feat: added rocket noises and smoke trails and adjusted AoE of rockets and damage falloff on AoE

This commit is contained in:
DottsGit
2026-06-05 13:32:10 -04:00
parent a85e0952c5
commit 6af87eb7bd
28 changed files with 259 additions and 14 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ func _physics_process(delta: float) -> void:
fuse_time -= delta
if fuse_time <= 0.0:
_explode(global_position)
queue_free()
destroy()
return
# Apply gravity drop if any