Skip to content

Commit 5905f03

Browse files
Updated Opacity Values
1 parent 1041b20 commit 5905f03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/map.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ function drawMap(mapData) {
771771
ctx.strokeRect(screenX + 1, screenY + 1, screenSize - 2, screenSize - 2);
772772

773773
// Draw semi-transparent overlay
774-
ctx.fillStyle = 'rgba(255, 255, 255, 0.3)';
774+
ctx.fillStyle = 'rgba(255, 255, 255, 0.2)';
775775
ctx.fillRect(screenX, screenY, screenSize, screenSize);
776776
}
777777
}

0 commit comments

Comments
 (0)