Resize playing pieces

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.

Thanks in advance for any thoughts?

-Mark R.

I would use layers. Check out the newest Wilderness War module in which players can switch between small and large counters representing leades.

Thus spake mroyer:

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.

You could do that with a custom trait.


J.

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.