Difference between revisions of "love.graphics.newParticleSystem"

 
m (1 revision: Imported docs from potato.)
(No difference)

Revision as of 15:54, 14 February 2010


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