meta.json 1013 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/94f27c7b25bbde39c1412e24fb32bf6470fcc394",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "icon"
  12. },
  13. {
  14. "name": "green-unlit"
  15. },
  16. {
  17. "name": "yellow-unlit"
  18. },
  19. {
  20. "name": "red-unlit"
  21. },
  22. {
  23. "name": "inhand-left",
  24. "directions": 4
  25. },
  26. {
  27. "name": "inhand-right",
  28. "directions": 4
  29. },
  30. {
  31. "name": "green-inhand-left",
  32. "directions": 4
  33. },
  34. {
  35. "name": "green-inhand-right",
  36. "directions": 4
  37. },
  38. {
  39. "name": "yellow-inhand-left",
  40. "directions": 4
  41. },
  42. {
  43. "name": "yellow-inhand-right",
  44. "directions": 4
  45. },
  46. {
  47. "name": "red-inhand-left",
  48. "directions": 4
  49. },
  50. {
  51. "name": "red-inhand-right",
  52. "directions": 4
  53. },
  54. {
  55. "name": "equipped-BELT",
  56. "directions": 4
  57. }
  58. ]
  59. }