Guest User

Untitled

a guest
Apr 13th, 2023
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. extends GPUParticles2D
  2.  
  3. func yeet(xform):
  4.     emit_particle(
  5.         xform,
  6.         Vector2.ZERO,
  7.         Color.WHITE,
  8.         Color.WHITE,
  9.         GPUParticles2D.EMIT_FLAG_POSITION
  10.     )
  11.  
Advertisement
Add Comment
Please, Sign In to add comment