添加了标识更新
但是只有界面没有功能
This commit is contained in:
@@ -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
|
||||
|
@@ -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
Reference in New Issue
Block a user