diff options
-rw-r--r-- | html/rogue/js/config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/rogue/js/config.js b/html/rogue/js/config.js index fb7040c..afd1123 100644 --- a/html/rogue/js/config.js +++ b/html/rogue/js/config.js @@ -1,7 +1,7 @@ const Config = { colors: { BACKGROUND: 'rgba(135, 206, 235, 0.3)', - GRID: '#333333', + GRID: 'rgba(0, 0, 0, 0.25)', PLAYER: 'red', HEX_FILL: '#ffffff' }, |