mirror of
https://github.com/ppy/osu.git
synced 2026-05-31 02:30:06 +08:00
Merge pull request #17904 from EVAST9919/smooth-anchor-vis
Visually improve AnchorOriginVisualiser
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user