本示例使用三张同样图片,排列方式为并排排列 逻辑关键代码: @property([cc.Node]) bgs: cc.Node[] = []; //用于管理背景图片结点的数组,记得回cocos面板中添加数组的结点数量 bg_speed: number = 20;