meta.json 755 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "version": 1,
  3. "license": "CC-BY-NC-SA-3.0",
  4. "copyright": "Taken from and modified by ProtivogaSpriter on TGStation at commit https://github.com/tgstation/tgstation/commit/2614518661bfac1dcc96f07cfcc70b4abacd27bf",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "inhand-left",
  12. "directions": 4
  13. },
  14. {
  15. "name": "wielded-inhand-left",
  16. "directions": 4
  17. },
  18. {
  19. "name": "inhand-right",
  20. "directions": 4
  21. },
  22. {
  23. "name": "wielded-inhand-right",
  24. "directions": 4
  25. },
  26. {
  27. "name": "icon",
  28. "delays": [
  29. [
  30. 2,
  31. 0.1,
  32. 0.1,
  33. 0.1,
  34. 0.1,
  35. 0.1,
  36. 0.1,
  37. 0.1
  38. ]
  39. ]
  40. }
  41. ]
  42. }