Revert "made the experience feel closer to arcade stackers"

Happy April Fools!
This reverts commit bfbba75f17.
This commit is contained in:
--global
2022-04-01 18:43:35 -04:00
parent bfbba75f17
commit 23a8c400ba
7 changed files with 6 additions and 63 deletions

View File

@@ -78,7 +78,7 @@ function KeyConfigScene:onInputPress(e)
if not config.input then config.input = {} end
config.input.keys = self.new_input
saveConfig()
scene = had_config and InputConfigScene() or ArcadeScene()
scene = had_config and InputConfigScene() or TitleScene()
elseif e.scancode == "delete" or e.scancode == "backspace" then
-- retry
self.input_state = 1