Changed reserved keys (arrows are no longer reserved) and now F2 always gets to the input config except when in-game.

This commit is contained in:
nightmareci
2020-11-10 14:37:59 -08:00
parent e1dc01d0d0
commit fd739dcfdf
3 changed files with 29 additions and 37 deletions

View File

@@ -1,4 +1,7 @@
local GameScene = Scene:extend()
GameScene.title = "Game"
require 'load.save'
function GameScene:new(game_mode, ruleset)