Implement match subscreen re-design

This commit is contained in:
smoogipoo
2020-02-14 20:48:09 +09:00
parent 2ea8c47c83
commit b92f1ad68d
2 changed files with 125 additions and 102 deletions

View File

@ -24,14 +24,12 @@ namespace osu.Game.Tests.Visual.Multiplayer
private RulesetStore rulesetStore { get; set; }
private MatchBeatmapDetailArea detailArea;
[SetUp]
public void Setup() => Schedule(() =>
{
Room.Playlist.Clear();
Child = detailArea = new MatchBeatmapDetailArea
Child = new MatchBeatmapDetailArea
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,