diff --git a/public/board.js b/public/board.js index 1d5afec..7e24484 100644 --- a/public/board.js +++ b/public/board.js @@ -61,7 +61,8 @@ class Board{ fillStyle: "#0000FF" }); clickableItems['deckSprite'].draw(); - let deckCounterSprite = new Circle({ + let deckCounterSprite = new Shape({ + shape: 'circle', name: 'deckCounter', x: canvas.width-cardWidth/5, y: canvas.height-cardHeight/5,