meta.json 414 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "version": 1,
  3. "license": null,
  4. "copyright": null,
  5. "size": {
  6. "x": 96,
  7. "y": 96
  8. },
  9. "states": [
  10. {
  11. "name": "horse",
  12. "directions": 4
  13. },
  14. {
  15. "name": "horse_dead"
  16. },
  17. {
  18. "name": "horse_ridingX",
  19. "directions": 4
  20. },
  21. {
  22. "name": "horse_ridingX1",
  23. "directions": 4
  24. },
  25. {
  26. "name": "horse_riding",
  27. "directions": 4
  28. }
  29. ]
  30. }