From 790b2a58bf9bbd26df78f81f25df926848880291 Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Wed, 6 Nov 2024 22:14:28 -0500 Subject: [PATCH] Update conf --- conf.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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