Difference between revisions of "ParticleSystem:setSprite"

m (Removed in 0.9.0)
 
(3 intermediate revisions by 3 users not shown)
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 ==
Line 14: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the image which is to be emitted.}}
 
{{#set:Description=Sets the image which is to be emitted.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|ParticleSystem:setSprite}}

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