mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 08:52:55 +08:00
Apply FollowPoint alpha to inner container (should not affect legacy skins)
This commit is contained in:
parent
043d159d8a
commit
132241424d
@ -38,11 +38,9 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Connections
|
|||||||
Blending = BlendingMode.Additive,
|
Blending = BlendingMode.Additive,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
|
Alpha = 0.5f,
|
||||||
}
|
}
|
||||||
}, restrictSize: false)
|
}, restrictSize: false);
|
||||||
{
|
|
||||||
Alpha = 0.5f,
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user