From ee2ab97f45231016b8731de0503ced739c8192c4 Mon Sep 17 00:00:00 2001 From: domdoc Date: Mon, 16 May 2022 11:02:06 +0200 Subject: [PATCH] Adjusted Early/Late fontsize --- scripts/gameplay/earlylate.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)