- changed status to resolved
To set how many particles per seconds you have to change the "Emission/s" parameter (emissionsPerSecond in ParticleEmitterNode.java) to the desired integer value. But this has some huge limitations:
- Only per-second timings can be set.
- Particle emissions delay can't be bigger than 1 second (so, if you want to have a particle each 2 seconds - it would be 0.5f - it is impossible due to the integer restriction).
I don't know if there is a strong reason for that but I did a fast look at the code and it doesn't seems to be.
Implemented in the version 0.9.8v