• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 11 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0081 秒)

11. 【简单跑酷--JS版】---Lv.6 终篇 [ 51%]

...放到屏幕右边 this.x = Config.GameWidth; //y坐标取一个随机值 什么是32 因为我们整个素材是 32 * 20 拼起来 this.y = 32 * 6 + 32 * parseInt(8 * Math.random()); if(this.bg == null){ //贴图纹理 this.bgTexture = Laya.loader.getRes("res/floor.png"); this.bg = new lay...

来源: Laya_社区 发布时间: 20160803