1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:17:23 +08:00

Updating beatmap details icons

changes the sizing and add yellow circle so the UI will fit more with osu-web style.
This commit is contained in:
Daniel Kariv 2021-08-16 00:40:31 +03:00
parent f6773522d1
commit 38828b6b82

View File

@ -129,10 +129,20 @@ namespace osu.Game.Overlays.BeatmapSet
Rotation = 45,
Colour = Color4Extensions.FromHex(@"441288"),
},
new BeatmapStatisticIcon(icon){
new SpriteIcon
{
Anchor = Anchor.CentreLeft,
Origin = Anchor.Centre,
Size = new Vector2(12),
Icon = FontAwesome.Regular.Circle,
Size = new Vector2(10),
Rotation = 0,
Colour = Color4Extensions.FromHex(@"f7dd55"),
},
new BeatmapStatisticIcon(icon)
{
Anchor = Anchor.CentreLeft,
Origin = Anchor.Centre,
Size = new Vector2(10),
Colour = Color4Extensions.FromHex(@"f7dd55"),
Scale = new Vector2(0.8f),
},