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:
parent
72b472a756
commit
b8ae508639
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user