supervisor-simulator/scenes/ui-elements/info-block.tscn
2025-12-11 23:46:09 +08:00

52 lines
1.9 KiB
Plaintext

[gd_scene load_steps=6 format=3 uid="uid://bewpqkap6epnb"]
[ext_resource type="FontFile" uid="uid://c7ahefyipl24t" path="res://resources/Font/AlibabaPuHuiTi-3-65-Medium.ttf" id="1_imdlh"]
[ext_resource type="Script" uid="uid://5r7vda2lcjsk" path="res://scenes/ui-elements/InfoBlock.cs" id="1_joheo"]
[ext_resource type="Texture2D" uid="uid://dge24fqftcpc0" path="res://resources/UI/cash_dollars.png" id="2_1m205"]
[ext_resource type="FontFile" uid="uid://b0uin14avejne" path="res://resources/Font/AlibabaPuHuiTi-3-85-Bold.ttf" id="2_hmyfu"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_imdlh"]
content_margin_left = 5.0
content_margin_top = 5.0
content_margin_right = 5.0
content_margin_bottom = 5.0
bg_color = Color(0.16470589, 0.23137255, 0.3019608, 1)
corner_radius_top_left = 5
corner_radius_top_right = 5
corner_radius_bottom_right = 5
corner_radius_bottom_left = 5
anti_aliasing = false
[node name="PanelContainer" type="PanelContainer"]
offset_right = 100.0
offset_bottom = 45.0
size_flags_horizontal = 0
theme_override_styles/panel = SubResource("StyleBoxFlat_imdlh")
script = ExtResource("1_joheo")
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 2
theme_override_constants/separation = 0
[node name="DisplayLabel" type="Label" parent="VBoxContainer"]
layout_mode = 2
theme_override_fonts/font = ExtResource("2_hmyfu")
theme_override_font_sizes/font_size = 14
text = "资金:"
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
layout_mode = 2
[node name="Icon" type="TextureRect" parent="VBoxContainer/HBoxContainer"]
layout_mode = 2
texture = ExtResource("2_1m205")
expand_mode = 3
[node name="ValueLabel" type="Label" parent="VBoxContainer/HBoxContainer"]
layout_mode = 2
theme_override_colors/font_color = Color(0.9882353, 0.84313726, 0.5411765, 1)
theme_override_fonts/font = ExtResource("1_imdlh")
theme_override_font_sizes/font_size = 16
text = "999.9 M"
vertical_alignment = 1