Commit c81f5ae7 authored by haiyoucuv's avatar haiyoucuv

1

parent 1154153c
......@@ -20566,8 +20566,8 @@ var StartPanelPrize = (function (_super) {
this.checkTex.text = "\u7B2C\t" + level + "\t\u5173";
this.checkTex.strokeColor = '#c95122';
this.checkTex.stroke = 3;
this.startBtn.visible = !this.data.isPlayed;
this.startBtn2.visible = this.data.isPlayed;
this.startBtn.visible = true;
this.startBtn2.visible = false;
this.addChild(new StartTarget(level))
.position.set(0, 652);
var prizeLevel = 50;
This diff is collapsed.
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