Commit 0a69bc91 by kaisa

feat:更新火箭升空bgm断问题

parent efcfc62d
Showing with 9 additions and 0 deletions
...@@ -1017,6 +1017,15 @@ ...@@ -1017,6 +1017,15 @@
} }
} }
function refreshAudioBgm() {
mAudios.bgm.muted = true;
mAudios.bgm.pause();
mAudios.bgm.muted = false;
mAudios.bgm.loop = true;
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