goodnight_jellybean/godot/CursorInteractArea.tscn

15 lines
499 B
Plaintext
Raw Permalink Normal View History

2022-12-31 01:19:40 -07:00
[gd_scene load_steps=3 format=2]
[ext_resource path="res://CursorInteractArea.gd" type="Script" id=1]
2023-06-05 08:00:14 -06:00
[sub_resource type="BoxShape3D" id=8]
2022-12-31 01:19:40 -07:00
2023-06-05 08:00:14 -06:00
[node name="CursorInteractArea" type="Area3D"]
2022-12-31 01:19:40 -07:00
script = ExtResource( 1 )
2023-06-05 08:00:14 -06:00
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
2022-12-31 01:19:40 -07:00
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"]