mirror of
https://github.com/cyberarm/i-mic-rts.git
synced 2025-12-16 08:02:36 +00:00
replaced use of label with banner for menu titles, updated solo lobby to show preview on load
This commit is contained in:
@@ -3,7 +3,7 @@ class IMICRTS
|
||||
def setup
|
||||
stack(width: IMICRTS::MENU_WIDTH, height: 1.0, padding: IMICRTS::MENU_PADDING) do
|
||||
background [0xff555555, Gosu::Color::GRAY]
|
||||
label "Paused", text_size: 78, margin: 20
|
||||
banner "Paused", margin: 20
|
||||
|
||||
button "Resume", width: 1.0 do
|
||||
pop_state
|
||||
|
||||
Reference in New Issue
Block a user