mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-21 01:46:37 +00:00
a77820ade0
The connection used to happen during enter_tree, but this was causing issues when setting the spawnable scenes from code. The spawner now connects/disconnects to the signal during add_spawnable_scene/clear_spawnable_scenes if the node is inside tree and has a valid spawn_path.