Consistently great-looking rotation tweens in Phaser 3
This is the source code for the YouTube video: How to Rotate a Sprite Correctly with Tweens in Phaser 3.
Just getting started with Phaser?
We have a free book that teaches you how to create an Infinite Jumper in modern JavaScript. Get it here: https://ourcade.co/books/infinite-jumper-phaser3
Clone this repository to your local machine and then install dependencies:
npm install
Start development server:
npm run start