diff --git a/scripts/gameplay/earlylate.lua b/scripts/gameplay/earlylate.lua index 6ff32e6..f639a25 100644 --- a/scripts/gameplay/earlylate.lua +++ b/scripts/gameplay/earlylate.lua @@ -47,12 +47,12 @@ function EarlyLate.render(deltaTime) desh = 1080 end - local scale = desh / screenH + local scale = screenH / desh local y = screenH / 8 * heightFraction gfx.BeginPath() - gfx.LoadSkinFont("dfmarugoth.ttf") - gfx.FontSize(18 * scale) + gfx.LoadSkinFont("Digital-Serial-Bold.ttf") + gfx.FontSize(20 * scale) if EarlyLate.showEarlyLate then gfx.TextAlign(gfx.TEXT_ALIGN_LEFT + gfx.TEXT_ALIGN_BASELINE)