*
This commit is contained in:
parent
7cc9fde1b3
commit
409d9b2697
@ -8,7 +8,7 @@ function Cursor(rune)
|
|||||||
this.query = null;
|
this.query = null;
|
||||||
this.mode = "vertex";
|
this.mode = "vertex";
|
||||||
|
|
||||||
this.color = "#ff0000"
|
this.color = "#000000"
|
||||||
this.color_alt = "#ffffff"
|
this.color_alt = "#ffffff"
|
||||||
this.size = 2;
|
this.size = 2;
|
||||||
this.pos = {x:0,y:0};
|
this.pos = {x:0,y:0};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user