v1 #4

Sapludināts
rebillar sapludināja 50 revīzijas no dev uz master 2023-12-29 21:34:13 +01:00
Rāda tikai revīzijas 526bd0ecaf izmaiņas - Rādīt visas revīzijas

Parādīt failu

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