pixijs / layers

Separate the z-hierarchy of your scene tree from its canonical structure.
https://pixijs.io/layers/docs/
MIT License
222 stars 57 forks source link

Replicated children - Severe if it's actually the case #3

Closed kaansoral closed 8 years ago

kaansoral commented 8 years ago

So in my game there is a character, character carries around it's name on top of it's head

I've noticed that after some time playing, that name became bolder and bolder, extremely bold at one point

I think pixi-display might somehow be replicating the children, is this possible?

(Couldn't verify the issue yet, will update the thread if it's something else or if it's definitely pixi-display)

kaansoral commented 8 years ago

Modified the game to work when pixi-display isn't imported, replicated the issue without pixi-display, apologies