mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
Typo correction
This commit is contained in:
parent
a2d76f0a1e
commit
b7cde7694c
@ -307,7 +307,7 @@ export function getTextStyleOptions(
|
|||||||
styleOptions.fontSize = defaultFontSize;
|
styleOptions.fontSize = defaultFontSize;
|
||||||
styleOptions.padding = { top: 6 };
|
styleOptions.padding = { top: 6 };
|
||||||
break;
|
break;
|
||||||
case TextStyle.SETTINGS_VALUE: {
|
case TextStyle.SETTINGS_VALUE:
|
||||||
case TextStyle.SETTINGS_LABEL: {
|
case TextStyle.SETTINGS_LABEL: {
|
||||||
shadowXpos = 3;
|
shadowXpos = 3;
|
||||||
shadowYpos = 3;
|
shadowYpos = 3;
|
||||||
|
Loading…
Reference in New Issue
Block a user