From a0c8fbe5cf43ed7d68b507e9b9ab3465f7ffda6c Mon Sep 17 00:00:00 2001 From: LEGALISE_PIRACY Date: Thu, 9 May 2024 07:01:27 +0000 Subject: [PATCH] Update semag/crossnroad/index.html --- semag/crossnroad/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/semag/crossnroad/index.html b/semag/crossnroad/index.html index 9af89ded..5297f02c 100644 --- a/semag/crossnroad/index.html +++ b/semag/crossnroad/index.html @@ -250,6 +250,7 @@ function drawPeep(x, y, size) { line(x0, y0 + size, x0 + size, y0); line(x0, y0 + 2 * size, x0 + size, y0 + size * 3); + line(x0, y0 + 2 * size, x0 - size, y0 + size * 3); pop(); }