How to make the particle rotation angle align in the direction of the emission

I want to have my particle emitter rotate the emitted particle in the direction angle it is moving.

The spritesheet I am using-
IMG-20231224-0003

What I am getting -

What I want to achieve -

rotate: { onEmit: updateParticleRotation, onUpdate: updateParticleRotation },

1 Like

Thank you Samme ,this is want i needed.