Commit 92fb7f07 authored by 范雪寒's avatar 范雪寒

feat: 结束时的语音替换以及不显示拍照按钮

parent be526d46
No preview for this file type
......@@ -2,6 +2,6 @@
"ver": "2.0.1",
"uuid": "ab03c99c-c830-45fa-a537-eaf8f1295c4d",
"downloadMode": 0,
"duration": 11.232,
"duration": 4.146667,
"subMetas": {}
}
\ No newline at end of file
......@@ -312,7 +312,7 @@ cc.Class({
pg.view.visible(bg_tryagain, false);
this.playSFX("audio_finish");
pg.view.visible(btn_picture, true);
// pg.view.visible(btn_picture, true);
pg.view.visible(btn_record, false);
onHomeworkFinish && onHomeworkFinish();
} else if (GameManager.getIns().getState() == 6) {
......@@ -428,7 +428,7 @@ cc.Class({
this.initLayout()
},
onTouchPicture() {
this.playSFX("audio_btns");
// this.playSFX("audio_btns");
},
......
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