#-------------------------------------------------------------------------- # ● フレーム更新 #-------------------------------------------------------------------------- def update super @command_window.update if Input.trigger?(Input::C) case @command_window.index when 0 # Neuse Spiel command_new_game when 1 # Continue command_continue when 2 # Bennden command_shutdown end end end