diff options
Diffstat (limited to 'conf.lua')
-rw-r--r-- | conf.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,4 +4,6 @@ function love.conf(t) t.window.fullscreen = false 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 |