meta.json 616 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "version": 1,
  3. "size": {
  4. "x": 32,
  5. "y": 32
  6. },
  7. "copyright": "Made with love by Shaeone",
  8. "license": "CC-BY-SA-3.0",
  9. "states": [
  10. {
  11. "name": "base",
  12. "directions": 1
  13. },
  14. {
  15. "name": "thrust",
  16. "directions": 1
  17. },
  18. {
  19. "name": "thrust_burn",
  20. "directions": 1,
  21. "delays": [
  22. [
  23. 0.1,
  24. 0.1,
  25. 0.1,
  26. 0.1
  27. ]
  28. ]
  29. },
  30. {
  31. "name": "thrust_burn_unshaded",
  32. "directions": 1,
  33. "delays": [
  34. [
  35. 0.1,
  36. 0.1,
  37. 0.1,
  38. 0.1
  39. ]
  40. ]
  41. }
  42. ]
  43. }