change to elasticOut

This commit is contained in:
Cameron Taylor 2024-03-21 23:32:07 -07:00
parent 9db9f44924
commit 433d4968da

View file

@ -161,7 +161,7 @@ class AlbumRoll extends FlxSpriteGroup
public function playIntro():Void
{
albumArt.visible = true;
FlxTween.tween(albumArt, {x: 950, y: 320, angle: -340}, 0.5, {ease: FlxEase.quintOut});
FlxTween.tween(albumArt, {x: 950, y: 320, angle: -340}, 0.5, {ease: FlxEase.elasticOut});
albumTitle.visible = false;
new FlxTimer().start(0.75, function(_) {