Replies: 3 comments
-
"phaser": "^3.55.2", |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is usually happens because console.assert(frameNames.length > 0);
console.log('frameNames', frameNames); |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok, I'll try,thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
phaser.js:39460 Uncaught TypeError: Cannot read properties of undefined (reading 'duration')
at Animation.getFirstTick (phaser.js:39460:1)
at AnimationState.startAnimation (phaser.js:37181:1)
at AnimationState.play (phaser.js:37081:1)
at Project.create (game.js:139:1)
at SceneManager.create (phaser.js:84684:1)
at SceneManager.bootScene (phaser.js:84600:1)
at SceneManager.start (phaser.js:85129:1)
at SceneManager.processQueue (phaser.js:84439:1)
at SceneManager.update (phaser.js:84639:1)
at Game.step (phaser.js:137314:1)
at TimeStep.step (phaser.js:75507:1)
at step (phaser.js:75715:1)
Beta Was this translation helpful? Give feedback.
All reactions