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

Remove logging signals from CursorDetector

This commit is contained in:
Steffo 2024-04-19 01:56:46 +02:00
parent d270501f08
commit 0b68127747
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -10,5 +10,3 @@ script = ExtResource("1_4hcxj")
[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="body_exited" from="." to="." method="_on_body_exited"]
[connection signal="cursor_entered" from="." to="." method="_on_cursor_entered"]
[connection signal="cursor_exited" from="." to="." method="_on_cursor_exited"]