meta.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Made by PixelTheKermit (github) for SS14",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "long_primary",
  12. "directions": 4
  13. },
  14. {
  15. "name": "long_secondary",
  16. "directions": 4
  17. },
  18. {
  19. "name": "sharp_primary",
  20. "directions": 4
  21. },
  22. {
  23. "name": "sharp_secondary",
  24. "directions": 4
  25. },
  26. {
  27. "name": "stingers_primary",
  28. "directions": 4
  29. },
  30. {
  31. "name": "stingers_secondary",
  32. "directions": 4
  33. },
  34. {
  35. "name": "curled_primary",
  36. "directions": 4
  37. },
  38. {
  39. "name": "curled_secondary",
  40. "directions": 4
  41. },
  42. {
  43. "name": "zigzag_primary",
  44. "directions": 4
  45. },
  46. {
  47. "name": "zigzag_secondary",
  48. "directions": 4
  49. },
  50. {
  51. "name": "chipped_primary",
  52. "directions": 4
  53. },
  54. {
  55. "name": "chipped_secondary",
  56. "directions": 4
  57. },
  58. {
  59. "name": "harvest_primary",
  60. "directions": 4
  61. },
  62. {
  63. "name": "harvest_secondary",
  64. "directions": 4
  65. },
  66. {
  67. "name": "short_primary",
  68. "directions": 4
  69. },
  70. {
  71. "name": "short_secondary",
  72. "directions": 4
  73. },
  74. {
  75. "name": "freaky_primary",
  76. "directions": 4
  77. },
  78. {
  79. "name": "freaky_secondary",
  80. "directions": 4
  81. }
  82. ]
  83. }