Function
love.graphics.newSpriteBatch( image, size )
Creates a new SpriteBatch object.
Synopsis
spriteBatch = love.graphics.newSpriteBatch( image, size )
Parameters
image Image The Image to use for the sprites.
size number The max number of sprites.
Returns
spriteBatch SpriteBatch The new SpriteBatch.
Copyright © 2006-2010 LÖVE Development Team.