Commit bcdcc964 authored by wildfirecode's avatar wildfirecode

1

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