mirror of
https://github.com/ppy/osu.git
synced 2025-01-27 03:23:03 +08:00
Fade out quickly on game exit sequence
This commit is contained in:
parent
0ad6ac8b2a
commit
b19f72481b
@ -399,6 +399,10 @@ namespace osu.Game.Screens.Menu
|
||||
songTicker.Hide();
|
||||
|
||||
this.FadeOut(3000);
|
||||
|
||||
bottomElementsFlow
|
||||
.FadeOut(500, Easing.OutQuint);
|
||||
|
||||
return base.OnExiting(e);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user