Breakpoint
This commit is contained in:
94
Mods/工业数据采集与分析应用分享/Templates/解析节点.tscn
Normal file
94
Mods/工业数据采集与分析应用分享/Templates/解析节点.tscn
Normal file
@@ -0,0 +1,94 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://fybiswo7gltf"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://du6xc0u767362" path="res://Artists/Art/Shapes/shape_hexagon.png" id="1_2308n"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_ohv0y"]
|
||||
resource_name = "Spawn"
|
||||
length = 2.0
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("Name:modulate")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(1, 1.5),
|
||||
"transitions": PackedFloat32Array(2, 2),
|
||||
"update": 0,
|
||||
"values": [Color(1, 1, 1, 0), Color(1, 1, 1, 1)]
|
||||
}
|
||||
tracks/1/type = "value"
|
||||
tracks/1/imported = false
|
||||
tracks/1/enabled = true
|
||||
tracks/1/path = NodePath("Icon:custom_minimum_size")
|
||||
tracks/1/interp = 1
|
||||
tracks/1/loop_wrap = true
|
||||
tracks/1/keys = {
|
||||
"times": PackedFloat32Array(0.5, 1),
|
||||
"transitions": PackedFloat32Array(2, 2),
|
||||
"update": 0,
|
||||
"values": [Vector2(64, 0), Vector2(64, 64)]
|
||||
}
|
||||
tracks/2/type = "value"
|
||||
tracks/2/imported = false
|
||||
tracks/2/enabled = false
|
||||
tracks/2/path = NodePath("Icon/IconText:self_modulate")
|
||||
tracks/2/interp = 1
|
||||
tracks/2/loop_wrap = true
|
||||
tracks/2/keys = {
|
||||
"times": PackedFloat32Array(0, 0.5),
|
||||
"transitions": PackedFloat32Array(1, 1),
|
||||
"update": 0,
|
||||
"values": [Color(1, 1, 1, 0), Color(1, 1, 1, 1)]
|
||||
}
|
||||
tracks/3/type = "value"
|
||||
tracks/3/imported = false
|
||||
tracks/3/enabled = true
|
||||
tracks/3/path = NodePath("Icon/IconText:theme_override_colors/font_color")
|
||||
tracks/3/interp = 1
|
||||
tracks/3/loop_wrap = true
|
||||
tracks/3/keys = {
|
||||
"times": PackedFloat32Array(0, 0.5, 1),
|
||||
"transitions": PackedFloat32Array(1, 1, 1),
|
||||
"update": 0,
|
||||
"values": [Color(1, 1, 1, 0), Color(1, 1, 1, 1), Color(0.12549, 0.12549, 0.12549, 1)]
|
||||
}
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_8iohj"]
|
||||
_data = {
|
||||
"Spawn": SubResource("Animation_ohv0y")
|
||||
}
|
||||
|
||||
[node name="解析节点" type="HFlowContainer"]
|
||||
offset_right = 40.0
|
||||
offset_bottom = 40.0
|
||||
alignment = 1
|
||||
|
||||
[node name="Icon" type="TextureRect" parent="."]
|
||||
custom_minimum_size = Vector2(64, 0)
|
||||
layout_mode = 2
|
||||
texture = ExtResource("1_2308n")
|
||||
expand_mode = 1
|
||||
|
||||
[node name="IconText" type="Label" parent="Icon"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_colors/font_color = Color(1, 1, 1, 0)
|
||||
theme_override_font_sizes/font_size = 32
|
||||
text = "R"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="Name" type="Label" parent="."]
|
||||
modulate = Color(1, 1, 1, 0)
|
||||
layout_mode = 2
|
||||
text = "国家顶级节点"
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
||||
libraries = {
|
||||
"": SubResource("AnimationLibrary_8iohj")
|
||||
}
|
Reference in New Issue
Block a user