[closed] Particle Limit?

Is there a limit to the amount of particles that can be emitted? I think I did everything right in this example, but it seems to stop emitting at a certain point.

Click/Mouse Move to emit - http://flowlab.io/game/view/377307

It’s a bug… I guess…

Its not a bug, this is to prevent to much lag.

there is a limit to the max number of live particles running at once to prevent performance degradation. If you expire or destroy old particles, you should be able to emit them continuously though.

Good call, thanks!