Closed bfanger closed 1 year ago
Uncaught Error: createEmitter removed. See ParticleEmitter docs for info
https://phaser.io/tutorials/getting-started-phaser3/part5
The new notation is:
const emitter = this.add.particles(0, 0, "red", { speed: 100, scale: { start: 1, end: 0 }, blendMode: "ADD", });
Thank you, I solved it with this.
how tuo fix?
@baiseng the guide was updated just now with more content and fixed code, so please just refresh the page to see!
Version
Description
Uncaught Error: createEmitter removed. See ParticleEmitter docs for info
Example Test Code
https://phaser.io/tutorials/getting-started-phaser3/part5
The new notation is: