I have tried setting my scene up 2 ways:
Area2D
-ProgressBar
Area2D
-Node2D
--ProgressBar
The second is what I need, but when I do this the ProgressBar does not update its position as if it was a child of Area2D. Is there a way to turn that on, or must I reorganize?