|
1 | | -[gd_scene load_steps=5 format=3 uid="uid://mhfp37lr7q4f"] |
| 1 | +[gd_scene load_steps=7 format=3 uid="uid://mhfp37lr7q4f"] |
2 | 2 |
|
3 | 3 | [ext_resource type="Script" uid="uid://ys8g367cpqc2" path="res://src/ui_parts/about_menu.gd" id="1_xxltt"] |
| 4 | +[ext_resource type="Texture2D" uid="uid://ljdlk0jneuwh" path="res://assets/icons/ArrowLeft.svg" id="2_q2got"] |
4 | 5 | [ext_resource type="Texture2D" uid="uid://mkitu0lvacs2" path="res://assets/logos/icon.svg" id="2_t7fbd"] |
5 | 6 | [ext_resource type="FontFile" uid="uid://depydd16jq777" path="res://assets/fonts/FontMono.ttf" id="3_e8i1t"] |
6 | 7 | [ext_resource type="Script" uid="uid://ci44864moadn" path="res://src/ui_widgets/PanelGrid.gd" id="7_nvctb"] |
7 | 8 |
|
| 9 | +[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_s8tsc"] |
| 10 | + |
8 | 11 | [node name="AboutMenu" type="PanelContainer"] |
9 | 12 | anchors_preset = 15 |
10 | 13 | anchor_right = 1.0 |
11 | 14 | anchor_bottom = 1.0 |
12 | 15 | grow_horizontal = 2 |
13 | 16 | grow_vertical = 2 |
14 | | -theme_type_variation = &"OverlayPanel" |
| 17 | +theme_type_variation = &"BasePanel" |
15 | 18 | script = ExtResource("1_xxltt") |
16 | 19 |
|
17 | 20 | [node name="VBoxContainer" type="VBoxContainer" parent="."] |
18 | 21 | layout_mode = 2 |
19 | 22 | theme_override_constants/separation = 8 |
| 23 | +alignment = 1 |
| 24 | + |
| 25 | +[node name="PanelContainer" type="PanelContainer" parent="VBoxContainer"] |
| 26 | +layout_mode = 2 |
| 27 | +theme_override_styles/panel = SubResource("StyleBoxEmpty_s8tsc") |
20 | 28 |
|
21 | | -[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"] |
| 29 | +[node name="BackButton" type="Button" parent="VBoxContainer/PanelContainer"] |
| 30 | +layout_mode = 2 |
| 31 | +size_flags_horizontal = 0 |
| 32 | +icon = ExtResource("2_q2got") |
| 33 | + |
| 34 | +[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/PanelContainer"] |
22 | 35 | layout_mode = 2 |
23 | 36 | size_flags_horizontal = 4 |
24 | 37 | theme_override_constants/separation = 8 |
25 | 38 |
|
26 | | -[node name="TextureRect" type="TextureRect" parent="VBoxContainer/HBoxContainer"] |
| 39 | +[node name="TextureRect" type="TextureRect" parent="VBoxContainer/PanelContainer/HBoxContainer"] |
27 | 40 | layout_mode = 2 |
28 | 41 | texture = ExtResource("2_t7fbd") |
29 | 42 | expand_mode = 2 |
30 | 43 |
|
31 | | -[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/HBoxContainer"] |
32 | | -layout_mode = 2 |
33 | | - |
34 | | -[node name="VersionLabel" type="Label" parent="VBoxContainer/HBoxContainer/VBoxContainer"] |
| 44 | +[node name="VersionLabel" type="Label" parent="VBoxContainer/PanelContainer/HBoxContainer"] |
35 | 45 | unique_name_in_owner = true |
36 | 46 | layout_mode = 2 |
37 | 47 | theme_type_variation = &"TitleLabel" |
38 | 48 | theme_override_font_sizes/font_size = 16 |
39 | 49 |
|
40 | | -[node name="CopyLabel" type="Label" parent="VBoxContainer/HBoxContainer/VBoxContainer"] |
41 | | -layout_mode = 2 |
42 | | -theme_type_variation = &"TitleLabel" |
43 | | -theme_override_constants/line_spacing = 0 |
44 | | -theme_override_font_sizes/font_size = 12 |
45 | | -text = "© 2025 Anish Mishra |
46 | | -© 2023 MewPurPur |
47 | | -© 2023-present VectorTouch contributors" |
48 | | - |
49 | 50 | [node name="TabContainer" type="TabContainer" parent="VBoxContainer"] |
50 | 51 | custom_minimum_size = Vector2(0, 280) |
51 | 52 | layout_mode = 2 |
@@ -88,7 +89,6 @@ horizontal_alignment = 1 |
88 | 89 | unique_name_in_owner = true |
89 | 90 | layout_mode = 2 |
90 | 91 | script = ExtResource("7_nvctb") |
91 | | -columns = 2 |
92 | 92 |
|
93 | 93 | [node name="TranslatorsLabel" type="Label" parent="VBoxContainer/TabContainer/Authors/MarginContainer/VBoxContainer"] |
94 | 94 | unique_name_in_owner = true |
@@ -274,11 +274,3 @@ theme_override_constants/separation = 8 |
274 | 274 | unique_name_in_owner = true |
275 | 275 | layout_mode = 2 |
276 | 276 | theme_override_constants/separation = 12 |
277 | | - |
278 | | -[node name="CloseButton" type="Button" parent="VBoxContainer"] |
279 | | -layout_mode = 2 |
280 | | -size_flags_horizontal = 4 |
281 | | -size_flags_vertical = 8 |
282 | | -focus_mode = 0 |
283 | | -mouse_default_cursor_shape = 2 |
284 | | -text = "Close" |
0 commit comments