Change "Emission/s" to a float value in particles.

Issue #123 resolved
NemesisMate created an issue

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:

  1. Only per-second timings can be set.
  2. 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.

Comments (1)

  1. Log in to comment