Skip to content
trubblegum edited this page Mar 27, 2012 · 4 revisions

An image with a label and no background box, which automatically resizes itself to the image's dimensions.

local element = Gspot:image(label, pos, parent, img)

Additional constructor arguments :

nil or string path or love.image img the image to display.
This element overrides Gspot.util.setimage()

Additional values :

nil or love.image img the image to display.