aboutsummaryrefslogtreecommitdiffstats
path: root/Levels/Level1.tscn
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2023-07-09 17:05:00 +0100
committerLibravatar cel 🌸 <cel@blos.sm>2023-07-09 17:05:00 +0100
commit041ce9927f269ce55cb5a5dfa1e3f9f668590fcf (patch)
tree94425707e7be1eb43d7589debd3b91fa63f81462 /Levels/Level1.tscn
parent859563f6ad4370a7f5f96963d63f4d83eecad9a4 (diff)
parente789ce08fed7a1b1023c411a7661bac6c8b0fa30 (diff)
download2023-curve-smoothing.tar.gz
2023-curve-smoothing.tar.bz2
2023-curve-smoothing.zip
fix crash 2: electric boogaloocurve-smoothing
Diffstat (limited to 'Levels/Level1.tscn')
-rw-r--r--Levels/Level1.tscn23
1 files changed, 21 insertions, 2 deletions
diff --git a/Levels/Level1.tscn b/Levels/Level1.tscn
index cbe44c2..74ffae4 100644
--- a/Levels/Level1.tscn
+++ b/Levels/Level1.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=14 format=3 uid="uid://b7nxnsf8dirqk"]
+[gd_scene load_steps=15 format=3 uid="uid://b7nxnsf8dirqk"]
[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"]
@@ -8,7 +8,7 @@
[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="Texture2D" uid="uid://bcn7tgs6a4fm7" path="res://Assets/road.png" id="8_yjlto"]
+[ext_resource type="Texture2D" uid="uid://x8c4q8wv8u4o" path="res://Assets/road.png" id="8_yjlto"]
[ext_resource type="Script" path="res://Scripts/Road.gd" id="9_3mco4"]
[ext_resource type="TileSet" uid="uid://cl8153posdeim" path="res://Assets/grass_tile_set.tres" id="9_m86ct"]
@@ -17,6 +17,10 @@ radius = 17.0
[sub_resource type="Curve2D" id="Curve2D_0exre"]
+[sub_resource type="LabelSettings" id="LabelSettings_ux08a"]
+outline_size = 3
+outline_color = Color(0, 0, 0, 1)
+
[node name="Level_test" type="Node2D"]
script = ExtResource("1_jvdy8")
silver_medal_time = 6.0
@@ -107,4 +111,19 @@ layer_1/tile_data = PackedInt32Array(2424836, 131072, 8, 2424837, 131072, 8, 242
build_mode = 1
polygon = PackedVector2Array(964, 570, 845, 570, 835, 586, 765, 585, 740, 616, 594, 618, 580, 602, 462, 601, 449, 617, 257, 618, 244, 601, 225, 602, 211, 586, 124, 585, 115, 599, 49, 602, 40, 595, 38, 573, 24, 561, 23, 538, 38, 535, 39, 509, 54, 501, 54, 364, 39, 351, 38, 318, 23, 304, 22, 284, 36, 278, 38, 173, 24, 163, 23, 123, 35, 118, 44, 105, 57, 101, 54, 58, 68, 54, 82, 54, 92, 39, 196, 38, 203, 53, 277, 53, 283, 68, 454, 70, 460, 56, 484, 54, 494, 38, 581, 38, 586, 51, 660, 53, 667, 69, 724, 70, 732, 55, 756, 54, 763, 39, 801, 37, 815, 55, 828, 39, 897, 37, 922, 68, 980, 71, 987, 84, 1075, 86, 1111, 122, 1113, 148, 1129, 155, 1130, 205, 1115, 220, 1115, 256, 1099, 268, 1097, 322, 1111, 331, 1113, 385, 1096, 396, 1098, 419, 1113, 427, 1115, 481, 1099, 491, 1099, 571, 1089, 585, 1069, 583, 1059, 600, 1011, 603, 996, 585, 978, 585)
+[node name="Control" type="Control" parent="."]
+layout_mode = 3
+anchors_preset = 0
+offset_left = 1014.0
+offset_top = 29.0
+offset_right = 1054.0
+offset_bottom = 69.0
+
+[node name="Label" type="Label" parent="Control"]
+layout_mode = 0
+offset_right = 63.0
+offset_bottom = 26.0
+text = "Level 01"
+label_settings = SubResource("LabelSettings_ux08a")
+
[connection signal="mouse_entered" from="FinishLine/Area2D" to="DrawNode" method="_end_drawing"]