diff options
Diffstat (limited to 'conf.lua')
-rw-r--r-- | conf.lua | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ function love.conf(t) t.title = "notnauts" t.version = "0.10.1" + t.window.icon = "assets/icon.png" t.window.width = 1260 t.window.height = 800 - t.console = true + t.console = false end
\ No newline at end of file |