1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 08:32:57 +08:00
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;
Masking = true;
InternalChildren = new Drawable[] {
container = new Container {
InternalChildren = new Drawable[]
{
container = new Container
{
RelativeSizeAxes = Axes.Both,
Height = 0.5f,
CornerRadius = ArgonNotePiece.CORNER_RADIUS,
Masking = true,
Children = new Drawable[] {
new Box {
Children = new Drawable[]
{
new Box
{
RelativeSizeAxes = Axes.Both,
Colour = Colour4.Black,
Alpha = 0.4f,
},
new Box {
new Box
{
RelativeSizeAxes = Axes.Both,
Height = 1 - ArgonNotePiece.NOTE_ACCENT_RATIO,
Anchor = Anchor.TopCentre,