Added Close game state, tweaked Boot state

This commit is contained in:
2020-05-04 07:34:24 -05:00
parent f3c3a1047f
commit 1629cf4605
6 changed files with 84 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ class IMICFPS
push_state(SettingsMenu)
end
link "Quit" do
link "Leave" do
push_state(MainMenu)
end
end