Make beatmap detail area abstractable

This commit is contained in:
smoogipoo
2020-02-12 19:52:47 +09:00
parent 0f1d30c55e
commit 6f7196b0b8
10 changed files with 318 additions and 77 deletions

View File

@ -34,6 +34,8 @@ namespace osu.Game.Screens.Select
Padding = new MarginPadding { Horizontal = HORIZONTAL_OVERFLOW_PADDING };
}
protected override BeatmapDetailArea CreateBeatmapDetailArea() => new PlayBeatmapDetailArea(); // Todo: Temporary
protected override bool OnStart()
{
var item = new PlaylistItem