1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 08:43:20 +08:00

Tweak animation slightly

This commit is contained in:
Dean Herbert 2021-10-15 19:37:22 +09:00
parent b08743342b
commit b9fd1f52df

View File

@ -117,8 +117,9 @@ namespace osu.Game.Screens.Play
Depth = float.MaxValue
});
Content.ScaleTo(0.85f, duration, Easing.OutQuint);
Content.RotateTo(1, duration, Easing.OutQuint);
Content.ScaleTo(0.85f, duration, Easing.OutQuart);
Content.RotateTo(1, duration, Easing.OutQuart);
Content.FadeColour(Color4.Gray, duration);
}
protected override void Update()