1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 14:10:33 +08:00

Move SliderFollowCircle implementation

This commit is contained in:
Dean Herbert
2019-08-30 14:40:36 +09:00
Unverified
parent 71192791d5
commit 8f9fe99237
2 changed files with 3 additions and 4 deletions
@@ -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, "");
-4
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;