2023-06-29 01:01:52 +08:00
|
|
|
[gd_scene load_steps=3 format=3 uid="uid://d1po2qljd0jh2"]
|
|
|
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://c38luts5hc5fj" path="res://Artists/Art/Icons/Arrows/icon_chevron-left-rounded.png" id="1_mns52"]
|
|
|
|
[ext_resource type="Script" path="res://BITKit/Scripts/UX/UXServiceProxy.cs" id="2_qbyqo"]
|
|
|
|
|
|
|
|
[node name="教程Header" type="ColorRect"]
|
2023-07-03 02:34:01 +08:00
|
|
|
clip_children = 2
|
|
|
|
custom_minimum_size = Vector2(1024, 100)
|
|
|
|
color = Color(0.121569, 0.129412, 0.145098, 1)
|
2023-06-29 01:01:52 +08:00
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = 8
|
|
|
|
anchor_left = 0.5
|
|
|
|
anchor_top = 0.5
|
|
|
|
anchor_right = 0.5
|
|
|
|
anchor_bottom = 0.5
|
|
|
|
offset_left = -20.0
|
|
|
|
offset_top = -11.5
|
|
|
|
offset_right = 20.0
|
|
|
|
offset_bottom = 11.5
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
theme_override_font_sizes/font_size = 48
|
|
|
|
text = "工业互联网标识解析与注册"
|
|
|
|
|
|
|
|
[node name="Button" type="Button" parent="."]
|
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = 4
|
|
|
|
anchor_top = 0.5
|
|
|
|
anchor_bottom = 0.5
|
2023-07-03 02:34:01 +08:00
|
|
|
offset_left = 37.0
|
|
|
|
offset_top = -31.0
|
|
|
|
offset_right = 165.0
|
2023-06-29 01:01:52 +08:00
|
|
|
offset_bottom = 33.0
|
|
|
|
grow_vertical = 2
|
|
|
|
text = "返回"
|
|
|
|
icon = ExtResource("1_mns52")
|
2023-07-03 02:34:01 +08:00
|
|
|
expand_icon = true
|
2023-06-29 01:01:52 +08:00
|
|
|
script = ExtResource("2_qbyqo")
|
|
|
|
|
|
|
|
[connection signal="pressed" from="Button" to="Button" method="Return"]
|