diff --git a/Scenes/HUD/HudItemContainer.tscn b/Scenes/HUD/HudItemContainer.tscn index 1c30c284..44a8cc31 100644 --- a/Scenes/HUD/HudItemContainer.tscn +++ b/Scenes/HUD/HudItemContainer.tscn @@ -30,7 +30,7 @@ texture = ExtResource("2_pqw4t") [node name="LoadedAmmo" type="Label" parent="HBoxContainer"] layout_mode = 2 -text = "999" +text = "0" label_settings = ExtResource("3_a6rek") [node name="Ammo Icon" type="TextureRect" parent="HBoxContainer"] @@ -39,5 +39,5 @@ texture = ExtResource("4_kbanm") [node name="TotalAmmo" type="Label" parent="HBoxContainer"] layout_mode = 2 -text = "999" +text = "0" label_settings = ExtResource("3_a6rek")