meta.json 721 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/39659000f380583c35fb814ee2fadab24c2f8076, additional label sprites by Vermidia, bag in-hand sprites by SeamLesss (github)",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "bag"
  12. },
  13. {
  14. "name": "bag-inhand-left",
  15. "directions": 4
  16. },
  17. {
  18. "name": "bag-inhand-right",
  19. "directions": 4
  20. },
  21. {
  22. "name": "bag_folded"
  23. },
  24. {
  25. "name": "paper"
  26. },
  27. {
  28. "name": "open_overlay"
  29. },
  30. {
  31. "name": "bounty"
  32. },
  33. {
  34. "name": "captains_paper"
  35. },
  36. {
  37. "name": "invoice"
  38. }
  39. ]
  40. }