meta.json 717 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/52cbeaf94322209d4c6596818dda9fb3654729d3 and modified by Swept",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "seclite"
  12. },
  13. {
  14. "name": "seclite-on"
  15. },
  16. {
  17. "name": "seclite-overlay"
  18. },
  19. {
  20. "name": "inhand-left",
  21. "directions": 4
  22. },
  23. {
  24. "name": "inhand-right",
  25. "directions": 4
  26. },
  27. {
  28. "name": "inhand-left-light",
  29. "directions": 4
  30. },
  31. {
  32. "name": "inhand-right-light",
  33. "directions": 4
  34. },
  35. {
  36. "name": "equipped-BELT",
  37. "directions": 4
  38. }
  39. ]
  40. }