Removed excon as explicit dependency, implemented menu's as (mostly) first class citizens, refactoring of gui layout, FIXME: broke Slider Handle..., probably some other stuff.

This commit is contained in:
2024-03-04 20:54:36 -06:00
parent 615d7ec3e4
commit c2330ed9a9
19 changed files with 178 additions and 137 deletions

View File

@@ -19,7 +19,7 @@ module CyberarmEngine
@fraction_background.draw
end
def recalculate
def layout
_width = dimensional_size(@style.width, :width)
_height = dimensional_size(@style.height, :height)
@width = _width