mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 23:52:35 +00:00
Renamed objects/ to game_objects/ removed redundant entities, added Map loader and test map, made LoadingState use Map for entity asset loading.
This commit is contained in:
4
lib/game_objects/entities/terrain.rb
Normal file
4
lib/game_objects/entities/terrain.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
class IMICFPS
|
||||
class Terrain < Entity
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user