How to orientate particles?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Zylann
:warning: Old Version Published before Godot 3 was released.

I want particles to be orientated in the direction they go.
I’m trying to reproduce sparks in 2D, but I cannot find a way to orientate the texture correctly :frowning:

enter image description here

Did you ever find a good solution for this? I’m tinkering with something similar.

kidscancode | 2017-11-03 02:29

I used _draw() in GDScript and rendered particles myself: https://www.youtube.com/watch?v=of0Mu5gNoLE

Zylann | 2017-11-03 19:56