breakpoint1

This commit is contained in:
CortexCore
2023-07-20 01:40:20 +08:00
parent a1ac6bada2
commit 907e037d0d
9 changed files with 284 additions and 245 deletions

View File

@@ -2,16 +2,19 @@
[ext_resource type="Script" path="res://BITKit/Scripts/UX/UXContainer.cs" id="1_v6r4n"]
[node name="标识引用模板" type="HBoxContainer" node_paths=PackedStringArray("label", "button", "labels", "lineEdits")]
[node name="标识引用模板" type="HBoxContainer" node_paths=PackedStringArray("label", "labels", "button", "buttons", "lineEdits", "optionButtons")]
script = ExtResource("1_v6r4n")
label = NodePath("Label")
button = NodePath("Button")
labels = []
button = NodePath("Button")
buttons = []
lineEdits = []
optionButtons = []
[node name="Label" type="Label" parent="."]
layout_mode = 2
text = "88.123.99/xxxxxxxxxxxxxxxx"
size_flags_horizontal = 3
text = "88.123.99/xxxxxxxx"
[node name="Button" type="Button" parent="."]
custom_minimum_size = Vector2(128, 0)