meta.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "version": 1,
  3. "size": {
  4. "x": 32,
  5. "y": 32
  6. },
  7. "copyright": "Taken from https://github.com/Baystation12/Baystation12/tree/7274e5654c3cf82d4104dbf818ef00fdc0082aa8",
  8. "license": "CC-BY-SA-3.0",
  9. "states": [
  10. {
  11. "name": "base",
  12. "directions": 4
  13. },
  14. {
  15. "name": "thrust",
  16. "directions": 4,
  17. "delays": [
  18. [
  19. 0.1,
  20. 0.1,
  21. 0.1,
  22. 0.1,
  23. 0.1
  24. ],
  25. [
  26. 0.1,
  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. 0.1
  38. ],
  39. [
  40. 0.1,
  41. 0.1,
  42. 0.1,
  43. 0.1,
  44. 0.1
  45. ]
  46. ]
  47. },
  48. {
  49. "name": "thrust_burn_unshaded",
  50. "directions": 4,
  51. "delays": [
  52. [
  53. 0.1,
  54. 0.1,
  55. 0.1,
  56. 0.1,
  57. 0.1
  58. ],
  59. [
  60. 0.1,
  61. 0.1,
  62. 0.1,
  63. 0.1,
  64. 0.1
  65. ],
  66. [
  67. 0.1,
  68. 0.1,
  69. 0.1,
  70. 0.1,
  71. 0.1
  72. ],
  73. [
  74. 0.1,
  75. 0.1,
  76. 0.1,
  77. 0.1,
  78. 0.1
  79. ]
  80. ]
  81. }
  82. ]
  83. }