Renamed GuiState#menu to GuiState#active_menu to prevent conflict with DSL#menu

This commit is contained in:
2026-04-15 22:02:09 -05:00
parent 4286ca06b0
commit e572679f0b

View File

@@ -39,7 +39,7 @@ module CyberarmEngine
@tip = Element::ToolTip.new("", parent: @root_container, z: Float::INFINITY, theme: current_theme) @tip = Element::ToolTip.new("", parent: @root_container, z: Float::INFINITY, theme: current_theme)
end end
def menu def active_menu
@menu @menu
end end