init
This commit is contained in:
commit
814e50a862
10 changed files with 111 additions and 0 deletions
14
entities/RoadPath.tscn
Normal file
14
entities/RoadPath.tscn
Normal file
|
@ -0,0 +1,14 @@
|
|||
[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")
|
Loading…
Add table
Add a link
Reference in a new issue