init
This commit is contained in:
commit
b99855351d
434 changed files with 50357 additions and 0 deletions
19
prefabs/npcs/npc_4.tscn
Normal file
19
prefabs/npcs/npc_4.tscn
Normal file
|
@ -0,0 +1,19 @@
|
|||
[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)
|
Loading…
Add table
Add a link
Reference in a new issue