This commit is contained in:
itsMapleLeaf
2023-01-31 02:23:25 -06:00
parent e77b0b9fcc
commit c81bac5f31

View File

@ -26,21 +26,26 @@ namespace osu.Game.Rulesets.Mania.Skinning.Argon
CornerRadius = ArgonNotePiece.CORNER_RADIUS; CornerRadius = ArgonNotePiece.CORNER_RADIUS;
Masking = true; Masking = true;
InternalChildren = new Drawable[] { InternalChildren = new Drawable[]
container = new Container { {
container = new Container
{
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both,
Height = 0.5f, Height = 0.5f,
CornerRadius = ArgonNotePiece.CORNER_RADIUS, CornerRadius = ArgonNotePiece.CORNER_RADIUS,
Masking = true, Masking = true,
Children = new Drawable[] { Children = new Drawable[]
new Box { {
new Box
{
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both,
Colour = Colour4.Black, Colour = Colour4.Black,
Alpha = 0.4f, Alpha = 0.4f,
}, },
new Box { new Box
{
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both,
Height = 1 - ArgonNotePiece.NOTE_ACCENT_RATIO, Height = 1 - ArgonNotePiece.NOTE_ACCENT_RATIO,
Anchor = Anchor.TopCentre, Anchor = Anchor.TopCentre,