添加了标识更新

但是只有界面没有功能
This commit is contained in:
CortexCore
2023-07-11 00:14:36 +08:00
parent d8d34766c0
commit ca824c3b32
21 changed files with 742 additions and 126 deletions

View File

@@ -2,7 +2,7 @@
[resource]
bg_color = Color(1, 1, 1, 0.0313726)
corner_radius_top_left = 16
corner_radius_top_right = 16
corner_radius_bottom_right = 16
corner_radius_bottom_left = 16
corner_radius_top_left = 8
corner_radius_top_right = 8
corner_radius_bottom_right = 8
corner_radius_bottom_left = 8

View File

@@ -72,6 +72,24 @@ layout_mode = 2
theme_type_variation = &"SideTab"
text = "SideBar 1"
[node name="VBoxContainer2" type="VBoxContainer" parent="Scroll/HBoxContainer/VBoxContainer"]
layout_mode = 2
[node name="Button" type="Button" parent="Scroll/HBoxContainer/VBoxContainer/VBoxContainer2"]
layout_mode = 2
theme_type_variation = &"Option"
text = "Option 1"
[node name="Button2" type="Button" parent="Scroll/HBoxContainer/VBoxContainer/VBoxContainer2"]
layout_mode = 2
theme_type_variation = &"Option"
text = "Option 1"
[node name="Button3" type="Button" parent="Scroll/HBoxContainer/VBoxContainer/VBoxContainer2"]
layout_mode = 2
theme_type_variation = &"Option"
text = "Option 1"
[node name="VBoxContainer2" type="VBoxContainer" parent="Scroll/HBoxContainer"]
custom_minimum_size = Vector2(512, 0)
layout_mode = 2

File diff suppressed because one or more lines are too long