meta.json 445 B

123456789101112131415161718192021222324252627
  1. {
  2. "version": 1,
  3. "size": {
  4. "x": 32,
  5. "y": 32
  6. },
  7. "license": "CC-BY-SA-3.0",
  8. "copyright": "Created by EmoGarbage404 (github) for space-station-14, credit to Aleksh#7552 (discord) for original concepts and designs",
  9. "states": [
  10. {
  11. "name": "clamp"
  12. },
  13. {
  14. "name": "dead"
  15. },
  16. {
  17. "name": "golem",
  18. "directions": 4
  19. },
  20. {
  21. "name": "jared"
  22. },
  23. {
  24. "name": "lover"
  25. }
  26. ]
  27. }