2026-01-02 18:37:09 +08:00
|
|
|
[gd_scene load_steps=2 format=3 uid="uid://detpkhtovi6bp"]
|
|
|
|
|
|
|
|
|
|
[ext_resource type="Script" uid="uid://bi8dmt4ypmbhq" path="res://addons/reedscene/dock/SceneIDMainPanel.gd" id="1_vunhl"]
|
|
|
|
|
|
2026-01-04 21:21:01 +08:00
|
|
|
[node name="Control" type="PanelContainer"]
|
2026-01-02 18:37:09 +08:00
|
|
|
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_vunhl")
|
|
|
|
|
|
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
2026-01-04 21:21:01 +08:00
|
|
|
layout_mode = 2
|
2026-01-02 18:37:09 +08:00
|
|
|
theme_override_constants/margin_left = 15
|
|
|
|
|
theme_override_constants/margin_top = 10
|
|
|
|
|
theme_override_constants/margin_right = 15
|
|
|
|
|
theme_override_constants/margin_bottom = 10
|
|
|
|
|
|
|
|
|
|
[node name="VBC_Main" type="VBoxContainer" parent="MarginContainer"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
2026-01-04 21:21:01 +08:00
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="MarginContainer/VBC_Main"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
|
|
[node name="RichTextLabel" type="RichTextLabel" parent="MarginContainer/VBC_Main/PanelContainer"]
|
2026-01-02 18:37:09 +08:00
|
|
|
custom_minimum_size = Vector2(0, 50)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
text = "ReedScene Manage Panel
|
|
|
|
|
V0.3"
|
|
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/VBC_Main"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
|
|
|
|
[node name="HBC_Header" type="HBoxContainer" parent="MarginContainer/VBC_Main/VBoxContainer"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
|
|
[node name="BRefresh" type="Button" parent="MarginContainer/VBC_Main/VBoxContainer/HBC_Header"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
custom_minimum_size = Vector2(60, 0)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
text = "Refresh"
|
|
|
|
|
|
|
|
|
|
[node name="BLoad" type="Button" parent="MarginContainer/VBC_Main/VBoxContainer/HBC_Header"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
custom_minimum_size = Vector2(60, 0)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
text = "Load Database"
|
|
|
|
|
|
|
|
|
|
[node name="Spacer" type="Control" parent="MarginContainer/VBC_Main/VBoxContainer/HBC_Header"]
|
|
|
|
|
custom_minimum_size = Vector2(60, 0)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
2026-01-04 21:21:01 +08:00
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="MarginContainer/VBC_Main/VBoxContainer"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="MarginContainer/VBC_Main/VBoxContainer/PanelContainer"]
|
2026-01-02 18:37:09 +08:00
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
2026-01-04 21:21:01 +08:00
|
|
|
[node name="GC_Rows" type="GridContainer" parent="MarginContainer/VBC_Main/VBoxContainer/PanelContainer/ScrollContainer"]
|
2026-01-02 18:37:09 +08:00
|
|
|
unique_name_in_owner = true
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
columns = 5
|