meta.json 478 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "version": 1,
  3. "license": "CC0-1.0",
  4. "copyright": "Created by EmoGarbage404 (github) for Space Station 14",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "icon"
  12. },
  13. {
  14. "name": "display"
  15. },
  16. {
  17. "name": "detail"
  18. },
  19. {
  20. "name": "inhand-left",
  21. "directions": 4
  22. },
  23. {
  24. "name": "inhand-right",
  25. "directions": 4
  26. },
  27. {
  28. "name": "equipped-BELT",
  29. "directions": 4
  30. }
  31. ]
  32. }