Added pause menu, refreshed solo lobby menu, added settings for storing player's color and team, misc.

This commit is contained in:
2021-01-01 19:20:05 -06:00
parent 5f301337b4
commit f3fccc8b24
13 changed files with 145 additions and 54 deletions

View File

@@ -3,11 +3,11 @@ class IMICRTS
def setup
background [0xff7b6ead, 0xff7a0d71, 0xff7a0d71, 0xff7b6ead]
stack(height: 1.0) do
stack(width: 600, height: 1.0) do
background [0xff555555, Gosu::Color::GRAY]
label "About I-MIC-RTS", text_size: 78, margin: 20
label "Words go here.\nMore words also go here. Thank you and have a nice day."
label "Words go here. More words also go here. Thank you and have a nice day.", text_wrap: :word_wrap
button("Back", width: 1.0, margin_top: 20) do
push_state(MainMenu)