Any method would do. .position = value
and .set_position(value)
do the exact same thing.
@Sparrow said:
When do I use global positioning?
Normally whenever you want the position of the Node2D
relative to the world.
Should move area2d + - to the position or transform2D or translated?
Again, either way works. You just have to find which one you prefer. They both do the exact same thing.