about summary refs log tree commit diff stats
path: root/html/rogue/js/hex.js
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-12-28 17:02:02 -0500
committerelioat <elioat@tilde.institute>2024-12-28 17:02:02 -0500
commit5e712f625536390a28bbf66829bd26f3f84a189c (patch)
tree47b2cec3b0270687b819783bdf38e2f17f189064 /html/rogue/js/hex.js
parent50874b6fea9b58ea53a16a517471698d4be37ca2 (diff)
downloadtour-5e712f625536390a28bbf66829bd26f3f84a189c.tar.gz
*
Diffstat (limited to 'html/rogue/js/hex.js')
-rw-r--r--html/rogue/js/hex.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/html/rogue/js/hex.js b/html/rogue/js/hex.js
index ab787f6..fa08e3d 100644
--- a/html/rogue/js/hex.js
+++ b/html/rogue/js/hex.js
@@ -6,7 +6,6 @@ const HexGrid = {
     get HEIGHT() { return Config.hex.HEIGHT },
     get GRID_SIZE() { return Config.hex.GRID_SIZE },
     COLOR: Config.colors.GRID,
-    IMPASSABLE_COLOR: "rgba(255, 0, 0, 0.967)",
 
     // hex to pixel
     toPixel(hex) {