mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-22 08:04:23 +00:00
Connect eaten signal for debug logging
This commit is contained in:
parent
fecacaf2aa
commit
c3808090ff
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@ shape = SubResource("CircleShape2D_61hv0")
|
||||||
debug_color = Color(0.47451, 0, 0.027451, 0.678431)
|
debug_color = Color(0.47451, 0, 0.027451, 0.678431)
|
||||||
|
|
||||||
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|
[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"]
|
||||||
|
|
Loading…
Reference in a new issue