mirror of https://github.com/ppy/osu
Reduce the length of the fadeout animation
This commit is contained in:
parent
9df173b339
commit
c161d82474
|
@ -42,7 +42,7 @@ protected override void LogoArriving(OsuLogo logo, bool resuming)
|
|||
protected override void LogoSuspending(OsuLogo logo)
|
||||
{
|
||||
base.LogoSuspending(logo);
|
||||
logo.FadeOut(logo.Alpha * 1000);
|
||||
logo.FadeOut(logo.Alpha * 400);
|
||||
}
|
||||
|
||||
private OsuScreen loadScreen;
|
||||
|
|
Loading…
Reference in New Issue