Realign white line on argon hold note ends to match hit target

This commit is contained in:
Dean Herbert
2022-11-21 18:26:53 +09:00
parent 2774c1ea49
commit b404b87f68

View File

@ -38,6 +38,8 @@ namespace osu.Game.Rulesets.Mania.Skinning.Argon
}, },
new Container new Container
{ {
Anchor = Anchor.BottomLeft,
Origin = Anchor.BottomLeft,
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both,
Height = 0.82f, Height = 0.82f,
Masking = true, Masking = true,
@ -54,6 +56,8 @@ namespace osu.Game.Rulesets.Mania.Skinning.Argon
{ {
RelativeSizeAxes = Axes.X, RelativeSizeAxes = Axes.X,
Height = ArgonNotePiece.CORNER_RADIUS * 2, Height = ArgonNotePiece.CORNER_RADIUS * 2,
Anchor = Anchor.BottomLeft,
Origin = Anchor.BottomLeft,
}, },
}; };
} }