mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Reduce the length of the fadeout animation
This commit is contained in:
@ -42,7 +42,7 @@ namespace osu.Game.Screens
|
||||
protected override void LogoSuspending(OsuLogo logo)
|
||||
{
|
||||
base.LogoSuspending(logo);
|
||||
logo.FadeOut(logo.Alpha * 1000);
|
||||
logo.FadeOut(logo.Alpha * 400);
|
||||
}
|
||||
|
||||
private OsuScreen loadScreen;
|
||||
|
Reference in New Issue
Block a user