im creating some objects on ready and want to move them around by checking area2d collisions, but (maybe because the collision areas are children of the objects) the areaentered signals are firing after the objects are done, is there a way to fix this?
Second image shows the enters going after the children get added, ideally the enters for the current object would be fired and Then the child gets added.