Commit 94fe2918 authored by 邱旭's avatar 邱旭

1

parent 9c1029dd
...@@ -98,7 +98,8 @@ export class GameGuide extends egret.DisplayObjectContainer { ...@@ -98,7 +98,8 @@ export class GameGuide extends egret.DisplayObjectContainer {
this.boxGroup.y -= 580; this.boxGroup.y -= 580;
} }
if(this.thisObj.chapter == 10 && step == 1) { if(this.thisObj.chapter == 10 && step == 1) {
this.boxGroup.y -= 100; this.boxGroup.y -= 150;
this.boxGroup.x += 30;
} }
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