mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 07:22:19 +02:00
PARTY_CANCEL_BUTTON TextStyle Correction
This commit is contained in:
parent
2da5a12a1c
commit
7798b8a0e1
@ -358,10 +358,12 @@ export function getTextStyleOptions(
|
||||
case TextStyle.PARTY_CANCEL_BUTTON: {
|
||||
switch (lang) {
|
||||
case "ja":
|
||||
styleOptions.fontSize = defaultFontSize - 46;
|
||||
styleOptions.padding = { top: 16 };
|
||||
break;
|
||||
}
|
||||
styleOptions.fontSize = defaultFontSize - 46;
|
||||
styleOptions.fontSize = defaultFontSize - 30;
|
||||
styleOptions.fontFamily = "pkmnems";
|
||||
break;
|
||||
}
|
||||
case TextStyle.EGG_LIST:
|
||||
|
Loading…
Reference in New Issue
Block a user