大约有 291 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0037 秒)
...普通积分道具 2、加速道具 3、悬空能量道具 同样我们新建一个Item.js (function(){ /** * 物品类 */ function Item(){ //图标 this.icon = null; //星星贴图 this.starTexture = null; //加速贴图 this.speedTexture = null; //悬空贴图 this.flyTexture = null; this.typ...
来源: Laya_社区 发布时间: 20160803