class IMICFPS class MainMenu < Menu def setup title "I-MIC FPS" link "Single Player" do push_game_state(LoadingState.new(forward: Game)) end link "Exit" do $window.close end end end end