goodnight_jellybean/godot/CursorInteractArea.tscn

15 lines
491 B
Plaintext
Raw 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]
[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"]