first commit
This commit is contained in:
@@ -0,0 +1,74 @@
|
||||
[gd_scene format=3 uid="uid://c5o5t7wvc84wx"]
|
||||
|
||||
[ext_resource type="Theme" uid="uid://c6kkopjj3snag" path="res://themes/main_menu.theme.tres" id="1_ne8v6"]
|
||||
[ext_resource type="Script" uid="uid://dtjbpbm5rqb72" path="res://scripts/ui/save_menu.gd" id="2_nemxf"]
|
||||
|
||||
[node name="SaveMenu" type="Control" unique_id=9036454]
|
||||
visible = false
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
theme = ExtResource("1_ne8v6")
|
||||
script = ExtResource("2_nemxf")
|
||||
|
||||
[node name="Dim" type="ColorRect" parent="." unique_id=1034925462]
|
||||
layout_mode = 0
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
color = Color(0.015686275, 0.02745098, 0.05490196, 0.8509804)
|
||||
|
||||
[node name="Center" type="CenterContainer" parent="." unique_id=379596925]
|
||||
layout_mode = 0
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
mouse_filter = 2
|
||||
|
||||
[node name="Card" type="PanelContainer" parent="Center" unique_id=1985092479]
|
||||
custom_minimum_size = Vector2(980, 720)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Body" type="VBoxContainer" parent="Center/Card" unique_id=1336393202]
|
||||
layout_mode = 2
|
||||
theme_override_constants/separation = 18
|
||||
|
||||
[node name="Heading" type="Label" parent="Center/Card/Body" unique_id=1418385183]
|
||||
layout_mode = 2
|
||||
theme_override_colors/font_color = Color(0.9490196, 0.96862745, 0.9843137, 1)
|
||||
theme_override_font_sizes/font_size = 34
|
||||
text = "СОХРАНЕНИЯ"
|
||||
|
||||
[node name="Rule" type="ColorRect" parent="Center/Card/Body" unique_id=746798963]
|
||||
custom_minimum_size = Vector2(0, 1)
|
||||
layout_mode = 2
|
||||
color = Color(1, 1, 1, 0.101960786)
|
||||
|
||||
[node name="Scroll" type="ScrollContainer" parent="Center/Card/Body" unique_id=330714434]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 3
|
||||
horizontal_scroll_mode = 0
|
||||
|
||||
[node name="Slots" type="VBoxContainer" parent="Center/Card/Body/Scroll" unique_id=773697773]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
theme_override_constants/separation = 10
|
||||
|
||||
[node name="Rule2" type="ColorRect" parent="Center/Card/Body" unique_id=877993095]
|
||||
custom_minimum_size = Vector2(0, 1)
|
||||
layout_mode = 2
|
||||
color = Color(1, 1, 1, 0.101960786)
|
||||
|
||||
[node name="Actions" type="HBoxContainer" parent="Center/Card/Body" unique_id=1027603836]
|
||||
layout_mode = 2
|
||||
theme_override_constants/separation = 12
|
||||
|
||||
[node name="Status" type="Label" parent="Center/Card/Body/Actions" unique_id=1997283300]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
theme_override_colors/font_color = Color(0.3647059, 0.44705883, 0.53333336, 1)
|
||||
theme_override_font_sizes/font_size = 16
|
||||
|
||||
[node name="BackButton" type="Button" parent="Center/Card/Body/Actions" unique_id=723453195]
|
||||
custom_minimum_size = Vector2(220, 0)
|
||||
layout_mode = 2
|
||||
text = "Назад"
|
||||
Reference in New Issue
Block a user