Skip to content

Commit f39a134

Browse files
Updated Cursor Images Again
1 parent e140acc commit f39a134

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

public/assets/cursor-default.png

-10 Bytes
Loading

public/assets/cursor-move.png

-8 Bytes
Loading

public/map.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ ctx.webkitImageSmoothingEnabled = false;
212212
ctx.msImageSmoothingEnabled = false;
213213

214214
const colorMap = {
215-
w: "#1E1E1E", // water
215+
w: "#141414", // water
216216
m: "#0A0A0A", // Manhattan
217217
x: "#0A0A0A", // Bronx
218218
b: "#0A0A0A", // Brooklyn + Queens
@@ -711,7 +711,7 @@ canvas.addEventListener('wheel', e => {
711711
function drawMap(mapData) {
712712
ctx.clearRect(0, 0, canvas.width, canvas.height);
713713

714-
ctx.fillStyle = '#1E1E1E';
714+
ctx.fillStyle = '#141414';
715715
ctx.fillRect(0, 0, canvas.width, canvas.height);
716716

717717
drawGrid();

0 commit comments

Comments
 (0)