|
|
|
@@ -0,0 +1,248 @@
|
|
|
|
|
[gd_scene load_steps=5 format=3 uid="uid://cm6fo70yb2hip"]
|
|
|
|
|
|
|
|
|
|
[ext_resource type="Script" uid="uid://cl0fi7kgimquk" path="res://src/ui/gallery/GalleryMenu.cs" id="1_lvvvw"]
|
|
|
|
|
[ext_resource type="LabelSettings" uid="uid://wc363u5t1yi2" path="res://src/ui/label_settings/HeadingFont.tres" id="1_qekcq"]
|
|
|
|
|
|
|
|
|
|
[sub_resource type="Gradient" id="Gradient_6y3ag"]
|
|
|
|
|
offsets = PackedFloat32Array(0.0501636, 0.745911, 1)
|
|
|
|
|
colors = PackedColorArray(0.0770514, 0.225922, 0.0437089, 1, 0.198692, 0.388726, 0.192961, 1, 3.85046e-07, 0.276787, 0.0375416, 1)
|
|
|
|
|
|
|
|
|
|
[sub_resource type="GradientTexture2D" id="GradientTexture2D_qekcq"]
|
|
|
|
|
gradient = SubResource("Gradient_6y3ag")
|
|
|
|
|
|
|
|
|
|
[node name="GalleryMenu" type="Control"]
|
|
|
|
|
layout_mode = 3
|
|
|
|
|
anchors_preset = 15
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
grow_horizontal = 2
|
|
|
|
|
grow_vertical = 2
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
script = ExtResource("1_lvvvw")
|
|
|
|
|
|
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
|
|
|
layout_mode = 1
|
|
|
|
|
anchors_preset = 15
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
grow_horizontal = 2
|
|
|
|
|
grow_vertical = 2
|
|
|
|
|
texture = SubResource("GradientTexture2D_qekcq")
|
|
|
|
|
|
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="TextureRect"]
|
|
|
|
|
layout_mode = 1
|
|
|
|
|
anchors_preset = 15
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
grow_horizontal = 2
|
|
|
|
|
grow_vertical = 2
|
|
|
|
|
theme_override_constants/margin_left = 95
|
|
|
|
|
theme_override_constants/margin_top = 33
|
|
|
|
|
theme_override_constants/margin_right = 70
|
|
|
|
|
theme_override_constants/margin_bottom = 100
|
|
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="TextureRect/MarginContainer"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
theme_override_constants/separation = 10
|
|
|
|
|
|
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="TextureRect/MarginContainer/VBoxContainer"]
|
|
|
|
|
custom_minimum_size = Vector2(427, 100)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_horizontal = 0
|
|
|
|
|
color = Color(0.0941176, 0.0941176, 0.0941176, 0.980392)
|
|
|
|
|
|
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="TextureRect/MarginContainer/VBoxContainer/ColorRect"]
|
|
|
|
|
layout_mode = 1
|
|
|
|
|
anchors_preset = 15
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
grow_horizontal = 2
|
|
|
|
|
grow_vertical = 2
|
|
|
|
|
theme_override_constants/margin_left = 15
|
|
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="TextureRect/MarginContainer/VBoxContainer/ColorRect/MarginContainer"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
text = "Gallery"
|
|
|
|
|
label_settings = ExtResource("1_qekcq")
|
|
|
|
|
|
|
|
|
|
[node name="ColorRect2" type="ColorRect" parent="TextureRect/MarginContainer/VBoxContainer"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
color = Color(0.0941176, 0.0941176, 0.0941176, 0.980392)
|
|
|
|
|
|
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="TextureRect/MarginContainer/VBoxContainer/ColorRect2"]
|
|
|
|
|
layout_mode = 1
|
|
|
|
|
anchors_preset = 15
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
grow_horizontal = 2
|
|
|
|
|
grow_vertical = 2
|
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
theme_override_constants/margin_left = 10
|
|
|
|
|
theme_override_constants/margin_top = 10
|
|
|
|
|
theme_override_constants/margin_right = 10
|
|
|
|
|
theme_override_constants/margin_bottom = 10
|
|
|
|
|
|
|
|
|
|
[node name="ReferenceRect" type="ReferenceRect" parent="TextureRect/MarginContainer/VBoxContainer/ColorRect2/MarginContainer"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
border_color = Color(1, 1, 1, 1)
|
|
|
|
|
border_width = 2.0
|
|
|
|
|
editor_only = false
|
|
|
|
|
|
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="TextureRect/MarginContainer/VBoxContainer/ColorRect2/MarginContainer/ReferenceRect"]
|
|
|
|
|
layout_mode = 0
|
|
|
|
|
offset_right = 40.0
|
|
|
|
|
offset_bottom = 40.0
|
|
|
|
|
theme_override_constants/margin_left = 25
|
|
|
|
|
theme_override_constants/margin_top = 80
|
|
|
|
|
theme_override_constants/margin_right = 15
|
|
|
|
|
theme_override_constants/margin_bottom = 10
|
|
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="TextureRect/MarginContainer/VBoxContainer/ColorRect2/MarginContainer/ReferenceRect/MarginContainer"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
theme_override_constants/separation = 25
|
|
|
|
|
|
|
|
|
|
[node name="VFlowContainer" type="VFlowContainer" parent="TextureRect/MarginContainer/VBoxContainer/ColorRect2/MarginContainer/ReferenceRect/MarginContainer/VBoxContainer"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
theme_override_constants/h_separation = 25
|
|
|
|
|
|
|
|
|
|
[node name="Item1Thumb" type="ColorRect" parent="TextureRect/MarginContainer/VBoxContainer/ColorRect2/MarginContainer/ReferenceRect/MarginContainer/VBoxContainer/VFlowContainer"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
custom_minimum_size = Vector2(400, 200)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
|
|
[node name="Item2Thumb" type="ColorRect" parent="TextureRect/MarginContainer/VBoxContainer/ColorRect2/MarginContainer/ReferenceRect/MarginContainer/VBoxContainer/VFlowContainer"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
custom_minimum_size = Vector2(400, 200)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
|
|
[node name="Item3Thumb" type="ColorRect" parent="TextureRect/MarginContainer/VBoxContainer/ColorRect2/MarginContainer/ReferenceRect/MarginContainer/VBoxContainer/VFlowContainer"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
custom_minimum_size = Vector2(400, 200)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
|
|
[node name="Item4Thumb" type="ColorRect" parent="TextureRect/MarginContainer/VBoxContainer/ColorRect2/MarginContainer/ReferenceRect/MarginContainer/VBoxContainer/VFlowContainer"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
custom_minimum_size = Vector2(400, 200)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
|
|
[node name="VFlowContainer3" type="VFlowContainer" parent="TextureRect/MarginContainer/VBoxContainer/ColorRect2/MarginContainer/ReferenceRect/MarginContainer/VBoxContainer"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
theme_override_constants/h_separation = 25
|
|
|
|
|
|
|
|
|
|
[node name="CenterContainer" type="CenterContainer" parent="TextureRect/MarginContainer/VBoxContainer/ColorRect2/MarginContainer/ReferenceRect/MarginContainer/VBoxContainer/VFlowContainer3"]
|
|
|
|
|
custom_minimum_size = Vector2(400, 0)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
|
|
|
|
[node name="Item1Label" type="Label" parent="TextureRect/MarginContainer/VBoxContainer/ColorRect2/MarginContainer/ReferenceRect/MarginContainer/VBoxContainer/VFlowContainer3/CenterContainer"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
text = "???"
|
|
|
|
|
label_settings = ExtResource("1_qekcq")
|
|
|
|
|
|
|
|
|
|
[node name="CenterContainer2" type="CenterContainer" parent="TextureRect/MarginContainer/VBoxContainer/ColorRect2/MarginContainer/ReferenceRect/MarginContainer/VBoxContainer/VFlowContainer3"]
|
|
|
|
|
custom_minimum_size = Vector2(400, 0)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
|
|
|
|
[node name="Item2Label" type="Label" parent="TextureRect/MarginContainer/VBoxContainer/ColorRect2/MarginContainer/ReferenceRect/MarginContainer/VBoxContainer/VFlowContainer3/CenterContainer2"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
text = "???"
|
|
|
|
|
label_settings = ExtResource("1_qekcq")
|
|
|
|
|
|
|
|
|
|
[node name="CenterContainer3" type="CenterContainer" parent="TextureRect/MarginContainer/VBoxContainer/ColorRect2/MarginContainer/ReferenceRect/MarginContainer/VBoxContainer/VFlowContainer3"]
|
|
|
|
|
custom_minimum_size = Vector2(400, 0)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
|
|
|
|
[node name="Item3Label" type="Label" parent="TextureRect/MarginContainer/VBoxContainer/ColorRect2/MarginContainer/ReferenceRect/MarginContainer/VBoxContainer/VFlowContainer3/CenterContainer3"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
text = "???"
|
|
|
|
|
label_settings = ExtResource("1_qekcq")
|
|
|
|
|
|
|
|
|
|
[node name="CenterContainer4" type="CenterContainer" parent="TextureRect/MarginContainer/VBoxContainer/ColorRect2/MarginContainer/ReferenceRect/MarginContainer/VBoxContainer/VFlowContainer3"]
|
|
|
|
|
custom_minimum_size = Vector2(400, 0)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
|
|
|
|
[node name="Item4Label" type="Label" parent="TextureRect/MarginContainer/VBoxContainer/ColorRect2/MarginContainer/ReferenceRect/MarginContainer/VBoxContainer/VFlowContainer3/CenterContainer4"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
text = "???"
|
|
|
|
|
label_settings = ExtResource("1_qekcq")
|
|
|
|
|
|
|
|
|
|
[node name="VFlowContainer2" type="VFlowContainer" parent="TextureRect/MarginContainer/VBoxContainer/ColorRect2/MarginContainer/ReferenceRect/MarginContainer/VBoxContainer"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
theme_override_constants/h_separation = 25
|
|
|
|
|
|
|
|
|
|
[node name="Item5Thumb" type="ColorRect" parent="TextureRect/MarginContainer/VBoxContainer/ColorRect2/MarginContainer/ReferenceRect/MarginContainer/VBoxContainer/VFlowContainer2"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
custom_minimum_size = Vector2(400, 200)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
|
|
[node name="Item6Thumb" type="ColorRect" parent="TextureRect/MarginContainer/VBoxContainer/ColorRect2/MarginContainer/ReferenceRect/MarginContainer/VBoxContainer/VFlowContainer2"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
custom_minimum_size = Vector2(400, 200)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
|
|
[node name="Item7Thumb" type="ColorRect" parent="TextureRect/MarginContainer/VBoxContainer/ColorRect2/MarginContainer/ReferenceRect/MarginContainer/VBoxContainer/VFlowContainer2"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
custom_minimum_size = Vector2(400, 200)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
|
|
[node name="Item8Thumb" type="ColorRect" parent="TextureRect/MarginContainer/VBoxContainer/ColorRect2/MarginContainer/ReferenceRect/MarginContainer/VBoxContainer/VFlowContainer2"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
custom_minimum_size = Vector2(400, 200)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
|
|
[node name="VFlowContainer4" type="VFlowContainer" parent="TextureRect/MarginContainer/VBoxContainer/ColorRect2/MarginContainer/ReferenceRect/MarginContainer/VBoxContainer"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
theme_override_constants/h_separation = 25
|
|
|
|
|
|
|
|
|
|
[node name="CenterContainer" type="CenterContainer" parent="TextureRect/MarginContainer/VBoxContainer/ColorRect2/MarginContainer/ReferenceRect/MarginContainer/VBoxContainer/VFlowContainer4"]
|
|
|
|
|
custom_minimum_size = Vector2(400, 0)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
|
|
|
|
[node name="Item5Label" type="Label" parent="TextureRect/MarginContainer/VBoxContainer/ColorRect2/MarginContainer/ReferenceRect/MarginContainer/VBoxContainer/VFlowContainer4/CenterContainer"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
text = "???"
|
|
|
|
|
label_settings = ExtResource("1_qekcq")
|
|
|
|
|
|
|
|
|
|
[node name="CenterContainer2" type="CenterContainer" parent="TextureRect/MarginContainer/VBoxContainer/ColorRect2/MarginContainer/ReferenceRect/MarginContainer/VBoxContainer/VFlowContainer4"]
|
|
|
|
|
custom_minimum_size = Vector2(400, 0)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
|
|
|
|
[node name="Item6Label" type="Label" parent="TextureRect/MarginContainer/VBoxContainer/ColorRect2/MarginContainer/ReferenceRect/MarginContainer/VBoxContainer/VFlowContainer4/CenterContainer2"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
text = "???"
|
|
|
|
|
label_settings = ExtResource("1_qekcq")
|
|
|
|
|
|
|
|
|
|
[node name="CenterContainer3" type="CenterContainer" parent="TextureRect/MarginContainer/VBoxContainer/ColorRect2/MarginContainer/ReferenceRect/MarginContainer/VBoxContainer/VFlowContainer4"]
|
|
|
|
|
custom_minimum_size = Vector2(400, 0)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
|
|
|
|
[node name="Item7Label" type="Label" parent="TextureRect/MarginContainer/VBoxContainer/ColorRect2/MarginContainer/ReferenceRect/MarginContainer/VBoxContainer/VFlowContainer4/CenterContainer3"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
text = "???"
|
|
|
|
|
label_settings = ExtResource("1_qekcq")
|
|
|
|
|
|
|
|
|
|
[node name="CenterContainer4" type="CenterContainer" parent="TextureRect/MarginContainer/VBoxContainer/ColorRect2/MarginContainer/ReferenceRect/MarginContainer/VBoxContainer/VFlowContainer4"]
|
|
|
|
|
custom_minimum_size = Vector2(400, 0)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
|
|
|
|
[node name="Item8Label" type="Label" parent="TextureRect/MarginContainer/VBoxContainer/ColorRect2/MarginContainer/ReferenceRect/MarginContainer/VBoxContainer/VFlowContainer4/CenterContainer4"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
text = "???"
|
|
|
|
|
label_settings = ExtResource("1_qekcq")
|