v1 #4
共有 1 個文件被更改,包括 0 次插入 和 2 次删除
|
|
@ -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();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
載入中…
Reference in a new issue