Difference between revisions of "love.graphics.newParticleSystem"

m (1 revision: Importing from potato (again).)
(No difference)

Revision as of 16:17, 14 February 2010

Creates a new ParticleSystem.

Function

Synopsis

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

Arguments

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

Returns

ParticleSystem A
new ParticleSystem.

See Also