mirror of
https://github.com/ppy/osu.git
synced 2025-02-05 21:33:04 +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();
|
songTicker.Hide();
|
||||||
|
|
||||||
this.FadeOut(3000);
|
this.FadeOut(3000);
|
||||||
|
|
||||||
|
bottomElementsFlow
|
||||||
|
.FadeOut(500, Easing.OutQuint);
|
||||||
|
|
||||||
return base.OnExiting(e);
|
return base.OnExiting(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user