Added cursor drag

This commit is contained in:
Devine Lu Linvega
2017-09-28 14:48:38 +13:00
parent 10be02f444
commit 83b7d32062
11 changed files with 59 additions and 42 deletions

View File

@@ -6,6 +6,8 @@ function Grid()
this.draw = function(size = 60, step = 5)
{
this.clear();
var x = 1;
var size = size * 2;
while(x < this.el.width/size){