diff --git a/scripts/gameplay/earlylate.lua b/scripts/gameplay/earlylate.lua index df6fa69..ef016ce 100644 --- a/scripts/gameplay/earlylate.lua +++ b/scripts/gameplay/earlylate.lua @@ -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)