diff --git a/conf.lua b/conf.lua index eb024e4..400d9d6 100644 --- a/conf.lua +++ b/conf.lua @@ -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