From 50fc48bf4e1de8382513da390eeece796f18926e Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 27 May 2016 17:25:32 +0200 Subject: HUD for different resolutions --- conf.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf.lua') diff --git a/conf.lua b/conf.lua index 83175f0..45a5e7c 100644 --- a/conf.lua +++ b/conf.lua @@ -3,7 +3,7 @@ function love.conf(t) t.title = "notnauts" t.version = "0.10.1" t.window.icon = "assets/icon.png" - t.window.width = 290*4 + t.window.width = 320*4 t.window.height = 180*4 - t.console = true + t.console = false end \ No newline at end of file -- cgit v1.1