new person model and scene

This commit is contained in:
Nikolai Fesenko
2025-08-14 19:38:30 +02:00
parent 8ef9cf5971
commit 67492daefa
5 changed files with 72 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
[gd_scene load_steps=2 format=3 uid="uid://ciejie1wil58m"]
[ext_resource type="PackedScene" uid="uid://q3xjqni131pt" path="res://Blends/Person/Person.blend" id="1_11yxf"]
[node name="Person" type="Node3D"]
[node name="Person" parent="." instance=ExtResource("1_11yxf")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -0.600845)
[node name="NavigationAgent3D" type="NavigationAgent3D" parent="Person"]