love.graphics.newParticleSystem

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 system
A new ParticleSystem.

See Also

Other Languages