mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 09:25:53 +00:00
Changed ammo default counter to 0
This commit is contained in:
parent
07ab64a0bf
commit
867d04a860
1 changed files with 2 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue