pixijs / layers

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

Support PixiJS v7 #88

Closed bigtimebuddy closed 1 year ago

bigtimebuddy commented 1 year ago

Breaking Changes

Other Chores

Links

ivanpopelyshev commented 1 year ago

Gonna check it now

bigtimebuddy commented 1 year ago

Thoughts @ivanpopelyshev?

ivanpopelyshev commented 1 year ago

Changed PIXI.display to PIXI.layers global namespace - that was a bug i believe, it was supposed to be layers for a long time.

You may merge it :)