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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user