mirror of
https://gitea.com/SweetSea-ButImNotSweet/tromi_mobile.git
synced 2025-01-08 17:33:09 +08:00
Remove error key
This commit is contained in:
1
main.lua
1
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
|
||||
|
||||
Reference in New Issue
Block a user