mirror of
https://github.com/Steffo99/pineapple-surf.git
synced 2024-11-21 23:34:21 +00:00
change "peas" to "seeds"
This commit is contained in:
parent
8cad758411
commit
5871e28bca
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ func _physics_process(delta):
|
|||
if active_weapon and active_weapon.ammoType != BaseWeapon.AmmoType.NONE:
|
||||
ammo_label.show()
|
||||
if active_weapon is PeaShooter:
|
||||
ammo_label.text = "%d peas left" % active_weapon.remaining
|
||||
ammo_label.text = "%d seeds left" % active_weapon.remaining
|
||||
else:
|
||||
ammo_label.hide()
|
||||
|
||||
|
|
Loading…
Reference in a new issue