Any ideas for how I could draw a child node behind a parent node in Sprite Kit?
Parents are always rendered before children and zPosition only works on siblings.
For example, a side-on picture of a dog - two of the legs would be behind the body (the parent node).