Started Live version

This commit is contained in:
Devine Lu Linvega
2018-07-17 13:14:27 +12:00
parent 2d141a8806
commit 0b68bf94d6
16 changed files with 1544 additions and 1 deletions

View File

@@ -23,7 +23,6 @@ function Tool()
this.layers = [[],[],[]];
this.vertices = [];
this.index = 0;
dotgrid.set_size({width:300,height:300})
}
this.clear = function()