Commit 80c5a410 authored by 邱旭's avatar 邱旭

1

parent d2eef26b
......@@ -84,14 +84,9 @@ export class GameGuide extends egret.DisplayObjectContainer {
this.boxGroup.y = Math.max(p1[1], p2[1]) + 150;
//定制修改,101关毛球引导,
if(this.thisObj.chapter == 101 && step == 0) {
// this.msg.y += 80;
this.boxGroup.y += 80;
}
if(this.thisObj.chapter == 1){
this.boxGroup.y += 80;
}
if(this.thisObj.chapter == 406) {
// this.msg.y += 80;
if(this.thisObj.chapter == 1) {
this.boxGroup.y += 80;
}
if(this.thisObj.chapter == 9) {
......@@ -101,26 +96,32 @@ export class GameGuide extends egret.DisplayObjectContainer {
this.boxGroup.y -= 210;
this.boxGroup.x += 85;
}
if(this.thisObj.chapter == 17) {
this.boxGroup.y -= 50;
}
if(this.thisObj.chapter == 61) {
this.boxGroup.y -= 120;
}
if(this.thisObj.chapter == 121) {
this.boxGroup.y -= 40;
this.boxGroup.y -= 60;
}
if(this.thisObj.chapter == 301) {
this.boxGroup.y -= 110;
this.boxGroup.y -= 600;
}
if(this.thisObj.chapter == 331) {
this.boxGroup.y -= 110;
this.boxGroup.y -= 600;
}
if(this.thisObj.chapter == 406) {
this.boxGroup.y += 80;
}
if(this.thisObj.chapter == 426) {
this.boxGroup.y -= 60;
this.boxGroup.y -= 600;
}
if(this.thisObj.chapter == 453) {
this.boxGroup.y -= 50;
this.boxGroup.y -= 600;
}
if(this.thisObj.chapter == 17) {
this.boxGroup.y -= 50;
if(this.thisObj.chapter == 501) {
this.boxGroup.y -= 100;
}
this.stepCount--;
......
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