mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 06:13:03 +08:00
Adjust tick appear/disappear animations.
This commit is contained in:
parent
c90f5e247d
commit
97b782128e
@ -81,12 +81,12 @@ namespace osu.Game.Modes.Osu.Objects.Drawables.Pieces
|
||||
FadeOut();
|
||||
break;
|
||||
case ArmedState.Miss:
|
||||
FadeTo(0.6f);
|
||||
Delay(FadeOutTime - sliderTick.StartTime);
|
||||
FadeOut();
|
||||
FadeOut(160);
|
||||
FadeColour(Color4.Red, 80);
|
||||
break;
|
||||
case ArmedState.Hit:
|
||||
FadeOut();
|
||||
FadeOut(120, EasingTypes.OutQuint);
|
||||
ScaleTo(Scale * 1.5f, 120, EasingTypes.OutQuint);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user