大约有 461 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0034 秒)
...都添加到舞台上面吧~~ 打开runGame.js(function () { /** * 游戏入口 */ function RunGame(){ this.bg = null; this.mapFloor = null; this.player = null; this.flyEnergy = null; this.speedEnergy = null; RunGame.__super.call(this); this.init(); } //RunGame 是一个显示对象 继承此 Sprite...
来源: Laya_社区 发布时间: 20160803