Help with moving armies

Godot Version

4.3.stable

Question

So, I am coding a strategy game, and I have problem with moving armies around the map. I need to change the army position to current scripts parent’s center, but the parent’s location is always in center of the game. So I would need to calculate the parent’s (Polygon2D) center point.

$"../../../Armies/Army".position

Thank you a lot for any help! :grinning: