lightning.gd 89 B

123456
  1. extends Projectile
  2. func _ready():
  3. projectile_material = 101
  4. set_physics_process(true)