Particles with independent movement / position

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

So when a 2D particle node is created, the position characteristics are inherited from the relative parent node.
I was wondering if it is possible to make particles with their own motion traits, not dependent on the node to which they inherit.

The clearest example of what I’m trying to say would be the case of the water temple boss at Zelda OTT; the particles of water are created from the body of the boss, but when they come into contact with the environment they remain with the movement generated from this interaction, as in the case of hitting the ground and moving different from the position body of the boss.

:bust_in_silhouette: Reply From: kidscancode

In the Particles2D node, you need to set the local_coords property to false. It is true by default.

thanks my friend.

love your channel, btw!

lucasfazzi | 2019-03-14 20:59