Add initial game-wide beatmap flow.

This commit is contained in:
Dean Herbert
2016-10-28 19:55:48 +09:00
parent 0f5614ffa2
commit 74f1a9622f
10 changed files with 197 additions and 51 deletions

View File

@ -70,7 +70,10 @@ namespace osu.Game
RelativeSizeAxes = Axes.Both,
ActivateRequested = delegate { volume.Show(); }
},
intro = new Intro(),
intro = new Intro
{
Beatmap = Beatmap
},
Toolbar = new Toolbar
{
OnHome = delegate { MainMenu?.MakeCurrent(); },