mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 08:02:36 +00:00
Tweaked menus, stubbed multiplayer profile menu, updated readme
This commit is contained in:
@@ -8,7 +8,7 @@ class IMICFPS
|
||||
end
|
||||
|
||||
link "Multiplayer" do
|
||||
push_state(MultiplayerLobbyMenu)
|
||||
push_state(MultiplayerMenu)
|
||||
end
|
||||
|
||||
link "Settings" do
|
||||
@@ -19,7 +19,7 @@ class IMICFPS
|
||||
push_state(ExtrasMenu)
|
||||
end
|
||||
|
||||
link "Exit Game" do
|
||||
link "Quit" do
|
||||
window.close
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user