meta.json 528 B

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