mirror of
https://github.com/cyberarm/i-mic-rts.git
synced 2025-12-15 15:52:34 +00:00
replaced use of label with banner for menu titles, updated solo lobby to show preview on load
This commit is contained in:
@@ -37,7 +37,7 @@ class IMICRTS
|
||||
@sidebar = stack(width: IMICRTS::MENU_WIDTH, height: 1.0, padding: IMICRTS::MENU_PADDING) do
|
||||
background [0x55555555, 0x55666666]
|
||||
|
||||
label "SIDEBAR", text_size: 78, margin_bottom: 20
|
||||
banner "SIDEBAR", margin_bottom: 20
|
||||
|
||||
flow(width: 1.0, height: 1.0) do
|
||||
@sidebar_actions = stack(width: 0.9) do
|
||||
|
||||
Reference in New Issue
Block a user