I'm trying to implement saving-loading game functionality by using official godot docs
Seting position, by using Set method, didn't work.

But strangely enough, this worked

But it didn't solved my problem, because further in the code I still need to set other properties. And I also don't know how to save properties which are inside child Node.
