mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
wip
This commit is contained in:
@ -26,13 +26,6 @@ namespace osu.Game.Screens.Ranking.Statistics
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Colour = Color4Extensions.FromHex("#333")
|
||||
},
|
||||
new ScorePanel(score) // Todo: Temporary
|
||||
{
|
||||
Anchor = Anchor.CentreLeft,
|
||||
Origin = Anchor.CentreLeft,
|
||||
State = PanelState.Expanded,
|
||||
X = 30
|
||||
},
|
||||
new Container
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
|
Reference in New Issue
Block a user