For the complete documentation index, see llms.txt. This page is also available as Markdown.

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()...

applyImage

Last updated