0 votes

I'm currently working on a VJing app, which connects a controller to a Particles2D node ( buttons changes Sprites/Amount/Lifetime/etc...) .

Because playing alone ain't that fun, there's in fact as much Particles2D as players. The problem is that the Particles2D of the first player recovers the Particles2D of the second player (and so on).

Is there a way to mix layers so the screen displays :

Player1 last emitted sprite
Which recovers Player2 last emitted sprite

Which recovers Player1 last emitted sprite - 1
Which recovers Player2 last emitted sprite - 1

Which recovers Player1 last emitted sprite - 2
[...]

Thank you very much.

in Engine by (15 points)
retagged by

Please log in or register to answer this question.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.