Commit efd8c0a8 authored by zjz1994's avatar zjz1994

Merge branch 'dev' of http://gitlab2.dui88.com/wanghongyuan/xiaoxiaole into dev

parents 26eff192 10f875e1
...@@ -87,7 +87,7 @@ export class GameGuide extends egret.DisplayObjectContainer { ...@@ -87,7 +87,7 @@ export class GameGuide extends egret.DisplayObjectContainer {
this.boxGroup.y += 80; this.boxGroup.y += 80;
} }
if(this.thisObj.chapter == 1) { if(this.thisObj.chapter == 1) {
this.boxGroup.y -= 80; this.boxGroup.y -= 110;
} }
if(this.thisObj.chapter == 9) { if(this.thisObj.chapter == 9) {
this.boxGroup.y -= 580; this.boxGroup.y -= 580;
......
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