meta.json 606 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "version": 1,
  3. "size": {
  4. "x": 32,
  5. "y": 32
  6. },
  7. "license": "CC-BY-SA-3.0",
  8. "copyright": "Created by TheShuEd (github) for Space Station 14",
  9. "states": [
  10. {
  11. "name": "small"
  12. },
  13. {
  14. "name": "medium"
  15. },
  16. {
  17. "name": "high"
  18. },
  19. {
  20. "name": "inhand-left",
  21. "directions": 4
  22. },
  23. {
  24. "name": "inhand-right",
  25. "directions": 4
  26. },
  27. {
  28. "name": "o1"
  29. },
  30. {
  31. "name": "o2"
  32. }
  33. ]
  34. }