Commit acb26450 authored by wjf's avatar wjf

l

parent 905db804
......@@ -713,15 +713,7 @@ export default class MainScene extends Scene {
}
// this.lattices[11].element.effectType=EffectType.MAGICLION;
// this.lattices[20].element.effectType=EffectType.MAGICLION;
var aa = []
for (var i = 0; i < this.lattices.length; i++) {
if (!this.lattices[i] || !this.lattices[i].element) {
aa.push(0)
} else {
aa.push(this.lattices[i].element.type)
}
}
console.log(aa)
//初始化完先检测死图
this.warningCop = Tool.dieMapCheck(this.lattices);
if (!this.warningCop) {
......
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