add animals
This commit is contained in:
36
core/ai/agents/sheep/ai_sheep.tscn
Normal file
36
core/ai/agents/sheep/ai_sheep.tscn
Normal file
@@ -0,0 +1,36 @@
|
||||
[gd_scene format=3 uid="uid://bs1bdtm7jdtgb"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://clx701xdwelgx" path="res://core/ai/agents/base/ai_base.tscn" id="1_smbiq"]
|
||||
[ext_resource type="PackedScene" uid="uid://58u6viv3qd63" path="res://core/ai/agents/sheep/sheep_mannequin.tscn" id="2_hnenk"]
|
||||
[ext_resource type="Animation" uid="uid://ifn4akvcgaua" path="res://core/ai/agents/sheep/idle.res" id="3_i3d22"]
|
||||
[ext_resource type="Animation" uid="uid://52eg4664eik0" path="res://core/ai/agents/sheep/walking.res" id="4_hxh1r"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_hnenk"]
|
||||
size = Vector3(1, 1.4770508, 1.3725281)
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_vlyix"]
|
||||
_data = {
|
||||
&"idle": ExtResource("3_i3d22"),
|
||||
&"walking": ExtResource("4_hxh1r")
|
||||
}
|
||||
|
||||
[node name="AiSheep" unique_id=1228675528 node_paths=PackedStringArray("anim_player") instance=ExtResource("1_smbiq")]
|
||||
anim_player = NodePath("SheepMannequin/AnimationPlayer")
|
||||
|
||||
[node name="MeshInstance3D" parent="." index="0" unique_id=214482161]
|
||||
visible = false
|
||||
|
||||
[node name="CollisionShape3D" parent="." index="1" unique_id=92811823]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.23852539, 0.11299133)
|
||||
shape = SubResource("BoxShape3D_hnenk")
|
||||
|
||||
[node name="SheepMannequin" parent="." index="5" unique_id=1153770042 instance=ExtResource("2_hnenk")]
|
||||
transform = Transform3D(0.2, 0, 0, 0, 0.2, 0, 0, 0, 0.2, 0, -0.9, 0)
|
||||
|
||||
[node name="Armature" parent="SheepMannequin" index="0" unique_id=1644576745]
|
||||
transform = Transform3D(100, 0, 0, 0, -4.3711384e-06, 99.99999, 0, -99.99999, -4.3711384e-06, 0, 0, 0)
|
||||
|
||||
[node name="AnimationPlayer" parent="SheepMannequin" index="1" unique_id=770197846]
|
||||
libraries/custom = SubResource("AnimationLibrary_vlyix")
|
||||
|
||||
[editable path="SheepMannequin"]
|
||||
Reference in New Issue
Block a user