How can I set my player's position to the center of a Gridmap cell ?
I’m currently developping a game where my player moves relative to the tiles of a gridmap 3D node.
The problem is that my player is placed at the top corner of the cell, and not its center.
How can I do to center the player relative to the cell ?