replaced use of label with banner for menu titles, updated solo lobby to show preview on load

This commit is contained in:
2021-01-05 20:32:56 -06:00
parent a6c2b080b9
commit b8d5bd2368
9 changed files with 34 additions and 24 deletions

View File

@@ -6,7 +6,7 @@ class IMICRTS
stack(width: IMICRTS::MENU_WIDTH, height: 1.0, padding: IMICRTS::MENU_PADDING) do
background [0xff555555, Gosu::Color::GRAY]
label "Settings", text_size: 78, margin: 20
banner "Settings", margin: 20
@skip_intro = check_box "Skip Intro", checked: Setting.enabled?(:skip_intro)