--定时器
local function ballSchedule()
print("Hello World")
end
--定时器
layerFarm:scheduleUpdateWithPriorityLua(ballSchedule, 1)
lua脚本,加定时器。
cocos2dx计时器
最新推荐文章于 2024-05-18 09:57:03 发布
--定时器
local function ballSchedule()
print("Hello World")
end
--定时器
layerFarm:scheduleUpdateWithPriorityLua(ballSchedule, 1)
lua脚本,加定时器。