meta.json 947 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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": "aks74",
  16. "directions": 1
  17. },
  18. {
  19. "name": "equipped-BACKPACK",
  20. "directions": 4
  21. },
  22. {
  23. "name": "icon",
  24. "directions": 1
  25. },
  26. {
  27. "name": "inhand-left",
  28. "directions": 4
  29. },
  30. {
  31. "name": "inhand-right",
  32. "directions": 4
  33. },
  34. {
  35. "name": "bolt-open",
  36. "directions": 1
  37. },
  38. {
  39. "name": "wielded-inhand-left",
  40. "directions": 4
  41. },
  42. {
  43. "name": "wielded-inhand-right",
  44. "directions": 4
  45. }
  46. ]
  47. }