When adding a particle emitter in SpriteKit, I want each particle to stay in the same spot instead of moving with the node the particle is coming off of. My node moves, and I want the particle to flow off of the back and float up (as a trail). Not to be stuck dragged behind the node.
Any help?
Im using swift in Xcode.