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

Hunter: move logging to signals

This commit is contained in:
Steffo 2024-04-14 00:23:03 +02:00
parent 165abc794a
commit 9dd74c154c
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -14,5 +14,7 @@ script = ExtResource("1_3bmd5")
shape = SubResource("CircleShape2D_kxb8e")
debug_color = Color(1, 0, 0, 0.419608)
[connection signal="tracked" from="." to="." method="_on_tracked"]
[connection signal="untracked" from="." to="." method="_on_untracked"]
[connection signal="body_entered" from="DetectionArea" to="." method="_on_detection_area_body_entered"]
[connection signal="body_exited" from="DetectionArea" to="." method="_on_detection_area_body_exited"]