mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +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,
|
Y = -10,
|
||||||
Size = new Vector2(10),
|
Size = new Vector2(10),
|
||||||
Icon = FontAwesome.Solid.ShippingFast,
|
Icon = FontAwesome.Solid.ShippingFast,
|
||||||
Anchor = Anchor.y0 | alignment,
|
Anchor = Anchor.TopCentre,
|
||||||
Origin = Anchor.y0 | alignment,
|
Origin = Anchor.TopCentre,
|
||||||
},
|
},
|
||||||
new SpriteIcon
|
new SpriteIcon
|
||||||
{
|
{
|
||||||
Y = 10,
|
Y = 10,
|
||||||
Size = new Vector2(10),
|
Size = new Vector2(10),
|
||||||
Icon = FontAwesome.Solid.Bicycle,
|
Icon = FontAwesome.Solid.Bicycle,
|
||||||
Anchor = Anchor.y2 | alignment,
|
Anchor = Anchor.BottomCentre,
|
||||||
Origin = Anchor.y2 | alignment,
|
Origin = Anchor.BottomCentre,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user