meta.json 579 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "version": 1,
  3. "size": {
  4. "x": 32,
  5. "y": 32
  6. },
  7. "license": "CC-BY-SA-3.0",
  8. "copyright": "taxibot drawn by FillerVK, modified by Diebeck",
  9. "states": [
  10. {
  11. "name": "taxibot",
  12. "directions": 4,
  13. "delays": [
  14. [
  15. 0.1,
  16. 0.1,
  17. 0.1,
  18. 0.1
  19. ],
  20. [
  21. 0.1,
  22. 0.1,
  23. 0.1,
  24. 0.1
  25. ],
  26. [
  27. 0.1,
  28. 0.1,
  29. 0.1,
  30. 0.1
  31. ],
  32. [
  33. 0.1,
  34. 0.1,
  35. 0.1,
  36. 0.1
  37. ]
  38. ]
  39. }
  40. ]
  41. }