Im trying to work with the phaser 3 framework. In order to load a spritesheet and create its animation I first load the spritesheet: this.load.spritesheet(‘player’, ‘assets/spritesheets/player.png’,{frameWidth:16,frameheight:16}); then I create the animation as follows: This works fineā¦