26 lines
948 B
Text
26 lines
948 B
Text
[gd_scene load_steps=4 format=3 uid="uid://y3fffh5cdbks"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/AI.gd" id="1_1d27o"]
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_7vhwh"]
|
|
size = Vector3(1, 1.99126, 1)
|
|
|
|
[sub_resource type="CapsuleMesh" id="CapsuleMesh_ucocb"]
|
|
|
|
[node name="AI" type="CharacterBody3D" groups=["AI"]]
|
|
script = ExtResource("1_1d27o")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
shape = SubResource("BoxShape3D_7vhwh")
|
|
|
|
[node name="Neck" type="Node3D" parent="CollisionShape3D"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.859224, 0)
|
|
|
|
[node name="BulletGenerator" type="Marker3D" parent="CollisionShape3D/Neck"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.104801, -0.858231)
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="CollisionShape3D"]
|
|
mesh = SubResource("CapsuleMesh_ucocb")
|
|
skeleton = NodePath("")
|
|
|
|
[node name="sound" type="AudioStreamPlayer3D" parent="."]
|