Is it possible to map mouse coordinates to isometric tiles with this coordinate system?
- by plukich
I'm trying to implement mouse interaction in a 2D isometric game, but I'm not sure if it's possible given the coordinate system used for tile maps in the game.
I've read some helpful things like this. However, this game's coordinate system is "jagged" (for lack of a better word), and looks like this:
Is it even possible to map mouse coordinates…