diff options
author | IcECreAm777 <hgk.1998@googlemail.com> | 2023-07-08 18:17:15 +0200 |
---|---|---|
committer | IcECreAm777 <hgk.1998@googlemail.com> | 2023-07-08 18:17:15 +0200 |
commit | 179ad5a11b5a5780df494db61ed72baae4b7cec2 (patch) | |
tree | 350388f9cb5423b1c9fca0adfed257d97edd1fdc /Nodes/ui.tscn | |
parent | 516635e22464699fa940ed981a186088352ba734 (diff) | |
download | 2023-179ad5a11b5a5780df494db61ed72baae4b7cec2.tar.gz 2023-179ad5a11b5a5780df494db61ed72baae4b7cec2.tar.bz2 2023-179ad5a11b5a5780df494db61ed72baae4b7cec2.zip |
resetting level and loading next level
Diffstat (limited to 'Nodes/ui.tscn')
-rw-r--r-- | Nodes/ui.tscn | 20 |
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" |