mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Improve exit procedure.
This commit is contained in:
@ -95,7 +95,7 @@ namespace osu.Game.Screens.Menu
|
||||
protected override bool OnExiting(GameMode next)
|
||||
{
|
||||
buttons.State = MenuState.Exit;
|
||||
Content.FadeOut(ButtonSystem.EXIT_DELAY);
|
||||
Content.FadeOut(3000);
|
||||
return base.OnExiting(next);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user