Commit 6381a215 by Shawn Wang

fix

parent 942afd4d
......@@ -16,7 +16,7 @@ class Controller extends egret.Sprite {
// 初始化(给开始按钮绑定点击事件)
private init(isCatcher) {
this.panel.graphics.beginFill(0x00ff00, 1)
this.panel.graphics.beginFill(isCatcher ? 0x6679BA : 0x353E5D, 1)
this.panel.graphics.drawRect(1008, 0, 326, 750)
this.panel.graphics.endFill()
this.addChild(this.panel)
......
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