fix(poker): use a realistic card thickness
A standard playing card is about 0.3mm thick, not 3mm.
This commit is contained in:
@@ -25,7 +25,7 @@ role: part
|
|||||||
type: card
|
type: card
|
||||||
face: ./cards-13x4.jpg
|
face: ./cards-13x4.jpg
|
||||||
back: ./back-4x1.png
|
back: ./back-4x1.png
|
||||||
size: [63, 88, 3]
|
size: [63, 88, 0.3]
|
||||||
fillet: 2
|
fillet: 2
|
||||||
$variants: ./cards.csv
|
$variants: ./cards.csv
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user