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_3.tscn Normal file
View file

@ -0,0 +1,19 @@
[gd_scene load_steps=5 format=3 uid="uid://5ybtk21ub4s5"]
[ext_resource type="Script" path="res://scripts/npc/npc.gd" id="1_ep0wn"]
[ext_resource type="Resource" uid="uid://cci0kxg58ci6a" path="res://dialogues/character3.json" id="2_vmc2w"]
[ext_resource type="PackedScene" uid="uid://c5j5kw70le1ng" path="res://models/dawg.glb" id="3_bmxdp"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_3ol7j"]
[node name="CharacterBody3D" type="CharacterBody3D"]
collision_layer = 3
script = ExtResource("1_ep0wn")
text = ExtResource("2_vmc2w")
[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_bmxdp")]
transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0, 0, 0)