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