mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 23:53:51 +09:00
Resize ranks better.
This commit is contained in:
Submodule osu-resources updated: e674531595...12bbab717d
@ -29,7 +29,12 @@ namespace osu.Game.Screens.Select.Leaderboards
|
|||||||
|
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
rankSprite = new Sprite { FillMode = FillMode.Fill },
|
rankSprite = new Sprite
|
||||||
|
{
|
||||||
|
Anchor = Anchor.Centre,
|
||||||
|
Origin = Anchor.Centre,
|
||||||
|
FillMode = FillMode.Fit
|
||||||
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user