Difference between revisions of "SpriteBatch:setImage"

Line 12: Line 12:
 
== See Also ==
 
== See Also ==
 
* [[parent::SpriteBatch]]
 
* [[parent::SpriteBatch]]
 +
* [[SpriteBatch:getImage]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Replaces the image used for the sprites.}}
 
{{#set:Description=Replaces the image used for the sprites.}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|SpriteBatch:setImage}}
 
{{i18n|SpriteBatch:setImage}}

Revision as of 21:58, 20 April 2012

Available since LÖVE 0.7.2
This functions is not supported in earlier versions.

Replaces the image used for the sprites.

Function

Synopsis

SpriteBatch:setImage( image )

Arguments

Image image
The new Image to use for the sprites.

Returns

Nothing.

See Also

Other Languages