Is it possible to make particles collide with static body in godot???

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By buxnast

Is it possible to make particles collide with static body in godot???

:bust_in_silhouette: Reply From: dustin

Try this:

-RigidBodyParticles2D by danboo

As far as I know, theres no built in way to do that sort of thing in the way that the Particles2D node currently works.