Difference between revisions of "ParticleSystem:setSprite"

m (Removed in 0.9.0)
 
Line 1: Line 1:
 +
{{oldin|[[0.9.0]]|090|type=function|text=It has been renamed to [[ParticleSystem:setImage]]}}
 
Sets the image which is to be emitted.
 
Sets the image which is to be emitted.
 
== Function ==
 
== Function ==

Latest revision as of 00:26, 17 June 2013

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.

See Also


Other Languages