meta.json 763 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "version": 1,
  3. "copyright": "Taken from civ13 at commit https://github.com/Civ13/Civ13/commit/c07b37fbca55b690d80cc2ec0c2c61839cbecf5c",
  4. "size": {
  5. "x": 32,
  6. "y": 32
  7. },
  8. "states": [
  9. {
  10. "name": "equipped-BACKPACK",
  11. "directions": 4
  12. },
  13. {
  14. "name": "inhand-left",
  15. "directions": 4
  16. },
  17. {
  18. "name": "inhand-right",
  19. "directions": 4
  20. },
  21. {
  22. "name": "wielded-inhand-left",
  23. "directions": 4
  24. },
  25. {
  26. "name": "wielded-inhand-right",
  27. "directions": 4
  28. },
  29. {
  30. "name": "icon"
  31. },
  32. {
  33. "name": "spear"
  34. }
  35. ]
  36. }