retirer le stroke

This commit is contained in:
Baptiste 2023-12-26 13:35:20 +01:00
parent b91004be26
commit 526bd0ecaf

View file

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