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

@@ -7,7 +7,7 @@ class IMICRTS
stack(width: IMICRTS::MENU_WIDTH, height: 1.0, padding: IMICRTS::MENU_PADDING) do
background [0xff555555, Gosu::Color::GRAY]
label "Credits", text_size: 78, margin: 20
banner "Credits", margin: 20
licenses = Gosu::LICENSES.lines
preamble = licenses.shift