The 2D particles tutorial, how to have it emitting from multiple sources at the same time? I tried to put it in a loop for different positions, both with particleEngine.Update() and without.
With, the particles are updating way too fast, making everything move a lot faster than intended
Without, the particles goes to the last set position (makes sense), and leave the other ones without any particles.
Any solutions appreciated