v1 #4
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Cargando…
Referenciar en una nueva incidencia