Remove error key

This commit is contained in:
Squishy (C6H12O6+NaCl+H2O)
2024-05-20 23:50:58 +07:00
parent 1961f3b832
commit 7c39c1ada8

View File

@@ -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