meta.json 764 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "tgstation at https://github.com/tgstation/tgstation/commit/71a1fee2f13730adee5302d34bfa0f0262314d63",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "icon"
  12. },
  13. {
  14. "name": "linked",
  15. "delays": [
  16. [
  17. 0.1,
  18. 0.1,
  19. 0.1,
  20. 0.1,
  21. 0.1,
  22. 0.1,
  23. 0.1
  24. ]
  25. ]
  26. },
  27. {
  28. "name": "inhand-left",
  29. "directions": 4
  30. },
  31. {
  32. "name": "inhand-right",
  33. "directions": 4
  34. }
  35. ]
  36. }