meta.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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-HELMET",
  12. "directions": 4,
  13. "delays": [
  14. [
  15. 0.1,
  16. 0.1,
  17. 4.5
  18. ],
  19. [
  20. 0.1,
  21. 0.1,
  22. 4.5
  23. ],
  24. [
  25. 0.1,
  26. 0.1,
  27. 4.5
  28. ],
  29. [
  30. 0.1,
  31. 0.1,
  32. 4.5
  33. ]
  34. ]
  35. },
  36. {
  37. "name": "ft1med_helmet",
  38. "directions": 1,
  39. "delays": [
  40. [
  41. 0.1,
  42. 0.1,
  43. 0.1,
  44. 0.1,
  45. 0.1,
  46. 0.1,
  47. 0.1
  48. ]
  49. ]
  50. },
  51. {
  52. "name": "icon",
  53. "directions": 1,
  54. "delays": [
  55. [
  56. 0.1,
  57. 0.1,
  58. 0.1,
  59. 0.1,
  60. 0.1,
  61. 0.1,
  62. 0.1
  63. ]
  64. ]
  65. }
  66. ]
  67. }