1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 17:07:38 +08:00

previous commit only added scaling-up (oops), this one includes fading

This commit is contained in:
MaxOhn 2018-09-30 14:49:52 +02:00
parent 98042eb7d4
commit 8b09935c37

View File

@ -38,6 +38,7 @@ namespace osu.Game.Rulesets.Osu.Mods
.Then()
.ScaleTo(origScale, h.TimePreempt)
.Then()
.FadeOut(800)
.ScaleTo(d.Scale * 1.5f, 400, Easing.OutQuad); // reapply overwritten ScaleTo
}
}