Add explosion effect to explosive component and implement cleanup functionality

This commit is contained in:
2025-05-01 21:06:26 +02:00
parent ebfd5f0e60
commit 8c9afeee27
6 changed files with 72 additions and 6 deletions

View File

@@ -0,0 +1,8 @@
class_name CleanUpComponent
extends Node
@export var root: Node
func clean_up() -> void:
root.queue_free()