fix(poker): use a realistic card thickness

A standard playing card is about 0.3mm thick, not 3mm.
This commit is contained in:
2026-08-09 23:13:08 +08:00
parent 4727a00e26
commit 2da04940c2
+1 -1
View File
@@ -25,7 +25,7 @@ role: part
type: card
face: ./cards-13x4.jpg
back: ./back-4x1.png
size: [63, 88, 3]
size: [63, 88, 0.3]
fillet: 2
$variants: ./cards.csv
```