Commit 2734ee49 authored by 邱旭's avatar 邱旭

1

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