meta.json 435 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "version": 1,
  3. "license": "AGPLv3",
  4. "copyright": "Taken from Civilization 13 https://github.com/civ13/civ13",
  5. "size": {
  6. "x": 128,
  7. "y": 96
  8. },
  9. "states": [
  10. {
  11. "name": "mammothX",
  12. "directions": 4
  13. },
  14. {
  15. "name": "mammoth",
  16. "directions": 4
  17. },
  18. {
  19. "name": "mammoth_dead"
  20. },
  21. {
  22. "name": "rex",
  23. "directions": 4
  24. },
  25. {
  26. "name": "rex_dead"
  27. }
  28. ]
  29. }