[gd_scene format=3 uid="uid://b9k4v8q2x5n3m7p6"] [ext_resource type="Script" path="res://src/UI/Panels/BuildingsPanel/buildings_panel.gd" id="1_script"] [ext_resource type="FontFile" uid="uid://4su41gib4l5u" path="res://assets/fonts/lxgw-wenkai-v1.522/LXGWWenKaiMono-Medium.ttf" id="2_font"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_dialog"] bg_color = Color(0.07, 0.13, 0.12, 0.97) border_width_left = 2 border_width_top = 2 border_width_right = 2 border_width_bottom = 2 border_color = Color(0.4, 0.72, 0.6, 1) corner_radius_top_left = 8 corner_radius_top_right = 8 corner_radius_bottom_right = 8 corner_radius_bottom_left = 8 [node name="BuildingsPanel" type="Control" unique_id=795000001] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_script") [node name="Backdrop" type="ColorRect" parent="." unique_id=795000002] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 color = Color(0.02, 0.05, 0.05, 0.65) [node name="CenterContainer" type="CenterContainer" parent="." unique_id=795000003] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 [node name="Panel" type="PanelContainer" parent="CenterContainer" unique_id=795000004] theme_override_styles/panel = SubResource("StyleBoxFlat_dialog") [node name="MarginContainer" type="MarginContainer" parent="CenterContainer/Panel" unique_id=795000005] theme_override_constants/margin_left = 28 theme_override_constants/margin_top = 20 theme_override_constants/margin_right = 28 theme_override_constants/margin_bottom = 20 [node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer/Panel/MarginContainer" unique_id=795000006] theme_override_constants/separation = 12 [node name="TitleLabel" type="Label" parent="CenterContainer/Panel/MarginContainer/VBoxContainer" unique_id=795000007] unique_name_in_owner = true theme_override_fonts/font = ExtResource("2_font") theme_override_font_sizes/font_size = 30 theme_override_colors/font_color = Color(0.82, 0.95, 0.88, 1) text = "宗门建筑" [node name="ListContainer" type="VBoxContainer" parent="CenterContainer/Panel/MarginContainer/VBoxContainer" unique_id=795000008] unique_name_in_owner = true theme_override_constants/separation = 10 [node name="ButtonRow" type="HBoxContainer" parent="CenterContainer/Panel/MarginContainer/VBoxContainer" unique_id=795000009] [node name="Spacer" type="Control" parent="CenterContainer/Panel/MarginContainer/VBoxContainer/ButtonRow" unique_id=795000010] layout_mode = 2 size_flags_horizontal = 3 [node name="Button_Close" type="Button" parent="CenterContainer/Panel/MarginContainer/VBoxContainer/ButtonRow" unique_id=795000011] unique_name_in_owner = true theme_override_fonts/font = ExtResource("2_font") theme_override_font_sizes/font_size = 22 text = "关闭" [connection signal="gui_input" from="Backdrop" to="." method="_on_backdrop_gui_input"] [connection signal="button_up" from="CenterContainer/Panel/MarginContainer/VBoxContainer/ButtonRow/Button_Close" to="." method="hide_panel"]