58 lines
1.8 KiB
Plaintext
58 lines
1.8 KiB
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://kjagucr1ngry"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://sq1oh4tippad" path="res://Artists/Art/Icons/icon_temperature-celsius.png" id="2_722ju"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_y6prx"]
|
|
bg_color = Color(0, 0, 0, 0.501961)
|
|
corner_radius_top_left = 8
|
|
corner_radius_top_right = 8
|
|
corner_radius_bottom_right = 8
|
|
corner_radius_bottom_left = 8
|
|
|
|
[node name="RectangleData" type="Panel"]
|
|
self_modulate = Color(0, 0, 0, 0.501961)
|
|
custom_minimum_size = Vector2(128, 128)
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_y6prx")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_constants/margin_left = 8
|
|
theme_override_constants/margin_top = 8
|
|
theme_override_constants/margin_right = 8
|
|
theme_override_constants/margin_bottom = 8
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
|
|
layout_mode = 2
|
|
alignment = 1
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
alignment = 1
|
|
|
|
[node name="Label" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
theme_type_variation = &"HeaderLarge"
|
|
text = "32"
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="MarginContainer/VBoxContainer/HBoxContainer"]
|
|
custom_minimum_size = Vector2(64, 24)
|
|
layout_mode = 2
|
|
texture = ExtResource("2_722ju")
|
|
expand_mode = 1
|
|
stretch_mode = 4
|
|
|
|
[node name="HSeparator" type="HSeparator" parent="MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="HBoxContainer2" type="HBoxContainer" parent="MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Label" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer2"]
|
|
layout_mode = 2
|
|
text = "当前温度"
|