mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 07:22:19 +02:00
Removed old Japanese adjustments
This commit is contained in:
parent
2085ff489e
commit
2b19214275
@ -167,11 +167,6 @@ export function getTextStyleOptions(
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
//Japanese General Scale
|
|
||||||
//if (i18next.resolvedLanguage === "ja") {
|
|
||||||
//styleOptions.padding = { top: 6, bottom: -2 };
|
|
||||||
//}
|
|
||||||
|
|
||||||
switch (style) {
|
switch (style) {
|
||||||
case TextStyle.SUMMARY: {
|
case TextStyle.SUMMARY: {
|
||||||
let fontSizeLabel = "96px";
|
let fontSizeLabel = "96px";
|
||||||
|
Loading…
Reference in New Issue
Block a user