Commit 85a1fbf4 authored by wjf's avatar wjf

l

parent 82a944d8
......@@ -87,8 +87,8 @@ export class PropPanel extends Panel {
this.exchangeCountTxt = this.addChild(Tool.addText("", 28, "#ffffff", undefined, 70, 377, 728))
this.netCountTxt = this.addChild(Tool.addText("", 28, "#ffffff", undefined, 70, 556, 728))
//点击区域
this.bombArea = this.addChild(Tool.addRect(126, 142, undefined, 0, 0, 117, 717))
this.exchangeArea = this.addChild(Tool.addRect(126, 142, undefined, 0, 0, 296, 717))
this.exchangeArea = this.addChild(Tool.addRect(126, 142, undefined, 0, 0, 117, 717))
this.bombArea = this.addChild(Tool.addRect(126, 142, undefined, 0, 0, 296, 717))
this.netArea = this.addChild(Tool.addRect(126, 142, undefined, 0, 0, 476, 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