Added Progress bar, refactored Elements to be under CyberarmEngine::Element namespace.

This commit is contained in:
2019-06-27 15:41:38 -05:00
parent b3bfa0d654
commit bdce85613b
24 changed files with 633 additions and 548 deletions

View File

@@ -10,7 +10,7 @@ module CyberarmEngine
@down_keys = {}
@root_container = Stack.new(gui_state: self)
@root_container = Element::Stack.new(gui_state: self)
@game_objects << @root_container
@containers = [@root_container]