meta.json 640 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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": 64
  8. },
  9. "states": [
  10. {
  11. "name": "gorilla_standing",
  12. "directions": 4
  13. },
  14. {
  15. "name": "standing_overlay",
  16. "directions": 4
  17. },
  18. {
  19. "name": "gorilla_crawling",
  20. "directions": 4
  21. },
  22. {
  23. "name": "gorilla_dead"
  24. },
  25. {
  26. "name": "gigantopithecus",
  27. "directions": 4
  28. },
  29. {
  30. "name": "gigantopithecus_dead"
  31. },
  32. {
  33. "name": "yeti",
  34. "directions": 4
  35. },
  36. {
  37. "name": "yeti_dead"
  38. }
  39. ]
  40. }