diff options
author | perivesta <> | 2023-07-09 16:27:23 +0200 |
---|---|---|
committer | perivesta <> | 2023-07-09 16:27:23 +0200 |
commit | c19f69112409eca00029159f31797e13bbab61cf (patch) | |
tree | 5e77b86a689bb0b5daae2c96f234bb181ba14a8f /Levels/Tut03.tscn | |
parent | f590408e30faa9bbb29969348a4f3b6328eed491 (diff) | |
download | 2023-c19f69112409eca00029159f31797e13bbab61cf.tar.gz 2023-c19f69112409eca00029159f31797e13bbab61cf.tar.bz2 2023-c19f69112409eca00029159f31797e13bbab61cf.zip |
line color etc
Diffstat (limited to '')
-rw-r--r-- | Levels/Tut03.tscn | 2 |
1 files changed, 2 insertions, 0 deletions
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") |