From a30791afc31337fe191879128ae66fab6cde4d92 Mon Sep 17 00:00:00 2001 From: Ishaan Bhardwaj Date: Sat, 16 Oct 2021 19:08:01 -0400 Subject: [PATCH] Fixed F2 shortcut not resetting changed settings --- main.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/main.lua b/main.lua index b761108..4db28ef 100644 --- a/main.lua +++ b/main.lua @@ -97,6 +97,7 @@ 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