meta.json 1008 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "version": 1,
  3. "size": {
  4. "x": 32,
  5. "y": 32
  6. },
  7. "license": "CC-BY-SA-3.0",
  8. "copyright": "Taken from https://github.com/austation/austation/tree/30f0ba9c2dab3ec8e55ab6fae03bde1566a154ca, space kangaroo made by and kangaroo modified by brainfood1183 (github)",
  9. "states": [
  10. {
  11. "name": "kangaroo",
  12. "directions": 4
  13. },
  14. {
  15. "name": "kangaroo-dead"
  16. },
  17. {
  18. "name": "kangaroo-crit"
  19. },
  20. {
  21. "name": "kangaroo-space-crit"
  22. },
  23. {
  24. "name": "kangaroo-space",
  25. "directions": 4
  26. },
  27. {
  28. "name": "glow",
  29. "directions": 4,
  30. "delays": [
  31. [
  32. 0.2,
  33. 0.2,
  34. 0.2,
  35. 0.2
  36. ],
  37. [
  38. 0.2,
  39. 0.2,
  40. 0.2,
  41. 0.2
  42. ],
  43. [
  44. 0.2,
  45. 0.2,
  46. 0.2,
  47. 0.2
  48. ],
  49. [
  50. 0.2,
  51. 0.2,
  52. 0.2,
  53. 0.2
  54. ]
  55. ]
  56. },
  57. {
  58. "name": "kangaroo-space-dead"
  59. }
  60. ]
  61. }