mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Hide slider body immediately on successful hit when snaking is enabled
This commit is contained in:
@ -294,6 +294,8 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
||||
{
|
||||
case ArmedState.Hit:
|
||||
Ball.ScaleTo(HitObject.Scale * 1.4f, fade_out_time, Easing.Out);
|
||||
if (sliderBody?.SnakingOut.Value == true)
|
||||
Body.FadeOut();
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user