| 123456789101112131415161718192021222324252627282930313233 |
- {
- "version": 1,
- "license": "CC-BY-SA-3.0",
- "copyright": "Taken from civ13 at commit https://github.com/Civ13/Civ13/commit/c07b37fbca55b690d80cc2ec0c2c61839cbecf5c",
- "size": {
- "x": 32,
- "y": 32
- },
- "states": [
- {
- "name": "inhand-left",
- "directions": 4
- },
- {
- "name": "inhand-right",
- "directions": 4
- },
- {
- "name": "pickaxe"
- },
- {
- "name": "icon"
- },
- {
- "name": "wielded-inhand-left",
- "directions": 4
- },
- {
- "name": "wielded-inhand-right",
- "directions": 4
- }
- ]
- }
|