Merge branch 'master' into disable-unimplemented-options

This commit is contained in:
Dean Herbert
2017-02-14 08:35:40 +09:00
committed by GitHub
10 changed files with 214 additions and 7 deletions

View File

@ -237,11 +237,10 @@ namespace osu.Game.Screens.Play
{
base.LoadComplete();
Delay(250, true);
Content.Delay(250);
Content.FadeIn(250);
Delay(500, true);
Delay(750);
Schedule(() =>
{
sourceClock.Start();