Added difficulty container

This commit is contained in:
Jorolf
2017-03-25 23:33:03 +01:00
parent d8724e5e3e
commit 775fd63d0f
5 changed files with 309 additions and 27 deletions

View File

@ -79,6 +79,7 @@ namespace osu.Game.Screens.Select
Details = new Details
{
RelativeSizeAxes = Axes.Both,
Padding = new MarginPadding(5),
},
Leaderboard = new Leaderboard
{
@ -121,8 +122,8 @@ namespace osu.Game.Screens.Select
if (!IsLoaded) return;
if (api == null || beatmap?.BeatmapInfo == null) return;
Details.Metadata = beatmap.Beatmap.Metadata;
Details.Beatmap = beatmap.Beatmap.BeatmapInfo;
}
}
}