meta.json 398 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Created by Peptide90 for SS14",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "icon"
  12. },
  13. {
  14. "name": "unlit"
  15. },
  16. {
  17. "name": "running",
  18. "delays": [
  19. [
  20. 0.3,
  21. 0.3,
  22. 0.3,
  23. 0.3,
  24. 0.3,
  25. 0.3
  26. ]
  27. ]
  28. }
  29. ]
  30. }