aboutsummaryrefslogtreecommitdiffstats
path: root/Levels/Level1.tscn
diff options
context:
space:
mode:
authorLibravatar IcECreAm777 <hgk.1998@googlemail.com>2023-07-09 17:05:20 +0200
committerLibravatar IcECreAm777 <hgk.1998@googlemail.com>2023-07-09 17:05:20 +0200
commit7f04ec29e49a3aa4bf816faf1175cdedb5bcc2c1 (patch)
tree02db8e4adfbbfbac19be5b636384ecf804885641 /Levels/Level1.tscn
parent843bdbd9c2026e5990eff14c7c134ff8d6c6a8c5 (diff)
download2023-7f04ec29e49a3aa4bf816faf1175cdedb5bcc2c1.tar.gz
2023-7f04ec29e49a3aa4bf816faf1175cdedb5bcc2c1.tar.bz2
2023-7f04ec29e49a3aa4bf816faf1175cdedb5bcc2c1.zip
level 2
Diffstat (limited to '')
-rw-r--r--Levels/Level1.tscn21
1 files changed, 12 insertions, 9 deletions
diff --git a/Levels/Level1.tscn b/Levels/Level1.tscn
index 99c755e..feea0f9 100644
--- a/Levels/Level1.tscn
+++ b/Levels/Level1.tscn
@@ -2,16 +2,16 @@
[ext_resource type="Script" path="res://Scripts/scene_control.gd" id="1_jvdy8"]
[ext_resource type="PackedScene" uid="uid://c8r6i3bu37ogu" path="res://Nodes/ui.tscn" id="2_2bp3f"]
-[ext_resource type="Texture2D" uid="uid://5xqahgawme4m" path="res://Assets/start.png" id="3_2qfil"]
-[ext_resource type="Texture2D" uid="uid://b8vhe5kt6037n" path="res://Assets/end.png" id="4_06xh3"]
+[ext_resource type="Texture2D" uid="uid://bsadcfl3o65wb" path="res://Assets/Images/start.png" id="3_rjkck"]
+[ext_resource type="Texture2D" uid="uid://cxhterify3l" path="res://Assets/Images/goal.png" id="4_vum41"]
[ext_resource type="PackedScene" uid="uid://c1mvbh2fwqtkb" path="res://Nodes/car.tscn" id="5_une5k"]
[ext_resource type="Script" path="res://Scripts/drawing.gd" id="6_yls5q"]
[ext_resource type="Texture2D" uid="uid://dg3v488vx0oj6" path="res://Assets/checkpoint.png" id="7_e50r0"]
[ext_resource type="PackedScene" uid="uid://wkfai2lvnp7n" path="res://Nodes/checkpoint.tscn" id="8_mrrls"]
[ext_resource type="TileSet" uid="uid://cl8153posdeim" path="res://Assets/grass_tile_set.tres" id="9_m86ct"]
-[sub_resource type="CircleShape2D" id="CircleShape2D_6g88q"]
-radius = 18.0278
+[sub_resource type="CircleShape2D" id="CircleShape2D_qhju2"]
+radius = 17.0
[sub_resource type="Curve2D" id="Curve2D_0exre"]
@@ -25,26 +25,29 @@ position = Vector2(364, 591)
[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_2qfil")
+offset_bottom = 9.0
+texture_normal = ExtResource("3_rjkck")
[node name="FinishLine" type="Sprite2D" parent="."]
+z_index = 2
position = Vector2(694, 598)
-texture = ExtResource("4_06xh3")
+texture = ExtResource("4_vum41")
[node name="Area2D" type="Area2D" parent="FinishLine"]
[node name="CollisionShape2D" type="CollisionShape2D" parent="FinishLine/Area2D"]
-shape = SubResource("CircleShape2D_6g88q")
+shape = SubResource("CircleShape2D_qhju2")
[node name="Car" parent="." instance=ExtResource("5_une5k")]
+z_index = 3
[node name="DrawNode" type="Node2D" parent="."]
script = ExtResource("6_yls5q")
[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")