1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-05 19:36:03 +08:00

Change standalone beatmap panel to show individual beatmap status

This commit is contained in:
Chris Ehmann
2025-07-23 22:30:51 -07:00
Unverified
parent 9377ffec24
commit db06899ebb
@@ -231,7 +231,7 @@ namespace osu.Game.Screens.SelectV2
titleText.Text = new RomanisableString(beatmapSet.Metadata.TitleUnicode, beatmapSet.Metadata.Title);
artistText.Text = new RomanisableString(beatmapSet.Metadata.ArtistUnicode, beatmapSet.Metadata.Artist);
updateButton.BeatmapSet = beatmapSet;
statusPill.Status = beatmapSet.Status;
statusPill.Status = beatmap.Status;
difficultyIcon.Icon = beatmap.Ruleset.CreateInstance().CreateIcon();
difficultyIcon.Show();