大约有 1,177 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0049 秒)
...der.load("res/atlas/com/loading.atlas", Laya.Handler.create(this, this.loadGame)); } private loadGame(): void { var resArray = [ { url: "res/atlas/lobby/create_room.atlas", type: Laya.Loader.ATLAS }, ...
来源: Laya_社区 发布时间: 20181213
...der.load("res/atlas/com/loading.atlas", Laya.Handler.create(this, this.loadGame)); } private loadGame(): void { var resArray = [ { url: "res/atlas/lobby/create_room.atlas", type: Laya.Loader.ATLAS }, ...
来源: Laya_社区 发布时间: 20181202
dialog第二次不弹出了 如demo:从home页面进入game页面,dialog弹出选择退出后返回home页面,再次从home进入game后点击弹出按钮,dialog不再弹出了??? 附件 : --> test.rar 2018-07-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关...
来源: Laya_社区 发布时间: 20180712
...,用一个frameLoop来实现。而Demo中却将这些逻辑全部放在Game里面,这是否出于一种性能考虑?即Game中只有一个frameLoop的效率会高过每个Role对象里面都有一个frameLoop? 2016-11-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...
来源: Laya_社区 发布时间: 20161102
...{ //@ts-ignore window.camera = this.camera; console.log("Game start", this.camera._up); console.log( "Game start", this.camera._up.x, this.camera._up.y, this.camera._up.z ); } } 附件 : --> testProject.zip 2024-10-29 添加评论 ...
来源: Laya_社区 发布时间: 20241029
...loseEffect = new Laya.Handler(this, function () { Laya.Tween.to(this, { x: Game.UIWidth }, 200, Laya.Ease.backIn, new Laya.Handler(this, function () { })); }); 2018-10-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个...
来源: Laya_社区 发布时间: 20181027
...关结果 已邀请: 与内容相关的链接 提交 2 个回复 lingann_game 赞同来自: cuixueying 感谢回复,我正在看用JS语言开发游戏《微信飞机大战》(H5实战教学)【搜游H5课堂】,将的很好理解,提供的源代码我也会去看的。支持。。。 2017...
来源: Laya_社区 发布时间: 20170524
...代码,和教程代码是一样的,在LayaSimple.js时添加的地图(game.js),在game.js的构造函数j里添加的锤子 在UI视图里,层级显示不一样,可也调整不过来,应该不是这里的问题 2018-03-05 0 1 分享 微博 QZONE 微信 代号9527 赞同来自: 锤子...
来源: Laya_社区 发布时间: 20180302
...请: 与内容相关的链接 提交 4 个回复 Laya_Aaron 赞同来自: game.js 里面 window.Matter=Matter; 加上试试 2018-07-25 0 0 分享 微博 QZONE 微信 swordman 赞同来自: game.js里面有 let matter = require("lib/matter.js"); window.Matter = matter; require("weapp-adapte...
来源: Laya_社区 发布时间: 20180725
...信开发者工具(版本:1.02.1801081)编译就报错了。 这是game.js中的内容:require("./weapp-adapter.js"); require("./libs/min/laya.core.min.js"); require("./libs/min/laya.wxmini.min.js"); require("./libs/min/laya.webgl.min.js"); require("./libs/min/laya.ui.min.js"); require("./li...
来源: Laya_社区 发布时间: 20180109