1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-11-21 15:44:23 +00:00

WHY DOES AUTOSAVE NOT WORK

This commit is contained in:
Steffo 2024-04-13 23:56:57 +02:00
parent a637dcfdf7
commit fa55e02180
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -1,11 +1,17 @@
[gd_scene load_steps=2 format=3 uid="uid://ctpn4hvkhxoi3"]
[gd_scene load_steps=3 format=3 uid="uid://ctpn4hvkhxoi3"]
[ext_resource type="Script" path="res://behaviours/hunter.gd" id="1_3bmd5"]
[sub_resource type="CircleShape2D" id="CircleShape2D_kxb8e"]
radius = 100.0
[node name="Hunter" type="Node2D"]
script = ExtResource("1_3bmd5")
[node name="DetectionArea" type="Area2D" parent="."]
[node name="Shape" type="CollisionShape2D" parent="DetectionArea"]
shape = SubResource("CircleShape2D_kxb8e")
[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"]