meta.json 703 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/1b8c53516ce8b14828b7147b0fa344b7b57724e9. Fill levels by Tayrtahn on GitHub, in-hand sprites by SeamLesss (GitHub)",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "rag"
  12. },
  13. {
  14. "name": "fill-1"
  15. },
  16. {
  17. "name": "fill-2"
  18. },
  19. {
  20. "name": "fill-3"
  21. },
  22. {
  23. "name": "inhand-left",
  24. "directions": 4
  25. },
  26. {
  27. "name": "inhand-right",
  28. "directions": 4
  29. }
  30. ]
  31. }