1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-11-22 08:04:23 +00:00
hella-farm/behaviours/cursor_detector.tscn

13 lines
457 B
Text

[gd_scene load_steps=2 format=3 uid="uid://cbg5kgwxusvxf"]
[ext_resource type="Script" path="res://behaviours/cursor_detector.gd" id="1_4hcxj"]
[node name="CursorDetector" type="Area2D"]
collision_layer = 0
collision_mask = 64
input_pickable = false
monitorable = false
script = ExtResource("1_4hcxj")
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
[connection signal="body_exited" from="." to="." method="_on_body_exited"]