Commit 2e3729b5 authored by Tt's avatar Tt

Merge branch 'master' of http://vcs.ireadabc.com/template/OP32 into master

parents 1125785b dd63bbcd
......@@ -546,7 +546,7 @@ cc.Class({
},
showRestartBtn() {
return;
// return;
const btn = cc.find('Canvas/bg/btnReplay');
btn.active = true;
btn.off('click');
......@@ -571,7 +571,7 @@ cc.Class({
},
hideRestartBtn() {
return;
// return;
console.log('hideRestartBtn');
const btn = cc.find('Canvas/bg/btnReplay');
btn.active = false;
......
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