ParticleSystem:setSprite
Removed in LÖVE 0.9.0
It has been renamed to ParticleSystem:setImage.
Sets the image which is to be emitted.
Function
Synopsis
ParticleSystem:setSprite( sprite )
Arguments
Image sprite
- An Image to use for the particle.
Returns
Nothing.
Please login to continue.