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:
parent
f6773522d1
commit
38828b6b82
@ -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),
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user