This commit is contained in:
Devine Lu Linvega 2017-05-20 16:23:15 -10:00
parent 6f0d1bc850
commit 84244c1437

View File

@ -2,9 +2,8 @@ function Brush(rune)
{ {
Module.call(this,rune); Module.call(this,rune);
// this.parameters = {"offset":Position,"mirror":Rect,"angle":Angle,"reset":Bang};
this.parameters = []; this.parameters = [];
this.settings = {"color":"#ff0000","size":4}; this.settings = {"color":"#ffffff","size":2};
this.pointers = [new Pointer(new Position("0,0"))]; this.pointers = [new Pointer(new Position("0,0"))];
this.add_method(new Method("add_pointer",["Position"])); this.add_method(new Method("add_pointer",["Position"]));