meta.json 601 B

123456789101112131415161718192021222324252627282930313233
  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. Supersynth sprite made by moomoobeef.",
  9. "states": [
  10. {
  11. "name": "icon"
  12. },
  13. {
  14. "name": "inhand-left",
  15. "directions": 4
  16. },
  17. {
  18. "name": "inhand-right",
  19. "directions": 4
  20. },
  21. {
  22. "name": "supersynth"
  23. },
  24. {
  25. "name": "super-inhand-left",
  26. "directions": 4
  27. },
  28. {
  29. "name": "super-inhand-right",
  30. "directions": 4
  31. }
  32. ]
  33. }