loogi
This commit is contained in:
Prokube 2021-06-02 16:03:47 -07:00 committed by GitHub
parent b2af14e752
commit c3a19e7a9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,6 +105,7 @@ class MainMenuState extends MusicBeatState
FlxTween.tween(menuItem,{y: 60 + (i * 160)},1 + (i * 0.25) ,{ease: FlxEase.expoInOut, onComplete: function(flxTween:FlxTween)
{
finishedFunnyMove = true;
changeItem();
}});
else
menuItem.y = 60 + (i * 160);