20 lines
600 B
Plaintext
20 lines
600 B
Plaintext
|
[gd_scene load_steps=2 format=3 uid="uid://42locm7i2wvy"]
|
||
|
|
||
|
[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")]
|
||
|
script = ExtResource("1_v6r4n")
|
||
|
label = NodePath("Label")
|
||
|
button = NodePath("Button")
|
||
|
labels = []
|
||
|
lineEdits = []
|
||
|
|
||
|
[node name="Label" type="Label" parent="."]
|
||
|
layout_mode = 2
|
||
|
text = "88.123.99/xxxxxxxxxxxxxxxx"
|
||
|
|
||
|
[node name="Button" type="Button" parent="."]
|
||
|
custom_minimum_size = Vector2(128, 0)
|
||
|
layout_mode = 2
|
||
|
text = "查询"
|