1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 18:13:00 +08:00

Fix leaderboard icons not displaying correctly

This commit is contained in:
Dean Herbert 2017-08-14 12:51:52 +09:00
parent 07487b5ca9
commit 9e1ffa27dc

View File

@ -373,6 +373,7 @@ namespace osu.Game.Screens.Select.Leaderboards
Icon = FontAwesome.fa_square, Icon = FontAwesome.fa_square,
Colour = OsuColour.FromHex(@"3087ac"), Colour = OsuColour.FromHex(@"3087ac"),
Rotation = 45, Rotation = 45,
Size = new Vector2(20),
Shadow = true, Shadow = true,
}, },
new SpriteIcon new SpriteIcon
@ -380,7 +381,7 @@ namespace osu.Game.Screens.Select.Leaderboards
Origin = Anchor.Centre, Origin = Anchor.Centre,
Icon = icon, Icon = icon,
Colour = OsuColour.FromHex(@"a4edff"), Colour = OsuColour.FromHex(@"a4edff"),
Scale = new Vector2(0.8f), Size = new Vector2(14),
}, },
new GlowingSpriteText(value, @"Exo2.0-Bold", 17, Color4.White, OsuColour.FromHex(@"83ccfa")) new GlowingSpriteText(value, @"Exo2.0-Bold", 17, Color4.White, OsuColour.FromHex(@"83ccfa"))
{ {