meta.json 450 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from tgstation at ",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "icon",
  12. "delays": [
  13. [
  14. 0.2,
  15. 0.2,
  16. 0.2,
  17. 0.2,
  18. 0.2,
  19. 0.2
  20. ]
  21. ]
  22. },
  23. {
  24. "name": "inhand-left",
  25. "directions": 4
  26. },
  27. {
  28. "name": "inhand-right",
  29. "directions": 4
  30. }
  31. ]
  32. }