meta.json 468 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "version": 1,
  3. "license": "CC0-1.0",
  4. "copyright": "Adapted from CEV-Eris by EmoGarbage404 (github) for Space Station 14.",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "base"
  12. },
  13. {
  14. "name": "spinning",
  15. "delays":
  16. [
  17. [
  18. 0.25,
  19. 0.25,
  20. 0.25,
  21. 0.25
  22. ]
  23. ]
  24. },
  25. {
  26. "name": "panel"
  27. },
  28. {
  29. "name": "unshaded"
  30. }
  31. ]
  32. }