meta.json 533 B

123456789101112131415161718192021222324252627
  1. {
  2. "version": 1,
  3. "license": "AGPLv3",
  4. "copyright": "Taken from Civilization 13 https://github.com/civ13/civ13",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "6b2",
  12. "directions": 1
  13. },
  14. {
  15. "name": "equipped-NECK",
  16. "directions": 4
  17. },
  18. {
  19. "name": "equipped-OUTERCLOTHING",
  20. "directions": 4
  21. },
  22. {
  23. "name": "icon",
  24. "directions": 1
  25. }
  26. ]
  27. }