Update SpaceSoccer.cs
forgot to update a thing while changing the star colors, oops
This commit is contained in:
parent
e76e720b3c
commit
c6238620d1
|
@ -609,7 +609,7 @@ namespace HeavenStudio.Games
|
|||
}
|
||||
|
||||
private ColorEase bgColorEase = new(defaultBGColor);
|
||||
private ColorEase dotColorEase = new(Color.white);
|
||||
private ColorEase dotColorEase = new(defaultStarColor);
|
||||
|
||||
//call this in update
|
||||
private void BackgroundColorUpdate()
|
||||
|
|
Loading…
Reference in a new issue