| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "version": 1,
- "license": "AGPLv3",
- "copyright": "Taken from Civilization 13 https://github.com/civ13/civ13",
- "size": {
- "x": 32,
- "y": 32
- },
- "states": [
- {
- "name": "deck"
- },
- {
- "name": "card_back"
- },
- {
- "name": "joker"
- },
- {
- "name": "black_col"
- },
- {
- "name": "red_col"
- },
- {
- "name": "red_num"
- },
- {
- "name": "black_num"
- },
- {
- "name": "empty"
- },
- {
- "name": "deck_tarot"
- },
- {
- "name": "tarot_pentacles"
- },
- {
- "name": "tarot_swords"
- },
- {
- "name": "tarot_cups"
- },
- {
- "name": "tarot_wands"
- },
- {
- "name": "tarot_major"
- },
- {
- "name": "card_back_tarot"
- }
- ]
- }
|