From ce34a26bb07a82f31853cc4da7050fc0318dab42 Mon Sep 17 00:00:00 2001 From: elioat Date: Sat, 28 Dec 2024 07:56:25 -0500 Subject: * --- html/rogue/js/game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/rogue') diff --git a/html/rogue/js/game.js b/html/rogue/js/game.js index 3de54fc..53700c9 100644 --- a/html/rogue/js/game.js +++ b/html/rogue/js/game.js @@ -65,7 +65,7 @@ function drawHex(ctx, x, y, hex) { if (!FogOfWar.isRevealed(hex)) { ctx.strokeStyle = 'rgba(0, 0, 0, 1)'; // Match full shadow color } else if (!FogOfWar.isVisible(hex)) { - ctx.strokeStyle = 'rgba(0, 0, 0, 0.5)'; + ctx.strokeStyle = 'rgba(0, 0, 0, 0.25)'; } else { ctx.strokeStyle = HexGrid.COLOR; // Normal grid color } -- cgit 1.4.1-2-gfad0