From 3925176bb5b3fd5438405b7b22590182259232c0 Mon Sep 17 00:00:00 2001 From: khuxkm Date: Mon, 23 Jul 2018 08:57:19 -0400 Subject: [PATCH] Change scale factor to 2.5 to increase visibility --- src/conf.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.lua b/src/conf.lua index f3db5c1..0bad660 100644 --- a/src/conf.lua +++ b/src/conf.lua @@ -11,7 +11,7 @@ function love.conf(t) t.audio.mixwithsystem = true -- Keep background music playing when opening LOVE (boolean, iOS and Android only) - t.scalefactor = 2 + t.scalefactor = 2.5 t.window.title = "Funk" -- The window title (string) t.window.icon = nil -- Filepath to an image to use as the window's icon (string)