made the experience feel closer to arcade stackers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user