We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d4242 commit bdf51dcCopy full SHA for bdf51dc
1 file changed
source/funkin/ui/freeplay/SongMenuItem.hx
@@ -522,11 +522,10 @@ class SongMenuItem extends FlxSpriteGroup
522
{
523
songText.scale.x = 0.4;
524
songText.scale.y = 1.4;
525
- });
526
-
527
- new FlxTimer().start(2 / 24, function(_)
528
- {
529
- songText.scale.x = songText.scale.y = 1;
+ new FlxTimer().start(2 / 24, function(_)
+ {
+ songText.scale.x = songText.scale.y = 1;
+ });
530
});
531
}
532
@@ -537,6 +536,8 @@ class SongMenuItem extends FlxSpriteGroup
537
536
spr.visible = value;
538
539
+ textAppear();
540
+
541
updateSelected();
542
543
0 commit comments