Select specific difficulties using their icons

This commit is contained in:
voidedWarranties
2020-02-11 20:05:26 -08:00
parent 804d210250
commit 2901ec9f26
4 changed files with 37 additions and 4 deletions

View File

@ -155,6 +155,7 @@ namespace osu.Game.Screens.Select
Origin = Anchor.CentreRight,
RelativeSizeAxes = Axes.Both,
SelectionChanged = updateSelectedBeatmap,
SelectionFinalised = beatmapInfo => { FinaliseSelection(beatmapInfo); },
BeatmapSetsChanged = carouselBeatmapsLoaded,
},
}