From 75caedeaf6050620e0c33df986794559c2f49236 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 26 Jun 2016 17:35:03 +0200 Subject: Borderless fullscreen --- conf.lua | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'conf.lua') diff --git a/conf.lua b/conf.lua index 45a5e7c..c5d97e3 100644 --- a/conf.lua +++ b/conf.lua @@ -1,9 +1,8 @@ -- Game configuration function love.conf(t) - t.title = "notnauts" + t.title = "Roflnauts 2" t.version = "0.10.1" - t.window.icon = "assets/icon.png" - t.window.width = 320*4 - t.window.height = 180*4 + t.window.fullscreentype = "desktop" + t.window.fullscreen = true t.console = false end \ No newline at end of file -- cgit v1.1