Hi,
I have a particle emitter and I’d like to augment the number of particles emitted.
emitter.frequency = something
is not changing anything
Any idea on how to do this? Or do I need to create multiple emitters?
Hi,
I have a particle emitter and I’d like to augment the number of particles emitted.
emitter.frequency = something
is not changing anything
Any idea on how to do this? Or do I need to create multiple emitters?
Hey flo, I believe you are looking for emitter.quantity
Just tried and it doesn’t work. I also tried emitter.setQuantity
as I saw in the documentation but that’s for Phaser 3.
That was it, thanks!