e
This commit is contained in:
parent
f657b6a4a4
commit
d163ceb291
76 changed files with 1385 additions and 524 deletions
|
|
@ -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 = "") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue