#Do Node2D's follow parent Character Bodies?

8 messages · Page 1 of 1 (latest)

nova panther
#

Yes, all childrens position is relative to the parent

#

If you move parent node by (5,0,0) then its position will be (5,0,0). Its children positions will be (0,0,0) but relative to the parent, so it wont have moved at all relatively

thorn crow
#

the thing is

#

my child node isn't moving at all

#

even if the parent node moves

nova panther
thorn crow
#

my bad

#

the global_position doesn't change nor is it the parents, it just stays in its transform that is set in the editor,