aboutsummaryrefslogtreecommitdiff
path: root/conf.lua
diff options
context:
space:
mode:
authorIndrajith K L2022-03-05 05:44:05 +0530
committerIndrajith K L2022-03-05 05:44:05 +0530
commit37bf7eab28727f428cf456c61f698e0a3be55bb0 (patch)
treea7015077b87f334821887020d2f6f70f4a5f9f28 /conf.lua
parent7683830ed25213c4e444c5587559fe803b480ea7 (diff)
downloadYEAD-37bf7eab28727f428cf456c61f698e0a3be55bb0.tar.gz
YEAD-37bf7eab28727f428cf456c61f698e0a3be55bb0.tar.bz2
YEAD-37bf7eab28727f428cf456c61f698e0a3be55bb0.zip
* Player/ Enemy Chase
* Pickable Entity * Enemies
Diffstat (limited to 'conf.lua')
-rw-r--r--conf.lua2
1 files changed, 1 insertions, 1 deletions
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 = "<Your Enemy is in Another Dungeon>"
t.window.usedpiscale = true
t.window.icon = "assets/images/icon.png"