mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
Line formatting correction
This commit is contained in:
parent
1c48c8b26a
commit
5c607bf4c5
@ -218,10 +218,10 @@ export function getTextStyleOptions(
|
||||
case TextStyle.GROWTH_RATE_TYPE: {
|
||||
switch (lang) {
|
||||
case "ja":
|
||||
styleOptions.padding = { left: 24 };
|
||||
styleOptions.padding = { left: 24 };
|
||||
break;
|
||||
}
|
||||
styleOptions.fontSize = defaultFontSize - 30;
|
||||
styleOptions.fontSize = defaultFontSize - 30;
|
||||
shadowXpos = 3;
|
||||
shadowYpos = 3;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user