cocos creator学习笔记3--游戏主脚本(game.js)随机生星星
资源配置 properties: { // 这个属性引用了星星预制资源 starPrefab: { default: null, type: cc.Prefab }, // 星星产生后消失时间的随机范围 maxStarDuration: 0, min...