Skip to content

Commit

Permalink
Update TitleState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored Apr 12, 2024
1 parent 910d754 commit 0b38f9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/TitleState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ class TitleState extends BeatState
FlxTween.tween(logoBck, {y: logoBck.y + 50}, 0.6, {ease: FlxEase.quadInOut, type: PINGPONG});
FlxTween.tween(logo, {y: logoBck.y + 50}, 0.6, {ease: FlxEase.quadInOut, type: PINGPONG, startDelay: 0.1});

logo.angle = -4;
logoBck.angle = -4;

new FlxTimer().start(0.01, (timer) ->
{
if (logoBck.angle == -4)
Expand Down

0 comments on commit 0b38f9c

Please # to comment.