Cleaning stuffs

This commit is contained in:
Nguyễn Quốc Hưng
2024-08-17 16:11:42 +07:00
parent 628cf22110
commit 1f5a21fec4
4 changed files with 27 additions and 30 deletions

View File

@@ -124,7 +124,6 @@ function love.keypressed(key, scancode)
love.resize(love.graphics.getDimensions())
elseif scancode == "f2" and SCENE.title ~= "Input Config" and SCENE.title ~= "Game" then
SCENE = InputConfigScene()
elseif scancode == "f3" then SCENE = UserManagementScene()
elseif scancode == "f12" then LLDEBUGGER.requestBreak()
-- elseif scancode == "f11" then SETTINGS.firstTime = true
-- function keys are reserved