diff options
author | elioat <elioat@tilde.institute> | 2024-12-28 09:56:22 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2024-12-28 09:56:22 -0500 |
commit | 0e21da444131ebc4b30230de829ea0d1f2410f0b (patch) | |
tree | 1d21c412278691ba3196f3baae8fde16859b855e /html/rogue/js/hex.js | |
parent | eed3c76d745f37ade56d0cc4ed8486913cd8e1f7 (diff) | |
download | tour-0e21da444131ebc4b30230de829ea0d1f2410f0b.tar.gz |
*
Diffstat (limited to 'html/rogue/js/hex.js')
-rw-r--r-- | html/rogue/js/hex.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/rogue/js/hex.js b/html/rogue/js/hex.js index b2e1a82..817d0a3 100644 --- a/html/rogue/js/hex.js +++ b/html/rogue/js/hex.js @@ -6,7 +6,7 @@ const HexGrid = { get HEIGHT() { return Config.hex.HEIGHT }, get GRID_SIZE() { return Config.hex.GRID_SIZE }, COLOR: Config.colors.GRID, - IMPASSABLE_COLOR: Config.colors.BACKGROUND, + IMPASSABLE_COLOR: "rgba(255, 0, 0, 0.967)", // hex to pixel toPixel(hex) { |