This commit is contained in:
Devine Lu Linvega
2018-12-15 08:01:16 +12:00
parent ba05da99fd
commit fc10bb2bdb

View File

@@ -19,6 +19,12 @@ DOTGRID.Tool = function () {
}
this.reset = function () {
this.styles[0].mirror_style = 0
this.styles[1].mirror_style = 0
this.styles[2].mirror_style = 0
this.styles[0].fill = 'none'
this.styles[1].fill = 'none'
this.styles[2].fill = 'none'
this.layers = [[], [], []]
this.vertices = []
this.index = 0