meta.json 646 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 modified by Potato1234x (Github) for SS14 | normal-unshaded modified by PuroSlavKing (Github)",
  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. 0.8,
  24. 0.8,
  25. 0.8,
  26. 0.8,
  27. 0.8,
  28. 0.8,
  29. 0.8,
  30. 0.8
  31. ]
  32. ]
  33. }
  34. ]
  35. }