meta.json 888 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "version": 1,
  3. "size": {
  4. "x": 32,
  5. "y": 32
  6. },
  7. "license": "CC-BY-SA-3.0",
  8. "copyright": "Taken from tgstation https://github.com/tgstation/tgstation/commit/ab4abf318f293a701754656dd4e9261eb70f8824#diff-9ab5c8a5e47ab7cfaeadd859a23e32b05de1fe839e99ea767fd7e340b6385d67, in-hands modified by SeamLesss (github) from Objects/Misc/qm_clipboard.rsi/inhand-(left/right)",
  9. "states": [
  10. {
  11. "name": "scanner",
  12. "directions": 1,
  13. "delays": [
  14. [
  15. 0.4,
  16. 0.4
  17. ]
  18. ]
  19. },
  20. {
  21. "name": "scanner-inhand-left",
  22. "directions": 4
  23. },
  24. {
  25. "name": "scanner-inhand-right",
  26. "directions": 4
  27. },
  28. {
  29. "name": "icon",
  30. "directions": 1
  31. }
  32. ]
  33. }