Adjusted Early/Late fontsize

This commit is contained in:
domdoc 2022-05-16 11:02:06 +02:00
parent 3b1860db70
commit ee2ab97f45
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ function EarlyLate.render(deltaTime)
gfx.BeginPath()
gfx.LoadSkinFont("dfmarugoth.ttf")
gfx.FontSize(12 * scale)
gfx.FontSize(18 * scale)
if EarlyLate.showEarlyLate then
gfx.TextAlign(gfx.TEXT_ALIGN_LEFT + gfx.TEXT_ALIGN_BASELINE)