meta.json 391 B

123456789101112131415161718192021
  1. {
  2. "version": 1,
  3. "copyright": "Taken from Civilization 13 https://github.com/civ13/civ13",
  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. }