lua脚本,加定时器。
- --定时器
- local function ballSchedule()
- print("Hello World")
- end
- --定时器
- layerFarm:scheduleUpdateWithPriorityLua(ballSchedule,1)
lua脚本,加定时器。
- --定时器
- local function ballSchedule()
- print("Hello World")
- end
- --定时器
- layerFarm:scheduleUpdateWithPriorityLua(ballSchedule,1)