Update semag/crossnroad/index.html

This commit is contained in:
LEGALISE_PIRACY 2024-05-09 06:57:35 +00:00
parent 0b6e4d9f85
commit 3aa765d5b8

View File

@ -250,7 +250,6 @@ 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();
}