made the experience feel closer to arcade stackers

This commit is contained in:
--global
2022-03-31 23:27:22 -04:00
parent 27e699841e
commit bfbba75f17
7 changed files with 63 additions and 6 deletions

View File

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