wrangle keeps track of children in ent:wrangler_children, but must update ent:children with a particular structure. This is due to issue https://github.com/Picolab/pico-engine/issues/382.
wrangler should not have to track children in two places, in two different data structures. This produces difficult code to maintain.
wrangle keeps track of children in ent:wrangler_children, but must update ent:children with a particular structure. This is due to issue https://github.com/Picolab/pico-engine/issues/382.
wrangler should not have to track children in two places, in two different data structures. This produces difficult code to maintain.