Hide a Game Piece

Truly hide it. I have a global action button that “filters out some details on map”. For eg, player might wanna reduce clutter on the map by NOT seeing some counters.

How do I do that kind of hide, the real hide? Not the “hide from other players”, not the marking it with a small icon that tells me it is hidden from other players.

There are two ways you can achieve this:

  1. Add a ‘Hide Pieces’ button to the map. Clicking this hides all pieces on the map.
  2. Add ‘GamePiece Layers’ to the map and have different counter sets that do not interact with each other on separate stacking layers. You can the add ‘GamePiece Layer Controls’ to the GamePiece Layers to hide (make Inactive) an entire layer.