mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Improve transition when exiting song select
Reduces the delay before the main menu appears, but also synchronises the full main menu appearance animation with the logo's apperance.
This commit is contained in:
@ -340,8 +340,8 @@ namespace osu.Game.Screens.Select
|
||||
protected override void LogoExiting(OsuLogo logo)
|
||||
{
|
||||
base.LogoExiting(logo);
|
||||
logo.ScaleTo(0.2f, logo_transition, Easing.OutQuint);
|
||||
logo.FadeOut(logo_transition, Easing.OutQuint);
|
||||
logo.ScaleTo(0.2f, logo_transition / 2, Easing.Out);
|
||||
logo.FadeOut(logo_transition / 2, Easing.Out);
|
||||
}
|
||||
|
||||
private void beatmap_ValueChanged(WorkingBeatmap beatmap)
|
||||
|
Reference in New Issue
Block a user