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:
parent
71192791d5
commit
8f9fe99237
@ -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, "");
|
||||
|
||||
|
@ -54,10 +54,6 @@ namespace osu.Game.Skinning
|
||||
|
||||
switch (componentName)
|
||||
{
|
||||
case "Play/osu/sliderfollowcircle":
|
||||
animatable = true;
|
||||
break;
|
||||
|
||||
case "Play/Miss":
|
||||
componentName = "hit0";
|
||||
animatable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user