mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
Japanese former custom adjustments removal
This commit is contained in:
parent
3b958a0df9
commit
aa90758b3b
@ -73,11 +73,6 @@ export function addTextObject(
|
|||||||
ret.setLineSpacing(scale * 30);
|
ret.setLineSpacing(scale * 30);
|
||||||
}
|
}
|
||||||
|
|
||||||
//Japanese Line Text Spacing
|
|
||||||
//if (ret.lineSpacing < 12 && i18next.resolvedLanguage === "ja") {
|
|
||||||
//ret.setLineSpacing(ret.lineSpacing + 35);
|
|
||||||
//}
|
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -163,11 +158,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