This commit is contained in:
Devine Lu Linvega 2018-01-03 15:41:13 +13:00
parent 7cc9fde1b3
commit 409d9b2697

View File

@ -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};