Commit 9cecdfa0 authored by wjf's avatar wjf

l

parent 55ea3cbc
...@@ -83,8 +83,8 @@ export class PropPanel extends Panel { ...@@ -83,8 +83,8 @@ export class PropPanel extends Panel {
this.getPropBtn = this.addChild(new Button(RES.getRes("huoqudaoju.png"))) this.getPropBtn = this.addChild(new Button(RES.getRes("huoqudaoju.png")))
this.getPropBtn.position.set(383, 926); this.getPropBtn.position.set(383, 926);
//文案 //文案
this.bombCountTxt = this.addChild(Tool.addText("", 28, "#ffffff", undefined, 70, 194, 728)) this.exchangeCountTxt = this.addChild(Tool.addText("", 28, "#ffffff", undefined, 70, 194, 728))
this.exchangeCountTxt = this.addChild(Tool.addText("", 28, "#ffffff", undefined, 70, 377, 728)) this.bombCountTxt = this.addChild(Tool.addText("", 28, "#ffffff", undefined, 70, 377, 728))
this.netCountTxt = this.addChild(Tool.addText("", 28, "#ffffff", undefined, 70, 556, 728)) this.netCountTxt = this.addChild(Tool.addText("", 28, "#ffffff", undefined, 70, 556, 728))
//点击区域 //点击区域
this.exchangeArea = this.addChild(Tool.addRect(126, 142, undefined, 0, 0, 117, 717)) this.exchangeArea = this.addChild(Tool.addRect(126, 142, undefined, 0, 0, 117, 717))
......
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