meta.json 664 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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": 32
  8. },
  9. "states": [
  10. {
  11. "name": "easel"
  12. },
  13. {
  14. "name": "23x23"
  15. },
  16. {
  17. "name": "23x19"
  18. },
  19. {
  20. "name": "19x19"
  21. },
  22. {
  23. "name": "11x11"
  24. },
  25. {
  26. "name": "23x23wip"
  27. },
  28. {
  29. "name": "23x19wip"
  30. },
  31. {
  32. "name": "19x19wip"
  33. },
  34. {
  35. "name": "11x11wip"
  36. },
  37. {
  38. "name": "23x23frame"
  39. },
  40. {
  41. "name": "23x19frame"
  42. },
  43. {
  44. "name": "19x19frame"
  45. },
  46. {
  47. "name": "11x11frame"
  48. }
  49. ]
  50. }