diff --git a/main.lua b/main.lua index 0b9a80e..52cdad3 100644 --- a/main.lua +++ b/main.lua @@ -162,7 +162,6 @@ function love.keypressed(key, scancode) elseif scancode == "f2" and SCENE.title ~= "Input Config" and SCENE.title ~= "Game" then SCENE = InputConfigScene() elseif scancode == "f12" then REQUEST_BREAK() - elseif scancode == "f11" then error("TEST") -- function keys are reserved elseif string.match(scancode, "^f[1-9]$") or string.match(scancode, "^f1[0-2]+$") then return