mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09: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