meta.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "version":1,
  3. "size":
  4. {
  5. "x":32,
  6. "y":32
  7. },
  8. "copyright":"Created by EmoGarbage404 (github) for Space Station 14.",
  9. "license":"CC0-1.0",
  10. "states":
  11. [
  12. {
  13. "name":"off"
  14. },
  15. {
  16. "name":"on",
  17. "delays":
  18. [
  19. [
  20. 0.05,
  21. 0.05,
  22. 0.05,
  23. 0.05,
  24. 0.05
  25. ]
  26. ]
  27. },
  28. {
  29. "name":"panel"
  30. },
  31. {
  32. "name":"trans"
  33. },
  34. {
  35. "name":"pipe",
  36. "directions":4
  37. },
  38. {
  39. "name":"display"
  40. },
  41. {
  42. "name":"fill-1"
  43. },
  44. {
  45. "name":"fill-2"
  46. },
  47. {
  48. "name":"fill-3"
  49. },
  50. {
  51. "name":"fill-4"
  52. },
  53. {
  54. "name":"fill-5"
  55. },
  56. {
  57. "name":"fill-6"
  58. },
  59. {
  60. "name":"fill-7"
  61. }
  62. ]
  63. }