mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +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 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);
|
||||||
|
Reference in New Issue
Block a user