skotz / volcanoes

Prototype for a new board game
4 stars 1 forks source link

Replace Volcano/MagmaChamber labels with Coordinate labels #25

Closed simondorfman closed 4 years ago

simondorfman commented 4 years ago

I've been trying rules where there are no magma chambers, only volcanoes. So the volcano label isn't useful with these rules. And I've been wishing that all 80 spaces on the board would show their coordinate label (e.g. 1A through 20D). So I was thinking maybe these two things could be accomplished by adding two more value pairs to the volcano.json, something like this:

  "ShowVolcanoMagmaLabels": false,
  "ShowCoordinateLabels": true,
skotz commented 4 years ago

Added coordinate label toggle to the UI. There's already a ShowTileNames setting in graphics.json so I didn't add a new one.