Remaking and revisiting Metroid in Godot. This project uses sprites from *Metroid* by Nintendo. Do not copy it without permission.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Brinstar.tscn 43KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938
  1. [gd_scene load_steps=3 format=2]
  2. [ext_resource path="res://assets/sprites/metroid-brinstar.png" type="Texture" id=1]
  3. [sub_resource type="TileSet" id=1]
  4. resource_name = "brinstar-"
  5. 0/name = "teal wood 1"
  6. 0/texture = ExtResource( 1 )
  7. 0/tex_offset = Vector2( 0, 0 )
  8. 0/modulate = Color( 1, 1, 1, 1 )
  9. 0/region = Rect2( 0, 0, 16, 16 )
  10. 0/tile_mode = 0
  11. 0/occluder_offset = Vector2( 0, 0 )
  12. 0/navigation_offset = Vector2( 0, 0 )
  13. 0/shape_offset = Vector2( 0, 0 )
  14. 0/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  15. 0/shape_one_way = false
  16. 0/shape_one_way_margin = 0.0
  17. 0/shapes = [ ]
  18. 0/z_index = 0
  19. 1/name = "teal wood 2"
  20. 1/texture = ExtResource( 1 )
  21. 1/tex_offset = Vector2( 0, 0 )
  22. 1/modulate = Color( 1, 1, 1, 1 )
  23. 1/region = Rect2( 16, 0, 16, 16 )
  24. 1/tile_mode = 0
  25. 1/occluder_offset = Vector2( 0, 0 )
  26. 1/navigation_offset = Vector2( 0, 0 )
  27. 1/shape_offset = Vector2( 0, 0 )
  28. 1/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  29. 1/shape_one_way = false
  30. 1/shape_one_way_margin = 0.0
  31. 1/shapes = [ ]
  32. 1/z_index = 0
  33. 2/name = "teal v pipe"
  34. 2/texture = ExtResource( 1 )
  35. 2/tex_offset = Vector2( 0, 0 )
  36. 2/modulate = Color( 1, 1, 1, 1 )
  37. 2/region = Rect2( 32, 0, 16, 16 )
  38. 2/tile_mode = 0
  39. 2/occluder_offset = Vector2( 0, 0 )
  40. 2/navigation_offset = Vector2( 0, 0 )
  41. 2/shape_offset = Vector2( 0, 0 )
  42. 2/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  43. 2/shape_one_way = false
  44. 2/shape_one_way_margin = 0.0
  45. 2/shapes = [ ]
  46. 2/z_index = 0
  47. 3/name = "teal face"
  48. 3/texture = ExtResource( 1 )
  49. 3/tex_offset = Vector2( 0, 0 )
  50. 3/modulate = Color( 1, 1, 1, 1 )
  51. 3/region = Rect2( 48, 0, 16, 16 )
  52. 3/tile_mode = 0
  53. 3/occluder_offset = Vector2( 0, 0 )
  54. 3/navigation_offset = Vector2( 0, 0 )
  55. 3/shape_offset = Vector2( 0, 0 )
  56. 3/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  57. 3/shape_one_way = false
  58. 3/shape_one_way_margin = 0.0
  59. 3/shapes = [ ]
  60. 3/z_index = 0
  61. 5/name = "teal angle down"
  62. 5/texture = ExtResource( 1 )
  63. 5/tex_offset = Vector2( 0, 0 )
  64. 5/modulate = Color( 1, 1, 1, 1 )
  65. 5/region = Rect2( 0, 16, 16, 16 )
  66. 5/tile_mode = 0
  67. 5/occluder_offset = Vector2( 0, 0 )
  68. 5/navigation_offset = Vector2( 0, 0 )
  69. 5/shape_offset = Vector2( 0, 0 )
  70. 5/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  71. 5/shape_one_way = false
  72. 5/shape_one_way_margin = 0.0
  73. 5/shapes = [ ]
  74. 5/z_index = 0
  75. 6/name = "teal angle up"
  76. 6/texture = ExtResource( 1 )
  77. 6/tex_offset = Vector2( 0, 0 )
  78. 6/modulate = Color( 1, 1, 1, 1 )
  79. 6/region = Rect2( 16, 16, 16, 16 )
  80. 6/tile_mode = 0
  81. 6/occluder_offset = Vector2( 0, 0 )
  82. 6/navigation_offset = Vector2( 0, 0 )
  83. 6/shape_offset = Vector2( 0, 0 )
  84. 6/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  85. 6/shape_one_way = false
  86. 6/shape_one_way_margin = 0.0
  87. 6/shapes = [ ]
  88. 6/z_index = 0
  89. 7/name = "teal h pipe"
  90. 7/texture = ExtResource( 1 )
  91. 7/tex_offset = Vector2( 0, 0 )
  92. 7/modulate = Color( 1, 1, 1, 1 )
  93. 7/region = Rect2( 32, 16, 16, 16 )
  94. 7/tile_mode = 0
  95. 7/occluder_offset = Vector2( 0, 0 )
  96. 7/navigation_offset = Vector2( 0, 0 )
  97. 7/shape_offset = Vector2( 0, 0 )
  98. 7/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  99. 7/shape_one_way = false
  100. 7/shape_one_way_margin = 0.0
  101. 7/shapes = [ ]
  102. 7/z_index = 0
  103. 8/name = "teal pyramid"
  104. 8/texture = ExtResource( 1 )
  105. 8/tex_offset = Vector2( 0, 0 )
  106. 8/modulate = Color( 1, 1, 1, 1 )
  107. 8/region = Rect2( 48, 16, 16, 16 )
  108. 8/tile_mode = 0
  109. 8/occluder_offset = Vector2( 0, 0 )
  110. 8/navigation_offset = Vector2( 0, 0 )
  111. 8/shape_offset = Vector2( 0, 0 )
  112. 8/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  113. 8/shape_one_way = false
  114. 8/shape_one_way_margin = 0.0
  115. 8/shapes = [ ]
  116. 8/z_index = 0
  117. 9/name = "teal bush lg"
  118. 9/texture = ExtResource( 1 )
  119. 9/tex_offset = Vector2( 0, 0 )
  120. 9/modulate = Color( 1, 1, 1, 1 )
  121. 9/region = Rect2( 64, 16, 16, 16 )
  122. 9/tile_mode = 0
  123. 9/occluder_offset = Vector2( 0, 0 )
  124. 9/navigation_offset = Vector2( 0, 0 )
  125. 9/shape_offset = Vector2( 0, 0 )
  126. 9/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  127. 9/shape_one_way = false
  128. 9/shape_one_way_margin = 0.0
  129. 9/shapes = [ ]
  130. 9/z_index = 0
  131. 10/name = "blue vent"
  132. 10/texture = ExtResource( 1 )
  133. 10/tex_offset = Vector2( 0, 0 )
  134. 10/modulate = Color( 1, 1, 1, 1 )
  135. 10/region = Rect2( 0, 32, 16, 16 )
  136. 10/tile_mode = 0
  137. 10/occluder_offset = Vector2( 0, 0 )
  138. 10/navigation_offset = Vector2( 0, 0 )
  139. 10/shape_offset = Vector2( 0, 0 )
  140. 10/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  141. 10/shape_one_way = false
  142. 10/shape_one_way_margin = 0.0
  143. 10/shapes = [ ]
  144. 10/z_index = 0
  145. 11/name = "blue flange pipe 1"
  146. 11/texture = ExtResource( 1 )
  147. 11/tex_offset = Vector2( 0, 0 )
  148. 11/modulate = Color( 1, 1, 1, 1 )
  149. 11/region = Rect2( 16, 32, 16, 16 )
  150. 11/tile_mode = 0
  151. 11/occluder_offset = Vector2( 0, 0 )
  152. 11/navigation_offset = Vector2( 0, 0 )
  153. 11/shape_offset = Vector2( 0, 0 )
  154. 11/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  155. 11/shape_one_way = false
  156. 11/shape_one_way_margin = 0.0
  157. 11/shapes = [ ]
  158. 11/z_index = 0
  159. 12/name = "blue v pipe"
  160. 12/texture = ExtResource( 1 )
  161. 12/tex_offset = Vector2( 0, 0 )
  162. 12/modulate = Color( 1, 1, 1, 1 )
  163. 12/region = Rect2( 32, 32, 16, 16 )
  164. 12/tile_mode = 0
  165. 12/occluder_offset = Vector2( 0, 0 )
  166. 12/navigation_offset = Vector2( 0, 0 )
  167. 12/shape_offset = Vector2( 0, 0 )
  168. 12/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  169. 12/shape_one_way = false
  170. 12/shape_one_way_margin = 0.0
  171. 12/shapes = [ ]
  172. 12/z_index = 0
  173. 13/name = "blue brick"
  174. 13/texture = ExtResource( 1 )
  175. 13/tex_offset = Vector2( 0, 0 )
  176. 13/modulate = Color( 1, 1, 1, 1 )
  177. 13/region = Rect2( 48, 32, 16, 16 )
  178. 13/tile_mode = 0
  179. 13/occluder_offset = Vector2( 0, 0 )
  180. 13/navigation_offset = Vector2( 0, 0 )
  181. 13/shape_offset = Vector2( 0, 0 )
  182. 13/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  183. 13/shape_one_way = false
  184. 13/shape_one_way_margin = 0.0
  185. 13/shapes = [ ]
  186. 13/z_index = 0
  187. 14/name = "blue spawner"
  188. 14/texture = ExtResource( 1 )
  189. 14/tex_offset = Vector2( 0, 0 )
  190. 14/modulate = Color( 1, 1, 1, 1 )
  191. 14/region = Rect2( 64, 32, 32, 16 )
  192. 14/tile_mode = 0
  193. 14/occluder_offset = Vector2( 0, 0 )
  194. 14/navigation_offset = Vector2( 0, 0 )
  195. 14/shape_offset = Vector2( 0, 0 )
  196. 14/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  197. 14/shape_one_way = false
  198. 14/shape_one_way_margin = 0.0
  199. 14/shapes = [ ]
  200. 14/z_index = 0
  201. 15/name = "blue lozenges"
  202. 15/texture = ExtResource( 1 )
  203. 15/tex_offset = Vector2( 0, 0 )
  204. 15/modulate = Color( 1, 1, 1, 1 )
  205. 15/region = Rect2( 0, 48, 16, 16 )
  206. 15/tile_mode = 0
  207. 15/occluder_offset = Vector2( 0, 0 )
  208. 15/navigation_offset = Vector2( 0, 0 )
  209. 15/shape_offset = Vector2( 0, 0 )
  210. 15/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  211. 15/shape_one_way = false
  212. 15/shape_one_way_margin = 0.0
  213. 15/shapes = [ ]
  214. 15/z_index = 0
  215. 16/name = "bright blue flange pipe 2"
  216. 16/texture = ExtResource( 1 )
  217. 16/tex_offset = Vector2( 0, 0 )
  218. 16/modulate = Color( 1, 1, 1, 1 )
  219. 16/region = Rect2( 16, 48, 16, 16 )
  220. 16/tile_mode = 0
  221. 16/occluder_offset = Vector2( 0, 0 )
  222. 16/navigation_offset = Vector2( 0, 0 )
  223. 16/shape_offset = Vector2( 0, 0 )
  224. 16/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  225. 16/shape_one_way = false
  226. 16/shape_one_way_margin = 0.0
  227. 16/shapes = [ ]
  228. 16/z_index = 0
  229. 17/name = "blue h pipe"
  230. 17/texture = ExtResource( 1 )
  231. 17/tex_offset = Vector2( 0, 0 )
  232. 17/modulate = Color( 1, 1, 1, 1 )
  233. 17/region = Rect2( 32, 48, 16, 16 )
  234. 17/tile_mode = 0
  235. 17/occluder_offset = Vector2( 0, 0 )
  236. 17/navigation_offset = Vector2( 0, 0 )
  237. 17/shape_offset = Vector2( 0, 0 )
  238. 17/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  239. 17/shape_one_way = false
  240. 17/shape_one_way_margin = 0.0
  241. 17/shapes = [ ]
  242. 17/z_index = 0
  243. 18/name = "blue square stone"
  244. 18/texture = ExtResource( 1 )
  245. 18/tex_offset = Vector2( 0, 0 )
  246. 18/modulate = Color( 1, 1, 1, 1 )
  247. 18/region = Rect2( 48, 48, 16, 16 )
  248. 18/tile_mode = 0
  249. 18/occluder_offset = Vector2( 0, 0 )
  250. 18/navigation_offset = Vector2( 0, 0 )
  251. 18/shape_offset = Vector2( 0, 0 )
  252. 18/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  253. 18/shape_one_way = false
  254. 18/shape_one_way_margin = 0.0
  255. 18/shapes = [ ]
  256. 18/z_index = 0
  257. 19/name = "blue bush lg"
  258. 19/texture = ExtResource( 1 )
  259. 19/tex_offset = Vector2( 0, 0 )
  260. 19/modulate = Color( 1, 1, 1, 1 )
  261. 19/region = Rect2( 64, 48, 16, 16 )
  262. 19/tile_mode = 0
  263. 19/occluder_offset = Vector2( 0, 0 )
  264. 19/navigation_offset = Vector2( 0, 0 )
  265. 19/shape_offset = Vector2( 0, 0 )
  266. 19/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  267. 19/shape_one_way = false
  268. 19/shape_one_way_margin = 0.0
  269. 19/shapes = [ ]
  270. 19/z_index = 0
  271. 20/name = "blue bush sm"
  272. 20/texture = ExtResource( 1 )
  273. 20/tex_offset = Vector2( 0, 0 )
  274. 20/modulate = Color( 1, 1, 1, 1 )
  275. 20/region = Rect2( 80, 48, 16, 16 )
  276. 20/tile_mode = 0
  277. 20/occluder_offset = Vector2( 0, 0 )
  278. 20/navigation_offset = Vector2( 0, 0 )
  279. 20/shape_offset = Vector2( 0, 0 )
  280. 20/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  281. 20/shape_one_way = false
  282. 20/shape_one_way_margin = 0.0
  283. 20/shapes = [ ]
  284. 20/z_index = 0
  285. 21/name = "blue bubble multi"
  286. 21/texture = ExtResource( 1 )
  287. 21/tex_offset = Vector2( 0, 0 )
  288. 21/modulate = Color( 1, 1, 1, 1 )
  289. 21/region = Rect2( 0, 64, 16, 16 )
  290. 21/tile_mode = 0
  291. 21/occluder_offset = Vector2( 0, 0 )
  292. 21/navigation_offset = Vector2( 0, 0 )
  293. 21/shape_offset = Vector2( 0, 0 )
  294. 21/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  295. 21/shape_one_way = false
  296. 21/shape_one_way_margin = 0.0
  297. 21/shapes = [ ]
  298. 21/z_index = 0
  299. 22/name = "blue bubble sing"
  300. 22/texture = ExtResource( 1 )
  301. 22/tex_offset = Vector2( 0, 0 )
  302. 22/modulate = Color( 1, 1, 1, 1 )
  303. 22/region = Rect2( 16, 64, 8, 8 )
  304. 22/tile_mode = 0
  305. 22/occluder_offset = Vector2( 0, 0 )
  306. 22/navigation_offset = Vector2( 0, 0 )
  307. 22/shape_offset = Vector2( 0, 0 )
  308. 22/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  309. 22/shape_one_way = false
  310. 22/shape_one_way_margin = 0.0
  311. 22/shapes = [ ]
  312. 22/z_index = 0
  313. 23/name = "blue-orange square stone"
  314. 23/texture = ExtResource( 1 )
  315. 23/tex_offset = Vector2( 0, 0 )
  316. 23/modulate = Color( 1, 1, 1, 1 )
  317. 23/region = Rect2( 32, 64, 16, 16 )
  318. 23/tile_mode = 0
  319. 23/occluder_offset = Vector2( 0, 0 )
  320. 23/navigation_offset = Vector2( 0, 0 )
  321. 23/shape_offset = Vector2( 0, 0 )
  322. 23/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  323. 23/shape_one_way = false
  324. 23/shape_one_way_margin = 0.0
  325. 23/shapes = [ ]
  326. 23/z_index = 0
  327. 24/name = "beast entrance 1"
  328. 24/texture = ExtResource( 1 )
  329. 24/tex_offset = Vector2( 0, 0 )
  330. 24/modulate = Color( 1, 1, 1, 1 )
  331. 24/region = Rect2( 0, 80, 16, 16 )
  332. 24/tile_mode = 0
  333. 24/occluder_offset = Vector2( 0, 0 )
  334. 24/navigation_offset = Vector2( 0, 0 )
  335. 24/shape_offset = Vector2( 0, 0 )
  336. 24/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  337. 24/shape_one_way = false
  338. 24/shape_one_way_margin = 0.0
  339. 24/shapes = [ ]
  340. 24/z_index = 0
  341. 25/name = "beast entrance 2"
  342. 25/texture = ExtResource( 1 )
  343. 25/tex_offset = Vector2( 0, 0 )
  344. 25/modulate = Color( 1, 1, 1, 1 )
  345. 25/region = Rect2( 24, 88, 8, 8 )
  346. 25/tile_mode = 0
  347. 25/occluder_offset = Vector2( 0, 0 )
  348. 25/navigation_offset = Vector2( 0, 0 )
  349. 25/shape_offset = Vector2( 0, 0 )
  350. 25/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  351. 25/shape_one_way = false
  352. 25/shape_one_way_margin = 0.0
  353. 25/shapes = [ ]
  354. 25/z_index = 0
  355. 26/name = "beast entrance 3"
  356. 26/texture = ExtResource( 1 )
  357. 26/tex_offset = Vector2( 0, 0 )
  358. 26/modulate = Color( 1, 1, 1, 1 )
  359. 26/region = Rect2( 40, 80, 8, 8 )
  360. 26/tile_mode = 0
  361. 26/occluder_offset = Vector2( 0, 0 )
  362. 26/navigation_offset = Vector2( 0, 0 )
  363. 26/shape_offset = Vector2( 0, 0 )
  364. 26/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  365. 26/shape_one_way = false
  366. 26/shape_one_way_margin = 0.0
  367. 26/shapes = [ ]
  368. 26/z_index = 0
  369. 27/name = "beast entrance 4"
  370. 27/texture = ExtResource( 1 )
  371. 27/tex_offset = Vector2( 0, 0 )
  372. 27/modulate = Color( 1, 1, 1, 1 )
  373. 27/region = Rect2( 48, 80, 16, 8 )
  374. 27/tile_mode = 0
  375. 27/occluder_offset = Vector2( 0, 0 )
  376. 27/navigation_offset = Vector2( 0, 0 )
  377. 27/shape_offset = Vector2( 0, 0 )
  378. 27/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  379. 27/shape_one_way = false
  380. 27/shape_one_way_margin = 0.0
  381. 27/shapes = [ ]
  382. 27/z_index = 0
  383. 28/name = "beast entrance 5"
  384. 28/texture = ExtResource( 1 )
  385. 28/tex_offset = Vector2( 0, 0 )
  386. 28/modulate = Color( 1, 1, 1, 1 )
  387. 28/region = Rect2( 0, 96, 16, 16 )
  388. 28/tile_mode = 0
  389. 28/occluder_offset = Vector2( 0, 0 )
  390. 28/navigation_offset = Vector2( 0, 0 )
  391. 28/shape_offset = Vector2( 0, 0 )
  392. 28/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  393. 28/shape_one_way = false
  394. 28/shape_one_way_margin = 0.0
  395. 28/shapes = [ ]
  396. 28/z_index = 0
  397. 29/name = "beast entrance 6"
  398. 29/texture = ExtResource( 1 )
  399. 29/tex_offset = Vector2( 0, 0 )
  400. 29/modulate = Color( 1, 1, 1, 1 )
  401. 29/region = Rect2( 16, 96, 16, 16 )
  402. 29/tile_mode = 0
  403. 29/occluder_offset = Vector2( 0, 0 )
  404. 29/navigation_offset = Vector2( 0, 0 )
  405. 29/shape_offset = Vector2( 0, 0 )
  406. 29/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  407. 29/shape_one_way = false
  408. 29/shape_one_way_margin = 0.0
  409. 29/shapes = [ ]
  410. 29/z_index = 0
  411. 30/name = "beast entrance 7"
  412. 30/texture = ExtResource( 1 )
  413. 30/tex_offset = Vector2( 0, 0 )
  414. 30/modulate = Color( 1, 1, 1, 1 )
  415. 30/region = Rect2( 32, 96, 16, 16 )
  416. 30/tile_mode = 0
  417. 30/occluder_offset = Vector2( 0, 0 )
  418. 30/navigation_offset = Vector2( 0, 0 )
  419. 30/shape_offset = Vector2( 0, 0 )
  420. 30/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  421. 30/shape_one_way = false
  422. 30/shape_one_way_margin = 0.0
  423. 30/shapes = [ ]
  424. 30/z_index = 0
  425. 31/name = "beast entrance 8"
  426. 31/texture = ExtResource( 1 )
  427. 31/tex_offset = Vector2( 0, 0 )
  428. 31/modulate = Color( 1, 1, 1, 1 )
  429. 31/region = Rect2( 48, 96, 16, 16 )
  430. 31/tile_mode = 0
  431. 31/occluder_offset = Vector2( 0, 0 )
  432. 31/navigation_offset = Vector2( 0, 0 )
  433. 31/shape_offset = Vector2( 0, 0 )
  434. 31/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  435. 31/shape_one_way = false
  436. 31/shape_one_way_margin = 0.0
  437. 31/shapes = [ ]
  438. 31/z_index = 0
  439. 32/name = "ridley statue"
  440. 32/texture = ExtResource( 1 )
  441. 32/tex_offset = Vector2( 0, 0 )
  442. 32/modulate = Color( 1, 1, 1, 1 )
  443. 32/region = Rect2( 0, 120, 16, 24 )
  444. 32/tile_mode = 0
  445. 32/occluder_offset = Vector2( 0, 0 )
  446. 32/navigation_offset = Vector2( 0, 0 )
  447. 32/shape_offset = Vector2( 0, 0 )
  448. 32/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  449. 32/shape_one_way = false
  450. 32/shape_one_way_margin = 0.0
  451. 32/shapes = [ ]
  452. 32/z_index = 0
  453. 33/name = "kraid statue"
  454. 33/texture = ExtResource( 1 )
  455. 33/tex_offset = Vector2( 0, 0 )
  456. 33/modulate = Color( 1, 1, 1, 1 )
  457. 33/region = Rect2( 16, 120, 32, 24 )
  458. 33/tile_mode = 0
  459. 33/occluder_offset = Vector2( 0, 0 )
  460. 33/navigation_offset = Vector2( 0, 0 )
  461. 33/shape_offset = Vector2( 0, 0 )
  462. 33/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  463. 33/shape_one_way = false
  464. 33/shape_one_way_margin = 0.0
  465. 33/shapes = [ ]
  466. 33/z_index = 0
  467. 34/name = "statue pillar"
  468. 34/texture = ExtResource( 1 )
  469. 34/tex_offset = Vector2( 0, 0 )
  470. 34/modulate = Color( 1, 1, 1, 1 )
  471. 34/region = Rect2( 48, 128, 16, 16 )
  472. 34/tile_mode = 0
  473. 34/occluder_offset = Vector2( 0, 0 )
  474. 34/navigation_offset = Vector2( 0, 0 )
  475. 34/shape_offset = Vector2( 0, 0 )
  476. 34/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  477. 34/shape_one_way = false
  478. 34/shape_one_way_margin = 0.0
  479. 34/shapes = [ ]
  480. 34/z_index = 0
  481. 35/name = "brown wood 1"
  482. 35/texture = ExtResource( 1 )
  483. 35/tex_offset = Vector2( 0, 0 )
  484. 35/modulate = Color( 1, 1, 1, 1 )
  485. 35/region = Rect2( 0, 144, 16, 16 )
  486. 35/tile_mode = 0
  487. 35/occluder_offset = Vector2( 0, 0 )
  488. 35/navigation_offset = Vector2( 0, 0 )
  489. 35/shape_offset = Vector2( 0, 0 )
  490. 35/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  491. 35/shape_one_way = false
  492. 35/shape_one_way_margin = 0.0
  493. 35/shapes = [ ]
  494. 35/z_index = 0
  495. 36/name = "brown wood 2"
  496. 36/texture = ExtResource( 1 )
  497. 36/tex_offset = Vector2( 0, 0 )
  498. 36/modulate = Color( 1, 1, 1, 1 )
  499. 36/region = Rect2( 16, 144, 16, 16 )
  500. 36/tile_mode = 0
  501. 36/occluder_offset = Vector2( 0, 0 )
  502. 36/navigation_offset = Vector2( 0, 0 )
  503. 36/shape_offset = Vector2( 0, 0 )
  504. 36/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  505. 36/shape_one_way = false
  506. 36/shape_one_way_margin = 0.0
  507. 36/shapes = [ ]
  508. 36/z_index = 0
  509. 37/name = "brown v pipe"
  510. 37/texture = ExtResource( 1 )
  511. 37/tex_offset = Vector2( 0, 0 )
  512. 37/modulate = Color( 1, 1, 1, 1 )
  513. 37/region = Rect2( 32, 144, 16, 16 )
  514. 37/tile_mode = 0
  515. 37/occluder_offset = Vector2( 0, 0 )
  516. 37/navigation_offset = Vector2( 0, 0 )
  517. 37/shape_offset = Vector2( 0, 0 )
  518. 37/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  519. 37/shape_one_way = false
  520. 37/shape_one_way_margin = 0.0
  521. 37/shapes = [ ]
  522. 37/z_index = 0
  523. 38/name = "brown bush sm"
  524. 38/texture = ExtResource( 1 )
  525. 38/tex_offset = Vector2( 0, 0 )
  526. 38/modulate = Color( 1, 1, 1, 1 )
  527. 38/region = Rect2( 48, 144, 16, 16 )
  528. 38/tile_mode = 0
  529. 38/occluder_offset = Vector2( 0, 0 )
  530. 38/navigation_offset = Vector2( 0, 0 )
  531. 38/shape_offset = Vector2( 0, 0 )
  532. 38/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  533. 38/shape_one_way = false
  534. 38/shape_one_way_margin = 0.0
  535. 38/shapes = [ ]
  536. 38/z_index = 0
  537. 39/name = "brown angle down"
  538. 39/texture = ExtResource( 1 )
  539. 39/tex_offset = Vector2( 0, 0 )
  540. 39/modulate = Color( 1, 1, 1, 1 )
  541. 39/region = Rect2( 0, 160, 16, 16 )
  542. 39/tile_mode = 0
  543. 39/occluder_offset = Vector2( 0, 0 )
  544. 39/navigation_offset = Vector2( 0, 0 )
  545. 39/shape_offset = Vector2( 0, 0 )
  546. 39/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  547. 39/shape_one_way = false
  548. 39/shape_one_way_margin = 0.0
  549. 39/shapes = [ ]
  550. 39/z_index = 0
  551. 40/name = "brown angle up"
  552. 40/texture = ExtResource( 1 )
  553. 40/tex_offset = Vector2( 0, 0 )
  554. 40/modulate = Color( 1, 1, 1, 1 )
  555. 40/region = Rect2( 16, 160, 16, 16 )
  556. 40/tile_mode = 0
  557. 40/occluder_offset = Vector2( 0, 0 )
  558. 40/navigation_offset = Vector2( 0, 0 )
  559. 40/shape_offset = Vector2( 0, 0 )
  560. 40/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  561. 40/shape_one_way = false
  562. 40/shape_one_way_margin = 0.0
  563. 40/shapes = [ ]
  564. 40/z_index = 0
  565. 41/name = "brown h pipe"
  566. 41/texture = ExtResource( 1 )
  567. 41/tex_offset = Vector2( 0, 0 )
  568. 41/modulate = Color( 1, 1, 1, 1 )
  569. 41/region = Rect2( 32, 160, 16, 16 )
  570. 41/tile_mode = 0
  571. 41/occluder_offset = Vector2( 0, 0 )
  572. 41/navigation_offset = Vector2( 0, 0 )
  573. 41/shape_offset = Vector2( 0, 0 )
  574. 41/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  575. 41/shape_one_way = false
  576. 41/shape_one_way_margin = 0.0
  577. 41/shapes = [ ]
  578. 41/z_index = 0
  579. 42/name = "brown bush lg"
  580. 42/texture = ExtResource( 1 )
  581. 42/tex_offset = Vector2( 0, 0 )
  582. 42/modulate = Color( 1, 1, 1, 1 )
  583. 42/region = Rect2( 48, 160, 16, 16 )
  584. 42/tile_mode = 0
  585. 42/occluder_offset = Vector2( 0, 0 )
  586. 42/navigation_offset = Vector2( 0, 0 )
  587. 42/shape_offset = Vector2( 0, 0 )
  588. 42/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  589. 42/shape_one_way = false
  590. 42/shape_one_way_margin = 0.0
  591. 42/shapes = [ ]
  592. 42/z_index = 0
  593. 43/name = "brown pyramid"
  594. 43/texture = ExtResource( 1 )
  595. 43/tex_offset = Vector2( 0, 0 )
  596. 43/modulate = Color( 1, 1, 1, 1 )
  597. 43/region = Rect2( 64, 160, 16, 16 )
  598. 43/tile_mode = 0
  599. 43/occluder_offset = Vector2( 0, 0 )
  600. 43/navigation_offset = Vector2( 0, 0 )
  601. 43/shape_offset = Vector2( 0, 0 )
  602. 43/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  603. 43/shape_one_way = false
  604. 43/shape_one_way_margin = 0.0
  605. 43/shapes = [ ]
  606. 43/z_index = 0
  607. 44/name = "red flange pipe"
  608. 44/texture = ExtResource( 1 )
  609. 44/tex_offset = Vector2( 0, 0 )
  610. 44/modulate = Color( 1, 1, 1, 1 )
  611. 44/region = Rect2( 0, 176, 16, 16 )
  612. 44/tile_mode = 0
  613. 44/occluder_offset = Vector2( 0, 0 )
  614. 44/navigation_offset = Vector2( 0, 0 )
  615. 44/shape_offset = Vector2( 0, 0 )
  616. 44/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  617. 44/shape_one_way = false
  618. 44/shape_one_way_margin = 0.0
  619. 44/shapes = [ ]
  620. 44/z_index = 0
  621. 45/name = "red v pipe"
  622. 45/texture = ExtResource( 1 )
  623. 45/tex_offset = Vector2( 0, 0 )
  624. 45/modulate = Color( 1, 1, 1, 1 )
  625. 45/region = Rect2( 16, 176, 16, 16 )
  626. 45/tile_mode = 0
  627. 45/occluder_offset = Vector2( 0, 0 )
  628. 45/navigation_offset = Vector2( 0, 0 )
  629. 45/shape_offset = Vector2( 0, 0 )
  630. 45/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  631. 45/shape_one_way = false
  632. 45/shape_one_way_margin = 0.0
  633. 45/shapes = [ ]
  634. 45/z_index = 0
  635. 46/name = "red square stone"
  636. 46/texture = ExtResource( 1 )
  637. 46/tex_offset = Vector2( 0, 0 )
  638. 46/modulate = Color( 1, 1, 1, 1 )
  639. 46/region = Rect2( 32, 176, 16, 16 )
  640. 46/tile_mode = 0
  641. 46/occluder_offset = Vector2( 0, 0 )
  642. 46/navigation_offset = Vector2( 0, 0 )
  643. 46/shape_offset = Vector2( 0, 0 )
  644. 46/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  645. 46/shape_one_way = false
  646. 46/shape_one_way_margin = 0.0
  647. 46/shapes = [ ]
  648. 46/z_index = 0
  649. 47/name = "red spawner"
  650. 47/texture = ExtResource( 1 )
  651. 47/tex_offset = Vector2( 0, 0 )
  652. 47/modulate = Color( 1, 1, 1, 1 )
  653. 47/region = Rect2( 48, 176, 32, 16 )
  654. 47/tile_mode = 0
  655. 47/occluder_offset = Vector2( 0, 0 )
  656. 47/navigation_offset = Vector2( 0, 0 )
  657. 47/shape_offset = Vector2( 0, 0 )
  658. 47/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  659. 47/shape_one_way = false
  660. 47/shape_one_way_margin = 0.0
  661. 47/shapes = [ ]
  662. 47/z_index = 0
  663. 48/name = "green brick"
  664. 48/texture = ExtResource( 1 )
  665. 48/tex_offset = Vector2( 0, 0 )
  666. 48/modulate = Color( 1, 1, 1, 1 )
  667. 48/region = Rect2( 0, 192, 16, 16 )
  668. 48/tile_mode = 0
  669. 48/occluder_offset = Vector2( 0, 0 )
  670. 48/navigation_offset = Vector2( 0, 0 )
  671. 48/shape_offset = Vector2( 0, 0 )
  672. 48/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  673. 48/shape_one_way = false
  674. 48/shape_one_way_margin = 0.0
  675. 48/shapes = [ ]
  676. 48/z_index = 0
  677. 49/name = "green brick"
  678. 49/texture = ExtResource( 1 )
  679. 49/tex_offset = Vector2( 0, 0 )
  680. 49/modulate = Color( 1, 1, 1, 1 )
  681. 49/region = Rect2( 16, 192, 16, 16 )
  682. 49/tile_mode = 0
  683. 49/occluder_offset = Vector2( 0, 0 )
  684. 49/navigation_offset = Vector2( 0, 0 )
  685. 49/shape_offset = Vector2( 0, 0 )
  686. 49/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  687. 49/shape_one_way = false
  688. 49/shape_one_way_margin = 0.0
  689. 49/shapes = [ ]
  690. 49/z_index = 0
  691. 50/name = "teal bush sm"
  692. 50/texture = ExtResource( 1 )
  693. 50/tex_offset = Vector2( 0, 0 )
  694. 50/modulate = Color( 1, 1, 1, 1 )
  695. 50/region = Rect2( 64, 0, 16, 16 )
  696. 50/tile_mode = 0
  697. 50/occluder_offset = Vector2( 0, 0 )
  698. 50/navigation_offset = Vector2( 0, 0 )
  699. 50/shape_offset = Vector2( 0, 0 )
  700. 50/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  701. 50/shape_one_way = false
  702. 50/shape_one_way_margin = 0.0
  703. 50/shapes = [ ]
  704. 50/z_index = 0
  705. 51/name = "green bush sm"
  706. 51/texture = ExtResource( 1 )
  707. 51/tex_offset = Vector2( 0, 0 )
  708. 51/modulate = Color( 1, 1, 1, 1 )
  709. 51/region = Rect2( 48, 192, 16, 16 )
  710. 51/tile_mode = 0
  711. 51/occluder_offset = Vector2( 0, 0 )
  712. 51/navigation_offset = Vector2( 0, 0 )
  713. 51/shape_offset = Vector2( 0, 0 )
  714. 51/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  715. 51/shape_one_way = false
  716. 51/shape_one_way_margin = 0.0
  717. 51/shapes = [ ]
  718. 51/z_index = 0
  719. 52/name = "lava surface"
  720. 52/texture = ExtResource( 1 )
  721. 52/tex_offset = Vector2( 0, 0 )
  722. 52/modulate = Color( 1, 1, 1, 1 )
  723. 52/region = Rect2( 0, 208, 16, 16 )
  724. 52/tile_mode = 0
  725. 52/occluder_offset = Vector2( 0, 0 )
  726. 52/navigation_offset = Vector2( 0, 0 )
  727. 52/shape_offset = Vector2( 0, 0 )
  728. 52/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  729. 52/shape_one_way = false
  730. 52/shape_one_way_margin = 0.0
  731. 52/shapes = [ ]
  732. 52/z_index = 0
  733. 53/name = "silver vent"
  734. 53/texture = ExtResource( 1 )
  735. 53/tex_offset = Vector2( 0, 0 )
  736. 53/modulate = Color( 1, 1, 1, 1 )
  737. 53/region = Rect2( 16, 208, 16, 16 )
  738. 53/tile_mode = 0
  739. 53/occluder_offset = Vector2( 0, 0 )
  740. 53/navigation_offset = Vector2( 0, 0 )
  741. 53/shape_offset = Vector2( 0, 0 )
  742. 53/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  743. 53/shape_one_way = false
  744. 53/shape_one_way_margin = 0.0
  745. 53/shapes = [ ]
  746. 53/z_index = 0
  747. 54/name = "silver h pipe"
  748. 54/texture = ExtResource( 1 )
  749. 54/tex_offset = Vector2( 0, 0 )
  750. 54/modulate = Color( 1, 1, 1, 1 )
  751. 54/region = Rect2( 32, 208, 16, 16 )
  752. 54/tile_mode = 0
  753. 54/occluder_offset = Vector2( 0, 0 )
  754. 54/navigation_offset = Vector2( 0, 0 )
  755. 54/shape_offset = Vector2( 0, 0 )
  756. 54/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  757. 54/shape_one_way = false
  758. 54/shape_one_way_margin = 0.0
  759. 54/shapes = [ ]
  760. 54/z_index = 0
  761. 55/name = "silver h pipe window"
  762. 55/texture = ExtResource( 1 )
  763. 55/tex_offset = Vector2( 0, 0 )
  764. 55/modulate = Color( 1, 1, 1, 1 )
  765. 55/region = Rect2( 48, 208, 16, 16 )
  766. 55/tile_mode = 0
  767. 55/occluder_offset = Vector2( 0, 0 )
  768. 55/navigation_offset = Vector2( 0, 0 )
  769. 55/shape_offset = Vector2( 0, 0 )
  770. 55/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  771. 55/shape_one_way = false
  772. 55/shape_one_way_margin = 0.0
  773. 55/shapes = [ ]
  774. 55/z_index = 0
  775. 56/name = "lava depths"
  776. 56/texture = ExtResource( 1 )
  777. 56/tex_offset = Vector2( 0, 0 )
  778. 56/modulate = Color( 1, 1, 1, 1 )
  779. 56/region = Rect2( 0, 224, 16, 16 )
  780. 56/tile_mode = 0
  781. 56/occluder_offset = Vector2( 0, 0 )
  782. 56/navigation_offset = Vector2( 0, 0 )
  783. 56/shape_offset = Vector2( 0, 0 )
  784. 56/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  785. 56/shape_one_way = false
  786. 56/shape_one_way_margin = 0.0
  787. 56/shapes = [ ]
  788. 56/z_index = 0
  789. 57/name = "silver lozenges"
  790. 57/texture = ExtResource( 1 )
  791. 57/tex_offset = Vector2( 0, 0 )
  792. 57/modulate = Color( 1, 1, 1, 1 )
  793. 57/region = Rect2( 16, 224, 16, 16 )
  794. 57/tile_mode = 0
  795. 57/occluder_offset = Vector2( 0, 0 )
  796. 57/navigation_offset = Vector2( 0, 0 )
  797. 57/shape_offset = Vector2( 0, 0 )
  798. 57/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  799. 57/shape_one_way = false
  800. 57/shape_one_way_margin = 0.0
  801. 57/shapes = [ ]
  802. 57/z_index = 0
  803. 58/name = "silver v pipe"
  804. 58/texture = ExtResource( 1 )
  805. 58/tex_offset = Vector2( 0, 0 )
  806. 58/modulate = Color( 1, 1, 1, 1 )
  807. 58/region = Rect2( 32, 224, 16, 16 )
  808. 58/tile_mode = 0
  809. 58/occluder_offset = Vector2( 0, 0 )
  810. 58/navigation_offset = Vector2( 0, 0 )
  811. 58/shape_offset = Vector2( 0, 0 )
  812. 58/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  813. 58/shape_one_way = false
  814. 58/shape_one_way_margin = 0.0
  815. 58/shapes = [ ]
  816. 58/z_index = 0
  817. 59/name = "silver flange pipe"
  818. 59/texture = ExtResource( 1 )
  819. 59/tex_offset = Vector2( 0, 0 )
  820. 59/modulate = Color( 1, 1, 1, 1 )
  821. 59/region = Rect2( 48, 224, 16, 16 )
  822. 59/tile_mode = 0
  823. 59/occluder_offset = Vector2( 0, 0 )
  824. 59/navigation_offset = Vector2( 0, 0 )
  825. 59/shape_offset = Vector2( 0, 0 )
  826. 59/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  827. 59/shape_one_way = false
  828. 59/shape_one_way_margin = 0.0
  829. 59/shapes = [ ]
  830. 59/z_index = 0
  831. 60/name = "dots inset"
  832. 60/texture = ExtResource( 1 )
  833. 60/tex_offset = Vector2( 0, 0 )
  834. 60/modulate = Color( 1, 1, 1, 1 )
  835. 60/region = Rect2( 0, 240, 16, 16 )
  836. 60/tile_mode = 0
  837. 60/occluder_offset = Vector2( 0, 0 )
  838. 60/navigation_offset = Vector2( 0, 0 )
  839. 60/shape_offset = Vector2( 0, 0 )
  840. 60/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  841. 60/shape_one_way = false
  842. 60/shape_one_way_margin = 0.0
  843. 60/shapes = [ ]
  844. 60/z_index = 0
  845. 61/name = "dots raised"
  846. 61/texture = ExtResource( 1 )
  847. 61/tex_offset = Vector2( 0, 0 )
  848. 61/modulate = Color( 1, 1, 1, 1 )
  849. 61/region = Rect2( 16, 240, 16, 16 )
  850. 61/tile_mode = 0
  851. 61/occluder_offset = Vector2( 0, 0 )
  852. 61/navigation_offset = Vector2( 0, 0 )
  853. 61/shape_offset = Vector2( 0, 0 )
  854. 61/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  855. 61/shape_one_way = false
  856. 61/shape_one_way_margin = 0.0
  857. 61/shapes = [ ]
  858. 61/z_index = 0
  859. 62/name = "edge left"
  860. 62/texture = ExtResource( 1 )
  861. 62/tex_offset = Vector2( 0, 0 )
  862. 62/modulate = Color( 1, 1, 1, 1 )
  863. 62/region = Rect2( 32, 240, 16, 16 )
  864. 62/tile_mode = 0
  865. 62/occluder_offset = Vector2( 0, 0 )
  866. 62/navigation_offset = Vector2( 0, 0 )
  867. 62/shape_offset = Vector2( 0, 0 )
  868. 62/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  869. 62/shape_one_way = false
  870. 62/shape_one_way_margin = 0.0
  871. 62/shapes = [ ]
  872. 62/z_index = 0
  873. 63/name = "edge right"
  874. 63/texture = ExtResource( 1 )
  875. 63/tex_offset = Vector2( 0, 0 )
  876. 63/modulate = Color( 1, 1, 1, 1 )
  877. 63/region = Rect2( 48, 240, 16, 16 )
  878. 63/tile_mode = 0
  879. 63/occluder_offset = Vector2( 0, 0 )
  880. 63/navigation_offset = Vector2( 0, 0 )
  881. 63/shape_offset = Vector2( 0, 0 )
  882. 63/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  883. 63/shape_one_way = false
  884. 63/shape_one_way_margin = 0.0
  885. 63/shapes = [ ]
  886. 63/z_index = 0
  887. 64/name = "chozo blue"
  888. 64/texture = ExtResource( 1 )
  889. 64/tex_offset = Vector2( 0, 0 )
  890. 64/modulate = Color( 1, 1, 1, 1 )
  891. 64/region = Rect2( 0, 256, 40, 40 )
  892. 64/tile_mode = 0
  893. 64/occluder_offset = Vector2( 0, 0 )
  894. 64/navigation_offset = Vector2( 0, 0 )
  895. 64/shape_offset = Vector2( 0, 0 )
  896. 64/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  897. 64/shape_one_way = false
  898. 64/shape_one_way_margin = 0.0
  899. 64/shapes = [ ]
  900. 64/z_index = 0
  901. 65/name = "chozo brown"
  902. 65/texture = ExtResource( 1 )
  903. 65/tex_offset = Vector2( 0, 0 )
  904. 65/modulate = Color( 1, 1, 1, 1 )
  905. 65/region = Rect2( 40, 256, 40, 40 )
  906. 65/tile_mode = 0
  907. 65/occluder_offset = Vector2( 0, 0 )
  908. 65/navigation_offset = Vector2( 0, 0 )
  909. 65/shape_offset = Vector2( 0, 0 )
  910. 65/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  911. 65/shape_one_way = false
  912. 65/shape_one_way_margin = 0.0
  913. 65/shapes = [ ]
  914. 65/z_index = 0
  915. 66/name = "green bush lg"
  916. 66/texture = ExtResource( 1 )
  917. 66/tex_offset = Vector2( 0, 0 )
  918. 66/modulate = Color( 1, 1, 1, 1 )
  919. 66/region = Rect2( 32, 192, 16, 16 )
  920. 66/tile_mode = 0
  921. 66/occluder_offset = Vector2( 0, 0 )
  922. 66/navigation_offset = Vector2( 0, 0 )
  923. 66/shape_offset = Vector2( 0, 0 )
  924. 66/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
  925. 66/shape_one_way = false
  926. 66/shape_one_way_margin = 0.0
  927. 66/shapes = [ ]
  928. 66/z_index = 0
  929. [node name="Brinstar" type="Node2D"]
  930. [node name="TileMap" type="TileMap" parent="."]
  931. tile_set = SubResource( 1 )
  932. cell_size = Vector2( 8, 8 )
  933. format = 1
  934. tile_data = PoolIntArray( 65490, 7, 0, 65492, 0, 0, 65494, 0, 0, 65496, 0, 0, 65498, 7, 0, 65500, 0, 0, 65502, 0, 0, 65504, 50, 0, 65506, 0, 0, 65508, 0, 0, 65510, 0, 0, 65512, 0, 0, 65514, 6, 0, 65516, 0, 0, 65518, 50, 0, 65520, 0, 0, 65522, 1, 0, 65524, 1, 0, 65526, 1, 0, 65528, 1, 0, 65530, 0, 0, 65532, 1, 0, 65534, 1, 0, 0, 50, 0, 2, 0, 0, 4, 0, 0, 6, 0, 0, 8, 0, 0, 10, 6, 0, 12, 0, 0, 14, 50, 0, 16, 50, 0, 18, 0, 0, 20, 0, 0, 22, 0, 0, 24, 0, 0, 26, 6, 0, 28, 0, 0, 30, 50, 0, 32, 50, 0, 34, 0, 0, 36, 0, 0, 38, 0, 0, 40, 0, 0, 42, 6, 0, 44, 0, 0, 46, 50, 0, 48, 50, 0, 50, 0, 0, 52, 0, 0, 54, 0, 0, 56, 0, 0, 58, 6, 0, 60, 0, 0, 62, 50, 0, 64, 50, 0, 66, 0, 0, 68, 0, 0, 70, 0, 0, 72, 0, 0, 74, 6, 0, 76, 0, 0, 78, 0, 0, 80, 1, 0, 82, 1, 0, 84, 1, 0, 86, 1, 0, 88, 0, 0, 90, 1, 0, 92, 8, 0, 94, 8, 0, 96, 8, 0, 98, 50, 0, 100, 0, 0, 102, 0, 0, 104, 0, 0, 106, 0, 0, 108, 0, 0, 110, 50, 0, 112, 50, 0, 114, 0, 0, 116, 0, 0, 118, 0, 0, 120, 0, 0, 122, 0, 0, 124, 8, 0, 126, 8, 0, 128, 8, 0, 130, 8, 0, 196562, 50, 0, 196564, 0, 0, 196566, 2, 0, 196568, 0, 0, 196570, 50, 0, 196572, 0, 0, 196574, 2, 0, 196576, 0, 0, 196578, 6, 0, 196580, 5, 0, 196582, 6, 0, 196588, 0, 0, 196590, 0, 0, 196592, 0, 0, 196594, 0, 0, 196596, 50, 0, 196598, 50, 0, 196600, 0, 0, 196602, 0, 0, 196604, 50, 0, 196606, 0, 0, 131072, 0, 0, 131074, 6, 0, 131076, 5, 0, 131078, 6, 0, 131084, 0, 0, 131086, 0, 0, 131088, 0, 0, 131090, 6, 0, 131092, 5, 0, 131094, 6, 0, 131100, 0, 0, 131102, 0, 0, 131104, 0, 0, 131106, 6, 0, 131108, 5, 0, 131110, 6, 0, 131116, 0, 0, 131118, 0, 0, 131120, 0, 0, 131122, 6, 0, 131124, 5, 0, 131126, 6, 0, 131132, 0, 0, 131134, 0, 0, 131136, 0, 0, 131138, 6, 0, 131140, 5, 0, 131142, 6, 0, 131148, 0, 0, 131150, 0, 0, 131152, 0, 0, 131154, 50, 0, 131156, 50, 0, 131158, 0, 0, 131160, 0, 0, 131162, 50, 0, 131164, 50, 0, 131166, 0, 0, 131168, 50, 0, 131170, 0, 0, 131180, 0, 0, 131182, 0, 0, 131184, 0, 0, 131186, 6, 0, 131188, 5, 0, 131190, 6, 0, 131196, 50, 0, 131198, 0, 0, 131200, 50, 0, 131202, 0, 0, 327634, 0, 0, 327636, 0, 0, 327638, 0, 0, 327640, 2, 0, 327642, 0, 0, 327644, 0, 0, 327646, 0, 0, 327648, 0, 0, 262144, 0, 0, 262160, 0, 0, 262176, 0, 0, 262192, 0, 0, 262208, 0, 0, 262236, 0, 0, 262238, 2, 0, 262240, 0, 0, 262242, 0, 0, 262256, 0, 0, 262268, 0, 0, 262270, 2, 0, 262272, 0, 0, 262274, 2, 0, 458706, 7, 0, 458708, 0, 0, 458710, 0, 0, 458712, 0, 0, 458714, 0, 0, 458716, 50, 0, 458718, 0, 0, 393226, 3, 0, 393238, 3, 0, 393308, 2, 0, 393310, 2, 0, 393312, 2, 0, 393314, 2, 0, 393340, 2, 0, 393342, 2, 0, 393344, 2, 0, 393346, 2, 0, 589778, 50, 0, 589780, 0, 0, 589782, 2, 0, 589784, 0, 0, 589786, 7, 0, 589788, 0, 0, 589790, 0, 0, 589812, 0, 0, 589814, 7, 0, 589816, 0, 0, 589818, 0, 0, 524298, 11, 0, 524310, 11, 0, 524380, 0, 0, 524382, 0, 0, 524384, 0, 0, 524386, 0, 0, 524412, 0, 0, 524414, 0, 0, 524416, 0, 0, 524418, 0, 0, 720850, 0, 0, 720852, 0, 0, 720854, 0, 0, 720856, 0, 0, 720858, 50, 0, 720860, 0, 0, 720862, 2, 0, 720884, 0, 0, 720886, 50, 0, 720888, 0, 0, 720890, 2, 0, 655370, 8, 0, 655372, 8, 0, 655380, 8, 0, 655382, 8, 0, 655454, 60, 0, 655456, 60, 0, 655486, 60, 0, 655488, 60, 0, 851922, 0, 0, 851924, 50, 0, 851926, 0, 0, 851928, 2, 0, 851930, 0, 0, 851932, 0, 0, 851934, 0, 0, 851956, 2, 0, 851958, 0, 0, 851960, 7, 0, 851962, 0, 0, 851964, 0, 0, 786442, 50, 0, 786444, 0, 0, 786452, 50, 0, 786454, 0, 0, 786526, 60, 0, 786528, 60, 0, 786536, 0, 0, 786538, 50, 0, 786540, 18, 0, 786542, 18, 0, 786544, 18, 0, 786546, 18, 0, 786548, 50, 0, 786550, 0, 0, 786558, 60, 0, 786560, 60, 0, 982996, 0, 0, 982998, 0, 0, 983000, 0, 0, 983002, 0, 0, 983004, 50, 0, 983006, 0, 0, 983028, 0, 0, 983030, 0, 0, 983032, 50, 0, 983034, 0, 0, 983036, 2, 0, 917514, 0, 0, 917516, 2, 0, 917524, 0, 0, 917526, 2, 0, 917598, 60, 0, 917600, 60, 0, 917630, 60, 0, 917632, 60, 0, 1114066, 50, 0, 1114068, 0, 0, 1114070, 2, 0, 1114072, 0, 0, 1114074, 7, 0, 1114076, 0, 0, 1114078, 0, 0, 1114102, 2, 0, 1114104, 0, 0, 1114106, 7, 0, 1114108, 0, 0, 1114110, 0, 0, 1048586, 2, 0, 1048588, 2, 0, 1048596, 2, 0, 1048598, 2, 0, 1048660, 0, 0, 1048662, 7, 0, 1048664, 7, 0, 1048666, 0, 0, 1048668, 8, 0, 1048670, 8, 0, 1048672, 9, 0, 1048674, 9, 0, 1048676, 9, 0, 1048678, 9, 0, 1048680, 18, 0, 1048682, 18, 0, 1048684, 18, 0, 1048686, 18, 0, 1048688, 18, 0, 1048690, 18, 0, 1048692, 18, 0, 1048694, 18, 0, 1048696, 0, 0, 1048698, 7, 0, 1048700, 0, 0, 1048702, 0, 0, 1048704, 8, 0, 1048706, 8, 0, 1245138, 0, 0, 1245140, 0, 0, 1245142, 0, 0, 1245144, 0, 0, 1245146, 50, 0, 1245148, 0, 0, 1245150, 2, 0, 1245174, 0, 0, 1245176, 0, 0, 1245178, 50, 0, 1245180, 0, 0, 1245182, 2, 0, 1179658, 0, 0, 1179660, 0, 0, 1179668, 0, 0, 1179670, 0, 0, 1179740, 50, 0, 1179742, 0, 0, 1179744, 9, 0, 1179746, 50, 0, 1179748, 50, 0, 1179750, 9, 0, 1179768, 0, 0, 1179770, 50, 0, 1179772, 0, 0, 1179774, 2, 0, 1179776, 50, 0, 1376210, 0, 0, 1376212, 50, 0, 1376214, 0, 0, 1376216, 2, 0, 1376218, 0, 0, 1376220, 0, 0, 1376222, 0, 0, 1376236, 10, 0, 1376248, 2, 0, 1376250, 0, 0, 1376252, 0, 0, 1376254, 0, 0, 1310812, 0, 0, 1310814, 2, 0, 1310816, 50, 0, 1310818, 9, 0, 1310820, 50, 0, 1310822, 50, 0, 1310828, 18, 0, 1310830, 18, 0, 1310832, 18, 0, 1310834, 18, 0, 1310840, 2, 0, 1310842, 0, 0, 1310844, 0, 0, 1310846, 0, 0, 1310848, 0, 0, 1507284, 0, 0, 1507286, 0, 0, 1507288, 0, 0, 1507290, 0, 0, 1507292, 50, 0, 1507294, 0, 0, 1507302, 3, 0, 1507308, 10, 0, 1507314, 3, 0, 1507320, 0, 0, 1507322, 0, 0, 1507324, 50, 0, 1507326, 0, 0, 1441884, 2, 0, 1441886, 2, 0, 1441888, 8, 0, 1441890, 8, 0, 1441892, 9, 0, 1441894, 9, 0, 1441912, 0, 0, 1441914, 0, 0, 1441916, 8, 0, 1441918, 8, 0, 1441920, 2, 0, 1638354, 50, 0, 1638356, 0, 0, 1638358, 2, 0, 1638360, 0, 0, 1638362, 7, 0, 1638364, 0, 0, 1638366, 0, 0, 1638374, 10, 0, 1638376, 10, 0, 1638380, 12, 0, 1638384, 10, 0, 1638386, 10, 0, 1572874, 10, 0, 1572876, 10, 0, 1572878, 10, 0, 1572880, 10, 0, 1572882, 10, 0, 1572884, 10, 0, 1572886, 10, 0, 1572956, 0, 0, 1572958, 0, 0, 1572960, 50, 0, 1572962, 0, 0, 1572988, 50, 0, 1572990, 0, 0, 1572992, 0, 0, 1572994, 0, 0, 1769426, 0, 0, 1769428, 0, 0, 1769430, 0, 0, 1769432, 0, 0, 1769434, 50, 0, 1769436, 0, 0, 1769438, 2, 0, 1769440, 0, 0, 1769442, 1, 0, 1769444, 1, 0, 1769446, 1, 0, 1769448, 1, 0, 1769450, 0, 0, 1769452, 1, 0, 1769454, 1, 0, 1769456, 0, 0, 1769458, 1, 0, 1769460, 1, 0, 1769462, 1, 0, 1769464, 1, 0, 1769466, 0, 0, 1769468, 1, 0, 1769470, 1, 0, 1703936, 0, 0, 1703938, 1, 0, 1703940, 1, 0, 1703942, 1, 0, 1703944, 1, 0, 1703946, 0, 0, 1703948, 1, 0, 1703950, 1, 0, 1703952, 0, 0, 1703954, 1, 0, 1703956, 1, 0, 1703958, 1, 0, 1703960, 1, 0, 1703962, 0, 0, 1703964, 1, 0, 1703966, 1, 0, 1703968, 0, 0, 1703970, 1, 0, 1703972, 1, 0, 1703974, 1, 0, 1703976, 1, 0, 1703978, 0, 0, 1703980, 1, 0, 1703982, 1, 0, 1703984, 0, 0, 1703986, 1, 0, 1703988, 1, 0, 1703990, 1, 0, 1703992, 1, 0, 1703994, 0, 0, 1703996, 1, 0, 1703998, 1, 0, 1704000, 0, 0, 1704002, 1, 0, 1704004, 1, 0, 1704006, 1, 0, 1704008, 1, 0, 1704010, 0, 0, 1704012, 1, 0, 1704014, 1, 0, 1704016, 0, 0, 1704018, 1, 0, 1704020, 1, 0, 1704022, 1, 0, 1704024, 1, 0, 1704026, 0, 0, 1704028, 1, 0, 1704030, 1, 0, 1704032, 0, 0, 1704034, 2, 0, 1704060, 0, 0, 1704062, 2, 0, 1704064, 0, 0, 1900498, 0, 0, 1900500, 50, 0, 1900502, 0, 0, 1900504, 2, 0, 1900506, 0, 0, 1900508, 0, 0, 1900510, 0, 0, 1900512, 0, 0, 1900514, 0, 0, 1900516, 50, 0, 1900518, 50, 0, 1900520, 0, 0, 1900522, 0, 0, 1900524, 50, 0, 1900526, 0, 0, 1900528, 0, 0, 1900530, 0, 0, 1900532, 50, 0, 1900534, 50, 0, 1900536, 0, 0, 1900538, 0, 0, 1900540, 50, 0, 1900542, 0, 0, 1835008, 0, 0, 1835010, 0, 0, 1835012, 50, 0, 1835014, 50, 0, 1835016, 0, 0, 1835018, 0, 0, 1835020, 50, 0, 1835022, 0, 0, 1835024, 0, 0, 1835026, 0, 0, 1835028, 50, 0, 1835030, 50, 0, 1835032, 0, 0, 1835034, 0, 0, 1835036, 50, 0, 1835038, 0, 0, 1835040, 0, 0, 1835042, 0, 0, 1835044, 50, 0, 1835046, 50, 0, 1835048, 0, 0, 1835050, 0, 0, 1835052, 50, 0, 1835054, 0, 0, 1835056, 0, 0, 1835058, 0, 0, 1835060, 50, 0, 1835062, 50, 0, 1835064, 0, 0, 1835066, 0, 0, 1835068, 50, 0, 1835070, 0, 0, 1835072, 0, 0, 1835074, 0, 0, 1835076, 50, 0, 1835078, 50, 0, 1835080, 0, 0, 1835082, 0, 0, 1835084, 50, 0, 1835086, 0, 0, 1835088, 0, 0, 1835090, 0, 0, 1835092, 50, 0, 1835094, 50, 0, 1835096, 0, 0, 1835098, 0, 0, 1835100, 50, 0, 1835102, 0, 0, 1835104, 2, 0, 1835106, 2, 0, 1835116, 18, 0, 1835118, 18, 0, 1835120, 18, 0, 1835122, 18, 0, 1835132, 2, 0, 1835134, 2, 0, 1835136, 0, 0, 1966176, 8, 0, 1966178, 8, 0, 1966204, 8, 0, 1966206, 8, 0, 2097248, 50, 0, 2097250, 0, 0, 2097252, 0, 0, 2097254, 7, 0, 2097256, 0, 0, 2097276, 50, 0, 2097278, 0, 0, 2228320, 0, 0, 2228322, 2, 0, 2228348, 0, 0, 2228350, 2, 0, 2359392, 2, 0, 2359394, 2, 0, 2359406, 0, 0, 2359408, 7, 0, 2359410, 0, 0, 2359420, 2, 0, 2359422, 2, 0, 2490464, 0, 0, 2490466, 0, 0, 2490492, 0, 0, 2490494, 0, 0, 2621536, 8, 0, 2621538, 8, 0, 2621564, 8, 0, 2621566, 8, 0, 2752608, 50, 0, 2752610, 0, 0, 2752636, 50, 0, 2752638, 0, 0, 2883680, 0, 0, 2883682, 2, 0, 2883686, 0, 0, 2883688, 7, 0, 2883690, 0, 0, 2883708, 0, 0, 2883710, 2, 0, 3014752, 2, 0, 3014754, 2, 0, 3014772, 0, 0, 3014774, 7, 0, 3014776, 0, 0, 3014780, 2, 0, 3014782, 2, 0, 3145824, 0, 0, 3145826, 0, 0, 3145852, 0, 0, 3145854, 0, 0, 3276896, 8, 0, 3276898, 8, 0, 3276924, 8, 0, 3276926, 8, 0, 3407968, 50, 0, 3407970, 0, 0, 3407980, 0, 0, 3407982, 7, 0, 3407984, 7, 0, 3407986, 0, 0, 3407996, 50, 0, 3407998, 0, 0, 3539040, 0, 0, 3539042, 2, 0, 3539068, 0, 0, 3539070, 2, 0, 3670112, 2, 0, 3670114, 2, 0, 3670140, 2, 0, 3670142, 2, 0, 3801184, 0, 0, 3801186, 0, 0, 3801212, 0, 0, 3801214, 0, 0, 3932256, 8, 0, 3932258, 8, 0, 3932284, 8, 0, 3932286, 8, 0, 4063328, 50, 0, 4063330, 0, 0, 4063332, 0, 0, 4063334, 7, 0, 4063336, 0, 0, 4063356, 50, 0, 4063358, 0, 0, 4194400, 0, 0, 4194402, 2, 0, 4194428, 0, 0, 4194430, 2, 0, 4325472, 2, 0, 4325474, 2, 0, 4325486, 0, 0, 4325488, 7, 0, 4325490, 0, 0, 4325500, 2, 0, 4325502, 2, 0, 4456544, 0, 0, 4456546, 0, 0, 4456572, 0, 0, 4456574, 0, 0, 4587616, 8, 0, 4587618, 8, 0, 4587644, 8, 0, 4587646, 8, 0, 4718688, 50, 0, 4718690, 0, 0, 4718716, 50, 0, 4718718, 0, 0, 4849760, 0, 0, 4849762, 2, 0, 4849766, 0, 0, 4849768, 7, 0, 4849770, 0, 0, 4849788, 0, 0, 4849790, 2, 0, 4980832, 2, 0, 4980834, 2, 0, 4980852, 0, 0, 4980854, 7, 0, 4980856, 0, 0, 4980860, 2, 0, 4980862, 2, 0, 5111904, 0, 0, 5111906, 0, 0, 5111932, 0, 0, 5111934, 0, 0, 5242976, 8, 0, 5242978, 8, 0, 5243004, 8, 0, 5243006, 8, 0, 5374048, 50, 0, 5374050, 0, 0, 5374060, 0, 0, 5374062, 7, 0, 5374064, 7, 0, 5374066, 0, 0, 5374076, 50, 0, 5374078, 0, 0, 5505120, 0, 0, 5505122, 2, 0, 5505148, 0, 0, 5505150, 2, 0, 5636192, 2, 0, 5636194, 2, 0, 5636220, 2, 0, 5636222, 2, 0, 5767264, 0, 0, 5767266, 0, 0, 5767292, 0, 0, 5767294, 0, 0, 5898336, 8, 0, 5898338, 8, 0, 5898364, 8, 0, 5898366, 8, 0, 6029408, 50, 0, 6029410, 0, 0, 6029412, 0, 0, 6029414, 7, 0, 6029416, 0, 0, 6029436, 50, 0, 6029438, 0, 0, 6160480, 0, 0, 6160482, 2, 0, 6160508, 0, 0, 6160510, 2, 0, 6291552, 2, 0, 6291554, 2, 0, 6291566, 0, 0, 6291568, 7, 0, 6291570, 0, 0, 6291580, 2, 0, 6291582, 2, 0, 6422624, 0, 0, 6422626, 0, 0, 6422652, 0, 0, 6422654, 0, 0, 6553696, 8, 0, 6553698, 8, 0, 6553724, 8, 0, 6553726, 8, 0, 6684768, 50, 0, 6684770, 0, 0, 6684796, 50, 0, 6684798, 0, 0, 6815840, 0, 0, 6815842, 2, 0, 6815846, 0, 0, 6815848, 7, 0, 6815850, 0, 0, 6815868, 0, 0, 6815870, 2, 0, 6946912, 2, 0, 6946914, 2, 0, 6946932, 0, 0, 6946934, 7, 0, 6946936, 0, 0, 6946940, 2, 0, 6946942, 2, 0, 7077984, 0, 0, 7077986, 0, 0, 7078012, 0, 0, 7078014, 0, 0, 7209056, 8, 0, 7209058, 8, 0, 7209084, 8, 0, 7209086, 8, 0, 7340128, 50, 0, 7340130, 0, 0, 7340140, 0, 0, 7340142, 7, 0, 7340144, 7, 0, 7340146, 0, 0, 7340156, 50, 0, 7340158, 0, 0, 7471200, 0, 0, 7471202, 2, 0, 7471228, 0, 0, 7471230, 2, 0, 7602272, 2, 0, 7602274, 2, 0, 7602300, 2, 0, 7602302, 2, 0, 7733344, 0, 0, 7733346, 0, 0, 7733372, 0, 0, 7733374, 0, 0, 7864416, 8, 0, 7864418, 8, 0, 7864420, 0, 0, 7864422, 7, 0, 7864424, 7, 0, 7864426, 0, 0, 7864444, 8, 0, 7864446, 8, 0, 7864448, 10, 0, 7864450, 0, 0, 7864452, 50, 0, 7864454, 0, 0, 7864456, 7, 0, 7864458, 0, 0, 7864460, 7, 0, 7864462, 50, 0, 7864464, 0, 0, 7864466, 13, 0, 7864468, 13, 0, 7864470, 50, 0, 7864472, 50, 0, 7864474, 13, 0, 7864476, 13, 0, 7864478, 13, 0, 7995488, 50, 0, 7995490, 0, 0, 7995516, 50, 0, 7995518, 0, 0, 7995520, 10, 0, 7995538, 13, 0, 7995540, 13, 0, 7995542, 13, 0, 7995544, 13, 0, 7995546, 50, 0, 7995548, 13, 0, 7995550, 13, 0, 8126560, 0, 0, 8126562, 2, 0, 8126588, 0, 0, 8126590, 2, 0, 8126592, 12, 0, 8126610, 50, 0, 8126612, 13, 0, 8126614, 13, 0, 8126616, 50, 0, 8126618, 13, 0, 8126620, 13, 0, 8126622, 50, 0, 8257632, 2, 0, 8257634, 2, 0, 8257660, 2, 0, 8257662, 2, 0, 8257664, 12, 0, 8257682, 0, 0, 8257684, 0, 0, 8257686, 0, 0, 8257688, 13, 0, 8257690, 13, 0, 8257692, 50, 0, 8257694, 50, 0, 8323217, 25, 0, 8388704, 0, 0, 8388706, 0, 0, 8388732, 0, 0, 8388734, 0, 0, 8388736, 10, 0, 8388750, 24, 0, 8388752, 0, 0, 8388754, 29, 0, 8388756, 6, 0, 8388758, 5, 0, 8388760, 13, 0, 8388762, 13, 0, 8388764, 13, 0, 8388766, 50, 0, 8519776, 8, 0, 8519778, 8, 0, 8519788, 0, 0, 8519790, 7, 0, 8519792, 0, 0, 8519806, 60, 0, 8519808, 60, 0, 8519822, 28, 0, 8519824, 29, 0, 8519826, 29, 0, 8519828, 31, 0, 8519830, 1, 0, 8519832, 6, 0, 8519834, 13, 0, 8519836, 13, 0, 8519838, 13, 0, 8650848, 50, 0, 8650850, 0, 0, 8650878, 60, 0, 8650880, 60, 0, 8650896, 29, 0, 8650898, 6, 0, 8650900, 10, 0, 8650902, 10, 0, 8650904, 10, 0, 8650906, 13, 0, 8650908, 13, 0, 8650910, 50, 0, 8781920, 0, 0, 8781922, 2, 0, 8781950, 60, 0, 8781952, 60, 0, 8781967, 26, 0, 8781968, 27, 0, 8781972, 10, 0, 8781974, 15, 0, 8781976, 10, 0, 8781978, 13, 0, 8781980, 13, 0, 8781982, 13, 0, 8912992, 2, 0, 8912994, 2, 0, 8913014, 0, 0, 8913016, 7, 0, 8913018, 0, 0, 8913020, 8, 0, 8913022, 8, 0, 8913024, 15, 0, 8913026, 15, 0, 8913028, 15, 0, 8913030, 15, 0, 8913032, 15, 0, 8913034, 15, 0, 8913036, 15, 0, 8913038, 62, 0, 8913040, 63, 0, 8913042, 15, 0, 8913044, 15, 0, 8913046, 15, 0, 8913048, 15, 0, 8913050, 15, 0, 8913052, 15, 0, 8913054, 15, 0, 9044064, 0, 0, 9044066, 0, 0, 9044068, 0, 0, 9044070, 7, 0, 9044072, 0, 0, 9044092, 50, 0, 9044094, 0, 0, 9044110, 62, 0, 9044112, 63, 0, 9044122, 13, 0, 9044124, 13, 0, 9044126, 13, 0, 9175136, 8, 0, 9175138, 8, 0, 9175164, 0, 0, 9175166, 2, 0, 9175182, 62, 0, 9175184, 63, 0, 9306208, 50, 0, 9306210, 0, 0, 9306236, 2, 0, 9306238, 2, 0, 9306254, 62, 0, 9306256, 63, 0, 9437280, 0, 0, 9437282, 2, 0, 9437294, 0, 0, 9437296, 7, 0, 9437298, 7, 0, 9437300, 0, 0, 9437308, 0, 0, 9437310, 0, 0, 9568352, 2, 0, 9568354, 2, 0, 9568380, 8, 0, 9568382, 8, 0, 9699424, 0, 0, 9699426, 0, 0, 9699452, 50, 0, 9699454, 0, 0, 9830496, 0, 0, 9830498, 7, 0, 9830500, 0, 0, 9830502, 0, 0, 9830504, 0, 0, 9830506, 7, 0, 9830508, 0, 0, 9830510, 0, 0, 9830512, 0, 0, 9830514, 7, 0, 9830516, 0, 0, 9830518, 0, 0, 9830520, 0, 0, 9830522, 7, 0, 9830524, 0, 0, 9830526, 0, 0, 9961568, 0, 0, 9961570, 50, 0, 9961572, 0, 0, 9961574, 2, 0, 9961576, 0, 0, 9961578, 50, 0, 9961580, 0, 0, 9961582, 2, 0, 9961584, 0, 0, 9961586, 50, 0, 9961588, 0, 0, 9961590, 2, 0, 9961592, 0, 0, 9961594, 50, 0, 9961596, 0, 0, 9961598, 2, 0, 10092640, 2, 0, 10092642, 0, 0, 10092644, 0, 0, 10092646, 0, 0, 10092648, 2, 0, 10092650, 0, 0, 10092652, 0, 0, 10092654, 0, 0, 10092656, 2, 0, 10092658, 0, 0, 10092660, 0, 0, 10092662, 0, 0, 10092664, 2, 0, 10092666, 0, 0, 10092668, 0, 0, 10092670, 0, 0, 10223712, 0, 0, 10223714, 0, 0, 10223716, 50, 0, 10223718, 0, 0, 10223720, 0, 0, 10223722, 0, 0, 10223724, 50, 0, 10223726, 0, 0, 10223728, 0, 0, 10223730, 7, 0, 10223732, 0, 0, 10223734, 0, 0, 10223736, 0, 0, 10223738, 0, 0, 10223740, 50, 0, 10223742, 0, 0, 10354784, 0, 0, 10354786, 7, 0, 10354788, 0, 0, 10354790, 0, 0, 10354792, 0, 0, 10354794, 7, 0, 10354796, 0, 0, 10354798, 0, 0, 10354800, 0, 0, 10354802, 50, 0, 10354804, 0, 0, 10354806, 2, 0, 10354808, 0, 0, 10354810, 7, 0, 10354812, 0, 0, 10354814, 0, 0, 10485856, 0, 0, 10485858, 50, 0, 10485860, 0, 0, 10485862, 2, 0, 10485864, 0, 0, 10485866, 50, 0, 10485868, 0, 0, 10485870, 2, 0, 10485872, 2, 0, 10485874, 0, 0, 10485876, 0, 0, 10485878, 0, 0, 10485880, 0, 0, 10485882, 50, 0, 10485884, 0, 0, 10485886, 2, 0 )