Added mirror type
This commit is contained in:
@@ -165,7 +165,7 @@ DOTGRID.Tool = function () {
|
||||
} else if (type == 'thickness') {
|
||||
this.style().thickness = clamp(this.style().thickness + mod, 1, 100)
|
||||
} else if (type == 'mirror') {
|
||||
this.style().mirror_style = this.style().mirror_style > 3 ? 0 : this.style().mirror_style + 1
|
||||
this.style().mirror_style = this.style().mirror_style > 2 ? 0 : this.style().mirror_style + 1
|
||||
} else {
|
||||
console.warn('Unknown', type)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user