diff --git a/collector/collectible.tscn b/collector/collectible.tscn index 0713a93..5c9ba80 100644 --- a/collector/collectible.tscn +++ b/collector/collectible.tscn @@ -7,3 +7,5 @@ script = ExtResource("1_qilbk") [node name="Valuable" parent="." instance=ExtResource("2_2nvfu")] + +[connection signal="collected" from="." to="." method="_on_done"]