|
|
|
@ -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);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|