]> Untitled Git - wolf-seeking-sheep.git/blob - assets/characters/NPC.tscn
Squashed commit of the following:
[wolf-seeking-sheep.git] / assets / characters / NPC.tscn
1 [gd_scene load_steps=5 format=3 uid="uid://bxexec3xd7rvc"]
2
3 [ext_resource type="Script" uid="uid://d0f1fci41wjtn" path="res://classes/gameplay/Actionable.gd" id="1_65ttb"]
4
5 [sub_resource type="CapsuleShape3D" id="CapsuleShape3D_48sr8"]
6
7 [sub_resource type="CapsuleMesh" id="CapsuleMesh_m0inl"]
8
9 [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_umuh4"]
10 diffuse_mode = 3
11 albedo_color = Color(0.745303, 0.12164, 0.307427, 1)
12
13 [node name="NPC" type="CharacterBody3D" groups=["Actionable"]]
14 script = ExtResource("1_65ttb")
15
16 [node name="lookHere" type="Node3D" parent="." groups=["LookAt"]]
17 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.4672, 0)
18
19 [node name="CollisionShape3D" type="CollisionShape3D" parent="."]
20 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
21 shape = SubResource("CapsuleShape3D_48sr8")
22
23 [node name="MeshInstance3D" type="MeshInstance3D" parent="."]
24 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
25 mesh = SubResource("CapsuleMesh_m0inl")
26 surface_material_override/0 = SubResource("StandardMaterial3D_umuh4")