meta.json 476 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/f349b842c84f500399bd5673e5e34a6bc45b001a",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "off"
  12. },
  13. {
  14. "name": "on"
  15. },
  16. {
  17. "name": "on-unlit"
  18. },
  19. {
  20. "name": "flashing",
  21. "delays": [
  22. [
  23. 0.1,
  24. 0.1,
  25. 0.1
  26. ]
  27. ]
  28. }
  29. ]
  30. }