调整了模板

This commit is contained in:
CortexCore
2023-07-17 04:10:14 +08:00
parent 498b0617f8
commit e27cce2ac3
56 changed files with 2165 additions and 581 deletions

View File

@@ -2,16 +2,18 @@
[ext_resource type="Script" path="res://BITKit/Scripts/UX/UXContainer.cs" id="1_dre1u"]
[node name="标识模板格式" type="VBoxContainer" node_paths=PackedStringArray("button", "labels", "lineEdits")]
[node name="标识模板格式" type="VBoxContainer" node_paths=PackedStringArray("labels", "button", "buttons", "lineEdits", "optionButtons")]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_dre1u")
button = NodePath("HBoxContainer/delete-button")
labels = []
button = NodePath("HBoxContainer/delete-button")
buttons = []
lineEdits = [NodePath("HBoxContainer/name-edit"), NodePath("HBoxContainer/hint-edit"), NodePath("HBoxContainer/category-edit")]
optionButtons = []
[node name="HBoxContainer" type="HBoxContainer" parent="."]
layout_mode = 2