Available since LÖVE 0.9.0 |
This function is not supported in earlier versions. |
Deprecated in LÖVE 11.0 |
This function has been renamed to ParticleSystem:setEmissionArea. |
Sets area-based spawn parameters for the particles. Newly created particles will spawn in an area around the emitter based on the parameters to this function.
ParticleSystem:setAreaSpread( distribution, dx, dy )
AreaSpreadDistribution distribution
number dx
number dy
Nothing.