Difference between revisions of "love.graphics.newParticleSystem"

m
Line 14: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Creates a new ParticleSystem.}}
 
{{#set:Description=Creates a new ParticleSystem.}}
 +
== Other Languages ==
 +
{{i18n|love.graphics.newParticleSystem}}

Revision as of 20:16, 18 November 2010

Creates a new ParticleSystem.

Function

Synopsis

A = love.graphics.newParticleSystem( image, buffer )

Arguments

Image image
The image object.
number buffer
The max number of particles at the same time.

Returns

ParticleSystem A
new ParticleSystem.

See Also

Other Languages