Skip to content
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.

Commit

Permalink
Update TitleState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Theoyeah committed Jan 12, 2023
1 parent 6a6483f commit ba960fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/TitleState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ class TitleState extends MusicBeatState
rotateTo,
4,
{
ease: FlxTween.PERSIST, // ???
//ease: EaseFunction =PERSIST, // ???
//onComplete: onComplete, // no necessary
type: ONESHOT // when finished, do it again but in reverse direction
});
Expand Down

1 comment on commit ba960fe

@Wither362
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need an ease for it

Please sign in to comment.