Changed ammo default counter to 0

This commit is contained in:
Marco 2025-03-05 19:09:12 +01:00
commit 867d04a860

View file

@ -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")