pixijs / layout

Library for arranging/resizing pixiJS rendered elements basing on css like configs
https://pixijs.io/layout/
MIT License
75 stars 5 forks source link

initLayout does not work as expected #61

Closed CyberDex closed 10 months ago

CyberDex commented 10 months ago

When you turn container into layout: new Container().initLayout() and make it a part of other layout, it is not recognised as layout and parent layout does not take control over it.