How to paticle & flip_h PLS help!

Godot Version

4.6 stable

I am making a Platformer (everyone has made a Platformer) and i want to make particles when my player walks.

My problem is if i walk tho the left my particles flying in the wrong direction.

i use flip_h to flip my character and set my hurtbox to -10 to point in the right direction.

But for my particlesistem this is not possible bc it,s not symmetrical.

How do i solve this?

THANKS in advice!

How about only flipping the player sprite?

this is not possible bcmy particle sistem is not symmetrical.

i want to shoot my particles in the oposite direction wich the charecter is facing.

This changes the direction of the particles emitted:

In this case, the particles are flowing from right to left.