diff options
Diffstat (limited to 'conf.lua')
-rw-r--r-- | conf.lua | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -5,5 +5,4 @@ function love.conf(t) t.window.title = "<Your Enemy is in Another Dungeon>" t.window.usedpiscale = true t.window.icon = "assets/images/icon.png" - t.console = true -end
\ No newline at end of file +end |