Javascript – Character atlas/spritesheet animation with user input not stopping on key up Phaser 3
I'm working on animating a character (using a texture atlas) with user input in Phaser 3 and I'm running into an issue with the animation not stopping when I release the respective arrow button. I've tried a few tactics, and…