aboutsummaryrefslogtreecommitdiffstats
path: root/Nodes/ui.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'Nodes/ui.tscn')
-rw-r--r--Nodes/ui.tscn20
1 files changed, 20 insertions, 0 deletions
diff --git a/Nodes/ui.tscn b/Nodes/ui.tscn
index aabf0ff..fd035c2 100644
--- a/Nodes/ui.tscn
+++ b/Nodes/ui.tscn
@@ -18,6 +18,7 @@ anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
+mouse_filter = 2
script = ExtResource("1_77hb8")
[node name="InGameUI" type="Control" parent="Control"]
@@ -27,6 +28,7 @@ anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
+mouse_filter = 2
[node name="CurrentTime" type="Label" parent="Control/InGameUI"]
layout_mode = 0
@@ -92,3 +94,21 @@ offset_bottom = 23.0
scale = Vector2(1, 1.02025)
text = "0.00"
label_settings = SubResource("LabelSettings_hw7sw")
+
+[node name="NextLevelButton" type="Button" parent="Control/PostGameUI"]
+layout_mode = 1
+anchors_preset = -1
+anchor_left = 0.3
+anchor_top = 0.7
+anchor_right = 0.45
+anchor_bottom = 0.8
+text = "Next Level"
+
+[node name="RestartButton" type="Button" parent="Control/PostGameUI"]
+layout_mode = 1
+anchors_preset = -1
+anchor_left = 0.55
+anchor_top = 0.7
+anchor_right = 0.7
+anchor_bottom = 0.8
+text = "Retry"