diff options
| author | Radio <radiohotline@disroot.org> | 2026-06-04 15:15:11 +0300 |
|---|---|---|
| committer | Radio <radiohotline@disroot.org> | 2026-06-04 15:15:11 +0300 |
| commit | 9d74b49ab62908d4acf53dde444413886b8b28e5 (patch) | |
| tree | 0cb785267ea7e239b19d88684c0d64b9bd5d52f0 /scenes/ui/menu.tscn | |
| parent | 2c85d452ad02a5f89cd43bad7f9de31d0e4fa0c1 (diff) | |
escoria setup and old branch archives
Diffstat (limited to 'scenes/ui/menu.tscn')
| -rw-r--r-- | scenes/ui/menu.tscn | 76 |
1 files changed, 0 insertions, 76 deletions
diff --git a/scenes/ui/menu.tscn b/scenes/ui/menu.tscn deleted file mode 100644 index cc25d7b..0000000 --- a/scenes/ui/menu.tscn +++ /dev/null @@ -1,76 +0,0 @@ -[gd_scene format=3 uid="uid://dqhxjaxlgy4yf"] - -[ext_resource type="Script" uid="uid://befvsvog6282s" path="res://scenes/ui/menu.gd" id="1_wedc3"] -[ext_resource type="PackedScene" uid="uid://dj2dk1g7jnk23" path="res://scenes/ui/title_button.tscn" id="2_c2n5p"] - -[node name="Menu" type="CanvasLayer" unique_id=1912348469] -process_mode = 3 -script = ExtResource("1_wedc3") - -[node name="ColorRect" type="ColorRect" parent="." unique_id=1816673840] -anchors_preset = 15 -anchor_right = 1.0 -anchor_bottom = 1.0 -grow_horizontal = 2 -grow_vertical = 2 -color = Color(0, 0, 0, 0.60784316) - -[node name="Menu" type="Control" parent="." unique_id=115089705] -layout_mode = 3 -anchors_preset = 8 -anchor_left = 0.5 -anchor_top = 0.5 -anchor_right = 0.5 -anchor_bottom = 0.5 -grow_horizontal = 2 -grow_vertical = 2 -size_flags_horizontal = 4 -size_flags_vertical = 4 - -[node name="PanelContainer" type="PanelContainer" parent="Menu" unique_id=1414562164] -layout_mode = 1 -anchors_preset = 8 -anchor_left = 0.5 -anchor_top = 0.5 -anchor_right = 0.5 -anchor_bottom = 0.5 -offset_left = -260.5 -offset_top = -318.25 -offset_right = 260.5 -offset_bottom = 318.25 -grow_horizontal = 2 -grow_vertical = 2 - -[node name="VBoxContainer" type="VBoxContainer" parent="Menu/PanelContainer" unique_id=604076564] -layout_mode = 2 - -[node name="Label" type="Label" parent="Menu/PanelContainer/VBoxContainer" unique_id=1102397096] -layout_mode = 2 -theme_override_font_sizes/font_size = 100 -text = "MENU!!!!!!!!" -horizontal_alignment = 1 -uppercase = true - -[node name="Save" parent="Menu/PanelContainer/VBoxContainer" unique_id=1597537067 instance=ExtResource("2_c2n5p")] -layout_mode = 2 -text = "Save" - -[node name="Load" parent="Menu/PanelContainer/VBoxContainer" unique_id=1726486889 instance=ExtResource("2_c2n5p")] -layout_mode = 2 -text = "Load" - -[node name="Options" parent="Menu/PanelContainer/VBoxContainer" unique_id=674602521 instance=ExtResource("2_c2n5p")] -layout_mode = 2 -text = "Options" - -[node name="Main Menu" parent="Menu/PanelContainer/VBoxContainer" unique_id=1904714546 instance=ExtResource("2_c2n5p")] -layout_mode = 2 -text = "Main Menu" - -[node name="Quit" parent="Menu/PanelContainer/VBoxContainer" unique_id=1892162088 instance=ExtResource("2_c2n5p")] -layout_mode = 2 -text = "Quit" - -[connection signal="pressed" from="Menu/PanelContainer/VBoxContainer/Options" to="." method="_on_options_pressed"] -[connection signal="pressed" from="Menu/PanelContainer/VBoxContainer/Main Menu" to="." method="_on_main_menu_pressed"] -[connection signal="pressed" from="Menu/PanelContainer/VBoxContainer/Quit" to="." method="_on_quit_pressed"] |
