v1 #4

Unito
rebillar ha unito 50 commit da dev a master 2023-12-29 21:34:13 +01:00
Mostrando solo cambiamenti del commit 526bd0ecaf - Mostra tutti i commit

Vedi file

@ -213,8 +213,6 @@ class Render {
this.ctx.beginPath();
this.ctx.arc(player.x, player.y, 100, 0, 2 * Math.PI);
this.ctx.lineWidth = 2;
this.ctx.strokeStyle = 'black';
this.ctx.stroke();
}
}
}