Update conf

This commit is contained in:
Bill Niblock 2024-11-06 22:14:28 -05:00
parent 72029078b7
commit 790b2a58bf

View file

@ -4,8 +4,8 @@ love.conf = function(t)
t.modules.joystick = false
t.modules.physics = false
-- This scales the game, and it still looks quite nice at 1440p!
-- t.window.fullscreen = true
-- t.window.fullscreentype = "desktop"
t.window.fullscreen = false
t.window.fullscreentype = "desktop"
t.window.width = 800
t.window.height = 600
t.window.vsync = false