HitFX, Early/Late display with ms #35

Merged
hersi merged 16 commits from domdoc-develop into master 2022-05-27 11:17:12 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ee2ab97f45 - Show all commits

View File

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