mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Make it works and some layout adjustments
This commit is contained in:
@ -43,10 +43,10 @@ namespace osu.Game.Tests.Visual.SongSelect
|
||||
});
|
||||
|
||||
AddStep(@"Trigger visibility", topScoreContainer.ToggleVisibility);
|
||||
AddStep(@"Add score(rank 999)", () => topScoreContainer.TopScore.Value = scores[0]);
|
||||
AddStep(@"Add score(rank 110000)", () => topScoreContainer.TopScore.Value = scores[1]);
|
||||
AddStep(@"Add score(rank 22333)", () => topScoreContainer.TopScore.Value = scores[2]);
|
||||
AddStep(@"Add null score", () => topScoreContainer.TopScore.Value = null);
|
||||
AddStep(@"Add score(rank 999)", () => topScoreContainer.Score.Value = scores[0]);
|
||||
AddStep(@"Add score(rank 110000)", () => topScoreContainer.Score.Value = scores[1]);
|
||||
AddStep(@"Add score(rank 22333)", () => topScoreContainer.Score.Value = scores[2]);
|
||||
AddStep(@"Add null score", () => topScoreContainer.Score.Value = null);
|
||||
|
||||
scores = new APILegacyUserTopScoreInfo[]
|
||||
{
|
||||
|
Reference in New Issue
Block a user