meta.json 708 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "apple"
  12. },
  13. {
  14. "name": "bunny"
  15. },
  16. {
  17. "name": "bubblegum"
  18. },
  19. {
  20. "name": "chocolate-inhand-right",
  21. "directions": 4
  22. },
  23. {
  24. "name": "chocolate-inhand-left",
  25. "directions": 4
  26. },
  27. {
  28. "name": "cocoa"
  29. },
  30. {
  31. "name": "coin"
  32. },
  33. {
  34. "name": "corn"
  35. },
  36. {
  37. "name": "dice"
  38. },
  39. {
  40. "name": "egg"
  41. },
  42. {
  43. "name": "orange"
  44. }
  45. ]
  46. }