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

Fix AIHunterErratic and AIHunterPersistent node names

This commit is contained in:
Steffo 2024-04-16 05:09:31 +02:00
parent f1ca11d887
commit 9c84295ac6
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
[ext_resource type="PackedScene" uid="uid://dti7l0d40hhgt" path="res://behaviours/target_picker.tscn" id="2_h4v3e"]
[ext_resource type="Script" path="res://behaviours/move_towards.gd" id="3_ucief"]
[node name="AIHunterRandom" type="Node2D"]
[node name="AIHunterErratic" type="Node2D"]
[node name="EdibleTracker" parent="." instance=ExtResource("1_h53ag")]

View file

@ -4,7 +4,7 @@
[ext_resource type="PackedScene" uid="uid://dti7l0d40hhgt" path="res://behaviours/target_picker.tscn" id="2_w2vxl"]
[ext_resource type="Script" path="res://behaviours/move_towards.gd" id="3_14yk3"]
[node name="AIHunterLatest" type="Node2D"]
[node name="AIHunterPersistent" type="Node2D"]
[node name="EdibleTracker" parent="." instance=ExtResource("1_j87ny")]