Function
love.graphics.newParticleSystem( image, buffer )
Synopsis
var = love.graphics.newParticleSystem( image, buffer )
Arguments
image An Image object.
buffer The maximum amount of particles that are allowed by the system.
Returns
ParticleSystem A particle system containing the apporpriate information.
Copyright © 2006-2008 LÖVE Development Team.