mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Centre align the icons
Seems to look better this way.
This commit is contained in:
@ -98,16 +98,16 @@ namespace osu.Game.Screens.Play.HUD.HitErrorMeters
|
||||
Y = -10,
|
||||
Size = new Vector2(10),
|
||||
Icon = FontAwesome.Solid.ShippingFast,
|
||||
Anchor = Anchor.y0 | alignment,
|
||||
Origin = Anchor.y0 | alignment,
|
||||
Anchor = Anchor.TopCentre,
|
||||
Origin = Anchor.TopCentre,
|
||||
},
|
||||
new SpriteIcon
|
||||
{
|
||||
Y = 10,
|
||||
Size = new Vector2(10),
|
||||
Icon = FontAwesome.Solid.Bicycle,
|
||||
Anchor = Anchor.y2 | alignment,
|
||||
Origin = Anchor.y2 | alignment,
|
||||
Anchor = Anchor.BottomCentre,
|
||||
Origin = Anchor.BottomCentre,
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user