meta.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "made by IProduceWidgets, flame sprite by TheShuEd",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "lamp",
  12. "directions": 4
  13. },
  14. {
  15. "name": "lamptop",
  16. "directions": 4
  17. },
  18. {
  19. "name": "flame",
  20. "directions": 4,
  21. "delays": [
  22. [
  23. 0.1,
  24. 0.1,
  25. 0.1,
  26. 0.1
  27. ],
  28. [
  29. 0.1,
  30. 0.1,
  31. 0.1,
  32. 0.1
  33. ],
  34. [
  35. 0.1,
  36. 0.1,
  37. 0.1,
  38. 0.1
  39. ],
  40. [
  41. 0.1,
  42. 0.1,
  43. 0.1,
  44. 0.1
  45. ]
  46. ]
  47. },
  48. {
  49. "name": "inhand-left",
  50. "directions": 4
  51. },
  52. {
  53. "name": "inhand-right",
  54. "directions": 4
  55. },
  56. {
  57. "name": "inhand-left-flame",
  58. "directions": 4,
  59. "delays": [
  60. [
  61. 0.1,
  62. 0.1,
  63. 0.1,
  64. 0.1
  65. ],
  66. [
  67. 0.1,
  68. 0.1,
  69. 0.1,
  70. 0.1
  71. ],
  72. [
  73. 0.1,
  74. 0.1,
  75. 0.1,
  76. 0.1
  77. ],
  78. [
  79. 0.1,
  80. 0.1,
  81. 0.1,
  82. 0.1
  83. ]
  84. ]
  85. },
  86. {
  87. "name": "inhand-right-flame",
  88. "directions": 4,
  89. "delays": [
  90. [
  91. 0.1,
  92. 0.1,
  93. 0.1,
  94. 0.1
  95. ],
  96. [
  97. 0.1,
  98. 0.1,
  99. 0.1,
  100. 0.1
  101. ],
  102. [
  103. 0.1,
  104. 0.1,
  105. 0.1,
  106. 0.1
  107. ],
  108. [
  109. 0.1,
  110. 0.1,
  111. 0.1,
  112. 0.1
  113. ]
  114. ]
  115. }
  116. ]
  117. }