My player moves in 8 directions. I would like other moving objects in the game to only move in 8 directions (or even just 4).
If I want a kinematicbody2d to follow a path from a Navigation2D node, it will go along a path that does not conform to these 8 directions. Is there a straightforward way to convert a path into a similar path that conforms to a grid?