Question by
Darxoon · Apr 29, 2019 at 06:25 PM ·
tilemapgridgrid based gamehexagon
Hexagon grid check for specific tile
I have a hexagonal grid and I check for the tile bottom-right underneath one tile. The problem is, that there are multiple cases how the coordinates are in relation to the tile, so either it's (1, -1), or it's (0, -1). But how do I check for that?
Comment