大约有 112 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0043 秒)
... = [3,2,1]; // 敌机半径 this.radius = [15,30,70]; // 初始化引擎,设置舞台大小 Laya.init(400,852); // 创建循环滚动的悲剧 this.bg = new BackGround(); // 把背景添加到舞台 Laya.stage.addChild(this.bg); // 加载图集资源 Laya.loader.load("res/atlas/war.json",Laya.Hand...
来源: Laya_社区 发布时间: 20170525
...sks 对象的 key program .option( '-c, --config <configPlatform>', '设置发布平台名称[web|wxgame|bdgame|xmgame|qqgame|oppogame|vivogame|Alipaygame|biligame|bytedancegame|hwgame|taobaominiapp],默认为web' ) .parse(process.argv); const jsonName = program.config ? `${program.config}.j...
来源: Laya_社区 发布时间: 20201223