This commit is contained in:
PurSnake 2025-04-04 21:24:18 +00:00 committed by GitHub
commit d2443dd3c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -391,6 +391,7 @@ class PauseSubState extends MusicBeatSubState
var delay:Float = 0.1;
for (child in metadata.members)
{
child.alpha = 0;
FlxTween.tween(child, {alpha: 1, y: child.y + 5}, 1.8, {ease: FlxEase.quartOut, startDelay: delay});
delay += 0.1;
}