Commit 552e03b2 by kaisa

feat:测试火箭升空

parent 5696d1ff
......@@ -696,7 +696,9 @@
.removeClass("n0 n1 n2 n3 n4 n5 n6 n7 n8 n9")
.addClass("n" + numArr[1] + "");
layer.msg("123");
layer.msg(numArr[0], "0!!!", numArr[0], "1!!!");
if (numArr[1] == 0 && numArr[1] == 3) {
// 倒计时3s的时候播放倒计时音效
clock();
......
......@@ -113,6 +113,7 @@ function appCollaboration(msg) {
// 判断背景音是否开启/关闭
function isBgMusicClose() {
let isMuted = mAudios.bgm.muted;
return isMuted;
}
// 露水音效
......
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