mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-21 19:31:52 -04:00
Merge 7aa29bbcf7
into d31ef12363
This commit is contained in:
commit
d2443dd3c4
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue