Is there a way to give players the ability to resize the playing pieces independently of the game board during play?
For example, I’d like to allow players to enlarge or reduce the size of counters relative to the map hexes they are in.
Is there a way to give players the ability to resize the playing pieces
independently of the game board during play?
For example, I’d like to allow players to enlarge or reduce the size of
counters relative to the map hexes they are in.
Yeah, the low tech way would be to have separate image files for each resolution you want to support and toggle through them with layers. The high tech way would be something custom programmed.