Hide the red debug circles.
This commit is contained in:
parent
ab6edde236
commit
c21a727141
1 changed files with 2 additions and 2 deletions
|
@ -65,10 +65,10 @@ class HillSet
|
||||||
context.save();
|
context.save();
|
||||||
context.translate(this.pos.x, this.pos.y);
|
context.translate(this.pos.x, this.pos.y);
|
||||||
|
|
||||||
context.fillStyle = "red";
|
/*context.fillStyle = "red";
|
||||||
context.beginPath();
|
context.beginPath();
|
||||||
context.ellipse(0, 0, 10, 10, 0, 0, Math.PI * 2, false);
|
context.ellipse(0, 0, 10, 10, 0, 0, Math.PI * 2, false);
|
||||||
context.fill();
|
context.fill();*/
|
||||||
|
|
||||||
context.beginPath();
|
context.beginPath();
|
||||||
context.moveTo(0, this.size.y);
|
context.moveTo(0, this.size.y);
|
||||||
|
|
Loading…
Reference in a new issue