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/Level_test_2.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/Level_test_2.tscn | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Levels/Level_test_2.tscn b/Levels/Level_test_2.tscn index f06f684..350663f 100644 --- a/Levels/Level_test_2.tscn +++ b/Levels/Level_test_2.tscn @@ -2,7 +2,7 @@ [ext_resource type="Script" path="res://Scripts/scene_control.gd" id="1_amd1r"] [ext_resource type="PackedScene" uid="uid://c8r6i3bu37ogu" path="res://Nodes/ui.tscn" id="2_veexm"] -[ext_resource type="Texture2D" uid="uid://b8vhe5kt6037n" path="res://Assets/end.png" id="4_1x7qu"] +[ext_resource type="Texture2D" uid="uid://cxhterify3l" path="res://Assets/Images/goal.png" id="3_4pkmo"] [ext_resource type="PackedScene" uid="uid://c1mvbh2fwqtkb" path="res://Nodes/car.tscn" id="5_vbxx6"] [ext_resource type="Script" path="res://Scripts/drawing.gd" id="6_6cnd6"] [ext_resource type="Texture2D" uid="uid://bsadcfl3o65wb" path="res://Assets/Images/start.png" id="7_oyh3d"] @@ -10,7 +10,7 @@ [ext_resource type="TileSet" uid="uid://cl8153posdeim" path="res://Assets/grass_tile_set.tres" id="8_dcy0l"] [sub_resource type="CircleShape2D" id="CircleShape2D_6g88q"] -radius = 18.0278 +radius = 17.0 [sub_resource type="Curve2D" id="Curve2D_0exre"] @@ -21,7 +21,7 @@ script = ExtResource("1_amd1r") [node name="FinishLine" type="Sprite2D" parent="."] position = Vector2(694, 598) -texture = ExtResource("4_1x7qu") +texture = ExtResource("3_4pkmo") [node name="Area2D" type="Area2D" parent="FinishLine"] @@ -34,6 +34,7 @@ shape = SubResource("CircleShape2D_6g88q") script = ExtResource("6_6cnd6") [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") |