mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 23:52:35 +00:00
Removed entity management from Game, refactored Map to MapLoader and added Map to manage world
This commit is contained in:
@@ -8,5 +8,9 @@ class IMICFPS
|
||||
def component(name)
|
||||
Component.get(name)
|
||||
end
|
||||
|
||||
def map
|
||||
$window.current_state.map
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user