mirror of
https://github.com/ppy/osu
synced 2025-01-20 21:10:49 +00:00
Add note about how the background colour is restored
This commit is contained in:
parent
cac684c044
commit
7e576ae9d3
@ -145,6 +145,7 @@ namespace osu.Game.Screens.Play
|
||||
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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user