mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 20:03:21 +08:00
Add tick skinning support
This commit is contained in:
parent
07632cd1e5
commit
bfc0d41c0c
@ -46,6 +46,9 @@ namespace osu.Game.Rulesets.Taiko.Skinning
|
|||||||
return new LegacyHit(taikoComponent.Component);
|
return new LegacyHit(taikoComponent.Component);
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
|
|
||||||
|
case TaikoSkinComponents.DrumRollTick:
|
||||||
|
return this.GetAnimation("sliderscorepoint", false, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
return source.GetDrawableComponent(component);
|
return source.GetDrawableComponent(component);
|
||||||
|
Loading…
Reference in New Issue
Block a user