love.graphics.newParticleSystem


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