Difference between revisions of "ParticleSystem:setSprite"

m
m (Removed in 0.9.0)
 
(One intermediate revision by one other user 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 13: 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 ==
 
== Other Languages ==
 
{{i18n|ParticleSystem:setSprite}}
 
{{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