Add loading screen.

This commit is contained in:
Dean Herbert
2017-02-22 21:43:29 +09:00
parent 202976c0c3
commit aef0eb49a1
7 changed files with 247 additions and 34 deletions

View File

@ -74,10 +74,13 @@ namespace osu.Desktop.VisualTests.Tests
Colour = Color4.Black,
});
Add(new Player
Add(new PlayerLoader(new Player
{
PreferredPlayMode = PlayMode.Osu,
Beatmap = beatmap
})
{
Beatmap = beatmap
});
}
}