mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 07:22:19 +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);
|
||||
}
|
||||
|
||||
//Japanese Line Text Spacing
|
||||
//if (ret.lineSpacing < 12 && i18next.resolvedLanguage === "ja") {
|
||||
//ret.setLineSpacing(ret.lineSpacing + 35);
|
||||
//}
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
@ -163,11 +158,6 @@ export function getTextStyleOptions(
|
||||
},
|
||||
};
|
||||
|
||||
//Japanese General Scale
|
||||
//if (i18next.resolvedLanguage === "ja") {
|
||||
//styleOptions.padding = { top: 6, bottom: -2 };
|
||||
//}
|
||||
|
||||
switch (style) {
|
||||
case TextStyle.SUMMARY: {
|
||||
let fontSizeLabel = "96px";
|
||||
|
Loading…
Reference in New Issue
Block a user