extends Node3D func _ready(): SignalManager.effect_create.connect(on_effect_create) func on_effect_create(effect: Node3D): add_child(effect)