main.tscn 114 KB

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