Update SpaceSoccer.cs

forgot to update a thing while changing the star colors, oops
This commit is contained in:
MiiKEmblem 2024-05-19 00:03:26 -05:00
parent e76e720b3c
commit c6238620d1

View file

@ -609,7 +609,7 @@ namespace HeavenStudio.Games
} }
private ColorEase bgColorEase = new(defaultBGColor); private ColorEase bgColorEase = new(defaultBGColor);
private ColorEase dotColorEase = new(Color.white); private ColorEase dotColorEase = new(defaultStarColor);
//call this in update //call this in update
private void BackgroundColorUpdate() private void BackgroundColorUpdate()