Files
scrap-signal/ui/hud.tscn

87 lines
3.0 KiB
Plaintext

[gd_scene format=3 uid="uid://o7qrmpywwhu8"]
[ext_resource type="Script" uid="uid://bmqknwqr5mtd6" path="res://ui/hud.gd" id="1_rbyyf"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_rbyyf"]
bg_color = Color(0.101960786, 0.101960786, 0.101960786, 0.84705883)
border_width_top = 1
border_color = Color(0.33333334, 0.33333334, 0.33333334, 1)
border_blend = true
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_276te"]
bg_color = Color(0, 0, 0, 0.003921569)
[node name="Hud" type="Node2D" unique_id=1774402684]
[node name="HUD" type="CanvasLayer" parent="." unique_id=1046780358 groups=["hud"]]
script = ExtResource("1_rbyyf")
[node name="InventoryBar" type="PanelContainer" parent="HUD" unique_id=255970268]
anchors_preset = 12
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_top = -23.0
grow_horizontal = 2
grow_vertical = 0
theme_override_styles/panel = SubResource("StyleBoxFlat_rbyyf")
[node name="ItemRow" type="HBoxContainer" parent="HUD/InventoryBar" unique_id=616700836]
layout_mode = 2
theme_override_constants/separation = 8
alignment = 1
[node name="EngrenageSlot" type="HBoxContainer" parent="HUD/InventoryBar/ItemRow" unique_id=615738426]
layout_mode = 2
[node name="Icon" type="TextureRect" parent="HUD/InventoryBar/ItemRow/EngrenageSlot" unique_id=1435745466]
layout_mode = 2
[node name="Count" type="Label" parent="HUD/InventoryBar/ItemRow/EngrenageSlot" unique_id=1082443403]
layout_mode = 2
theme_override_font_sizes/font_size = 6
[node name="CableSlot" type="HBoxContainer" parent="HUD/InventoryBar/ItemRow" unique_id=1777823230]
layout_mode = 2
[node name="Icon" type="TextureRect" parent="HUD/InventoryBar/ItemRow/CableSlot" unique_id=1512420928]
layout_mode = 2
[node name="Count" type="Label" parent="HUD/InventoryBar/ItemRow/CableSlot" unique_id=241891402]
layout_mode = 2
theme_override_font_sizes/font_size = 6
[node name="CircuitSlot" type="HBoxContainer" parent="HUD/InventoryBar/ItemRow" unique_id=707078098]
layout_mode = 2
[node name="Icon" type="TextureRect" parent="HUD/InventoryBar/ItemRow/CircuitSlot" unique_id=273462465]
layout_mode = 2
[node name="Count" type="Label" parent="HUD/InventoryBar/ItemRow/CircuitSlot" unique_id=766125092]
layout_mode = 2
theme_override_font_sizes/font_size = 6
[node name="InteractPrompt" type="PanelContainer" parent="HUD" unique_id=1666962404]
visible = false
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -20.0
offset_top = -20.0
offset_right = 10.0
grow_horizontal = 2
grow_vertical = 2
theme_override_styles/panel = SubResource("StyleBoxFlat_276te")
[node name="PromptLabel" type="Label" parent="HUD/InteractPrompt" unique_id=1518438846]
layout_mode = 2
theme_override_colors/font_shadow_color = Color(0, 0, 0, 0.39215687)
theme_override_constants/shadow_offset_x = 0
theme_override_constants/shadow_offset_y = 0
theme_override_constants/shadow_outline_size = 2
theme_override_font_sizes/font_size = 6
horizontal_alignment = 1
vertical_alignment = 1