This commit is contained in:
plane000
2018-10-13 20:14:05 +01:00
parent 9a100f715a
commit 3a01a93e17

View File

@@ -145,10 +145,6 @@ function draw() {
} else {
ctx.fillRect(i * BLOCK_SIZE.x + BLOCK_SIZE.x / 3, j * BLOCK_SIZE.y + BLOCK_SIZE.y / 3, BLOCK_SIZE.x / 3, BLOCK_SIZE.y / 3);
}
// Debug for drawing squares
// ctx.fillStyle = '#FFFFFF';
// ctx.rect(i * BLOCK_SIZE.x, j * BLOCK_SIZE.y, BLOCK_SIZE.x, BLOCK_SIZE.y);
// ctx.stroke();
}
}
}