mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Delay -> ApplyDelay; DelayReset -> ResetDelay
This commit is contained in:
@ -100,14 +100,14 @@ namespace osu.Game.Screens.Menu
|
||||
|
||||
Content.FadeInFromZero(500);
|
||||
|
||||
icon.Delay(1500);
|
||||
icon.ApplyDelay(1500);
|
||||
icon.FadeColour(iconColour, 200);
|
||||
|
||||
Delay(6000, true);
|
||||
ApplyDelay(6000, true);
|
||||
|
||||
Content.FadeOut(250);
|
||||
|
||||
Delay(250);
|
||||
ApplyDelay(250);
|
||||
|
||||
Schedule(() => Push(intro));
|
||||
}
|
||||
|
Reference in New Issue
Block a user