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