extends GenericProjectile func _init(): BULLET_SPEED = 5000 LIFETIME = 10 BULLET_DAMAGE = 10 gravity_scale = 0