meta.json 854 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "version": 1,
  3. "size": {
  4. "x": 32,
  5. "y": 32
  6. },
  7. "license": "CC-BY-SA-3.0",
  8. "copyright": "supplybot drawn by netwy",
  9. "states": [
  10. {
  11. "name": "supplybot",
  12. "directions": 4,
  13. "delays": [
  14. [
  15. 0.3,
  16. 0.1
  17. ],
  18. [
  19. 0.3,
  20. 0.1
  21. ],
  22. [
  23. 0.3,
  24. 0.1
  25. ],
  26. [
  27. 0.3,
  28. 0.1
  29. ]
  30. ]
  31. },
  32. {
  33. "name": "supplybot-moving",
  34. "directions": 4,
  35. "delays": [
  36. [
  37. 0.1,
  38. 0.1,
  39. 0.1,
  40. 0.1
  41. ],
  42. [
  43. 0.1,
  44. 0.1,
  45. 0.1,
  46. 0.1
  47. ],
  48. [
  49. 0.1,
  50. 0.1,
  51. 0.1,
  52. 0.1
  53. ],
  54. [
  55. 0.1,
  56. 0.1,
  57. 0.1,
  58. 0.1
  59. ]
  60. ]
  61. }
  62. ]
  63. }