Hi everyone I would like build a board based on some predefined tiles. The issue I am currently having is that some of the tile orientations on the board can be different from the actual tile image. As you can see from the image below for example tile B2 is rotated 180 degrees from its original orientation of tile B. I also need to be able to keep track of 1 to 6 points (indicated in the image in yellow) within each tile no matter the orientation of the tile. Is there a way to do this programmatically (dynamically) at run time? Any help would be appreciated.
