From 9a3db0e0199175d94934da8901dd4785684c4562 Mon Sep 17 00:00:00 2001 From: Lugiad <2070109+Adri1@users.noreply.github.com> Date: Tue, 24 Jun 2025 21:25:04 +0200 Subject: [PATCH] TextStyle.PARTY adjustments --- src/ui/text.ts | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/ui/text.ts b/src/ui/text.ts index e26a5aaf89f..020ad492992 100644 --- a/src/ui/text.ts +++ b/src/ui/text.ts @@ -220,17 +220,7 @@ export function getTextStyleOptions( shadowXpos = 3.5; shadowYpos = 3.5; break; - case TextStyle.PARTY: { - let fontSizeLabel = "66px"; - switch (lang) { - case "ja": - styleOptions.padding = { top: -12, bottom: 4 }; - break; - } - styleOptions.fontSize = fontSizeLabel; - styleOptions.fontFamily = "pkmnems"; - break; - } + case TextStyle.PARTY: case TextStyle.PARTY_RED: { switch (lang) { case "ja":