TronLoop/entities/RoadPath.tscn
2025-08-02 15:21:08 +02:00

14 lines
470 B
Text

[gd_scene load_steps=3 format=3 uid="uid://cjk3phtyyiyty"]
[ext_resource type="Script" uid="uid://bdw7xdf1lc3ud" path="res://entities/do_spline.gd" id="1_c4y0q"]
[sub_resource type="Curve3D" id="Curve3D_p7e7j"]
_data = {
"points": PackedVector3Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6.24595, 0, 10),
"tilts": PackedFloat32Array(0, 0)
}
point_count = 2
[node name="Track" type="Path3D"]
curve = SubResource("Curve3D_p7e7j")
script = ExtResource("1_c4y0q")