Removed in LÖVE 0.8.0 |
It has been replaced with ParticleSystem:setSizes. |
Sets the size of the particle (1.0 being normal size). The particles will grow/shrink from the starting size to the ending size. The variation affects starting size only.
ParticleSystem:setSize( min, max, variation )
number min
number max (min)
number variation (1)
Nothing.