meta.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Inhands by RiceMar1244.",
  5. "size": {
  6. "x": 64,
  7. "y": 64
  8. },
  9. "states": [
  10. {
  11. "name": "inhand-left",
  12. "directions": 4
  13. },
  14. {
  15. "name": "inhand-left-blade",
  16. "directions": 4,
  17. "delays": [
  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. 0.1,
  32. 0.1
  33. ]
  34. ]
  35. },
  36. {
  37. "name": "inhand-right",
  38. "directions": 4
  39. },
  40. {
  41. "name": "inhand-right-blade",
  42. "directions": 4,
  43. "delays": [
  44. [
  45. 0.1,
  46. 0.1
  47. ],
  48. [
  49. 0.1,
  50. 0.1
  51. ],
  52. [
  53. 0.1,
  54. 0.1
  55. ],
  56. [
  57. 0.1,
  58. 0.1
  59. ]
  60. ]
  61. }
  62. ]
  63. }