From c19f69112409eca00029159f31797e13bbab61cf Mon Sep 17 00:00:00 2001 From: perivesta <> Date: Sun, 9 Jul 2023 16:27:23 +0200 Subject: line color etc --- Levels/Tut03.tscn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Levels/Tut03.tscn') diff --git a/Levels/Tut03.tscn b/Levels/Tut03.tscn index 42ac325..862725f 100644 --- a/Levels/Tut03.tscn +++ b/Levels/Tut03.tscn @@ -43,11 +43,13 @@ texture = ExtResource("4_a601a") shape = SubResource("CircleShape2D_6g88q") [node name="Car" parent="." instance=ExtResource("5_hgfxg")] +z_index = 3 [node name="DrawNode" type="Node2D" parent="."] script = ExtResource("6_uikm8") [node name="TrackLine" type="Line2D" parent="DrawNode"] +default_color = Color(0.870588, 0.870588, 0.870588, 0.431373) [node name="TrackPath" type="Path2D" parent="DrawNode"] curve = SubResource("Curve2D_0exre") -- cgit