aboutsummaryrefslogtreecommitdiff
path: root/conf.lua
diff options
context:
space:
mode:
Diffstat (limited to 'conf.lua')
-rw-r--r--conf.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.lua b/conf.lua
index 1ae0863..8fbb0e5 100644
--- a/conf.lua
+++ b/conf.lua
@@ -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