1
0
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:
mk56-spn 2023-01-16 18:23:13 +01:00
parent 6b889c2c53
commit 5a68b3062a

View File

@ -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
}
}
};