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:
@@ -4,8 +4,13 @@ class IMICFPS
|
||||
title IMICFPS::NAME
|
||||
subtitle "Multiplayer"
|
||||
|
||||
link "Online"
|
||||
link "LAN"
|
||||
link "Quick Join"
|
||||
link "Server Browser" do
|
||||
push_state(MultiplayerServerBrowserMenu)
|
||||
end
|
||||
link "Profile" do
|
||||
push_state(MultiplayerProfileMenu)
|
||||
end
|
||||
link "Back" do
|
||||
pop_state
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user