添加了标识查询
This commit is contained in:
@@ -4,8 +4,9 @@
|
||||
[ext_resource type="Script" path="res://BITKit/Scripts/UX/UXServiceProxy.cs" id="2_qbyqo"]
|
||||
|
||||
[node name="教程Header" type="ColorRect"]
|
||||
custom_minimum_size = Vector2(0, 100)
|
||||
color = Color(0.117647, 0.117647, 0.117647, 1)
|
||||
clip_children = 2
|
||||
custom_minimum_size = Vector2(1024, 100)
|
||||
color = Color(0.121569, 0.129412, 0.145098, 1)
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
layout_mode = 1
|
||||
@@ -28,13 +29,14 @@ layout_mode = 1
|
||||
anchors_preset = 4
|
||||
anchor_top = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = 43.0
|
||||
offset_top = -33.0
|
||||
offset_right = 143.0
|
||||
offset_left = 37.0
|
||||
offset_top = -31.0
|
||||
offset_right = 165.0
|
||||
offset_bottom = 33.0
|
||||
grow_vertical = 2
|
||||
text = "返回"
|
||||
icon = ExtResource("1_mns52")
|
||||
expand_icon = true
|
||||
script = ExtResource("2_qbyqo")
|
||||
|
||||
[connection signal="pressed" from="Button" to="Button" method="Return"]
|
||||
|
Reference in New Issue
Block a user