Is there any easy way to specify drawing order and/or the z-index of sprites in a Container? The order of adding elements seems to have no influence.
My basic problem is that my background image renders over _some_ of the foreground sprites.
I tried to use pixi-display.js, but I seem not to be able to import it correctly. I just created a <script> tag linking to pixi-display.js after the <script> tag that loads pixi.min.js (v4 from GitHub), but it keeps telling me "DisplayGroup is not a constructor" or "DisplayGroup is not a function". I thought using display lists and groups was a nice thing, but I'm open for a simple hack, too ;-)