mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 07:22:19 +02:00
Adjusted LUCK_VALUE
This commit is contained in:
parent
a07130c909
commit
280940cc69
@ -252,7 +252,7 @@ export function getTextStyleOptions(
|
||||
let fontSizeLabel = "96px";
|
||||
switch (lang) {
|
||||
case "ja":
|
||||
styleOptions.padding = { top: -6 };
|
||||
styleOptions.padding = { top: -6, bottom: 2 };
|
||||
break;
|
||||
}
|
||||
styleOptions.fontSize = fontSizeLabel;
|
||||
|
Loading…
Reference in New Issue
Block a user