Merge template-live-editor

This commit is contained in:
Kartik K. Agaram 2023-12-29 15:19:29 -08:00
commit 86c9bbe8ab
1 changed files with 0 additions and 1 deletions

View File

@ -106,7 +106,6 @@ end
function load_settings()
local settings = json.decode(love.filesystem.read('config'))
love.graphics.setFont(love.graphics.newFont(font_height))
-- set up desired window dimensions and make window resizable
_, _, App.screen.flags = App.screen.size()
App.screen.flags.resizable = true