mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +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[]
|
||||
{
|
||||
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