{{newin|[[0.9.0]]|090|type=function|text=It has been renamed from [[ParticleSystem:setSprite]]}}
{{oldin|[[0.10.0]]|100|type=function|text=Use [[ParticleSystem:setTexture]] instead}}
Sets the image to be used for the particles.
== Function ==
=== Synopsis ===
<source lang="lua">
ParticleSystem:setImage( image )
</source>
=== Arguments ===
{{param|Image|image|An Image to use for the particles.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::ParticleSystem]]
[[Category:Functions]]
{{#set:Description=Sets the image to be used for the particles.}}
== Other Languages ==
{{i18n|ParticleSystem:setImage}}