fancy shit

This commit is contained in:
Kade M
2021-05-24 19:21:39 -07:00
parent b72908264d
commit e991a71ca9
2 changed files with 9 additions and 3 deletions

View File

@ -102,7 +102,7 @@ class MainMenuState extends MusicBeatState
menuItem.scrollFactor.set();
menuItem.antialiasing = true;
if (firstStart)
FlxTween.tween(menuItem,{y: 60 + (i * 160)},1 + (i * 0.25) ,{ease: FlxEase.bounceInOut, onComplete: function(flxTween:FlxTween)
FlxTween.tween(menuItem,{y: 60 + (i * 160)},1 + (i * 0.25) ,{ease: FlxEase.expoInOut, onComplete: function(flxTween:FlxTween)
{
finishedFunnyMove = true;
}});