Progress on cursor

This commit is contained in:
Devine Lu Linvega
2017-09-28 11:40:16 +13:00
parent 85d0b4b3a2
commit fc203ea94a
5 changed files with 35 additions and 5 deletions

View File

@@ -26,6 +26,7 @@ function Grid()
ctx.arc(x, y, 1.5, 0, 2 * Math.PI, false);
ctx.fillStyle = is_marker ? '#000' : '#ccc';
ctx.fill();
ctx.closePath();
}
this.resize_to = function(size)