Difference between revisions of "love.graphics.setIcon"

(Created page with '{{newin|0.7.0}} Set window icon. == Function == === Synopsis === <source lang="lua"> love.graphics.setIcon( drawable ) </source> === Arguments === {{param|Drawable|drawable|…')
 
m
Line 17: Line 17:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Set window icon.}}
 
{{#set:Description=Set window icon.}}
 +
== Other Languages ==
 +
{{i18n|love.graphics.setIcon}}

Revision as of 20:25, 18 November 2010

Available since LÖVE 0.7.0
It is not supported in earlier versions.


Set window icon.

Function

Synopsis

love.graphics.setIcon( drawable )

Arguments

Drawable drawable
A drawable object.

Returns

Nothing.

Note

The icon should be a 32x32px png image.

See Also

Other Languages