1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 00:43:21 +08:00

Improve AnchorOriginVisualiser

This commit is contained in:
Andrei Zavatski 2022-04-21 10:16:52 +03:00
parent 5c0e5eb6f4
commit 414408140e

View File

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