Injecting thickness and things

This commit is contained in:
Devine Lu Linvega
2016-12-31 14:35:14 -07:00
parent 9ae08f3207
commit 60c570506a
2 changed files with 14 additions and 8 deletions

View File

@@ -1,4 +1,5 @@
dotgrid = new Dotgrid(300,300,31,31,5,5);
// width,height,grid_x,grid_y,block_x,block_y,thickness,linecap, color
dotgrid = new Dotgrid(300,300,31,31,5,5, 10,"square","#000000");
dotgrid.install();
var keyboard = new Keyboard();