main.tscn 111 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835
  1. [gd_scene load_steps=42 format=2]
  2. [ext_resource path="res://login.gd" type="Script" id=1]
  3. [ext_resource path="res://envarg.gd" type="Script" id=2]
  4. [ext_resource path="res://Database.gd" type="Script" id=3]
  5. [ext_resource path="res://x509gen.gd" type="Script" id=4]
  6. [ext_resource path="res://BrowserListClient.gd" type="Script" id=5]
  7. [ext_resource path="res://loginnetcode.gd" type="Script" id=6]
  8. [ext_resource path="res://browseColumn.tscn" type="PackedScene" id=7]
  9. [ext_resource path="res://tiles/tile32bc.tres" type="TileSet" id=8]
  10. [ext_resource path="res://art/minibullet.png" type="Texture" id=9]
  11. [ext_resource path="res://art/Untitledcxz.png" type="Texture" id=10]
  12. [ext_resource path="res://Textures.gd" type="Script" id=11]
  13. [ext_resource path="res://Levelselect.gd" type="Script" id=12]
  14. [ext_resource path="res://tiles/basicimage.tres" type="Material" id=14]
  15. [ext_resource path="res://art/Medieval_Castle_Asset_Pack/Background/layers71.png" type="Texture" id=15]
  16. [ext_resource path="res://art/Medieval_Castle_Asset_Pack/Background/layers3.png" type="Texture" id=16]
  17. [ext_resource path="res://NPC/soldier/soldieranim.tscn" type="PackedScene" id=17]
  18. [ext_resource path="res://art/logo.png" type="Texture" id=18]
  19. [ext_resource path="res://art/coffeemilk.png" type="Texture" id=19]
  20. [ext_resource path="res://font/8bit.tres" type="DynamicFont" id=20]
  21. [sub_resource type="AtlasTexture" id=1]
  22. flags = 4
  23. atlas = ExtResource( 10 )
  24. region = Rect2( 0, 0, 112, 113 )
  25. [sub_resource type="AtlasTexture" id=2]
  26. flags = 4
  27. atlas = ExtResource( 10 )
  28. region = Rect2( 112, 0, 112, 113 )
  29. [sub_resource type="AtlasTexture" id=3]
  30. flags = 4
  31. atlas = ExtResource( 10 )
  32. region = Rect2( 224, 0, 112, 113 )
  33. [sub_resource type="AtlasTexture" id=4]
  34. flags = 4
  35. atlas = ExtResource( 10 )
  36. region = Rect2( 336, 0, 112, 113 )
  37. [sub_resource type="SpriteFrames" id=5]
  38. animations = [ {
  39. "frames": [ SubResource( 1 ), SubResource( 2 ), SubResource( 3 ), SubResource( 4 ) ],
  40. "loop": true,
  41. "name": "default",
  42. "speed": 5.0
  43. } ]
  44. [sub_resource type="Shader" id=12]
  45. code = "// NOTE: Shader automatically converted from Godot Engine 3.4.4.stable's CanvasItemMaterial.
  46. shader_type canvas_item;
  47. render_mode blend_mix;
  48. uniform vec4 color1 : hint_color;
  49. uniform vec4 color2 : hint_color;
  50. void fragment(){
  51. if ( sin(TIME*15f) > 0f ){
  52. COLOR = texture(TEXTURE,UV) * color1;
  53. }else{
  54. COLOR = texture(TEXTURE,UV) * color2;
  55. }
  56. }"
  57. [sub_resource type="ShaderMaterial" id=13]
  58. shader = SubResource( 12 )
  59. shader_param/color1 = Color( 0, 0.835294, 1, 1 )
  60. shader_param/color2 = Color( 1, 0.678431, 0, 1 )
  61. [sub_resource type="Shader" id=19]
  62. code = "// NOTE: Shader automatically converted from Godot Engine 3.4.4.stable's CanvasItemMaterial.
  63. shader_type canvas_item;
  64. render_mode blend_mix;
  65. void fragment(){
  66. COLOR = texture(TEXTURE,UV+TIME/5.00);
  67. }"
  68. [sub_resource type="ShaderMaterial" id=20]
  69. shader = SubResource( 19 )
  70. [sub_resource type="Shader" id=21]
  71. code = "// NOTE: Shader automatically converted from Godot Engine 3.4.4.stable's CanvasItemMaterial.
  72. shader_type canvas_item;
  73. render_mode blend_mix;
  74. void fragment(){
  75. COLOR = texture(TEXTURE,UV+(sin(UV.x*10.0+TIME)/50f));
  76. }"
  77. [sub_resource type="ShaderMaterial" id=22]
  78. shader = SubResource( 21 )
  79. [sub_resource type="StyleBoxFlat" id=15]
  80. bg_color = Color( 0, 0, 0, 0.501961 )
  81. [sub_resource type="StyleBoxFlat" id=16]
  82. bg_color = Color( 0, 0, 0, 0.741176 )
  83. [sub_resource type="StyleBoxFlat" id=17]
  84. bg_color = Color( 0, 0, 0, 1 )
  85. [sub_resource type="StyleBoxFlat" id=18]
  86. bg_color = Color( 0, 0, 0, 0.364706 )
  87. [sub_resource type="GDScript" id=14]
  88. script/source = "extends Node2D
  89. # Declare member variables here. Examples:
  90. # var a = 2
  91. # var b = \"text\"
  92. # Called when the node enters the scene tree for the first time.
  93. func _physics_process(delta):
  94. for i in get_child_count():
  95. get_child(i).enemy_id = i
  96. pass # Replace with function body.
  97. # Called every frame. 'delta' is the elapsed time since the previous frame.
  98. #func _process(delta):
  99. # pass
  100. "
  101. [sub_resource type="Shader" id=10]
  102. code = "// NOTE: Shader automatically converted from Godot Engine 3.4.4.stable's CanvasItemMaterial.
  103. shader_type canvas_item;
  104. render_mode blend_mix;
  105. uniform vec4 color1 : hint_color;
  106. uniform vec4 color2 : hint_color;
  107. void fragment(){
  108. COLOR = mix(color1,color2,UV.y);
  109. }"
  110. [sub_resource type="ShaderMaterial" id=11]
  111. shader = SubResource( 10 )
  112. shader_param/color1 = Color( 0.298039, 0.819608, 0.847059, 1 )
  113. shader_param/color2 = Color( 0.466667, 0.698039, 0.8, 1 )
  114. [sub_resource type="Shader" id=6]
  115. code = "// NOTE: Shader automatically converted from Godot Engine 3.4.4.stable's CanvasItemMaterial.
  116. shader_type canvas_item;
  117. render_mode blend_mix;
  118. uniform sampler2D noise;
  119. void fragment(){
  120. COLOR = texture(noise,(UV+vec2(TIME/30f,0f))) - (UV.y*UV.y*2f-0.1f);
  121. if (COLOR.r > 0.45){
  122. COLOR.a = 0f;
  123. }
  124. COLOR *= 2.2f;
  125. COLOR.rgb = clamp(COLOR.rgb,0.8f,1f);
  126. }"
  127. [sub_resource type="OpenSimplexNoise" id=7]
  128. seed = 55
  129. octaves = 8
  130. period = 80.0
  131. [sub_resource type="NoiseTexture" id=8]
  132. flags = 2
  133. width = 640
  134. height = 360
  135. seamless = true
  136. noise = SubResource( 7 )
  137. [sub_resource type="ShaderMaterial" id=9]
  138. shader = SubResource( 6 )
  139. shader_param/noise = SubResource( 8 )
  140. [node name="Node" type="Node"]
  141. [node name="Textures" type="Node" parent="."]
  142. script = ExtResource( 11 )
  143. [node name="Goblin1" type="Viewport" parent="Textures"]
  144. size = Vector2( 64, 64 )
  145. own_world = true
  146. transparent_bg = true
  147. render_target_v_flip = true
  148. [node name="SoldierAnim3" parent="Textures/Goblin1" instance=ExtResource( 17 )]
  149. position = Vector2( 32, 12 )
  150. [node name="Goblin2" type="Viewport" parent="Textures"]
  151. size = Vector2( 64, 64 )
  152. own_world = true
  153. transparent_bg = true
  154. render_target_v_flip = true
  155. [node name="SoldierAnim2" parent="Textures/Goblin2" instance=ExtResource( 17 )]
  156. position = Vector2( 32, 12 )
  157. [node name="Goblin3" type="Viewport" parent="Textures"]
  158. size = Vector2( 64, 64 )
  159. own_world = true
  160. transparent_bg = true
  161. render_target_v_flip = true
  162. [node name="SoldierAnim3" parent="Textures/Goblin3" instance=ExtResource( 17 )]
  163. position = Vector2( 32, 12 )
  164. [node name="Goblin4" type="Viewport" parent="Textures"]
  165. size = Vector2( 64, 64 )
  166. own_world = true
  167. transparent_bg = true
  168. render_target_v_flip = true
  169. [node name="Goblin" type="AnimatedSprite" parent="Textures/Goblin4"]
  170. modulate = Color( 1, 0, 0.984314, 1 )
  171. frames = SubResource( 5 )
  172. frame = 3
  173. speed_scale = 0.9
  174. playing = true
  175. offset = Vector2( 32, 32 )
  176. [node name="Bullet" type="Viewport" parent="Textures"]
  177. size = Vector2( 9, 9 )
  178. own_world = true
  179. transparent_bg = true
  180. render_target_v_flip = true
  181. [node name="Sprite" type="Sprite" parent="Textures/Bullet"]
  182. material = SubResource( 13 )
  183. scale = Vector2( 0.667, 0.667 )
  184. texture = ExtResource( 9 )
  185. centered = false
  186. [node name="PostgreSQL" type="Node" parent="."]
  187. script = ExtResource( 3 )
  188. [node name="Loginetcode" type="Node" parent="."]
  189. script = ExtResource( 6 )
  190. [node name="Uibackground" type="Node2D" parent="."]
  191. [node name="ColorRect2" type="TextureRect" parent="Uibackground"]
  192. material = SubResource( 20 )
  193. anchor_right = 1.0
  194. anchor_bottom = 1.0
  195. margin_right = 640.0
  196. margin_bottom = 360.0
  197. texture = ExtResource( 19 )
  198. stretch_mode = 2
  199. [node name="TextureRect2" type="TextureRect" parent="Uibackground"]
  200. material = SubResource( 22 )
  201. margin_left = 180.0
  202. margin_top = -103.467
  203. margin_right = 467.0
  204. margin_bottom = 158.533
  205. size_flags_horizontal = 3
  206. size_flags_vertical = 3
  207. texture = ExtResource( 18 )
  208. expand = true
  209. stretch_mode = 4
  210. [node name="LoginUI" type="Node" parent="."]
  211. script = ExtResource( 1 )
  212. [node name="directconnect" type="Control" parent="LoginUI"]
  213. visible = false
  214. anchor_right = 1.0
  215. anchor_bottom = 1.0
  216. margin_left = 180.0
  217. margin_right = -180.0
  218. [node name="VBoxContainer" type="VBoxContainer" parent="LoginUI/directconnect"]
  219. anchor_right = 1.0
  220. anchor_bottom = 1.0
  221. alignment = 1
  222. [node name="HBoxContainer" type="HBoxContainer" parent="LoginUI/directconnect/VBoxContainer"]
  223. margin_top = 136.0
  224. margin_right = 280.0
  225. margin_bottom = 148.0
  226. alignment = 1
  227. [node name="LineEdit2" type="LineEdit" parent="LoginUI/directconnect/VBoxContainer/HBoxContainer"]
  228. margin_right = 240.0
  229. margin_bottom = 12.0
  230. size_flags_horizontal = 3
  231. size_flags_vertical = 3
  232. custom_fonts/font = ExtResource( 20 )
  233. custom_styles/normal = SubResource( 15 )
  234. text = "207.148.21.135"
  235. align = 1
  236. expand_to_text_length = true
  237. placeholder_text = "IP Adress"
  238. [node name="LineEdit" type="LineEdit" parent="LoginUI/directconnect/VBoxContainer/HBoxContainer"]
  239. margin_left = 244.0
  240. margin_right = 280.0
  241. margin_bottom = 12.0
  242. custom_fonts/font = ExtResource( 20 )
  243. custom_styles/normal = SubResource( 15 )
  244. text = "8081"
  245. align = 1
  246. placeholder_text = "Port"
  247. [node name="Button" type="Button" parent="LoginUI/directconnect/VBoxContainer"]
  248. margin_top = 152.0
  249. margin_right = 280.0
  250. margin_bottom = 164.0
  251. custom_fonts/font = ExtResource( 20 )
  252. custom_styles/hover = SubResource( 16 )
  253. custom_styles/pressed = SubResource( 17 )
  254. custom_styles/normal = SubResource( 15 )
  255. text = "connnect"
  256. [node name="Button2" type="Button" parent="LoginUI/directconnect/VBoxContainer"]
  257. margin_top = 168.0
  258. margin_right = 280.0
  259. margin_bottom = 180.0
  260. custom_fonts/font = ExtResource( 20 )
  261. custom_styles/hover = SubResource( 16 )
  262. custom_styles/pressed = SubResource( 17 )
  263. custom_styles/normal = SubResource( 15 )
  264. text = "create server"
  265. [node name="x509" type="Button" parent="LoginUI/directconnect/VBoxContainer"]
  266. visible = false
  267. margin_top = 198.0
  268. margin_right = 280.0
  269. margin_bottom = 210.0
  270. custom_fonts/font = ExtResource( 20 )
  271. custom_styles/hover = SubResource( 16 )
  272. custom_styles/pressed = SubResource( 17 )
  273. custom_styles/normal = SubResource( 15 )
  274. text = "x509 generate"
  275. [node name="CheckButton" type="CheckButton" parent="LoginUI/directconnect/VBoxContainer"]
  276. margin_top = 184.0
  277. margin_right = 280.0
  278. margin_bottom = 224.0
  279. custom_fonts/font = ExtResource( 20 )
  280. pressed = true
  281. text = "login"
  282. [node name="loginscreen" type="Control" parent="LoginUI"]
  283. visible = false
  284. anchor_right = 1.0
  285. anchor_bottom = 1.0
  286. margin_left = 180.0
  287. margin_right = -180.0
  288. [node name="VBoxContainer" type="VBoxContainer" parent="LoginUI/loginscreen"]
  289. anchor_right = 1.0
  290. anchor_bottom = 1.0
  291. margin_right = 7.0
  292. alignment = 1
  293. [node name="HBoxContainer" type="HBoxContainer" parent="LoginUI/loginscreen/VBoxContainer"]
  294. margin_top = 150.0
  295. margin_right = 287.0
  296. margin_bottom = 162.0
  297. alignment = 1
  298. [node name="LineEdit2" type="LineEdit" parent="LoginUI/loginscreen/VBoxContainer/HBoxContainer"]
  299. margin_right = 287.0
  300. margin_bottom = 12.0
  301. size_flags_horizontal = 3
  302. size_flags_vertical = 3
  303. custom_fonts/font = ExtResource( 20 )
  304. custom_styles/normal = SubResource( 15 )
  305. align = 1
  306. expand_to_text_length = true
  307. placeholder_text = "username"
  308. [node name="HBoxContainer2" type="HBoxContainer" parent="LoginUI/loginscreen/VBoxContainer"]
  309. margin_top = 166.0
  310. margin_right = 287.0
  311. margin_bottom = 178.0
  312. alignment = 1
  313. [node name="LineEdit2" type="LineEdit" parent="LoginUI/loginscreen/VBoxContainer/HBoxContainer2"]
  314. margin_right = 287.0
  315. margin_bottom = 12.0
  316. size_flags_horizontal = 3
  317. size_flags_vertical = 3
  318. custom_fonts/font = ExtResource( 20 )
  319. custom_styles/normal = SubResource( 15 )
  320. align = 1
  321. expand_to_text_length = true
  322. placeholder_text = "password"
  323. [node name="HBoxContainer3" type="HBoxContainer" parent="LoginUI/loginscreen/VBoxContainer"]
  324. margin_top = 182.0
  325. margin_right = 287.0
  326. margin_bottom = 194.0
  327. alignment = 1
  328. [node name="login" type="Button" parent="LoginUI/loginscreen/VBoxContainer/HBoxContainer3"]
  329. margin_left = 40.0
  330. margin_right = 71.0
  331. margin_bottom = 12.0
  332. custom_fonts/font = ExtResource( 20 )
  333. custom_styles/hover = SubResource( 16 )
  334. custom_styles/pressed = SubResource( 17 )
  335. custom_styles/normal = SubResource( 15 )
  336. text = "login"
  337. [node name="register" type="Button" parent="LoginUI/loginscreen/VBoxContainer/HBoxContainer3"]
  338. margin_left = 75.0
  339. margin_right = 130.0
  340. margin_bottom = 12.0
  341. custom_fonts/font = ExtResource( 20 )
  342. custom_styles/hover = SubResource( 16 )
  343. custom_styles/pressed = SubResource( 17 )
  344. custom_styles/normal = SubResource( 15 )
  345. text = "Register"
  346. [node name="changepassword" type="Button" parent="LoginUI/loginscreen/VBoxContainer/HBoxContainer3"]
  347. margin_left = 134.0
  348. margin_right = 246.0
  349. margin_bottom = 12.0
  350. custom_fonts/font = ExtResource( 20 )
  351. custom_styles/hover = SubResource( 16 )
  352. custom_styles/pressed = SubResource( 17 )
  353. custom_styles/normal = SubResource( 15 )
  354. text = "Change Password"
  355. [node name="recover" type="Button" parent="LoginUI/loginscreen/VBoxContainer/HBoxContainer3"]
  356. visible = false
  357. margin_left = 137.0
  358. margin_right = 264.0
  359. margin_bottom = 20.0
  360. custom_fonts/font = ExtResource( 20 )
  361. custom_styles/hover = SubResource( 16 )
  362. custom_styles/pressed = SubResource( 17 )
  363. custom_styles/normal = SubResource( 15 )
  364. text = "Recover Password"
  365. [node name="back" type="Button" parent="LoginUI/loginscreen/VBoxContainer/HBoxContainer3"]
  366. visible = false
  367. margin_left = 246.0
  368. margin_right = 287.0
  369. margin_bottom = 20.0
  370. custom_fonts/font = ExtResource( 20 )
  371. custom_styles/hover = SubResource( 16 )
  372. custom_styles/pressed = SubResource( 17 )
  373. custom_styles/normal = SubResource( 15 )
  374. text = "back"
  375. [node name="Label2" type="Label" parent="LoginUI/loginscreen/VBoxContainer"]
  376. margin_top = 198.0
  377. margin_right = 287.0
  378. margin_bottom = 210.0
  379. custom_fonts/font = ExtResource( 20 )
  380. custom_styles/normal = SubResource( 15 )
  381. text = "status"
  382. [node name="changepassword" type="Control" parent="LoginUI"]
  383. anchor_right = 1.0
  384. anchor_bottom = 1.0
  385. margin_left = 180.0
  386. margin_right = -180.0
  387. [node name="VBoxContainer" type="VBoxContainer" parent="LoginUI/changepassword"]
  388. anchor_right = 1.0
  389. anchor_bottom = 1.0
  390. margin_right = 7.0
  391. alignment = 1
  392. [node name="HBoxContainer" type="HBoxContainer" parent="LoginUI/changepassword/VBoxContainer"]
  393. margin_top = 142.0
  394. margin_right = 287.0
  395. margin_bottom = 154.0
  396. alignment = 1
  397. [node name="LineEdit2" type="LineEdit" parent="LoginUI/changepassword/VBoxContainer/HBoxContainer"]
  398. margin_right = 287.0
  399. margin_bottom = 12.0
  400. size_flags_horizontal = 3
  401. size_flags_vertical = 3
  402. custom_fonts/font = ExtResource( 20 )
  403. custom_styles/normal = SubResource( 15 )
  404. align = 1
  405. expand_to_text_length = true
  406. placeholder_text = "username"
  407. [node name="HBoxContainer2" type="HBoxContainer" parent="LoginUI/changepassword/VBoxContainer"]
  408. margin_top = 158.0
  409. margin_right = 287.0
  410. margin_bottom = 170.0
  411. alignment = 1
  412. [node name="LineEdit2" type="LineEdit" parent="LoginUI/changepassword/VBoxContainer/HBoxContainer2"]
  413. margin_right = 287.0
  414. margin_bottom = 12.0
  415. size_flags_horizontal = 3
  416. size_flags_vertical = 3
  417. custom_fonts/font = ExtResource( 20 )
  418. custom_styles/normal = SubResource( 15 )
  419. align = 1
  420. expand_to_text_length = true
  421. placeholder_text = "old password"
  422. [node name="HBoxContainer4" type="HBoxContainer" parent="LoginUI/changepassword/VBoxContainer"]
  423. margin_top = 174.0
  424. margin_right = 287.0
  425. margin_bottom = 186.0
  426. alignment = 1
  427. [node name="LineEdit2" type="LineEdit" parent="LoginUI/changepassword/VBoxContainer/HBoxContainer4"]
  428. margin_right = 287.0
  429. margin_bottom = 12.0
  430. size_flags_horizontal = 3
  431. size_flags_vertical = 3
  432. custom_fonts/font = ExtResource( 20 )
  433. custom_styles/normal = SubResource( 15 )
  434. align = 1
  435. expand_to_text_length = true
  436. placeholder_text = "new password"
  437. [node name="HBoxContainer3" type="HBoxContainer" parent="LoginUI/changepassword/VBoxContainer"]
  438. margin_top = 190.0
  439. margin_right = 287.0
  440. margin_bottom = 202.0
  441. alignment = 1
  442. [node name="login2" type="Button" parent="LoginUI/changepassword/VBoxContainer/HBoxContainer3"]
  443. margin_left = 70.0
  444. margin_right = 102.0
  445. margin_bottom = 12.0
  446. custom_fonts/font = ExtResource( 20 )
  447. custom_styles/hover = SubResource( 16 )
  448. custom_styles/pressed = SubResource( 17 )
  449. custom_styles/normal = SubResource( 15 )
  450. text = "back"
  451. [node name="chang password" type="Button" parent="LoginUI/changepassword/VBoxContainer/HBoxContainer3"]
  452. margin_left = 106.0
  453. margin_right = 217.0
  454. margin_bottom = 12.0
  455. custom_fonts/font = ExtResource( 20 )
  456. custom_styles/hover = SubResource( 16 )
  457. custom_styles/pressed = SubResource( 17 )
  458. custom_styles/normal = SubResource( 15 )
  459. text = "change password"
  460. [node name="recover" type="Button" parent="LoginUI/changepassword/VBoxContainer/HBoxContainer3"]
  461. visible = false
  462. margin_left = 137.0
  463. margin_right = 264.0
  464. margin_bottom = 20.0
  465. custom_fonts/font = ExtResource( 20 )
  466. custom_styles/hover = SubResource( 16 )
  467. custom_styles/pressed = SubResource( 17 )
  468. custom_styles/normal = SubResource( 15 )
  469. text = "Recover Password"
  470. [node name="back" type="Button" parent="LoginUI/changepassword/VBoxContainer/HBoxContainer3"]
  471. visible = false
  472. margin_left = 246.0
  473. margin_right = 287.0
  474. margin_bottom = 20.0
  475. custom_fonts/font = ExtResource( 20 )
  476. custom_styles/hover = SubResource( 16 )
  477. custom_styles/pressed = SubResource( 17 )
  478. custom_styles/normal = SubResource( 15 )
  479. text = "back"
  480. [node name="Label2" type="Label" parent="LoginUI/changepassword/VBoxContainer"]
  481. margin_top = 206.0
  482. margin_right = 287.0
  483. margin_bottom = 218.0
  484. custom_fonts/font = ExtResource( 20 )
  485. custom_styles/normal = SubResource( 15 )
  486. text = "status"
  487. [node name="register" type="Control" parent="LoginUI"]
  488. visible = false
  489. anchor_right = 1.0
  490. anchor_bottom = 1.0
  491. margin_left = 180.0
  492. margin_right = -180.0
  493. [node name="VBoxContainer" type="VBoxContainer" parent="LoginUI/register"]
  494. anchor_right = 1.0
  495. anchor_bottom = 1.0
  496. alignment = 1
  497. [node name="HBoxContainer1" type="HBoxContainer" parent="LoginUI/register/VBoxContainer"]
  498. margin_top = 134.0
  499. margin_right = 280.0
  500. margin_bottom = 146.0
  501. alignment = 1
  502. [node name="LineEdit2" type="LineEdit" parent="LoginUI/register/VBoxContainer/HBoxContainer1"]
  503. margin_right = 280.0
  504. margin_bottom = 12.0
  505. size_flags_horizontal = 3
  506. size_flags_vertical = 3
  507. custom_fonts/font = ExtResource( 20 )
  508. custom_styles/normal = SubResource( 15 )
  509. align = 1
  510. expand_to_text_length = true
  511. placeholder_text = "username"
  512. [node name="HBoxContainer2" type="HBoxContainer" parent="LoginUI/register/VBoxContainer"]
  513. margin_top = 150.0
  514. margin_right = 280.0
  515. margin_bottom = 162.0
  516. alignment = 1
  517. [node name="LineEdit2" type="LineEdit" parent="LoginUI/register/VBoxContainer/HBoxContainer2"]
  518. margin_right = 280.0
  519. margin_bottom = 12.0
  520. size_flags_horizontal = 3
  521. size_flags_vertical = 3
  522. custom_fonts/font = ExtResource( 20 )
  523. custom_styles/normal = SubResource( 15 )
  524. align = 1
  525. expand_to_text_length = true
  526. placeholder_text = "password"
  527. [node name="HBoxContainer3" type="HBoxContainer" parent="LoginUI/register/VBoxContainer"]
  528. margin_top = 166.0
  529. margin_right = 280.0
  530. margin_bottom = 178.0
  531. alignment = 1
  532. [node name="LineEdit2" type="LineEdit" parent="LoginUI/register/VBoxContainer/HBoxContainer3"]
  533. margin_right = 280.0
  534. margin_bottom = 12.0
  535. size_flags_horizontal = 3
  536. size_flags_vertical = 3
  537. custom_fonts/font = ExtResource( 20 )
  538. custom_styles/normal = SubResource( 15 )
  539. align = 1
  540. expand_to_text_length = true
  541. placeholder_text = "comfirm password"
  542. [node name="HBoxContainer4" type="HBoxContainer" parent="LoginUI/register/VBoxContainer"]
  543. margin_top = 182.0
  544. margin_right = 280.0
  545. margin_bottom = 194.0
  546. alignment = 1
  547. [node name="LineEdit2" type="LineEdit" parent="LoginUI/register/VBoxContainer/HBoxContainer4"]
  548. margin_right = 280.0
  549. margin_bottom = 12.0
  550. size_flags_horizontal = 3
  551. size_flags_vertical = 3
  552. custom_fonts/font = ExtResource( 20 )
  553. custom_styles/normal = SubResource( 15 )
  554. align = 1
  555. expand_to_text_length = true
  556. placeholder_text = "email"
  557. [node name="HBoxContainer6" type="HBoxContainer" parent="LoginUI/register/VBoxContainer"]
  558. margin_top = 198.0
  559. margin_right = 280.0
  560. margin_bottom = 210.0
  561. alignment = 1
  562. [node name="login2" type="Button" parent="LoginUI/register/VBoxContainer/HBoxContainer6"]
  563. margin_left = 101.0
  564. margin_right = 133.0
  565. margin_bottom = 12.0
  566. custom_fonts/font = ExtResource( 20 )
  567. custom_styles/hover = SubResource( 16 )
  568. custom_styles/pressed = SubResource( 17 )
  569. custom_styles/normal = SubResource( 15 )
  570. text = "Back"
  571. [node name="Register2" type="Button" parent="LoginUI/register/VBoxContainer/HBoxContainer6"]
  572. margin_left = 137.0
  573. margin_right = 179.0
  574. margin_bottom = 12.0
  575. custom_fonts/font = ExtResource( 20 )
  576. custom_styles/hover = SubResource( 16 )
  577. custom_styles/pressed = SubResource( 17 )
  578. custom_styles/normal = SubResource( 15 )
  579. text = "Submit"
  580. [node name="Label" type="Label" parent="LoginUI/register/VBoxContainer"]
  581. margin_top = 214.0
  582. margin_right = 280.0
  583. margin_bottom = 226.0
  584. custom_fonts/font = ExtResource( 20 )
  585. custom_styles/normal = SubResource( 15 )
  586. text = "status"
  587. [node name="envarg" type="Node" parent="."]
  588. script = ExtResource( 2 )
  589. [node name="x509gen" type="Node" parent="."]
  590. script = ExtResource( 4 )
  591. [node name="BrowserListClient" type="Node" parent="."]
  592. script = ExtResource( 5 )
  593. [node name="PanelContainer" type="PanelContainer" parent="BrowserListClient"]
  594. visible = false
  595. anchor_right = 1.0
  596. anchor_bottom = 1.0
  597. margin_left = 64.0
  598. margin_top = 55.0
  599. margin_right = -64.0
  600. margin_bottom = -36.0
  601. custom_styles/panel = SubResource( 18 )
  602. [node name="Table" type="VBoxContainer" parent="BrowserListClient/PanelContainer"]
  603. margin_right = 512.0
  604. margin_bottom = 269.0
  605. [node name="BrowseColumn" parent="BrowserListClient/PanelContainer/Table" instance=ExtResource( 7 )]
  606. anchor_right = 0.0
  607. margin_right = 512.0
  608. margin_bottom = 20.0
  609. clickable = false
  610. [node name="Timer" type="Timer" parent="BrowserListClient"]
  611. autostart = true
  612. [node name="Levelselect" type="Node" parent="."]
  613. script = ExtResource( 12 )
  614. [node name="test" type="Node2D" parent="Levelselect"]
  615. visible = false
  616. [node name="TileMap" type="TileMap" parent="Levelselect/test" groups=["terrain"]]
  617. tile_set = ExtResource( 8 )
  618. cell_size = Vector2( 32, 32 )
  619. collision_layer = 8
  620. collision_mask = 8
  621. format = 1
  622. tile_data = PoolIntArray( -262155, 0, 5, -196619, 0, 65539, -131083, 0, 65539, -65547, 0, 65539, -130853, 0, 3, -11, 0, 65539, -65468, 0, 5, -65317, 0, 65539, 65525, 0, 65539, 68, 0, 65539, 219, 0, 65539, 131061, 0, 65539, 65604, 0, 65539, 65755, 0, 65539, 196597, 0, 65539, 131140, 0, 65539, 131156, 0, 0, 131157, 0, 1, 131158, 0, 1, 131159, 0, 1, 131160, 0, 1, 131161, 0, 1, 131162, 0, 1, 131163, 0, 1, 131164, 0, 1, 131165, 0, 1, 131166, 0, 1, 131167, 0, 1, 131168, 0, 1, 131169, 0, 1, 131170, 0, 1, 131171, 0, 1, 131172, 0, 1, 131173, 0, 1, 131174, 0, 1, 131175, 0, 1, 131176, 0, 1, 131177, 0, 1, 131178, 0, 1, 131179, 0, 1, 131180, 0, 1, 131181, 0, 1, 131182, 0, 1, 131183, 0, 1, 131184, 0, 1, 131185, 0, 1, 131186, 0, 1, 131187, 0, 1, 131188, 0, 1, 131189, 0, 1, 131190, 0, 1, 131191, 0, 1, 131192, 0, 1, 131193, 0, 2, 131291, 0, 65539, 262133, 0, 65539, 196676, 0, 65539, 196686, 0, 65540, 196687, 0, 196609, 196688, 0, 196609, 196689, 0, 65542, 196692, 0, 65536, 196693, 0, 65537, 196694, 0, 65537, 196695, 0, 65537, 196696, 0, 65537, 196697, 0, 65537, 196698, 0, 65537, 196699, 0, 65537, 196700, 0, 65537, 196701, 0, 65537, 196702, 0, 65537, 196703, 0, 65537, 196704, 0, 65537, 196705, 0, 65537, 196706, 0, 65537, 196707, 0, 65537, 196708, 0, 65537, 196709, 0, 65537, 196710, 0, 65537, 196711, 0, 65537, 196712, 0, 65537, 196713, 0, 65537, 196714, 0, 65537, 196715, 0, 65537, 196716, 0, 65537, 196717, 0, 65537, 196718, 0, 65537, 196719, 0, 65537, 196720, 0, 65537, 196721, 0, 65537, 196722, 0, 65537, 196723, 0, 65537, 196724, 0, 65537, 196725, 0, 65537, 196726, 0, 65537, 196727, 0, 65537, 196728, 0, 65537, 196729, 0, 589825, 196730, 0, 196609, 196731, 0, 65542, 196827, 0, 65539, 327669, 0, 65539, 262156, 0, 0, 262157, 0, 393220, 262158, 0, 2, 262212, 0, 65539, 262228, 0, 65536, 262229, 0, 65537, 262230, 0, 65537, 262231, 0, 65537, 262232, 0, 65537, 262233, 0, 65537, 262234, 0, 65537, 262235, 0, 65537, 262236, 0, 65537, 262237, 0, 65537, 262238, 0, 65537, 262239, 0, 65537, 262240, 0, 65537, 262241, 0, 65537, 262242, 0, 65537, 262243, 0, 65537, 262244, 0, 65537, 262245, 0, 65537, 262246, 0, 65537, 262247, 0, 65537, 262248, 0, 65537, 262249, 0, 65537, 262250, 0, 65537, 262251, 0, 65537, 262252, 0, 65537, 262253, 0, 65537, 262254, 0, 65537, 262255, 0, 65537, 262256, 0, 65537, 262257, 0, 65537, 262258, 0, 65537, 262259, 0, 65537, 262260, 0, 65537, 262261, 0, 65537, 262262, 0, 65537, 262263, 0, 65537, 262264, 0, 65537, 262265, 0, 65538, 262363, 0, 65539, 393205, 0, 65539, 327692, 0, 65536, 327693, 0, 262150, 327694, 0, 327683, 327748, 0, 393216, 327749, 0, 196609, 327750, 0, 196609, 327751, 0, 196609, 327752, 0, 196609, 327753, 0, 196609, 327754, 0, 65542, 327764, 0, 65536, 327765, 0, 65537, 327766, 0, 65537, 327767, 0, 65537, 327768, 0, 65537, 327769, 0, 65537, 327770, 0, 65537, 327771, 0, 65537, 327772, 0, 65537, 327773, 0, 65537, 327774, 0, 65537, 327775, 0, 65537, 327776, 0, 65537, 327777, 0, 65537, 327778, 0, 65537, 327779, 0, 65537, 327780, 0, 65537, 327781, 0, 65537, 327782, 0, 65537, 327783, 0, 65537, 327784, 0, 65537, 327785, 0, 65537, 327786, 0, 65537, 327787, 0, 65537, 327788, 0, 65537, 327789, 0, 65537, 327790, 0, 65537, 327791, 0, 65537, 327792, 0, 65537, 327793, 0, 65537, 327794, 0, 65537, 327795, 0, 65537, 327796, 0, 65537, 327797, 0, 65537, 327798, 0, 65537, 327799, 0, 65537, 327800, 0, 65537, 327801, 0, 65538, 327805, 0, 65540, 327806, 0, 196609, 327807, 0, 196609, 327808, 0, 196609, 327809, 0, 65542, 327899, 0, 65539, 458741, 0, 65539, 393228, 0, 131072, 393229, 0, 262148, 393230, 0, 131074, 393249, 0, 0, 393250, 0, 1, 393251, 0, 1, 393252, 0, 1, 393253, 0, 1, 393254, 0, 1, 393255, 0, 1, 393256, 0, 1, 393257, 0, 1, 393258, 0, 1, 393259, 0, 1, 393260, 0, 1, 393261, 0, 1, 393262, 0, 1, 393263, 0, 1, 393264, 0, 1, 393265, 0, 1, 393266, 0, 1, 393267, 0, 1, 393268, 0, 1, 393269, 0, 1, 393270, 0, 1, 393271, 0, 1, 393272, 0, 1, 393273, 0, 1, 393274, 0, 1, 393275, 0, 1, 393276, 0, 2, 393300, 0, 65536, 393301, 0, 65537, 393302, 0, 65537, 393303, 0, 65537, 393304, 0, 65537, 393305, 0, 65537, 393306, 0, 65537, 393307, 0, 65537, 393308, 0, 65537, 393309, 0, 65537, 393310, 0, 65537, 393311, 0, 65537, 393312, 0, 65537, 393313, 0, 65537, 393314, 0, 65537, 393315, 0, 65537, 393316, 0, 65537, 393317, 0, 65537, 393318, 0, 65537, 393319, 0, 65537, 393320, 0, 65537, 393321, 0, 65537, 393322, 0, 65537, 393323, 0, 65537, 393324, 0, 65537, 393325, 0, 65537, 393326, 0, 65537, 393327, 0, 65537, 393328, 0, 65537, 393329, 0, 65537, 393330, 0, 65537, 393331, 0, 65537, 393332, 0, 65537, 393333, 0, 65537, 393334, 0, 65537, 393335, 0, 65537, 393336, 0, 65537, 393337, 0, 65538, 393352, 0, 0, 393353, 0, 1, 393354, 0, 1, 393355, 0, 2, 393435, 0, 65539, 524277, 0, 65539, 458785, 0, 65536, 458786, 0, 65537, 458787, 0, 65537, 458788, 0, 65537, 458789, 0, 65537, 458790, 0, 65537, 458791, 0, 65537, 458792, 0, 65537, 458793, 0, 65537, 458794, 0, 65537, 458795, 0, 65537, 458796, 0, 65537, 458797, 0, 65537, 458798, 0, 65537, 458799, 0, 65537, 458800, 0, 65537, 458801, 0, 65537, 458802, 0, 65537, 458803, 0, 65537, 458804, 0, 65537, 458805, 0, 65537, 458806, 0, 65537, 458807, 0, 65537, 458808, 0, 65537, 458809, 0, 65537, 458810, 0, 65537, 458811, 0, 65537, 458812, 0, 393219, 458813, 0, 1, 458814, 0, 393220, 458815, 0, 2, 458828, 0, 196608, 458829, 0, 196609, 458830, 0, 196609, 458831, 0, 196609, 458832, 0, 196609, 458833, 0, 65542, 458836, 0, 65536, 458837, 0, 65537, 458838, 0, 65537, 458839, 0, 65537, 458840, 0, 65537, 458841, 0, 65537, 458842, 0, 65537, 458843, 0, 65537, 458844, 0, 65537, 458845, 0, 65537, 458846, 0, 65537, 458847, 0, 65537, 458848, 0, 65537, 458849, 0, 65537, 458850, 0, 65537, 458851, 0, 65537, 458852, 0, 65537, 458853, 0, 65537, 458854, 0, 65537, 458855, 0, 65537, 458856, 0, 65537, 458857, 0, 65537, 458858, 0, 65537, 458859, 0, 65537, 458860, 0, 65537, 458861, 0, 65537, 458862, 0, 65537, 458863, 0, 65537, 458864, 0, 65537, 458865, 0, 65537, 458866, 0, 65537, 458867, 0, 65537, 458868, 0, 65537, 458869, 0, 65537, 458870, 0, 65537, 458871, 0, 65537, 458872, 0, 65537, 458873, 0, 65538, 458885, 0, 0, 458886, 0, 1, 458887, 0, 1, 458888, 0, 393221, 458889, 0, 65537, 458890, 0, 65537, 458891, 0, 65538, 458971, 0, 65539, 589813, 0, 65539, 524318, 0, 0, 524319, 0, 1, 524320, 0, 1, 524321, 0, 393221, 524322, 0, 65537, 524323, 0, 65537, 524324, 0, 65537, 524325, 0, 65537, 524326, 0, 65537, 524327, 0, 65537, 524328, 0, 65537, 524329, 0, 65537, 524330, 0, 65537, 524331, 0, 65537, 524332, 0, 65537, 524333, 0, 65537, 524334, 0, 65537, 524335, 0, 65537, 524336, 0, 65537, 524337, 0, 65537, 524338, 0, 65537, 524339, 0, 65537, 524340, 0, 65537, 524341, 0, 65537, 524342, 0, 65537, 524343, 0, 65537, 524344, 0, 65537, 524345, 0, 65537, 524346, 0, 65537, 524347, 0, 65537, 524348, 0, 65537, 524349, 0, 262151, 524350, 0, 65537, 524351, 0, 65538, 524372, 0, 65536, 524373, 0, 65537, 524374, 0, 65537, 524375, 0, 65537, 524376, 0, 65537, 524377, 0, 65537, 524378, 0, 65537, 524379, 0, 65537, 524380, 0, 65537, 524381, 0, 65537, 524382, 0, 65537, 524383, 0, 65537, 524384, 0, 65537, 524385, 0, 65537, 524386, 0, 65537, 524387, 0, 65537, 524388, 0, 65537, 524389, 0, 65537, 524390, 0, 65537, 524391, 0, 65537, 524392, 0, 65537, 524393, 0, 65537, 524394, 0, 65537, 524395, 0, 65537, 524396, 0, 65537, 524397, 0, 65537, 524398, 0, 65537, 524399, 0, 65537, 524400, 0, 65537, 524401, 0, 65537, 524402, 0, 65537, 524403, 0, 65537, 524404, 0, 65537, 524405, 0, 65537, 524406, 0, 65537, 524407, 0, 65537, 524408, 0, 65537, 524409, 0, 65538, 524421, 0, 65536, 524422, 0, 65537, 524423, 0, 65537, 524424, 0, 65537, 524425, 0, 65537, 524426, 0, 65537, 524427, 0, 65538, 524507, 0, 65539, 655349, 0, 65539, 589842, 0, 5, 589854, 0, 327685, 589855, 0, 262150, 589856, 0, 262151, 589857, 0, 65537, 589858, 0, 65537, 589859, 0, 65537, 589860, 0, 65537, 589861, 0, 65537, 589862, 0, 65537, 589863, 0, 65537, 589864, 0, 65537, 589865, 0, 65537, 589866, 0, 65537, 589867, 0, 65537, 589868, 0, 65537, 589869, 0, 65537, 589870, 0, 65537, 589871, 0, 65537, 589872, 0, 65537, 589873, 0, 65537, 589874, 0, 65537, 589875, 0, 65537, 589876, 0, 65537, 589877, 0, 65537, 589878, 0, 65537, 589879, 0, 65537, 589880, 0, 65537, 589881, 0, 65537, 589882, 0, 65537, 589883, 0, 65537, 589884, 0, 65537, 589885, 0, 65537, 589886, 0, 65537, 589887, 0, 393219, 589888, 0, 1, 589889, 0, 1, 589890, 0, 1, 589891, 0, 1, 589892, 0, 1, 589893, 0, 1, 589894, 0, 1, 589895, 0, 1, 589896, 0, 1, 589897, 0, 1, 589898, 0, 1, 589899, 0, 1, 589900, 0, 1, 589901, 0, 1, 589902, 0, 1, 589903, 0, 1, 589904, 0, 1, 589905, 0, 1, 589906, 0, 1, 589907, 0, 1, 589908, 0, 393221, 589909, 0, 65537, 589910, 0, 65537, 589911, 0, 65537, 589912, 0, 65537, 589913, 0, 65537, 589914, 0, 65537, 589915, 0, 65537, 589916, 0, 65537, 589917, 0, 65537, 589918, 0, 65537, 589919, 0, 65537, 589920, 0, 65537, 589921, 0, 65537, 589922, 0, 65537, 589923, 0, 65537, 589924, 0, 65537, 589925, 0, 65537, 589926, 0, 65537, 589927, 0, 65537, 589928, 0, 65537, 589929, 0, 65537, 589930, 0, 65537, 589931, 0, 65537, 589932, 0, 65537, 589933, 0, 65537, 589934, 0, 65537, 589935, 0, 65537, 589936, 0, 65537, 589937, 0, 65537, 589938, 0, 65537, 589939, 0, 65537, 589940, 0, 65537, 589941, 0, 65537, 589942, 0, 65537, 589943, 0, 65537, 589944, 0, 65537, 589945, 0, 393219, 589946, 0, 1, 589947, 0, 1, 589948, 0, 1, 589949, 0, 1, 589950, 0, 1, 589951, 0, 1, 589952, 0, 1, 589953, 0, 1, 589954, 0, 1, 589955, 0, 1, 589956, 0, 1, 589957, 0, 393221, 589958, 0, 65537, 589959, 0, 65537, 589960, 0, 65537, 589961, 0, 65537, 589962, 0, 65537, 589963, 0, 393219, 589964, 0, 1, 589965, 0, 1, 589966, 0, 1, 589967, 0, 1, 589968, 0, 1, 589969, 0, 1, 589970, 0, 1, 589971, 0, 1, 589972, 0, 1, 589973, 0, 1, 589974, 0, 1, 589975, 0, 1, 589976, 0, 1, 589977, 0, 1, 589978, 0, 1, 589979, 0, 1, 589980, 0, 1, 589981, 0, 1, 589982, 0, 1, 589983, 0, 1, 589984, 0, 1, 589985, 0, 1, 589986, 0, 1, 589987, 0, 1, 589988, 0, 1, 589989, 0, 1, 589990, 0, 1, 589991, 0, 1, 589992, 0, 1, 589993, 0, 1, 589994, 0, 1, 589995, 0, 1, 589996, 0, 1, 589997, 0, 1, 589998, 0, 1, 589999, 0, 1, 590000, 0, 1, 590001, 0, 1, 590002, 0, 1, 590003, 0, 1, 590004, 0, 1, 590005, 0, 1, 590006, 0, 1, 590007, 0, 1, 590008, 0, 1, 590009, 0, 1, 590010, 0, 1, 590011, 0, 1, 590012, 0, 1, 590013, 0, 1, 590014, 0, 1, 590015, 0, 1, 590016, 0, 1, 590017, 0, 1, 590018, 0, 1, 590019, 0, 1, 590020, 0, 1, 590021, 0, 1, 590022, 0, 1, 590023, 0, 1, 590024, 0, 1, 590025, 0, 1, 590026, 0, 1, 590027, 0, 1, 590028, 0, 1, 590029, 0, 1, 590030, 0, 1, 590031, 0, 1, 590032, 0, 1, 590033, 0, 1, 590034, 0, 1, 590035, 0, 1, 590036, 0, 1, 590037, 0, 1, 590038, 0, 1, 590039, 0, 1, 590040, 0, 1, 590041, 0, 1, 590042, 0, 1, 590043, 0, 655372, 720885, 0, 655371, 720886, 0, 1, 720887, 0, 1, 720888, 0, 1, 720889, 0, 1, 720890, 0, 1, 720891, 0, 1, 720892, 0, 1, 720893, 0, 1, 720894, 0, 1, 720895, 0, 1, 655360, 0, 1, 655361, 0, 1, 655362, 0, 1, 655363, 0, 1, 655364, 0, 1, 655365, 0, 1, 655366, 0, 1, 655367, 0, 1, 655368, 0, 1, 655369, 0, 1, 655370, 0, 1, 655371, 0, 1, 655372, 0, 1, 655373, 0, 1, 655374, 0, 1, 655375, 0, 1, 655376, 0, 1, 655377, 0, 1, 655378, 0, 786433, 655379, 0, 1, 655380, 0, 1, 655381, 0, 1, 655382, 0, 1, 655383, 0, 1, 655384, 0, 1, 655385, 0, 1, 655386, 0, 1, 655387, 0, 1, 655388, 0, 1, 655389, 0, 1, 655390, 0, 393221, 655391, 0, 65537, 655392, 0, 65537, 655393, 0, 65537, 655394, 0, 65537, 655395, 0, 65537, 655396, 0, 65537, 655397, 0, 65537, 655398, 0, 65537, 655399, 0, 65537, 655400, 0, 65537, 655401, 0, 65537, 655402, 0, 65537, 655403, 0, 65537, 655404, 0, 65537, 655405, 0, 65537, 655406, 0, 65537, 655407, 0, 65537, 655408, 0, 65537, 655409, 0, 65537, 655410, 0, 65537, 655411, 0, 65537, 655412, 0, 65537, 655413, 0, 65537, 655414, 0, 65537, 655415, 0, 65537, 655416, 0, 65537, 655417, 0, 65537, 655418, 0, 65537, 655419, 0, 65537, 655420, 0, 65537, 655421, 0, 65537, 655422, 0, 65537, 655423, 0, 65537, 655424, 0, 65537, 655425, 0, 65537, 655426, 0, 65537, 655427, 0, 65537, 655428, 0, 65537, 655429, 0, 65537, 655430, 0, 65537, 655431, 0, 65537, 655432, 0, 65537, 655433, 0, 65537, 655434, 0, 65537, 655435, 0, 65537, 655436, 0, 65537, 655437, 0, 65537, 655438, 0, 65537, 655439, 0, 65537, 655440, 0, 65537, 655441, 0, 65537, 655442, 0, 65537, 655443, 0, 65537, 655444, 0, 65537, 655445, 0, 65537, 655446, 0, 65537, 655447, 0, 65537, 655448, 0, 65537, 655449, 0, 65537, 655450, 0, 65537, 655451, 0, 65537, 655452, 0, 65537, 655453, 0, 65537, 655454, 0, 65537, 655455, 0, 65537, 655456, 0, 65537, 655457, 0, 65537, 655458, 0, 65537, 655459, 0, 65537, 655460, 0, 65537, 655461, 0, 65537, 655462, 0, 65537, 655463, 0, 65537, 655464, 0, 65537, 655465, 0, 65537, 655466, 0, 65537, 655467, 0, 65537, 655468, 0, 65537, 655469, 0, 65537, 655470, 0, 65537, 655471, 0, 65537, 655472, 0, 65537, 655473, 0, 65537, 655474, 0, 65537, 655475, 0, 65537, 655476, 0, 65537, 655477, 0, 65537, 655478, 0, 65537, 655479, 0, 65537, 655480, 0, 65537, 655481, 0, 65537, 655482, 0, 65537, 655483, 0, 65537, 655484, 0, 65537, 655485, 0, 65537, 655486, 0, 65537, 655487, 0, 65537, 655488, 0, 65537, 655489, 0, 65537, 655490, 0, 65537, 655491, 0, 65537, 655492, 0, 65537, 655493, 0, 65537, 655494, 0, 65537, 655495, 0, 65537, 655496, 0, 65537, 655497, 0, 65537, 655498, 0, 65537, 655499, 0, 65537, 655500, 0, 65537, 655501, 0, 65537, 655502, 0, 65537, 655503, 0, 65537, 655504, 0, 65537, 655505, 0, 65537, 655506, 0, 65537, 655507, 0, 65537, 655508, 0, 65537, 655509, 0, 65537, 655510, 0, 65537, 655511, 0, 65537, 655512, 0, 65537, 655513, 0, 65537, 655514, 0, 65537, 655515, 0, 65537, 655516, 0, 65537, 655517, 0, 65537, 655518, 0, 65537, 655519, 0, 65537, 655520, 0, 65537, 655521, 0, 65537, 655522, 0, 65537, 655523, 0, 65537, 655524, 0, 65537, 655525, 0, 65537, 655526, 0, 65537, 655527, 0, 65537, 655528, 0, 65537, 655529, 0, 65537, 655530, 0, 65537, 655531, 0, 65537, 655532, 0, 65537, 655533, 0, 65537, 655534, 0, 65537, 655535, 0, 65537, 655536, 0, 65537, 655537, 0, 65537, 655538, 0, 65537, 655539, 0, 65537, 655540, 0, 65537, 655541, 0, 65537, 655542, 0, 65537, 655543, 0, 65537, 655544, 0, 65537, 655545, 0, 65537, 655546, 0, 65537, 655547, 0, 65537, 655548, 0, 65537, 655549, 0, 65537, 655550, 0, 65537, 655551, 0, 65537, 655552, 0, 65537, 655553, 0, 65537, 655554, 0, 65537, 655555, 0, 65537, 655556, 0, 65537, 655557, 0, 65537, 655558, 0, 65537, 655559, 0, 65537, 655560, 0, 65537, 655561, 0, 65537, 655562, 0, 65537, 655563, 0, 65537, 655564, 0, 65537, 655565, 0, 65537, 655566, 0, 65537, 655567, 0, 65537, 655568, 0, 65537, 655569, 0, 65537, 655570, 0, 65537, 655571, 0, 65537, 655572, 0, 65537, 655573, 0, 65537, 655574, 0, 65537, 655575, 0, 65537, 655576, 0, 65537, 655577, 0, 65537, 655578, 0, 65537, 655579, 0, 65538, 786421, 0, 65536, 786422, 0, 65537, 786423, 0, 65537, 786424, 0, 65537, 786425, 0, 65537, 786426, 0, 65537, 786427, 0, 65537, 786428, 0, 65537, 786429, 0, 65537, 786430, 0, 65537, 786431, 0, 65537, 720896, 0, 65537, 720897, 0, 65537, 720898, 0, 65537, 720899, 0, 65537, 720900, 0, 65537, 720901, 0, 65537, 720902, 0, 65537, 720903, 0, 65537, 720904, 0, 65537, 720905, 0, 65537, 720906, 0, 65537, 720907, 0, 65537, 720908, 0, 65537, 720909, 0, 65537, 720910, 0, 65537, 720911, 0, 65537, 720912, 0, 65537, 720913, 0, 65537, 720914, 0, 65537, 720915, 0, 65537, 720916, 0, 65537, 720917, 0, 65537, 720918, 0, 65537, 720919, 0, 65537, 720920, 0, 65537, 720921, 0, 65537, 720922, 0, 65537, 720923, 0, 65537, 720924, 0, 65537, 720925, 0, 65537, 720926, 0, 65537, 720927, 0, 65537, 720928, 0, 65537, 720929, 0, 65537, 720930, 0, 65537, 720931, 0, 65537, 720932, 0, 65537, 720933, 0, 65537, 720934, 0, 65537, 720935, 0, 65537, 720936, 0, 65537, 720937, 0, 65537, 720938, 0, 65537, 720939, 0, 65537, 720940, 0, 65537, 720941, 0, 65537, 720942, 0, 65537, 720943, 0, 65537, 720944, 0, 65537, 720945, 0, 65537, 720946, 0, 65537, 720947, 0, 65537, 720948, 0, 65537, 720949, 0, 65537, 720950, 0, 65537, 720951, 0, 65537, 720952, 0, 65537, 720953, 0, 65537, 720954, 0, 65537, 720955, 0, 65537, 720956, 0, 65537, 720957, 0, 65537, 720958, 0, 65537, 720959, 0, 65537, 720960, 0, 65537, 720961, 0, 65537, 720962, 0, 65537, 720963, 0, 65537, 720964, 0, 65537, 720965, 0, 65537, 720966, 0, 65537, 720967, 0, 65537, 720968, 0, 65537, 720969, 0, 65537, 720970, 0, 65537, 720971, 0, 65537, 720972, 0, 65537, 720973, 0, 65537, 720974, 0, 65537, 720975, 0, 65537, 720976, 0, 65537, 720977, 0, 65537, 720978, 0, 65537, 720979, 0, 65537, 720980, 0, 65537, 720981, 0, 65537, 720982, 0, 65537, 720983, 0, 65537, 720984, 0, 65537, 720985, 0, 65537, 720986, 0, 65537, 720987, 0, 65537, 720988, 0, 65537, 720989, 0, 65537, 720990, 0, 65537, 720991, 0, 65537, 720992, 0, 65537, 720993, 0, 65537, 720994, 0, 65537, 720995, 0, 65537, 720996, 0, 65537, 720997, 0, 65537, 720998, 0, 65537, 720999, 0, 65537, 721000, 0, 65537, 721001, 0, 65537, 721002, 0, 65537, 721003, 0, 65537, 721004, 0, 65537, 721005, 0, 65537, 721006, 0, 65537, 721007, 0, 65537, 721008, 0, 65537, 721009, 0, 65537, 721010, 0, 65537, 721011, 0, 65537, 721012, 0, 65537, 721013, 0, 65537, 721014, 0, 65537, 721015, 0, 65537, 721016, 0, 65537, 721017, 0, 65537, 721018, 0, 65537, 721019, 0, 65537, 721020, 0, 65537, 721021, 0, 65537, 721022, 0, 65537, 721023, 0, 65537, 721024, 0, 65537, 721025, 0, 65537, 721026, 0, 65537, 721027, 0, 65537, 721028, 0, 65537, 721029, 0, 65537, 721030, 0, 65537, 721031, 0, 65537, 721032, 0, 65537, 721033, 0, 65537, 721034, 0, 65537, 721035, 0, 65537, 721036, 0, 65537, 721037, 0, 65537, 721038, 0, 65537, 721039, 0, 65537, 721040, 0, 65537, 721041, 0, 65537, 721042, 0, 65537, 721043, 0, 65537, 721044, 0, 65537, 721045, 0, 65537, 721046, 0, 65537, 721047, 0, 65537, 721048, 0, 65537, 721049, 0, 65537, 721050, 0, 65537, 721051, 0, 65537, 721052, 0, 65537, 721053, 0, 65537, 721054, 0, 65537, 721055, 0, 65537, 721056, 0, 65537, 721057, 0, 65537, 721058, 0, 65537, 721059, 0, 65537, 721060, 0, 65537, 721061, 0, 65537, 721062, 0, 65537, 721063, 0, 65537, 721064, 0, 65537, 721065, 0, 65537, 721066, 0, 65537, 721067, 0, 65537, 721068, 0, 65537, 721069, 0, 65537, 721070, 0, 65537, 721071, 0, 65537, 721072, 0, 65537, 721073, 0, 65537, 721074, 0, 65537, 721075, 0, 65537, 721076, 0, 65537, 721077, 0, 65537, 721078, 0, 65537, 721079, 0, 65537, 721080, 0, 65537, 721081, 0, 65537, 721082, 0, 65537, 721083, 0, 65537, 721084, 0, 65537, 721085, 0, 65537, 721086, 0, 65537, 721087, 0, 65537, 721088, 0, 65537, 721089, 0, 65537, 721090, 0, 65537, 721091, 0, 65537, 721092, 0, 65537, 721093, 0, 65537, 721094, 0, 65537, 721095, 0, 65537, 721096, 0, 65537, 721097, 0, 65537, 721098, 0, 65537, 721099, 0, 65537, 721100, 0, 65537, 721101, 0, 65537, 721102, 0, 65537, 721103, 0, 65537, 721104, 0, 65537, 721105, 0, 65537, 721106, 0, 65537, 721107, 0, 65537, 721108, 0, 65537, 721109, 0, 65537, 721110, 0, 65537, 721111, 0, 65537, 721112, 0, 65537, 721113, 0, 65537, 721114, 0, 65537, 721115, 0, 65538, 851957, 0, 65536, 851958, 0, 65537, 851959, 0, 65537, 851960, 0, 65537, 851961, 0, 65537, 851962, 0, 65537, 851963, 0, 65537, 851964, 0, 65537, 851965, 0, 65537, 851966, 0, 65537, 851967, 0, 65537, 786432, 0, 65537, 786433, 0, 65537, 786434, 0, 65537, 786435, 0, 65537, 786436, 0, 65537, 786437, 0, 65537, 786438, 0, 65537, 786439, 0, 65537, 786440, 0, 65537, 786441, 0, 65537, 786442, 0, 65537, 786443, 0, 65537, 786444, 0, 65537, 786445, 0, 65537, 786446, 0, 65537, 786447, 0, 65537, 786448, 0, 65537, 786449, 0, 65537, 786450, 0, 65537, 786451, 0, 65537, 786452, 0, 65537, 786453, 0, 65537, 786454, 0, 65537, 786455, 0, 65537, 786456, 0, 65537, 786457, 0, 65537, 786458, 0, 65537, 786459, 0, 65537, 786460, 0, 65537, 786461, 0, 65537, 786462, 0, 65537, 786463, 0, 65537, 786464, 0, 65537, 786465, 0, 65537, 786466, 0, 65537, 786467, 0, 65537, 786468, 0, 65537, 786469, 0, 65537, 786470, 0, 65537, 786471, 0, 65537, 786472, 0, 65537, 786473, 0, 65537, 786474, 0, 65537, 786475, 0, 65537, 786476, 0, 65537, 786477, 0, 65537, 786478, 0, 65537, 786479, 0, 65537, 786480, 0, 65537, 786481, 0, 65537, 786482, 0, 65537, 786483, 0, 65537, 786484, 0, 65537, 786485, 0, 65537, 786486, 0, 65537, 786487, 0, 65537, 786488, 0, 65537, 786489, 0, 65537, 786490, 0, 65537, 786491, 0, 65537, 786492, 0, 65537, 786493, 0, 65537, 786494, 0, 65537, 786495, 0, 65537, 786496, 0, 65537, 786497, 0, 65537, 786498, 0, 65537, 786499, 0, 65537, 786500, 0, 65537, 786501, 0, 65537, 786502, 0, 65537, 786503, 0, 65537, 786504, 0, 65537, 786505, 0, 65537, 786506, 0, 65537, 786507, 0, 65537, 786508, 0, 65537, 786509, 0, 65537, 786510, 0, 65537, 786511, 0, 65537, 786512, 0, 65537, 786513, 0, 65537, 786514, 0, 65537, 786515, 0, 65537, 786516, 0, 65537, 786517, 0, 65537, 786518, 0, 65537, 786519, 0, 65537, 786520, 0, 65537, 786521, 0, 65537, 786522, 0, 65537, 786523, 0, 65537, 786524, 0, 65537, 786525, 0, 65537, 786526, 0, 65537, 786527, 0, 65537, 786528, 0, 65537, 786529, 0, 65537, 786530, 0, 65537, 786531, 0, 65537, 786532, 0, 65537, 786533, 0, 65537, 786534, 0, 65537, 786535, 0, 65537, 786536, 0, 65537, 786537, 0, 65537, 786538, 0, 65537, 786539, 0, 65537, 786540, 0, 65537, 786541, 0, 65537, 786542, 0, 65537, 786543, 0, 65537, 786544, 0, 65537, 786545, 0, 65537, 786546, 0, 65537, 786547, 0, 65537, 786548, 0, 65537, 786549, 0, 65537, 786550, 0, 65537, 786551, 0, 65537, 786552, 0, 65537, 786553, 0, 65537, 786554, 0, 65537, 786555, 0, 65537, 786556, 0, 65537, 786557, 0, 65537, 786558, 0, 65537, 786559, 0, 65537, 786560, 0, 65537, 786561, 0, 65537, 786562, 0, 65537, 786563, 0, 65537, 786564, 0, 65537, 786565, 0, 65537, 786566, 0, 65537, 786567, 0, 65537, 786568, 0, 65537, 786569, 0, 65537, 786570, 0, 65537, 786571, 0, 65537, 786572, 0, 65537, 786573, 0, 65537, 786574, 0, 65537, 786575, 0, 65537, 786576, 0, 65537, 786577, 0, 65537, 786578, 0, 65537, 786579, 0, 65537, 786580, 0, 65537, 786581, 0, 65537, 786582, 0, 65537, 786583, 0, 65537, 786584, 0, 65537, 786585, 0, 65537, 786586, 0, 65537, 786587, 0, 65537, 786588, 0, 65537, 786589, 0, 65537, 786590, 0, 65537, 786591, 0, 65537, 786592, 0, 65537, 786593, 0, 65537, 786594, 0, 65537, 786595, 0, 65537, 786596, 0, 65537, 786597, 0, 65537, 786598, 0, 65537, 786599, 0, 65537, 786600, 0, 65537, 786601, 0, 65537, 786602, 0, 65537, 786603, 0, 65537, 786604, 0, 65537, 786605, 0, 65537, 786606, 0, 65537, 786607, 0, 65537, 786608, 0, 65537, 786609, 0, 65537, 786610, 0, 65537, 786611, 0, 65537, 786612, 0, 65537, 786613, 0, 65537, 786614, 0, 65537, 786615, 0, 65537, 786616, 0, 65537, 786617, 0, 65537, 786618, 0, 65537, 786619, 0, 65537, 786620, 0, 65537, 786621, 0, 65537, 786622, 0, 65537, 786623, 0, 65537, 786624, 0, 65537, 786625, 0, 65537, 786626, 0, 65537, 786627, 0, 65537, 786628, 0, 65537, 786629, 0, 65537, 786630, 0, 65537, 786631, 0, 65537, 786632, 0, 65537, 786633, 0, 65537, 786634, 0, 65537, 786635, 0, 65537, 786636, 0, 65537, 786637, 0, 65537, 786638, 0, 65537, 786639, 0, 65537, 786640, 0, 65537, 786641, 0, 65537, 786642, 0, 65537, 786643, 0, 65537, 786644, 0, 65537, 786645, 0, 65537, 786646, 0, 65537, 786647, 0, 65537, 786648, 0, 65537, 786649, 0, 65537, 786650, 0, 65537, 786651, 0, 65538, 917493, 0, 65536, 917494, 0, 65537, 917495, 0, 65537, 917496, 0, 65537, 917497, 0, 65537, 917498, 0, 65537, 917499, 0, 65537, 917500, 0, 65537, 917501, 0, 65537, 917502, 0, 65537, 917503, 0, 65537, 851968, 0, 65537, 851969, 0, 65537, 851970, 0, 65537, 851971, 0, 65537, 851972, 0, 65537, 851973, 0, 65537, 851974, 0, 65537, 851975, 0, 65537, 851976, 0, 65537, 851977, 0, 65537, 851978, 0, 65537, 851979, 0, 65537, 851980, 0, 65537, 851981, 0, 65537, 851982, 0, 65537, 851983, 0, 65537, 851984, 0, 65537, 851985, 0, 65537, 851986, 0, 65537, 851987, 0, 65537, 851988, 0, 65537, 851989, 0, 65537, 851990, 0, 65537, 851991, 0, 65537, 851992, 0, 65537, 851993, 0, 65537, 851994, 0, 65537, 851995, 0, 65537, 851996, 0, 65537, 851997, 0, 65537, 851998, 0, 65537, 851999, 0, 65537, 852000, 0, 65537, 852001, 0, 65537, 852002, 0, 65537, 852003, 0, 65537, 852004, 0, 65537, 852005, 0, 65537, 852006, 0, 65537, 852007, 0, 65537, 852008, 0, 65537, 852009, 0, 65537, 852010, 0, 65537, 852011, 0, 65537, 852012, 0, 65537, 852013, 0, 65537, 852014, 0, 65537, 852015, 0, 65537, 852016, 0, 65537, 852017, 0, 65537, 852018, 0, 65537, 852019, 0, 65537, 852020, 0, 65537, 852021, 0, 65537, 852022, 0, 65537, 852023, 0, 65537, 852024, 0, 65537, 852025, 0, 65537, 852026, 0, 65537, 852027, 0, 65537, 852028, 0, 65537, 852029, 0, 65537, 852030, 0, 65537, 852031, 0, 65537, 852032, 0, 65537, 852033, 0, 65537, 852034, 0, 65537, 852035, 0, 65537, 852036, 0, 65537, 852037, 0, 65537, 852038, 0, 65537, 852039, 0, 65537, 852040, 0, 65537, 852041, 0, 65537, 852042, 0, 65537, 852043, 0, 65537, 852044, 0, 65537, 852045, 0, 65537, 852046, 0, 65537, 852047, 0, 65537, 852048, 0, 65537, 852049, 0, 65537, 852050, 0, 65537, 852051, 0, 65537, 852052, 0, 65537, 852053, 0, 65537, 852054, 0, 65537, 852055, 0, 65537, 852056, 0, 65537, 852057, 0, 65537, 852058, 0, 65537, 852059, 0, 65537, 852060, 0, 65537, 852061, 0, 65537, 852062, 0, 65537, 852063, 0, 65537, 852064, 0, 65537, 852065, 0, 65537, 852066, 0, 65537, 852067, 0, 65537, 852068, 0, 65537, 852069, 0, 65537, 852070, 0, 65537, 852071, 0, 65537, 852072, 0, 65537, 852073, 0, 65537, 852074, 0, 65537, 852075, 0, 65537, 852076, 0, 65537, 852077, 0, 65537, 852078, 0, 65537, 852079, 0, 65537, 852080, 0, 65537, 852081, 0, 65537, 852082, 0, 65537, 852083, 0, 65537, 852084, 0, 65537, 852085, 0, 65537, 852086, 0, 65537, 852087, 0, 65537, 852088, 0, 65537, 852089, 0, 65537, 852090, 0, 65537, 852091, 0, 65537, 852092, 0, 65537, 852093, 0, 65537, 852094, 0, 65537, 852095, 0, 65537, 852096, 0, 65537, 852097, 0, 65537, 852098, 0, 65537, 852099, 0, 65537, 852100, 0, 65537, 852101, 0, 65537, 852102, 0, 65537, 852103, 0, 65537, 852104, 0, 65537, 852105, 0, 65537, 852106, 0, 65537, 852107, 0, 65537, 852108, 0, 65537, 852109, 0, 65537, 852110, 0, 65537, 852111, 0, 65537, 852112, 0, 65537, 852113, 0, 65537, 852114, 0, 65537, 852115, 0, 65537, 852116, 0, 65537, 852117, 0, 65537, 852118, 0, 65537, 852119, 0, 65537, 852120, 0, 65537, 852121, 0, 65537, 852122, 0, 65537, 852123, 0, 65537, 852124, 0, 65537, 852125, 0, 65537, 852126, 0, 65537, 852127, 0, 65537, 852128, 0, 65537, 852129, 0, 65537, 852130, 0, 65537, 852131, 0, 65537, 852132, 0, 65537, 852133, 0, 65537, 852134, 0, 65537, 852135, 0, 65537, 852136, 0, 65537, 852137, 0, 65537, 852138, 0, 65537, 852139, 0, 65537, 852140, 0, 65537, 852141, 0, 65537, 852142, 0, 65537, 852143, 0, 65537, 852144, 0, 65537, 852145, 0, 65537, 852146, 0, 65537, 852147, 0, 65537, 852148, 0, 65537, 852149, 0, 65537, 852150, 0, 65537, 852151, 0, 65537, 852152, 0, 65537, 852153, 0, 65537, 852154, 0, 65537, 852155, 0, 65537, 852156, 0, 65537, 852157, 0, 65537, 852158, 0, 65537, 852159, 0, 65537, 852160, 0, 65537, 852161, 0, 65537, 852162, 0, 65537, 852163, 0, 65537, 852164, 0, 65537, 852165, 0, 65537, 852166, 0, 65537, 852167, 0, 65537, 852168, 0, 65537, 852169, 0, 65537, 852170, 0, 65537, 852171, 0, 65537, 852172, 0, 65537, 852173, 0, 65537, 852174, 0, 65537, 852175, 0, 65537, 852176, 0, 65537, 852177, 0, 65537, 852178, 0, 65537, 852179, 0, 65537, 852180, 0, 65537, 852181, 0, 65537, 852182, 0, 65537, 852183, 0, 65537, 852184, 0, 65537, 852185, 0, 65537, 852186, 0, 65537, 852187, 0, 65538, 983029, 0, 65536, 983030, 0, 65537, 983031, 0, 65537, 983032, 0, 65537, 983033, 0, 65537, 983034, 0, 65537, 983035, 0, 65537, 983036, 0, 65537, 983037, 0, 65537, 983038, 0, 65537, 983039, 0, 65537, 917504, 0, 65537, 917505, 0, 65537, 917506, 0, 65537, 917507, 0, 65537, 917508, 0, 65537, 917509, 0, 65537, 917510, 0, 65537, 917511, 0, 65537, 917512, 0, 65537, 917513, 0, 65537, 917514, 0, 65537, 917515, 0, 65537, 917516, 0, 65537, 917517, 0, 65537, 917518, 0, 65537, 917519, 0, 65537, 917520, 0, 65537, 917521, 0, 65537, 917522, 0, 65537, 917523, 0, 65537, 917524, 0, 65537, 917525, 0, 65537, 917526, 0, 65537, 917527, 0, 65537, 917528, 0, 65537, 917529, 0, 65537, 917530, 0, 65537, 917531, 0, 65537, 917532, 0, 65537, 917533, 0, 65537, 917534, 0, 65537, 917535, 0, 65537, 917536, 0, 65537, 917537, 0, 65537, 917538, 0, 65537, 917539, 0, 65537, 917540, 0, 65537, 917541, 0, 65537, 917542, 0, 65537, 917543, 0, 65537, 917544, 0, 65537, 917545, 0, 65537, 917546, 0, 65537, 917547, 0, 65537, 917548, 0, 65537, 917549, 0, 65537, 917550, 0, 65537, 917551, 0, 65537, 917552, 0, 65537, 917553, 0, 65537, 917554, 0, 65537, 917555, 0, 65537, 917556, 0, 65537, 917557, 0, 65537, 917558, 0, 65537, 917559, 0, 65537, 917560, 0, 65537, 917561, 0, 65537, 917562, 0, 65537, 917563, 0, 65537, 917564, 0, 65537, 917565, 0, 65537, 917566, 0, 65537, 917567, 0, 65537, 917568, 0, 65537, 917569, 0, 65537, 917570, 0, 65537, 917571, 0, 65537, 917572, 0, 65537, 917573, 0, 65537, 917574, 0, 65537, 917575, 0, 65537, 917576, 0, 65537, 917577, 0, 65537, 917578, 0, 65537, 917579, 0, 65537, 917580, 0, 65537, 917581, 0, 65537, 917582, 0, 65537, 917583, 0, 65537, 917584, 0, 65537, 917585, 0, 65537, 917586, 0, 65537, 917587, 0, 65537, 917588, 0, 65537, 917589, 0, 65537, 917590, 0, 65537, 917591, 0, 65537, 917592, 0, 65537, 917593, 0, 65537, 917594, 0, 65537, 917595, 0, 65537, 917596, 0, 65537, 917597, 0, 65537, 917598, 0, 65537, 917599, 0, 65537, 917600, 0, 65537, 917601, 0, 65537, 917602, 0, 65537, 917603, 0, 65537, 917604, 0, 65537, 917605, 0, 65537, 917606, 0, 65537, 917607, 0, 65537, 917608, 0, 65537, 917609, 0, 65537, 917610, 0, 65537, 917611, 0, 65537, 917612, 0, 65537, 917613, 0, 65537, 917614, 0, 65537, 917615, 0, 65537, 917616, 0, 65537, 917617, 0, 65537, 917618, 0, 65537, 917619, 0, 65537, 917620, 0, 65537, 917621, 0, 65537, 917622, 0, 65537, 917623, 0, 65537, 917624, 0, 65537, 917625, 0, 65537, 917626, 0, 65537, 917627, 0, 65537, 917628, 0, 65537, 917629, 0, 65537, 917630, 0, 65537, 917631, 0, 65537, 917632, 0, 65537, 917633, 0, 65537, 917634, 0, 65537, 917635, 0, 65537, 917636, 0, 65537, 917637, 0, 65537, 917638, 0, 65537, 917639, 0, 65537, 917640, 0, 65537, 917641, 0, 65537, 917642, 0, 65537, 917643, 0, 65537, 917644, 0, 65537, 917645, 0, 65537, 917646, 0, 65537, 917647, 0, 65537, 917648, 0, 65537, 917649, 0, 65537, 917650, 0, 65537, 917651, 0, 65537, 917652, 0, 65537, 917653, 0, 65537, 917654, 0, 65537, 917655, 0, 65537, 917656, 0, 65537, 917657, 0, 65537, 917658, 0, 65537, 917659, 0, 65537, 917660, 0, 65537, 917661, 0, 65537, 917662, 0, 65537, 917663, 0, 65537, 917664, 0, 65537, 917665, 0, 65537, 917666, 0, 65537, 917667, 0, 65537, 917668, 0, 65537, 917669, 0, 65537, 917670, 0, 65537, 917671, 0, 65537, 917672, 0, 65537, 917673, 0, 65537, 917674, 0, 65537, 917675, 0, 65537, 917676, 0, 65537, 917677, 0, 65537, 917678, 0, 65537, 917679, 0, 65537, 917680, 0, 65537, 917681, 0, 65537, 917682, 0, 65537, 917683, 0, 65537, 917684, 0, 65537, 917685, 0, 65537, 917686, 0, 65537, 917687, 0, 65537, 917688, 0, 65537, 917689, 0, 65537, 917690, 0, 65537, 917691, 0, 65537, 917692, 0, 65537, 917693, 0, 65537, 917694, 0, 65537, 917695, 0, 65537, 917696, 0, 65537, 917697, 0, 65537, 917698, 0, 65537, 917699, 0, 65537, 917700, 0, 65537, 917701, 0, 65537, 917702, 0, 65537, 917703, 0, 65537, 917704, 0, 65537, 917705, 0, 65537, 917706, 0, 65537, 917707, 0, 65537, 917708, 0, 65537, 917709, 0, 65537, 917710, 0, 65537, 917711, 0, 65537, 917712, 0, 65537, 917713, 0, 65537, 917714, 0, 65537, 917715, 0, 65537, 917716, 0, 65537, 917717, 0, 65537, 917718, 0, 65537, 917719, 0, 65537, 917720, 0, 65537, 917721, 0, 65537, 917722, 0, 65537, 917723, 0, 65538, 1048565, 0, 65536, 1048566, 0, 65537, 1048567, 0, 65537, 1048568, 0, 65537, 1048569, 0, 65537, 1048570, 0, 65537, 1048571, 0, 65537, 1048572, 0, 65537, 1048573, 0, 65537, 1048574, 0, 65537, 1048575, 0, 65537, 983040, 0, 65537, 983041, 0, 65537, 983042, 0, 65537, 983043, 0, 65537, 983044, 0, 65537, 983045, 0, 65537, 983046, 0, 65537, 983047, 0, 65537, 983048, 0, 65537, 983049, 0, 65537, 983050, 0, 65537, 983051, 0, 65537, 983052, 0, 65537, 983053, 0, 65537, 983054, 0, 65537, 983055, 0, 65537, 983056, 0, 65537, 983057, 0, 65537, 983058, 0, 65537, 983059, 0, 65537, 983060, 0, 65537, 983061, 0, 65537, 983062, 0, 65537, 983063, 0, 65537, 983064, 0, 65537, 983065, 0, 65537, 983066, 0, 65537, 983067, 0, 65537, 983068, 0, 65537, 983069, 0, 65537, 983070, 0, 65537, 983071, 0, 65537, 983072, 0, 65537, 983073, 0, 65537, 983074, 0, 65537, 983075, 0, 65537, 983076, 0, 65537, 983077, 0, 65537, 983078, 0, 65537, 983079, 0, 65537, 983080, 0, 65537, 983081, 0, 65537, 983082, 0, 65537, 983083, 0, 65537, 983084, 0, 65537, 983085, 0, 65537, 983086, 0, 65537, 983087, 0, 65537, 983088, 0, 65537, 983089, 0, 65537, 983090, 0, 65537, 983091, 0, 65537, 983092, 0, 65537, 983093, 0, 65537, 983094, 0, 65537, 983095, 0, 65537, 983096, 0, 65537, 983097, 0, 65537, 983098, 0, 65537, 983099, 0, 65537, 983100, 0, 65537, 983101, 0, 65537, 983102, 0, 65537, 983103, 0, 65537, 983104, 0, 65537, 983105, 0, 65537, 983106, 0, 65537, 983107, 0, 65537, 983108, 0, 65537, 983109, 0, 65537, 983110, 0, 65537, 983111, 0, 65537, 983112, 0, 65537, 983113, 0, 65537, 983114, 0, 65537, 983115, 0, 65537, 983116, 0, 65537, 983117, 0, 65537, 983118, 0, 65537, 983119, 0, 65537, 983120, 0, 65537, 983121, 0, 65537, 983122, 0, 65537, 983123, 0, 65537, 983124, 0, 65537, 983125, 0, 65537, 983126, 0, 65537, 983127, 0, 65537, 983128, 0, 65537, 983129, 0, 65537, 983130, 0, 65537, 983131, 0, 65537, 983132, 0, 65537, 983133, 0, 65537, 983134, 0, 65537, 983135, 0, 65537, 983136, 0, 65537, 983137, 0, 65537, 983138, 0, 65537, 983139, 0, 65537, 983140, 0, 65537, 983141, 0, 65537, 983142, 0, 65537, 983143, 0, 65537, 983144, 0, 65537, 983145, 0, 65537, 983146, 0, 65537, 983147, 0, 65537, 983148, 0, 65537, 983149, 0, 65537, 983150, 0, 65537, 983151, 0, 65537, 983152, 0, 65537, 983153, 0, 65537, 983154, 0, 65537, 983155, 0, 65537, 983156, 0, 65537, 983157, 0, 65537, 983158, 0, 65537, 983159, 0, 65537, 983160, 0, 65537, 983161, 0, 65537, 983162, 0, 65537, 983163, 0, 65537, 983164, 0, 65537, 983165, 0, 65537, 983166, 0, 65537, 983167, 0, 65537, 983168, 0, 65537, 983169, 0, 65537, 983170, 0, 65537, 983171, 0, 65537, 983172, 0, 65537, 983173, 0, 65537, 983174, 0, 65537, 983175, 0, 65537, 983176, 0, 65537, 983177, 0, 65537, 983178, 0, 65537, 983179, 0, 65537, 983180, 0, 65537, 983181, 0, 65537, 983182, 0, 65537, 983183, 0, 65537, 983184, 0, 65537, 983185, 0, 65537, 983186, 0, 65537, 983187, 0, 65537, 983188, 0, 65537, 983189, 0, 65537, 983190, 0, 65537, 983191, 0, 65537, 983192, 0, 65537, 983193, 0, 65537, 983194, 0, 65537, 983195, 0, 65537, 983196, 0, 65537, 983197, 0, 65537, 983198, 0, 65537, 983199, 0, 65537, 983200, 0, 65537, 983201, 0, 65537, 983202, 0, 65537, 983203, 0, 65537, 983204, 0, 65537, 983205, 0, 65537, 983206, 0, 65537, 983207, 0, 65537, 983208, 0, 65537, 983209, 0, 65537, 983210, 0, 65537, 983211, 0, 65537, 983212, 0, 65537, 983213, 0, 65537, 983214, 0, 65537, 983215, 0, 65537, 983216, 0, 65537, 983217, 0, 65537, 983218, 0, 65537, 983219, 0, 65537, 983220, 0, 65537, 983221, 0, 65537, 983222, 0, 65537, 983223, 0, 65537, 983224, 0, 65537, 983225, 0, 65537, 983226, 0, 65537, 983227, 0, 65537, 983228, 0, 65537, 983229, 0, 65537, 983230, 0, 65537, 983231, 0, 65537, 983232, 0, 65537, 983233, 0, 65537, 983234, 0, 65537, 983235, 0, 65537, 983236, 0, 65537, 983237, 0, 65537, 983238, 0, 65537, 983239, 0, 65537, 983240, 0, 65537, 983241, 0, 65537, 983242, 0, 65537, 983243, 0, 65537, 983244, 0, 65537, 983245, 0, 65537, 983246, 0, 65537, 983247, 0, 65537, 983248, 0, 65537, 983249, 0, 65537, 983250, 0, 65537, 983251, 0, 65537, 983252, 0, 65537, 983253, 0, 65537, 983254, 0, 65537, 983255, 0, 65537, 983256, 0, 65537, 983257, 0, 65537, 983258, 0, 65537, 983259, 0, 65538, 1114101, 0, 131072, 1114102, 0, 131073, 1114103, 0, 131073, 1114104, 0, 131073, 1114105, 0, 131073, 1114106, 0, 131073, 1114107, 0, 131073, 1114108, 0, 131073, 1114109, 0, 131073, 1114110, 0, 131073, 1114111, 0, 131073, 1048576, 0, 131073, 1048577, 0, 131073, 1048578, 0, 131073, 1048579, 0, 131073, 1048580, 0, 131073, 1048581, 0, 131073, 1048582, 0, 131073, 1048583, 0, 131073, 1048584, 0, 131073, 1048585, 0, 131073, 1048586, 0, 131073, 1048587, 0, 131073, 1048588, 0, 131073, 1048589, 0, 131073, 1048590, 0, 131073, 1048591, 0, 131073, 1048592, 0, 131073, 1048593, 0, 131073, 1048594, 0, 131073, 1048595, 0, 131073, 1048596, 0, 131073, 1048597, 0, 131073, 1048598, 0, 131073, 1048599, 0, 131073, 1048600, 0, 131073, 1048601, 0, 262149, 1048602, 0, 65537, 1048603, 0, 65537, 1048604, 0, 65537, 1048605, 0, 65537, 1048606, 0, 65537, 1048607, 0, 65537, 1048608, 0, 65537, 1048609, 0, 65537, 1048610, 0, 65537, 1048611, 0, 65537, 1048612, 0, 65537, 1048613, 0, 65537, 1048614, 0, 65537, 1048615, 0, 65537, 1048616, 0, 65537, 1048617, 0, 65537, 1048618, 0, 65537, 1048619, 0, 65537, 1048620, 0, 65537, 1048621, 0, 65537, 1048622, 0, 65537, 1048623, 0, 65537, 1048624, 0, 65537, 1048625, 0, 65537, 1048626, 0, 65537, 1048627, 0, 65537, 1048628, 0, 65537, 1048629, 0, 65537, 1048630, 0, 65537, 1048631, 0, 65537, 1048632, 0, 65537, 1048633, 0, 65537, 1048634, 0, 65537, 1048635, 0, 65537, 1048636, 0, 65537, 1048637, 0, 65537, 1048638, 0, 65537, 1048639, 0, 65537, 1048640, 0, 65537, 1048641, 0, 65537, 1048642, 0, 65537, 1048643, 0, 65537, 1048644, 0, 65537, 1048645, 0, 65537, 1048646, 0, 65537, 1048647, 0, 65537, 1048648, 0, 65537, 1048649, 0, 65537, 1048650, 0, 65537, 1048651, 0, 65537, 1048652, 0, 65537, 1048653, 0, 65537, 1048654, 0, 65537, 1048655, 0, 65537, 1048656, 0, 65537, 1048657, 0, 65537, 1048658, 0, 65537, 1048659, 0, 65537, 1048660, 0, 65537, 1048661, 0, 65537, 1048662, 0, 65537, 1048663, 0, 65537, 1048664, 0, 65537, 1048665, 0, 65537, 1048666, 0, 65537, 1048667, 0, 65537, 1048668, 0, 65537, 1048669, 0, 65537, 1048670, 0, 65537, 1048671, 0, 65537, 1048672, 0, 65537, 1048673, 0, 65537, 1048674, 0, 65537, 1048675, 0, 65537, 1048676, 0, 65537, 1048677, 0, 65537, 1048678, 0, 65537, 1048679, 0, 65537, 1048680, 0, 65537, 1048681, 0, 65537, 1048682, 0, 65537, 1048683, 0, 65537, 1048684, 0, 65537, 1048685, 0, 65537, 1048686, 0, 65537, 1048687, 0, 65537, 1048688, 0, 65537, 1048689, 0, 65537, 1048690, 0, 65537, 1048691, 0, 65537, 1048692, 0, 65537, 1048693, 0, 65537, 1048694, 0, 65537, 1048695, 0, 65537, 1048696, 0, 65537, 1048697, 0, 65537, 1048698, 0, 65537, 1048699, 0, 65537, 1048700, 0, 65537, 1048701, 0, 65537, 1048702, 0, 65537, 1048703, 0, 65537, 1048704, 0, 65537, 1048705, 0, 65537, 1048706, 0, 65537, 1048707, 0, 65537, 1048708, 0, 65537, 1048709, 0, 65537, 1048710, 0, 65537, 1048711, 0, 65537, 1048712, 0, 65537, 1048713, 0, 65537, 1048714, 0, 65537, 1048715, 0, 65537, 1048716, 0, 65537, 1048717, 0, 65537, 1048718, 0, 65537, 1048719, 0, 65537, 1048720, 0, 65537, 1048721, 0, 65537, 1048722, 0, 65537, 1048723, 0, 65537, 1048724, 0, 65537, 1048725, 0, 65537, 1048726, 0, 65537, 1048727, 0, 65537, 1048728, 0, 65537, 1048729, 0, 65537, 1048730, 0, 65537, 1048731, 0, 65537, 1048732, 0, 65537, 1048733, 0, 65537, 1048734, 0, 65537, 1048735, 0, 65537, 1048736, 0, 65537, 1048737, 0, 65537, 1048738, 0, 65537, 1048739, 0, 65537, 1048740, 0, 65537, 1048741, 0, 65537, 1048742, 0, 65537, 1048743, 0, 65537, 1048744, 0, 65537, 1048745, 0, 65537, 1048746, 0, 65537, 1048747, 0, 65537, 1048748, 0, 65537, 1048749, 0, 65537, 1048750, 0, 65537, 1048751, 0, 65537, 1048752, 0, 65537, 1048753, 0, 65537, 1048754, 0, 65537, 1048755, 0, 65537, 1048756, 0, 65537, 1048757, 0, 65537, 1048758, 0, 65537, 1048759, 0, 65537, 1048760, 0, 65537, 1048761, 0, 65537, 1048762, 0, 65537, 1048763, 0, 65537, 1048764, 0, 65537, 1048765, 0, 65537, 1048766, 0, 65537, 1048767, 0, 65537, 1048768, 0, 65537, 1048769, 0, 65537, 1048770, 0, 65537, 1048771, 0, 65537, 1048772, 0, 65537, 1048773, 0, 65537, 1048774, 0, 65537, 1048775, 0, 65537, 1048776, 0, 65537, 1048777, 0, 65537, 1048778, 0, 65537, 1048779, 0, 65537, 1048780, 0, 65537, 1048781, 0, 65537, 1048782, 0, 65537, 1048783, 0, 65537, 1048784, 0, 65537, 1048785, 0, 65537, 1048786, 0, 65537, 1048787, 0, 65537, 1048788, 0, 65537, 1048789, 0, 65537, 1048790, 0, 65537, 1048791, 0, 65537, 1048792, 0, 65537, 1048793, 0, 65537, 1048794, 0, 65537, 1048795, 0, 65538, 1114137, 0, 131072, 1114138, 0, 131073, 1114139, 0, 131073, 1114140, 0, 131073, 1114141, 0, 131073, 1114142, 0, 131073, 1114143, 0, 131073, 1114144, 0, 131073, 1114145, 0, 131073, 1114146, 0, 131073, 1114147, 0, 131073, 1114148, 0, 131073, 1114149, 0, 131073, 1114150, 0, 131073, 1114151, 0, 131073, 1114152, 0, 131073, 1114153, 0, 131073, 1114154, 0, 131073, 1114155, 0, 131073, 1114156, 0, 131073, 1114157, 0, 131073, 1114158, 0, 131073, 1114159, 0, 131073, 1114160, 0, 131073, 1114161, 0, 131073, 1114162, 0, 131073, 1114163, 0, 131073, 1114164, 0, 131073, 1114165, 0, 131073, 1114166, 0, 131073, 1114167, 0, 131073, 1114168, 0, 131073, 1114169, 0, 131073, 1114170, 0, 131073, 1114171, 0, 131073, 1114172, 0, 131073, 1114173, 0, 131073, 1114174, 0, 131073, 1114175, 0, 131073, 1114176, 0, 131073, 1114177, 0, 131073, 1114178, 0, 131073, 1114179, 0, 131073, 1114180, 0, 131073, 1114181, 0, 131073, 1114182, 0, 131073, 1114183, 0, 131073, 1114184, 0, 131073, 1114185, 0, 131073, 1114186, 0, 131073, 1114187, 0, 131073, 1114188, 0, 131073, 1114189, 0, 131073, 1114190, 0, 131073, 1114191, 0, 131073, 1114192, 0, 131073, 1114193, 0, 131073, 1114194, 0, 131073, 1114195, 0, 131073, 1114196, 0, 131073, 1114197, 0, 131073, 1114198, 0, 131073, 1114199, 0, 131073, 1114200, 0, 131073, 1114201, 0, 131073, 1114202, 0, 131073, 1114203, 0, 131073, 1114204, 0, 131073, 1114205, 0, 131073, 1114206, 0, 131073, 1114207, 0, 131073, 1114208, 0, 131073, 1114209, 0, 131073, 1114210, 0, 131073, 1114211, 0, 131073, 1114212, 0, 131073, 1114213, 0, 131073, 1114214, 0, 131073, 1114215, 0, 131073, 1114216, 0, 131073, 1114217, 0, 131073, 1114218, 0, 131073, 1114219, 0, 131073, 1114220, 0, 131073, 1114221, 0, 131073, 1114222, 0, 131073, 1114223, 0, 131073, 1114224, 0, 131073, 1114225, 0, 131073, 1114226, 0, 131073, 1114227, 0, 131073, 1114228, 0, 131073, 1114229, 0, 131073, 1114230, 0, 131073, 1114231, 0, 131073, 1114232, 0, 131073, 1114233, 0, 131073, 1114234, 0, 131073, 1114235, 0, 131073, 1114236, 0, 131073, 1114237, 0, 131073, 1114238, 0, 131073, 1114239, 0, 131073, 1114240, 0, 131073, 1114241, 0, 131073, 1114242, 0, 131073, 1114243, 0, 131073, 1114244, 0, 131073, 1114245, 0, 131073, 1114246, 0, 131073, 1114247, 0, 131073, 1114248, 0, 131073, 1114249, 0, 131073, 1114250, 0, 131073, 1114251, 0, 131073, 1114252, 0, 131073, 1114253, 0, 131073, 1114254, 0, 131073, 1114255, 0, 131073, 1114256, 0, 131073, 1114257, 0, 131073, 1114258, 0, 131073, 1114259, 0, 131073, 1114260, 0, 131073, 1114261, 0, 131073, 1114262, 0, 131073, 1114263, 0, 131073, 1114264, 0, 131073, 1114265, 0, 131073, 1114266, 0, 131073, 1114267, 0, 131073, 1114268, 0, 131073, 1114269, 0, 131073, 1114270, 0, 131073, 1114271, 0, 131073, 1114272, 0, 131073, 1114273, 0, 131073, 1114274, 0, 131073, 1114275, 0, 131073, 1114276, 0, 131073, 1114277, 0, 131073, 1114278, 0, 131073, 1114279, 0, 131073, 1114280, 0, 131073, 1114281, 0, 131073, 1114282, 0, 131073, 1114283, 0, 131073, 1114284, 0, 131073, 1114285, 0, 131073, 1114286, 0, 131073, 1114287, 0, 131073, 1114288, 0, 131073, 1114289, 0, 131073, 1114290, 0, 131073, 1114291, 0, 131073, 1114292, 0, 131073, 1114293, 0, 131073, 1114294, 0, 131073, 1114295, 0, 131073, 1114296, 0, 131073, 1114297, 0, 131073, 1114298, 0, 131073, 1114299, 0, 131073, 1114300, 0, 131073, 1114301, 0, 131073, 1114302, 0, 131073, 1114303, 0, 131073, 1114304, 0, 131073, 1114305, 0, 131073, 1114306, 0, 131073, 1114307, 0, 131073, 1114308, 0, 131073, 1114309, 0, 131073, 1114310, 0, 131073, 1114311, 0, 131073, 1114312, 0, 131073, 1114313, 0, 131073, 1114314, 0, 131073, 1114315, 0, 131073, 1114316, 0, 131073, 1114317, 0, 131073, 1114318, 0, 131073, 1114319, 0, 131073, 1114320, 0, 131073, 1114321, 0, 131073, 1114322, 0, 131073, 1114323, 0, 131073, 1114324, 0, 131073, 1114325, 0, 131073, 1114326, 0, 131073, 1114327, 0, 131073, 1114328, 0, 131073, 1114329, 0, 131073, 1114330, 0, 131073, 1114331, 0, 131074 )
  623. [node name="enemies" type="Node2D" parent="Levelselect/test"]
  624. script = SubResource( 14 )
  625. [node name="testclient" type="Node2D" parent="Levelselect"]
  626. visible = false
  627. [node name="ParallaxBackground" type="ParallaxBackground" parent="Levelselect/testclient"]
  628. [node name="ParallaxLayer4" type="ParallaxLayer" parent="Levelselect/testclient/ParallaxBackground"]
  629. motion_scale = Vector2( 0, 0 )
  630. motion_mirroring = Vector2( 640, 0 )
  631. [node name="Sprite" type="ColorRect" parent="Levelselect/testclient/ParallaxBackground/ParallaxLayer4"]
  632. material = SubResource( 11 )
  633. margin_top = -180.0
  634. margin_right = 640.0
  635. margin_bottom = 180.0
  636. [node name="ParallaxLayer6" type="ParallaxLayer" parent="Levelselect/testclient/ParallaxBackground"]
  637. motion_scale = Vector2( 0.4, 0.1 )
  638. motion_mirroring = Vector2( 640, 0 )
  639. [node name="Sprite" type="ColorRect" parent="Levelselect/testclient/ParallaxBackground/ParallaxLayer6"]
  640. material = SubResource( 9 )
  641. margin_top = -180.0
  642. margin_right = 640.0
  643. margin_bottom = 180.0
  644. [node name="ParallaxLayer5" type="ParallaxLayer" parent="Levelselect/testclient/ParallaxBackground"]
  645. motion_scale = Vector2( 0.4, 0.1 )
  646. motion_mirroring = Vector2( 640, 0 )
  647. [node name="Sprite" type="Sprite" parent="Levelselect/testclient/ParallaxBackground/ParallaxLayer5"]
  648. position = Vector2( 0, 36.9995 )
  649. texture = ExtResource( 16 )
  650. region_enabled = true
  651. region_rect = Rect2( 0, 0, 1280, 77 )
  652. [node name="ParallaxLayer" type="ParallaxLayer" parent="Levelselect/testclient/ParallaxBackground"]
  653. motion_scale = Vector2( 0.4, 0.1 )
  654. motion_mirroring = Vector2( 640, 0 )
  655. [node name="ColorRect" type="ColorRect" parent="Levelselect/testclient/ParallaxBackground/ParallaxLayer"]
  656. margin_left = 2.0
  657. margin_top = 73.0
  658. margin_right = 959.0
  659. margin_bottom = 326.0
  660. color = Color( 0.211765, 0.317647, 0.215686, 1 )
  661. [node name="ParallaxLayer3" type="ParallaxLayer" parent="Levelselect/testclient/ParallaxBackground"]
  662. motion_scale = Vector2( 0.6, 0.2 )
  663. motion_mirroring = Vector2( 640, 0 )
  664. [node name="Sprite" type="Sprite" parent="Levelselect/testclient/ParallaxBackground/ParallaxLayer3"]
  665. position = Vector2( 0, 65.5899 )
  666. texture = ExtResource( 15 )
  667. region_enabled = true
  668. region_rect = Rect2( 0, 0, 1280, 176 )
  669. [node name="ParallaxLayer2" type="ParallaxLayer" parent="Levelselect/testclient/ParallaxBackground"]
  670. motion_scale = Vector2( 0.8, 0.4 )
  671. motion_mirroring = Vector2( 640, 0 )
  672. [node name="Sprite" type="Sprite" parent="Levelselect/testclient/ParallaxBackground/ParallaxLayer2"]
  673. position = Vector2( 0, 122.771 )
  674. texture = ExtResource( 15 )
  675. region_enabled = true
  676. region_rect = Rect2( 0, 0, 1280, 176 )
  677. [node name="TileMap" type="TileMap" parent="Levelselect/testclient" groups=["terrain"]]
  678. material = ExtResource( 14 )
  679. tile_set = ExtResource( 8 )
  680. cell_size = Vector2( 32, 32 )
  681. collision_layer = 8
  682. collision_mask = 8
  683. format = 1
  684. tile_data = PoolIntArray( -262155, 0, 5, -196619, 0, 65539, -131083, 0, 65539, -65547, 0, 65539, -130853, 0, 3, -11, 0, 65539, -65468, 0, 5, -65317, 0, 65539, 65525, 0, 65539, 68, 0, 65539, 219, 0, 65539, 131061, 0, 65539, 65604, 0, 65539, 65755, 0, 65539, 196597, 0, 65539, 131140, 0, 65539, 131156, 0, 0, 131157, 0, 1, 131158, 0, 1, 131159, 0, 1, 131160, 0, 1, 131161, 0, 1, 131162, 0, 1, 131163, 0, 1, 131164, 0, 1, 131165, 0, 1, 131166, 0, 1, 131167, 0, 1, 131168, 0, 1, 131169, 0, 1, 131170, 0, 1, 131171, 0, 1, 131172, 0, 1, 131173, 0, 1, 131174, 0, 1, 131175, 0, 1, 131176, 0, 1, 131177, 0, 1, 131178, 0, 1, 131179, 0, 1, 131180, 0, 1, 131181, 0, 1, 131182, 0, 1, 131183, 0, 1, 131184, 0, 1, 131185, 0, 1, 131186, 0, 1, 131187, 0, 1, 131188, 0, 1, 131189, 0, 1, 131190, 0, 1, 131191, 0, 1, 131192, 0, 1, 131193, 0, 2, 131291, 0, 65539, 262133, 0, 65539, 196676, 0, 65539, 196686, 0, 65540, 196687, 0, 196609, 196688, 0, 196609, 196689, 0, 65542, 196692, 0, 65536, 196693, 0, 65537, 196694, 0, 65537, 196695, 0, 65537, 196696, 0, 65537, 196697, 0, 65537, 196698, 0, 65537, 196699, 0, 65537, 196700, 0, 65537, 196701, 0, 65537, 196702, 0, 65537, 196703, 0, 65537, 196704, 0, 65537, 196705, 0, 65537, 196706, 0, 65537, 196707, 0, 65537, 196708, 0, 65537, 196709, 0, 65537, 196710, 0, 65537, 196711, 0, 65537, 196712, 0, 65537, 196713, 0, 65537, 196714, 0, 65537, 196715, 0, 65537, 196716, 0, 65537, 196717, 0, 65537, 196718, 0, 65537, 196719, 0, 65537, 196720, 0, 65537, 196721, 0, 65537, 196722, 0, 65537, 196723, 0, 65537, 196724, 0, 65537, 196725, 0, 65537, 196726, 0, 65537, 196727, 0, 65537, 196728, 0, 65537, 196729, 0, 589825, 196730, 0, 196609, 196731, 0, 65542, 196827, 0, 65539, 327669, 0, 65539, 262156, 0, 0, 262157, 0, 393220, 262158, 0, 2, 262212, 0, 65539, 262228, 0, 65536, 262229, 0, 65537, 262230, 0, 65537, 262231, 0, 65537, 262232, 0, 65537, 262233, 0, 65537, 262234, 0, 65537, 262235, 0, 65537, 262236, 0, 65537, 262237, 0, 65537, 262238, 0, 65537, 262239, 0, 65537, 262240, 0, 65537, 262241, 0, 65537, 262242, 0, 65537, 262243, 0, 65537, 262244, 0, 65537, 262245, 0, 65537, 262246, 0, 65537, 262247, 0, 65537, 262248, 0, 65537, 262249, 0, 65537, 262250, 0, 65537, 262251, 0, 65537, 262252, 0, 65537, 262253, 0, 65537, 262254, 0, 65537, 262255, 0, 65537, 262256, 0, 65537, 262257, 0, 65537, 262258, 0, 65537, 262259, 0, 65537, 262260, 0, 65537, 262261, 0, 65537, 262262, 0, 65537, 262263, 0, 65537, 262264, 0, 65537, 262265, 0, 65538, 262363, 0, 65539, 393205, 0, 65539, 327692, 0, 65536, 327693, 0, 262150, 327694, 0, 327683, 327748, 0, 393216, 327749, 0, 196609, 327750, 0, 196609, 327751, 0, 196609, 327752, 0, 196609, 327753, 0, 196609, 327754, 0, 65542, 327764, 0, 65536, 327765, 0, 65537, 327766, 0, 65537, 327767, 0, 65537, 327768, 0, 65537, 327769, 0, 65537, 327770, 0, 65537, 327771, 0, 65537, 327772, 0, 65537, 327773, 0, 65537, 327774, 0, 65537, 327775, 0, 65537, 327776, 0, 65537, 327777, 0, 65537, 327778, 0, 65537, 327779, 0, 65537, 327780, 0, 65537, 327781, 0, 65537, 327782, 0, 65537, 327783, 0, 65537, 327784, 0, 65537, 327785, 0, 65537, 327786, 0, 65537, 327787, 0, 65537, 327788, 0, 65537, 327789, 0, 65537, 327790, 0, 65537, 327791, 0, 65537, 327792, 0, 65537, 327793, 0, 65537, 327794, 0, 65537, 327795, 0, 65537, 327796, 0, 65537, 327797, 0, 65537, 327798, 0, 65537, 327799, 0, 65537, 327800, 0, 65537, 327801, 0, 65538, 327805, 0, 65540, 327806, 0, 196609, 327807, 0, 196609, 327808, 0, 196609, 327809, 0, 65542, 327899, 0, 65539, 458741, 0, 65539, 393228, 0, 131072, 393229, 0, 262148, 393230, 0, 131074, 393249, 0, 0, 393250, 0, 1, 393251, 0, 1, 393252, 0, 1, 393253, 0, 1, 393254, 0, 1, 393255, 0, 1, 393256, 0, 1, 393257, 0, 1, 393258, 0, 1, 393259, 0, 1, 393260, 0, 1, 393261, 0, 1, 393262, 0, 1, 393263, 0, 1, 393264, 0, 1, 393265, 0, 1, 393266, 0, 1, 393267, 0, 1, 393268, 0, 1, 393269, 0, 1, 393270, 0, 1, 393271, 0, 1, 393272, 0, 1, 393273, 0, 1, 393274, 0, 1, 393275, 0, 1, 393276, 0, 2, 393300, 0, 65536, 393301, 0, 65537, 393302, 0, 65537, 393303, 0, 65537, 393304, 0, 65537, 393305, 0, 65537, 393306, 0, 65537, 393307, 0, 65537, 393308, 0, 65537, 393309, 0, 65537, 393310, 0, 65537, 393311, 0, 65537, 393312, 0, 65537, 393313, 0, 65537, 393314, 0, 65537, 393315, 0, 65537, 393316, 0, 65537, 393317, 0, 65537, 393318, 0, 65537, 393319, 0, 65537, 393320, 0, 65537, 393321, 0, 65537, 393322, 0, 65537, 393323, 0, 65537, 393324, 0, 65537, 393325, 0, 65537, 393326, 0, 65537, 393327, 0, 65537, 393328, 0, 65537, 393329, 0, 65537, 393330, 0, 65537, 393331, 0, 65537, 393332, 0, 65537, 393333, 0, 65537, 393334, 0, 65537, 393335, 0, 65537, 393336, 0, 65537, 393337, 0, 65538, 393352, 0, 0, 393353, 0, 1, 393354, 0, 1, 393355, 0, 2, 393435, 0, 65539, 524277, 0, 65539, 458785, 0, 65536, 458786, 0, 65537, 458787, 0, 65537, 458788, 0, 65537, 458789, 0, 65537, 458790, 0, 65537, 458791, 0, 65537, 458792, 0, 65537, 458793, 0, 65537, 458794, 0, 65537, 458795, 0, 65537, 458796, 0, 65537, 458797, 0, 65537, 458798, 0, 65537, 458799, 0, 65537, 458800, 0, 65537, 458801, 0, 65537, 458802, 0, 65537, 458803, 0, 65537, 458804, 0, 65537, 458805, 0, 65537, 458806, 0, 65537, 458807, 0, 65537, 458808, 0, 65537, 458809, 0, 65537, 458810, 0, 65537, 458811, 0, 65537, 458812, 0, 393219, 458813, 0, 1, 458814, 0, 393220, 458815, 0, 2, 458828, 0, 196608, 458829, 0, 196609, 458830, 0, 196609, 458831, 0, 196609, 458832, 0, 196609, 458833, 0, 65542, 458836, 0, 65536, 458837, 0, 65537, 458838, 0, 65537, 458839, 0, 65537, 458840, 0, 65537, 458841, 0, 65537, 458842, 0, 65537, 458843, 0, 65537, 458844, 0, 65537, 458845, 0, 65537, 458846, 0, 65537, 458847, 0, 65537, 458848, 0, 65537, 458849, 0, 65537, 458850, 0, 65537, 458851, 0, 65537, 458852, 0, 65537, 458853, 0, 65537, 458854, 0, 65537, 458855, 0, 65537, 458856, 0, 65537, 458857, 0, 65537, 458858, 0, 65537, 458859, 0, 65537, 458860, 0, 65537, 458861, 0, 65537, 458862, 0, 65537, 458863, 0, 65537, 458864, 0, 65537, 458865, 0, 65537, 458866, 0, 65537, 458867, 0, 65537, 458868, 0, 65537, 458869, 0, 65537, 458870, 0, 65537, 458871, 0, 65537, 458872, 0, 65537, 458873, 0, 65538, 458885, 0, 0, 458886, 0, 1, 458887, 0, 1, 458888, 0, 393221, 458889, 0, 65537, 458890, 0, 65537, 458891, 0, 65538, 458971, 0, 65539, 589813, 0, 65539, 524318, 0, 0, 524319, 0, 1, 524320, 0, 1, 524321, 0, 393221, 524322, 0, 65537, 524323, 0, 65537, 524324, 0, 65537, 524325, 0, 65537, 524326, 0, 65537, 524327, 0, 65537, 524328, 0, 65537, 524329, 0, 65537, 524330, 0, 65537, 524331, 0, 65537, 524332, 0, 65537, 524333, 0, 65537, 524334, 0, 65537, 524335, 0, 65537, 524336, 0, 65537, 524337, 0, 65537, 524338, 0, 65537, 524339, 0, 65537, 524340, 0, 65537, 524341, 0, 65537, 524342, 0, 65537, 524343, 0, 65537, 524344, 0, 65537, 524345, 0, 65537, 524346, 0, 65537, 524347, 0, 65537, 524348, 0, 65537, 524349, 0, 262151, 524350, 0, 65537, 524351, 0, 65538, 524372, 0, 65536, 524373, 0, 65537, 524374, 0, 65537, 524375, 0, 65537, 524376, 0, 65537, 524377, 0, 65537, 524378, 0, 65537, 524379, 0, 65537, 524380, 0, 65537, 524381, 0, 65537, 524382, 0, 65537, 524383, 0, 65537, 524384, 0, 65537, 524385, 0, 65537, 524386, 0, 65537, 524387, 0, 65537, 524388, 0, 65537, 524389, 0, 65537, 524390, 0, 65537, 524391, 0, 65537, 524392, 0, 65537, 524393, 0, 65537, 524394, 0, 65537, 524395, 0, 65537, 524396, 0, 65537, 524397, 0, 65537, 524398, 0, 65537, 524399, 0, 65537, 524400, 0, 65537, 524401, 0, 65537, 524402, 0, 65537, 524403, 0, 65537, 524404, 0, 65537, 524405, 0, 65537, 524406, 0, 65537, 524407, 0, 65537, 524408, 0, 65537, 524409, 0, 65538, 524421, 0, 65536, 524422, 0, 65537, 524423, 0, 65537, 524424, 0, 65537, 524425, 0, 65537, 524426, 0, 65537, 524427, 0, 65538, 524507, 0, 65539, 655349, 0, 65539, 589842, 0, 5, 589854, 0, 327685, 589855, 0, 262150, 589856, 0, 262151, 589857, 0, 65537, 589858, 0, 65537, 589859, 0, 65537, 589860, 0, 65537, 589861, 0, 65537, 589862, 0, 65537, 589863, 0, 65537, 589864, 0, 65537, 589865, 0, 65537, 589866, 0, 65537, 589867, 0, 65537, 589868, 0, 65537, 589869, 0, 65537, 589870, 0, 65537, 589871, 0, 65537, 589872, 0, 65537, 589873, 0, 65537, 589874, 0, 65537, 589875, 0, 65537, 589876, 0, 65537, 589877, 0, 65537, 589878, 0, 65537, 589879, 0, 65537, 589880, 0, 65537, 589881, 0, 65537, 589882, 0, 65537, 589883, 0, 65537, 589884, 0, 65537, 589885, 0, 65537, 589886, 0, 65537, 589887, 0, 393219, 589888, 0, 1, 589889, 0, 1, 589890, 0, 1, 589891, 0, 1, 589892, 0, 1, 589893, 0, 1, 589894, 0, 1, 589895, 0, 1, 589896, 0, 1, 589897, 0, 1, 589898, 0, 1, 589899, 0, 1, 589900, 0, 1, 589901, 0, 1, 589902, 0, 1, 589903, 0, 1, 589904, 0, 1, 589905, 0, 1, 589906, 0, 1, 589907, 0, 1, 589908, 0, 393221, 589909, 0, 65537, 589910, 0, 65537, 589911, 0, 65537, 589912, 0, 65537, 589913, 0, 65537, 589914, 0, 65537, 589915, 0, 65537, 589916, 0, 65537, 589917, 0, 65537, 589918, 0, 65537, 589919, 0, 65537, 589920, 0, 65537, 589921, 0, 65537, 589922, 0, 65537, 589923, 0, 65537, 589924, 0, 65537, 589925, 0, 65537, 589926, 0, 65537, 589927, 0, 65537, 589928, 0, 65537, 589929, 0, 65537, 589930, 0, 65537, 589931, 0, 65537, 589932, 0, 65537, 589933, 0, 65537, 589934, 0, 65537, 589935, 0, 65537, 589936, 0, 65537, 589937, 0, 65537, 589938, 0, 65537, 589939, 0, 65537, 589940, 0, 65537, 589941, 0, 65537, 589942, 0, 65537, 589943, 0, 65537, 589944, 0, 65537, 589945, 0, 393219, 589946, 0, 1, 589947, 0, 1, 589948, 0, 1, 589949, 0, 1, 589950, 0, 1, 589951, 0, 1, 589952, 0, 1, 589953, 0, 1, 589954, 0, 1, 589955, 0, 1, 589956, 0, 1, 589957, 0, 393221, 589958, 0, 65537, 589959, 0, 65537, 589960, 0, 65537, 589961, 0, 65537, 589962, 0, 65537, 589963, 0, 393219, 589964, 0, 1, 589965, 0, 1, 589966, 0, 1, 589967, 0, 1, 589968, 0, 1, 589969, 0, 1, 589970, 0, 1, 589971, 0, 1, 589972, 0, 1, 589973, 0, 1, 589974, 0, 1, 589975, 0, 1, 589976, 0, 1, 589977, 0, 1, 589978, 0, 1, 589979, 0, 1, 589980, 0, 1, 589981, 0, 1, 589982, 0, 1, 589983, 0, 1, 589984, 0, 1, 589985, 0, 1, 589986, 0, 1, 589987, 0, 1, 589988, 0, 1, 589989, 0, 1, 589990, 0, 1, 589991, 0, 1, 589992, 0, 1, 589993, 0, 1, 589994, 0, 1, 589995, 0, 1, 589996, 0, 1, 589997, 0, 1, 589998, 0, 1, 589999, 0, 1, 590000, 0, 1, 590001, 0, 1, 590002, 0, 1, 590003, 0, 1, 590004, 0, 1, 590005, 0, 1, 590006, 0, 1, 590007, 0, 1, 590008, 0, 1, 590009, 0, 1, 590010, 0, 1, 590011, 0, 1, 590012, 0, 1, 590013, 0, 1, 590014, 0, 1, 590015, 0, 1, 590016, 0, 1, 590017, 0, 1, 590018, 0, 1, 590019, 0, 1, 590020, 0, 1, 590021, 0, 1, 590022, 0, 1, 590023, 0, 1, 590024, 0, 1, 590025, 0, 1, 590026, 0, 1, 590027, 0, 1, 590028, 0, 1, 590029, 0, 1, 590030, 0, 1, 590031, 0, 1, 590032, 0, 1, 590033, 0, 1, 590034, 0, 1, 590035, 0, 1, 590036, 0, 1, 590037, 0, 1, 590038, 0, 1, 590039, 0, 1, 590040, 0, 1, 590041, 0, 1, 590042, 0, 1, 590043, 0, 655372, 720885, 0, 655371, 720886, 0, 1, 720887, 0, 1, 720888, 0, 1, 720889, 0, 1, 720890, 0, 1, 720891, 0, 1, 720892, 0, 1, 720893, 0, 1, 720894, 0, 1, 720895, 0, 1, 655360, 0, 1, 655361, 0, 1, 655362, 0, 1, 655363, 0, 1, 655364, 0, 1, 655365, 0, 1, 655366, 0, 1, 655367, 0, 1, 655368, 0, 1, 655369, 0, 1, 655370, 0, 1, 655371, 0, 1, 655372, 0, 1, 655373, 0, 1, 655374, 0, 1, 655375, 0, 1, 655376, 0, 1, 655377, 0, 1, 655378, 0, 786433, 655379, 0, 1, 655380, 0, 1, 655381, 0, 1, 655382, 0, 1, 655383, 0, 1, 655384, 0, 1, 655385, 0, 1, 655386, 0, 1, 655387, 0, 1, 655388, 0, 1, 655389, 0, 1, 655390, 0, 393221, 655391, 0, 65537, 655392, 0, 65537, 655393, 0, 65537, 655394, 0, 65537, 655395, 0, 65537, 655396, 0, 65537, 655397, 0, 65537, 655398, 0, 65537, 655399, 0, 65537, 655400, 0, 65537, 655401, 0, 65537, 655402, 0, 65537, 655403, 0, 65537, 655404, 0, 65537, 655405, 0, 65537, 655406, 0, 65537, 655407, 0, 65537, 655408, 0, 65537, 655409, 0, 65537, 655410, 0, 65537, 655411, 0, 65537, 655412, 0, 65537, 655413, 0, 65537, 655414, 0, 65537, 655415, 0, 65537, 655416, 0, 65537, 655417, 0, 65537, 655418, 0, 65537, 655419, 0, 65537, 655420, 0, 65537, 655421, 0, 65537, 655422, 0, 65537, 655423, 0, 65537, 655424, 0, 65537, 655425, 0, 65537, 655426, 0, 65537, 655427, 0, 65537, 655428, 0, 65537, 655429, 0, 65537, 655430, 0, 65537, 655431, 0, 65537, 655432, 0, 65537, 655433, 0, 65537, 655434, 0, 65537, 655435, 0, 65537, 655436, 0, 65537, 655437, 0, 65537, 655438, 0, 65537, 655439, 0, 65537, 655440, 0, 65537, 655441, 0, 65537, 655442, 0, 65537, 655443, 0, 65537, 655444, 0, 65537, 655445, 0, 65537, 655446, 0, 65537, 655447, 0, 65537, 655448, 0, 65537, 655449, 0, 65537, 655450, 0, 65537, 655451, 0, 65537, 655452, 0, 65537, 655453, 0, 65537, 655454, 0, 65537, 655455, 0, 65537, 655456, 0, 65537, 655457, 0, 65537, 655458, 0, 65537, 655459, 0, 65537, 655460, 0, 65537, 655461, 0, 65537, 655462, 0, 65537, 655463, 0, 65537, 655464, 0, 65537, 655465, 0, 65537, 655466, 0, 65537, 655467, 0, 65537, 655468, 0, 65537, 655469, 0, 65537, 655470, 0, 65537, 655471, 0, 65537, 655472, 0, 65537, 655473, 0, 65537, 655474, 0, 65537, 655475, 0, 65537, 655476, 0, 65537, 655477, 0, 65537, 655478, 0, 65537, 655479, 0, 65537, 655480, 0, 65537, 655481, 0, 65537, 655482, 0, 65537, 655483, 0, 65537, 655484, 0, 65537, 655485, 0, 65537, 655486, 0, 65537, 655487, 0, 65537, 655488, 0, 65537, 655489, 0, 65537, 655490, 0, 65537, 655491, 0, 65537, 655492, 0, 65537, 655493, 0, 65537, 655494, 0, 65537, 655495, 0, 65537, 655496, 0, 65537, 655497, 0, 65537, 655498, 0, 65537, 655499, 0, 65537, 655500, 0, 65537, 655501, 0, 65537, 655502, 0, 65537, 655503, 0, 65537, 655504, 0, 65537, 655505, 0, 65537, 655506, 0, 65537, 655507, 0, 65537, 655508, 0, 65537, 655509, 0, 65537, 655510, 0, 65537, 655511, 0, 65537, 655512, 0, 65537, 655513, 0, 65537, 655514, 0, 65537, 655515, 0, 65537, 655516, 0, 65537, 655517, 0, 65537, 655518, 0, 65537, 655519, 0, 65537, 655520, 0, 65537, 655521, 0, 65537, 655522, 0, 65537, 655523, 0, 65537, 655524, 0, 65537, 655525, 0, 65537, 655526, 0, 65537, 655527, 0, 65537, 655528, 0, 65537, 655529, 0, 65537, 655530, 0, 65537, 655531, 0, 65537, 655532, 0, 65537, 655533, 0, 65537, 655534, 0, 65537, 655535, 0, 65537, 655536, 0, 65537, 655537, 0, 65537, 655538, 0, 65537, 655539, 0, 65537, 655540, 0, 65537, 655541, 0, 65537, 655542, 0, 65537, 655543, 0, 65537, 655544, 0, 65537, 655545, 0, 65537, 655546, 0, 65537, 655547, 0, 65537, 655548, 0, 65537, 655549, 0, 65537, 655550, 0, 65537, 655551, 0, 65537, 655552, 0, 65537, 655553, 0, 65537, 655554, 0, 65537, 655555, 0, 65537, 655556, 0, 65537, 655557, 0, 65537, 655558, 0, 65537, 655559, 0, 65537, 655560, 0, 65537, 655561, 0, 65537, 655562, 0, 65537, 655563, 0, 65537, 655564, 0, 65537, 655565, 0, 65537, 655566, 0, 65537, 655567, 0, 65537, 655568, 0, 65537, 655569, 0, 65537, 655570, 0, 65537, 655571, 0, 65537, 655572, 0, 65537, 655573, 0, 65537, 655574, 0, 65537, 655575, 0, 65537, 655576, 0, 65537, 655577, 0, 65537, 655578, 0, 65537, 655579, 0, 65538, 786421, 0, 65536, 786422, 0, 65537, 786423, 0, 65537, 786424, 0, 65537, 786425, 0, 65537, 786426, 0, 65537, 786427, 0, 65537, 786428, 0, 65537, 786429, 0, 65537, 786430, 0, 65537, 786431, 0, 65537, 720896, 0, 65537, 720897, 0, 65537, 720898, 0, 65537, 720899, 0, 65537, 720900, 0, 65537, 720901, 0, 65537, 720902, 0, 65537, 720903, 0, 65537, 720904, 0, 65537, 720905, 0, 65537, 720906, 0, 65537, 720907, 0, 65537, 720908, 0, 65537, 720909, 0, 65537, 720910, 0, 65537, 720911, 0, 65537, 720912, 0, 65537, 720913, 0, 65537, 720914, 0, 65537, 720915, 0, 65537, 720916, 0, 65537, 720917, 0, 65537, 720918, 0, 65537, 720919, 0, 65537, 720920, 0, 65537, 720921, 0, 65537, 720922, 0, 65537, 720923, 0, 65537, 720924, 0, 65537, 720925, 0, 65537, 720926, 0, 65537, 720927, 0, 65537, 720928, 0, 65537, 720929, 0, 65537, 720930, 0, 65537, 720931, 0, 65537, 720932, 0, 65537, 720933, 0, 65537, 720934, 0, 65537, 720935, 0, 65537, 720936, 0, 65537, 720937, 0, 65537, 720938, 0, 65537, 720939, 0, 65537, 720940, 0, 65537, 720941, 0, 65537, 720942, 0, 65537, 720943, 0, 65537, 720944, 0, 65537, 720945, 0, 65537, 720946, 0, 65537, 720947, 0, 65537, 720948, 0, 65537, 720949, 0, 65537, 720950, 0, 65537, 720951, 0, 65537, 720952, 0, 65537, 720953, 0, 65537, 720954, 0, 65537, 720955, 0, 65537, 720956, 0, 65537, 720957, 0, 65537, 720958, 0, 65537, 720959, 0, 65537, 720960, 0, 65537, 720961, 0, 65537, 720962, 0, 65537, 720963, 0, 65537, 720964, 0, 65537, 720965, 0, 65537, 720966, 0, 65537, 720967, 0, 65537, 720968, 0, 65537, 720969, 0, 65537, 720970, 0, 65537, 720971, 0, 65537, 720972, 0, 65537, 720973, 0, 65537, 720974, 0, 65537, 720975, 0, 65537, 720976, 0, 65537, 720977, 0, 65537, 720978, 0, 65537, 720979, 0, 65537, 720980, 0, 65537, 720981, 0, 65537, 720982, 0, 65537, 720983, 0, 65537, 720984, 0, 65537, 720985, 0, 65537, 720986, 0, 65537, 720987, 0, 65537, 720988, 0, 65537, 720989, 0, 65537, 720990, 0, 65537, 720991, 0, 65537, 720992, 0, 65537, 720993, 0, 65537, 720994, 0, 65537, 720995, 0, 65537, 720996, 0, 65537, 720997, 0, 65537, 720998, 0, 65537, 720999, 0, 65537, 721000, 0, 65537, 721001, 0, 65537, 721002, 0, 65537, 721003, 0, 65537, 721004, 0, 65537, 721005, 0, 65537, 721006, 0, 65537, 721007, 0, 65537, 721008, 0, 65537, 721009, 0, 65537, 721010, 0, 65537, 721011, 0, 65537, 721012, 0, 65537, 721013, 0, 65537, 721014, 0, 65537, 721015, 0, 65537, 721016, 0, 65537, 721017, 0, 65537, 721018, 0, 65537, 721019, 0, 65537, 721020, 0, 65537, 721021, 0, 65537, 721022, 0, 65537, 721023, 0, 65537, 721024, 0, 65537, 721025, 0, 65537, 721026, 0, 65537, 721027, 0, 65537, 721028, 0, 65537, 721029, 0, 65537, 721030, 0, 65537, 721031, 0, 65537, 721032, 0, 65537, 721033, 0, 65537, 721034, 0, 65537, 721035, 0, 65537, 721036, 0, 65537, 721037, 0, 65537, 721038, 0, 65537, 721039, 0, 65537, 721040, 0, 65537, 721041, 0, 65537, 721042, 0, 65537, 721043, 0, 65537, 721044, 0, 65537, 721045, 0, 65537, 721046, 0, 65537, 721047, 0, 65537, 721048, 0, 65537, 721049, 0, 65537, 721050, 0, 65537, 721051, 0, 65537, 721052, 0, 65537, 721053, 0, 65537, 721054, 0, 65537, 721055, 0, 65537, 721056, 0, 65537, 721057, 0, 65537, 721058, 0, 65537, 721059, 0, 65537, 721060, 0, 65537, 721061, 0, 65537, 721062, 0, 65537, 721063, 0, 65537, 721064, 0, 65537, 721065, 0, 65537, 721066, 0, 65537, 721067, 0, 65537, 721068, 0, 65537, 721069, 0, 65537, 721070, 0, 65537, 721071, 0, 65537, 721072, 0, 65537, 721073, 0, 65537, 721074, 0, 65537, 721075, 0, 65537, 721076, 0, 65537, 721077, 0, 65537, 721078, 0, 65537, 721079, 0, 65537, 721080, 0, 65537, 721081, 0, 65537, 721082, 0, 65537, 721083, 0, 65537, 721084, 0, 65537, 721085, 0, 65537, 721086, 0, 65537, 721087, 0, 65537, 721088, 0, 65537, 721089, 0, 65537, 721090, 0, 65537, 721091, 0, 65537, 721092, 0, 65537, 721093, 0, 65537, 721094, 0, 65537, 721095, 0, 65537, 721096, 0, 65537, 721097, 0, 65537, 721098, 0, 65537, 721099, 0, 65537, 721100, 0, 65537, 721101, 0, 65537, 721102, 0, 65537, 721103, 0, 65537, 721104, 0, 65537, 721105, 0, 65537, 721106, 0, 65537, 721107, 0, 65537, 721108, 0, 65537, 721109, 0, 65537, 721110, 0, 65537, 721111, 0, 65537, 721112, 0, 65537, 721113, 0, 65537, 721114, 0, 65537, 721115, 0, 65538, 851957, 0, 65536, 851958, 0, 65537, 851959, 0, 65537, 851960, 0, 65537, 851961, 0, 65537, 851962, 0, 65537, 851963, 0, 65537, 851964, 0, 65537, 851965, 0, 65537, 851966, 0, 65537, 851967, 0, 65537, 786432, 0, 65537, 786433, 0, 65537, 786434, 0, 65537, 786435, 0, 65537, 786436, 0, 65537, 786437, 0, 65537, 786438, 0, 65537, 786439, 0, 65537, 786440, 0, 65537, 786441, 0, 65537, 786442, 0, 65537, 786443, 0, 65537, 786444, 0, 65537, 786445, 0, 65537, 786446, 0, 65537, 786447, 0, 65537, 786448, 0, 65537, 786449, 0, 65537, 786450, 0, 65537, 786451, 0, 65537, 786452, 0, 65537, 786453, 0, 65537, 786454, 0, 65537, 786455, 0, 65537, 786456, 0, 65537, 786457, 0, 65537, 786458, 0, 65537, 786459, 0, 65537, 786460, 0, 65537, 786461, 0, 65537, 786462, 0, 65537, 786463, 0, 65537, 786464, 0, 65537, 786465, 0, 65537, 786466, 0, 65537, 786467, 0, 65537, 786468, 0, 65537, 786469, 0, 65537, 786470, 0, 65537, 786471, 0, 65537, 786472, 0, 65537, 786473, 0, 65537, 786474, 0, 65537, 786475, 0, 65537, 786476, 0, 65537, 786477, 0, 65537, 786478, 0, 65537, 786479, 0, 65537, 786480, 0, 65537, 786481, 0, 65537, 786482, 0, 65537, 786483, 0, 65537, 786484, 0, 65537, 786485, 0, 65537, 786486, 0, 65537, 786487, 0, 65537, 786488, 0, 65537, 786489, 0, 65537, 786490, 0, 65537, 786491, 0, 65537, 786492, 0, 65537, 786493, 0, 65537, 786494, 0, 65537, 786495, 0, 65537, 786496, 0, 65537, 786497, 0, 65537, 786498, 0, 65537, 786499, 0, 65537, 786500, 0, 65537, 786501, 0, 65537, 786502, 0, 65537, 786503, 0, 65537, 786504, 0, 65537, 786505, 0, 65537, 786506, 0, 65537, 786507, 0, 65537, 786508, 0, 65537, 786509, 0, 65537, 786510, 0, 65537, 786511, 0, 65537, 786512, 0, 65537, 786513, 0, 65537, 786514, 0, 65537, 786515, 0, 65537, 786516, 0, 65537, 786517, 0, 65537, 786518, 0, 65537, 786519, 0, 65537, 786520, 0, 65537, 786521, 0, 65537, 786522, 0, 65537, 786523, 0, 65537, 786524, 0, 65537, 786525, 0, 65537, 786526, 0, 65537, 786527, 0, 65537, 786528, 0, 65537, 786529, 0, 65537, 786530, 0, 65537, 786531, 0, 65537, 786532, 0, 65537, 786533, 0, 65537, 786534, 0, 65537, 786535, 0, 65537, 786536, 0, 65537, 786537, 0, 65537, 786538, 0, 65537, 786539, 0, 65537, 786540, 0, 65537, 786541, 0, 65537, 786542, 0, 65537, 786543, 0, 65537, 786544, 0, 65537, 786545, 0, 65537, 786546, 0, 65537, 786547, 0, 65537, 786548, 0, 65537, 786549, 0, 65537, 786550, 0, 65537, 786551, 0, 65537, 786552, 0, 65537, 786553, 0, 65537, 786554, 0, 65537, 786555, 0, 65537, 786556, 0, 65537, 786557, 0, 65537, 786558, 0, 65537, 786559, 0, 65537, 786560, 0, 65537, 786561, 0, 65537, 786562, 0, 65537, 786563, 0, 65537, 786564, 0, 65537, 786565, 0, 65537, 786566, 0, 65537, 786567, 0, 65537, 786568, 0, 65537, 786569, 0, 65537, 786570, 0, 65537, 786571, 0, 65537, 786572, 0, 65537, 786573, 0, 65537, 786574, 0, 65537, 786575, 0, 65537, 786576, 0, 65537, 786577, 0, 65537, 786578, 0, 65537, 786579, 0, 65537, 786580, 0, 65537, 786581, 0, 65537, 786582, 0, 65537, 786583, 0, 65537, 786584, 0, 65537, 786585, 0, 65537, 786586, 0, 65537, 786587, 0, 65537, 786588, 0, 65537, 786589, 0, 65537, 786590, 0, 65537, 786591, 0, 65537, 786592, 0, 65537, 786593, 0, 65537, 786594, 0, 65537, 786595, 0, 65537, 786596, 0, 65537, 786597, 0, 65537, 786598, 0, 65537, 786599, 0, 65537, 786600, 0, 65537, 786601, 0, 65537, 786602, 0, 65537, 786603, 0, 65537, 786604, 0, 65537, 786605, 0, 65537, 786606, 0, 65537, 786607, 0, 65537, 786608, 0, 65537, 786609, 0, 65537, 786610, 0, 65537, 786611, 0, 65537, 786612, 0, 65537, 786613, 0, 65537, 786614, 0, 65537, 786615, 0, 65537, 786616, 0, 65537, 786617, 0, 65537, 786618, 0, 65537, 786619, 0, 65537, 786620, 0, 65537, 786621, 0, 65537, 786622, 0, 65537, 786623, 0, 65537, 786624, 0, 65537, 786625, 0, 65537, 786626, 0, 65537, 786627, 0, 65537, 786628, 0, 65537, 786629, 0, 65537, 786630, 0, 65537, 786631, 0, 65537, 786632, 0, 65537, 786633, 0, 65537, 786634, 0, 65537, 786635, 0, 65537, 786636, 0, 65537, 786637, 0, 65537, 786638, 0, 65537, 786639, 0, 65537, 786640, 0, 65537, 786641, 0, 65537, 786642, 0, 65537, 786643, 0, 65537, 786644, 0, 65537, 786645, 0, 65537, 786646, 0, 65537, 786647, 0, 65537, 786648, 0, 65537, 786649, 0, 65537, 786650, 0, 65537, 786651, 0, 65538, 917493, 0, 65536, 917494, 0, 65537, 917495, 0, 65537, 917496, 0, 65537, 917497, 0, 65537, 917498, 0, 65537, 917499, 0, 65537, 917500, 0, 65537, 917501, 0, 65537, 917502, 0, 65537, 917503, 0, 65537, 851968, 0, 65537, 851969, 0, 65537, 851970, 0, 65537, 851971, 0, 65537, 851972, 0, 65537, 851973, 0, 65537, 851974, 0, 65537, 851975, 0, 65537, 851976, 0, 65537, 851977, 0, 65537, 851978, 0, 65537, 851979, 0, 65537, 851980, 0, 65537, 851981, 0, 65537, 851982, 0, 65537, 851983, 0, 65537, 851984, 0, 65537, 851985, 0, 65537, 851986, 0, 65537, 851987, 0, 65537, 851988, 0, 65537, 851989, 0, 65537, 851990, 0, 65537, 851991, 0, 65537, 851992, 0, 65537, 851993, 0, 65537, 851994, 0, 65537, 851995, 0, 65537, 851996, 0, 65537, 851997, 0, 65537, 851998, 0, 65537, 851999, 0, 65537, 852000, 0, 65537, 852001, 0, 65537, 852002, 0, 65537, 852003, 0, 65537, 852004, 0, 65537, 852005, 0, 65537, 852006, 0, 65537, 852007, 0, 65537, 852008, 0, 65537, 852009, 0, 65537, 852010, 0, 65537, 852011, 0, 65537, 852012, 0, 65537, 852013, 0, 65537, 852014, 0, 65537, 852015, 0, 65537, 852016, 0, 65537, 852017, 0, 65537, 852018, 0, 65537, 852019, 0, 65537, 852020, 0, 65537, 852021, 0, 65537, 852022, 0, 65537, 852023, 0, 65537, 852024, 0, 65537, 852025, 0, 65537, 852026, 0, 65537, 852027, 0, 65537, 852028, 0, 65537, 852029, 0, 65537, 852030, 0, 65537, 852031, 0, 65537, 852032, 0, 65537, 852033, 0, 65537, 852034, 0, 65537, 852035, 0, 65537, 852036, 0, 65537, 852037, 0, 65537, 852038, 0, 65537, 852039, 0, 65537, 852040, 0, 65537, 852041, 0, 65537, 852042, 0, 65537, 852043, 0, 65537, 852044, 0, 65537, 852045, 0, 65537, 852046, 0, 65537, 852047, 0, 65537, 852048, 0, 65537, 852049, 0, 65537, 852050, 0, 65537, 852051, 0, 65537, 852052, 0, 65537, 852053, 0, 65537, 852054, 0, 65537, 852055, 0, 65537, 852056, 0, 65537, 852057, 0, 65537, 852058, 0, 65537, 852059, 0, 65537, 852060, 0, 65537, 852061, 0, 65537, 852062, 0, 65537, 852063, 0, 65537, 852064, 0, 65537, 852065, 0, 65537, 852066, 0, 65537, 852067, 0, 65537, 852068, 0, 65537, 852069, 0, 65537, 852070, 0, 65537, 852071, 0, 65537, 852072, 0, 65537, 852073, 0, 65537, 852074, 0, 65537, 852075, 0, 65537, 852076, 0, 65537, 852077, 0, 65537, 852078, 0, 65537, 852079, 0, 65537, 852080, 0, 65537, 852081, 0, 65537, 852082, 0, 65537, 852083, 0, 65537, 852084, 0, 65537, 852085, 0, 65537, 852086, 0, 65537, 852087, 0, 65537, 852088, 0, 65537, 852089, 0, 65537, 852090, 0, 65537, 852091, 0, 65537, 852092, 0, 65537, 852093, 0, 65537, 852094, 0, 65537, 852095, 0, 65537, 852096, 0, 65537, 852097, 0, 65537, 852098, 0, 65537, 852099, 0, 65537, 852100, 0, 65537, 852101, 0, 65537, 852102, 0, 65537, 852103, 0, 65537, 852104, 0, 65537, 852105, 0, 65537, 852106, 0, 65537, 852107, 0, 65537, 852108, 0, 65537, 852109, 0, 65537, 852110, 0, 65537, 852111, 0, 65537, 852112, 0, 65537, 852113, 0, 65537, 852114, 0, 65537, 852115, 0, 65537, 852116, 0, 65537, 852117, 0, 65537, 852118, 0, 65537, 852119, 0, 65537, 852120, 0, 65537, 852121, 0, 65537, 852122, 0, 65537, 852123, 0, 65537, 852124, 0, 65537, 852125, 0, 65537, 852126, 0, 65537, 852127, 0, 65537, 852128, 0, 65537, 852129, 0, 65537, 852130, 0, 65537, 852131, 0, 65537, 852132, 0, 65537, 852133, 0, 65537, 852134, 0, 65537, 852135, 0, 65537, 852136, 0, 65537, 852137, 0, 65537, 852138, 0, 65537, 852139, 0, 65537, 852140, 0, 65537, 852141, 0, 65537, 852142, 0, 65537, 852143, 0, 65537, 852144, 0, 65537, 852145, 0, 65537, 852146, 0, 65537, 852147, 0, 65537, 852148, 0, 65537, 852149, 0, 65537, 852150, 0, 65537, 852151, 0, 65537, 852152, 0, 65537, 852153, 0, 65537, 852154, 0, 65537, 852155, 0, 65537, 852156, 0, 65537, 852157, 0, 65537, 852158, 0, 65537, 852159, 0, 65537, 852160, 0, 65537, 852161, 0, 65537, 852162, 0, 65537, 852163, 0, 65537, 852164, 0, 65537, 852165, 0, 65537, 852166, 0, 65537, 852167, 0, 65537, 852168, 0, 65537, 852169, 0, 65537, 852170, 0, 65537, 852171, 0, 65537, 852172, 0, 65537, 852173, 0, 65537, 852174, 0, 65537, 852175, 0, 65537, 852176, 0, 65537, 852177, 0, 65537, 852178, 0, 65537, 852179, 0, 65537, 852180, 0, 65537, 852181, 0, 65537, 852182, 0, 65537, 852183, 0, 65537, 852184, 0, 65537, 852185, 0, 65537, 852186, 0, 65537, 852187, 0, 65538, 983029, 0, 65536, 983030, 0, 65537, 983031, 0, 65537, 983032, 0, 65537, 983033, 0, 65537, 983034, 0, 65537, 983035, 0, 65537, 983036, 0, 65537, 983037, 0, 65537, 983038, 0, 65537, 983039, 0, 65537, 917504, 0, 65537, 917505, 0, 65537, 917506, 0, 65537, 917507, 0, 65537, 917508, 0, 65537, 917509, 0, 65537, 917510, 0, 65537, 917511, 0, 65537, 917512, 0, 65537, 917513, 0, 65537, 917514, 0, 65537, 917515, 0, 65537, 917516, 0, 65537, 917517, 0, 65537, 917518, 0, 65537, 917519, 0, 65537, 917520, 0, 65537, 917521, 0, 65537, 917522, 0, 65537, 917523, 0, 65537, 917524, 0, 65537, 917525, 0, 65537, 917526, 0, 65537, 917527, 0, 65537, 917528, 0, 65537, 917529, 0, 65537, 917530, 0, 65537, 917531, 0, 65537, 917532, 0, 65537, 917533, 0, 65537, 917534, 0, 65537, 917535, 0, 65537, 917536, 0, 65537, 917537, 0, 65537, 917538, 0, 65537, 917539, 0, 65537, 917540, 0, 65537, 917541, 0, 65537, 917542, 0, 65537, 917543, 0, 65537, 917544, 0, 65537, 917545, 0, 65537, 917546, 0, 65537, 917547, 0, 65537, 917548, 0, 65537, 917549, 0, 65537, 917550, 0, 65537, 917551, 0, 65537, 917552, 0, 65537, 917553, 0, 65537, 917554, 0, 65537, 917555, 0, 65537, 917556, 0, 65537, 917557, 0, 65537, 917558, 0, 65537, 917559, 0, 65537, 917560, 0, 65537, 917561, 0, 65537, 917562, 0, 65537, 917563, 0, 65537, 917564, 0, 65537, 917565, 0, 65537, 917566, 0, 65537, 917567, 0, 65537, 917568, 0, 65537, 917569, 0, 65537, 917570, 0, 65537, 917571, 0, 65537, 917572, 0, 65537, 917573, 0, 65537, 917574, 0, 65537, 917575, 0, 65537, 917576, 0, 65537, 917577, 0, 65537, 917578, 0, 65537, 917579, 0, 65537, 917580, 0, 65537, 917581, 0, 65537, 917582, 0, 65537, 917583, 0, 65537, 917584, 0, 65537, 917585, 0, 65537, 917586, 0, 65537, 917587, 0, 65537, 917588, 0, 65537, 917589, 0, 65537, 917590, 0, 65537, 917591, 0, 65537, 917592, 0, 65537, 917593, 0, 65537, 917594, 0, 65537, 917595, 0, 65537, 917596, 0, 65537, 917597, 0, 65537, 917598, 0, 65537, 917599, 0, 65537, 917600, 0, 65537, 917601, 0, 65537, 917602, 0, 65537, 917603, 0, 65537, 917604, 0, 65537, 917605, 0, 65537, 917606, 0, 65537, 917607, 0, 65537, 917608, 0, 65537, 917609, 0, 65537, 917610, 0, 65537, 917611, 0, 65537, 917612, 0, 65537, 917613, 0, 65537, 917614, 0, 65537, 917615, 0, 65537, 917616, 0, 65537, 917617, 0, 65537, 917618, 0, 65537, 917619, 0, 65537, 917620, 0, 65537, 917621, 0, 65537, 917622, 0, 65537, 917623, 0, 65537, 917624, 0, 65537, 917625, 0, 65537, 917626, 0, 65537, 917627, 0, 65537, 917628, 0, 65537, 917629, 0, 65537, 917630, 0, 65537, 917631, 0, 65537, 917632, 0, 65537, 917633, 0, 65537, 917634, 0, 65537, 917635, 0, 65537, 917636, 0, 65537, 917637, 0, 65537, 917638, 0, 65537, 917639, 0, 65537, 917640, 0, 65537, 917641, 0, 65537, 917642, 0, 65537, 917643, 0, 65537, 917644, 0, 65537, 917645, 0, 65537, 917646, 0, 65537, 917647, 0, 65537, 917648, 0, 65537, 917649, 0, 65537, 917650, 0, 65537, 917651, 0, 65537, 917652, 0, 65537, 917653, 0, 65537, 917654, 0, 65537, 917655, 0, 65537, 917656, 0, 65537, 917657, 0, 65537, 917658, 0, 65537, 917659, 0, 65537, 917660, 0, 65537, 917661, 0, 65537, 917662, 0, 65537, 917663, 0, 65537, 917664, 0, 65537, 917665, 0, 65537, 917666, 0, 65537, 917667, 0, 65537, 917668, 0, 65537, 917669, 0, 65537, 917670, 0, 65537, 917671, 0, 65537, 917672, 0, 65537, 917673, 0, 65537, 917674, 0, 65537, 917675, 0, 65537, 917676, 0, 65537, 917677, 0, 65537, 917678, 0, 65537, 917679, 0, 65537, 917680, 0, 65537, 917681, 0, 65537, 917682, 0, 65537, 917683, 0, 65537, 917684, 0, 65537, 917685, 0, 65537, 917686, 0, 65537, 917687, 0, 65537, 917688, 0, 65537, 917689, 0, 65537, 917690, 0, 65537, 917691, 0, 65537, 917692, 0, 65537, 917693, 0, 65537, 917694, 0, 65537, 917695, 0, 65537, 917696, 0, 65537, 917697, 0, 65537, 917698, 0, 65537, 917699, 0, 65537, 917700, 0, 65537, 917701, 0, 65537, 917702, 0, 65537, 917703, 0, 65537, 917704, 0, 65537, 917705, 0, 65537, 917706, 0, 65537, 917707, 0, 65537, 917708, 0, 65537, 917709, 0, 65537, 917710, 0, 65537, 917711, 0, 65537, 917712, 0, 65537, 917713, 0, 65537, 917714, 0, 65537, 917715, 0, 65537, 917716, 0, 65537, 917717, 0, 65537, 917718, 0, 65537, 917719, 0, 65537, 917720, 0, 65537, 917721, 0, 65537, 917722, 0, 65537, 917723, 0, 65538, 1048565, 0, 65536, 1048566, 0, 65537, 1048567, 0, 65537, 1048568, 0, 65537, 1048569, 0, 65537, 1048570, 0, 65537, 1048571, 0, 65537, 1048572, 0, 65537, 1048573, 0, 65537, 1048574, 0, 65537, 1048575, 0, 65537, 983040, 0, 65537, 983041, 0, 65537, 983042, 0, 65537, 983043, 0, 65537, 983044, 0, 65537, 983045, 0, 65537, 983046, 0, 65537, 983047, 0, 65537, 983048, 0, 65537, 983049, 0, 65537, 983050, 0, 65537, 983051, 0, 65537, 983052, 0, 65537, 983053, 0, 65537, 983054, 0, 65537, 983055, 0, 65537, 983056, 0, 65537, 983057, 0, 65537, 983058, 0, 65537, 983059, 0, 65537, 983060, 0, 65537, 983061, 0, 65537, 983062, 0, 65537, 983063, 0, 65537, 983064, 0, 65537, 983065, 0, 65537, 983066, 0, 65537, 983067, 0, 65537, 983068, 0, 65537, 983069, 0, 65537, 983070, 0, 65537, 983071, 0, 65537, 983072, 0, 65537, 983073, 0, 65537, 983074, 0, 65537, 983075, 0, 65537, 983076, 0, 65537, 983077, 0, 65537, 983078, 0, 65537, 983079, 0, 65537, 983080, 0, 65537, 983081, 0, 65537, 983082, 0, 65537, 983083, 0, 65537, 983084, 0, 65537, 983085, 0, 65537, 983086, 0, 65537, 983087, 0, 65537, 983088, 0, 65537, 983089, 0, 65537, 983090, 0, 65537, 983091, 0, 65537, 983092, 0, 65537, 983093, 0, 65537, 983094, 0, 65537, 983095, 0, 65537, 983096, 0, 65537, 983097, 0, 65537, 983098, 0, 65537, 983099, 0, 65537, 983100, 0, 65537, 983101, 0, 65537, 983102, 0, 65537, 983103, 0, 65537, 983104, 0, 65537, 983105, 0, 65537, 983106, 0, 65537, 983107, 0, 65537, 983108, 0, 65537, 983109, 0, 65537, 983110, 0, 65537, 983111, 0, 65537, 983112, 0, 65537, 983113, 0, 65537, 983114, 0, 65537, 983115, 0, 65537, 983116, 0, 65537, 983117, 0, 65537, 983118, 0, 65537, 983119, 0, 65537, 983120, 0, 65537, 983121, 0, 65537, 983122, 0, 65537, 983123, 0, 65537, 983124, 0, 65537, 983125, 0, 65537, 983126, 0, 65537, 983127, 0, 65537, 983128, 0, 65537, 983129, 0, 65537, 983130, 0, 65537, 983131, 0, 65537, 983132, 0, 65537, 983133, 0, 65537, 983134, 0, 65537, 983135, 0, 65537, 983136, 0, 65537, 983137, 0, 65537, 983138, 0, 65537, 983139, 0, 65537, 983140, 0, 65537, 983141, 0, 65537, 983142, 0, 65537, 983143, 0, 65537, 983144, 0, 65537, 983145, 0, 65537, 983146, 0, 65537, 983147, 0, 65537, 983148, 0, 65537, 983149, 0, 65537, 983150, 0, 65537, 983151, 0, 65537, 983152, 0, 65537, 983153, 0, 65537, 983154, 0, 65537, 983155, 0, 65537, 983156, 0, 65537, 983157, 0, 65537, 983158, 0, 65537, 983159, 0, 65537, 983160, 0, 65537, 983161, 0, 65537, 983162, 0, 65537, 983163, 0, 65537, 983164, 0, 65537, 983165, 0, 65537, 983166, 0, 65537, 983167, 0, 65537, 983168, 0, 65537, 983169, 0, 65537, 983170, 0, 65537, 983171, 0, 65537, 983172, 0, 65537, 983173, 0, 65537, 983174, 0, 65537, 983175, 0, 65537, 983176, 0, 65537, 983177, 0, 65537, 983178, 0, 65537, 983179, 0, 65537, 983180, 0, 65537, 983181, 0, 65537, 983182, 0, 65537, 983183, 0, 65537, 983184, 0, 65537, 983185, 0, 65537, 983186, 0, 65537, 983187, 0, 65537, 983188, 0, 65537, 983189, 0, 65537, 983190, 0, 65537, 983191, 0, 65537, 983192, 0, 65537, 983193, 0, 65537, 983194, 0, 65537, 983195, 0, 65537, 983196, 0, 65537, 983197, 0, 65537, 983198, 0, 65537, 983199, 0, 65537, 983200, 0, 65537, 983201, 0, 65537, 983202, 0, 65537, 983203, 0, 65537, 983204, 0, 65537, 983205, 0, 65537, 983206, 0, 65537, 983207, 0, 65537, 983208, 0, 65537, 983209, 0, 65537, 983210, 0, 65537, 983211, 0, 65537, 983212, 0, 65537, 983213, 0, 65537, 983214, 0, 65537, 983215, 0, 65537, 983216, 0, 65537, 983217, 0, 65537, 983218, 0, 65537, 983219, 0, 65537, 983220, 0, 65537, 983221, 0, 65537, 983222, 0, 65537, 983223, 0, 65537, 983224, 0, 65537, 983225, 0, 65537, 983226, 0, 65537, 983227, 0, 65537, 983228, 0, 65537, 983229, 0, 65537, 983230, 0, 65537, 983231, 0, 65537, 983232, 0, 65537, 983233, 0, 65537, 983234, 0, 65537, 983235, 0, 65537, 983236, 0, 65537, 983237, 0, 65537, 983238, 0, 65537, 983239, 0, 65537, 983240, 0, 65537, 983241, 0, 65537, 983242, 0, 65537, 983243, 0, 65537, 983244, 0, 65537, 983245, 0, 65537, 983246, 0, 65537, 983247, 0, 65537, 983248, 0, 65537, 983249, 0, 65537, 983250, 0, 65537, 983251, 0, 65537, 983252, 0, 65537, 983253, 0, 65537, 983254, 0, 65537, 983255, 0, 65537, 983256, 0, 65537, 983257, 0, 65537, 983258, 0, 65537, 983259, 0, 65538, 1114101, 0, 131072, 1114102, 0, 131073, 1114103, 0, 131073, 1114104, 0, 131073, 1114105, 0, 131073, 1114106, 0, 131073, 1114107, 0, 131073, 1114108, 0, 131073, 1114109, 0, 131073, 1114110, 0, 131073, 1114111, 0, 131073, 1048576, 0, 131073, 1048577, 0, 131073, 1048578, 0, 131073, 1048579, 0, 131073, 1048580, 0, 131073, 1048581, 0, 131073, 1048582, 0, 131073, 1048583, 0, 131073, 1048584, 0, 131073, 1048585, 0, 131073, 1048586, 0, 131073, 1048587, 0, 131073, 1048588, 0, 131073, 1048589, 0, 131073, 1048590, 0, 131073, 1048591, 0, 131073, 1048592, 0, 131073, 1048593, 0, 131073, 1048594, 0, 131073, 1048595, 0, 131073, 1048596, 0, 131073, 1048597, 0, 131073, 1048598, 0, 131073, 1048599, 0, 131073, 1048600, 0, 131073, 1048601, 0, 262149, 1048602, 0, 65537, 1048603, 0, 65537, 1048604, 0, 65537, 1048605, 0, 65537, 1048606, 0, 65537, 1048607, 0, 65537, 1048608, 0, 65537, 1048609, 0, 65537, 1048610, 0, 65537, 1048611, 0, 65537, 1048612, 0, 65537, 1048613, 0, 65537, 1048614, 0, 65537, 1048615, 0, 65537, 1048616, 0, 65537, 1048617, 0, 65537, 1048618, 0, 65537, 1048619, 0, 65537, 1048620, 0, 65537, 1048621, 0, 65537, 1048622, 0, 65537, 1048623, 0, 65537, 1048624, 0, 65537, 1048625, 0, 65537, 1048626, 0, 65537, 1048627, 0, 65537, 1048628, 0, 65537, 1048629, 0, 65537, 1048630, 0, 65537, 1048631, 0, 65537, 1048632, 0, 65537, 1048633, 0, 65537, 1048634, 0, 65537, 1048635, 0, 65537, 1048636, 0, 65537, 1048637, 0, 65537, 1048638, 0, 65537, 1048639, 0, 65537, 1048640, 0, 65537, 1048641, 0, 65537, 1048642, 0, 65537, 1048643, 0, 65537, 1048644, 0, 65537, 1048645, 0, 65537, 1048646, 0, 65537, 1048647, 0, 65537, 1048648, 0, 65537, 1048649, 0, 65537, 1048650, 0, 65537, 1048651, 0, 65537, 1048652, 0, 65537, 1048653, 0, 65537, 1048654, 0, 65537, 1048655, 0, 65537, 1048656, 0, 65537, 1048657, 0, 65537, 1048658, 0, 65537, 1048659, 0, 65537, 1048660, 0, 65537, 1048661, 0, 65537, 1048662, 0, 65537, 1048663, 0, 65537, 1048664, 0, 65537, 1048665, 0, 65537, 1048666, 0, 65537, 1048667, 0, 65537, 1048668, 0, 65537, 1048669, 0, 65537, 1048670, 0, 65537, 1048671, 0, 65537, 1048672, 0, 65537, 1048673, 0, 65537, 1048674, 0, 65537, 1048675, 0, 65537, 1048676, 0, 65537, 1048677, 0, 65537, 1048678, 0, 65537, 1048679, 0, 65537, 1048680, 0, 65537, 1048681, 0, 65537, 1048682, 0, 65537, 1048683, 0, 65537, 1048684, 0, 65537, 1048685, 0, 65537, 1048686, 0, 65537, 1048687, 0, 65537, 1048688, 0, 65537, 1048689, 0, 65537, 1048690, 0, 65537, 1048691, 0, 65537, 1048692, 0, 65537, 1048693, 0, 65537, 1048694, 0, 65537, 1048695, 0, 65537, 1048696, 0, 65537, 1048697, 0, 65537, 1048698, 0, 65537, 1048699, 0, 65537, 1048700, 0, 65537, 1048701, 0, 65537, 1048702, 0, 65537, 1048703, 0, 65537, 1048704, 0, 65537, 1048705, 0, 65537, 1048706, 0, 65537, 1048707, 0, 65537, 1048708, 0, 65537, 1048709, 0, 65537, 1048710, 0, 65537, 1048711, 0, 65537, 1048712, 0, 65537, 1048713, 0, 65537, 1048714, 0, 65537, 1048715, 0, 65537, 1048716, 0, 65537, 1048717, 0, 65537, 1048718, 0, 65537, 1048719, 0, 65537, 1048720, 0, 65537, 1048721, 0, 65537, 1048722, 0, 65537, 1048723, 0, 65537, 1048724, 0, 65537, 1048725, 0, 65537, 1048726, 0, 65537, 1048727, 0, 65537, 1048728, 0, 65537, 1048729, 0, 65537, 1048730, 0, 65537, 1048731, 0, 65537, 1048732, 0, 65537, 1048733, 0, 65537, 1048734, 0, 65537, 1048735, 0, 65537, 1048736, 0, 65537, 1048737, 0, 65537, 1048738, 0, 65537, 1048739, 0, 65537, 1048740, 0, 65537, 1048741, 0, 65537, 1048742, 0, 65537, 1048743, 0, 65537, 1048744, 0, 65537, 1048745, 0, 65537, 1048746, 0, 65537, 1048747, 0, 65537, 1048748, 0, 65537, 1048749, 0, 65537, 1048750, 0, 65537, 1048751, 0, 65537, 1048752, 0, 65537, 1048753, 0, 65537, 1048754, 0, 65537, 1048755, 0, 65537, 1048756, 0, 65537, 1048757, 0, 65537, 1048758, 0, 65537, 1048759, 0, 65537, 1048760, 0, 65537, 1048761, 0, 65537, 1048762, 0, 65537, 1048763, 0, 65537, 1048764, 0, 65537, 1048765, 0, 65537, 1048766, 0, 65537, 1048767, 0, 65537, 1048768, 0, 65537, 1048769, 0, 65537, 1048770, 0, 65537, 1048771, 0, 65537, 1048772, 0, 65537, 1048773, 0, 65537, 1048774, 0, 65537, 1048775, 0, 65537, 1048776, 0, 65537, 1048777, 0, 65537, 1048778, 0, 65537, 1048779, 0, 65537, 1048780, 0, 65537, 1048781, 0, 65537, 1048782, 0, 65537, 1048783, 0, 65537, 1048784, 0, 65537, 1048785, 0, 65537, 1048786, 0, 65537, 1048787, 0, 65537, 1048788, 0, 65537, 1048789, 0, 65537, 1048790, 0, 65537, 1048791, 0, 65537, 1048792, 0, 65537, 1048793, 0, 65537, 1048794, 0, 65537, 1048795, 0, 65538, 1114137, 0, 131072, 1114138, 0, 131073, 1114139, 0, 131073, 1114140, 0, 131073, 1114141, 0, 131073, 1114142, 0, 131073, 1114143, 0, 131073, 1114144, 0, 131073, 1114145, 0, 131073, 1114146, 0, 131073, 1114147, 0, 131073, 1114148, 0, 131073, 1114149, 0, 131073, 1114150, 0, 131073, 1114151, 0, 131073, 1114152, 0, 131073, 1114153, 0, 131073, 1114154, 0, 131073, 1114155, 0, 131073, 1114156, 0, 131073, 1114157, 0, 131073, 1114158, 0, 131073, 1114159, 0, 131073, 1114160, 0, 131073, 1114161, 0, 131073, 1114162, 0, 131073, 1114163, 0, 131073, 1114164, 0, 131073, 1114165, 0, 131073, 1114166, 0, 131073, 1114167, 0, 131073, 1114168, 0, 131073, 1114169, 0, 131073, 1114170, 0, 131073, 1114171, 0, 131073, 1114172, 0, 131073, 1114173, 0, 131073, 1114174, 0, 131073, 1114175, 0, 131073, 1114176, 0, 131073, 1114177, 0, 131073, 1114178, 0, 131073, 1114179, 0, 131073, 1114180, 0, 131073, 1114181, 0, 131073, 1114182, 0, 131073, 1114183, 0, 131073, 1114184, 0, 131073, 1114185, 0, 131073, 1114186, 0, 131073, 1114187, 0, 131073, 1114188, 0, 131073, 1114189, 0, 131073, 1114190, 0, 131073, 1114191, 0, 131073, 1114192, 0, 131073, 1114193, 0, 131073, 1114194, 0, 131073, 1114195, 0, 131073, 1114196, 0, 131073, 1114197, 0, 131073, 1114198, 0, 131073, 1114199, 0, 131073, 1114200, 0, 131073, 1114201, 0, 131073, 1114202, 0, 131073, 1114203, 0, 131073, 1114204, 0, 131073, 1114205, 0, 131073, 1114206, 0, 131073, 1114207, 0, 131073, 1114208, 0, 131073, 1114209, 0, 131073, 1114210, 0, 131073, 1114211, 0, 131073, 1114212, 0, 131073, 1114213, 0, 131073, 1114214, 0, 131073, 1114215, 0, 131073, 1114216, 0, 131073, 1114217, 0, 131073, 1114218, 0, 131073, 1114219, 0, 131073, 1114220, 0, 131073, 1114221, 0, 131073, 1114222, 0, 131073, 1114223, 0, 131073, 1114224, 0, 131073, 1114225, 0, 131073, 1114226, 0, 131073, 1114227, 0, 131073, 1114228, 0, 131073, 1114229, 0, 131073, 1114230, 0, 131073, 1114231, 0, 131073, 1114232, 0, 131073, 1114233, 0, 131073, 1114234, 0, 131073, 1114235, 0, 131073, 1114236, 0, 131073, 1114237, 0, 131073, 1114238, 0, 131073, 1114239, 0, 131073, 1114240, 0, 131073, 1114241, 0, 131073, 1114242, 0, 131073, 1114243, 0, 131073, 1114244, 0, 131073, 1114245, 0, 131073, 1114246, 0, 131073, 1114247, 0, 131073, 1114248, 0, 131073, 1114249, 0, 131073, 1114250, 0, 131073, 1114251, 0, 131073, 1114252, 0, 131073, 1114253, 0, 131073, 1114254, 0, 131073, 1114255, 0, 131073, 1114256, 0, 131073, 1114257, 0, 131073, 1114258, 0, 131073, 1114259, 0, 131073, 1114260, 0, 131073, 1114261, 0, 131073, 1114262, 0, 131073, 1114263, 0, 131073, 1114264, 0, 131073, 1114265, 0, 131073, 1114266, 0, 131073, 1114267, 0, 131073, 1114268, 0, 131073, 1114269, 0, 131073, 1114270, 0, 131073, 1114271, 0, 131073, 1114272, 0, 131073, 1114273, 0, 131073, 1114274, 0, 131073, 1114275, 0, 131073, 1114276, 0, 131073, 1114277, 0, 131073, 1114278, 0, 131073, 1114279, 0, 131073, 1114280, 0, 131073, 1114281, 0, 131073, 1114282, 0, 131073, 1114283, 0, 131073, 1114284, 0, 131073, 1114285, 0, 131073, 1114286, 0, 131073, 1114287, 0, 131073, 1114288, 0, 131073, 1114289, 0, 131073, 1114290, 0, 131073, 1114291, 0, 131073, 1114292, 0, 131073, 1114293, 0, 131073, 1114294, 0, 131073, 1114295, 0, 131073, 1114296, 0, 131073, 1114297, 0, 131073, 1114298, 0, 131073, 1114299, 0, 131073, 1114300, 0, 131073, 1114301, 0, 131073, 1114302, 0, 131073, 1114303, 0, 131073, 1114304, 0, 131073, 1114305, 0, 131073, 1114306, 0, 131073, 1114307, 0, 131073, 1114308, 0, 131073, 1114309, 0, 131073, 1114310, 0, 131073, 1114311, 0, 131073, 1114312, 0, 131073, 1114313, 0, 131073, 1114314, 0, 131073, 1114315, 0, 131073, 1114316, 0, 131073, 1114317, 0, 131073, 1114318, 0, 131073, 1114319, 0, 131073, 1114320, 0, 131073, 1114321, 0, 131073, 1114322, 0, 131073, 1114323, 0, 131073, 1114324, 0, 131073, 1114325, 0, 131073, 1114326, 0, 131073, 1114327, 0, 131073, 1114328, 0, 131073, 1114329, 0, 131073, 1114330, 0, 131073, 1114331, 0, 131074 )
  685. [connection signal="button_down" from="LoginUI/directconnect/VBoxContainer/Button" to="LoginUI" method="_on_Button_button_down"]
  686. [connection signal="button_down" from="LoginUI/directconnect/VBoxContainer/Button2" to="LoginUI" method="_on_Button2_button_down"]
  687. [connection signal="button_down" from="LoginUI/directconnect/VBoxContainer/x509" to="x509gen" method="_on_x509_button_down"]
  688. [connection signal="toggled" from="LoginUI/directconnect/VBoxContainer/CheckButton" to="LoginUI" method="_on_CheckButton_toggled"]
  689. [connection signal="button_down" from="LoginUI/loginscreen/VBoxContainer/HBoxContainer3/login" to="LoginUI" method="_on_login_button_down"]
  690. [connection signal="button_down" from="LoginUI/loginscreen/VBoxContainer/HBoxContainer3/register" to="LoginUI" method="_on_register_button_down"]
  691. [connection signal="button_down" from="LoginUI/loginscreen/VBoxContainer/HBoxContainer3/changepassword" to="LoginUI" method="_on_changepassword_button_down"]
  692. [connection signal="button_down" from="LoginUI/changepassword/VBoxContainer/HBoxContainer3/login2" to="LoginUI" method="_on_login2_button_down"]
  693. [connection signal="button_down" from="LoginUI/changepassword/VBoxContainer/HBoxContainer3/chang password" to="LoginUI" method="_on_chang_password_button_down"]
  694. [connection signal="button_down" from="LoginUI/register/VBoxContainer/HBoxContainer6/login2" to="LoginUI" method="_on_login2_button_down"]
  695. [connection signal="button_down" from="LoginUI/register/VBoxContainer/HBoxContainer6/Register2" to="LoginUI" method="_on_Register2_button_down"]
  696. [connection signal="click" from="BrowserListClient" to="LoginUI" method="choose_a_server"]
  697. [connection signal="click" from="BrowserListClient/PanelContainer/Table/BrowseColumn" to="BrowserListClient" method="_on_BrowseColumn_click"]
  698. [connection signal="timeout" from="BrowserListClient/Timer" to="BrowserListClient" method="_on_Timer_timeout"]