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

大约有 91 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0024 秒)

91. 【简单跑酷--JS版】---Lv.3 添加地板 [ 25%]

...type var _proto = RunGame.prototype; //初始化 _proto.init = function(){ console.log('RunGame Init'); //添加背景 var bg = new Background(); this.addChild(bg); //添加地板集合 var mapFloor = new MapFloor(); this.addChild(mapFloor); } })(); 前期工作都做好了~~ 接下来就是把地...

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