大约有 1 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0009 秒)
...ow(); } /** * 初始化场景 */ GameMain.prototype.init = function () { //创建背景 this.spBg = Sprite.fromImage(this.PathBg); Laya.stage.addChild(this.spBg); //创建动画 this.aniFly = new Animation(); this.aniFly.loadAtlas(this.PathFly); this.aniFly.play(); this.aniFly.pos(250, 100); Laya.st...
来源: Laya_示例 发布时间: 20251209