Item Notifications

This commit is contained in:
Marco 2025-03-06 15:03:14 +01:00
commit 0438ed4a04
8 changed files with 98 additions and 25 deletions

View file

@ -5,39 +5,30 @@
[ext_resource type="LabelSettings" uid="uid://buk3e7bbwmnv1" path="res://Resources/Styles/Hud_Text_Style.tres" id="3_a6rek"]
[ext_resource type="Texture2D" uid="uid://c5g0qg6u2gm6f" path="res://Sprites/Items/Ammo1.png" id="4_kbanm"]
[node name="HudItemContainer" type="Control" node_paths=PackedStringArray("Icon", "AmmoIcon", "TotalAmmoLabel", "LoadedAmmoLabel")]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_pwei3")
Icon = NodePath("HBoxContainer/WeaponIcon")
AmmoIcon = NodePath("HBoxContainer/Ammo Icon")
TotalAmmoLabel = NodePath("HBoxContainer/TotalAmmo")
LoadedAmmoLabel = NodePath("HBoxContainer/LoadedAmmo")
[node name="HBoxContainer" type="HBoxContainer" parent="."]
layout_mode = 1
offset_right = 16.0
[node name="HudItemContainer" type="HBoxContainer" node_paths=PackedStringArray("Icon", "AmmoIcon", "TotalAmmoLabel", "LoadedAmmoLabel")]
offset_right = 40.0
offset_bottom = 16.0
theme_override_constants/separation = 0
script = ExtResource("1_pwei3")
Icon = NodePath("WeaponIcon")
AmmoIcon = NodePath("Ammo Icon")
TotalAmmoLabel = NodePath("TotalAmmo")
LoadedAmmoLabel = NodePath("LoadedAmmo")
[node name="WeaponIcon" type="TextureRect" parent="HBoxContainer"]
[node name="WeaponIcon" type="TextureRect" parent="."]
layout_mode = 2
texture = ExtResource("2_pqw4t")
[node name="LoadedAmmo" type="Label" parent="HBoxContainer"]
[node name="LoadedAmmo" type="Label" parent="."]
layout_mode = 2
text = "0"
label_settings = ExtResource("3_a6rek")
[node name="Ammo Icon" type="TextureRect" parent="HBoxContainer"]
[node name="Ammo Icon" type="TextureRect" parent="."]
layout_mode = 2
texture = ExtResource("4_kbanm")
[node name="TotalAmmo" type="Label" parent="HBoxContainer"]
[node name="TotalAmmo" type="Label" parent="."]
layout_mode = 2
text = "0"
label_settings = ExtResource("3_a6rek")