TextStyle.PARTY adjustments

This commit is contained in:
Lugiad 2025-06-24 21:25:04 +02:00 committed by GitHub
parent 4135d07e9d
commit 9a3db0e019
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -220,17 +220,7 @@ export function getTextStyleOptions(
shadowXpos = 3.5; shadowXpos = 3.5;
shadowYpos = 3.5; shadowYpos = 3.5;
break; break;
case TextStyle.PARTY: { 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_RED: { case TextStyle.PARTY_RED: {
switch (lang) { switch (lang) {
case "ja": case "ja":