bugfix
commitbd2179d8aa37e6088f20faae08fd6564a33e18c1
authorKartik K. Agaram <vc@akkartik.com>
Fri, 29 Dec 2023 19:52:28 +0000 (29 11:52 -0800)
committerKartik K. Agaram <vc@akkartik.com>
Fri, 29 Dec 2023 19:52:28 +0000 (29 11:52 -0800)
tree9775eb972fa69ca272f681a4186ce508d9c4c494
parent6601c9fad87fb8b06df442c964486c8050fec3ac
bugfix

scenario: run without config file, quit, run again
expected: font size remains the same on second run

Before this commit it was increasing on each run.
It turns out the font height that you pass into love.graphics.newFont()
is not the result of font:getHeight().
edit.lua
log_browser.lua
reference.md
run.lua
source.lua
source_edit.lua