meta.json 570 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation at b2e5316993806b1524ab81237b1735b0591df2a2, backpack sprite by peptide, backpack sling sprite edited by Boaz1111",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "icon"
  12. },
  13. {
  14. "name": "tank"
  15. },
  16. {
  17. "name": "inhand-left",
  18. "directions": 4
  19. },
  20. {
  21. "name": "inhand-right",
  22. "directions": 4
  23. },
  24. {
  25. "name": "equipped-BACKPACK",
  26. "directions": 4
  27. }
  28. ]
  29. }