1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-11-21 23:54:23 +00:00

Connect eaten signal for debug logging

This commit is contained in:
Steffo 2024-04-15 03:06:31 +02:00
parent fecacaf2aa
commit c3808090ff
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -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"]