aboutsummaryrefslogtreecommitdiffstats
path: root/Levels/Tut03.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'Levels/Tut03.tscn')
-rw-r--r--Levels/Tut03.tscn26
1 files changed, 8 insertions, 18 deletions
diff --git a/Levels/Tut03.tscn b/Levels/Tut03.tscn
index 70a1b0c..42ac325 100644
--- a/Levels/Tut03.tscn
+++ b/Levels/Tut03.tscn
@@ -1,17 +1,16 @@
-[gd_scene load_steps=13 format=3 uid="uid://ceoxn74ev4wui"]
+[gd_scene load_steps=12 format=3 uid="uid://ceoxn74ev4wui"]
[ext_resource type="Script" path="res://Scripts/scene_control.gd" id="1_6ktyo"]
[ext_resource type="PackedScene" uid="uid://c8r6i3bu37ogu" path="res://Nodes/ui.tscn" id="2_cbrmn"]
-[ext_resource type="Texture2D" uid="uid://5xqahgawme4m" path="res://Assets/start.png" id="3_l1fmi"]
-[ext_resource type="Texture2D" uid="uid://b8vhe5kt6037n" path="res://Assets/end.png" id="4_7livr"]
+[ext_resource type="Texture2D" uid="uid://bsadcfl3o65wb" path="res://Assets/Images/start.png" id="3_1xw6i"]
+[ext_resource type="Texture2D" uid="uid://cxhterify3l" path="res://Assets/Images/goal.png" id="4_a601a"]
[ext_resource type="PackedScene" uid="uid://c1mvbh2fwqtkb" path="res://Nodes/car.tscn" id="5_hgfxg"]
[ext_resource type="Script" path="res://Scripts/drawing.gd" id="6_uikm8"]
-[ext_resource type="Texture2D" uid="uid://dg3v488vx0oj6" path="res://Assets/checkpoint.png" id="7_ius8n"]
[ext_resource type="TileSet" uid="uid://cl8153posdeim" path="res://Assets/grass_tile_set.tres" id="8_1mcey"]
[ext_resource type="PackedScene" uid="uid://wkfai2lvnp7n" path="res://Nodes/checkpoint.tscn" id="8_7nfp6"]
[sub_resource type="CircleShape2D" id="CircleShape2D_6g88q"]
-radius = 18.0278
+radius = 17.0
[sub_resource type="Curve2D" id="Curve2D_0exre"]
@@ -29,14 +28,14 @@ position = Vector2(256, 422)
[node name="Start" type="TextureButton" parent="Start"]
offset_left = -16.0
-offset_top = -16.0
+offset_top = -7.0
offset_right = 16.0
-offset_bottom = 16.0
-texture_normal = ExtResource("3_l1fmi")
+offset_bottom = 9.0
+texture_normal = ExtResource("3_1xw6i")
[node name="FinishLine" type="Sprite2D" parent="."]
position = Vector2(856, 437)
-texture = ExtResource("4_7livr")
+texture = ExtResource("4_a601a")
[node name="Area2D" type="Area2D" parent="FinishLine"]
@@ -56,15 +55,6 @@ curve = SubResource("Curve2D_0exre")
[node name="TrackFollower" type="PathFollow2D" parent="DrawNode/TrackPath"]
loop = false
-[node name="Sprite2D" type="Sprite2D" parent="DrawNode/TrackPath/TrackFollower"]
-visible = false
-scale = Vector2(0.604, 0.604)
-texture = ExtResource("7_ius8n")
-
-[node name="31005" type="Timer" parent="DrawNode/TrackPath/TrackFollower"]
-wait_time = 0.2
-one_shot = true
-
[node name="Checkpoints" type="Node" parent="."]
[node name="Checkpoint" parent="Checkpoints" instance=ExtResource("8_7nfp6")]