diff options
author | Indrajith K L | 2022-03-02 03:36:05 +0530 |
---|---|---|
committer | Indrajith K L | 2022-03-02 03:36:05 +0530 |
commit | 6322712259d46fc7af82ae6271852a236f66ba6e (patch) | |
tree | 3b38362efa04e97cae6ee934242705fbd5f947c8 /conf.lua | |
parent | 384dda3616c7007da1c88a67ff2daebd6037baa7 (diff) | |
download | YEAD-6322712259d46fc7af82ae6271852a236f66ba6e.tar.gz YEAD-6322712259d46fc7af82ae6271852a236f66ba6e.tar.bz2 YEAD-6322712259d46fc7af82ae6271852a236f66ba6e.zip |
* Test Enemy Added
* Basic Hacky Enemy AI
Diffstat (limited to 'conf.lua')
-rw-r--r-- | conf.lua | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ function love.conf(t) - t.window.width = 1280 - t.window.height = 720 - t.window.fullscreen = true + t.window.width = 800 + t.window.height = 600 + t.window.fullscreen = false t.window.title = "<Your Enemy is in Another Dungeon>" t.window.usedpiscale = true t.window.icon = "assets/images/icon.png" |