Improved export

This commit is contained in:
Devine Lu Linvega
2018-10-11 08:09:00 +12:00
parent d7d22f8061
commit a3d2468df4
7 changed files with 44 additions and 101 deletions

View File

@@ -1,6 +1,6 @@
'use strict'
DOTGRID.Tool = function(){
DOTGRID.Tool = function () {
this.index = 0
this.settings = { size: { width: 300, height: 300 } }
this.layers = [[], [], []]