#Do Node2D's follow parent Character Bodies?
8 messages · Page 1 of 1 (latest)
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
Its position should remain the same because its relative to the parent. Its global_position should be the same as the parents