meta.json 864 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "version": 1,
  3. "size": {
  4. "x": 32,
  5. "y": 32
  6. },
  7. "license": "CC-BY-SA-3.0",
  8. "copyright": "https://github.com/vgstation-coders/vgstation13 at 8d9c91e19cb52713c7f7f1804c2b6f7203f8d331. Back equip sprite created by RiceMar.",
  9. "states": [
  10. {
  11. "name": "icon"
  12. },
  13. {
  14. "name": "equipped-BACKPACK",
  15. "directions": 4
  16. },
  17. {
  18. "name": "equipped-SUITSTORAGE",
  19. "directions": 4
  20. },
  21. {
  22. "name": "inhand-left",
  23. "directions": 4
  24. },
  25. {
  26. "name": "inhand-right",
  27. "directions": 4
  28. },
  29. {
  30. "name": "wielded-inhand-left",
  31. "directions": 4
  32. },
  33. {
  34. "name": "wielded-inhand-right",
  35. "directions": 4
  36. }
  37. ]
  38. }