Commit 2c4bf2e8 authored by 邱旭's avatar 邱旭

1

parent 2734ee49
...@@ -99,7 +99,7 @@ export class GameGuide extends egret.DisplayObjectContainer { ...@@ -99,7 +99,7 @@ export class GameGuide extends egret.DisplayObjectContainer {
} }
if(this.thisObj.chapter == 10) { if(this.thisObj.chapter == 10) {
this.boxGroup.y -= 180; this.boxGroup.y -= 180;
this.boxGroup.x += 70; this.boxGroup.x += 85;
} }
if(this.thisObj.chapter == 10) { if(this.thisObj.chapter == 10) {
this.boxGroup.y -= 30; this.boxGroup.y -= 30;
......
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