Skip to content

Commit bdf51dc

Browse files
LasercarHundrec
authored andcommitted
Nest the text squash timers
1 parent 01d4242 commit bdf51dc

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

source/funkin/ui/freeplay/SongMenuItem.hx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -522,11 +522,10 @@ class SongMenuItem extends FlxSpriteGroup
522522
{
523523
songText.scale.x = 0.4;
524524
songText.scale.y = 1.4;
525-
});
526-
527-
new FlxTimer().start(2 / 24, function(_)
528-
{
529-
songText.scale.x = songText.scale.y = 1;
525+
new FlxTimer().start(2 / 24, function(_)
526+
{
527+
songText.scale.x = songText.scale.y = 1;
528+
});
530529
});
531530
}
532531

@@ -537,6 +536,8 @@ class SongMenuItem extends FlxSpriteGroup
537536
spr.visible = value;
538537
}
539538

539+
textAppear();
540+
540541
updateSelected();
541542
}
542543

0 commit comments

Comments
 (0)