extends Label func on_ammo_updated(ammo: int, remaining_ammo: int): text = str(ammo)+"/"+str(remaining_ammo)