mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-23 08:07:54 -05:00
change to elasticOut
This commit is contained in:
parent
9db9f44924
commit
433d4968da
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ class AlbumRoll extends FlxSpriteGroup
|
||||||
public function playIntro():Void
|
public function playIntro():Void
|
||||||
{
|
{
|
||||||
albumArt.visible = true;
|
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;
|
albumTitle.visible = false;
|
||||||
new FlxTimer().start(0.75, function(_) {
|
new FlxTimer().start(0.75, function(_) {
|
||||||
|
|
Loading…
Reference in a new issue