meta.json 856 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "darkrell",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "handcuff",
  12. "directions": 1,
  13. "delays": [
  14. [
  15. 0.4,
  16. 0.4,
  17. 0.4,
  18. 0.4
  19. ]
  20. ]
  21. },
  22. {
  23. "name": "equipped-BELT",
  24. "directions": 4
  25. },
  26. {
  27. "name": "body-overlay-2",
  28. "directions": 4,
  29. "delays": [
  30. [
  31. 0.4,
  32. 0.4
  33. ],
  34. [
  35. 0.4,
  36. 0.4
  37. ],
  38. [
  39. 0.4,
  40. 0.4
  41. ],
  42. [
  43. 0.4,
  44. 0.4
  45. ]
  46. ]
  47. },
  48. {
  49. "name": "body-overlay-4",
  50. "directions": 4
  51. },
  52. {
  53. "name": "inhand-left",
  54. "directions": 4
  55. },
  56. {
  57. "name": "inhand-right",
  58. "directions": 4
  59. }
  60. ]
  61. }