diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2023-01-01 09:34:15 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2023-01-01 09:34:15 -0800 |
commit | fc86ecb69e7d0add33164341a03758c275d7252f (patch) | |
tree | 85499a92e7272fa5aa6e7adb253dd992d8097fa5 | |
parent | 4d561e22948047beac7ceaf7dca89eb1d9ee5a31 (diff) | |
parent | d6f955f144f97559958388b6d501e0904d27d10b (diff) | |
download | text.love-fc86ecb69e7d0add33164341a03758c275d7252f.tar.gz |
Merge lines.love
-rw-r--r-- | run.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run.lua b/run.lua index 77ef241..1f7126f 100644 --- a/run.lua +++ b/run.lua @@ -51,7 +51,7 @@ end function run.load_settings() 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 |