This commit is contained in:
AstrlJelly
2024-03-05 13:04:14 -05:00
committed by GitHub
parent dd0063aadb
commit 9b59d06b55
4 changed files with 13 additions and 17 deletions

View File

@ -178,8 +178,8 @@ namespace HeavenStudio.Games
fo.SetActive(true);
}
private ColorEase bgColorEase = new();
private ColorEase gradColorEase = new();
private ColorEase bgColorEase = new(Color.white);
private ColorEase gradColorEase = new(Color.white);
//call this in update
private void BackgroundColorUpdate()