Commit f999b063 authored by wildfirecode's avatar wildfirecode

1

parent b83ae820
...@@ -3011,7 +3011,7 @@ export default class MainScene extends Scene { ...@@ -3011,7 +3011,7 @@ export default class MainScene extends Scene {
let index = indexs[i]; let index = indexs[i];
let lat = this.lattices[index]; let lat = this.lattices[index];
if (lat && lat.element && lat.element.type == ElementType.FIREWORKS_SHOOTER) { if (lat && lat.element && lat.element.type == ElementType.FIREWORKS_SHOOTER) {
console.log('111111'); console.log(lat.element.type);
} }
} }
......
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