Using the latest color version

This commit is contained in:
Devine Lu Linvega
2017-12-28 16:59:18 +13:00
parent 7daa53a6d3
commit 91b7555da6
2 changed files with 18 additions and 14 deletions

View File

@@ -9,7 +9,7 @@ function Cursor(rune)
this.mode = "vertex";
this.color = "#000000"
this.color_alt = "#ff0000"
this.color_alt = "#ffffff"
this.size = 4;
this.pos = {x:0,y:0};