From 35be9645afbc83146a8e0b7d5d52dcafd136d1d8 Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 13 May 2016 21:58:57 +0200 Subject: Scale fix --- conf.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf.lua') diff --git a/conf.lua b/conf.lua index 01e9aa5..434f7f9 100644 --- a/conf.lua +++ b/conf.lua @@ -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 -- cgit v1.1