1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-11-22 16:14:22 +00:00
hella-farm/behaviours/hunter.tscn

17 lines
663 B
Text
Raw Normal View History

[gd_scene load_steps=2 format=3 uid="uid://ctpn4hvkhxoi3"]
2024-04-13 21:56:57 +00:00
[ext_resource type="Script" path="res://behaviours/hunter.gd" id="1_3bmd5"]
[node name="Hunter" type="Node2D"]
2024-04-13 21:56:57 +00:00
script = ExtResource("1_3bmd5")
[node name="DetectionArea" type="Area2D" parent="."]
collision_layer = 0
collision_mask = 24
monitorable = false
2024-04-13 22:23:03 +00:00
[connection signal="tracked" from="." to="." method="_on_tracked"]
[connection signal="untracked" from="." to="." method="_on_untracked"]
2024-04-13 21:56:57 +00:00
[connection signal="body_entered" from="DetectionArea" to="." method="_on_detection_area_body_entered"]
[connection signal="body_exited" from="DetectionArea" to="." method="_on_detection_area_body_exited"]