Compare commits

..

No commits in common. "42f872a55765f5fccbee1fecba9668191d8b1f56" and "8bd8c0eedee64028b2c59f60ac8f95bcdab8de38" have entirely different histories.

View File

@ -97,7 +97,6 @@ function love.keypressed(key, scancode)
elseif scancode == "f2" and scene.title ~= "Input Config" and scene.title ~= "Game" then
scene = InputConfigScene()
switchBGM(nil)
loadSave()
-- secret sound playing :eyes:
elseif scancode == "f8" and scene.title == "Title" then
config.secret = not config.secret