From 1f7e61911f62d2cb07d1c4ec36700fb5b46a28a2 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 26 Jun 2016 20:34:10 +0200 Subject: Scaling --- conf.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'conf.lua') diff --git a/conf.lua b/conf.lua index c5d97e3..e34d170 100644 --- a/conf.lua +++ b/conf.lua @@ -2,6 +2,11 @@ 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.borderless = true + --]] t.window.fullscreentype = "desktop" t.window.fullscreen = true t.console = false -- cgit v1.1