1
0

meta.json 780 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "version": 1,
  3. "license": "AGPL-3.0",
  4. "copyright": "Exported from https://github.com/civ13/civ13",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "mag-0",
  12. "directions": 1
  13. },
  14. {
  15. "name": "icon",
  16. "directions": 1
  17. },
  18. {
  19. "name": "inhand-left",
  20. "directions": 4
  21. },
  22. {
  23. "name": "inhand-right",
  24. "directions": 4
  25. },
  26. {
  27. "name": "bolt-open",
  28. "directions": 1
  29. },
  30. {
  31. "name": "wielded-inhand-left",
  32. "directions": 4
  33. },
  34. {
  35. "name": "wielded-inhand-right",
  36. "directions": 4
  37. }
  38. ]
  39. }