meta.json 552 B

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