More cleaning, added min width of cards and scrollable if too many cards are on the screen

This commit is contained in:
2023-04-16 14:31:40 +02:00
parent 8836411c6b
commit 6d72b59426
3 changed files with 26 additions and 13 deletions

View File

@@ -132,7 +132,6 @@ struct SetGame {
static let numberOfDifferences = 4
static let cardsOnTableInTheBeggining = 12
static let numberOfCardsToDraw = 3
}
}