19 lines
878 B
Text
19 lines
878 B
Text
[gd_scene load_steps=5 format=3 uid="uid://bnc5ymdxydiax"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/npc/npc.gd" id="1_p8bw1"]
|
|
[ext_resource type="Resource" uid="uid://cu0t1i7ys0ye4" path="res://dialogues/character5.json" id="2_iw055"]
|
|
[ext_resource type="PackedScene" uid="uid://df3qcpluh0yxr" path="res://models/captain_D._Ed.glb" id="3_m4s6j"]
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_3ol7j"]
|
|
|
|
[node name="CharacterBody3D" type="CharacterBody3D"]
|
|
collision_layer = 3
|
|
script = ExtResource("1_p8bw1")
|
|
text = ExtResource("2_iw055")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
|
|
shape = SubResource("CapsuleShape3D_3ol7j")
|
|
|
|
[node name="Model" parent="." instance=ExtResource("3_m4s6j")]
|
|
transform = Transform3D(-2.18557e-08, 0, -0.5, 0, 0.5, 0, 0.5, 0, -2.18557e-08, 0, 0, 0)
|