From 280940cc698ce35d517b938a6ec2299d8d4475f5 Mon Sep 17 00:00:00 2001 From: Lugiad <2070109+Adri1@users.noreply.github.com> Date: Sun, 29 Jun 2025 15:56:30 +0200 Subject: [PATCH] Adjusted LUCK_VALUE --- src/ui/text.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/text.ts b/src/ui/text.ts index ba546982b51..fe1d2ccd5cf 100644 --- a/src/ui/text.ts +++ b/src/ui/text.ts @@ -252,7 +252,7 @@ export function getTextStyleOptions( let fontSizeLabel = "96px"; switch (lang) { case "ja": - styleOptions.padding = { top: -6 }; + styleOptions.padding = { top: -6, bottom: 2 }; break; } styleOptions.fontSize = fontSizeLabel;