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