mirror of
https://github.com/ppy/osu.git
synced 2024-12-17 08:42:56 +08:00
add statistics to main content
This commit is contained in:
parent
6b889c2c53
commit
5a68b3062a
@ -215,6 +215,15 @@ namespace osu.Game.Online.Leaderboards
|
||||
}
|
||||
}
|
||||
},
|
||||
new FillFlowContainer
|
||||
{
|
||||
Shear = -shear,
|
||||
Anchor = Anchor.CentreRight,
|
||||
Origin = Anchor.CentreRight,
|
||||
AutoSizeAxes = Axes.Both,
|
||||
Direction = FillDirection.Horizontal,
|
||||
Children = statisticsLabels
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user