createGameObject

API -

return function()
    local app = getApp();
    local myObject = app.createGameObject(); --objects can be used for adding images
end

This is designed to be used with applyImage()...

pageapplyImage

Last updated