From 0f80bc6c21e1154002a37623706ccbb773774c9f Mon Sep 17 00:00:00 2001 From: Spencer Killen Date: Sun, 20 Aug 2023 13:44:54 -0600 Subject: [PATCH] remove signal --- godot/villager_shared.tscn | 1 - 1 file changed, 1 deletion(-) diff --git a/godot/villager_shared.tscn b/godot/villager_shared.tscn index ca3dda5..eb52760 100644 --- a/godot/villager_shared.tscn +++ b/godot/villager_shared.tscn @@ -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"]