I’ve been implementing particles into my game, and I want to have particles floating in the background of my game behind the character and the obstacles. The problem is, when I create an emitter, the particles always appear in front of everything on the screen. I’ve tried to use object:toFront() to place the objects in front of the Obstacles, but it doesn’t work.
Any ideas on how to fix this? Any help is much appreciated!