Commit 8717944f authored by 邱旭's avatar 邱旭

1

parent 2c4bf2e8
...@@ -98,11 +98,11 @@ export class GameGuide extends egret.DisplayObjectContainer { ...@@ -98,11 +98,11 @@ export class GameGuide extends egret.DisplayObjectContainer {
this.boxGroup.y -= 580; this.boxGroup.y -= 580;
} }
if(this.thisObj.chapter == 10) { if(this.thisObj.chapter == 10) {
this.boxGroup.y -= 180; this.boxGroup.y -= 210;
this.boxGroup.x += 85; this.boxGroup.x += 85;
} }
if(this.thisObj.chapter == 10) { if(this.thisObj.chapter == 61) {
this.boxGroup.y -= 30; this.boxGroup.y -= 50;
} }
if(this.thisObj.chapter == 301) { if(this.thisObj.chapter == 301) {
this.boxGroup.y -= 110; this.boxGroup.y -= 110;
......
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