meta.json 974 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "On, off, broken, burned, empty sprites by RiceMar1244",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "broken",
  12. "directions": 4
  13. },
  14. {
  15. "name": "burned",
  16. "directions": 4
  17. },
  18. {
  19. "name": "empty",
  20. "directions": 4
  21. },
  22. {
  23. "name": "base",
  24. "directions": 4
  25. },
  26. {
  27. "name": "glow",
  28. "directions": 4,
  29. "delays": [
  30. [
  31. 0.1,
  32. 0.5
  33. ],
  34. [
  35. 0.1,
  36. 0.5
  37. ],
  38. [
  39. 0.1,
  40. 0.5
  41. ],
  42. [
  43. 0.1,
  44. 0.5
  45. ]
  46. ]
  47. }
  48. ]
  49. }