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

19 lines
862 B
Text

[gd_scene load_steps=5 format=3 uid="uid://buv6flumanvoe"]
[ext_resource type="Script" path="res://scripts/npc/npc.gd" id="1_wo2y7"]
[ext_resource type="Resource" uid="uid://cwuph50ai780s" path="res://dialogues/character2.json" id="2_wpnkv"]
[ext_resource type="PackedScene" uid="uid://dystsbccdabog" path="res://models/mum.glb" id="3_jxwot"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_3ol7j"]
[node name="CharacterBody3D" type="CharacterBody3D"]
collision_layer = 3
script = ExtResource("1_wo2y7")
text = ExtResource("2_wpnkv")
[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_jxwot")]
transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0, 0, 0)