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)