meta.json 765 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "version": 1,
  3. "license": null,
  4. "copyright": null,
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "equipped-EYES",
  12. "directions": 4,
  13. "delays": [
  14. [
  15. 0.1,
  16. 0.1
  17. ],
  18. [
  19. 0.1,
  20. 0.1
  21. ],
  22. [
  23. 0.1,
  24. 0.1
  25. ],
  26. [
  27. 0.1,
  28. 0.1
  29. ]
  30. ]
  31. },
  32. {
  33. "name": "thermal",
  34. "directions": 1
  35. },
  36. {
  37. "name": "icon",
  38. "directions": 1
  39. }
  40. ]
  41. }