Commit 9f40f2cb by Arjun Jhukal

updated the minor cahnges

parent a5595967
......@@ -109,7 +109,7 @@
ctx.lineTo(this.c.pos.x, this.c.pos.y);
var tmp = ctx.lineWidth;
ctx.lineWidth = 5;
ctx.strokeStyle = "rgba(255,255,0,0.2)";
ctx.strokeStyle = "red";
ctx.stroke();
ctx.lineWidth = tmp;
};
......@@ -466,7 +466,7 @@
this.mouseDown = false;
this.draggedEntity = null;
this.selectionRadius = 20;
this.highlightColor = "#4f545c";
this.highlightColor = "#fff";
this.bounds = function (particle) {
if (particle.pos.y > this.height - 1)
particle.pos.y = this.height - 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment