diff --git a/behaviours/eater.tscn b/behaviours/eater.tscn index 3e643fd..ce57e4a 100644 --- a/behaviours/eater.tscn +++ b/behaviours/eater.tscn @@ -13,4 +13,4 @@ shape = SubResource("CircleShape2D_61hv0") debug_color = Color(0.47451, 0, 0.027451, 0.678431) [connection signal="body_entered" from="." to="." method="_on_body_entered"] -[connection signal="body_exited" from="." to="." method="_on_body_exited"] +[connection signal="eaten" from="." to="." method="_on_eaten"]