mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 07:22:19 +02:00
Added custom values for SETTINGS_VALUE
This commit is contained in:
parent
6984c0176f
commit
c0fa18eec3
@ -306,6 +306,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_LABEL: {
|
case TextStyle.SETTINGS_LABEL: {
|
||||||
shadowXpos = 3;
|
shadowXpos = 3;
|
||||||
shadowYpos = 3;
|
shadowYpos = 3;
|
||||||
|
Loading…
Reference in New Issue
Block a user