mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 07:22:19 +02:00
TextStyle.PARTY adjustments
This commit is contained in:
parent
4135d07e9d
commit
9a3db0e019
@ -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":
|
||||
|
Loading…
Reference in New Issue
Block a user