![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | albertosanchezm |
Hello,
I have a simple question but it is getting me a little mad. I have a Area2D node and as a child a Collision2D and a Sprite2D. Now the question is, if I change the position of the Area2D this should affect also to the position of the child nodes? If not, which is the way to do this properly?
My problem is, I don’t know why, that setting position in the Area2D (parent tree) it is not changing the position of all its childs.
Thanks in advanced.