|
- X axis follows the north, tiles in the same row have the same Y
- Y axis follows the south-west, tiles in that column have the same X
this complicates the transormation from tiles coordinates into array offset,
but eases movement computation and should be more than usefull for line
of sight computaion
|