Add note about how the background colour is restored

This commit is contained in:
Dean Herbert 2021-12-14 13:25:19 +09:00
parent cac684c044
commit 7e576ae9d3
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ public void Start()
Content.RotateTo(1, duration, Easing.OutQuart);
Content.FadeColour(Color4.Gray, duration);
// Will be restored by `ApplyToBackground` logic in `SongSelect`.
Background?.FadeColour(OsuColour.Gray(0.3f), 60);
}