2025-09-16 18:28:52 +02:00
|
|
|
[gd_scene load_steps=3 format=3 uid="uid://lrf6ltd1wwg1"]
|
|
|
|
|
|
2025-09-18 15:34:21 +02:00
|
|
|
[ext_resource type="Script" path="res://npc_path_follower.gd" id="1_fc1lq"]
|
2025-09-16 18:28:52 +02:00
|
|
|
[ext_resource type="PackedScene" uid="uid://dj13enetumsfm" path="res://Florian/Entity/People/waitress.tscn" id="2_qxq5o"]
|
|
|
|
|
|
|
|
|
|
[node name="WaitressPath" type="PathFollow3D"]
|
|
|
|
|
script = ExtResource("1_fc1lq")
|
|
|
|
|
|
|
|
|
|
[node name="waitress" parent="." instance=ExtResource("2_qxq5o")]
|
2025-09-18 15:34:21 +02:00
|
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.4957, 0)
|