mirror of
https://github.com/cyberarm/cyberarm_engine.git
synced 2025-12-16 13:12:34 +00:00
Improvements to GameObject and friends
This commit is contained in:
@@ -8,6 +8,8 @@ module CyberarmEngine
|
||||
@game_objects = []
|
||||
@global_pause = false
|
||||
|
||||
@down_keys = {}
|
||||
|
||||
@root_container = Stack.new
|
||||
@game_objects << @root_container
|
||||
@containers = [@root_container]
|
||||
|
||||
Reference in New Issue
Block a user