Changed fullscreen bind to F11

pull/34/head
Ishaan Bhardwaj 2021-09-09 19:02:38 -04:00
parent 90cf2ebef5
commit 6a3c6ecac0
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ end
function love.keypressed(key, scancode)
-- global hotkeys
if scancode == "f4" then
if scancode == "f11" then
config["fullscreen"] = not config["fullscreen"]
saveConfig()
love.window.setFullscreen(config["fullscreen"])