[gd_scene load_steps=3 format=2] [ext_resource path="res://CursorInteractArea.gd" type="Script" id=1] [sub_resource type="BoxShape3D" id=8] [node name="CursorInteractArea" type="Area3D"] script = ExtResource( 1 ) [node name="CollisionShape3D" type="CollisionShape3D" parent="."] shape = SubResource( 8 ) [connection signal="body_entered" from="." to="." method="_on_CursorInteractArea_body_entered"] [connection signal="body_exited" from="." to="." method="_on_CursorInteractArea_body_exited"]