Additional explosion and ring sprite colors.

I will keep re-using and re-coloring these sprites forever, that is a fact.
This commit is contained in:
Mari the Deer 2023-11-06 23:14:27 +01:00
commit b1559e4b67
69 changed files with 5 additions and 5 deletions

View file

@ -804,7 +804,7 @@ Class CandyRing : SWWMNonInteractiveActor
States
{
Spawn:
XRG5 ABCDEFGHIJKLMNOPQRSTUVWX 1 Bright A_SetScale(scale.x*1.08);
XRGB ABCDEFGHIJKLMNOPQRSTUVWX 1 Bright A_SetScale(scale.x*1.08);
Stop;
}
}
@ -817,7 +817,7 @@ Class CandyRing2 : CandyRing
States
{
Spawn:
XRG5 ABCDEFGHIJKLMNOPQRSTUVWX 1 Bright A_SetScale(scale.x*1.05);
XRGB ABCDEFGHIJKLMNOPQRSTUVWX 1 Bright A_SetScale(scale.x*1.05);
Stop;
}
}
@ -830,7 +830,7 @@ Class CandyRing3 : CandyRing
States
{
Spawn:
XRG5 ABCDEFGHIJKLMNOPQRSTUVWX 1 Bright A_SetScale(scale.x*1.08);
XRGB ABCDEFGHIJKLMNOPQRSTUVWX 1 Bright A_SetScale(scale.x*1.08);
Stop;
}
}