You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have spine2d battle ground maps. Where some elements are animated and they need to be behind/infront of character depending of y position of element/monster or character. As you can see bard has higher zOrder(Using pixi-layers) where grass has bigger y position and should have bigger zOrder. How I can extract all rendered elements of spine2d map to use in my function that sort it.
Tried extract data from skeleton.drawOrder, but it doesn't have all data. Please help!
Hey,
I have spine2d battle ground maps. Where some elements are animated and they need to be behind/infront of character depending of y position of element/monster or character. As you can see bard has higher zOrder(Using pixi-layers) where grass has bigger y position and should have bigger zOrder. How I can extract all rendered elements of spine2d map to use in my function that sort it.
Tried extract data from skeleton.drawOrder, but it doesn't have all data. Please help!
Using pixi-spine@4.0.4, pixi.js@7.3.3
The text was updated successfully, but these errors were encountered: