25 lines
931 B
Plaintext
25 lines
931 B
Plaintext
[gd_scene format=3 uid="uid://clx701xdwelgx"]
|
|
|
|
[ext_resource type="Script" uid="uid://b30p1yqojbbbk" path="res://core/ai/agents/base/ai_base.gd" id="1_4d1nn"]
|
|
[ext_resource type="Script" uid="uid://ps3vlu2qvmop" path="res://core/ai/framework/state_machine.gd" id="2_q1hg3"]
|
|
|
|
[sub_resource type="SphereShape3D" id="SphereShape3D_lim44"]
|
|
radius = 20.0
|
|
|
|
[node name="AiBase" type="CharacterBody3D" unique_id=1228675528]
|
|
script = ExtResource("1_4d1nn")
|
|
entity_name = "Humanoid"
|
|
|
|
[node name="NavigationAgent3D" type="NavigationAgent3D" parent="." unique_id=1370024449]
|
|
unique_name_in_owner = true
|
|
|
|
[node name="StateMachine" type="Node" parent="." unique_id=1286404264]
|
|
unique_name_in_owner = true
|
|
script = ExtResource("2_q1hg3")
|
|
|
|
[node name="PatrolRadiusShape" type="CollisionShape3D" parent="." unique_id=1379515938]
|
|
unique_name_in_owner = true
|
|
shape = SubResource("SphereShape3D_lim44")
|
|
disabled = true
|
|
debug_color = Color(1, 1, 0, 1)
|