How can I edit the transform component of a child entity?
I have a TextBundle
as a Children
of an Entity
with a SpriteBundle
.
I want to change the transform of both of these in a query, I tried something like this:
Bevy: Accessing child components
I have a TextBundle as a Children of an Entity with a SpriteBundle.
I want to change the transform of both of these in a query, i tried something like this: