Update semag/crossnroad/index.html

This commit is contained in:
LEGALISE_PIRACY 2024-05-09 07:01:27 +00:00
parent 3aa765d5b8
commit a0c8fbe5cf

View File

@ -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();
}