mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 23:53:51 +09:00
Merge branch 'explode-circle-earlier' into add-legacy-hit-animations
This commit is contained in:
@ -169,6 +169,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
|||||||
.FadeOut(100);
|
.FadeOut(100);
|
||||||
|
|
||||||
explode.FadeIn(flash_in);
|
explode.FadeIn(flash_in);
|
||||||
|
explodeContainer.ScaleTo(1.5f, 400, Easing.OutQuad);
|
||||||
|
|
||||||
using (BeginDelayedSequence(flash_in, true))
|
using (BeginDelayedSequence(flash_in, true))
|
||||||
{
|
{
|
||||||
@ -178,7 +179,6 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
|||||||
number.FadeOut();
|
number.FadeOut();
|
||||||
|
|
||||||
this.FadeOut(800);
|
this.FadeOut(800);
|
||||||
explodeContainer.ScaleTo(1.5f, 400, Easing.OutQuad);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Expire();
|
Expire();
|
||||||
|
Reference in New Issue
Block a user