mirror of
https://github.com/kodzukye/scrap-signal.git
synced 2026-04-26 23:47:34 +00:00
60 lines
2.1 KiB
Plaintext
60 lines
2.1 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
|
|
|
|
[node name="Hud" type="Node2D" unique_id=1774402684]
|
|
|
|
[node name="HUD" type="CanvasLayer" parent="." unique_id=1046780358]
|
|
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 = 8
|
|
|
|
[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 = 8
|
|
|
|
[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 = 8
|