Merge pull request #17904 from EVAST9919/smooth-anchor-vis

Visually improve AnchorOriginVisualiser
This commit is contained in:
Dean Herbert
2022-04-21 17:00:12 +09:00
committed by GitHub

View File

@ -146,8 +146,10 @@ namespace osu.Game.Skinning.Editor
{
anchorLine = new Box
{
Colour = Color4.Yellow,
Height = 2,
Origin = Anchor.CentreLeft,
Colour = Color4.Yellow,
EdgeSmoothness = Vector2.One
},
originBox = new Box
{