Merge pull request #21360 from peppy/mania-argon-hold-better

Realign white line on argon hold note ends to match hit target
This commit is contained in:
Bartłomiej Dach 2022-11-21 18:53:05 +01:00 committed by GitHub
commit c79841dad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,
}, },
}; };
} }