{{newin|[[0.9.2]]|092|type=function}}
Sets a series of [[Quad]]s to use for the particle sprites. Particles will choose a Quad from the list based on the particle's current lifetime, allowing for the use of animated sprite sheets with ParticleSystems.
== Function ==
=== Synopsis ===
<source lang="lua">
ParticleSystem:setQuads( quad1, quad2, ... )
</source>
=== Arguments ===
{{param|Quad|quad1|The first Quad to use.}}
{{param|Quad|quad2|The second Quad to use.}}
=== Returns ===
Nothing.
== Function ==
=== Synopsis ===
<source lang="lua">
ParticleSystem:setQuads( quads )
</source>
=== Arguments ===
{{param|table|quads|A table containing the Quads to use.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::ParticleSystem]]
* [[ParticleSystem:getQuads]]
[[Category:Functions]]
{{#set:Description=Sets a series of [[Quad]]s to use for the particle sprites.}}
== Other Languages ==
{{i18n|ParticleSystem:setQuads}}