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";
|
let fontSizeLabel = "96px";
|
||||||
switch (lang) {
|
switch (lang) {
|
||||||
case "ja":
|
case "ja":
|
||||||
styleOptions.padding = { top: -6 };
|
styleOptions.padding = { top: -6, bottom: 2 };
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
styleOptions.fontSize = fontSizeLabel;
|
styleOptions.fontSize = fontSizeLabel;
|
||||||
|
Loading…
Reference in New Issue
Block a user