Figments-of-the-Night/prefabs/npcs/npc_4.tscn
Gerard Gascón b99855351d init
2025-04-24 17:23:34 +02:00

19 lines
860 B
Text

[gd_scene load_steps=5 format=3 uid="uid://w7b5g4cs535r"]
[ext_resource type="Script" path="res://scripts/npc/npc.gd" id="1_vey74"]
[ext_resource type="Resource" uid="uid://cve0godte3dr3" path="res://dialogues/character4.json" id="2_y26dc"]
[ext_resource type="PackedScene" uid="uid://7lpmh02u4vah" path="res://models/Buc.glb" id="3_kut2o"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_3ol7j"]
[node name="CharacterBody3D" type="CharacterBody3D"]
collision_layer = 3
script = ExtResource("1_vey74")
text = ExtResource("2_y26dc")
[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_kut2o")]
transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0, 0, 0)