mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
Line formatting correction
This commit is contained in:
parent
8f6f083b6f
commit
7fbde9414c
@ -364,8 +364,8 @@ export function getTextStyleOptions(
|
|||||||
case TextStyle.MOVE_LABEL: {
|
case TextStyle.MOVE_LABEL: {
|
||||||
switch (lang) {
|
switch (lang) {
|
||||||
case "ja":
|
case "ja":
|
||||||
styleOptions.fontSize = defaultFontSize - 16;
|
styleOptions.fontSize = defaultFontSize - 16;
|
||||||
styleOptions.padding = { top: -12, bottom: 4 };
|
styleOptions.padding = { top: -12, bottom: 4 };
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
styleOptions.fontSize = defaultFontSize - 30;
|
styleOptions.fontSize = defaultFontSize - 30;
|
||||||
|
Loading…
Reference in New Issue
Block a user