Refactored LoadingState to use Menu

This commit is contained in:
2019-02-07 12:00:11 -06:00
parent f4a81f1e36
commit 5c623f1540
4 changed files with 37 additions and 23 deletions

View File

@@ -5,6 +5,9 @@ class IMICFPS
link "Single Player" do
push_game_state(LoadingState.new(forward: Game))
end
link "Settings" do
# push_game_state(SettingsMenu)
end
link "Exit" do
window.close
end