mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:23:22 +08:00
Fix non-matching scale outwards animation
This commit is contained in:
parent
888245b44f
commit
2845303a74
@ -142,7 +142,7 @@ namespace osu.Game.Screens.Play
|
||||
if (countdownComplete)
|
||||
{
|
||||
countdownProgress.ScaleTo(2f, 300, Easing.OutQuint);
|
||||
countdownProgress.FadeOut(100, Easing.Out);
|
||||
countdownProgress.FadeOut(300, Easing.OutQuint);
|
||||
}
|
||||
else
|
||||
countdownProgress.FadeOut();
|
||||
|
Loading…
Reference in New Issue
Block a user