meta.json 988 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "version": 1,
  3. "size": {
  4. "x": 32,
  5. "y": 32
  6. },
  7. "license": "CC-BY-SA-3.0",
  8. "copyright": "Created by TheShuEd (github) for Space Station 14",
  9. "states": [
  10. {
  11. "name": "light-off"
  12. },
  13. {
  14. "name": "empty"
  15. },
  16. {
  17. "name": "full"
  18. },
  19. {
  20. "name": "open"
  21. },
  22. {
  23. "name": "light-charging",
  24. "delays": [
  25. [
  26. 0.3,
  27. 0.3,
  28. 0.3,
  29. 0.3
  30. ]
  31. ]
  32. },
  33. {
  34. "name": "light-charged",
  35. "delays": [
  36. [
  37. 0.6,
  38. 0.6
  39. ]
  40. ]
  41. },
  42. {
  43. "name": "light-empty",
  44. "delays": [
  45. [
  46. 0.8,
  47. 0.8
  48. ]
  49. ]
  50. }
  51. ]
  52. }