Commit bcdcc964 authored by wildfirecode's avatar wildfirecode

1

parent 29bacdb5
...@@ -43,13 +43,6 @@ export default async (thisObj: MainScene) => { ...@@ -43,13 +43,6 @@ export default async (thisObj: MainScene) => {
const conveyorList = thisObj.chapterData.map.conveyor; const conveyorList = thisObj.chapterData.map.conveyor;
if (!conveyorList) return null; if (!conveyorList) return null;
for (const conveyor of conveyorList) { for (const conveyor of conveyorList) {
// let ani = conBgAniCahce[conveyor.toString()];
// if (!ani) {
// ani = new ConBgAni(thisObj, conveyor, conveyorList);
// }
// ani.play();
const list = fillConveyor(conveyor); const list = fillConveyor(conveyor);
const targetIndexs = getTargetIndexs(conveyor); const targetIndexs = getTargetIndexs(conveyor);
console.log(list, targetIndexs); console.log(list, targetIndexs);
......
...@@ -30,10 +30,10 @@ export const Chapters19: ChapterData[] = [ ...@@ -30,10 +30,10 @@ export const Chapters19: ChapterData[] = [
0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0,
], ],
conveyor:[ conveyor:[
// [20,56], [29,56],
[57,60], [57,60],
// [51,24], [51,33],
// [23,21], [32,30],
], ],
conveyorConnectedLats:[ conveyorConnectedLats:[
[76,29] [76,29]
......
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