mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 07:22:19 +02:00
INSTRUCTIONS_TEXT adjustments
This commit is contained in:
parent
005fdbe8c4
commit
54a1b1d921
@ -384,6 +384,8 @@ export function getTextStyleOptions(
|
|||||||
}
|
}
|
||||||
styleOptions.fontSize = defaultFontSize - 30;
|
styleOptions.fontSize = defaultFontSize - 30;
|
||||||
styleOptions.fontFamily = "pkmnems";
|
styleOptions.fontFamily = "pkmnems";
|
||||||
|
shadowXpos = 3;
|
||||||
|
shadowYpos = 3;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case TextStyle.MOVE_LABEL: {
|
case TextStyle.MOVE_LABEL: {
|
||||||
|
Loading…
Reference in New Issue
Block a user