Change scale factor to 2.5 to increase visibility

This commit is contained in:
Robert Miles 2018-07-23 08:57:19 -04:00
parent cdaf7827d5
commit 3925176bb5
1 changed files with 1 additions and 1 deletions

View File

@ -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)