15 lines
491 B
Plaintext
15 lines
491 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://CursorInteractArea.gd" type="Script" id=1]
|
|
|
|
[sub_resource type="BoxShape" id=8]
|
|
|
|
[node name="CursorInteractArea" type="Area"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="CollisionShape" type="CollisionShape" 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"]
|