diff --git a/client.html b/client.html index f7e1e83..1b9326a 100644 --- a/client.html +++ b/client.html @@ -141,7 +141,7 @@ if (selectedPiece != null){ ctx.fillStyle="yellow" ctx.fillRect(selectedPiece.x-15, selectedPiece.y-15, selectedPiece.x+15, selectedPiece.y+15); - +}// end of if (selectedPiece !=null ){... }//end of redraw function drawCircle(x,y, radius,color)