| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "version": 1,
- "license": "AGPLv3",
- "copyright": "Taken from Civilization 13 https://github.com/civ13/civ13",
- "size": {
- "x": 32,
- "y": 64
- },
- "states": [
- {
- "name": "gorilla_standing",
- "directions": 4
- },
- {
- "name": "standing_overlay",
- "directions": 4
- },
- {
- "name": "gorilla_crawling",
- "directions": 4
- },
- {
- "name": "gorilla_dead"
- },
- {
- "name": "gigantopithecus",
- "directions": 4
- },
- {
- "name": "gigantopithecus_dead"
- },
- {
- "name": "yeti",
- "directions": 4
- },
- {
- "name": "yeti_dead"
- }
- ]
- }
|