1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 00:20:41 +08:00

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
Unverified
+3 -1
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
{