This commit is contained in:
33333-33333 2026-07-18 22:15:26 +09:00
commit d163ceb291
76 changed files with 1385 additions and 524 deletions

View file

@ -297,6 +297,7 @@ const audio = {
explode() { if (!this.playSample("sfx_firecracker_explode", 0.30, "ops")) this.play("sfx_firecracker_explode", { category: "ops", minGap: 0.30 }); },
phase() { this.play("sfx_phase", { category: "notify", minGap: 1.0 }); },
notify() { this.play("sfx_notify", { category: "notify", minGap: 0.12 }); },
achievementUnlock() { this.ensure(); this.play("sfx_achievement_unlock", { category: "notify", minGap: 0.35 }); },
uiClick() { this.play("sfx_ui_click", { category: "ops", minGap: 0.035 }); },
uiFold() { this.play("sfx_ui_fold", { category: "ops", minGap: 0.08 }); },
place(type = "") {