This commit is contained in:
33333-33333 2026-07-20 14:36:59 +09:00
commit f6d7412744
94 changed files with 3836 additions and 1226 deletions

View file

@ -314,6 +314,7 @@ const audio = {
waterHose() { this.play("sfx_water_hose", { category: "ops", minGap: 0.20 }); },
shoot() { this.play("sfx_shoot", { category: "ops", minGap: 0.045 }); },
boltAction() { this.play("sfx_bolt_action", { category: "ops", minGap: 0.10 }); },
bell() { if (!this.playSample("sfx_bell", 0.16, "ops")) this.play("sfx_bell", { category: "ops", minGap: 0.16 }); },
ballHit() { this.play("sfx_ball_hit", { category: "ops", minGap: 0.08 }); },
stoneImpact() { this.play("sfx_stone_impact", { category: "ops", minGap: 0.18 }); },
genkotsuImpact() { this.play("sfx_genkotsu_impact", { category: "ops", minGap: 0.20 }); setTimeout(() => this.play("sfx_ground_rumble", { category: "ops", minGap: 0.20 }), 80); },