返回游戏时添加声音加载
This commit is contained in:
@@ -37,7 +37,7 @@ watch(
|
||||
? "请红方射箭"
|
||||
: "请蓝方射箭"
|
||||
);
|
||||
audioManager.play(key);
|
||||
audioManager.play(key, false);
|
||||
currentRoundEnded.value = false;
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user