diff options
Diffstat (limited to 'html/rogue/js/config.js')
-rw-r--r-- | html/rogue/js/config.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/html/rogue/js/config.js b/html/rogue/js/config.js new file mode 100644 index 0000000..aea067f --- /dev/null +++ b/html/rogue/js/config.js @@ -0,0 +1,8 @@ +const Config = { + colors: { + BACKGROUND: 'rgba(135, 206, 235, 0.3)', // Pale blue + GRID: '#333333', // Off-black for grid lines + PLAYER: 'red', // Player color + HEX_FILL: '#ffffff' // White fill for passable hexes + } +}; \ No newline at end of file |