Moved game objects to their own folder

This commit is contained in:
2018-12-10 10:38:42 -06:00
parent c656686997
commit 7f8f534633
7 changed files with 8 additions and 7 deletions

View 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