From 5f8c2f891d029ccce51a92eef2f11ab2115342f7 Mon Sep 17 00:00:00 2001 From: Aki Date: Tue, 24 May 2016 00:16:52 +0200 Subject: Fighting with camera --- conf.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf.lua') diff --git a/conf.lua b/conf.lua index 31f1ff5..4d9f961 100644 --- a/conf.lua +++ b/conf.lua @@ -2,7 +2,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.height = 180*4 + t.window.width = 290*2 + t.window.height = 180*2 t.console = true end \ No newline at end of file -- cgit v1.1