From 06ab90aeb91f4287adf3144778f72ee6a9b5f3c6 Mon Sep 17 00:00:00 2001 From: Aki Date: Thu, 19 May 2016 12:19:04 +0200 Subject: Constant(s) changes :> :> --- conf.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf.lua') diff --git a/conf.lua b/conf.lua index c8c315a..31f1ff5 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 = 315*4 - t.window.height = 200*4 + t.window.width = 290*4 + t.window.height = 180*4 t.console = true end \ No newline at end of file -- cgit v1.1