mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +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: {
|
case TextStyle.PARTY_CANCEL_BUTTON: {
|
||||||
switch (lang) {
|
switch (lang) {
|
||||||
case "ja":
|
case "ja":
|
||||||
|
styleOptions.fontSize = defaultFontSize - 46;
|
||||||
styleOptions.padding = { top: 16 };
|
styleOptions.padding = { top: 16 };
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
styleOptions.fontSize = defaultFontSize - 46;
|
styleOptions.fontSize = defaultFontSize - 30;
|
||||||
|
styleOptions.fontFamily = "pkmnems";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case TextStyle.EGG_LIST:
|
case TextStyle.EGG_LIST:
|
||||||
|
Loading…
Reference in New Issue
Block a user