Add bindable mods and autoplay support.

This commit is contained in:
Dean Herbert
2017-03-06 14:52:37 +09:00
parent 1ea21daa91
commit 76ef8c1a6c
5 changed files with 32 additions and 9 deletions

View File

@ -337,6 +337,8 @@ namespace osu.Game.Screens.Select
{
base.OnBeatmapChanged(beatmap);
beatmap.Mods.BindTo(modSelect.SelectedMods);
//todo: change background in selectionChanged instead; support per-difficulty backgrounds.
changeBackground(beatmap);
carousel.SelectBeatmap(beatmap?.BeatmapInfo);