Started implementing options
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
function Cursor()
|
||||
{
|
||||
this.pos = {x:0,y:0},
|
||||
this.translation = null,
|
||||
this.pos = {x:0,y:0};
|
||||
this.translation = null;
|
||||
this.operation = null;
|
||||
|
||||
this.translate = function(from = null,to = null, multi = false)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user