meta.json 535 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from /tg/station commit https://github.com/tgstation/tgstation/commit/af7b7043df593807f7a98b7a07880d7a977cda14 and resprited by Alekshhh, welded state drawn by Flareguy for Space Station 14",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "base"
  12. },
  13. {
  14. "name": "door"
  15. },
  16. {
  17. "name": "unlocked"
  18. },
  19. {
  20. "name": "locked"
  21. },
  22. {
  23. "name": "panel"
  24. },
  25. {
  26. "name": "welded"
  27. }
  28. ]
  29. }