mirror of
https://github.com/ppy/osu
synced 2025-03-11 05:49:12 +00:00
Fix incorrect scale duration
This commit is contained in:
parent
3b3b1e51ee
commit
7eb253b687
@ -91,7 +91,7 @@ namespace osu.Game.Rulesets.Judgements
|
||||
break;
|
||||
case HitResult.Miss:
|
||||
JudgementBody.ScaleTo(1.6f);
|
||||
JudgementBody.ScaleTo(1, FadeInDuration, Easing.In);
|
||||
JudgementBody.ScaleTo(1, 100, Easing.In);
|
||||
|
||||
JudgementBody.MoveToOffset(new Vector2(0, 100), 800, Easing.InQuint);
|
||||
JudgementBody.RotateTo(40, 800, Easing.InQuint);
|
||||
|
Loading…
Reference in New Issue
Block a user