1
0

meta.json 405 B

1234567891011121314151617181920212223
  1. {
  2. "version": 1,
  3. "license": "AGPLv3",
  4. "copyright": "Taislin",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "nomads_bronze",
  12. "directions": 1
  13. },
  14. {
  15. "name": "nomads_silver",
  16. "directions": 1
  17. },
  18. {
  19. "name": "nomads_gold",
  20. "directions": 1
  21. }
  22. ]
  23. }