1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 09:07:52 +08:00

Move SliderFollowCircle implementation

This commit is contained in:
Dean Herbert 2019-08-30 14:40:36 +09:00
parent 71192791d5
commit 8f9fe99237
2 changed files with 3 additions and 4 deletions

View File

@ -59,6 +59,9 @@ namespace osu.Game.Rulesets.Osu.Skinning
{
switch (componentName)
{
case "Play/osu/sliderfollowcircle":
return this.GetAnimation(componentName, true, true);
case "Play/osu/sliderball":
var sliderBallContent = this.GetAnimation("sliderb", true, true, "");

View File

@ -54,10 +54,6 @@ namespace osu.Game.Skinning
switch (componentName)
{
case "Play/osu/sliderfollowcircle":
animatable = true;
break;
case "Play/Miss":
componentName = "hit0";
animatable = true;