大约有 1,198 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0047 秒)
...拷贝到Android手机目录/storage/emulated/0/Android/test/com.layabox.game,上传test.zip到这个目录下。 1.4 修改代码中的扩展路径 修改“RuntimeProxy.java”中的getExpansionMainPath函数,设置正确的zip路径。 public String getExpansionMainPath() { return "/storage/e...
来源: Laya3.0_文档 发布时间: 20251010
...ror: Cannot read property 'offCanplay' of null at n.onCanPlay (https://usr/game.js:39:9226) at Function.t (https://lib/WAGameSubContext.js:2:153278)Cannot read property 'offCanplay' of null;at audioContext.oncanplay callback function TypeError: Cannot read property 'offCanplay' of null at n.onCanPla...
来源: Laya_社区 发布时间: 20200612
...ht unknown animationClip version. 运行报错 Uncaught Can not find scene:GameView.scene undefined 使用GlowFilter的时候报错: GlowFilter is not a constructor Uncaught Can not find class srcipt/game/Game_App.ts 问题状态 最新活动: 2017-02-18 10:13 浏览: 1889 关注: 1 人 ZGH • 20...
来源: Laya_社区 发布时间: 20170217
微信小程序调试器运行正常,真机调试报错 VM128:1 gameThirdScriptError self is not defined;at api request success callback function ReferenceError: self is not defined at new s (game.js:6:16022) at (../../src/script/GameUI.js:10:1) at (../../src/script/GameUI.js:10:1) at (../....
来源: Laya_社区 发布时间: 20191030
...的链接 提交 3 个回复 Laya_Aaron 赞同来自: answerHom client\src\game\gui\base\PageContainer.ts client\src\game\gui\TopUI.ts 解决这块的循环引用, 因为循环引用所以不知道先后顺序 2019-09-18 1 3 分享 微博 QZONE 微信 answerHom 赞同来自: demo稍后发送 20...
来源: Laya_社区 发布时间: 20190918
...小本地包体的大小呢。可以的,如果要删除这个目录,把game.json里的`"path"`字段删除即可。这样就可以达到减小包体的目的。但是,我们不建议大家现阶段删除,毕竟低版本的微信普及也没有那么快,为了兼容性,先保留一阵。...
来源: Laya2.0_文档 发布时间: 20210715
...8-06-03 0 0 分享 微博 QZONE 微信 kezhiyu 赞同来自: <style>#game_canvas{width:100;heigth:L100%}<style> 请先确保这个100%可以覆盖全屏,现在假如手机只有320, 520 <canvas width=”640“, heigth="1040" id="game_canvas"></canvas> 在游戏里应该是L...
来源: Laya_社区 发布时间: 20180601
... cAnimation("jx10","dzb/shan10.json",100,100,327,22,200,game,false,1,1,0,null,true,null); } function btn2(){//移除 game.removeChildByName("dh1"); } 2018-04-11 0 0 分享 微博 QZONE 微信 zjwytqm 赞同来自: 找到原因了, //var bounds = ani.getGraphicBound...
来源: Laya_社区 发布时间: 20180411
...就算设定了大飞机的血量,可是打一下就死了。 var Game = (function(){ (function Game(){ // 子弹发射偏移位置表 this.bulletPos = [[0],[-15,15],[-30,0,30],[-45,-15,15,45]]; // 关卡等级 this.level = 0; // 升级等级所需要的成绩数量 this.levelUpScore = 0; // ...
来源: Laya_社区 发布时间: 20170525
...要重远程接收一个.xml文件 hrRerust.send("http://192.168.1.21:90/Game_Config.xml", null, "get", "text",null); trace(hrRerust.data); 该语句可以读取上面.xml文件的内容 但是 我用了一些方法 都无法像本地.xml被解析后存放到数组当中 请那位高...
来源: Laya_社区 发布时间: 20161120