Commit 4eb4b12b authored by haiyoucuv's avatar haiyoucuv

按钮放反了

parent 9d5551c9
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -94,11 +94,11 @@ export class SuccessPrizePanel extends Panel {
this.addChild(new Button(RES.getRes('继续闯关红.png')))
.addEventListener(MouseEvent.CLICK, this.continue, this)
.position.set(388, 1145);
.position.set(100, 1145);
this.addChild(new Button(RES.getRes('查看奖品.png')))
.addEventListener(MouseEvent.CLICK, this.lookPrize, this)
.position.set(100, 1145);
.position.set(388, 1145);
}
}
......
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