1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 07:27:25 +08:00

Also expand match score component when leaderboard is (in test)

This commit is contained in:
Dean Herbert 2022-04-12 10:49:57 +09:00
parent 09d560c93e
commit a0e3a2102a

View File

@ -48,7 +48,8 @@ namespace osu.Game.Tests.Visual.Multiplayer
Anchor = Anchor.BottomCentre,
Origin = Anchor.BottomCentre,
Team1Score = { BindTarget = Leaderboard.TeamScores[0] },
Team2Score = { BindTarget = Leaderboard.TeamScores[1] }
Team2Score = { BindTarget = Leaderboard.TeamScores[1] },
Expanded = { BindTarget = Leaderboard.Expanded },
}, Add);
});
}