main.tscn 123 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959
  1. [gd_scene load_steps=45 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://npc.tscn" type="PackedScene" id=13]
  15. [ext_resource path="res://tiles/basicimage.tres" type="Material" id=14]
  16. [ext_resource path="res://art/Medieval_Castle_Asset_Pack/Background/layers71.png" type="Texture" id=15]
  17. [ext_resource path="res://art/Medieval_Castle_Asset_Pack/Background/layers3.png" type="Texture" id=16]
  18. [ext_resource path="res://NPC/soldier/soldieranim.tscn" type="PackedScene" id=17]
  19. [ext_resource path="res://art/logo.png" type="Texture" id=18]
  20. [ext_resource path="res://art/coffeemilk.png" type="Texture" id=19]
  21. [ext_resource path="res://font/8bit.tres" type="DynamicFont" id=20]
  22. [ext_resource path="res://enemycount.gd" type="Script" id=21]
  23. [ext_resource path="res://enemie/tankboss.tscn" type="PackedScene" id=22]
  24. [sub_resource type="AtlasTexture" id=1]
  25. flags = 4
  26. atlas = ExtResource( 10 )
  27. region = Rect2( 0, 0, 112, 113 )
  28. [sub_resource type="AtlasTexture" id=2]
  29. flags = 4
  30. atlas = ExtResource( 10 )
  31. region = Rect2( 112, 0, 112, 113 )
  32. [sub_resource type="AtlasTexture" id=3]
  33. flags = 4
  34. atlas = ExtResource( 10 )
  35. region = Rect2( 224, 0, 112, 113 )
  36. [sub_resource type="AtlasTexture" id=4]
  37. flags = 4
  38. atlas = ExtResource( 10 )
  39. region = Rect2( 336, 0, 112, 113 )
  40. [sub_resource type="SpriteFrames" id=5]
  41. animations = [ {
  42. "frames": [ SubResource( 1 ), SubResource( 2 ), SubResource( 3 ), SubResource( 4 ) ],
  43. "loop": true,
  44. "name": "default",
  45. "speed": 5.0
  46. } ]
  47. [sub_resource type="Shader" id=6]
  48. code = "// NOTE: Shader automatically converted from Godot Engine 3.4.4.stable's CanvasItemMaterial.
  49. shader_type canvas_item;
  50. render_mode blend_mix;
  51. uniform vec4 color1 : hint_color;
  52. uniform vec4 color2 : hint_color;
  53. void fragment(){
  54. if ( sin(TIME*15f) > 0f ){
  55. COLOR = texture(TEXTURE,UV) * color1;
  56. }else{
  57. COLOR = texture(TEXTURE,UV) * color2;
  58. }
  59. }"
  60. [sub_resource type="ShaderMaterial" id=7]
  61. shader = SubResource( 6 )
  62. shader_param/color1 = Color( 0, 0.835294, 1, 1 )
  63. shader_param/color2 = Color( 1, 0.678431, 0, 1 )
  64. [sub_resource type="Shader" id=8]
  65. code = "// NOTE: Shader automatically converted from Godot Engine 3.4.4.stable's CanvasItemMaterial.
  66. shader_type canvas_item;
  67. render_mode blend_mix;
  68. void fragment(){
  69. COLOR = texture(TEXTURE,UV+TIME/5.00);
  70. }"
  71. [sub_resource type="ShaderMaterial" id=9]
  72. shader = SubResource( 8 )
  73. [sub_resource type="Shader" id=10]
  74. code = "// NOTE: Shader automatically converted from Godot Engine 3.4.4.stable's CanvasItemMaterial.
  75. shader_type canvas_item;
  76. render_mode blend_mix;
  77. void fragment(){
  78. COLOR = texture(TEXTURE,UV+(sin(UV.x*10.0+TIME)/50f));
  79. }"
  80. [sub_resource type="ShaderMaterial" id=11]
  81. shader = SubResource( 10 )
  82. [sub_resource type="StyleBoxFlat" id=12]
  83. bg_color = Color( 0, 0, 0, 0.501961 )
  84. [sub_resource type="StyleBoxFlat" id=13]
  85. bg_color = Color( 0, 0, 0, 0.741176 )
  86. [sub_resource type="StyleBoxFlat" id=14]
  87. bg_color = Color( 0, 0, 0, 1 )
  88. [sub_resource type="StyleBoxFlat" id=15]
  89. bg_color = Color( 0, 0, 0, 0.364706 )
  90. [sub_resource type="Shader" id=17]
  91. code = "// NOTE: Shader automatically converted from Godot Engine 3.4.4.stable's CanvasItemMaterial.
  92. shader_type canvas_item;
  93. render_mode blend_mix;
  94. uniform vec4 color1 : hint_color;
  95. uniform vec4 color2 : hint_color;
  96. void fragment(){
  97. COLOR = mix(color1,color2,UV.y);
  98. }"
  99. [sub_resource type="ShaderMaterial" id=18]
  100. shader = SubResource( 17 )
  101. shader_param/color1 = Color( 0.298039, 0.819608, 0.847059, 1 )
  102. shader_param/color2 = Color( 0.466667, 0.698039, 0.8, 1 )
  103. [sub_resource type="Shader" id=19]
  104. code = "// NOTE: Shader automatically converted from Godot Engine 3.4.4.stable's CanvasItemMaterial.
  105. shader_type canvas_item;
  106. render_mode blend_mix;
  107. uniform sampler2D noise;
  108. void fragment(){
  109. COLOR = texture(noise,(UV+vec2(TIME/30f,0f))) - (UV.y*UV.y*2f-0.1f);
  110. if (COLOR.r > 0.45){
  111. COLOR.a = 0f;
  112. }
  113. COLOR *= 2.2f;
  114. COLOR.rgb = clamp(COLOR.rgb,0.8f,1f);
  115. }"
  116. [sub_resource type="OpenSimplexNoise" id=20]
  117. seed = 55
  118. octaves = 8
  119. period = 80.0
  120. [sub_resource type="NoiseTexture" id=21]
  121. flags = 2
  122. width = 640
  123. height = 360
  124. seamless = true
  125. noise = SubResource( 20 )
  126. [sub_resource type="ShaderMaterial" id=22]
  127. shader = SubResource( 19 )
  128. shader_param/noise = SubResource( 21 )
  129. [sub_resource type="GDScript" id=16]
  130. script/source = "extends Node2D
  131. # Declare member variables here. Examples:
  132. # var a = 2
  133. # var b = \"text\"
  134. # Called when the node enters the scene tree for the first time.
  135. func _physics_process(delta):
  136. for i in get_child_count():
  137. get_child(i).enemy_id = i
  138. pass # Replace with function body.
  139. # Called every frame. 'delta' is the elapsed time since the previous frame.
  140. #func _process(delta):
  141. # pass
  142. "
  143. [node name="Node" type="Node"]
  144. [node name="Textures" type="Node" parent="."]
  145. script = ExtResource( 11 )
  146. [node name="Goblin1" type="Viewport" parent="Textures"]
  147. size = Vector2( 64, 64 )
  148. own_world = true
  149. transparent_bg = true
  150. render_target_v_flip = true
  151. [node name="SoldierAnim3" parent="Textures/Goblin1" instance=ExtResource( 17 )]
  152. position = Vector2( 32, 12 )
  153. [node name="Goblin2" type="Viewport" parent="Textures"]
  154. size = Vector2( 64, 64 )
  155. own_world = true
  156. transparent_bg = true
  157. render_target_v_flip = true
  158. [node name="SoldierAnim2" parent="Textures/Goblin2" instance=ExtResource( 17 )]
  159. position = Vector2( 32, 12 )
  160. [node name="Goblin3" type="Viewport" parent="Textures"]
  161. size = Vector2( 64, 64 )
  162. own_world = true
  163. transparent_bg = true
  164. render_target_v_flip = true
  165. [node name="SoldierAnim3" parent="Textures/Goblin3" instance=ExtResource( 17 )]
  166. position = Vector2( 32, 12 )
  167. anim = "shoot"
  168. node = "AnimationPlayer2"
  169. [node name="Goblin4" type="Viewport" parent="Textures"]
  170. size = Vector2( 64, 64 )
  171. own_world = true
  172. transparent_bg = true
  173. render_target_v_flip = true
  174. [node name="Goblin" type="AnimatedSprite" parent="Textures/Goblin4"]
  175. modulate = Color( 1, 0, 0.984314, 1 )
  176. frames = SubResource( 5 )
  177. speed_scale = 0.9
  178. playing = true
  179. offset = Vector2( 32, 32 )
  180. [node name="Bullet" type="Viewport" parent="Textures"]
  181. size = Vector2( 9, 9 )
  182. own_world = true
  183. transparent_bg = true
  184. render_target_v_flip = true
  185. [node name="Sprite" type="Sprite" parent="Textures/Bullet"]
  186. material = SubResource( 7 )
  187. scale = Vector2( 0.667, 0.667 )
  188. texture = ExtResource( 9 )
  189. centered = false
  190. [node name="Bullet2" type="Viewport" parent="Textures"]
  191. size = Vector2( 32, 32 )
  192. own_world = true
  193. transparent_bg = true
  194. render_target_v_flip = true
  195. [node name="Sprite" type="Sprite" parent="Textures/Bullet2"]
  196. material = SubResource( 7 )
  197. scale = Vector2( 3, 3 )
  198. texture = ExtResource( 9 )
  199. centered = false
  200. [node name="Bullet3" type="Viewport" parent="Textures"]
  201. size = Vector2( 1, 1 )
  202. own_world = true
  203. transparent_bg = true
  204. render_target_v_flip = true
  205. [node name="PostgreSQL" type="Node" parent="."]
  206. script = ExtResource( 3 )
  207. [node name="Loginetcode" type="Node" parent="."]
  208. script = ExtResource( 6 )
  209. [node name="Uibackground" type="Node2D" parent="."]
  210. [node name="ColorRect2" type="TextureRect" parent="Uibackground"]
  211. material = SubResource( 9 )
  212. anchor_right = 1.0
  213. anchor_bottom = 1.0
  214. margin_right = 640.0
  215. margin_bottom = 360.0
  216. texture = ExtResource( 19 )
  217. stretch_mode = 2
  218. [node name="TextureRect2" type="TextureRect" parent="Uibackground"]
  219. material = SubResource( 11 )
  220. margin_left = 180.0
  221. margin_top = -103.467
  222. margin_right = 467.0
  223. margin_bottom = 158.533
  224. size_flags_horizontal = 3
  225. size_flags_vertical = 3
  226. texture = ExtResource( 18 )
  227. expand = true
  228. stretch_mode = 4
  229. [node name="LoginUI" type="Node" parent="."]
  230. script = ExtResource( 1 )
  231. [node name="directconnect" type="Control" parent="LoginUI"]
  232. anchor_right = 1.0
  233. anchor_bottom = 1.0
  234. margin_left = 180.0
  235. margin_right = -180.0
  236. [node name="VBoxContainer" type="VBoxContainer" parent="LoginUI/directconnect"]
  237. anchor_right = 1.0
  238. anchor_bottom = 1.0
  239. alignment = 1
  240. [node name="HBoxContainer" type="HBoxContainer" parent="LoginUI/directconnect/VBoxContainer"]
  241. margin_top = 136.0
  242. margin_right = 280.0
  243. margin_bottom = 148.0
  244. alignment = 1
  245. [node name="LineEdit2" type="LineEdit" parent="LoginUI/directconnect/VBoxContainer/HBoxContainer"]
  246. margin_right = 206.0
  247. margin_bottom = 12.0
  248. size_flags_horizontal = 3
  249. size_flags_vertical = 3
  250. custom_fonts/font = ExtResource( 20 )
  251. custom_styles/normal = SubResource( 12 )
  252. text = "207.148.21.135"
  253. align = 1
  254. expand_to_text_length = true
  255. placeholder_text = "IP Adress"
  256. [node name="LineEdit" type="LineEdit" parent="LoginUI/directconnect/VBoxContainer/HBoxContainer"]
  257. margin_left = 210.0
  258. margin_right = 246.0
  259. margin_bottom = 12.0
  260. custom_fonts/font = ExtResource( 20 )
  261. custom_styles/normal = SubResource( 12 )
  262. text = "8081"
  263. align = 1
  264. placeholder_text = "Port"
  265. [node name="Button" type="Button" parent="LoginUI/directconnect/VBoxContainer/HBoxContainer"]
  266. margin_left = 250.0
  267. margin_right = 280.0
  268. margin_bottom = 12.0
  269. custom_fonts/font = ExtResource( 20 )
  270. custom_styles/hover = SubResource( 12 )
  271. custom_styles/normal = SubResource( 12 )
  272. text = "local"
  273. [node name="Button" type="Button" parent="LoginUI/directconnect/VBoxContainer"]
  274. margin_top = 152.0
  275. margin_right = 280.0
  276. margin_bottom = 164.0
  277. custom_fonts/font = ExtResource( 20 )
  278. custom_styles/hover = SubResource( 13 )
  279. custom_styles/pressed = SubResource( 14 )
  280. custom_styles/normal = SubResource( 12 )
  281. text = "connnect"
  282. [node name="Button2" type="Button" parent="LoginUI/directconnect/VBoxContainer"]
  283. margin_top = 168.0
  284. margin_right = 280.0
  285. margin_bottom = 180.0
  286. custom_fonts/font = ExtResource( 20 )
  287. custom_styles/hover = SubResource( 13 )
  288. custom_styles/pressed = SubResource( 14 )
  289. custom_styles/normal = SubResource( 12 )
  290. text = "create server"
  291. [node name="x509" type="Button" parent="LoginUI/directconnect/VBoxContainer"]
  292. visible = false
  293. margin_top = 198.0
  294. margin_right = 280.0
  295. margin_bottom = 210.0
  296. custom_fonts/font = ExtResource( 20 )
  297. custom_styles/hover = SubResource( 13 )
  298. custom_styles/pressed = SubResource( 14 )
  299. custom_styles/normal = SubResource( 12 )
  300. text = "x509 generate"
  301. [node name="CheckButton" type="CheckButton" parent="LoginUI/directconnect/VBoxContainer"]
  302. margin_top = 184.0
  303. margin_right = 280.0
  304. margin_bottom = 224.0
  305. custom_fonts/font = ExtResource( 20 )
  306. pressed = true
  307. text = "login"
  308. [node name="loginscreen" type="Control" parent="LoginUI"]
  309. visible = false
  310. anchor_right = 1.0
  311. anchor_bottom = 1.0
  312. margin_left = 180.0
  313. margin_right = -180.0
  314. [node name="VBoxContainer" type="VBoxContainer" parent="LoginUI/loginscreen"]
  315. anchor_right = 1.0
  316. anchor_bottom = 1.0
  317. margin_right = 7.0
  318. alignment = 1
  319. [node name="HBoxContainer" type="HBoxContainer" parent="LoginUI/loginscreen/VBoxContainer"]
  320. margin_top = 150.0
  321. margin_right = 287.0
  322. margin_bottom = 162.0
  323. alignment = 1
  324. [node name="LineEdit2" type="LineEdit" parent="LoginUI/loginscreen/VBoxContainer/HBoxContainer"]
  325. margin_right = 287.0
  326. margin_bottom = 12.0
  327. size_flags_horizontal = 3
  328. size_flags_vertical = 3
  329. custom_fonts/font = ExtResource( 20 )
  330. custom_styles/normal = SubResource( 12 )
  331. align = 1
  332. expand_to_text_length = true
  333. placeholder_text = "username"
  334. [node name="HBoxContainer2" type="HBoxContainer" parent="LoginUI/loginscreen/VBoxContainer"]
  335. margin_top = 166.0
  336. margin_right = 287.0
  337. margin_bottom = 178.0
  338. alignment = 1
  339. [node name="LineEdit2" type="LineEdit" parent="LoginUI/loginscreen/VBoxContainer/HBoxContainer2"]
  340. margin_right = 287.0
  341. margin_bottom = 12.0
  342. size_flags_horizontal = 3
  343. size_flags_vertical = 3
  344. custom_fonts/font = ExtResource( 20 )
  345. custom_styles/normal = SubResource( 12 )
  346. align = 1
  347. expand_to_text_length = true
  348. placeholder_text = "password"
  349. [node name="HBoxContainer3" type="HBoxContainer" parent="LoginUI/loginscreen/VBoxContainer"]
  350. margin_top = 182.0
  351. margin_right = 287.0
  352. margin_bottom = 194.0
  353. alignment = 1
  354. [node name="login" type="Button" parent="LoginUI/loginscreen/VBoxContainer/HBoxContainer3"]
  355. margin_left = 40.0
  356. margin_right = 71.0
  357. margin_bottom = 12.0
  358. custom_fonts/font = ExtResource( 20 )
  359. custom_styles/hover = SubResource( 13 )
  360. custom_styles/pressed = SubResource( 14 )
  361. custom_styles/normal = SubResource( 12 )
  362. text = "login"
  363. [node name="register" type="Button" parent="LoginUI/loginscreen/VBoxContainer/HBoxContainer3"]
  364. margin_left = 75.0
  365. margin_right = 130.0
  366. margin_bottom = 12.0
  367. custom_fonts/font = ExtResource( 20 )
  368. custom_styles/hover = SubResource( 13 )
  369. custom_styles/pressed = SubResource( 14 )
  370. custom_styles/normal = SubResource( 12 )
  371. text = "Register"
  372. [node name="changepassword" type="Button" parent="LoginUI/loginscreen/VBoxContainer/HBoxContainer3"]
  373. margin_left = 134.0
  374. margin_right = 246.0
  375. margin_bottom = 12.0
  376. custom_fonts/font = ExtResource( 20 )
  377. custom_styles/hover = SubResource( 13 )
  378. custom_styles/pressed = SubResource( 14 )
  379. custom_styles/normal = SubResource( 12 )
  380. text = "Change Password"
  381. [node name="recover" type="Button" parent="LoginUI/loginscreen/VBoxContainer/HBoxContainer3"]
  382. visible = false
  383. margin_left = 137.0
  384. margin_right = 264.0
  385. margin_bottom = 20.0
  386. custom_fonts/font = ExtResource( 20 )
  387. custom_styles/hover = SubResource( 13 )
  388. custom_styles/pressed = SubResource( 14 )
  389. custom_styles/normal = SubResource( 12 )
  390. text = "Recover Password"
  391. [node name="back" type="Button" parent="LoginUI/loginscreen/VBoxContainer/HBoxContainer3"]
  392. visible = false
  393. margin_left = 246.0
  394. margin_right = 287.0
  395. margin_bottom = 20.0
  396. custom_fonts/font = ExtResource( 20 )
  397. custom_styles/hover = SubResource( 13 )
  398. custom_styles/pressed = SubResource( 14 )
  399. custom_styles/normal = SubResource( 12 )
  400. text = "back"
  401. [node name="Label2" type="Label" parent="LoginUI/loginscreen/VBoxContainer"]
  402. margin_top = 198.0
  403. margin_right = 287.0
  404. margin_bottom = 210.0
  405. custom_fonts/font = ExtResource( 20 )
  406. custom_styles/normal = SubResource( 12 )
  407. text = "status"
  408. [node name="changepassword" type="Control" parent="LoginUI"]
  409. visible = false
  410. anchor_right = 1.0
  411. anchor_bottom = 1.0
  412. margin_left = 180.0
  413. margin_right = -180.0
  414. [node name="VBoxContainer" type="VBoxContainer" parent="LoginUI/changepassword"]
  415. anchor_right = 1.0
  416. anchor_bottom = 1.0
  417. margin_right = 7.0
  418. alignment = 1
  419. [node name="HBoxContainer" type="HBoxContainer" parent="LoginUI/changepassword/VBoxContainer"]
  420. margin_top = 126.0
  421. margin_right = 287.0
  422. margin_bottom = 138.0
  423. alignment = 1
  424. [node name="LineEdit2" type="LineEdit" parent="LoginUI/changepassword/VBoxContainer/HBoxContainer"]
  425. margin_right = 287.0
  426. margin_bottom = 12.0
  427. size_flags_horizontal = 3
  428. size_flags_vertical = 3
  429. custom_fonts/font = ExtResource( 20 )
  430. custom_styles/normal = SubResource( 12 )
  431. align = 1
  432. expand_to_text_length = true
  433. placeholder_text = "username"
  434. [node name="HBoxContainer2" type="HBoxContainer" parent="LoginUI/changepassword/VBoxContainer"]
  435. margin_top = 142.0
  436. margin_right = 287.0
  437. margin_bottom = 154.0
  438. alignment = 1
  439. [node name="LineEdit2" type="LineEdit" parent="LoginUI/changepassword/VBoxContainer/HBoxContainer2"]
  440. margin_right = 287.0
  441. margin_bottom = 12.0
  442. size_flags_horizontal = 3
  443. size_flags_vertical = 3
  444. custom_fonts/font = ExtResource( 20 )
  445. custom_styles/normal = SubResource( 12 )
  446. align = 1
  447. expand_to_text_length = true
  448. placeholder_text = "old password"
  449. [node name="HBoxContainer4" type="HBoxContainer" parent="LoginUI/changepassword/VBoxContainer"]
  450. margin_top = 158.0
  451. margin_right = 287.0
  452. margin_bottom = 170.0
  453. alignment = 1
  454. [node name="LineEdit2" type="LineEdit" parent="LoginUI/changepassword/VBoxContainer/HBoxContainer4"]
  455. margin_right = 287.0
  456. margin_bottom = 12.0
  457. size_flags_horizontal = 3
  458. size_flags_vertical = 3
  459. custom_fonts/font = ExtResource( 20 )
  460. custom_styles/normal = SubResource( 12 )
  461. align = 1
  462. expand_to_text_length = true
  463. placeholder_text = "new password"
  464. [node name="HBoxContainer5" type="HBoxContainer" parent="LoginUI/changepassword/VBoxContainer"]
  465. margin_top = 174.0
  466. margin_right = 287.0
  467. margin_bottom = 186.0
  468. alignment = 1
  469. [node name="LineEdit2" type="LineEdit" parent="LoginUI/changepassword/VBoxContainer/HBoxContainer5"]
  470. margin_right = 287.0
  471. margin_bottom = 12.0
  472. size_flags_horizontal = 3
  473. size_flags_vertical = 3
  474. custom_fonts/font = ExtResource( 20 )
  475. custom_styles/normal = SubResource( 12 )
  476. align = 1
  477. expand_to_text_length = true
  478. placeholder_text = "new username"
  479. [node name="HBoxContainer6" type="HBoxContainer" parent="LoginUI/changepassword/VBoxContainer"]
  480. margin_top = 190.0
  481. margin_right = 287.0
  482. margin_bottom = 202.0
  483. alignment = 1
  484. [node name="LineEdit2" type="LineEdit" parent="LoginUI/changepassword/VBoxContainer/HBoxContainer6"]
  485. margin_right = 287.0
  486. margin_bottom = 12.0
  487. size_flags_horizontal = 3
  488. size_flags_vertical = 3
  489. custom_fonts/font = ExtResource( 20 )
  490. custom_styles/normal = SubResource( 12 )
  491. align = 1
  492. expand_to_text_length = true
  493. placeholder_text = "new email"
  494. [node name="HBoxContainer3" type="HBoxContainer" parent="LoginUI/changepassword/VBoxContainer"]
  495. margin_top = 206.0
  496. margin_right = 287.0
  497. margin_bottom = 218.0
  498. alignment = 1
  499. [node name="login2" type="Button" parent="LoginUI/changepassword/VBoxContainer/HBoxContainer3"]
  500. margin_left = 70.0
  501. margin_right = 102.0
  502. margin_bottom = 12.0
  503. custom_fonts/font = ExtResource( 20 )
  504. custom_styles/hover = SubResource( 13 )
  505. custom_styles/pressed = SubResource( 14 )
  506. custom_styles/normal = SubResource( 12 )
  507. text = "back"
  508. [node name="chang password" type="Button" parent="LoginUI/changepassword/VBoxContainer/HBoxContainer3"]
  509. margin_left = 106.0
  510. margin_right = 217.0
  511. margin_bottom = 12.0
  512. custom_fonts/font = ExtResource( 20 )
  513. custom_styles/hover = SubResource( 13 )
  514. custom_styles/pressed = SubResource( 14 )
  515. custom_styles/normal = SubResource( 12 )
  516. text = "change password"
  517. [node name="recover" type="Button" parent="LoginUI/changepassword/VBoxContainer/HBoxContainer3"]
  518. visible = false
  519. margin_left = 137.0
  520. margin_right = 264.0
  521. margin_bottom = 20.0
  522. custom_fonts/font = ExtResource( 20 )
  523. custom_styles/hover = SubResource( 13 )
  524. custom_styles/pressed = SubResource( 14 )
  525. custom_styles/normal = SubResource( 12 )
  526. text = "Recover Password"
  527. [node name="back" type="Button" parent="LoginUI/changepassword/VBoxContainer/HBoxContainer3"]
  528. visible = false
  529. margin_left = 246.0
  530. margin_right = 287.0
  531. margin_bottom = 20.0
  532. custom_fonts/font = ExtResource( 20 )
  533. custom_styles/hover = SubResource( 13 )
  534. custom_styles/pressed = SubResource( 14 )
  535. custom_styles/normal = SubResource( 12 )
  536. text = "back"
  537. [node name="Label2" type="Label" parent="LoginUI/changepassword/VBoxContainer"]
  538. margin_top = 222.0
  539. margin_right = 287.0
  540. margin_bottom = 234.0
  541. custom_fonts/font = ExtResource( 20 )
  542. custom_styles/normal = SubResource( 12 )
  543. text = "status"
  544. [node name="register" type="Control" parent="LoginUI"]
  545. visible = false
  546. anchor_right = 1.0
  547. anchor_bottom = 1.0
  548. margin_left = 180.0
  549. margin_right = -180.0
  550. [node name="VBoxContainer" type="VBoxContainer" parent="LoginUI/register"]
  551. anchor_right = 1.0
  552. anchor_bottom = 1.0
  553. alignment = 1
  554. [node name="HBoxContainer1" type="HBoxContainer" parent="LoginUI/register/VBoxContainer"]
  555. margin_top = 134.0
  556. margin_right = 280.0
  557. margin_bottom = 146.0
  558. alignment = 1
  559. [node name="LineEdit2" type="LineEdit" parent="LoginUI/register/VBoxContainer/HBoxContainer1"]
  560. margin_right = 280.0
  561. margin_bottom = 12.0
  562. size_flags_horizontal = 3
  563. size_flags_vertical = 3
  564. custom_fonts/font = ExtResource( 20 )
  565. custom_styles/normal = SubResource( 12 )
  566. align = 1
  567. expand_to_text_length = true
  568. placeholder_text = "username"
  569. [node name="HBoxContainer2" type="HBoxContainer" parent="LoginUI/register/VBoxContainer"]
  570. margin_top = 150.0
  571. margin_right = 280.0
  572. margin_bottom = 162.0
  573. alignment = 1
  574. [node name="LineEdit2" type="LineEdit" parent="LoginUI/register/VBoxContainer/HBoxContainer2"]
  575. margin_right = 280.0
  576. margin_bottom = 12.0
  577. size_flags_horizontal = 3
  578. size_flags_vertical = 3
  579. custom_fonts/font = ExtResource( 20 )
  580. custom_styles/normal = SubResource( 12 )
  581. align = 1
  582. expand_to_text_length = true
  583. placeholder_text = "password"
  584. [node name="HBoxContainer3" type="HBoxContainer" parent="LoginUI/register/VBoxContainer"]
  585. margin_top = 166.0
  586. margin_right = 280.0
  587. margin_bottom = 178.0
  588. alignment = 1
  589. [node name="LineEdit2" type="LineEdit" parent="LoginUI/register/VBoxContainer/HBoxContainer3"]
  590. margin_right = 280.0
  591. margin_bottom = 12.0
  592. size_flags_horizontal = 3
  593. size_flags_vertical = 3
  594. custom_fonts/font = ExtResource( 20 )
  595. custom_styles/normal = SubResource( 12 )
  596. align = 1
  597. expand_to_text_length = true
  598. placeholder_text = "comfirm password"
  599. [node name="HBoxContainer4" type="HBoxContainer" parent="LoginUI/register/VBoxContainer"]
  600. margin_top = 182.0
  601. margin_right = 280.0
  602. margin_bottom = 194.0
  603. alignment = 1
  604. [node name="LineEdit2" type="LineEdit" parent="LoginUI/register/VBoxContainer/HBoxContainer4"]
  605. margin_right = 280.0
  606. margin_bottom = 12.0
  607. size_flags_horizontal = 3
  608. size_flags_vertical = 3
  609. custom_fonts/font = ExtResource( 20 )
  610. custom_styles/normal = SubResource( 12 )
  611. align = 1
  612. expand_to_text_length = true
  613. placeholder_text = "email"
  614. [node name="HBoxContainer6" type="HBoxContainer" parent="LoginUI/register/VBoxContainer"]
  615. margin_top = 198.0
  616. margin_right = 280.0
  617. margin_bottom = 210.0
  618. alignment = 1
  619. [node name="login2" type="Button" parent="LoginUI/register/VBoxContainer/HBoxContainer6"]
  620. margin_left = 101.0
  621. margin_right = 133.0
  622. margin_bottom = 12.0
  623. custom_fonts/font = ExtResource( 20 )
  624. custom_styles/hover = SubResource( 13 )
  625. custom_styles/pressed = SubResource( 14 )
  626. custom_styles/normal = SubResource( 12 )
  627. text = "Back"
  628. [node name="Register2" type="Button" parent="LoginUI/register/VBoxContainer/HBoxContainer6"]
  629. margin_left = 137.0
  630. margin_right = 179.0
  631. margin_bottom = 12.0
  632. custom_fonts/font = ExtResource( 20 )
  633. custom_styles/hover = SubResource( 13 )
  634. custom_styles/pressed = SubResource( 14 )
  635. custom_styles/normal = SubResource( 12 )
  636. text = "Submit"
  637. [node name="Label" type="Label" parent="LoginUI/register/VBoxContainer"]
  638. margin_top = 214.0
  639. margin_right = 280.0
  640. margin_bottom = 226.0
  641. custom_fonts/font = ExtResource( 20 )
  642. custom_styles/normal = SubResource( 12 )
  643. text = "status"
  644. [node name="envarg" type="Node" parent="."]
  645. script = ExtResource( 2 )
  646. [node name="x509gen" type="Node" parent="."]
  647. script = ExtResource( 4 )
  648. [node name="BrowserListClient" type="Node" parent="."]
  649. script = ExtResource( 5 )
  650. [node name="PanelContainer" type="PanelContainer" parent="BrowserListClient"]
  651. visible = false
  652. anchor_right = 1.0
  653. anchor_bottom = 1.0
  654. margin_left = 64.0
  655. margin_top = 55.0
  656. margin_right = -64.0
  657. margin_bottom = -36.0
  658. custom_styles/panel = SubResource( 15 )
  659. [node name="Table" type="VBoxContainer" parent="BrowserListClient/PanelContainer"]
  660. margin_right = 512.0
  661. margin_bottom = 269.0
  662. [node name="BrowseColumn" parent="BrowserListClient/PanelContainer/Table" instance=ExtResource( 7 )]
  663. anchor_right = 0.0
  664. margin_right = 512.0
  665. margin_bottom = 20.0
  666. clickable = false
  667. [node name="Timer" type="Timer" parent="BrowserListClient"]
  668. autostart = true
  669. [node name="ParallaxBackground" type="ParallaxBackground" parent="."]
  670. [node name="ParallaxLayer4" type="ParallaxLayer" parent="ParallaxBackground"]
  671. motion_scale = Vector2( 0, 0 )
  672. motion_mirroring = Vector2( 640, 0 )
  673. [node name="Sprite" type="ColorRect" parent="ParallaxBackground/ParallaxLayer4"]
  674. material = SubResource( 18 )
  675. margin_top = -180.0
  676. margin_right = 640.0
  677. margin_bottom = 180.0
  678. [node name="ParallaxLayer6" type="ParallaxLayer" parent="ParallaxBackground"]
  679. motion_scale = Vector2( 0.4, 0.1 )
  680. motion_mirroring = Vector2( 640, 0 )
  681. [node name="Sprite" type="ColorRect" parent="ParallaxBackground/ParallaxLayer6"]
  682. material = SubResource( 22 )
  683. margin_top = -180.0
  684. margin_right = 640.0
  685. margin_bottom = 180.0
  686. [node name="ParallaxLayer5" type="ParallaxLayer" parent="ParallaxBackground"]
  687. motion_scale = Vector2( 0.4, 0.1 )
  688. motion_mirroring = Vector2( 640, 0 )
  689. [node name="Sprite" type="Sprite" parent="ParallaxBackground/ParallaxLayer5"]
  690. position = Vector2( 0, 36.9995 )
  691. texture = ExtResource( 16 )
  692. region_enabled = true
  693. region_rect = Rect2( 0, 0, 1280, 77 )
  694. [node name="ParallaxLayer" type="ParallaxLayer" parent="ParallaxBackground"]
  695. motion_scale = Vector2( 0.4, 0.1 )
  696. motion_mirroring = Vector2( 640, 0 )
  697. [node name="ColorRect" type="ColorRect" parent="ParallaxBackground/ParallaxLayer"]
  698. margin_left = 2.0
  699. margin_top = 73.0
  700. margin_right = 959.0
  701. margin_bottom = 326.0
  702. color = Color( 0.211765, 0.317647, 0.215686, 1 )
  703. [node name="ParallaxLayer3" type="ParallaxLayer" parent="ParallaxBackground"]
  704. motion_scale = Vector2( 0.6, 0.2 )
  705. motion_mirroring = Vector2( 640, 0 )
  706. [node name="Sprite" type="Sprite" parent="ParallaxBackground/ParallaxLayer3"]
  707. position = Vector2( 0, 65.5899 )
  708. texture = ExtResource( 15 )
  709. region_enabled = true
  710. region_rect = Rect2( 0, 0, 1280, 176 )
  711. [node name="ParallaxLayer2" type="ParallaxLayer" parent="ParallaxBackground"]
  712. motion_scale = Vector2( 0.8, 0.4 )
  713. motion_mirroring = Vector2( 640, 0 )
  714. [node name="Sprite" type="Sprite" parent="ParallaxBackground/ParallaxLayer2"]
  715. position = Vector2( 0, 122.771 )
  716. texture = ExtResource( 15 )
  717. region_enabled = true
  718. region_rect = Rect2( 0, 0, 1280, 176 )
  719. [node name="Levelselect" type="Node" parent="."]
  720. script = ExtResource( 12 )
  721. [node name="test" type="Node2D" parent="Levelselect"]
  722. [node name="TileMap3" type="TileMap" parent="Levelselect/test" groups=["terrain"]]
  723. material = ExtResource( 14 )
  724. tile_set = ExtResource( 8 )
  725. cell_size = Vector2( 32, 32 )
  726. collision_layer = 8
  727. collision_mask = 8
  728. format = 1
  729. tile_data = PoolIntArray( -262155, 0, 5, -327519, 0, 0, -327518, 0, 1, -327517, 0, 1, -327516, 0, 1, -327515, 0, 1, -327514, 0, 1, -327513, 0, 1, -327512, 0, 1, -327511, 0, 1, -327510, 0, 1, -327509, 0, 1, -327508, 0, 1, -327507, 0, 1, -327506, 0, 1, -327505, 0, 1, -327504, 0, 2, -196619, 0, 65539, -261983, 0, 65536, -261982, 0, 65537, -261981, 0, 65537, -261980, 0, 65537, -261979, 0, 65537, -261978, 0, 65537, -261977, 0, 65537, -261976, 0, 65537, -261975, 0, 65537, -261974, 0, 65537, -261973, 0, 65537, -261972, 0, 65537, -261971, 0, 65537, -261970, 0, 65537, -261969, 0, 65537, -261968, 0, 65538, -131083, 0, 65539, -196447, 0, 131072, -196446, 0, 131073, -196445, 0, 262149, -196444, 0, 65537, -196443, 0, 65537, -196442, 0, 65537, -196441, 0, 65537, -196440, 0, 65537, -196439, 0, 65537, -196438, 0, 65537, -196437, 0, 65537, -196436, 0, 65537, -196435, 0, 65537, -196434, 0, 65537, -196433, 0, 65537, -196432, 0, 65538, -65547, 0, 65539, -130909, 0, 131072, -130908, 0, 262149, -130907, 0, 65537, -130906, 0, 65537, -130905, 0, 65537, -130904, 0, 65537, -130903, 0, 65537, -130902, 0, 65537, -130901, 0, 65537, -130900, 0, 65537, -130899, 0, 65537, -130898, 0, 65537, -130897, 0, 65537, -130896, 0, 65538, -130853, 0, 3, -11, 0, 65539, -65468, 0, 5, -65372, 0, 131072, -65371, 0, 262149, -65370, 0, 65537, -65369, 0, 65537, -65368, 0, 65537, -65367, 0, 65537, -65366, 0, 65537, -65365, 0, 65537, -65364, 0, 65537, -65363, 0, 65537, -65362, 0, 65537, -65361, 0, 65537, -65360, 0, 65538, -65317, 0, 65539, 65525, 0, 65539, 68, 0, 65539, 165, 0, 65536, 166, 0, 65537, 167, 0, 65537, 168, 0, 65537, 169, 0, 65537, 170, 0, 65537, 171, 0, 65537, 172, 0, 65537, 173, 0, 65537, 174, 0, 65537, 175, 0, 65537, 176, 0, 65538, 219, 0, 65539, 131061, 0, 65539, 65604, 0, 65539, 65701, 0, 65536, 65702, 0, 65537, 65703, 0, 65537, 65704, 0, 65537, 65705, 0, 65537, 65706, 0, 65537, 65707, 0, 65537, 65708, 0, 65537, 65709, 0, 65537, 65710, 0, 65537, 65711, 0, 65537, 65712, 0, 65538, 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, 131237, 0, 65536, 131238, 0, 65537, 131239, 0, 65537, 131240, 0, 65537, 131241, 0, 65537, 131242, 0, 65537, 131243, 0, 65537, 131244, 0, 65537, 131245, 0, 65537, 131246, 0, 65537, 131247, 0, 65537, 131248, 0, 65538, 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, 196745, 0, 0, 196746, 0, 1, 196747, 0, 2, 196773, 0, 65536, 196774, 0, 65537, 196775, 0, 65537, 196776, 0, 65537, 196777, 0, 65537, 196778, 0, 65537, 196779, 0, 65537, 196780, 0, 65537, 196781, 0, 65537, 196782, 0, 65537, 196783, 0, 65537, 196784, 0, 65538, 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, 262281, 0, 65536, 262282, 0, 65537, 262283, 0, 65538, 262309, 0, 65536, 262310, 0, 65537, 262311, 0, 65537, 262312, 0, 65537, 262313, 0, 65537, 262314, 0, 65537, 262315, 0, 65537, 262316, 0, 65537, 262317, 0, 65537, 262318, 0, 65537, 262319, 0, 65537, 262320, 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, 327814, 0, 0, 327815, 0, 1, 327816, 0, 1, 327817, 0, 393221, 327818, 0, 65537, 327819, 0, 65538, 327845, 0, 65536, 327846, 0, 65537, 327847, 0, 65537, 327848, 0, 65537, 327849, 0, 65537, 327850, 0, 65537, 327851, 0, 65537, 327852, 0, 65537, 327853, 0, 65537, 327854, 0, 65537, 327855, 0, 65537, 327856, 0, 65538, 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, 393350, 0, 65536, 393351, 0, 65537, 393352, 0, 65537, 393353, 0, 65537, 393354, 0, 65537, 393355, 0, 65538, 393381, 0, 65536, 393382, 0, 65537, 393383, 0, 65537, 393384, 0, 65537, 393385, 0, 65537, 393386, 0, 65537, 393387, 0, 65537, 393388, 0, 65537, 393389, 0, 65537, 393390, 0, 65537, 393391, 0, 65537, 393392, 0, 65538, 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, 458884, 0, 0, 458885, 0, 1, 458886, 0, 393221, 458887, 0, 65537, 458888, 0, 65537, 458889, 0, 65537, 458890, 0, 65537, 458891, 0, 65538, 458895, 0, 65540, 458896, 0, 196609, 458897, 0, 262146, 458912, 0, 262144, 458913, 0, 196609, 458914, 0, 65542, 458917, 0, 65536, 458918, 0, 65537, 458919, 0, 65537, 458920, 0, 65537, 458921, 0, 65537, 458922, 0, 65537, 458923, 0, 65537, 458924, 0, 65537, 458925, 0, 65537, 458926, 0, 65537, 458927, 0, 65537, 458928, 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, 524420, 0, 65536, 524421, 0, 65537, 524422, 0, 65537, 524423, 0, 65537, 524424, 0, 65537, 524425, 0, 65537, 524426, 0, 65537, 524427, 0, 65538, 524433, 0, 65539, 524448, 0, 65539, 524453, 0, 65536, 524454, 0, 65537, 524455, 0, 65537, 524456, 0, 65537, 524457, 0, 65537, 524458, 0, 65537, 524459, 0, 65537, 524460, 0, 65537, 524461, 0, 65537, 524462, 0, 65537, 524463, 0, 65537, 524464, 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, 393221, 589957, 0, 65537, 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, 786433, 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, 786433, 589985, 0, 1, 589986, 0, 1, 589987, 0, 1, 589988, 0, 1, 589989, 0, 393221, 589990, 0, 65537, 589991, 0, 65537, 589992, 0, 65537, 589993, 0, 65537, 589994, 0, 65537, 589995, 0, 65537, 589996, 0, 65537, 589997, 0, 65537, 589998, 0, 65537, 589999, 0, 65537, 590000, 0, 393219, 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 )
  730. [node name="npc" parent="Levelselect/test" instance=ExtResource( 22 )]
  731. position = Vector2( 4897, 222 )
  732. [node name="enemies" type="Node2D" parent="Levelselect/test"]
  733. script = SubResource( 16 )
  734. [node name="npc" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  735. [node name="npc2" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  736. position = Vector2( 788, 292 )
  737. [node name="npc3" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  738. position = Vector2( 909, 292 )
  739. [node name="npc4" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  740. position = Vector2( 1152, 160 )
  741. [node name="npc5" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  742. position = Vector2( 1269, 160 )
  743. [node name="npc6" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  744. position = Vector2( 1390, 160 )
  745. [node name="npc7" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  746. position = Vector2( 1609, 160 )
  747. [node name="npc8" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  748. position = Vector2( 1726, 160 )
  749. [node name="npc9" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  750. position = Vector2( 1847, 160 )
  751. [node name="npc10" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  752. position = Vector2( 2230, 139 )
  753. [node name="npc11" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  754. position = Vector2( 2347, 139 )
  755. [node name="npc12" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  756. position = Vector2( 4076, 139 )
  757. [node name="npc13" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  758. position = Vector2( 2779, 31 )
  759. [node name="npc14" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  760. position = Vector2( 2896, 31 )
  761. [node name="npc15" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  762. position = Vector2( 3017, 31 )
  763. [node name="npc16" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  764. position = Vector2( 3581, 31 )
  765. [node name="npc17" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  766. position = Vector2( 3698, 31 )
  767. [node name="npc18" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  768. position = Vector2( 3819, 31 )
  769. [node name="testclient" type="Node2D" parent="Levelselect"]
  770. [node name="TileMap4" type="TileMap" parent="Levelselect/testclient" groups=["terrain"]]
  771. material = ExtResource( 14 )
  772. tile_set = ExtResource( 8 )
  773. cell_size = Vector2( 32, 32 )
  774. collision_layer = 8
  775. collision_mask = 8
  776. format = 1
  777. tile_data = PoolIntArray( -262155, 0, 5, -327519, 0, 0, -327518, 0, 1, -327517, 0, 1, -327516, 0, 1, -327515, 0, 1, -327514, 0, 1, -327513, 0, 1, -327512, 0, 1, -327511, 0, 1, -327510, 0, 1, -327509, 0, 1, -327508, 0, 1, -327507, 0, 1, -327506, 0, 1, -327505, 0, 1, -327504, 0, 2, -196619, 0, 65539, -261983, 0, 65536, -261982, 0, 65537, -261981, 0, 65537, -261980, 0, 65537, -261979, 0, 65537, -261978, 0, 65537, -261977, 0, 65537, -261976, 0, 65537, -261975, 0, 65537, -261974, 0, 65537, -261973, 0, 65537, -261972, 0, 65537, -261971, 0, 65537, -261970, 0, 65537, -261969, 0, 65537, -261968, 0, 65538, -131083, 0, 65539, -196447, 0, 131072, -196446, 0, 131073, -196445, 0, 262149, -196444, 0, 65537, -196443, 0, 65537, -196442, 0, 65537, -196441, 0, 65537, -196440, 0, 65537, -196439, 0, 65537, -196438, 0, 65537, -196437, 0, 65537, -196436, 0, 65537, -196435, 0, 65537, -196434, 0, 65537, -196433, 0, 65537, -196432, 0, 65538, -65547, 0, 65539, -130909, 0, 131072, -130908, 0, 262149, -130907, 0, 65537, -130906, 0, 65537, -130905, 0, 65537, -130904, 0, 65537, -130903, 0, 65537, -130902, 0, 65537, -130901, 0, 65537, -130900, 0, 65537, -130899, 0, 65537, -130898, 0, 65537, -130897, 0, 65537, -130896, 0, 65538, -130853, 0, 3, -11, 0, 65539, -65468, 0, 5, -65372, 0, 131072, -65371, 0, 262149, -65370, 0, 65537, -65369, 0, 65537, -65368, 0, 65537, -65367, 0, 65537, -65366, 0, 65537, -65365, 0, 65537, -65364, 0, 65537, -65363, 0, 65537, -65362, 0, 65537, -65361, 0, 65537, -65360, 0, 65538, -65317, 0, 65539, 65525, 0, 65539, 68, 0, 65539, 165, 0, 65536, 166, 0, 65537, 167, 0, 65537, 168, 0, 65537, 169, 0, 65537, 170, 0, 65537, 171, 0, 65537, 172, 0, 65537, 173, 0, 65537, 174, 0, 65537, 175, 0, 65537, 176, 0, 65538, 219, 0, 65539, 131061, 0, 65539, 65604, 0, 65539, 65701, 0, 65536, 65702, 0, 65537, 65703, 0, 65537, 65704, 0, 65537, 65705, 0, 65537, 65706, 0, 65537, 65707, 0, 65537, 65708, 0, 65537, 65709, 0, 65537, 65710, 0, 65537, 65711, 0, 65537, 65712, 0, 65538, 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, 131237, 0, 65536, 131238, 0, 65537, 131239, 0, 65537, 131240, 0, 65537, 131241, 0, 65537, 131242, 0, 65537, 131243, 0, 65537, 131244, 0, 65537, 131245, 0, 65537, 131246, 0, 65537, 131247, 0, 65537, 131248, 0, 65538, 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, 196745, 0, 0, 196746, 0, 1, 196747, 0, 2, 196773, 0, 65536, 196774, 0, 65537, 196775, 0, 65537, 196776, 0, 65537, 196777, 0, 65537, 196778, 0, 65537, 196779, 0, 65537, 196780, 0, 65537, 196781, 0, 65537, 196782, 0, 65537, 196783, 0, 65537, 196784, 0, 65538, 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, 262281, 0, 65536, 262282, 0, 65537, 262283, 0, 65538, 262309, 0, 65536, 262310, 0, 65537, 262311, 0, 65537, 262312, 0, 65537, 262313, 0, 65537, 262314, 0, 65537, 262315, 0, 65537, 262316, 0, 65537, 262317, 0, 65537, 262318, 0, 65537, 262319, 0, 65537, 262320, 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, 327814, 0, 0, 327815, 0, 1, 327816, 0, 1, 327817, 0, 393221, 327818, 0, 65537, 327819, 0, 65538, 327845, 0, 65536, 327846, 0, 65537, 327847, 0, 65537, 327848, 0, 65537, 327849, 0, 65537, 327850, 0, 65537, 327851, 0, 65537, 327852, 0, 65537, 327853, 0, 65537, 327854, 0, 65537, 327855, 0, 65537, 327856, 0, 65538, 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, 393350, 0, 65536, 393351, 0, 65537, 393352, 0, 65537, 393353, 0, 65537, 393354, 0, 65537, 393355, 0, 65538, 393381, 0, 65536, 393382, 0, 65537, 393383, 0, 65537, 393384, 0, 65537, 393385, 0, 65537, 393386, 0, 65537, 393387, 0, 65537, 393388, 0, 65537, 393389, 0, 65537, 393390, 0, 65537, 393391, 0, 65537, 393392, 0, 65538, 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, 458884, 0, 0, 458885, 0, 1, 458886, 0, 393221, 458887, 0, 65537, 458888, 0, 65537, 458889, 0, 65537, 458890, 0, 65537, 458891, 0, 65538, 458895, 0, 65540, 458896, 0, 196609, 458897, 0, 262146, 458912, 0, 262144, 458913, 0, 196609, 458914, 0, 65542, 458917, 0, 65536, 458918, 0, 65537, 458919, 0, 65537, 458920, 0, 65537, 458921, 0, 65537, 458922, 0, 65537, 458923, 0, 65537, 458924, 0, 65537, 458925, 0, 65537, 458926, 0, 65537, 458927, 0, 65537, 458928, 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, 524420, 0, 65536, 524421, 0, 65537, 524422, 0, 65537, 524423, 0, 65537, 524424, 0, 65537, 524425, 0, 65537, 524426, 0, 65537, 524427, 0, 65538, 524433, 0, 65539, 524448, 0, 65539, 524453, 0, 65536, 524454, 0, 65537, 524455, 0, 65537, 524456, 0, 65537, 524457, 0, 65537, 524458, 0, 65537, 524459, 0, 65537, 524460, 0, 65537, 524461, 0, 65537, 524462, 0, 65537, 524463, 0, 65537, 524464, 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, 393221, 589957, 0, 65537, 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, 786433, 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, 786433, 589985, 0, 1, 589986, 0, 1, 589987, 0, 1, 589988, 0, 1, 589989, 0, 393221, 589990, 0, 65537, 589991, 0, 65537, 589992, 0, 65537, 589993, 0, 65537, 589994, 0, 65537, 589995, 0, 65537, 589996, 0, 65537, 589997, 0, 65537, 589998, 0, 65537, 589999, 0, 65537, 590000, 0, 393219, 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 )
  778. [node name="enemycount" type="Node" parent="." groups=["enemycount"]]
  779. script = ExtResource( 21 )
  780. [connection signal="button_down" from="LoginUI/directconnect/VBoxContainer/HBoxContainer/Button" to="LoginUI/directconnect/VBoxContainer/HBoxContainer/LineEdit2" method="set_text" binds= [ "127.0.0.1" ]]
  781. [connection signal="button_down" from="LoginUI/directconnect/VBoxContainer/Button" to="LoginUI" method="_on_Button_button_down"]
  782. [connection signal="button_down" from="LoginUI/directconnect/VBoxContainer/Button2" to="LoginUI" method="_on_Button2_button_down"]
  783. [connection signal="button_down" from="LoginUI/directconnect/VBoxContainer/x509" to="x509gen" method="_on_x509_button_down"]
  784. [connection signal="toggled" from="LoginUI/directconnect/VBoxContainer/CheckButton" to="LoginUI" method="_on_CheckButton_toggled"]
  785. [connection signal="button_down" from="LoginUI/loginscreen/VBoxContainer/HBoxContainer3/login" to="LoginUI" method="_on_login_button_down"]
  786. [connection signal="button_down" from="LoginUI/loginscreen/VBoxContainer/HBoxContainer3/register" to="LoginUI" method="_on_register_button_down"]
  787. [connection signal="button_down" from="LoginUI/loginscreen/VBoxContainer/HBoxContainer3/changepassword" to="LoginUI" method="_on_changepassword_button_down"]
  788. [connection signal="button_down" from="LoginUI/changepassword/VBoxContainer/HBoxContainer3/login2" to="LoginUI" method="_on_login2_button_down"]
  789. [connection signal="button_down" from="LoginUI/changepassword/VBoxContainer/HBoxContainer3/chang password" to="LoginUI" method="_on_chang_password_button_down"]
  790. [connection signal="button_down" from="LoginUI/register/VBoxContainer/HBoxContainer6/login2" to="LoginUI" method="_on_login2_button_down"]
  791. [connection signal="button_down" from="LoginUI/register/VBoxContainer/HBoxContainer6/Register2" to="LoginUI" method="_on_Register2_button_down"]
  792. [connection signal="click" from="BrowserListClient" to="LoginUI" method="choose_a_server"]
  793. [connection signal="click" from="BrowserListClient/PanelContainer/Table/BrowseColumn" to="BrowserListClient" method="_on_BrowseColumn_click"]
  794. [connection signal="timeout" from="BrowserListClient/Timer" to="BrowserListClient" method="_on_Timer_timeout"]