mirror of
https://github.com/cyberarm/cyberarm_engine.git
synced 2025-12-16 13:12:34 +00:00
Improved shoes-iness; no longer need to pass clear blocks an element to parent to, todo: replace global var with something else.
This commit is contained in:
@@ -12,7 +12,7 @@ module CyberarmEngine
|
||||
|
||||
@root_container = Element::Stack.new(gui_state: self)
|
||||
@game_objects << @root_container
|
||||
@containers = [@root_container]
|
||||
$__current_container__ = @root_container
|
||||
|
||||
@active_width = window.width
|
||||
@active_height = window.height
|
||||
|
||||
Reference in New Issue
Block a user