Commit 1154153c authored by haiyoucuv's avatar haiyoucuv

1

parent 7384c513
......@@ -12816,7 +12816,7 @@ exports.SkinJson = {
"alpha": 1,
"type": "text",
"props": {
"text": "太厉害了!获得抽奖资格!",
"text": "太厉害了!获得奖励:",
"size": 34,
"fillColor": "#df5942",
"bold": true
This diff is collapsed.
......@@ -53,8 +53,10 @@ export class StartPanelPrize extends Panel {
this.checkTex.strokeColor = '#c95122';
this.checkTex.stroke = 3;
this.startBtn.visible = !this.data.isPlayed;
this.startBtn2.visible = this.data.isPlayed;
// 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);
......
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