Fix deck count

develop
Nathan Steel 1 year ago
parent 73a44512ef
commit 96d21acc57

@ -434,7 +434,7 @@ class Board{
// Draw deck count text // Draw deck count text
// TODO: Center in the circle // TODO: Center in the circle
ctx.fillStyle = '#000'; ctx.fillStyle = '#000';
ctx.fillText(deckLength, textx, texty); ctx.fillText(deckLength+1, textx, texty);
} }
} }

Loading…
Cancel
Save