Commit c735478e authored by zjz1994's avatar zjz1994

预发猩猩

parent 741d00ef
...@@ -1279,7 +1279,7 @@ export default class MainScene extends Scene { ...@@ -1279,7 +1279,7 @@ export default class MainScene extends Scene {
//初始化引导,游戏和道具 //初始化引导,游戏和道具
initGuide() { initGuide() {
//游戏引导 //游戏引导
const gameGuideChapterNum = [1, 2, 3, 5, 8, 9, 10, 12, 17, 25, 41, 61, 101, 121, 226, 301,331, 377, 406, 426, 453, 501, 556]; const gameGuideChapterNum = [1, 2, 3, 5, 8, 9, 10, 12, 17, 25, 41, 61, 101, 121, 226, 301,331, 377, 406, 426, 453, 501, 556, 601];
if (gameGuideChapterNum.indexOf(this.chapter >> 0) > -1) { if (gameGuideChapterNum.indexOf(this.chapter >> 0) > -1) {
if (!readCache(getCacheKey() + this.chapter)) { if (!readCache(getCacheKey() + this.chapter)) {
this.gameGuide = new GameGuide(this); this.gameGuide = new GameGuide(this);
...@@ -2629,7 +2629,7 @@ export default class MainScene extends Scene { ...@@ -2629,7 +2629,7 @@ export default class MainScene extends Scene {
// return; // return;
// } // }
if(this.freepongoArr.length==1){//拍块 if(this.freepongoArr.length==1){//拍块
console.log("一只猩猩拍块"); // console.log("一只猩猩拍块");
// this.pongoPaiKuang(this.freepongoArr[0]); // this.pongoPaiKuang(this.freepongoArr[0]);
// var pongotl = this.freepongoArr.shift(); // var pongotl = this.freepongoArr.shift();
// if(this.gopongoArr.indexOf(pongotl)==-1){ // if(this.gopongoArr.indexOf(pongotl)==-1){
...@@ -2742,7 +2742,7 @@ export default class MainScene extends Scene { ...@@ -2742,7 +2742,7 @@ export default class MainScene extends Scene {
} }
} }
if(recoverlp>0){ if(recoverlp>0){
console.log("传送带棒棒糖消除"); // console.log("传送带棒棒糖消除");
this.fall(()=>{ this.fall(()=>{
this.fallCallback(); this.fallCallback();
}) })
......
This diff is collapsed.
...@@ -556,7 +556,22 @@ const chapterFuns = { ...@@ -556,7 +556,22 @@ const chapterFuns = {
msg: [ msg: [
"在周围消除给大炮充能释放\n炮弹,消除炮口方向的\n所有元素。" "在周围消除给大炮充能释放\n炮弹,消除炮口方向的\n所有元素。"
] ]
} },
601: {
stepCount: 1,
showIndexs: [
[19, 20, 21, 22],
],
hideIndexs: [
[19, 20],
],
handIndexs: [
[21, 22],
],
msg: [
"在藤蔓周围消除,\n解救猩猩会有惊喜哦~"
]
},
}; };
/** /**
......
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