2023-03-06 13:33:46 +00:00
|
|
|
[gd_scene load_steps=3 format=3 uid="uid://bf464y0q4l67h"]
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://UI/Main/GroupsView.gd" id="1_15bdc"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://du25gr7aoh34m" path="res://UI/Dialogs/GroupEditDialog.tscn" id="1_fqa62"]
|
2023-03-05 11:03:08 +00:00
|
|
|
|
|
|
|
[node name="GroupsView" type="VBoxContainer"]
|
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
2023-03-06 13:33:46 +00:00
|
|
|
script = ExtResource("1_15bdc")
|
2023-03-05 12:44:53 +00:00
|
|
|
metadata/_edit_use_anchors_ = true
|
2023-03-05 11:03:08 +00:00
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
|
|
layout_mode = 2
|
|
|
|
text = "Groups"
|
|
|
|
vertical_alignment = 1
|
|
|
|
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="."]
|
|
|
|
layout_mode = 2
|
2023-03-08 07:25:39 +00:00
|
|
|
size_flags_vertical = 3
|
2023-03-05 11:03:08 +00:00
|
|
|
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="PanelContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
|
|
[node name="GroupMenusContainer" type="VBoxContainer" parent="PanelContainer/ScrollContainer"]
|
2023-03-06 13:33:46 +00:00
|
|
|
unique_name_in_owner = true
|
2023-03-05 11:03:08 +00:00
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
|
|
|
[node name="CenterContainer" type="CenterContainer" parent="."]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="NewGroupButton" type="Button" parent="CenterContainer"]
|
2023-03-06 13:33:46 +00:00
|
|
|
unique_name_in_owner = true
|
2023-03-05 11:03:08 +00:00
|
|
|
layout_mode = 2
|
|
|
|
text = "New Group"
|
2023-03-06 13:33:46 +00:00
|
|
|
|
|
|
|
[node name="GroupEditDialog" parent="." instance=ExtResource("1_fqa62")]
|
|
|
|
unique_name_in_owner = true
|