add group menu, start groups view

This commit is contained in:
2023-03-05 14:03:08 +03:00
parent 4f1da773b4
commit 7d83a15625
7 changed files with 243 additions and 0 deletions

32
UI/Main/GroupsView.tscn Normal file
View File

@ -0,0 +1,32 @@
[gd_scene format=3 uid="uid://bf464y0q4l67h"]
[node name="GroupsView" type="VBoxContainer"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="Label" type="Label" parent="."]
layout_mode = 2
text = "Groups"
vertical_alignment = 1
[node name="PanelContainer" type="PanelContainer" parent="."]
custom_minimum_size = Vector2(0, 320)
layout_mode = 2
[node name="ScrollContainer" type="ScrollContainer" parent="PanelContainer"]
layout_mode = 2
size_flags_vertical = 3
[node name="GroupMenusContainer" type="VBoxContainer" parent="PanelContainer/ScrollContainer"]
layout_mode = 2
size_flags_horizontal = 3
[node name="CenterContainer" type="CenterContainer" parent="."]
layout_mode = 2
[node name="NewGroupButton" type="Button" parent="CenterContainer"]
layout_mode = 2
text = "New Group"