TerrainTiles.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. {
  2. "variations": {
  3. "default": {
  4. "SMB1": {
  5. "source": "Overworld.png"
  6. },
  7. "SMBLL": {
  8. "source": "OverworldLL.png"
  9. },
  10. "SMBANN": {
  11. "source": "OverworldANN.png"
  12. }
  13. },
  14. "Underground": {
  15. "SMB1": {
  16. "source": "Underground.png"
  17. },
  18. "SMBLL": {
  19. "source": "UndergroundLL.png"
  20. },
  21. "SMBANN": {
  22. "source": "UndergroundANN.png"
  23. }
  24. },
  25. "Desert": {
  26. "SMB1": {
  27. "source": "Desert.png"
  28. },
  29. "SMBLL": {
  30. "source": "DesertLL.png"
  31. },
  32. "SMBS": {
  33. "source": "DesertSP.png"
  34. },
  35. "SMBANN": {
  36. "source": "DesertANN.png"
  37. }
  38. },
  39. "Snow": {
  40. "SMB1": {
  41. "source": "Snow.png"
  42. },
  43. "SMBLL": {
  44. "source": "SnowLL.png"
  45. },
  46. "SMBANN": {
  47. "source": "SnowANN.png"
  48. }
  49. },
  50. "Jungle": {
  51. "SMB1": {
  52. "source": "Jungle.png"
  53. },
  54. "SMBLL": {
  55. "source": "JungleLL.png"
  56. },
  57. "SMBANN": {
  58. "source": "JungleANN.png"
  59. }
  60. },
  61. "Beach": {
  62. "SMB1": {
  63. "source": "Beach.png"
  64. },
  65. "SMBLL": {
  66. "source": "BeachLL.png"
  67. },
  68. "SMBS": {
  69. "source": "BeachSP.png"
  70. }
  71. },
  72. "Garden": {
  73. "SMB1": {
  74. "source": "Garden.png"
  75. },
  76. "SMBLL": {
  77. "source": "GardenLL.png"
  78. },
  79. "SMBS": {
  80. "source": "GardenSP.png"
  81. }
  82. },
  83. "Mountain": {
  84. "SMB1": {
  85. "source": "Mountain.png"
  86. },
  87. "SMBLL": {
  88. "source": "MountainLL.png"
  89. }
  90. },
  91. "Skyland": {
  92. "SMB1": {
  93. "source": "Sky.png"
  94. },
  95. "SMBLL": {
  96. "source": "SkyLL.png"
  97. }
  98. },
  99. "Autumn": {
  100. "SMB1": {
  101. "source": "Autumn.png"
  102. },
  103. "SMBLL": {
  104. "source": "AutumnLL.png"
  105. }
  106. },
  107. "Pipeland": {
  108. "SMB1": {
  109. "source": "PipeLand.png"
  110. },
  111. "SMBLL": {
  112. "source": "PipeLandLL.png"
  113. }
  114. },
  115. "Space": {
  116. "SMB1": {
  117. "source": "Space.png"
  118. },
  119. "SMBLL": {
  120. "source": "SpaceLL.png"
  121. },
  122. "SMBS": {
  123. "source": "SpaceSP.png"
  124. }
  125. },
  126. "Underwater": {
  127. "SMB1": {
  128. "source": "Underwater.png"
  129. },
  130. "SMBLL": {
  131. "source": "UnderwaterLL.png"
  132. },
  133. "SMBS": {
  134. "source": "UnderwaterSP.png"
  135. },
  136. "SMBANN": {
  137. "source": "UnderwaterANN.png"
  138. }
  139. },
  140. "Volcano": {
  141. "SMB1": {
  142. "source": "Volcano.png"
  143. },
  144. "SMBLL": {
  145. "source": "VolcanoLL.png"
  146. },
  147. "SMBS": {
  148. "source": "VolcanoSP.png"
  149. }
  150. },
  151. "GhostHouse": {
  152. "SMB1": {
  153. "source": "GhostHouse.png"
  154. },
  155. "SMBLL": {
  156. "source": "GhostHouseLL.png"
  157. }
  158. },
  159. "Castle": {
  160. "SMB1": {
  161. "source": "Castle.png"
  162. },
  163. "SMBLL": {
  164. "source": "CastleLL.png"
  165. },
  166. "SMBANN": {
  167. "source": "CastleANN.png"
  168. }
  169. },
  170. "CastleWater": {
  171. "SMB1": {
  172. "source": "CastleWater.png"
  173. },
  174. "SMBLL": {
  175. "source": "CastleWaterLL.png"
  176. },
  177. "SMBS": {
  178. "source": "CastleWaterSP.png"
  179. }
  180. },
  181. "Airship": {
  182. "SMB1": {
  183. "source": "Airship.png"
  184. },
  185. "SMBLL": {
  186. "source": "AirshipLL.png"
  187. }
  188. },
  189. "Bonus": {
  190. "SMB1": {
  191. "source": "Bonus.png"
  192. },
  193. "SMBLL": {
  194. "source": "BonusLL.png"
  195. }
  196. }
  197. }
  198. }