small racing game im working on
1
2
3
4
5
6
7
8
9
10
11
12
[gd_resource type="Resource" script_class="TrackResource" load_steps=3 format=3 uid="uid://d3te55uy5ei7k"]

[ext_resource type="Script" path="res://track.gd" id="1_c5h3o"]
[ext_resource type="Curve3D" uid="uid://u2f56xx8h2re" path="res://tracks/speedway_curve.tres" id="2_33qpi"]

[resource]
script = ExtResource("1_c5h3o")
track_width = 25.0
rail_distance = 3.0
lower_support_width = 18.0
support_height = 2.0
track = ExtResource("2_33qpi")