Commit e140c71c authored by yu's avatar yu

1

parent 3c61fab3
...@@ -431,7 +431,7 @@ cc.Class({ ...@@ -431,7 +431,7 @@ cc.Class({
let icon_ex_txt = pg.view.find(icon_ex, "txt"); let icon_ex_txt = pg.view.find(icon_ex, "txt");
let icon_hand = pg.view.find(this, "icon_hand"); let icon_hand = pg.view.find(this, "icon_hand");
let btn_picture = pg.view.find(this, "btn_picture"); let btn_picture = pg.view.find(this, "btn_picture");
this.showRestartBtn();
// 一局失败弹出tryagain,同时下方录音按钮明亮并出现提示 // 一局失败弹出tryagain,同时下方录音按钮明亮并出现提示
this.playSFX("audio_tryagain").then(() => { this.playSFX("audio_tryagain").then(() => {
pg.view.visible(bg_tryagain, false); pg.view.visible(bg_tryagain, 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