mirror of
https://github.com/ppy/osu.git
synced 2026-06-07 06:23:39 +08:00
Fade out instead of insta hiding on menu suspending
This commit is contained in:
@@ -236,7 +236,7 @@ namespace osu.Game.Screens.Menu
|
||||
|
||||
buttons.State = ButtonSystemState.EnteringMode;
|
||||
|
||||
songTicker.Hide();
|
||||
songTicker.FadeOut(100, Easing.OutQuint);
|
||||
songTicker.AllowUpdates = false;
|
||||
|
||||
this.FadeOut(FADE_OUT_DURATION, Easing.InSine);
|
||||
|
||||
Reference in New Issue
Block a user