diff options
Diffstat (limited to 'Levels/Level2.tscn')
-rw-r--r-- | Levels/Level2.tscn | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/Levels/Level2.tscn b/Levels/Level2.tscn index 048ceb4..fd2e379 100644 --- a/Levels/Level2.tscn +++ b/Levels/Level2.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=13 format=3 uid="uid://c4ufprgnkgelp"] +[gd_scene load_steps=12 format=3 uid="uid://c4ufprgnkgelp"] [ext_resource type="Script" path="res://Scripts/scene_control.gd" id="1_hjw4x"] [ext_resource type="PackedScene" uid="uid://c8r6i3bu37ogu" path="res://Nodes/ui.tscn" id="2_koori"] @@ -16,6 +16,10 @@ radius = 17.0 [sub_resource type="Curve2D" id="Curve2D_0exre"] +[sub_resource type="LabelSettings" id="LabelSettings_yc6jr"] +outline_size = 3 +outline_color = Color(0, 0, 0, 1) + [node name="Level_test2" type="Node2D"] script = ExtResource("1_hjw4x") gold_medal_time = 5.1 @@ -107,4 +111,19 @@ position = Vector2(-1, 7) build_mode = 1 polygon = PackedVector2Array(521, 175, 528, 156, 611, 160, 620, 174, 642, 175, 651, 189, 695, 209, 694, 239, 710, 241, 710, 286, 727, 292, 729, 328, 710, 339, 717, 409, 696, 420, 697, 440, 682, 454, 677, 475, 658, 498, 606, 497, 597, 480, 576, 479, 567, 464, 547, 468, 535, 452, 517, 433, 474, 433, 472, 402, 455, 395, 456, 371, 441, 366, 440, 342, 424, 332, 429, 308, 441, 299, 443, 235, 463, 210, 478, 186, 504, 190) +[node name="Control" type="Control" parent="."] +layout_mode = 3 +anchors_preset = 0 +offset_left = 1010.0 +offset_top = 31.0 +offset_right = 1050.0 +offset_bottom = 71.0 + +[node name="Label" type="Label" parent="Control"] +layout_mode = 0 +offset_right = 63.0 +offset_bottom = 26.0 +text = "Level 02" +label_settings = SubResource("LabelSettings_yc6jr") + [connection signal="mouse_entered" from="FinishLine/Area2D" to="DrawNode" method="_end_drawing"] |