According to the console, isPlaying = true, yet the animation is invisible?
I am spawning this player from an extended Sprite class, but still am creating the animations in the main game file.
Once the player is created I do
playerCharacter.anims.play('turn');
Should I be doing this inside the initialisation of the new player?