mirror of
https://github.com/ppy/osu.git
synced 2025-03-17 22:17:25 +08:00
Fit HitExplosion regression.
This commit is contained in:
parent
3ac89216bd
commit
d3bf1a3a9e
@ -119,6 +119,8 @@ namespace osu.Game.Modes.Osu.Objects.Drawables
|
||||
|
||||
explode.FadeIn(flash_in);
|
||||
|
||||
Schedule(() => Add(explosion = new HitExplosion(Judgement.Hit300)));
|
||||
|
||||
Delay(flash_in, true);
|
||||
|
||||
//after the flash, we can hide some elements that were behind it
|
||||
@ -128,8 +130,6 @@ namespace osu.Game.Modes.Osu.Objects.Drawables
|
||||
|
||||
FadeOut(800);
|
||||
ScaleTo(Scale * 1.5f, 400, EasingTypes.OutQuad);
|
||||
|
||||
Schedule(() => Add(explosion = new HitExplosion(Judgement.Hit300)));
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
@ -43,8 +43,8 @@ namespace osu.Game.Modes.Osu.Objects.Drawables
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
base.LoadComplete();
|
||||
line1.TransformSpacingTo(0.7f, 1800, EasingTypes.OutQuint);
|
||||
line2.TransformSpacingTo(0.7f, 1800, EasingTypes.OutQuint);
|
||||
line1.TransformSpacingTo(14, 1800, EasingTypes.OutQuint);
|
||||
line2.TransformSpacingTo(14, 1800, EasingTypes.OutQuint);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user