mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Add top score section into beatmap detail area
This commit is contained in:
@ -163,6 +163,7 @@ namespace osu.Game.Tests.Visual.SongSelect
|
||||
});
|
||||
|
||||
AddStep("null beatmap", () => detailsArea.Beatmap = null);
|
||||
AddStep("Toggle top score visibility", () => detailsArea.TopScore.ToggleVisibility());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user