1
0

meta.json 444 B

123456789101112131415161718192021222324252627282930
  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. },
  13. {
  14. "name": "icon",
  15. "directions": 1
  16. },
  17. {
  18. "name": "inhand-left",
  19. "directions": 4
  20. },
  21. {
  22. "name": "inhand-right",
  23. "directions": 4
  24. },
  25. {
  26. "name": "open",
  27. "directions": 1
  28. }
  29. ]
  30. }