diff --git a/apps/web/src/arcade-games/know-your-world/components/MapRenderer.tsx b/apps/web/src/arcade-games/know-your-world/components/MapRenderer.tsx index f1704262..7807b0a7 100644 --- a/apps/web/src/arcade-games/know-your-world/components/MapRenderer.tsx +++ b/apps/web/src/arcade-games/know-your-world/components/MapRenderer.tsx @@ -1221,6 +1221,51 @@ export function MapRenderer({ ))} + {/* Custom Cursor - Visible when pointer lock is active */} + {pointerLocked && cursorPosition && ( +
+ {/* Crosshair */} +
+
+
+ )} + {/* Magnifier Window - Always rendered when cursor exists, opacity controlled by spring */} {cursorPosition && svgRef.current && containerRef.current && (