mirror of
https://github.com/Steffo99/pineapple-surf.git
synced 2025-02-16 14:13:59 +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:
|
if active_weapon and active_weapon.ammoType != BaseWeapon.AmmoType.NONE:
|
||||||
ammo_label.show()
|
ammo_label.show()
|
||||||
if active_weapon is PeaShooter:
|
if active_weapon is PeaShooter:
|
||||||
ammo_label.text = "%d peas left" % active_weapon.remaining
|
ammo_label.text = "%d seeds left" % active_weapon.remaining
|
||||||
else:
|
else:
|
||||||
ammo_label.hide()
|
ammo_label.hide()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue