meta.json 934 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/1592a112e3d33eec4a0704b518a138d5a976f455",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "icon",
  12. "directions": 1
  13. },
  14. {
  15. "name": "icon-on",
  16. "directions": 1,
  17. "delays": [
  18. [
  19. 0.2,
  20. 0.2
  21. ]
  22. ]
  23. },
  24. {
  25. "name": "inhand-left",
  26. "directions": 4
  27. },
  28. {
  29. "name": "inhand-right",
  30. "directions": 4
  31. },
  32. {
  33. "name": "equipped-BACKPACK",
  34. "directions": 4
  35. },
  36. {
  37. "name": "on-equipped-BACKPACK",
  38. "directions": 4,
  39. "delays": [
  40. [
  41. 0.2,
  42. 0.2
  43. ],
  44. [
  45. 0.2,
  46. 0.2
  47. ],
  48. [
  49. 0.2,
  50. 0.2
  51. ],
  52. [
  53. 0.2,
  54. 0.2
  55. ]
  56. ]
  57. }
  58. ]
  59. }