iFactory.Godot/Mods/工业数据采集与分析应用分享/Templates/StepElement.tscn

89 lines
2.5 KiB
Plaintext
Raw Normal View History

2023-09-16 01:16:31 +08:00
[gd_scene load_steps=3 format=3 uid="uid://ivjmvpnehgvp"]
2023-07-03 02:34:01 +08:00
[ext_resource type="Texture2D" uid="uid://58y4a67wwco4" path="res://Artists/Art/Icons/Icon_Settings.png" id="1_hpoox"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_tg46m"]
bg_color = Color(0.152941, 0.160784, 0.176471, 1)
corner_radius_top_left = 8
corner_radius_top_right = 8
corner_radius_bottom_right = 8
corner_radius_bottom_left = 8
[node name="StepElement" type="VBoxContainer"]
custom_minimum_size = Vector2(384, 512)
[node name="BaseComponent" type="VBoxContainer" parent="."]
layout_mode = 2
2023-07-04 04:08:18 +08:00
[node name="Name" type="Button" parent="BaseComponent"]
custom_minimum_size = Vector2(0, 48)
layout_mode = 2
theme_override_styles/normal = SubResource("StyleBoxFlat_tg46m")
text = "准备环境"
2023-07-03 02:34:01 +08:00
[node name="Label" type="Label" parent="BaseComponent"]
2023-07-04 04:08:18 +08:00
visible = false
2023-07-03 02:34:01 +08:00
custom_minimum_size = Vector2(0, 48)
layout_mode = 2
theme_type_variation = &"HeaderMedium"
theme_override_styles/normal = SubResource("StyleBoxFlat_tg46m")
text = "准备环境"
horizontal_alignment = 1
vertical_alignment = 1
[node name="Control" type="Control" parent="BaseComponent"]
custom_minimum_size = Vector2(0, 24)
layout_mode = 2
metadata/_edit_lock_ = true
[node name="Label2" type="Label" parent="BaseComponent"]
layout_mode = 2
theme_type_variation = &"HeaderMedium"
text = "准备一些工具"
[node name="ColorRect" type="ColorRect" parent="BaseComponent"]
2023-07-04 04:08:18 +08:00
visible = false
2023-07-03 02:34:01 +08:00
custom_minimum_size = Vector2(0, 256)
layout_mode = 2
color = Color(0.0196078, 0.0196078, 0.0196078, 1)
metadata/_edit_lock_ = true
[node name="TextureRect2" type="TextureRect" parent="BaseComponent/ColorRect"]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("1_hpoox")
metadata/_edit_lock_ = true
2023-07-04 04:08:18 +08:00
[node name="Label" type="Label" parent="BaseComponent/ColorRect"]
layout_mode = 0
offset_left = -2.0
offset_top = 169.0
offset_right = 383.0
offset_bottom = 217.0
text = "这是图标占位符"
horizontal_alignment = 1
vertical_alignment = 1
metadata/_edit_lock_ = true
2023-07-03 02:34:01 +08:00
[node name="TextureRect" type="TextureRect" parent="BaseComponent/ColorRect"]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="RichTextLabel" type="RichTextLabel" parent="BaseComponent"]
layout_mode = 2
text = "在这里输入相关信息"
fit_content = true
[node name="InitialSeparator" type="HSeparator" parent="."]
layout_mode = 2