meta.json 440 B

123456789101112131415161718192021
  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": "inhand-left",
  11. "directions": 4
  12. },
  13. {
  14. "name": "inhand-right",
  15. "directions": 4
  16. },
  17. {
  18. "name": "icon"
  19. }
  20. ]
  21. }