Files
hotdesking/Gameplay/cog_hud.tscn
2025-07-09 18:00:42 -04:00

142 lines
3.8 KiB
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://cw2ypbamocty5"]
[ext_resource type="Texture2D" uid="uid://dy4lmwn1dit26" path="res://art/shade.png" id="1_coxn2"]
[node name="CogHud" type="CanvasLayer"]
[node name="Background" type="Sprite2D" parent="."]
position = Vector2(98, -128)
scale = Vector2(0.765625, 1)
texture = ExtResource("1_coxn2")
[node name="CogName" type="RichTextLabel" parent="Background"]
offset_left = -111.02
offset_top = -112.0
offset_right = 99.9796
offset_bottom = -89.0
theme_override_colors/default_color = Color(0, 0, 0, 1)
text = "Cog Name"
vertical_alignment = 1
[node name="Sprite2D" type="Sprite2D" parent="Background"]
position = Vector2(-7.62939e-06, -31)
scale = Vector2(0.428571, 0.328125)
texture = ExtResource("1_coxn2")
[node name="HealthLabel" type="RichTextLabel" parent="Background"]
offset_left = -111.02
offset_top = 23.0
offset_right = -59.0204
offset_bottom = 46.0
theme_override_colors/default_color = Color(0, 0, 0, 1)
text = "Health"
vertical_alignment = 1
[node name="EnergyLabel" type="RichTextLabel" parent="Background"]
offset_left = -111.02
offset_top = 53.0
offset_right = -58.0204
offset_bottom = 76.0
theme_override_colors/default_color = Color(0, 0, 0, 1)
text = "Energy"
vertical_alignment = 1
[node name="BandwidthLabel" type="RichTextLabel" parent="Background"]
offset_left = -111.02
offset_top = 83.0
offset_right = -27.0204
offset_bottom = 106.0
theme_override_colors/default_color = Color(0, 0, 0, 1)
text = "Bandwidth"
vertical_alignment = 1
[node name="HealthValue" type="RichTextLabel" parent="Background"]
offset_left = 1.30611
offset_top = 23.0
offset_right = 51.3061
offset_bottom = 46.0
theme_override_colors/default_color = Color(0, 0, 0, 1)
text = "Value"
horizontal_alignment = 2
vertical_alignment = 1
[node name="EnergyValue" type="RichTextLabel" parent="Background"]
offset_left = 1.30611
offset_top = 53.0
offset_right = 51.3061
offset_bottom = 76.0
theme_override_colors/default_color = Color(0, 0, 0, 1)
text = "Value"
horizontal_alignment = 2
vertical_alignment = 1
[node name="BandwidthValue" type="RichTextLabel" parent="Background"]
offset_left = 1.30611
offset_top = 83.0
offset_right = 51.3061
offset_bottom = 106.0
theme_override_colors/default_color = Color(0, 0, 0, 1)
text = "Value"
horizontal_alignment = 2
vertical_alignment = 1
[node name="HealthMax" type="RichTextLabel" parent="Background"]
offset_left = 60.0816
offset_top = 23.0
offset_right = 110.082
offset_bottom = 46.0
theme_override_colors/default_color = Color(0, 0, 0, 1)
text = "Max"
horizontal_alignment = 2
vertical_alignment = 1
[node name="EnergyMax" type="RichTextLabel" parent="Background"]
offset_left = 60.0816
offset_top = 53.0
offset_right = 110.082
offset_bottom = 76.0
theme_override_colors/default_color = Color(0, 0, 0, 1)
text = "Max"
horizontal_alignment = 2
vertical_alignment = 1
[node name="BandwidthMax" type="RichTextLabel" parent="Background"]
offset_left = 60.0816
offset_top = 83.0
offset_right = 110.082
offset_bottom = 106.0
theme_override_colors/default_color = Color(0, 0, 0, 1)
text = "Max"
horizontal_alignment = 2
vertical_alignment = 1
[node name="HealthDivider" type="RichTextLabel" parent="Background"]
offset_left = 39.1837
offset_top = 23.0
offset_right = 89.1837
offset_bottom = 46.0
theme_override_colors/default_color = Color(0, 0, 0, 1)
text = "/"
horizontal_alignment = 1
vertical_alignment = 1
[node name="EnergyDivider" type="RichTextLabel" parent="Background"]
offset_left = 39.1837
offset_top = 53.0
offset_right = 89.1837
offset_bottom = 76.0
theme_override_colors/default_color = Color(0, 0, 0, 1)
text = "/"
horizontal_alignment = 1
vertical_alignment = 1
[node name="BandwidthDivider" type="RichTextLabel" parent="Background"]
offset_left = 39.1837
offset_top = 83.0
offset_right = 89.1837
offset_bottom = 106.0
theme_override_colors/default_color = Color(0, 0, 0, 1)
text = "/"
horizontal_alignment = 1
vertical_alignment = 1