Commit 21ad3789 authored by 邱旭's avatar 邱旭

1

parent 3da3edcc
...@@ -61,7 +61,7 @@ export class GuideCon extends egret.DisplayObjectContainer { ...@@ -61,7 +61,7 @@ export class GuideCon extends egret.DisplayObjectContainer {
var board = new egret.Bitmap(RES.getRes("lionMsgBg_png")) var board = new egret.Bitmap(RES.getRes("lionMsgBg_png"))
board.x = 30; board.x = 30;
board.y = 570; board.y = 620;
board.touchEnabled = true; board.touchEnabled = true;
board.addEventListener(egret.TouchEvent.TOUCH_TAP, () => { board.addEventListener(egret.TouchEvent.TOUCH_TAP, () => {
if (this.couldOver) { if (this.couldOver) {
...@@ -79,7 +79,7 @@ export class GuideCon extends egret.DisplayObjectContainer { ...@@ -79,7 +79,7 @@ export class GuideCon extends egret.DisplayObjectContainer {
this.addChild(tri); this.addChild(tri);
this.showWord = new ShowWord(); this.showWord = new ShowWord();
this.showWord.x = 315; this.showWord.x = 315;
this.showWord.y = 692; this.showWord.y = 742;
this.addChild(this.showWord); this.addChild(this.showWord);
this.groups = []; this.groups = [];
......
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