mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 00:43:21 +08:00
Improve AnchorOriginVisualiser
This commit is contained in:
parent
5c0e5eb6f4
commit
414408140e
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user