Merge text.love

This commit is contained in:
Kartik K. Agaram 2023-01-01 09:38:14 -08:00
commit 3752cf28dd
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ end
function load_settings()
local settings = json.decode(love.filesystem.read('config'))
love.graphics.setFont(love.graphics.newFont(settings.font_height))
-- maximize window to determine maximum allowable dimensions
-- determine default dimensions and flags
App.screen.width, App.screen.height, App.screen.flags = love.window.getMode()
-- set up desired window dimensions
App.screen.flags.resizable = true