Made factory progress bar text black

This commit is contained in:
thepaperpilot 2022-12-23 23:51:50 -06:00
parent 693b41635b
commit dfd97a6e08

View file

@ -2434,6 +2434,7 @@ const factory = createLayer(id, () => {
width: 600,
height: 25,
fillStyle: `animation: 15s factory-bar linear infinite`,
textStyle: `color: var(--feature-foreground)`,
progress: () =>
main.day.value === day
? Decimal.div(toys.clothes.value, toyGoal)