Function
love.graphics.newParticleSystem( image, buffer )
Creates a new ParticleSystem.
Synopsis
A = love.graphics.newParticleSystem( image, buffer )
Parameters
image Image The image object.
buffer number The max size number of particles at the same time.
Copyright © 2006-2010 LÖVE Development Team.