[gd_scene load_steps=2 format=3 uid="uid://b2chp3rw7ib00"] [ext_resource type="Script" path="res://BITKit/Scripts/UX/UXContainer.cs" id="1_dre1u"] [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") 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 [node name="name-label" type="Label" parent="HBoxContainer"] visible = false layout_mode = 2 text = "数据名称:" [node name="name-edit" type="LineEdit" parent="HBoxContainer"] custom_minimum_size = Vector2(128, 0) layout_mode = 2 size_flags_horizontal = 3 placeholder_text = "数据格式" [node name="hint-label" type="Label" parent="HBoxContainer"] visible = false layout_mode = 2 text = "提示:" [node name="hint-edit" type="LineEdit" parent="HBoxContainer"] custom_minimum_size = Vector2(128, 0) layout_mode = 2 size_flags_horizontal = 3 placeholder_text = "提示或默认值" [node name="category-edit" type="LineEdit" parent="HBoxContainer"] custom_minimum_size = Vector2(128, 0) layout_mode = 2 size_flags_horizontal = 3 placeholder_text = "分类,默认为空" [node name="delete-button" type="Button" parent="HBoxContainer"] layout_mode = 2 text = "删除"