diff --git a/public/board.js b/public/board.js index 1e5cedf..ddba2e1 100644 --- a/public/board.js +++ b/public/board.js @@ -434,7 +434,7 @@ class Board{ // Draw deck count text // TODO: Center in the circle ctx.fillStyle = '#000'; - ctx.fillText(deckLength, textx, texty); + ctx.fillText(deckLength+1, textx, texty); } }