From 67c80456895ed13f79999e6cb7162680d3e8909d Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Tue, 1 Mar 2022 20:43:10 +0530 Subject: * Adds Fullscreen+Toggle Support * Window Resolution changed to 1280x720 --- conf.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conf.lua') diff --git a/conf.lua b/conf.lua index 8fbb0e5..47b7d36 100644 --- a/conf.lua +++ b/conf.lua @@ -1,7 +1,7 @@ function love.conf(t) - t.window.width = 800 - t.window.height = 600 - t.window.fullscreen = false + t.window.width = 1280 + t.window.height = 720 + t.window.fullscreen = true t.window.title = "" t.window.usedpiscale = true t.window.icon = "assets/images/icon.png" -- cgit v1.2.3