diff options
Diffstat (limited to 'conf.lua')
-rw-r--r-- | conf.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf.lua b/conf.lua new file mode 100644 index 0000000..1ae0863 --- /dev/null +++ b/conf.lua @@ -0,0 +1,7 @@ +function love.conf(t) + 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 +end
\ No newline at end of file |