Added settings to README

This commit is contained in:
2021-06-23 21:28:56 +02:00
parent 1765c806ec
commit 6b505fb42a
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -221,7 +221,7 @@ function drawCard(cardId, thisHand = null, thisDeck = null) {
function recommend() {
var cardCount = Object.keys(allCards).length
recommendOfDepth(6);
recommendOfDepth(3);
updateUI(true);
}