feat: added explosion sounds

This commit is contained in:
DottsGit
2026-06-06 01:42:15 -04:00
parent a6f5f24420
commit 8118100a95
4 changed files with 15 additions and 0 deletions
+1
View File
@@ -189,5 +189,6 @@ func _spawn_custom_projectile(origin: Vector3, fire_dir: Vector3) -> void:
proj.explosion_radius = 1.5 # Tiny AoE effect
proj.explosion_knockback = 5.0
proj.can_self_damage = false
proj.explosion_pitch = 1.2 # Less deep but still explosion
get_tree().current_scene.add_child(proj)