lightning.gd 101 B

123456
  1. extends "res://Scripts/projectile.gd"
  2. func _ready():
  3. material = 101
  4. set_fixed_process(true)