Add top score section into beatmap detail area

This commit is contained in:
Andrei Zavatski
2019-07-14 13:33:47 +03:00
parent 922c3c89ae
commit d1409d4610
3 changed files with 42 additions and 30 deletions

View File

@ -163,6 +163,7 @@ namespace osu.Game.Tests.Visual.SongSelect
});
AddStep("null beatmap", () => detailsArea.Beatmap = null);
AddStep("Toggle top score visibility", () => detailsArea.TopScore.ToggleVisibility());
}
}
}