mirror of
https://github.com/ppy/osu
synced 2025-02-25 15:11:46 +00:00
Reduce the length of the fadeout animation
This commit is contained in:
parent
9df173b339
commit
c161d82474
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user