Commit 3cb9499a authored by 李维's avatar 李维

恢复重玩按钮

parent b22b12fb
No preview for this file type
...@@ -335,7 +335,7 @@ var game = cc.Class({ ...@@ -335,7 +335,7 @@ var game = cc.Class({
}, },
showRestartBtn() { showRestartBtn() {
return; // return;
this.btnReStart.active = true; this.btnReStart.active = true;
cc.tween(this.nodCircle) cc.tween(this.nodCircle)
.set({ scale: 0.8, opacity: 255 }) .set({ scale: 0.8, opacity: 255 })
...@@ -346,7 +346,7 @@ var game = cc.Class({ ...@@ -346,7 +346,7 @@ var game = cc.Class({
}, },
hideRestartBtn() { hideRestartBtn() {
return; // return;
this.nodCircle.stopAllActions(); this.nodCircle.stopAllActions();
this.nodCircle.scale = 0.8; this.nodCircle.scale = 0.8;
this.nodCircle.opacity = 255; this.nodCircle.opacity = 255;
......
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