Added params to cursor
This commit is contained in:
parent
8636253f49
commit
8bba0c7b2d
@ -2,7 +2,7 @@ function Cursor(rune)
|
|||||||
{
|
{
|
||||||
Module.call(this,rune);
|
Module.call(this,rune);
|
||||||
|
|
||||||
this.parameters = [Rect];
|
this.parameters = [Rect,Position,Bang];
|
||||||
this.variables = {};
|
this.variables = {};
|
||||||
|
|
||||||
this.mode = null;
|
this.mode = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user