We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1041b20 commit 5905f03Copy full SHA for 5905f03
1 file changed
public/map.js
@@ -771,7 +771,7 @@ function drawMap(mapData) {
771
ctx.strokeRect(screenX + 1, screenY + 1, screenSize - 2, screenSize - 2);
772
773
// Draw semi-transparent overlay
774
- ctx.fillStyle = 'rgba(255, 255, 255, 0.3)';
+ ctx.fillStyle = 'rgba(255, 255, 255, 0.2)';
775
ctx.fillRect(screenX, screenY, screenSize, screenSize);
776
}
777
0 commit comments