mirror of
https://github.com/cyberarm/i-mic-rts.git
synced 2025-12-16 00:02:33 +00:00
Added pause menu, refreshed solo lobby menu, added settings for storing player's color and team, misc.
This commit is contained in:
@@ -14,8 +14,12 @@ class IMICRTS
|
||||
button("Refresh") do
|
||||
refresh_games
|
||||
end
|
||||
button("Host Game")
|
||||
button("Join Game")
|
||||
button("Host Game") do
|
||||
push_state(HostMultiplayerGameMenu)
|
||||
end
|
||||
button("Join Game") do
|
||||
push_state(MultiplayerLobbyMenu)
|
||||
end
|
||||
end
|
||||
|
||||
button("Back", width: 1.0, margin_top: 20) do
|
||||
|
||||
Reference in New Issue
Block a user