bevy_crossterm icon indicating copy to clipboard operation
bevy_crossterm copied to clipboard

Propagate Parent Positions to children

Open octotep opened this issue 4 years ago • 1 comments

It would be nice to allow parent entities to have a Postition that is then propagated to the children (and so on recursively). One could then easily group and move entities together, instead of separately.

octotep avatar Dec 27 '20 21:12 octotep

Looks like there are some reworks to how bevy handles hierarchies in the pipeline, so I'm gonna wait until after that lands to tackle this. Should be pretty straightforward.

octotep avatar Jan 06 '21 06:01 octotep