1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 03:25:11 +08:00

Fix incorrect starting scale for ripples

This commit is contained in:
Dean Herbert 2023-05-01 13:09:00 +09:00
parent 72b472a756
commit b8ae508639

View File

@ -72,7 +72,7 @@ namespace osu.Game.Rulesets.Osu.UI.Cursor
ClearTransforms(true);
this.ScaleTo(0.05f)
this.ScaleTo(0.1f)
.ScaleTo(1, 700, Easing.Out)
.FadeOutFromOne(700)
.Expire(true);