开发烟花弹框

This commit is contained in:
zyronon
2023-08-14 17:58:27 +08:00
parent 7532e8cd31
commit 4d5f3dffe4

View File

@@ -99,7 +99,7 @@ onMounted(() => {
this.boomArea = boomArea;
this.theta = 0;
this.dead = false;
this.ba = parseInt(getRandom(80, 200));
this.ba = getRandom(80, 200);
let audio = document.getElementsByTagName("audio");
for (let i = 0; i < audio.length; i++) {