mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Remove ProgressNotification
vertical movement and delay
This commit is contained in:
@ -141,8 +141,7 @@ namespace osu.Game.Overlays.Notifications
|
|||||||
|
|
||||||
case ProgressNotificationState.Completed:
|
case ProgressNotificationState.Completed:
|
||||||
loadingSpinner.Hide();
|
loadingSpinner.Hide();
|
||||||
MainContent.MoveToY(-DrawSize.Y / 2, 200, Easing.OutQuint);
|
Completed();
|
||||||
this.FadeOut(200).Finally(_ => Completed());
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user