v1 #4

Fusionado
rebillar fusionó 50 commits de dev en master 2023-12-29 21:34:13 +01:00
Mostrando solo los cambios del commit 526bd0ecaf - Mostrar todos los commits

Ver fichero

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