mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-21 19:31:52 -04:00
[BUGFIX] Make PauseSubState texts tween from zero transparency
The name speaks for itself Makes texts appear more beautiful (as in previous versions)
This commit is contained in:
parent
3b74a14a0d
commit
7aa29bbcf7
1 changed files with 1 additions and 0 deletions
|
@ -313,6 +313,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