Function
love.graphics.draw
Variants
draw( string, x, y ) Draws text on screen.
draw( string, x, y, angle ) Draws rotated text on screen.
draw( string, x, y, angle, s ) Draws rotated/scaled text on screen.
draw( string, x, y, angle, sx, sy ) Draws rotated/scaled text on screen.
draw( sprite, x, y ) Draws an Image or Animation on screen.
draw( sprite, x, y, angle ) Draws a rotated Image or Animation on screen.
draw( sprite, x, y, angle, s ) Draws a rotated/scaled Image or Animation on screen.
draw( sprite, x, y, angle, sx, sy ) Draws a rotated/scaled Image or Animation on screen.
draw( particlesystem, x, y ) Draws a particle system on screen.
Copyright © 2006-2008 LÖVE Development Team.