meta.json 635 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Made by PixelTheKermit (github) for SS14",
  5. "size": {"x": 32, "y": 32},
  6. "states":
  7. [
  8. {
  9. "name": "closed",
  10. "directions": 1
  11. },
  12. {
  13. "name": "closing",
  14. "directions": 1,
  15. "delays":
  16. [
  17. [
  18. 0.2,
  19. 0.2,
  20. 0.2,
  21. 0.2,
  22. 0.2,
  23. 0.2
  24. ]
  25. ]
  26. },
  27. {
  28. "name": "open",
  29. "directions": 1
  30. },
  31. {
  32. "name": "opening",
  33. "directions": 1,
  34. "delays": [
  35. [
  36. 0.2,
  37. 0.2,
  38. 0.2,
  39. 0.2,
  40. 0.2,
  41. 0.2
  42. ]
  43. ]
  44. }
  45. ]
  46. }