mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 07:22:19 +02:00
Removal of old Japanese line spacing parameter
This commit is contained in:
parent
1e2fcfc339
commit
2085ff489e
@ -82,11 +82,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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user