mirror of
https://github.com/ppy/osu
synced 2025-01-15 10:31:02 +00:00
Also expand match score component when leaderboard is (in test)
This commit is contained in:
parent
09d560c93e
commit
a0e3a2102a
@ -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);
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user