remove signal

This commit is contained in:
Spencer Killen 2023-08-20 13:44:54 -06:00
parent 4aab474313
commit 0f80bc6c21
Signed by: sjkillen
GPG Key ID: F307025B65C860BA
1 changed files with 0 additions and 1 deletions

View File

@ -23,5 +23,4 @@ shape = SubResource("SphereShape3D_k5rhc")
[node name="CollisionShape3D" type="CollisionShape3D" parent="Area3D" index="0"]
shape = SubResource("SphereShape3D_wx128")
[connection signal="body_entered" from="CollisionDetection" to="." method="_on_collision_detection_body_entered"]
[connection signal="body_entered" from="Area3D" to="." method="_on_area_3d_body_entered"]