mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 16:12:35 +00:00
Moved game objects to their own folder
This commit is contained in:
7
lib/objects/game_objects/test_object.rb
Normal file
7
lib/objects/game_objects/test_object.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class IMICFPS
|
||||
class TestObject < GameObject
|
||||
def setup
|
||||
bind_model(ModelLoader.new(type: :obj, file_path: "objects/sponza.obj", game_object: self))
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user