Initial implementation

Note this won't work with the osu!bgm because it is not a beatmap
This commit is contained in:
ColdVolcano
2017-05-20 11:02:42 -05:00
parent 793b760ff2
commit 4e83f12f34
3 changed files with 98 additions and 1 deletions

View File

@ -54,7 +54,8 @@ namespace osu.Game.Screens.Menu
OnSolo = delegate { Push(consumeSongSelect()); },
OnMulti = delegate { Push(new Lobby()); },
OnExit = delegate { Exit(); },
}
},
new MenuSideFlashes(),
}
}
};