mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09: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:
@ -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),
|
||||
},
|
||||
|
Reference in New Issue
Block a user