init
This commit is contained in:
commit
b99855351d
434 changed files with 50357 additions and 0 deletions
22
prefabs/npcs/npc_5_path.tscn
Normal file
22
prefabs/npcs/npc_5_path.tscn
Normal file
|
@ -0,0 +1,22 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://olm3djwv5v62"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/npc/npc_path_follow.gd" id="1_bf1wd"]
|
||||
[ext_resource type="PackedScene" uid="uid://bnc5ymdxydiax" path="res://prefabs/npcs/npc_5.tscn" id="2_k7vlv"]
|
||||
|
||||
[sub_resource type="Curve3D" id="Curve3D_khpsd"]
|
||||
resource_local_to_scene = true
|
||||
|
||||
[node name="NpcPath" type="Path3D"]
|
||||
curve = SubResource("Curve3D_khpsd")
|
||||
script = ExtResource("1_bf1wd")
|
||||
character_id = "Character5"
|
||||
|
||||
[node name="PathFollow3D" type="PathFollow3D" parent="."]
|
||||
transform = Transform3D(-0.0148199, 0, 0.999865, 0, 1, 0, -0.999865, 0, -0.0148199, 0, 0, 0)
|
||||
rotation_mode = 1
|
||||
use_model_front = true
|
||||
loop = false
|
||||
tilt_enabled = false
|
||||
|
||||
[node name="CharacterBody3D" parent="PathFollow3D" instance=ExtResource("2_k7vlv")]
|
||||
transform = Transform3D(-1.31134e-07, 0, -3, 0, 3, 0, 3, 0, -1.31134e-07, 0, 0, 0)
|
Loading…
Add table
Add a link
Reference in a new issue