This commit is contained in:
Gerard Gascón 2025-04-24 17:23:34 +02:00
commit b99855351d
434 changed files with 50357 additions and 0 deletions

19
prefabs/npcs/npc_1.tscn Normal file
View file

@ -0,0 +1,19 @@
[gd_scene load_steps=5 format=3 uid="uid://jas4bhpuc3id"]
[ext_resource type="Script" path="res://scripts/npc/npc.gd" id="1_we1lh"]
[ext_resource type="Resource" uid="uid://6tqg6urrn6xk" path="res://dialogues/character1.json" id="2_1ur5c"]
[ext_resource type="PackedScene" uid="uid://duxlytjrhvg3d" path="res://models/Myd.glb" id="2_s3trv"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_3ol7j"]
[node name="CharacterBody3D" type="CharacterBody3D"]
collision_layer = 3
script = ExtResource("1_we1lh")
text = ExtResource("2_1ur5c")
[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("2_s3trv")]
transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0, 0, 0)