Before update to NET 7

This commit is contained in:
CortexCore
2023-07-12 12:11:10 +08:00
parent ca824c3b32
commit 4af7cec47b
15 changed files with 480 additions and 214 deletions

View File

@@ -1,6 +1,7 @@
[gd_scene load_steps=3 format=3 uid="uid://dey6r76kttak6"]
[gd_scene load_steps=4 format=3 uid="uid://dey6r76kttak6"]
[ext_resource type="Texture2D" uid="uid://d1uver224k3px" path="res://addons/ui_design_tool/assets/icons/folder_open-white-18dp.svg" id="1_jbnj1"]
[ext_resource type="Texture2D" uid="uid://dn7q7grbfr7kh" path="res://addons/ui_design_tool/assets/icons/refresh-white-18dp.svg" id="1_miiu5"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_uocfi"]
bg_color = Color(0.156863, 0.152941, 0.172549, 1)
@@ -35,7 +36,13 @@ text = "按钮"
[node name="Button3" type="Button" parent="Scroll/HBoxContainer/VBoxContainer"]
layout_mode = 2
theme_type_variation = &"ColorPanel"
text = "按钮 ColorPanel"
[node name="Button5" type="Button" parent="Scroll/HBoxContainer/VBoxContainer"]
layout_mode = 2
text = "按钮"
icon = ExtResource("1_miiu5")
alignment = 0
[node name="Button4" type="Button" parent="Scroll/HBoxContainer/VBoxContainer"]
layout_mode = 2

File diff suppressed because one or more lines are too long