From 8cc447f2250d3d6a1cf92f9a74f20e4fc2698744 Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 13 Aug 2016 21:19:47 +0200 Subject: revert conf --- conf.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'conf.lua') diff --git a/conf.lua b/conf.lua index a0f6eb2..f2c9a91 100644 --- a/conf.lua +++ b/conf.lua @@ -2,10 +2,10 @@ function love.conf(t) t.title = "Roflnauts 2" t.version = "0.10.1" - t.window.width = 320*3 - t.window.height = 180*3 + -- t.window.width = 320*3 + -- t.window.height = 180*3 -- t.window.borderless = true - -- t.window.fullscreentype = "desktop" - -- t.window.fullscreen = true + t.window.fullscreentype = "desktop" + t.window.fullscreen = true t.console = true end \ No newline at end of file -- cgit v1.1