mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Select specific difficulties using their icons
This commit is contained in:
@ -155,6 +155,7 @@ namespace osu.Game.Screens.Select
|
||||
Origin = Anchor.CentreRight,
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
SelectionChanged = updateSelectedBeatmap,
|
||||
SelectionFinalised = beatmapInfo => { FinaliseSelection(beatmapInfo); },
|
||||
BeatmapSetsChanged = carouselBeatmapsLoaded,
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user