Add expanded/compact display modes for GameplayLeaderboard

This commit is contained in:
Dean Herbert
2021-02-19 16:46:30 +09:00
parent 43c35c5118
commit 691cfa5bc3
2 changed files with 210 additions and 139 deletions

View File

@ -50,8 +50,6 @@ namespace osu.Game.Screens.Play.HUD
{
var drawable = new GameplayLeaderboardScore(user, isTracked)
{
Anchor = Anchor.TopRight,
Origin = Anchor.TopRight,
Expanded = { BindTarget = Expanded },
};