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