mirror of
https://github.com/ppy/osu.git
synced 2026-06-02 02:29:54 +08:00
add statistics to main content
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user