Commit 50348a59 authored by wjf's avatar wjf

l

parent dbad449f
...@@ -199,7 +199,7 @@ export default class MainScene extends Scene { ...@@ -199,7 +199,7 @@ export default class MainScene extends Scene {
Tool.init(); Tool.init();
//第几关 //第几关
this.chapter = (data && data.chapter) ? data.chapter : 1; this.chapter = (data && data.chapter) ? data.chapter : 1;
// this.chapter = 55; // this.chapter = 24;
this.chapterTxt.text = "第" + this.chapter + "关"; this.chapterTxt.text = "第" + this.chapter + "关";
//关卡数据,1期定制,70,后面35关地图一致,步数减少 //关卡数据,1期定制,70,后面35关地图一致,步数减少
var mapDataIndex = this.chapter; var mapDataIndex = this.chapter;
...@@ -1008,7 +1008,6 @@ export default class MainScene extends Scene { ...@@ -1008,7 +1008,6 @@ export default class MainScene extends Scene {
latA.element = b; latA.element = b;
latB.element = a; latB.element = a;
} }
/** /**
* 修改方法,遍历所有格子,上面的元素进行掉落, * 修改方法,遍历所有格子,上面的元素进行掉落,
* @param emptys 消除后生成的空格 * @param emptys 消除后生成的空格
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment