42 lines
1.3 KiB
Plaintext
42 lines
1.3 KiB
Plaintext
[gd_scene load_steps=4 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"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_4iacu"]
|
|
bg_color = Color(0.156863, 0.152941, 0.172549, 1)
|
|
border_width_bottom = 1
|
|
border_color = Color(0.129412, 0.12549, 0.145098, 1)
|
|
shadow_offset = Vector2(0, -2)
|
|
|
|
[node name="教程Header" type="Panel"]
|
|
clip_children = 2
|
|
custom_minimum_size = Vector2(1024, 100)
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_4iacu")
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_font_sizes/font_size = 48
|
|
text = "工业互联网标识解析与注册"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="Button" type="Button" parent="."]
|
|
layout_mode = 2
|
|
offset_left = 16.0
|
|
offset_top = 18.0
|
|
offset_right = 157.0
|
|
offset_bottom = 80.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"]
|