Commit c6a4ce8a authored by zjz1994's avatar zjz1994

草地暂存

parent fd7529d4
...@@ -3520,7 +3520,7 @@ export default class MainScene extends Scene { ...@@ -3520,7 +3520,7 @@ export default class MainScene extends Scene {
// } // }
} }
//todo,炮台碰到不能直接消除的就停止铺草坪 //todo,炮台碰到不能直接消除的就停止铺草坪
if(lat&&canpull){ if(lat&&canpull&&jemitidx!=canno.index){
allidxs.push(jemitidx); allidxs.push(jemitidx);
} }
...@@ -5486,7 +5486,7 @@ export default class MainScene extends Scene { ...@@ -5486,7 +5486,7 @@ export default class MainScene extends Scene {
// turfCp.push(i); // turfCp.push(i);
// } // }
// } // }
if(lat){ if(lat&&mainidxs.indexOf(i)==-1){
allidxs.push(i); allidxs.push(i);
} }
......
...@@ -4,7 +4,7 @@ import { ChapterData } from "../interface/ChapterData"; ...@@ -4,7 +4,7 @@ import { ChapterData } from "../interface/ChapterData";
export const Chapters28: ChapterData[] = [ export const Chapters28: ChapterData[] = [
//701 //701
{ baseElementTypes: [ 0, 2, 3, 4 ], bubbleProbability: 0, stepCount: 21, { baseElementTypes: [ 0, 2, 3, 4 ], bubbleProbability: 0, stepCount: 21,
passTarget: { type: 1, elements: [ { type: 9, count: 56 } ] }, starScores: [ 15000, 20000, 25000 ], map: { passTarget: { type: 1, elements: [ { type: 9, count: 1 } ] }, starScores: [ 15000, 20000, 25000 ], map: {
lattices: [ lattices: [
0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0,
0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0,
......
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