50 lines
1.7 KiB
Plaintext
50 lines
1.7 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://c2jso50cp2n4t"]
|
|
|
|
[ext_resource type="Script" path="res://Modules/information_item.gd" id="1_0kyux"]
|
|
[ext_resource type="Texture2D" uid="uid://dcylpmda38qtn" path="res://pad_hmi_ui/information/function_bg.png" id="1_qovdi"]
|
|
[ext_resource type="Texture2D" uid="uid://crgg6n2a4ggap" path="res://pad_hmi_ui/information/radar_high.png" id="2_irolo"]
|
|
|
|
[node name="InformationItem" type="MarginContainer"]
|
|
script = ExtResource("1_0kyux")
|
|
ActivationText = null
|
|
|
|
[node name="TextureRectBg" type="TextureRect" parent="."]
|
|
layout_mode = 2
|
|
texture = ExtResource("1_qovdi")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_left = 60
|
|
theme_override_constants/margin_right = 73
|
|
|
|
[node name="TextureRectItem" type="TextureRect" parent="MarginContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 4
|
|
texture = ExtResource("2_irolo")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 8
|
|
theme_override_constants/separation = -1
|
|
alignment = 1
|
|
|
|
[node name="NameLabel" type="Label" parent="MarginContainer/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
modulate = Color(0.164706, 0.137255, 0.247059, 1)
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 32
|
|
text = "雷达"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="ActivationLabel" type="Label" parent="MarginContainer/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
modulate = Color(0.937255, 0.254902, 0.254902, 1)
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 22
|
|
text = "已连接"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|