meta.json 760 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Clipboard sprites are by WJohn (Github) for tgstation, taken from https://github.com/tgstation/tgstation/commit/3cc10b1785bff95e861d722b5164189951761921. Inhand sprites by nmajask (Github) for SS14. clipboard_paper is a modified version of paper from bureaucracy.rsi.",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "clipboard"
  12. },
  13. {
  14. "name": "clipboard_over"
  15. },
  16. {
  17. "name": "clipboard_paper"
  18. },
  19. {
  20. "name": "clipboard_pen"
  21. },
  22. {
  23. "name": "equipped-BELT",
  24. "directions": 4
  25. },
  26. {
  27. "name": "inhand-left",
  28. "directions": 4
  29. },
  30. {
  31. "name": "inhand-right",
  32. "directions": 4
  33. }
  34. ]
  35. }