diff options
Diffstat (limited to 'conf.lua')
-rw-r--r-- | conf.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |