From 37bf7eab28727f428cf456c61f698e0a3be55bb0 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sat, 5 Mar 2022 05:44:05 +0530 Subject: * Player/ Enemy Chase * Pickable Entity * Enemies --- conf.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.lua') diff --git a/conf.lua b/conf.lua index 8fbb0e5..fea441b 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.fullscreen = true t.window.title = "" t.window.usedpiscale = true t.window.icon = "assets/images/icon.png" -- cgit v1.2.3