diff options
Diffstat (limited to 'html/rogue/js/config.js')
-rw-r--r-- | html/rogue/js/config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/rogue/js/config.js b/html/rogue/js/config.js index d2c0b36..71e7e0e 100644 --- a/html/rogue/js/config.js +++ b/html/rogue/js/config.js @@ -6,8 +6,8 @@ const Config = { HEX_FILL: '#ffffff', FOG: { HIDDEN: 'rgba(0, 0, 0, 1)', - REVEALED: 'rgba(0, 0, 0, 0.5)', - GRID_DIM: 'rgba(255, 255, 255, 1)' // For grid lines in revealed but not visible hexes + REVEALED: 'rgba(0, 0, 0, 0.25)', + GRID_DIM: 'rgba(0, 0, 0, 0.0)' }, UI: { INVENTORY: { |