mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 06:12:56 +08:00
Update with slider body changes
This commit is contained in:
parent
619a0dfd59
commit
9b19050faf
@ -13,12 +13,12 @@ namespace osu.Game.Rulesets.Osu.Edit.Masks.SliderMasks.Components
|
||||
public class SliderBodyPiece : CompositeDrawable
|
||||
{
|
||||
private readonly Slider slider;
|
||||
private readonly SliderBody body;
|
||||
private readonly SnakingSliderBody body;
|
||||
|
||||
public SliderBodyPiece(Slider slider)
|
||||
{
|
||||
this.slider = slider;
|
||||
InternalChild = body = new SliderBody(slider)
|
||||
InternalChild = body = new SnakingSliderBody(slider)
|
||||
{
|
||||
AccentColour = Color4.Transparent,
|
||||
PathWidth = slider.Scale * 64
|
||||
|
Loading…
Reference in New Issue
Block a user