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

@@ -103,6 +103,9 @@ function love.keypressed(key, scancode)
scene = InputConfigScene()
switchBGM(nil)
loadSave()
elseif scancode == "f8" and scene.title == "Arcade" then
scene = TitleScene()
playSE("mode_decide")
-- secret sound playing :eyes:
elseif scancode == "f8" and scene.title == "Title" then
config.secret = not config.secret