Commit d2eef26b authored by 邱旭's avatar 邱旭

1

parent 8717944f
......@@ -102,7 +102,10 @@ export class GameGuide extends egret.DisplayObjectContainer {
this.boxGroup.x += 85;
}
if(this.thisObj.chapter == 61) {
this.boxGroup.y -= 50;
this.boxGroup.y -= 120;
}
if(this.thisObj.chapter == 121) {
this.boxGroup.y -= 40;
}
if(this.thisObj.chapter == 301) {
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