Files
g-world/scenes/ui/pause_menu.tscn
T
2026-08-10 20:39:06 +03:00

91 lines
3.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[gd_scene format=3 uid="uid://cvx4ot7ugyprk"]
[ext_resource type="Script" uid="uid://bajc7dq7tn5ik" path="res://scripts/ui/pause_menu.gd" id="1_f6eus"]
[ext_resource type="Theme" uid="uid://c6kkopjj3snag" path="res://themes/main_menu.theme.tres" id="2_8uki6"]
[ext_resource type="PackedScene" uid="uid://o1xvvu6dik4j" path="res://scenes/ui/settings_menu.tscn" id="3_0bnpd"]
[ext_resource type="PackedScene" uid="uid://c5o5t7wvc84wx" path="res://scenes/ui/save_menu.tscn" id="4_8uki6"]
[node name="PauseMenu" type="CanvasLayer" unique_id=1649378803]
process_mode = 3
layer = 100
script = ExtResource("1_f6eus")
[node name="Root" type="Control" parent="." unique_id=43845941]
visible = false
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
theme = ExtResource("2_8uki6")
[node name="Dim" type="ColorRect" parent="Root" unique_id=323746296]
layout_mode = 0
anchor_right = 1.0
anchor_bottom = 1.0
color = Color(0.015686275, 0.02745098, 0.05490196, 0.72156864)
[node name="Center" type="CenterContainer" parent="Root" unique_id=1362666031]
layout_mode = 0
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 2
[node name="Card" type="PanelContainer" parent="Root/Center" unique_id=866077063]
custom_minimum_size = Vector2(560, 0)
layout_mode = 2
[node name="Body" type="VBoxContainer" parent="Root/Center/Card" unique_id=1905446803]
layout_mode = 2
theme_override_constants/separation = 16
[node name="Heading" type="Label" parent="Root/Center/Card/Body" unique_id=1834344209]
layout_mode = 2
theme_override_colors/font_color = Color(0.9490196, 0.96862745, 0.9843137, 1)
theme_override_font_sizes/font_size = 34
text = "ПАУЗА"
horizontal_alignment = 1
[node name="Rule" type="ColorRect" parent="Root/Center/Card/Body" unique_id=831667691]
custom_minimum_size = Vector2(0, 1)
layout_mode = 2
color = Color(1, 1, 1, 0.101960786)
[node name="Menu" type="VBoxContainer" parent="Root/Center/Card/Body" unique_id=1777657070]
layout_mode = 2
theme_override_constants/separation = 4
[node name="ResumeButton" type="Button" parent="Root/Center/Card/Body/Menu" unique_id=1905018000]
layout_mode = 2
text = "Продолжить"
[node name="SaveButton" type="Button" parent="Root/Center/Card/Body/Menu" unique_id=1361920180]
layout_mode = 2
text = "Сохранить"
[node name="LoadButton" type="Button" parent="Root/Center/Card/Body/Menu" unique_id=1867566868]
layout_mode = 2
text = "Загрузить"
[node name="SettingsButton" type="Button" parent="Root/Center/Card/Body/Menu" unique_id=902083290]
layout_mode = 2
text = "Настройки"
[node name="MainMenuButton" type="Button" parent="Root/Center/Card/Body/Menu" unique_id=2049760939]
layout_mode = 2
text = "В главное меню"
[node name="QuitButton" type="Button" parent="Root/Center/Card/Body/Menu" unique_id=1925579036]
layout_mode = 2
text = "Выйти из игры"
[node name="SettingsScreen" parent="Root" unique_id=1927393822 instance=ExtResource("3_0bnpd")]
visible = false
layout_mode = 1
grow_horizontal = 2
grow_vertical = 2
[node name="SaveScreen" parent="Root" unique_id=9036454 instance=ExtResource("4_8uki6")]
layout_mode = 1
grow_horizontal = 2
grow_vertical = 2