Impact.gd 103 B

1234567
  1. class_name ImpactSplash
  2. extends Particles2D
  3. func splash_at(pos: Vector2):
  4. position = pos
  5. restart()