From 0b68127747762c45cae61e22736c2218e083496d Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 19 Apr 2024 01:56:46 +0200 Subject: [PATCH] Remove logging signals from `CursorDetector` --- behaviours/cursor_detector.tscn | 2 -- 1 file changed, 2 deletions(-) diff --git a/behaviours/cursor_detector.tscn b/behaviours/cursor_detector.tscn index 99ca786..c4b4fec 100644 --- a/behaviours/cursor_detector.tscn +++ b/behaviours/cursor_detector.tscn @@ -10,5 +10,3 @@ script = ExtResource("1_4hcxj") [connection signal="body_entered" from="." to="." method="_on_body_entered"] [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"]