Improvements to GameObject and friends

This commit is contained in:
2019-03-30 13:29:30 -05:00
parent a8b8d5aba1
commit 6f9b00ffb5
6 changed files with 150 additions and 89 deletions

View File

@@ -8,6 +8,8 @@ module CyberarmEngine
@game_objects = []
@global_pause = false
@down_keys = {}
@root_container = Stack.new
@game_objects << @root_container
@containers = [@root_container]