Skip to content

Commit

Permalink
Update TitleState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored Jul 27, 2024
1 parent f50a65a commit 5e320d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/states/TitleState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class TitleState extends ExtendableState {
logo.angle = -4;
add(logo);

FlxTween.tween(logo, {y: logoBck.y + 50}, 0.6, {ease: FlxEase.quadInOut, type: PINGPONG, startDelay: 0.1});
FlxTween.tween(logo, {y: logo.y + 50}, 0.6, {ease: FlxEase.quadInOut, type: PINGPONG});

new FlxTimer().start(0.01, (timer) ->
{
Expand All @@ -48,4 +48,4 @@ class TitleState extends ExtendableState {
});
}
}
}
}

0 comments on commit 5e320d4

Please sign in to comment.