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