diff options
author | elioat <elioat@tilde.institute> | 2024-12-28 07:59:40 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2024-12-28 07:59:40 -0500 |
commit | eed3c76d745f37ade56d0cc4ed8486913cd8e1f7 (patch) | |
tree | 133da13dd070c8a3ad3f7575d3b9b7751b5de4d7 | |
parent | ce34a26bb07a82f31853cc4da7050fc0318dab42 (diff) | |
download | tour-eed3c76d745f37ade56d0cc4ed8486913cd8e1f7.tar.gz |
*
-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' }, |