meta.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Made by Nimfar11 (GitHub) for Space Station 14",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "assembly"
  12. },
  13. {
  14. "name": "closed",
  15. "directions": 1,
  16. "delays": [
  17. [
  18. 1.0
  19. ]
  20. ]
  21. },
  22. {
  23. "name": "closing",
  24. "directions": 1,
  25. "delays": [
  26. [
  27. 0.2,
  28. 0.2,
  29. 0.2,
  30. 0.2,
  31. 0.2,
  32. 0.2
  33. ]
  34. ]
  35. },
  36. {
  37. "name": "open",
  38. "directions": 1,
  39. "delays": [
  40. [
  41. 1.0
  42. ]
  43. ]
  44. },
  45. {
  46. "name": "opening",
  47. "directions": 1,
  48. "delays": [
  49. [
  50. 0.2,
  51. 0.2,
  52. 0.2,
  53. 0.2,
  54. 0.2,
  55. 0.2
  56. ]
  57. ]
  58. }
  59. ]
  60. }