|
416d39eb58
|
Split decks with >69 cards into multiple images, enforce 7 row max
Both due to Tabletop Simulator requirements
|
2021-09-30 02:49:02 -04:00 |
|
|
750a36b1d3
|
Cache card face images to disk
|
2021-09-30 01:30:23 -04:00 |
|
|
73ef5d97fb
|
Use arrow functions where appropriate
|
2021-09-30 01:30:05 -04:00 |
|
|
859b9822c5
|
Move deck creation into a function
|
2021-09-30 01:30:05 -04:00 |
|
|
b4ab2e0c85
|
Move TTS JSON functions to a separate module
|
2021-09-30 00:37:55 -04:00 |
|
|
e7f411d5e2
|
Use the copies file to determine how many of each card to make
Currently hardcoded to use a default of 2 per card, should be a
setting at some point
|
2021-09-18 01:26:15 -04:00 |
|
|
30f321b3d8
|
Fix hardcoded output image filename extension
|
2021-09-18 01:24:53 -04:00 |
|
|
72d42d0d92
|
Print exception in card failure alert
|
2021-09-18 00:33:22 -04:00 |
|
|
4c049a5e9e
|
Remove unused java.io.File import
It is already included in the `project` library
|
2021-09-18 00:33:11 -04:00 |
|
|
a9cea646fe
|
Draw cards onto a single deck image, instead of repeatedly stitching
This should be somewhat faster/more memory efficient
|
2021-09-18 00:33:11 -04:00 |
|
|
7a1dd2245d
|
Add call to testProjectScript() for easier development
|
2021-09-17 17:04:17 -04:00 |
|
|
a80d929f95
|
Also export a JSON for a TTS Saved Object
|
2021-09-16 17:12:28 -04:00 |
|
|
eb60775a7b
|
Initial Commit
Just basic deck image creation working
|
2021-09-16 17:12:28 -04:00 |
|