Commit 503dbd70 by kaisa

feat:测试火箭升空音频重新调用

parent 2b640aa1
Showing with 5 additions and 0 deletions
...@@ -1207,6 +1207,11 @@ ...@@ -1207,6 +1207,11 @@
} }
} }
function refreshAudioBgm(){
mAudios.bgm.muted = false;
mAudios.bgm.play();
}
/* 客戶端回調 */ /* 客戶端回調 */
function appCallback(msg) { function appCallback(msg) {
let binaryString = atob(msg); let binaryString = atob(msg);
......
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 sign in to comment