Tweaked menus, stubbed multiplayer profile menu, updated readme

This commit is contained in:
2020-11-28 09:36:39 -06:00
parent 4c8e6c3d5f
commit 85ec285263
5 changed files with 86 additions and 8 deletions

View File

@@ -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