retirer le stroke
This commit is contained in:
parent
b91004be26
commit
526bd0ecaf
1 changed files with 0 additions and 2 deletions
|
@ -213,8 +213,6 @@ class Render {
|
||||||
this.ctx.beginPath();
|
this.ctx.beginPath();
|
||||||
this.ctx.arc(player.x, player.y, 100, 0, 2 * Math.PI);
|
this.ctx.arc(player.x, player.y, 100, 0, 2 * Math.PI);
|
||||||
this.ctx.lineWidth = 2;
|
this.ctx.lineWidth = 2;
|
||||||
this.ctx.strokeStyle = 'black';
|
|
||||||
this.ctx.stroke();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue