14 lines
444 B
Text
14 lines
444 B
Text
[gd_scene load_steps=3 format=3 uid="uid://c3fdxjrpcgnnp"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/tiretrail.gd" id="1_cvwoe"]
|
|
|
|
[sub_resource type="Curve" id="Curve_ckg0w"]
|
|
_data = [Vector2(0, 0), 0.0, 3.77363, 0, 0, Vector2(1, 0), -4.04783, 0.0, 0, 0]
|
|
point_count = 2
|
|
|
|
[node name="Trail" type="Line2D"]
|
|
z_index = 9
|
|
width = 4.0
|
|
width_curve = SubResource("Curve_ckg0w")
|
|
default_color = Color(0, 0, 0, 1)
|
|
script = ExtResource("1_cvwoe")
|