diff --git a/2d/bullet_shower/bullet.png.import b/2d/bullet_shower/bullet.png.import index 8687cc2e4ad..d5c2702c7a9 100644 --- a/2d/bullet_shower/bullet.png.import +++ b/2d/bullet_shower/bullet.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/2d/bullet_shower/bullets.gd b/2d/bullet_shower/bullets.gd index 74b8e21be5d..b1838231cc6 100644 --- a/2d/bullet_shower/bullets.gd +++ b/2d/bullet_shower/bullets.gd @@ -56,7 +56,7 @@ func _ready(): func _process(_delta): # Order the CanvasItem to update every frame. - update() + queue_redraw() func _physics_process(delta): diff --git a/2d/bullet_shower/face_happy.png.import b/2d/bullet_shower/face_happy.png.import index b42c41ce513..029b4614ebb 100644 --- a/2d/bullet_shower/face_happy.png.import +++ b/2d/bullet_shower/face_happy.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/2d/bullet_shower/face_sad.png.import b/2d/bullet_shower/face_sad.png.import index 45ae30a224d..840f6ee6298 100644 --- a/2d/bullet_shower/face_sad.png.import +++ b/2d/bullet_shower/face_sad.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/2d/bullet_shower/icon.png.import b/2d/bullet_shower/icon.png.import index e6915379d86..280143a4aac 100644 --- a/2d/bullet_shower/icon.png.import +++ b/2d/bullet_shower/icon.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/2d/bullet_shower/project.godot b/2d/bullet_shower/project.godot index 448355a87a9..1249cf77662 100644 --- a/2d/bullet_shower/project.godot +++ b/2d/bullet_shower/project.godot @@ -16,8 +16,8 @@ _global_script_class_icons={} config/name="Bullet Shower" config/description="Demonstrates how to manage large amounts of objects efficiently using low-level Servers." run/main_scene="res://shower.tscn" -config/icon="res://icon.png" config/features=PackedStringArray("4.0") +config/icon="res://icon.png" [display] diff --git a/2d/bullet_shower/shower.tscn b/2d/bullet_shower/shower.tscn index df11543b6c0..80231f0a904 100644 --- a/2d/bullet_shower/shower.tscn +++ b/2d/bullet_shower/shower.tscn @@ -7,7 +7,7 @@ [sub_resource type="SpriteFrames" id="1"] animations = [{ -"frames": [ExtResource( "3" ), ExtResource( "4" )], +"frames": [ExtResource("3"), ExtResource("4")], "loop": true, "name": &"default", "speed": 5.0 @@ -19,16 +19,16 @@ radius = 27.0 [node name="Shower" type="Node2D"] [node name="Bullets" type="Node2D" parent="."] -script = ExtResource( "2" ) +script = ExtResource("2") [node name="Player" type="Area2D" parent="."] -script = ExtResource( "5" ) +script = ExtResource("5") [node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="Player"] -frames = SubResource( "1" ) +frames = SubResource("1") [node name="CollisionShape2D" type="CollisionShape2D" parent="Player"] -shape = SubResource( "2" ) +shape = SubResource("2") [connection signal="body_shape_entered" from="Player" to="Player" method="_on_body_shape_entered"] [connection signal="body_shape_exited" from="Player" to="Player" method="_on_body_shape_exited"] diff --git a/2d/dodge_the_creeps/HUD.tscn b/2d/dodge_the_creeps/HUD.tscn index 6bc23bbd41e..af3a7e4f58c 100644 --- a/2d/dodge_the_creeps/HUD.tscn +++ b/2d/dodge_the_creeps/HUD.tscn @@ -1,34 +1,34 @@ -[gd_scene load_steps=4 format=3 uid="uid://ccqoreueuxdb7"] +[gd_scene load_steps=3 format=3 uid="uid://ccqoreueuxdb7"] [ext_resource type="Script" path="res://HUD.gd" id="1"] -[ext_resource type="Font" uid="uid://dyjc58f6sdms0" path="res://fonts/Xolonium-Regular.tres" id="2_3dmm8"] [sub_resource type="Shortcut" id="4"] [node name="HUD" type="CanvasLayer"] -script = ExtResource( "1" ) +script = ExtResource("1") [node name="ScoreLabel" type="Label" parent="."] +anchors_preset = 10 anchor_right = 1.0 offset_bottom = 78.0 -theme_override_fonts/font = ExtResource( "2_3dmm8" ) theme_override_font_sizes/font_size = 60 text = "0" horizontal_alignment = 1 [node name="MessageLabel" type="Label" parent="."] +anchors_preset = 14 anchor_top = 0.5 anchor_right = 1.0 anchor_bottom = 0.5 offset_top = -79.5 offset_bottom = 79.5 -theme_override_fonts/font = ExtResource( "2_3dmm8" ) theme_override_font_sizes/font_size = 60 text = "Dodge the Creeps" horizontal_alignment = 1 [node name="StartButton" type="Button" parent="."] +anchors_preset = 7 anchor_left = 0.5 anchor_top = 1.0 anchor_right = 0.5 @@ -37,9 +37,8 @@ offset_left = -90.0 offset_top = -200.0 offset_right = 90.0 offset_bottom = -100.0 -theme_override_fonts/font = ExtResource( "2_3dmm8" ) theme_override_font_sizes/font_size = 60 -shortcut = SubResource( "4" ) +shortcut = SubResource("4") text = "Start" [node name="MessageTimer" type="Timer" parent="."] diff --git a/2d/dodge_the_creeps/Main.gd b/2d/dodge_the_creeps/Main.gd index 902e737dadb..0e851a71e75 100644 --- a/2d/dodge_the_creeps/Main.gd +++ b/2d/dodge_the_creeps/Main.gd @@ -31,7 +31,7 @@ func _on_MobTimer_timeout(): # Choose a random location on Path2D. var mob_spawn_location = get_node(^"MobPath/MobSpawnLocation") - mob_spawn_location.offset = randi() + mob_spawn_location.progress = randi() # Set the mob's direction perpendicular to the path direction. var direction = mob_spawn_location.rotation + PI / 2 diff --git a/2d/dodge_the_creeps/Main.tscn b/2d/dodge_the_creeps/Main.tscn index 21768feddf4..8ab2dd831ec 100644 --- a/2d/dodge_the_creeps/Main.tscn +++ b/2d/dodge_the_creeps/Main.tscn @@ -11,17 +11,19 @@ _data = { "points": PackedVector2Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 480, 0, 0, 0, 0, 0, 480, 720, 0, 0, 0, 0, 0, 720, 0, 0, 0, 0, 0, 0) } +point_count = 5 [node name="Main" type="Node"] -script = ExtResource( "1" ) -mob_scene = ExtResource( "2" ) +script = ExtResource("1") +mob_scene = ExtResource("2") [node name="ColorRect" type="ColorRect" parent="."] +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 color = Color(0.219608, 0.372549, 0.380392, 1) -[node name="Player" parent="." instance=ExtResource( "3" )] +[node name="Player" parent="." instance=ExtResource("3")] [node name="MobTimer" type="Timer" parent="."] wait_time = 0.5 @@ -32,21 +34,21 @@ wait_time = 0.5 wait_time = 2.0 one_shot = true -[node name="StartPosition" type="Position2D" parent="."] +[node name="StartPosition" type="Marker2D" parent="."] position = Vector2(240, 450) [node name="MobPath" type="Path2D" parent="."] -curve = SubResource( "1" ) +curve = SubResource("1") [node name="MobSpawnLocation" type="PathFollow2D" parent="MobPath"] -[node name="HUD" parent="." instance=ExtResource( "4" )] +[node name="HUD" parent="." instance=ExtResource("4")] [node name="Music" type="AudioStreamPlayer" parent="."] -stream = ExtResource( "5" ) +stream = ExtResource("5") [node name="DeathSound" type="AudioStreamPlayer" parent="."] -stream = ExtResource( "6" ) +stream = ExtResource("6") [connection signal="hit" from="Player" to="." method="game_over"] [connection signal="timeout" from="MobTimer" to="." method="_on_MobTimer_timeout"] diff --git a/2d/dodge_the_creeps/Mob.gd b/2d/dodge_the_creeps/Mob.gd index 713906d3115..c62bf7c2410 100644 --- a/2d/dodge_the_creeps/Mob.gd +++ b/2d/dodge_the_creeps/Mob.gd @@ -1,4 +1,4 @@ -extends RigidDynamicBody2D +extends RigidBody2D func _ready(): $AnimatedSprite2D.playing = true diff --git a/2d/dodge_the_creeps/art/House In a Forest Loop.ogg.import b/2d/dodge_the_creeps/art/House In a Forest Loop.ogg.import index efc9acec32f..3fee5d1b00e 100644 --- a/2d/dodge_the_creeps/art/House In a Forest Loop.ogg.import +++ b/2d/dodge_the_creeps/art/House In a Forest Loop.ogg.import @@ -1,7 +1,7 @@ [remap] importer="oggvorbisstr" -type="AudioStreamOGGVorbis" +type="AudioStreamOggVorbis" uid="uid://q2pf4fr8d0ks" path="res://.godot/imported/House In a Forest Loop.ogg-1a6a72ae843ad792b7039931227e8d50.oggvorbisstr" @@ -14,3 +14,6 @@ dest_files=["res://.godot/imported/House In a Forest Loop.ogg-1a6a72ae843ad792b7 loop=true loop_offset=0 +bpm=0 +beat_count=0 +bar_beats=4 diff --git a/2d/dodge_the_creeps/art/gameover.wav.import b/2d/dodge_the_creeps/art/gameover.wav.import index 461e33205ee..8eaac9eb2fe 100644 --- a/2d/dodge_the_creeps/art/gameover.wav.import +++ b/2d/dodge_the_creeps/art/gameover.wav.import @@ -1,7 +1,7 @@ [remap] importer="wav" -type="AudioStreamSample" +type="AudioStreamWAV" uid="uid://dw26fpygeag8o" path="res://.godot/imported/gameover.wav-98c95c744b35280048c2bd093cf8a356.sample" diff --git a/2d/dodge_the_creeps/fonts/Xolonium-Regular.ttf.import b/2d/dodge_the_creeps/fonts/Xolonium-Regular.ttf.import index 3aede48b139..ab0e9b11cd5 100644 --- a/2d/dodge_the_creeps/fonts/Xolonium-Regular.ttf.import +++ b/2d/dodge_the_creeps/fonts/Xolonium-Regular.ttf.import @@ -1,7 +1,7 @@ [remap] importer="font_data_dynamic" -type="FontData" +type="FontFile" uid="uid://cit6gwe5px1q8" path="res://.godot/imported/Xolonium-Regular.ttf-bc2981e3069cff4c34dd7c8e2bb73fba.fontdata" @@ -12,7 +12,8 @@ dest_files=["res://.godot/imported/Xolonium-Regular.ttf-bc2981e3069cff4c34dd7c8e [params] -antialiased=true +Rendering=null +antialiasing=1 generate_mipmaps=false multichannel_signed_distance_field=false msdf_pixel_range=8 @@ -20,15 +21,12 @@ msdf_size=48 force_autohinter=false hinting=1 subpixel_positioning=1 -embolden=0.0 -transform=Transform2D(1, 0, 0, 1, 0, 0) oversampling=0.0 +Fallbacks=null +fallbacks=[] +Compress=null compress=true -opentype_feature_overrides={} -preload/char_ranges=PackedStringArray() -preload/glyph_ranges=PackedStringArray() -preload/configurations=PackedStringArray() -support_overrides/language_enabled=PackedStringArray() -support_overrides/language_disabled=PackedStringArray() -support_overrides/script_enabled=PackedStringArray() -support_overrides/script_disabled=PackedStringArray() +preload=[] +language_support={} +script_support={} +opentype_features={} diff --git a/2d/dodge_the_creeps/project.godot b/2d/dodge_the_creeps/project.godot index 8f568a38368..5fe48abe77c 100644 --- a/2d/dodge_the_creeps/project.godot +++ b/2d/dodge_the_creeps/project.godot @@ -18,8 +18,8 @@ This is a finished version of the game featured in the 'Your first 2D game' tutorial in the documentation. For more details, consider following the tutorial in the documentation." run/main_scene="res://Main.tscn" -config/icon="res://icon.png" config/features=PackedStringArray("4.0") +config/icon="res://icon.png" [debug] @@ -37,39 +37,39 @@ window/stretch/mode="canvas_items" move_left={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777231,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777231,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":14,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":-1.0,"script":null) ] } move_right={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777233,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777233,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":15,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":1.0,"script":null) ] } move_up={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":12,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":-1.0,"script":null) ] } move_down={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777234,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":83,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777234,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":83,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":13,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":1.0,"script":null) ] } start_game={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777221,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777221,"physical_keycode":0,"unicode":0,"echo":false,"script":null) ] } diff --git a/2d/finite_state_machine/Demo.tscn b/2d/finite_state_machine/Demo.tscn index 0048948854d..831519144d0 100644 --- a/2d/finite_state_machine/Demo.tscn +++ b/2d/finite_state_machine/Demo.tscn @@ -1,38 +1,58 @@ -[gd_scene load_steps=6 format=2] +[gd_scene load_steps=8 format=3 uid="uid://dmn8nkpogiwsf"] -[ext_resource path="res://player/Player.tscn" type="PackedScene" id=1] -[ext_resource path="res://fonts/source_code_pro_explanations.tres" type="Font" id=2] -[ext_resource path="res://debug/StatesStackDiplayer.tscn" type="PackedScene" id=3] -[ext_resource path="res://debug/ControlsPanel.tscn" type="PackedScene" id=4] -[ext_resource path="res://fonts/source_code_pro_explanations_bold.tres" type="Font" id=5] +[ext_resource type="PackedScene" uid="uid://bpdyvy2681m3i" path="res://player/Player.tscn" id="1"] +[ext_resource type="PackedScene" uid="uid://cvi13chv8g4hj" path="res://debug/StatesStackDiplayer.tscn" id="3"] +[ext_resource type="PackedScene" uid="uid://bq6rrfy53rfvo" path="res://debug/ControlsPanel.tscn" id="4"] + +[sub_resource type="Animation" id="1"] + +[sub_resource type="Animation" id="2"] +length = 0.6 +tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/path = NodePath("BodyPivot/Body:modulate") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/keys = { +"times": PackedFloat32Array(0, 0.05, 0.1, 0.15, 0.2, 0.25, 0.4), +"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1), +"update": 0, +"values": [Color(1, 1, 1, 1), Color(1, 0, 0, 1), Color(1, 1, 1, 1), Color(1, 0, 0, 1), Color(1, 1, 1, 1), Color(1, 0, 0, 1), Color(1, 1, 1, 1)] +} + +[sub_resource type="Animation" id="3"] + +[sub_resource type="AnimationLibrary" id="AnimationLibrary_qbwwp"] +_data = { +"idle": SubResource("1"), +"stagger": SubResource("2"), +"walk": SubResource("3") +} [node name="Demo" type="Node"] -[node name="Player" parent="." instance=ExtResource( 1 )] +[node name="Player" parent="." instance=ExtResource("1")] position = Vector2(640, 400) +[node name="AnimationPlayer" parent="Player" index="1"] +libraries = { +"": SubResource("AnimationLibrary_qbwwp") +} + [node name="Explanations" type="RichTextLabel" parent="."] +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 offset_left = 10.0 offset_top = -370.0 offset_right = -10.0 offset_bottom = -730.0 -rect_clip_content = false -mouse_filter = 2 +grow_horizontal = 2 +grow_vertical = 2 size_flags_vertical = 4 -custom_fonts/bold_font = ExtResource( 5 ) -custom_fonts/normal_font = ExtResource( 2 ) +mouse_filter = 2 bbcode_enabled = true -bbcode_text = "This example shows how to apply the State programming pattern in GDScript, including Hierarchical States, and a pushdown automaton. - -States are common in games. You can use the pattern to: - -1. Separate each behavior and transitions between behaviors, thus make scripts shorter and easier to manage -2. Respect the Single Responsibility Principle. Each State object represents [b]one[/b] action -3. Improve your code's structure. Look at the scene tree and FileSystem tab: without looking at the code, you'll know what the Player can or cannot do. - -You can read more about States in the excellent [url=http://gameprogrammingpatterns.com/state.html]Game Programming Patterns ebook[/url]." text = "This example shows how to apply the State programming pattern in GDScript, including Hierarchical States, and a pushdown automaton. States are common in games. You can use the pattern to: @@ -42,19 +62,19 @@ States are common in games. You can use the pattern to: 3. Improve your code's structure. Look at the scene tree and FileSystem tab: without looking at the code, you'll know what the Player can or cannot do. You can read more about States in the excellent Game Programming Patterns ebook." -__meta__ = { -"_edit_lock_": true -} [node name="Control" type="Control" parent="."] +layout_mode = 3 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 -__meta__ = { -"_edit_use_anchors_": false -} +grow_horizontal = 2 +grow_vertical = 2 -[node name="StatesStackDiplayer" parent="Control" instance=ExtResource( 3 )] +[node name="StatesStackDiplayer" parent="Control" instance=ExtResource("3")] -[node name="ControlsPanel" parent="Control" instance=ExtResource( 4 )] +[node name="ControlsPanel" parent="Control" instance=ExtResource("4")] +anchors_preset = 1 +grow_horizontal = 0 [editable path="Player"] diff --git a/2d/finite_state_machine/debug/ControlsPanel.tscn b/2d/finite_state_machine/debug/ControlsPanel.tscn index ddf55fa52f3..4c40b36a978 100644 --- a/2d/finite_state_machine/debug/ControlsPanel.tscn +++ b/2d/finite_state_machine/debug/ControlsPanel.tscn @@ -1,24 +1,20 @@ -[gd_scene load_steps=2 format=2] - -[ext_resource path="res://fonts/source_code_pro_explanations.tres" type="Font" id=1] +[gd_scene format=3 uid="uid://bq6rrfy53rfvo"] [node name="ControlsPanel" type="Panel"] +anchors_preset = 1 anchor_left = 1.0 anchor_right = 1.0 offset_left = -220.0 offset_bottom = 170.0 -__meta__ = { -"_edit_use_anchors_": false -} [node name="Keys" type="Label" parent="."] +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 offset_left = 10.0 offset_top = 10.0 offset_right = -10.0 offset_bottom = -10.0 -custom_fonts/font = ExtResource( 1 ) text = "Shoot: Attack: Stagger: @@ -26,16 +22,15 @@ Jump: Sprint:" [node name="Keys2" type="Label" parent="."] +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 offset_left = 10.0 offset_top = 10.0 offset_right = -10.0 offset_bottom = -10.0 -custom_fonts/font = ExtResource( 1 ) text = "R F X Space Shift" -align = 2 diff --git a/2d/finite_state_machine/debug/Explanations.tscn b/2d/finite_state_machine/debug/Explanations.tscn index 8c77c162730..a0d04d21f02 100644 --- a/2d/finite_state_machine/debug/Explanations.tscn +++ b/2d/finite_state_machine/debug/Explanations.tscn @@ -1,30 +1,16 @@ -[gd_scene load_steps=3 format=2] - -[ext_resource path="res://fonts/source_code_pro_explanations_bold.tres" type="Font" id=1] -[ext_resource path="res://fonts/source_code_pro_explanations.tres" type="Font" id=2] +[gd_scene format=3 uid="uid://bywptem1jb35a"] [node name="Explanations" type="RichTextLabel"] +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 offset_left = 10.0 offset_top = -370.0 offset_right = -10.0 offset_bottom = -730.0 -rect_clip_content = false -mouse_filter = 2 size_flags_vertical = 4 -custom_fonts/bold_font = ExtResource( 1 ) -custom_fonts/normal_font = ExtResource( 2 ) +mouse_filter = 2 bbcode_enabled = true -bbcode_text = "This example shows how to apply the State programming pattern in GDscript, including Hierarchical States, and a pushdown automaton. - -States are common in games. You can use the pattern to: - -1. Separate each behavior and transitions between behaviors, thus make scripts shorter and easier to manage -2. Respect the Single Responsibility Principle. Each State object represents [b]one[/b] action -3. Improve your code's structure. Look at the scene tree and FileSystem tab: without looking at the code, you'll know what the Player can or cannot do. - -You can read more about States in the excellent [url=http://gameprogrammingpatterns.com/state.html]Game Programming Patterns ebook[/url]." text = "This example shows how to apply the State programming pattern in GDscript, including Hierarchical States, and a pushdown automaton. States are common in games. You can use the pattern to: @@ -34,6 +20,3 @@ States are common in games. You can use the pattern to: 3. Improve your code's structure. Look at the scene tree and FileSystem tab: without looking at the code, you'll know what the Player can or cannot do. You can read more about States in the excellent Game Programming Patterns ebook." -__meta__ = { -"_edit_lock_": true -} diff --git a/2d/finite_state_machine/debug/StatesStackDiplayer.tscn b/2d/finite_state_machine/debug/StatesStackDiplayer.tscn index cc3cbbfad5f..b27b0f6ebc5 100644 --- a/2d/finite_state_machine/debug/StatesStackDiplayer.tscn +++ b/2d/finite_state_machine/debug/StatesStackDiplayer.tscn @@ -1,31 +1,20 @@ -[gd_scene load_steps=4 format=2] +[gd_scene load_steps=2 format=3 uid="uid://cvi13chv8g4hj"] -[ext_resource path="res://debug/states_stack_displayer.gd" type="Script" id=1] -[ext_resource path="res://fonts/SourceCodePro-Bold.ttf" type="FontData" id=2] - -[sub_resource type="Font" id=1] -size = 20 -use_filter = true -font_data = ExtResource( 2 ) +[ext_resource type="Script" path="res://debug/states_stack_displayer.gd" id="1"] [node name="StatesStackDiplayer" type="Panel"] offset_right = 210.0 offset_bottom = 170.0 -script = ExtResource( 1 ) -__meta__ = { -"_edit_group_": true -} +script = ExtResource("1") [node name="Title" type="Label" parent="."] +anchors_preset = 5 anchor_left = 0.5 anchor_right = 0.5 offset_left = -105.0 offset_right = 105.0 offset_bottom = 40.0 -custom_fonts/font = SubResource( 1 ) text = "Pushown" -align = 1 -valign = 1 uppercase = true [node name="States" type="Label" parent="."] @@ -33,16 +22,13 @@ offset_left = 20.0 offset_top = 50.0 offset_right = 190.0 offset_bottom = 170.0 -custom_fonts/font = SubResource( 1 ) text = "Jump Test" -align = 1 [node name="Numbers" type="Label" parent="."] offset_left = 20.0 offset_top = 50.0 offset_right = 190.0 offset_bottom = 170.0 -custom_fonts/font = SubResource( 1 ) text = "1. 2." diff --git a/2d/finite_state_machine/fonts/SourceCodePro-Black.ttf.import b/2d/finite_state_machine/fonts/SourceCodePro-Black.ttf.import new file mode 100644 index 00000000000..c009bf30889 --- /dev/null +++ b/2d/finite_state_machine/fonts/SourceCodePro-Black.ttf.import @@ -0,0 +1,32 @@ +[remap] + +importer="font_data_dynamic" +type="FontFile" +uid="uid://b7c5m4mw0jhww" +path="res://.godot/imported/SourceCodePro-Black.ttf-5ac54eeedbdedbc63d01069716d9852f.fontdata" + +[deps] + +source_file="res://fonts/SourceCodePro-Black.ttf" +dest_files=["res://.godot/imported/SourceCodePro-Black.ttf-5ac54eeedbdedbc63d01069716d9852f.fontdata"] + +[params] + +Rendering=null +antialiasing=1 +generate_mipmaps=false +multichannel_signed_distance_field=false +msdf_pixel_range=8 +msdf_size=48 +force_autohinter=false +hinting=1 +subpixel_positioning=1 +oversampling=0.0 +Fallbacks=null +fallbacks=[] +Compress=null +compress=true +preload=[] +language_support={} +script_support={} +opentype_features={} diff --git a/2d/finite_state_machine/fonts/SourceCodePro-Bold.ttf.import b/2d/finite_state_machine/fonts/SourceCodePro-Bold.ttf.import new file mode 100644 index 00000000000..f620924e8c7 --- /dev/null +++ b/2d/finite_state_machine/fonts/SourceCodePro-Bold.ttf.import @@ -0,0 +1,32 @@ +[remap] + +importer="font_data_dynamic" +type="FontFile" +uid="uid://b5bspum6ffekd" +path="res://.godot/imported/SourceCodePro-Bold.ttf-bf03bd9c90603419d32725fc00754bf7.fontdata" + +[deps] + +source_file="res://fonts/SourceCodePro-Bold.ttf" +dest_files=["res://.godot/imported/SourceCodePro-Bold.ttf-bf03bd9c90603419d32725fc00754bf7.fontdata"] + +[params] + +Rendering=null +antialiasing=1 +generate_mipmaps=false +multichannel_signed_distance_field=false +msdf_pixel_range=8 +msdf_size=48 +force_autohinter=false +hinting=1 +subpixel_positioning=1 +oversampling=0.0 +Fallbacks=null +fallbacks=[] +Compress=null +compress=true +preload=[] +language_support={} +script_support={} +opentype_features={} diff --git a/2d/finite_state_machine/icon.png.import b/2d/finite_state_machine/icon.png.import index 889af9df580..5bdc1ba911d 100644 --- a/2d/finite_state_machine/icon.png.import +++ b/2d/finite_state_machine/icon.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" +type="CompressedTexture2D" +uid="uid://cmdjuhfejngkf" +path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://icon.png" -dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.stex"] +dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/finite_state_machine/player/Player.tscn b/2d/finite_state_machine/player/Player.tscn index 49291c70afe..b5cf2e771d7 100644 --- a/2d/finite_state_machine/player/Player.tscn +++ b/2d/finite_state_machine/player/Player.tscn @@ -1,31 +1,30 @@ -[gd_scene load_steps=20 format=2] - -[ext_resource path="res://player/player_controller.gd" type="Script" id=1] -[ext_resource path="res://player/player_state_machine.gd" type="Script" id=2] -[ext_resource path="res://player/states/motion/on_ground/idle.gd" type="Script" id=3] -[ext_resource path="res://player/states/motion/on_ground/move.gd" type="Script" id=4] -[ext_resource path="res://player/states/motion/in_air/jump.gd" type="Script" id=5] -[ext_resource path="res://player/states/combat/stagger.gd" type="Script" id=6] -[ext_resource path="res://player/states/combat/attack.gd" type="Script" id=7] -[ext_resource path="res://player/states/die.gd" type="Script" id=8] -[ext_resource path="res://player/shadow.png" type="Texture2D" id=9] -[ext_resource path="res://player/body.png" type="Texture2D" id=10] -[ext_resource path="res://player/bullet/bullet_spawner.gd" type="Script" id=11] -[ext_resource path="res://player/weapon/weapon_pivot.gd" type="Script" id=12] -[ext_resource path="res://player/weapon/Sword.tscn" type="PackedScene" id=13] -[ext_resource path="res://fonts/SourceCodePro-Bold.ttf" type="FontData" id=14] -[ext_resource path="res://player/states/debug/state_name_displayer.gd" type="Script" id=15] - -[sub_resource type="Animation" id=1] - -[sub_resource type="Animation" id=2] +[gd_scene load_steps=19 format=3 uid="uid://bpdyvy2681m3i"] + +[ext_resource type="Script" path="res://player/player_controller.gd" id="1"] +[ext_resource type="Script" path="res://player/player_state_machine.gd" id="2"] +[ext_resource type="Script" path="res://player/states/motion/on_ground/idle.gd" id="3"] +[ext_resource type="Script" path="res://player/states/motion/on_ground/move.gd" id="4"] +[ext_resource type="Script" path="res://player/states/motion/in_air/jump.gd" id="5"] +[ext_resource type="Script" path="res://player/states/combat/stagger.gd" id="6"] +[ext_resource type="Script" path="res://player/states/combat/attack.gd" id="7"] +[ext_resource type="Script" path="res://player/states/die.gd" id="8"] +[ext_resource type="Texture2D" uid="uid://eds33w28pilu" path="res://player/shadow.png" id="9"] +[ext_resource type="Texture2D" uid="uid://ds53oxkqrcumd" path="res://player/body.png" id="10"] +[ext_resource type="Script" path="res://player/bullet/bullet_spawner.gd" id="11"] +[ext_resource type="Script" path="res://player/weapon/weapon_pivot.gd" id="12"] +[ext_resource type="PackedScene" uid="uid://cdacdp11r3jua" path="res://player/weapon/Sword.tscn" id="13"] +[ext_resource type="Script" path="res://player/states/debug/state_name_displayer.gd" id="15"] + +[sub_resource type="Animation" id="1"] + +[sub_resource type="Animation" id="2"] length = 0.6 tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true tracks/0/path = NodePath("BodyPivot/Body:modulate") tracks/0/interp = 1 tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true tracks/0/keys = { "times": PackedFloat32Array(0, 0.05, 0.1, 0.15, 0.2, 0.25, 0.4), "transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1), @@ -33,72 +32,71 @@ tracks/0/keys = { "values": [Color(1, 1, 1, 1), Color(1, 0, 0, 1), Color(1, 1, 1, 1), Color(1, 0, 0, 1), Color(1, 1, 1, 1), Color(1, 0, 0, 1), Color(1, 1, 1, 1)] } -[sub_resource type="Animation" id=3] +[sub_resource type="Animation" id="3"] -[sub_resource type="Font" id=4] -size = 20 -use_filter = true -font_data = ExtResource( 14 ) +[sub_resource type="AnimationLibrary" id="AnimationLibrary_vi1hn"] +_data = { +"idle": SubResource("1"), +"stagger": SubResource("2"), +"walk": SubResource("3") +} [node name="Player" type="CharacterBody2D"] -script = ExtResource( 1 ) -__meta__ = { -"_edit_horizontal_guides_": [] -} +script = ExtResource("1") [node name="StateMachine" type="Node" parent="."] -script = ExtResource( 2 ) +script = ExtResource("2") [node name="Idle" type="Node" parent="StateMachine"] -script = ExtResource( 3 ) +script = ExtResource("3") [node name="Move" type="Node" parent="StateMachine"] -script = ExtResource( 4 ) +script = ExtResource("4") [node name="Jump" type="Node" parent="StateMachine"] -script = ExtResource( 5 ) +script = ExtResource("5") [node name="Stagger" type="Node" parent="StateMachine"] -script = ExtResource( 6 ) +script = ExtResource("6") [node name="Attack" type="Node" parent="StateMachine"] -script = ExtResource( 7 ) +script = ExtResource("7") [node name="Die" type="Node" parent="StateMachine"] -script = ExtResource( 8 ) +script = ExtResource("8") [node name="AnimationPlayer" type="AnimationPlayer" parent="."] -anims/idle = SubResource( 1 ) -anims/stagger = SubResource( 2 ) -anims/walk = SubResource( 3 ) +libraries = { +"": SubResource("AnimationLibrary_vi1hn") +} [node name="Shadow" type="Sprite2D" parent="."] self_modulate = Color(1, 1, 1, 0.361098) position = Vector2(0, -4) -texture = ExtResource( 9 ) +texture = ExtResource("9") -[node name="BodyPivot" type="Position2D" parent="."] +[node name="BodyPivot" type="Marker2D" parent="."] [node name="Body" type="Sprite2D" parent="BodyPivot"] position = Vector2(0, -58) -texture = ExtResource( 10 ) +texture = ExtResource("10") [node name="BulletSpawn" type="Node2D" parent="BodyPivot"] position = Vector2(0, -58) -script = ExtResource( 11 ) +script = ExtResource("11") [node name="CooldownTimer" type="Timer" parent="BodyPivot/BulletSpawn"] wait_time = 0.2 one_shot = true -[node name="WeaponPivot" type="Position2D" parent="BodyPivot"] +[node name="WeaponPivot" type="Marker2D" parent="BodyPivot"] position = Vector2(0, -58) -script = ExtResource( 12 ) +script = ExtResource("12") -[node name="Offset" type="Position2D" parent="BodyPivot/WeaponPivot"] +[node name="Offset" type="Marker2D" parent="BodyPivot/WeaponPivot"] position = Vector2(110, 0) -[node name="Sword" parent="BodyPivot/WeaponPivot/Offset" instance=ExtResource( 13 )] +[node name="Sword" parent="BodyPivot/WeaponPivot/Offset" instance=ExtResource("13")] [node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."] polygon = PackedVector2Array(-20, 0, -20, -20, 20, -20, 20, 0) @@ -108,15 +106,9 @@ offset_left = -109.0 offset_top = -172.0 offset_right = 110.0 offset_bottom = -138.0 -custom_fonts/font = SubResource( 4 ) text = "Idle" -align = 1 -valign = 1 uppercase = true -script = ExtResource( 15 ) -__meta__ = { -"_edit_use_anchors_": false -} +script = ExtResource("15") [connection signal="state_changed" from="StateMachine" to="BodyPivot/WeaponPivot/Offset/Sword" method="_on_StateMachine_state_changed"] [connection signal="state_changed" from="StateMachine" to="StateNameDisplayer" method="_on_StateMachine_state_changed"] diff --git a/2d/finite_state_machine/player/body.png.import b/2d/finite_state_machine/player/body.png.import index 6e35628bb7c..f406dfa1591 100644 --- a/2d/finite_state_machine/player/body.png.import +++ b/2d/finite_state_machine/player/body.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/body.png-313f6363670a5852a7b7126ab476d8b1.stex" +type="CompressedTexture2D" +uid="uid://ds53oxkqrcumd" +path="res://.godot/imported/body.png-313f6363670a5852a7b7126ab476d8b1.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://player/body.png" -dest_files=["res://.godot/imported/body.png-313f6363670a5852a7b7126ab476d8b1.stex"] +dest_files=["res://.godot/imported/body.png-313f6363670a5852a7b7126ab476d8b1.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/finite_state_machine/player/bullet/Bullet.tscn b/2d/finite_state_machine/player/bullet/Bullet.tscn index 43ce4b6f1fc..64446018783 100644 --- a/2d/finite_state_machine/player/bullet/Bullet.tscn +++ b/2d/finite_state_machine/player/bullet/Bullet.tscn @@ -1,14 +1,14 @@ -[gd_scene load_steps=3 format=2] +[gd_scene load_steps=3 format=3 uid="uid://b6uru8lfx45ma"] -[ext_resource path="res://player/bullet/bullet.gd" type="Script" id=1] +[ext_resource type="Script" path="res://player/bullet/bullet.gd" id="1"] -[sub_resource type="CircleShape2D" id=1] +[sub_resource type="CircleShape2D" id="1"] radius = 12.0 [node name="Bullet" type="CharacterBody2D"] collision_layer = 2 collision_mask = 2 -script = ExtResource( 1 ) +script = ExtResource("1") [node name="CollisionShape2D" type="CollisionShape2D" parent="."] -shape = SubResource( 1 ) +shape = SubResource("1") diff --git a/2d/finite_state_machine/player/player_controller.gd b/2d/finite_state_machine/player/player_controller.gd index a275038a955..ba2b48c0e9d 100644 --- a/2d/finite_state_machine/player/player_controller.gd +++ b/2d/finite_state_machine/player/player_controller.gd @@ -11,7 +11,7 @@ var look_direction = Vector2.RIGHT: set_look_direction(value) func take_damage(attacker, amount, effect = null): - if is_a_parent_of(attacker): + if is_ancestor_of(attacker): return $States/Stagger.knockback_direction = (attacker.global_position - global_position).normalized() $Health.take_damage(amount, effect) diff --git a/2d/finite_state_machine/player/shadow.png.import b/2d/finite_state_machine/player/shadow.png.import index ecf5ebb09c3..0af5051165d 100644 --- a/2d/finite_state_machine/player/shadow.png.import +++ b/2d/finite_state_machine/player/shadow.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/shadow.png-493c4635eca1ce8bdece629560617dc7.stex" +type="CompressedTexture2D" +uid="uid://eds33w28pilu" +path="res://.godot/imported/shadow.png-493c4635eca1ce8bdece629560617dc7.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://player/shadow.png" -dest_files=["res://.godot/imported/shadow.png-493c4635eca1ce8bdece629560617dc7.stex"] +dest_files=["res://.godot/imported/shadow.png-493c4635eca1ce8bdece629560617dc7.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/finite_state_machine/player/weapon/Sword.tscn b/2d/finite_state_machine/player/weapon/Sword.tscn index 4f2dfa7e62d..f4370bac28c 100644 --- a/2d/finite_state_machine/player/weapon/Sword.tscn +++ b/2d/finite_state_machine/player/weapon/Sword.tscn @@ -1,16 +1,16 @@ -[gd_scene load_steps=8 format=2] +[gd_scene load_steps=9 format=3 uid="uid://cdacdp11r3jua"] -[ext_resource path="res://player/weapon/sword.gd" type="Script" id=1] -[ext_resource path="res://player/weapon/sword.png" type="Texture2D" id=2] +[ext_resource type="Script" path="res://player/weapon/sword.gd" id="1"] +[ext_resource type="Texture2D" uid="uid://7cfjw83v5m75" path="res://player/weapon/sword.png" id="2"] -[sub_resource type="Animation" id=1] +[sub_resource type="Animation" id="1"] resource_name = "SETUP" tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true tracks/0/path = NodePath(".:rotation_degrees") tracks/0/interp = 1 tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true tracks/0/keys = { "times": PackedFloat32Array(0), "transitions": PackedFloat32Array(1), @@ -18,11 +18,11 @@ tracks/0/keys = { "values": [0.0] } tracks/1/type = "value" +tracks/1/imported = false +tracks/1/enabled = true tracks/1/path = NodePath(".:scale") tracks/1/interp = 1 tracks/1/loop_wrap = true -tracks/1/imported = false -tracks/1/enabled = true tracks/1/keys = { "times": PackedFloat32Array(0), "transitions": PackedFloat32Array(1), @@ -30,11 +30,11 @@ tracks/1/keys = { "values": [Vector2(1, 1)] } tracks/2/type = "value" +tracks/2/imported = false +tracks/2/enabled = true tracks/2/path = NodePath(".:visible") tracks/2/interp = 1 tracks/2/loop_wrap = true -tracks/2/imported = false -tracks/2/enabled = true tracks/2/keys = { "times": PackedFloat32Array(0), "transitions": PackedFloat32Array(1), @@ -42,11 +42,11 @@ tracks/2/keys = { "values": [true] } tracks/3/type = "value" +tracks/3/imported = false +tracks/3/enabled = true tracks/3/path = NodePath(".:monitoring") tracks/3/interp = 1 tracks/3/loop_wrap = true -tracks/3/imported = false -tracks/3/enabled = true tracks/3/keys = { "times": PackedFloat32Array(0), "transitions": PackedFloat32Array(1), @@ -54,11 +54,11 @@ tracks/3/keys = { "values": [true] } tracks/4/type = "value" +tracks/4/imported = false +tracks/4/enabled = true tracks/4/path = NodePath(".:monitorable") tracks/4/interp = 1 tracks/4/loop_wrap = true -tracks/4/imported = false -tracks/4/enabled = true tracks/4/keys = { "times": PackedFloat32Array(0), "transitions": PackedFloat32Array(1), @@ -66,16 +66,16 @@ tracks/4/keys = { "values": [false] } -[sub_resource type="Animation" id=2] +[sub_resource type="Animation" id="2"] resource_name = "attack_circular" length = 0.3 step = 0.05 tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true tracks/0/path = NodePath(".:rotation_degrees") tracks/0/interp = 1 tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true tracks/0/keys = { "times": PackedFloat32Array(0, 0.15, 0.2), "transitions": PackedFloat32Array(0.439427, 1, 1), @@ -83,11 +83,11 @@ tracks/0/keys = { "values": [-100.0, 100.0, 90.0] } tracks/1/type = "value" +tracks/1/imported = false +tracks/1/enabled = true tracks/1/path = NodePath(".:scale") tracks/1/interp = 1 tracks/1/loop_wrap = true -tracks/1/imported = false -tracks/1/enabled = true tracks/1/keys = { "times": PackedFloat32Array(0, 0.05, 0.15, 0.2), "transitions": PackedFloat32Array(1, 2.50795, 1, 1), @@ -95,11 +95,11 @@ tracks/1/keys = { "values": [Vector2(1, 1), Vector2(1, 1.3), Vector2(1, 1), Vector2(1, 1)] } tracks/2/type = "value" +tracks/2/imported = false +tracks/2/enabled = true tracks/2/path = NodePath(".:visible") tracks/2/interp = 1 tracks/2/loop_wrap = true -tracks/2/imported = false -tracks/2/enabled = true tracks/2/keys = { "times": PackedFloat32Array(0), "transitions": PackedFloat32Array(1), @@ -107,15 +107,15 @@ tracks/2/keys = { "values": [true] } -[sub_resource type="Animation" id=3] +[sub_resource type="Animation" id="3"] length = 0.45 step = 0.05 tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true tracks/0/path = NodePath(".:rotation_degrees") tracks/0/interp = 1 tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true tracks/0/keys = { "times": PackedFloat32Array(0, 0.15, 0.2), "transitions": PackedFloat32Array(0.439427, 1, 1), @@ -123,11 +123,11 @@ tracks/0/keys = { "values": [-80.0, 85.0, 75.0] } tracks/1/type = "value" +tracks/1/imported = false +tracks/1/enabled = true tracks/1/path = NodePath(".:scale") tracks/1/interp = 1 tracks/1/loop_wrap = true -tracks/1/imported = false -tracks/1/enabled = true tracks/1/keys = { "times": PackedFloat32Array(0, 0.05, 0.15, 0.2), "transitions": PackedFloat32Array(1, 2.50795, 1, 1), @@ -135,11 +135,11 @@ tracks/1/keys = { "values": [Vector2(1, 1), Vector2(1, 1.3), Vector2(1, 1), Vector2(1, 1)] } tracks/2/type = "value" +tracks/2/imported = false +tracks/2/enabled = true tracks/2/path = NodePath(".:visible") tracks/2/interp = 1 tracks/2/loop_wrap = true -tracks/2/imported = false -tracks/2/enabled = true tracks/2/keys = { "times": PackedFloat32Array(0), "transitions": PackedFloat32Array(1), @@ -147,33 +147,33 @@ tracks/2/keys = { "values": [true] } tracks/3/type = "method" +tracks/3/imported = false +tracks/3/enabled = true tracks/3/path = NodePath(".") tracks/3/interp = 1 tracks/3/loop_wrap = true -tracks/3/imported = false -tracks/3/enabled = true tracks/3/keys = { "times": PackedFloat32Array(0.1, 0.25), "transitions": PackedFloat32Array(1, 1), "values": [{ "args": [], -"method": "set_attack_input_listening" +"method": &"set_attack_input_listening" }, { "args": [], -"method": "set_ready_for_next_attack" +"method": &"set_ready_for_next_attack" }] } -[sub_resource type="Animation" id=4] +[sub_resource type="Animation" id="4"] resource_name = "attack_medium" length = 0.5 step = 0.05 tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true tracks/0/path = NodePath(".:rotation_degrees") tracks/0/interp = 1 tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true tracks/0/keys = { "times": PackedFloat32Array(0.05, 0.25, 0.35), "transitions": PackedFloat32Array(0.439427, 1, 1), @@ -181,11 +181,11 @@ tracks/0/keys = { "values": [95.0, -95.0, -90.0] } tracks/1/type = "value" +tracks/1/imported = false +tracks/1/enabled = true tracks/1/path = NodePath(".:scale") tracks/1/interp = 1 tracks/1/loop_wrap = true -tracks/1/imported = false -tracks/1/enabled = true tracks/1/keys = { "times": PackedFloat32Array(0, 0.1, 0.2, 0.25), "transitions": PackedFloat32Array(1, 2.50795, 1, 1), @@ -193,11 +193,11 @@ tracks/1/keys = { "values": [Vector2(1, 1), Vector2(1, 1.3), Vector2(1, 1), Vector2(1, 1)] } tracks/2/type = "value" +tracks/2/imported = false +tracks/2/enabled = true tracks/2/path = NodePath(".:visible") tracks/2/interp = 1 tracks/2/loop_wrap = true -tracks/2/imported = false -tracks/2/enabled = true tracks/2/keys = { "times": PackedFloat32Array(0), "transitions": PackedFloat32Array(1), @@ -205,14 +205,14 @@ tracks/2/keys = { "values": [true] } -[sub_resource type="Animation" id=5] +[sub_resource type="Animation" id="5"] length = 0.01 tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true tracks/0/path = NodePath(".:visible") tracks/0/interp = 1 tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true tracks/0/keys = { "times": PackedFloat32Array(0), "transitions": PackedFloat32Array(1), @@ -220,23 +220,30 @@ tracks/0/keys = { "values": [false] } +[sub_resource type="AnimationLibrary" id="AnimationLibrary_6cp3i"] +_data = { +"SETUP": SubResource("1"), +"attack_circular": SubResource("2"), +"attack_fast": SubResource("3"), +"attack_medium": SubResource("4"), +"idle": SubResource("5") +} + [node name="Sword" type="Area2D"] collision_layer = 16 collision_mask = 3 input_pickable = false monitorable = false -script = ExtResource( 1 ) +script = ExtResource("1") [node name="AnimationPlayer" type="AnimationPlayer" parent="."] -anims/SETUP = SubResource( 1 ) -anims/attack_circular = SubResource( 2 ) -anims/attack_fast = SubResource( 3 ) -anims/attack_medium = SubResource( 4 ) -anims/idle = SubResource( 5 ) +libraries = { +"": SubResource("AnimationLibrary_6cp3i") +} [node name="Sword" type="Sprite2D" parent="."] position = Vector2(4, 0) -texture = ExtResource( 2 ) +texture = ExtResource("2") offset = Vector2(67, 0) [node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."] diff --git a/2d/finite_state_machine/player/weapon/sword.png.import b/2d/finite_state_machine/player/weapon/sword.png.import index 0ad3efc458d..dfddbc545f9 100644 --- a/2d/finite_state_machine/player/weapon/sword.png.import +++ b/2d/finite_state_machine/player/weapon/sword.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/sword.png-fc7f0084cdf333c826eda2b33f2ec3cc.stex" +type="CompressedTexture2D" +uid="uid://7cfjw83v5m75" +path="res://.godot/imported/sword.png-fc7f0084cdf333c826eda2b33f2ec3cc.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://player/weapon/sword.png" -dest_files=["res://.godot/imported/sword.png-fc7f0084cdf333c826eda2b33f2ec3cc.stex"] +dest_files=["res://.godot/imported/sword.png-fc7f0084cdf333c826eda2b33f2ec3cc.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/finite_state_machine/player/weapon/weapon_pivot.gd b/2d/finite_state_machine/player/weapon/weapon_pivot.gd index 61912b02692..64883c60447 100644 --- a/2d/finite_state_machine/player/weapon/weapon_pivot.gd +++ b/2d/finite_state_machine/player/weapon/weapon_pivot.gd @@ -1,4 +1,4 @@ -extends Position2D +extends Marker2D var z_index_start = 0 diff --git a/2d/finite_state_machine/project.godot b/2d/finite_state_machine/project.godot index 97872be7b84..733b2c1b4c7 100644 --- a/2d/finite_state_machine/project.godot +++ b/2d/finite_state_machine/project.godot @@ -6,7 +6,7 @@ ; [section] ; section goes between [] ; param=value ; assign values to parameters -config_version=4 +config_version=5 [application] @@ -15,14 +15,14 @@ config/description="This example shows how to apply the State machine programmin pattern in GDscript, including Hierarchical States, and a pushdown automaton." run/main_scene="res://Demo.tscn" +config/features=PackedStringArray("4.0") config/icon="res://icon.png" [display] -window/size/width=1280 -window/size/height=720 -window/dpi/allow_hidpi=true -window/stretch/mode="2d" +window/size/viewport_width=1280 +window/size/viewport_height=720 +window/stretch/mode="canvas_items" window/stretch/aspect="expand" [gdnative] @@ -33,63 +33,63 @@ singletons=[] move_left={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777231,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777231,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":-1.0,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":14,"pressure":0.0,"pressed":false,"script":null) ] } move_up={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":-1.0,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":12,"pressure":0.0,"pressed":false,"script":null) ] } move_right={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777233,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777233,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":1.0,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":15,"pressure":0.0,"pressed":false,"script":null) ] } move_down={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777234,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":83,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777234,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":83,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":1.0,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":13,"pressure":0.0,"pressed":false,"script":null) ] } fire={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":82,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":82,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":7,"pressure":0.0,"pressed":false,"script":null) ] } run={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777237,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777237,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":1,"pressure":0.0,"pressed":false,"script":null) ] } jump={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":32,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":32,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":0,"pressure":0.0,"pressed":false,"script":null) ] } simulate_damage={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":88,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":88,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":3,"pressure":0.0,"pressed":false,"script":null) ] } attack={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":70,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":70,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":6,"pressure":0.0,"pressed":false,"script":null) ] } diff --git a/2d/finite_state_machine/state_machine/state_machine.gd b/2d/finite_state_machine/state_machine/state_machine.gd index 48a583dbd22..b8f198cd5e5 100644 --- a/2d/finite_state_machine/state_machine/state_machine.gd +++ b/2d/finite_state_machine/state_machine/state_machine.gd @@ -21,7 +21,7 @@ var _active = false: set_active(value) func _ready(): - if not start_state: + if start_state.is_empty(): start_state = get_child(0).get_path() for child in get_children(): var err = child.connect(&"finished", self._change_state) diff --git a/2d/hdr/beach_cave.tscn b/2d/hdr/beach_cave.tscn index 932dbbc200f..0d8e6beff95 100644 --- a/2d/hdr/beach_cave.tscn +++ b/2d/hdr/beach_cave.tscn @@ -1,31 +1,26 @@ -[gd_scene load_steps=5 format=2] +[gd_scene load_steps=5 format=3 uid="uid://bhcia8aeoa4cm"] -[ext_resource path="res://beach_cave.gd" type="Script" id=1] -[ext_resource path="res://ocean_beach.png" type="Texture2D" id=2] -[ext_resource path="res://ocean_cave.png" type="Texture2D" id=3] +[ext_resource type="Script" path="res://beach_cave.gd" id="1"] +[ext_resource type="Texture2D" uid="uid://drndflsw6mug" path="res://ocean_beach.png" id="2"] +[ext_resource type="Texture2D" uid="uid://dyslwppgvocgd" path="res://ocean_cave.png" id="3"] -[sub_resource type="Environment" id=1] +[sub_resource type="Environment" id="1"] background_mode = 4 ambient_light_sky_contribution = 0.0 -auto_exposure_enabled = true -auto_exposure_scale = 0.51 -auto_exposure_speed = 4.0 -ssao_blur = 1 glow_enabled = true -glow_levels/3 = false -glow_levels/4 = true -glow_levels/7 = true +glow_levels/3 = 0.0 +glow_levels/4 = 1.0 +glow_levels/7 = 1.0 glow_strength = 0.88 glow_blend_mode = 0 -glow_bicubic_upscale = true [node name="BeachCave" type="Node2D"] -script = ExtResource( 1 ) +script = ExtResource("1") [node name="Beach" type="Sprite2D" parent="."] modulate = Color(2, 2, 2, 1) self_modulate = Color(2, 2, 2, 1) -texture = ExtResource( 2 ) +texture = ExtResource("2") centered = false region_enabled = true region_rect = Rect2(0, 0, 3840, 720) @@ -33,14 +28,14 @@ region_rect = Rect2(0, 0, 3840, 720) [node name="Cave" type="Sprite2D" parent="."] self_modulate = Color(0.233166, 0.221219, 0.23582, 1) scale = Vector2(1.2, 1) -texture = ExtResource( 3 ) +texture = ExtResource("3") centered = false [node name="WorldEnvironment" type="WorldEnvironment" parent="."] -environment = SubResource( 1 ) +environment = SubResource("1") [node name="Camera2D" type="Camera2D" parent="."] -offset = Vector2(540, 360) +offset = Vector2(576, 324) current = true [node name="Label" type="Label" parent="."] @@ -50,7 +45,4 @@ offset_right = 135.0 offset_bottom = 24.0 size_flags_horizontal = 2 size_flags_vertical = 0 -text = "Drag Left and Right" -__meta__ = { -"_edit_use_anchors_": false -} +text = "Drag left and right with the mouse" diff --git a/2d/hdr/icon.png.import b/2d/hdr/icon.png.import index 889af9df580..d17199e91a0 100644 --- a/2d/hdr/icon.png.import +++ b/2d/hdr/icon.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" +type="CompressedTexture2D" +uid="uid://bsjtxyyenw6db" +path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://icon.png" -dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.stex"] +dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/hdr/ocean_beach.png.import b/2d/hdr/ocean_beach.png.import index cbc238c6e68..3363ba56fa8 100644 --- a/2d/hdr/ocean_beach.png.import +++ b/2d/hdr/ocean_beach.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/ocean_beach.png-b571ab5468cc775a520aaa47efbed607.stex" +type="CompressedTexture2D" +uid="uid://drndflsw6mug" +path="res://.godot/imported/ocean_beach.png-b571ab5468cc775a520aaa47efbed607.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://ocean_beach.png" -dest_files=["res://.godot/imported/ocean_beach.png-b571ab5468cc775a520aaa47efbed607.stex"] +dest_files=["res://.godot/imported/ocean_beach.png-b571ab5468cc775a520aaa47efbed607.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=2 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/hdr/ocean_cave.png.import b/2d/hdr/ocean_cave.png.import index 59a0f604e63..14896fca4d0 100644 --- a/2d/hdr/ocean_cave.png.import +++ b/2d/hdr/ocean_cave.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/ocean_cave.png-2a86f381e3092b4cb698b627d778e19b.stex" +type="CompressedTexture2D" +uid="uid://dyslwppgvocgd" +path="res://.godot/imported/ocean_cave.png-2a86f381e3092b4cb698b627d778e19b.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://ocean_cave.png" -dest_files=["res://.godot/imported/ocean_cave.png-2a86f381e3092b4cb698b627d778e19b.stex"] +dest_files=["res://.godot/imported/ocean_cave.png-2a86f381e3092b4cb698b627d778e19b.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/hdr/project.godot b/2d/hdr/project.godot index f08118917b1..2ee3fba9d32 100644 --- a/2d/hdr/project.godot +++ b/2d/hdr/project.godot @@ -6,7 +6,7 @@ ; [section] ; section goes between [] ; param=value ; assign values to parameters -config_version=4 +config_version=5 [application] @@ -16,15 +16,15 @@ via the WorldEnvironment node. Just slide the cave image left and right to observe the HDR effect at work." run/main_scene="res://beach_cave.tscn" +config/features=PackedStringArray("4.0") config/icon="res://icon.png" run/name="" [display] -window/size/width=1080 -window/size/height=720 -window/dpi/allow_hidpi=true -window/stretch/mode="2d" +window/size/viewport_width=1080 +window/size/viewport_height=720 +window/stretch/mode="canvas_items" window/stretch/aspect="expand" [gdnative] @@ -37,4 +37,5 @@ blur_buffer_size=128 [rendering] +environment/defaults/default_clear_color=Color(0.0666667, 0.0588235, 0.0431373, 1) environment/default_clear_color=Color(0.05, 0.0453, 0.0265, 1) diff --git a/2d/hexagonal_map/icon.png.import b/2d/hexagonal_map/icon.png.import index 889af9df580..ae055d1a8d0 100644 --- a/2d/hexagonal_map/icon.png.import +++ b/2d/hexagonal_map/icon.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" +type="CompressedTexture2D" +uid="uid://ddqj5gbtw2cxw" +path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://icon.png" -dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.stex"] +dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/hexagonal_map/map.tscn b/2d/hexagonal_map/map.tscn index 3d5f3d3dde5..6c7fc23c9cb 100644 --- a/2d/hexagonal_map/map.tscn +++ b/2d/hexagonal_map/map.tscn @@ -1,17 +1,14 @@ -[gd_scene load_steps=3 format=2] +[gd_scene load_steps=3 format=3 uid="uid://bdlxxdkhge6fx"] -[ext_resource path="res://tileset.tres" type="TileSet" id=1] -[ext_resource path="res://troll.tscn" type="PackedScene" id=2] +[ext_resource type="TileSet" uid="uid://cdqwqnhu3t3wq" path="res://tileset.tres" id="1"] +[ext_resource type="PackedScene" path="res://troll.tscn" id="2"] [node name="Map" type="Node2D"] [node name="TileMap" type="TileMap" parent="."] -tile_set = ExtResource( 1 ) -cell_size = Vector2(82, 94) -cell_half_offset = 1 -cell_tile_origin = 1 -format = 1 -tile_data = PackedInt32Array(-458747, 0, 0, -458746, 0, 0, -393212, 0, 0, -393211, 0, 0, -393210, 0, 0, -393209, 0, 0, -393208, 0, 0, -393207, 0, 0, -327678, 0, 0, -327677, 0, 0, -327676, 0, 0, -327675, 6, 0, -327674, 6, 0, -327673, 6, 0, -327672, 6, 0, -327671, 0, 0, -327670, 0, 0, -327669, 0, 0, -262142, 0, 0, -262141, 0, 0, -262140, 6, 0, -262139, 6, 0, -262138, 6, 0, -262137, 6, 0, -262136, 6, 0, -262135, 0, 0, -262134, 0, 0, -262133, 0, 0, -262132, 0, 0, -262131, 0, -1200553578, -196606, 0, 0, -196605, 0, 0, -196604, 6, 0, -196603, 6, 0, -196602, 6, 0, -196601, 6, 0, -196600, 1, 0, -196599, 0, 0, -196598, 1, 0, -196597, 1, 0, -196596, 0, 0, -196595, 0, -1200553578, -196594, 0, -1200553578, -131071, 9, 0, -131070, 0, 0, -131069, 0, 0, -131068, 2, 0, -131067, 2, 0, -131066, 0, 0, -131065, 21, 0, -131064, 19, 0, -131063, 0, 0, -131062, 0, 0, -131061, 16, -1200553578, -131060, 0, -1200553578, -131059, 0, 0, -131058, 0, 0, -131057, 0, 0, -131056, 0, -1200553578, -65534, 0, 0, -65533, 1, 0, -65532, 0, 0, -65531, 0, 0, -65530, 20, 0, -65529, 19, 0, -65528, 2, 0, -65527, 0, 0, -65526, 14, 0, -65525, 0, -1200553578, -65524, 0, 0, -65523, 0, 0, -65522, 23, 0, -65521, 0, 0, -65520, 0, -1200553578, -65519, 0, -1200553578, 3, 1, 0, 4, 2, 0, 5, 0, 0, 6, 1, 0, 7, 1, -1200553578, 8, 0, -1200553578, 9, 10, -1200553578, 10, 12, -1200553578, 11, 0, -1200553578, 12, 0, 0, 13, 8, 0, 14, 0, 0, 15, 0, 0, 16, 0, 0, 17, 0, 0, 65538, 0, -1200553578, 65539, 0, 0, 65540, 2, 0, 65541, 0, 0, 65542, 1, 0, 65543, 15, -1200553578, 65544, 0, 0, 65545, 0, 0, 65546, 0, 0, 65547, 0, 0, 65548, 0, 0, 65549, 25, 0, 65550, 8, 0, 65551, 0, 0, 65552, 21, 0, 65553, 0, 0, 131074, 0, -1200553578, 131075, 1, 0, 131076, 0, 0, 131077, 1, 0, 131078, 0, 0, 131079, 0, 0, 131080, 0, 0, 131081, 5, 0, 131082, 0, 0, 131083, 0, 0, 131084, 0, 0, 131085, 0, 0, 131086, 0, 0, 131087, 0, 0, 131088, 0, 0, 131089, 0, 0, 196610, 0, -1200553578, 196611, 0, 0, 196612, 0, 0, 196613, 23, 0, 196614, 0, 0, 196615, 0, 0, 196616, 0, 0, 196617, 5, 0, 196618, 5, 0, 196619, 0, 0, 196620, 0, 0, 196621, 0, 0, 196622, 0, 0, 196623, 23, 0, 196624, 0, 0, 262148, 0, 0, 262149, 0, 0, 262150, 0, 0, 262151, 0, 0, 262152, 8, 0, 262153, 5, 0, 262154, 5, 0, 262155, 0, 0, 262156, 0, 0, 262157, 21, 0, 262158, 0, 0, 262159, 0, 0, 262160, 0, 0, 327686, 0, 0, 327687, 0, 0, 327688, 0, 0, 327689, 0, 0, 327690, 0, 0, 327691, 0, 0, 327692, 0, 0, 327693, 0, 0, 327694, 0, 0) +tile_set = ExtResource("1") +format = 2 +layer_0/tile_data = PackedInt32Array(-458747, 0, 0, -458746, 0, 0, -393212, 0, 0, -393211, 0, 0, -393210, 0, 0, -393209, 0, 0, -393208, 0, 0, -393207, 0, 0, -327678, 0, 0, -327677, 0, 0, -327676, 0, 0, -327675, 6, 0, -327674, 6, 0, -327673, 6, 0, -327672, 6, 0, -327671, 0, 0, -327670, 0, 0, -327669, 0, 0, -262142, 0, 0, -262141, 0, 0, -262140, 6, 0, -262139, 6, 0, -262138, 6, 0, -262137, 6, 0, -262136, 6, 0, -262135, 0, 0, -262134, 0, 0, -262133, 0, 0, -262132, 0, 0, -262131, 0, 0, -196606, 0, 0, -196605, 0, 0, -196604, 6, 0, -196603, 6, 0, -196602, 6, 0, -196601, 6, 0, -196600, 1, 0, -196599, 0, 0, -196598, 1, 0, -196597, 1, 0, -196596, 0, 0, -196595, 0, 0, -196594, 0, 0, -131071, 9, 0, -131070, 0, 0, -131069, 0, 0, -131068, 2, 0, -131067, 2, 0, -131066, 0, 0, -131065, 21, 0, -131064, 19, 0, -131063, 0, 0, -131062, 0, 0, -131061, 16, 0, -131060, 0, 0, -131059, 0, 0, -131058, 0, 0, -131057, 0, 0, -131056, 0, 0, -65534, 0, 0, -65533, 1, 0, -65532, 0, 0, -65531, 0, 0, -65530, 20, 0, -65529, 19, 0, -65528, 2, 0, -65527, 0, 0, -65526, 14, 0, -65525, 0, 0, -65524, 0, 0, -65523, 0, 0, -65522, 23, 0, -65521, 0, 0, -65520, 0, 0, -65519, 0, 0, 3, 1, 0, 4, 2, 0, 5, 0, 0, 6, 1, 0, 7, 1, 0, 8, 0, 0, 9, 10, 0, 10, 12, 0, 11, 0, 0, 12, 0, 0, 13, 8, 0, 14, 0, 0, 15, 0, 0, 16, 0, 0, 17, 0, 0, 65538, 0, 0, 65539, 0, 0, 65540, 2, 0, 65541, 0, 0, 65542, 1, 0, 65543, 15, 0, 65544, 0, 0, 65545, 0, 0, 65546, 0, 0, 65547, 0, 0, 65548, 0, 0, 65549, 25, 0, 65550, 8, 0, 65551, 0, 0, 65552, 21, 0, 65553, 0, 0, 131074, 0, 0, 131075, 1, 0, 131076, 0, 0, 131077, 1, 0, 131078, 0, 0, 131079, 0, 0, 131080, 0, 0, 131081, 5, 0, 131082, 0, 0, 131083, 0, 0, 131084, 0, 0, 131085, 0, 0, 131086, 0, 0, 131087, 0, 0, 131088, 0, 0, 131089, 0, 0, 196610, 0, 0, 196611, 0, 0, 196612, 0, 0, 196613, 23, 0, 196614, 0, 0, 196615, 0, 0, 196616, 0, 0, 196617, 5, 0, 196618, 5, 0, 196619, 0, 0, 196620, 0, 0, 196621, 0, 0, 196622, 0, 0, 196623, 23, 0, 196624, 0, 0, 262148, 0, 0, 262149, 0, 0, 262150, 0, 0, 262151, 0, 0, 262152, 8, 0, 262153, 5, 0, 262154, 5, 0, 262155, 0, 0, 262156, 0, 0, 262157, 21, 0, 262158, 0, 0, 262159, 0, 0, 262160, 0, 0, 327686, 0, 0, 327687, 0, 0, 327688, 0, 0, 327689, 0, 0, 327690, 0, 0, 327691, 0, 0, 327692, 0, 0, 327693, 0, 0, 327694, 0, 0) -[node name="Troll" parent="." instance=ExtResource( 2 )] +[node name="Troll" parent="." instance=ExtResource("2")] position = Vector2(602.819, -39.2876) diff --git a/2d/hexagonal_map/project.godot b/2d/hexagonal_map/project.godot index ff040c6a087..d51294f0b13 100644 --- a/2d/hexagonal_map/project.godot +++ b/2d/hexagonal_map/project.godot @@ -6,19 +6,19 @@ ; [section] ; section goes between [] ; param=value ; assign values to parameters -config_version=4 +config_version=5 [application] config/name="Hexagonal Game" config/description="Very simple demo showing a hexagonal TileMap and TileSet." run/main_scene="res://map.tscn" +config/features=PackedStringArray("4.0") config/icon="res://icon.png" [display] -window/dpi/allow_hidpi=true -window/stretch/mode="2d" +window/stretch/mode="canvas_items" window/stretch/aspect="expand" [gdnative] @@ -29,34 +29,34 @@ singletons=[] move_down={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777234,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":83,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":13,"pressure":0.0,"pressed":false,"script":null) +"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":13,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":1.0,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":83,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194322,"unicode":0,"echo":false,"script":null) ] } move_left={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777231,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":14,"pressure":0.0,"pressed":false,"script":null) +"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":14,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":-1.0,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":65,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194319,"unicode":0,"echo":false,"script":null) ] } move_right={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777233,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":15,"pressure":0.0,"pressed":false,"script":null) +"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":15,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":1.0,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":68,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194321,"unicode":0,"echo":false,"script":null) ] } move_up={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":12,"pressure":0.0,"pressed":false,"script":null) +"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":12,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":-1.0,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":87,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194320,"unicode":0,"echo":false,"script":null) ] } diff --git a/2d/hexagonal_map/tiles/WWT-01.png.import b/2d/hexagonal_map/tiles/WWT-01.png.import index 4d96037f9b1..560089eacb3 100644 --- a/2d/hexagonal_map/tiles/WWT-01.png.import +++ b/2d/hexagonal_map/tiles/WWT-01.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/WWT-01.png-a74af26d994adfc547572b5b9c0c4034.stex" +type="CompressedTexture2D" +uid="uid://crqmfvmjk10qv" +path="res://.godot/imported/WWT-01.png-a74af26d994adfc547572b5b9c0c4034.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://tiles/WWT-01.png" -dest_files=["res://.godot/imported/WWT-01.png-a74af26d994adfc547572b5b9c0c4034.stex"] +dest_files=["res://.godot/imported/WWT-01.png-a74af26d994adfc547572b5b9c0c4034.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/hexagonal_map/tiles/WWT-02.png.import b/2d/hexagonal_map/tiles/WWT-02.png.import index 02d35e56df3..c8739045aa2 100644 --- a/2d/hexagonal_map/tiles/WWT-02.png.import +++ b/2d/hexagonal_map/tiles/WWT-02.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/WWT-02.png-9a9ae8a623554db2531366e8a06b737a.stex" +type="CompressedTexture2D" +uid="uid://cedbg617ddc06" +path="res://.godot/imported/WWT-02.png-9a9ae8a623554db2531366e8a06b737a.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://tiles/WWT-02.png" -dest_files=["res://.godot/imported/WWT-02.png-9a9ae8a623554db2531366e8a06b737a.stex"] +dest_files=["res://.godot/imported/WWT-02.png-9a9ae8a623554db2531366e8a06b737a.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/hexagonal_map/tiles/WWT-03.png.import b/2d/hexagonal_map/tiles/WWT-03.png.import index 5a8ceda7a18..deba50594cf 100644 --- a/2d/hexagonal_map/tiles/WWT-03.png.import +++ b/2d/hexagonal_map/tiles/WWT-03.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/WWT-03.png-111a68b27c5234ed5719f8591af32a0c.stex" +type="CompressedTexture2D" +uid="uid://cmth7tlqu7i5b" +path="res://.godot/imported/WWT-03.png-111a68b27c5234ed5719f8591af32a0c.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://tiles/WWT-03.png" -dest_files=["res://.godot/imported/WWT-03.png-111a68b27c5234ed5719f8591af32a0c.stex"] +dest_files=["res://.godot/imported/WWT-03.png-111a68b27c5234ed5719f8591af32a0c.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/hexagonal_map/tiles/WWT-04.png.import b/2d/hexagonal_map/tiles/WWT-04.png.import index e61f30ce69a..02551e1db65 100644 --- a/2d/hexagonal_map/tiles/WWT-04.png.import +++ b/2d/hexagonal_map/tiles/WWT-04.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/WWT-04.png-f26081179f39965c61294d932b10ab21.stex" +type="CompressedTexture2D" +uid="uid://cnap3w3iv55k6" +path="res://.godot/imported/WWT-04.png-f26081179f39965c61294d932b10ab21.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://tiles/WWT-04.png" -dest_files=["res://.godot/imported/WWT-04.png-f26081179f39965c61294d932b10ab21.stex"] +dest_files=["res://.godot/imported/WWT-04.png-f26081179f39965c61294d932b10ab21.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/hexagonal_map/tiles/WWT-05.png.import b/2d/hexagonal_map/tiles/WWT-05.png.import index 0537c6ef1d0..8a402a94f43 100644 --- a/2d/hexagonal_map/tiles/WWT-05.png.import +++ b/2d/hexagonal_map/tiles/WWT-05.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/WWT-05.png-744e3aac04e57d14153c9ab15d0f478b.stex" +type="CompressedTexture2D" +uid="uid://b2l65q8a3gdh4" +path="res://.godot/imported/WWT-05.png-744e3aac04e57d14153c9ab15d0f478b.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://tiles/WWT-05.png" -dest_files=["res://.godot/imported/WWT-05.png-744e3aac04e57d14153c9ab15d0f478b.stex"] +dest_files=["res://.godot/imported/WWT-05.png-744e3aac04e57d14153c9ab15d0f478b.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/hexagonal_map/tiles/WWT-06.png.import b/2d/hexagonal_map/tiles/WWT-06.png.import index 041bd8da0e4..a800a6011cf 100644 --- a/2d/hexagonal_map/tiles/WWT-06.png.import +++ b/2d/hexagonal_map/tiles/WWT-06.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/WWT-06.png-42fd05901daa928f55c39f581f1c698b.stex" +type="CompressedTexture2D" +uid="uid://dw1k6i44aj0x6" +path="res://.godot/imported/WWT-06.png-42fd05901daa928f55c39f581f1c698b.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://tiles/WWT-06.png" -dest_files=["res://.godot/imported/WWT-06.png-42fd05901daa928f55c39f581f1c698b.stex"] +dest_files=["res://.godot/imported/WWT-06.png-42fd05901daa928f55c39f581f1c698b.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/hexagonal_map/tiles/WWT-07.png.import b/2d/hexagonal_map/tiles/WWT-07.png.import index a90526bcbd3..7ba29b9447d 100644 --- a/2d/hexagonal_map/tiles/WWT-07.png.import +++ b/2d/hexagonal_map/tiles/WWT-07.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/WWT-07.png-8e87a5146f132f36aecf29c26d16ff69.stex" +type="CompressedTexture2D" +uid="uid://c5fggtsfk75xa" +path="res://.godot/imported/WWT-07.png-8e87a5146f132f36aecf29c26d16ff69.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://tiles/WWT-07.png" -dest_files=["res://.godot/imported/WWT-07.png-8e87a5146f132f36aecf29c26d16ff69.stex"] +dest_files=["res://.godot/imported/WWT-07.png-8e87a5146f132f36aecf29c26d16ff69.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/hexagonal_map/tiles/WWT-08.png.import b/2d/hexagonal_map/tiles/WWT-08.png.import index 33d760c0414..c0695fff0a8 100644 --- a/2d/hexagonal_map/tiles/WWT-08.png.import +++ b/2d/hexagonal_map/tiles/WWT-08.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/WWT-08.png-9ab3b0ed6304c6b282e0c1c2866f4c65.stex" +type="CompressedTexture2D" +uid="uid://wqigqjsj3avp" +path="res://.godot/imported/WWT-08.png-9ab3b0ed6304c6b282e0c1c2866f4c65.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://tiles/WWT-08.png" -dest_files=["res://.godot/imported/WWT-08.png-9ab3b0ed6304c6b282e0c1c2866f4c65.stex"] +dest_files=["res://.godot/imported/WWT-08.png-9ab3b0ed6304c6b282e0c1c2866f4c65.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/hexagonal_map/tiles/WWT-09.png.import b/2d/hexagonal_map/tiles/WWT-09.png.import index ed18bd55f12..a7ce8d93716 100644 --- a/2d/hexagonal_map/tiles/WWT-09.png.import +++ b/2d/hexagonal_map/tiles/WWT-09.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/WWT-09.png-c899d1db7b10c4bc6e5c8ad44627c439.stex" +type="CompressedTexture2D" +uid="uid://c6hs85g3cl0sq" +path="res://.godot/imported/WWT-09.png-c899d1db7b10c4bc6e5c8ad44627c439.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://tiles/WWT-09.png" -dest_files=["res://.godot/imported/WWT-09.png-c899d1db7b10c4bc6e5c8ad44627c439.stex"] +dest_files=["res://.godot/imported/WWT-09.png-c899d1db7b10c4bc6e5c8ad44627c439.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/hexagonal_map/tiles/WWT-10.png.import b/2d/hexagonal_map/tiles/WWT-10.png.import index c113b62b7dd..cfbc5cace85 100644 --- a/2d/hexagonal_map/tiles/WWT-10.png.import +++ b/2d/hexagonal_map/tiles/WWT-10.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/WWT-10.png-c7e17e1ca741da0752bae015501fa73f.stex" +type="CompressedTexture2D" +uid="uid://bpo0pq1q0f27b" +path="res://.godot/imported/WWT-10.png-c7e17e1ca741da0752bae015501fa73f.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://tiles/WWT-10.png" -dest_files=["res://.godot/imported/WWT-10.png-c7e17e1ca741da0752bae015501fa73f.stex"] +dest_files=["res://.godot/imported/WWT-10.png-c7e17e1ca741da0752bae015501fa73f.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/hexagonal_map/tiles/WWT-11.png.import b/2d/hexagonal_map/tiles/WWT-11.png.import index bd5c28bbe03..ba1db8c9f4e 100644 --- a/2d/hexagonal_map/tiles/WWT-11.png.import +++ b/2d/hexagonal_map/tiles/WWT-11.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/WWT-11.png-109af6474e89a87a4598cb99f608a4f7.stex" +type="CompressedTexture2D" +uid="uid://cbuym3gkbc32a" +path="res://.godot/imported/WWT-11.png-109af6474e89a87a4598cb99f608a4f7.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://tiles/WWT-11.png" -dest_files=["res://.godot/imported/WWT-11.png-109af6474e89a87a4598cb99f608a4f7.stex"] +dest_files=["res://.godot/imported/WWT-11.png-109af6474e89a87a4598cb99f608a4f7.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/hexagonal_map/tiles/WWT-12.png.import b/2d/hexagonal_map/tiles/WWT-12.png.import index a74edf959c4..1ac5c8d832e 100644 --- a/2d/hexagonal_map/tiles/WWT-12.png.import +++ b/2d/hexagonal_map/tiles/WWT-12.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/WWT-12.png-dfbf3da77ce636a3e88f9e62405a950b.stex" +type="CompressedTexture2D" +uid="uid://dyhvpxrxlip5v" +path="res://.godot/imported/WWT-12.png-dfbf3da77ce636a3e88f9e62405a950b.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://tiles/WWT-12.png" -dest_files=["res://.godot/imported/WWT-12.png-dfbf3da77ce636a3e88f9e62405a950b.stex"] +dest_files=["res://.godot/imported/WWT-12.png-dfbf3da77ce636a3e88f9e62405a950b.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/hexagonal_map/tiles/WWT-13.png.import b/2d/hexagonal_map/tiles/WWT-13.png.import index ea49516edc7..6894c55d6d4 100644 --- a/2d/hexagonal_map/tiles/WWT-13.png.import +++ b/2d/hexagonal_map/tiles/WWT-13.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/WWT-13.png-cef8d6fe42386e917ad3aa9b9c54f031.stex" +type="CompressedTexture2D" +uid="uid://cf37ho773vwp2" +path="res://.godot/imported/WWT-13.png-cef8d6fe42386e917ad3aa9b9c54f031.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://tiles/WWT-13.png" -dest_files=["res://.godot/imported/WWT-13.png-cef8d6fe42386e917ad3aa9b9c54f031.stex"] +dest_files=["res://.godot/imported/WWT-13.png-cef8d6fe42386e917ad3aa9b9c54f031.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/hexagonal_map/tiles/WWT-14.png.import b/2d/hexagonal_map/tiles/WWT-14.png.import index 5eaac1b28c8..455763d2575 100644 --- a/2d/hexagonal_map/tiles/WWT-14.png.import +++ b/2d/hexagonal_map/tiles/WWT-14.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/WWT-14.png-b9075987807eba6a461b896e310a1b8a.stex" +type="CompressedTexture2D" +uid="uid://bxai3ekb6emcv" +path="res://.godot/imported/WWT-14.png-b9075987807eba6a461b896e310a1b8a.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://tiles/WWT-14.png" -dest_files=["res://.godot/imported/WWT-14.png-b9075987807eba6a461b896e310a1b8a.stex"] +dest_files=["res://.godot/imported/WWT-14.png-b9075987807eba6a461b896e310a1b8a.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/hexagonal_map/tiles/WWT-15.png.import b/2d/hexagonal_map/tiles/WWT-15.png.import index 20b4e05df13..03b39d98215 100644 --- a/2d/hexagonal_map/tiles/WWT-15.png.import +++ b/2d/hexagonal_map/tiles/WWT-15.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/WWT-15.png-00500699e949fc7109f5946f459a9877.stex" +type="CompressedTexture2D" +uid="uid://cqd2c2wh20qie" +path="res://.godot/imported/WWT-15.png-00500699e949fc7109f5946f459a9877.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://tiles/WWT-15.png" -dest_files=["res://.godot/imported/WWT-15.png-00500699e949fc7109f5946f459a9877.stex"] +dest_files=["res://.godot/imported/WWT-15.png-00500699e949fc7109f5946f459a9877.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/hexagonal_map/tiles/WWT-16.png.import b/2d/hexagonal_map/tiles/WWT-16.png.import index cc9390fa92c..f880007bc77 100644 --- a/2d/hexagonal_map/tiles/WWT-16.png.import +++ b/2d/hexagonal_map/tiles/WWT-16.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/WWT-16.png-fbcd640a627612e528382718aecef7c7.stex" +type="CompressedTexture2D" +uid="uid://1hkvgty64oul" +path="res://.godot/imported/WWT-16.png-fbcd640a627612e528382718aecef7c7.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://tiles/WWT-16.png" -dest_files=["res://.godot/imported/WWT-16.png-fbcd640a627612e528382718aecef7c7.stex"] +dest_files=["res://.godot/imported/WWT-16.png-fbcd640a627612e528382718aecef7c7.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/hexagonal_map/tiles/WWT-17.png.import b/2d/hexagonal_map/tiles/WWT-17.png.import index aec4e9d0fad..457dff0c355 100644 --- a/2d/hexagonal_map/tiles/WWT-17.png.import +++ b/2d/hexagonal_map/tiles/WWT-17.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/WWT-17.png-eb18073021ced526bfb8971a84830c46.stex" +type="CompressedTexture2D" +uid="uid://1iq2swd8y0kw" +path="res://.godot/imported/WWT-17.png-eb18073021ced526bfb8971a84830c46.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://tiles/WWT-17.png" -dest_files=["res://.godot/imported/WWT-17.png-eb18073021ced526bfb8971a84830c46.stex"] +dest_files=["res://.godot/imported/WWT-17.png-eb18073021ced526bfb8971a84830c46.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/hexagonal_map/tiles/WWT-18.png.import b/2d/hexagonal_map/tiles/WWT-18.png.import index 6d83a15fdea..437d782d48f 100644 --- a/2d/hexagonal_map/tiles/WWT-18.png.import +++ b/2d/hexagonal_map/tiles/WWT-18.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/WWT-18.png-82273bf41643f8f544a05cdc2226c3b8.stex" +type="CompressedTexture2D" +uid="uid://cyoanntk2j1r5" +path="res://.godot/imported/WWT-18.png-82273bf41643f8f544a05cdc2226c3b8.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://tiles/WWT-18.png" -dest_files=["res://.godot/imported/WWT-18.png-82273bf41643f8f544a05cdc2226c3b8.stex"] +dest_files=["res://.godot/imported/WWT-18.png-82273bf41643f8f544a05cdc2226c3b8.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/hexagonal_map/tiles/WWT-19.png.import b/2d/hexagonal_map/tiles/WWT-19.png.import index b7706987715..f1c4bae0c67 100644 --- a/2d/hexagonal_map/tiles/WWT-19.png.import +++ b/2d/hexagonal_map/tiles/WWT-19.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/WWT-19.png-5894de00e931e36aaec31583c3ddce5c.stex" +type="CompressedTexture2D" +uid="uid://ceg6p4pycxma4" +path="res://.godot/imported/WWT-19.png-5894de00e931e36aaec31583c3ddce5c.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://tiles/WWT-19.png" -dest_files=["res://.godot/imported/WWT-19.png-5894de00e931e36aaec31583c3ddce5c.stex"] +dest_files=["res://.godot/imported/WWT-19.png-5894de00e931e36aaec31583c3ddce5c.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/hexagonal_map/tiles/WWT-20.png.import b/2d/hexagonal_map/tiles/WWT-20.png.import index 69572f29bfc..9c266edf7be 100644 --- a/2d/hexagonal_map/tiles/WWT-20.png.import +++ b/2d/hexagonal_map/tiles/WWT-20.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/WWT-20.png-88080834968c597a14e2fa47d72452ca.stex" +type="CompressedTexture2D" +uid="uid://chb3m0ywas0um" +path="res://.godot/imported/WWT-20.png-88080834968c597a14e2fa47d72452ca.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://tiles/WWT-20.png" -dest_files=["res://.godot/imported/WWT-20.png-88080834968c597a14e2fa47d72452ca.stex"] +dest_files=["res://.godot/imported/WWT-20.png-88080834968c597a14e2fa47d72452ca.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/hexagonal_map/tiles/WWT-21.png.import b/2d/hexagonal_map/tiles/WWT-21.png.import index 1f276059815..501fbe34cad 100644 --- a/2d/hexagonal_map/tiles/WWT-21.png.import +++ b/2d/hexagonal_map/tiles/WWT-21.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/WWT-21.png-390238468871139dc33ef039ad919c91.stex" +type="CompressedTexture2D" +uid="uid://c5uttqfeps4db" +path="res://.godot/imported/WWT-21.png-390238468871139dc33ef039ad919c91.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://tiles/WWT-21.png" -dest_files=["res://.godot/imported/WWT-21.png-390238468871139dc33ef039ad919c91.stex"] +dest_files=["res://.godot/imported/WWT-21.png-390238468871139dc33ef039ad919c91.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/hexagonal_map/tiles/WWT-22.png.import b/2d/hexagonal_map/tiles/WWT-22.png.import index cba810584e8..1c6af283f87 100644 --- a/2d/hexagonal_map/tiles/WWT-22.png.import +++ b/2d/hexagonal_map/tiles/WWT-22.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/WWT-22.png-61b6f2ffc488560cd737af0df3a2aff4.stex" +type="CompressedTexture2D" +uid="uid://desylm4omaicl" +path="res://.godot/imported/WWT-22.png-61b6f2ffc488560cd737af0df3a2aff4.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://tiles/WWT-22.png" -dest_files=["res://.godot/imported/WWT-22.png-61b6f2ffc488560cd737af0df3a2aff4.stex"] +dest_files=["res://.godot/imported/WWT-22.png-61b6f2ffc488560cd737af0df3a2aff4.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/hexagonal_map/tiles/WWT-23.png.import b/2d/hexagonal_map/tiles/WWT-23.png.import index 615951c8705..ef53a93fd1e 100644 --- a/2d/hexagonal_map/tiles/WWT-23.png.import +++ b/2d/hexagonal_map/tiles/WWT-23.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/WWT-23.png-67ddb05725964560ee768025fb1ace6c.stex" +type="CompressedTexture2D" +uid="uid://c1124u4mauyoa" +path="res://.godot/imported/WWT-23.png-67ddb05725964560ee768025fb1ace6c.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://tiles/WWT-23.png" -dest_files=["res://.godot/imported/WWT-23.png-67ddb05725964560ee768025fb1ace6c.stex"] +dest_files=["res://.godot/imported/WWT-23.png-67ddb05725964560ee768025fb1ace6c.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/hexagonal_map/tiles/WWT-24.png.import b/2d/hexagonal_map/tiles/WWT-24.png.import index 36d3bce312b..063af02cd56 100644 --- a/2d/hexagonal_map/tiles/WWT-24.png.import +++ b/2d/hexagonal_map/tiles/WWT-24.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/WWT-24.png-f708ede817cd745747bd03a5050d20d7.stex" +type="CompressedTexture2D" +uid="uid://bi8qsd7i1aahf" +path="res://.godot/imported/WWT-24.png-f708ede817cd745747bd03a5050d20d7.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://tiles/WWT-24.png" -dest_files=["res://.godot/imported/WWT-24.png-f708ede817cd745747bd03a5050d20d7.stex"] +dest_files=["res://.godot/imported/WWT-24.png-f708ede817cd745747bd03a5050d20d7.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/hexagonal_map/tiles/WWT-25.png.import b/2d/hexagonal_map/tiles/WWT-25.png.import index 03297fb29cf..2f5dc28ec0e 100644 --- a/2d/hexagonal_map/tiles/WWT-25.png.import +++ b/2d/hexagonal_map/tiles/WWT-25.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/WWT-25.png-8d42552ab8c27a7d4782e3da8de397f1.stex" +type="CompressedTexture2D" +uid="uid://c0ujnkfiof2c7" +path="res://.godot/imported/WWT-25.png-8d42552ab8c27a7d4782e3da8de397f1.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://tiles/WWT-25.png" -dest_files=["res://.godot/imported/WWT-25.png-8d42552ab8c27a7d4782e3da8de397f1.stex"] +dest_files=["res://.godot/imported/WWT-25.png-8d42552ab8c27a7d4782e3da8de397f1.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/hexagonal_map/tiles/WWT-26.png.import b/2d/hexagonal_map/tiles/WWT-26.png.import index a44e669d170..3598950005e 100644 --- a/2d/hexagonal_map/tiles/WWT-26.png.import +++ b/2d/hexagonal_map/tiles/WWT-26.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/WWT-26.png-317f2102fb6abd09801389544f53c0e1.stex" +type="CompressedTexture2D" +uid="uid://nqj5fdvt56ad" +path="res://.godot/imported/WWT-26.png-317f2102fb6abd09801389544f53c0e1.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://tiles/WWT-26.png" -dest_files=["res://.godot/imported/WWT-26.png-317f2102fb6abd09801389544f53c0e1.stex"] +dest_files=["res://.godot/imported/WWT-26.png-317f2102fb6abd09801389544f53c0e1.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/hexagonal_map/tileset.tres b/2d/hexagonal_map/tileset.tres index d510338796a..2108fd39f90 100644 --- a/2d/hexagonal_map/tileset.tres +++ b/2d/hexagonal_map/tileset.tres @@ -1,290 +1,709 @@ -[gd_resource type="TileSet" load_steps=27 format=2] +[gd_resource type="TileSet" load_steps=53 format=3 uid="uid://cdqwqnhu3t3wq"] -[ext_resource path="res://tiles/WWT-01.png" type="Texture2D" id=1] -[ext_resource path="res://tiles/WWT-02.png" type="Texture2D" id=2] -[ext_resource path="res://tiles/WWT-11.png" type="Texture2D" id=3] -[ext_resource path="res://tiles/WWT-12.png" type="Texture2D" id=4] -[ext_resource path="res://tiles/WWT-13.png" type="Texture2D" id=5] -[ext_resource path="res://tiles/WWT-14.png" type="Texture2D" id=6] -[ext_resource path="res://tiles/WWT-15.png" type="Texture2D" id=7] -[ext_resource path="res://tiles/WWT-16.png" type="Texture2D" id=8] -[ext_resource path="res://tiles/WWT-17.png" type="Texture2D" id=9] -[ext_resource path="res://tiles/WWT-18.png" type="Texture2D" id=10] -[ext_resource path="res://tiles/WWT-19.png" type="Texture2D" id=11] -[ext_resource path="res://tiles/WWT-20.png" type="Texture2D" id=12] -[ext_resource path="res://tiles/WWT-03.png" type="Texture2D" id=13] -[ext_resource path="res://tiles/WWT-21.png" type="Texture2D" id=14] -[ext_resource path="res://tiles/WWT-22.png" type="Texture2D" id=15] -[ext_resource path="res://tiles/WWT-23.png" type="Texture2D" id=16] -[ext_resource path="res://tiles/WWT-24.png" type="Texture2D" id=17] -[ext_resource path="res://tiles/WWT-25.png" type="Texture2D" id=18] -[ext_resource path="res://tiles/WWT-26.png" type="Texture2D" id=19] -[ext_resource path="res://tiles/WWT-04.png" type="Texture2D" id=20] -[ext_resource path="res://tiles/WWT-05.png" type="Texture2D" id=21] -[ext_resource path="res://tiles/WWT-06.png" type="Texture2D" id=22] -[ext_resource path="res://tiles/WWT-07.png" type="Texture2D" id=23] -[ext_resource path="res://tiles/WWT-08.png" type="Texture2D" id=24] -[ext_resource path="res://tiles/WWT-09.png" type="Texture2D" id=25] -[ext_resource path="res://tiles/WWT-10.png" type="Texture2D" id=26] +[ext_resource type="Texture2D" uid="uid://crqmfvmjk10qv" path="res://tiles/WWT-01.png" id="1"] +[ext_resource type="Texture2D" uid="uid://cedbg617ddc06" path="res://tiles/WWT-02.png" id="2"] +[ext_resource type="Texture2D" uid="uid://cbuym3gkbc32a" path="res://tiles/WWT-11.png" id="3"] +[ext_resource type="Texture2D" uid="uid://dyhvpxrxlip5v" path="res://tiles/WWT-12.png" id="4"] +[ext_resource type="Texture2D" uid="uid://cf37ho773vwp2" path="res://tiles/WWT-13.png" id="5"] +[ext_resource type="Texture2D" uid="uid://bxai3ekb6emcv" path="res://tiles/WWT-14.png" id="6"] +[ext_resource type="Texture2D" uid="uid://cqd2c2wh20qie" path="res://tiles/WWT-15.png" id="7"] +[ext_resource type="Texture2D" uid="uid://1hkvgty64oul" path="res://tiles/WWT-16.png" id="8"] +[ext_resource type="Texture2D" uid="uid://1iq2swd8y0kw" path="res://tiles/WWT-17.png" id="9"] +[ext_resource type="Texture2D" uid="uid://cyoanntk2j1r5" path="res://tiles/WWT-18.png" id="10"] +[ext_resource type="Texture2D" uid="uid://ceg6p4pycxma4" path="res://tiles/WWT-19.png" id="11"] +[ext_resource type="Texture2D" uid="uid://chb3m0ywas0um" path="res://tiles/WWT-20.png" id="12"] +[ext_resource type="Texture2D" uid="uid://cmth7tlqu7i5b" path="res://tiles/WWT-03.png" id="13"] +[ext_resource type="Texture2D" uid="uid://c5uttqfeps4db" path="res://tiles/WWT-21.png" id="14"] +[ext_resource type="Texture2D" uid="uid://desylm4omaicl" path="res://tiles/WWT-22.png" id="15"] +[ext_resource type="Texture2D" uid="uid://c1124u4mauyoa" path="res://tiles/WWT-23.png" id="16"] +[ext_resource type="Texture2D" uid="uid://bi8qsd7i1aahf" path="res://tiles/WWT-24.png" id="17"] +[ext_resource type="Texture2D" uid="uid://c0ujnkfiof2c7" path="res://tiles/WWT-25.png" id="18"] +[ext_resource type="Texture2D" uid="uid://nqj5fdvt56ad" path="res://tiles/WWT-26.png" id="19"] +[ext_resource type="Texture2D" uid="uid://cnap3w3iv55k6" path="res://tiles/WWT-04.png" id="20"] +[ext_resource type="Texture2D" uid="uid://b2l65q8a3gdh4" path="res://tiles/WWT-05.png" id="21"] +[ext_resource type="Texture2D" uid="uid://dw1k6i44aj0x6" path="res://tiles/WWT-06.png" id="22"] +[ext_resource type="Texture2D" uid="uid://c5fggtsfk75xa" path="res://tiles/WWT-07.png" id="23"] +[ext_resource type="Texture2D" uid="uid://wqigqjsj3avp" path="res://tiles/WWT-08.png" id="24"] +[ext_resource type="Texture2D" uid="uid://c6hs85g3cl0sq" path="res://tiles/WWT-09.png" id="25"] +[ext_resource type="Texture2D" uid="uid://bpo0pq1q0f27b" path="res://tiles/WWT-10.png" id="26"] + +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_oh287"] +texture = ExtResource("1") +texture_region_size = Vector2i(128, 128) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/1 = 1 +0:0/1/flip_h = true +0:0/2 = 2 +0:0/2/flip_v = true +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/4 = 4 +0:0/4/transpose = true +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true + +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_bmxdu"] +texture = ExtResource("2") +texture_region_size = Vector2i(128, 128) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/1 = 1 +0:0/1/flip_h = true +0:0/2 = 2 +0:0/2/flip_v = true +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/4 = 4 +0:0/4/transpose = true +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true + +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_u8sk8"] +texture = ExtResource("3") +texture_region_size = Vector2i(128, 128) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/1 = 1 +0:0/1/flip_h = true +0:0/2 = 2 +0:0/2/flip_v = true +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/4 = 4 +0:0/4/transpose = true +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true + +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_dtlkn"] +texture = ExtResource("4") +texture_region_size = Vector2i(128, 128) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/1 = 1 +0:0/1/flip_h = true +0:0/2 = 2 +0:0/2/flip_v = true +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/4 = 4 +0:0/4/transpose = true +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true + +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_k6l3k"] +texture = ExtResource("5") +texture_region_size = Vector2i(128, 128) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/1 = 1 +0:0/1/flip_h = true +0:0/2 = 2 +0:0/2/flip_v = true +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/4 = 4 +0:0/4/transpose = true +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true + +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_yird3"] +texture = ExtResource("6") +texture_region_size = Vector2i(128, 128) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/1 = 1 +0:0/1/flip_h = true +0:0/2 = 2 +0:0/2/flip_v = true +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/4 = 4 +0:0/4/transpose = true +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true + +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_2rlgx"] +texture = ExtResource("7") +texture_region_size = Vector2i(128, 128) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/1 = 1 +0:0/1/flip_h = true +0:0/2 = 2 +0:0/2/flip_v = true +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/4 = 4 +0:0/4/transpose = true +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true + +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_4vyst"] +texture = ExtResource("8") +texture_region_size = Vector2i(128, 128) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/1 = 1 +0:0/1/flip_h = true +0:0/2 = 2 +0:0/2/flip_v = true +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/4 = 4 +0:0/4/transpose = true +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true + +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_hte4l"] +texture = ExtResource("9") +texture_region_size = Vector2i(128, 128) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/1 = 1 +0:0/1/flip_h = true +0:0/2 = 2 +0:0/2/flip_v = true +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/4 = 4 +0:0/4/transpose = true +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true + +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_1o5vu"] +texture = ExtResource("10") +texture_region_size = Vector2i(128, 128) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/1 = 1 +0:0/1/flip_h = true +0:0/2 = 2 +0:0/2/flip_v = true +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/4 = 4 +0:0/4/transpose = true +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true + +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_qxvr3"] +texture = ExtResource("11") +texture_region_size = Vector2i(128, 128) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/1 = 1 +0:0/1/flip_h = true +0:0/2 = 2 +0:0/2/flip_v = true +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/4 = 4 +0:0/4/transpose = true +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true + +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_w48kd"] +texture = ExtResource("12") +texture_region_size = Vector2i(128, 128) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/1 = 1 +0:0/1/flip_h = true +0:0/2 = 2 +0:0/2/flip_v = true +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/4 = 4 +0:0/4/transpose = true +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true + +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_c2r56"] +texture = ExtResource("13") +texture_region_size = Vector2i(128, 128) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/1 = 1 +0:0/1/flip_h = true +0:0/2 = 2 +0:0/2/flip_v = true +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/4 = 4 +0:0/4/transpose = true +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true + +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_ppq3m"] +texture = ExtResource("14") +texture_region_size = Vector2i(128, 128) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/1 = 1 +0:0/1/flip_h = true +0:0/2 = 2 +0:0/2/flip_v = true +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/4 = 4 +0:0/4/transpose = true +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true + +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_2nvyk"] +texture = ExtResource("15") +texture_region_size = Vector2i(128, 128) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/1 = 1 +0:0/1/flip_h = true +0:0/2 = 2 +0:0/2/flip_v = true +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/4 = 4 +0:0/4/transpose = true +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true + +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_rfmnc"] +texture = ExtResource("16") +texture_region_size = Vector2i(128, 128) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/1 = 1 +0:0/1/flip_h = true +0:0/2 = 2 +0:0/2/flip_v = true +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/4 = 4 +0:0/4/transpose = true +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true + +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_25mrk"] +texture = ExtResource("17") +texture_region_size = Vector2i(128, 128) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/1 = 1 +0:0/1/flip_h = true +0:0/2 = 2 +0:0/2/flip_v = true +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/4 = 4 +0:0/4/transpose = true +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true + +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_3l4iw"] +texture = ExtResource("18") +texture_region_size = Vector2i(128, 128) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/1 = 1 +0:0/1/flip_h = true +0:0/2 = 2 +0:0/2/flip_v = true +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/4 = 4 +0:0/4/transpose = true +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true + +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_jm5h0"] +texture = ExtResource("19") +texture_region_size = Vector2i(128, 128) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/1 = 1 +0:0/1/flip_h = true +0:0/2 = 2 +0:0/2/flip_v = true +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/4 = 4 +0:0/4/transpose = true +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true + +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_88jh5"] +texture = ExtResource("20") +texture_region_size = Vector2i(128, 128) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/1 = 1 +0:0/1/flip_h = true +0:0/2 = 2 +0:0/2/flip_v = true +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/4 = 4 +0:0/4/transpose = true +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true + +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_hfv7b"] +texture = ExtResource("21") +texture_region_size = Vector2i(128, 128) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/1 = 1 +0:0/1/flip_h = true +0:0/2 = 2 +0:0/2/flip_v = true +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/4 = 4 +0:0/4/transpose = true +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true + +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_xix30"] +texture = ExtResource("22") +texture_region_size = Vector2i(128, 128) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/1 = 1 +0:0/1/flip_h = true +0:0/2 = 2 +0:0/2/flip_v = true +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/4 = 4 +0:0/4/transpose = true +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true + +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_svdm5"] +texture = ExtResource("23") +texture_region_size = Vector2i(128, 128) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/1 = 1 +0:0/1/flip_h = true +0:0/2 = 2 +0:0/2/flip_v = true +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/4 = 4 +0:0/4/transpose = true +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true + +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_xg1yk"] +texture = ExtResource("24") +texture_region_size = Vector2i(128, 128) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/1 = 1 +0:0/1/flip_h = true +0:0/2 = 2 +0:0/2/flip_v = true +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/4 = 4 +0:0/4/transpose = true +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true + +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_rjq70"] +texture = ExtResource("25") +texture_region_size = Vector2i(128, 128) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/1 = 1 +0:0/1/flip_h = true +0:0/2 = 2 +0:0/2/flip_v = true +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/4 = 4 +0:0/4/transpose = true +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true + +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_fpx8o"] +texture = ExtResource("26") +texture_region_size = Vector2i(128, 128) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/1 = 1 +0:0/1/flip_h = true +0:0/2 = 2 +0:0/2/flip_v = true +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/4 = 4 +0:0/4/transpose = true +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true [resource] -0/name = "Tile1" -0/texture = ExtResource( 1 ) -0/tex_offset = Vector2( 0, 0 ) -0/modulate = Color( 1, 1, 1, 1 ) -0/region = Rect2( 0, 0, 128, 128 ) -0/tile_mode = 0 -0/occluder_offset = Vector2( 0, 0 ) -0/navigation_offset = Vector2( 0, 0 ) -0/shapes = [ ] -0/z_index = 0 -1/name = "Tile2" -1/texture = ExtResource( 2 ) -1/tex_offset = Vector2( 0, 0 ) -1/modulate = Color( 1, 1, 1, 1 ) -1/region = Rect2( 0, 0, 128, 128 ) -1/tile_mode = 0 -1/occluder_offset = Vector2( 0, 0 ) -1/navigation_offset = Vector2( 0, 0 ) -1/shapes = [ ] -1/z_index = 0 -2/name = "Tile3" -2/texture = ExtResource( 13 ) -2/tex_offset = Vector2( 0, 0 ) -2/modulate = Color( 1, 1, 1, 1 ) -2/region = Rect2( 0, 0, 128, 128 ) -2/tile_mode = 0 -2/occluder_offset = Vector2( 0, 0 ) -2/navigation_offset = Vector2( 0, 0 ) -2/shapes = [ ] -2/z_index = 0 -3/name = "Tile4" -3/texture = ExtResource( 20 ) -3/tex_offset = Vector2( 0, 0 ) -3/modulate = Color( 1, 1, 1, 1 ) -3/region = Rect2( 0, 0, 128, 128 ) -3/tile_mode = 0 -3/occluder_offset = Vector2( 0, 0 ) -3/navigation_offset = Vector2( 0, 0 ) -3/shapes = [ ] -3/z_index = 0 -4/name = "Tile5" -4/texture = ExtResource( 21 ) -4/tex_offset = Vector2( 0, 0 ) -4/modulate = Color( 1, 1, 1, 1 ) -4/region = Rect2( 0, 0, 128, 128 ) -4/tile_mode = 0 -4/occluder_offset = Vector2( 0, 0 ) -4/navigation_offset = Vector2( 0, 0 ) -4/shapes = [ ] -4/z_index = 0 -5/name = "Tile6" -5/texture = ExtResource( 22 ) -5/tex_offset = Vector2( 0, 0 ) -5/modulate = Color( 1, 1, 1, 1 ) -5/region = Rect2( 0, 0, 128, 128 ) -5/tile_mode = 0 -5/occluder_offset = Vector2( 0, 0 ) -5/navigation_offset = Vector2( 0, 0 ) -5/shapes = [ ] -5/z_index = 0 -6/name = "Tile7" -6/texture = ExtResource( 23 ) -6/tex_offset = Vector2( 0, 0 ) -6/modulate = Color( 1, 1, 1, 1 ) -6/region = Rect2( 0, 0, 128, 128 ) -6/tile_mode = 0 -6/occluder_offset = Vector2( 0, 0 ) -6/navigation_offset = Vector2( 0, 0 ) -6/shapes = [ ] -6/z_index = 0 -7/name = "Tile8" -7/texture = ExtResource( 24 ) -7/tex_offset = Vector2( 0, 0 ) -7/modulate = Color( 1, 1, 1, 1 ) -7/region = Rect2( 0, 0, 128, 128 ) -7/tile_mode = 0 -7/occluder_offset = Vector2( 0, 0 ) -7/navigation_offset = Vector2( 0, 0 ) -7/shapes = [ ] -7/z_index = 0 -8/name = "Tile9" -8/texture = ExtResource( 25 ) -8/tex_offset = Vector2( 0, 0 ) -8/modulate = Color( 1, 1, 1, 1 ) -8/region = Rect2( 0, 0, 128, 128 ) -8/tile_mode = 0 -8/occluder_offset = Vector2( 0, 0 ) -8/navigation_offset = Vector2( 0, 0 ) -8/shapes = [ ] -8/z_index = 0 -9/name = "Tile10" -9/texture = ExtResource( 26 ) -9/tex_offset = Vector2( 0, 0 ) -9/modulate = Color( 1, 1, 1, 1 ) -9/region = Rect2( 0, 0, 128, 128 ) -9/tile_mode = 0 -9/occluder_offset = Vector2( 0, 0 ) -9/navigation_offset = Vector2( 0, 0 ) -9/shapes = [ ] -9/z_index = 0 -10/name = "Tile11" -10/texture = ExtResource( 3 ) -10/tex_offset = Vector2( 0, 0 ) -10/modulate = Color( 1, 1, 1, 1 ) -10/region = Rect2( 0, 0, 128, 128 ) -10/tile_mode = 0 -10/occluder_offset = Vector2( 0, 0 ) -10/navigation_offset = Vector2( 0, 0 ) -10/shapes = [ ] -10/z_index = 0 -11/name = "Tile12" -11/texture = ExtResource( 4 ) -11/tex_offset = Vector2( 0, 0 ) -11/modulate = Color( 1, 1, 1, 1 ) -11/region = Rect2( 0, 0, 128, 128 ) -11/tile_mode = 0 -11/occluder_offset = Vector2( 0, 0 ) -11/navigation_offset = Vector2( 0, 0 ) -11/shapes = [ ] -11/z_index = 0 -12/name = "Tile13" -12/texture = ExtResource( 5 ) -12/tex_offset = Vector2( 0, 0 ) -12/modulate = Color( 1, 1, 1, 1 ) -12/region = Rect2( 0, 0, 128, 128 ) -12/tile_mode = 0 -12/occluder_offset = Vector2( 0, 0 ) -12/navigation_offset = Vector2( 0, 0 ) -12/shapes = [ ] -12/z_index = 0 -13/name = "Tile14" -13/texture = ExtResource( 6 ) -13/tex_offset = Vector2( 0, 0 ) -13/modulate = Color( 1, 1, 1, 1 ) -13/region = Rect2( 0, 0, 128, 128 ) -13/tile_mode = 0 -13/occluder_offset = Vector2( 0, 0 ) -13/navigation_offset = Vector2( 0, 0 ) -13/shapes = [ ] -13/z_index = 0 -14/name = "Tile15" -14/texture = ExtResource( 7 ) -14/tex_offset = Vector2( 0, 0 ) -14/modulate = Color( 1, 1, 1, 1 ) -14/region = Rect2( 0, 0, 128, 128 ) -14/tile_mode = 0 -14/occluder_offset = Vector2( 0, 0 ) -14/navigation_offset = Vector2( 0, 0 ) -14/shapes = [ ] -14/z_index = 0 -15/name = "Tile16" -15/texture = ExtResource( 8 ) -15/tex_offset = Vector2( 0, 0 ) -15/modulate = Color( 1, 1, 1, 1 ) -15/region = Rect2( 0, 0, 128, 128 ) -15/tile_mode = 0 -15/occluder_offset = Vector2( 0, 0 ) -15/navigation_offset = Vector2( 0, 0 ) -15/shapes = [ ] -15/z_index = 0 -16/name = "Tile17" -16/texture = ExtResource( 9 ) -16/tex_offset = Vector2( 0, 0 ) -16/modulate = Color( 1, 1, 1, 1 ) -16/region = Rect2( 0, 0, 128, 128 ) -16/tile_mode = 0 -16/occluder_offset = Vector2( 0, 0 ) -16/navigation_offset = Vector2( 0, 0 ) -16/shapes = [ ] -16/z_index = 0 -17/name = "Tile18" -17/texture = ExtResource( 10 ) -17/tex_offset = Vector2( 0, 0 ) -17/modulate = Color( 1, 1, 1, 1 ) -17/region = Rect2( 0, 0, 128, 128 ) -17/tile_mode = 0 -17/occluder_offset = Vector2( 0, 0 ) -17/navigation_offset = Vector2( 0, 0 ) -17/shapes = [ ] -17/z_index = 0 -18/name = "Tile19" -18/texture = ExtResource( 11 ) -18/tex_offset = Vector2( 0, 0 ) -18/modulate = Color( 1, 1, 1, 1 ) -18/region = Rect2( 0, 0, 128, 128 ) -18/tile_mode = 0 -18/occluder_offset = Vector2( 0, 0 ) -18/navigation_offset = Vector2( 0, 0 ) -18/shapes = [ ] -18/z_index = 0 -19/name = "Tile20" -19/texture = ExtResource( 12 ) -19/tex_offset = Vector2( 0, 0 ) -19/modulate = Color( 1, 1, 1, 1 ) -19/region = Rect2( 0, 0, 128, 128 ) -19/tile_mode = 0 -19/occluder_offset = Vector2( 0, 0 ) -19/navigation_offset = Vector2( 0, 0 ) -19/shapes = [ ] -19/z_index = 0 -20/name = "Tile21" -20/texture = ExtResource( 14 ) -20/tex_offset = Vector2( 0, 0 ) -20/modulate = Color( 1, 1, 1, 1 ) -20/region = Rect2( 0, 0, 128, 128 ) -20/tile_mode = 0 -20/occluder_offset = Vector2( 0, 0 ) -20/navigation_offset = Vector2( 0, 0 ) -20/shapes = [ ] -20/z_index = 0 -21/name = "Tile22" -21/texture = ExtResource( 15 ) -21/tex_offset = Vector2( 0, 0 ) -21/modulate = Color( 1, 1, 1, 1 ) -21/region = Rect2( 0, 0, 128, 128 ) -21/tile_mode = 0 -21/occluder_offset = Vector2( 0, 0 ) -21/navigation_offset = Vector2( 0, 0 ) -21/shapes = [ ] -21/z_index = 0 -22/name = "Tile23" -22/texture = ExtResource( 16 ) -22/tex_offset = Vector2( 0, 0 ) -22/modulate = Color( 1, 1, 1, 1 ) -22/region = Rect2( 0, 0, 128, 128 ) -22/tile_mode = 0 -22/occluder_offset = Vector2( 0, 0 ) -22/navigation_offset = Vector2( 0, 0 ) -22/shapes = [ ] -22/z_index = 0 -23/name = "Tile24" -23/texture = ExtResource( 17 ) -23/tex_offset = Vector2( 0, 0 ) -23/modulate = Color( 1, 1, 1, 1 ) -23/region = Rect2( 0, 0, 128, 128 ) -23/tile_mode = 0 -23/occluder_offset = Vector2( 0, 0 ) -23/navigation_offset = Vector2( 0, 0 ) -23/shapes = [ ] -23/z_index = 0 -24/name = "Tile25" -24/texture = ExtResource( 18 ) -24/tex_offset = Vector2( 0, 0 ) -24/modulate = Color( 1, 1, 1, 1 ) -24/region = Rect2( 0, 0, 128, 128 ) -24/tile_mode = 0 -24/occluder_offset = Vector2( 0, 0 ) -24/navigation_offset = Vector2( 0, 0 ) -24/shapes = [ ] -24/z_index = 0 -25/name = "Tile26" -25/texture = ExtResource( 19 ) -25/tex_offset = Vector2( 0, 0 ) -25/modulate = Color( 1, 1, 1, 1 ) -25/region = Rect2( 0, 0, 128, 128 ) -25/tile_mode = 0 -25/occluder_offset = Vector2( 0, 0 ) -25/navigation_offset = Vector2( 0, 0 ) -25/shapes = [ ] -25/z_index = 0 +tile_shape = 3 +tile_offset_axis = 1 +tile_size = Vector2i(110, 94) +sources/0 = SubResource("TileSetAtlasSource_oh287") +sources/1 = SubResource("TileSetAtlasSource_bmxdu") +sources/2 = SubResource("TileSetAtlasSource_c2r56") +sources/3 = SubResource("TileSetAtlasSource_88jh5") +sources/4 = SubResource("TileSetAtlasSource_hfv7b") +sources/5 = SubResource("TileSetAtlasSource_xix30") +sources/6 = SubResource("TileSetAtlasSource_svdm5") +sources/7 = SubResource("TileSetAtlasSource_xg1yk") +sources/8 = SubResource("TileSetAtlasSource_rjq70") +sources/9 = SubResource("TileSetAtlasSource_fpx8o") +sources/10 = SubResource("TileSetAtlasSource_u8sk8") +sources/11 = SubResource("TileSetAtlasSource_dtlkn") +sources/12 = SubResource("TileSetAtlasSource_k6l3k") +sources/13 = SubResource("TileSetAtlasSource_yird3") +sources/14 = SubResource("TileSetAtlasSource_2rlgx") +sources/15 = SubResource("TileSetAtlasSource_4vyst") +sources/16 = SubResource("TileSetAtlasSource_hte4l") +sources/17 = SubResource("TileSetAtlasSource_1o5vu") +sources/18 = SubResource("TileSetAtlasSource_qxvr3") +sources/19 = SubResource("TileSetAtlasSource_w48kd") +sources/20 = SubResource("TileSetAtlasSource_ppq3m") +sources/21 = SubResource("TileSetAtlasSource_2nvyk") +sources/22 = SubResource("TileSetAtlasSource_rfmnc") +sources/23 = SubResource("TileSetAtlasSource_25mrk") +sources/24 = SubResource("TileSetAtlasSource_3l4iw") +sources/25 = SubResource("TileSetAtlasSource_jm5h0") diff --git a/2d/hexagonal_map/troll.gd b/2d/hexagonal_map/troll.gd index a153657d608..08d0b87afe7 100644 --- a/2d/hexagonal_map/troll.gd +++ b/2d/hexagonal_map/troll.gd @@ -1,13 +1,13 @@ extends CharacterBody2D const MOTION_SPEED = 160 # Pixels/second. -const TAN30DEG = tan(deg2rad(30)) +const TAN30DEG = tan(deg_to_rad(30)) func _physics_process(_delta): var motion = Vector2() motion.x = Input.get_axis(&"move_left", &"move_right") motion.y = Input.get_axis(&"move_up", &"move_down") motion.y *= TAN30DEG - motion = motion.normalized() * MOTION_SPEED + velocity = motion.normalized() * MOTION_SPEED #warning-ignore:return_value_discarded - move_and_slide(motion) + move_and_slide() diff --git a/2d/hexagonal_map/troll.png.import b/2d/hexagonal_map/troll.png.import index b319f61ffa7..bf38b173896 100644 --- a/2d/hexagonal_map/troll.png.import +++ b/2d/hexagonal_map/troll.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/troll.png-78efc50bfccaa17f54d40cfea3eef5f5.stex" +type="CompressedTexture2D" +uid="uid://c125b0x0g8lwk" +path="res://.godot/imported/troll.png-78efc50bfccaa17f54d40cfea3eef5f5.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://troll.png" -dest_files=["res://.godot/imported/troll.png-78efc50bfccaa17f54d40cfea3eef5f5.stex"] +dest_files=["res://.godot/imported/troll.png-78efc50bfccaa17f54d40cfea3eef5f5.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/instancing/bowling_ball.png.import b/2d/instancing/bowling_ball.png.import index 5a153d3638e..c68509e895f 100644 --- a/2d/instancing/bowling_ball.png.import +++ b/2d/instancing/bowling_ball.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/2d/instancing/icon.png.import b/2d/instancing/icon.png.import index 8d61077f48d..eaff2b832c1 100644 --- a/2d/instancing/icon.png.import +++ b/2d/instancing/icon.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/2d/instancing/project.godot b/2d/instancing/project.godot index f947e68d6a2..560444eaf05 100644 --- a/2d/instancing/project.godot +++ b/2d/instancing/project.godot @@ -14,12 +14,11 @@ config/name="Scene Instancing Demo" config/description="A demo showing how to use scene instancing to make many duplicates of the same object." run/main_scene="res://scene_instancing.tscn" -config/icon="res://icon.png" config/features=PackedStringArray("4.0") +config/icon="res://icon.png" [display] -window/size/viewport_width=800 window/stretch/mode="canvas_items" window/stretch/aspect="expand" diff --git a/2d/instancing/scene_instancing.tscn b/2d/instancing/scene_instancing.tscn index c62b7c97bac..4b82a2d4f19 100644 --- a/2d/instancing/scene_instancing.tscn +++ b/2d/instancing/scene_instancing.tscn @@ -36,15 +36,19 @@ bounce = 0.4 [node name="SceneInstancing" type="Node2D"] [node name="InfoLabel" type="Label" parent="."] -offset_right = 354.0 -offset_bottom = 26.0 +offset_left = 16.0 +offset_top = 16.0 +offset_right = 370.0 +offset_bottom = 42.0 text = "Click the mouse to spawn a new Ball instance." horizontal_alignment = 1 +metadata/_edit_use_anchors_ = true [node name="BallFactory" type="Node2D" parent="."] -script = ExtResource( "1" ) +script = ExtResource("1") [node name="Static" type="StaticBody2D" parent="."] +position = Vector2(184, 32) [node name="Collision" type="CollisionPolygon2D" parent="Static"] polygon = PackedVector2Array(8.68994, 22.1976, 50.4445, 556.656, 292.621, 501.54, 335.36, 550.855, 510.039, 563.135, 542.137, 526.368, 567.463, 515.822, 612.463, 506.822, 667.291, 495.079, 747.553, 553.575, 793.806, 6.70509, 802.465, 601.097, 4.43558, 596.186) @@ -53,46 +57,46 @@ polygon = PackedVector2Array(8.68994, 22.1976, 50.4445, 556.656, 292.621, 501.54 color = Color(1, 0.266667, 0.419608, 1) polygon = PackedVector2Array(8.68994, 22.1976, 50.4445, 556.656, 292.621, 501.54, 335.36, 550.855, 510.039, 563.135, 542.137, 526.368, 567.463, 515.822, 612.463, 506.822, 667.291, 495.079, 747.553, 553.575, 793.806, 6.70509, 802.465, 601.097, 4.43558, 596.186) -[node name="Ball1" parent="." instance=ExtResource( "2" )] -position = Vector2(223.823, 161.773) -physics_material_override = SubResource( "1" ) +[node name="Ball1" parent="." instance=ExtResource("2")] +position = Vector2(407.823, 193.773) +physics_material_override = SubResource("1") -[node name="Ball2" parent="." instance=ExtResource( "2" )] -position = Vector2(388.078, 213.215) -physics_material_override = SubResource( "2" ) +[node name="Ball2" parent="." instance=ExtResource("2")] +position = Vector2(572.078, 245.215) +physics_material_override = SubResource("2") -[node name="Ball3" parent="." instance=ExtResource( "2" )] -position = Vector2(439.52, 104.013) -physics_material_override = SubResource( "3" ) +[node name="Ball3" parent="." instance=ExtResource("2")] +position = Vector2(623.52, 136.013) +physics_material_override = SubResource("3") -[node name="Ball4" parent="." instance=ExtResource( "2" )] -position = Vector2(235.555, 336.858) -physics_material_override = SubResource( "4" ) +[node name="Ball4" parent="." instance=ExtResource("2")] +position = Vector2(419.555, 368.858) +physics_material_override = SubResource("4") -[node name="Ball5" parent="." instance=ExtResource( "2" )] -position = Vector2(509.555, 362.858) -physics_material_override = SubResource( "5" ) +[node name="Ball5" parent="." instance=ExtResource("2")] +position = Vector2(693.555, 394.858) +physics_material_override = SubResource("5") -[node name="Ball6" parent="." instance=ExtResource( "2" )] -position = Vector2(635.555, 147.858) -physics_material_override = SubResource( "6" ) +[node name="Ball6" parent="." instance=ExtResource("2")] +position = Vector2(819.555, 179.858) +physics_material_override = SubResource("6") -[node name="Ball7" parent="." instance=ExtResource( "2" )] -position = Vector2(631.872, 325.88) -physics_material_override = SubResource( "7" ) +[node name="Ball7" parent="." instance=ExtResource("2")] +position = Vector2(815.872, 357.88) +physics_material_override = SubResource("7") -[node name="Ball8" parent="." instance=ExtResource( "2" )] -position = Vector2(529.97, 205.561) -physics_material_override = SubResource( "8" ) +[node name="Ball8" parent="." instance=ExtResource("2")] +position = Vector2(713.97, 237.561) +physics_material_override = SubResource("8") -[node name="Ball9" parent="." instance=ExtResource( "2" )] -position = Vector2(101.489, 167.502) -physics_material_override = SubResource( "9" ) +[node name="Ball9" parent="." instance=ExtResource("2")] +position = Vector2(285.489, 199.502) +physics_material_override = SubResource("9") -[node name="Ball10" parent="." instance=ExtResource( "2" )] -position = Vector2(143.756, 295.139) -physics_material_override = SubResource( "10" ) +[node name="Ball10" parent="." instance=ExtResource("2")] +position = Vector2(327.756, 327.139) +physics_material_override = SubResource("10") [node name="Camera2D" type="Camera2D" parent="."] -offset = Vector2(400, 300) +offset = Vector2(576, 324) current = true diff --git a/2d/isometric/dungeon.tscn b/2d/isometric/dungeon.tscn index cf3032f983e..87e590d536b 100644 --- a/2d/isometric/dungeon.tscn +++ b/2d/isometric/dungeon.tscn @@ -1,28 +1,21 @@ -[gd_scene load_steps=3 format=2] +[gd_scene load_steps=3 format=3 uid="uid://d2n73c4vcs6yd"] -[ext_resource path="res://tileset.tres" type="TileSet" id=1] -[ext_resource path="res://troll.tscn" type="PackedScene" id=2] +[ext_resource type="TileSet" uid="uid://r7h8te85l3bx" path="res://tileset.tres" id="1"] +[ext_resource type="PackedScene" path="res://troll.tscn" id="2"] [node name="Dungeon" type="Node2D"] [node name="Floor" type="TileMap" parent="."] -mode = 1 -tile_set = ExtResource( 1 ) -cell_size = Vector2(128, 64) -cell_tile_origin = 1 -centered_textures = true -format = 1 -tile_data = PackedInt32Array(-917493, 0, 0, -917492, 0, 0, -917491, 0, 0, -917490, 0, 0, -851957, 0, 0, -851956, 0, 0, -851955, 0, 0, -851954, 0, 0, -786421, 0, 0, -786420, 1, 0, -786419, 0, -1200553578, -786418, 0, 0, -720885, 0, 0, -720884, 0, 0, -720883, 0, -1200553578, -720882, 0, 0, -655349, 0, 0, -655348, 1, 0, -655347, 0, -1200553578, -655346, 0, 0, -589813, 0, 0, -589812, 1, 0, -589811, 0, -1200553578, -589810, 0, 0, -524277, 0, 0, -524276, 0, 0, -524275, 1, -1200553578, -524274, 0, 0, -458747, 0, 0, -458746, 0, 0, -458745, 0, 0, -458744, 0, 0, -458743, 0, 0, -458742, 0, 0, -458741, 0, 0, -458740, 0, 0, -458739, 0, -1200553578, -458738, 0, 0, -393211, 0, 0, -393210, 0, 0, -393209, 0, 0, -393208, 0, 0, -393207, 0, 0, -393206, 0, 0, -393205, 0, 0, -393204, 0, 0, -393203, 0, -1200553578, -393202, 0, 0, -327675, 0, 0, -327674, 0, 0, -327673, 0, -1200553578, -327672, 1, -1200553578, -327671, 1, -1200553578, -327670, 1, 0, -327669, 1, 0, -327668, 1, 0, -327667, 0, -1200553578, -327666, 0, 0, -262139, 0, 0, -262138, 0, 0, -262137, 0, -1200553578, -262136, 0, -1200553578, -262135, 0, -1200553578, -262134, 0, -1200553578, -262133, 0, -1200553578, -262132, 0, -1200553578, -262131, 0, -1200553578, -262130, 0, 0, -196603, 0, 0, -196602, 0, 0, -196601, 0, -1200553578, -196600, 0, -1200553578, -196599, 0, 0, -196598, 0, 0, -196597, 0, 0, -196596, 0, 0, -196595, 0, 0, -196594, 0, 0, -131067, 0, 0, -131066, 0, 0, -131065, 0, -1200553578, -131064, 0, -1200553578, -131063, 0, 0, -65531, 0, 0, -65530, 0, 0, -65529, 0, -1200553578, -65528, 0, -1200553578, -65527, 0, 0, 5, 0, 0, 6, 0, 0, 7, 1, -1200553578, 8, 0, -1200553578, 9, 0, 0, 65541, 0, 0, 65542, 0, 0, 65543, 0, -1200553578, 65544, 0, -1200553578, 65545, 0, 0, 131077, 0, 0, 131078, 0, 0, 131079, 0, -1200553578, 131080, 0, -1200553578, 131081, 0, 0, 196613, 0, 0, 196614, 0, 0, 196615, 0, 0, 196616, 0, 0) +position = Vector2(128, -16) +tile_set = ExtResource("1") +format = 2 +layer_0/tile_data = PackedInt32Array(-917493, 0, 0, -917492, 0, 0, -917491, 0, 0, -917490, 0, 0, -851957, 0, 0, -851956, 0, 0, -851955, 0, 0, -851954, 0, 0, -786421, 0, 0, -786420, 1, 0, -786419, 0, 0, -786418, 0, 0, -720885, 0, 0, -720884, 0, 0, -720883, 0, 0, -720882, 0, 0, -655349, 0, 0, -655348, 1, 0, -655347, 0, 0, -655346, 0, 0, -589813, 0, 0, -589812, 1, 0, -589811, 0, 0, -589810, 0, 0, -524277, 0, 0, -524276, 0, 0, -524275, 1, 0, -524274, 0, 0, -458747, 0, 0, -458746, 0, 0, -458745, 0, 0, -458744, 0, 0, -458743, 0, 0, -458742, 0, 0, -458741, 0, 0, -458740, 0, 0, -458739, 0, 0, -458738, 0, 0, -393211, 0, 0, -393210, 0, 0, -393209, 0, 0, -393208, 0, 0, -393207, 0, 0, -393206, 0, 0, -393205, 0, 0, -393204, 0, 0, -393203, 0, 0, -393202, 0, 0, -327675, 0, 0, -327674, 0, 0, -327673, 0, 0, -327672, 1, 0, -327671, 1, 0, -327670, 1, 0, -327669, 1, 0, -327668, 1, 0, -327667, 0, 0, -327666, 0, 0, -262139, 0, 0, -262138, 0, 0, -262137, 0, 0, -262136, 0, 0, -262135, 0, 0, -262134, 0, 0, -262133, 0, 0, -262132, 0, 0, -262131, 0, 0, -262130, 0, 0, -196603, 0, 0, -196602, 0, 0, -196601, 0, 0, -196600, 0, 0, -196599, 0, 0, -196598, 0, 0, -196597, 0, 0, -196596, 0, 0, -196595, 0, 0, -196594, 0, 0, -131067, 0, 0, -131066, 0, 0, -131065, 0, 0, -131064, 0, 0, -131063, 0, 0, -65531, 0, 0, -65530, 0, 0, -65529, 0, 0, -65528, 0, 0, -65527, 0, 0, 5, 0, 0, 6, 0, 0, 7, 1, 0, 8, 0, 0, 9, 0, 0, 65541, 0, 0, 65542, 0, 0, 65543, 0, 0, 65544, 0, 0, 65545, 0, 0, 131077, 0, 0, 131078, 0, 0, 131079, 0, 0, 131080, 0, 0, 131081, 0, 0, 196613, 0, 0, 196614, 0, 0, 196615, 0, 0, 196616, 0, 0, 196617, 1, 0) [node name="Walls" type="TileMap" parent="."] -mode = 1 -tile_set = ExtResource( 1 ) -cell_size = Vector2(128, 64) -cell_tile_origin = 1 -cell_y_sort = true -centered_textures = true -format = 1 -tile_data = PackedInt32Array(-917493, 2, -1200553578, -917492, 2, -1200553578, -917491, 2, -1200553578, -917490, 2, -1200553578, -917489, 2, -1200553578, -851957, 2, -1200553578, -851956, 3, -1200553578, -851954, 3, -1200553578, -851953, 2, -1200553578, -786421, 2, -1200553578, -786420, 3, -1200553578, -786418, 3, -1200553578, -786417, 2, -1200553578, -720885, 2, -1200553578, -720881, 2, -1200553578, -655349, 2, -1200553578, -655348, 2, -1200553578, -655346, 3, -1200553578, -655345, 2, -1200553578, -589813, 2, -1200553578, -589809, 2, -1200553578, -524277, 2, -1200553578, -524273, 2, -1200553578, -458747, 2, -1200553578, -458746, 2, -1200553578, -458745, 2, -1200553578, -458744, 536870916, -1200553578, -458743, 536870916, -1200553578, -458742, 2, 0, -458741, 2, 0, -458740, 2, 0, -458738, 2, 0, -458737, 2, -1200553578, -393211, 2, -1200553578, -393209, 3, -1200553578, -393201, 2, -1200553578, -327675, 4, -1200553578, -327665, 2, -1200553578, -262139, 4, -1200553578, -262129, 2, -1200553578, -196603, 2, 0, -196601, 3, 0, -196593, 2, -1200553578, -131067, 2, 0, -131062, 2, -1200553578, -131061, 2, -1200553578, -131060, 2, -1200553578, -131059, 2, -1200553578, -131058, 2, -1200553578, -131057, 2, -1200553578, -65531, 2, 0, -65530, 2, 0, -65527, 2, -1200553578, -65526, 2, -1200553578, 5, 2, -1200553578, 10, 2, 0, 65541, 2, -1200553578, 65546, 2, 0, 131077, 2, -1200553578, 131081, 3, 0, 131082, 2, 0, 196613, 2, -1200553578, 196618, 2, 0, 262149, 2, -1200553578, 262150, 2, -1200553578, 262151, 2, -1200553578, 262152, 2, 0, 262153, 2, 0, 262154, 2, 0) +position = Vector2(128, -16) +tile_set = ExtResource("1") +format = 2 +layer_0/tile_data = PackedInt32Array(-917493, 2, 0, -917492, 2, 0, -917491, 2, 0, -917490, 2, 0, -917489, 2, 0, -851957, 2, 0, -851956, 3, 0, -851954, 3, 0, -851953, 2, 0, -786421, 2, 0, -786420, 3, 0, -786418, 3, 0, -786417, 2, 0, -720885, 2, 0, -720881, 2, 0, -655349, 2, 0, -655348, 2, 0, -655346, 3, 0, -655345, 2, 0, -589813, 2, 0, -589809, 2, 0, -524277, 2, 0, -524273, 2, 0, -458747, 2, 0, -458746, 2, 0, -458745, 2, 0, -458744, 4, 65536, -458743, 4, 65536, -458742, 2, 0, -458741, 2, 0, -458740, 2, 0, -458738, 2, 0, -458737, 2, 0, -393211, 2, 0, -393209, 3, 0, -393201, 2, 0, -327675, 4, 0, -327665, 2, 0, -262139, 4, 0, -262129, 2, 0, -196603, 2, 0, -196601, 3, 0, -196593, 2, 0, -131067, 2, 0, -131062, 2, 0, -131061, 2, 0, -131060, 2, 0, -131059, 2, 0, -131058, 2, 0, -131057, 2, 0, -65531, 2, 0, -65530, 2, 0, -65527, 2, 0, -65526, 2, 0, 5, 2, 0, 10, 2, 0, 65541, 2, 0, 65546, 2, 0, 131077, 2, 0, 131082, 2, 0, 196613, 2, 0, 196618, 2, 0, 262149, 2, 0, 262150, 2, 0, 262151, 2, 0, 262152, 2, 0, 262153, 2, 0, 262154, 2, 0, 131081, 3, 0) -[node name="Troll" parent="Walls" instance=ExtResource( 2 )] -position = Vector2(368.142, 347.007) +[node name="Troll" parent="Walls" instance=ExtResource("2")] +position = Vector2(448.142, 339.007) diff --git a/2d/isometric/icon.png.import b/2d/isometric/icon.png.import index 889af9df580..9bd673b2929 100644 --- a/2d/isometric/icon.png.import +++ b/2d/isometric/icon.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" +type="CompressedTexture2D" +uid="uid://cyuecw0rd5i3y" +path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://icon.png" -dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.stex"] +dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/isometric/isotiles.png.import b/2d/isometric/isotiles.png.import index 6ef964fb787..4a0fa05617f 100644 --- a/2d/isometric/isotiles.png.import +++ b/2d/isometric/isotiles.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/isotiles.png-502434fe0d6c3fd8ce67cea5a960c208.stex" +type="CompressedTexture2D" +uid="uid://kqinbs473dse" +path="res://.godot/imported/isotiles.png-502434fe0d6c3fd8ce67cea5a960c208.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://isotiles.png" -dest_files=["res://.godot/imported/isotiles.png-502434fe0d6c3fd8ce67cea5a960c208.stex"] +dest_files=["res://.godot/imported/isotiles.png-502434fe0d6c3fd8ce67cea5a960c208.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/isometric/project.godot b/2d/isometric/project.godot index d5164112d02..08ca8e1edc4 100644 --- a/2d/isometric/project.godot +++ b/2d/isometric/project.godot @@ -6,7 +6,7 @@ ; [section] ; section goes between [] ; param=value ; assign values to parameters -config_version=4 +config_version=5 [application] @@ -16,12 +16,12 @@ config/description="This demo shows a traditional isometric view with depth sort A character can move around the level and will also slide around objects, as well as be occluded when standing in front or behind them." run/main_scene="res://dungeon.tscn" +config/features=PackedStringArray("4.0") config/icon="res://icon.png" [display] -window/dpi/allow_hidpi=true -window/stretch/mode="2d" +window/stretch/mode="canvas_items" window/stretch/aspect="expand" [gdnative] @@ -37,34 +37,34 @@ gen_mipmaps=false move_down={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777234,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":83,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":13,"pressure":0.0,"pressed":false,"script":null) +"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":13,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":1.0,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":83,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194322,"unicode":0,"echo":false,"script":null) ] } move_left={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777231,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":14,"pressure":0.0,"pressed":false,"script":null) +"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":14,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":-1.0,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":65,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194319,"unicode":0,"echo":false,"script":null) ] } move_right={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777233,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":15,"pressure":0.0,"pressed":false,"script":null) +"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":15,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":1.0,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":68,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194321,"unicode":0,"echo":false,"script":null) ] } move_up={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":12,"pressure":0.0,"pressed":false,"script":null) +"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":12,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":-1.0,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":87,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194320,"unicode":0,"echo":false,"script":null) ] } diff --git a/2d/isometric/tileset.tres b/2d/isometric/tileset.tres index 6e1144eabef..8cef6419860 100644 --- a/2d/isometric/tileset.tres +++ b/2d/isometric/tileset.tres @@ -1,105 +1,248 @@ -[gd_resource type="TileSet" load_steps=5 format=2] +[gd_resource type="TileSet" load_steps=7 format=3 uid="uid://r7h8te85l3bx"] -[ext_resource path="res://isotiles.png" type="Texture2D" id=1] +[ext_resource type="Texture2D" uid="uid://kqinbs473dse" path="res://isotiles.png" id="1"] -[sub_resource type="ConvexPolygonShape2D" id=1] -points = PackedVector2Array( 0, -32, 64, 0, 0, 32, -64, 0 ) +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_ha7ln"] +texture = ExtResource("1") +margins = Vector2i(28, 75) +texture_region_size = Vector2i(135, 105) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/0/physics_layer_0/angular_velocity = 0.0 +0:0/1 = 1 +0:0/1/flip_h = true +0:0/1/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/1/physics_layer_0/angular_velocity = 0.0 +0:0/2 = 2 +0:0/2/flip_v = true +0:0/2/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/2/physics_layer_0/angular_velocity = 0.0 +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/3/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/3/physics_layer_0/angular_velocity = 0.0 +0:0/4 = 4 +0:0/4/transpose = true +0:0/4/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/4/physics_layer_0/angular_velocity = 0.0 +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/5/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/5/physics_layer_0/angular_velocity = 0.0 +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/6/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/6/physics_layer_0/angular_velocity = 0.0 +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true +0:0/7/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/7/physics_layer_0/angular_velocity = 0.0 -[sub_resource type="ConvexPolygonShape2D" id=2] -points = PackedVector2Array( -24, -12, -10, -22, 10, -22, 24, -12, 24, 2, 10, 12, -10, 12, -24, 2 ) +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_asp48"] +texture = ExtResource("1") +margins = Vector2i(221, 75) +texture_region_size = Vector2i(135, 105) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/0/physics_layer_0/angular_velocity = 0.0 +0:0/1 = 1 +0:0/1/flip_h = true +0:0/1/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/1/physics_layer_0/angular_velocity = 0.0 +0:0/2 = 2 +0:0/2/flip_v = true +0:0/2/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/2/physics_layer_0/angular_velocity = 0.0 +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/3/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/3/physics_layer_0/angular_velocity = 0.0 +0:0/4 = 4 +0:0/4/transpose = true +0:0/4/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/4/physics_layer_0/angular_velocity = 0.0 +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/5/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/5/physics_layer_0/angular_velocity = 0.0 +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/6/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/6/physics_layer_0/angular_velocity = 0.0 +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true +0:0/7/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/7/physics_layer_0/angular_velocity = 0.0 -[sub_resource type="ConvexPolygonShape2D" id=3] -points = PackedVector2Array( -40, 16, 24, -16, 40, -8, -24, 24 ) +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_70d1t"] +texture = ExtResource("1") +margins = Vector2i(28, 220) +texture_region_size = Vector2i(140, 140) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/0/physics_layer_0/angular_velocity = 0.0 +0:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(70, 38, 134, 70, 70, 102, 6, 70) +0:0/1 = 1 +0:0/1/flip_h = true +0:0/1/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/1/physics_layer_0/angular_velocity = 0.0 +0:0/1/physics_layer_0/polygon_0/points = PackedVector2Array(70, 38, 134, 70, 70, 102, 6, 70) +0:0/2 = 2 +0:0/2/flip_v = true +0:0/2/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/2/physics_layer_0/angular_velocity = 0.0 +0:0/2/physics_layer_0/polygon_0/points = PackedVector2Array(70, 38, 134, 70, 70, 102, 6, 70) +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/3/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/3/physics_layer_0/angular_velocity = 0.0 +0:0/3/physics_layer_0/polygon_0/points = PackedVector2Array(70, 38, 134, 70, 70, 102, 6, 70) +0:0/4 = 4 +0:0/4/transpose = true +0:0/4/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/4/physics_layer_0/angular_velocity = 0.0 +0:0/4/physics_layer_0/polygon_0/points = PackedVector2Array(70, 38, 134, 70, 70, 102, 6, 70) +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/5/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/5/physics_layer_0/angular_velocity = 0.0 +0:0/5/physics_layer_0/polygon_0/points = PackedVector2Array(70, 38, 134, 70, 70, 102, 6, 70) +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/6/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/6/physics_layer_0/angular_velocity = 0.0 +0:0/6/physics_layer_0/polygon_0/points = PackedVector2Array(70, 38, 134, 70, 70, 102, 6, 70) +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true +0:0/7/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/7/physics_layer_0/angular_velocity = 0.0 +0:0/7/physics_layer_0/polygon_0/points = PackedVector2Array(70, 38, 134, 70, 70, 102, 6, 70) + +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_4o6e1"] +texture = ExtResource("1") +margins = Vector2i(259, 241) +texture_region_size = Vector2i(55, 95) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/0/physics_layer_0/angular_velocity = 0.0 +0:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(5.5, 35.5, 19.5, 25.5, 39.5, 25.5, 53.5, 35.5, 53.5, 49.5, 39.5, 59.5, 19.5, 59.5, 5.5, 49.5) +0:0/1 = 1 +0:0/1/flip_h = true +0:0/1/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/1/physics_layer_0/angular_velocity = 0.0 +0:0/1/physics_layer_0/polygon_0/points = PackedVector2Array(5.5, 35.5, 19.5, 25.5, 39.5, 25.5, 53.5, 35.5, 53.5, 49.5, 39.5, 59.5, 19.5, 59.5, 5.5, 49.5) +0:0/2 = 2 +0:0/2/flip_v = true +0:0/2/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/2/physics_layer_0/angular_velocity = 0.0 +0:0/2/physics_layer_0/polygon_0/points = PackedVector2Array(5.5, 35.5, 19.5, 25.5, 39.5, 25.5, 53.5, 35.5, 53.5, 49.5, 39.5, 59.5, 19.5, 59.5, 5.5, 49.5) +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/3/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/3/physics_layer_0/angular_velocity = 0.0 +0:0/3/physics_layer_0/polygon_0/points = PackedVector2Array(5.5, 35.5, 19.5, 25.5, 39.5, 25.5, 53.5, 35.5, 53.5, 49.5, 39.5, 59.5, 19.5, 59.5, 5.5, 49.5) +0:0/4 = 4 +0:0/4/transpose = true +0:0/4/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/4/physics_layer_0/angular_velocity = 0.0 +0:0/4/physics_layer_0/polygon_0/points = PackedVector2Array(5.5, 35.5, 19.5, 25.5, 39.5, 25.5, 53.5, 35.5, 53.5, 49.5, 39.5, 59.5, 19.5, 59.5, 5.5, 49.5) +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/5/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/5/physics_layer_0/angular_velocity = 0.0 +0:0/5/physics_layer_0/polygon_0/points = PackedVector2Array(5.5, 35.5, 19.5, 25.5, 39.5, 25.5, 53.5, 35.5, 53.5, 49.5, 39.5, 59.5, 19.5, 59.5, 5.5, 49.5) +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/6/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/6/physics_layer_0/angular_velocity = 0.0 +0:0/6/physics_layer_0/polygon_0/points = PackedVector2Array(5.5, 35.5, 19.5, 25.5, 39.5, 25.5, 53.5, 35.5, 53.5, 49.5, 39.5, 59.5, 19.5, 59.5, 5.5, 49.5) +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true +0:0/7/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/7/physics_layer_0/angular_velocity = 0.0 +0:0/7/physics_layer_0/polygon_0/points = PackedVector2Array(5.5, 35.5, 19.5, 25.5, 39.5, 25.5, 53.5, 35.5, 53.5, 49.5, 39.5, 59.5, 19.5, 59.5, 5.5, 49.5) + +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_3pxuh"] +texture = ExtResource("1") +margins = Vector2i(54, 426) +texture_region_size = Vector2i(85, 110) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/0/physics_layer_0/angular_velocity = 0.0 +0:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(2.5, 71, 66.5, 39, 82.5, 47, 18.5, 79) +0:0/1 = 1 +0:0/1/flip_h = true +0:0/1/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/1/physics_layer_0/angular_velocity = 0.0 +0:0/1/physics_layer_0/polygon_0/points = PackedVector2Array(2.5, 71, 66.5, 39, 82.5, 47, 18.5, 79) +0:0/2 = 2 +0:0/2/flip_v = true +0:0/2/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/2/physics_layer_0/angular_velocity = 0.0 +0:0/2/physics_layer_0/polygon_0/points = PackedVector2Array(2.5, 71, 66.5, 39, 82.5, 47, 18.5, 79) +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/3/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/3/physics_layer_0/angular_velocity = 0.0 +0:0/3/physics_layer_0/polygon_0/points = PackedVector2Array(2.5, 71, 66.5, 39, 82.5, 47, 18.5, 79) +0:0/4 = 4 +0:0/4/transpose = true +0:0/4/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/4/physics_layer_0/angular_velocity = 0.0 +0:0/4/physics_layer_0/polygon_0/points = PackedVector2Array(2.5, 71, 66.5, 39, 82.5, 47, 18.5, 79) +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/5/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/5/physics_layer_0/angular_velocity = 0.0 +0:0/5/physics_layer_0/polygon_0/points = PackedVector2Array(2.5, 71, 66.5, 39, 82.5, 47, 18.5, 79) +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/6/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/6/physics_layer_0/angular_velocity = 0.0 +0:0/6/physics_layer_0/polygon_0/points = PackedVector2Array(2.5, 71, 66.5, 39, 82.5, 47, 18.5, 79) +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true +0:0/7/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/7/physics_layer_0/angular_velocity = 0.0 +0:0/7/physics_layer_0/polygon_0/points = PackedVector2Array(2.5, 71, 66.5, 39, 82.5, 47, 18.5, 79) [resource] -0/name = "Base" -0/texture = ExtResource( 1 ) -0/tex_offset = Vector2( 0, 0 ) -0/modulate = Color( 1, 1, 1, 1 ) -0/region = Rect2( 28, 75, 135, 105 ) -0/tile_mode = 0 -0/occluder_offset = Vector2( 67.5, 52.5 ) -0/navigation_offset = Vector2( 67.5, 52.5 ) -0/shape_offset = Vector2( 0, 0 ) -0/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 ) -0/shape_one_way = false -0/shape_one_way_margin = 0.0 -0/shapes = [ ] -0/z_index = 0 -1/name = "Base2" -1/texture = ExtResource( 1 ) -1/tex_offset = Vector2( 0, 0 ) -1/modulate = Color( 1, 1, 1, 1 ) -1/region = Rect2( 221, 75, 135, 105 ) -1/tile_mode = 0 -1/occluder_offset = Vector2( 67.5, 52.5 ) -1/navigation_offset = Vector2( 67.5, 52.5 ) -1/shape_offset = Vector2( 0, 0 ) -1/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 ) -1/shape_one_way = false -1/shape_one_way_margin = 0.0 -1/shapes = [ ] -1/z_index = 0 -2/name = "Wall" -2/texture = ExtResource( 1 ) -2/tex_offset = Vector2( 0, -32 ) -2/modulate = Color( 1, 1, 1, 1 ) -2/region = Rect2( 28, 220, 140, 140 ) -2/tile_mode = 0 -2/occluder_offset = Vector2( 70, 70 ) -2/navigation_offset = Vector2( 70, 70 ) -2/shape_offset = Vector2( 70, 70 ) -2/shape_transform = Transform2D( 1, 0, 0, 1, 70, 70 ) -2/shape = SubResource( 1 ) -2/shape_one_way = false -2/shape_one_way_margin = 1.0 -2/shapes = [ { -"autotile_coord": Vector2( 0, 0 ), -"one_way": false, -"one_way_margin": 1.0, -"shape": SubResource( 1 ), -"shape_transform": Transform2D( 1, 0, 0, 1, 70, 70 ) -} ] -2/z_index = 0 -3/name = "Column" -3/texture = ExtResource( 1 ) -3/tex_offset = Vector2( 0, -32 ) -3/modulate = Color( 1, 1, 1, 1 ) -3/region = Rect2( 259, 241, 55, 95 ) -3/tile_mode = 0 -3/occluder_offset = Vector2( 27.5, 47.5 ) -3/navigation_offset = Vector2( 27.5, 47.5 ) -3/shape_offset = Vector2( 29.5, 47.5 ) -3/shape_transform = Transform2D( 1, 0, 0, 1, 29.5, 47.5 ) -3/shape = SubResource( 2 ) -3/shape_one_way = false -3/shape_one_way_margin = 1.0 -3/shapes = [ { -"autotile_coord": Vector2( 0, 0 ), -"one_way": false, -"one_way_margin": 1.0, -"shape": SubResource( 2 ), -"shape_transform": Transform2D( 1, 0, 0, 1, 29.5, 47.5 ) -} ] -3/z_index = 0 -4/name = "Door1" -4/texture = ExtResource( 1 ) -4/tex_offset = Vector2( 0, -25 ) -4/modulate = Color( 1, 1, 1, 1 ) -4/region = Rect2( 54, 426, 85, 110 ) -4/tile_mode = 0 -4/occluder_offset = Vector2( 42.5, 55 ) -4/navigation_offset = Vector2( 42.5, 55 ) -4/shape_offset = Vector2( 42.5, 55 ) -4/shape_transform = Transform2D( 1, 0, 0, 1, 42.5, 55 ) -4/shape = SubResource( 3 ) -4/shape_one_way = false -4/shape_one_way_margin = 1.0 -4/shapes = [ { -"autotile_coord": Vector2( 0, 0 ), -"one_way": false, -"one_way_margin": 1.0, -"shape": SubResource( 3 ), -"shape_transform": Transform2D( 1, 0, 0, 1, 42.5, 55 ) -} ] -4/z_index = 0 +tile_shape = 1 +tile_layout = 5 +tile_size = Vector2i(128, 64) +physics_layer_0/collision_layer = 1 +sources/0 = SubResource("TileSetAtlasSource_ha7ln") +sources/1 = SubResource("TileSetAtlasSource_asp48") +sources/2 = SubResource("TileSetAtlasSource_70d1t") +sources/3 = SubResource("TileSetAtlasSource_4o6e1") +sources/4 = SubResource("TileSetAtlasSource_3pxuh") diff --git a/2d/isometric/troll.gd b/2d/isometric/troll.gd index 5d235646fe0..f14f2f5dd7f 100644 --- a/2d/isometric/troll.gd +++ b/2d/isometric/troll.gd @@ -7,6 +7,5 @@ func _physics_process(_delta): motion.x = Input.get_axis(&"move_left", &"move_right") motion.y = Input.get_axis(&"move_up", &"move_down") motion.y /= 2 - motion = motion.normalized() * MOTION_SPEED - #warning-ignore:return_value_discarded - move_and_slide(motion) + velocity = motion.normalized() * MOTION_SPEED + move_and_slide() diff --git a/2d/isometric/troll.png.import b/2d/isometric/troll.png.import index b319f61ffa7..8f5a042da75 100644 --- a/2d/isometric/troll.png.import +++ b/2d/isometric/troll.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/troll.png-78efc50bfccaa17f54d40cfea3eef5f5.stex" +type="CompressedTexture2D" +uid="uid://b8fv8swublbqq" +path="res://.godot/imported/troll.png-78efc50bfccaa17f54d40cfea3eef5f5.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://troll.png" -dest_files=["res://.godot/imported/troll.png-78efc50bfccaa17f54d40cfea3eef5f5.stex"] +dest_files=["res://.godot/imported/troll.png-78efc50bfccaa17f54d40cfea3eef5f5.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/kinematic_character/icon.png.import b/2d/kinematic_character/icon.png.import index 32f45a6270c..6d6a9c9cede 100644 --- a/2d/kinematic_character/icon.png.import +++ b/2d/kinematic_character/icon.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/2d/kinematic_character/level/circle.png.import b/2d/kinematic_character/level/circle.png.import index 3e622ea1024..80b86f6a1d1 100644 --- a/2d/kinematic_character/level/circle.png.import +++ b/2d/kinematic_character/level/circle.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/2d/kinematic_character/level/long_obstacle.png.import b/2d/kinematic_character/level/long_obstacle.png.import index 3a13d2bc234..dda7c1c9a44 100644 --- a/2d/kinematic_character/level/long_obstacle.png.import +++ b/2d/kinematic_character/level/long_obstacle.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/2d/kinematic_character/level/obstacle.png.import b/2d/kinematic_character/level/obstacle.png.import index f4148e85bef..f024d759a06 100644 --- a/2d/kinematic_character/level/obstacle.png.import +++ b/2d/kinematic_character/level/obstacle.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/2d/kinematic_character/level/princess.png.import b/2d/kinematic_character/level/princess.png.import index 82baeebd4d9..c2afbb7b2eb 100644 --- a/2d/kinematic_character/level/princess.png.import +++ b/2d/kinematic_character/level/princess.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/2d/kinematic_character/player/player.png.import b/2d/kinematic_character/player/player.png.import index 8ef967dc2f3..b77cda3b86c 100644 --- a/2d/kinematic_character/player/player.png.import +++ b/2d/kinematic_character/player/player.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/2d/kinematic_character/project.godot b/2d/kinematic_character/project.godot index 602f7380520..bec38045a55 100644 --- a/2d/kinematic_character/project.godot +++ b/2d/kinematic_character/project.godot @@ -15,8 +15,8 @@ config/description="Example of how to make a kinematic character controller in 2 CharacterBody2D. The character moves around, is affected by moving platforms, can jump through one-way collision platforms, etc." run/main_scene="res://world.tscn" -config/icon="res://icon.png" config/features=PackedStringArray("4.0") +config/icon="res://icon.png" [display] @@ -24,10 +24,6 @@ window/size/viewport_width=530 window/size/viewport_height=495 window/stretch/mode="canvas_items" window/stretch/aspect="expand" -window/size/width=530 -window/size/height=495 -stretch/aspect="keep" -stretch/mode="2d" [gdnative] @@ -37,9 +33,9 @@ singletons=[] jump={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":32,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":32,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":0,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":12,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":-1.0,"script":null) @@ -47,16 +43,16 @@ jump={ } move_left={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777231,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777231,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":14,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":-1.0,"script":null) ] } move_right={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777233,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777233,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":15,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":1.0,"script":null) ] diff --git a/2d/kinematic_character/world.tscn b/2d/kinematic_character/world.tscn index 02adaafe8ec..989894a692f 100644 --- a/2d/kinematic_character/world.tscn +++ b/2d/kinematic_character/world.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=20 format=3 uid="uid://de7qapkqfycxl"] +[gd_scene load_steps=23 format=3 uid="uid://de7qapkqfycxl"] [ext_resource type="Texture2D" uid="uid://cs8h2qyuakmko" path="res://level/obstacle.png" id="2"] [ext_resource type="PackedScene" path="res://player/player.tscn" id="3"] @@ -10,7 +10,7 @@ [sub_resource type="PhysicsMaterial" id="PhysicsMaterial_on5ov"] [sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_vnjib"] -texture = ExtResource( "2" ) +texture = ExtResource("2") 0:0/0 = 0 0:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) 0:0/0/physics_layer_0/angular_velocity = 0.0 @@ -18,8 +18,8 @@ texture = ExtResource( "2" ) [sub_resource type="TileSet" id="TileSet_xqlka"] physics_layer_0/collision_layer = 1 -physics_layer_0/physics_material = SubResource( "PhysicsMaterial_on5ov" ) -sources/0 = SubResource( "TileSetAtlasSource_vnjib" ) +physics_layer_0/physics_material = SubResource("PhysicsMaterial_on5ov") +sources/0 = SubResource("TileSetAtlasSource_vnjib") [sub_resource type="RectangleShape2D" id="3"] size = Vector2(16, 16) @@ -40,6 +40,11 @@ tracks/0/keys = { "values": [Vector2(184, 152), Vector2(184, 152), Vector2(328.086, 152), Vector2(328.086, 152)] } +[sub_resource type="AnimationLibrary" id="AnimationLibrary_2v3oa"] +_data = { +"leftright": SubResource("4") +} + [sub_resource type="Animation" id="5"] resource_name = "leftright" length = 10.0 @@ -73,6 +78,12 @@ tracks/0/keys = { "values": [Vector2(88.3493, 296), Vector2(88.3493, 296), Vector2(88.3493, 152), Vector2(88.3493, 152)] } +[sub_resource type="AnimationLibrary" id="AnimationLibrary_j555p"] +_data = { +"leftright": SubResource("5"), +"updown": SubResource("6") +} + [sub_resource type="RectangleShape2D" id="7"] size = Vector2(16, 16) @@ -98,6 +109,11 @@ tracks/0/keys = { "values": [0.0, 1.5708, 0.0, -1.5708] } +[sub_resource type="AnimationLibrary" id="AnimationLibrary_gijtf"] +_data = { +"turn": SubResource("10") +} + [sub_resource type="RectangleShape2D" id="11"] size = Vector2(16, 16) @@ -107,7 +123,7 @@ size = Vector2(64, 16) [node name="World" type="Node2D"] [node name="TileMap" type="TileMap" parent="."] -tile_set = SubResource( "TileSet_xqlka" ) +tile_set = SubResource("TileSet_xqlka") format = 2 layer_0/tile_data = PackedInt32Array(0, 0, 0, 65536, 0, 0, 131072, 0, 0, 196608, 0, 0, 262144, 0, 0, 327680, 0, 0, 393216, 0, 0, 458752, 0, 0, 524288, 0, 0, 589824, 0, 0, 655360, 0, 0, 720896, 0, 0, 786432, 0, 0, 851968, 0, 0, 917504, 0, 0, 983040, 0, 0, 1048576, 0, 0, 1114112, 0, 0, 1179648, 0, 0, 1245184, 0, 0, 1310720, 0, 0, 1376256, 0, 0, 1441792, 0, 0, 1507328, 0, 0, 1572864, 0, 0, 1638400, 0, 0, 1703936, 0, 0, 1769472, 0, 0, 1835008, 0, 0, 1900544, 0, 0, 1966080, 0, 0, 1, 0, 0, 65537, 0, 0, 131073, 0, 0, 196609, 0, 0, 262145, 0, 0, 327681, 0, 0, 393217, 0, 0, 458753, 0, 0, 524289, 0, 0, 589825, 0, 0, 655361, 0, 0, 720897, 0, 0, 786433, 0, 0, 851969, 0, 0, 917505, 0, 0, 983041, 0, 0, 1048577, 0, 0, 1114113, 0, 0, 1179649, 0, 0, 1245185, 0, 0, 1310721, 0, 0, 1376257, 0, 0, 1441793, 0, 0, 1507329, 0, 0, 1572865, 0, 0, 1638401, 0, 0, 1703937, 0, 0, 1769473, 0, 0, 1835009, 0, 0, 1900545, 0, 0, 1966081, 0, 0, 2, 0, 0, 65538, 0, 0, 1900546, 0, 0, 1966082, 0, 0, 3, 0, 0, 65539, 0, 0, 1900547, 0, 0, 1966083, 0, 0, 4, 0, 0, 65540, 0, 0, 1835012, 0, 0, 1900548, 0, 0, 1966084, 0, 0, 5, 0, 0, 65541, 0, 0, 327685, 0, 0, 1900549, 0, 0, 1966085, 0, 0, 6, 0, 0, 65542, 0, 0, 327686, 0, 0, 589830, 0, 0, 1179654, 0, 0, 1900550, 0, 0, 1966086, 0, 0, 7, 0, 0, 65543, 0, 0, 327687, 0, 0, 589831, 0, 0, 1179655, 0, 0, 1900551, 0, 0, 1966087, 0, 0, 8, 0, 0, 65544, 0, 0, 327688, 0, 0, 589832, 0, 0, 1179656, 0, 0, 1900552, 0, 0, 1966088, 0, 0, 9, 0, 0, 65545, 0, 0, 327689, 0, 0, 589833, 0, 0, 1900553, 0, 0, 1966089, 0, 0, 10, 0, 0, 65546, 0, 0, 327690, 0, 0, 589834, 0, 0, 1769482, 0, 0, 1835018, 0, 0, 1900554, 0, 0, 1966090, 0, 0, 11, 0, 0, 65547, 0, 0, 327691, 0, 0, 1769483, 0, 0, 1835019, 0, 0, 1900555, 0, 0, 1966091, 0, 0, 12, 0, 0, 65548, 0, 0, 327692, 0, 0, 1703948, 0, 0, 1900556, 0, 0, 1966092, 0, 0, 13, 0, 0, 65549, 0, 0, 327693, 0, 0, 1638413, 0, 0, 1900557, 0, 0, 1966093, 0, 0, 14, 0, 0, 65550, 0, 0, 1900558, 0, 0, 1966094, 0, 0, 15, 0, 0, 65551, 0, 0, 1900559, 0, 0, 1966095, 0, 0, 16, 0, 0, 65552, 0, 0, 1900560, 0, 0, 1966096, 0, 0, 17, 0, 0, 65553, 0, 0, 327697, 0, 0, 1900561, 0, 0, 1966097, 0, 0, 18, 0, 0, 65554, 0, 0, 1900562, 0, 0, 1966098, 0, 0, 19, 0, 0, 65555, 0, 0, 1900563, 0, 0, 1966099, 0, 0, 20, 0, 0, 65556, 0, 0, 1245204, 0, 0, 1900564, 0, 0, 1966100, 0, 0, 21, 0, 0, 65557, 0, 0, 393237, 0, 0, 589845, 0, 0, 1245205, 0, 0, 1900565, 0, 0, 1966101, 0, 0, 22, 0, 0, 65558, 0, 0, 393238, 0, 0, 589846, 0, 0, 1245206, 0, 0, 1900566, 0, 0, 1966102, 0, 0, 23, 0, 0, 65559, 0, 0, 589847, 0, 0, 1245207, 0, 0, 1900567, 0, 0, 1966103, 0, 0, 24, 0, 0, 65560, 0, 0, 1900568, 0, 0, 1966104, 0, 0, 25, 0, 0, 65561, 0, 0, 524313, 0, 0, 1638425, 0, 0, 1900569, 0, 0, 1966105, 0, 0, 26, 0, 0, 65562, 0, 0, 524314, 0, 0, 1638426, 0, 0, 1835034, 0, 0, 1900570, 0, 0, 1966106, 0, 0, 27, 0, 0, 65563, 0, 0, 1507355, 0, 0, 1835035, 0, 0, 1900571, 0, 0, 1966107, 0, 0, 28, 0, 0, 65564, 0, 0, 1507356, 0, 0, 1769500, 0, 0, 1900572, 0, 0, 1966108, 0, 0, 29, 0, 0, 65565, 0, 0, 1376285, 0, 0, 1703965, 0, 0, 1769501, 0, 0, 1900573, 0, 0, 1966109, 0, 0, 30, 0, 0, 65566, 0, 0, 1376286, 0, 0, 1703966, 0, 0, 1900574, 0, 0, 1966110, 0, 0, 31, 0, 0, 65567, 0, 0, 131103, 0, 0, 196639, 0, 0, 262175, 0, 0, 327711, 0, 0, 393247, 0, 0, 458783, 0, 0, 524319, 0, 0, 589855, 0, 0, 655391, 0, 0, 720927, 0, 0, 786463, 0, 0, 851999, 0, 0, 917535, 0, 0, 983071, 0, 0, 1048607, 0, 0, 1114143, 0, 0, 1179679, 0, 0, 1245215, 0, 0, 1310751, 0, 0, 1376287, 0, 0, 1441823, 0, 0, 1507359, 0, 0, 1572895, 0, 0, 1638431, 0, 0, 1703967, 0, 0, 1769503, 0, 0, 1835039, 0, 0, 1900575, 0, 0, 1966111, 0, 0, 32, 0, 0, 65568, 0, 0, 131104, 0, 0, 196640, 0, 0, 262176, 0, 0, 327712, 0, 0, 393248, 0, 0, 458784, 0, 0, 524320, 0, 0, 589856, 0, 0, 655392, 0, 0, 720928, 0, 0, 786464, 0, 0, 852000, 0, 0, 917536, 0, 0, 983072, 0, 0, 1048608, 0, 0, 1114144, 0, 0, 1179680, 0, 0, 1245216, 0, 0, 1310752, 0, 0, 1376288, 0, 0, 1441824, 0, 0, 1507360, 0, 0, 1572896, 0, 0, 1638432, 0, 0, 1703968, 0, 0, 1769504, 0, 0, 1835040, 0, 0, 1900576, 0, 0, 1966112, 0, 0) @@ -115,40 +131,43 @@ layer_0/tile_data = PackedInt32Array(0, 0, 0, 65536, 0, 0, 131072, 0, 0, 196608, position = Vector2(268.651, 152) [node name="Collision" type="CollisionShape2D" parent="MovingPlatform1"] -shape = SubResource( "3" ) +shape = SubResource("3") [node name="Sprite2D" type="Sprite2D" parent="MovingPlatform1"] -texture = ExtResource( "2" ) +texture = ExtResource("2") [node name="AnimationPlayer" type="AnimationPlayer" parent="MovingPlatform1"] autoplay = "leftright" playback_process_mode = 0 -anims/leftright = SubResource( "4" ) +libraries = { +"": SubResource("AnimationLibrary_2v3oa") +} [node name="MovingPlatform2" type="CharacterBody2D" parent="."] position = Vector2(88.3493, 152) [node name="Collision" type="CollisionShape2D" parent="MovingPlatform2"] -shape = SubResource( "3" ) +shape = SubResource("3") [node name="Sprite2D" type="Sprite2D" parent="MovingPlatform2"] -texture = ExtResource( "2" ) +texture = ExtResource("2") [node name="AnimationPlayer" type="AnimationPlayer" parent="MovingPlatform2"] autoplay = "updown" playback_process_mode = 0 -anims/leftright = SubResource( "5" ) -anims/updown = SubResource( "6" ) +libraries = { +"": SubResource("AnimationLibrary_j555p") +} [node name="Princess" type="Area2D" parent="."] position = Vector2(97, 72) -script = ExtResource( "7" ) +script = ExtResource("7") [node name="Collision" type="CollisionShape2D" parent="Princess"] -shape = SubResource( "7" ) +shape = SubResource("7") [node name="Sprite2D" type="Sprite2D" parent="Princess"] -texture = ExtResource( "4" ) +texture = ExtResource("4") [node name="WinText" type="Label" parent="."] visible = false @@ -166,10 +185,10 @@ position = Vector2(440, 308) [node name="Sprite2D" type="Sprite2D" parent="OneWay1"] scale = Vector2(1, 0.3) -texture = ExtResource( "2" ) +texture = ExtResource("2") [node name="CollisionShape2D" type="CollisionShape2D" parent="OneWay1"] -shape = SubResource( "8" ) +shape = SubResource("8") one_way_collision = true [node name="OneWay2" type="CharacterBody2D" parent="."] @@ -177,10 +196,10 @@ position = Vector2(456, 308) [node name="Sprite2D" type="Sprite2D" parent="OneWay2"] scale = Vector2(1, 0.3) -texture = ExtResource( "2" ) +texture = ExtResource("2") [node name="CollisionShape2D" type="CollisionShape2D" parent="OneWay2"] -shape = SubResource( "8" ) +shape = SubResource("8") one_way_collision = true [node name="OneWay3" type="CharacterBody2D" parent="."] @@ -188,10 +207,10 @@ position = Vector2(472, 308) [node name="Sprite2D" type="Sprite2D" parent="OneWay3"] scale = Vector2(1, 0.3) -texture = ExtResource( "2" ) +texture = ExtResource("2") [node name="CollisionShape2D" type="CollisionShape2D" parent="OneWay3"] -shape = SubResource( "8" ) +shape = SubResource("8") one_way_collision = true [node name="OneWay4" type="CharacterBody2D" parent="."] @@ -199,10 +218,10 @@ position = Vector2(487, 308) [node name="Sprite2D" type="Sprite2D" parent="OneWay4"] scale = Vector2(1, 0.3) -texture = ExtResource( "2" ) +texture = ExtResource("2") [node name="CollisionShape2D" type="CollisionShape2D" parent="OneWay4"] -shape = SubResource( "8" ) +shape = SubResource("8") one_way_collision = true [node name="Circle" type="CharacterBody2D" parent="."] @@ -210,22 +229,24 @@ position = Vector2(241.169, 304.126) rotation = -0.0790058 [node name="Sprite2D" type="Sprite2D" parent="Circle"] -texture = ExtResource( "5" ) +texture = ExtResource("5") [node name="CollisionShape2D" type="CollisionShape2D" parent="Circle"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="AnimationPlayer" type="AnimationPlayer" parent="Circle"] autoplay = "turn" -anims/turn = SubResource( "10" ) +libraries = { +"": SubResource("AnimationLibrary_gijtf") +} [node name="BoxSprite" type="Sprite2D" parent="Circle"] position = Vector2(-3.05176e-05, -37.4108) -texture = ExtResource( "2" ) +texture = ExtResource("2") [node name="Box" type="CollisionShape2D" parent="Circle"] position = Vector2(-0.440125, -37.0904) -shape = SubResource( "11" ) +shape = SubResource("11") [node name="Platform" type="StaticBody2D" parent="."] position = Vector2(257, 393) @@ -233,10 +254,10 @@ rotation = -0.428054 metadata/_edit_group_ = true [node name="Sprite2D" type="Sprite2D" parent="Platform"] -texture = ExtResource( "6" ) +texture = ExtResource("6") [node name="CollisionShape2D" type="CollisionShape2D" parent="Platform"] -shape = SubResource( "12" ) +shape = SubResource("12") [node name="Platform1" type="StaticBody2D" parent="."] position = Vector2(369, 393) @@ -244,16 +265,16 @@ rotation = 0.471239 metadata/_edit_group_ = true [node name="Sprite2D" type="Sprite2D" parent="Platform1"] -texture = ExtResource( "6" ) +texture = ExtResource("6") [node name="CollisionShape2D" type="CollisionShape2D" parent="Platform1"] -shape = SubResource( "12" ) +shape = SubResource("12") [node name="Camera2D" type="Camera2D" parent="."] offset = Vector2(265, 247) current = true -[node name="Player" parent="." instance=ExtResource( "3" )] +[node name="Player" parent="." instance=ExtResource("3")] position = Vector2(233.06, 223.436) [connection signal="body_entered" from="Princess" to="Princess" method="_on_body_entered"] diff --git a/2d/light2d_as_mask/burano.png.import b/2d/light2d_as_mask/burano.png.import index 80c79955ddb..cecfbe28597 100644 --- a/2d/light2d_as_mask/burano.png.import +++ b/2d/light2d_as_mask/burano.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/burano.png-893cff79ccbe972d7b1ad3e1845f81bf.stex" +type="CompressedTexture2D" +uid="uid://cxid0eg3r5npy" +path="res://.godot/imported/burano.png-893cff79ccbe972d7b1ad3e1845f81bf.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://burano.png" -dest_files=["res://.godot/imported/burano.png-893cff79ccbe972d7b1ad3e1845f81bf.stex"] +dest_files=["res://.godot/imported/burano.png-893cff79ccbe972d7b1ad3e1845f81bf.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/light2d_as_mask/icon.png.import b/2d/light2d_as_mask/icon.png.import index 889af9df580..78d7e81bd53 100644 --- a/2d/light2d_as_mask/icon.png.import +++ b/2d/light2d_as_mask/icon.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" +type="CompressedTexture2D" +uid="uid://1obhenjndqh" +path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://icon.png" -dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.stex"] +dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/light2d_as_mask/lightmask.tscn b/2d/light2d_as_mask/lightmask.tscn index 0018dd32f3a..f2c5c7b7721 100644 --- a/2d/light2d_as_mask/lightmask.tscn +++ b/2d/light2d_as_mask/lightmask.tscn @@ -1,20 +1,19 @@ -[gd_scene load_steps=5 format=2] +[gd_scene load_steps=6 format=3 uid="uid://bft5oglfrg7xi"] -[ext_resource path="res://burano.png" type="Texture2D" id=1] -[ext_resource path="res://splat.png" type="Texture2D" id=2] +[ext_resource type="Texture2D" uid="uid://cxid0eg3r5npy" path="res://burano.png" id="1"] +[ext_resource type="Texture2D" uid="uid://ynxew87k6xvm" path="res://splat.png" id="2"] -[sub_resource type="CanvasItemMaterial" id=1] +[sub_resource type="CanvasItemMaterial" id="1"] light_mode = 2 -[sub_resource type="Animation" id=2] +[sub_resource type="Animation" id="2"] length = 4.0 -loop = true tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true tracks/0/path = NodePath("Light1:position") tracks/0/interp = 1 tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true tracks/0/keys = { "times": PackedFloat32Array(0, 1, 2, 3), "transitions": PackedFloat32Array(-2, -2, -2, -2), @@ -22,11 +21,11 @@ tracks/0/keys = { "values": [Vector2(601.028, 242.639), Vector2(318.649, 327.353), Vector2(381.263, 130.915), Vector2(462.294, 389.968)] } tracks/1/type = "value" +tracks/1/imported = false +tracks/1/enabled = true tracks/1/path = NodePath("Light2:position") tracks/1/interp = 1 tracks/1/loop_wrap = true -tracks/1/imported = false -tracks/1/enabled = true tracks/1/keys = { "times": PackedFloat32Array(0, 1, 2, 3), "transitions": PackedFloat32Array(-2, -2, -2, -2), @@ -34,11 +33,11 @@ tracks/1/keys = { "values": [Vector2(196.528, 185.139), Vector2(135.142, 454.013), Vector2(638.105, 334.923), Vector2(331.375, 101.653)] } tracks/2/type = "value" +tracks/2/imported = false +tracks/2/enabled = true tracks/2/path = NodePath("Light3:position") tracks/2/interp = 1 tracks/2/loop_wrap = true -tracks/2/imported = false -tracks/2/enabled = true tracks/2/keys = { "times": PackedFloat32Array(0, 1, 2, 3), "transitions": PackedFloat32Array(-2, -2, -2, -2), @@ -46,42 +45,46 @@ tracks/2/keys = { "values": [Vector2(442.528, 411.139), Vector2(635.283, 236.8), Vector2(216.215, 396.815), Vector2(682.96, 294.708)] } +[sub_resource type="AnimationLibrary" id="AnimationLibrary_co4us"] +_data = { +"maskmotion": SubResource("2") +} + [node name="Lightmask" type="Control"] +layout_mode = 3 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 size_flags_horizontal = 2 size_flags_vertical = 2 -__meta__ = { -"_edit_use_anchors_": false -} [node name="Burano" type="TextureRect" parent="."] -material = SubResource( 1 ) +material = SubResource("1") +layout_mode = 0 offset_right = 800.0 offset_bottom = 600.0 size_flags_horizontal = 2 size_flags_vertical = 2 -texture = ExtResource( 1 ) +texture = ExtResource("1") [node name="Light1" type="PointLight2D" parent="."] position = Vector2(601.028, 242.639) -texture = ExtResource( 2 ) -mode = 2 +texture = ExtResource("2") [node name="Light2" type="PointLight2D" parent="."] position = Vector2(196.528, 185.139) -texture = ExtResource( 2 ) -mode = 2 +texture = ExtResource("2") [node name="Light3" type="PointLight2D" parent="."] position = Vector2(442.528, 411.139) -texture = ExtResource( 2 ) -mode = 2 +texture = ExtResource("2") [node name="AnimationPlayer" type="AnimationPlayer" parent="."] autoplay = "maskmotion" -anims/maskmotion = SubResource( 2 ) +libraries = { +"": SubResource("AnimationLibrary_co4us") +} [node name="Camera2D" type="Camera2D" parent="."] -offset = Vector2(512, 300) +offset = Vector2(576, 324) current = true diff --git a/2d/light2d_as_mask/project.godot b/2d/light2d_as_mask/project.godot index b0455f889dd..61ac6ec51c1 100644 --- a/2d/light2d_as_mask/project.godot +++ b/2d/light2d_as_mask/project.godot @@ -6,19 +6,19 @@ ; [section] ; section goes between [] ; param=value ; assign values to parameters -config_version=4 +config_version=5 [application] config/name="2D Lights as Mask" config/description="Example of how to use 2D lights to mask objects on screen." run/main_scene="res://lightmask.tscn" +config/features=PackedStringArray("4.0") config/icon="res://icon.png" [display] -window/dpi/allow_hidpi=true -window/stretch/mode="2d" +window/stretch/mode="canvas_items" window/stretch/aspect="expand" [gdnative] diff --git a/2d/light2d_as_mask/splat.png.import b/2d/light2d_as_mask/splat.png.import index 7e2bea6ffa7..696aa37b05a 100644 --- a/2d/light2d_as_mask/splat.png.import +++ b/2d/light2d_as_mask/splat.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/splat.png-a41a35966004eec2e8a20d517d1ec4bb.stex" +type="CompressedTexture2D" +uid="uid://ynxew87k6xvm" +path="res://.godot/imported/splat.png-a41a35966004eec2e8a20d517d1ec4bb.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://splat.png" -dest_files=["res://.godot/imported/splat.png-a41a35966004eec2e8a20d517d1ec4bb.stex"] +dest_files=["res://.godot/imported/splat.png-a41a35966004eec2e8a20d517d1ec4bb.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/lights_and_shadows/background.png.import b/2d/lights_and_shadows/background.png.import index 365cffda50f..64eae3e524a 100644 --- a/2d/lights_and_shadows/background.png.import +++ b/2d/lights_and_shadows/background.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/background.png-98289422cd7d93003950872a7b97021f.stex" +type="CompressedTexture2D" +uid="uid://ulsh8ubvub37" +path="res://.godot/imported/background.png-98289422cd7d93003950872a7b97021f.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://background.png" -dest_files=["res://.godot/imported/background.png-98289422cd7d93003950872a7b97021f.stex"] +dest_files=["res://.godot/imported/background.png-98289422cd7d93003950872a7b97021f.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/lights_and_shadows/caster.png.import b/2d/lights_and_shadows/caster.png.import index e5cc6588a77..41c26eda9bd 100644 --- a/2d/lights_and_shadows/caster.png.import +++ b/2d/lights_and_shadows/caster.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/caster.png-67727cb056b9e0209664a84f1653a25a.stex" +type="CompressedTexture2D" +uid="uid://kkvm5nl3vgun" +path="res://.godot/imported/caster.png-67727cb056b9e0209664a84f1653a25a.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://caster.png" -dest_files=["res://.godot/imported/caster.png-67727cb056b9e0209664a84f1653a25a.stex"] +dest_files=["res://.godot/imported/caster.png-67727cb056b9e0209664a84f1653a25a.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/lights_and_shadows/godot.png.import b/2d/lights_and_shadows/godot.png.import index 391415e61ae..4082c93cf1a 100644 --- a/2d/lights_and_shadows/godot.png.import +++ b/2d/lights_and_shadows/godot.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/godot.png-5e0da45ed3d6786d5794553e04f58a8c.stex" +type="CompressedTexture2D" +uid="uid://bl3uv26bv8e38" +path="res://.godot/imported/godot.png-5e0da45ed3d6786d5794553e04f58a8c.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://godot.png" -dest_files=["res://.godot/imported/godot.png-5e0da45ed3d6786d5794553e04f58a8c.stex"] +dest_files=["res://.godot/imported/godot.png-5e0da45ed3d6786d5794553e04f58a8c.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/lights_and_shadows/godot_normal.png.import b/2d/lights_and_shadows/godot_normal.png.import index bf63249e0dc..b10a8f7c367 100644 --- a/2d/lights_and_shadows/godot_normal.png.import +++ b/2d/lights_and_shadows/godot_normal.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/godot_normal.png-7f91d6bfda6a23aaa1320ed999c27a39.stex" +type="CompressedTexture2D" +uid="uid://qqnrpl3qn64k" +path="res://.godot/imported/godot_normal.png-7f91d6bfda6a23aaa1320ed999c27a39.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://godot_normal.png" -dest_files=["res://.godot/imported/godot_normal.png-7f91d6bfda6a23aaa1320ed999c27a39.stex"] +dest_files=["res://.godot/imported/godot_normal.png-7f91d6bfda6a23aaa1320ed999c27a39.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/lights_and_shadows/icon.png.import b/2d/lights_and_shadows/icon.png.import index 889af9df580..48fa6200f2c 100644 --- a/2d/lights_and_shadows/icon.png.import +++ b/2d/lights_and_shadows/icon.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" +type="CompressedTexture2D" +uid="uid://byckt0v7uvncx" +path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://icon.png" -dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.stex"] +dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/lights_and_shadows/light.png.import b/2d/lights_and_shadows/light.png.import index 7a4af3f32c0..d10308eac6d 100644 --- a/2d/lights_and_shadows/light.png.import +++ b/2d/lights_and_shadows/light.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/light.png-06e94102f0cce323cff7daad56cf3030.stex" +type="CompressedTexture2D" +uid="uid://dk6osr088g4l3" +path="res://.godot/imported/light.png-06e94102f0cce323cff7daad56cf3030.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://light.png" -dest_files=["res://.godot/imported/light.png-06e94102f0cce323cff7daad56cf3030.stex"] +dest_files=["res://.godot/imported/light.png-06e94102f0cce323cff7daad56cf3030.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/lights_and_shadows/light_shadows.tscn b/2d/lights_and_shadows/light_shadows.tscn index 27d0445fa2a..876e34f900d 100644 --- a/2d/lights_and_shadows/light_shadows.tscn +++ b/2d/lights_and_shadows/light_shadows.tscn @@ -1,27 +1,47 @@ -[gd_scene load_steps=14 format=2] - -[ext_resource path="res://background.png" type="Texture2D" id=1] -[ext_resource path="res://caster.png" type="Texture2D" id=2] -[ext_resource path="res://light.png" type="Texture2D" id=3] -[ext_resource path="res://spot.png" type="Texture2D" id=4] -[ext_resource path="res://godot.png" type="Texture2D" id=5] -[ext_resource path="res://godot_normal.png" type="Texture2D" id=6] - -[sub_resource type="OccluderPolygon2D" id=1] +[gd_scene load_steps=21 format=3 uid="uid://xdjwv7eeck6l"] + +[ext_resource type="Texture2D" uid="uid://ulsh8ubvub37" path="res://background.png" id="1"] +[ext_resource type="Texture2D" uid="uid://kkvm5nl3vgun" path="res://caster.png" id="2"] +[ext_resource type="Texture2D" uid="uid://dk6osr088g4l3" path="res://light.png" id="3"] +[ext_resource type="Texture2D" uid="uid://cnyul1oe7d4b" path="res://spot.png" id="4"] +[ext_resource type="Texture2D" uid="uid://bl3uv26bv8e38" path="res://godot.png" id="5"] +[ext_resource type="Texture2D" uid="uid://qqnrpl3qn64k" path="res://godot_normal.png" id="6"] + +[sub_resource type="CanvasTexture" id="CanvasTexture_hlulo"] +diffuse_texture = ExtResource("5") +normal_texture = ExtResource("6") +specular_shininess = 0.5 + +[sub_resource type="CanvasTexture" id="CanvasTexture_hea5a"] +diffuse_texture = ExtResource("5") +normal_texture = ExtResource("6") +specular_shininess = 0.5 + +[sub_resource type="CanvasTexture" id="CanvasTexture_hc1ic"] +diffuse_texture = ExtResource("5") +normal_texture = ExtResource("6") +specular_shininess = 0.5 + +[sub_resource type="CanvasTexture" id="CanvasTexture_l1r6i"] +diffuse_texture = ExtResource("5") +normal_texture = ExtResource("6") +specular_shininess = 0.5 + +[sub_resource type="OccluderPolygon2D" id="1"] polygon = PackedVector2Array(-15.913, -15.9738, 15.9079, -16.0785, 15.6986, 15.847, -16.1223, 15.9517) -[sub_resource type="CanvasItemMaterial" id=2] +[sub_resource type="CanvasItemMaterial" id="2"] blend_mode = 1 -[sub_resource type="Animation" id=3] +[sub_resource type="Animation" id="3"] length = 16.0 -loop = true +loop_mode = 1 tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true tracks/0/path = NodePath(".:position") tracks/0/interp = 1 tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true tracks/0/keys = { "times": PackedFloat32Array(0, 4, 8, 12), "transitions": PackedFloat32Array(-2, -2, -2, -2), @@ -29,15 +49,15 @@ tracks/0/keys = { "values": [Vector2(159.289, 452.441), Vector2(132.279, 80.4366), Vector2(700.722, 241.27), Vector2(429.392, 571.532)] } -[sub_resource type="Animation" id=4] +[sub_resource type="Animation" id="4"] length = 16.0 -loop = true +loop_mode = 1 tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true tracks/0/path = NodePath(".:position") tracks/0/interp = 1 tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true tracks/0/keys = { "times": PackedFloat32Array(0, 4.1, 8.1, 11.8), "transitions": PackedFloat32Array(-2, -2, -2, -2), @@ -45,21 +65,33 @@ tracks/0/keys = { "values": [Vector2(753.756, 314.336), Vector2(69.7562, 234.336), Vector2(256.756, 575.336), Vector2(516.756, 530.336)] } -[sub_resource type="CanvasItemMaterial" id=5] +[sub_resource type="AnimationLibrary" id="AnimationLibrary_wawvy"] +_data = { +"motion": SubResource("3"), +"motion2": SubResource("4") +} + +[sub_resource type="CanvasItemMaterial" id="5"] blend_mode = 1 -[sub_resource type="CanvasItemMaterial" id=6] +[sub_resource type="AnimationLibrary" id="AnimationLibrary_fig6v"] +_data = { +"m2": SubResource("4"), +"motion": SubResource("3") +} + +[sub_resource type="CanvasItemMaterial" id="6"] blend_mode = 1 -[sub_resource type="Animation" id=7] +[sub_resource type="Animation" id="7"] length = 16.0 -loop = true +loop_mode = 1 tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true tracks/0/path = NodePath(".:position") tracks/0/interp = 1 tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true tracks/0/keys = { "times": PackedFloat32Array(0, 4.1, 7.9, 12.1), "transitions": PackedFloat32Array(-2, -2, -2, -2), @@ -67,6 +99,13 @@ tracks/0/keys = { "values": [Vector2(692.078, 29.8849), Vector2(309.606, 31.5551), Vector2(40.7064, 238.658), Vector2(685.397, 282.082)] } +[sub_resource type="AnimationLibrary" id="AnimationLibrary_kfxj1"] +_data = { +"motion": SubResource("3"), +"motion2": SubResource("4"), +"motion3": SubResource("7") +} + [node name="LightShadows" type="Node2D"] [node name="Ambient" type="CanvasModulate" parent="."] @@ -75,12 +114,11 @@ color = Color(0.27451, 0.27451, 0.27451, 1) [node name="Background" type="Sprite2D" parent="."] position = Vector2(401.251, 302.906) scale = Vector2(128, 128) -texture = ExtResource( 1 ) +texture = ExtResource("1") [node name="Sprite2D" type="Sprite2D" parent="."] position = Vector2(295.886, 216.938) -texture = ExtResource( 5 ) -normal_map = ExtResource( 6 ) +texture = SubResource("CanvasTexture_hlulo") [node name="Label" type="Label" parent="Sprite2D"] offset_left = -22.5563 @@ -88,235 +126,206 @@ offset_top = 64.6982 offset_right = 24.4437 offset_bottom = 78.6982 text = "Normal" -align = 1 -__meta__ = { -"_edit_use_anchors_": false -} [node name="SpriteFlipX" type="Sprite2D" parent="."] position = Vector2(543.341, 220.255) scale = Vector2(-1, 1) -texture = ExtResource( 5 ) -normal_map = ExtResource( 6 ) +texture = SubResource("CanvasTexture_hea5a") [node name="Label" type="Label" parent="SpriteFlipX"] offset_left = 22.5564 offset_top = 66.0347 offset_right = 69.5564 offset_bottom = 80.0347 -rect_scale = Vector2(-1, 1) +scale = Vector2(-1, 1) text = "Flip X" -align = 1 -__meta__ = { -"_edit_use_anchors_": false -} [node name="SpriteFlipY" type="Sprite2D" parent="."] position = Vector2(291.308, 423.369) scale = Vector2(1, -1) -texture = ExtResource( 5 ) -normal_map = ExtResource( 6 ) +texture = SubResource("CanvasTexture_hc1ic") [node name="Label" type="Label" parent="SpriteFlipY"] offset_left = -23.3056 offset_top = -67.2446 offset_right = 23.6944 offset_bottom = -53.2446 -rect_scale = Vector2(1, -1) +scale = Vector2(1, -1) text = "Flip Y" -align = 1 -__meta__ = { -"_edit_use_anchors_": false -} [node name="SpriteFlipXY" type="Sprite2D" parent="."] position = Vector2(542.081, 424.696) scale = Vector2(-1, -1) -texture = ExtResource( 5 ) -normal_map = ExtResource( 6 ) +texture = SubResource("CanvasTexture_l1r6i") [node name="Label" type="Label" parent="SpriteFlipXY"] offset_left = 23.9495 offset_top = -67.5714 offset_right = 81.9495 offset_bottom = -53.5714 -rect_scale = Vector2(-1, -1) +scale = Vector2(-1, -1) text = "Flip X + Y" -align = 1 -__meta__ = { -"_edit_use_anchors_": false -} [node name="Casters" type="Node2D" parent="."] [node name="ShadowCaster" type="Sprite2D" parent="Casters"] position = Vector2(95.2909, 85.3186) -texture = ExtResource( 2 ) +texture = ExtResource("2") [node name="Occluder" type="LightOccluder2D" parent="Casters/ShadowCaster"] -occluder = SubResource( 1 ) +occluder = SubResource("1") [node name="ShadowCaster1" type="Sprite2D" parent="Casters"] position = Vector2(200.291, 313.319) -texture = ExtResource( 2 ) +texture = ExtResource("2") [node name="Occluder" type="LightOccluder2D" parent="Casters/ShadowCaster1"] -occluder = SubResource( 1 ) +occluder = SubResource("1") [node name="ShadowCaster2" type="Sprite2D" parent="Casters"] position = Vector2(76.2909, 405.319) -texture = ExtResource( 2 ) +texture = ExtResource("2") [node name="Occluder" type="LightOccluder2D" parent="Casters/ShadowCaster2"] -occluder = SubResource( 1 ) +occluder = SubResource("1") [node name="ShadowCaster3" type="Sprite2D" parent="Casters"] position = Vector2(408.291, 226.319) -texture = ExtResource( 2 ) +texture = ExtResource("2") [node name="Occluder" type="LightOccluder2D" parent="Casters/ShadowCaster3"] -occluder = SubResource( 1 ) +occluder = SubResource("1") [node name="ShadowCaster4" type="Sprite2D" parent="Casters"] position = Vector2(239.291, 48.3186) -texture = ExtResource( 2 ) +texture = ExtResource("2") [node name="Occluder" type="LightOccluder2D" parent="Casters/ShadowCaster4"] -occluder = SubResource( 1 ) +occluder = SubResource("1") [node name="ShadowCaster5" type="Sprite2D" parent="Casters"] position = Vector2(140.291, 561.319) -texture = ExtResource( 2 ) +texture = ExtResource("2") [node name="Occluder" type="LightOccluder2D" parent="Casters/ShadowCaster5"] -occluder = SubResource( 1 ) +occluder = SubResource("1") [node name="ShadowCaster6" type="Sprite2D" parent="Casters"] position = Vector2(392.291, 499.319) -texture = ExtResource( 2 ) +texture = ExtResource("2") [node name="Occluder" type="LightOccluder2D" parent="Casters/ShadowCaster6"] -occluder = SubResource( 1 ) +occluder = SubResource("1") [node name="ShadowCaster7" type="Sprite2D" parent="Casters"] position = Vector2(735.291, 552.319) -texture = ExtResource( 2 ) +texture = ExtResource("2") [node name="Occluder" type="LightOccluder2D" parent="Casters/ShadowCaster7"] -occluder = SubResource( 1 ) +occluder = SubResource("1") [node name="ShadowCaster8" type="Sprite2D" parent="Casters"] position = Vector2(661.291, 371.319) -texture = ExtResource( 2 ) +texture = ExtResource("2") [node name="Occluder" type="LightOccluder2D" parent="Casters/ShadowCaster8"] -occluder = SubResource( 1 ) +occluder = SubResource("1") [node name="ShadowCaster9" type="Sprite2D" parent="Casters"] position = Vector2(567.291, 574.319) -texture = ExtResource( 2 ) +texture = ExtResource("2") [node name="occluder" type="LightOccluder2D" parent="Casters/ShadowCaster9"] -occluder = SubResource( 1 ) +occluder = SubResource("1") [node name="ShadowCaster10" type="Sprite2D" parent="Casters"] position = Vector2(420.291, 350.319) -texture = ExtResource( 2 ) +texture = ExtResource("2") [node name="Occluder" type="LightOccluder2D" parent="Casters/ShadowCaster10"] -occluder = SubResource( 1 ) +occluder = SubResource("1") [node name="ShadowCaster11" type="Sprite2D" parent="Casters"] position = Vector2(463.291, 106.319) -texture = ExtResource( 2 ) +texture = ExtResource("2") [node name="Occluder" type="LightOccluder2D" parent="Casters/ShadowCaster11"] -occluder = SubResource( 1 ) +occluder = SubResource("1") [node name="ShadowCaster12" type="Sprite2D" parent="Casters"] position = Vector2(621.291, 78.3186) -texture = ExtResource( 2 ) +texture = ExtResource("2") [node name="Occluder" type="LightOccluder2D" parent="Casters/ShadowCaster12"] -occluder = SubResource( 1 ) +occluder = SubResource("1") [node name="ShadowCaster13" type="Sprite2D" parent="Casters"] position = Vector2(761.291, 240.319) -texture = ExtResource( 2 ) +texture = ExtResource("2") [node name="Occluder" type="LightOccluder2D" parent="Casters/ShadowCaster13"] -occluder = SubResource( 1 ) +occluder = SubResource("1") [node name="ShadowCaster14" type="Sprite2D" parent="Casters"] position = Vector2(771.291, 29.3186) -texture = ExtResource( 2 ) +texture = ExtResource("2") [node name="Occluder" type="LightOccluder2D" parent="Casters/ShadowCaster14"] -occluder = SubResource( 1 ) +occluder = SubResource("1") [node name="RedLight" type="PointLight2D" parent="."] position = Vector2(159.289, 452.441) -texture = ExtResource( 3 ) color = Color(1, 0.446392, 0.0576646, 1) shadow_enabled = true -shadow_gradient_length = 1.3 -shadow_filter = 3 -shadow_filter_smooth = 11.1 -__meta__ = { -"_edit_lock_": true -} +shadow_filter = 1 +shadow_filter_smooth = 1.2 +texture = ExtResource("3") [node name="Blob" type="Sprite2D" parent="RedLight"] -material = SubResource( 2 ) -texture = ExtResource( 4 ) +material = SubResource("2") +texture = ExtResource("4") [node name="AnimationPlayer" type="AnimationPlayer" parent="RedLight"] autoplay = "motion" -anims/motion = SubResource( 3 ) -anims/motion2 = SubResource( 4 ) +libraries = { +"": SubResource("AnimationLibrary_wawvy") +} [node name="GreenLight" type="PointLight2D" parent="."] position = Vector2(753.756, 314.336) -texture = ExtResource( 3 ) color = Color(0.49247, 0.878537, 0.409146, 1) shadow_enabled = true -shadow_gradient_length = 1.2 -shadow_filter = 3 -shadow_filter_smooth = 7.1 -__meta__ = { -"_edit_lock_": true -} +shadow_filter = 1 +shadow_filter_smooth = 1.2 +texture = ExtResource("3") [node name="blob" type="Sprite2D" parent="GreenLight"] -material = SubResource( 5 ) -texture = ExtResource( 4 ) +material = SubResource("5") +texture = ExtResource("4") [node name="AnimationPlayer" type="AnimationPlayer" parent="GreenLight"] autoplay = "m2" -anims/m2 = SubResource( 4 ) -anims/motion = SubResource( 3 ) +libraries = { +"": SubResource("AnimationLibrary_fig6v") +} [node name="BlueLight" type="PointLight2D" parent="."] -position = Vector2(692.078, 31.1773) -texture = ExtResource( 3 ) +position = Vector2(692.078, 29.8849) color = Color(0.396752, 0.446392, 0.929792, 1) shadow_enabled = true -shadow_gradient_length = 1.4 -shadow_filter = 3 -shadow_filter_smooth = 5.3 -__meta__ = { -"_edit_lock_": true -} +shadow_filter = 1 +shadow_filter_smooth = 1.2 +texture = ExtResource("3") [node name="blob" type="Sprite2D" parent="BlueLight"] -material = SubResource( 6 ) -texture = ExtResource( 4 ) +material = SubResource("6") +texture = ExtResource("4") [node name="AnimationPlayer" type="AnimationPlayer" parent="BlueLight"] autoplay = "motion3" -anims/motion = SubResource( 3 ) -anims/motion2 = SubResource( 4 ) -anims/motion3 = SubResource( 7 ) +libraries = { +"": SubResource("AnimationLibrary_kfxj1") +} [node name="Camera2D" type="Camera2D" parent="."] offset = Vector2(400, 300) diff --git a/2d/lights_and_shadows/project.godot b/2d/lights_and_shadows/project.godot index af1e976be1c..a013ca5b2c8 100644 --- a/2d/lights_and_shadows/project.godot +++ b/2d/lights_and_shadows/project.godot @@ -6,7 +6,7 @@ ; [section] ; section goes between [] ; param=value ; assign values to parameters -config_version=4 +config_version=5 [application] @@ -14,16 +14,14 @@ config/name="2D Lights and Shadows" config/description="Simple demo of 2D lights and shadows, using PointLight2D and LightOccluder2D." run/main_scene="res://light_shadows.tscn" +config/features=PackedStringArray("4.0") config/icon="res://icon.png" [display] -window/size/width=800 -window/dpi/allow_hidpi=true -window/stretch/mode="2d" +window/size/viewport_width=800 +window/stretch/mode="canvas_items" window/stretch/aspect="expand" -stretch/aspect="keep" -stretch/mode="2d" [gdnative] diff --git a/2d/lights_and_shadows/spot.png.import b/2d/lights_and_shadows/spot.png.import index 1f31297befc..bcae2badc72 100644 --- a/2d/lights_and_shadows/spot.png.import +++ b/2d/lights_and_shadows/spot.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/spot.png-36b4dfbff4efeea17ec3137d266ffc4a.stex" +type="CompressedTexture2D" +uid="uid://cnyul1oe7d4b" +path="res://.godot/imported/spot.png-36b4dfbff4efeea17ec3137d266ffc4a.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://spot.png" -dest_files=["res://.godot/imported/spot.png-36b4dfbff4efeea17ec3137d266ffc4a.stex"] +dest_files=["res://.godot/imported/spot.png-36b4dfbff4efeea17ec3137d266ffc4a.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/navigation/character.png.import b/2d/navigation/character.png.import index 9d938bfb437..73275cc31f6 100644 --- a/2d/navigation/character.png.import +++ b/2d/navigation/character.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/character.png-7a996d3b758d22c506b76a7c15391284.stex" +type="CompressedTexture2D" +uid="uid://b0wokaenwu7pj" +path="res://.godot/imported/character.png-7a996d3b758d22c506b76a7c15391284.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://character.png" -dest_files=["res://.godot/imported/character.png-7a996d3b758d22c506b76a7c15391284.stex"] +dest_files=["res://.godot/imported/character.png-7a996d3b758d22c506b76a7c15391284.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/navigation/icon.png.import b/2d/navigation/icon.png.import index 889af9df580..5ca51d55fea 100644 --- a/2d/navigation/icon.png.import +++ b/2d/navigation/icon.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" +type="CompressedTexture2D" +uid="uid://2ft5n3ts7upn" +path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://icon.png" -dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.stex"] +dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/navigation/level.tscn b/2d/navigation/level.tscn index 318ac12ba0f..71d98eaac33 100644 --- a/2d/navigation/level.tscn +++ b/2d/navigation/level.tscn @@ -1,30 +1,32 @@ -[gd_scene load_steps=5 format=2] +[gd_scene load_steps=5 format=3 uid="uid://cur17tkfqetf0"] -[ext_resource path="res://navigation.gd" type="Script" id=1] -[ext_resource path="res://map.png" type="Texture2D" id=2] -[ext_resource path="res://character.png" type="Texture2D" id=3] +[ext_resource type="Script" path="res://navigation.gd" id="1"] +[ext_resource type="Texture2D" uid="uid://bk26gi6qsuh18" path="res://map.png" id="2"] +[ext_resource type="Texture2D" uid="uid://b0wokaenwu7pj" path="res://character.png" id="3"] -[sub_resource type="Node3DPolygon" id=1] -vertices = PackedVector2Array(587.833, 271.924, 530.464, 284.878, 508.256, 281.177, 497.153, 255.269, 624.926, 359.595, 648.903, 394.065, 620.443, 383.995, 669.26, 297.833, 648.903, 321.891, 650.754, 251.567, 619.293, 510.654, 676.663, 493.998, 706.272, 501.401, 669.26, 529.16, 602.638, 523.608, 587.833, 179.393, 573.028, 140.53, 645.202, 159.036, 710.106, 179.216, 630.397, 212.704, 597.086, 192.348, 471.244, 251.567, 421.277, 270.074, 428.68, 246.015, 502.704, 97.9661, 517.509, 55.4019, 537.866, 99.8167, 536.016, 175.692, 495.302, 164.588, 487.899, 85.0117, 310.24, 75.7586, 308.39, 92.4142, 345.402, 210.854, 360.207, 223.808, 297.286, 258.97, 288.033, 231.211, 319.493, 190.497, 193.651, 423.675, 245.469, 477.343, 221.41, 488.446, 147.386, 408.87, 182.548, 382.961, 145.584, 224.311, 175.145, 332.995, 202.904, 99.8167, 310.24, 62.8043, 695.169, 303.385, 682.214, 284.878, 598.937, 492.148, 571.177, 501.401, 605.437, 456.366, 621.144, 486.596, 538.077, 499.891, 395.879, 501.87, 536.407, 524.944, 371.311, 518.056, 573.028, 94.2648, 582.281, 47.9994, 667.409, 75.7586, 350.954, 447.733, 363.908, 351.501, 384.265, 351.501, 376.862, 418.123, 373.441, 436.494, 424.978, 334.845, 421.277, 360.754, 352.804, 320.04, 321.344, 338.546, 299.136, 283.028, 241.767, 327.443, 234.365, 244.165, 325.228, 486.302, 300.441, 497.494, 317.643, 447.733, 332.441, 457.494, 524.608, 359.37, 526.762, 342.248, 366.441, 467.494, 480.497, 434.779, 496.638, 439.381, 476.441, 468.494, 265.825, 407.019, 184.398, 349.65, 310.24, 112.771, 267.676, 153.485, 221.41, 171.991, 700.721, 268.223, 397.219, 188.646, 415.725, 177.543, 465.692, 179.393, 476.796, 207.152, 443.485, 192.348, 437.933, 170.14, 452.738, 166.439, 460.14, 123.875, 476.796, 149.783, 189.95, 231.211) -polygons = [PackedInt32Array(0, 1, 2, 3), PackedInt32Array(4, 5, 6), PackedInt32Array(7, 8, 9), PackedInt32Array(10, 11, 12, 13, 14), PackedInt32Array(15, 16, 17, 18, 19, 20), PackedInt32Array(21, 3, 2, 22, 23), PackedInt32Array(24, 25, 26, 27, 28), PackedInt32Array(25, 24, 29), PackedInt32Array(30, 25, 29, 31), PackedInt32Array(32, 33, 34, 35, 36), PackedInt32Array(37, 38, 39, 40), PackedInt32Array(41, 37, 40), PackedInt32Array(41, 40, 42, 43), PackedInt32Array(44, 45, 30, 31), PackedInt32Array(46, 12, 11, 7, 47), PackedInt32Array(47, 7, 9), PackedInt32Array(48, 10, 14, 49), PackedInt32Array(50, 6, 5, 51, 48), PackedInt32Array(52, 50, 48, 49), PackedInt32Array(53, 52, 49, 54, 55), PackedInt32Array(17, 56, 57, 58, 18), PackedInt32Array(59, 60, 61, 62, 63), PackedInt32Array(64, 65, 61, 66), PackedInt32Array(66, 61, 60, 67, 68), PackedInt32Array(68, 67, 69, 70), PackedInt32Array(68, 70, 35, 34), PackedInt32Array(71, 53, 55, 72), PackedInt32Array(71, 72, 73, 74), PackedInt32Array(4, 6, 75, 76), PackedInt32Array(63, 77, 74, 59), PackedInt32Array(78, 2, 1, 76, 75, 79, 80), PackedInt32Array(78, 80, 63, 62), PackedInt32Array(81, 59, 74, 73), PackedInt32Array(81, 73, 41, 82), PackedInt32Array(44, 31, 83, 84, 85), PackedInt32Array(18, 86, 47, 9, 19), PackedInt32Array(15, 20, 3, 21), PackedInt32Array(23, 22, 87, 88), PackedInt32Array(89, 28, 27, 90, 91), PackedInt32Array(89, 91, 92, 93), PackedInt32Array(36, 94, 95, 93, 92), PackedInt32Array(36, 92, 88), PackedInt32Array(36, 88, 87, 32), PackedInt32Array(36, 35, 85, 84), PackedInt32Array(42, 44, 85, 96), PackedInt32Array(42, 96, 43), PackedInt32Array(41, 43, 82)] -outlines = [PackedVector2Array(221.41, 488.446, 147.386, 408.87, 145.584, 224.311, 202.904, 99.8167, 310.24, 62.8043, 310.24, 75.7586, 517.509, 55.4019, 537.866, 99.8167, 536.016, 175.692, 476.796, 207.152, 443.485, 192.348, 437.933, 170.14, 415.725, 177.543, 428.68, 246.015, 471.244, 251.567, 587.833, 179.393, 573.028, 140.53, 645.202, 159.036, 573.028, 94.2648, 582.281, 47.9994, 667.409, 75.7586, 710.106, 179.216, 700.721, 268.223, 682.214, 284.878, 695.169, 303.385, 706.272, 501.401, 669.26, 529.16, 602.638, 523.608, 571.177, 501.401, 536.407, 524.944, 371.311, 518.056, 300.441, 497.494, 317.643, 447.733, 182.548, 382.961, 193.651, 423.675, 245.469, 477.343), PackedVector2Array(350.954, 447.733, 363.908, 351.501, 321.344, 338.546, 241.767, 327.443, 234.365, 244.165, 288.033, 231.211, 221.41, 171.991, 189.95, 231.211, 175.145, 332.995, 184.398, 349.65, 265.825, 407.019), PackedVector2Array(267.676, 153.485, 310.24, 112.771, 308.39, 92.4142, 487.899, 85.0117, 502.704, 97.9661, 495.302, 164.588, 465.692, 179.393, 452.738, 166.439, 476.796, 149.783, 460.14, 123.875, 319.493, 190.497), PackedVector2Array(397.219, 188.646, 345.402, 210.854, 360.207, 223.808, 297.286, 258.97, 299.136, 283.028, 352.804, 320.04, 424.978, 334.845, 421.277, 360.754, 384.265, 351.501, 376.862, 418.123, 480.497, 434.779, 508.256, 281.177, 421.277, 270.074), PackedVector2Array(497.153, 255.269, 597.086, 192.348, 630.397, 212.704, 650.754, 251.567, 648.903, 321.891, 669.26, 297.833, 676.663, 493.998, 619.293, 510.654, 598.937, 492.148, 621.144, 486.596, 648.903, 394.065, 624.926, 359.595, 526.762, 342.248, 530.464, 284.878, 587.833, 271.924), PackedVector2Array(325.228, 486.302, 332.441, 457.494, 366.441, 467.494, 373.441, 436.494, 476.441, 468.494, 496.638, 439.381, 524.608, 359.37, 620.443, 383.995, 605.437, 456.366, 538.077, 499.891, 395.879, 501.87)] +[sub_resource type="NavigationPolygon" id="NavigationPolygon_5ynhe"] +vertices = PackedVector2Array(682, 496, 696, 300, 704, 507, 495, 256, 589, 270, 540, 284, 466, 177, 490, 169, 531, 178, 477, 205, 446, 196, 621, 510, 667, 525, 606, 519, 529, 290, 288, 228, 228, 180, 276, 160, 315, 190, 600, 497, 576, 503, 202, 99, 314, 65, 311, 83, 436, 170, 452, 163, 201, 440, 246, 478, 223, 490, 211, 485, 146, 400, 185, 381, 586, 178, 596, 188, 474, 252, 462, 127, 479, 150, 416, 180, 395, 516, 302, 499, 320, 450, 354, 445, 535, 516, 538, 106, 537, 173, 493, 166, 506, 97, 514, 51, 486, 83, 327, 77, 309, 96, 306, 113, 272, 153, 219, 172, 178, 152, 148, 224, 189, 231, 171, 328, 176, 347, 259, 404, 432, 249, 365, 346, 525, 342, 314, 340, 271, 336, 241, 321, 235, 284, 242, 247, 324, 336, 616, 360, 645, 381, 645, 404, 614, 492) +polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(3, 4, 5), PackedInt32Array(6, 7, 8, 9, 10), PackedInt32Array(11, 0, 2, 12, 13), PackedInt32Array(3, 5, 14), PackedInt32Array(15, 16, 17, 18), PackedInt32Array(19, 11, 13, 20), PackedInt32Array(21, 22, 23), PackedInt32Array(6, 10, 24, 25), PackedInt32Array(26, 27, 28, 29, 30), PackedInt32Array(31, 26, 30), PackedInt32Array(32, 33, 3, 34), PackedInt32Array(18, 35, 36, 25, 24), PackedInt32Array(18, 24, 37), PackedInt32Array(38, 39, 40, 41, 42), PackedInt32Array(43, 44, 45, 46), PackedInt32Array(47, 43, 46, 48), PackedInt32Array(49, 47, 48, 50, 23), PackedInt32Array(21, 23, 50, 51, 52, 53, 54), PackedInt32Array(55, 54, 53, 56), PackedInt32Array(30, 55, 56, 57), PackedInt32Array(30, 57, 58), PackedInt32Array(31, 30, 58), PackedInt32Array(31, 58, 59, 40), PackedInt32Array(40, 59, 41), PackedInt32Array(18, 37, 60, 15), PackedInt32Array(20, 42, 41, 61, 60, 34, 3, 62), PackedInt32Array(63, 64, 65, 66, 67, 15, 60, 68), PackedInt32Array(61, 68, 60), PackedInt32Array(62, 69, 70, 71, 72, 19, 20), PackedInt32Array(62, 3, 14)] +outlines = [PackedVector2Array(314, 65, 311, 83, 327, 77, 514, 51, 538, 106, 537, 173, 493, 166, 506, 97, 486, 83, 309, 96, 306, 113, 272, 153, 219, 172, 189, 231, 171, 328, 176, 347, 259, 404, 354, 445, 365, 346, 324, 336, 314, 340, 271, 336, 241, 321, 235, 284, 242, 247, 288, 228, 228, 180, 276, 160, 315, 190, 462, 127, 479, 150, 452, 163, 466, 177, 490, 169, 531, 178, 477, 205, 446, 196, 436, 170, 416, 180, 432, 249, 474, 252, 586, 178, 596, 188, 495, 256, 589, 270, 540, 284, 529, 290, 525, 342, 616, 360, 645, 381, 645, 404, 614, 492, 600, 497, 621, 510, 682, 496, 696, 300, 704, 507, 667, 525, 606, 519, 576, 503, 535, 516, 395, 516, 302, 499, 320, 450, 185, 381, 201, 440, 246, 478, 223, 490, 211, 485, 146, 400, 148, 224, 178, 152, 202, 99)] [node name="Node2D" type="Node2D"] -script = ExtResource( 1 ) - -[node name="Navmesh" type="Node3DPolygonInstance" parent="."] -navpoly = SubResource( 1 ) +script = ExtResource("1") [node name="Map" type="Sprite2D" parent="."] position = Vector2(429.585, 287.32) -texture = ExtResource( 2 ) +texture = ExtResource("2") + +[node name="Camera2D" type="Camera2D" parent="."] +offset = Vector2(420, 300) +current = true [node name="Character" type="Sprite2D" parent="."] position = Vector2(228.464, 132.594) scale = Vector2(0.5, 0.5) -texture = ExtResource( 3 ) +texture = ExtResource("3") offset = Vector2(0, -26) -[node name="Camera2D" type="Camera2D" parent="."] -offset = Vector2(420, 300) -current = true +[node name="NavigationRegion2d" type="NavigationRegion2D" parent="."] +navpoly = SubResource("NavigationPolygon_5ynhe") + +[node name="NavigationAgent2d" type="NavigationAgent2D" parent="."] diff --git a/2d/navigation/map.png.import b/2d/navigation/map.png.import index 6ba301180fe..b57f7a38ef2 100644 --- a/2d/navigation/map.png.import +++ b/2d/navigation/map.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/map.png-9eea34967fae34f4388f4a32a16da936.stex" +type="CompressedTexture2D" +uid="uid://bk26gi6qsuh18" +path="res://.godot/imported/map.png-9eea34967fae34f4388f4a32a16da936.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://map.png" -dest_files=["res://.godot/imported/map.png-9eea34967fae34f4388f4a32a16da936.stex"] +dest_files=["res://.godot/imported/map.png-9eea34967fae34f4388f4a32a16da936.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/navigation/navigation.gd b/2d/navigation/navigation.gd index 9f7bba32fa4..bf00912f2b3 100644 --- a/2d/navigation/navigation.gd +++ b/2d/navigation/navigation.gd @@ -5,9 +5,18 @@ var path = [] @onready var character = $Character +#var navmap = NavigationServer2D.map_create() + + +func _ready(): + pass + #NavigationServer2D.region_set_map(navmap, $NavigationRegion2d.get_rid()) + + func _process(delta): + character.position = $NavigationAgent2d.get_next_location() var walk_distance = character_speed * delta - move_along_path(walk_distance) + #move_along_path(walk_distance) # The "click" event is a custom input action defined in @@ -15,32 +24,37 @@ func _process(delta): func _unhandled_input(event): if not event.is_action_pressed("click"): return - _update_navigation_path(character.position, get_local_mouse_position()) - - -func move_along_path(distance): - var last_point = character.position - while path.size(): - var distance_between_points = last_point.distance_to(path[0]) - # The position to move to falls between two points. - if distance <= distance_between_points: - character.position = last_point.lerp(path[0], distance / distance_between_points) - return - # The position is past the end of the segment. - distance -= distance_between_points - last_point = path[0] - path.remove(0) - # The character reached the end of the path. - character.position = last_point - set_process(false) - - + _update_navigation_path(Vector2(), get_local_mouse_position()) + +#func move_along_path(distance): +# return +# var last_point = character.position +# while path.size(): +# var distance_between_points = last_point.distance_to(path[0]) +# # The position to move to falls between two points. +# if distance <= distance_between_points: +# character.position = last_point.lerp(path[0], distance / distance_between_points) +# return +# # The position is past the end of the segment. +# distance -= distance_between_points +# last_point = path[0] +# path.remove(0) +# # The character reached the end of the path. +# character.position = last_point +# set_process(false) + +var drawpos = Vector2() func _update_navigation_path(start_position, end_position): # get_simple_path is part of the Node2D class. # It returns a PackedVector2Array of points that lead you # from the start_position to the end_position. - path = get_simple_path(start_position, end_position, true) + $NavigationAgent2d.set_target_location(end_position) + drawpos = end_position + queue_redraw() # The first point is always the start_position. # We don't need it in this example as it corresponds to the character's position. - path.remove(0) - set_process(true) + #path.remove(0) + #set_process(true) + +func _draw(): + draw_circle(drawpos, 10, Color.RED) diff --git a/2d/navigation/project.godot b/2d/navigation/project.godot index 565308be094..a712649a981 100644 --- a/2d/navigation/project.godot +++ b/2d/navigation/project.godot @@ -6,7 +6,7 @@ ; [section] ; section goes between [] ; param=value ; assign values to parameters -config_version=4 +config_version=5 [application] @@ -15,16 +15,14 @@ config/description="Example of using 2D navigation using a NavigationPolygon in NavigationPolygonInstance node. It uses the 2D navigation API to request a path between two points, and then traverses the resulting path." run/main_scene="res://level.tscn" +config/features=PackedStringArray("4.0") config/icon="res://icon.png" [display] -window/size/width=800 -window/dpi/allow_hidpi=true -window/stretch/mode="2d" +window/size/viewport_width=800 +window/stretch/mode="canvas_items" window/stretch/aspect="expand" -stretch/aspect="keep" -stretch/mode="2d" [gdnative] @@ -34,7 +32,7 @@ singletons=[] click={ "deadzone": 0.5, -"events": [Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":1,"pressed":false,"double_click":false,"script":null) +"events": [Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":1,"pressed":false,"double_click":false,"script":null) ] } diff --git a/2d/navigation_astar/Game.tscn b/2d/navigation_astar/Game.tscn index f9f15520cd5..0766b94fbbe 100644 --- a/2d/navigation_astar/Game.tscn +++ b/2d/navigation_astar/Game.tscn @@ -1,26 +1,27 @@ -[gd_scene load_steps=5 format=2] +[gd_scene load_steps=5 format=3 uid="uid://byom4xiqb8ovo"] -[ext_resource path="res://tileset/tileset.tres" type="TileSet" id=1] -[ext_resource path="res://pathfind_astar.gd" type="Script" id=2] -[ext_resource path="res://character.gd" type="Script" id=3] -[ext_resource path="res://sprites/character.png" type="Texture2D" id=4] +[ext_resource type="TileSet" uid="uid://y111l4w24pml" path="res://tileset/tileset.tres" id="1"] +[ext_resource type="Script" path="res://pathfind_astar.gd" id="2"] +[ext_resource type="Script" path="res://character.gd" id="3"] +[ext_resource type="Texture2D" uid="uid://bfedhloqga3jl" path="res://sprites/character.png" id="4"] [node name="Game" type="Node2D"] [node name="TileMap" type="TileMap" parent="."] -tile_set = ExtResource( 1 ) -format = 1 -tile_data = PackedInt32Array(65537, 0, 0, 65541, 0, 0, 65545, 0, 0, 65550, 0, 0, 196614, 0, 0, 196615, 0, 0, 196616, 0, 0, 196617, 0, 0, 196618, 0, 0, 196619, 0, 0, 262145, 0, 0, 262146, 0, 0, 262147, 0, 0, 327683, 0, 0, 393219, 0, 0, 393220, 0, 0, 393221, 0, 0, 393222, 0, 0, 393226, 0, 0, 393227, 0, 0, 393228, 0, 0, 458761, 0, 0, 524290, 0, 0, 524291, 0, 0, 524292, 0, 0, 524293, 0, 0, 524294, 0, 0, 524295, 0, 0, 524296, 0, 0, 524297, 0, 0) -script = ExtResource( 2 ) +tile_set = ExtResource("1") +format = 2 +layer_0/tile_data = PackedInt32Array(393217, 0, 0, 327681, 0, 0, 262145, 0, 0, 262146, 0, 0, 196611, 0, 0, 196612, 0, 0, 131076, 0, 0, 131077, 0, 0, 458757, 0, 0, 458758, 0, 0, 458759, 0, 0, 458760, 0, 0, 458761, 0, 0, 393225, 0, 0, 393226, 0, 0, 327690, 0, 0, 327691, 0, 0, 262155, 0, 0, 262156, 0, 0, 65549, 0, 0, 65550, 0, 0, 131086, 0, 0, 131087, 0, 0, 196623, 0, 0, 262159, 0, 0, 262160, 0, 0, 327696, 0, 0, 393232, 0, 0, 458768, 0, 0, 458767, 0, 0, 524303, 0, 0, -1, 0, 0, 65535, 0, 0, 131071, 0, 0, 196607, 0, 0, 262143, 0, 0, 327679, 0, 0, 393215, 0, 0, 458751, 0, 0, 524287, 0, 0, 589823, 0, 0, 655359, 0, 0, 720895, 0, 0, 655360, 0, 0, 655361, 0, 0, 655362, 0, 0, 655363, 0, 0, 655364, 0, 0, 655365, 0, 0, 655366, 0, 0, 655367, 0, 0, 655368, 0, 0, 655369, 0, 0, 655370, 0, 0, 655371, 0, 0, 655372, 0, 0, 655373, 0, 0, 655374, 0, 0, 655375, 0, 0, 655376, 0, 0, 655377, 0, 0, 655378, 0, 0, 589842, 0, 0, 524306, 0, 0, 458770, 0, 0, 393234, 0, 0, 327698, 0, 0, 262162, 0, 0, 196626, 0, 0, 131090, 0, 0, 65554, 0, 0, 18, 0, 0, -65518, 0, 0, -65519, 0, 0, -65520, 0, 0, -65521, 0, 0, -65522, 0, 0, -65523, 0, 0, -65524, 0, 0, -65525, 0, 0, -65526, 0, 0, -65527, 0, 0, -65528, 0, 0, -65529, 0, 0, -65530, 0, 0, -65531, 0, 0, -65532, 0, 0, -65533, 0, 0, -65534, 0, 0, -65535, 0, 0, -65536, 0, 0, 131080, 0, 0, 65544, 0, 0, 8, 0, 0, 131081, 0, 0, 11, 0, 0, 10, 0, 0, 589834, 0, 0, 589833, 0, 0, 589832, 0, 0, 589826, 0, 0, 524290, 0, 0, 458755, 0, 0, 327685, 0, 0, 262150, 0, 0, 196615, 0, 0, 786430, 0, 0, 720894, 0, 0, 655358, 0, 0, 589822, 0, 0, 524286, 0, 0, 458750, 0, 0, 393214, 0, 0, 327678, 0, 0, 262142, 0, 0, 196606, 0, 0, 131070, 0, 0, 65534, 0, 0, -2, 0, 0, -65538, 0, 0, -65537, 0, 0, -131072, 0, 0, -131071, 0, 0, -131070, 0, 0, -131069, 0, 0, -131068, 0, 0, -131067, 0, 0, -131066, 0, 0, -131065, 0, 0, -131064, 0, 0, -131063, 0, 0, -131062, 0, 0, -131061, 0, 0, -131060, 0, 0, -131059, 0, 0, -131058, 0, 0, -131057, 0, 0, -131056, 0, 0, -131055, 0, 0, -131054, 0, 0, -131053, 0, 0, -65517, 0, 0, 19, 0, 0, 65555, 0, 0, 131091, 0, 0, 196627, 0, 0, 262163, 0, 0, 327699, 0, 0, 393235, 0, 0, 458771, 0, 0, 524307, 0, 0, 589843, 0, 0, 655379, 0, 0, 720915, 0, 0, 720914, 0, 0, 720913, 0, 0, 720912, 0, 0, 720911, 0, 0, 720910, 0, 0, 720909, 0, 0, 720908, 0, 0, 786444, 0, 0, 786443, 0, 0, 786442, 0, 0, 786441, 0, 0, 786440, 0, 0, 786439, 0, 0, 786438, 0, 0, 720902, 0, 0, 720901, 0, 0, 720900, 0, 0, 720899, 0, 0, 720898, 0, 0, 720897, 0, 0, 720896, 0, 0, 786431, 0, 0, 851967, 0, 0, 786432, 0, 0, 786433, 0, 0, 786434, 0, 0, 786435, 0, 0, 786436, 0, 0, 786437, 0, 0, 720904, 0, 0, 720905, 0, 0, 720906, 0, 0, 720907, 0, 0, 720903, 0, 0, 851966, 0, 0, 851965, 0, 0, 786445, 0, 0, 786446, 0, 0, 786447, 0, 0, 786448, 0, 0, 786449, 0, 0, 786450, 0, 0, 786451, 0, 0, -262124, 0, 0, -196588, 0, 0, -131052, 0, 0, -65516, 0, 0, 20, 0, 0, 65556, 0, 0, 131092, 0, 0, 196628, 0, 0, 262164, 0, 0, 327700, 0, 0, 393236, 0, 0, 458772, 0, 0, 524308, 0, 0, 589844, 0, 0, 655380, 0, 0, 720916, 0, 0, 786452, 0, 0, 851988, 0, 0, -196589, 0, 0, -196590, 0, 0, -196591, 0, 0, -196592, 0, 0, -196593, 0, 0, -196594, 0, 0, -196595, 0, 0, -196596, 0, 0, -196597, 0, 0, -196598, 0, 0, -196599, 0, 0, -196600, 0, 0, -196601, 0, 0, -196602, 0, 0, -196603, 0, 0, -196604, 0, 0, -196605, 0, 0, -196606, 0, 0, -196607, 0, 0, -196608, 0, 0, -131073, 0, 0, -131074, 0, 0, -131075, 0, 0, -196611, 0, 0, -196610, 0, 0, -196609, 0, 0, -262144, 0, 0, -262143, 0, 0, -262142, 0, 0, -262141, 0, 0, -262140, 0, 0, -262139, 0, 0, -262138, 0, 0, -262137, 0, 0, -262136, 0, 0, -262135, 0, 0, -262134, 0, 0, -262133, 0, 0, -262132, 0, 0, -262131, 0, 0, -262130, 0, 0, -262129, 0, 0, -262128, 0, 0, -262127, 0, 0, -262126, 0, 0, -262125, 0, 0, 851987, 0, 0, 851986, 0, 0, 851985, 0, 0, 851984, 0, 0, 851983, 0, 0, 851982, 0, 0, 851981, 0, 0, 851980, 0, 0, 851979, 0, 0, 851978, 0, 0, 851977, 0, 0, 851976, 0, 0, 851975, 0, 0, 851974, 0, 0, 851973, 0, 0, 851972, 0, 0, 851971, 0, 0, 851970, 0, 0, 851969, 0, 0, 851968, 0, 0, 917503, 0, 0, 917502, 0, 0, 917501, 0, 0, 786429, 0, 0, 720893, 0, 0, 655357, 0, 0, 589821, 0, 0, 524285, 0, 0, 458749, 0, 0, 393213, 0, 0, 327677, 0, 0, 262141, 0, 0, 196605, 0, 0, 131069, 0, 0, 65533, 0, 0, -3, 0, 0, -65539, 0, 0, -262123, 0, 0, -196587, 0, 0, -131051, 0, 0, -65515, 0, 0, 21, 0, 0, 65557, 0, 0, 131093, 0, 0, 196629, 0, 0, 262165, 0, 0, 327701, 0, 0, 393237, 0, 0, 458773, 0, 0, 524309, 0, 0, 589845, 0, 0, 655381, 0, 0, 720917, 0, 0, 786453, 0, 0, 851989, 0, 0, 917500, 0, 0, 851964, 0, 0, 786428, 0, 0, 720892, 0, 0, 655356, 0, 0, 589820, 0, 0, 524284, 0, 0, 458748, 0, 0, 393212, 0, 0, 327676, 0, 0, 262140, 0, 0, 196604, 0, 0, 131068, 0, 0, 65532, 0, 0, -4, 0, 0, -65540, 0, 0, -131076, 0, 0, -196612, 0, 0, -196615, 0, 0, -131079, 0, 0, -65543, 0, 0, -7, 0, 0, 65529, 0, 0, 131065, 0, 0, 196601, 0, 0, 262137, 0, 0, 327673, 0, 0, 393209, 0, 0, 458745, 0, 0, 524281, 0, 0, 589817, 0, 0, 655353, 0, 0, 720889, 0, 0, 786425, 0, 0, 851961, 0, 0, 917497, 0, 0, -196614, 0, 0, -131078, 0, 0, -65542, 0, 0, -6, 0, 0, 65530, 0, 0, 131066, 0, 0, 196602, 0, 0, 262138, 0, 0, 327674, 0, 0, 393210, 0, 0, 458746, 0, 0, 524282, 0, 0, 589818, 0, 0, 655354, 0, 0, 720890, 0, 0, 786426, 0, 0, 851962, 0, 0, 917498, 0, 0, -196613, 0, 0, -131077, 0, 0, -65541, 0, 0, -5, 0, 0, 65531, 0, 0, 131067, 0, 0, 196603, 0, 0, 262139, 0, 0, 327675, 0, 0, 393211, 0, 0, 458747, 0, 0, 524283, 0, 0, 589819, 0, 0, 655355, 0, 0, 720891, 0, 0, 786427, 0, 0, 851963, 0, 0, 917499, 0, 0, -262122, 0, 0, -196586, 0, 0, -131050, 0, 0, -65514, 0, 0, 22, 0, 0, 65558, 0, 0, 131094, 0, 0, 196630, 0, 0, 262166, 0, 0, 327702, 0, 0, 393238, 0, 0, 458774, 0, 0, 524310, 0, 0, 589846, 0, 0, 655382, 0, 0, 720918, 0, 0, 786454, 0, 0, 851990, 0, 0, -262121, 0, 0, -196585, 0, 0, -131049, 0, 0, -65513, 0, 0, 23, 0, 0, 65559, 0, 0, 131095, 0, 0, 196631, 0, 0, 262167, 0, 0, 327703, 0, 0, 393239, 0, 0, 458775, 0, 0, 524311, 0, 0, 589847, 0, 0, 655383, 0, 0, 720919, 0, 0, 786455, 0, 0, 851991, 0, 0, -262120, 0, 0, -196584, 0, 0, -131048, 0, 0, -65512, 0, 0, 24, 0, 0, 65560, 0, 0, 131096, 0, 0, 196632, 0, 0, 262168, 0, 0, 327704, 0, 0, 393240, 0, 0, 458776, 0, 0, 524312, 0, 0, 589848, 0, 0, 655384, 0, 0, 720920, 0, 0, 786456, 0, 0, 851992, 0, 0, -393223, 0, 0, -327687, 0, 0, -262151, 0, 0, -393222, 0, 0, -327686, 0, 0, -262150, 0, 0, -393221, 0, 0, -327685, 0, 0, -262149, 0, 0, -393220, 0, 0, -327684, 0, 0, -262148, 0, 0, -393219, 0, 0, -327683, 0, 0, -262147, 0, 0, -393218, 0, 0, -327682, 0, 0, -262146, 0, 0, -393217, 0, 0, -327681, 0, 0, -262145, 0, 0, -458752, 0, 0, -393216, 0, 0, -327680, 0, 0, -458751, 0, 0, -393215, 0, 0, -327679, 0, 0, -458750, 0, 0, -393214, 0, 0, -327678, 0, 0, -458749, 0, 0, -393213, 0, 0, -327677, 0, 0, -458748, 0, 0, -393212, 0, 0, -327676, 0, 0, -458747, 0, 0, -393211, 0, 0, -327675, 0, 0, -458746, 0, 0, -393210, 0, 0, -327674, 0, 0, -458745, 0, 0, -393209, 0, 0, -327673, 0, 0, -458744, 0, 0, -393208, 0, 0, -327672, 0, 0, -458743, 0, 0, -393207, 0, 0, -327671, 0, 0, -458742, 0, 0, -393206, 0, 0, -327670, 0, 0, -458741, 0, 0, -393205, 0, 0, -327669, 0, 0, -458740, 0, 0, -393204, 0, 0, -327668, 0, 0, -458739, 0, 0, -393203, 0, 0, -327667, 0, 0, -458738, 0, 0, -393202, 0, 0, -327666, 0, 0, -458737, 0, 0, -393201, 0, 0, -327665, 0, 0, -458736, 0, 0, -393200, 0, 0, -327664, 0, 0, -458735, 0, 0, -393199, 0, 0, -327663, 0, 0, -458734, 0, 0, -393198, 0, 0, -327662, 0, 0, -458733, 0, 0, -393197, 0, 0, -327661, 0, 0, -458732, 0, 0, -393196, 0, 0, -327660, 0, 0, -458731, 0, 0, -393195, 0, 0, -327659, 0, 0, -458730, 0, 0, -393194, 0, 0, -327658, 0, 0, -458729, 0, 0, -393193, 0, 0, -327657, 0, 0, -458728, 0, 0, -393192, 0, 0, -327656, 0, 0, 983033, 0, 0, 1048569, 0, 0, 1114105, 0, 0, 983034, 0, 0, 1048570, 0, 0, 1114106, 0, 0, 983035, 0, 0, 1048571, 0, 0, 1114107, 0, 0, 983036, 0, 0, 1048572, 0, 0, 1114108, 0, 0, 983037, 0, 0, 1048573, 0, 0, 1114109, 0, 0, 983038, 0, 0, 1048574, 0, 0, 1114110, 0, 0, 983039, 0, 0, 1048575, 0, 0, 1114111, 0, 0, 917504, 0, 0, 983040, 0, 0, 1048576, 0, 0, 917505, 0, 0, 983041, 0, 0, 1048577, 0, 0, 917506, 0, 0, 983042, 0, 0, 1048578, 0, 0, 917507, 0, 0, 983043, 0, 0, 1048579, 0, 0, 917508, 0, 0, 983044, 0, 0, 1048580, 0, 0, 917509, 0, 0, 983045, 0, 0, 1048581, 0, 0, 917510, 0, 0, 983046, 0, 0, 1048582, 0, 0, 917511, 0, 0, 983047, 0, 0, 1048583, 0, 0, 917512, 0, 0, 983048, 0, 0, 1048584, 0, 0, 917513, 0, 0, 983049, 0, 0, 1048585, 0, 0, 917514, 0, 0, 983050, 0, 0, 1048586, 0, 0, 917515, 0, 0, 983051, 0, 0, 1048587, 0, 0, 917516, 0, 0, 983052, 0, 0, 1048588, 0, 0, 917517, 0, 0, 983053, 0, 0, 1048589, 0, 0, 917518, 0, 0, 983054, 0, 0, 1048590, 0, 0, 917519, 0, 0, 983055, 0, 0, 1048591, 0, 0, 917520, 0, 0, 983056, 0, 0, 1048592, 0, 0, 917521, 0, 0, 983057, 0, 0, 1048593, 0, 0, 917522, 0, 0, 983058, 0, 0, 1048594, 0, 0, 917523, 0, 0, 983059, 0, 0, 1048595, 0, 0, 917524, 0, 0, 983060, 0, 0, 1048596, 0, 0, 917525, 0, 0, 983061, 0, 0, 1048597, 0, 0, 917526, 0, 0, 983062, 0, 0, 1048598, 0, 0, 917527, 0, 0, 983063, 0, 0, 1048599, 0, 0, 917528, 0, 0, 983064, 0, 0, 1048600, 0, 0, -589834, 0, 0, -524298, 0, 0, -458762, 0, 0, -393226, 0, 0, -327690, 0, 0, -262154, 0, 0, -196618, 0, 0, -131082, 0, 0, -65546, 0, 0, -10, 0, 0, 65526, 0, 0, 131062, 0, 0, 196598, 0, 0, 262134, 0, 0, 327670, 0, 0, 393206, 0, 0, 458742, 0, 0, 524278, 0, 0, 589814, 0, 0, 655350, 0, 0, 720886, 0, 0, 786422, 0, 0, 851958, 0, 0, 917494, 0, 0, 983030, 0, 0, 1048566, 0, 0, 1114102, 0, 0, 1179638, 0, 0, 1245174, 0, 0, 1310710, 0, 0, -589833, 0, 0, -524297, 0, 0, -458761, 0, 0, -393225, 0, 0, -327689, 0, 0, -262153, 0, 0, -196617, 0, 0, -131081, 0, 0, -65545, 0, 0, -9, 0, 0, 65527, 0, 0, 131063, 0, 0, 196599, 0, 0, 262135, 0, 0, 327671, 0, 0, 393207, 0, 0, 458743, 0, 0, 524279, 0, 0, 589815, 0, 0, 655351, 0, 0, 720887, 0, 0, 786423, 0, 0, 851959, 0, 0, 917495, 0, 0, 983031, 0, 0, 1048567, 0, 0, 1114103, 0, 0, 1179639, 0, 0, 1245175, 0, 0, 1310711, 0, 0, -589832, 0, 0, -524296, 0, 0, -458760, 0, 0, -393224, 0, 0, -327688, 0, 0, -262152, 0, 0, -196616, 0, 0, -131080, 0, 0, -65544, 0, 0, -8, 0, 0, 65528, 0, 0, 131064, 0, 0, 196600, 0, 0, 262136, 0, 0, 327672, 0, 0, 393208, 0, 0, 458744, 0, 0, 524280, 0, 0, 589816, 0, 0, 655352, 0, 0, 720888, 0, 0, 786424, 0, 0, 851960, 0, 0, 917496, 0, 0, 983032, 0, 0, 1048568, 0, 0, 1114104, 0, 0, 1179640, 0, 0, 1245176, 0, 0, 1310712, 0, 0, 1179641, 0, 0, 1245177, 0, 0, 1310713, 0, 0, 1179642, 0, 0, 1245178, 0, 0, 1310714, 0, 0, 1179643, 0, 0, 1245179, 0, 0, 1310715, 0, 0, 1179644, 0, 0, 1245180, 0, 0, 1310716, 0, 0, 1179645, 0, 0, 1245181, 0, 0, 1310717, 0, 0, 1179646, 0, 0, 1245182, 0, 0, 1310718, 0, 0, 1179647, 0, 0, 1245183, 0, 0, 1310719, 0, 0, 1114112, 0, 0, 1179648, 0, 0, 1245184, 0, 0, 1114113, 0, 0, 1179649, 0, 0, 1245185, 0, 0, 1114114, 0, 0, 1179650, 0, 0, 1245186, 0, 0, 1114115, 0, 0, 1179651, 0, 0, 1245187, 0, 0, 1114116, 0, 0, 1179652, 0, 0, 1245188, 0, 0, 1114117, 0, 0, 1179653, 0, 0, 1245189, 0, 0, 1114118, 0, 0, 1179654, 0, 0, 1245190, 0, 0, 1114119, 0, 0, 1179655, 0, 0, 1245191, 0, 0, 1114120, 0, 0, 1179656, 0, 0, 1245192, 0, 0, 1114121, 0, 0, 1179657, 0, 0, 1245193, 0, 0, 1114122, 0, 0, 1179658, 0, 0, 1245194, 0, 0, 1114123, 0, 0, 1179659, 0, 0, 1245195, 0, 0, 1114124, 0, 0, 1179660, 0, 0, 1245196, 0, 0, 1114125, 0, 0, 1179661, 0, 0, 1245197, 0, 0, 1114126, 0, 0, 1179662, 0, 0, 1245198, 0, 0, 1114127, 0, 0, 1179663, 0, 0, 1245199, 0, 0, 1114128, 0, 0, 1179664, 0, 0, 1245200, 0, 0, 1114129, 0, 0, 1179665, 0, 0, 1245201, 0, 0, 1114130, 0, 0, 1179666, 0, 0, 1245202, 0, 0, 1114131, 0, 0, 1179667, 0, 0, 1245203, 0, 0, 1114132, 0, 0, 1179668, 0, 0, 1245204, 0, 0, 1114133, 0, 0, 1179669, 0, 0, 1245205, 0, 0, 1114134, 0, 0, 1179670, 0, 0, 1245206, 0, 0, 1114135, 0, 0, 1179671, 0, 0, 1245207, 0, 0, 1114136, 0, 0, 1179672, 0, 0, 1245208, 0, 0, 1114137, 0, 0, 1179673, 0, 0, 1245209, 0, 0, 1114138, 0, 0, 1179674, 0, 0, 1245210, 0, 0, 1114139, 0, 0, 1179675, 0, 0, 1245211, 0, 0, -655335, 0, 0, -589799, 0, 0, -524263, 0, 0, -458727, 0, 0, -393191, 0, 0, -327655, 0, 0, -262119, 0, 0, -196583, 0, 0, -131047, 0, 0, -65511, 0, 0, 25, 0, 0, 65561, 0, 0, 131097, 0, 0, 196633, 0, 0, 262169, 0, 0, 327705, 0, 0, 393241, 0, 0, 458777, 0, 0, 524313, 0, 0, 589849, 0, 0, 655385, 0, 0, 720921, 0, 0, 786457, 0, 0, 851993, 0, 0, 917529, 0, 0, 983065, 0, 0, 1048601, 0, 0, -655334, 0, 0, -589798, 0, 0, -524262, 0, 0, -458726, 0, 0, -393190, 0, 0, -327654, 0, 0, -262118, 0, 0, -196582, 0, 0, -131046, 0, 0, -65510, 0, 0, 26, 0, 0, 65562, 0, 0, 131098, 0, 0, 196634, 0, 0, 262170, 0, 0, 327706, 0, 0, 393242, 0, 0, 458778, 0, 0, 524314, 0, 0, 589850, 0, 0, 655386, 0, 0, 720922, 0, 0, 786458, 0, 0, 851994, 0, 0, 917530, 0, 0, 983066, 0, 0, 1048602, 0, 0, -655333, 0, 0, -589797, 0, 0, -524261, 0, 0, -458725, 0, 0, -393189, 0, 0, -327653, 0, 0, -262117, 0, 0, -196581, 0, 0, -131045, 0, 0, -65509, 0, 0, 27, 0, 0, 65563, 0, 0, 131099, 0, 0, 196635, 0, 0, 262171, 0, 0, 327707, 0, 0, 393243, 0, 0, 458779, 0, 0, 524315, 0, 0, 589851, 0, 0, 655387, 0, 0, 720923, 0, 0, 786459, 0, 0, 851995, 0, 0, 917531, 0, 0, 983067, 0, 0, 1048603, 0, 0, -589831, 0, 0, -524295, 0, 0, -458759, 0, 0, -589830, 0, 0, -524294, 0, 0, -458758, 0, 0, -589829, 0, 0, -524293, 0, 0, -458757, 0, 0, -589828, 0, 0, -524292, 0, 0, -458756, 0, 0, -589827, 0, 0, -524291, 0, 0, -458755, 0, 0, -589826, 0, 0, -524290, 0, 0, -458754, 0, 0, -589825, 0, 0, -524289, 0, 0, -458753, 0, 0, -655360, 0, 0, -589824, 0, 0, -524288, 0, 0, -655359, 0, 0, -589823, 0, 0, -524287, 0, 0, -655358, 0, 0, -589822, 0, 0, -524286, 0, 0, -655357, 0, 0, -589821, 0, 0, -524285, 0, 0, -655356, 0, 0, -589820, 0, 0, -524284, 0, 0, -655355, 0, 0, -589819, 0, 0, -524283, 0, 0, -655354, 0, 0, -589818, 0, 0, -524282, 0, 0, -655353, 0, 0, -589817, 0, 0, -524281, 0, 0, -655352, 0, 0, -589816, 0, 0, -524280, 0, 0, -655351, 0, 0, -589815, 0, 0, -524279, 0, 0, -655350, 0, 0, -589814, 0, 0, -524278, 0, 0, -655349, 0, 0, -589813, 0, 0, -524277, 0, 0, -655348, 0, 0, -589812, 0, 0, -524276, 0, 0, -655347, 0, 0, -589811, 0, 0, -524275, 0, 0, -655346, 0, 0, -589810, 0, 0, -524274, 0, 0, -655345, 0, 0, -589809, 0, 0, -524273, 0, 0, -655344, 0, 0, -589808, 0, 0, -524272, 0, 0, -655343, 0, 0, -589807, 0, 0, -524271, 0, 0, -655342, 0, 0, -589806, 0, 0, -524270, 0, 0, -655341, 0, 0, -589805, 0, 0, -524269, 0, 0, -655340, 0, 0, -589804, 0, 0, -524268, 0, 0, -655339, 0, 0, -589803, 0, 0, -524267, 0, 0, -655338, 0, 0, -589802, 0, 0, -524266, 0, 0, -655337, 0, 0, -589801, 0, 0, -524265, 0, 0, -655336, 0, 0, -589800, 0, 0, -524264, 0, 0) +script = ExtResource("2") +map_size = Vector2i(18, 10) -[node name="Character" type="Position2D" parent="."] +[node name="Character" type="Marker2D" parent="."] position = Vector2(32, 32) -script = ExtResource( 3 ) +script = ExtResource("3") [node name="Sprite2D" type="Sprite2D" parent="Character"] position = Vector2(7, 0) -texture = ExtResource( 4 ) +texture = ExtResource("4") [node name="Camera2D" type="Camera2D" parent="."] -offset = Vector2(512, 300) +offset = Vector2(576, 324) current = true diff --git a/2d/navigation_astar/character.gd b/2d/navigation_astar/character.gd index 8ee2cc76452..24e46b3dafc 100644 --- a/2d/navigation_astar/character.gd +++ b/2d/navigation_astar/character.gd @@ -23,7 +23,7 @@ func _process(_delta): return var _arrived_to_next_point = _move_to(_target_point_world) if _arrived_to_next_point: - _path.remove(0) + _path.remove_at(0) if len(_path) == 0: _change_state(States.IDLE) return @@ -52,7 +52,7 @@ func _move_to(world_position): func _change_state(new_state): if new_state == States.FOLLOW: _path = get_parent().get_node(^"TileMap").get_astar_path(position, _target_position) - if not _path or len(_path) == 1: + if _path.is_empty() or len(_path) == 1: _change_state(States.IDLE) return # The index 0 is the starting cell. diff --git a/2d/navigation_astar/icon.png.import b/2d/navigation_astar/icon.png.import index 889af9df580..27f78244fab 100644 --- a/2d/navigation_astar/icon.png.import +++ b/2d/navigation_astar/icon.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" +type="CompressedTexture2D" +uid="uid://mra54hir677u" +path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://icon.png" -dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.stex"] +dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/navigation_astar/pathfind_astar.gd b/2d/navigation_astar/pathfind_astar.gd index f70030ca6b9..eaf53d5558e 100644 --- a/2d/navigation_astar/pathfind_astar.gd +++ b/2d/navigation_astar/pathfind_astar.gd @@ -4,27 +4,42 @@ const BASE_LINE_WIDTH = 3.0 const DRAW_COLOR = Color.WHITE # The Tilemap node doesn't have clear bounds so we're defining the map's limits here. -@export var map_size: Vector2 = Vector2.ONE * 16 +@export var map_size: Vector2i = Vector2.ONE * 16 -# The path start and end variables use setter methods. -# You can find them at the bottom of the script. -var path_start_position = Vector2(): +# The path start and end variables use setter methods, defined below the initial values. +var path_start_position = Vector2i(): set(value): - # TODO: Manually copy the code from this method. - _set_path_start_position(value) -var path_end_position = Vector2(): + if value in obstacles: + return + if is_outside_map_bounds(value): + return + + set_cell(0, path_start_position, -1) + set_cell(0, value, 1, Vector2i()) + path_start_position = value + if path_end_position and path_end_position != path_start_position: + _recalculate_path() + +var path_end_position = Vector2i(): set(value): - # TODO: Manually copy the code from this method. - _set_path_end_position(value) + if value in obstacles: + return + if is_outside_map_bounds(value): + return + + set_cell(0, path_start_position, -1) + set_cell(0, value, 2, Vector2i()) + path_end_position = value + if path_start_position != value: + _recalculate_path() var _point_path = [] # You can only create an AStar node from code, not from the Scene tab. -@onready var astar_node = AStar.new() +@onready var astar_node = AStar3D.new() # get_used_cells_by_id is a method from the TileMap node. # Here the id 0 corresponds to the grey tile, the obstacles. -@onready var obstacles = get_used_cells_by_id(0) -@onready var _half_cell_size = cell_size / 2 +@onready var obstacles = get_used_cells(0) func _ready(): var walkable_cells_list = astar_add_walkable_cells(obstacles) @@ -32,17 +47,17 @@ func _ready(): func _draw(): - if not _point_path: + if _point_path.is_empty(): return var point_start = _point_path[0] var point_end = _point_path[len(_point_path) - 1] - set_cell(point_start.x, point_start.y, 1) - set_cell(point_end.x, point_end.y, 2) + set_cell(0, Vector2i(point_start.x, point_start.y), 1, Vector2i()) + set_cell(0, Vector2i(point_end.x, point_end.y), 2, Vector2i()) - var last_point = map_to_world(Vector2(point_start.x, point_start.y)) + _half_cell_size + var last_point = map_to_local(Vector2i(point_start.x, point_start.y)) for index in range(1, len(_point_path)): - var current_point = map_to_world(Vector2(_point_path[index].x, _point_path[index].y)) + _half_cell_size + var current_point = map_to_local(Vector2i(_point_path[index].x, _point_path[index].y)) draw_line(last_point, current_point, DRAW_COLOR, BASE_LINE_WIDTH, true) draw_circle(current_point, BASE_LINE_WIDTH * 2.0, DRAW_COLOR) last_point = current_point @@ -54,7 +69,7 @@ func astar_add_walkable_cells(obstacle_list = []): var points_array = [] for y in range(map_size.y): for x in range(map_size.x): - var point = Vector2(x, y) + var point = Vector2i(x, y) if point in obstacle_list: continue @@ -81,10 +96,10 @@ func astar_connect_walkable_cells(points_array): # left and bottom of it. If it's in the map and not an obstalce. # We connect the current point with it. var points_relative = PackedVector2Array([ - point + Vector2.RIGHT, - point + Vector2.LEFT, - point + Vector2.DOWN, - point + Vector2.UP, + point + Vector2i.RIGHT, + point + Vector2i.LEFT, + point + Vector2i.DOWN, + point + Vector2i.UP, ]) for point_relative in points_relative: var point_relative_index = calculate_point_index(point_relative) @@ -106,7 +121,7 @@ func astar_connect_walkable_cells_diagonal(points_array): var point_index = calculate_point_index(point) for local_y in range(3): for local_x in range(3): - var point_relative = Vector2(point.x + local_x - 1, point.y + local_y - 1) + var point_relative = Vector2i(point.x + local_x - 1, point.y + local_y - 1) var point_relative_index = calculate_point_index(point_relative) if point_relative == point or is_outside_map_bounds(point_relative): continue @@ -120,12 +135,12 @@ func calculate_point_index(point): func clear_previous_path_drawing(): - if not _point_path: + if _point_path.is_empty(): return var point_start = _point_path[0] var point_end = _point_path[len(_point_path) - 1] - set_cell(point_start.x, point_start.y, -1) - set_cell(point_end.x, point_end.y, -1) + set_cell(0, Vector2i(point_start.x, point_start.y), -1) + set_cell(0, Vector2i(point_end.x, point_end.y), -1) func is_outside_map_bounds(point): @@ -133,12 +148,12 @@ func is_outside_map_bounds(point): func get_astar_path(world_start, world_end): - self.path_start_position = world_to_map(world_start) - self.path_end_position = world_to_map(world_end) + self.path_start_position = local_to_map(world_start) + self.path_end_position = local_to_map(world_end) _recalculate_path() var path_world = [] for point in _point_path: - var point_world = map_to_world(Vector2(point.x, point.y)) + _half_cell_size + var point_world = map_to_local(Vector2i(point.x, point.y)) path_world.append(point_world) return path_world @@ -151,31 +166,4 @@ func _recalculate_path(): # end points' indices as input. _point_path = astar_node.get_point_path(start_point_index, end_point_index) # Redraw the lines and circles from the start to the end point. - update() - - -# Setters for the start and end path values. -func _set_path_start_position(value): - if value in obstacles: - return - if is_outside_map_bounds(value): - return - - set_cell(path_start_position.x, path_start_position.y, -1) - set_cell(value.x, value.y, 1) - path_start_position = value - if path_end_position and path_end_position != path_start_position: - _recalculate_path() - - -func _set_path_end_position(value): - if value in obstacles: - return - if is_outside_map_bounds(value): - return - - set_cell(path_start_position.x, path_start_position.y, -1) - set_cell(value.x, value.y, 2) - path_end_position = value - if path_start_position != value: - _recalculate_path() + queue_redraw() diff --git a/2d/navigation_astar/project.godot b/2d/navigation_astar/project.godot index d18165e91f3..bad974f3ed1 100644 --- a/2d/navigation_astar/project.godot +++ b/2d/navigation_astar/project.godot @@ -6,7 +6,7 @@ ; [section] ; section goes between [] ; param=value ; assign values to parameters -config_version=4 +config_version=5 [application] @@ -14,19 +14,19 @@ config/name="Grid-based Pathfinding with Astar" config/description="This is an example of using AStar for navigation in 2D, complete with Steering Behaviors in order to smooth the movement out." run/main_scene="res://Game.tscn" +config/features=PackedStringArray("4.0") config/icon="res://icon.png" [display] -window/dpi/allow_hidpi=true -window/stretch/mode="2d" +window/stretch/mode="canvas_items" window/stretch/aspect="expand" [input] click={ "deadzone": 0.5, -"events": [Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":1,"pressed":false,"double_click":false,"script":null) +"events": [Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":1,"pressed":false,"double_click":false,"script":null) ] } diff --git a/2d/navigation_astar/sprites/character.png.import b/2d/navigation_astar/sprites/character.png.import index f55fdc79ba6..29c76e83616 100644 --- a/2d/navigation_astar/sprites/character.png.import +++ b/2d/navigation_astar/sprites/character.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/character.png-eb70ac48a5acf508c4b7740ea4ac4fae.stex" +type="CompressedTexture2D" +uid="uid://bfedhloqga3jl" +path="res://.godot/imported/character.png-eb70ac48a5acf508c4b7740ea4ac4fae.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://sprites/character.png" -dest_files=["res://.godot/imported/character.png-eb70ac48a5acf508c4b7740ea4ac4fae.stex"] +dest_files=["res://.godot/imported/character.png-eb70ac48a5acf508c4b7740ea4ac4fae.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/navigation_astar/sprites/obstacle.png.import b/2d/navigation_astar/sprites/obstacle.png.import index 682af2232c5..10dfcc8630f 100644 --- a/2d/navigation_astar/sprites/obstacle.png.import +++ b/2d/navigation_astar/sprites/obstacle.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/obstacle.png-0258c5f5ce65bfa0dd8610adeb784f54.stex" +type="CompressedTexture2D" +uid="uid://bo5d4p1el52ir" +path="res://.godot/imported/obstacle.png-0258c5f5ce65bfa0dd8610adeb784f54.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://sprites/obstacle.png" -dest_files=["res://.godot/imported/obstacle.png-0258c5f5ce65bfa0dd8610adeb784f54.stex"] +dest_files=["res://.godot/imported/obstacle.png-0258c5f5ce65bfa0dd8610adeb784f54.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/navigation_astar/sprites/path_end.png.import b/2d/navigation_astar/sprites/path_end.png.import index d428397897c..67877a55103 100644 --- a/2d/navigation_astar/sprites/path_end.png.import +++ b/2d/navigation_astar/sprites/path_end.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/path_end.png-02b79e25892cd8d863bd44c3c5a1720e.stex" +type="CompressedTexture2D" +uid="uid://cy1dwnkhyigme" +path="res://.godot/imported/path_end.png-02b79e25892cd8d863bd44c3c5a1720e.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://sprites/path_end.png" -dest_files=["res://.godot/imported/path_end.png-02b79e25892cd8d863bd44c3c5a1720e.stex"] +dest_files=["res://.godot/imported/path_end.png-02b79e25892cd8d863bd44c3c5a1720e.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/navigation_astar/sprites/path_start.png.import b/2d/navigation_astar/sprites/path_start.png.import index 20d111fe03d..d10361b1c60 100644 --- a/2d/navigation_astar/sprites/path_start.png.import +++ b/2d/navigation_astar/sprites/path_start.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/path_start.png-475bd0b469629aa8779d506c5134e5c2.stex" +type="CompressedTexture2D" +uid="uid://c57g2ow4p5dl3" +path="res://.godot/imported/path_start.png-475bd0b469629aa8779d506c5134e5c2.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://sprites/path_start.png" -dest_files=["res://.godot/imported/path_start.png-475bd0b469629aa8779d506c5134e5c2.stex"] +dest_files=["res://.godot/imported/path_start.png-475bd0b469629aa8779d506c5134e5c2.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/navigation_astar/tileset/tileset.tres b/2d/navigation_astar/tileset/tileset.tres index efe24787170..ab842d73e99 100644 --- a/2d/navigation_astar/tileset/tileset.tres +++ b/2d/navigation_astar/tileset/tileset.tres @@ -1,37 +1,26 @@ -[gd_resource type="TileSet" load_steps=4 format=2] +[gd_resource type="TileSet" load_steps=7 format=3 uid="uid://y111l4w24pml"] -[ext_resource path="res://sprites/obstacle.png" type="Texture2D" id=1] -[ext_resource path="res://sprites/path_start.png" type="Texture2D" id=2] -[ext_resource path="res://sprites/path_end.png" type="Texture2D" id=3] +[ext_resource type="Texture2D" uid="uid://bo5d4p1el52ir" path="res://sprites/obstacle.png" id="1"] +[ext_resource type="Texture2D" uid="uid://c57g2ow4p5dl3" path="res://sprites/path_start.png" id="2"] +[ext_resource type="Texture2D" uid="uid://cy1dwnkhyigme" path="res://sprites/path_end.png" id="3"] -[resource] +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_tol7a"] +texture = ExtResource("1") +texture_region_size = Vector2i(64, 64) +0:0/0 = 0 + +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_gx51g"] +texture = ExtResource("2") +texture_region_size = Vector2i(64, 64) +0:0/0 = 0 -0/name = "Obstacle" -0/texture = ExtResource( 1 ) -0/tex_offset = Vector2( 0, 0 ) -0/modulate = Color( 1, 1, 1, 1 ) -0/region = Rect2( 0, 0, 64, 64 ) -0/is_autotile = false -0/occluder_offset = Vector2( 32, 32 ) -0/navigation_offset = Vector2( 32, 32 ) -0/shapes = [ ] -1/name = "PathStart" -1/texture = ExtResource( 2 ) -1/tex_offset = Vector2( 0, 0 ) -1/modulate = Color( 1, 1, 1, 1 ) -1/region = Rect2( 0, 0, 64, 64 ) -1/is_autotile = false -1/occluder_offset = Vector2( 32, 32 ) -1/navigation_offset = Vector2( 32, 32 ) -1/shapes = [ ] -2/name = "PathEnd" -2/texture = ExtResource( 3 ) -2/tex_offset = Vector2( 0, 0 ) -2/modulate = Color( 1, 1, 1, 1 ) -2/region = Rect2( 0, 0, 64, 64 ) -2/is_autotile = false -2/occluder_offset = Vector2( 32, 32 ) -2/navigation_offset = Vector2( 32, 32 ) -2/shapes = [ ] -_sections_unfolded = [ "2" ] +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_2sont"] +texture = ExtResource("3") +texture_region_size = Vector2i(64, 64) +0:0/0 = 0 +[resource] +tile_size = Vector2i(64, 64) +sources/0 = SubResource("TileSetAtlasSource_tol7a") +sources/1 = SubResource("TileSetAtlasSource_gx51g") +sources/2 = SubResource("TileSetAtlasSource_2sont") diff --git a/2d/particles/fire_particle.png.import b/2d/particles/fire_particle.png.import index cb9864b7315..6c0348d2933 100644 --- a/2d/particles/fire_particle.png.import +++ b/2d/particles/fire_particle.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/fire_particle.png-282b12927cd5b1f6d9c0bfb485d448ae.stex" +type="CompressedTexture2D" +uid="uid://bap1cyd4dv37i" +path="res://.godot/imported/fire_particle.png-282b12927cd5b1f6d9c0bfb485d448ae.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://fire_particle.png" -dest_files=["res://.godot/imported/fire_particle.png-282b12927cd5b1f6d9c0bfb485d448ae.stex"] +dest_files=["res://.godot/imported/fire_particle.png-282b12927cd5b1f6d9c0bfb485d448ae.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/particles/flipbook.png.import b/2d/particles/flipbook.png.import index 26453fd6d09..c09a2a1dd13 100644 --- a/2d/particles/flipbook.png.import +++ b/2d/particles/flipbook.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/flipbook.png-2d23d0c8a5c0098f2c37b01babcd7e20.stex" +type="CompressedTexture2D" +uid="uid://734kppvbe7ba" +path="res://.godot/imported/flipbook.png-2d23d0c8a5c0098f2c37b01babcd7e20.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://flipbook.png" -dest_files=["res://.godot/imported/flipbook.png-2d23d0c8a5c0098f2c37b01babcd7e20.stex"] +dest_files=["res://.godot/imported/flipbook.png-2d23d0c8a5c0098f2c37b01babcd7e20.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=true -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/particles/icon.png.import b/2d/particles/icon.png.import index 889af9df580..07616b4d98a 100644 --- a/2d/particles/icon.png.import +++ b/2d/particles/icon.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" +type="CompressedTexture2D" +uid="uid://c61wmjrccvfi4" +path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://icon.png" -dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.stex"] +dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/particles/mask.png.import b/2d/particles/mask.png.import index c1b94ec74e1..1d0634fa797 100644 --- a/2d/particles/mask.png.import +++ b/2d/particles/mask.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/mask.png-b945516e6475612c1c4c3b4f8dd0bdc6.stex" +type="CompressedTexture2D" +uid="uid://0h71l5gox5nh" +path="res://.godot/imported/mask.png-b945516e6475612c1c4c3b4f8dd0bdc6.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://mask.png" -dest_files=["res://.godot/imported/mask.png-b945516e6475612c1c4c3b4f8dd0bdc6.stex"] +dest_files=["res://.godot/imported/mask.png-b945516e6475612c1c4c3b4f8dd0bdc6.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=true -flags/filter=true -flags/mipmaps=true -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/particles/particles.tscn b/2d/particles/particles.tscn index 5b14972bcbb..3ccec175073 100644 --- a/2d/particles/particles.tscn +++ b/2d/particles/particles.tscn @@ -1,296 +1,213 @@ -[gd_scene load_steps=38 format=2] +[gd_scene load_steps=34 format=3 uid="uid://dfb4jow1qnl4m"] -[ext_resource path="res://fire_particle.png" type="Texture2D" id=1] -[ext_resource path="res://smoke_particle.png" type="Texture2D" id=2] -[ext_resource path="res://spark_particle2.png" type="Texture2D" id=3] -[ext_resource path="res://point_texture_emit.tres" type="Texture2D" id=4] -[ext_resource path="res://point_texture_image_outline.tres" type="Texture2D" id=5] -[ext_resource path="res://point_normal_texture_image_outline.tres" type="Texture2D" id=6] -[ext_resource path="res://flipbook.png" type="Texture2D" id=7] +[ext_resource type="Texture2D" uid="uid://bap1cyd4dv37i" path="res://fire_particle.png" id="1"] +[ext_resource type="Texture2D" uid="uid://bii6kglnqm6r2" path="res://smoke_particle.png" id="2"] +[ext_resource type="Texture2D" uid="uid://b0nirvelkp3x2" path="res://spark_particle2.png" id="3"] +[ext_resource type="Texture2D" path="res://point_texture_image_outline.tres" id="5"] +[ext_resource type="Texture2D" uid="uid://734kppvbe7ba" path="res://flipbook.png" id="7"] -[sub_resource type="CanvasItemMaterial" id=1] +[sub_resource type="CanvasItemMaterial" id="1"] blend_mode = 1 -[sub_resource type="Curve" id=2] +[sub_resource type="Curve" id="2"] min_value = -360.0 max_value = 360.0 _data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(1, 85.0781), 0.0, 0.0, 0, 0] +point_count = 2 -[sub_resource type="CurveTexture" id=3] -curve = SubResource( 2 ) +[sub_resource type="CurveTexture" id="3"] +curve = SubResource("2") -[sub_resource type="Curve" id=4] +[sub_resource type="Curve" id="4"] _data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0] +point_count = 2 -[sub_resource type="CurveTexture" id=5] -curve = SubResource( 4 ) +[sub_resource type="CurveTexture" id="5"] +curve = SubResource("4") -[sub_resource type="ParticlesMaterial" id=6] +[sub_resource type="ParticleProcessMaterial" id="6"] emission_shape = 1 emission_sphere_radius = 8.0 -flag_disable_z = true gravity = Vector3(0, -26, 0) -angular_velocity = 1.0 -angular_velocity_curve = SubResource( 3 ) -orbit_velocity = 0.0 -orbit_velocity_random = 0.0 -linear_accel = 50.0 -linear_accel_random = 1.0 -damping = 2.0 -scale = 0.8 -scale_random = 0.3 -scale_curve = SubResource( 5 ) +angular_velocity_curve = SubResource("3") +scale_curve = SubResource("5") color = Color(0.859375, 0.180278, 0.0469971, 1) -[sub_resource type="CanvasItemMaterial" id=7] +[sub_resource type="CanvasItemMaterial" id="7"] blend_mode = 1 particles_animation = true particles_anim_h_frames = 2 particles_anim_v_frames = 2 particles_anim_loop = false -[sub_resource type="ParticlesMaterial" id=8] +[sub_resource type="ParticleProcessMaterial" id="8"] emission_shape = 1 emission_sphere_radius = 75.0 -flag_disable_z = true gravity = Vector3(0, -26, 0) -angular_velocity = 1.0 -angular_velocity_curve = SubResource( 3 ) -orbit_velocity = 0.0 -orbit_velocity_random = 0.0 -linear_accel_random = 1.0 -damping = 2.0 -scale = 0.5 -scale_curve = SubResource( 5 ) +angular_velocity_curve = SubResource("3") +scale_curve = SubResource("5") color = Color(0, 0.67, 2, 1) -hue_variation = 0.05 -hue_variation_random = 1.0 -anim_offset = 1.0 -anim_offset_random = 1.0 -[sub_resource type="Gradient" id=9] +[sub_resource type="Gradient" id="9"] colors = PackedColorArray(1, 1, 1, 0.806627, 1, 1, 1, 0) -[sub_resource type="GradientTexture" id=10] -gradient = SubResource( 9 ) +[sub_resource type="GradientTexture1D" id="10"] +gradient = SubResource("9") -[sub_resource type="ParticlesMaterial" id=11] +[sub_resource type="ParticleProcessMaterial" id="11"] emission_shape = 1 emission_sphere_radius = 30.0 -flag_disable_z = true gravity = Vector3(0, 0, 0) -initial_velocity = 1.0 -angular_velocity = 20.0 -angular_velocity_random = 1.0 -orbit_velocity = 0.0 -orbit_velocity_random = 0.0 -radial_accel = 50.0 -damping = 20.0 -damping_random = 0.2 -angle = 360.0 -angle_random = 1.0 -color_ramp = SubResource( 10 ) - -[sub_resource type="CanvasItemMaterial" id=12] +color_ramp = SubResource("10") + +[sub_resource type="CanvasItemMaterial" id="12"] blend_mode = 1 -[sub_resource type="Gradient" id=13] +[sub_resource type="Gradient" id="13"] offsets = PackedFloat32Array(0, 0.0769231, 0.16568, 0.266272, 0.378698, 0.491124, 0.609467, 0.704142, 0.804734, 0.911243, 1) colors = PackedColorArray(1, 1, 1, 1, 1, 0.152961, 0, 1, 1, 0.726562, 0, 1, 0.78125, 1, 0, 1, 0.289062, 1, 0, 1, 0, 1, 0.472656, 1, 0, 1, 0.835938, 1, 0, 0.71875, 1, 1, 0.21875, 0, 1, 1, 1, 0, 0.773438, 1, 1, 1, 1, 1) -[sub_resource type="GradientTexture" id=14] -gradient = SubResource( 13 ) +[sub_resource type="GradientTexture1D" id="14"] +gradient = SubResource("13") -[sub_resource type="Curve" id=15] +[sub_resource type="Curve" id="15"] _data = [Vector2(0, 0.510742), 0.0, 0.0, 0, 0, Vector2(1, 1), 0.0, 0.0, 0, 0] +point_count = 2 -[sub_resource type="CurveTexture" id=16] -curve = SubResource( 15 ) - -[sub_resource type="Curve" id=17] -_data = [Vector2(0, 0.961914), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0] - -[sub_resource type="CurveTexture" id=18] -curve = SubResource( 17 ) +[sub_resource type="CurveTexture" id="16"] +curve = SubResource("15") -[sub_resource type="ParticlesMaterial" id=19] -trail_divisor = 32 -trail_size_modifier = SubResource( 18 ) +[sub_resource type="ParticleProcessMaterial" id="19"] emission_shape = 1 emission_sphere_radius = 4.0 -flag_disable_z = true gravity = Vector3(0, 0, 0) -initial_velocity = 1.0 -angular_velocity = 100.0 -orbit_velocity = 0.0 -orbit_velocity_random = 0.0 -tangential_accel = 100.0 -angle = 360.0 -angle_random = 1.0 -scale = 3.0 -scale_curve = SubResource( 16 ) -color_ramp = SubResource( 14 ) -hue_variation = 1.0 -hue_variation_random = 1.0 - -[sub_resource type="CanvasItemMaterial" id=20] +scale_curve = SubResource("16") +color_ramp = SubResource("14") + +[sub_resource type="CanvasItemMaterial" id="20"] blend_mode = 1 -[sub_resource type="Gradient" id=21] +[sub_resource type="Gradient" id="21"] offsets = PackedFloat32Array(0, 0.171598, 0.301775, 0.390533, 1) colors = PackedColorArray(1, 0.63501, 0.28125, 1, 1, 0.398438, 0, 1, 0.679688, 0.277451, 0.169922, 0.232039, 0.515625, 0.362454, 0.199402, 0.0784314, 1, 1, 1, 0.0839033) -[sub_resource type="GradientTexture" id=22] -gradient = SubResource( 21 ) +[sub_resource type="GradientTexture1D" id="22"] +gradient = SubResource("21") -[sub_resource type="Curve" id=23] +[sub_resource type="Curve" id="23"] max_value = 50.0 _data = [Vector2(0, 0), 0.0, 0.0, 0, 0, Vector2(0.0180711, 0), 74.6314, 74.6314, 0, 0, Vector2(0.0392147, 40.9884), 0.0, 0.0, 0, 0, Vector2(1, 50), 0.0, 0.0, 0, 0] +point_count = 4 -[sub_resource type="CurveTexture" id=24] -curve = SubResource( 23 ) +[sub_resource type="CurveTexture" id="24"] +curve = SubResource("23") -[sub_resource type="Curve" id=25] +[sub_resource type="Curve" id="25"] max_value = 2.0 _data = [Vector2(0, 0), 0.0, 1.78215, 0, 0, Vector2(0.282731, 1.17848), -1.56917, 21.2492, 0, 0, Vector2(0.311895, 2), 1.46231, 0.0, 0, 0, Vector2(1, 2), 0.0, 0.0, 0, 0] +point_count = 4 -[sub_resource type="CurveTexture" id=26] -curve = SubResource( 25 ) +[sub_resource type="CurveTexture" id="26"] +curve = SubResource("25") -[sub_resource type="ParticlesMaterial" id=27] +[sub_resource type="ParticleProcessMaterial" id="27"] emission_shape = 2 -emission_box_extents = Vector3(10, 10, 40) -flag_rotate_y = true -flag_disable_z = true +emission_sphere_radius = 1.0 gravity = Vector3(0, 0, 0) -initial_velocity = 1.0 -angular_velocity = 26.0 -orbit_velocity = 0.0 -orbit_velocity_random = 0.0 -radial_accel = 1.0 -radial_accel_random = 0.3 -radial_accel_curve = SubResource( 24 ) -damping = 10.0 -scale_curve = SubResource( 26 ) -color_ramp = SubResource( 22 ) - -[sub_resource type="ParticlesMaterial" id=28] +radial_accel_curve = SubResource("24") +scale_curve = SubResource("26") +color_ramp = SubResource("22") + +[sub_resource type="ParticleProcessMaterial" id="28"] emission_shape = 3 -emission_point_texture = ExtResource( 4 ) -emission_point_count = 10554 -flag_disable_z = true +emission_box_extents = Vector3(1, 1, 1) gravity = Vector3(0, 0, 0) -initial_velocity = 1.0 -angular_velocity = 1.47136e-43 -orbit_velocity = 0.0 -orbit_velocity_random = 0.0 -scale = 0.5 -scale_random = 1.0 color = Color(1, 0.550781, 0.550781, 1) -[sub_resource type="ParticlesMaterial" id=29] +[sub_resource type="ParticleProcessMaterial" id="29"] emission_shape = 3 -emission_point_texture = ExtResource( 5 ) -emission_point_count = 1288 -flag_disable_z = true +emission_box_extents = Vector3(1, 1, 1) gravity = Vector3(0, 0, 0) -initial_velocity = 1.0 -angular_velocity = 1.47136e-43 -orbit_velocity = 0.0 -orbit_velocity_random = 0.0 -scale = 0.5 -scale_random = 1.0 color = Color(0.375, 0.692383, 1, 1) -[sub_resource type="ParticlesMaterial" id=30] +[sub_resource type="ParticleProcessMaterial" id="30"] emission_shape = 4 -emission_point_texture = ExtResource( 5 ) -emission_normal_texture = ExtResource( 6 ) +emission_point_texture = ExtResource("5") emission_point_count = 1288 -flag_disable_z = true gravity = Vector3(0, 0, 0) -initial_velocity = 20.0 -angular_velocity = 1.47136e-43 -orbit_velocity = 0.0 -orbit_velocity_random = 0.0 -scale = 0.5 -scale_random = 1.0 color = Color(0.214844, 1, 0.392731, 1) [node name="GPUParticles3D" type="Node"] [node name="Fire" type="GPUParticles2D" parent="."] -material = SubResource( 1 ) +material = SubResource("1") position = Vector2(122, 502) amount = 32 preprocess = 0.1 -process_material = SubResource( 6 ) -texture = ExtResource( 1 ) +process_material = SubResource("6") +texture = ExtResource("1") [node name="Flipbook" type="GPUParticles2D" parent="."] -material = SubResource( 7 ) +material = SubResource("7") position = Vector2(392, 215) amount = 20 lifetime = 3.0 preprocess = 0.1 -process_material = SubResource( 8 ) -texture = ExtResource( 7 ) -__meta__ = { -"_editor_description_": "Flipbook animation requires setting a custom CanvasItemMaterial with GPUParticles3D Animation enabled." -} +process_material = SubResource("8") +texture = ExtResource("7") [node name="Smoke" type="GPUParticles2D" parent="."] position = Vector2(362, 502) amount = 32 lifetime = 2.0 preprocess = 0.1 -process_material = SubResource( 11 ) -texture = ExtResource( 2 ) +process_material = SubResource("11") +texture = ExtResource("2") [node name="Magic" type="GPUParticles2D" parent="."] -material = SubResource( 12 ) +material = SubResource("12") position = Vector2(620, 440) amount = 64 lifetime = 2.0 preprocess = 0.1 randomness = 1.0 -process_material = SubResource( 19 ) -texture = ExtResource( 3 ) +process_material = SubResource("19") +texture = ExtResource("3") [node name="Explosion" type="GPUParticles2D" parent="."] -material = SubResource( 20 ) +material = SubResource("20") position = Vector2(613.467, 182.62) rotation = 3.13794 amount = 16 lifetime = 2.0 explosiveness = 1.0 -process_material = SubResource( 27 ) -texture = ExtResource( 2 ) +process_material = SubResource("27") +texture = ExtResource("2") [node name="EmitMask" type="GPUParticles2D" parent="."] position = Vector2(42, -68) amount = 180 lifetime = 0.2 visibility_rect = Rect2(26.0055, 90.0015, 199.176, 95.0445) -process_material = SubResource( 28 ) -texture = ExtResource( 3 ) +process_material = SubResource("28") +texture = ExtResource("3") [node name="OutlineMask" type="GPUParticles2D" parent="."] position = Vector2(42, 52) amount = 180 lifetime = 0.2 visibility_rect = Rect2(26.0055, 90.0015, 199.176, 95.0445) -process_material = SubResource( 29 ) -texture = ExtResource( 3 ) +process_material = SubResource("29") +texture = ExtResource("3") [node name="DirectionMask" type="GPUParticles2D" parent="."] position = Vector2(40, 180) amount = 180 lifetime = 0.2 visibility_rect = Rect2(26.0055, 90.0015, 199.176, 95.0445) -process_material = SubResource( 30 ) -texture = ExtResource( 3 ) +process_material = SubResource("30") +texture = ExtResource("3") [node name="Camera2D" type="Camera2D" parent="."] -offset = Vector2(512, 300) +offset = Vector2(576, 324) current = true diff --git a/2d/particles/project.godot b/2d/particles/project.godot index 644dd7b8e54..0f736c90ef0 100644 --- a/2d/particles/project.godot +++ b/2d/particles/project.godot @@ -6,19 +6,19 @@ ; [section] ; section goes between [] ; param=value ; assign values to parameters -config_version=4 +config_version=5 [application] config/name="2D GPUParticles3D" config/description="This demo showcases how 2D particle systems work in Godot." run/main_scene="res://particles.tscn" +config/features=PackedStringArray("4.0") config/icon="res://icon.png" [display] -window/dpi/allow_hidpi=true -window/stretch/mode="2d" +window/stretch/mode="canvas_items" window/stretch/aspect="expand" [gdnative] diff --git a/2d/particles/smoke_particle.png.import b/2d/particles/smoke_particle.png.import index e33d90e3a03..651d579ef97 100644 --- a/2d/particles/smoke_particle.png.import +++ b/2d/particles/smoke_particle.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/smoke_particle.png-2af9cbaa4a935c239d404ea2402bff45.stex" +type="CompressedTexture2D" +uid="uid://bii6kglnqm6r2" +path="res://.godot/imported/smoke_particle.png-2af9cbaa4a935c239d404ea2402bff45.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://smoke_particle.png" -dest_files=["res://.godot/imported/smoke_particle.png-2af9cbaa4a935c239d404ea2402bff45.stex"] +dest_files=["res://.godot/imported/smoke_particle.png-2af9cbaa4a935c239d404ea2402bff45.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/particles/spark_particle2.png.import b/2d/particles/spark_particle2.png.import index c47db896235..4c365d08d26 100644 --- a/2d/particles/spark_particle2.png.import +++ b/2d/particles/spark_particle2.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/spark_particle2.png-c01711346d42a0d9675f292248ead315.stex" +type="CompressedTexture2D" +uid="uid://b0nirvelkp3x2" +path="res://.godot/imported/spark_particle2.png-c01711346d42a0d9675f292248ead315.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://spark_particle2.png" -dest_files=["res://.godot/imported/spark_particle2.png-c01711346d42a0d9675f292248ead315.stex"] +dest_files=["res://.godot/imported/spark_particle2.png-c01711346d42a0d9675f292248ead315.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/physics_platformer/Stage.tscn b/2d/physics_platformer/Stage.tscn index 3a2c4d67abd..aea04bf1a80 100644 --- a/2d/physics_platformer/Stage.tscn +++ b/2d/physics_platformer/Stage.tscn @@ -1,263 +1,259 @@ -[gd_scene load_steps=22 format=2] - -[ext_resource path="res://Tileset.tres" type="TileSet" id=1] -[ext_resource path="res://coin/Coin.tscn" type="PackedScene" id=2] -[ext_resource path="res://platform/MovingPlatform.tscn" type="PackedScene" id=3] -[ext_resource path="res://background/Seesaw.tscn" type="PackedScene" id=4] -[ext_resource path="res://platform/OneWayPlatform.tscn" type="PackedScene" id=5] -[ext_resource path="res://player/Player.tscn" type="PackedScene" id=6] -[ext_resource path="res://enemy/Enemy.tscn" type="PackedScene" id=7] -[ext_resource path="res://background/ParallaxBg.tscn" type="PackedScene" id=8] -[ext_resource path="res://audio/music.ogg" type="AudioStream" id=9] - -[sub_resource type="PhysicsMaterial" id=1] +[gd_scene load_steps=22 format=3 uid="uid://dmlw8ugjpukmy"] + +[ext_resource type="TileSet" path="res://Tileset.tres" id="1"] +[ext_resource type="PackedScene" path="res://coin/Coin.tscn" id="2"] +[ext_resource type="PackedScene" path="res://platform/MovingPlatform.tscn" id="3"] +[ext_resource type="PackedScene" path="res://background/Seesaw.tscn" id="4"] +[ext_resource type="PackedScene" path="res://platform/OneWayPlatform.tscn" id="5"] +[ext_resource type="PackedScene" uid="uid://bv85r3nk410cj" path="res://player/Player.tscn" id="6"] +[ext_resource type="PackedScene" path="res://enemy/Enemy.tscn" id="7"] +[ext_resource type="PackedScene" path="res://background/ParallaxBg.tscn" id="8"] +[ext_resource type="AudioStream" uid="uid://gunv00cij80t" path="res://audio/music.ogg" id="9"] + +[sub_resource type="PhysicsMaterial" id="1"] friction = 0.0 -[sub_resource type="PhysicsMaterial" id=2] +[sub_resource type="PhysicsMaterial" id="2"] -[sub_resource type="PhysicsMaterial" id=3] +[sub_resource type="PhysicsMaterial" id="3"] friction = 0.0 -[sub_resource type="PhysicsMaterial" id=4] +[sub_resource type="PhysicsMaterial" id="4"] friction = 0.0 -[sub_resource type="PhysicsMaterial" id=5] +[sub_resource type="PhysicsMaterial" id="5"] friction = 0.0 -[sub_resource type="PhysicsMaterial" id=6] +[sub_resource type="PhysicsMaterial" id="6"] -[sub_resource type="PhysicsMaterial" id=7] +[sub_resource type="PhysicsMaterial" id="7"] friction = 0.0 -[sub_resource type="PhysicsMaterial" id=8] +[sub_resource type="PhysicsMaterial" id="8"] friction = 0.0 -[sub_resource type="PhysicsMaterial" id=9] +[sub_resource type="PhysicsMaterial" id="9"] friction = 0.0 -[sub_resource type="PhysicsMaterial" id=10] +[sub_resource type="PhysicsMaterial" id="10"] friction = 0.0 -[sub_resource type="PhysicsMaterial" id=11] +[sub_resource type="PhysicsMaterial" id="11"] friction = 0.0 -[sub_resource type="PhysicsMaterial" id=12] +[sub_resource type="PhysicsMaterial" id="12"] friction = 0.0 [node name="Stage" type="Node2D"] [node name="TileMap" type="TileMap" parent="."] -tile_set = ExtResource( 1 ) -cell_size = Vector2(32, 32) +tile_set = ExtResource("1") cell_quadrant_size = 4 -format = 1 -tile_data = PackedInt32Array(0, 2, 0, 70, 536870914, 0, 71, 10, 0, 72, 10, 0, 73, 10, 0, 74, 10, 0, 75, 10, 0, 76, 10, 0, 77, 10, 0, 78, 10, 0, 65536, 2, 0, 65606, 536870914, 0, 65607, 10, 0, 65608, 10, 0, 65609, 10, 0, 65610, 10, 0, 65611, 10, 0, 65612, 10, 0, 65613, 10, 0, 65614, 10, 0, 131072, 2, 0, 131142, 536870914, 0, 131143, 10, 0, 131144, 10, 0, 131145, 10, 0, 131146, 10, 0, 131147, 10, 0, 131148, 10, 0, 131149, 10, 0, 131150, 10, 0, 196608, 2, 0, 196626, 9, 0, 196678, 536870914, 0, 196679, 10, 0, 196680, 10, 0, 196681, 10, 0, 196682, 10, 0, 196683, 10, 0, 196684, 10, 0, 196685, 10, 0, 196686, 10, 0, 262144, 2, 0, 262162, 8, 0, 262214, 536870914, 0, 262215, 10, 0, 262216, 10, 0, 262217, 10, 0, 262218, 10, 0, 262219, 10, 0, 262220, 10, 0, 262221, 10, 0, 262222, 10, 0, 327680, 2, 0, 327697, 536870921, 0, 327698, 7, 0, 327733, 9, 0, 327750, 536870914, 0, 327751, 10, 0, 327752, 10, 0, 327753, 10, 0, 327754, 10, 0, 327755, 10, 0, 327756, 10, 0, 327757, 10, 0, 327758, 10, 0, 393216, 2, 0, 393233, 536870920, 0, 393234, 7, 0, 393257, 9, 0, 393269, 7, 0, 393286, 536870914, 0, 393287, 10, 0, 393288, 10, 0, 393289, 10, 0, 393290, 10, 0, 393291, 10, 0, 393292, 10, 0, 393293, 10, 0, 393294, 10, 0, 458752, 2, 0, 458769, 7, 0, 458770, 8, 0, 458790, 9, 0, 458793, 8, 0, 458805, 8, 0, 458822, 536870914, 0, 458823, 10, 0, 458824, 10, 0, 458825, 10, 0, 458826, 10, 0, 458827, 10, 0, 458828, 10, 0, 458829, 10, 0, 458830, 10, 0, 524288, 4, 0, 524289, 1, 0, 524304, 536870913, 0, 524305, 536870918, 0, 524306, 6, 0, 524307, 5, 0, 524308, 1, 0, 524326, 8, 0, 524329, 7, 0, 524341, 7, 0, 524358, 536870914, 0, 524359, 10, 0, 524360, 10, 0, 524361, 10, 0, 524362, 10, 0, 524363, 10, 0, 524364, 10, 0, 524365, 10, 0, 524366, 10, 0, 589824, 10, 0, 589825, 13, 0, 589840, 536870914, 0, 589841, 10, 0, 589842, 10, 0, 589843, 10, 0, 589844, 2, 0, 589862, 7, 0, 589865, 7, 0, 589876, 536870913, 0, 589877, 6, 0, 589878, 1, 0, 589894, 536870914, 0, 589895, 10, 0, 589896, 10, 0, 589897, 10, 0, 589898, 10, 0, 589899, 10, 0, 589900, 10, 0, 589901, 10, 0, 589902, 10, 0, 655360, 2, 0, 655376, 536870914, 0, 655377, 10, 0, 655378, 10, 0, 655379, 10, 0, 655380, 2, 0, 655398, 7, 0, 655401, 8, 0, 655412, 536870925, 0, 655413, 11, 0, 655414, 13, 0, 655430, 536870914, 0, 655431, 10, 0, 655432, 10, 0, 655433, 10, 0, 655434, 10, 0, 655435, 10, 0, 655436, 10, 0, 655437, 10, 0, 655438, 10, 0, 720896, 2, 0, 720912, 536870914, 0, 720913, 10, 0, 720914, 10, 0, 720915, 10, 0, 720916, 2, 0, 720934, 8, 0, 720937, 7, 0, 720958, 536870913, 0, 720959, 5, 0, 720960, 536870917, 0, 720961, 5, 0, 720962, 5, 0, 720963, 536870917, 0, 720964, 5, 0, 720965, 0, 0, 720966, 536870916, 0, 720967, 10, 0, 720968, 10, 0, 720969, 10, 0, 720970, 10, 0, 720971, 10, 0, 720972, 10, 0, 720973, 10, 0, 720974, 10, 0, 786432, 2, 0, 786437, 9, 0, 786448, 536870914, 0, 786449, 10, 0, 786450, 10, 0, 786451, 10, 0, 786452, 2, 0, 786464, 536870913, 0, 786465, 1, 0, 786470, 7, 0, 786473, 7, 0, 786474, 536870924, 0, 786475, 1, 0, 786494, 536870914, 0, 786495, 10, 0, 786496, 10, 0, 786497, 10, 0, 786498, 10, 0, 786499, 10, 0, 786500, 10, 0, 786501, 10, 0, 786502, 10, 0, 786503, 10, 0, 786504, 10, 0, 786505, 10, 0, 786506, 10, 0, 786507, 10, 0, 786508, 10, 0, 786509, 10, 0, 851968, 2, 0, 851973, 7, 0, 851984, 536870914, 0, 851985, 10, 0, 851986, 10, 0, 851987, 10, 0, 851988, 2, 0, 851996, 536870913, 0, 851997, 1, 0, 852000, 536870914, 0, 852001, 3, 0, 852006, 7, 0, 852009, 536870913, 0, 852011, 2, 0, 852030, 536870914, 0, 852031, 10, 0, 852032, 10, 0, 852033, 10, 0, 852034, 10, 0, 852035, 10, 0, 852036, 10, 0, 852037, 10, 0, 852038, 10, 0, 852039, 10, 0, 852040, 10, 0, 852041, 10, 0, 852042, 10, 0, 852043, 10, 0, 852044, 10, 0, 852045, 10, 0, 917504, 2, 0, 917506, 9, 0, 917509, 7, 0, 917512, 536870921, 0, 917520, 536870925, 0, 917521, 11, 0, 917522, 11, 0, 917523, 11, 0, 917524, 13, 0, 917532, 536870925, 0, 917533, 13, 0, 917536, 536870914, 0, 917537, 4, 0, 917538, 1, 0, 917540, 536870913, 0, 917541, 0, 0, 917542, 1, 0, 917545, 536870914, 0, 917546, 10, 0, 917547, 4, 0, 917548, 1, 0, 917566, 536870914, 0, 917567, 10, 0, 917568, 10, 0, 917569, 10, 0, 917570, 10, 0, 917571, 10, 0, 917572, 10, 0, 917573, 10, 0, 917574, 10, 0, 917575, 10, 0, 917576, 10, 0, 917577, 10, 0, 917578, 10, 0, 917579, 10, 0, 917580, 10, 0, 917581, 10, 0, 983040, 2, 0, 983042, 7, 0, 983045, 7, 0, 983048, 536870920, 0, 983050, 536870913, 0, 983051, 0, 0, 983052, 1, 0, 983064, 536870913, 0, 983065, 1, 0, 983072, 536870914, 0, 983073, 10, 0, 983074, 4, 0, 983075, 0, 0, 983076, 536870916, 0, 983077, 10, 0, 983078, 4, 0, 983079, 536870912, 0, 983080, 536870912, 0, 983081, 536870916, 0, 983082, 10, 0, 983083, 10, 0, 983084, 2, 0, 983095, 9, 0, 983102, 536870914, 0, 983103, 10, 0, 983104, 10, 0, 983105, 10, 0, 983106, 10, 0, 983107, 10, 0, 983108, 10, 0, 983109, 10, 0, 983110, 10, 0, 983111, 10, 0, 983112, 10, 0, 983113, 10, 0, 983114, 10, 0, 983115, 10, 0, 983116, 10, 0, 983117, 10, 0, 1048576, 2, 0, 1048578, 8, 0, 1048581, 8, 0, 1048584, 536870919, 0, 1048586, 536870914, 0, 1048587, 536870922, 0, 1048588, 2, 0, 1048600, 536870925, 0, 1048601, 13, 0, 1048604, 9, 0, 1048608, 536870925, 0, 1048609, 536870923, 0, 1048610, 536870923, 0, 1048611, 536870923, 0, 1048612, 10, 0, 1048613, 10, 0, 1048614, 10, 0, 1048615, 10, 0, 1048616, 10, 0, 1048617, 10, 0, 1048618, 10, 0, 1048619, 10, 0, 1048620, 4, 0, 1048621, 1, 0, 1048630, 536870921, 0, 1048631, 8, 0, 1048638, 536870914, 0, 1048639, 10, 0, 1048640, 10, 0, 1048641, 10, 0, 1048642, 10, 0, 1048643, 10, 0, 1048644, 10, 0, 1048645, 10, 0, 1048646, 10, 0, 1048647, 10, 0, 1048648, 10, 0, 1048649, 10, 0, 1048650, 10, 0, 1048651, 10, 0, 1048652, 10, 0, 1048653, 10, 0, 1114112, 4, 0, 1114113, 0, 0, 1114114, 6, 0, 1114115, 0, 0, 1114116, 0, 0, 1114117, 6, 0, 1114118, 1, 0, 1114120, 536870920, 0, 1114122, 536870925, 0, 1114123, 11, 0, 1114124, 13, 0, 1114128, 536870913, 0, 1114129, 5, 0, 1114130, 536870917, 0, 1114131, 5, 0, 1114132, 0, 0, 1114133, 1, 0, 1114140, 7, 0, 1114141, 536870921, 0, 1114148, 536870914, 0, 1114149, 10, 0, 1114150, 10, 0, 1114151, 10, 0, 1114152, 10, 0, 1114153, 10, 0, 1114154, 10, 0, 1114155, 10, 0, 1114156, 10, 0, 1114157, 2, 0, 1114166, 536870920, 0, 1114167, 8, 0, 1114174, 536870914, 0, 1114175, 10, 0, 1114176, 10, 0, 1114177, 10, 0, 1114178, 10, 0, 1114179, 10, 0, 1114180, 10, 0, 1114181, 10, 0, 1114182, 10, 0, 1114183, 10, 0, 1114184, 10, 0, 1114185, 10, 0, 1114186, 10, 0, 1114187, 10, 0, 1114188, 10, 0, 1179648, 10, 0, 1179649, 10, 0, 1179650, 10, 0, 1179651, 10, 0, 1179652, 10, 0, 1179653, 10, 0, 1179654, 2, 0, 1179656, 536870919, 0, 1179664, 536870914, 0, 1179665, 10, 0, 1179666, 10, 0, 1179667, 10, 0, 1179668, 10, 0, 1179669, 4, 0, 1179670, 12, 0, 1179675, 9, 0, 1179676, 8, 0, 1179677, 8, 0, 1179684, 536870914, 0, 1179685, 10, 0, 1179686, 10, 0, 1179687, 10, 0, 1179688, 10, 0, 1179689, 10, 0, 1179690, 10, 0, 1179691, 10, 0, 1179692, 10, 0, 1179693, 4, 0, 1179694, 1, 0, 1179701, 9, 0, 1179702, 536870919, 0, 1179703, 7, 0, 1179710, 536870914, 0, 1179711, 10, 0, 1179712, 10, 0, 1179713, 10, 0, 1179714, 10, 0, 1179715, 10, 0, 1179716, 10, 0, 1179717, 10, 0, 1179718, 10, 0, 1179719, 10, 0, 1179720, 10, 0, 1179721, 10, 0, 1179722, 10, 0, 1245184, 10, 0, 1245185, 10, 0, 1245186, 10, 0, 1245187, 10, 0, 1245188, 10, 0, 1245189, 10, 0, 1245190, 2, 0, 1245192, 536870919, 0, 1245199, 536870913, 0, 1245200, 536870916, 0, 1245201, 10, 0, 1245202, 10, 0, 1245203, 10, 0, 1245204, 10, 0, 1245205, 10, 0, 1245207, 1, 0, 1245211, 7, 0, 1245212, 7, 0, 1245213, 536870920, 0, 1245220, 536870914, 0, 1245221, 10, 0, 1245222, 10, 0, 1245223, 10, 0, 1245224, 10, 0, 1245225, 10, 0, 1245226, 10, 0, 1245227, 10, 0, 1245228, 10, 0, 1245229, 10, 0, 1245230, 2, 0, 1245237, 8, 0, 1245238, 536870919, 0, 1245239, 8, 0, 1245240, 536870921, 0, 1245246, 536870914, 0, 1245247, 10, 0, 1245248, 10, 0, 1245249, 10, 0, 1245250, 10, 0, 1245251, 10, 0, 1245252, 10, 0, 1245253, 10, 0, 1245254, 10, 0, 1245255, 10, 0, 1245256, 10, 0, 1245257, 10, 0, 1245258, 10, 0, 1310720, 10, 0, 1310721, 10, 0, 1310722, 10, 0, 1310723, 10, 0, 1310724, 10, 0, 1310725, 10, 0, 1310726, 2, 0, 1310728, 536870920, 0, 1310730, 536870913, 0, 1310731, 1, 0, 1310734, 536870913, 0, 1310735, 536870916, 0, 1310736, 10, 0, 1310737, 10, 0, 1310738, 10, 0, 1310739, 10, 0, 1310740, 10, 0, 1310741, 10, 0, 1310742, 10, 0, 1310743, 4, 0, 1310744, 1, 0, 1310747, 8, 0, 1310748, 7, 0, 1310749, 536870919, 0, 1310756, 536870914, 0, 1310757, 10, 0, 1310758, 10, 0, 1310759, 10, 0, 1310760, 10, 0, 1310761, 10, 0, 1310762, 10, 0, 1310763, 10, 0, 1310764, 10, 0, 1310765, 10, 0, 1310766, 4, 0, 1310767, 5, 0, 1310768, 12, 0, 1310773, 7, 0, 1310774, 536870919, 0, 1310775, 7, 0, 1310776, 536870919, 0, 1310782, 536870914, 0, 1310783, 10, 0, 1310784, 10, 0, 1310785, 10, 0, 1310786, 10, 0, 1310787, 10, 0, 1310788, 10, 0, 1310789, 10, 0, 1310790, 10, 0, 1310791, 10, 0, 1310792, 10, 0, 1310793, 10, 0, 1376256, 10, 0, 1376257, 10, 0, 1376258, 10, 0, 1376259, 10, 0, 1376260, 10, 0, 1376261, 10, 0, 1376262, 4, 0, 1376263, 0, 0, 1376264, 0, 0, 1376265, 0, 0, 1376266, 536870916, 0, 1376267, 4, 0, 1376268, 0, 0, 1376269, 0, 0, 1376270, 536870916, 0, 1376271, 10, 0, 1376272, 10, 0, 1376273, 10, 0, 1376274, 10, 0, 1376275, 10, 0, 1376276, 10, 0, 1376277, 10, 0, 1376278, 10, 0, 1376279, 10, 0, 1376280, 4, 0, 1376281, 12, 0, 1376283, 8, 0, 1376284, 8, 0, 1376285, 536870920, 0, 1376287, 536870924, 0, 1376288, 0, 0, 1376289, 5, 0, 1376290, 536870917, 0, 1376291, 0, 0, 1376292, 536870916, 0, 1376293, 10, 0, 1376294, 10, 0, 1376295, 10, 0, 1376296, 10, 0, 1376297, 10, 0, 1376298, 10, 0, 1376299, 10, 0, 1376300, 10, 0, 1376301, 10, 0, 1376302, 10, 0, 1376303, 10, 0, 1376305, 12, 0, 1376309, 7, 0, 1376310, 536870920, 0, 1376311, 7, 0, 1376312, 536870920, 0, 1376318, 536870914, 0, 1376319, 10, 0, 1376320, 10, 0, 1376321, 10, 0, 1376322, 10, 0, 1376323, 10, 0, 1376324, 10, 0, 1376325, 10, 0, 1376326, 10, 0, 1376327, 10, 0, 1376328, 10, 0, 1441792, 10, 0, 1441793, 10, 0, 1441794, 10, 0, 1441795, 10, 0, 1441796, 10, 0, 1441797, 10, 0, 1441798, 10, 0, 1441799, 10, 0, 1441800, 10, 0, 1441801, 10, 0, 1441802, 10, 0, 1441803, 10, 0, 1441804, 10, 0, 1441805, 10, 0, 1441806, 10, 0, 1441807, 10, 0, 1441808, 10, 0, 1441809, 10, 0, 1441810, 10, 0, 1441811, 10, 0, 1441812, 10, 0, 1441813, 10, 0, 1441814, 10, 0, 1441815, 10, 0, 1441816, 10, 0, 1441818, 0, 0, 1441819, 6, 0, 1441820, 6, 0, 1441821, 536870918, 0, 1441822, 5, 0, 1441824, 10, 0, 1441825, 10, 0, 1441826, 10, 0, 1441827, 10, 0, 1441828, 10, 0, 1441829, 10, 0, 1441830, 10, 0, 1441831, 10, 0, 1441832, 10, 0, 1441833, 10, 0, 1441834, 10, 0, 1441835, 10, 0, 1441836, 10, 0, 1441837, 10, 0, 1441838, 10, 0, 1441839, 10, 0, 1441840, 10, 0, 1441842, 0, 0, 1441843, 0, 0, 1441844, 0, 0, 1441845, 6, 0, 1441846, 536870918, 0, 1441847, 6, 0, 1441848, 536870918, 0, 1441849, 0, 0, 1441850, 5, 0, 1441851, 536870917, 0, 1441852, 5, 0, 1441853, 0, 0, 1441854, 536870916, 0, 1441855, 10, 0, 1441856, 10, 0, 1441857, 10, 0, 1441858, 10, 0, 1441859, 10, 0, 1441860, 10, 0, 1441861, 10, 0, 1441862, 10, 0, 1441863, 10, 0, 1507328, 10, 0, 1507329, 10, 0, 1507330, 10, 0, 1507331, 10, 0, 1507332, 10, 0, 1507333, 10, 0, 1507334, 10, 0, 1507335, 10, 0, 1507336, 10, 0, 1507337, 10, 0, 1507338, 10, 0, 1507339, 10, 0, 1507340, 10, 0, 1507341, 10, 0, 1507342, 10, 0, 1507343, 10, 0, 1507344, 10, 0, 1507345, 10, 0, 1507346, 10, 0, 1507347, 10, 0, 1507348, 10, 0, 1507349, 10, 0, 1507350, 10, 0, 1507351, 10, 0, 1507352, 10, 0, 1507353, 10, 0, 1507354, 10, 0, 1507355, 10, 0, 1507356, 10, 0, 1507357, 10, 0, 1507358, 10, 0, 1507359, 10, 0, 1507360, 10, 0, 1507361, 10, 0, 1507362, 10, 0, 1507363, 10, 0, 1507364, 10, 0, 1507365, 10, 0, 1507366, 10, 0, 1507367, 10, 0, 1507368, 10, 0, 1507369, 10, 0, 1507370, 10, 0, 1507371, 10, 0, 1507372, 10, 0, 1507373, 10, 0, 1507374, 10, 0, 1507375, 10, 0, 1507376, 10, 0, 1507377, 10, 0, 1507378, 10, 0, 1507379, 10, 0, 1507380, 10, 0, 1507381, 10, 0, 1507382, 10, 0, 1507383, 10, 0, 1507384, 10, 0, 1507385, 10, 0, 1507386, 10, 0, 1507387, 10, 0, 1507388, 10, 0, 1507389, 10, 0, 1507390, 10, 0, 1507391, 10, 0, 1507392, 10, 0, 1507393, 10, 0, 1507394, 10, 0, 1507395, 10, 0, 1507396, 10, 0, 1507397, 10, 0, 1507398, 10, 0, 1507399, 10, 0, 1572864, 10, 0, 1572865, 10, 0, 1572866, 10, 0, 1572867, 10, 0, 1572868, 10, 0, 1572869, 10, 0, 1572870, 10, 0, 1572871, 10, 0, 1572872, 10, 0, 1572873, 10, 0, 1572874, 10, 0, 1572875, 10, 0, 1572876, 10, 0, 1572877, 10, 0, 1572878, 10, 0, 1572879, 10, 0, 1572880, 10, 0, 1572881, 10, 0, 1572882, 10, 0, 1572883, 10, 0, 1572884, 10, 0, 1572885, 10, 0, 1572886, 10, 0, 1572887, 10, 0, 1572888, 10, 0, 1572889, 10, 0, 1572890, 10, 0, 1572891, 10, 0, 1572892, 10, 0, 1572893, 10, 0, 1572894, 10, 0, 1572895, 10, 0, 1572896, 10, 0, 1572897, 10, 0, 1572898, 10, 0, 1572899, 10, 0, 1572900, 10, 0, 1572901, 10, 0, 1572902, 10, 0, 1572903, 10, 0, 1572904, 10, 0, 1572905, 10, 0, 1572906, 10, 0, 1572907, 10, 0, 1572908, 10, 0, 1572909, 10, 0, 1572910, 10, 0, 1572911, 10, 0, 1572912, 10, 0, 1572913, 10, 0, 1572914, 10, 0, 1572915, 10, 0, 1572916, 10, 0, 1572917, 10, 0, 1572918, 10, 0, 1572919, 10, 0, 1572920, 10, 0, 1572921, 10, 0, 1572922, 10, 0, 1572923, 10, 0, 1572924, 10, 0, 1572925, 10, 0, 1572926, 10, 0, 1572927, 10, 0, 1572928, 10, 0, 1572929, 10, 0, 1572930, 10, 0, 1572931, 10, 0, 1572932, 10, 0, 1572933, 10, 0, 1572934, 10, 0, 1572935, 10, 0, 1638400, 10, 0, 1638401, 10, 0, 1638402, 10, 0, 1638403, 10, 0, 1638404, 10, 0, 1638405, 10, 0, 1638406, 10, 0, 1638407, 10, 0, 1638408, 10, 0, 1638409, 10, 0, 1638410, 10, 0, 1638411, 10, 0, 1638412, 10, 0, 1638413, 10, 0, 1638414, 10, 0, 1638415, 10, 0, 1638416, 10, 0, 1638417, 10, 0, 1638418, 10, 0, 1638419, 10, 0, 1638420, 10, 0, 1638421, 10, 0, 1638422, 10, 0, 1638423, 10, 0, 1638424, 10, 0, 1638425, 10, 0, 1638426, 10, 0, 1638427, 10, 0, 1638428, 10, 0, 1638429, 10, 0, 1638430, 10, 0, 1638431, 10, 0, 1638432, 10, 0, 1638433, 10, 0, 1638434, 10, 0, 1638435, 10, 0, 1638436, 10, 0, 1638437, 10, 0, 1638438, 10, 0, 1638439, 10, 0, 1638440, 10, 0, 1638441, 10, 0, 1638442, 10, 0, 1638443, 10, 0, 1638444, 10, 0, 1638445, 10, 0, 1638446, 10, 0, 1638447, 10, 0, 1638448, 10, 0, 1638449, 10, 0, 1638450, 10, 0, 1638451, 10, 0, 1638452, 10, 0, 1638453, 10, 0, 1638454, 10, 0, 1638455, 10, 0, 1638456, 10, 0, 1638457, 10, 0, 1638458, 10, 0, 1638459, 10, 0, 1638460, 10, 0, 1638461, 10, 0, 1638462, 10, 0, 1638463, 10, 0, 1638464, 10, 0, 1638465, 10, 0, 1638466, 10, 0, 1638467, 10, 0, 1638468, 10, 0, 1638469, 10, 0, 1638470, 10, 0, 1638471, 10, 0, 1703952, 10, 0, 1703953, 10, 0, 1703954, 10, 0, 1703955, 10, 0, 1703956, 10, 0, 1703957, 10, 0, 1703958, 10, 0, 1703959, 10, 0, 1703960, 10, 0, 1703961, 10, 0, 1703962, 10, 0, 1703963, 10, 0, 1703964, 10, 0, 1703965, 10, 0, 1703966, 10, 0, 1703967, 10, 0, 1703968, 10, 0, 1703969, 10, 0, 1703970, 10, 0, 1703971, 10, 0, 1703972, 10, 0, 1703973, 10, 0, 1703974, 10, 0, 1703975, 10, 0, 1703976, 10, 0, 1703977, 10, 0, 1703978, 10, 0, 1703979, 10, 0, 1703980, 10, 0, 1703981, 10, 0, 1703982, 10, 0, 1703983, 10, 0, 1703984, 10, 0, 1703985, 10, 0, 1703986, 10, 0, 1703987, 10, 0, 1703988, 10, 0, 1703989, 10, 0, 1703990, 10, 0, 1703991, 10, 0, 1703992, 10, 0, 1703993, 10, 0, 1703994, 10, 0, 1703995, 10, 0, 1703996, 10, 0, 1703997, 10, 0, 1703998, 10, 0, 1703999, 10, 0, 1704000, 10, 0, 1704001, 10, 0, 1704002, 10, 0, 1704003, 10, 0, 1704004, 10, 0, 1704005, 10, 0, 1704006, 10, 0, 1704007, 10, 0, 1769488, 10, 0, 1769489, 10, 0, 1769490, 10, 0, 1769491, 10, 0, 1769492, 10, 0, 1769493, 10, 0, 1769494, 10, 0, 1769495, 10, 0, 1769496, 10, 0, 1769497, 10, 0, 1769498, 10, 0, 1769499, 10, 0, 1769500, 10, 0, 1769501, 10, 0, 1769502, 10, 0, 1769503, 10, 0, 1769504, 10, 0, 1769505, 10, 0, 1769506, 10, 0, 1769507, 10, 0, 1769508, 10, 0, 1769509, 10, 0, 1769510, 10, 0, 1769511, 10, 0, 1769512, 10, 0, 1769513, 10, 0, 1769514, 10, 0, 1769515, 10, 0, 1769516, 10, 0, 1769517, 10, 0, 1769518, 10, 0, 1769519, 10, 0, 1769520, 10, 0, 1769521, 10, 0, 1769522, 10, 0, 1769523, 10, 0, 1769524, 10, 0, 1769525, 10, 0, 1769526, 10, 0, 1769527, 10, 0, 1769528, 10, 0, 1769529, 10, 0, 1769530, 10, 0, 1769531, 10, 0, 1769532, 10, 0, 1769533, 10, 0, 1769534, 10, 0, 1769535, 10, 0, 1769536, 10, 0, 1769537, 10, 0, 1769538, 10, 0, 1769539, 10, 0, 1769540, 10, 0, 1769541, 10, 0) -__meta__ = { -"_edit_lock_": true -} +format = 2 +layer_0/tile_data = PackedInt32Array(0, 2, 0, 70, 2, 65536, 71, 10, 0, 72, 10, 0, 73, 10, 0, 74, 10, 0, 75, 10, 0, 76, 10, 0, 77, 10, 0, 78, 10, 0, 65536, 2, 0, 65606, 2, 65536, 65607, 10, 0, 65608, 10, 0, 65609, 10, 0, 65610, 10, 0, 65611, 10, 0, 65612, 10, 0, 65613, 10, 0, 65614, 10, 0, 131072, 2, 0, 131142, 2, 65536, 131143, 10, 0, 131144, 10, 0, 131145, 10, 0, 131146, 10, 0, 131147, 10, 0, 131148, 10, 0, 131149, 10, 0, 131150, 10, 0, 196608, 2, 0, 196626, 9, 0, 196678, 2, 65536, 196679, 10, 0, 196680, 10, 0, 196681, 10, 0, 196682, 10, 0, 196683, 10, 0, 196684, 10, 0, 196685, 10, 0, 196686, 10, 0, 262144, 2, 0, 262162, 8, 0, 262214, 2, 65536, 262215, 10, 0, 262216, 10, 0, 262217, 10, 0, 262218, 10, 0, 262219, 10, 0, 262220, 10, 0, 262221, 10, 0, 262222, 10, 0, 327680, 2, 0, 327697, 9, 65536, 327698, 7, 0, 327733, 9, 0, 327750, 2, 65536, 327751, 10, 0, 327752, 10, 0, 327753, 10, 0, 327754, 10, 0, 327755, 10, 0, 327756, 10, 0, 327757, 10, 0, 327758, 10, 0, 393216, 2, 0, 393233, 8, 65536, 393234, 7, 0, 393257, 9, 0, 393269, 7, 0, 393286, 2, 65536, 393287, 10, 0, 393288, 10, 0, 393289, 10, 0, 393290, 10, 0, 393291, 10, 0, 393292, 10, 0, 393293, 10, 0, 393294, 10, 0, 458752, 2, 0, 458769, 7, 0, 458770, 8, 0, 458790, 9, 0, 458793, 8, 0, 458805, 8, 0, 458822, 2, 65536, 458823, 10, 0, 458824, 10, 0, 458825, 10, 0, 458826, 10, 0, 458827, 10, 0, 458828, 10, 0, 458829, 10, 0, 458830, 10, 0, 524288, 4, 0, 524289, 1, 0, 524304, 1, 65536, 524305, 6, 65536, 524306, 6, 0, 524307, 5, 0, 524308, 1, 0, 524326, 8, 0, 524329, 7, 0, 524341, 7, 0, 524358, 2, 65536, 524359, 10, 0, 524360, 10, 0, 524361, 10, 0, 524362, 10, 0, 524363, 10, 0, 524364, 10, 0, 524365, 10, 0, 524366, 10, 0, 589824, 10, 0, 589825, 13, 0, 589840, 2, 65536, 589841, 10, 0, 589842, 10, 0, 589843, 10, 0, 589844, 2, 0, 589862, 7, 0, 589865, 7, 0, 589876, 1, 65536, 589877, 6, 0, 589878, 1, 0, 589894, 2, 65536, 589895, 10, 0, 589896, 10, 0, 589897, 10, 0, 589898, 10, 0, 589899, 10, 0, 589900, 10, 0, 589901, 10, 0, 589902, 10, 0, 655360, 2, 0, 655376, 2, 65536, 655377, 10, 0, 655378, 10, 0, 655379, 10, 0, 655380, 2, 0, 655398, 7, 0, 655401, 8, 0, 655412, 13, 65536, 655413, 11, 0, 655414, 13, 0, 655430, 2, 65536, 655431, 10, 0, 655432, 10, 0, 655433, 10, 0, 655434, 10, 0, 655435, 10, 0, 655436, 10, 0, 655437, 10, 0, 655438, 10, 0, 720896, 2, 0, 720912, 2, 65536, 720913, 10, 0, 720914, 10, 0, 720915, 10, 0, 720916, 2, 0, 720934, 8, 0, 720937, 7, 0, 720958, 1, 65536, 720959, 5, 0, 720960, 5, 65536, 720961, 5, 0, 720962, 5, 0, 720963, 5, 65536, 720964, 5, 0, 720965, 0, 0, 720966, 4, 65536, 720967, 10, 0, 720968, 10, 0, 720969, 10, 0, 720970, 10, 0, 720971, 10, 0, 720972, 10, 0, 720973, 10, 0, 720974, 10, 0, 786432, 2, 0, 786437, 9, 0, 786448, 2, 65536, 786449, 10, 0, 786450, 10, 0, 786451, 10, 0, 786452, 2, 0, 786464, 1, 65536, 786465, 1, 0, 786470, 7, 0, 786473, 7, 0, 786474, 12, 65536, 786475, 1, 0, 786494, 2, 65536, 786495, 10, 0, 786496, 10, 0, 786497, 10, 0, 786498, 10, 0, 786499, 10, 0, 786500, 10, 0, 786501, 10, 0, 786502, 10, 0, 786503, 10, 0, 786504, 10, 0, 786505, 10, 0, 786506, 10, 0, 786507, 10, 0, 786508, 10, 0, 786509, 10, 0, 851968, 2, 0, 851973, 7, 0, 851984, 2, 65536, 851985, 10, 0, 851986, 10, 0, 851987, 10, 0, 851988, 2, 0, 851996, 1, 65536, 851997, 1, 0, 852000, 2, 65536, 852001, 3, 0, 852006, 7, 0, 852009, 1, 65536, 852011, 2, 0, 852030, 2, 65536, 852031, 10, 0, 852032, 10, 0, 852033, 10, 0, 852034, 10, 0, 852035, 10, 0, 852036, 10, 0, 852037, 10, 0, 852038, 10, 0, 852039, 10, 0, 852040, 10, 0, 852041, 10, 0, 852042, 10, 0, 852043, 10, 0, 852044, 10, 0, 852045, 10, 0, 917504, 2, 0, 917506, 9, 0, 917509, 7, 0, 917512, 9, 65536, 917520, 13, 65536, 917521, 11, 0, 917522, 11, 0, 917523, 11, 0, 917524, 13, 0, 917532, 13, 65536, 917533, 13, 0, 917536, 2, 65536, 917537, 4, 0, 917538, 1, 0, 917540, 1, 65536, 917541, 0, 0, 917542, 1, 0, 917545, 2, 65536, 917546, 10, 0, 917547, 4, 0, 917548, 1, 0, 917566, 2, 65536, 917567, 10, 0, 917568, 10, 0, 917569, 10, 0, 917570, 10, 0, 917571, 10, 0, 917572, 10, 0, 917573, 10, 0, 917574, 10, 0, 917575, 10, 0, 917576, 10, 0, 917577, 10, 0, 917578, 10, 0, 917579, 10, 0, 917580, 10, 0, 917581, 10, 0, 983040, 2, 0, 983042, 7, 0, 983045, 7, 0, 983048, 8, 65536, 983050, 1, 65536, 983051, 0, 0, 983052, 1, 0, 983064, 1, 65536, 983065, 1, 0, 983072, 2, 65536, 983073, 10, 0, 983074, 4, 0, 983075, 0, 0, 983076, 4, 65536, 983077, 10, 0, 983078, 4, 0, 983079, 0, 65536, 983080, 0, 65536, 983081, 4, 65536, 983082, 10, 0, 983083, 10, 0, 983084, 2, 0, 983095, 9, 0, 983102, 2, 65536, 983103, 10, 0, 983104, 10, 0, 983105, 10, 0, 983106, 10, 0, 983107, 10, 0, 983108, 10, 0, 983109, 10, 0, 983110, 10, 0, 983111, 10, 0, 983112, 10, 0, 983113, 10, 0, 983114, 10, 0, 983115, 10, 0, 983116, 10, 0, 983117, 10, 0, 1048576, 2, 0, 1048578, 8, 0, 1048581, 8, 0, 1048584, 7, 65536, 1048586, 2, 65536, 1048587, 10, 65536, 1048588, 2, 0, 1048600, 13, 65536, 1048601, 13, 0, 1048604, 9, 0, 1048608, 13, 65536, 1048609, 11, 65536, 1048610, 11, 65536, 1048611, 11, 65536, 1048612, 10, 0, 1048613, 10, 0, 1048614, 10, 0, 1048615, 10, 0, 1048616, 10, 0, 1048617, 10, 0, 1048618, 10, 0, 1048619, 10, 0, 1048620, 4, 0, 1048621, 1, 0, 1048630, 9, 65536, 1048631, 8, 0, 1048638, 2, 65536, 1048639, 10, 0, 1048640, 10, 0, 1048641, 10, 0, 1048642, 10, 0, 1048643, 10, 0, 1048644, 10, 0, 1048645, 10, 0, 1048646, 10, 0, 1048647, 10, 0, 1048648, 10, 0, 1048649, 10, 0, 1048650, 10, 0, 1048651, 10, 0, 1048652, 10, 0, 1048653, 10, 0, 1114112, 4, 0, 1114113, 0, 0, 1114114, 6, 0, 1114115, 0, 0, 1114116, 0, 0, 1114117, 6, 0, 1114118, 1, 0, 1114120, 8, 65536, 1114122, 13, 65536, 1114123, 11, 0, 1114124, 13, 0, 1114128, 1, 65536, 1114129, 5, 0, 1114130, 5, 65536, 1114131, 5, 0, 1114132, 0, 0, 1114133, 1, 0, 1114140, 7, 0, 1114141, 9, 65536, 1114148, 2, 65536, 1114149, 10, 0, 1114150, 10, 0, 1114151, 10, 0, 1114152, 10, 0, 1114153, 10, 0, 1114154, 10, 0, 1114155, 10, 0, 1114156, 10, 0, 1114157, 2, 0, 1114166, 8, 65536, 1114167, 8, 0, 1114174, 2, 65536, 1114175, 10, 0, 1114176, 10, 0, 1114177, 10, 0, 1114178, 10, 0, 1114179, 10, 0, 1114180, 10, 0, 1114181, 10, 0, 1114182, 10, 0, 1114183, 10, 0, 1114184, 10, 0, 1114185, 10, 0, 1114186, 10, 0, 1114187, 10, 0, 1114188, 10, 0, 1179648, 10, 0, 1179649, 10, 0, 1179650, 10, 0, 1179651, 10, 0, 1179652, 10, 0, 1179653, 10, 0, 1179654, 2, 0, 1179656, 7, 65536, 1179664, 2, 65536, 1179665, 10, 0, 1179666, 10, 0, 1179667, 10, 0, 1179668, 10, 0, 1179669, 4, 0, 1179670, 12, 0, 1179675, 9, 0, 1179676, 8, 0, 1179677, 8, 0, 1179684, 2, 65536, 1179685, 10, 0, 1179686, 10, 0, 1179687, 10, 0, 1179688, 10, 0, 1179689, 10, 0, 1179690, 10, 0, 1179691, 10, 0, 1179692, 10, 0, 1179693, 4, 0, 1179694, 1, 0, 1179701, 9, 0, 1179702, 7, 65536, 1179703, 7, 0, 1179710, 2, 65536, 1179711, 10, 0, 1179712, 10, 0, 1179713, 10, 0, 1179714, 10, 0, 1179715, 10, 0, 1179716, 10, 0, 1179717, 10, 0, 1179718, 10, 0, 1179719, 10, 0, 1179720, 10, 0, 1179721, 10, 0, 1179722, 10, 0, 1245184, 10, 0, 1245185, 10, 0, 1245186, 10, 0, 1245187, 10, 0, 1245188, 10, 0, 1245189, 10, 0, 1245190, 2, 0, 1245192, 7, 65536, 1245199, 1, 65536, 1245200, 4, 65536, 1245201, 10, 0, 1245202, 10, 0, 1245203, 10, 0, 1245204, 10, 0, 1245205, 10, 0, 1245207, 1, 0, 1245211, 7, 0, 1245212, 7, 0, 1245213, 8, 65536, 1245220, 2, 65536, 1245221, 10, 0, 1245222, 10, 0, 1245223, 10, 0, 1245224, 10, 0, 1245225, 10, 0, 1245226, 10, 0, 1245227, 10, 0, 1245228, 10, 0, 1245229, 10, 0, 1245230, 2, 0, 1245237, 8, 0, 1245238, 7, 65536, 1245239, 8, 0, 1245240, 9, 65536, 1245246, 2, 65536, 1245247, 10, 0, 1245248, 10, 0, 1245249, 10, 0, 1245250, 10, 0, 1245251, 10, 0, 1245252, 10, 0, 1245253, 10, 0, 1245254, 10, 0, 1245255, 10, 0, 1245256, 10, 0, 1245257, 10, 0, 1245258, 10, 0, 1310720, 10, 0, 1310721, 10, 0, 1310722, 10, 0, 1310723, 10, 0, 1310724, 10, 0, 1310725, 10, 0, 1310726, 2, 0, 1310728, 8, 65536, 1310730, 1, 65536, 1310731, 1, 0, 1310734, 1, 65536, 1310735, 4, 65536, 1310736, 10, 0, 1310737, 10, 0, 1310738, 10, 0, 1310739, 10, 0, 1310740, 10, 0, 1310741, 10, 0, 1310742, 10, 0, 1310743, 4, 0, 1310744, 1, 0, 1310747, 8, 0, 1310748, 7, 0, 1310749, 7, 65536, 1310756, 2, 65536, 1310757, 10, 0, 1310758, 10, 0, 1310759, 10, 0, 1310760, 10, 0, 1310761, 10, 0, 1310762, 10, 0, 1310763, 10, 0, 1310764, 10, 0, 1310765, 10, 0, 1310766, 4, 0, 1310767, 5, 0, 1310768, 12, 0, 1310773, 7, 0, 1310774, 7, 65536, 1310775, 7, 0, 1310776, 7, 65536, 1310782, 2, 65536, 1310783, 10, 0, 1310784, 10, 0, 1310785, 10, 0, 1310786, 10, 0, 1310787, 10, 0, 1310788, 10, 0, 1310789, 10, 0, 1310790, 10, 0, 1310791, 10, 0, 1310792, 10, 0, 1310793, 10, 0, 1376256, 10, 0, 1376257, 10, 0, 1376258, 10, 0, 1376259, 10, 0, 1376260, 10, 0, 1376261, 10, 0, 1376262, 4, 0, 1376263, 0, 0, 1376264, 0, 0, 1376265, 0, 0, 1376266, 4, 65536, 1376267, 4, 0, 1376268, 0, 0, 1376269, 0, 0, 1376270, 4, 65536, 1376271, 10, 0, 1376272, 10, 0, 1376273, 10, 0, 1376274, 10, 0, 1376275, 10, 0, 1376276, 10, 0, 1376277, 10, 0, 1376278, 10, 0, 1376279, 10, 0, 1376280, 4, 0, 1376281, 12, 0, 1376283, 8, 0, 1376284, 8, 0, 1376285, 8, 65536, 1376287, 12, 65536, 1376288, 0, 0, 1376289, 5, 0, 1376290, 5, 65536, 1376291, 0, 0, 1376292, 4, 65536, 1376293, 10, 0, 1376294, 10, 0, 1376295, 10, 0, 1376296, 10, 0, 1376297, 10, 0, 1376298, 10, 0, 1376299, 10, 0, 1376300, 10, 0, 1376301, 10, 0, 1376302, 10, 0, 1376303, 10, 0, 1376305, 12, 0, 1376309, 7, 0, 1376310, 8, 65536, 1376311, 7, 0, 1376312, 8, 65536, 1376318, 2, 65536, 1376319, 10, 0, 1376320, 10, 0, 1376321, 10, 0, 1376322, 10, 0, 1376323, 10, 0, 1376324, 10, 0, 1376325, 10, 0, 1376326, 10, 0, 1376327, 10, 0, 1376328, 10, 0, 1441792, 10, 0, 1441793, 10, 0, 1441794, 10, 0, 1441795, 10, 0, 1441796, 10, 0, 1441797, 10, 0, 1441798, 10, 0, 1441799, 10, 0, 1441800, 10, 0, 1441801, 10, 0, 1441802, 10, 0, 1441803, 10, 0, 1441804, 10, 0, 1441805, 10, 0, 1441806, 10, 0, 1441807, 10, 0, 1441808, 10, 0, 1441809, 10, 0, 1441810, 10, 0, 1441811, 10, 0, 1441812, 10, 0, 1441813, 10, 0, 1441814, 10, 0, 1441815, 10, 0, 1441816, 10, 0, 1441818, 0, 0, 1441819, 6, 0, 1441820, 6, 0, 1441821, 6, 65536, 1441822, 5, 0, 1441824, 10, 0, 1441825, 10, 0, 1441826, 10, 0, 1441827, 10, 0, 1441828, 10, 0, 1441829, 10, 0, 1441830, 10, 0, 1441831, 10, 0, 1441832, 10, 0, 1441833, 10, 0, 1441834, 10, 0, 1441835, 10, 0, 1441836, 10, 0, 1441837, 10, 0, 1441838, 10, 0, 1441839, 10, 0, 1441840, 10, 0, 1441842, 0, 0, 1441843, 0, 0, 1441844, 0, 0, 1441845, 6, 0, 1441846, 6, 65536, 1441847, 6, 0, 1441848, 6, 65536, 1441849, 0, 0, 1441850, 5, 0, 1441851, 5, 65536, 1441852, 5, 0, 1441853, 0, 0, 1441854, 4, 65536, 1441855, 10, 0, 1441856, 10, 0, 1441857, 10, 0, 1441858, 10, 0, 1441859, 10, 0, 1441860, 10, 0, 1441861, 10, 0, 1441862, 10, 0, 1441863, 10, 0, 1507328, 10, 0, 1507329, 10, 0, 1507330, 10, 0, 1507331, 10, 0, 1507332, 10, 0, 1507333, 10, 0, 1507334, 10, 0, 1507335, 10, 0, 1507336, 10, 0, 1507337, 10, 0, 1507338, 10, 0, 1507339, 10, 0, 1507340, 10, 0, 1507341, 10, 0, 1507342, 10, 0, 1507343, 10, 0, 1507344, 10, 0, 1507345, 10, 0, 1507346, 10, 0, 1507347, 10, 0, 1507348, 10, 0, 1507349, 10, 0, 1507350, 10, 0, 1507351, 10, 0, 1507352, 10, 0, 1507353, 10, 0, 1507354, 10, 0, 1507355, 10, 0, 1507356, 10, 0, 1507357, 10, 0, 1507358, 10, 0, 1507359, 10, 0, 1507360, 10, 0, 1507361, 10, 0, 1507362, 10, 0, 1507363, 10, 0, 1507364, 10, 0, 1507365, 10, 0, 1507366, 10, 0, 1507367, 10, 0, 1507368, 10, 0, 1507369, 10, 0, 1507370, 10, 0, 1507371, 10, 0, 1507372, 10, 0, 1507373, 10, 0, 1507374, 10, 0, 1507375, 10, 0, 1507376, 10, 0, 1507377, 10, 0, 1507378, 10, 0, 1507379, 10, 0, 1507380, 10, 0, 1507381, 10, 0, 1507382, 10, 0, 1507383, 10, 0, 1507384, 10, 0, 1507385, 10, 0, 1507386, 10, 0, 1507387, 10, 0, 1507388, 10, 0, 1507389, 10, 0, 1507390, 10, 0, 1507391, 10, 0, 1507392, 10, 0, 1507393, 10, 0, 1507394, 10, 0, 1507395, 10, 0, 1507396, 10, 0, 1507397, 10, 0, 1507398, 10, 0, 1507399, 10, 0, 1572864, 10, 0, 1572865, 10, 0, 1572866, 10, 0, 1572867, 10, 0, 1572868, 10, 0, 1572869, 10, 0, 1572870, 10, 0, 1572871, 10, 0, 1572872, 10, 0, 1572873, 10, 0, 1572874, 10, 0, 1572875, 10, 0, 1572876, 10, 0, 1572877, 10, 0, 1572878, 10, 0, 1572879, 10, 0, 1572880, 10, 0, 1572881, 10, 0, 1572882, 10, 0, 1572883, 10, 0, 1572884, 10, 0, 1572885, 10, 0, 1572886, 10, 0, 1572887, 10, 0, 1572888, 10, 0, 1572889, 10, 0, 1572890, 10, 0, 1572891, 10, 0, 1572892, 10, 0, 1572893, 10, 0, 1572894, 10, 0, 1572895, 10, 0, 1572896, 10, 0, 1572897, 10, 0, 1572898, 10, 0, 1572899, 10, 0, 1572900, 10, 0, 1572901, 10, 0, 1572902, 10, 0, 1572903, 10, 0, 1572904, 10, 0, 1572905, 10, 0, 1572906, 10, 0, 1572907, 10, 0, 1572908, 10, 0, 1572909, 10, 0, 1572910, 10, 0, 1572911, 10, 0, 1572912, 10, 0, 1572913, 10, 0, 1572914, 10, 0, 1572915, 10, 0, 1572916, 10, 0, 1572917, 10, 0, 1572918, 10, 0, 1572919, 10, 0, 1572920, 10, 0, 1572921, 10, 0, 1572922, 10, 0, 1572923, 10, 0, 1572924, 10, 0, 1572925, 10, 0, 1572926, 10, 0, 1572927, 10, 0, 1572928, 10, 0, 1572929, 10, 0, 1572930, 10, 0, 1572931, 10, 0, 1572932, 10, 0, 1572933, 10, 0, 1572934, 10, 0, 1572935, 10, 0, 1638400, 10, 0, 1638401, 10, 0, 1638402, 10, 0, 1638403, 10, 0, 1638404, 10, 0, 1638405, 10, 0, 1638406, 10, 0, 1638407, 10, 0, 1638408, 10, 0, 1638409, 10, 0, 1638410, 10, 0, 1638411, 10, 0, 1638412, 10, 0, 1638413, 10, 0, 1638414, 10, 0, 1638415, 10, 0, 1638416, 10, 0, 1638417, 10, 0, 1638418, 10, 0, 1638419, 10, 0, 1638420, 10, 0, 1638421, 10, 0, 1638422, 10, 0, 1638423, 10, 0, 1638424, 10, 0, 1638425, 10, 0, 1638426, 10, 0, 1638427, 10, 0, 1638428, 10, 0, 1638429, 10, 0, 1638430, 10, 0, 1638431, 10, 0, 1638432, 10, 0, 1638433, 10, 0, 1638434, 10, 0, 1638435, 10, 0, 1638436, 10, 0, 1638437, 10, 0, 1638438, 10, 0, 1638439, 10, 0, 1638440, 10, 0, 1638441, 10, 0, 1638442, 10, 0, 1638443, 10, 0, 1638444, 10, 0, 1638445, 10, 0, 1638446, 10, 0, 1638447, 10, 0, 1638448, 10, 0, 1638449, 10, 0, 1638450, 10, 0, 1638451, 10, 0, 1638452, 10, 0, 1638453, 10, 0, 1638454, 10, 0, 1638455, 10, 0, 1638456, 10, 0, 1638457, 10, 0, 1638458, 10, 0, 1638459, 10, 0, 1638460, 10, 0, 1638461, 10, 0, 1638462, 10, 0, 1638463, 10, 0, 1638464, 10, 0, 1638465, 10, 0, 1638466, 10, 0, 1638467, 10, 0, 1638468, 10, 0, 1638469, 10, 0, 1638470, 10, 0, 1638471, 10, 0, 1703952, 10, 0, 1703953, 10, 0, 1703954, 10, 0, 1703955, 10, 0, 1703956, 10, 0, 1703957, 10, 0, 1703958, 10, 0, 1703959, 10, 0, 1703960, 10, 0, 1703961, 10, 0, 1703962, 10, 0, 1703963, 10, 0, 1703964, 10, 0, 1703965, 10, 0, 1703966, 10, 0, 1703967, 10, 0, 1703968, 10, 0, 1703969, 10, 0, 1703970, 10, 0, 1703971, 10, 0, 1703972, 10, 0, 1703973, 10, 0, 1703974, 10, 0, 1703975, 10, 0, 1703976, 10, 0, 1703977, 10, 0, 1703978, 10, 0, 1703979, 10, 0, 1703980, 10, 0, 1703981, 10, 0, 1703982, 10, 0, 1703983, 10, 0, 1703984, 10, 0, 1703985, 10, 0, 1703986, 10, 0, 1703987, 10, 0, 1703988, 10, 0, 1703989, 10, 0, 1703990, 10, 0, 1703991, 10, 0, 1703992, 10, 0, 1703993, 10, 0, 1703994, 10, 0, 1703995, 10, 0, 1703996, 10, 0, 1703997, 10, 0, 1703998, 10, 0, 1703999, 10, 0, 1704000, 10, 0, 1704001, 10, 0, 1704002, 10, 0, 1704003, 10, 0, 1704004, 10, 0, 1704005, 10, 0, 1704006, 10, 0, 1704007, 10, 0, 1769488, 10, 0, 1769489, 10, 0, 1769490, 10, 0, 1769491, 10, 0, 1769492, 10, 0, 1769493, 10, 0, 1769494, 10, 0, 1769495, 10, 0, 1769496, 10, 0, 1769497, 10, 0, 1769498, 10, 0, 1769499, 10, 0, 1769500, 10, 0, 1769501, 10, 0, 1769502, 10, 0, 1769503, 10, 0, 1769504, 10, 0, 1769505, 10, 0, 1769506, 10, 0, 1769507, 10, 0, 1769508, 10, 0, 1769509, 10, 0, 1769510, 10, 0, 1769511, 10, 0, 1769512, 10, 0, 1769513, 10, 0, 1769514, 10, 0, 1769515, 10, 0, 1769516, 10, 0, 1769517, 10, 0, 1769518, 10, 0, 1769519, 10, 0, 1769520, 10, 0, 1769521, 10, 0, 1769522, 10, 0, 1769523, 10, 0, 1769524, 10, 0, 1769525, 10, 0, 1769526, 10, 0, 1769527, 10, 0, 1769528, 10, 0, 1769529, 10, 0, 1769530, 10, 0, 1769531, 10, 0, 1769532, 10, 0, 1769533, 10, 0, 1769534, 10, 0, 1769535, 10, 0, 1769536, 10, 0, 1769537, 10, 0, 1769538, 10, 0, 1769539, 10, 0, 1769540, 10, 0, 1769541, 10, 0) [node name="Coins" type="Node2D" parent="."] -[node name="Coin" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin" parent="Coins" instance=ExtResource("2")] position = Vector2(336, 589.5) -[node name="Coin2" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin2" parent="Coins" instance=ExtResource("2")] position = Vector2(352, 589.5) -[node name="Coin3" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin3" parent="Coins" instance=ExtResource("2")] position = Vector2(368, 589.5) -[node name="Coin4" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin4" parent="Coins" instance=ExtResource("2")] position = Vector2(560, 496) -[node name="Coin5" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin5" parent="Coins" instance=ExtResource("2")] position = Vector2(576, 496) -[node name="Coin6" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin6" parent="Coins" instance=ExtResource("2")] position = Vector2(592, 496) -[node name="Coin7" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin7" parent="Coins" instance=ExtResource("2")] position = Vector2(608, 496) -[node name="Coin8" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin8" parent="Coins" instance=ExtResource("2")] position = Vector2(624, 496) -[node name="Coin9" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin9" parent="Coins" instance=ExtResource("2")] position = Vector2(784, 432) -[node name="Coin10" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin10" parent="Coins" instance=ExtResource("2")] position = Vector2(816, 432) -[node name="Coin11" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin11" parent="Coins" instance=ExtResource("2")] position = Vector2(912, 384) -[node name="Coin12" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin12" parent="Coins" instance=ExtResource("2")] position = Vector2(944, 384) -[node name="Coin13" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin13" parent="Coins" instance=ExtResource("2")] position = Vector2(1040, 336) -[node name="Coin14" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin14" parent="Coins" instance=ExtResource("2")] position = Vector2(1072, 336) -[node name="Coin15" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin15" parent="Coins" instance=ExtResource("2")] position = Vector2(896, 624) -[node name="Coin16" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin16" parent="Coins" instance=ExtResource("2")] position = Vector2(928, 624) -[node name="Coin17" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin17" parent="Coins" instance=ExtResource("2")] position = Vector2(960, 624) -[node name="Coin18" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin18" parent="Coins" instance=ExtResource("2")] position = Vector2(960, 592) -[node name="Coin19" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin19" parent="Coins" instance=ExtResource("2")] position = Vector2(928, 592) -[node name="Coin20" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin20" parent="Coins" instance=ExtResource("2")] position = Vector2(896, 592) -[node name="Coin21" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin21" parent="Coins" instance=ExtResource("2")] position = Vector2(49.4434, 244.258) -[node name="Coin22" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin22" parent="Coins" instance=ExtResource("2")] position = Vector2(44.7994, 240.609) -[node name="Coin23" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin23" parent="Coins" instance=ExtResource("2")] position = Vector2(54.0875, 240.609) -[node name="Coin24" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin24" parent="Coins" instance=ExtResource("2")] position = Vector2(58.068, 234.969) -[node name="Coin25" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin25" parent="Coins" instance=ExtResource("2")] position = Vector2(58.7315, 228.999) -[node name="Coin26" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin26" parent="Coins" instance=ExtResource("2")] position = Vector2(53.092, 224.686) -[node name="Coin27" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin27" parent="Coins" instance=ExtResource("2")] position = Vector2(49.1117, 229.331) -[node name="Coin28" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin28" parent="Coins" instance=ExtResource("2")] position = Vector2(44.136, 224.355) -[node name="Coin29" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin29" parent="Coins" instance=ExtResource("2")] position = Vector2(39.8238, 228.667) -[node name="Coin30" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin30" parent="Coins" instance=ExtResource("2")] position = Vector2(41.4823, 234.306) -[node name="Coin31" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin31" parent="Coins" instance=ExtResource("2")] position = Vector2(1678.71, 232.644) -[node name="Coin32" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin32" parent="Coins" instance=ExtResource("2")] position = Vector2(1710.71, 232.644) -[node name="Coin33" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin33" parent="Coins" instance=ExtResource("2")] position = Vector2(1742.71, 232.644) -[node name="Coin34" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin34" parent="Coins" instance=ExtResource("2")] position = Vector2(1742.71, 200.644) -[node name="Coin35" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin35" parent="Coins" instance=ExtResource("2")] position = Vector2(1710.71, 200.644) -[node name="Coin36" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin36" parent="Coins" instance=ExtResource("2")] position = Vector2(1678.71, 200.644) -[node name="Coin37" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin37" parent="Coins" instance=ExtResource("2")] position = Vector2(2086.38, 302.529) -[node name="Coin38" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin38" parent="Coins" instance=ExtResource("2")] position = Vector2(2118.38, 302.529) -[node name="Coin39" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin39" parent="Coins" instance=ExtResource("2")] position = Vector2(2150.38, 302.529) -[node name="Coin40" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin40" parent="Coins" instance=ExtResource("2")] position = Vector2(2150.38, 270.529) -[node name="Coin41" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin41" parent="Coins" instance=ExtResource("2")] position = Vector2(2118.38, 270.529) -[node name="Coin42" parent="Coins" instance=ExtResource( 2 )] +[node name="Coin42" parent="Coins" instance=ExtResource("2")] position = Vector2(2086.38, 270.529) [node name="Props" type="Node2D" parent="."] -[node name="MovingPlatform" parent="Props" instance=ExtResource( 3 )] +[node name="MovingPlatform" parent="Props" instance=ExtResource("3")] position = Vector2(725.93, 371.484) motion = Vector2(0, 70) cycle = 5.0 -[node name="MovingPlatform 2" parent="Props" instance=ExtResource( 3 )] +[node name="MovingPlatform 2" parent="Props" instance=ExtResource("3")] position = Vector2(312.412, 272.772) motion = Vector2(150, 0) cycle = 10.0 -[node name="MovingPlatform 3" parent="Props" instance=ExtResource( 3 )] +[node name="MovingPlatform 3" parent="Props" instance=ExtResource("3")] position = Vector2(1709.93, 369.831) motion = Vector2(225, 0) cycle = 10.0 -[node name="Seesaw" parent="Props" instance=ExtResource( 4 )] +[node name="Seesaw" parent="Props" instance=ExtResource("4")] position = Vector2(1201.4, 424.76) -[node name="OneWayPlatform" parent="Props" instance=ExtResource( 5 )] +[node name="OneWayPlatform" parent="Props" instance=ExtResource("5")] position = Vector2(463.849, 560.405) -[node name="Player" parent="." instance=ExtResource( 6 )] +[node name="Player" parent="." instance=ExtResource("6")] position = Vector2(125.842, 522.8) -physics_material_override = SubResource( 1 ) +physics_material_override = SubResource("1") [node name="Enemies" type="Node2D" parent="."] -[node name="Enemy1" parent="Enemies" instance=ExtResource( 7 )] +[node name="Enemy1" parent="Enemies" instance=ExtResource("7")] position = Vector2(417.332, 654.8) -physics_material_override = SubResource( 2 ) +physics_material_override = SubResource("2") -[node name="Enemy2" parent="Enemies" instance=ExtResource( 7 )] +[node name="Enemy2" parent="Enemies" instance=ExtResource("7")] position = Vector2(353.832, 612.525) -physics_material_override = SubResource( 3 ) +physics_material_override = SubResource("3") -[node name="Enemy3" parent="Enemies" instance=ExtResource( 7 )] +[node name="Enemy3" parent="Enemies" instance=ExtResource("7")] position = Vector2(562.605, 526.53) -physics_material_override = SubResource( 4 ) +physics_material_override = SubResource("4") -[node name="Enemy4" parent="Enemies" instance=ExtResource( 7 )] +[node name="Enemy4" parent="Enemies" instance=ExtResource("7")] position = Vector2(646.055, 529.62) -physics_material_override = SubResource( 5 ) +physics_material_override = SubResource("5") -[node name="Enemy5" parent="Enemies" instance=ExtResource( 7 )] +[node name="Enemy5" parent="Enemies" instance=ExtResource("7")] position = Vector2(803.69, 461.62) -physics_material_override = SubResource( 6 ) +physics_material_override = SubResource("6") -[node name="Enemy6" parent="Enemies" instance=ExtResource( 7 )] +[node name="Enemy6" parent="Enemies" instance=ExtResource("7")] position = Vector2(1293.45, 469.53) -physics_material_override = SubResource( 7 ) +physics_material_override = SubResource("7") -[node name="Enemy7" parent="Enemies" instance=ExtResource( 7 )] +[node name="Enemy7" parent="Enemies" instance=ExtResource("7")] position = Vector2(728.8, 344.371) -physics_material_override = SubResource( 8 ) +physics_material_override = SubResource("8") -[node name="Enemy8" parent="Enemies" instance=ExtResource( 7 )] +[node name="Enemy8" parent="Enemies" instance=ExtResource("7")] position = Vector2(596.815, 230.191) -physics_material_override = SubResource( 9 ) +physics_material_override = SubResource("9") -[node name="Enemy9" parent="Enemies" instance=ExtResource( 7 )] +[node name="Enemy9" parent="Enemies" instance=ExtResource("7")] position = Vector2(1714.86, 270.432) -physics_material_override = SubResource( 10 ) +physics_material_override = SubResource("10") -[node name="Enemy10" parent="Enemies" instance=ExtResource( 7 )] +[node name="Enemy10" parent="Enemies" instance=ExtResource("7")] position = Vector2(1773.1, 678.095) -physics_material_override = SubResource( 11 ) +physics_material_override = SubResource("11") -[node name="Enemy11" parent="Enemies" instance=ExtResource( 7 )] +[node name="Enemy11" parent="Enemies" instance=ExtResource("7")] position = Vector2(1203.31, 407.557) -physics_material_override = SubResource( 12 ) +physics_material_override = SubResource("12") -[node name="ParallaxBg" parent="." instance=ExtResource( 8 )] +[node name="ParallaxBg" parent="." instance=ExtResource("8")] [node name="Label" type="Label" parent="."] offset_left = 12.0 @@ -266,9 +262,14 @@ offset_right = 358.0 offset_bottom = -10.0 size_flags_horizontal = 2 size_flags_vertical = 0 -text = "This is a simple demo on how to make a platformer game with Godot.\"This version uses physics and the 2D physics engine for motion and collision.\"\"The demo also shows the benefits of using the scene system, where coins,\"enemies and the player are edited separatedly and instanced in the stage.\"\"To edit the base tiles for the tileset, open the tileset_edit.tscn file and follow \"instructions.\"" -autowrap = true +text = "This is a simple demo on how to make a platformer game with Godot. +This version uses physics and the 2D physics engine for motion and collision. +The demo also shows the benefits of using the scene system, where coins, +enemies and the player are edited separatedly and instanced in the stage. + +To edit the base tiles for the tileset, open the tileset_edit.tscn file and follow +instructions." [node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."] -stream = ExtResource( 9 ) +stream = ExtResource("9") autoplay = true diff --git a/2d/physics_platformer/audio/music.ogg.import b/2d/physics_platformer/audio/music.ogg.import index bda0194b8d5..a80b8e4c80c 100644 --- a/2d/physics_platformer/audio/music.ogg.import +++ b/2d/physics_platformer/audio/music.ogg.import @@ -1,15 +1,19 @@ [remap] -importer="ogg_vorbis" -type="AudioStreamOGGVorbis" -path="res://.godot/imported/music.ogg-552a37c4bfe46d894cb8004cf1c345ad.oggstr" +importer="oggvorbisstr" +type="AudioStreamOggVorbis" +uid="uid://gunv00cij80t" +path="res://.godot/imported/music.ogg-552a37c4bfe46d894cb8004cf1c345ad.oggvorbisstr" [deps] source_file="res://audio/music.ogg" -dest_files=["res://.godot/imported/music.ogg-552a37c4bfe46d894cb8004cf1c345ad.oggstr"] +dest_files=["res://.godot/imported/music.ogg-552a37c4bfe46d894cb8004cf1c345ad.oggvorbisstr"] [params] loop=true loop_offset=0 +bpm=0 +beat_count=0 +bar_beats=4 diff --git a/2d/physics_platformer/audio/sound_coin.wav.import b/2d/physics_platformer/audio/sound_coin.wav.import index 06feb8c16e0..2e7f2279084 100644 --- a/2d/physics_platformer/audio/sound_coin.wav.import +++ b/2d/physics_platformer/audio/sound_coin.wav.import @@ -1,7 +1,8 @@ [remap] importer="wav" -type="AudioStreamSample" +type="AudioStreamWAV" +uid="uid://cy7lxrapbqu1r" path="res://.godot/imported/sound_coin.wav-e18cceeba8b7dc02bbb940b85bcad99a.sample" [deps] @@ -17,5 +18,7 @@ force/max_rate=false force/max_rate_hz=44100 edit/trim=true edit/normalize=true -edit/loop=false +edit/loop_mode=0 +edit/loop_begin=0 +edit/loop_end=-1 compress/mode=0 diff --git a/2d/physics_platformer/audio/sound_explode.wav.import b/2d/physics_platformer/audio/sound_explode.wav.import index 1316e9856f8..750fe3c45b4 100644 --- a/2d/physics_platformer/audio/sound_explode.wav.import +++ b/2d/physics_platformer/audio/sound_explode.wav.import @@ -1,7 +1,8 @@ [remap] importer="wav" -type="AudioStreamSample" +type="AudioStreamWAV" +uid="uid://bulmr2lpb7y4h" path="res://.godot/imported/sound_explode.wav-536668d880bfb277b9e5253774598e9e.sample" [deps] @@ -17,5 +18,7 @@ force/max_rate=false force/max_rate_hz=44100 edit/trim=true edit/normalize=true -edit/loop=false +edit/loop_mode=0 +edit/loop_begin=0 +edit/loop_end=-1 compress/mode=0 diff --git a/2d/physics_platformer/audio/sound_hit.wav.import b/2d/physics_platformer/audio/sound_hit.wav.import index 4c98cc2dca6..38059b08a92 100644 --- a/2d/physics_platformer/audio/sound_hit.wav.import +++ b/2d/physics_platformer/audio/sound_hit.wav.import @@ -1,7 +1,8 @@ [remap] importer="wav" -type="AudioStreamSample" +type="AudioStreamWAV" +uid="uid://cfssio7r2t7wq" path="res://.godot/imported/sound_hit.wav-6c98c4eeb2c6ac3fc45dc4a7ebd8602f.sample" [deps] @@ -17,5 +18,7 @@ force/max_rate=false force/max_rate_hz=44100 edit/trim=true edit/normalize=true -edit/loop=false +edit/loop_mode=0 +edit/loop_begin=0 +edit/loop_end=-1 compress/mode=0 diff --git a/2d/physics_platformer/audio/sound_jump.wav.import b/2d/physics_platformer/audio/sound_jump.wav.import index 6b3f880e95b..f11efeb1af6 100644 --- a/2d/physics_platformer/audio/sound_jump.wav.import +++ b/2d/physics_platformer/audio/sound_jump.wav.import @@ -1,7 +1,8 @@ [remap] importer="wav" -type="AudioStreamSample" +type="AudioStreamWAV" +uid="uid://bpyko2i13mj0v" path="res://.godot/imported/sound_jump.wav-7e05b84e4426c7461dd15838765e210b.sample" [deps] @@ -17,5 +18,7 @@ force/max_rate=false force/max_rate_hz=44100 edit/trim=true edit/normalize=true -edit/loop=false +edit/loop_mode=0 +edit/loop_begin=0 +edit/loop_end=-1 compress/mode=0 diff --git a/2d/physics_platformer/audio/sound_shoot.wav.import b/2d/physics_platformer/audio/sound_shoot.wav.import index bf7c81361db..29230187298 100644 --- a/2d/physics_platformer/audio/sound_shoot.wav.import +++ b/2d/physics_platformer/audio/sound_shoot.wav.import @@ -1,7 +1,8 @@ [remap] importer="wav" -type="AudioStreamSample" +type="AudioStreamWAV" +uid="uid://gw2a4ii0oby2" path="res://.godot/imported/sound_shoot.wav-a37772efd1dbcd76c4fe35742f502bb7.sample" [deps] @@ -17,5 +18,7 @@ force/max_rate=false force/max_rate_hz=44100 edit/trim=true edit/normalize=true -edit/loop=false +edit/loop_mode=0 +edit/loop_begin=0 +edit/loop_end=-1 compress/mode=0 diff --git a/2d/physics_platformer/background/plank.png.import b/2d/physics_platformer/background/plank.png.import index d8549b0127a..4bf28b1da16 100644 --- a/2d/physics_platformer/background/plank.png.import +++ b/2d/physics_platformer/background/plank.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/plank.png-d70731fc82f225d8353819786c2ed28a.stex" +type="CompressedTexture2D" +uid="uid://c3w6uvr4jjkwa" +path="res://.godot/imported/plank.png-d70731fc82f225d8353819786c2ed28a.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://background/plank.png" -dest_files=["res://.godot/imported/plank.png-d70731fc82f225d8353819786c2ed28a.stex"] +dest_files=["res://.godot/imported/plank.png-d70731fc82f225d8353819786c2ed28a.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/physics_platformer/background/plankpin.png.import b/2d/physics_platformer/background/plankpin.png.import index 6e30d67c45f..e7a8ba3978f 100644 --- a/2d/physics_platformer/background/plankpin.png.import +++ b/2d/physics_platformer/background/plankpin.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/plankpin.png-68d06cc4b9ab95f9d0142d1a4c768140.stex" +type="CompressedTexture2D" +uid="uid://ci8y3ieuf3ltc" +path="res://.godot/imported/plankpin.png-68d06cc4b9ab95f9d0142d1a4c768140.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://background/plankpin.png" -dest_files=["res://.godot/imported/plankpin.png-68d06cc4b9ab95f9d0142d1a4c768140.stex"] +dest_files=["res://.godot/imported/plankpin.png-68d06cc4b9ab95f9d0142d1a4c768140.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/physics_platformer/background/scroll_bg_cloud_1.png.import b/2d/physics_platformer/background/scroll_bg_cloud_1.png.import index 7692aef9fca..e9ca1367906 100644 --- a/2d/physics_platformer/background/scroll_bg_cloud_1.png.import +++ b/2d/physics_platformer/background/scroll_bg_cloud_1.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/scroll_bg_cloud_1.png-19f55c25a7e1985c92542faa0106888e.stex" +type="CompressedTexture2D" +uid="uid://udnu8aekj8mh" +path="res://.godot/imported/scroll_bg_cloud_1.png-19f55c25a7e1985c92542faa0106888e.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://background/scroll_bg_cloud_1.png" -dest_files=["res://.godot/imported/scroll_bg_cloud_1.png-19f55c25a7e1985c92542faa0106888e.stex"] +dest_files=["res://.godot/imported/scroll_bg_cloud_1.png-19f55c25a7e1985c92542faa0106888e.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/physics_platformer/background/scroll_bg_cloud_2.png.import b/2d/physics_platformer/background/scroll_bg_cloud_2.png.import index 81af30e34ea..c95a14c4722 100644 --- a/2d/physics_platformer/background/scroll_bg_cloud_2.png.import +++ b/2d/physics_platformer/background/scroll_bg_cloud_2.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/scroll_bg_cloud_2.png-869806dcc546591f3d754e3b845c61c9.stex" +type="CompressedTexture2D" +uid="uid://crkm8guj5obto" +path="res://.godot/imported/scroll_bg_cloud_2.png-869806dcc546591f3d754e3b845c61c9.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://background/scroll_bg_cloud_2.png" -dest_files=["res://.godot/imported/scroll_bg_cloud_2.png-869806dcc546591f3d754e3b845c61c9.stex"] +dest_files=["res://.godot/imported/scroll_bg_cloud_2.png-869806dcc546591f3d754e3b845c61c9.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/physics_platformer/background/scroll_bg_cloud_3.png.import b/2d/physics_platformer/background/scroll_bg_cloud_3.png.import index 90ec60620a6..93c4431b7fa 100644 --- a/2d/physics_platformer/background/scroll_bg_cloud_3.png.import +++ b/2d/physics_platformer/background/scroll_bg_cloud_3.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/scroll_bg_cloud_3.png-831c6ed9fa8b4070081428a936bcc2f7.stex" +type="CompressedTexture2D" +uid="uid://bb8syr2l4kbwp" +path="res://.godot/imported/scroll_bg_cloud_3.png-831c6ed9fa8b4070081428a936bcc2f7.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://background/scroll_bg_cloud_3.png" -dest_files=["res://.godot/imported/scroll_bg_cloud_3.png-831c6ed9fa8b4070081428a936bcc2f7.stex"] +dest_files=["res://.godot/imported/scroll_bg_cloud_3.png-831c6ed9fa8b4070081428a936bcc2f7.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/physics_platformer/background/scroll_bg_fg_1.png.import b/2d/physics_platformer/background/scroll_bg_fg_1.png.import index ff5d51415da..c1fc29b70ec 100644 --- a/2d/physics_platformer/background/scroll_bg_fg_1.png.import +++ b/2d/physics_platformer/background/scroll_bg_fg_1.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/scroll_bg_fg_1.png-20c90ebded5095c6863cdf6b1b82882d.stex" +type="CompressedTexture2D" +uid="uid://bdhblhpgjebrc" +path="res://.godot/imported/scroll_bg_fg_1.png-20c90ebded5095c6863cdf6b1b82882d.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://background/scroll_bg_fg_1.png" -dest_files=["res://.godot/imported/scroll_bg_fg_1.png-20c90ebded5095c6863cdf6b1b82882d.stex"] +dest_files=["res://.godot/imported/scroll_bg_fg_1.png-20c90ebded5095c6863cdf6b1b82882d.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/physics_platformer/background/scroll_bg_fg_2.png.import b/2d/physics_platformer/background/scroll_bg_fg_2.png.import index d1993ed93da..10eb96f5eeb 100644 --- a/2d/physics_platformer/background/scroll_bg_fg_2.png.import +++ b/2d/physics_platformer/background/scroll_bg_fg_2.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/scroll_bg_fg_2.png-2b54decd69e8aff2caa33640a336d1e9.stex" +type="CompressedTexture2D" +uid="uid://bitu0xunnhbjf" +path="res://.godot/imported/scroll_bg_fg_2.png-2b54decd69e8aff2caa33640a336d1e9.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://background/scroll_bg_fg_2.png" -dest_files=["res://.godot/imported/scroll_bg_fg_2.png-2b54decd69e8aff2caa33640a336d1e9.stex"] +dest_files=["res://.godot/imported/scroll_bg_fg_2.png-2b54decd69e8aff2caa33640a336d1e9.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/physics_platformer/background/scroll_bg_sky.png.import b/2d/physics_platformer/background/scroll_bg_sky.png.import index ba380af1eee..5e8aab39e70 100644 --- a/2d/physics_platformer/background/scroll_bg_sky.png.import +++ b/2d/physics_platformer/background/scroll_bg_sky.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/scroll_bg_sky.png-377ea542199b2e23d7a822ed940ea99e.stex" +type="CompressedTexture2D" +uid="uid://obtbrlptthky" +path="res://.godot/imported/scroll_bg_sky.png-377ea542199b2e23d7a822ed940ea99e.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://background/scroll_bg_sky.png" -dest_files=["res://.godot/imported/scroll_bg_sky.png-377ea542199b2e23d7a822ed940ea99e.stex"] +dest_files=["res://.godot/imported/scroll_bg_sky.png-377ea542199b2e23d7a822ed940ea99e.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/physics_platformer/coin/coin.png.import b/2d/physics_platformer/coin/coin.png.import index 0996507041c..45977d0a860 100644 --- a/2d/physics_platformer/coin/coin.png.import +++ b/2d/physics_platformer/coin/coin.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/coin.png-c9e5c2f51b2a10beb2d794afbbee004f.stex" +type="CompressedTexture2D" +uid="uid://bio1crwbvrmc2" +path="res://.godot/imported/coin.png-c9e5c2f51b2a10beb2d794afbbee004f.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://coin/coin.png" -dest_files=["res://.godot/imported/coin.png-c9e5c2f51b2a10beb2d794afbbee004f.stex"] +dest_files=["res://.godot/imported/coin.png-c9e5c2f51b2a10beb2d794afbbee004f.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/physics_platformer/enemy/enemy.gd b/2d/physics_platformer/enemy/enemy.gd index 24749398c5c..7b6d3086b06 100644 --- a/2d/physics_platformer/enemy/enemy.gd +++ b/2d/physics_platformer/enemy/enemy.gd @@ -1,5 +1,5 @@ class_name Enemy -extends RigidDynamicBody2D +extends RigidBody2D const WALK_SPEED = 50 @@ -74,12 +74,12 @@ func _pre_explode(): $Shape3.queue_free() # Stay there - mode = MODE_STATIC + #mode = MODE_STATIC ($SoundExplode as AudioStreamPlayer2D).play() func _bullet_collider(cc, s, dp): - mode = MODE_RIGID + #mode = MODE_RIGID state = State.DYING s.set_angular_velocity(sign(dp.x) * 33.0) diff --git a/2d/physics_platformer/enemy/enemy.png.import b/2d/physics_platformer/enemy/enemy.png.import index 77359bd86b0..438ebb7218c 100644 --- a/2d/physics_platformer/enemy/enemy.png.import +++ b/2d/physics_platformer/enemy/enemy.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/enemy.png-1891d9038eeed672a2459bc4e7db5910.stex" +type="CompressedTexture2D" +uid="uid://crrmmbu8k46tl" +path="res://.godot/imported/enemy.png-1891d9038eeed672a2459bc4e7db5910.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://enemy/enemy.png" -dest_files=["res://.godot/imported/enemy.png-1891d9038eeed672a2459bc4e7db5910.stex"] +dest_files=["res://.godot/imported/enemy.png-1891d9038eeed672a2459bc4e7db5910.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/physics_platformer/icon.png.import b/2d/physics_platformer/icon.png.import index 889af9df580..2d1827c60aa 100644 --- a/2d/physics_platformer/icon.png.import +++ b/2d/physics_platformer/icon.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" +type="CompressedTexture2D" +uid="uid://dv2hr3igi3roi" +path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://icon.png" -dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.stex"] +dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/physics_platformer/platform/moving_platform.gd b/2d/physics_platformer/platform/moving_platform.gd index 8e0a8ce0375..13b5c4fec22 100644 --- a/2d/physics_platformer/platform/moving_platform.gd +++ b/2d/physics_platformer/platform/moving_platform.gd @@ -14,4 +14,4 @@ func _physics_process(delta): var xf = Transform2D() xf[2]= motion * d - ($Platform as RigidDynamicBody2D).transform = xf + ($Platform as RigidBody2D).transform = xf diff --git a/2d/physics_platformer/platform/moving_platform.png.import b/2d/physics_platformer/platform/moving_platform.png.import index 7f09c289ad4..42567fbe22e 100644 --- a/2d/physics_platformer/platform/moving_platform.png.import +++ b/2d/physics_platformer/platform/moving_platform.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/moving_platform.png-7e92061cd93e8b0235df711d3782cd8c.stex" +type="CompressedTexture2D" +uid="uid://cde7btbdorp8f" +path="res://.godot/imported/moving_platform.png-7e92061cd93e8b0235df711d3782cd8c.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://platform/moving_platform.png" -dest_files=["res://.godot/imported/moving_platform.png-7e92061cd93e8b0235df711d3782cd8c.stex"] +dest_files=["res://.godot/imported/moving_platform.png-7e92061cd93e8b0235df711d3782cd8c.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/physics_platformer/platform/one_way_platform.png.import b/2d/physics_platformer/platform/one_way_platform.png.import index fbe73ab6d91..74e05f3374e 100644 --- a/2d/physics_platformer/platform/one_way_platform.png.import +++ b/2d/physics_platformer/platform/one_way_platform.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/one_way_platform.png-2865772e209813c1636a14aee8d019a3.stex" +type="CompressedTexture2D" +uid="uid://c15sicsdamq2o" +path="res://.godot/imported/one_way_platform.png-2865772e209813c1636a14aee8d019a3.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://platform/one_way_platform.png" -dest_files=["res://.godot/imported/one_way_platform.png-2865772e209813c1636a14aee8d019a3.stex"] +dest_files=["res://.godot/imported/one_way_platform.png-2865772e209813c1636a14aee8d019a3.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/physics_platformer/player/Player.tscn b/2d/physics_platformer/player/Player.tscn index 930762cb97c..28a8fd5b54b 100644 --- a/2d/physics_platformer/player/Player.tscn +++ b/2d/physics_platformer/player/Player.tscn @@ -1,31 +1,26 @@ -[gd_scene load_steps=23 format=2] +[gd_scene load_steps=20 format=3 uid="uid://bv85r3nk410cj"] -[ext_resource path="res://player/player.gd" type="Script" id=1] -[ext_resource path="res://player/robot_demo.png" type="Texture2D" id=2] -[ext_resource path="res://player/bullet.png" type="Texture2D" id=3] -[ext_resource path="res://player/osb_left.png" type="Texture2D" id=4] -[ext_resource path="res://player/osb_right.png" type="Texture2D" id=5] -[ext_resource path="res://player/osb_jump.png" type="Texture2D" id=6] -[ext_resource path="res://player/osb_fire.png" type="Texture2D" id=7] -[ext_resource path="res://audio/sound_shoot.wav" type="AudioStream" id=8] -[ext_resource path="res://audio/sound_jump.wav" type="AudioStream" id=9] +[ext_resource type="Script" path="res://player/player.gd" id="1"] +[ext_resource type="Texture2D" uid="uid://u5mto8jq4nhu" path="res://player/robot_demo.png" id="2"] +[ext_resource type="Texture2D" uid="uid://7sv64orewgmb" path="res://player/bullet.png" id="3"] +[ext_resource type="AudioStream" uid="uid://gw2a4ii0oby2" path="res://audio/sound_shoot.wav" id="8"] +[ext_resource type="AudioStream" uid="uid://bpyko2i13mj0v" path="res://audio/sound_jump.wav" id="9"] -[sub_resource type="PhysicsMaterial" id=1] +[sub_resource type="PhysicsMaterial" id="1"] friction = 0.0 -[sub_resource type="Gradient" id=2] +[sub_resource type="Gradient" id="2"] colors = PackedColorArray(0.708353, 0.72498, 1, 1, 1, 1, 1, 0) -[sub_resource type="Animation" id=3] +[sub_resource type="Animation" id="3"] length = 0.01 -loop = true step = 0.25 tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true tracks/0/path = NodePath("Sprite2D:frame") tracks/0/interp = 1 tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true tracks/0/keys = { "times": PackedFloat32Array(0), "transitions": PackedFloat32Array(1), @@ -33,16 +28,15 @@ tracks/0/keys = { "values": [22] } -[sub_resource type="Animation" id=4] +[sub_resource type="Animation" id="4"] length = 0.01 -loop = true step = 0.25 tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true tracks/0/path = NodePath("Sprite2D:frame") tracks/0/interp = 1 tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true tracks/0/keys = { "times": PackedFloat32Array(0), "transitions": PackedFloat32Array(1), @@ -50,16 +44,15 @@ tracks/0/keys = { "values": [21] } -[sub_resource type="Animation" id=5] +[sub_resource type="Animation" id="5"] length = 0.5 -loop = true step = 0.25 tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true tracks/0/path = NodePath("Sprite2D:frame") tracks/0/interp = 1 tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true tracks/0/keys = { "times": PackedFloat32Array(0), "transitions": PackedFloat32Array(1), @@ -67,16 +60,15 @@ tracks/0/keys = { "values": [26] } -[sub_resource type="Animation" id=6] +[sub_resource type="Animation" id="6"] length = 7.0 -loop = true step = 0.25 tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true tracks/0/path = NodePath("Sprite2D:frame") tracks/0/interp = 1 tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true tracks/0/keys = { "times": PackedFloat32Array(0, 1.25, 1.5, 2, 4.5, 4.75, 5, 5.25), "transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1), @@ -84,16 +76,15 @@ tracks/0/keys = { "values": [16, 17, 18, 16, 19, 20, 19, 16] } -[sub_resource type="Animation" id=7] +[sub_resource type="Animation" id="7"] length = 0.5 -loop = true step = 0.25 tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true tracks/0/path = NodePath("Sprite2D:frame") tracks/0/interp = 1 tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true tracks/0/keys = { "times": PackedFloat32Array(0), "transitions": PackedFloat32Array(1), @@ -101,16 +92,15 @@ tracks/0/keys = { "values": [25] } -[sub_resource type="Animation" id=8] +[sub_resource type="Animation" id="8"] length = 0.5 -loop = true step = 0.25 tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true tracks/0/path = NodePath("Sprite2D:frame") tracks/0/interp = 1 tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true tracks/0/keys = { "times": PackedFloat32Array(0, 0.25, 0.5), "transitions": PackedFloat32Array(1, 1, 1), @@ -118,16 +108,15 @@ tracks/0/keys = { "values": [23, 24, 23] } -[sub_resource type="Animation" id=9] +[sub_resource type="Animation" id="9"] length = 0.5 -loop = true step = 0.25 tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true tracks/0/path = NodePath("Sprite2D:frame") tracks/0/interp = 1 tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true tracks/0/keys = { "times": PackedFloat32Array(0), "transitions": PackedFloat32Array(1), @@ -135,16 +124,15 @@ tracks/0/keys = { "values": [26] } -[sub_resource type="Animation" id=10] +[sub_resource type="Animation" id="10"] length = 1.25 -loop = true step = 0.25 tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true tracks/0/path = NodePath("Sprite2D:frame") tracks/0/interp = 1 tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true tracks/0/keys = { "times": PackedFloat32Array(0, 0.25, 0.5, 0.75, 1, 1.25), "transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1), @@ -152,16 +140,15 @@ tracks/0/keys = { "values": [0, 1, 2, 3, 4, 0] } -[sub_resource type="Animation" id=11] +[sub_resource type="Animation" id="11"] length = 1.25 -loop = true step = 0.25 tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true tracks/0/path = NodePath("Sprite2D:frame") tracks/0/interp = 1 tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true tracks/0/keys = { "times": PackedFloat32Array(0, 0.25, 0.5, 0.75, 1, 1.25), "transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1), @@ -169,16 +156,15 @@ tracks/0/keys = { "values": [5, 6, 7, 8, 9, 5] } -[sub_resource type="Animation" id=12] +[sub_resource type="Animation" id="12"] length = 1.25 -loop = true step = 0.25 tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true tracks/0/path = NodePath("Sprite2D:frame") tracks/0/interp = 1 tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true tracks/0/keys = { "times": PackedFloat32Array(0, 0.25, 0.5, 0.75, 1, 1.25), "transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1), @@ -186,20 +172,32 @@ tracks/0/keys = { "values": [10, 11, 12, 13, 14, 5] } -[sub_resource type="RayShape2D" id=13] +[sub_resource type="AnimationLibrary" id="AnimationLibrary_30623"] +_data = { +"crouch": SubResource("3"), +"falling": SubResource("4"), +"falling_weapon": SubResource("5"), +"idle": SubResource("6"), +"idle_weapon": SubResource("7"), +"jumping": SubResource("8"), +"jumping_weapon": SubResource("9"), +"run": SubResource("10"), +"run_weapon": SubResource("11"), +"standing_weapon_ready": SubResource("12") +} + +[sub_resource type="SeparationRayShape2D" id="13"] custom_solver_bias = 0.5 length = 18.0 -[node name="Player" type="RigidDynamicBody2D"] -mode = 2 +[node name="Player" type="RigidBody2D"] mass = 1.5 -physics_material_override = SubResource( 1 ) +physics_material_override = SubResource("1") custom_integrator = true -contacts_reported = 3 -script = ExtResource( 1 ) +script = ExtResource("1") [node name="Sprite2D" type="Sprite2D" parent="."] -texture = ExtResource( 2 ) +texture = ExtResource("2") hframes = 16 vframes = 2 @@ -211,40 +209,28 @@ emitting = false lifetime = 0.3 one_shot = true explosiveness = 1.0 -local_coords = false -texture = ExtResource( 3 ) +texture = ExtResource("3") spread = 65.84 gravity = Vector2(0, -15) -initial_velocity = 10.14 -angular_velocity = 200.0 -angular_velocity_random = 1.0 -linear_accel = 100.0 -color_ramp = SubResource( 2 ) +color_ramp = SubResource("2") [node name="AnimationPlayer" type="AnimationPlayer" parent="."] -anims/crouch = SubResource( 3 ) -anims/falling = SubResource( 4 ) -anims/falling_weapon = SubResource( 5 ) -anims/idle = SubResource( 6 ) -anims/idle_weapon = SubResource( 7 ) -anims/jumping = SubResource( 8 ) -anims/jumping_weapon = SubResource( 9 ) -anims/run = SubResource( 10 ) -anims/run_weapon = SubResource( 11 ) -anims/standing_weapon_ready = SubResource( 12 ) +libraries = { +"": SubResource("AnimationLibrary_30623") +} -[node name="Camera3D" type="Camera2D" parent="."] +[node name="Camera2D" type="Camera2D" parent="."] current = true -zoom = Vector2(0.5, 0.5) +zoom = Vector2(2, 2) limit_left = 0 limit_top = 0 -[node name="BulletShoot" type="Position2D" parent="."] +[node name="BulletShoot" type="Marker2D" parent="."] position = Vector2(15, 2) [node name="CollisionShape2D" type="CollisionShape2D" parent="."] position = Vector2(0.15, -6) -shape = SubResource( 13 ) +shape = SubResource("13") [node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."] polygon = PackedVector2Array(-0.138, 8.25, -10, -12, 11, -12) @@ -255,7 +241,6 @@ layer = 0 [node name="Left" type="TouchScreenButton" parent="UI"] position = Vector2(27.7593, 360.87) scale = Vector2(1.49157, 1.46265) -normal = ExtResource( 4 ) passby_press = true action = "move_left" visibility_mode = 1 @@ -263,7 +248,6 @@ visibility_mode = 1 [node name="Right" type="TouchScreenButton" parent="UI"] position = Vector2(121.542, 361.415) scale = Vector2(1.49157, 1.46265) -normal = ExtResource( 5 ) passby_press = true action = "move_right" visibility_mode = 1 @@ -271,19 +255,17 @@ visibility_mode = 1 [node name="Jump" type="TouchScreenButton" parent="UI"] position = Vector2(666.224, 359.02) scale = Vector2(1.49157, 1.46265) -normal = ExtResource( 6 ) action = "jump" visibility_mode = 1 [node name="Fire" type="TouchScreenButton" parent="UI"] position = Vector2(668.073, 262.788) scale = Vector2(1.49157, 1.46265) -normal = ExtResource( 7 ) action = "shoot" visibility_mode = 1 [node name="SoundShoot" type="AudioStreamPlayer2D" parent="."] -stream = ExtResource( 8 ) +stream = ExtResource("8") [node name="SoundJump" type="AudioStreamPlayer2D" parent="."] -stream = ExtResource( 9 ) +stream = ExtResource("9") diff --git a/2d/physics_platformer/player/bullet.gd b/2d/physics_platformer/player/bullet.gd index 9b276dafd92..07e286bd7ad 100644 --- a/2d/physics_platformer/player/bullet.gd +++ b/2d/physics_platformer/player/bullet.gd @@ -1,5 +1,5 @@ class_name Bullet -extends RigidDynamicBody2D +extends RigidBody2D var disabled = false diff --git a/2d/physics_platformer/player/bullet.png.import b/2d/physics_platformer/player/bullet.png.import index c1903b57483..b5d1b5d85b0 100644 --- a/2d/physics_platformer/player/bullet.png.import +++ b/2d/physics_platformer/player/bullet.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/bullet.png-5615cb9904aab8db60fe6f48e996475f.stex" +type="CompressedTexture2D" +uid="uid://7sv64orewgmb" +path="res://.godot/imported/bullet.png-5615cb9904aab8db60fe6f48e996475f.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://player/bullet.png" -dest_files=["res://.godot/imported/bullet.png-5615cb9904aab8db60fe6f48e996475f.stex"] +dest_files=["res://.godot/imported/bullet.png-5615cb9904aab8db60fe6f48e996475f.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/physics_platformer/player/osb_fire.png.import b/2d/physics_platformer/player/osb_fire.png.import index eabd37eab3b..dc73a597d39 100644 --- a/2d/physics_platformer/player/osb_fire.png.import +++ b/2d/physics_platformer/player/osb_fire.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/osb_fire.png-67a49910acd764fd7c67429af0ad5cb8.stex" +type="CompressedTexture2D" +uid="uid://dfaohortmfvm7" +path="res://.godot/imported/osb_fire.png-67a49910acd764fd7c67429af0ad5cb8.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://player/osb_fire.png" -dest_files=["res://.godot/imported/osb_fire.png-67a49910acd764fd7c67429af0ad5cb8.stex"] +dest_files=["res://.godot/imported/osb_fire.png-67a49910acd764fd7c67429af0ad5cb8.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/physics_platformer/player/osb_jump.png.import b/2d/physics_platformer/player/osb_jump.png.import index 68050edde83..e640cb3aed4 100644 --- a/2d/physics_platformer/player/osb_jump.png.import +++ b/2d/physics_platformer/player/osb_jump.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/osb_jump.png-0d4d2b2d1a7d2c11e3e4fd800b8589ed.stex" +type="CompressedTexture2D" +uid="uid://c7ymjckh78mib" +path="res://.godot/imported/osb_jump.png-0d4d2b2d1a7d2c11e3e4fd800b8589ed.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://player/osb_jump.png" -dest_files=["res://.godot/imported/osb_jump.png-0d4d2b2d1a7d2c11e3e4fd800b8589ed.stex"] +dest_files=["res://.godot/imported/osb_jump.png-0d4d2b2d1a7d2c11e3e4fd800b8589ed.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/physics_platformer/player/osb_left.png.import b/2d/physics_platformer/player/osb_left.png.import index 1aca496792c..541ac5122b0 100644 --- a/2d/physics_platformer/player/osb_left.png.import +++ b/2d/physics_platformer/player/osb_left.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/osb_left.png-95ec3a371455889d592aa8cae0a755bc.stex" +type="CompressedTexture2D" +uid="uid://dx42eijx3d7df" +path="res://.godot/imported/osb_left.png-95ec3a371455889d592aa8cae0a755bc.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://player/osb_left.png" -dest_files=["res://.godot/imported/osb_left.png-95ec3a371455889d592aa8cae0a755bc.stex"] +dest_files=["res://.godot/imported/osb_left.png-95ec3a371455889d592aa8cae0a755bc.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/physics_platformer/player/osb_right.png.import b/2d/physics_platformer/player/osb_right.png.import index 8e4d012a157..781dcc0cfa4 100644 --- a/2d/physics_platformer/player/osb_right.png.import +++ b/2d/physics_platformer/player/osb_right.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/osb_right.png-db9bb4651315f3d42b87bd17a86cce76.stex" +type="CompressedTexture2D" +uid="uid://dykiknf7km7u4" +path="res://.godot/imported/osb_right.png-db9bb4651315f3d42b87bd17a86cce76.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://player/osb_right.png" -dest_files=["res://.godot/imported/osb_right.png-db9bb4651315f3d42b87bd17a86cce76.stex"] +dest_files=["res://.godot/imported/osb_right.png-db9bb4651315f3d42b87bd17a86cce76.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/physics_platformer/player/player.gd b/2d/physics_platformer/player/player.gd index 14abc8b1a42..872d1165182 100644 --- a/2d/physics_platformer/player/player.gd +++ b/2d/physics_platformer/player/player.gd @@ -1,5 +1,5 @@ class_name Player -extends RigidDynamicBody2D +extends RigidBody2D # Character Demo, written by Juan Linietsky. # diff --git a/2d/physics_platformer/player/robot_demo.png.import b/2d/physics_platformer/player/robot_demo.png.import index 81acae59f6f..0419b9b142a 100644 --- a/2d/physics_platformer/player/robot_demo.png.import +++ b/2d/physics_platformer/player/robot_demo.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/robot_demo.png-7165a8ae8f36b01883df6b585a93f592.stex" +type="CompressedTexture2D" +uid="uid://u5mto8jq4nhu" +path="res://.godot/imported/robot_demo.png-7165a8ae8f36b01883df6b585a93f592.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://player/robot_demo.png" -dest_files=["res://.godot/imported/robot_demo.png-7165a8ae8f36b01883df6b585a93f592.stex"] +dest_files=["res://.godot/imported/robot_demo.png-7165a8ae8f36b01883df6b585a93f592.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/physics_platformer/project.godot b/2d/physics_platformer/project.godot index 0e330a16a29..a999afa830f 100644 --- a/2d/physics_platformer/project.godot +++ b/2d/physics_platformer/project.godot @@ -6,10 +6,10 @@ ; [section] ; section goes between [] ; param=value ; assign values to parameters -config_version=4 +config_version=5 _global_script_classes=[{ -"base": "RigidDynamicBody2D", +"base": "RigidBody2D", "class": &"Bullet", "language": &"GDScript", "path": "res://player/bullet.gd" @@ -19,7 +19,7 @@ _global_script_classes=[{ "language": &"GDScript", "path": "res://coin/coin.gd" }, { -"base": "RigidDynamicBody2D", +"base": "RigidBody2D", "class": &"Enemy", "language": &"GDScript", "path": "res://enemy/enemy.gd" @@ -29,7 +29,7 @@ _global_script_classes=[{ "language": &"GDScript", "path": "res://platform/moving_platform.gd" }, { -"base": "RigidDynamicBody2D", +"base": "RigidBody2D", "class": &"Player", "language": &"GDScript", "path": "res://player/player.gd" @@ -50,22 +50,22 @@ character controllers are more powerful than CharacterBody2D, but can be more difficult to handle, as they require manual modification of the RigidDynamicBody3D velocity." run/main_scene="res://Stage.tscn" +config/features=PackedStringArray("4.0") config/icon="res://icon.png" [debug] -gdscript/completion/autocomplete_setters_and_getters=true gdscript/warnings/unsafe_property_access=true gdscript/warnings/unsafe_method_access=true gdscript/warnings/unsafe_cast=true gdscript/warnings/unsafe_call_argument=true +gdscript/completion/autocomplete_setters_and_getters=true [display] -window/size/width=800 -window/size/height=480 -window/dpi/allow_hidpi=true -window/stretch/mode="2d" +window/size/viewport_width=800 +window/size/viewport_height=480 +window/stretch/mode="canvas_items" window/stretch/aspect="keep_height" [gdnative] @@ -103,39 +103,39 @@ texture={ jump={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":0,"pressure":0.0,"pressed":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"unicode":0,"echo":false,"script":null) ] } move_left={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777231,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777231,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":14,"pressure":0.0,"pressed":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":-1.0,"script":null) ] } move_right={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777233,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777233,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":15,"pressure":0.0,"pressed":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":1.0,"script":null) ] } shoot={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":32,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":32,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":2,"pressure":0.0,"pressed":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":90,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":90,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":7,"pressure":0.0,"pressed":false,"script":null) -, Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":1,"pressed":false,"double_click":false,"script":null) +, Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":1,"pressed":false,"double_click":false,"script":null) ] } spawn={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777244,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777244,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":11,"pressure":0.0,"pressed":false,"script":null) ] } @@ -154,6 +154,7 @@ mipmap_policy=1 [rendering] +textures/canvas_textures/default_texture_filter=0 quality/driver/driver_name="GLES2" quality/intended_usage/framebuffer_allocation=0 quality/intended_usage/framebuffer_allocation.mobile=1 diff --git a/2d/physics_platformer/tiles_demo.png.import b/2d/physics_platformer/tiles_demo.png.import index bb4ee2ddec0..29ac591daaf 100644 --- a/2d/physics_platformer/tiles_demo.png.import +++ b/2d/physics_platformer/tiles_demo.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/tiles_demo.png-7ca5c7c5c02ab8abe0d585a6a8f086bd.stex" +type="CompressedTexture2D" +uid="uid://dbcdt0wqr3gd3" +path="res://.godot/imported/tiles_demo.png-7ca5c7c5c02ab8abe0d585a6a8f086bd.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://tiles_demo.png" -dest_files=["res://.godot/imported/tiles_demo.png-7ca5c7c5c02ab8abe0d585a6a8f086bd.stex"] +dest_files=["res://.godot/imported/tiles_demo.png-7ca5c7c5c02ab8abe0d585a6a8f086bd.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/physics_tests/assets/texture/godot-head.png.import b/2d/physics_tests/assets/texture/godot-head.png.import index 88082bde594..295126dc938 100644 --- a/2d/physics_tests/assets/texture/godot-head.png.import +++ b/2d/physics_tests/assets/texture/godot-head.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/2d/physics_tests/assets/tileset/tiles_demo.png.import b/2d/physics_tests/assets/tileset/tiles_demo.png.import index 2aa023875ae..91103831036 100644 --- a/2d/physics_tests/assets/tileset/tiles_demo.png.import +++ b/2d/physics_tests/assets/tileset/tiles_demo.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/2d/physics_tests/icon.png.import b/2d/physics_tests/icon.png.import index 17462ff7ce7..400067248d5 100644 --- a/2d/physics_tests/icon.png.import +++ b/2d/physics_tests/icon.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/2d/physics_tests/main.tscn b/2d/physics_tests/main.tscn index 986a41a0b25..9a98794dc76 100644 --- a/2d/physics_tests/main.tscn +++ b/2d/physics_tests/main.tscn @@ -14,116 +14,116 @@ bg_color = Color(0, 0, 0, 0.176471) [node name="Main" type="Control"] +layout_mode = 3 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 mouse_filter = 2 -script = ExtResource( "12" ) -__meta__ = { -"_edit_use_anchors_": false -} +script = ExtResource("12") [node name="TestsMenu" type="MenuButton" parent="."] +layout_mode = 0 offset_left = 10.0 offset_top = 10.0 offset_right = 125.0 offset_bottom = 30.0 text = "TESTS" flat = false -script = ExtResource( "4" ) -__meta__ = { -"_edit_use_anchors_": false -} +script = ExtResource("4") [node name="LabelControls" type="Label" parent="."] +layout_mode = 0 offset_left = 157.0 offset_top = 13.0 offset_right = 646.0 offset_bottom = 27.0 text = "P - TOGGLE PAUSE / R - RESTART / C - TOGGLE COLLISION / F - TOGGLE FULL SCREEN / ESC - QUIT" -__meta__ = { -"_edit_use_anchors_": false -} [node name="LabelFPS" type="Label" parent="."] +layout_mode = 1 +anchors_preset = 2 anchor_top = 1.0 anchor_bottom = 1.0 offset_left = 10.0 offset_top = -19.0 offset_right = 50.0 offset_bottom = -5.0 +grow_vertical = 0 text = "FPS: 0" -script = ExtResource( "1" ) -__meta__ = { -"_edit_use_anchors_": false -} +script = ExtResource("1") [node name="LabelEngine" type="Label" parent="."] +layout_mode = 1 +anchors_preset = 2 anchor_top = 1.0 anchor_bottom = 1.0 offset_left = 10.0 offset_top = -39.0 offset_right = 50.0 offset_bottom = -25.0 +grow_vertical = 0 text = "Physics engine:" -script = ExtResource( "3" ) -__meta__ = { -"_edit_use_anchors_": false -} +script = ExtResource("3") [node name="LabelVersion" type="Label" parent="."] +layout_mode = 1 +anchors_preset = 2 anchor_top = 1.0 anchor_bottom = 1.0 offset_left = 10.0 offset_top = -59.0 offset_right = 50.0 offset_bottom = -45.0 +grow_vertical = 0 text = "Godot Version:" -script = ExtResource( "2" ) -__meta__ = { -"_edit_use_anchors_": false -} +script = ExtResource("2") [node name="LabelTest" type="Label" parent="."] +layout_mode = 1 +anchors_preset = 2 anchor_top = 1.0 anchor_bottom = 1.0 offset_left = 10.0 offset_top = -79.0 offset_right = 50.0 offset_bottom = -65.0 +grow_vertical = 0 text = "Test:" -script = ExtResource( "5" ) -__meta__ = { -"_edit_use_anchors_": false -} +script = ExtResource("5") [node name="LabelPause" type="Label" parent="."] +modulate = Color(1, 1, 0, 1) +layout_mode = 1 +anchors_preset = 5 anchor_left = 0.5 -anchor_top = 1.0 anchor_right = 0.5 -anchor_bottom = 1.0 -offset_left = -20.0 -offset_top = -40.9695 -offset_right = 31.0 -offset_bottom = -26.9695 +offset_left = -62.0 +offset_top = 48.0 +offset_right = 62.0 +offset_bottom = 96.0 +grow_horizontal = 2 +theme_override_font_sizes/font_size = 32 text = "PAUSED" -script = ExtResource( "6" ) -__meta__ = { -"_edit_use_anchors_": false -} +script = ExtResource("6") [node name="PanelLog" type="Panel" parent="."] +layout_mode = 1 +anchors_preset = 3 anchor_left = 1.0 anchor_top = 1.0 anchor_right = 1.0 anchor_bottom = 1.0 -offset_left = -428.0 -offset_top = -125.0 -theme_override_styles/panel = SubResource( "1" ) -__meta__ = { -"_edit_use_anchors_": false -} +offset_left = -630.0 +offset_top = -251.0 +grow_horizontal = 0 +grow_vertical = 0 +theme_override_styles/panel = SubResource("1") [node name="ButtonClear" type="Button" parent="PanelLog"] +layout_mode = 1 +anchors_preset = 3 anchor_left = 1.0 anchor_top = 1.0 anchor_right = 1.0 @@ -132,55 +132,52 @@ offset_left = -48.0 offset_top = -25.0 offset_right = -5.0 offset_bottom = -5.0 +grow_horizontal = 0 +grow_vertical = 0 focus_mode = 0 -text = "clear" -__meta__ = { -"_edit_use_anchors_": false -} +text = "Clear" -[node name="CheckBoxScroll" type="CheckBox" parent="PanelLog"] +[node name="CheckBoxScroll" type="CheckButton" parent="PanelLog"] +layout_mode = 1 +anchors_preset = 3 anchor_left = 1.0 anchor_top = 1.0 anchor_right = 1.0 anchor_bottom = 1.0 -offset_left = -150.0 -offset_top = -27.0 -offset_right = -54.0 -offset_bottom = -3.0 +offset_left = -261.0 +offset_top = -35.0 +offset_right = -62.0 +offset_bottom = -4.0 +grow_horizontal = 0 +grow_vertical = 0 focus_mode = 0 -text = "auto-scroll" -__meta__ = { -"_edit_use_anchors_": false -} +text = "Automatic Scrolling" [node name="ScrollLog" type="ScrollContainer" parent="PanelLog"] +layout_mode = 0 offset_left = 10.0 offset_top = 5.0 -offset_right = 418.0 -offset_bottom = 94.0 -script = ExtResource( "11" ) -__meta__ = { -"_edit_use_anchors_": false -} +offset_right = 619.0 +offset_bottom = 210.0 +script = ExtResource("11") auto_scroll = true [node name="VBoxLog" type="VBoxContainer" parent="PanelLog/ScrollLog"] -offset_right = 408.0 -offset_bottom = 89.0 +layout_mode = 2 +offset_right = 609.0 +offset_bottom = 205.0 size_flags_horizontal = 3 size_flags_vertical = 3 alignment = 2 -script = ExtResource( "10" ) +script = ExtResource("10") [node name="LabelLog" type="Label" parent="PanelLog/ScrollLog/VBoxLog"] -offset_top = 63.0 -offset_right = 408.0 -offset_bottom = 89.0 +layout_mode = 2 +offset_top = 179.0 +offset_right = 609.0 +offset_bottom = 205.0 text = "Log start" max_lines_visible = 5 -__meta__ = { -"_edit_use_anchors_": false -} [connection signal="pressed" from="PanelLog/ButtonClear" to="PanelLog/ScrollLog/VBoxLog" method="clear"] [connection signal="toggled" from="PanelLog/CheckBoxScroll" to="PanelLog/ScrollLog" method="set_auto_scroll"] diff --git a/2d/physics_tests/project.godot b/2d/physics_tests/project.godot index 16e33433c18..ce076d53877 100644 --- a/2d/physics_tests/project.godot +++ b/2d/physics_tests/project.godot @@ -34,8 +34,8 @@ _global_script_class_icons={ config/name="2D Physics Tests" run/main_scene="res://main.tscn" -config/icon="res://icon.png" config/features=PackedStringArray("4.0") +config/icon="res://icon.png" [autoload] @@ -71,45 +71,45 @@ ui_down={ } toggle_full_screen={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":70,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":70,"physical_keycode":0,"unicode":0,"echo":false,"script":null) ] } exit={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777217,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777217,"physical_keycode":0,"unicode":0,"echo":false,"script":null) ] } toggle_debug_collision={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":67,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":67,"physical_keycode":0,"unicode":0,"echo":false,"script":null) ] } restart_test={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":82,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":82,"physical_keycode":0,"unicode":0,"echo":false,"script":null) ] } toggle_pause={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":80,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":80,"physical_keycode":0,"unicode":0,"echo":false,"script":null) ] } character_left={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777231,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777231,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"unicode":0,"echo":false,"script":null) ] } character_right={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777233,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777233,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"unicode":0,"echo":false,"script":null) ] } character_jump={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"unicode":0,"echo":false,"script":null) ] } diff --git a/2d/physics_tests/test.gd b/2d/physics_tests/test.gd index 715b526f682..6b1bba8640e 100644 --- a/2d/physics_tests/test.gd +++ b/2d/physics_tests/test.gd @@ -73,7 +73,7 @@ func create_rigidbody(shape, pickable = false, shape_transform = Transform2D.IDE collision.shape = shape collision.transform = shape_transform - var body = RigidDynamicBody2D.new() + var body = RigidBody2D.new() body.add_child(collision) if pickable: @@ -100,7 +100,7 @@ func create_rigidbody_box(size, pickable = false, use_icon = false, shape_transf func find_node(node_name): - var nodes = find_nodes(node_name) + var nodes = find_children(node_name) if nodes.size() > 0: return nodes[0] return null diff --git a/2d/physics_tests/tests/functional/test_character.gd b/2d/physics_tests/tests/functional/test_character.gd index 1fda3905b56..10767bc779f 100644 --- a/2d/physics_tests/tests/functional/test_character.gd +++ b/2d/physics_tests/tests/functional/test_character.gd @@ -47,28 +47,28 @@ func _ready(): options.connect(&"option_selected", Callable(self, "_on_option_selected")) options.connect(&"option_changed", Callable(self, "_on_option_changed")) - _character_body_template = find_node("CharacterBody2D") + _character_body_template = find_child("CharacterBody2D") if _character_body_template: _body_parent = _character_body_template.get_parent() _body_parent.remove_child(_character_body_template) var enabled = _body_type == E_BodyType.CHARACTER_BODY options.add_menu_item(OPTION_OBJECT_TYPE_CHARACTER, true, enabled, true) - _character_body_ray_template = find_node("CharacterBodyRay2D") + _character_body_ray_template = find_child("CharacterBodyRay2D") if _character_body_ray_template: _body_parent = _character_body_ray_template.get_parent() _body_parent.remove_child(_character_body_ray_template) var enabled = _body_type == E_BodyType.CHARACTER_BODY_RAY options.add_menu_item(OPTION_OBJECT_TYPE_CHARACTER_RAY, true, enabled, true) - _rigid_body_template = find_node("RigidDynamicBody2D") + _rigid_body_template = find_child("RigidBody2D") if _rigid_body_template: _body_parent = _rigid_body_template.get_parent() _body_parent.remove_child(_rigid_body_template) var enabled = _body_type == E_BodyType.RIGID_BODY options.add_menu_item(OPTION_OBJECT_TYPE_RIGID_BODY, true, enabled, true) - _rigid_body_ray_template = find_node("RigidBodyRay2D") + _rigid_body_ray_template = find_child("RigidBodyRay2D") if _rigid_body_ray_template: _body_parent = _rigid_body_ray_template.get_parent() _body_parent.remove_child(_rigid_body_ray_template) @@ -80,7 +80,7 @@ func _ready(): options.add_menu_item(OPTION_MOVE_CHARACTER_FLOOR_ONLY, true, _use_floor_only) options.add_menu_item(OPTION_MOVE_CHARACTER_CONSTANT_SPEED, true, _use_constant_speed) - var floor_slider = find_node("FloorMaxAngle") + var floor_slider = find_child("FloorMaxAngle") if floor_slider: floor_slider.get_node("HSlider").value = _floor_max_angle diff --git a/2d/physics_tests/tests/functional/test_character_slopes.tscn b/2d/physics_tests/tests/functional/test_character_slopes.tscn index 8775a680bff..2a5d1f5ceff 100644 --- a/2d/physics_tests/tests/functional/test_character_slopes.tscn +++ b/2d/physics_tests/tests/functional/test_character_slopes.tscn @@ -32,7 +32,7 @@ radius = 32.0 length = 64.0 [node name="Test" type="Node2D"] -script = ExtResource( "1" ) +script = ExtResource("1") _snap_distance = 32.0 _floor_max_angle = 60.0 @@ -42,11 +42,8 @@ offset_top = 79.0 offset_right = 145.0 offset_bottom = 93.0 text = "Testing: " -__meta__ = { -"_edit_use_anchors_": false -} -[node name="Options" parent="." instance=ExtResource( "3" )] +[node name="Options" parent="." instance=ExtResource("3")] [node name="LabelFloor" type="Label" parent="."] offset_left = 14.0 @@ -54,9 +51,6 @@ offset_top = 237.929 offset_right = 145.0 offset_bottom = 251.929 text = "ON FLOOR" -__meta__ = { -"_edit_use_anchors_": false -} [node name="LabelControls" type="Label" parent="."] offset_left = 14.0 @@ -65,9 +59,6 @@ offset_right = 145.0 offset_bottom = 294.291 text = "LEFT/RIGHT - MOVE UP - JUMP" -__meta__ = { -"_edit_use_anchors_": false -} [node name="FloorMaxAngle" type="HBoxContainer" parent="."] offset_left = 14.0 @@ -76,83 +67,80 @@ offset_right = 476.0 offset_bottom = 186.0 theme_override_constants/separation = 20 alignment = 2 -__meta__ = { -"_edit_use_anchors_": false -} [node name="Label" type="Label" parent="FloorMaxAngle"] -offset_right = 122.0 +layout_mode = 2 +offset_right = 123.0 offset_bottom = 26.0 text = "Floor Max angle" [node name="HSlider" type="HSlider" parent="FloorMaxAngle"] -offset_left = 142.0 -offset_right = 342.0 +layout_mode = 2 +offset_left = 143.0 +offset_right = 419.0 offset_bottom = 16.0 -rect_min_size = Vector2(200, 0) +size_flags_horizontal = 3 max_value = 180.0 -script = ExtResource( "3_cd5g0" ) +script = ExtResource("3_cd5g0") snap_step = 5.0 [node name="LabelValue" type="Label" parent="FloorMaxAngle"] -offset_left = 362.0 +layout_mode = 2 +offset_left = 439.0 offset_right = 462.0 offset_bottom = 26.0 -rect_min_size = Vector2(100, 0) text = "0.0" -script = ExtResource( "4_eoplu" ) +script = ExtResource("4_eoplu") [node name="CharacterBody2D" type="CharacterBody2D" parent="."] position = Vector2(100, 450) collision_mask = 2147483649 -script = ExtResource( "7" ) +script = ExtResource("7") [node name="CollisionShape2D" type="CollisionShape2D" parent="CharacterBody2D"] -shape = SubResource( "3" ) +shape = SubResource("3") [node name="CharacterBodyRay2D" type="CharacterBody2D" parent="."] position = Vector2(100, 450) collision_mask = 2147483649 -script = ExtResource( "7" ) +script = ExtResource("7") [node name="CollisionShape2D" type="CollisionShape2D" parent="CharacterBodyRay2D"] position = Vector2(0, -16) -shape = SubResource( "CircleShape2D_llvur" ) +shape = SubResource("CircleShape2D_llvur") [node name="CollisionShapeRay2D" type="CollisionShape2D" parent="CharacterBodyRay2D"] position = Vector2(0, -16) -shape = SubResource( "RayShape2D_3lv1w" ) +shape = SubResource("RayShape2D_3lv1w") -[node name="RigidDynamicBody2D" type="RigidDynamicBody2D" parent="."] +[node name="RigidDynamicBody2D" type="RigidBody2D" parent="."] position = Vector2(100, 450) collision_mask = 2147483649 -physics_material_override = SubResource( "1" ) -contacts_reported = 4 +physics_material_override = SubResource("1") contact_monitor = true lock_rotation = true -script = ExtResource( "6" ) +script = ExtResource("6") [node name="CollisionShape2D" type="CollisionShape2D" parent="RigidDynamicBody2D"] -shape = SubResource( "2" ) +shape = SubResource("2") -[node name="RigidBodyRay2D" type="RigidDynamicBody2D" parent="."] +[node name="RigidBodyRay2D" type="RigidBody2D" parent="."] position = Vector2(100, 450) collision_mask = 2147483649 -physics_material_override = SubResource( "1" ) -contacts_reported = 4 +physics_material_override = SubResource("1") contact_monitor = true lock_rotation = true -script = ExtResource( "6" ) +script = ExtResource("6") [node name="CollisionShape2D" type="CollisionShape2D" parent="RigidBodyRay2D"] position = Vector2(-7.62939e-06, -16) -shape = SubResource( "CircleShape2D_dr08f" ) +shape = SubResource("CircleShape2D_dr08f") [node name="CollisionShapeRay2D" type="CollisionShape2D" parent="RigidBodyRay2D"] position = Vector2(-7.62939e-06, -16) -shape = SubResource( "RayShape2D_w83f0" ) +shape = SubResource("RayShape2D_w83f0") -[node name="StaticSceneFlat" parent="." instance=ExtResource( "4" )] +[node name="StaticSceneFlat" parent="." instance=ExtResource("4")] position = Vector2(0, 12) [node name="StaticBody2D" type="StaticBody2D" parent="."] diff --git a/2d/physics_tests/tests/functional/test_collision_pairs.gd b/2d/physics_tests/tests/functional/test_collision_pairs.gd index 470b8110aef..168a7721d12 100644 --- a/2d/physics_tests/tests/functional/test_collision_pairs.gd +++ b/2d/physics_tests/tests/functional/test_collision_pairs.gd @@ -202,7 +202,7 @@ func _on_option_changed(option, checked): func _find_shape_node(type_name): - var node = $Shapes.find_node("RigidBody%s" % type_name) + var node = $Shapes.find_child("RigidBody%s" % type_name) if not node: Log.print_error("Invalid shape type: " + type_name) diff --git a/2d/physics_tests/tests/functional/test_one_way_collision.gd b/2d/physics_tests/tests/functional/test_one_way_collision.gd index 4a108759532..b150d58bd83 100644 --- a/2d/physics_tests/tests/functional/test_one_way_collision.gd +++ b/2d/physics_tests/tests/functional/test_one_way_collision.gd @@ -91,7 +91,7 @@ func _ready(): _target_area.connect(&"body_entered", Callable(self, "_on_target_entered")) $Timer.connect(&"timeout", Callable(self, "_on_timeout")) - _rigid_body_template = $RigidDynamicBody2D + _rigid_body_template = $RigidBody2D remove_child(_rigid_body_template) _character_body_template = $CharacterBody2D @@ -173,11 +173,11 @@ func _update_platform_angle(value, reset = true): _platform_angle = value if is_inside_tree(): if Engine.is_editor_hint(): - $OneWayStaticBody2D.rotation = deg2rad(value) + $OneWayStaticBody2D.rotation = deg_to_rad(value) else: if _platform_body: - _platform_body.rotation = deg2rad(value) - _platform_template.rotation = deg2rad(value) + _platform_body.rotation = deg_to_rad(value) + _platform_template.rotation = deg_to_rad(value) if reset: await _reset_test() @@ -190,13 +190,13 @@ func _update_rigidbody_angle(value, reset = true): _body_angle = value if is_inside_tree(): if Engine.is_editor_hint(): - $RigidDynamicBody2D.rotation = deg2rad(value) - $CharacterBody2D.rotation = deg2rad(value) + $RigidBody2D.rotation = deg_to_rad(value) + $CharacterBody2D.rotation = deg_to_rad(value) else: if _moving_body: - _moving_body.rotation = deg2rad(value) - _rigid_body_template.rotation = deg2rad(value) - _character_body_template.rotation = deg2rad(value) + _moving_body.rotation = deg_to_rad(value) + _rigid_body_template.rotation = deg_to_rad(value) + _character_body_template.rotation = deg_to_rad(value) if reset: await _reset_test() @@ -414,7 +414,7 @@ func _reset_test(cancel_test = true): emit_signal("all_tests_done") else: Log.print_log("*** Start around the clock tests") - _platform_body.rotation = deg2rad(_platform_angle) + _platform_body.rotation = deg_to_rad(_platform_angle) _lock_controls = true $Controls/PlatformAngle/HSlider.value = _platform_angle _lock_controls = false @@ -429,9 +429,9 @@ func _next_test(force_start = false): _moving_body = null if _test_all_angles: - var angle = rad2deg(_platform_body.rotation) + var angle = rad_to_deg(_platform_body.rotation) if angle >= _platform_angle + TEST_ALL_ANGLES_MAX: - _platform_body.rotation = deg2rad(_platform_angle) + _platform_body.rotation = deg_to_rad(_platform_angle) _lock_controls = true $Controls/PlatformAngle/HSlider.value = _platform_angle _lock_controls = false @@ -439,7 +439,7 @@ func _next_test(force_start = false): Log.print_log("*** Done all angles") else: angle = _platform_angle + _test_step * TEST_ALL_ANGLES_STEP - _platform_body.rotation = deg2rad(angle) + _platform_body.rotation = deg_to_rad(angle) _lock_controls = true $Controls/PlatformAngle/HSlider.value = angle _lock_controls = false @@ -472,7 +472,7 @@ func _on_target_entered(_body): func _should_collide(): - var platform_rotation = round(rad2deg(_platform_body.rotation)) + var platform_rotation = round(rad_to_deg(_platform_body.rotation)) var angle = fposmod(platform_rotation, 360) return angle > 180 @@ -522,7 +522,7 @@ func _set_result(): $LabelResult.text = result - var platform_angle = rad2deg(_platform_body.rotation) + var platform_angle = rad_to_deg(_platform_body.rotation) result += ": size=%.1f, angle=%.1f, body angle=%.1f" % [_platform_size, platform_angle, _body_angle] Log.print_log("Test %s" % result) diff --git a/2d/physics_tests/tests/performance/test_perf_contacts.gd b/2d/physics_tests/tests/performance/test_perf_contacts.gd index 776b0aa3a07..f9060390900 100644 --- a/2d/physics_tests/tests/performance/test_perf_contacts.gd +++ b/2d/physics_tests/tests/performance/test_perf_contacts.gd @@ -186,7 +186,7 @@ func _activate_objects(): var spawn_parent = get_node(spawn) for node_index in range(spawn_parent.get_child_count()): - var node = spawn_parent.get_child(node_index) as RigidDynamicBody2D + var node = spawn_parent.get_child(node_index) as RigidBody2D node.set_sleeping(false) diff --git a/2d/physics_tests/utils/characterbody_controller.gd b/2d/physics_tests/utils/characterbody_controller.gd index 60c3fd87a7e..899855a8e95 100644 --- a/2d/physics_tests/utils/characterbody_controller.gd +++ b/2d/physics_tests/utils/characterbody_controller.gd @@ -51,7 +51,7 @@ func _physics_process(_delta): floor_stop_on_slope = _stop_on_slope floor_block_on_wall = _move_on_floor_only floor_constant_speed = _constant_speed - floor_max_angle = deg2rad(_floor_max_angle) + floor_max_angle = deg_to_rad(_floor_max_angle) velocity = _velocity move_and_slide() _velocity = velocity diff --git a/2d/physics_tests/utils/option_menu.gd b/2d/physics_tests/utils/option_menu.gd index 5f402fd3177..c760843ee67 100644 --- a/2d/physics_tests/utils/option_menu.gd +++ b/2d/physics_tests/utils/option_menu.gd @@ -47,7 +47,7 @@ func _add_popup(parent_popup, path, label): parent_popup.add_child(popup_menu) parent_popup.add_submenu_item(label, label) - popup_menu.connect(&"index_pressed", Callable(self, "_on_item_pressed"), [popup_menu, path]) + popup_menu.index_pressed.connect(_on_item_pressed.bind(popup_menu, path)) return popup_menu diff --git a/2d/physics_tests/utils/rigidbody_controller.gd b/2d/physics_tests/utils/rigidbody_controller.gd index 1616686cb76..32f6b2fcf7b 100644 --- a/2d/physics_tests/utils/rigidbody_controller.gd +++ b/2d/physics_tests/utils/rigidbody_controller.gd @@ -1,4 +1,4 @@ -extends RigidDynamicBody2D +extends RigidBody2D var _initial_velocity = Vector2.ZERO @@ -62,11 +62,11 @@ func _integrate_forces(state): var normal = state.get_contact_local_normal(i) # Detect floor. - if acos(normal.dot(Vector2.UP)) <= deg2rad(_floor_max_angle) + 0.01: + if acos(normal.dot(Vector2.UP)) <= deg_to_rad(_floor_max_angle) + 0.01: _on_floor = true # Detect ceiling. - if acos(normal.dot(-Vector2.UP)) <= deg2rad(_floor_max_angle) + 0.01: + if acos(normal.dot(-Vector2.UP)) <= deg_to_rad(_floor_max_angle) + 0.01: _jumping = false _velocity.y = 0.0 diff --git a/2d/physics_tests/utils/rigidbody_pick.gd b/2d/physics_tests/utils/rigidbody_pick.gd index 7d8b5820f1e..4ab93aa8453 100644 --- a/2d/physics_tests/utils/rigidbody_pick.gd +++ b/2d/physics_tests/utils/rigidbody_pick.gd @@ -1,4 +1,4 @@ -extends RigidDynamicBody2D +extends RigidBody2D var _picked = false diff --git a/2d/physics_tests/utils/scroll_log.gd b/2d/physics_tests/utils/scroll_log.gd index de75842159c..ca8c5bea4da 100644 --- a/2d/physics_tests/utils/scroll_log.gd +++ b/2d/physics_tests/utils/scroll_log.gd @@ -17,4 +17,4 @@ func _process(_delta): func _on_scrolling(): auto_scroll = false - $"../CheckBoxScroll".pressed = false + $"../CheckBoxScroll".button_pressed = false diff --git a/2d/platformer/assets/art/background/cloud_1.png.import b/2d/platformer/assets/art/background/cloud_1.png.import index 995c0d05358..5893ddf860d 100644 --- a/2d/platformer/assets/art/background/cloud_1.png.import +++ b/2d/platformer/assets/art/background/cloud_1.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/cloud_1.png-03c0ad8be397b731df0dd38fa3c87727.stex" +type="CompressedTexture2D" +uid="uid://b4n7s65t0qoep" +path="res://.godot/imported/cloud_1.png-03c0ad8be397b731df0dd38fa3c87727.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://assets/art/background/cloud_1.png" -dest_files=["res://.godot/imported/cloud_1.png-03c0ad8be397b731df0dd38fa3c87727.stex"] +dest_files=["res://.godot/imported/cloud_1.png-03c0ad8be397b731df0dd38fa3c87727.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/platformer/assets/art/background/cloud_2.png.import b/2d/platformer/assets/art/background/cloud_2.png.import index 0349eebd419..421d8c1e705 100644 --- a/2d/platformer/assets/art/background/cloud_2.png.import +++ b/2d/platformer/assets/art/background/cloud_2.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/cloud_2.png-4ddf8c5bceca4aa07a8bc86d7d788e02.stex" +type="CompressedTexture2D" +uid="uid://cubkvnu4fdwki" +path="res://.godot/imported/cloud_2.png-4ddf8c5bceca4aa07a8bc86d7d788e02.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://assets/art/background/cloud_2.png" -dest_files=["res://.godot/imported/cloud_2.png-4ddf8c5bceca4aa07a8bc86d7d788e02.stex"] +dest_files=["res://.godot/imported/cloud_2.png-4ddf8c5bceca4aa07a8bc86d7d788e02.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/platformer/assets/art/background/cloud_3.png.import b/2d/platformer/assets/art/background/cloud_3.png.import index ca7d215cc32..b5af3c62721 100644 --- a/2d/platformer/assets/art/background/cloud_3.png.import +++ b/2d/platformer/assets/art/background/cloud_3.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/cloud_3.png-a1b7dc71aa84bea9cb4f78f585dcc65d.stex" +type="CompressedTexture2D" +uid="uid://5tho6j8r4eam" +path="res://.godot/imported/cloud_3.png-a1b7dc71aa84bea9cb4f78f585dcc65d.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://assets/art/background/cloud_3.png" -dest_files=["res://.godot/imported/cloud_3.png-a1b7dc71aa84bea9cb4f78f585dcc65d.stex"] +dest_files=["res://.godot/imported/cloud_3.png-a1b7dc71aa84bea9cb4f78f585dcc65d.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/platformer/assets/art/background/distant_platforms_1.png.import b/2d/platformer/assets/art/background/distant_platforms_1.png.import index 2512ddc2b21..d6c68a38645 100644 --- a/2d/platformer/assets/art/background/distant_platforms_1.png.import +++ b/2d/platformer/assets/art/background/distant_platforms_1.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/distant_platforms_1.png-7286fe6c8587b96abbbe0bc4a8cbc510.stex" +type="CompressedTexture2D" +uid="uid://smxp1wviat8" +path="res://.godot/imported/distant_platforms_1.png-7286fe6c8587b96abbbe0bc4a8cbc510.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://assets/art/background/distant_platforms_1.png" -dest_files=["res://.godot/imported/distant_platforms_1.png-7286fe6c8587b96abbbe0bc4a8cbc510.stex"] +dest_files=["res://.godot/imported/distant_platforms_1.png-7286fe6c8587b96abbbe0bc4a8cbc510.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=1 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/platformer/assets/art/background/distant_platforms_2.png.import b/2d/platformer/assets/art/background/distant_platforms_2.png.import index 138ff824e2a..5583686d536 100644 --- a/2d/platformer/assets/art/background/distant_platforms_2.png.import +++ b/2d/platformer/assets/art/background/distant_platforms_2.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/distant_platforms_2.png-ba010b30987da6d74062ce964ab450ef.stex" +type="CompressedTexture2D" +uid="uid://d003shl6ntver" +path="res://.godot/imported/distant_platforms_2.png-ba010b30987da6d74062ce964ab450ef.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://assets/art/background/distant_platforms_2.png" -dest_files=["res://.godot/imported/distant_platforms_2.png-ba010b30987da6d74062ce964ab450ef.stex"] +dest_files=["res://.godot/imported/distant_platforms_2.png-ba010b30987da6d74062ce964ab450ef.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=1 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/platformer/assets/art/background/sky.png.import b/2d/platformer/assets/art/background/sky.png.import index aff0127ea00..118364fe76c 100644 --- a/2d/platformer/assets/art/background/sky.png.import +++ b/2d/platformer/assets/art/background/sky.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/sky.png-c175b712c46edc17f2b5fc55b9de3c49.stex" +type="CompressedTexture2D" +uid="uid://cnxf4hsvrcgka" +path="res://.godot/imported/sky.png-c175b712c46edc17f2b5fc55b9de3c49.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://assets/art/background/sky.png" -dest_files=["res://.godot/imported/sky.png-c175b712c46edc17f2b5fc55b9de3c49.stex"] +dest_files=["res://.godot/imported/sky.png-c175b712c46edc17f2b5fc55b9de3c49.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=1 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/platformer/assets/art/coin/coin.png.import b/2d/platformer/assets/art/coin/coin.png.import index 2e112e903a7..2be6965ec68 100644 --- a/2d/platformer/assets/art/coin/coin.png.import +++ b/2d/platformer/assets/art/coin/coin.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/coin.png-87689993f83db6056500d4fa153313d8.stex" +type="CompressedTexture2D" +uid="uid://l42us5qso8v4" +path="res://.godot/imported/coin.png-87689993f83db6056500d4fa153313d8.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://assets/art/coin/coin.png" -dest_files=["res://.godot/imported/coin.png-87689993f83db6056500d4fa153313d8.stex"] +dest_files=["res://.godot/imported/coin.png-87689993f83db6056500d4fa153313d8.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/platformer/assets/art/enemy/enemy.png.import b/2d/platformer/assets/art/enemy/enemy.png.import index 9ee0707a921..94f8895c8eb 100644 --- a/2d/platformer/assets/art/enemy/enemy.png.import +++ b/2d/platformer/assets/art/enemy/enemy.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/enemy.png-c2f48b2558d3b68a547452306041a310.stex" +type="CompressedTexture2D" +uid="uid://dq7svs8qmf7h6" +path="res://.godot/imported/enemy.png-c2f48b2558d3b68a547452306041a310.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://assets/art/enemy/enemy.png" -dest_files=["res://.godot/imported/enemy.png-c2f48b2558d3b68a547452306041a310.stex"] +dest_files=["res://.godot/imported/enemy.png-c2f48b2558d3b68a547452306041a310.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/platformer/assets/art/platforms/moving_platform.png.import b/2d/platformer/assets/art/platforms/moving_platform.png.import index 71dddf360c1..205452a1c34 100644 --- a/2d/platformer/assets/art/platforms/moving_platform.png.import +++ b/2d/platformer/assets/art/platforms/moving_platform.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/moving_platform.png-479aa8f802d1a4964b138893ada8d372.stex" +type="CompressedTexture2D" +uid="uid://8p65ui1ydnff" +path="res://.godot/imported/moving_platform.png-479aa8f802d1a4964b138893ada8d372.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://assets/art/platforms/moving_platform.png" -dest_files=["res://.godot/imported/moving_platform.png-479aa8f802d1a4964b138893ada8d372.stex"] +dest_files=["res://.godot/imported/moving_platform.png-479aa8f802d1a4964b138893ada8d372.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/platformer/assets/art/platforms/one_way_platform.png.import b/2d/platformer/assets/art/platforms/one_way_platform.png.import index e82591e8abd..fefc8591811 100644 --- a/2d/platformer/assets/art/platforms/one_way_platform.png.import +++ b/2d/platformer/assets/art/platforms/one_way_platform.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/one_way_platform.png-aaf0179c7171228f27cb489e99e339bd.stex" +type="CompressedTexture2D" +uid="uid://dpdd5ioofxcur" +path="res://.godot/imported/one_way_platform.png-aaf0179c7171228f27cb489e99e339bd.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://assets/art/platforms/one_way_platform.png" -dest_files=["res://.godot/imported/one_way_platform.png-aaf0179c7171228f27cb489e99e339bd.stex"] +dest_files=["res://.godot/imported/one_way_platform.png-aaf0179c7171228f27cb489e99e339bd.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/platformer/assets/art/player/bullet/bullet.png.import b/2d/platformer/assets/art/player/bullet/bullet.png.import index 0461b2043e3..afa1337edaf 100644 --- a/2d/platformer/assets/art/player/bullet/bullet.png.import +++ b/2d/platformer/assets/art/player/bullet/bullet.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/bullet.png-a148438922f3743d5615622ef8134c9f.stex" +type="CompressedTexture2D" +uid="uid://c2aisfmq85suf" +path="res://.godot/imported/bullet.png-a148438922f3743d5615622ef8134c9f.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://assets/art/player/bullet/bullet.png" -dest_files=["res://.godot/imported/bullet.png-a148438922f3743d5615622ef8134c9f.stex"] +dest_files=["res://.godot/imported/bullet.png-a148438922f3743d5615622ef8134c9f.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/platformer/assets/art/player/robot_demo.png.import b/2d/platformer/assets/art/player/robot_demo.png.import index 58a9fe639e7..e86fae7eb25 100644 --- a/2d/platformer/assets/art/player/robot_demo.png.import +++ b/2d/platformer/assets/art/player/robot_demo.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/robot_demo.png-cd7cbcf6d0c47d4a233ea7ce93b142c2.stex" +type="CompressedTexture2D" +uid="uid://go76jbr7e1px" +path="res://.godot/imported/robot_demo.png-cd7cbcf6d0c47d4a233ea7ce93b142c2.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://assets/art/player/robot_demo.png" -dest_files=["res://.godot/imported/robot_demo.png-cd7cbcf6d0c47d4a233ea7ce93b142c2.stex"] +dest_files=["res://.godot/imported/robot_demo.png-cd7cbcf6d0c47d4a233ea7ce93b142c2.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/platformer/assets/art/tileset/tiles_demo.png.import b/2d/platformer/assets/art/tileset/tiles_demo.png.import index de338f8b653..1e664a5dfd0 100644 --- a/2d/platformer/assets/art/tileset/tiles_demo.png.import +++ b/2d/platformer/assets/art/tileset/tiles_demo.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/tiles_demo.png-f720a7de2b60b01f690cfa3cb881996b.stex" +type="CompressedTexture2D" +uid="uid://c1hixfwf86y2q" +path="res://.godot/imported/tiles_demo.png-f720a7de2b60b01f690cfa3cb881996b.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://assets/art/tileset/tiles_demo.png" -dest_files=["res://.godot/imported/tiles_demo.png-f720a7de2b60b01f690cfa3cb881996b.stex"] +dest_files=["res://.godot/imported/tiles_demo.png-f720a7de2b60b01f690cfa3cb881996b.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/platformer/assets/art/ui/touch_button_fire.png.import b/2d/platformer/assets/art/ui/touch_button_fire.png.import index 4c4aff632ae..486fca1785f 100644 --- a/2d/platformer/assets/art/ui/touch_button_fire.png.import +++ b/2d/platformer/assets/art/ui/touch_button_fire.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/touch_button_fire.png-8b72c42a8cb252207ce8948d4b623690.stex" +type="CompressedTexture2D" +uid="uid://dkvmtr3ieug3l" +path="res://.godot/imported/touch_button_fire.png-8b72c42a8cb252207ce8948d4b623690.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://assets/art/ui/touch_button_fire.png" -dest_files=["res://.godot/imported/touch_button_fire.png-8b72c42a8cb252207ce8948d4b623690.stex"] +dest_files=["res://.godot/imported/touch_button_fire.png-8b72c42a8cb252207ce8948d4b623690.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/platformer/assets/art/ui/touch_button_jump.png.import b/2d/platformer/assets/art/ui/touch_button_jump.png.import index 92fb5009c11..487c21fe07b 100644 --- a/2d/platformer/assets/art/ui/touch_button_jump.png.import +++ b/2d/platformer/assets/art/ui/touch_button_jump.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/touch_button_jump.png-f72afeb370538aa951853dbc52052250.stex" +type="CompressedTexture2D" +uid="uid://xbywv0ti1u0h" +path="res://.godot/imported/touch_button_jump.png-f72afeb370538aa951853dbc52052250.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://assets/art/ui/touch_button_jump.png" -dest_files=["res://.godot/imported/touch_button_jump.png-f72afeb370538aa951853dbc52052250.stex"] +dest_files=["res://.godot/imported/touch_button_jump.png-f72afeb370538aa951853dbc52052250.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/platformer/assets/art/ui/touch_button_left.png.import b/2d/platformer/assets/art/ui/touch_button_left.png.import index d4fa07a4aa3..421ef16241b 100644 --- a/2d/platformer/assets/art/ui/touch_button_left.png.import +++ b/2d/platformer/assets/art/ui/touch_button_left.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/touch_button_left.png-e48f16cfdaae98fdc92a21f20c157c53.stex" +type="CompressedTexture2D" +uid="uid://byv1xhmnegdap" +path="res://.godot/imported/touch_button_left.png-e48f16cfdaae98fdc92a21f20c157c53.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://assets/art/ui/touch_button_left.png" -dest_files=["res://.godot/imported/touch_button_left.png-e48f16cfdaae98fdc92a21f20c157c53.stex"] +dest_files=["res://.godot/imported/touch_button_left.png-e48f16cfdaae98fdc92a21f20c157c53.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/platformer/assets/art/ui/touch_button_right.png.import b/2d/platformer/assets/art/ui/touch_button_right.png.import index debca6e74e4..bf278221aea 100644 --- a/2d/platformer/assets/art/ui/touch_button_right.png.import +++ b/2d/platformer/assets/art/ui/touch_button_right.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/touch_button_right.png-74bf87a3a0fa663fbb3574844de31372.stex" +type="CompressedTexture2D" +uid="uid://byg0psif5h7ak" +path="res://.godot/imported/touch_button_right.png-74bf87a3a0fa663fbb3574844de31372.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://assets/art/ui/touch_button_right.png" -dest_files=["res://.godot/imported/touch_button_right.png-74bf87a3a0fa663fbb3574844de31372.stex"] +dest_files=["res://.godot/imported/touch_button_right.png-74bf87a3a0fa663fbb3574844de31372.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/platformer/assets/audio/music/music.ogg.import b/2d/platformer/assets/audio/music/music.ogg.import index b353131ec19..88faf849807 100644 --- a/2d/platformer/assets/audio/music/music.ogg.import +++ b/2d/platformer/assets/audio/music/music.ogg.import @@ -1,15 +1,19 @@ [remap] -importer="ogg_vorbis" -type="AudioStreamOGGVorbis" -path="res://.godot/imported/music.ogg-e27216112531ea490cdad574860a53a5.oggstr" +importer="oggvorbisstr" +type="AudioStreamOggVorbis" +uid="uid://cx6hrmvjvhkt5" +path="res://.godot/imported/music.ogg-e27216112531ea490cdad574860a53a5.oggvorbisstr" [deps] source_file="res://assets/audio/music/music.ogg" -dest_files=["res://.godot/imported/music.ogg-e27216112531ea490cdad574860a53a5.oggstr"] +dest_files=["res://.godot/imported/music.ogg-e27216112531ea490cdad574860a53a5.oggvorbisstr"] [params] loop=true loop_offset=0 +bpm=0 +beat_count=0 +bar_beats=4 diff --git a/2d/platformer/assets/audio/sfx/coin_pickup.wav.import b/2d/platformer/assets/audio/sfx/coin_pickup.wav.import index e35a454ba27..05aec83bec9 100644 --- a/2d/platformer/assets/audio/sfx/coin_pickup.wav.import +++ b/2d/platformer/assets/audio/sfx/coin_pickup.wav.import @@ -1,7 +1,8 @@ [remap] importer="wav" -type="AudioStreamSample" +type="AudioStreamWAV" +uid="uid://bw67pgdlhpqd0" path="res://.godot/imported/coin_pickup.wav-69d455f3063e30fd994846647c281aea.sample" [deps] @@ -17,5 +18,7 @@ force/max_rate=false force/max_rate_hz=44100 edit/trim=true edit/normalize=true -edit/loop=false +edit/loop_mode=0 +edit/loop_begin=0 +edit/loop_end=-1 compress/mode=0 diff --git a/2d/platformer/assets/audio/sfx/explode.wav.import b/2d/platformer/assets/audio/sfx/explode.wav.import index f90abf4f55c..885dbf47db9 100644 --- a/2d/platformer/assets/audio/sfx/explode.wav.import +++ b/2d/platformer/assets/audio/sfx/explode.wav.import @@ -1,7 +1,8 @@ [remap] importer="wav" -type="AudioStreamSample" +type="AudioStreamWAV" +uid="uid://bbxjxs8sms61b" path="res://.godot/imported/explode.wav-302a3de6d016432bf47477d337a4d553.sample" [deps] @@ -17,5 +18,7 @@ force/max_rate=false force/max_rate_hz=44100 edit/trim=true edit/normalize=true -edit/loop=false +edit/loop_mode=0 +edit/loop_begin=0 +edit/loop_end=-1 compress/mode=0 diff --git a/2d/platformer/assets/audio/sfx/hit.wav.import b/2d/platformer/assets/audio/sfx/hit.wav.import index dee6d28d8b6..8f81b3b787e 100644 --- a/2d/platformer/assets/audio/sfx/hit.wav.import +++ b/2d/platformer/assets/audio/sfx/hit.wav.import @@ -1,7 +1,8 @@ [remap] importer="wav" -type="AudioStreamSample" +type="AudioStreamWAV" +uid="uid://brtn51vs7jaet" path="res://.godot/imported/hit.wav-27e178036f6cee6545e9f025a3865a36.sample" [deps] @@ -17,5 +18,7 @@ force/max_rate=false force/max_rate_hz=44100 edit/trim=true edit/normalize=true -edit/loop=false +edit/loop_mode=0 +edit/loop_begin=0 +edit/loop_end=-1 compress/mode=0 diff --git a/2d/platformer/assets/audio/sfx/jump.wav.import b/2d/platformer/assets/audio/sfx/jump.wav.import index f32bae9a1dc..28eafef4d8f 100644 --- a/2d/platformer/assets/audio/sfx/jump.wav.import +++ b/2d/platformer/assets/audio/sfx/jump.wav.import @@ -1,7 +1,8 @@ [remap] importer="wav" -type="AudioStreamSample" +type="AudioStreamWAV" +uid="uid://i2vnokf2khqj" path="res://.godot/imported/jump.wav-127418ac4fc0b61a7fed0684053202c7.sample" [deps] @@ -17,5 +18,7 @@ force/max_rate=false force/max_rate_hz=44100 edit/trim=true edit/normalize=true -edit/loop=false +edit/loop_mode=0 +edit/loop_begin=0 +edit/loop_end=-1 compress/mode=0 diff --git a/2d/platformer/assets/audio/sfx/shoot.wav.import b/2d/platformer/assets/audio/sfx/shoot.wav.import index 384ebcfe11c..c887c22959e 100644 --- a/2d/platformer/assets/audio/sfx/shoot.wav.import +++ b/2d/platformer/assets/audio/sfx/shoot.wav.import @@ -1,7 +1,8 @@ [remap] importer="wav" -type="AudioStreamSample" +type="AudioStreamWAV" +uid="uid://bpxywy45eqgwy" path="res://.godot/imported/shoot.wav-f3ce9b4ae60220ecd3cf78df7278a10f.sample" [deps] @@ -17,5 +18,7 @@ force/max_rate=false force/max_rate_hz=44100 edit/trim=true edit/normalize=true -edit/loop=false +edit/loop_mode=0 +edit/loop_begin=0 +edit/loop_end=-1 compress/mode=0 diff --git a/2d/platformer/assets/theme/fonts/kenney_mini_square.ttf.import b/2d/platformer/assets/theme/fonts/kenney_mini_square.ttf.import new file mode 100644 index 00000000000..32284136368 --- /dev/null +++ b/2d/platformer/assets/theme/fonts/kenney_mini_square.ttf.import @@ -0,0 +1,32 @@ +[remap] + +importer="font_data_dynamic" +type="FontFile" +uid="uid://bk80b6owsrioj" +path="res://.godot/imported/kenney_mini_square.ttf-d79fb84878832e276f7b282a10aa19c8.fontdata" + +[deps] + +source_file="res://assets/theme/fonts/kenney_mini_square.ttf" +dest_files=["res://.godot/imported/kenney_mini_square.ttf-d79fb84878832e276f7b282a10aa19c8.fontdata"] + +[params] + +Rendering=null +antialiasing=1 +generate_mipmaps=false +multichannel_signed_distance_field=false +msdf_pixel_range=8 +msdf_size=48 +force_autohinter=false +hinting=1 +subpixel_positioning=1 +oversampling=0.0 +Fallbacks=null +fallbacks=[] +Compress=null +compress=true +preload=[] +language_support={} +script_support={} +opentype_features={} diff --git a/2d/platformer/assets/theme/user_interface.tres b/2d/platformer/assets/theme/user_interface.tres index 968bd7b65d7..9218df04f4c 100644 --- a/2d/platformer/assets/theme/user_interface.tres +++ b/2d/platformer/assets/theme/user_interface.tres @@ -1,83 +1,79 @@ -[gd_resource type="Theme" load_steps=8 format=2] +[gd_resource type="Theme" load_steps=7 format=3 uid="uid://chubprkmexsng"] -[ext_resource path="res://assets/theme/fonts/kenney_mini_square.tres" type="FontData" id=1] +[ext_resource type="FontFile" uid="uid://bk80b6owsrioj" path="res://assets/theme/fonts/kenney_mini_square.ttf" id="1_f0sjs"] -[sub_resource type="StyleBoxFlat" id=1] +[sub_resource type="StyleBoxFlat" id="1"] content_margin_left = 6.0 -content_margin_right = 6.0 content_margin_top = 4.0 +content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color( 0.18, 0.207, 0.279, 1 ) +bg_color = Color(0.18, 0.207, 0.279, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 border_width_bottom = 1 -border_color = Color( 0.14, 0.161, 0.217, 1 ) +border_color = Color(0.14, 0.161, 0.217, 1) -[sub_resource type="StyleBoxFlat" id=2] +[sub_resource type="StyleBoxFlat" id="2"] content_margin_left = 6.0 -content_margin_right = 6.0 content_margin_top = 4.0 +content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color( 0.15, 0.1725, 0.2325, 1 ) +bg_color = Color(0.15, 0.1725, 0.2325, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 border_width_bottom = 1 -border_color = Color( 0.41, 0.61, 0.91, 1 ) +border_color = Color(0.41, 0.61, 0.91, 1) -[sub_resource type="StyleBoxFlat" id=3] +[sub_resource type="StyleBoxFlat" id="3"] content_margin_left = 6.0 -content_margin_right = 6.0 content_margin_top = 4.0 +content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color( 0.15, 0.1725, 0.2325, 1 ) +bg_color = Color(0.15, 0.1725, 0.2325, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 border_width_bottom = 1 -border_color = Color( 0.4, 0.4225, 0.4825, 1 ) +border_color = Color(0.4, 0.4225, 0.4825, 1) -[sub_resource type="StyleBoxFlat" id=4] +[sub_resource type="StyleBoxFlat" id="4"] content_margin_left = 6.0 -content_margin_right = 6.0 content_margin_top = 4.0 +content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color( 0.15, 0.1725, 0.2325, 1 ) +bg_color = Color(0.15, 0.1725, 0.2325, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 border_width_bottom = 1 -border_color = Color( 0.125, 0.14375, 0.19375, 1 ) +border_color = Color(0.125, 0.14375, 0.19375, 1) -[sub_resource type="StyleBoxFlat" id=5] +[sub_resource type="StyleBoxFlat" id="5"] content_margin_left = 6.0 -content_margin_right = 6.0 content_margin_top = 4.0 +content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color( 0.15, 0.1725, 0.2325, 1 ) +bg_color = Color(0.15, 0.1725, 0.2325, 1) border_width_left = 1 border_width_top = 1 border_width_right = 1 border_width_bottom = 1 -border_color = Color( 0.41, 0.61, 0.91, 1 ) - -[sub_resource type="Font" id=6] -size = 30 -font_data = ExtResource( 1 ) +border_color = Color(0.41, 0.61, 0.91, 1) [resource] -default_font = SubResource( 6 ) -Button/colors/font_color = Color( 0.8, 0.8075, 0.8275, 1 ) -Button/colors/font_color_disabled = Color( 1, 1, 1, 0.3 ) -Button/colors/font_color_hover = Color( 0.88, 0.8845, 0.8965, 1 ) -Button/colors/font_color_pressed = Color( 0.411765, 0.611765, 0.909804, 1 ) -Button/colors/icon_color_hover = Color( 1.15, 1.15, 1.15, 1 ) -Button/colors/icon_color_pressed = Color( 0.4715, 0.7015, 1.0465, 1 ) +default_font = ExtResource("1_f0sjs") +Button/colors/font_color = Color(0.8, 0.8075, 0.8275, 1) +Button/colors/font_color_disabled = Color(1, 1, 1, 0.3) +Button/colors/font_color_hover = Color(0.88, 0.8845, 0.8965, 1) +Button/colors/font_color_pressed = Color(0.411765, 0.611765, 0.909804, 1) +Button/colors/icon_color_hover = Color(1.15, 1.15, 1.15, 1) +Button/colors/icon_color_pressed = Color(0.4715, 0.7015, 1.0465, 1) Button/constants/hseparation = 2 -Button/fonts/font = null -Button/styles/disabled = SubResource( 1 ) -Button/styles/focus = SubResource( 2 ) -Button/styles/hover = SubResource( 3 ) -Button/styles/normal = SubResource( 4 ) -Button/styles/pressed = SubResource( 5 ) +Button/fonts/font = ExtResource("1_f0sjs") +Button/styles/disabled = SubResource("1") +Button/styles/focus = SubResource("2") +Button/styles/hover = SubResource("3") +Button/styles/normal = SubResource("4") +Button/styles/pressed = SubResource("5") diff --git a/2d/platformer/icon.png.import b/2d/platformer/icon.png.import index 7abfc9e5fbd..6fc13e7ecbb 100644 --- a/2d/platformer/icon.png.import +++ b/2d/platformer/icon.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" +type="CompressedTexture2D" +uid="uid://dpxlcfssx0etu" +path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://icon.png" -dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.stex"] +dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/platformer/project.godot b/2d/platformer/project.godot index 5308ac8577b..8e7a528e200 100644 --- a/2d/platformer/project.godot +++ b/2d/platformer/project.godot @@ -6,7 +6,7 @@ ; [section] ; section goes between [] ; param=value ; assign values to parameters -config_version=4 +config_version=5 _global_script_classes=[{ "base": "CharacterBody2D", @@ -14,7 +14,7 @@ _global_script_classes=[{ "language": &"GDScript", "path": "res://src/Actors/Actor.gd" }, { -"base": "RigidDynamicBody2D", +"base": "RigidBody2D", "class": &"Bullet", "language": &"GDScript", "path": "res://src/Objects/Bullet.gd" @@ -29,7 +29,7 @@ _global_script_classes=[{ "language": &"GDScript", "path": "res://src/Actors/Enemy.gd" }, { -"base": "Position2D", +"base": "Marker2D", "class": &"Gun", "language": &"GDScript", "path": "res://src/Actors/Gun.gd" @@ -59,26 +59,26 @@ where the player can jump, walk on slopes, fire bullets, interact with enemies, and more. It contains one closed level, and the player is invincible, unlike the enemies." run/main_scene="res://src/Main/Game.tscn" +config/features=PackedStringArray("4.0") config/icon="res://icon.png" target_fps="60" [debug] -gdscript/completion/autocomplete_setters_and_getters=true gdscript/warnings/unsafe_property_access=true gdscript/warnings/unsafe_method_access=true gdscript/warnings/unsafe_cast=true gdscript/warnings/unsafe_call_argument=true +gdscript/completion/autocomplete_setters_and_getters=true [display] -window/size/width=800 -window/size/height=480 -window/dpi/allow_hidpi=true -window/stretch/mode="2d" +window/size/viewport_width=800 +window/size/viewport_height=480 +window/stretch/mode="canvas_items" window/stretch/aspect="keep_height" stretch/aspect="keep_height" -stretch/mode="2d" +stretch/mode="canvas_items" [gdnative] @@ -115,106 +115,106 @@ texture={ jump={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":0,"pressure":0.0,"pressed":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"unicode":0,"echo":false,"script":null) ] } move_left={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777231,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777231,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":14,"pressure":0.0,"pressed":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":-1.0,"script":null) ] } move_right={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777233,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777233,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":15,"pressure":0.0,"pressed":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":1.0,"script":null) ] } shoot={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":32,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":32,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":2,"pressure":0.0,"pressed":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":90,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":1,"pressed":false,"double_click":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777350,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777238,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":90,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":1,"pressed":false,"double_click":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777350,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777238,"physical_keycode":0,"unicode":0,"echo":false,"script":null) ] } toggle_fullscreen={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777254,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777254,"physical_keycode":0,"unicode":0,"echo":false,"script":null) ] } toggle_pause={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777217,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777217,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":11,"pressure":0.0,"pressed":false,"script":null) ] } jump_p1={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":0,"pressure":0.0,"pressed":false,"script":null) ] } move_left_p1={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":14,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":-1.0,"script":null) ] } move_right_p1={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":15,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":1.0,"script":null) ] } shoot_p1={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":90,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":32,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":90,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":32,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":2,"pressure":0.0,"pressed":false,"script":null) ] } jump_p2={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":1,"button_index":0,"pressure":0.0,"pressed":false,"script":null) ] } move_left_p2={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777231,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777231,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":1,"button_index":14,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":1,"axis":0,"axis_value":-1.0,"script":null) ] } move_right_p2={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777233,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777233,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":1,"button_index":15,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":1,"axis":0,"axis_value":1.0,"script":null) ] } shoot_p2={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777350,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777238,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777350,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777238,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":1,"button_index":2,"pressure":0.0,"pressed":false,"script":null) ] } splitscreen={ "deadzone": 0.5, "events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":10,"pressure":0.0,"pressed":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777218,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777218,"physical_keycode":0,"unicode":0,"echo":false,"script":null) ] } @@ -240,15 +240,10 @@ mipmap_policy=1 [rendering] +textures/canvas_textures/default_texture_filter=0 quality/driver/driver_name="GLES2" quality/intended_usage/framebuffer_allocation=0 quality/intended_usage/framebuffer_allocation.mobile=1 2d/snapping/use_gpu_pixel_snap=true -quality/filters/anisotropic_filter_level=2 -quality/filters/use_nearest_mipmap_filter=true quality/depth/hdr=false quality/2d/use_pixel_snap=true - -[texture_import] - -filter=false diff --git a/2d/platformer/src/Actors/Actor.gd b/2d/platformer/src/Actors/Actor.gd index 82fc198edd4..990d9eb04dc 100644 --- a/2d/platformer/src/Actors/Actor.gd +++ b/2d/platformer/src/Actors/Actor.gd @@ -10,9 +10,8 @@ extends CharacterBody2D const FLOOR_NORMAL = Vector2.UP -var _velocity = Vector2.ZERO - # _physics_process is called after the inherited _physics_process function. # This allows the Player and Enemy scenes to be affected by gravity. func _physics_process(delta): - _velocity.y += gravity * delta + velocity.y += gravity * delta + move_and_slide() diff --git a/2d/platformer/src/Actors/Enemy.gd b/2d/platformer/src/Actors/Enemy.gd index 75908271bc0..7f57c1f9dc5 100644 --- a/2d/platformer/src/Actors/Enemy.gd +++ b/2d/platformer/src/Actors/Enemy.gd @@ -18,7 +18,7 @@ var _state = State.WALKING # This function is called when the scene enters the scene tree. # We can initialize variables here. func _ready(): - _velocity.x = speed.x + velocity.x = speed.x # Physics process is a built-in loop in Godot. # If you define _physics_process on a node, Godot will call it every frame. @@ -38,19 +38,19 @@ func _ready(): func _physics_process(_delta): # If the enemy encounters a wall or an edge, the horizontal velocity is flipped. if not floor_detector_left.is_colliding(): - _velocity.x = speed.x + velocity.x = speed.x elif not floor_detector_right.is_colliding(): - _velocity.x = -speed.x + velocity.x = -speed.x if is_on_wall(): - _velocity.x *= -1 + velocity.x *= -1 # We only update the y value of _velocity as we want to handle the horizontal movement ourselves. # TODO: This information should be set to the CharacterBody properties instead of arguments. - move_and_slide(_velocity, FLOOR_NORMAL).y + move_and_slide() # We flip the Sprite2D depending on which way the enemy is moving. - if _velocity.x > 0: + if velocity.x > 0: sprite.scale.x = 1 else: sprite.scale.x = -1 @@ -62,13 +62,13 @@ func _physics_process(_delta): func destroy(): _state = State.DEAD - _velocity = Vector2.ZERO + velocity = Vector2.ZERO func get_new_animation(): var animation_new = "" if _state == State.WALKING: - if _velocity.x == 0: + if velocity.x == 0: animation_new = "idle" else: animation_new = "walk" diff --git a/2d/platformer/src/Actors/Gun.gd b/2d/platformer/src/Actors/Gun.gd index e311acba311..5d3de5d6ab6 100644 --- a/2d/platformer/src/Actors/Gun.gd +++ b/2d/platformer/src/Actors/Gun.gd @@ -1,5 +1,5 @@ class_name Gun -extends Position2D +extends Marker2D # Represents a weapon that spawns and shoots bullets. # The Cooldown timer controls the cooldown duration between shots. diff --git a/2d/platformer/src/Actors/Player.gd b/2d/platformer/src/Actors/Player.gd index ac8c055450c..ea358d1804a 100644 --- a/2d/platformer/src/Actors/Player.gd +++ b/2d/platformer/src/Actors/Player.gd @@ -57,17 +57,16 @@ func _physics_process(_delta): var direction = get_direction() - var is_jump_interrupted = Input.is_action_just_released("jump" + action_suffix) and _velocity.y < 0.0 - _velocity = calculate_move_velocity(_velocity, direction, speed, is_jump_interrupted) + var is_jump_interrupted = Input.is_action_just_released("jump" + action_suffix) and velocity.y < 0.0 + velocity = calculate_move_velocity(velocity, direction, speed, is_jump_interrupted) var snap_vector = Vector2.ZERO if direction.y == 0.0: snap_vector = Vector2.DOWN * FLOOR_DETECT_DISTANCE var is_on_platform = platform_detector.is_colliding() # TODO: This information should be set to the CharacterBody properties instead of arguments. - move_and_slide( - _velocity, snap_vector, FLOOR_NORMAL, not is_on_platform, 4, 0.9, false - ) + move_and_slide() + #velocity, snap_vector, FLOOR_NORMAL, not is_on_platform, 4, 0.9, false # When the character’s direction changes, we want to to scale the Sprite2D accordingly to flip it. # This will make Robi face left or right depending on the direction you move. @@ -107,26 +106,25 @@ func calculate_move_velocity( speed, is_jump_interrupted ): - var velocity = linear_velocity - velocity.x = speed.x * direction.x + linear_velocity.x = speed.x * direction.x if direction.y != 0.0: - velocity.y = speed.y * direction.y + linear_velocity.y = speed.y * direction.y if is_jump_interrupted: # Decrease the Y velocity by multiplying it, but don't set it to 0 # as to not be too abrupt. - velocity.y *= 0.6 - return velocity + linear_velocity.y *= 0.6 + return linear_velocity func get_new_animation(is_shooting = false): var animation_new = "" if is_on_floor(): - if abs(_velocity.x) > 0.1: + if abs(velocity.x) > 0.1: animation_new = "run" else: animation_new = "idle" else: - if _velocity.y > 0: + if velocity.y > 0: animation_new = "falling" else: animation_new = "jumping" diff --git a/2d/platformer/src/Main/Game.gd b/2d/platformer/src/Main/Game.gd index 890522242af..1a4d5978033 100644 --- a/2d/platformer/src/Main/Game.gd +++ b/2d/platformer/src/Main/Game.gd @@ -8,13 +8,8 @@ extends Node @onready var _pause_menu = $InterfaceLayer/PauseMenu -func _init(): - OS.min_window_size = OS.window_size - OS.max_window_size = OS.get_screen_size() - - func _notification(what): - if what == NOTIFICATION_WM_QUIT_REQUEST: + if what == NOTIFICATION_WM_CLOSE_REQUEST: # We need to clean up a little bit first to avoid SubViewport errors. if name == "Splitscreen": $Black/SplitContainer/ViewportContainer1.free() diff --git a/2d/platformer/src/Main/Game.tscn b/2d/platformer/src/Main/Game.tscn index fb659d011c2..08deb37cf66 100644 --- a/2d/platformer/src/Main/Game.tscn +++ b/2d/platformer/src/Main/Game.tscn @@ -1,20 +1,22 @@ -[gd_scene load_steps=5 format=2] +[gd_scene load_steps=5 format=3 uid="uid://b0qd6b4ipb0iv"] -[ext_resource path="res://src/UserInterface/PauseMenu.tscn" type="PackedScene" id=1] -[ext_resource path="res://src/Main/Game.gd" type="Script" id=2] -[ext_resource path="res://src/Level/Level.tscn" type="PackedScene" id=3] -[ext_resource path="res://src/Actors/Player.tscn" type="PackedScene" id=4] +[ext_resource type="PackedScene" path="res://src/UserInterface/PauseMenu.tscn" id="1"] +[ext_resource type="Script" path="res://src/Main/Game.gd" id="2"] +[ext_resource type="PackedScene" path="res://src/Level/Level.tscn" id="3"] +[ext_resource type="PackedScene" path="res://src/Actors/Player.tscn" id="4"] [node name="Game" type="Node"] process_mode = 3 -script = ExtResource( 2 ) +script = ExtResource("2") -[node name="Level" parent="." instance=ExtResource( 3 )] +[node name="Level" parent="." instance=ExtResource("3")] -[node name="Player" parent="Level" instance=ExtResource( 4 )] +[node name="Player" parent="Level" instance=ExtResource("4")] position = Vector2(90, 546) [node name="InterfaceLayer" type="CanvasLayer" parent="."] layer = 100 -[node name="PauseMenu" parent="InterfaceLayer" instance=ExtResource( 1 )] +[node name="PauseMenu" parent="InterfaceLayer" instance=ExtResource("1")] +layout_mode = 3 +anchors_preset = 15 diff --git a/2d/platformer/src/Objects/Bullet.gd b/2d/platformer/src/Objects/Bullet.gd index adbfd0786f9..7b35e9fe543 100644 --- a/2d/platformer/src/Objects/Bullet.gd +++ b/2d/platformer/src/Objects/Bullet.gd @@ -1,5 +1,5 @@ class_name Bullet -extends RigidDynamicBody2D +extends RigidBody2D @onready var animation_player = $AnimationPlayer diff --git a/2d/platformer/src/UserInterface/PauseMenu.gd b/2d/platformer/src/UserInterface/PauseMenu.gd index 2cc5160f73c..e022c9b5fc4 100644 --- a/2d/platformer/src/UserInterface/PauseMenu.gd +++ b/2d/platformer/src/UserInterface/PauseMenu.gd @@ -49,7 +49,7 @@ func _on_ResumeButton_pressed(): func _on_QuitButton_pressed(): - scene_root.notification(NOTIFICATION_WM_QUIT_REQUEST) + scene_root.notification(NOTIFICATION_WM_CLOSE_REQUEST) get_tree().quit() diff --git a/2d/platformer/src/UserInterface/PauseMenu.tscn b/2d/platformer/src/UserInterface/PauseMenu.tscn index 9113bead990..3b480f85226 100644 --- a/2d/platformer/src/UserInterface/PauseMenu.tscn +++ b/2d/platformer/src/UserInterface/PauseMenu.tscn @@ -1,90 +1,81 @@ -[gd_scene load_steps=6 format=2] +[gd_scene load_steps=4 format=3 uid="uid://0oqbyhiw1abi"] -[ext_resource path="res://assets/theme/user_interface.tres" type="Theme" id=1] -[ext_resource path="res://src/UserInterface/PauseMenu.gd" type="Script" id=2] -[ext_resource path="res://assets/theme/fonts/kenney_mini_square.tres" type="FontData" id=3] -[ext_resource path="res://src/UserInterface/CoinsCounter.tscn" type="PackedScene" id=4] - -[sub_resource type="Font" id=1] -size = 44 -font_data = ExtResource( 3 ) +[ext_resource type="Theme" uid="uid://chubprkmexsng" path="res://assets/theme/user_interface.tres" id="1"] +[ext_resource type="Script" path="res://src/UserInterface/PauseMenu.gd" id="2"] +[ext_resource type="PackedScene" path="res://src/UserInterface/CoinsCounter.tscn" id="4"] [node name="PauseMenu" type="Control"] process_mode = 3 +layout_mode = 3 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 -theme = ExtResource( 1 ) -script = ExtResource( 2 ) -__meta__ = { -"_edit_use_anchors_": false -} +theme = ExtResource("1") +script = ExtResource("2") [node name="ColorRect" type="ColorRect" parent="."] +layout_mode = 1 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 color = Color(0, 0, 0, 0.294118) -__meta__ = { -"_edit_use_anchors_": false -} [node name="CenterContainer" type="CenterContainer" parent="ColorRect"] +layout_mode = 1 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 -__meta__ = { -"_edit_use_anchors_": false -} [node name="VBoxContainer" type="VBoxContainer" parent="ColorRect/CenterContainer"] -offset_left = 250.0 -offset_top = 140.0 -offset_right = 550.0 -offset_bottom = 340.0 -rect_min_size = Vector2(300, 200) -custom_constants/separation = 6 +layout_mode = 2 +offset_left = 347.0 +offset_top = 194.0 +offset_right = 453.0 +offset_bottom = 285.0 alignment = 1 -__meta__ = { -"_edit_use_anchors_": false -} [node name="Label" type="Label" parent="ColorRect/CenterContainer/VBoxContainer"] -offset_top = 7.0 -offset_right = 300.0 -offset_bottom = 62.0 -custom_fonts/font = SubResource( 1 ) +layout_mode = 2 +offset_right = 106.0 +offset_bottom = 23.0 text = "Game Paused" -align = 1 -valign = 1 [node name="MarginContainer" type="MarginContainer" parent="ColorRect/CenterContainer/VBoxContainer"] -offset_top = 68.0 -offset_right = 300.0 -offset_bottom = 88.0 -rect_min_size = Vector2(0, 20) +layout_mode = 2 +offset_top = 27.0 +offset_right = 106.0 +offset_bottom = 27.0 [node name="ResumeButton" type="Button" parent="ColorRect/CenterContainer/VBoxContainer"] -offset_left = 60.0 -offset_top = 94.0 -offset_right = 240.0 -offset_bottom = 140.0 -rect_min_size = Vector2(180, 40) +layout_mode = 2 +offset_left = 16.0 +offset_top = 31.0 +offset_right = 90.0 +offset_bottom = 59.0 size_flags_horizontal = 4 text = "Resume" [node name="QuitButton" type="Button" parent="ColorRect/CenterContainer/VBoxContainer"] -offset_left = 60.0 -offset_top = 146.0 -offset_right = 240.0 -offset_bottom = 192.0 -rect_min_size = Vector2(180, 40) +layout_mode = 2 +offset_left = 31.0 +offset_top = 63.0 +offset_right = 75.0 +offset_bottom = 91.0 size_flags_horizontal = 4 text = "Quit" -[node name="CoinsCounter" parent="ColorRect" instance=ExtResource( 4 )] +[node name="CoinsCounter" parent="ColorRect" instance=ExtResource("4")] +layout_mode = 0 offset_right = 105.0 offset_bottom = 50.0 [node name="Tween" type="Tween" parent="."] +_import_path = NodePath("") +unique_name_in_owner = false +process_mode = 0 +process_priority = 0 +editor_description = "" +script = null [connection signal="pressed" from="ColorRect/CenterContainer/VBoxContainer/ResumeButton" to="." method="_on_ResumeButton_pressed"] [connection signal="pressed" from="ColorRect/CenterContainer/VBoxContainer/QuitButton" to="." method="_on_QuitButton_pressed"] -[connection signal="tween_all_completed" from="Tween" to="." method="_on_Tween_all_completed"] diff --git a/2d/pong/ball.png.import b/2d/pong/ball.png.import index 56465ac1365..0526217d912 100644 --- a/2d/pong/ball.png.import +++ b/2d/pong/ball.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/2d/pong/icon.png.import b/2d/pong/icon.png.import index f24b7636452..2f7ca52fae7 100644 --- a/2d/pong/icon.png.import +++ b/2d/pong/icon.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/2d/pong/paddle.png.import b/2d/pong/paddle.png.import index be5e113b6f7..a59ade3efbd 100644 --- a/2d/pong/paddle.png.import +++ b/2d/pong/paddle.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/2d/pong/pong.tscn b/2d/pong/pong.tscn index 2e88016946a..7d78ccd2948 100644 --- a/2d/pong/pong.tscn +++ b/2d/pong/pong.tscn @@ -30,67 +30,67 @@ color = Color(0.141176, 0.152941, 0.164706, 1) [node name="Left" type="Area2D" parent="."] modulate = Color(0, 1, 1, 1) position = Vector2(67.6285, 192.594) -script = ExtResource( "1" ) +script = ExtResource("1") [node name="Sprite2D" type="Sprite2D" parent="Left"] -texture = ExtResource( "2" ) +texture = ExtResource("2") [node name="Collision" type="CollisionShape2D" parent="Left"] -shape = SubResource( "1" ) +shape = SubResource("1") [node name="Right" type="Area2D" parent="."] modulate = Color(1, 0, 1, 1) position = Vector2(563.815, 188.919) -script = ExtResource( "1" ) +script = ExtResource("1") [node name="Sprite2D" type="Sprite2D" parent="Right"] -texture = ExtResource( "2" ) +texture = ExtResource("2") [node name="Collision" type="CollisionShape2D" parent="Right"] -shape = SubResource( "1" ) +shape = SubResource("1") [node name="Ball" type="Area2D" parent="."] position = Vector2(320.5, 191.124) -script = ExtResource( "4" ) +script = ExtResource("4") [node name="Sprite2D" type="Sprite2D" parent="Ball"] -texture = ExtResource( "5" ) +texture = ExtResource("5") [node name="Collision" type="CollisionShape2D" parent="Ball"] -shape = SubResource( "2" ) +shape = SubResource("2") [node name="Separator" type="Sprite2D" parent="."] position = Vector2(320, 200) -texture = ExtResource( "6" ) +texture = ExtResource("6") [node name="LeftWall" type="Area2D" parent="."] position = Vector2(-10, 200) -script = ExtResource( "7" ) +script = ExtResource("7") [node name="Collision" type="CollisionShape2D" parent="LeftWall"] -shape = SubResource( "3" ) +shape = SubResource("3") [node name="RightWall" type="Area2D" parent="."] position = Vector2(650, 200) -script = ExtResource( "7" ) +script = ExtResource("7") [node name="Collision" type="CollisionShape2D" parent="RightWall"] -shape = SubResource( "3" ) +shape = SubResource("3") [node name="Ceiling" type="Area2D" parent="."] position = Vector2(320, -10) -script = ExtResource( "8" ) +script = ExtResource("8") [node name="Collision" type="CollisionShape2D" parent="Ceiling"] -shape = SubResource( "4" ) +shape = SubResource("4") [node name="Floor" type="Area2D" parent="."] position = Vector2(320, 410) -script = ExtResource( "8" ) +script = ExtResource("8") _bounce_direction = -1 [node name="Collision" type="CollisionShape2D" parent="Floor"] -shape = SubResource( "4" ) +shape = SubResource("4") [node name="Camera2D" type="Camera2D" parent="."] offset = Vector2(320, 200) diff --git a/2d/pong/project.godot b/2d/pong/project.godot index fd2d7213394..2e39642ccc0 100644 --- a/2d/pong/project.godot +++ b/2d/pong/project.godot @@ -14,8 +14,8 @@ config/name="Pong with GDScript" config/description="A simple Pong game. This demo shows best practices for game development in Godot, including signals." run/main_scene="pong.tscn" -config/icon="res://icon.png" config/features=PackedStringArray("4.0") +config/icon="res://icon.png" [display] @@ -28,30 +28,30 @@ window/stretch/aspect="expand" left_move_down={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":90,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":90,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":13,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":1.0,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":83,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":83,"physical_keycode":0,"unicode":0,"echo":false,"script":null) ] } left_move_up={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":12,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":-1.0,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"unicode":0,"echo":false,"script":null) ] } right_move_down={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777234,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777234,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":1,"button_index":13,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":1,"axis":1,"axis_value":1.0,"script":null) ] } right_move_up={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":1,"button_index":12,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":1,"axis":1,"axis_value":-1.0,"script":null) ] diff --git a/2d/pong/separator.png.import b/2d/pong/separator.png.import index 6900685b679..d30b8ed60cd 100644 --- a/2d/pong/separator.png.import +++ b/2d/pong/separator.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/2d/role_playing_game/combat/combatants/sprites/blue.png.import b/2d/role_playing_game/combat/combatants/sprites/blue.png.import index 87618c92de9..2020a2c6779 100644 --- a/2d/role_playing_game/combat/combatants/sprites/blue.png.import +++ b/2d/role_playing_game/combat/combatants/sprites/blue.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/blue.png-8092cf6d59f8b71b187a850a15aa9759.stex" +type="CompressedTexture2D" +uid="uid://cxy3q53ko8jyl" +path="res://.godot/imported/blue.png-8092cf6d59f8b71b187a850a15aa9759.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://combat/combatants/sprites/blue.png" -dest_files=["res://.godot/imported/blue.png-8092cf6d59f8b71b187a850a15aa9759.stex"] +dest_files=["res://.godot/imported/blue.png-8092cf6d59f8b71b187a850a15aa9759.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/role_playing_game/combat/combatants/sprites/green.png.import b/2d/role_playing_game/combat/combatants/sprites/green.png.import index e48b3295728..ddd3f070966 100644 --- a/2d/role_playing_game/combat/combatants/sprites/green.png.import +++ b/2d/role_playing_game/combat/combatants/sprites/green.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/green.png-d2deadceb974a66b9f9b9df11dc41501.stex" +type="CompressedTexture2D" +uid="uid://cs6ckyweue8so" +path="res://.godot/imported/green.png-d2deadceb974a66b9f9b9df11dc41501.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://combat/combatants/sprites/green.png" -dest_files=["res://.godot/imported/green.png-d2deadceb974a66b9f9b9df11dc41501.stex"] +dest_files=["res://.godot/imported/green.png-d2deadceb974a66b9f9b9df11dc41501.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/role_playing_game/combat/combatants/sprites/shadow.png.import b/2d/role_playing_game/combat/combatants/sprites/shadow.png.import index bed158ffa23..e76af57ebd6 100644 --- a/2d/role_playing_game/combat/combatants/sprites/shadow.png.import +++ b/2d/role_playing_game/combat/combatants/sprites/shadow.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/shadow.png-d8772fa49c8867b55809e76164b76188.stex" +type="CompressedTexture2D" +uid="uid://cerhyipby6ing" +path="res://.godot/imported/shadow.png-d8772fa49c8867b55809e76164b76188.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://combat/combatants/sprites/shadow.png" -dest_files=["res://.godot/imported/shadow.png-d8772fa49c8867b55809e76164b76188.stex"] +dest_files=["res://.godot/imported/shadow.png-d8772fa49c8867b55809e76164b76188.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/role_playing_game/grid_movement/grid/lines/grid_lines.png.import b/2d/role_playing_game/grid_movement/grid/lines/grid_lines.png.import index d22a0bcd51c..0f1a1559e81 100644 --- a/2d/role_playing_game/grid_movement/grid/lines/grid_lines.png.import +++ b/2d/role_playing_game/grid_movement/grid/lines/grid_lines.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/grid_lines.png-52aa706884a3dba960110e63cdf54a8c.stex" +type="CompressedTexture2D" +uid="uid://5auocr6oymg0" +path="res://.godot/imported/grid_lines.png-52aa706884a3dba960110e63cdf54a8c.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://grid_movement/grid/lines/grid_lines.png" -dest_files=["res://.godot/imported/grid_lines.png-52aa706884a3dba960110e63cdf54a8c.stex"] +dest_files=["res://.godot/imported/grid_lines.png-52aa706884a3dba960110e63cdf54a8c.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/role_playing_game/grid_movement/grid/tiles/actor.png.import b/2d/role_playing_game/grid_movement/grid/tiles/actor.png.import index a466d47d6c8..62a79060937 100644 --- a/2d/role_playing_game/grid_movement/grid/tiles/actor.png.import +++ b/2d/role_playing_game/grid_movement/grid/tiles/actor.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/actor.png-c322bfa3077f1c55a7d6251f76155bcc.stex" +type="CompressedTexture2D" +uid="uid://cwcoslr2bhal4" +path="res://.godot/imported/actor.png-c322bfa3077f1c55a7d6251f76155bcc.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://grid_movement/grid/tiles/actor.png" -dest_files=["res://.godot/imported/actor.png-c322bfa3077f1c55a7d6251f76155bcc.stex"] +dest_files=["res://.godot/imported/actor.png-c322bfa3077f1c55a7d6251f76155bcc.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/role_playing_game/grid_movement/grid/tiles/object.png.import b/2d/role_playing_game/grid_movement/grid/tiles/object.png.import index 427d5621db2..2347b3862c8 100644 --- a/2d/role_playing_game/grid_movement/grid/tiles/object.png.import +++ b/2d/role_playing_game/grid_movement/grid/tiles/object.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/object.png-105b8788e1883723a96438fd97d5db23.stex" +type="CompressedTexture2D" +uid="uid://dxm20bh3ttr8i" +path="res://.godot/imported/object.png-105b8788e1883723a96438fd97d5db23.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://grid_movement/grid/tiles/object.png" -dest_files=["res://.godot/imported/object.png-105b8788e1883723a96438fd97d5db23.stex"] +dest_files=["res://.godot/imported/object.png-105b8788e1883723a96438fd97d5db23.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/role_playing_game/grid_movement/grid/tiles/obstacle.png.import b/2d/role_playing_game/grid_movement/grid/tiles/obstacle.png.import index 7de9c3aa0a2..4c9fc8245fe 100644 --- a/2d/role_playing_game/grid_movement/grid/tiles/obstacle.png.import +++ b/2d/role_playing_game/grid_movement/grid/tiles/obstacle.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/obstacle.png-bd15bb10c9507019dfb2cad5661bca49.stex" +type="CompressedTexture2D" +uid="uid://tn1hwx3e1aq1" +path="res://.godot/imported/obstacle.png-bd15bb10c9507019dfb2cad5661bca49.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://grid_movement/grid/tiles/obstacle.png" -dest_files=["res://.godot/imported/obstacle.png-bd15bb10c9507019dfb2cad5661bca49.stex"] +dest_files=["res://.godot/imported/obstacle.png-bd15bb10c9507019dfb2cad5661bca49.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/role_playing_game/grid_movement/pawns/character.png.import b/2d/role_playing_game/grid_movement/pawns/character.png.import index 154a4340334..715cdd39c37 100644 --- a/2d/role_playing_game/grid_movement/pawns/character.png.import +++ b/2d/role_playing_game/grid_movement/pawns/character.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/character.png-5e19af0401d52b4620fb84d898126e01.stex" +type="CompressedTexture2D" +uid="uid://cvq2gombrrjmr" +path="res://.godot/imported/character.png-5e19af0401d52b4620fb84d898126e01.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://grid_movement/pawns/character.png" -dest_files=["res://.godot/imported/character.png-5e19af0401d52b4620fb84d898126e01.stex"] +dest_files=["res://.godot/imported/character.png-5e19af0401d52b4620fb84d898126e01.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/role_playing_game/icon.png.import b/2d/role_playing_game/icon.png.import index 889af9df580..f79b2b07ca4 100644 --- a/2d/role_playing_game/icon.png.import +++ b/2d/role_playing_game/icon.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" +type="CompressedTexture2D" +uid="uid://cio5xcyg22hvu" +path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://icon.png" -dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.stex"] +dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/role_playing_game/icon.svg.import b/2d/role_playing_game/icon.svg.import index a85d0764abb..a21166a7f01 100644 --- a/2d/role_playing_game/icon.svg.import +++ b/2d/role_playing_game/icon.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.stex" +type="CompressedTexture2D" +uid="uid://chmyk1sf2kyc3" +path="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,27 @@ metadata={ [deps] source_file="res://icon.svg" -dest_files=["res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.stex"] +dest_files=["res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/2d/role_playing_game/project.godot b/2d/role_playing_game/project.godot index 34653b6a857..3d5abb6da58 100644 --- a/2d/role_playing_game/project.godot +++ b/2d/role_playing_game/project.godot @@ -6,7 +6,7 @@ ; [section] ; section goes between [] ; param=value ; assign values to parameters -config_version=4 +config_version=5 _global_script_classes=[{ "base": "Node", @@ -31,46 +31,46 @@ config/description="This shows a method of creating grid-based movement with God and GDScript. It also includes a simple JRPG-style dialogue and battle system on top of it." run/main_scene="res://Game.tscn" +config/features=PackedStringArray("4.0") config/icon="res://icon.png" [display] -window/size/width=1280 -window/size/height=720 -window/dpi/allow_hidpi=true -window/stretch/mode="2d" +window/size/viewport_width=1280 +window/size/viewport_height=720 +window/stretch/mode="canvas_items" window/stretch/aspect="expand" [input] ui_left={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777231,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777231,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":14,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":-1.0,"script":null) ] } ui_right={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777233,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777233,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":15,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":1.0,"script":null) ] } ui_up={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":12,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":-1.0,"script":null) ] } ui_down={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":83,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777234,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":83,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777234,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":13,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":1.0,"script":null) ] diff --git a/2d/role_playing_game/theme/fonts/Montserrat-ExtraBold.otf.import b/2d/role_playing_game/theme/fonts/Montserrat-ExtraBold.otf.import new file mode 100644 index 00000000000..f09c020a156 --- /dev/null +++ b/2d/role_playing_game/theme/fonts/Montserrat-ExtraBold.otf.import @@ -0,0 +1,32 @@ +[remap] + +importer="font_data_dynamic" +type="FontFile" +uid="uid://c7r2xnh0p8nvu" +path="res://.godot/imported/Montserrat-ExtraBold.otf-9da8a825f71d3b8ee9ad59186ea4e636.fontdata" + +[deps] + +source_file="res://theme/fonts/Montserrat-ExtraBold.otf" +dest_files=["res://.godot/imported/Montserrat-ExtraBold.otf-9da8a825f71d3b8ee9ad59186ea4e636.fontdata"] + +[params] + +Rendering=null +antialiasing=1 +generate_mipmaps=false +multichannel_signed_distance_field=false +msdf_pixel_range=8 +msdf_size=48 +force_autohinter=false +hinting=1 +subpixel_positioning=1 +oversampling=0.0 +Fallbacks=null +fallbacks=[] +Compress=null +compress=true +preload=[] +language_support={} +script_support={} +opentype_features={} diff --git a/2d/role_playing_game/theme/images/background.png.import b/2d/role_playing_game/theme/images/background.png.import index 4a590126d3d..c5998e1d4cb 100644 --- a/2d/role_playing_game/theme/images/background.png.import +++ b/2d/role_playing_game/theme/images/background.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/background.png-18a7ab092343a1a2d858e1a344411242.stex" +type="CompressedTexture2D" +uid="uid://4spycrcmn8ek" +path="res://.godot/imported/background.png-18a7ab092343a1a2d858e1a344411242.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://theme/images/background.png" -dest_files=["res://.godot/imported/background.png-18a7ab092343a1a2d858e1a344411242.stex"] +dest_files=["res://.godot/imported/background.png-18a7ab092343a1a2d858e1a344411242.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/role_playing_game/theme/images/button_rect.png.import b/2d/role_playing_game/theme/images/button_rect.png.import index 1799121d1d3..dd08969fb20 100644 --- a/2d/role_playing_game/theme/images/button_rect.png.import +++ b/2d/role_playing_game/theme/images/button_rect.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/button_rect.png-b2c41a1b80f4932c0e158cb00f0366e3.stex" +type="CompressedTexture2D" +uid="uid://ckr4y26la355n" +path="res://.godot/imported/button_rect.png-b2c41a1b80f4932c0e158cb00f0366e3.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://theme/images/button_rect.png" -dest_files=["res://.godot/imported/button_rect.png-b2c41a1b80f4932c0e158cb00f0366e3.stex"] +dest_files=["res://.godot/imported/button_rect.png-b2c41a1b80f4932c0e158cb00f0366e3.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/role_playing_game/theme/images/button_rect_pressed.png.import b/2d/role_playing_game/theme/images/button_rect_pressed.png.import index b4bc3f0f839..207a914f15d 100644 --- a/2d/role_playing_game/theme/images/button_rect_pressed.png.import +++ b/2d/role_playing_game/theme/images/button_rect_pressed.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/button_rect_pressed.png-412a6dd553cfc471e5f96826ccf6d434.stex" +type="CompressedTexture2D" +uid="uid://lqmfou7byece" +path="res://.godot/imported/button_rect_pressed.png-412a6dd553cfc471e5f96826ccf6d434.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://theme/images/button_rect_pressed.png" -dest_files=["res://.godot/imported/button_rect_pressed.png-412a6dd553cfc471e5f96826ccf6d434.stex"] +dest_files=["res://.godot/imported/button_rect_pressed.png-412a6dd553cfc471e5f96826ccf6d434.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/role_playing_game/theme/images/foreground_blue.png.import b/2d/role_playing_game/theme/images/foreground_blue.png.import index 65bccbba7f3..11b957bf730 100644 --- a/2d/role_playing_game/theme/images/foreground_blue.png.import +++ b/2d/role_playing_game/theme/images/foreground_blue.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/foreground_blue.png-35d7e9646fc1e18e8f56dc08539244f0.stex" +type="CompressedTexture2D" +uid="uid://bcwsn6cqmfbjw" +path="res://.godot/imported/foreground_blue.png-35d7e9646fc1e18e8f56dc08539244f0.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://theme/images/foreground_blue.png" -dest_files=["res://.godot/imported/foreground_blue.png-35d7e9646fc1e18e8f56dc08539244f0.stex"] +dest_files=["res://.godot/imported/foreground_blue.png-35d7e9646fc1e18e8f56dc08539244f0.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/role_playing_game/theme/images/foreground_red.png.import b/2d/role_playing_game/theme/images/foreground_red.png.import index b57c8601c99..ebb5868af57 100644 --- a/2d/role_playing_game/theme/images/foreground_red.png.import +++ b/2d/role_playing_game/theme/images/foreground_red.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/foreground_red.png-c23ba55805336ffe255b2be9b971baee.stex" +type="CompressedTexture2D" +uid="uid://c22hdicaajt02" +path="res://.godot/imported/foreground_red.png-c23ba55805336ffe255b2be9b971baee.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://theme/images/foreground_red.png" -dest_files=["res://.godot/imported/foreground_red.png-c23ba55805336ffe255b2be9b971baee.stex"] +dest_files=["res://.godot/imported/foreground_red.png-c23ba55805336ffe255b2be9b971baee.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/role_playing_game/theme/images/panel_rect.png.import b/2d/role_playing_game/theme/images/panel_rect.png.import index 607f848e94b..58ed2a989b0 100644 --- a/2d/role_playing_game/theme/images/panel_rect.png.import +++ b/2d/role_playing_game/theme/images/panel_rect.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/panel_rect.png-eef2ae28539c58e6b551075147d16b2a.stex" +type="CompressedTexture2D" +uid="uid://drt7tw7y6wa31" +path="res://.godot/imported/panel_rect.png-eef2ae28539c58e6b551075147d16b2a.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://theme/images/panel_rect.png" -dest_files=["res://.godot/imported/panel_rect.png-eef2ae28539c58e6b551075147d16b2a.stex"] +dest_files=["res://.godot/imported/panel_rect.png-eef2ae28539c58e6b551075147d16b2a.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/screen_space_shaders/project.godot b/2d/screen_space_shaders/project.godot index b23844d20b0..a084619cecb 100644 --- a/2d/screen_space_shaders/project.godot +++ b/2d/screen_space_shaders/project.godot @@ -14,8 +14,8 @@ config/name="Screen Space Shaders" config/description="Several examples of full screen 2D shader processing. Many common full-res effects are implemented here for reference." run/main_scene="res://screen_shaders.tscn" -config/icon="res://icon.png" config/features=PackedStringArray("4.0") +config/icon="res://icon.png" [display] diff --git a/2d/screen_space_shaders/screen_shaders.tscn b/2d/screen_space_shaders/screen_shaders.tscn index c1fa3add2a4..2ee0ee1d1b7 100644 --- a/2d/screen_space_shaders/screen_shaders.tscn +++ b/2d/screen_space_shaders/screen_shaders.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=31 format=3 uid="uid://dyk2fhwqwi2u0"] +[gd_scene load_steps=30 format=3 uid="uid://dyk2fhwqwi2u0"] [ext_resource type="Script" path="res://screen_shaders.gd" id="1"] [ext_resource type="Texture2D" uid="uid://bxfl16c7nqg0t" path="res://art/burano.jpg" id="2"] @@ -18,111 +18,126 @@ [ext_resource type="Shader" path="res://shaders/BCS.gdshader" id="16"] [ext_resource type="Shader" path="res://shaders/mirage.gdshader" id="17"] [ext_resource type="Shader" path="res://shaders/old_film.gdshader" id="18"] -[ext_resource type="Texture2D" uid="uid://c5jxxypesp0k5" path="res://art/filmgrain.png" id="19"] [sub_resource type="ShaderMaterial" id="1"] -shader = ExtResource( "6" ) -shader_param/vignette = ExtResource( "7" ) +shader = ExtResource("6") +shader_parameter/vignette = ExtResource("7") [sub_resource type="ShaderMaterial" id="2"] -shader = ExtResource( "9" ) -shader_param/amount = 4.0 +shader = ExtResource("9") +shader_parameter/amount = 4.0 [sub_resource type="ShaderMaterial" id="3"] -shader = ExtResource( "10" ) -shader_param/size_x = 0.008 -shader_param/size_y = 0.008 +shader = ExtResource("10") +shader_parameter/size_x = 0.008 +shader_parameter/size_y = 0.008 [sub_resource type="ShaderMaterial" id="4"] -shader = ExtResource( "11" ) -shader_param/rotation = 3.0 +shader = ExtResource("11") +shader_parameter/rotation = 3.0 [sub_resource type="ShaderMaterial" id="5"] -shader = ExtResource( "12" ) -shader_param/base = Color(0.54451, 0.408353, 0.403137, 1) +shader = ExtResource("12") +shader_parameter/base = null [sub_resource type="ShaderMaterial" id="6"] -shader = ExtResource( "13" ) +shader = ExtResource("13") [sub_resource type="ShaderMaterial" id="7"] -shader = ExtResource( "14" ) +shader = ExtResource("14") [sub_resource type="ShaderMaterial" id="8"] -shader = ExtResource( "15" ) +shader = ExtResource("15") [sub_resource type="ShaderMaterial" id="9"] -shader = ExtResource( "16" ) -shader_param/brightness = 0.8 -shader_param/contrast = 1.5 -shader_param/saturation = 1.8 +shader = ExtResource("16") +shader_parameter/brightness = 0.8 +shader_parameter/contrast = 1.5 +shader_parameter/saturation = 1.8 [sub_resource type="ShaderMaterial" id="10"] -shader = ExtResource( "17" ) -shader_param/frequency = 60.0 -shader_param/depth = 0.005 +shader = ExtResource("17") +shader_parameter/depth = 0.005 +shader_parameter/frequency = 60.0 [sub_resource type="ShaderMaterial" id="11"] -shader = ExtResource( "18" ) -shader_param/base = Color(0.450274, 0.361255, 0.335059, 1) -shader_param/grain_strength = 0.3 -shader_param/fps = 12 -shader_param/stretch = 0.5 -shader_param/flashing = 0.01 -shader_param/grain = ExtResource( "19" ) -shader_param/vignette = ExtResource( "7" ) +shader = ExtResource("18") +shader_parameter/base = null +shader_parameter/flashing = null +shader_parameter/fps = null +shader_parameter/grain_strength = null +shader_parameter/stretch = null [node name="ScreenShaders" type="Control"] +layout_mode = 3 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 size_flags_horizontal = 2 size_flags_vertical = 2 -script = ExtResource( "1" ) +script = ExtResource("1") [node name="Pictures" type="Control" parent="."] +layout_mode = 1 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 size_flags_horizontal = 2 size_flags_vertical = 2 [node name="Burano" type="TextureRect" parent="Pictures"] +layout_mode = 0 offset_right = 40.0 offset_bottom = 40.0 size_flags_horizontal = 2 size_flags_vertical = 2 -texture = ExtResource( "2" ) +texture = ExtResource("2") [node name="Roby" type="TextureRect" parent="Pictures"] visible = false +layout_mode = 0 offset_right = 40.0 offset_bottom = 40.0 size_flags_horizontal = 2 size_flags_vertical = 2 -texture = ExtResource( "3" ) +texture = ExtResource("3") [node name="Mountains" type="TextureRect" parent="Pictures"] visible = false +layout_mode = 0 offset_right = 40.0 offset_bottom = 40.0 size_flags_horizontal = 2 size_flags_vertical = 2 -texture = ExtResource( "4" ) +texture = ExtResource("4") [node name="Forest" type="TextureRect" parent="Pictures"] visible = false +layout_mode = 0 offset_right = 40.0 offset_bottom = 40.0 size_flags_horizontal = 2 size_flags_vertical = 2 -texture = ExtResource( "5" ) +texture = ExtResource("5") [node name="Effects" type="Control" parent="."] +layout_mode = 1 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 size_flags_horizontal = 2 size_flags_vertical = 2 [node name="Disabled" type="Control" parent="Effects"] visible = false +layout_mode = 1 +anchors_preset = 0 offset_right = 40.0 offset_bottom = 40.0 size_flags_horizontal = 2 @@ -130,110 +145,155 @@ size_flags_vertical = 2 [node name="Vignette" type="TextureRect" parent="Effects"] visible = false -material = SubResource( "1" ) +material = SubResource("1") +layout_mode = 1 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 size_flags_horizontal = 2 size_flags_vertical = 2 -texture = ExtResource( "8" ) +texture = ExtResource("8") [node name="Blur" type="TextureRect" parent="Effects"] visible = false -material = SubResource( "2" ) +material = SubResource("2") +layout_mode = 1 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 size_flags_horizontal = 2 size_flags_vertical = 2 -texture = ExtResource( "8" ) +texture = ExtResource("8") [node name="Pixelize" type="TextureRect" parent="Effects"] visible = false -material = SubResource( "3" ) +material = SubResource("3") +layout_mode = 1 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 size_flags_horizontal = 2 size_flags_vertical = 2 -texture = ExtResource( "8" ) +texture = ExtResource("8") [node name="Whirl" type="TextureRect" parent="Effects"] visible = false -material = SubResource( "4" ) +material = SubResource("4") +layout_mode = 1 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 size_flags_horizontal = 2 size_flags_vertical = 2 -texture = ExtResource( "8" ) +texture = ExtResource("8") [node name="Sepia" type="TextureRect" parent="Effects"] visible = false -material = SubResource( "5" ) +material = SubResource("5") +layout_mode = 1 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 offset_right = 14.0 offset_bottom = -2.0 +grow_horizontal = 2 +grow_vertical = 2 size_flags_horizontal = 2 size_flags_vertical = 2 -texture = ExtResource( "8" ) +texture = ExtResource("8") [node name="Negative" type="TextureRect" parent="Effects"] visible = false -material = SubResource( "6" ) +material = SubResource("6") +layout_mode = 1 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 size_flags_horizontal = 2 size_flags_vertical = 2 -texture = ExtResource( "8" ) +texture = ExtResource("8") [node name="Contrasted" type="TextureRect" parent="Effects"] visible = false -material = SubResource( "7" ) +material = SubResource("7") +layout_mode = 1 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 size_flags_horizontal = 2 size_flags_vertical = 2 -texture = ExtResource( "8" ) +texture = ExtResource("8") [node name="Normalized" type="TextureRect" parent="Effects"] visible = false -material = SubResource( "8" ) +material = SubResource("8") +layout_mode = 1 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 size_flags_horizontal = 2 size_flags_vertical = 2 -texture = ExtResource( "8" ) +texture = ExtResource("8") [node name="BCS" type="TextureRect" parent="Effects"] visible = false -material = SubResource( "9" ) +material = SubResource("9") +layout_mode = 1 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 offset_top = 3.0 offset_bottom = -3.0 +grow_horizontal = 2 +grow_vertical = 2 size_flags_horizontal = 2 size_flags_vertical = 2 -texture = ExtResource( "8" ) +texture = ExtResource("8") [node name="Mirage" type="TextureRect" parent="Effects"] visible = false -material = SubResource( "10" ) +material = SubResource("10") +layout_mode = 1 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 size_flags_horizontal = 2 size_flags_vertical = 2 -texture = ExtResource( "8" ) +texture = ExtResource("8") [node name="OldFilm" type="TextureRect" parent="Effects"] visible = false -material = SubResource( "11" ) +material = SubResource("11") +layout_mode = 1 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 offset_left = -3.0 offset_right = 3.0 +grow_horizontal = 2 +grow_vertical = 2 size_flags_horizontal = 2 size_flags_vertical = 2 -texture = ExtResource( "8" ) +texture = ExtResource("8") [node name="Picture" type="OptionButton" parent="."] +layout_mode = 0 offset_left = 8.0 offset_top = 7.0 offset_right = 184.0 @@ -244,6 +304,7 @@ metadata/_edit_layout_mode = 0 metadata/_edit_use_custom_anchors = false [node name="Effect" type="OptionButton" parent="."] +layout_mode = 0 offset_left = 189.0 offset_top = 7.0 offset_right = 312.0 diff --git a/2d/screen_space_shaders/shaders/old_film.gdshader b/2d/screen_space_shaders/shaders/old_film.gdshader index 4898374921a..0503e179148 100644 --- a/2d/screen_space_shaders/shaders/old_film.gdshader +++ b/2d/screen_space_shaders/shaders/old_film.gdshader @@ -1,6 +1,6 @@ shader_type canvas_item; -uniform vec4 base: hint_color; +uniform vec4 base: source_color; uniform sampler2D grain; uniform float grain_strength = 0.3; uniform sampler2D vignette; diff --git a/2d/screen_space_shaders/shaders/sepia.gdshader b/2d/screen_space_shaders/shaders/sepia.gdshader index 1d3b546b6ec..2f12538a0a6 100644 --- a/2d/screen_space_shaders/shaders/sepia.gdshader +++ b/2d/screen_space_shaders/shaders/sepia.gdshader @@ -1,6 +1,6 @@ shader_type canvas_item; -uniform vec4 base : hint_color; +uniform vec4 base : source_color; void fragment() { vec3 c = textureLod(SCREEN_TEXTURE, SCREEN_UV, 0.0).rgb; diff --git a/2d/skeleton/icon.png.import b/2d/skeleton/icon.png.import index 889af9df580..9c075e6e9ca 100644 --- a/2d/skeleton/icon.png.import +++ b/2d/skeleton/icon.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" +type="CompressedTexture2D" +uid="uid://bu2suwey36iwr" +path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://icon.png" -dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.stex"] +dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/skeleton/level.tscn b/2d/skeleton/level.tscn index aba07a6d2fe..00ca6bbd12b 100644 --- a/2d/skeleton/level.tscn +++ b/2d/skeleton/level.tscn @@ -1,353 +1,779 @@ -[gd_scene load_steps=18 format=2] +[gd_scene load_steps=21 format=3 uid="uid://b0dcakpphuuc5"] -[ext_resource path="res://level/level.gd" type="Script" id=1] -[ext_resource path="res://level/tileset/tiles_demo.png" type="Texture2D" id=2] -[ext_resource path="res://level/background.tscn" type="PackedScene" id=3] -[ext_resource path="res://player/player.tscn" type="PackedScene" id=4] +[ext_resource type="Script" path="res://level/level.gd" id="1"] +[ext_resource type="Texture2D" uid="uid://b54eod3j4xx34" path="res://level/tileset/tiles_demo.png" id="2"] +[ext_resource type="PackedScene" path="res://level/background.tscn" id="3"] +[ext_resource type="PackedScene" path="res://player/player.tscn" id="4"] -[sub_resource type="ConvexPolygonShape2D" id=1] -points = PackedVector2Array(0, 6, 32, 6, 32, 32, 0, 32) +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_rab6l"] +texture = ExtResource("2") +texture_region_size = Vector2i(32, 32) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/0/physics_layer_0/angular_velocity = 0.0 +0:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 32, 6, 32, 32, 0, 32) +0:0/1 = 1 +0:0/1/flip_h = true +0:0/1/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/1/physics_layer_0/angular_velocity = 0.0 +0:0/1/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 32, 6, 32, 32, 0, 32) +0:0/2 = 2 +0:0/2/flip_v = true +0:0/2/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/2/physics_layer_0/angular_velocity = 0.0 +0:0/2/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 32, 6, 32, 32, 0, 32) +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/3/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/3/physics_layer_0/angular_velocity = 0.0 +0:0/3/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 32, 6, 32, 32, 0, 32) +0:0/4 = 4 +0:0/4/transpose = true +0:0/4/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/4/physics_layer_0/angular_velocity = 0.0 +0:0/4/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 32, 6, 32, 32, 0, 32) +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/5/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/5/physics_layer_0/angular_velocity = 0.0 +0:0/5/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 32, 6, 32, 32, 0, 32) +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/6/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/6/physics_layer_0/angular_velocity = 0.0 +0:0/6/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 32, 6, 32, 32, 0, 32) +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true +0:0/7/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/7/physics_layer_0/angular_velocity = 0.0 +0:0/7/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 32, 6, 32, 32, 0, 32) -[sub_resource type="ConvexPolygonShape2D" id=2] -points = PackedVector2Array(0, 6, 28, 6, 28, 32, 0, 32) +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_o7puq"] +texture = ExtResource("2") +margins = Vector2i(32, 0) +texture_region_size = Vector2i(32, 32) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/0/physics_layer_0/angular_velocity = 0.0 +0:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 28, 6, 28, 32, 0, 32) +0:0/1 = 1 +0:0/1/flip_h = true +0:0/1/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/1/physics_layer_0/angular_velocity = 0.0 +0:0/1/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 28, 6, 28, 32, 0, 32) +0:0/2 = 2 +0:0/2/flip_v = true +0:0/2/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/2/physics_layer_0/angular_velocity = 0.0 +0:0/2/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 28, 6, 28, 32, 0, 32) +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/3/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/3/physics_layer_0/angular_velocity = 0.0 +0:0/3/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 28, 6, 28, 32, 0, 32) +0:0/4 = 4 +0:0/4/transpose = true +0:0/4/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/4/physics_layer_0/angular_velocity = 0.0 +0:0/4/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 28, 6, 28, 32, 0, 32) +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/5/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/5/physics_layer_0/angular_velocity = 0.0 +0:0/5/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 28, 6, 28, 32, 0, 32) +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/6/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/6/physics_layer_0/angular_velocity = 0.0 +0:0/6/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 28, 6, 28, 32, 0, 32) +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true +0:0/7/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/7/physics_layer_0/angular_velocity = 0.0 +0:0/7/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 28, 6, 28, 32, 0, 32) -[sub_resource type="ConvexPolygonShape2D" id=3] -points = PackedVector2Array(0, 0, 32, 0, 32, 32, 0, 32) +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_j5g0l"] +texture = ExtResource("2") +margins = Vector2i(160, 32) +texture_region_size = Vector2i(32, 32) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/0/physics_layer_0/angular_velocity = 0.0 +0:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 32, 0, 32, 32, 0, 32) +0:0/1 = 1 +0:0/1/flip_h = true +0:0/1/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/1/physics_layer_0/angular_velocity = 0.0 +0:0/1/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 32, 0, 32, 32, 0, 32) +0:0/2 = 2 +0:0/2/flip_v = true +0:0/2/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/2/physics_layer_0/angular_velocity = 0.0 +0:0/2/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 32, 0, 32, 32, 0, 32) +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/3/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/3/physics_layer_0/angular_velocity = 0.0 +0:0/3/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 32, 0, 32, 32, 0, 32) +0:0/4 = 4 +0:0/4/transpose = true +0:0/4/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/4/physics_layer_0/angular_velocity = 0.0 +0:0/4/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 32, 0, 32, 32, 0, 32) +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/5/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/5/physics_layer_0/angular_velocity = 0.0 +0:0/5/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 32, 0, 32, 32, 0, 32) +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/6/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/6/physics_layer_0/angular_velocity = 0.0 +0:0/6/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 32, 0, 32, 32, 0, 32) +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true +0:0/7/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/7/physics_layer_0/angular_velocity = 0.0 +0:0/7/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 32, 0, 32, 32, 0, 32) -[sub_resource type="ConvexPolygonShape2D" id=4] -points = PackedVector2Array(0, 6, 32, 6, 32, 32, 0, 32) +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_uyp8g"] +texture = ExtResource("2") +margins = Vector2i(128, 64) +texture_region_size = Vector2i(32, 32) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/0/physics_layer_0/angular_velocity = 0.0 +0:0/1 = 1 +0:0/1/flip_h = true +0:0/1/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/1/physics_layer_0/angular_velocity = 0.0 +0:0/2 = 2 +0:0/2/flip_v = true +0:0/2/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/2/physics_layer_0/angular_velocity = 0.0 +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/3/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/3/physics_layer_0/angular_velocity = 0.0 +0:0/4 = 4 +0:0/4/transpose = true +0:0/4/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/4/physics_layer_0/angular_velocity = 0.0 +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/5/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/5/physics_layer_0/angular_velocity = 0.0 +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/6/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/6/physics_layer_0/angular_velocity = 0.0 +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true +0:0/7/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/7/physics_layer_0/angular_velocity = 0.0 -[sub_resource type="ConvexPolygonShape2D" id=5] -points = PackedVector2Array(32, 38, 32, 64, 0, 64, 0, 6) +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_ds0a0"] +texture = ExtResource("2") +margins = Vector2i(128, 32) +texture_region_size = Vector2i(32, 32) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/0/physics_layer_0/angular_velocity = 0.0 +0:0/1 = 1 +0:0/1/flip_h = true +0:0/1/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/1/physics_layer_0/angular_velocity = 0.0 +0:0/2 = 2 +0:0/2/flip_v = true +0:0/2/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/2/physics_layer_0/angular_velocity = 0.0 +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/3/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/3/physics_layer_0/angular_velocity = 0.0 +0:0/4 = 4 +0:0/4/transpose = true +0:0/4/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/4/physics_layer_0/angular_velocity = 0.0 +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/5/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/5/physics_layer_0/angular_velocity = 0.0 +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/6/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/6/physics_layer_0/angular_velocity = 0.0 +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true +0:0/7/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/7/physics_layer_0/angular_velocity = 0.0 -[sub_resource type="ConvexPolygonShape2D" id=6] -points = PackedVector2Array(0, 0, 28, 0, 28, 32, 0, 32) +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_4ksjb"] +texture = ExtResource("2") +margins = Vector2i(128, 96) +texture_region_size = Vector2i(32, 32) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/0/physics_layer_0/angular_velocity = 0.0 +0:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 32, 6, 32, 32, 0, 32) +0:0/1 = 1 +0:0/1/flip_h = true +0:0/1/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/1/physics_layer_0/angular_velocity = 0.0 +0:0/1/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 32, 6, 32, 32, 0, 32) +0:0/2 = 2 +0:0/2/flip_v = true +0:0/2/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/2/physics_layer_0/angular_velocity = 0.0 +0:0/2/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 32, 6, 32, 32, 0, 32) +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/3/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/3/physics_layer_0/angular_velocity = 0.0 +0:0/3/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 32, 6, 32, 32, 0, 32) +0:0/4 = 4 +0:0/4/transpose = true +0:0/4/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/4/physics_layer_0/angular_velocity = 0.0 +0:0/4/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 32, 6, 32, 32, 0, 32) +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/5/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/5/physics_layer_0/angular_velocity = 0.0 +0:0/5/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 32, 6, 32, 32, 0, 32) +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/6/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/6/physics_layer_0/angular_velocity = 0.0 +0:0/6/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 32, 6, 32, 32, 0, 32) +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true +0:0/7/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/7/physics_layer_0/angular_velocity = 0.0 +0:0/7/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 32, 6, 32, 32, 0, 32) -[sub_resource type="ConvexPolygonShape2D" id=7] -points = PackedVector2Array(28, 6, 32, 6, 32, 32, 0, 32, 0, 0, 28, 0) +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_ubcc7"] +texture = ExtResource("2") +margins = Vector2i(128, 0) +texture_region_size = Vector2i(32, 32) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/0/physics_layer_0/angular_velocity = 0.0 +0:0/1 = 1 +0:0/1/flip_h = true +0:0/1/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/1/physics_layer_0/angular_velocity = 0.0 +0:0/2 = 2 +0:0/2/flip_v = true +0:0/2/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/2/physics_layer_0/angular_velocity = 0.0 +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/3/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/3/physics_layer_0/angular_velocity = 0.0 +0:0/4 = 4 +0:0/4/transpose = true +0:0/4/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/4/physics_layer_0/angular_velocity = 0.0 +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/5/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/5/physics_layer_0/angular_velocity = 0.0 +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/6/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/6/physics_layer_0/angular_velocity = 0.0 +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true +0:0/7/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/7/physics_layer_0/angular_velocity = 0.0 -[sub_resource type="ConvexPolygonShape2D" id=8] -points = PackedVector2Array(0, 6, 32, 6, 32, 32, 0, 32) +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_f777p"] +texture = ExtResource("2") +margins = Vector2i(64, 64) +texture_region_size = Vector2i(32, 64) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/0/physics_layer_0/angular_velocity = 0.0 +0:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(32, 38, 32, 64, 0, 64, 0, 6) +0:0/1 = 1 +0:0/1/flip_h = true +0:0/1/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/1/physics_layer_0/angular_velocity = 0.0 +0:0/1/physics_layer_0/polygon_0/points = PackedVector2Array(32, 38, 32, 64, 0, 64, 0, 6) +0:0/2 = 2 +0:0/2/flip_v = true +0:0/2/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/2/physics_layer_0/angular_velocity = 0.0 +0:0/2/physics_layer_0/polygon_0/points = PackedVector2Array(32, 38, 32, 64, 0, 64, 0, 6) +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/3/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/3/physics_layer_0/angular_velocity = 0.0 +0:0/3/physics_layer_0/polygon_0/points = PackedVector2Array(32, 38, 32, 64, 0, 64, 0, 6) +0:0/4 = 4 +0:0/4/transpose = true +0:0/4/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/4/physics_layer_0/angular_velocity = 0.0 +0:0/4/physics_layer_0/polygon_0/points = PackedVector2Array(32, 38, 32, 64, 0, 64, 0, 6) +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/5/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/5/physics_layer_0/angular_velocity = 0.0 +0:0/5/physics_layer_0/polygon_0/points = PackedVector2Array(32, 38, 32, 64, 0, 64, 0, 6) +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/6/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/6/physics_layer_0/angular_velocity = 0.0 +0:0/6/physics_layer_0/polygon_0/points = PackedVector2Array(32, 38, 32, 64, 0, 64, 0, 6) +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true +0:0/7/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/7/physics_layer_0/angular_velocity = 0.0 +0:0/7/physics_layer_0/polygon_0/points = PackedVector2Array(32, 38, 32, 64, 0, 64, 0, 6) -[sub_resource type="ConvexPolygonShape2D" id=9] -points = PackedVector2Array(0, 6, 28, 6, 28, 32, 0, 32) +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_oeweg"] +texture = ExtResource("2") +margins = Vector2i(32, 32) +texture_region_size = Vector2i(32, 32) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/0/physics_layer_0/angular_velocity = 0.0 +0:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 28, 0, 28, 32, 0, 32) +0:0/1 = 1 +0:0/1/flip_h = true +0:0/1/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/1/physics_layer_0/angular_velocity = 0.0 +0:0/1/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 28, 0, 28, 32, 0, 32) +0:0/2 = 2 +0:0/2/flip_v = true +0:0/2/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/2/physics_layer_0/angular_velocity = 0.0 +0:0/2/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 28, 0, 28, 32, 0, 32) +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/3/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/3/physics_layer_0/angular_velocity = 0.0 +0:0/3/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 28, 0, 28, 32, 0, 32) +0:0/4 = 4 +0:0/4/transpose = true +0:0/4/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/4/physics_layer_0/angular_velocity = 0.0 +0:0/4/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 28, 0, 28, 32, 0, 32) +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/5/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/5/physics_layer_0/angular_velocity = 0.0 +0:0/5/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 28, 0, 28, 32, 0, 32) +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/6/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/6/physics_layer_0/angular_velocity = 0.0 +0:0/6/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 28, 0, 28, 32, 0, 32) +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true +0:0/7/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/7/physics_layer_0/angular_velocity = 0.0 +0:0/7/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 28, 0, 28, 32, 0, 32) -[sub_resource type="ConvexPolygonShape2D" id=10] -points = PackedVector2Array(0, 0, 32, 0, 32, 32, 0, 32) +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_pq75v"] +texture = ExtResource("2") +margins = Vector2i(32, 64) +texture_region_size = Vector2i(32, 32) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/0/physics_layer_0/angular_velocity = 0.0 +0:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(28, 6, 32, 6, 32, 32, 0, 32, 0, 0, 28, 0) +0:0/1 = 1 +0:0/1/flip_h = true +0:0/1/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/1/physics_layer_0/angular_velocity = 0.0 +0:0/1/physics_layer_0/polygon_0/points = PackedVector2Array(28, 6, 32, 6, 32, 32, 0, 32, 0, 0, 28, 0) +0:0/2 = 2 +0:0/2/flip_v = true +0:0/2/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/2/physics_layer_0/angular_velocity = 0.0 +0:0/2/physics_layer_0/polygon_0/points = PackedVector2Array(28, 6, 32, 6, 32, 32, 0, 32, 0, 0, 28, 0) +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/3/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/3/physics_layer_0/angular_velocity = 0.0 +0:0/3/physics_layer_0/polygon_0/points = PackedVector2Array(28, 6, 32, 6, 32, 32, 0, 32, 0, 0, 28, 0) +0:0/4 = 4 +0:0/4/transpose = true +0:0/4/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/4/physics_layer_0/angular_velocity = 0.0 +0:0/4/physics_layer_0/polygon_0/points = PackedVector2Array(28, 6, 32, 6, 32, 32, 0, 32, 0, 0, 28, 0) +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/5/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/5/physics_layer_0/angular_velocity = 0.0 +0:0/5/physics_layer_0/polygon_0/points = PackedVector2Array(28, 6, 32, 6, 32, 32, 0, 32, 0, 0, 28, 0) +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/6/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/6/physics_layer_0/angular_velocity = 0.0 +0:0/6/physics_layer_0/polygon_0/points = PackedVector2Array(28, 6, 32, 6, 32, 32, 0, 32, 0, 0, 28, 0) +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true +0:0/7/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/7/physics_layer_0/angular_velocity = 0.0 +0:0/7/physics_layer_0/polygon_0/points = PackedVector2Array(28, 6, 32, 6, 32, 32, 0, 32, 0, 0, 28, 0) -[sub_resource type="ConvexPolygonShape2D" id=11] -points = PackedVector2Array(0, 0, 32, 0, 32, 24, 0, 24) +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_7bhqb"] +texture = ExtResource("2") +margins = Vector2i(64, 0) +texture_region_size = Vector2i(32, 32) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/0/physics_layer_0/angular_velocity = 0.0 +0:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 32, 6, 32, 32, 0, 32) +0:0/0/physics_layer_0/polygon_0/one_way = true +0:0/1 = 1 +0:0/1/flip_h = true +0:0/1/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/1/physics_layer_0/angular_velocity = 0.0 +0:0/1/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 32, 6, 32, 32, 0, 32) +0:0/1/physics_layer_0/polygon_0/one_way = true +0:0/2 = 2 +0:0/2/flip_v = true +0:0/2/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/2/physics_layer_0/angular_velocity = 0.0 +0:0/2/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 32, 6, 32, 32, 0, 32) +0:0/2/physics_layer_0/polygon_0/one_way = true +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/3/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/3/physics_layer_0/angular_velocity = 0.0 +0:0/3/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 32, 6, 32, 32, 0, 32) +0:0/3/physics_layer_0/polygon_0/one_way = true +0:0/4 = 4 +0:0/4/transpose = true +0:0/4/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/4/physics_layer_0/angular_velocity = 0.0 +0:0/4/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 32, 6, 32, 32, 0, 32) +0:0/4/physics_layer_0/polygon_0/one_way = true +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/5/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/5/physics_layer_0/angular_velocity = 0.0 +0:0/5/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 32, 6, 32, 32, 0, 32) +0:0/5/physics_layer_0/polygon_0/one_way = true +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/6/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/6/physics_layer_0/angular_velocity = 0.0 +0:0/6/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 32, 6, 32, 32, 0, 32) +0:0/6/physics_layer_0/polygon_0/one_way = true +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true +0:0/7/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/7/physics_layer_0/angular_velocity = 0.0 +0:0/7/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 32, 6, 32, 32, 0, 32) +0:0/7/physics_layer_0/polygon_0/one_way = true -[sub_resource type="ConvexPolygonShape2D" id=12] -points = PackedVector2Array(0, 0, 28, 0, 28, 24, 0, 24) +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_rss6p"] +texture = ExtResource("2") +margins = Vector2i(96, 0) +texture_region_size = Vector2i(32, 32) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/0/physics_layer_0/angular_velocity = 0.0 +0:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 28, 6, 28, 32, 0, 32) +0:0/0/physics_layer_0/polygon_0/one_way = true +0:0/1 = 1 +0:0/1/flip_h = true +0:0/1/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/1/physics_layer_0/angular_velocity = 0.0 +0:0/1/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 28, 6, 28, 32, 0, 32) +0:0/1/physics_layer_0/polygon_0/one_way = true +0:0/2 = 2 +0:0/2/flip_v = true +0:0/2/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/2/physics_layer_0/angular_velocity = 0.0 +0:0/2/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 28, 6, 28, 32, 0, 32) +0:0/2/physics_layer_0/polygon_0/one_way = true +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/3/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/3/physics_layer_0/angular_velocity = 0.0 +0:0/3/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 28, 6, 28, 32, 0, 32) +0:0/3/physics_layer_0/polygon_0/one_way = true +0:0/4 = 4 +0:0/4/transpose = true +0:0/4/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/4/physics_layer_0/angular_velocity = 0.0 +0:0/4/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 28, 6, 28, 32, 0, 32) +0:0/4/physics_layer_0/polygon_0/one_way = true +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/5/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/5/physics_layer_0/angular_velocity = 0.0 +0:0/5/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 28, 6, 28, 32, 0, 32) +0:0/5/physics_layer_0/polygon_0/one_way = true +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/6/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/6/physics_layer_0/angular_velocity = 0.0 +0:0/6/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 28, 6, 28, 32, 0, 32) +0:0/6/physics_layer_0/polygon_0/one_way = true +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true +0:0/7/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/7/physics_layer_0/angular_velocity = 0.0 +0:0/7/physics_layer_0/polygon_0/points = PackedVector2Array(0, 6, 28, 6, 28, 32, 0, 32) +0:0/7/physics_layer_0/polygon_0/one_way = true -[sub_resource type="TileSet" id=13] -0/name = "ground" -0/texture = ExtResource( 2 ) -0/tex_offset = Vector2(0, 0) -0/modulate = Color(1, 1, 1, 1) -0/region = Rect2(0, 0, 32, 32) -0/tile_mode = 0 -0/occluder_offset = Vector2(0, 0) -0/navigation_offset = Vector2(0, 0) -0/shape_offset = Vector2(0, 0) -0/shape_transform = Transform2D(1, 0, 0, 1, 0, 0) -0/shape = SubResource( 1 ) -0/shape_one_way = false -0/shape_one_way_margin = 1.0 -0/shapes = [{ -"autotile_coord": Vector2(0, 0), -"one_way": false, -"one_way_margin": 1.0, -"shape": SubResource( 1 ), -"shape_transform": Transform2D(1, 0, 0, 1, 0, 0) -}] -0/z_index = 0 -1/name = "ground_end" -1/texture = ExtResource( 2 ) -1/tex_offset = Vector2(0, 0) -1/modulate = Color(1, 1, 1, 1) -1/region = Rect2(32, 0, 32, 32) -1/tile_mode = 0 -1/occluder_offset = Vector2(0, 0) -1/navigation_offset = Vector2(0, 0) -1/shape_offset = Vector2(0, 0) -1/shape_transform = Transform2D(1, 0, 0, 1, 0, 0) -1/shape = SubResource( 2 ) -1/shape_one_way = false -1/shape_one_way_margin = 1.0 -1/shapes = [{ -"autotile_coord": Vector2(0, 0), -"one_way": false, -"one_way_margin": 1.0, -"shape": SubResource( 2 ), -"shape_transform": Transform2D(1, 0, 0, 1, 0, 0) -}] -1/z_index = 0 -2/name = "slope" -2/texture = ExtResource( 2 ) -2/tex_offset = Vector2(0, 0) -2/modulate = Color(1, 1, 1, 1) -2/region = Rect2(64, 64, 32, 64) -2/tile_mode = 0 -2/occluder_offset = Vector2(0, 0) -2/navigation_offset = Vector2(0, 0) -2/shape_offset = Vector2(0, 0) -2/shape_transform = Transform2D(1, 0, 0, 1, 0, 0) -2/shape = SubResource( 5 ) -2/shape_one_way = false -2/shape_one_way_margin = 1.0 -2/shapes = [{ -"autotile_coord": Vector2(0, 0), -"one_way": false, -"one_way_margin": 1.0, -"shape": SubResource( 5 ), -"shape_transform": Transform2D(1, 0, 0, 1, 0, 0) -}] -2/z_index = 0 -3/name = "wall" -3/texture = ExtResource( 2 ) -3/tex_offset = Vector2(0, 0) -3/modulate = Color(1, 1, 1, 1) -3/region = Rect2(32, 32, 32, 32) -3/tile_mode = 0 -3/occluder_offset = Vector2(0, 0) -3/navigation_offset = Vector2(0, 0) -3/shape_offset = Vector2(0, 0) -3/shape_transform = Transform2D(1, 0, 0, 1, 0, 0) -3/shape = SubResource( 6 ) -3/shape_one_way = false -3/shape_one_way_margin = 1.0 -3/shapes = [{ -"autotile_coord": Vector2(0, 0), -"one_way": false, -"one_way_margin": 1.0, -"shape": SubResource( 6 ), -"shape_transform": Transform2D(1, 0, 0, 1, 0, 0) -}] -3/z_index = 0 -4/name = "slope_top" -4/texture = ExtResource( 2 ) -4/tex_offset = Vector2(0, 0) -4/modulate = Color(1, 1, 1, 1) -4/region = Rect2(32, 64, 32, 32) -4/tile_mode = 0 -4/occluder_offset = Vector2(0, 0) -4/navigation_offset = Vector2(0, 0) -4/shape_offset = Vector2(0, 0) -4/shape_transform = Transform2D(1, 0, 0, 1, 0, 0) -4/shape = SubResource( 7 ) -4/shape_one_way = false -4/shape_one_way_margin = 1.0 -4/shapes = [{ -"autotile_coord": Vector2(0, 0), -"one_way": false, -"one_way_margin": 1.0, -"shape": SubResource( 7 ), -"shape_transform": Transform2D(1, 0, 0, 1, 0, 0) -}] -4/z_index = 0 -5/name = "one_way" -5/texture = ExtResource( 2 ) -5/tex_offset = Vector2(0, 0) -5/modulate = Color(1, 1, 1, 1) -5/region = Rect2(64, 0, 32, 32) -5/tile_mode = 0 -5/occluder_offset = Vector2(0, 0) -5/navigation_offset = Vector2(0, 0) -5/shape_offset = Vector2(0, 0) -5/shape_transform = Transform2D(1, 0, 0, 1, 0, 0) -5/shape = SubResource( 8 ) -5/shape_one_way = true -5/shape_one_way_margin = 1.0 -5/shapes = [{ -"autotile_coord": Vector2(0, 0), -"one_way": true, -"one_way_margin": 1.0, -"shape": SubResource( 8 ), -"shape_transform": Transform2D(1, 0, 0, 1, 0, 0) -}] -5/z_index = 0 -6/name = "one_way_end" -6/texture = ExtResource( 2 ) -6/tex_offset = Vector2(0, 0) -6/modulate = Color(1, 1, 1, 1) -6/region = Rect2(96, 0, 32, 32) -6/tile_mode = 0 -6/occluder_offset = Vector2(0, 0) -6/navigation_offset = Vector2(0, 0) -6/shape_offset = Vector2(0, 0) -6/shape_transform = Transform2D(1, 0, 0, 1, 0, 0) -6/shape = SubResource( 9 ) -6/shape_one_way = true -6/shape_one_way_margin = 1.0 -6/shapes = [{ -"autotile_coord": Vector2(0, 0), -"one_way": true, -"one_way_margin": 1.0, -"shape": SubResource( 9 ), -"shape_transform": Transform2D(1, 0, 0, 1, 0, 0) -}] -6/z_index = 0 -7/name = "rock" -7/texture = ExtResource( 2 ) -7/tex_offset = Vector2(0, 0) -7/modulate = Color(1, 1, 1, 1) -7/region = Rect2(0, 32, 32, 32) -7/tile_mode = 0 -7/occluder_offset = Vector2(0, 0) -7/navigation_offset = Vector2(0, 0) -7/shape_offset = Vector2(0, 0) -7/shape_transform = Transform2D(1, 0, 0, 1, 0, 0) -7/shape = SubResource( 10 ) -7/shape_one_way = false -7/shape_one_way_margin = 1.0 -7/shapes = [{ -"autotile_coord": Vector2(0, 0), -"one_way": false, -"one_way_margin": 1.0, -"shape": SubResource( 10 ), -"shape_transform": Transform2D(1, 0, 0, 1, 0, 0) -}] -7/z_index = 0 -8/name = "bottom" -8/texture = ExtResource( 2 ) -8/tex_offset = Vector2(0, 0) -8/modulate = Color(1, 1, 1, 1) -8/region = Rect2(192, 32, 32, 32) -8/tile_mode = 0 -8/occluder_offset = Vector2(0, 0) -8/navigation_offset = Vector2(0, 0) -8/shape_offset = Vector2(0, 0) -8/shape_transform = Transform2D(1, 0, 0, 1, 0, 0) -8/shape = SubResource( 11 ) -8/shape_one_way = false -8/shape_one_way_margin = 1.0 -8/shapes = [{ -"autotile_coord": Vector2(0, 0), -"one_way": false, -"one_way_margin": 1.0, -"shape": SubResource( 11 ), -"shape_transform": Transform2D(1, 0, 0, 1, 0, 0) -}] -8/z_index = 0 -9/name = "bottom_end" -9/texture = ExtResource( 2 ) -9/tex_offset = Vector2(0, 0) -9/modulate = Color(1, 1, 1, 1) -9/region = Rect2(224, 32, 32, 32) -9/tile_mode = 0 -9/occluder_offset = Vector2(0, 0) -9/navigation_offset = Vector2(0, 0) -9/shape_offset = Vector2(0, 0) -9/shape_transform = Transform2D(1, 0, 0, 1, 0, 0) -9/shape = SubResource( 12 ) -9/shape_one_way = false -9/shape_one_way_margin = 1.0 -9/shapes = [{ -"autotile_coord": Vector2(0, 0), -"one_way": false, -"one_way_margin": 1.0, -"shape": SubResource( 12 ), -"shape_transform": Transform2D(1, 0, 0, 1, 0, 0) -}] -9/z_index = 0 -10/name = "bottom_corner" -10/texture = ExtResource( 2 ) -10/tex_offset = Vector2(0, 0) -10/modulate = Color(1, 1, 1, 1) -10/region = Rect2(160, 32, 32, 32) -10/tile_mode = 0 -10/occluder_offset = Vector2(0, 0) -10/navigation_offset = Vector2(0, 0) -10/shape_offset = Vector2(0, 0) -10/shape_transform = Transform2D(1, 0, 0, 1, 0, 0) -10/shape = SubResource( 3 ) -10/shape_one_way = false -10/shape_one_way_margin = 1.0 -10/shapes = [{ -"autotile_coord": Vector2(0, 0), -"one_way": false, -"one_way_margin": 1.0, -"shape": SubResource( 3 ), -"shape_transform": Transform2D(1, 0, 0, 1, 0, 0) -}] -10/z_index = 0 -11/name = "tree_trunk_0" -11/texture = ExtResource( 2 ) -11/tex_offset = Vector2(0, 0) -11/modulate = Color(1, 1, 1, 1) -11/region = Rect2(128, 64, 32, 32) -11/tile_mode = 0 -11/occluder_offset = Vector2(0, 0) -11/navigation_offset = Vector2(0, 0) -11/shape_offset = Vector2(0, 0) -11/shape_transform = Transform2D(1, 0, 0, 1, 0, 0) -11/shape_one_way = false -11/shape_one_way_margin = 0.0 -11/shapes = [] -11/z_index = 0 -12/name = "tree_trunk_1" -12/texture = ExtResource( 2 ) -12/tex_offset = Vector2(0, 0) -12/modulate = Color(1, 1, 1, 1) -12/region = Rect2(128, 32, 32, 32) -12/tile_mode = 0 -12/occluder_offset = Vector2(0, 0) -12/navigation_offset = Vector2(0, 0) -12/shape_offset = Vector2(0, 0) -12/shape_transform = Transform2D(1, 0, 0, 1, 0, 0) -12/shape_one_way = false -12/shape_one_way_margin = 0.0 -12/shapes = [] -12/z_index = 0 -13/name = "tree_base" -13/texture = ExtResource( 2 ) -13/tex_offset = Vector2(0, 0) -13/modulate = Color(1, 1, 1, 1) -13/region = Rect2(128, 96, 32, 32) -13/tile_mode = 0 -13/occluder_offset = Vector2(0, 0) -13/navigation_offset = Vector2(0, 0) -13/shape_offset = Vector2(0, 0) -13/shape_transform = Transform2D(1, 0, 0, 1, 0, 0) -13/shape = SubResource( 4 ) -13/shape_one_way = false -13/shape_one_way_margin = 1.0 -13/shapes = [{ -"autotile_coord": Vector2(0, 0), -"one_way": false, -"one_way_margin": 1.0, -"shape": SubResource( 4 ), -"shape_transform": Transform2D(1, 0, 0, 1, 0, 0) -}] -13/z_index = 0 -14/name = "tree_top" -14/texture = ExtResource( 2 ) -14/tex_offset = Vector2(0, 0) -14/modulate = Color(1, 1, 1, 1) -14/region = Rect2(128, 0, 32, 32) -14/tile_mode = 0 -14/occluder_offset = Vector2(0, 0) -14/navigation_offset = Vector2(0, 0) -14/shape_offset = Vector2(0, 0) -14/shape_transform = Transform2D(1, 0, 0, 1, 0, 0) -14/shape_one_way = false -14/shape_one_way_margin = 0.0 -14/shapes = [] -14/z_index = 0 +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_do6p2"] +texture = ExtResource("2") +margins = Vector2i(0, 32) +texture_region_size = Vector2i(32, 32) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/0/physics_layer_0/angular_velocity = 0.0 +0:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 32, 0, 32, 32, 0, 32) +0:0/1 = 1 +0:0/1/flip_h = true +0:0/1/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/1/physics_layer_0/angular_velocity = 0.0 +0:0/1/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 32, 0, 32, 32, 0, 32) +0:0/2 = 2 +0:0/2/flip_v = true +0:0/2/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/2/physics_layer_0/angular_velocity = 0.0 +0:0/2/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 32, 0, 32, 32, 0, 32) +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/3/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/3/physics_layer_0/angular_velocity = 0.0 +0:0/3/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 32, 0, 32, 32, 0, 32) +0:0/4 = 4 +0:0/4/transpose = true +0:0/4/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/4/physics_layer_0/angular_velocity = 0.0 +0:0/4/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 32, 0, 32, 32, 0, 32) +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/5/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/5/physics_layer_0/angular_velocity = 0.0 +0:0/5/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 32, 0, 32, 32, 0, 32) +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/6/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/6/physics_layer_0/angular_velocity = 0.0 +0:0/6/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 32, 0, 32, 32, 0, 32) +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true +0:0/7/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/7/physics_layer_0/angular_velocity = 0.0 +0:0/7/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 32, 0, 32, 32, 0, 32) + +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_ju8am"] +texture = ExtResource("2") +margins = Vector2i(192, 32) +texture_region_size = Vector2i(32, 32) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/0/physics_layer_0/angular_velocity = 0.0 +0:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 32, 0, 32, 24, 0, 24) +0:0/1 = 1 +0:0/1/flip_h = true +0:0/1/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/1/physics_layer_0/angular_velocity = 0.0 +0:0/1/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 32, 0, 32, 24, 0, 24) +0:0/2 = 2 +0:0/2/flip_v = true +0:0/2/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/2/physics_layer_0/angular_velocity = 0.0 +0:0/2/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 32, 0, 32, 24, 0, 24) +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/3/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/3/physics_layer_0/angular_velocity = 0.0 +0:0/3/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 32, 0, 32, 24, 0, 24) +0:0/4 = 4 +0:0/4/transpose = true +0:0/4/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/4/physics_layer_0/angular_velocity = 0.0 +0:0/4/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 32, 0, 32, 24, 0, 24) +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/5/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/5/physics_layer_0/angular_velocity = 0.0 +0:0/5/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 32, 0, 32, 24, 0, 24) +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/6/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/6/physics_layer_0/angular_velocity = 0.0 +0:0/6/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 32, 0, 32, 24, 0, 24) +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true +0:0/7/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/7/physics_layer_0/angular_velocity = 0.0 +0:0/7/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 32, 0, 32, 24, 0, 24) + +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_7h7mc"] +texture = ExtResource("2") +margins = Vector2i(224, 32) +texture_region_size = Vector2i(32, 32) +0:0/next_alternative_id = 8 +0:0/0 = 0 +0:0/0/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/0/physics_layer_0/angular_velocity = 0.0 +0:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 28, 0, 28, 24, 0, 24) +0:0/1 = 1 +0:0/1/flip_h = true +0:0/1/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/1/physics_layer_0/angular_velocity = 0.0 +0:0/1/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 28, 0, 28, 24, 0, 24) +0:0/2 = 2 +0:0/2/flip_v = true +0:0/2/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/2/physics_layer_0/angular_velocity = 0.0 +0:0/2/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 28, 0, 28, 24, 0, 24) +0:0/3 = 3 +0:0/3/flip_h = true +0:0/3/flip_v = true +0:0/3/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/3/physics_layer_0/angular_velocity = 0.0 +0:0/3/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 28, 0, 28, 24, 0, 24) +0:0/4 = 4 +0:0/4/transpose = true +0:0/4/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/4/physics_layer_0/angular_velocity = 0.0 +0:0/4/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 28, 0, 28, 24, 0, 24) +0:0/5 = 5 +0:0/5/flip_h = true +0:0/5/transpose = true +0:0/5/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/5/physics_layer_0/angular_velocity = 0.0 +0:0/5/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 28, 0, 28, 24, 0, 24) +0:0/6 = 6 +0:0/6/flip_v = true +0:0/6/transpose = true +0:0/6/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/6/physics_layer_0/angular_velocity = 0.0 +0:0/6/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 28, 0, 28, 24, 0, 24) +0:0/7 = 7 +0:0/7/flip_h = true +0:0/7/flip_v = true +0:0/7/transpose = true +0:0/7/physics_layer_0/linear_velocity = Vector2(0, 0) +0:0/7/physics_layer_0/angular_velocity = 0.0 +0:0/7/physics_layer_0/polygon_0/points = PackedVector2Array(0, 0, 28, 0, 28, 24, 0, 24) + +[sub_resource type="TileSet" id="13"] +physics_layer_0/collision_layer = 1 +sources/0 = SubResource("TileSetAtlasSource_rab6l") +sources/1 = SubResource("TileSetAtlasSource_o7puq") +sources/2 = SubResource("TileSetAtlasSource_f777p") +sources/3 = SubResource("TileSetAtlasSource_oeweg") +sources/4 = SubResource("TileSetAtlasSource_pq75v") +sources/5 = SubResource("TileSetAtlasSource_7bhqb") +sources/6 = SubResource("TileSetAtlasSource_rss6p") +sources/7 = SubResource("TileSetAtlasSource_do6p2") +sources/8 = SubResource("TileSetAtlasSource_ju8am") +sources/9 = SubResource("TileSetAtlasSource_7h7mc") +sources/10 = SubResource("TileSetAtlasSource_j5g0l") +sources/11 = SubResource("TileSetAtlasSource_uyp8g") +sources/12 = SubResource("TileSetAtlasSource_ds0a0") +sources/13 = SubResource("TileSetAtlasSource_4ksjb") +sources/14 = SubResource("TileSetAtlasSource_ubcc7") [node name="Level" type="Node2D"] process_mode = 1 -script = ExtResource( 1 ) +script = ExtResource("1") [node name="TileMap" type="TileMap" parent="."] -tile_set = SubResource( 13 ) -cell_size = Vector2(32, 32) -format = 1 -tile_data = PackedInt32Array(-65546, 536870913, 0, -65545, 1, 0, -131044, 536870913, 0, -131043, 1, 0, -10, 536870915, 0, -9, 3, 0, -65508, 536870915, 0, -65507, 3, 0, 65526, 536870915, 0, 65527, 3, 0, 28, 536870915, 0, 29, 3, 0, 131062, 536870915, 0, 131063, 3, 0, 131069, 536870918, 0, 131070, 5, 0, 131071, 5, 0, 65536, 5, 0, 65537, 5, 0, 65538, 5, 0, 65539, 5, 0, 65540, 6, 0, 65564, 536870915, 0, 65565, 3, 0, 196598, 536870915, 0, 196599, 3, 0, 131080, 536870913, 0, 131081, 0, 0, 131082, 0, 0, 131083, 0, 0, 131084, 0, 0, 131085, 1, 0, 131100, 536870915, 0, 131101, 3, 0, 262134, 536870915, 0, 262135, 3, 0, 196616, 536870921, 0, 196617, 8, 0, 196618, 8, 0, 196619, 8, 0, 196620, 8, 0, 196621, 9, 0, 196626, 536870913, 0, 196627, 0, 0, 196628, 0, 0, 196629, 0, 0, 196630, 0, 0, 196631, 0, 0, 196632, 0, 0, 196633, 0, 0, 196634, 0, 0, 196635, 0, 0, 196636, 536870916, 0, 196637, 3, 0, 327670, 536870915, 0, 327671, 3, 0, 262149, 536870918, 0, 262150, 6, 0, 262162, 536870921, 0, 262163, 536870920, 0, 262164, 536870920, 0, 262165, 536870920, 0, 262166, 536870920, 0, 262167, 536870922, 0, 262168, 7, 0, 262169, 7, 0, 262170, 7, 0, 262171, 7, 0, 262172, 7, 0, 262173, 3, 0, 393206, 536870915, 0, 393207, 3, 0, 327682, 536870918, 0, 327683, 6, 0, 327703, 536870921, 0, 327704, 536870920, 0, 327705, 536870922, 0, 327706, 7, 0, 327707, 7, 0, 327708, 7, 0, 327709, 3, 0, 458742, 536870915, 0, 458743, 4, 0, 458744, 0, 0, 458745, 0, 0, 458746, 1, 0, 393241, 536870921, 0, 393242, 536870920, 0, 393243, 536870920, 0, 393244, 536870922, 0, 393245, 3, 0, 524278, 536870915, 0, 524279, 536870919, 0, 524280, 536870919, 0, 524281, 536870919, 0, 524282, 3, 0, 458754, 536870913, 0, 458755, 0, 0, 458756, 0, 0, 458757, 2, 0, 458764, 536870913, 0, 458765, 1, 0, 458780, 536870915, 0, 458781, 3, 0, 589814, 536870915, 0, 589815, 536870919, 0, 589816, 536870919, 0, 589817, 536870919, 0, 589818, 3, 0, 524290, 536870915, 0, 524291, 7, 0, 524292, 7, 0, 524294, 536870912, 0, 524295, 536870912, 0, 524296, 536870912, 0, 524297, 536870912, 0, 524298, 536870912, 0, 524299, 536870912, 0, 524300, 536870916, 0, 524301, 3, 0, 524316, 536870915, 0, 524317, 3, 0, 655350, 536870915, 0, 655351, 536870919, 0, 655352, 536870919, 0, 655353, 536870919, 0, 655354, 3, 0, 589826, 536870915, 0, 589827, 7, 0, 589828, 7, 0, 589829, 7, 0, 589830, 7, 0, 589831, 7, 0, 589832, 7, 0, 589833, 7, 0, 589834, 7, 0, 589835, 7, 0, 589836, 7, 0, 589837, 4, 0, 589838, 0, 0, 589839, 1, 0, 589841, 536870918, 0, 589842, 5, 0, 589843, 6, 0, 589852, 536870915, 0, 589853, 3, 0, 720886, 536870915, 0, 720887, 536870919, 0, 720888, 536870919, 0, 720889, 536870919, 0, 720890, 3, 0, 655362, 536870921, 0, 655363, 536870920, 0, 655364, 536870920, 0, 655365, 536870920, 0, 655366, 536870920, 0, 655367, 536870920, 0, 655368, 536870920, 0, 655369, 536870920, 0, 655370, 536870920, 0, 655371, 536870920, 0, 655372, 536870920, 0, 655373, 536870920, 0, 655374, 536870920, 0, 655375, 9, 0, 655381, 536870918, 0, 655382, 5, 0, 655383, 6, 0, 655388, 536870915, 0, 655389, 3, 0, 786422, 536870915, 0, 786423, 536870919, 0, 786424, 536870919, 0, 786425, 536870919, 0, 786426, 3, 0, 720924, 536870915, 0, 720925, 3, 0, 851958, 536870915, 0, 851959, 536870919, 0, 851960, 536870919, 0, 851961, 536870919, 0, 851962, 3, 0, 786456, 536870918, 0, 786457, 536870917, 0, 786458, 6, 0, 786460, 536870915, 0, 786461, 3, 0, 917494, 536870915, 0, 917495, 536870919, 0, 917496, 536870919, 0, 917497, 536870919, 0, 917498, 4, 0, 917499, 0, 0, 917500, 0, 0, 917501, 0, 0, 917502, 0, 0, 917503, 0, 0, 851968, 0, 0, 851969, 1, 0, 851996, 536870915, 0, 851997, 3, 0, 983030, 536870915, 0, 983031, 536870919, 0, 983032, 536870919, 0, 983033, 536870919, 0, 983034, 536870919, 0, 983035, 536870919, 0, 983036, 536870919, 0, 983037, 536870919, 0, 983038, 536870919, 0, 983039, 536870919, 0, 917504, 536870919, 0, 917505, 3, 0, 917526, 536870913, 0, 917527, 536870912, 0, 917528, 536870912, 0, 917529, 0, 0, 917530, 536870912, 0, 917531, 536870912, 0, 917532, 536870916, 0, 917533, 3, 0, 1048566, 536870915, 0, 1048567, 536870919, 0, 1048568, 536870919, 0, 1048569, 536870919, 0, 1048570, 536870919, 0, 1048571, 536870919, 0, 1048572, 536870919, 0, 1048573, 536870919, 0, 1048574, 536870919, 0, 1048575, 536870919, 0, 983040, 536870919, 0, 983041, 3, 0, 983057, 536870918, 0, 983058, 5, 0, 983059, 6, 0, 983062, 536870915, 0, 983063, 7, 0, 983064, 7, 0, 983065, 7, 0, 983066, 7, 0, 983067, 7, 0, 983068, 7, 0, 983069, 3, 0, 1114102, 536870915, 0, 1114103, 536870919, 0, 1114104, 536870919, 0, 1114105, 536870919, 0, 1114106, 536870919, 0, 1114107, 536870919, 0, 1114108, 536870919, 0, 1114109, 536870919, 0, 1114110, 536870919, 0, 1114111, 536870919, 0, 1048576, 536870919, 0, 1048577, 3, 0, 1048579, 536870926, 0, 1048598, 536870915, 0, 1048599, 7, 0, 1048600, 7, 0, 1048601, 7, 0, 1048602, 7, 0, 1048603, 7, 0, 1048604, 7, 0, 1048605, 3, 0, 1179638, 536870915, 0, 1179639, 536870919, 0, 1179640, 536870919, 0, 1179641, 536870919, 0, 1179642, 536870919, 0, 1179643, 536870919, 0, 1179644, 536870919, 0, 1179645, 536870919, 0, 1179646, 536870919, 0, 1179647, 536870919, 0, 1114112, 536870919, 0, 1114113, 4, 0, 1114114, 0, 0, 1114115, 536870925, 0, 1114116, 0, 0, 1114117, 2, 0, 1114123, 536870926, 0, 1114126, 536870918, 0, 1114127, 5, 0, 1114128, 6, 0, 1114133, 536870914, 0, 1114134, 536870916, 0, 1114135, 7, 0, 1114136, 7, 0, 1114137, 7, 0, 1114138, 7, 0, 1114139, 7, 0, 1114140, 7, 0, 1114141, 3, 0, 1245174, 536870915, 0, 1245175, 536870919, 0, 1245176, 536870919, 0, 1245177, 536870919, 0, 1245178, 536870919, 0, 1245179, 536870919, 0, 1245180, 536870919, 0, 1245181, 536870919, 0, 1245182, 536870919, 0, 1245183, 536870919, 0, 1179648, 536870919, 0, 1179649, 536870919, 0, 1179650, 536870919, 0, 1179651, 536870919, 0, 1179652, 7, 0, 1179654, 2, 0, 1179658, 536870913, 0, 1179659, 536870925, 0, 1179660, 1, 0, 1179668, 536870914, 0, 1179670, 7, 0, 1179671, 7, 0, 1179672, 7, 0, 1179673, 7, 0, 1179674, 7, 0, 1179675, 7, 0, 1179676, 7, 0, 1179677, 3, 0, 1310710, 536870915, 0, 1310711, 536870919, 0, 1310712, 536870919, 0, 1310713, 536870919, 0, 1310714, 536870919, 0, 1310715, 536870919, 0, 1310716, 536870919, 0, 1310717, 536870919, 0, 1310718, 536870919, 0, 1310719, 536870919, 0, 1245184, 536870919, 0, 1245185, 536870919, 0, 1245186, 536870919, 0, 1245187, 536870919, 0, 1245188, 536870919, 0, 1245189, 7, 0, 1245191, 2, 0, 1245194, 536870915, 0, 1245195, 7, 0, 1245196, 3, 0, 1245203, 536870914, 0, 1245205, 7, 0, 1245206, 7, 0, 1245207, 7, 0, 1245208, 7, 0, 1245209, 7, 0, 1245210, 7, 0, 1245211, 7, 0, 1245212, 7, 0, 1245213, 3, 0, 1376246, 536870915, 0, 1376247, 536870919, 0, 1376248, 536870919, 0, 1376249, 536870919, 0, 1376250, 536870919, 0, 1376251, 536870919, 0, 1376252, 536870919, 0, 1376253, 536870919, 0, 1376254, 536870919, 0, 1376255, 536870919, 0, 1310720, 536870919, 0, 1310721, 536870919, 0, 1310722, 536870919, 0, 1310723, 536870919, 0, 1310724, 536870919, 0, 1310725, 536870919, 0, 1310726, 7, 0, 1310728, 536870912, 0, 1310729, 536870912, 0, 1310730, 536870916, 0, 1310731, 7, 0, 1310732, 4, 0, 1310733, 0, 0, 1310734, 0, 0, 1310735, 0, 0, 1310736, 0, 0, 1310737, 0, 0, 1310738, 536870912, 0, 1310740, 7, 0, 1310741, 7, 0, 1310742, 7, 0, 1310743, 7, 0, 1310744, 7, 0, 1310745, 7, 0, 1310746, 7, 0, 1310747, 7, 0, 1310748, 7, 0, 1310749, 3, 0, 1441782, 536870921, 0, 1441783, 536870920, 0, 1441784, 536870920, 0, 1441785, 536870920, 0, 1441786, 536870920, 0, 1441787, 536870920, 0, 1441788, 536870920, 0, 1441789, 536870920, 0, 1441790, 536870920, 0, 1441791, 536870920, 0, 1376256, 536870920, 0, 1376257, 536870920, 0, 1376258, 536870920, 0, 1376259, 536870920, 0, 1376260, 536870920, 0, 1376261, 536870920, 0, 1376262, 536870920, 0, 1376263, 536870920, 0, 1376264, 536870920, 0, 1376265, 536870920, 0, 1376266, 536870920, 0, 1376267, 536870920, 0, 1376268, 536870920, 0, 1376269, 536870920, 0, 1376270, 536870920, 0, 1376271, 536870920, 0, 1376272, 536870920, 0, 1376273, 536870920, 0, 1376274, 536870920, 0, 1376275, 536870920, 0, 1376276, 536870920, 0, 1376277, 536870920, 0, 1376278, 536870920, 0, 1376279, 536870920, 0, 1376280, 536870920, 0, 1376281, 536870920, 0, 1376282, 536870920, 0, 1376283, 536870920, 0, 1376284, 8, 0, 1376285, 9, 0) +tile_set = SubResource("13") +format = 2 +layer_0/tile_data = PackedInt32Array(-65546, 1, 65536, -65545, 1, 0, -131044, 1, 65536, -131043, 1, 0, -10, 3, 65536, -9, 3, 0, -65508, 3, 65536, -65507, 3, 0, 65526, 3, 65536, 65527, 3, 0, 28, 3, 65536, 29, 3, 0, 131062, 3, 65536, 131063, 3, 0, 131069, 6, 65536, 131070, 5, 0, 131071, 5, 0, 65536, 5, 0, 65537, 5, 0, 65538, 5, 0, 65539, 5, 0, 65540, 6, 0, 65564, 3, 65536, 65565, 3, 0, 196598, 3, 65536, 196599, 3, 0, 131080, 1, 65536, 131081, 0, 0, 131082, 0, 0, 131083, 0, 0, 131084, 0, 0, 131085, 1, 0, 131100, 3, 65536, 131101, 3, 0, 262134, 3, 65536, 262135, 3, 0, 196616, 9, 65536, 196617, 8, 0, 196618, 8, 0, 196619, 8, 0, 196620, 8, 0, 196621, 9, 0, 196626, 1, 65536, 196627, 0, 0, 196628, 0, 0, 196629, 0, 0, 196630, 0, 0, 196631, 0, 0, 196632, 0, 0, 196633, 0, 0, 196634, 0, 0, 196635, 0, 0, 196636, 4, 65536, 196637, 3, 0, 327670, 3, 65536, 327671, 3, 0, 262149, 6, 65536, 262150, 6, 0, 262162, 9, 65536, 262163, 8, 65536, 262164, 8, 65536, 262165, 8, 65536, 262166, 8, 65536, 262167, 10, 65536, 262168, 7, 0, 262169, 7, 0, 262170, 7, 0, 262171, 7, 0, 262172, 7, 0, 262173, 3, 0, 393206, 3, 65536, 393207, 3, 0, 327682, 6, 65536, 327683, 6, 0, 327703, 9, 65536, 327704, 8, 65536, 327705, 10, 65536, 327706, 7, 0, 327707, 7, 0, 327708, 7, 0, 327709, 3, 0, 458742, 3, 65536, 458743, 4, 0, 458744, 0, 0, 458745, 0, 0, 458746, 1, 0, 393241, 9, 65536, 393242, 8, 65536, 393243, 8, 65536, 393244, 10, 65536, 393245, 3, 0, 524278, 3, 65536, 524279, 7, 65536, 524280, 7, 65536, 524281, 7, 65536, 524282, 3, 0, 458754, 1, 65536, 458755, 0, 0, 458756, 0, 0, 458757, 2, 0, 458764, 1, 65536, 458765, 1, 0, 458780, 3, 65536, 458781, 3, 0, 589814, 3, 65536, 589815, 7, 65536, 589816, 7, 65536, 589817, 7, 65536, 589818, 3, 0, 524290, 3, 65536, 524291, 7, 0, 524292, 7, 0, 524294, 0, 65536, 524295, 0, 65536, 524296, 0, 65536, 524297, 0, 65536, 524298, 0, 65536, 524299, 0, 65536, 524300, 4, 65536, 524301, 3, 0, 524316, 3, 65536, 524317, 3, 0, 655350, 3, 65536, 655351, 7, 65536, 655352, 7, 65536, 655353, 7, 65536, 655354, 3, 0, 589826, 3, 65536, 589827, 7, 0, 589828, 7, 0, 589829, 7, 0, 589830, 7, 0, 589831, 7, 0, 589832, 7, 0, 589833, 7, 0, 589834, 7, 0, 589835, 7, 0, 589836, 7, 0, 589837, 4, 0, 589838, 0, 0, 589839, 1, 0, 589841, 6, 65536, 589842, 5, 0, 589843, 6, 0, 589852, 3, 65536, 589853, 3, 0, 720886, 3, 65536, 720887, 7, 65536, 720888, 7, 65536, 720889, 7, 65536, 720890, 3, 0, 655362, 9, 65536, 655363, 8, 65536, 655364, 8, 65536, 655365, 8, 65536, 655366, 8, 65536, 655367, 8, 65536, 655368, 8, 65536, 655369, 8, 65536, 655370, 8, 65536, 655371, 8, 65536, 655372, 8, 65536, 655373, 8, 65536, 655374, 8, 65536, 655375, 9, 0, 655381, 6, 65536, 655382, 5, 0, 655383, 6, 0, 655388, 3, 65536, 655389, 3, 0, 786422, 3, 65536, 786423, 7, 65536, 786424, 7, 65536, 786425, 7, 65536, 786426, 3, 0, 720924, 3, 65536, 720925, 3, 0, 851958, 3, 65536, 851959, 7, 65536, 851960, 7, 65536, 851961, 7, 65536, 851962, 3, 0, 786456, 6, 65536, 786457, 5, 65536, 786458, 6, 0, 786460, 3, 65536, 786461, 3, 0, 917494, 3, 65536, 917495, 7, 65536, 917496, 7, 65536, 917497, 7, 65536, 917498, 4, 0, 917499, 0, 0, 917500, 0, 0, 917501, 0, 0, 917502, 0, 0, 917503, 0, 0, 851968, 0, 0, 851969, 1, 0, 851996, 3, 65536, 851997, 3, 0, 983030, 3, 65536, 983031, 7, 65536, 983032, 7, 65536, 983033, 7, 65536, 983034, 7, 65536, 983035, 7, 65536, 983036, 7, 65536, 983037, 7, 65536, 983038, 7, 65536, 983039, 7, 65536, 917504, 7, 65536, 917505, 3, 0, 917526, 1, 65536, 917527, 0, 65536, 917528, 0, 65536, 917529, 0, 0, 917530, 0, 65536, 917531, 0, 65536, 917532, 4, 65536, 917533, 3, 0, 1048566, 3, 65536, 1048567, 7, 65536, 1048568, 7, 65536, 1048569, 7, 65536, 1048570, 7, 65536, 1048571, 7, 65536, 1048572, 7, 65536, 1048573, 7, 65536, 1048574, 7, 65536, 1048575, 7, 65536, 983040, 7, 65536, 983041, 3, 0, 983057, 6, 65536, 983058, 5, 0, 983059, 6, 0, 983062, 3, 65536, 983063, 7, 0, 983064, 7, 0, 983065, 7, 0, 983066, 7, 0, 983067, 7, 0, 983068, 7, 0, 983069, 3, 0, 1114102, 3, 65536, 1114103, 7, 65536, 1114104, 7, 65536, 1114105, 7, 65536, 1114106, 7, 65536, 1114107, 7, 65536, 1114108, 7, 65536, 1114109, 7, 65536, 1114110, 7, 65536, 1114111, 7, 65536, 1048576, 7, 65536, 1048577, 3, 0, 1048579, 14, 65536, 1048598, 3, 65536, 1048599, 7, 0, 1048600, 7, 0, 1048601, 7, 0, 1048602, 7, 0, 1048603, 7, 0, 1048604, 7, 0, 1048605, 3, 0, 1179638, 3, 65536, 1179639, 7, 65536, 1179640, 7, 65536, 1179641, 7, 65536, 1179642, 7, 65536, 1179643, 7, 65536, 1179644, 7, 65536, 1179645, 7, 65536, 1179646, 7, 65536, 1179647, 7, 65536, 1114112, 7, 65536, 1114113, 4, 0, 1114114, 0, 0, 1114115, 13, 65536, 1114116, 0, 0, 1114117, 2, 0, 1114123, 14, 65536, 1114126, 6, 65536, 1114127, 5, 0, 1114128, 6, 0, 1114133, 2, 65536, 1114134, 4, 65536, 1114135, 7, 0, 1114136, 7, 0, 1114137, 7, 0, 1114138, 7, 0, 1114139, 7, 0, 1114140, 7, 0, 1114141, 3, 0, 1245174, 3, 65536, 1245175, 7, 65536, 1245176, 7, 65536, 1245177, 7, 65536, 1245178, 7, 65536, 1245179, 7, 65536, 1245180, 7, 65536, 1245181, 7, 65536, 1245182, 7, 65536, 1245183, 7, 65536, 1179648, 7, 65536, 1179649, 7, 65536, 1179650, 7, 65536, 1179651, 7, 65536, 1179652, 7, 0, 1179654, 2, 0, 1179658, 1, 65536, 1179659, 13, 65536, 1179660, 1, 0, 1179668, 2, 65536, 1179670, 7, 0, 1179671, 7, 0, 1179672, 7, 0, 1179673, 7, 0, 1179674, 7, 0, 1179675, 7, 0, 1179676, 7, 0, 1179677, 3, 0, 1310710, 3, 65536, 1310711, 7, 65536, 1310712, 7, 65536, 1310713, 7, 65536, 1310714, 7, 65536, 1310715, 7, 65536, 1310716, 7, 65536, 1310717, 7, 65536, 1310718, 7, 65536, 1310719, 7, 65536, 1245184, 7, 65536, 1245185, 7, 65536, 1245186, 7, 65536, 1245187, 7, 65536, 1245188, 7, 65536, 1245189, 7, 0, 1245191, 2, 0, 1245194, 3, 65536, 1245195, 7, 0, 1245196, 3, 0, 1245203, 2, 65536, 1245205, 7, 0, 1245206, 7, 0, 1245207, 7, 0, 1245208, 7, 0, 1245209, 7, 0, 1245210, 7, 0, 1245211, 7, 0, 1245212, 7, 0, 1245213, 3, 0, 1376246, 3, 65536, 1376247, 7, 65536, 1376248, 7, 65536, 1376249, 7, 65536, 1376250, 7, 65536, 1376251, 7, 65536, 1376252, 7, 65536, 1376253, 7, 65536, 1376254, 7, 65536, 1376255, 7, 65536, 1310720, 7, 65536, 1310721, 7, 65536, 1310722, 7, 65536, 1310723, 7, 65536, 1310724, 7, 65536, 1310725, 7, 65536, 1310726, 7, 0, 1310728, 0, 65536, 1310729, 0, 65536, 1310730, 4, 65536, 1310731, 7, 0, 1310732, 4, 0, 1310733, 0, 0, 1310734, 0, 0, 1310735, 0, 0, 1310736, 0, 0, 1310737, 0, 0, 1310738, 0, 65536, 1310740, 7, 0, 1310741, 7, 0, 1310742, 7, 0, 1310743, 7, 0, 1310744, 7, 0, 1310745, 7, 0, 1310746, 7, 0, 1310747, 7, 0, 1310748, 7, 0, 1310749, 3, 0, 1441782, 9, 65536, 1441783, 8, 65536, 1441784, 8, 65536, 1441785, 8, 65536, 1441786, 8, 65536, 1441787, 8, 65536, 1441788, 8, 65536, 1441789, 8, 65536, 1441790, 8, 65536, 1441791, 8, 65536, 1376256, 8, 65536, 1376257, 8, 65536, 1376258, 8, 65536, 1376259, 8, 65536, 1376260, 8, 65536, 1376261, 8, 65536, 1376262, 8, 65536, 1376263, 8, 65536, 1376264, 8, 65536, 1376265, 8, 65536, 1376266, 8, 65536, 1376267, 8, 65536, 1376268, 8, 65536, 1376269, 8, 65536, 1376270, 8, 65536, 1376271, 8, 65536, 1376272, 8, 65536, 1376273, 8, 65536, 1376274, 8, 65536, 1376275, 8, 65536, 1376276, 8, 65536, 1376277, 8, 65536, 1376278, 8, 65536, 1376279, 8, 65536, 1376280, 8, 65536, 1376281, 8, 65536, 1376282, 8, 65536, 1376283, 8, 65536, 1376284, 8, 0, 1376285, 9, 0) -[node name="ParallaxBackground" parent="." instance=ExtResource( 3 )] +[node name="ParallaxBackground" parent="." instance=ExtResource("3")] -[node name="SkeletalPlayer" parent="." instance=ExtResource( 4 )] +[node name="SkeletalPlayer" parent="." instance=ExtResource("4")] position = Vector2(90, 546) diff --git a/2d/skeleton/level/background/cloud_1.png.import b/2d/skeleton/level/background/cloud_1.png.import index 0c926742887..b43ca56807a 100644 --- a/2d/skeleton/level/background/cloud_1.png.import +++ b/2d/skeleton/level/background/cloud_1.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/cloud_1.png-d9f3821e0d58b8b79ac7a8bc81287ae8.stex" +type="CompressedTexture2D" +uid="uid://j28pf8bfgty" +path="res://.godot/imported/cloud_1.png-d9f3821e0d58b8b79ac7a8bc81287ae8.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://level/background/cloud_1.png" -dest_files=["res://.godot/imported/cloud_1.png-d9f3821e0d58b8b79ac7a8bc81287ae8.stex"] +dest_files=["res://.godot/imported/cloud_1.png-d9f3821e0d58b8b79ac7a8bc81287ae8.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/skeleton/level/background/cloud_2.png.import b/2d/skeleton/level/background/cloud_2.png.import index 8ac1e6dfdfb..15ed87c8d15 100644 --- a/2d/skeleton/level/background/cloud_2.png.import +++ b/2d/skeleton/level/background/cloud_2.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/cloud_2.png-1b2bb3f73839db8c5ad1d01ad2876ab2.stex" +type="CompressedTexture2D" +uid="uid://kreppu5t30jn" +path="res://.godot/imported/cloud_2.png-1b2bb3f73839db8c5ad1d01ad2876ab2.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://level/background/cloud_2.png" -dest_files=["res://.godot/imported/cloud_2.png-1b2bb3f73839db8c5ad1d01ad2876ab2.stex"] +dest_files=["res://.godot/imported/cloud_2.png-1b2bb3f73839db8c5ad1d01ad2876ab2.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/skeleton/level/background/cloud_3.png.import b/2d/skeleton/level/background/cloud_3.png.import index 25d6f82e9a0..8dc75998bb0 100644 --- a/2d/skeleton/level/background/cloud_3.png.import +++ b/2d/skeleton/level/background/cloud_3.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/cloud_3.png-a4ce274fb6c38e3b05e8f88cf8cfffb6.stex" +type="CompressedTexture2D" +uid="uid://bwhwlduoqnb15" +path="res://.godot/imported/cloud_3.png-a4ce274fb6c38e3b05e8f88cf8cfffb6.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://level/background/cloud_3.png" -dest_files=["res://.godot/imported/cloud_3.png-a4ce274fb6c38e3b05e8f88cf8cfffb6.stex"] +dest_files=["res://.godot/imported/cloud_3.png-a4ce274fb6c38e3b05e8f88cf8cfffb6.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/skeleton/level/background/distant_platforms_1.png.import b/2d/skeleton/level/background/distant_platforms_1.png.import index e6f3616288a..8b6e34f3986 100644 --- a/2d/skeleton/level/background/distant_platforms_1.png.import +++ b/2d/skeleton/level/background/distant_platforms_1.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/distant_platforms_1.png-34bd3c6d35ad3a7b690f0c018ca8743f.stex" +type="CompressedTexture2D" +uid="uid://b4lffygwgc7vy" +path="res://.godot/imported/distant_platforms_1.png-34bd3c6d35ad3a7b690f0c018ca8743f.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://level/background/distant_platforms_1.png" -dest_files=["res://.godot/imported/distant_platforms_1.png-34bd3c6d35ad3a7b690f0c018ca8743f.stex"] +dest_files=["res://.godot/imported/distant_platforms_1.png-34bd3c6d35ad3a7b690f0c018ca8743f.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=1 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/skeleton/level/background/distant_platforms_2.png.import b/2d/skeleton/level/background/distant_platforms_2.png.import index b4bf11c419f..2afffef65ff 100644 --- a/2d/skeleton/level/background/distant_platforms_2.png.import +++ b/2d/skeleton/level/background/distant_platforms_2.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/distant_platforms_2.png-2ecd927ea77506f4ec1f3533e13d711a.stex" +type="CompressedTexture2D" +uid="uid://do8unqmg6yew6" +path="res://.godot/imported/distant_platforms_2.png-2ecd927ea77506f4ec1f3533e13d711a.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://level/background/distant_platforms_2.png" -dest_files=["res://.godot/imported/distant_platforms_2.png-2ecd927ea77506f4ec1f3533e13d711a.stex"] +dest_files=["res://.godot/imported/distant_platforms_2.png-2ecd927ea77506f4ec1f3533e13d711a.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=1 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/skeleton/level/background/sky.png.import b/2d/skeleton/level/background/sky.png.import index 6abaf608fe4..4182340d78f 100644 --- a/2d/skeleton/level/background/sky.png.import +++ b/2d/skeleton/level/background/sky.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/sky.png-c2b26f59be93d20195841091d4bd6a50.stex" +type="CompressedTexture2D" +uid="uid://c8jm7s3tbb3b" +path="res://.godot/imported/sky.png-c2b26f59be93d20195841091d4bd6a50.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://level/background/sky.png" -dest_files=["res://.godot/imported/sky.png-c2b26f59be93d20195841091d4bd6a50.stex"] +dest_files=["res://.godot/imported/sky.png-c2b26f59be93d20195841091d4bd6a50.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=1 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/skeleton/level/tileset/tiles_demo.png.import b/2d/skeleton/level/tileset/tiles_demo.png.import index b3cf4e8597f..fdccfd5b97a 100644 --- a/2d/skeleton/level/tileset/tiles_demo.png.import +++ b/2d/skeleton/level/tileset/tiles_demo.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/tiles_demo.png-68724c3ed5763f2cba827c6d71224f19.stex" +type="CompressedTexture2D" +uid="uid://b54eod3j4xx34" +path="res://.godot/imported/tiles_demo.png-68724c3ed5763f2cba827c6d71224f19.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://level/tileset/tiles_demo.png" -dest_files=["res://.godot/imported/tiles_demo.png-68724c3ed5763f2cba827c6d71224f19.stex"] +dest_files=["res://.godot/imported/tiles_demo.png-68724c3ed5763f2cba827c6d71224f19.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/skeleton/player/gBot.png.import b/2d/skeleton/player/gBot.png.import index 9eac0d36e56..8347529dbc6 100644 --- a/2d/skeleton/player/gBot.png.import +++ b/2d/skeleton/player/gBot.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/gBot.png-b94e4323e02d18e8c6fabf612fa396da.stex" +type="CompressedTexture2D" +uid="uid://cgnjku7sa0qyt" +path="res://.godot/imported/gBot.png-b94e4323e02d18e8c6fabf612fa396da.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://player/gBot.png" -dest_files=["res://.godot/imported/gBot.png-b94e4323e02d18e8c6fabf612fa396da.stex"] +dest_files=["res://.godot/imported/gBot.png-b94e4323e02d18e8c6fabf612fa396da.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/skeleton/player/player.gd b/2d/skeleton/player/player.gd index adf0ef4aaee..12338fba178 100644 --- a/2d/skeleton/player/player.gd +++ b/2d/skeleton/player/player.gd @@ -11,7 +11,6 @@ enum States { } var speed = Vector2(120.0, 360.0) -var velocity = Vector2.ZERO var falling_slow = false var falling_fast = false var no_move_horizontal_time = 0.0 diff --git a/2d/skeleton/project.godot b/2d/skeleton/project.godot index 811ceb8c9a9..b518d7d7b22 100644 --- a/2d/skeleton/project.godot +++ b/2d/skeleton/project.godot @@ -6,7 +6,7 @@ ; [section] ; section goes between [] ; param=value ; assign values to parameters -config_version=4 +config_version=5 _global_script_classes=[{ "base": "CharacterBody2D", @@ -25,53 +25,53 @@ config/description="This demo shows how to create a rigged and animated characte Godot's Skeleton2D node. There are several movement-related animations and there is a simple character controller that controls the animations." run/main_scene="res://level.tscn" +config/features=PackedStringArray("4.0") config/icon="res://icon.png" [display] -window/size/width=1600 -window/size/height=900 -window/dpi/allow_hidpi=true -window/stretch/mode="2d" +window/size/viewport_width=1600 +window/size/viewport_height=900 +window/stretch/mode="canvas_items" window/stretch/aspect="keep_height" [input] move_left={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777231,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777231,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":-1.0,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":14,"pressure":0.0,"pressed":false,"script":null) ] } move_right={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777233,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777233,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":1.0,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":15,"pressure":0.0,"pressed":false,"script":null) ] } jump={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":32,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":32,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":0,"pressure":0.0,"pressed":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":-1.0,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":12,"pressure":0.0,"pressed":false,"script":null) ] } exit={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777217,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777217,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":11,"pressure":0.0,"pressed":false,"script":null) ] } walk={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777237,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777237,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":1,"pressure":0.0,"pressed":false,"script":null) ] } diff --git a/2d/sprite_shaders/godotea.png.import b/2d/sprite_shaders/godotea.png.import index 2500dee3a63..8a1e1f94240 100644 --- a/2d/sprite_shaders/godotea.png.import +++ b/2d/sprite_shaders/godotea.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/godotea.png-418ef4f4be671d254e4230569960266a.stex" +type="CompressedTexture2D" +uid="uid://c3w5hecxtwqeh" +path="res://.godot/imported/godotea.png-418ef4f4be671d254e4230569960266a.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://godotea.png" -dest_files=["res://.godot/imported/godotea.png-418ef4f4be671d254e4230569960266a.stex"] +dest_files=["res://.godot/imported/godotea.png-418ef4f4be671d254e4230569960266a.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/sprite_shaders/icon.png.import b/2d/sprite_shaders/icon.png.import index 889af9df580..b926446d28d 100644 --- a/2d/sprite_shaders/icon.png.import +++ b/2d/sprite_shaders/icon.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" +type="CompressedTexture2D" +uid="uid://bh1d5ld3c8sk4" +path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://icon.png" -dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.stex"] +dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/sprite_shaders/project.godot b/2d/sprite_shaders/project.godot index 08aee46c7bc..588474f5cd6 100644 --- a/2d/sprite_shaders/project.godot +++ b/2d/sprite_shaders/project.godot @@ -6,7 +6,7 @@ ; [section] ; section goes between [] ; param=value ; assign values to parameters -config_version=4 +config_version=5 [application] @@ -14,12 +14,12 @@ config/name="2D Shaders for Sprites" config/description="This is a sample consisting of different shaders applied to some sprites. Effects include outlines, blurs, distorts, shadows, glows, and more." run/main_scene="res://sprite_shaders.tscn" +config/features=PackedStringArray("4.0") config/icon="res://icon.png" [display] -window/dpi/allow_hidpi=true -window/stretch/mode="2d" +window/stretch/mode="canvas_items" window/stretch/aspect="expand" [rendering] diff --git a/2d/sprite_shaders/sprite_shaders.tscn b/2d/sprite_shaders/sprite_shaders.tscn index f065e6d87d8..7f797b3503b 100644 --- a/2d/sprite_shaders/sprite_shaders.tscn +++ b/2d/sprite_shaders/sprite_shaders.tscn @@ -1,124 +1,109 @@ -[gd_scene load_steps=22 format=2] - -[ext_resource path="res://shaders/outline.gdshader" type="Shader" id=1] -[ext_resource path="res://godotea.png" type="Texture2D" id=2] -[ext_resource path="res://shaders/aura.gdshader" type="Shader" id=3] -[ext_resource path="res://shaders/blur.gdshader" type="Shader" id=4] -[ext_resource path="res://shaders/fatty.gdshader" type="Shader" id=5] -[ext_resource path="res://shaders/dropshadow.gdshader" type="Shader" id=6] -[ext_resource path="res://shaders/offsetshadow.gdshader" type="Shader" id=7] -[ext_resource path="res://shaders/silouette.gdshader" type="Shader" id=8] -[ext_resource path="res://shaders/glow.gdshader" type="Shader" id=9] -[ext_resource path="res://shaders/dissintegrate.gdshader" type="Shader" id=10] - -[sub_resource type="ShaderMaterial" id=1] -shader = ExtResource( 1 ) -shader_param/outline_width = 2.0 -shader_param/outline_color = Color(0, 1, 0.109375, 1) - -[sub_resource type="ShaderMaterial" id=2] - -[sub_resource type="ShaderMaterial" id=3] -shader = ExtResource( 1 ) -shader_param/outline_width = 4.0 -shader_param/outline_color = Color(0, 0, 0, 1) - -[sub_resource type="ShaderMaterial" id=4] -shader = ExtResource( 3 ) -shader_param/aura_width = 6.0 -shader_param/aura_color = Color(0.143326, 0.33235, 0.677765, 0.442) - -[sub_resource type="ShaderMaterial" id=5] -shader = ExtResource( 4 ) -shader_param/radius = 4.0 - -[sub_resource type="ShaderMaterial" id=6] -shader = ExtResource( 5 ) -shader_param/fattyness = 3.0 - -[sub_resource type="ShaderMaterial" id=7] -shader = ExtResource( 6 ) -shader_param/radius = 8.0 -shader_param/modulate = Color(0, 0, 0, 0.501961) - -[sub_resource type="ShaderMaterial" id=8] -shader = ExtResource( 7 ) -shader_param/offset = Vector2(20, 20) -shader_param/modulate = Color(0.90625, 0.269043, 0.746948, 1) - -[sub_resource type="ShaderMaterial" id=9] -shader = ExtResource( 8 ) -shader_param/modulate = Color(1, 0.0234375, 0.481201, 0.596706) - -[sub_resource type="ShaderMaterial" id=10] -shader = ExtResource( 9 ) -shader_param/radius = 5.0 -shader_param/amount = 0.25 - -[sub_resource type="ShaderMaterial" id=11] -shader = ExtResource( 10 ) -shader_param/amount = 4.0 +[gd_scene load_steps=22 format=3 uid="uid://qutrkkh2f6j3"] + +[ext_resource type="Shader" path="res://shaders/outline.gdshader" id="1"] +[ext_resource type="Texture2D" uid="uid://c3w5hecxtwqeh" path="res://godotea.png" id="2"] +[ext_resource type="Shader" path="res://shaders/aura.gdshader" id="3"] +[ext_resource type="Shader" path="res://shaders/blur.gdshader" id="4"] +[ext_resource type="Shader" path="res://shaders/fatty.gdshader" id="5"] +[ext_resource type="Shader" path="res://shaders/dropshadow.gdshader" id="6"] +[ext_resource type="Shader" path="res://shaders/offsetshadow.gdshader" id="7"] +[ext_resource type="Shader" path="res://shaders/silouette.gdshader" id="8"] +[ext_resource type="Shader" path="res://shaders/glow.gdshader" id="9"] +[ext_resource type="Shader" path="res://shaders/dissintegrate.gdshader" id="10"] + +[sub_resource type="ShaderMaterial" id="1"] +shader = ExtResource("1") + +[sub_resource type="ShaderMaterial" id="2"] + +[sub_resource type="ShaderMaterial" id="3"] +shader = ExtResource("1") + +[sub_resource type="ShaderMaterial" id="4"] +shader = ExtResource("3") + +[sub_resource type="ShaderMaterial" id="5"] +shader = ExtResource("4") +shader_parameter/radius = 4.0 + +[sub_resource type="ShaderMaterial" id="6"] +shader = ExtResource("5") +shader_parameter/fattyness = 3.0 + +[sub_resource type="ShaderMaterial" id="7"] +shader = ExtResource("6") + +[sub_resource type="ShaderMaterial" id="8"] +shader = ExtResource("7") + +[sub_resource type="ShaderMaterial" id="9"] +shader = ExtResource("8") + +[sub_resource type="ShaderMaterial" id="10"] +shader = ExtResource("9") +shader_parameter/amount = 0.25 +shader_parameter/radius = 5.0 + +[sub_resource type="ShaderMaterial" id="11"] +shader = ExtResource("10") +shader_parameter/amount = 4.0 [node name="SpriteShaders" type="Node2D"] -material = SubResource( 1 ) +material = SubResource("1") position = Vector2(263.737, 179.444) scale = Vector2(0.3, 0.3) [node name="Normal" type="Sprite2D" parent="."] -material = SubResource( 2 ) +material = SubResource("2") position = Vector2(-2.16144, 0) -texture = ExtResource( 2 ) +texture = ExtResource("2") [node name="Outline" type="Sprite2D" parent="."] -material = SubResource( 3 ) +material = SubResource("3") position = Vector2(400, 0) -texture = ExtResource( 2 ) +texture = ExtResource("2") [node name="Aura" type="Sprite2D" parent="."] -material = SubResource( 4 ) +material = SubResource("4") position = Vector2(800, 0) -texture = ExtResource( 2 ) +texture = ExtResource("2") [node name="Blur" type="Sprite2D" parent="."] -material = SubResource( 5 ) +material = SubResource("5") position = Vector2(1200, 0) -texture = ExtResource( 2 ) +texture = ExtResource("2") [node name="Fatty" type="Sprite2D" parent="."] -material = SubResource( 6 ) +material = SubResource("6") position = Vector2(1600, 0) -texture = ExtResource( 2 ) +texture = ExtResource("2") [node name="DropShadow" type="Sprite2D" parent="."] -material = SubResource( 7 ) +material = SubResource("7") position = Vector2(0, 800) -texture = ExtResource( 2 ) +texture = ExtResource("2") [node name="OffsetShadow" type="Sprite2D" parent="."] -material = SubResource( 8 ) +material = SubResource("8") position = Vector2(400, 800) -texture = ExtResource( 2 ) +texture = ExtResource("2") [node name="Silouette" type="Sprite2D" parent="."] -material = SubResource( 9 ) +material = SubResource("9") position = Vector2(800, 800) -texture = ExtResource( 2 ) +texture = ExtResource("2") [node name="Glow" type="Sprite2D" parent="."] -material = SubResource( 10 ) +material = SubResource("10") position = Vector2(1200, 800) -texture = ExtResource( 2 ) +texture = ExtResource("2") [node name="Disintegrate" type="Sprite2D" parent="."] -material = SubResource( 11 ) +material = SubResource("11") position = Vector2(1600, 800) -texture = ExtResource( 2 ) +texture = ExtResource("2") region_rect = Rect2(141, 115, 39, 6) [node name="Camera2D" type="Camera2D" parent="."] offset = Vector2(248, 120) current = true -drag_offset_left = 0.0 -drag_offset_top = 0.0 -drag_offset_right = 0.0 -drag_offset_bottom = 0.0 diff --git a/2d/tween/godot.png.import b/2d/tween/godot.png.import index a3843dc4917..26bd22fc7a6 100644 --- a/2d/tween/godot.png.import +++ b/2d/tween/godot.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/godot.png-5e0da45ed3d6786d5794553e04f58a8c.stex" +type="CompressedTexture2D" +uid="uid://dculgviilybhl" +path="res://.godot/imported/godot.png-5e0da45ed3d6786d5794553e04f58a8c.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://godot.png" -dest_files=["res://.godot/imported/godot.png-5e0da45ed3d6786d5794553e04f58a8c.stex"] +dest_files=["res://.godot/imported/godot.png-5e0da45ed3d6786d5794553e04f58a8c.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/tween/icon.png.import b/2d/tween/icon.png.import index 889af9df580..efd7416cc79 100644 --- a/2d/tween/icon.png.import +++ b/2d/tween/icon.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" +type="CompressedTexture2D" +uid="uid://c2bhl0y37wqss" +path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://icon.png" -dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.stex"] +dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/2d/tween/main.gd b/2d/tween/main.gd index 9899ff00565..d4cb74d7c04 100644 --- a/2d/tween/main.gd +++ b/2d/tween/main.gd @@ -18,7 +18,7 @@ var current_ease = Tween.EASE_IN @onready var sprite = $Top/Area3D/Sprite2D @onready var follow = $Top/Area3D/Follow @onready var follow_2 = $Top/Area3D/Follow2 -@onready var size = $Top/Area3D.get_size() +@onready var area_size = $Top/Area3D.get_size() @onready var move_mode = modes_vbox.get_node(^"Move") @onready var color_mode = modes_vbox.get_node(^"Color") @@ -31,7 +31,7 @@ var current_ease = Tween.EASE_IN func _ready(): for index in range(trans_list.size()): - trans_vbox.get_node(trans_list[index]).connect(&"pressed", self.on_trans_changed, [index]) + trans_vbox.get_node(trans_list[index]).connect(&"pressed", self.on_trans_changed.bind, [index]) for index in range(eases_list.size()): eases_vbox.get_node(eases_list[index]).connect(&"pressed", self.on_eases_changed, [index]) @@ -93,8 +93,8 @@ func reset_tween(): # showcasing interpolation of both methods and properties. # The syntax is (object, method/property name, from value, to value, # duration, transition type, ease type, delay), last 3 optional. - tween.interpolate_method(sprite, "set_position", Vector2.ZERO, size, 2, current_trans, current_ease) - tween.interpolate_property(sprite, "position", size, Vector2.ZERO, 2, current_trans, current_ease, 2) + tween.interpolate_method(sprite, "set_position", Vector2.ZERO, area_size, 2, current_trans, current_ease) + tween.interpolate_property(sprite, "position", area_size, Vector2.ZERO, 2, current_trans, current_ease, 2) if color_mode.is_pressed(): tween.interpolate_method(sprite, "set_modulate", color_from_picker.get_pick_color(), color_to_picker.get_pick_color(), 2, current_trans, current_ease) @@ -120,11 +120,11 @@ func reset_tween(): follow.show() follow_2.show() - tween.follow_method(follow, "set_position", Vector2(0, size.y), sprite, "get_position", 2, current_trans, current_ease) - tween.targeting_method(follow, "set_position", sprite, "get_position", Vector2(0, size.y), 2, current_trans, current_ease, 2) + tween.follow_method(follow, "set_position", Vector2(0, area_size.y), sprite, "get_position", 2, current_trans, current_ease) + tween.targeting_method(follow, "set_position", sprite, "get_position", Vector2(0, area_size.y), 2, current_trans, current_ease, 2) - tween.targeting_property(follow_2, "position", sprite, "position", Vector2(size.x, 0), 2, current_trans, current_ease) - tween.follow_property(follow_2, "position", Vector2(size.x, 0), sprite, "position", 2, current_trans, current_ease, 2) + tween.targeting_property(follow_2, "position", sprite, "position", Vector2(area_size.x, 0), 2, current_trans, current_ease) + tween.follow_property(follow_2, "position", Vector2(area_size.x, 0), sprite, "position", 2, current_trans, current_ease, 2) else: follow.hide() follow_2.hide() diff --git a/2d/tween/main.tscn b/2d/tween/main.tscn index 52a6ca83703..fd625be3450 100644 --- a/2d/tween/main.tscn +++ b/2d/tween/main.tscn @@ -1,47 +1,44 @@ -[gd_scene load_steps=6 format=2] +[gd_scene load_steps=4 format=3 uid="uid://cehaiysur1h4m"] -[ext_resource path="res://main.gd" type="Script" id=1] -[ext_resource path="res://godot.png" type="Texture2D" id=2] -[ext_resource path="res://noto_sans_ui_regular.ttf" type="FontData" id=3] +[ext_resource type="Script" path="res://main.gd" id="1"] +[ext_resource type="Texture2D" uid="uid://dculgviilybhl" path="res://godot.png" id="2"] -[sub_resource type="Font" id=1] -font_data = ExtResource( 3 ) - -[sub_resource type="Theme" id=2] -default_font = SubResource( 1 ) +[sub_resource type="Theme" id="2"] [node name="Main" type="VBoxContainer"] +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 -theme = SubResource( 2 ) +theme = SubResource("2") alignment = 1 -script = ExtResource( 1 ) -__meta__ = { -"_edit_use_anchors_": false -} +script = ExtResource("1") [node name="Tween" type="Tween" parent="."] +_import_path = NodePath("") +unique_name_in_owner = false +process_mode = 0 +process_priority = 0 +editor_description = "" repeat = true playback/repeat = true +script = null [node name="Top" type="VBoxContainer" parent="."] -offset_left = 112.0 -offset_right = 912.0 -offset_bottom = 230.0 -rect_min_size = Vector2(800, 230) +layout_mode = 2 +offset_left = 572.0 +offset_top = 119.0 +offset_right = 580.0 +offset_bottom = 139.0 size_flags_horizontal = 6 alignment = 2 [node name="Area3D" type="Panel" parent="Top"] -offset_top = 18.0 -offset_right = 800.0 -offset_bottom = 178.0 -rect_min_size = Vector2(800, 160) -__meta__ = { -"_edit_use_anchors_": false -} +layout_mode = 2 +offset_right = 8.0 [node name="RichTextLabel" type="RichTextLabel" parent="Top/Area3D"] +layout_mode = 1 +anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 @@ -52,337 +49,343 @@ offset_right = 120.0 offset_bottom = 60.0 size_flags_horizontal = 2 size_flags_vertical = 2 -__meta__ = { -"_edit_use_anchors_": false -} [node name="Sprite2D" type="Sprite2D" parent="Top/Area3D"] z_index = 1 -texture = ExtResource( 2 ) +texture = ExtResource("2") [node name="Follow" type="Sprite2D" parent="Top/Area3D"] position = Vector2(0, 160) z_index = 1 -texture = ExtResource( 2 ) +texture = ExtResource("2") [node name="Follow2" type="Sprite2D" parent="Top/Area3D"] position = Vector2(800, 0) z_index = 1 -texture = ExtResource( 2 ) +texture = ExtResource("2") [node name="Timeline" type="HSlider" parent="Top"] -offset_top = 182.0 -offset_right = 800.0 -offset_bottom = 230.0 -rect_min_size = Vector2(0, 48) +layout_mode = 2 +offset_top = 4.0 +offset_right = 8.0 +offset_bottom = 20.0 size_flags_horizontal = 3 value = 1.0 ticks_on_borders = true -__meta__ = { -"_edit_use_anchors_": false -} [node name="Controls" type="HBoxContainer" parent="."] -offset_top = 234.0 -offset_right = 1024.0 -offset_bottom = 804.0 -rect_min_size = Vector2(1000, 550) -custom_constants/separation = 20 +layout_mode = 2 +offset_top = 143.0 +offset_right = 1152.0 +offset_bottom = 680.0 alignment = 1 [node name="Modes" type="VBoxContainer" parent="Controls"] -offset_left = 37.0 -offset_right = 110.0 -offset_bottom = 383.0 -rect_min_size = Vector2(70, 0) +layout_mode = 2 +offset_left = 171.0 +offset_right = 242.0 +offset_bottom = 306.0 size_flags_vertical = 0 -custom_constants/separation = 16 [node name="ModesLabel" type="Label" parent="Controls/Modes"] -offset_right = 73.0 -offset_bottom = 23.0 +layout_mode = 2 +offset_right = 71.0 +offset_bottom = 26.0 size_flags_horizontal = 3 text = "Modes" -align = 1 [node name="Move" type="Button" parent="Controls/Modes"] -offset_top = 39.0 -offset_right = 73.0 -offset_bottom = 68.0 +layout_mode = 2 +offset_top = 30.0 +offset_right = 71.0 +offset_bottom = 61.0 size_flags_horizontal = 3 size_flags_vertical = 2 toggle_mode = true text = "move" [node name="Color" type="Button" parent="Controls/Modes"] -offset_top = 84.0 -offset_right = 73.0 -offset_bottom = 113.0 +layout_mode = 2 +offset_top = 65.0 +offset_right = 71.0 +offset_bottom = 96.0 size_flags_horizontal = 3 size_flags_vertical = 2 toggle_mode = true text = "color" [node name="Scale" type="Button" parent="Controls/Modes"] -offset_top = 129.0 -offset_right = 73.0 -offset_bottom = 158.0 +layout_mode = 2 +offset_top = 100.0 +offset_right = 71.0 +offset_bottom = 131.0 size_flags_horizontal = 3 size_flags_vertical = 2 toggle_mode = true text = "scale" [node name="Rotate" type="Button" parent="Controls/Modes"] -offset_top = 174.0 -offset_right = 73.0 -offset_bottom = 203.0 +layout_mode = 2 +offset_top = 135.0 +offset_right = 71.0 +offset_bottom = 166.0 size_flags_horizontal = 3 size_flags_vertical = 2 toggle_mode = true text = "rotate" [node name="Callback" type="Button" parent="Controls/Modes"] -offset_top = 219.0 -offset_right = 73.0 -offset_bottom = 248.0 +layout_mode = 2 +offset_top = 170.0 +offset_right = 71.0 +offset_bottom = 201.0 size_flags_horizontal = 3 size_flags_vertical = 2 toggle_mode = true text = "callback" [node name="Follow" type="Button" parent="Controls/Modes"] -offset_top = 264.0 -offset_right = 73.0 -offset_bottom = 293.0 +layout_mode = 2 +offset_top = 205.0 +offset_right = 71.0 +offset_bottom = 236.0 size_flags_horizontal = 3 size_flags_vertical = 2 toggle_mode = true text = "follow" [node name="Repeat" type="Button" parent="Controls/Modes"] -offset_top = 309.0 -offset_right = 73.0 -offset_bottom = 338.0 +layout_mode = 2 +offset_top = 240.0 +offset_right = 71.0 +offset_bottom = 271.0 size_flags_horizontal = 3 size_flags_vertical = 2 toggle_mode = true text = "repeat" [node name="Pause" type="Button" parent="Controls/Modes"] -offset_top = 354.0 -offset_right = 73.0 -offset_bottom = 383.0 +layout_mode = 2 +offset_top = 275.0 +offset_right = 71.0 +offset_bottom = 306.0 size_flags_horizontal = 3 size_flags_vertical = 2 toggle_mode = true text = "pause" [node name="Transitions" type="VBoxContainer" parent="Controls"] -offset_left = 130.0 -offset_right = 215.0 -offset_bottom = 518.0 -rect_min_size = Vector2(70, 0) +layout_mode = 2 +offset_left = 246.0 +offset_right = 333.0 +offset_bottom = 411.0 size_flags_vertical = 0 -custom_constants/separation = 16 -__meta__ = { -"_edit_use_anchors_": false -} [node name="TransLabel" type="Label" parent="Controls/Transitions"] -offset_right = 85.0 -offset_bottom = 23.0 +layout_mode = 2 +offset_right = 87.0 +offset_bottom = 26.0 text = "Transitions" -align = 1 [node name="Linear" type="Button" parent="Controls/Transitions"] -offset_top = 39.0 -offset_right = 85.0 -offset_bottom = 68.0 +layout_mode = 2 +offset_top = 30.0 +offset_right = 87.0 +offset_bottom = 61.0 size_flags_vertical = 2 toggle_mode = true text = "linear" [node name="Sine" type="Button" parent="Controls/Transitions"] -offset_top = 84.0 -offset_right = 85.0 -offset_bottom = 113.0 +layout_mode = 2 +offset_top = 65.0 +offset_right = 87.0 +offset_bottom = 96.0 size_flags_vertical = 2 toggle_mode = true text = "sine" [node name="Quint" type="Button" parent="Controls/Transitions"] -offset_top = 129.0 -offset_right = 85.0 -offset_bottom = 158.0 +layout_mode = 2 +offset_top = 100.0 +offset_right = 87.0 +offset_bottom = 131.0 size_flags_vertical = 2 toggle_mode = true text = "quint" [node name="Quart" type="Button" parent="Controls/Transitions"] -offset_top = 174.0 -offset_right = 85.0 -offset_bottom = 203.0 +layout_mode = 2 +offset_top = 135.0 +offset_right = 87.0 +offset_bottom = 166.0 size_flags_vertical = 2 toggle_mode = true text = "quart" [node name="Quad" type="Button" parent="Controls/Transitions"] -offset_top = 219.0 -offset_right = 85.0 -offset_bottom = 248.0 +layout_mode = 2 +offset_top = 170.0 +offset_right = 87.0 +offset_bottom = 201.0 size_flags_vertical = 2 toggle_mode = true text = "quad" [node name="Expo" type="Button" parent="Controls/Transitions"] -offset_top = 264.0 -offset_right = 85.0 -offset_bottom = 293.0 +layout_mode = 2 +offset_top = 205.0 +offset_right = 87.0 +offset_bottom = 236.0 size_flags_vertical = 2 toggle_mode = true text = "expo" [node name="Elastic" type="Button" parent="Controls/Transitions"] -offset_top = 309.0 -offset_right = 85.0 -offset_bottom = 338.0 +layout_mode = 2 +offset_top = 240.0 +offset_right = 87.0 +offset_bottom = 271.0 size_flags_vertical = 2 toggle_mode = true text = "elastic" [node name="Cubic" type="Button" parent="Controls/Transitions"] -offset_top = 354.0 -offset_right = 85.0 -offset_bottom = 383.0 +layout_mode = 2 +offset_top = 275.0 +offset_right = 87.0 +offset_bottom = 306.0 size_flags_vertical = 2 toggle_mode = true text = "cubic" [node name="Circ" type="Button" parent="Controls/Transitions"] -offset_top = 399.0 -offset_right = 85.0 -offset_bottom = 428.0 +layout_mode = 2 +offset_top = 310.0 +offset_right = 87.0 +offset_bottom = 341.0 size_flags_vertical = 2 toggle_mode = true text = "circ" [node name="Bounce" type="Button" parent="Controls/Transitions"] -offset_top = 444.0 -offset_right = 85.0 -offset_bottom = 473.0 +layout_mode = 2 +offset_top = 345.0 +offset_right = 87.0 +offset_bottom = 376.0 size_flags_vertical = 2 toggle_mode = true text = "bounce" [node name="Back" type="Button" parent="Controls/Transitions"] -offset_top = 489.0 -offset_right = 85.0 -offset_bottom = 518.0 +layout_mode = 2 +offset_top = 380.0 +offset_right = 87.0 +offset_bottom = 411.0 size_flags_vertical = 2 toggle_mode = true text = "back" [node name="Eases" type="VBoxContainer" parent="Controls"] -offset_left = 235.0 -offset_right = 305.0 -offset_bottom = 203.0 -rect_min_size = Vector2(70, 0) +layout_mode = 2 +offset_left = 337.0 +offset_right = 393.0 +offset_bottom = 166.0 size_flags_vertical = 0 -custom_constants/separation = 16 [node name="EasesLabel" type="Label" parent="Controls/Eases"] -offset_right = 70.0 -offset_bottom = 23.0 +layout_mode = 2 +offset_right = 56.0 +offset_bottom = 26.0 size_flags_horizontal = 3 text = "Eases" -align = 1 [node name="In" type="Button" parent="Controls/Eases"] -offset_top = 39.0 -offset_right = 70.0 -offset_bottom = 68.0 +layout_mode = 2 +offset_top = 30.0 +offset_right = 56.0 +offset_bottom = 61.0 size_flags_horizontal = 3 size_flags_vertical = 2 toggle_mode = true text = "in" [node name="Out" type="Button" parent="Controls/Eases"] -offset_top = 84.0 -offset_right = 70.0 -offset_bottom = 113.0 +layout_mode = 2 +offset_top = 65.0 +offset_right = 56.0 +offset_bottom = 96.0 size_flags_horizontal = 3 size_flags_vertical = 2 toggle_mode = true text = "out" [node name="InOut" type="Button" parent="Controls/Eases"] -offset_top = 129.0 -offset_right = 70.0 -offset_bottom = 158.0 +layout_mode = 2 +offset_top = 100.0 +offset_right = 56.0 +offset_bottom = 131.0 size_flags_horizontal = 3 size_flags_vertical = 2 toggle_mode = true text = "in_out" [node name="OutIn" type="Button" parent="Controls/Eases"] -offset_top = 174.0 -offset_right = 70.0 -offset_bottom = 203.0 +layout_mode = 2 +offset_top = 135.0 +offset_right = 56.0 +offset_bottom = 166.0 size_flags_horizontal = 3 size_flags_vertical = 2 toggle_mode = true text = "out_in" [node name="ColorFrom" type="VBoxContainer" parent="Controls"] -offset_left = 325.0 -offset_right = 646.0 -offset_bottom = 570.0 -rect_min_size = Vector2(320, 570) +layout_mode = 2 +offset_left = 397.0 +offset_right = 687.0 +offset_bottom = 537.0 size_flags_vertical = 0 [node name="Label" type="Label" parent="Controls/ColorFrom"] -offset_right = 89.0 -offset_bottom = 23.0 +layout_mode = 2 +offset_right = 91.0 +offset_bottom = 26.0 size_flags_horizontal = 2 size_flags_vertical = 0 text = "Color From:" [node name="ColorPicker" type="ColorPicker" parent="Controls/ColorFrom"] -offset_top = 27.0 -offset_right = 321.0 -offset_bottom = 539.0 +layout_mode = 2 +offset_top = 30.0 +offset_right = 290.0 +offset_bottom = 537.0 size_flags_horizontal = 2 size_flags_vertical = 2 -__meta__ = { -"_edit_use_anchors_": false -} [node name="ColorTo" type="VBoxContainer" parent="Controls"] -offset_left = 666.0 -offset_right = 987.0 -offset_bottom = 570.0 -rect_min_size = Vector2(320, 570) -rect_clip_content = true +layout_mode = 2 +offset_left = 691.0 +offset_right = 981.0 +offset_bottom = 537.0 size_flags_vertical = 0 [node name="Label" type="Label" parent="Controls/ColorTo"] -offset_right = 68.0 -offset_bottom = 23.0 +layout_mode = 2 +offset_right = 69.0 +offset_bottom = 26.0 size_flags_horizontal = 2 size_flags_vertical = 0 text = "Color To:" [node name="ColorPicker" type="ColorPicker" parent="Controls/ColorTo"] -offset_top = 27.0 -offset_right = 321.0 -offset_bottom = 539.0 +layout_mode = 2 +offset_top = 30.0 +offset_right = 290.0 +offset_bottom = 537.0 size_flags_horizontal = 2 size_flags_vertical = 2 -__meta__ = { -"_edit_use_anchors_": false -} -[connection signal="tween_step" from="Tween" to="." method="_on_Tween_tween_step"] [connection signal="value_changed" from="Top/Timeline" to="." method="_on_Timeline_value_changed"] [connection signal="color_changed" from="Controls/ColorFrom/ColorPicker" to="." method="_on_ColorPicker_color_changed"] [connection signal="color_changed" from="Controls/ColorTo/ColorPicker" to="." method="_on_ColorPicker_color_changed"] diff --git a/2d/tween/noto_sans_ui_regular.ttf.import b/2d/tween/noto_sans_ui_regular.ttf.import new file mode 100644 index 00000000000..4f476515ac2 --- /dev/null +++ b/2d/tween/noto_sans_ui_regular.ttf.import @@ -0,0 +1,32 @@ +[remap] + +importer="font_data_dynamic" +type="FontFile" +uid="uid://dr0binrvpu3ns" +path="res://.godot/imported/noto_sans_ui_regular.ttf-37da988dfa3a55ebf3ea2c9fc7b383a8.fontdata" + +[deps] + +source_file="res://noto_sans_ui_regular.ttf" +dest_files=["res://.godot/imported/noto_sans_ui_regular.ttf-37da988dfa3a55ebf3ea2c9fc7b383a8.fontdata"] + +[params] + +Rendering=null +antialiasing=1 +generate_mipmaps=false +multichannel_signed_distance_field=false +msdf_pixel_range=8 +msdf_size=48 +force_autohinter=false +hinting=1 +subpixel_positioning=1 +oversampling=0.0 +Fallbacks=null +fallbacks=[] +Compress=null +compress=true +preload=[] +language_support={} +script_support={} +opentype_features={} diff --git a/2d/tween/project.godot b/2d/tween/project.godot index 800f19efb2f..07ac82c2653 100644 --- a/2d/tween/project.godot +++ b/2d/tween/project.godot @@ -6,13 +6,14 @@ ; [section] ; section goes between [] ; param=value ; assign values to parameters -config_version=4 +config_version=5 [application] config/name="Tween Demo" config/description="A demo showing advanced tween usage." run/main_scene="res://main.tscn" +config/features=PackedStringArray("4.0") config/icon="res://icon.png" target_fps=60 @@ -22,12 +23,9 @@ gdscript/warnings/return_value_discarded=false [display] -window/size/height=800 -window/dpi/allow_hidpi=true -window/stretch/mode="2d" +window/size/viewport_height=800 +window/stretch/mode="canvas_items" window/stretch/aspect="expand" -stretch/aspect="keep_width" -stretch/mode="2d" [gdnative] diff --git a/3d/global_illumination/project.godot b/3d/global_illumination/project.godot index 8671f1bfcad..19a06b12079 100644 --- a/3d/global_illumination/project.godot +++ b/3d/global_illumination/project.godot @@ -12,8 +12,8 @@ config_version=5 config/name="Global Illumination" run/main_scene="res://test.tscn" -config/icon="res://icon.png" config/features=PackedStringArray("4.0") +config/icon="res://icon.png" [display] @@ -28,47 +28,47 @@ import/blender/enabled=false cycle_gi_mode={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":0,"physical_keycode":32,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":32,"unicode":0,"echo":false,"script":null) ] } toggle_reflection_probe={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":0,"physical_keycode":82,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":82,"unicode":0,"echo":false,"script":null) ] } cycle_ssil_mode={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":0,"physical_keycode":70,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":70,"unicode":0,"echo":false,"script":null) ] } move_forward={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":0,"physical_keycode":87,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":0,"physical_keycode":16777232,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":87,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":16777232,"unicode":0,"echo":false,"script":null) ] } move_back={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":0,"physical_keycode":83,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":0,"physical_keycode":16777234,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":83,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":16777234,"unicode":0,"echo":false,"script":null) ] } move_left={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":0,"physical_keycode":65,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":0,"physical_keycode":16777231,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":65,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":16777231,"unicode":0,"echo":false,"script":null) ] } move_right={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":0,"physical_keycode":68,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":0,"physical_keycode":16777233,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":68,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":16777233,"unicode":0,"echo":false,"script":null) ] } toggle_mouse_capture={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":0,"physical_keycode":16777217,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":0,"physical_keycode":16777253,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":16777217,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":16777253,"unicode":0,"echo":false,"script":null) ] } diff --git a/3d/global_illumination/test.tscn b/3d/global_illumination/test.tscn index ec8dc09fb20..5093b86ae38 100644 --- a/3d/global_illumination/test.tscn +++ b/3d/global_illumination/test.tscn @@ -13,11 +13,11 @@ ground_bottom_color = Color(0.121569, 0.121569, 0.129412, 1) ground_horizon_color = Color(0.672549, 0.704902, 0.734314, 1) [sub_resource type="Sky" id="Sky_4q314"] -sky_material = SubResource( "ProceduralSkyMaterial_30v8t" ) +sky_material = SubResource("ProceduralSkyMaterial_30v8t") [sub_resource type="Environment" id="Environment_bau0c"] background_mode = 2 -sky = SubResource( "Sky_4q314" ) +sky = SubResource("Sky_4q314") tonemap_mode = 3 tonemap_white = 6.0 sdfgi_cascades = 3 @@ -29,7 +29,7 @@ sdfgi_y_scale = 0 [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_1n5k1"] emission_enabled = true emission = Color(1, 1, 0, 1) -emission_energy = 2.0 +emission_energy_multiplier = 2.0 [sub_resource type="BoxMesh" id="8"] @@ -41,18 +41,18 @@ metallic = 1.0 roughness = 0.0 [node name="Test" type="Node3D"] -script = ExtResource( "5" ) +script = ExtResource("5") [node name="WorldEnvironment" type="WorldEnvironment" parent="."] -environment = SubResource( "Environment_bau0c" ) +environment = SubResource("Environment_bau0c") -[node name="Zdm2" parent="." instance=ExtResource( "1" )] +[node name="Zdm2" parent="." instance=ExtResource("1")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 2) [node name="VoxelGI" type="VoxelGI" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 5, 6, 2.5) extents = Vector3(39, 18.5, 30) -data = ExtResource( "3_1netx" ) +data = ExtResource("3_1netx") [node name="Sun" type="DirectionalLight3D" parent="."] transform = Transform3D(0.889832, -0.251497, 0.380722, 0, 0.834387, 0.551179, -0.456289, -0.490456, 0.742464, 4.47302, 6.47568, 8.72305) @@ -88,25 +88,25 @@ spot_range = 15.0 spot_attenuation = 2.0 spot_angle_attenuation = 0.5 -[node name="GlowingBox" parent="." instance=ExtResource( "3" )] +[node name="GlowingBox" parent="." instance=ExtResource("3")] transform = Transform3D(1.4, 0, 0, 0, 1, 0, 0, 0, 0.25, -0.681709, -0.108265, 25.4051) [node name="Cube" parent="GlowingBox" index="0"] -surface_material_override/0 = SubResource( "StandardMaterial3D_1n5k1" ) +surface_material_override/0 = SubResource("StandardMaterial3D_1n5k1") [node name="Camera" type="Camera3D" parent="."] transform = Transform3D(-0.997523, -0.00719588, 0.0699685, -8.94368e-09, 0.994753, 0.102305, -0.0703375, 0.102052, -0.992289, 11.7976, 1.49898, 9.54247) -script = ExtResource( "6" ) +script = ExtResource("6") [node name="Box" type="MeshInstance3D" parent="Camera"] transform = Transform3D(0.999999, -5.12227e-09, 9.68575e-08, 2.79397e-09, 0.999999, 8.9407e-08, 7.45058e-09, -1.11759e-07, 0.999999, -1.4, -0.999998, -3.99998) -mesh = SubResource( "8" ) +mesh = SubResource("8") [node name="ReflectiveSphere" type="MeshInstance3D" parent="Camera"] transform = Transform3D(-0.997523, -8.41886e-09, -0.0703376, -0.00719589, 0.994753, 0.102052, 0.0699685, 0.102305, -0.992289, 0.16733, -1.22931, -3.81225) layers = 2 -mesh = SubResource( "2" ) -surface_material_override/0 = SubResource( "StandardMaterial3D_7doxp" ) +mesh = SubResource("2") +surface_material_override/0 = SubResource("StandardMaterial3D_7doxp") [node name="ReflectionProbe" type="ReflectionProbe" parent="Camera/ReflectiveSphere"] transform = Transform3D(1, -8.38189e-09, -8.9407e-08, 5.58791e-09, 1, -5.21541e-07, 4.47035e-08, 1.11759e-07, 1, 0, 0, 0) @@ -146,6 +146,7 @@ theme_override_constants/shadow_offset_y = 1 text = "Screen-space lighting effects: Disabled (Fast)" [node name="Label" type="Label" parent="."] +anchors_preset = 2 anchor_top = 1.0 anchor_bottom = 1.0 offset_left = 16.0 diff --git a/3d/global_illumination/test_VoxelGIData.res b/3d/global_illumination/test_VoxelGIData.res index c477cb98361..b3146909d68 100644 Binary files a/3d/global_illumination/test_VoxelGIData.res and b/3d/global_illumination/test_VoxelGIData.res differ diff --git a/3d/graphics_settings/control.tscn b/3d/graphics_settings/control.tscn index 45002fb5441..d14dce7f490 100644 --- a/3d/graphics_settings/control.tscn +++ b/3d/graphics_settings/control.tscn @@ -1,8 +1,7 @@ -[gd_scene load_steps=6 format=3 uid="uid://ye05btta37gb"] +[gd_scene load_steps=5 format=3 uid="uid://ye05btta37gb"] [ext_resource type="Script" path="res://settings.gd" id="1_gm54x"] [ext_resource type="PackedScene" uid="uid://cbdt8lmycl8pc" path="res://3d_scene.tscn" id="2_hsbu5"] -[ext_resource type="Texture2D" uid="uid://c5ujmv8i0y1pn" path="res://icon.png" id="3_xpykm"] [sub_resource type="Environment" id="Environment_1f0b2"] background_mode = 1 @@ -23,42 +22,49 @@ adjustment_enabled = true [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_w3j8l"] content_margin_left = 20.0 -content_margin_right = 20.0 content_margin_top = 50.0 +content_margin_right = 20.0 content_margin_bottom = 10.0 bg_color = Color(0.231373, 0.231373, 0.231373, 0.768627) [node name="Control" type="Control"] +layout_mode = 3 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 -script = ExtResource( "1_gm54x" ) +script = ExtResource("1_gm54x") [node name="WorldEnvironment" type="WorldEnvironment" parent="."] -environment = SubResource( "Environment_1f0b2" ) +environment = SubResource("Environment_1f0b2") -[node name="Node3D" parent="." instance=ExtResource( "2_hsbu5" )] +[node name="Node3D" parent="." instance=ExtResource("2_hsbu5")] [node name="SettingsMenu" type="PanelContainer" parent="."] +layout_mode = 1 +anchors_preset = 9 anchor_bottom = 1.0 offset_right = 429.0 grow_vertical = 2 -theme_override_styles/panel = SubResource( "StyleBoxFlat_w3j8l" ) +theme_override_styles/panel = SubResource("StyleBoxFlat_w3j8l") [node name="ScrollContainer" type="ScrollContainer" parent="SettingsMenu"] clip_contents = false +layout_mode = 2 offset_left = 20.0 offset_top = 50.0 offset_right = 409.0 -offset_bottom = 590.0 +offset_bottom = 638.0 [node name="VBoxContainer" type="VBoxContainer" parent="SettingsMenu/ScrollContainer"] -offset_right = 358.0 -offset_bottom = 710.0 +layout_mode = 2 +offset_right = 381.0 +offset_bottom = 721.0 size_flags_horizontal = 3 size_flags_vertical = 3 theme_override_constants/separation = 10 [node name="UISection" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer"] +layout_mode = 2 offset_right = 381.0 offset_bottom = 26.0 theme_override_colors/font_color = Color(0.683425, 0.916893, 1, 1) @@ -66,27 +72,28 @@ text = "User Interface Settings" horizontal_alignment = 1 [node name="GridContainer" type="GridContainer" parent="SettingsMenu/ScrollContainer/VBoxContainer"] +layout_mode = 2 offset_top = 36.0 offset_right = 381.0 -offset_bottom = 69.0 +offset_bottom = 67.0 size_flags_horizontal = 3 size_flags_vertical = 3 -theme_override_constants/vseparation = 10 columns = 2 [node name="UIScaleLabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer"] -offset_top = 3.0 -offset_right = 188.0 -offset_bottom = 29.0 +layout_mode = 2 +offset_top = 2.0 +offset_right = 189.0 +offset_bottom = 28.0 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 16 text = "UI Scale:" [node name="UIScaleOptionButton" type="OptionButton" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer"] -minimum_size = Vector2(100, 33) -offset_left = 192.0 -offset_right = 380.0 -offset_bottom = 33.0 +layout_mode = 2 +offset_left = 193.0 +offset_right = 381.0 +offset_bottom = 31.0 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 16 item_count = 5 @@ -103,29 +110,33 @@ popup/item_4/text = "Larger (200%)" popup/item_4/id = 4 [node name="ViewportSection" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer"] -offset_top = 79.0 +layout_mode = 2 +offset_top = 77.0 offset_right = 381.0 -offset_bottom = 105.0 +offset_bottom = 103.0 theme_override_colors/font_color = Color(0.683425, 0.916893, 1, 1) text = "Video Settings" horizontal_alignment = 1 [node name="GridContainer2" type="GridContainer" parent="SettingsMenu/ScrollContainer/VBoxContainer"] -offset_top = 115.0 +layout_mode = 2 +offset_top = 113.0 offset_right = 381.0 -offset_bottom = 356.0 +offset_bottom = 379.0 columns = 2 [node name="QualityLabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2"] -offset_right = 188.0 +layout_mode = 2 +offset_right = 189.0 offset_bottom = 26.0 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 16 text = "Resolution Scale:" [node name="QualitySlider" type="HSlider" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2"] -offset_left = 192.0 -offset_right = 380.0 +layout_mode = 2 +offset_left = 193.0 +offset_right = 381.0 offset_bottom = 26.0 size_flags_horizontal = 3 size_flags_vertical = 1 @@ -135,19 +146,20 @@ step = 0.05 value = 1.0 [node name="FilterLabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2"] -offset_top = 33.0 -offset_right = 188.0 -offset_bottom = 59.0 +layout_mode = 2 +offset_top = 32.0 +offset_right = 189.0 +offset_bottom = 58.0 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 16 text = "Display Filter:" [node name="FilterOptionButton" type="OptionButton" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2"] -minimum_size = Vector2(100, 33) -offset_left = 192.0 +layout_mode = 2 +offset_left = 193.0 offset_top = 30.0 -offset_right = 380.0 -offset_bottom = 63.0 +offset_right = 381.0 +offset_bottom = 61.0 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 16 item_count = 2 @@ -158,19 +170,20 @@ popup/item_1/text = "FSR 1.0 (Fast)" popup/item_1/id = 1 [node name="FullscreenLabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2"] -offset_top = 70.0 -offset_right = 188.0 -offset_bottom = 96.0 +layout_mode = 2 +offset_top = 67.0 +offset_right = 189.0 +offset_bottom = 93.0 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 16 text = "Fullscreen:" [node name="FullscreenOptionButton" type="OptionButton" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2"] -minimum_size = Vector2(100, 33) -offset_left = 192.0 -offset_top = 67.0 -offset_right = 380.0 -offset_bottom = 100.0 +layout_mode = 2 +offset_left = 193.0 +offset_top = 65.0 +offset_right = 381.0 +offset_bottom = 96.0 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 16 item_count = 2 @@ -181,19 +194,20 @@ popup/item_1/text = "Enabled" popup/item_1/id = 1 [node name="VsyncLabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2"] -offset_top = 107.0 -offset_right = 188.0 -offset_bottom = 133.0 +layout_mode = 2 +offset_top = 102.0 +offset_right = 189.0 +offset_bottom = 128.0 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 16 text = "V-Sync:" [node name="VsyncOptionButton" type="OptionButton" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2"] -minimum_size = Vector2(100, 33) -offset_left = 192.0 -offset_top = 104.0 -offset_right = 380.0 -offset_bottom = 137.0 +layout_mode = 2 +offset_left = 193.0 +offset_top = 100.0 +offset_right = 381.0 +offset_bottom = 131.0 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 16 item_count = 3 @@ -205,20 +219,45 @@ popup/item_1/id = 1 popup/item_2/text = "Enabled" popup/item_2/id = 2 -[node name="AALabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2"] -offset_top = 144.0 -offset_right = 188.0 -offset_bottom = 170.0 +[node name="TAALabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2"] +layout_mode = 2 +offset_top = 137.0 +offset_right = 189.0 +offset_bottom = 163.0 +size_flags_horizontal = 3 +theme_override_font_sizes/font_size = 16 +text = "Anti-Aliasing (TAA):" + +[node name="TAAOptionButton" type="OptionButton" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2"] +layout_mode = 2 +offset_left = 193.0 +offset_top = 135.0 +offset_right = 381.0 +offset_bottom = 166.0 +size_flags_horizontal = 3 +theme_override_font_sizes/font_size = 16 +item_count = 2 +selected = 0 +popup/item_0/text = "Disabled (Fastest)" +popup/item_0/id = 0 +popup/item_1/text = "Enabled (Average)" +popup/item_1/id = 1 + +[node name="MSAALabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2"] +layout_mode = 2 +offset_top = 172.0 +offset_right = 189.0 +offset_bottom = 198.0 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 16 text = "Anti-Aliasing (MSAA):" -[node name="AAOptionButton" type="OptionButton" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2"] -minimum_size = Vector2(100, 33) -offset_left = 192.0 -offset_top = 141.0 -offset_right = 380.0 -offset_bottom = 174.0 +[node name="MSAAOptionButton" type="OptionButton" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2"] +layout_mode = 2 +offset_left = 193.0 +offset_top = 170.0 +offset_right = 381.0 +offset_bottom = 201.0 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 16 item_count = 4 @@ -233,19 +272,20 @@ popup/item_3/text = "8× (Slower)" popup/item_3/id = 3 [node name="FXAALabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2"] -offset_top = 181.0 -offset_right = 188.0 -offset_bottom = 207.0 +layout_mode = 2 +offset_top = 207.0 +offset_right = 189.0 +offset_bottom = 233.0 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 16 text = "Anti-Aliasing (FXAA):" [node name="FXAAOptionButton" type="OptionButton" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2"] -minimum_size = Vector2(100, 33) -offset_left = 192.0 -offset_top = 178.0 -offset_right = 380.0 -offset_bottom = 211.0 +layout_mode = 2 +offset_left = 193.0 +offset_top = 205.0 +offset_right = 381.0 +offset_bottom = 236.0 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 16 item_count = 2 @@ -256,18 +296,20 @@ popup/item_1/text = "FXAA (Fast)" popup/item_1/id = 1 [node name="FOVLabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2"] -offset_top = 215.0 -offset_right = 188.0 -offset_bottom = 241.0 +layout_mode = 2 +offset_top = 240.0 +offset_right = 189.0 +offset_bottom = 266.0 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 16 text = "Field of View:" [node name="FOVSlider" type="HSlider" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2"] -offset_left = 192.0 -offset_top = 215.0 -offset_right = 380.0 -offset_bottom = 241.0 +layout_mode = 2 +offset_left = 193.0 +offset_top = 240.0 +offset_right = 381.0 +offset_bottom = 266.0 size_flags_horizontal = 3 size_flags_vertical = 1 min_value = 50.0 @@ -275,32 +317,35 @@ step = 0.1 value = 75.0 [node name="EnvironmentSection" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer"] -offset_top = 366.0 +layout_mode = 2 +offset_top = 389.0 offset_right = 381.0 -offset_bottom = 392.0 +offset_bottom = 415.0 theme_override_colors/font_color = Color(0.683425, 0.916893, 1, 1) text = "Effect Settings" horizontal_alignment = 1 [node name="GridContainer3" type="GridContainer" parent="SettingsMenu/ScrollContainer/VBoxContainer"] -offset_top = 402.0 +layout_mode = 2 +offset_top = 425.0 offset_right = 381.0 -offset_bottom = 710.0 +offset_bottom = 721.0 columns = 2 [node name="SDFGILabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"] -offset_top = 3.0 -offset_right = 188.0 -offset_bottom = 29.0 +layout_mode = 2 +offset_top = 2.0 +offset_right = 189.0 +offset_bottom = 28.0 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 16 text = "Global Illumination:" [node name="SDFGIOptionButton" type="OptionButton" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"] -minimum_size = Vector2(100, 33) -offset_left = 192.0 -offset_right = 380.0 -offset_bottom = 33.0 +layout_mode = 2 +offset_left = 193.0 +offset_right = 381.0 +offset_bottom = 31.0 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 16 item_count = 3 @@ -313,19 +358,20 @@ popup/item_2/text = "High (Slow)" popup/item_2/id = 2 [node name="GlowLabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"] -offset_top = 40.0 -offset_right = 188.0 -offset_bottom = 66.0 +layout_mode = 2 +offset_top = 37.0 +offset_right = 189.0 +offset_bottom = 63.0 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 16 text = "Bloom:" [node name="GlowOptionButton" type="OptionButton" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"] -minimum_size = Vector2(100, 33) -offset_left = 192.0 -offset_top = 37.0 -offset_right = 380.0 -offset_bottom = 70.0 +layout_mode = 2 +offset_left = 193.0 +offset_top = 35.0 +offset_right = 381.0 +offset_bottom = 66.0 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 16 item_count = 3 @@ -338,19 +384,20 @@ popup/item_2/text = "High (Average)" popup/item_2/id = 2 [node name="SSAOLabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"] -offset_top = 77.0 -offset_right = 188.0 -offset_bottom = 103.0 +layout_mode = 2 +offset_top = 72.0 +offset_right = 189.0 +offset_bottom = 98.0 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 16 text = "Ambient Occlusion:" [node name="SSAOOptionButton" type="OptionButton" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"] -minimum_size = Vector2(100, 33) -offset_left = 192.0 -offset_top = 74.0 -offset_right = 380.0 -offset_bottom = 107.0 +layout_mode = 2 +offset_left = 193.0 +offset_top = 70.0 +offset_right = 381.0 +offset_bottom = 101.0 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 16 item_count = 5 @@ -367,19 +414,20 @@ popup/item_4/text = "High (Slow)" popup/item_4/id = 4 [node name="SSReflectionsLabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"] -offset_top = 116.0 -offset_right = 188.0 -offset_bottom = 139.0 +layout_mode = 2 +offset_top = 109.0 +offset_right = 189.0 +offset_bottom = 132.0 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 14 text = "Screen-Space Reflections:" [node name="SSReflectionsOptionButton" type="OptionButton" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"] -minimum_size = Vector2(100, 33) -offset_left = 192.0 -offset_top = 111.0 -offset_right = 380.0 -offset_bottom = 144.0 +layout_mode = 2 +offset_left = 193.0 +offset_top = 105.0 +offset_right = 381.0 +offset_bottom = 136.0 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 16 item_count = 4 @@ -394,19 +442,20 @@ popup/item_3/text = "High (Slower)" popup/item_3/id = 3 [node name="SSILLabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"] -offset_top = 151.0 -offset_right = 188.0 -offset_bottom = 177.0 +layout_mode = 2 +offset_top = 142.0 +offset_right = 189.0 +offset_bottom = 168.0 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 16 text = "Screen-Space Lighting:" [node name="SSILOptionButton" type="OptionButton" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"] -minimum_size = Vector2(100, 33) -offset_left = 192.0 -offset_top = 148.0 -offset_right = 380.0 -offset_bottom = 181.0 +layout_mode = 2 +offset_left = 193.0 +offset_top = 140.0 +offset_right = 381.0 +offset_bottom = 171.0 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 16 item_count = 5 @@ -423,19 +472,20 @@ popup/item_4/text = "High (Slower)" popup/item_4/id = 4 [node name="VolumetricFogLabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"] -offset_top = 188.0 -offset_right = 188.0 -offset_bottom = 214.0 +layout_mode = 2 +offset_top = 177.0 +offset_right = 189.0 +offset_bottom = 203.0 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 16 text = "Volumetric Fog:" [node name="VolumetricFogOptionButton" type="OptionButton" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"] -minimum_size = Vector2(100, 33) -offset_left = 192.0 -offset_top = 185.0 -offset_right = 380.0 -offset_bottom = 218.0 +layout_mode = 2 +offset_left = 193.0 +offset_top = 175.0 +offset_right = 381.0 +offset_bottom = 206.0 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 16 item_count = 3 @@ -448,18 +498,20 @@ popup/item_2/text = "High (Average)" popup/item_2/id = 2 [node name="BrightnessLabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"] -offset_top = 222.0 -offset_right = 188.0 -offset_bottom = 248.0 +layout_mode = 2 +offset_top = 210.0 +offset_right = 189.0 +offset_bottom = 236.0 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 16 text = "Brightness:" [node name="BrightnessSlider" type="HSlider" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"] -offset_left = 192.0 -offset_top = 222.0 -offset_right = 380.0 -offset_bottom = 248.0 +layout_mode = 2 +offset_left = 193.0 +offset_top = 210.0 +offset_right = 381.0 +offset_bottom = 236.0 size_flags_horizontal = 3 size_flags_vertical = 1 min_value = 0.5 @@ -468,18 +520,20 @@ step = 0.01 value = 1.0 [node name="ContrastLabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"] -offset_top = 252.0 -offset_right = 188.0 -offset_bottom = 278.0 +layout_mode = 2 +offset_top = 240.0 +offset_right = 189.0 +offset_bottom = 266.0 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 16 text = "Contrast:" [node name="ContrastSlider" type="HSlider" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"] -offset_left = 192.0 -offset_top = 252.0 -offset_right = 380.0 -offset_bottom = 278.0 +layout_mode = 2 +offset_left = 193.0 +offset_top = 240.0 +offset_right = 381.0 +offset_bottom = 266.0 size_flags_horizontal = 3 size_flags_vertical = 1 min_value = 0.5 @@ -488,18 +542,20 @@ step = 0.01 value = 1.0 [node name="SaturationLabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"] -offset_top = 282.0 -offset_right = 188.0 -offset_bottom = 308.0 +layout_mode = 2 +offset_top = 270.0 +offset_right = 189.0 +offset_bottom = 296.0 size_flags_horizontal = 3 theme_override_font_sizes/font_size = 16 text = "Saturation:" [node name="SaturationSlider" type="HSlider" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"] -offset_left = 192.0 -offset_top = 282.0 -offset_right = 380.0 -offset_bottom = 308.0 +layout_mode = 2 +offset_left = 193.0 +offset_top = 270.0 +offset_right = 381.0 +offset_bottom = 296.0 size_flags_horizontal = 3 size_flags_vertical = 1 min_value = 0.01 @@ -508,6 +564,7 @@ step = 0.01 value = 1.0 [node name="HideShowButton" type="Button" parent="."] +layout_mode = 0 offset_right = 149.0 offset_bottom = 31.0 focus_mode = 0 @@ -516,18 +573,9 @@ toggle_mode = true button_pressed = true text = "Hide settings" -[node name="TextureRect" type="TextureRect" parent="."] -anchor_left = 1.0 -anchor_top = 1.0 -anchor_right = 1.0 -anchor_bottom = 1.0 -offset_left = -65.0 -offset_top = -65.0 -grow_horizontal = 0 -grow_vertical = 0 -texture = ExtResource( "3_xpykm" ) - [node name="FPSLabel" type="Label" parent="."] +layout_mode = 1 +anchors_preset = 1 anchor_left = 1.0 anchor_right = 1.0 offset_left = -56.0 @@ -538,6 +586,8 @@ grow_horizontal = 0 horizontal_alignment = 2 [node name="ResolutionLabel" type="Label" parent="."] +layout_mode = 1 +anchors_preset = 1 anchor_left = 1.0 anchor_right = 1.0 offset_left = -56.0 @@ -552,7 +602,8 @@ horizontal_alignment = 2 [connection signal="item_selected" from="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2/FilterOptionButton" to="." method="_on_filter_option_button_item_selected"] [connection signal="item_selected" from="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2/FullscreenOptionButton" to="." method="_on_fullscreen_option_button_item_selected"] [connection signal="item_selected" from="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2/VsyncOptionButton" to="." method="_on_vsync_option_button_item_selected"] -[connection signal="item_selected" from="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2/AAOptionButton" to="." method="_on_aa_option_button_item_selected"] +[connection signal="item_selected" from="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2/TAAOptionButton" to="." method="_on_taa_option_button_item_selected"] +[connection signal="item_selected" from="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2/MSAAOptionButton" to="." method="_on_msaa_option_button_item_selected"] [connection signal="item_selected" from="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2/FXAAOptionButton" to="." method="_on_fxaa_option_button_item_selected"] [connection signal="value_changed" from="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2/FOVSlider" to="." method="_on_fov_slider_value_changed"] [connection signal="item_selected" from="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3/SDFGIOptionButton" to="." method="_on_sdfgi_option_button_item_selected"] diff --git a/3d/graphics_settings/project.godot b/3d/graphics_settings/project.godot index 88440bf2dc3..6e78721cc96 100644 --- a/3d/graphics_settings/project.godot +++ b/3d/graphics_settings/project.godot @@ -12,8 +12,8 @@ config_version=5 config/name="3D Graphics Settings" run/main_scene="res://control.tscn" +config/features=PackedStringArray("4.0") config/icon="res://icon.png" -config/features=PackedStringArray("4.0", "Vulkan Clustered") [display] diff --git a/3d/graphics_settings/settings.gd b/3d/graphics_settings/settings.gd index 9f5165aa264..9324c49b884 100644 --- a/3d/graphics_settings/settings.gd +++ b/3d/graphics_settings/settings.gd @@ -92,21 +92,27 @@ func _on_vsync_option_button_item_selected(index: int) -> void: DisplayServer.window_set_vsync_mode(DisplayServer.VSYNC_ENABLED) -func _on_aa_option_button_item_selected(index: int) -> void: +func _on_msaa_option_button_item_selected(index: int) -> void: # Multi-sample anti-aliasing. High quality, but slow. It also does not smooth out the edges of # transparent (alpha scissor) textures. if index == 0: # Disabled - get_viewport().msaa = Viewport.MSAA_DISABLED + get_viewport().msaa_3d = Viewport.MSAA_DISABLED elif index == 1: # 2× - get_viewport().msaa = Viewport.MSAA_2X + get_viewport().msaa_3d = Viewport.MSAA_2X elif index == 2: # 4× - get_viewport().msaa = Viewport.MSAA_4X + get_viewport().msaa_3d = Viewport.MSAA_4X elif index == 3: # 8× - get_viewport().msaa = Viewport.MSAA_8X + get_viewport().msaa_3d = Viewport.MSAA_8X + + +func _on_taa_option_button_item_selected(index: int) -> void: + # Temporal antialiasing. Smooths out everything including specular aliasing, but can introduce + # ghosting artifacts and blurring in motion. Moderate performance cost. + get_viewport().use_taa = index == 1 func _on_fxaa_option_button_item_selected(index: int) -> void: - # Fast approximate anti-aliasing. Much faster than FXAA (and works on alpha scissor edges), + # Fast approximate anti-aliasing. Much faster than MSAA (and works on alpha scissor edges), # but blurs the whole scene rendering slightly. get_viewport().screen_space_aa = index == 1 diff --git a/3d/ik/addons/sade/editor_gizmo_texture.png.import b/3d/ik/addons/sade/editor_gizmo_texture.png.import index 4592e80c478..ae898a87de7 100644 --- a/3d/ik/addons/sade/editor_gizmo_texture.png.import +++ b/3d/ik/addons/sade/editor_gizmo_texture.png.import @@ -31,5 +31,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=0 diff --git a/3d/ik/addons/sade/ik_fabrik.png.import b/3d/ik/addons/sade/ik_fabrik.png.import index a70db7b364d..c456ee28083 100644 --- a/3d/ik/addons/sade/ik_fabrik.png.import +++ b/3d/ik/addons/sade/ik_fabrik.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/3d/ik/addons/sade/ik_look_at.png.import b/3d/ik/addons/sade/ik_look_at.png.import index f6021f6d018..a9680b13294 100644 --- a/3d/ik/addons/sade/ik_look_at.png.import +++ b/3d/ik/addons/sade/ik_look_at.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/3d/ik/fps/gun_textures.png.import b/3d/ik/fps/gun_textures.png.import index ac90b13388a..7af59fe01d6 100644 --- a/3d/ik/fps/gun_textures.png.import +++ b/3d/ik/fps/gun_textures.png.import @@ -31,5 +31,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=0 diff --git a/3d/ik/fps/weapon_pistol.dae.import b/3d/ik/fps/weapon_pistol.dae.import index 7c0ddb79066..980dba7d84c 100644 --- a/3d/ik/fps/weapon_pistol.dae.import +++ b/3d/ik/fps/weapon_pistol.dae.import @@ -15,6 +15,7 @@ dest_files=["res://.godot/imported/weapon_pistol.dae-ed8a2a8a1d486f24880330c98ee nodes/root_type="Node3D" nodes/root_name="WeaponPistol" +nodes/apply_root_scale=true nodes/root_scale=1.0 meshes/ensure_tangents=true meshes/generate_lods=true diff --git a/3d/ik/icon.png.import b/3d/ik/icon.png.import index 3491ef35fed..1409a3fb13d 100644 --- a/3d/ik/icon.png.import +++ b/3d/ik/icon.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/3d/ik/model/godot_battle_bot.dae.import b/3d/ik/model/godot_battle_bot.dae.import index 3f5864b4451..75b34015077 100644 --- a/3d/ik/model/godot_battle_bot.dae.import +++ b/3d/ik/model/godot_battle_bot.dae.import @@ -15,6 +15,7 @@ dest_files=["res://.godot/imported/godot_battle_bot.dae-b816538849caf76e74976d7a nodes/root_type="Node3D" nodes/root_name="GodotBattleBot" +nodes/apply_root_scale=true nodes/root_scale=1.0 meshes/ensure_tangents=true meshes/generate_lods=true diff --git a/3d/ik/model/godot_battle_bot_colors.png.import b/3d/ik/model/godot_battle_bot_colors.png.import index efa2d011cf5..bbd3268dcc7 100644 --- a/3d/ik/model/godot_battle_bot_colors.png.import +++ b/3d/ik/model/godot_battle_bot_colors.png.import @@ -31,5 +31,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=0 diff --git a/3d/ik/model/godot_battle_bot_emission.png.import b/3d/ik/model/godot_battle_bot_emission.png.import index 75284cdfcff..68f32ae7180 100644 --- a/3d/ik/model/godot_battle_bot_emission.png.import +++ b/3d/ik/model/godot_battle_bot_emission.png.import @@ -31,5 +31,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/3d/ik/project.godot b/3d/ik/project.godot index a6080546edf..2db781a3998 100644 --- a/3d/ik/project.godot +++ b/3d/ik/project.godot @@ -15,12 +15,12 @@ config/description="This is an example of different Inverse Kinematic algorithms implemented in Godot. It contains four scenes, showing different ways they can be used, including via SkeletonIK3D." run/main_scene="res://look_at_ik.tscn" -config/icon="res://icon.png" config/features=PackedStringArray("4.0") +config/icon="res://icon.png" [display] -window/stretch/mode="2d" +window/stretch/mode="canvas_items" window/stretch/aspect="expand" [editor_plugins] diff --git a/3d/kinematic_character/cubelib.tres b/3d/kinematic_character/cubelib.tres index 27d5b82d4c6..4bdd5f4b184 100644 --- a/3d/kinematic_character/cubelib.tres +++ b/3d/kinematic_character/cubelib.tres @@ -2,7 +2,7 @@ [ext_resource type="ArrayMesh" uid="uid://ba7dqpj07mlsy" path="res://models/cube.mesh" id="1"] -[sub_resource type="Image" id="Image_gt44q"] +[sub_resource type="Image" id="Image_1ovcj"] data = { "data": PackedByteArray(76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 66, 41, 73, 255, 68, 42, 73, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 55, 32, 61, 255, 62, 36, 68, 255, 70, 43, 77, 255, 72, 45, 78, 255, 67, 43, 73, 255, 63, 41, 68, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 57, 33, 63, 255, 59, 34, 65, 255, 65, 38, 72, 255, 73, 45, 80, 255, 76, 47, 82, 255, 72, 47, 78, 255, 69, 46, 75, 255, 63, 41, 69, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 59, 34, 64, 255, 61, 35, 67, 255, 63, 36, 69, 255, 66, 38, 73, 255, 75, 44, 81, 255, 78, 47, 84, 255, 76, 49, 83, 255, 75, 51, 82, 255, 69, 46, 75, 255, 62, 41, 69, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 54, 32, 59, 255, 60, 35, 65, 255, 62, 36, 68, 255, 63, 37, 70, 255, 62, 36, 69, 255, 69, 40, 76, 255, 80, 48, 87, 255, 82, 50, 89, 255, 81, 52, 88, 255, 80, 54, 87, 255, 75, 51, 81, 255, 68, 46, 75, 255, 63, 42, 68, 255, 55, 35, 61, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 52, 31, 57, 255, 57, 34, 63, 255, 64, 37, 70, 255, 62, 36, 69, 255, 62, 36, 69, 255, 68, 39, 75, 255, 77, 45, 84, 255, 88, 52, 94, 255, 89, 54, 96, 255, 85, 55, 92, 255, 83, 55, 90, 255, 81, 55, 87, 255, 75, 51, 81, 255, 68, 46, 74, 255, 61, 40, 67, 255, 54, 34, 59, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 48, 30, 53, 255, 51, 31, 56, 255, 54, 32, 59, 255, 61, 36, 67, 255, 63, 36, 69, 255, 62, 36, 69, 255, 70, 40, 77, 255, 74, 43, 81, 255, 79, 46, 87, 255, 87, 53, 95, 255, 90, 56, 97, 255, 91, 59, 99, 255, 85, 55, 93, 255, 85, 58, 92, 255, 81, 56, 87, 255, 73, 50, 80, 255, 67, 45, 73, 255, 60, 39, 65, 255, 53, 34, 58, 255, 46, 29, 51, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 46, 28, 51, 255, 50, 30, 55, 255, 54, 32, 59, 255, 59, 36, 65, 255, 64, 37, 70, 255, 65, 37, 72, 255, 72, 42, 80, 255, 76, 44, 84, 255, 76, 44, 84, 255, 82, 49, 90, 255, 94, 58, 103, 255, 97, 61, 105, 255, 95, 61, 103, 255, 91, 59, 98, 255, 88, 60, 96, 255, 86, 60, 93, 255, 79, 54, 85, 255, 72, 48, 78, 255, 67, 45, 73, 255, 60, 39, 65, 255, 52, 33, 57, 255, 45, 29, 50, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 45, 28, 49, 255, 48, 29, 53, 255, 55, 33, 60, 255, 60, 36, 65, 255, 64, 39, 70, 255, 68, 40, 74, 255, 75, 44, 83, 255, 78, 46, 85, 255, 75, 44, 84, 255, 78, 46, 87, 255, 85, 51, 93, 255, 93, 58, 103, 255, 99, 62, 107, 255, 101, 66, 110, 255, 96, 63, 104, 255, 92, 61, 100, 255, 90, 61, 97, 255, 85, 59, 92, 255, 77, 52, 84, 255, 73, 49, 79, 255, 67, 45, 72, 255, 58, 38, 63, 255, 49, 31, 54, 255, 43, 27, 47, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 38, 24, 41, 255, 45, 29, 49, 255, 50, 31, 54, 255, 54, 33, 59, 255, 59, 36, 64, 255, 63, 38, 69, 255, 68, 41, 74, 255, 75, 44, 82, 255, 77, 45, 85, 255, 76, 44, 84, 255, 80, 47, 88, 255, 80, 47, 89, 255, 86, 51, 95, 255, 98, 60, 106, 255, 102, 64, 110, 255, 105, 69, 114, 255, 101, 67, 110, 255, 95, 62, 103, 255, 93, 62, 100, 255, 90, 61, 97, 255, 82, 56, 89, 255, 76, 50, 82, 255, 72, 49, 78, 255, 64, 42, 69, 255, 53, 33, 58, 255, 46, 28, 50, 255, 41, 26, 45, 255, 38, 24, 42, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 35, 22, 39, 255, 41, 26, 45, 255, 50, 32, 54, 255, 54, 33, 59, 255, 59, 36, 64, 255, 62, 37, 68, 255, 67, 40, 73, 255, 72, 44, 79, 255, 75, 45, 83, 255, 78, 46, 85, 255, 82, 48, 90, 255, 83, 49, 92, 255, 82, 47, 91, 255, 92, 54, 101, 255, 101, 61, 108, 255, 105, 64, 113, 255, 109, 70, 119, 255, 105, 69, 114, 255, 100, 66, 109, 255, 95, 62, 103, 255, 94, 63, 101, 255, 89, 59, 95, 255, 80, 52, 86, 255, 76, 51, 82, 255, 69, 45, 75, 255, 56, 34, 61, 255, 49, 29, 54, 255, 44, 26, 48, 255, 43, 27, 47, 255, 37, 23, 40, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 29, 18, 32, 255, 34, 21, 37, 255, 37, 22, 41, 255, 44, 27, 48, 255, 51, 32, 56, 255, 57, 35, 62, 255, 61, 38, 68, 255, 66, 40, 72, 255, 71, 43, 78, 255, 73, 45, 81, 255, 77, 46, 85, 255, 82, 49, 90, 255, 88, 53, 96, 255, 85, 50, 95, 255, 86, 49, 96, 255, 94, 55, 104, 255, 102, 60, 111, 255, 104, 63, 114, 255, 112, 71, 122, 255, 110, 72, 119, 255, 104, 69, 113, 255, 99, 64, 107, 255, 93, 60, 101, 255, 92, 60, 99, 255, 87, 55, 94, 255, 81, 53, 87, 255, 73, 48, 80, 255, 62, 38, 67, 255, 53, 32, 59, 255, 48, 28, 53, 255, 46, 28, 50, 255, 43, 27, 46, 255, 35, 21, 38, 255, 30, 19, 33, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 28, 17, 31, 255, 33, 21, 37, 255, 38, 23, 41, 255, 41, 24, 45, 255, 48, 28, 52, 255, 55, 33, 60, 255, 61, 38, 67, 255, 65, 40, 72, 255, 70, 43, 77, 255, 72, 44, 79, 255, 76, 46, 83, 255, 81, 49, 89, 255, 88, 52, 96, 255, 88, 52, 97, 255, 88, 51, 98, 255, 92, 53, 101, 255, 97, 57, 107, 255, 106, 63, 115, 255, 111, 68, 121, 255, 116, 74, 127, 255, 114, 75, 124, 255, 109, 72, 119, 255, 103, 67, 112, 255, 95, 60, 104, 255, 91, 58, 99, 255, 89, 57, 97, 255, 86, 55, 93, 255, 78, 51, 85, 255, 68, 43, 74, 255, 60, 37, 65, 255, 53, 31, 58, 255, 48, 29, 53, 255, 46, 29, 50, 255, 39, 24, 42, 255, 32, 20, 36, 255, 28, 17, 31, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 27, 17, 29, 255, 33, 21, 36, 255, 38, 25, 42, 255, 41, 24, 45, 255, 45, 26, 50, 255, 53, 32, 58, 255, 61, 38, 67, 255, 65, 40, 71, 255, 69, 41, 75, 255, 72, 43, 79, 255, 76, 46, 84, 255, 80, 49, 88, 255, 86, 52, 94, 255, 89, 53, 98, 255, 93, 55, 102, 255, 98, 58, 108, 255, 97, 57, 107, 255, 101, 59, 111, 255, 117, 72, 127, 255, 123, 77, 134, 255, 121, 77, 131, 255, 119, 77, 129, 255, 111, 72, 121, 255, 105, 68, 115, 255, 99, 63, 108, 255, 92, 58, 101, 255, 90, 57, 98, 255, 87, 55, 94, 255, 83, 53, 90, 255, 74, 47, 81, 255, 65, 41, 71, 255, 59, 36, 65, 255, 53, 33, 59, 255, 48, 29, 53, 255, 44, 27, 48, 255, 37, 23, 41, 255, 31, 18, 34, 255, 26, 16, 28, 255, 21, 12, 23, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 20, 13, 22, 255, 26, 17, 28, 255, 32, 21, 35, 255, 39, 26, 42, 255, 42, 27, 46, 255, 44, 26, 49, 255, 51, 31, 56, 255, 58, 36, 64, 255, 63, 39, 69, 255, 68, 41, 75, 255, 73, 44, 80, 255, 76, 47, 84, 255, 79, 48, 87, 255, 85, 52, 94, 255, 90, 55, 99, 255, 96, 58, 105, 255, 102, 62, 112, 255, 102, 61, 112, 255, 100, 59, 110, 255, 107, 64, 117, 255, 120, 74, 130, 255, 128, 81, 139, 255, 123, 78, 134, 255, 122, 78, 133, 255, 114, 73, 124, 255, 105, 66, 115, 255, 101, 64, 110, 255, 95, 60, 104, 255, 90, 56, 98, 255, 87, 55, 95, 255, 85, 54, 92, 255, 79, 49, 85, 255, 70, 44, 77, 255, 63, 39, 69, 255, 58, 36, 64, 255, 53, 33, 58, 255, 47, 29, 52, 255, 41, 25, 45, 255, 35, 21, 39, 255, 29, 17, 31, 255, 24, 14, 26, 255, 20, 11, 21, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 19, 12, 20, 255, 25, 16, 27, 255, 31, 20, 33, 255, 38, 25, 41, 255, 45, 30, 48, 255, 47, 30, 51, 255, 50, 31, 55, 255, 57, 35, 62, 255, 61, 37, 67, 255, 67, 40, 73, 255, 73, 44, 80, 255, 77, 46, 84, 255, 79, 48, 86, 255, 85, 52, 93, 255, 91, 55, 100, 255, 96, 58, 105, 255, 103, 63, 112, 255, 106, 64, 116, 255, 103, 62, 114, 255, 106, 63, 116, 255, 111, 65, 120, 255, 122, 75, 132, 255, 129, 80, 140, 255, 128, 81, 139, 255, 124, 79, 135, 255, 119, 76, 129, 255, 110, 69, 119, 255, 102, 63, 111, 255, 97, 60, 106, 255, 91, 57, 100, 255, 87, 55, 96, 255, 85, 53, 93, 255, 82, 51, 89, 255, 74, 46, 81, 255, 66, 40, 72, 255, 61, 37, 67, 255, 57, 35, 62, 255, 50, 31, 55, 255, 45, 27, 49, 255, 39, 24, 43, 255, 33, 20, 37, 255, 28, 16, 30, 255, 23, 14, 26, 255, 18, 10, 20, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 12, 7, 13, 255, 17, 11, 19, 255, 23, 16, 25, 255, 29, 19, 32, 255, 35, 24, 38, 255, 42, 29, 46, 255, 49, 33, 53, 255, 52, 33, 56, 255, 56, 35, 61, 255, 61, 38, 66, 255, 65, 40, 71, 255, 71, 43, 78, 255, 76, 46, 83, 255, 81, 49, 89, 255, 84, 51, 93, 255, 89, 54, 98, 255, 96, 58, 105, 255, 104, 63, 113, 255, 110, 66, 120, 255, 107, 64, 117, 255, 108, 64, 118, 255, 112, 67, 122, 255, 115, 68, 126, 255, 122, 73, 137, 255, 127, 76, 141, 255, 130, 81, 140, 255, 126, 79, 136, 255, 122, 76, 132, 255, 116, 73, 126, 255, 108, 66, 116, 255, 101, 62, 110, 255, 95, 59, 104, 255, 90, 56, 98, 255, 85, 53, 93, 255, 82, 51, 90, 255, 77, 48, 84, 255, 70, 44, 77, 255, 65, 40, 71, 255, 60, 36, 65, 255, 55, 33, 60, 255, 48, 29, 53, 255, 42, 25, 46, 255, 37, 22, 41, 255, 32, 19, 35, 255, 27, 16, 29, 255, 21, 13, 24, 255, 16, 9, 17, 255, 10, 6, 11, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 10, 6, 11, 255, 16, 10, 17, 255, 22, 15, 23, 255, 28, 19, 30, 255, 33, 23, 36, 255, 40, 27, 43, 255, 46, 30, 50, 255, 53, 35, 58, 255, 57, 36, 62, 255, 61, 38, 67, 255, 64, 40, 70, 255, 69, 42, 75, 255, 73, 44, 80, 255, 80, 49, 88, 255, 84, 51, 92, 255, 88, 53, 96, 255, 94, 57, 103, 255, 105, 64, 114, 255, 111, 68, 122, 255, 110, 66, 120, 255, 110, 65, 120, 255, 112, 67, 123, 255, 115, 69, 127, 255, 118, 70, 131, 255, 129, 78, 143, 255, 131, 79, 144, 255, 130, 80, 140, 255, 129, 80, 139, 255, 123, 77, 133, 255, 121, 75, 130, 255, 112, 68, 120, 255, 107, 65, 116, 255, 101, 62, 110, 255, 94, 58, 102, 255, 89, 55, 97, 255, 83, 52, 91, 255, 79, 49, 86, 255, 73, 45, 80, 255, 69, 42, 75, 255, 64, 39, 70, 255, 59, 35, 64, 255, 52, 32, 57, 255, 47, 28, 51, 255, 41, 24, 45, 255, 35, 21, 38, 255, 29, 17, 32, 255, 24, 14, 26, 255, 19, 11, 21, 255, 14, 8, 15, 255, 9, 5, 10, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 8, 5, 9, 255, 14, 9, 15, 255, 20, 14, 22, 255, 26, 18, 28, 255, 32, 22, 35, 255, 38, 26, 41, 255, 44, 29, 47, 255, 50, 33, 54, 255, 58, 37, 62, 255, 62, 39, 67, 255, 65, 41, 71, 255, 67, 42, 74, 255, 72, 44, 79, 255, 77, 47, 84, 255, 81, 50, 89, 255, 88, 54, 96, 255, 93, 56, 102, 255, 103, 64, 113, 255, 113, 70, 123, 255, 113, 69, 123, 255, 111, 67, 122, 255, 113, 67, 123, 255, 116, 68, 126, 255, 118, 71, 131, 255, 124, 75, 137, 255, 136, 82, 148, 255, 137, 83, 149, 255, 133, 80, 142, 255, 132, 82, 142, 255, 123, 76, 134, 255, 121, 74, 130, 255, 116, 71, 125, 255, 110, 66, 119, 255, 108, 65, 118, 255, 99, 61, 109, 255, 93, 58, 102, 255, 88, 55, 96, 255, 81, 50, 89, 255, 77, 48, 84, 255, 72, 44, 79, 255, 68, 41, 74, 255, 63, 38, 69, 255, 55, 33, 61, 255, 50, 30, 55, 255, 45, 27, 49, 255, 40, 24, 44, 255, 33, 19, 36, 255, 26, 15, 28, 255, 21, 12, 23, 255, 17, 10, 19, 255, 12, 7, 13, 255, 8, 5, 9, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 12, 7, 13, 255, 18, 12, 19, 255, 24, 16, 26, 255, 31, 21, 33, 255, 37, 26, 40, 255, 43, 30, 47, 255, 49, 32, 53, 255, 56, 35, 60, 255, 61, 39, 66, 255, 65, 41, 70, 255, 68, 42, 74, 255, 71, 44, 78, 255, 74, 46, 82, 255, 78, 48, 86, 255, 84, 52, 92, 255, 92, 56, 101, 255, 103, 63, 112, 255, 110, 68, 120, 255, 115, 71, 125, 255, 114, 69, 125, 255, 115, 69, 126, 255, 117, 69, 127, 255, 119, 71, 130, 255, 122, 73, 134, 255, 129, 78, 141, 255, 138, 83, 151, 255, 137, 82, 150, 255, 133, 81, 143, 255, 132, 80, 141, 255, 127, 77, 136, 255, 123, 75, 132, 255, 118, 72, 127, 255, 113, 69, 122, 255, 109, 66, 119, 255, 105, 63, 114, 255, 96, 58, 105, 255, 88, 54, 97, 255, 83, 52, 91, 255, 78, 49, 86, 255, 74, 45, 81, 255, 71, 43, 78, 255, 66, 39, 72, 255, 59, 36, 65, 255, 52, 32, 57, 255, 47, 28, 51, 255, 43, 26, 47, 255, 39, 23, 43, 255, 32, 18, 35, 255, 24, 14, 27, 255, 19, 11, 21, 255, 15, 9, 17, 255, 11, 7, 12, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 15, 10, 17, 255, 22, 14, 24, 255, 28, 19, 30, 255, 35, 24, 38, 255, 41, 28, 45, 255, 48, 32, 51, 255, 54, 35, 58, 255, 58, 37, 63, 255, 62, 39, 68, 255, 66, 41, 72, 255, 69, 43, 75, 255, 72, 45, 79, 255, 76, 48, 84, 255, 80, 49, 88, 255, 92, 56, 100, 255, 103, 63, 112, 255, 109, 67, 118, 255, 114, 71, 125, 255, 118, 73, 128, 255, 118, 72, 129, 255, 120, 72, 131, 255, 119, 70, 129, 255, 121, 72, 132, 255, 127, 76, 138, 255, 134, 81, 143, 255, 143, 86, 155, 255, 142, 86, 155, 255, 133, 81, 146, 255, 132, 80, 142, 255, 128, 77, 137, 255, 123, 74, 132, 255, 122, 74, 131, 255, 117, 71, 126, 255, 111, 67, 121, 255, 109, 66, 120, 255, 102, 61, 111, 255, 88, 53, 97, 255, 84, 51, 93, 255, 78, 48, 86, 255, 76, 47, 84, 255, 73, 45, 80, 255, 70, 43, 76, 255, 63, 38, 69, 255, 56, 34, 61, 255, 50, 31, 55, 255, 45, 27, 49, 255, 40, 24, 44, 255, 36, 21, 40, 255, 30, 17, 33, 255, 23, 13, 25, 255, 18, 10, 19, 255, 14, 8, 15, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 19, 12, 21, 255, 25, 16, 28, 255, 31, 21, 34, 255, 39, 26, 42, 255, 45, 31, 49, 255, 51, 34, 55, 255, 55, 35, 60, 255, 60, 37, 65, 255, 64, 40, 69, 255, 67, 42, 73, 255, 72, 45, 79, 255, 74, 46, 82, 255, 78, 48, 85, 255, 91, 55, 99, 255, 101, 62, 110, 255, 109, 67, 118, 255, 114, 71, 124, 255, 118, 73, 129, 255, 122, 75, 132, 255, 122, 74, 133, 255, 122, 73, 133, 255, 123, 73, 133, 255, 124, 75, 135, 255, 133, 81, 143, 255, 134, 82, 144, 255, 146, 90, 160, 255, 145, 90, 160, 255, 138, 84, 152, 255, 132, 81, 146, 255, 124, 76, 135, 255, 123, 74, 132, 255, 122, 73, 130, 255, 118, 71, 128, 255, 114, 69, 125, 255, 111, 67, 121, 255, 107, 65, 117, 255, 95, 57, 104, 255, 89, 53, 97, 255, 85, 51, 93, 255, 78, 48, 86, 255, 76, 47, 84, 255, 72, 44, 79, 255, 67, 41, 74, 255, 60, 37, 66, 255, 54, 33, 59, 255, 48, 29, 53, 255, 43, 26, 48, 255, 37, 22, 41, 255, 32, 19, 36, 255, 27, 16, 30, 255, 22, 13, 24, 255, 17, 10, 19, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 23, 15, 25, 255, 29, 19, 32, 255, 35, 23, 38, 255, 42, 28, 46, 255, 48, 31, 52, 255, 52, 33, 57, 255, 57, 36, 62, 255, 61, 38, 67, 255, 65, 40, 71, 255, 71, 44, 78, 255, 75, 46, 82, 255, 76, 46, 84, 255, 87, 52, 94, 255, 97, 60, 106, 255, 106, 65, 115, 255, 113, 70, 123, 255, 118, 73, 129, 255, 122, 75, 133, 255, 123, 76, 134, 255, 124, 75, 135, 255, 127, 76, 137, 255, 125, 75, 135, 255, 131, 80, 141, 255, 133, 81, 143, 255, 133, 81, 144, 255, 142, 84, 155, 255, 140, 84, 154, 255, 140, 85, 154, 255, 140, 85, 154, 255, 125, 77, 138, 255, 122, 74, 133, 255, 121, 73, 131, 255, 120, 72, 130, 255, 117, 71, 129, 255, 112, 68, 124, 255, 109, 66, 120, 255, 102, 61, 111, 255, 94, 56, 103, 255, 92, 55, 100, 255, 88, 54, 96, 255, 82, 50, 90, 255, 75, 46, 82, 255, 71, 43, 78, 255, 65, 39, 71, 255, 59, 36, 65, 255, 53, 32, 58, 255, 47, 28, 52, 255, 41, 25, 46, 255, 35, 20, 39, 255, 29, 17, 33, 255, 25, 15, 28, 255, 21, 13, 23, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 27, 18, 30, 255, 33, 22, 36, 255, 40, 26, 43, 255, 46, 30, 50, 255, 51, 33, 55, 255, 55, 35, 60, 255, 59, 37, 65, 255, 63, 39, 69, 255, 69, 43, 76, 255, 74, 46, 81, 255, 74, 45, 82, 255, 82, 49, 90, 255, 93, 56, 101, 255, 103, 63, 111, 255, 110, 68, 120, 255, 117, 72, 127, 255, 120, 74, 131, 255, 121, 73, 131, 255, 124, 76, 135, 255, 129, 79, 139, 255, 131, 80, 139, 255, 130, 80, 140, 255, 133, 81, 143, 255, 133, 80, 144, 255, 135, 83, 146, 255, 143, 90, 156, 255, 143, 89, 157, 255, 138, 84, 151, 255, 139, 85, 153, 255, 133, 81, 146, 255, 121, 75, 134, 255, 122, 75, 134, 255, 120, 73, 131, 255, 120, 72, 131, 255, 119, 72, 130, 255, 112, 68, 123, 255, 107, 65, 117, 255, 97, 58, 107, 255, 97, 59, 106, 255, 94, 57, 102, 255, 91, 56, 99, 255, 84, 51, 91, 255, 74, 45, 81, 255, 68, 41, 75, 255, 63, 38, 70, 255, 57, 35, 63, 255, 51, 31, 56, 255, 46, 28, 51, 255, 39, 23, 43, 255, 33, 19, 36, 255, 28, 17, 31, 255, 25, 15, 27, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 31, 20, 34, 255, 38, 25, 41, 255, 44, 29, 48, 255, 50, 33, 54, 255, 55, 35, 60, 255, 59, 37, 64, 255, 62, 39, 68, 255, 67, 42, 74, 255, 73, 45, 80, 255, 75, 45, 83, 255, 78, 47, 86, 255, 88, 53, 96, 255, 97, 59, 105, 255, 105, 64, 114, 255, 112, 69, 123, 255, 118, 72, 128, 255, 117, 71, 127, 255, 121, 74, 131, 255, 130, 81, 140, 255, 133, 82, 142, 255, 134, 82, 142, 255, 135, 82, 144, 255, 134, 82, 144, 255, 133, 82, 144, 255, 134, 83, 146, 255, 145, 91, 159, 255, 144, 90, 158, 255, 133, 82, 147, 255, 137, 84, 150, 255, 134, 81, 147, 255, 125, 77, 138, 255, 121, 75, 134, 255, 122, 75, 133, 255, 119, 74, 130, 255, 122, 74, 133, 255, 117, 70, 128, 255, 112, 68, 122, 255, 100, 60, 110, 255, 95, 57, 105, 255, 99, 60, 107, 255, 96, 59, 104, 255, 91, 56, 99, 255, 84, 52, 91, 255, 75, 46, 82, 255, 68, 41, 74, 255, 62, 37, 68, 255, 55, 33, 60, 255, 48, 29, 53, 255, 43, 26, 48, 255, 36, 21, 39, 255, 31, 18, 34, 255, 28, 17, 31, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 36, 23, 39, 255, 42, 28, 46, 255, 48, 32, 52, 255, 54, 36, 59, 255, 58, 37, 64, 255, 61, 38, 66, 255, 66, 41, 72, 255, 73, 45, 80, 255, 78, 47, 85, 255, 81, 48, 89, 255, 83, 50, 91, 255, 90, 54, 98, 255, 96, 58, 106, 255, 106, 65, 116, 255, 112, 68, 122, 255, 117, 71, 128, 255, 119, 73, 129, 255, 125, 79, 136, 255, 131, 83, 143, 255, 136, 84, 145, 255, 137, 83, 145, 255, 134, 82, 144, 255, 133, 82, 144, 255, 138, 85, 149, 255, 138, 85, 150, 255, 136, 87, 151, 255, 132, 84, 147, 255, 138, 85, 152, 255, 137, 84, 150, 255, 134, 82, 147, 255, 130, 80, 143, 255, 123, 76, 136, 255, 123, 76, 135, 255, 123, 77, 134, 255, 118, 74, 129, 255, 119, 73, 130, 255, 114, 69, 125, 255, 107, 65, 117, 255, 95, 57, 106, 255, 100, 61, 109, 255, 100, 61, 109, 255, 96, 60, 105, 255, 90, 55, 98, 255, 83, 51, 90, 255, 76, 47, 82, 255, 68, 41, 74, 255, 60, 36, 66, 255, 53, 32, 58, 255, 44, 26, 49, 255, 38, 22, 43, 255, 34, 20, 37, 255, 31, 19, 34, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 40, 26, 43, 255, 46, 30, 50, 255, 52, 34, 57, 255, 57, 37, 62, 255, 59, 37, 65, 255, 64, 40, 70, 255, 72, 44, 79, 255, 78, 47, 85, 255, 84, 51, 91, 255, 87, 52, 95, 255, 89, 53, 97, 255, 88, 53, 97, 255, 99, 60, 109, 255, 107, 64, 117, 255, 114, 70, 125, 255, 118, 74, 129, 255, 121, 76, 132, 255, 128, 81, 139, 255, 136, 86, 147, 255, 136, 84, 146, 255, 135, 83, 144, 255, 133, 82, 144, 255, 139, 86, 150, 255, 143, 87, 153, 255, 153, 98, 169, 255, 219, 159, 236, 255, 229, 167, 245, 255, 176, 115, 191, 255, 138, 85, 152, 255, 136, 83, 150, 255, 134, 82, 148, 255, 132, 80, 145, 255, 125, 78, 137, 255, 125, 78, 136, 255, 123, 77, 134, 255, 118, 74, 128, 255, 117, 72, 128, 255, 110, 67, 120, 255, 105, 63, 115, 255, 101, 61, 111, 255, 102, 63, 112, 255, 100, 62, 109, 255, 95, 59, 103, 255, 88, 54, 95, 255, 82, 51, 89, 255, 75, 46, 82, 255, 66, 40, 72, 255, 59, 36, 64, 255, 50, 30, 55, 255, 42, 24, 46, 255, 37, 22, 41, 255, 34, 20, 37, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 43, 27, 47, 255, 49, 32, 54, 255, 56, 37, 61, 255, 59, 38, 65, 255, 64, 40, 69, 255, 70, 42, 75, 255, 75, 45, 82, 255, 81, 49, 89, 255, 87, 53, 96, 255, 91, 55, 99, 255, 94, 57, 103, 255, 96, 58, 105, 255, 105, 64, 115, 255, 110, 68, 120, 255, 114, 72, 124, 255, 119, 76, 130, 255, 125, 79, 136, 255, 130, 82, 142, 255, 134, 85, 146, 255, 134, 84, 145, 255, 135, 83, 145, 255, 139, 85, 149, 255, 141, 86, 156, 255, 175, 117, 191, 255, 162, 105, 178, 255, 166, 106, 182, 255, 168, 108, 184, 255, 178, 117, 193, 255, 198, 136, 214, 255, 150, 92, 161, 255, 137, 83, 150, 255, 138, 84, 150, 255, 133, 81, 145, 255, 126, 78, 137, 255, 125, 79, 136, 255, 123, 77, 133, 255, 119, 74, 130, 255, 113, 70, 123, 255, 109, 67, 119, 255, 105, 64, 115, 255, 103, 62, 112, 255, 103, 63, 112, 255, 99, 61, 108, 255, 92, 57, 101, 255, 85, 53, 93, 255, 79, 48, 86, 255, 72, 44, 79, 255, 64, 38, 69, 255, 56, 34, 62, 255, 47, 27, 51, 255, 40, 23, 45, 255, 38, 23, 41, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 46, 29, 50, 255, 54, 35, 59, 255, 60, 39, 65, 255, 64, 40, 70, 255, 69, 43, 74, 255, 73, 44, 79, 255, 77, 46, 84, 255, 84, 50, 92, 255, 88, 53, 97, 255, 95, 57, 104, 255, 99, 60, 109, 255, 103, 63, 112, 255, 106, 66, 116, 255, 109, 69, 119, 255, 117, 74, 127, 255, 128, 82, 138, 255, 126, 79, 138, 255, 130, 83, 142, 255, 134, 85, 147, 255, 136, 84, 147, 255, 139, 85, 149, 255, 152, 93, 167, 255, 185, 122, 201, 255, 160, 98, 175, 255, 157, 98, 173, 255, 157, 98, 173, 255, 157, 98, 173, 255, 152, 94, 168, 255, 156, 96, 171, 255, 189, 124, 200, 255, 156, 95, 167, 255, 139, 84, 152, 255, 136, 83, 149, 255, 131, 81, 142, 255, 126, 78, 136, 255, 122, 76, 133, 255, 115, 71, 125, 255, 113, 70, 123, 255, 110, 68, 119, 255, 107, 66, 117, 255, 105, 64, 114, 255, 102, 63, 112, 255, 101, 62, 110, 255, 96, 59, 105, 255, 89, 55, 97, 255, 81, 50, 88, 255, 74, 45, 80, 255, 66, 40, 72, 255, 59, 35, 64, 255, 51, 30, 56, 255, 44, 26, 49, 255, 40, 24, 44, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 50, 32, 55, 255, 58, 37, 63, 255, 64, 41, 69, 255, 69, 43, 74, 255, 73, 45, 79, 255, 77, 47, 83, 255, 81, 49, 89, 255, 87, 52, 95, 255, 93, 56, 102, 255, 98, 60, 108, 255, 100, 61, 109, 255, 104, 64, 113, 255, 109, 68, 118, 255, 112, 71, 122, 255, 122, 78, 133, 255, 127, 81, 138, 255, 128, 81, 140, 255, 133, 84, 146, 255, 132, 84, 145, 255, 143, 88, 157, 255, 172, 106, 187, 255, 172, 107, 187, 255, 165, 100, 180, 255, 164, 99, 179, 255, 159, 96, 174, 255, 158, 98, 173, 255, 152, 94, 167, 255, 141, 84, 156, 255, 143, 85, 157, 255, 152, 91, 164, 255, 167, 103, 177, 255, 170, 105, 179, 255, 143, 89, 153, 255, 134, 84, 147, 255, 128, 79, 139, 255, 121, 73, 130, 255, 116, 71, 125, 255, 111, 68, 120, 255, 111, 68, 120, 255, 108, 68, 118, 255, 104, 66, 114, 255, 104, 64, 114, 255, 100, 61, 109, 255, 97, 59, 105, 255, 93, 57, 101, 255, 85, 52, 92, 255, 75, 46, 82, 255, 68, 41, 75, 255, 61, 36, 67, 255, 54, 32, 59, 255, 48, 28, 53, 255, 43, 25, 47, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 55, 34, 59, 255, 62, 39, 67, 255, 67, 42, 72, 255, 72, 45, 77, 255, 75, 46, 81, 255, 80, 49, 86, 255, 85, 51, 92, 255, 91, 55, 100, 255, 98, 59, 108, 255, 101, 62, 110, 255, 105, 65, 114, 255, 106, 65, 115, 255, 109, 68, 119, 255, 113, 71, 124, 255, 122, 78, 133, 255, 128, 82, 139, 255, 134, 85, 146, 255, 132, 84, 145, 255, 152, 94, 167, 255, 175, 109, 191, 255, 163, 98, 178, 255, 161, 97, 176, 255, 163, 98, 178, 255, 160, 97, 176, 255, 161, 97, 176, 255, 152, 91, 167, 255, 138, 81, 154, 255, 142, 83, 155, 255, 148, 88, 160, 255, 155, 93, 166, 255, 152, 91, 164, 255, 157, 94, 168, 255, 161, 103, 176, 255, 150, 95, 163, 255, 132, 83, 144, 255, 123, 75, 133, 255, 115, 69, 123, 255, 114, 69, 123, 255, 110, 68, 119, 255, 109, 69, 119, 255, 107, 68, 117, 255, 105, 66, 114, 255, 101, 63, 110, 255, 95, 58, 103, 255, 94, 57, 102, 255, 88, 54, 96, 255, 80, 48, 87, 255, 72, 43, 78, 255, 65, 39, 71, 255, 58, 34, 63, 255, 52, 31, 57, 255, 47, 28, 51, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 58, 36, 63, 255, 65, 41, 70, 255, 70, 43, 75, 255, 73, 45, 79, 255, 78, 48, 84, 255, 83, 50, 89, 255, 86, 52, 94, 255, 94, 57, 103, 255, 97, 60, 106, 255, 102, 64, 111, 255, 103, 64, 112, 255, 104, 64, 112, 255, 110, 68, 119, 255, 115, 73, 125, 255, 125, 80, 137, 255, 135, 87, 147, 255, 137, 87, 150, 255, 160, 98, 176, 255, 168, 103, 184, 255, 159, 96, 175, 255, 154, 91, 170, 255, 158, 94, 173, 255, 164, 98, 179, 255, 164, 99, 180, 255, 149, 88, 165, 255, 138, 80, 154, 255, 143, 84, 159, 255, 150, 89, 165, 255, 152, 91, 164, 255, 146, 86, 158, 255, 142, 85, 156, 255, 141, 86, 156, 255, 147, 91, 162, 255, 159, 101, 174, 255, 148, 93, 162, 255, 128, 79, 138, 255, 118, 71, 126, 255, 114, 68, 122, 255, 114, 69, 123, 255, 110, 69, 120, 255, 111, 71, 121, 255, 110, 70, 119, 255, 103, 65, 112, 255, 99, 62, 107, 255, 95, 58, 103, 255, 90, 55, 98, 255, 83, 50, 91, 255, 76, 45, 82, 255, 68, 40, 75, 255, 63, 38, 69, 255, 56, 33, 61, 255, 52, 31, 57, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 63, 40, 69, 255, 68, 43, 74, 255, 72, 45, 78, 255, 76, 46, 81, 255, 80, 48, 86, 255, 84, 50, 90, 255, 88, 54, 96, 255, 92, 58, 101, 255, 99, 62, 107, 255, 103, 64, 112, 255, 103, 63, 111, 255, 107, 65, 115, 255, 113, 69, 122, 255, 119, 76, 129, 255, 132, 85, 144, 255, 151, 97, 166, 255, 170, 107, 187, 255, 163, 100, 179, 255, 160, 97, 175, 255, 151, 89, 166, 255, 147, 86, 162, 255, 157, 95, 172, 255, 162, 97, 177, 255, 162, 97, 177, 255, 145, 85, 160, 255, 140, 81, 156, 255, 151, 89, 166, 255, 156, 93, 172, 255, 153, 91, 169, 255, 138, 82, 152, 255, 133, 81, 148, 255, 137, 84, 152, 255, 140, 86, 154, 255, 138, 85, 152, 255, 139, 87, 154, 255, 149, 93, 160, 255, 136, 84, 145, 255, 116, 70, 124, 255, 114, 69, 123, 255, 112, 71, 122, 255, 112, 71, 122, 255, 114, 73, 124, 255, 109, 69, 118, 255, 101, 64, 110, 255, 100, 63, 108, 255, 94, 58, 102, 255, 86, 52, 94, 255, 79, 47, 86, 255, 72, 43, 79, 255, 66, 39, 72, 255, 60, 36, 66, 255, 55, 32, 59, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 65, 41, 70, 255, 71, 44, 76, 255, 76, 47, 82, 255, 78, 47, 83, 255, 81, 48, 87, 255, 85, 52, 93, 255, 90, 56, 98, 255, 97, 61, 106, 255, 103, 65, 113, 255, 103, 64, 112, 255, 105, 63, 112, 255, 109, 66, 117, 255, 114, 70, 123, 255, 125, 79, 135, 255, 155, 99, 170, 255, 164, 104, 181, 255, 155, 96, 173, 255, 152, 91, 168, 255, 144, 85, 159, 255, 148, 88, 163, 255, 157, 95, 172, 255, 159, 96, 174, 255, 158, 95, 173, 255, 150, 87, 165, 255, 146, 85, 161, 255, 149, 88, 164, 255, 159, 95, 174, 255, 155, 92, 170, 255, 139, 81, 154, 255, 139, 81, 154, 255, 142, 84, 156, 255, 135, 82, 149, 255, 132, 80, 146, 255, 127, 77, 142, 255, 133, 80, 145, 255, 142, 86, 152, 255, 143, 87, 153, 255, 133, 80, 145, 255, 114, 68, 122, 255, 115, 72, 125, 255, 115, 73, 125, 255, 114, 73, 125, 255, 110, 70, 120, 255, 105, 67, 114, 255, 102, 65, 111, 255, 99, 62, 106, 255, 91, 55, 98, 255, 83, 49, 90, 255, 74, 44, 81, 255, 69, 41, 76, 255, 64, 38, 70, 255, 58, 35, 64, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 67, 40, 71, 255, 73, 45, 79, 255, 78, 47, 83, 255, 79, 48, 85, 255, 83, 50, 90, 255, 87, 54, 96, 255, 93, 58, 101, 255, 99, 62, 108, 255, 103, 64, 112, 255, 103, 62, 110, 255, 104, 62, 111, 255, 110, 66, 117, 255, 117, 73, 130, 255, 157, 100, 173, 255, 157, 99, 174, 255, 150, 91, 167, 255, 148, 89, 166, 255, 142, 84, 162, 255, 152, 93, 169, 255, 161, 99, 176, 255, 160, 98, 175, 255, 158, 95, 172, 255, 152, 89, 166, 255, 149, 87, 163, 255, 154, 91, 168, 255, 157, 94, 172, 255, 152, 90, 166, 255, 138, 80, 152, 255, 141, 83, 155, 255, 144, 85, 159, 255, 139, 81, 153, 255, 137, 80, 151, 255, 129, 77, 143, 255, 128, 75, 142, 255, 132, 77, 145, 255, 132, 77, 145, 255, 135, 80, 146, 255, 135, 80, 146, 255, 134, 79, 145, 255, 132, 84, 144, 255, 120, 77, 131, 255, 119, 76, 129, 255, 111, 71, 121, 255, 106, 67, 116, 255, 106, 67, 114, 255, 102, 64, 109, 255, 96, 58, 101, 255, 86, 52, 92, 255, 78, 46, 85, 255, 72, 43, 79, 255, 67, 40, 74, 255, 61, 37, 68, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 70, 42, 75, 255, 75, 45, 80, 255, 78, 47, 84, 255, 77, 47, 85, 255, 83, 51, 91, 255, 87, 54, 96, 255, 94, 59, 103, 255, 101, 62, 109, 255, 104, 63, 111, 255, 105, 64, 113, 255, 107, 64, 114, 255, 116, 70, 129, 255, 134, 83, 148, 255, 148, 94, 163, 255, 155, 98, 171, 255, 161, 103, 175, 255, 162, 104, 177, 255, 157, 99, 173, 255, 157, 98, 172, 255, 154, 95, 170, 255, 151, 91, 166, 255, 148, 86, 162, 255, 144, 83, 158, 255, 150, 89, 164, 255, 155, 94, 170, 255, 152, 91, 166, 255, 146, 86, 160, 255, 143, 84, 157, 255, 143, 84, 157, 255, 144, 85, 158, 255, 151, 90, 165, 255, 144, 86, 159, 255, 130, 75, 144, 255, 127, 73, 142, 255, 128, 74, 142, 255, 130, 76, 142, 255, 131, 77, 143, 255, 130, 76, 142, 255, 132, 79, 143, 255, 147, 93, 160, 255, 142, 91, 155, 255, 126, 81, 137, 255, 117, 75, 128, 255, 110, 70, 120, 255, 105, 67, 115, 255, 103, 65, 111, 255, 98, 60, 104, 255, 90, 55, 96, 255, 80, 49, 87, 255, 76, 46, 83, 255, 72, 43, 78, 255, 67, 40, 73, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 73, 44, 78, 255, 77, 47, 84, 255, 79, 49, 88, 255, 82, 50, 90, 255, 85, 52, 94, 255, 92, 57, 101, 255, 99, 61, 108, 255, 105, 65, 114, 255, 108, 67, 117, 255, 110, 67, 121, 255, 124, 76, 137, 255, 127, 78, 141, 255, 136, 87, 150, 255, 141, 91, 155, 255, 145, 94, 159, 255, 153, 98, 167, 255, 156, 99, 171, 255, 154, 97, 169, 255, 152, 94, 168, 255, 147, 90, 165, 255, 144, 89, 163, 255, 143, 86, 160, 255, 150, 89, 164, 255, 151, 91, 165, 255, 148, 89, 161, 255, 141, 83, 155, 255, 138, 80, 152, 255, 140, 82, 154, 255, 144, 85, 158, 255, 151, 91, 165, 255, 142, 84, 156, 255, 136, 81, 150, 255, 134, 79, 149, 255, 135, 80, 149, 255, 139, 84, 152, 255, 133, 80, 144, 255, 130, 77, 140, 255, 125, 72, 133, 255, 127, 75, 136, 255, 135, 82, 145, 255, 139, 87, 150, 255, 138, 87, 149, 255, 118, 73, 130, 255, 112, 71, 122, 255, 108, 68, 118, 255, 103, 65, 112, 255, 99, 61, 106, 255, 94, 57, 100, 255, 86, 53, 92, 255, 81, 50, 87, 255, 76, 46, 82, 255, 71, 43, 77, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 74, 45, 81, 255, 81, 49, 89, 255, 86, 52, 95, 255, 86, 53, 94, 255, 91, 55, 100, 255, 100, 61, 109, 255, 104, 64, 113, 255, 108, 68, 118, 255, 127, 79, 139, 255, 138, 84, 151, 255, 134, 85, 148, 255, 140, 91, 154, 255, 133, 83, 146, 255, 125, 76, 139, 255, 126, 76, 139, 255, 134, 81, 148, 255, 141, 84, 156, 255, 142, 87, 159, 255, 145, 89, 162, 255, 150, 92, 165, 255, 147, 90, 163, 255, 149, 92, 165, 255, 147, 87, 161, 255, 146, 87, 160, 255, 138, 81, 152, 255, 139, 82, 154, 255, 145, 87, 159, 255, 140, 82, 153, 255, 142, 84, 155, 255, 139, 83, 153, 255, 137, 82, 151, 255, 141, 86, 155, 255, 140, 85, 154, 255, 143, 87, 157, 255, 144, 89, 158, 255, 138, 84, 152, 255, 132, 79, 143, 255, 129, 77, 138, 255, 129, 77, 138, 255, 126, 74, 135, 255, 124, 73, 133, 255, 131, 80, 143, 255, 130, 78, 147, 255, 120, 73, 133, 255, 107, 68, 117, 255, 104, 65, 113, 255, 99, 61, 106, 255, 94, 58, 101, 255, 89, 54, 96, 255, 83, 51, 90, 255, 79, 48, 85, 255, 74, 45, 80, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 78, 47, 85, 255, 85, 51, 93, 255, 86, 53, 95, 255, 89, 54, 98, 255, 96, 58, 105, 255, 102, 62, 112, 255, 107, 67, 117, 255, 133, 83, 145, 255, 142, 89, 155, 255, 137, 85, 150, 255, 137, 84, 149, 255, 137, 88, 150, 255, 135, 87, 149, 255, 130, 81, 143, 255, 130, 77, 143, 255, 132, 75, 145, 255, 135, 78, 148, 255, 140, 84, 154, 255, 145, 90, 160, 255, 146, 90, 161, 255, 145, 88, 160, 255, 145, 86, 159, 255, 147, 87, 160, 255, 143, 83, 156, 255, 144, 85, 157, 255, 141, 84, 155, 255, 134, 79, 148, 255, 138, 82, 151, 255, 139, 83, 153, 255, 143, 86, 156, 255, 142, 85, 156, 255, 138, 83, 151, 255, 142, 88, 156, 255, 146, 91, 160, 255, 146, 90, 159, 255, 138, 84, 152, 255, 128, 77, 142, 255, 128, 77, 140, 255, 128, 77, 138, 255, 128, 78, 139, 255, 126, 75, 138, 255, 124, 74, 141, 255, 125, 75, 142, 255, 132, 80, 146, 255, 127, 77, 139, 255, 103, 65, 113, 255, 102, 63, 109, 255, 94, 58, 102, 255, 89, 55, 96, 255, 85, 51, 92, 255, 80, 48, 86, 255, 76, 47, 82, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 80, 49, 88, 255, 85, 52, 93, 255, 87, 53, 95, 255, 91, 55, 100, 255, 98, 60, 107, 255, 116, 74, 128, 255, 136, 86, 149, 255, 136, 85, 149, 255, 135, 85, 148, 255, 138, 88, 151, 255, 143, 93, 155, 255, 144, 94, 157, 255, 143, 93, 156, 255, 136, 84, 149, 255, 132, 77, 144, 255, 133, 78, 145, 255, 136, 81, 148, 255, 140, 86, 153, 255, 142, 88, 156, 255, 139, 83, 153, 255, 139, 81, 151, 255, 142, 84, 155, 255, 147, 88, 160, 255, 149, 89, 162, 255, 140, 82, 153, 255, 133, 77, 146, 255, 137, 82, 150, 255, 138, 83, 151, 255, 140, 84, 153, 255, 137, 82, 151, 255, 136, 81, 149, 255, 141, 84, 154, 255, 145, 90, 159, 255, 148, 91, 162, 255, 141, 86, 154, 255, 132, 80, 145, 255, 131, 79, 144, 255, 130, 78, 143, 255, 129, 78, 142, 255, 128, 77, 141, 255, 125, 75, 141, 255, 124, 74, 140, 255, 126, 76, 140, 255, 129, 78, 141, 255, 130, 79, 142, 255, 126, 75, 139, 255, 108, 65, 120, 255, 99, 61, 106, 255, 92, 57, 99, 255, 86, 53, 93, 255, 81, 50, 88, 255, 77, 47, 83, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 81, 49, 88, 255, 83, 51, 92, 255, 90, 55, 98, 255, 94, 57, 103, 255, 119, 76, 133, 255, 136, 88, 149, 255, 134, 87, 147, 255, 134, 86, 147, 255, 136, 88, 148, 255, 139, 90, 151, 255, 145, 98, 157, 255, 150, 103, 162, 255, 149, 102, 162, 255, 144, 94, 156, 255, 135, 82, 147, 255, 136, 84, 149, 255, 137, 85, 150, 255, 140, 87, 153, 255, 141, 87, 154, 255, 135, 82, 148, 255, 136, 81, 149, 255, 140, 83, 153, 255, 141, 84, 154, 255, 137, 80, 150, 255, 137, 82, 150, 255, 141, 87, 154, 255, 135, 84, 148, 255, 131, 79, 144, 255, 132, 79, 145, 255, 133, 79, 146, 255, 135, 81, 148, 255, 142, 88, 155, 255, 145, 92, 158, 255, 142, 89, 155, 255, 138, 85, 151, 255, 133, 81, 146, 255, 128, 77, 141, 255, 128, 77, 140, 255, 128, 75, 137, 255, 129, 75, 138, 255, 127, 76, 139, 255, 122, 73, 137, 255, 125, 75, 138, 255, 126, 76, 138, 255, 126, 77, 138, 255, 125, 75, 136, 255, 127, 77, 139, 255, 118, 73, 129, 255, 97, 60, 104, 255, 91, 56, 98, 255, 84, 52, 91, 255, 80, 49, 86, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 80, 49, 88, 255, 87, 54, 96, 255, 95, 59, 103, 255, 120, 77, 135, 255, 127, 82, 144, 255, 129, 84, 143, 255, 134, 88, 144, 255, 135, 89, 146, 255, 136, 90, 148, 255, 140, 93, 152, 255, 143, 96, 154, 255, 146, 101, 158, 255, 145, 99, 157, 255, 144, 96, 156, 255, 141, 91, 154, 255, 138, 88, 151, 255, 138, 86, 150, 255, 141, 87, 153, 255, 137, 84, 150, 255, 132, 80, 145, 255, 135, 83, 148, 255, 132, 80, 144, 255, 127, 74, 139, 255, 134, 81, 146, 255, 134, 83, 147, 255, 125, 77, 138, 255, 128, 79, 141, 255, 135, 84, 148, 255, 127, 77, 139, 255, 132, 80, 145, 255, 138, 86, 150, 255, 139, 87, 152, 255, 139, 87, 152, 255, 139, 87, 151, 255, 136, 85, 149, 255, 131, 80, 143, 255, 128, 77, 140, 255, 130, 77, 141, 255, 130, 77, 141, 255, 126, 74, 135, 255, 121, 69, 128, 255, 121, 70, 130, 255, 120, 72, 133, 255, 122, 73, 134, 255, 124, 76, 135, 255, 123, 75, 134, 255, 122, 75, 133, 255, 124, 76, 135, 255, 110, 63, 121, 255, 99, 62, 108, 255, 88, 54, 95, 255, 80, 49, 87, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 82, 51, 90, 255, 101, 63, 108, 255, 120, 75, 127, 255, 121, 77, 132, 255, 122, 79, 138, 255, 126, 82, 140, 255, 129, 85, 141, 255, 130, 85, 142, 255, 132, 88, 144, 255, 133, 86, 145, 255, 135, 88, 146, 255, 136, 89, 148, 255, 139, 92, 150, 255, 139, 92, 151, 255, 143, 98, 156, 255, 141, 92, 153, 255, 140, 89, 152, 255, 138, 86, 151, 255, 136, 84, 148, 255, 133, 82, 145, 255, 127, 77, 140, 255, 124, 75, 136, 255, 127, 80, 139, 255, 125, 78, 137, 255, 118, 72, 130, 255, 127, 79, 140, 255, 127, 79, 140, 255, 118, 72, 130, 255, 127, 78, 138, 255, 136, 84, 147, 255, 137, 85, 149, 255, 136, 85, 148, 255, 136, 85, 148, 255, 136, 85, 148, 255, 135, 84, 146, 255, 134, 82, 144, 255, 132, 80, 142, 255, 130, 78, 142, 255, 127, 76, 138, 255, 125, 74, 134, 255, 123, 73, 133, 255, 119, 71, 129, 255, 111, 66, 122, 255, 120, 73, 131, 255, 122, 76, 133, 255, 118, 70, 128, 255, 116, 69, 127, 255, 114, 67, 125, 255, 113, 69, 124, 255, 111, 70, 122, 255, 95, 60, 105, 255, 82, 51, 90, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 102, 62, 108, 255, 116, 73, 124, 255, 116, 73, 124, 255, 119, 76, 127, 255, 123, 80, 133, 255, 127, 83, 136, 255, 130, 86, 138, 255, 130, 88, 141, 255, 133, 92, 143, 255, 134, 93, 145, 255, 134, 92, 145, 255, 134, 91, 145, 255, 135, 89, 146, 255, 134, 87, 146, 255, 136, 88, 147, 255, 139, 90, 150, 255, 138, 89, 149, 255, 136, 88, 148, 255, 133, 84, 145, 255, 129, 79, 141, 255, 123, 76, 134, 255, 121, 76, 131, 255, 117, 72, 126, 255, 119, 74, 130, 255, 122, 77, 134, 255, 112, 69, 123, 255, 112, 68, 123, 255, 127, 78, 138, 255, 133, 82, 144, 255, 136, 84, 148, 255, 136, 84, 148, 255, 134, 84, 146, 255, 134, 84, 145, 255, 133, 83, 145, 255, 131, 80, 142, 255, 132, 81, 143, 255, 130, 80, 141, 255, 125, 75, 134, 255, 124, 74, 134, 255, 125, 75, 136, 255, 122, 74, 132, 255, 117, 71, 127, 255, 117, 72, 127, 255, 118, 73, 129, 255, 116, 71, 126, 255, 114, 68, 125, 255, 111, 66, 121, 255, 108, 67, 118, 255, 106, 67, 116, 255, 101, 63, 111, 255, 109, 69, 120, 255, 90, 57, 100, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 111, 69, 118, 255, 113, 71, 120, 255, 117, 75, 126, 255, 121, 79, 130, 255, 126, 83, 136, 255, 126, 85, 137, 255, 127, 87, 138, 255, 129, 90, 140, 255, 130, 91, 141, 255, 131, 92, 142, 255, 132, 92, 143, 255, 135, 91, 144, 255, 135, 89, 145, 255, 133, 87, 144, 255, 131, 85, 143, 255, 130, 83, 141, 255, 127, 80, 138, 255, 125, 78, 136, 255, 122, 76, 133, 255, 118, 74, 129, 255, 116, 72, 126, 255, 118, 74, 129, 255, 117, 73, 127, 255, 108, 66, 115, 255, 111, 67, 118, 255, 120, 73, 128, 255, 124, 76, 133, 255, 128, 78, 138, 255, 130, 80, 141, 255, 132, 82, 144, 255, 132, 81, 143, 255, 131, 81, 143, 255, 131, 81, 143, 255, 130, 80, 141, 255, 126, 77, 136, 255, 124, 75, 133, 255, 122, 74, 131, 255, 124, 76, 133, 255, 124, 77, 133, 255, 121, 75, 131, 255, 117, 72, 127, 255, 115, 71, 124, 255, 114, 70, 123, 255, 112, 69, 122, 255, 108, 68, 118, 255, 104, 66, 114, 255, 103, 65, 113, 255, 104, 66, 114, 255, 106, 67, 116, 255, 97, 61, 107, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 64, 40, 70, 255, 110, 69, 117, 255, 113, 73, 123, 255, 120, 79, 130, 255, 121, 80, 131, 255, 122, 81, 132, 255, 124, 86, 134, 255, 126, 86, 136, 255, 127, 86, 136, 255, 131, 89, 138, 255, 133, 89, 139, 255, 130, 85, 137, 255, 126, 81, 136, 255, 123, 78, 134, 255, 121, 76, 132, 255, 120, 75, 131, 255, 118, 73, 127, 255, 115, 71, 123, 255, 115, 71, 124, 255, 116, 73, 127, 255, 114, 71, 124, 255, 107, 65, 116, 255, 105, 63, 115, 255, 111, 66, 120, 255, 119, 72, 126, 255, 121, 73, 128, 255, 121, 74, 129, 255, 123, 76, 132, 255, 124, 76, 135, 255, 126, 78, 137, 255, 126, 78, 137, 255, 126, 78, 137, 255, 122, 74, 132, 255, 117, 70, 125, 255, 115, 68, 121, 255, 118, 72, 125, 255, 121, 75, 129, 255, 118, 73, 126, 255, 118, 73, 126, 255, 114, 71, 123, 255, 112, 69, 121, 255, 110, 68, 119, 255, 105, 66, 115, 255, 101, 64, 111, 255, 100, 64, 110, 255, 103, 65, 113, 255, 105, 65, 114, 255, 61, 36, 67, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 106, 67, 115, 255, 111, 72, 121, 255, 112, 72, 121, 255, 113, 73, 123, 255, 115, 75, 125, 255, 118, 78, 127, 255, 123, 81, 130, 255, 123, 81, 131, 255, 123, 80, 131, 255, 117, 74, 127, 255, 117, 73, 127, 255, 115, 72, 126, 255, 112, 70, 121, 255, 112, 70, 121, 255, 108, 67, 115, 255, 111, 68, 118, 255, 113, 70, 122, 255, 114, 70, 122, 255, 110, 67, 119, 255, 100, 60, 111, 255, 101, 61, 112, 255, 106, 63, 115, 255, 110, 66, 118, 255, 114, 68, 121, 255, 117, 71, 124, 255, 116, 71, 125, 255, 117, 72, 128, 255, 117, 72, 128, 255, 115, 70, 126, 255, 114, 68, 124, 255, 116, 71, 127, 255, 114, 70, 123, 255, 114, 70, 121, 255, 112, 69, 120, 255, 110, 68, 119, 255, 114, 71, 122, 255, 117, 73, 123, 255, 113, 70, 120, 255, 107, 67, 116, 255, 101, 64, 111, 255, 100, 63, 110, 255, 97, 62, 107, 255, 99, 63, 109, 255, 101, 63, 110, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 99, 62, 108, 255, 108, 69, 117, 255, 111, 73, 121, 255, 111, 73, 119, 255, 110, 72, 117, 255, 110, 71, 118, 255, 112, 72, 122, 255, 113, 72, 122, 255, 114, 72, 123, 255, 112, 71, 122, 255, 107, 70, 117, 255, 107, 70, 117, 255, 110, 70, 120, 255, 108, 67, 116, 255, 108, 67, 116, 255, 106, 65, 113, 255, 108, 66, 116, 255, 109, 66, 119, 255, 108, 65, 118, 255, 105, 63, 114, 255, 102, 61, 111, 255, 96, 58, 107, 255, 99, 60, 109, 255, 96, 58, 106, 255, 102, 63, 113, 255, 107, 65, 117, 255, 106, 63, 116, 255, 106, 63, 116, 255, 111, 68, 121, 255, 111, 69, 120, 255, 110, 70, 117, 255, 106, 67, 114, 255, 105, 65, 114, 255, 109, 68, 117, 255, 109, 68, 117, 255, 107, 66, 115, 255, 105, 66, 114, 255, 103, 65, 113, 255, 104, 65, 114, 255, 100, 63, 110, 255, 98, 62, 107, 255, 97, 61, 106, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 0, 0, 0, 255, 102, 65, 108, 255, 106, 70, 114, 255, 109, 72, 117, 255, 110, 74, 119, 255, 110, 73, 118, 255, 111, 72, 119, 255, 111, 72, 120, 255, 111, 73, 120, 255, 110, 72, 120, 255, 106, 69, 116, 255, 100, 65, 110, 255, 101, 64, 110, 255, 104, 64, 112, 255, 107, 66, 116, 255, 108, 66, 118, 255, 108, 66, 117, 255, 108, 66, 118, 255, 107, 65, 117, 255, 108, 65, 115, 255, 107, 65, 115, 255, 104, 64, 114, 255, 96, 59, 107, 255, 91, 56, 101, 255, 100, 62, 111, 255, 105, 64, 115, 255, 108, 66, 118, 255, 103, 64, 112, 255, 100, 63, 109, 255, 100, 63, 109, 255, 105, 67, 112, 255, 110, 70, 116, 255, 104, 65, 112, 255, 98, 61, 107, 255, 98, 62, 108, 255, 101, 64, 111, 255, 102, 64, 112, 255, 97, 62, 107, 255, 94, 59, 103, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 101, 66, 108, 255, 104, 69, 112, 255, 106, 71, 114, 255, 106, 70, 114, 255, 106, 68, 115, 255, 108, 70, 117, 255, 111, 73, 120, 255, 102, 67, 112, 255, 96, 63, 105, 255, 96, 63, 105, 255, 98, 62, 107, 255, 101, 62, 110, 255, 101, 61, 110, 255, 101, 61, 111, 255, 104, 64, 114, 255, 104, 64, 114, 255, 103, 63, 112, 255, 101, 62, 112, 255, 102, 62, 113, 255, 105, 65, 115, 255, 103, 64, 113, 255, 103, 64, 112, 255, 97, 60, 107, 255, 98, 61, 107, 255, 94, 59, 104, 255, 98, 62, 107, 255, 100, 63, 107, 255, 99, 63, 106, 255, 101, 64, 108, 255, 101, 64, 108, 255, 99, 64, 106, 255, 95, 62, 102, 255, 98, 62, 107, 255, 99, 62, 108, 255, 92, 59, 101, 255, 93, 59, 102, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 25, 16, 28, 255, 100, 65, 108, 255, 104, 66, 113, 255, 102, 65, 111, 255, 105, 67, 114, 255, 106, 68, 114, 255, 101, 66, 110, 255, 96, 62, 105, 255, 95, 60, 104, 255, 97, 60, 106, 255, 96, 59, 104, 255, 96, 59, 104, 255, 96, 58, 104, 255, 95, 57, 104, 255, 97, 59, 107, 255, 96, 58, 107, 255, 94, 57, 106, 255, 96, 58, 107, 255, 95, 58, 106, 255, 98, 60, 108, 255, 93, 57, 102, 255, 93, 57, 102, 255, 93, 58, 102, 255, 93, 58, 102, 255, 95, 58, 103, 255, 93, 58, 101, 255, 89, 55, 97, 255, 89, 56, 97, 255, 91, 59, 98, 255, 94, 61, 102, 255, 96, 62, 103, 255, 95, 62, 103, 255, 96, 61, 104, 255, 25, 15, 27, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 93, 59, 102, 255, 96, 61, 105, 255, 100, 64, 109, 255, 102, 65, 110, 255, 101, 65, 110, 255, 99, 64, 108, 255, 99, 63, 107, 255, 99, 63, 108, 255, 98, 62, 106, 255, 95, 59, 103, 255, 95, 59, 103, 255, 94, 59, 103, 255, 93, 57, 102, 255, 94, 57, 103, 255, 96, 58, 105, 255, 96, 58, 105, 255, 96, 58, 105, 255, 95, 58, 104, 255, 94, 58, 102, 255, 95, 58, 104, 255, 92, 57, 101, 255, 84, 53, 93, 255, 80, 52, 88, 255, 82, 52, 90, 255, 85, 53, 93, 255, 84, 53, 90, 255, 83, 54, 89, 255, 86, 56, 92, 255, 89, 58, 96, 255, 94, 61, 102, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 71, 45, 78, 255, 96, 60, 103, 255, 96, 61, 104, 255, 95, 61, 104, 255, 96, 61, 104, 255, 94, 59, 102, 255, 92, 58, 100, 255, 90, 57, 98, 255, 88, 55, 96, 255, 87, 54, 96, 255, 88, 55, 97, 255, 86, 53, 96, 255, 84, 52, 95, 255, 83, 51, 94, 255, 89, 54, 98, 255, 87, 54, 96, 255, 85, 54, 93, 255, 86, 54, 94, 255, 86, 54, 95, 255, 84, 53, 93, 255, 80, 51, 88, 255, 80, 51, 88, 255, 81, 50, 88, 255, 82, 50, 89, 255, 80, 49, 88, 255, 78, 49, 85, 255, 79, 51, 84, 255, 70, 43, 78, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 88, 55, 96, 255, 88, 54, 96, 255, 90, 56, 97, 255, 89, 55, 96, 255, 89, 55, 96, 255, 83, 51, 92, 255, 80, 50, 90, 255, 85, 54, 94, 255, 85, 54, 93, 255, 82, 50, 91, 255, 80, 49, 90, 255, 80, 49, 89, 255, 79, 50, 88, 255, 80, 51, 88, 255, 85, 53, 93, 255, 84, 53, 92, 255, 84, 53, 92, 255, 82, 52, 89, 255, 78, 49, 86, 255, 77, 47, 84, 255, 74, 45, 82, 255, 73, 44, 81, 255, 75, 46, 83, 255, 73, 44, 80, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 87, 56, 94, 255, 85, 54, 93, 255, 86, 54, 93, 255, 85, 53, 93, 255, 83, 51, 91, 255, 82, 50, 90, 255, 78, 49, 87, 255, 76, 47, 85, 255, 75, 46, 85, 255, 75, 46, 85, 255, 76, 47, 84, 255, 76, 47, 84, 255, 77, 48, 84, 255, 79, 49, 86, 255, 78, 49, 85, 255, 76, 48, 83, 255, 77, 48, 84, 255, 76, 46, 83, 255, 71, 43, 78, 255, 70, 42, 77, 255, 72, 43, 79, 255, 70, 42, 77, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 0, 0, 0, 255, 77, 47, 84, 255, 78, 48, 85, 255, 79, 48, 85, 255, 79, 48, 86, 255, 78, 48, 85, 255, 76, 47, 83, 255, 71, 44, 78, 255, 73, 45, 80, 255, 71, 44, 78, 255, 71, 44, 78, 255, 71, 44, 78, 255, 71, 44, 78, 255, 69, 44, 77, 255, 72, 44, 78, 255, 74, 45, 81, 255, 75, 46, 81, 255, 73, 45, 80, 255, 73, 45, 79, 255, 0, 0, 0, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 72, 44, 79, 255, 74, 45, 80, 255, 72, 44, 79, 255, 71, 43, 78, 255, 67, 41, 74, 255, 65, 41, 72, 255, 65, 40, 72, 255, 65, 41, 72, 255, 65, 40, 72, 255, 64, 40, 71, 255, 68, 41, 75, 255, 70, 42, 76, 255, 72, 44, 78, 255, 72, 45, 79, 255, 70, 44, 77, 255, 71, 44, 78, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 30, 18, 33, 255, 66, 41, 73, 255, 66, 41, 73, 255, 68, 42, 77, 255, 68, 42, 77, 255, 68, 42, 77, 255, 65, 40, 72, 255, 63, 39, 69, 255, 64, 39, 71, 255, 66, 40, 72, 255, 68, 42, 74, 255, 66, 40, 73, 255, 65, 39, 71, 255, 30, 19, 33, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 62, 39, 70, 255, 64, 40, 72, 255, 64, 40, 73, 255, 62, 38, 69, 255, 61, 37, 67, 255, 61, 37, 67, 255, 61, 36, 67, 255, 61, 37, 67, 255, 62, 37, 68, 255, 62, 38, 68, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 57, 36, 64, 255, 56, 35, 62, 255, 58, 36, 64, 255, 58, 36, 64, 255, 56, 35, 62, 255, 57, 35, 63, 255, 57, 34, 63, 255, 57, 34, 62, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 0, 0, 0, 255, 51, 32, 57, 255, 50, 30, 55, 255, 54, 33, 59, 255, 54, 33, 59, 255, 0, 0, 0, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 49, 31, 54, 255, 48, 30, 53, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0), "format": "RGBA8", @@ -12,15 +12,14 @@ data = { } [sub_resource type="ImageTexture" id="2"] -image = SubResource( "Image_gt44q" ) -size = Vector2(64, 64) +image = SubResource("Image_1ovcj") [sub_resource type="BoxShape3D" id="3"] [resource] item/0/name = "cube" -item/0/mesh = ExtResource( "1" ) +item/0/mesh = ExtResource("1") item/0/mesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) -item/0/shapes = [SubResource( "3" ), Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)] +item/0/shapes = [SubResource("3"), Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)] item/0/navmesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) -item/0/preview = SubResource( "2" ) +item/0/preview = SubResource("2") diff --git a/3d/kinematic_character/default_env.tres b/3d/kinematic_character/default_env.tres index 5cd11c4aa5e..b94fcf9fe96 100644 --- a/3d/kinematic_character/default_env.tres +++ b/3d/kinematic_character/default_env.tres @@ -8,12 +8,12 @@ ground_horizon_color = Color(0.14902, 0.137255, 0.12549, 1) ground_curve = 0.25 [sub_resource type="Sky" id="1"] -sky_material = SubResource( "ProceduralSkyMaterial_fiix7" ) +sky_material = SubResource("ProceduralSkyMaterial_fiix7") radiance_size = 1 [resource] background_mode = 2 -sky = SubResource( "1" ) +sky = SubResource("1") ambient_light_energy = 5.0 tonemap_mode = 2 tonemap_white = 6.0 diff --git a/3d/kinematic_character/icon.png.import b/3d/kinematic_character/icon.png.import index 5a675c93b85..36f36f97424 100644 --- a/3d/kinematic_character/icon.png.import +++ b/3d/kinematic_character/icon.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/3d/kinematic_character/level.tscn b/3d/kinematic_character/level.tscn index 116b3dd2f9c..88578e13d9e 100644 --- a/3d/kinematic_character/level.tscn +++ b/3d/kinematic_character/level.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=10 format=3 uid="uid://cucm487dww55a"] +[gd_scene load_steps=12 format=3 uid="uid://cucm487dww55a"] [ext_resource type="MeshLibrary" uid="uid://cnxehnqppo36s" path="res://cubelib.tres" id="1"] [ext_resource type="PackedScene" uid="uid://c1j6vfe3s2bq8" path="res://player/cubio.tscn" id="2"] @@ -25,6 +25,11 @@ tracks/0/keys = { "values": [Vector3(0.5, 4.5, -2.5), Vector3(0.5, 4.5, -2.5), Vector3(0.5, 8.5, -2.5), Vector3(0.5, 8.5, -2.5), Vector3(0.5, 4.5, -2.5), Vector3(0.5, 4.5, -2.5)] } +[sub_resource type="AnimationLibrary" id="AnimationLibrary_uxnju"] +_data = { +"updown1": SubResource("2") +} + [sub_resource type="Animation" id="3"] length = 10.0 loop_mode = 1 @@ -41,23 +46,22 @@ tracks/0/keys = { "values": [Vector3(-3.5, 8.5, 4.5), Vector3(-3.5, 8.5, 4.5), Vector3(3.5, 8.5, 4.5), Vector3(3.5, 8.5, 4.5), Vector3(-3.5, 8.5, 4.5)] } +[sub_resource type="AnimationLibrary" id="AnimationLibrary_o6d7g"] +_data = { +"side": SubResource("3"), +"updown1": SubResource("2") +} + [sub_resource type="BoxShape3D" id="4"] [node name="World3D" type="Node3D"] -__meta__ = { -"__editor_plugin_screen__": "3D" -} [node name="GridMap" type="GridMap" parent="."] -mesh_library = ExtResource( "1" ) +mesh_library = ExtResource("1") cell_size = Vector3(1, 1, 1) data = { "cells": PackedInt32Array(0, 0, 0, 1, 0, 0, 2, 0, 0, 3, 0, 0, 4, 0, 0, 65530, 0, 0, 65531, 0, 0, 65532, 0, 0, 65533, 0, 0, 65534, 0, 0, 65535, 0, 0, 196603, 0, 0, 196604, 0, 0, 524292, 0, 0, 589820, 0, 0, 786432, 0, 0, 851967, 0, 0, 0, 1, 0, 1, 1, 0, 2, 1, 0, 3, 1, 0, 4, 1, 0, 65530, 1, 0, 65531, 1, 0, 65532, 1, 0, 65533, 1, 0, 65534, 1, 0, 65535, 1, 0, 131075, 1, 0, 196603, 1, 0, 196604, 1, 0, 524292, 1, 0, 589820, 1, 0, 786432, 1, 0, 851967, 1, 0, 0, 2, 0, 1, 2, 0, 2, 2, 0, 3, 2, 0, 4, 2, 0, 65530, 2, 0, 65531, 2, 0, 65532, 2, 0, 65533, 2, 0, 65534, 2, 0, 65535, 2, 0, 131075, 2, 0, 196603, 2, 0, 196604, 2, 0, 524292, 2, 0, 589820, 2, 0, 786432, 2, 0, 786433, 2, 0, 851966, 2, 0, 851967, 2, 0, 0, 3, 0, 1, 3, 0, 2, 3, 0, 3, 3, 0, 4, 3, 0, 65530, 3, 0, 65531, 3, 0, 65532, 3, 0, 65533, 3, 0, 65534, 3, 0, 65535, 3, 0, 196603, 3, 0, 524291, 3, 0, 524292, 3, 0, 589820, 3, 0, 786432, 3, 0, 786433, 3, 0, 851966, 3, 0, 851967, 3, 0, 0, 4, 0, 1, 4, 0, 2, 4, 0, 3, 4, 0, 4, 4, 0, 65530, 4, 0, 65531, 4, 0, 65532, 4, 0, 65533, 4, 0, 65534, 4, 0, 65535, 4, 0, 196603, 4, 0, 786432, 4, 0, 851967, 4, 0, 0, 5, 0, 1, 5, 0, 2, 5, 0, 3, 5, 0, 4, 5, 0, 65530, 5, 0, 65531, 5, 0, 65532, 5, 0, 65533, 5, 0, 65534, 5, 0, 65535, 5, 0, 131075, 5, 0, 0, 6, 0, 1, 6, 0, 2, 6, 0, 3, 6, 0, 4, 6, 0, 65530, 6, 0, 65531, 6, 0, 65532, 6, 0, 65533, 6, 0, 65534, 6, 0, 65535, 6, 0, 131075, 6, 0, 196603, 6, 0, 0, 7, 0, 1, 7, 0, 2, 7, 0, 3, 7, 0, 4, 7, 0, 65530, 7, 0, 65531, 7, 0, 65532, 7, 0, 65533, 7, 0, 65534, 7, 0, 65535, 7, 0, 131075, 7, 0, 196603, 7, 0, 0, 8, 0, 1, 8, 0, 2, 8, 0, 3, 8, 0, 4, 8, 0, 65530, 8, 0, 65531, 8, 0, 65532, 8, 0, 65533, 8, 0, 65534, 8, 0, 65535, 8, 0, 131075, 8, 0, 196603, 8, 0, 196604, 8, 0, 0, 9, 0, 1, 9, 0, 2, 9, 0, 3, 9, 0, 4, 9, 0, 65530, 9, 0, 65531, 9, 0, 65532, 9, 0, 65533, 9, 0, 65534, 9, 0, 65535, 9, 0, 131073, 9, 0, 131074, 9, 0, 131075, 9, 0, 196603, 9, 0, 196604, 9, 0, 196605, 9, 0, 196608, 9, 0, 262142, 9, 0, 0, 10, 0, 1, 10, 0, 2, 10, 0, 3, 10, 0, 4, 10, 0, 65530, 10, 0, 65531, 10, 0, 65532, 10, 0, 65533, 10, 0, 65534, 10, 0, 65535, 10, 0, 0, 11, 0, 1, 11, 0, 2, 11, 0, 3, 11, 0, 4, 11, 0, 65530, 11, 0, 65531, 11, 0, 65532, 11, 0, 65533, 11, 0, 65534, 11, 0, 65535, 11, 0, 0, 65532, 0, 1, 65532, 0, 2, 65532, 0, 3, 65532, 0, 4, 65532, 0, 65530, 65532, 0, 65531, 65532, 0, 65532, 65532, 0, 65533, 65532, 0, 65534, 65532, 0, 65535, 65532, 0, 0, 65533, 0, 1, 65533, 0, 2, 65533, 0, 3, 65533, 0, 4, 65533, 0, 65530, 65533, 0, 65531, 65533, 0, 65532, 65533, 0, 65533, 65533, 0, 65534, 65533, 0, 65535, 65533, 0, 262145, 65533, 0, 262146, 65533, 0, 262147, 65533, 0, 589822, 65533, 0, 589823, 65533, 0, 655363, 65533, 0, 655364, 65533, 0, 720897, 65533, 0, 720898, 65533, 0, 786432, 65533, 0, 851967, 65533, 0, 0, 65534, 0, 1, 65534, 0, 2, 65534, 0, 3, 65534, 0, 4, 65534, 0, 65530, 65534, 0, 65531, 65534, 0, 65532, 65534, 0, 65533, 65534, 0, 65534, 65534, 0, 65535, 65534, 0, 65536, 65534, 0, 131071, 65534, 0, 196603, 65534, 0, 196604, 65534, 0, 196605, 65534, 0, 196606, 65534, 0, 196607, 65534, 0, 589822, 65534, 0, 589828, 65534, 0, 786432, 65534, 0, 851967, 65534, 0, 0, 65535, 0, 1, 65535, 0, 2, 65535, 0, 3, 65535, 0, 4, 65535, 0, 65530, 65535, 0, 65531, 65535, 0, 65532, 65535, 0, 65533, 65535, 0, 65534, 65535, 0, 65535, 65535, 0, 196603, 65535, 0, 196604, 65535, 0, 196611, 65535, 0, 589820, 65535, 0, 589821, 65535, 0, 589822, 65535, 0, 589828, 65535, 0, 786432, 65535, 0, 851967, 65535, 0) } -__meta__ = { -"_editor_clip_": 0, -"_editor_floor_": Vector3(0, 12, 0) -} [node name="DirectionalLight3D" type="DirectionalLight3D" parent="."] transform = Transform3D(-0.173649, 0.806707, -0.564863, 0, 0.573576, 0.819152, 0.984808, 0.142244, -0.0996007, 0, 0, 0) @@ -71,7 +75,7 @@ directional_shadow_blend_splits = true directional_shadow_fade_start = 0.25 directional_shadow_max_distance = 50.0 -[node name="Cubio" parent="." instance=ExtResource( "2" )] +[node name="Cubio" parent="." instance=ExtResource("2")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.5, 2, 4) [node name="Elevator1" type="CharacterBody3D" parent="."] @@ -79,41 +83,44 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.5, 4.5, -2.5) input_capture_on_drag = true [node name="Mesh" type="MeshInstance3D" parent="Elevator1"] -mesh = ExtResource( "3" ) +mesh = ExtResource("3") [node name="CollisionShape3D" type="CollisionShape3D" parent="Elevator1"] -shape = SubResource( "1" ) +shape = SubResource("1") [node name="AnimationPlayer" type="AnimationPlayer" parent="Elevator1"] autoplay = "updown1" playback_process_mode = 0 -anims/updown1 = SubResource( "2" ) +libraries = { +"": SubResource("AnimationLibrary_uxnju") +} [node name="Elevator2" type="CharacterBody3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3.5, 8.5, 4.5) [node name="Mesh" type="MeshInstance3D" parent="Elevator2"] -mesh = ExtResource( "3" ) +mesh = ExtResource("3") [node name="CollisionShape3D" type="CollisionShape3D" parent="Elevator2"] -shape = SubResource( "1" ) +shape = SubResource("1") [node name="AnimationPlayer" type="AnimationPlayer" parent="Elevator2"] autoplay = "side" playback_process_mode = 0 -anims/side = SubResource( "3" ) -anims/updown1 = SubResource( "2" ) +libraries = { +"": SubResource("AnimationLibrary_o6d7g") +} [node name="Princess" type="Area3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 13.25, 3) -[node name="Mushroom" parent="Princess" instance=ExtResource( "5" )] +[node name="Mushroom" parent="Princess" instance=ExtResource("5")] [node name="CollisionShape3D" type="CollisionShape3D" parent="Princess"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0) -shape = SubResource( "4" ) +shape = SubResource("4") [node name="WorldEnvironment" type="WorldEnvironment" parent="."] -environment = ExtResource( "5_3bi5f" ) +environment = ExtResource("5_3bi5f") [connection signal="body_entered" from="Princess" to="Cubio" method="_on_tcube_body_entered"] diff --git a/3d/kinematic_character/models/cube.glb.import b/3d/kinematic_character/models/cube.glb.import index 8705f40c144..8bc6d54e494 100644 --- a/3d/kinematic_character/models/cube.glb.import +++ b/3d/kinematic_character/models/cube.glb.import @@ -15,6 +15,7 @@ dest_files=["res://.godot/imported/cube.glb-c6bf6ebacd621473d1ca4ff4a368b9dc.scn nodes/root_type="Node3D" nodes/root_name="Cube" +nodes/apply_root_scale=true nodes/root_scale=1.0 meshes/ensure_tangents=true meshes/generate_lods=true diff --git a/3d/kinematic_character/models/mushroom.glb.import b/3d/kinematic_character/models/mushroom.glb.import index eeb1699d28b..a0161522720 100644 --- a/3d/kinematic_character/models/mushroom.glb.import +++ b/3d/kinematic_character/models/mushroom.glb.import @@ -15,6 +15,7 @@ dest_files=["res://.godot/imported/mushroom.glb-32cf35844b7be6455c0c736b26eb7163 nodes/root_type="Node3D" nodes/root_name="Mushroom" +nodes/apply_root_scale=true nodes/root_scale=1.0 meshes/ensure_tangents=true meshes/generate_lods=true diff --git a/3d/kinematic_character/models/white_wood.png.import b/3d/kinematic_character/models/white_wood.png.import index 19d526107e4..6f32fb717eb 100644 --- a/3d/kinematic_character/models/white_wood.png.import +++ b/3d/kinematic_character/models/white_wood.png.import @@ -31,5 +31,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=0 diff --git a/3d/kinematic_character/player/follow_camera.gd b/3d/kinematic_character/player/follow_camera.gd index efb84a8b340..8168ab6ba8f 100644 --- a/3d/kinematic_character/player/follow_camera.gd +++ b/3d/kinematic_character/player/follow_camera.gd @@ -43,5 +43,5 @@ func _physics_process(_delta): # Turn a little up or down var t = transform - t.basis = Basis(t.basis[0], deg2rad(angle_v_adjust)) * t.basis + t.basis = Basis(t.basis[0], deg_to_rad(angle_v_adjust)) * t.basis transform = t diff --git a/3d/kinematic_character/project.godot b/3d/kinematic_character/project.godot index 171b5f3d10b..96450e8a0b7 100644 --- a/3d/kinematic_character/project.godot +++ b/3d/kinematic_character/project.godot @@ -14,8 +14,8 @@ config/name="Kinematic Character 3D" config/description="Kinematic character demo for 3D using a cube for the character. This is similar to the 3D platformer demo." run/main_scene="res://level.tscn" -config/icon="res://icon.png" config/features=PackedStringArray("4.0") +config/icon="res://icon.png" [gdnative] @@ -25,52 +25,52 @@ singletons=[] jump={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":32,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":32,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":0,"pressure":0.0,"pressed":false,"script":null) ] } move_back={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777234,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":83,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":13,"pressure":0.0,"pressed":false,"script":null) +"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":13,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":1.0,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":83,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194322,"unicode":0,"echo":false,"script":null) ] } move_forward={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":12,"pressure":0.0,"pressed":false,"script":null) +"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":12,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":-1.0,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":87,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194320,"unicode":0,"echo":false,"script":null) ] } move_left={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777231,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":14,"pressure":0.0,"pressed":false,"script":null) +"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":14,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":-1.0,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":65,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194319,"unicode":0,"echo":false,"script":null) ] } move_right={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777233,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":15,"pressure":0.0,"pressed":false,"script":null) +"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":15,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":1.0,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":68,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194321,"unicode":0,"echo":false,"script":null) ] } reset_position={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":82,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":82,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":2,"pressure":0.0,"pressed":false,"script":null) ] } exit={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777217,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":11,"pressure":0.0,"pressed":false,"script":null) +"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":11,"pressure":0.0,"pressed":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194305,"unicode":0,"echo":false,"script":null) ] } diff --git a/3d/material_testers/icon.png.import b/3d/material_testers/icon.png.import index 53b42435254..2e5bf096518 100644 --- a/3d/material_testers/icon.png.import +++ b/3d/material_testers/icon.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/3d/material_testers/project.godot b/3d/material_testers/project.godot index d182962a3f9..a494d46e2d2 100644 --- a/3d/material_testers/project.godot +++ b/3d/material_testers/project.godot @@ -16,12 +16,12 @@ for the purpose of showcasing Godot's rendering capabilities. This demo was featured at the beginning of the Godot 3.0 trailer." run/main_scene="res://material_tester.tscn" -config/icon="res://icon.png" config/features=PackedStringArray("4.0") +config/icon="res://icon.png" [display] -window/stretch/mode="2d" +window/stretch/mode="canvas_items" window/stretch/aspect="expand" [gdnative] diff --git a/3d/material_testers/test_materials/aluminium_albedo.png.import b/3d/material_testers/test_materials/aluminium_albedo.png.import index eaa3427d99b..bd56a511d08 100644 --- a/3d/material_testers/test_materials/aluminium_albedo.png.import +++ b/3d/material_testers/test_materials/aluminium_albedo.png.import @@ -31,5 +31,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=0 diff --git a/3d/material_testers/test_materials/aluminium_flow.png.import b/3d/material_testers/test_materials/aluminium_flow.png.import index 9d893224d32..d5788fa0200 100644 --- a/3d/material_testers/test_materials/aluminium_flow.png.import +++ b/3d/material_testers/test_materials/aluminium_flow.png.import @@ -31,5 +31,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/3d/material_testers/test_materials/aluminium_normal.png.import b/3d/material_testers/test_materials/aluminium_normal.png.import index f3748dc4ca8..805958a1503 100644 --- a/3d/material_testers/test_materials/aluminium_normal.png.import +++ b/3d/material_testers/test_materials/aluminium_normal.png.import @@ -31,5 +31,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=0 diff --git a/3d/material_testers/test_materials/marble_albedo.png.import b/3d/material_testers/test_materials/marble_albedo.png.import index af5b34ce93d..21401175b9e 100644 --- a/3d/material_testers/test_materials/marble_albedo.png.import +++ b/3d/material_testers/test_materials/marble_albedo.png.import @@ -31,5 +31,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=0 diff --git a/3d/material_testers/test_materials/rock_albedo.jpg.import b/3d/material_testers/test_materials/rock_albedo.jpg.import index eb30dc6d6c1..5a856dc00ed 100644 --- a/3d/material_testers/test_materials/rock_albedo.jpg.import +++ b/3d/material_testers/test_materials/rock_albedo.jpg.import @@ -31,5 +31,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=0 diff --git a/3d/material_testers/test_materials/rock_ao.jpg.import b/3d/material_testers/test_materials/rock_ao.jpg.import index 43d286fffc2..88b558bd38f 100644 --- a/3d/material_testers/test_materials/rock_ao.jpg.import +++ b/3d/material_testers/test_materials/rock_ao.jpg.import @@ -31,5 +31,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=0 diff --git a/3d/material_testers/test_materials/rock_depth.jpg.import b/3d/material_testers/test_materials/rock_depth.jpg.import index af41f619993..f8e9ef8197f 100644 --- a/3d/material_testers/test_materials/rock_depth.jpg.import +++ b/3d/material_testers/test_materials/rock_depth.jpg.import @@ -31,5 +31,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/3d/material_testers/test_materials/rock_metal.jpg.import b/3d/material_testers/test_materials/rock_metal.jpg.import index a23142372e4..bd4c1479ded 100644 --- a/3d/material_testers/test_materials/rock_metal.jpg.import +++ b/3d/material_testers/test_materials/rock_metal.jpg.import @@ -31,5 +31,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=0 diff --git a/3d/material_testers/test_materials/rock_rough.jpg.import b/3d/material_testers/test_materials/rock_rough.jpg.import index 0ba720ae8e4..fa45404caf2 100644 --- a/3d/material_testers/test_materials/rock_rough.jpg.import +++ b/3d/material_testers/test_materials/rock_rough.jpg.import @@ -31,5 +31,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=0 diff --git a/3d/material_testers/test_materials/sand_albedo.jpg.import b/3d/material_testers/test_materials/sand_albedo.jpg.import index c86922b76b0..ec6d8f47576 100644 --- a/3d/material_testers/test_materials/sand_albedo.jpg.import +++ b/3d/material_testers/test_materials/sand_albedo.jpg.import @@ -31,5 +31,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=0 diff --git a/3d/material_testers/test_materials/sand_metal.jpg.import b/3d/material_testers/test_materials/sand_metal.jpg.import index 0313110860b..06ede6a4cdc 100644 --- a/3d/material_testers/test_materials/sand_metal.jpg.import +++ b/3d/material_testers/test_materials/sand_metal.jpg.import @@ -31,5 +31,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=0 diff --git a/3d/material_testers/test_materials/sand_normal.jpg.import b/3d/material_testers/test_materials/sand_normal.jpg.import index fb35124e07c..5d232f9469b 100644 --- a/3d/material_testers/test_materials/sand_normal.jpg.import +++ b/3d/material_testers/test_materials/sand_normal.jpg.import @@ -31,5 +31,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=0 diff --git a/3d/material_testers/test_materials/sand_rough.jpg.import b/3d/material_testers/test_materials/sand_rough.jpg.import index 5b50aa4777a..bd0121ebf3e 100644 --- a/3d/material_testers/test_materials/sand_rough.jpg.import +++ b/3d/material_testers/test_materials/sand_rough.jpg.import @@ -31,5 +31,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=0 diff --git a/3d/material_testers/test_materials/sand_shine.jpg.import b/3d/material_testers/test_materials/sand_shine.jpg.import index 5d912c0bb27..f64e64b2238 100644 --- a/3d/material_testers/test_materials/sand_shine.jpg.import +++ b/3d/material_testers/test_materials/sand_shine.jpg.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/3d/material_testers/test_materials/texture_bricks.jpg.import b/3d/material_testers/test_materials/texture_bricks.jpg.import index 5b799979c82..d62e88f41b4 100644 --- a/3d/material_testers/test_materials/texture_bricks.jpg.import +++ b/3d/material_testers/test_materials/texture_bricks.jpg.import @@ -31,5 +31,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=0 diff --git a/3d/material_testers/test_materials/texture_bricks_depth.jpg.import b/3d/material_testers/test_materials/texture_bricks_depth.jpg.import index ba0cb9887c9..057e7db2b46 100644 --- a/3d/material_testers/test_materials/texture_bricks_depth.jpg.import +++ b/3d/material_testers/test_materials/texture_bricks_depth.jpg.import @@ -31,5 +31,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=0 diff --git a/3d/material_testers/test_materials/texture_bricks_metal.jpg.import b/3d/material_testers/test_materials/texture_bricks_metal.jpg.import index a77475c0a9a..ba41b7e87c2 100644 --- a/3d/material_testers/test_materials/texture_bricks_metal.jpg.import +++ b/3d/material_testers/test_materials/texture_bricks_metal.jpg.import @@ -31,5 +31,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=0 diff --git a/3d/material_testers/test_materials/texture_bricks_normal.jpg.import b/3d/material_testers/test_materials/texture_bricks_normal.jpg.import index 9580cd91866..77020b094e9 100644 --- a/3d/material_testers/test_materials/texture_bricks_normal.jpg.import +++ b/3d/material_testers/test_materials/texture_bricks_normal.jpg.import @@ -31,5 +31,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=0 diff --git a/3d/material_testers/test_materials/texture_cheese_albedo.png.import b/3d/material_testers/test_materials/texture_cheese_albedo.png.import index 93e31cc91c6..2804d048991 100644 --- a/3d/material_testers/test_materials/texture_cheese_albedo.png.import +++ b/3d/material_testers/test_materials/texture_cheese_albedo.png.import @@ -31,5 +31,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=0 diff --git a/3d/material_testers/test_materials/texture_cheese_ao.png.import b/3d/material_testers/test_materials/texture_cheese_ao.png.import index bd36c58d919..64727f276f3 100644 --- a/3d/material_testers/test_materials/texture_cheese_ao.png.import +++ b/3d/material_testers/test_materials/texture_cheese_ao.png.import @@ -31,5 +31,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=0 diff --git a/3d/material_testers/test_materials/texture_cheese_depth.png.import b/3d/material_testers/test_materials/texture_cheese_depth.png.import index 975de3a729a..4af3db7e637 100644 --- a/3d/material_testers/test_materials/texture_cheese_depth.png.import +++ b/3d/material_testers/test_materials/texture_cheese_depth.png.import @@ -31,5 +31,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=0 diff --git a/3d/material_testers/test_materials/texture_cheese_normal.png.import b/3d/material_testers/test_materials/texture_cheese_normal.png.import index 87e0a10997d..47e117add15 100644 --- a/3d/material_testers/test_materials/texture_cheese_normal.png.import +++ b/3d/material_testers/test_materials/texture_cheese_normal.png.import @@ -31,5 +31,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=0 diff --git a/3d/material_testers/test_materials/texture_rock_albedo.png.import b/3d/material_testers/test_materials/texture_rock_albedo.png.import index 272c539ea69..cbf33b7f36a 100644 --- a/3d/material_testers/test_materials/texture_rock_albedo.png.import +++ b/3d/material_testers/test_materials/texture_rock_albedo.png.import @@ -31,5 +31,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=0 diff --git a/3d/material_testers/test_materials/texture_rock_ao.png.import b/3d/material_testers/test_materials/texture_rock_ao.png.import index fe94491b59a..041e90fb6de 100644 --- a/3d/material_testers/test_materials/texture_rock_ao.png.import +++ b/3d/material_testers/test_materials/texture_rock_ao.png.import @@ -31,5 +31,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=0 diff --git a/3d/material_testers/test_materials/texture_rock_depth.png.import b/3d/material_testers/test_materials/texture_rock_depth.png.import index 939cccc4c32..cc177c4bcb8 100644 --- a/3d/material_testers/test_materials/texture_rock_depth.png.import +++ b/3d/material_testers/test_materials/texture_rock_depth.png.import @@ -31,5 +31,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=0 diff --git a/3d/material_testers/test_materials/texture_rock_metal.png.import b/3d/material_testers/test_materials/texture_rock_metal.png.import index 9cb8630848d..5701c983006 100644 --- a/3d/material_testers/test_materials/texture_rock_metal.png.import +++ b/3d/material_testers/test_materials/texture_rock_metal.png.import @@ -31,5 +31,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=0 diff --git a/3d/material_testers/test_materials/texture_rock_normal.png.import b/3d/material_testers/test_materials/texture_rock_normal.png.import index 1347feacf79..ad283737c8f 100644 --- a/3d/material_testers/test_materials/texture_rock_normal.png.import +++ b/3d/material_testers/test_materials/texture_rock_normal.png.import @@ -31,5 +31,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=0 diff --git a/3d/material_testers/test_materials/texture_wood.png.import b/3d/material_testers/test_materials/texture_wood.png.import index 30fd709162c..f10679135c4 100644 --- a/3d/material_testers/test_materials/texture_wood.png.import +++ b/3d/material_testers/test_materials/texture_wood.png.import @@ -31,5 +31,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=0 diff --git a/3d/material_testers/test_materials/wool_albedo.png.import b/3d/material_testers/test_materials/wool_albedo.png.import index 31d6eadcb19..908f6421967 100644 --- a/3d/material_testers/test_materials/wool_albedo.png.import +++ b/3d/material_testers/test_materials/wool_albedo.png.import @@ -31,5 +31,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=0 diff --git a/3d/material_testers/test_materials/wool_depth.png.import b/3d/material_testers/test_materials/wool_depth.png.import index dfc06db4595..1f7caaac344 100644 --- a/3d/material_testers/test_materials/wool_depth.png.import +++ b/3d/material_testers/test_materials/wool_depth.png.import @@ -31,5 +31,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=0 diff --git a/3d/material_testers/test_materials/wool_normal.png.import b/3d/material_testers/test_materials/wool_normal.png.import index 1ed600141e0..9e53514b119 100644 --- a/3d/material_testers/test_materials/wool_normal.png.import +++ b/3d/material_testers/test_materials/wool_normal.png.import @@ -31,5 +31,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=0 diff --git a/3d/navigation/navmesh.gd b/3d/navigation/navmesh.gd index 9930e6da104..e722b094209 100644 --- a/3d/navigation/navmesh.gd +++ b/3d/navigation/navmesh.gd @@ -7,7 +7,7 @@ const SPEED := 10.0 var cam_rotation := 0.0 var path: PackedVector3Array -@onready var robot: Position3D = $RobotBase +@onready var robot: Marker3D = $RobotBase @onready var camera: Camera3D = $CameraBase/Camera3D func _ready(): diff --git a/3d/navigation/navmesh.tscn b/3d/navigation/navmesh.tscn index 30fad9aedb2..28602ab6ff5 100644 --- a/3d/navigation/navmesh.tscn +++ b/3d/navigation/navmesh.tscn @@ -43,7 +43,7 @@ transform = Transform3D(-0.560554, -0.429252, 0.708182, 0.106298, 0.8108, 0.5755 fov = 50.0 near = 0.1 -[node name="RobotBase" type="Position3D" parent="."] +[node name="RobotBase" type="Marker3D" parent="."] [node name="Robot" type="MeshInstance3D" parent="RobotBase"] transform = Transform3D(-0.5, 0, -7.54979e-08, 0, 1, 0, 7.54979e-08, 0, -0.5, 0, 1, 0) diff --git a/3d/physics_tests/icon.png.import b/3d/physics_tests/icon.png.import index f56bd00a88c..9bf6c4f6a18 100644 --- a/3d/physics_tests/icon.png.import +++ b/3d/physics_tests/icon.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/3d/physics_tests/main.tscn b/3d/physics_tests/main.tscn index 8b2fde4d221..0ea7bf71077 100644 --- a/3d/physics_tests/main.tscn +++ b/3d/physics_tests/main.tscn @@ -14,116 +14,119 @@ bg_color = Color(0, 0, 0, 0.176471) [node name="Main" type="Control"] +layout_mode = 3 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 mouse_filter = 2 -script = ExtResource( "12" ) -__meta__ = { -"_edit_use_anchors_": false -} +script = ExtResource("12") [node name="TestsMenu" type="MenuButton" parent="."] +layout_mode = 0 offset_left = 10.0 offset_top = 10.0 offset_right = 125.0 offset_bottom = 30.0 text = "TESTS" flat = false -script = ExtResource( "4" ) -__meta__ = { -"_edit_use_anchors_": false -} +script = ExtResource("4") [node name="LabelControls" type="Label" parent="."] +layout_mode = 0 offset_left = 157.0 offset_top = 13.0 offset_right = 375.0 offset_bottom = 27.0 text = "P - TOGGLE PAUSE / R - RESTART / C - TOGGLE COLLISION / F - TOGGLE FULL SCREEN / ESC - QUIT" -__meta__ = { -"_edit_use_anchors_": false -} [node name="LabelFPS" type="Label" parent="."] +layout_mode = 1 +anchors_preset = 2 anchor_top = 1.0 anchor_bottom = 1.0 offset_left = 10.0 offset_top = -19.0 offset_right = 50.0 offset_bottom = -5.0 +grow_vertical = 0 text = "FPS: 0" -script = ExtResource( "1" ) -__meta__ = { -"_edit_use_anchors_": false -} +script = ExtResource("1") [node name="LabelEngine" type="Label" parent="."] +layout_mode = 1 +anchors_preset = 2 anchor_top = 1.0 anchor_bottom = 1.0 offset_left = 10.0 offset_top = -39.0 offset_right = 50.0 offset_bottom = -25.0 +grow_vertical = 0 text = "Physics engine:" -script = ExtResource( "3" ) -__meta__ = { -"_edit_use_anchors_": false -} +script = ExtResource("3") [node name="LabelVersion" type="Label" parent="."] +layout_mode = 1 +anchors_preset = 2 anchor_top = 1.0 anchor_bottom = 1.0 offset_left = 10.0 offset_top = -59.0 offset_right = 50.0 offset_bottom = -45.0 +grow_vertical = 0 text = "Godot Version:" -script = ExtResource( "2" ) -__meta__ = { -"_edit_use_anchors_": false -} +script = ExtResource("2") [node name="LabelTest" type="Label" parent="."] +layout_mode = 1 +anchors_preset = 2 anchor_top = 1.0 anchor_bottom = 1.0 offset_left = 10.0 offset_top = -79.0 offset_right = 50.0 offset_bottom = -65.0 +grow_vertical = 0 text = "Test:" -script = ExtResource( "5" ) -__meta__ = { -"_edit_use_anchors_": false -} +script = ExtResource("5") [node name="LabelPause" type="Label" parent="."] +layout_mode = 1 +anchors_preset = 7 anchor_left = 0.5 anchor_top = 1.0 anchor_right = 0.5 anchor_bottom = 1.0 -offset_left = -25.5 -offset_top = -25.0 -offset_right = 25.5 -offset_bottom = -11.0 +offset_left = -46.5 +offset_top = -584.0 +offset_right = 46.5 +offset_bottom = -547.0 +grow_horizontal = 2 +grow_vertical = 0 +theme_override_colors/font_color = Color(1, 1, 0, 1) +theme_override_font_sizes/font_size = 24 text = "PAUSED" -script = ExtResource( "6" ) -__meta__ = { -"_edit_use_anchors_": false -} +script = ExtResource("6") [node name="PanelLog" type="Panel" parent="."] +layout_mode = 1 +anchors_preset = 3 anchor_left = 1.0 anchor_top = 1.0 anchor_right = 1.0 anchor_bottom = 1.0 -offset_left = -428.0 -offset_top = -125.0 -theme_override_styles/panel = SubResource( "1" ) -__meta__ = { -"_edit_use_anchors_": false -} +offset_left = -482.0 +offset_top = -237.0 +grow_horizontal = 0 +grow_vertical = 0 +theme_override_styles/panel = SubResource("1") [node name="ButtonClear" type="Button" parent="PanelLog"] +layout_mode = 1 +anchors_preset = 3 anchor_left = 1.0 anchor_top = 1.0 anchor_right = 1.0 @@ -132,55 +135,52 @@ offset_left = -48.0 offset_top = -25.0 offset_right = -5.0 offset_bottom = -5.0 +grow_horizontal = 0 +grow_vertical = 0 focus_mode = 0 -text = "clear" -__meta__ = { -"_edit_use_anchors_": false -} +text = "Clear" -[node name="CheckBoxScroll" type="CheckBox" parent="PanelLog"] +[node name="CheckBoxScroll" type="CheckButton" parent="PanelLog"] +layout_mode = 1 +anchors_preset = 3 anchor_left = 1.0 anchor_top = 1.0 anchor_right = 1.0 anchor_bottom = 1.0 -offset_left = -150.0 -offset_top = -27.0 -offset_right = -54.0 -offset_bottom = -3.0 +offset_left = -189.0 +offset_top = -35.0 +offset_right = -57.0 +offset_bottom = -4.0 +grow_horizontal = 0 +grow_vertical = 0 focus_mode = 0 -text = "auto-scroll" -__meta__ = { -"_edit_use_anchors_": false -} +text = "Auto Scroll" [node name="ScrollLog" type="ScrollContainer" parent="PanelLog"] +layout_mode = 0 offset_left = 10.0 offset_top = 5.0 -offset_right = 418.0 -offset_bottom = 94.0 -script = ExtResource( "11" ) -__meta__ = { -"_edit_use_anchors_": false -} +offset_right = 472.0 +offset_bottom = 194.0 +script = ExtResource("11") auto_scroll = true [node name="VBoxLog" type="VBoxContainer" parent="PanelLog/ScrollLog"] -offset_right = 408.0 -offset_bottom = 89.0 +layout_mode = 2 +offset_right = 462.0 +offset_bottom = 189.0 size_flags_horizontal = 3 size_flags_vertical = 3 alignment = 2 -script = ExtResource( "10" ) +script = ExtResource("10") [node name="LabelLog" type="Label" parent="PanelLog/ScrollLog/VBoxLog"] -offset_top = 63.0 -offset_right = 408.0 -offset_bottom = 89.0 +layout_mode = 2 +offset_top = 163.0 +offset_right = 462.0 +offset_bottom = 189.0 text = "Log start" max_lines_visible = 5 -__meta__ = { -"_edit_use_anchors_": false -} [connection signal="pressed" from="PanelLog/ButtonClear" to="PanelLog/ScrollLog/VBoxLog" method="clear"] [connection signal="toggled" from="PanelLog/CheckBoxScroll" to="PanelLog/ScrollLog" method="set_auto_scroll"] diff --git a/3d/physics_tests/project.godot b/3d/physics_tests/project.godot index 2be8dcc7cdf..49f0a2c3a83 100644 --- a/3d/physics_tests/project.godot +++ b/3d/physics_tests/project.godot @@ -28,8 +28,8 @@ _global_script_class_icons={ config/name="3D Physics Tests" run/main_scene="res://main.tscn" -config/icon="res://icon.png" config/features=PackedStringArray("4.0") +config/icon="res://icon.png" [autoload] @@ -42,7 +42,7 @@ gdscript/warnings/return_value_discarded=false [display] -window/stretch/mode="2d" +window/stretch/mode="canvas_items" window/stretch/aspect="expand" [input] @@ -65,45 +65,45 @@ ui_down={ } toggle_full_screen={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":70,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":70,"physical_keycode":0,"unicode":0,"echo":false,"script":null) ] } exit={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777217,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777217,"physical_keycode":0,"unicode":0,"echo":false,"script":null) ] } toggle_debug_collision={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":67,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":67,"physical_keycode":0,"unicode":0,"echo":false,"script":null) ] } restart_test={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":82,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":82,"physical_keycode":0,"unicode":0,"echo":false,"script":null) ] } toggle_pause={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":80,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":80,"physical_keycode":0,"unicode":0,"echo":false,"script":null) ] } character_right={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777233,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777233,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"unicode":0,"echo":false,"script":null) ] } character_left={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777231,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777231,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"unicode":0,"echo":false,"script":null) ] } character_jump={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"unicode":0,"echo":false,"script":null) ] } diff --git a/3d/physics_tests/test.gd b/3d/physics_tests/test.gd index 08dcbb99fc6..90794dcfd30 100644 --- a/3d/physics_tests/test.gd +++ b/3d/physics_tests/test.gd @@ -73,7 +73,7 @@ func create_rigidbody(shape, pickable = false, transform = Transform3D.IDENTITY) collision.shape = shape collision.transform = transform - var body = RigidDynamicBody3D.new() + var body = RigidBody3D.new() body.add_child(collision) if pickable: diff --git a/3d/physics_tests/tests/functional/test_moving_platform.gd b/3d/physics_tests/tests/functional/test_moving_platform.gd index 0967699ba0f..9d3dbc97e42 100644 --- a/3d/physics_tests/tests/functional/test_moving_platform.gd +++ b/3d/physics_tests/tests/functional/test_moving_platform.gd @@ -147,7 +147,7 @@ func init_body(): if _current_body is CharacterBody3D: _current_body._stop_on_slopes = _slope _current_body.use_snap = _snap - elif _current_body is RigidDynamicBody3D: + elif _current_body is RigidBody3D: _current_body.physics_material_override.rough = _rough _current_body.physics_material_override.friction = 1.0 if _friction else 0.0 for shape in _current_body.get_children(): diff --git a/3d/physics_tests/tests/performance/test_perf_contacts.gd b/3d/physics_tests/tests/performance/test_perf_contacts.gd index 4860e974097..d223e51ce59 100644 --- a/3d/physics_tests/tests/performance/test_perf_contacts.gd +++ b/3d/physics_tests/tests/performance/test_perf_contacts.gd @@ -182,7 +182,7 @@ func _activate_objects(): var spawn_parent = get_node(spawn) for node_index in range(spawn_parent.get_child_count()): - var node = spawn_parent.get_child(node_index) as RigidDynamicBody3D + var node = spawn_parent.get_child(node_index) as RigidBody3D node.set_sleeping(false) diff --git a/3d/physics_tests/utils/option_menu.gd b/3d/physics_tests/utils/option_menu.gd index 27039ac4c52..5d0132bd271 100644 --- a/3d/physics_tests/utils/option_menu.gd +++ b/3d/physics_tests/utils/option_menu.gd @@ -44,7 +44,7 @@ func _add_popup(parent_popup, path, label): parent_popup.add_child(popup_menu) parent_popup.add_submenu_item(label, label) - popup_menu.connect(&"index_pressed", Callable(self, "_on_item_pressed"), [popup_menu, path]) + popup_menu.index_pressed.connect(_on_item_pressed.bind(popup_menu, path)) return popup_menu diff --git a/3d/physics_tests/utils/rigidbody_ground_check.gd b/3d/physics_tests/utils/rigidbody_ground_check.gd index 87bfe4a4f5a..d4c7f44109b 100644 --- a/3d/physics_tests/utils/rigidbody_ground_check.gd +++ b/3d/physics_tests/utils/rigidbody_ground_check.gd @@ -1,4 +1,4 @@ -extends RigidDynamicBody3D +extends RigidBody3D @onready var _forward = -transform.basis.z diff --git a/3d/physics_tests/utils/rigidbody_pick.gd b/3d/physics_tests/utils/rigidbody_pick.gd index 54aca79d1b9..5bfd38cfaf2 100644 --- a/3d/physics_tests/utils/rigidbody_pick.gd +++ b/3d/physics_tests/utils/rigidbody_pick.gd @@ -1,4 +1,4 @@ -extends RigidDynamicBody3D +extends RigidBody3D const MOUSE_DELTA_COEFFICIENT = 0.01 diff --git a/3d/platformer/coin/coin.tscn b/3d/platformer/coin/coin.tscn index aadc2556b5a..98becec395d 100644 --- a/3d/platformer/coin/coin.tscn +++ b/3d/platformer/coin/coin.tscn @@ -1,44 +1,39 @@ -[gd_scene load_steps=12 format=2] +[gd_scene load_steps=13 format=3 uid="uid://bbtp3rbbnkwj0"] -[ext_resource path="res://coin/coin.gd" type="Script" id=1] -[ext_resource path="res://coin/sound_coin.wav" type="AudioStream" id=2] -[ext_resource path="res://enemy/shine.png" type="Texture2D" id=3] +[ext_resource type="Script" path="res://coin/coin.gd" id="1"] +[ext_resource type="AudioStream" uid="uid://bsi42j56fkck3" path="res://coin/sound_coin.wav" id="2"] +[ext_resource type="Texture2D" uid="uid://cauw7grfc8dnu" path="res://enemy/shine.png" id="3"] -[sub_resource type="StandardMaterial3D" id=1] +[sub_resource type="StandardMaterial3D" id="1"] albedo_color = Color(1, 0.837686, 0, 1) metallic = 0.86 roughness = 0.0 emission_enabled = true emission = Color(0.219922, 0.109961, 0, 1) -emission_energy = 1.71 -emission_operator = 0 -emission_on_uv2 = false +emission_energy_multiplier = 1.71 -[sub_resource type="ArrayMesh" id=2] +[sub_resource type="ArrayMesh" id="2"] resource_name = "Circle" -surfaces/0 = { +_surfaces = [{ "aabb": AABB(-1, -0.191052, -1, 2, 0.407182, 2.64929), -"array_data": PackedByteArray(0, 184, 29, 178, 237, 186, 0, 60, 0, 130, 0, 0, 0, 0, 29, 178, 255, 187, 0, 60, 0, 130, 0, 0, 255, 55, 29, 178, 237, 186, 0, 60, 0, 130, 0, 0, 237, 58, 29, 178, 0, 184, 0, 60, 0, 130, 0, 0, 237, 186, 29, 178, 255, 183, 0, 60, 0, 130, 0, 0, 0, 60, 29, 178, 0, 0, 0, 60, 0, 130, 0, 0, 0, 188, 29, 178, 0, 0, 0, 60, 0, 130, 0, 0, 0, 60, 29, 178, 49, 57, 0, 60, 0, 130, 0, 0, 0, 188, 29, 178, 49, 57, 0, 60, 0, 130, 0, 0, 237, 58, 29, 178, 152, 60, 0, 60, 0, 130, 0, 0, 237, 186, 29, 178, 152, 60, 0, 60, 0, 130, 0, 0, 0, 56, 29, 178, 15, 62, 0, 60, 0, 130, 0, 0, 0, 184, 29, 178, 15, 62, 0, 60, 0, 130, 0, 0, 0, 0, 29, 178, 152, 62, 0, 60, 0, 130, 0, 0, 255, 55, 234, 50, 237, 186, 0, 60, 0, 127, 0, 0, 0, 0, 234, 50, 255, 187, 0, 60, 0, 127, 0, 0, 0, 184, 234, 50, 237, 186, 0, 60, 0, 127, 0, 0, 237, 58, 234, 50, 0, 184, 0, 60, 0, 127, 0, 0, 237, 186, 234, 50, 255, 183, 0, 60, 0, 127, 0, 0, 0, 60, 234, 50, 0, 0, 0, 60, 0, 127, 0, 0, 0, 188, 234, 50, 0, 0, 0, 60, 0, 127, 0, 0, 0, 60, 234, 50, 49, 57, 0, 60, 0, 127, 0, 0, 0, 188, 234, 50, 49, 57, 0, 60, 0, 127, 0, 0, 237, 58, 234, 50, 152, 60, 0, 60, 0, 127, 0, 0, 237, 186, 234, 50, 152, 60, 0, 60, 0, 127, 0, 0, 0, 56, 234, 50, 15, 62, 0, 60, 0, 127, 0, 0, 0, 184, 234, 50, 15, 62, 0, 60, 0, 127, 0, 0, 0, 0, 234, 50, 152, 62, 0, 60, 0, 127, 0, 0, 0, 0, 29, 178, 152, 62, 0, 60, 0, 0, 126, 0, 0, 0, 234, 50, 152, 62, 0, 60, 0, 0, 126, 0, 0, 184, 234, 50, 15, 62, 0, 60, 193, 0, 109, 0, 0, 184, 29, 178, 15, 62, 0, 60, 193, 0, 109, 0, 0, 0, 29, 178, 255, 187, 0, 60, 0, 0, 129, 0, 0, 0, 234, 50, 255, 187, 0, 60, 0, 0, 129, 0, 255, 55, 234, 50, 237, 186, 0, 60, 63, 0, 147, 0, 255, 55, 29, 178, 237, 186, 0, 60, 63, 0, 147, 0, 237, 186, 234, 50, 152, 60, 0, 60, 147, 0, 63, 0, 237, 186, 29, 178, 152, 60, 0, 60, 147, 0, 63, 0, 237, 58, 234, 50, 0, 184, 0, 60, 109, 0, 193, 0, 237, 58, 29, 178, 0, 184, 0, 60, 109, 0, 193, 0, 0, 188, 234, 50, 49, 57, 0, 60, 131, 0, 16, 0, 0, 188, 29, 178, 49, 57, 0, 60, 131, 0, 16, 0, 0, 60, 234, 50, 0, 0, 0, 60, 125, 0, 240, 0, 0, 60, 29, 178, 0, 0, 0, 60, 125, 0, 240, 0, 0, 60, 29, 178, 49, 57, 0, 60, 125, 0, 16, 0, 0, 60, 234, 50, 49, 57, 0, 60, 125, 0, 16, 0, 237, 58, 234, 50, 152, 60, 0, 60, 109, 0, 63, 0, 237, 58, 29, 178, 152, 60, 0, 60, 109, 0, 63, 0, 0, 188, 29, 178, 0, 0, 0, 60, 131, 0, 240, 0, 0, 188, 234, 50, 0, 0, 0, 60, 131, 0, 240, 0, 237, 186, 234, 50, 255, 183, 0, 60, 147, 0, 193, 0, 237, 186, 29, 178, 255, 183, 0, 60, 147, 0, 193, 0, 0, 56, 234, 50, 15, 62, 0, 60, 63, 0, 109, 0, 0, 56, 29, 178, 15, 62, 0, 60, 63, 0, 109, 0, 0, 184, 234, 50, 237, 186, 0, 60, 193, 0, 147, 0, 0, 184, 29, 178, 237, 186, 0, 60, 193, 0, 147, 0), -"array_index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 0, 0, 4, 0, 3, 0, 3, 0, 4, 0, 5, 0, 5, 0, 4, 0, 6, 0, 5, 0, 6, 0, 7, 0, 7, 0, 6, 0, 8, 0, 7, 0, 8, 0, 9, 0, 9, 0, 8, 0, 10, 0, 9, 0, 10, 0, 11, 0, 11, 0, 10, 0, 12, 0, 11, 0, 12, 0, 13, 0, 14, 0, 16, 0, 15, 0, 14, 0, 17, 0, 16, 0, 16, 0, 17, 0, 18, 0, 18, 0, 17, 0, 19, 0, 18, 0, 19, 0, 20, 0, 20, 0, 19, 0, 21, 0, 20, 0, 21, 0, 22, 0, 22, 0, 21, 0, 23, 0, 22, 0, 23, 0, 24, 0, 24, 0, 23, 0, 25, 0, 24, 0, 25, 0, 26, 0, 26, 0, 25, 0, 27, 0, 28, 0, 30, 0, 29, 0, 28, 0, 31, 0, 30, 0, 32, 0, 34, 0, 33, 0, 32, 0, 35, 0, 34, 0, 31, 0, 36, 0, 30, 0, 31, 0, 37, 0, 36, 0, 35, 0, 38, 0, 34, 0, 35, 0, 39, 0, 38, 0, 37, 0, 40, 0, 36, 0, 37, 0, 41, 0, 40, 0, 39, 0, 42, 0, 38, 0, 39, 0, 43, 0, 42, 0, 44, 0, 46, 0, 45, 0, 44, 0, 47, 0, 46, 0, 48, 0, 50, 0, 49, 0, 48, 0, 51, 0, 50, 0, 47, 0, 52, 0, 46, 0, 47, 0, 53, 0, 52, 0, 44, 0, 42, 0, 43, 0, 44, 0, 45, 0, 42, 0, 51, 0, 54, 0, 50, 0, 51, 0, 55, 0, 54, 0, 53, 0, 29, 0, 52, 0, 53, 0, 28, 0, 29, 0, 41, 0, 49, 0, 40, 0, 41, 0, 48, 0, 49, 0, 55, 0, 33, 0, 54, 0, 55, 0, 32, 0, 33, 0), -"blend_shape_data": [], -"format": 98051, +"format": 4099, "index_count": 156, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [], -"vertex_count": 56 -} - -[sub_resource type="Animation" id=3] +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 0, 0, 4, 0, 3, 0, 3, 0, 4, 0, 5, 0, 5, 0, 4, 0, 6, 0, 5, 0, 6, 0, 7, 0, 7, 0, 6, 0, 8, 0, 7, 0, 8, 0, 9, 0, 9, 0, 8, 0, 10, 0, 9, 0, 10, 0, 11, 0, 11, 0, 10, 0, 12, 0, 11, 0, 12, 0, 13, 0, 14, 0, 16, 0, 15, 0, 14, 0, 17, 0, 16, 0, 16, 0, 17, 0, 18, 0, 18, 0, 17, 0, 19, 0, 18, 0, 19, 0, 20, 0, 20, 0, 19, 0, 21, 0, 20, 0, 21, 0, 22, 0, 22, 0, 21, 0, 23, 0, 22, 0, 23, 0, 24, 0, 24, 0, 23, 0, 25, 0, 24, 0, 25, 0, 26, 0, 26, 0, 25, 0, 27, 0, 28, 0, 30, 0, 29, 0, 28, 0, 31, 0, 30, 0, 32, 0, 34, 0, 33, 0, 32, 0, 35, 0, 34, 0, 31, 0, 36, 0, 30, 0, 31, 0, 37, 0, 36, 0, 35, 0, 38, 0, 34, 0, 35, 0, 39, 0, 38, 0, 37, 0, 40, 0, 36, 0, 37, 0, 41, 0, 40, 0, 39, 0, 42, 0, 38, 0, 39, 0, 43, 0, 42, 0, 44, 0, 46, 0, 45, 0, 44, 0, 47, 0, 46, 0, 48, 0, 50, 0, 49, 0, 48, 0, 51, 0, 50, 0, 47, 0, 52, 0, 46, 0, 47, 0, 53, 0, 52, 0, 44, 0, 42, 0, 43, 0, 44, 0, 45, 0, 42, 0, 51, 0, 54, 0, 50, 0, 51, 0, 55, 0, 54, 0, 53, 0, 29, 0, 52, 0, 53, 0, 28, 0, 29, 0, 41, 0, 49, 0, 40, 0, 41, 0, 48, 0, 49, 0, 55, 0, 33, 0, 54, 0, 55, 0, 32, 0, 33, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 56, +"vertex_data": PackedByteArray(0, 0, 0, 191, 0, 160, 67, 190, 0, 160, 93, 191, 255, 127, 0, 0, 0, 0, 0, 0, 0, 160, 67, 190, 0, 224, 127, 191, 255, 127, 0, 0, 0, 224, 255, 62, 0, 160, 67, 190, 0, 160, 93, 191, 255, 127, 0, 0, 0, 160, 93, 63, 0, 160, 67, 190, 0, 0, 0, 191, 255, 127, 0, 0, 0, 160, 93, 191, 0, 160, 67, 190, 0, 224, 255, 190, 255, 127, 0, 0, 0, 0, 128, 63, 0, 160, 67, 190, 0, 0, 0, 0, 255, 127, 0, 0, 0, 0, 128, 191, 0, 160, 67, 190, 0, 0, 0, 0, 255, 127, 0, 0, 0, 0, 128, 63, 0, 160, 67, 190, 0, 32, 38, 63, 255, 127, 0, 0, 0, 0, 128, 191, 0, 160, 67, 190, 0, 32, 38, 63, 255, 127, 0, 0, 0, 160, 93, 63, 0, 160, 67, 190, 0, 0, 147, 63, 255, 127, 0, 0, 0, 160, 93, 191, 0, 160, 67, 190, 0, 0, 147, 63, 255, 127, 0, 0, 0, 0, 0, 63, 0, 160, 67, 190, 0, 224, 193, 63, 255, 127, 0, 0, 0, 0, 0, 191, 0, 160, 67, 190, 0, 224, 193, 63, 255, 127, 0, 0, 0, 0, 0, 0, 0, 160, 67, 190, 0, 0, 211, 63, 255, 127, 0, 0, 0, 224, 255, 62, 0, 64, 93, 62, 0, 160, 93, 191, 255, 127, 255, 255, 0, 0, 0, 0, 0, 64, 93, 62, 0, 224, 127, 191, 255, 127, 255, 255, 0, 0, 0, 191, 0, 64, 93, 62, 0, 160, 93, 191, 255, 127, 255, 255, 0, 160, 93, 63, 0, 64, 93, 62, 0, 0, 0, 191, 255, 127, 255, 255, 0, 160, 93, 191, 0, 64, 93, 62, 0, 224, 255, 190, 255, 127, 255, 255, 0, 0, 128, 63, 0, 64, 93, 62, 0, 0, 0, 0, 255, 127, 255, 255, 0, 0, 128, 191, 0, 64, 93, 62, 0, 0, 0, 0, 255, 127, 255, 255, 0, 0, 128, 63, 0, 64, 93, 62, 0, 32, 38, 63, 255, 127, 255, 255, 0, 0, 128, 191, 0, 64, 93, 62, 0, 32, 38, 63, 255, 127, 255, 255, 0, 160, 93, 63, 0, 64, 93, 62, 0, 0, 147, 63, 255, 127, 255, 255, 0, 160, 93, 191, 0, 64, 93, 62, 0, 0, 147, 63, 255, 127, 255, 255, 0, 0, 0, 63, 0, 64, 93, 62, 0, 224, 193, 63, 255, 127, 255, 255, 0, 0, 0, 191, 0, 64, 93, 62, 0, 224, 193, 63, 255, 127, 255, 255, 0, 0, 0, 0, 0, 64, 93, 62, 0, 0, 211, 63, 255, 127, 255, 255, 0, 0, 0, 0, 0, 160, 67, 190, 0, 0, 211, 63, 255, 127, 255, 127, 0, 0, 0, 0, 0, 64, 93, 62, 0, 0, 211, 63, 255, 127, 255, 127, 0, 0, 0, 191, 0, 64, 93, 62, 0, 224, 193, 63, 29, 81, 255, 127, 0, 0, 0, 191, 0, 160, 67, 190, 0, 224, 193, 63, 29, 81, 255, 127, 0, 0, 0, 0, 0, 160, 67, 190, 0, 224, 127, 191, 255, 255, 255, 255, 0, 0, 0, 0, 0, 64, 93, 62, 0, 224, 127, 191, 255, 255, 255, 255, 0, 224, 255, 62, 0, 64, 93, 62, 0, 160, 93, 191, 255, 255, 28, 209, 0, 224, 255, 62, 0, 160, 67, 190, 0, 160, 93, 191, 255, 255, 28, 209, 0, 160, 93, 191, 0, 64, 93, 62, 0, 0, 147, 63, 226, 46, 255, 127, 0, 160, 93, 191, 0, 160, 67, 190, 0, 0, 147, 63, 226, 46, 255, 127, 0, 160, 93, 63, 0, 64, 93, 62, 0, 0, 0, 191, 255, 255, 225, 174, 0, 160, 93, 63, 0, 160, 67, 190, 0, 0, 0, 191, 255, 255, 225, 174, 0, 0, 128, 191, 0, 64, 93, 62, 0, 32, 38, 63, 134, 14, 255, 127, 0, 0, 128, 191, 0, 160, 67, 190, 0, 32, 38, 63, 134, 14, 255, 127, 0, 0, 128, 63, 0, 64, 93, 62, 0, 0, 0, 0, 255, 255, 133, 142, 0, 0, 128, 63, 0, 160, 67, 190, 0, 0, 0, 0, 255, 255, 133, 142, 0, 0, 128, 63, 0, 160, 67, 190, 0, 32, 38, 63, 120, 241, 255, 127, 0, 0, 128, 63, 0, 64, 93, 62, 0, 32, 38, 63, 120, 241, 255, 127, 0, 160, 93, 63, 0, 64, 93, 62, 0, 0, 147, 63, 28, 209, 255, 127, 0, 160, 93, 63, 0, 160, 67, 190, 0, 0, 147, 63, 28, 209, 255, 127, 0, 0, 128, 191, 0, 160, 67, 190, 0, 0, 0, 0, 0, 0, 133, 142, 0, 0, 128, 191, 0, 64, 93, 62, 0, 0, 0, 0, 0, 0, 133, 142, 0, 160, 93, 191, 0, 64, 93, 62, 0, 224, 255, 190, 0, 0, 225, 174, 0, 160, 93, 191, 0, 160, 67, 190, 0, 224, 255, 190, 0, 0, 225, 174, 0, 0, 0, 63, 0, 64, 93, 62, 0, 224, 193, 63, 225, 174, 255, 127, 0, 0, 0, 63, 0, 160, 67, 190, 0, 224, 193, 63, 225, 174, 255, 127, 0, 0, 0, 191, 0, 64, 93, 62, 0, 160, 93, 191, 0, 0, 28, 209, 0, 0, 0, 191, 0, 160, 67, 190, 0, 160, 93, 191, 0, 0, 28, 209) +}] + +[sub_resource type="Animation" id="3"] resource_name = "spin" length = 2.0 -loop = true tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true tracks/0/path = NodePath("Circle:rotation_degrees") tracks/0/interp = 1 tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true tracks/0/keys = { "times": PackedFloat32Array(0, 2), "transitions": PackedFloat32Array(1, 1), @@ -46,14 +41,14 @@ tracks/0/keys = { "values": [Vector3(-90, 0, 0), Vector3(-90, 0, -360)] } -[sub_resource type="Animation" id=4] +[sub_resource type="Animation" id="4"] resource_name = "take" tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true tracks/0/path = NodePath("Circle:visible") tracks/0/interp = 1 tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true tracks/0/keys = { "times": PackedFloat32Array(0), "transitions": PackedFloat32Array(1), @@ -61,11 +56,11 @@ tracks/0/keys = { "values": [false] } tracks/1/type = "value" +tracks/1/imported = false +tracks/1/enabled = true tracks/1/path = NodePath("GPUParticles3D:emitting") tracks/1/interp = 1 tracks/1/loop_wrap = true -tracks/1/imported = false -tracks/1/enabled = true tracks/1/keys = { "times": PackedFloat32Array(0), "transitions": PackedFloat32Array(1), @@ -73,11 +68,11 @@ tracks/1/keys = { "values": [true] } tracks/2/type = "value" +tracks/2/imported = false +tracks/2/enabled = true tracks/2/path = NodePath("Sound:playing") tracks/2/interp = 1 tracks/2/loop_wrap = true -tracks/2/imported = false -tracks/2/enabled = true tracks/2/keys = { "times": PackedFloat32Array(0), "transitions": PackedFloat32Array(1), @@ -85,31 +80,37 @@ tracks/2/keys = { "values": [true] } -[sub_resource type="SphereShape3D" id=5] +[sub_resource type="AnimationLibrary" id="AnimationLibrary_mis2g"] +_data = { +"spin": SubResource("3"), +"take": SubResource("4") +} + +[sub_resource type="SphereShape3D" id="5"] radius = 0.312546 -[sub_resource type="StandardMaterial3D" id=6] -flags_transparent = true -flags_unshaded = true +[sub_resource type="StandardMaterial3D" id="6"] +transparency = 1 +blend_mode = 1 +shading_mode = 0 vertex_color_use_as_albedo = true vertex_color_is_srgb = true -params_blend_mode = 1 -params_billboard_mode = 3 +albedo_color = Color(1, 1, 0.759137, 1) +albedo_texture = ExtResource("3") +billboard_mode = 3 particles_anim_h_frames = 1 particles_anim_v_frames = 1 particles_anim_loop = false -albedo_color = Color(1, 1, 0.759137, 1) -albedo_texture = ExtResource( 3 ) -[sub_resource type="QuadMesh" id=7] -material = SubResource( 6 ) +[sub_resource type="QuadMesh" id="7"] +material = SubResource("6") -[sub_resource type="Gradient" id=8] +[sub_resource type="Gradient" id="8"] colors = PackedColorArray(1, 1, 1, 1, 1, 1, 1, 0) [node name="Coin" type="Area3D"] input_ray_pickable = false -script = ExtResource( 1 ) +script = ExtResource("1") __meta__ = { "__editor_plugin_screen__": "3D" } @@ -117,37 +118,33 @@ __meta__ = { [node name="Circle" type="MeshInstance3D" parent="."] transform = Transform3D(0.2, 0, 0, 0, -3.25841e-08, 0.2, 0, -0.2, -3.25841e-08, 0.00550658, 0.532125, 0.000651598) layers = 2 -mesh = SubResource( 2 ) -surface_material_override/0 = null +mesh = SubResource("2") [node name="Animation" type="AnimationPlayer" parent="."] autoplay = "spin" -anims/spin = SubResource( 3 ) -anims/take = SubResource( 4 ) +libraries = { +"": SubResource("AnimationLibrary_mis2g") +} [node name="CollisionShape3D" type="CollisionShape3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00894194, 0.575859, 0.0193955) -shape = SubResource( 5 ) +shape = SubResource("5") [node name="VisibleOnScreenEnabler3D" type="VisibleOnScreenEnabler3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0321827, 0.57887, 0.0268312) aabb = AABB(-0.29109, -0.328186, -0.295852, 0.582181, 0.656373, 0.591703) -freeze_bodies = false [node name="Sound" type="AudioStreamPlayer3D" parent="."] -stream = ExtResource( 2 ) +stream = ExtResource("2") [node name="GPUParticles3D" type="CPUParticles3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.000732422, 0.542954, 0) emitting = false one_shot = true explosiveness = 1.0 -mesh = SubResource( 7 ) +mesh = SubResource("7") emission_shape = 2 -emission_box_extents = Vector3(0.3, 0.3, 0.3) -initial_velocity = 5.51 -angular_velocity = 4.27461e-05 -scale_amount = 0.1 -color_ramp = SubResource( 8 ) +emission_sphere_radius = 1.0 +color_ramp = SubResource("8") [connection signal="body_entered" from="." to="." method="_on_coin_body_enter"] diff --git a/3d/platformer/coin/sound_coin.wav.import b/3d/platformer/coin/sound_coin.wav.import index fbb7d492950..939f829f453 100644 --- a/3d/platformer/coin/sound_coin.wav.import +++ b/3d/platformer/coin/sound_coin.wav.import @@ -1,7 +1,8 @@ [remap] importer="wav" -type="AudioStreamSample" +type="AudioStreamWAV" +uid="uid://bsi42j56fkck3" path="res://.godot/imported/sound_coin.wav-5f523c825e94d407ed9e355cbe69ab46.sample" [deps] @@ -17,5 +18,7 @@ force/max_rate=false force/max_rate_hz=44100 edit/trim=true edit/normalize=true -edit/loop=false +edit/loop_mode=0 +edit/loop_begin=0 +edit/loop_end=-1 compress/mode=0 diff --git a/3d/platformer/default_bus_layout.tres b/3d/platformer/default_bus_layout.tres index 9295b1816d5..ae09e583bc9 100644 --- a/3d/platformer/default_bus_layout.tres +++ b/3d/platformer/default_bus_layout.tres @@ -1,6 +1,6 @@ -[gd_resource type="AudioBusLayout" load_steps=4 format=2] +[gd_resource type="AudioBusLayout" load_steps=4 format=3 uid="uid://fc736dyer77q"] -[sub_resource type="AudioEffectReverb" id=1] +[sub_resource type="AudioEffectReverb" id="1"] resource_name = "Reverb" predelay_feedback = 0.8 room_size = 0.33 @@ -8,10 +8,10 @@ damping = 0.32 hipass = 0.9 dry = 0.0 -[sub_resource type="AudioEffectAmplify" id=2] +[sub_resource type="AudioEffectAmplify" id="2"] resource_name = "Amplify" -[sub_resource type="AudioEffectReverb" id=3] +[sub_resource type="AudioEffectReverb" id="3"] resource_name = "Reverb" predelay_feedback = 0.8 room_size = 0.89 @@ -21,21 +21,21 @@ dry = 0.0 wet = 0.2 [resource] -bus/1/name = "Reverb Small" +bus/1/name = &"Reverb Small" bus/1/solo = false bus/1/mute = false bus/1/bypass_fx = false bus/1/volume_db = 0.0 -bus/1/send = "Master" -bus/1/effect/0/effect = SubResource( 1 ) +bus/1/send = &"Master" +bus/1/effect/0/effect = SubResource("1") bus/1/effect/0/enabled = true -bus/1/effect/1/effect = SubResource( 2 ) +bus/1/effect/1/effect = SubResource("2") bus/1/effect/1/enabled = true -bus/2/name = "Reverb Large" +bus/2/name = &"Reverb Large" bus/2/solo = false bus/2/mute = false bus/2/bypass_fx = false bus/2/volume_db = 0.0 -bus/2/send = "Master" -bus/2/effect/0/effect = SubResource( 3 ) +bus/2/send = &"Master" +bus/2/effect/0/effect = SubResource("3") bus/2/effect/0/enabled = true diff --git a/3d/platformer/enemy/enemy.gd b/3d/platformer/enemy/enemy.gd index a81834be35f..b6689d23f44 100644 --- a/3d/platformer/enemy/enemy.gd +++ b/3d/platformer/enemy/enemy.gd @@ -1,4 +1,4 @@ -extends RigidDynamicBody3D +extends RigidBody3D const ACCEL = 5.0 const DEACCEL = 20.0 @@ -33,6 +33,7 @@ func _integrate_forces(state): if cc: if cc is preload("res://player/bullet/bullet.gd") and cc.enabled: + # FIXME: How to convert this to 4.0 syntax? set_mode(MODE_RIGID) dying = true state.set_angular_velocity(-dp.cross(up).normalized() * 33.0) @@ -58,7 +59,8 @@ func _integrate_forces(state): if prev_advance: rot_dir = 1 - dir = Basis(up, rot_dir * ROT_SPEED * (delta) * dir) + # FIXME: How to convert this to 4.0 syntax? + dir = Basis(up, rot_dir * ROT_SPEED * delta * dir) get_node(^"Armature").set_transform(Transform3D().looking_at(-dir, up)) var dspeed = deaccel_dir.dot(lv) diff --git a/3d/platformer/enemy/enemy.tscn b/3d/platformer/enemy/enemy.tscn index a2fb715e05e..8a1b4000cf1 100644 --- a/3d/platformer/enemy/enemy.tscn +++ b/3d/platformer/enemy/enemy.tscn @@ -1,161 +1,77 @@ -[gd_scene load_steps=23 format=2] +[gd_scene load_steps=24 format=3 uid="uid://cxxl4m01n33l6"] -[ext_resource path="res://enemy/enemy.gd" type="Script" id=1] -[ext_resource path="res://enemy/robot_walk.wav" type="AudioStream" id=2] -[ext_resource path="res://enemy/sound_hit.wav" type="AudioStream" id=3] -[ext_resource path="res://enemy/sound_explode.wav" type="AudioStream" id=4] -[ext_resource path="res://enemy/shine.png" type="Texture2D" id=5] +[ext_resource type="Script" path="res://enemy/enemy.gd" id="1"] +[ext_resource type="AudioStream" uid="uid://bkk2o2mcmqsjt" path="res://enemy/robot_walk.wav" id="2"] +[ext_resource type="AudioStream" uid="uid://vlqv56vyagng" path="res://enemy/sound_hit.wav" id="3"] +[ext_resource type="AudioStream" uid="uid://bebqm3m2hp4ob" path="res://enemy/sound_explode.wav" id="4"] +[ext_resource type="Texture2D" uid="uid://cauw7grfc8dnu" path="res://enemy/shine.png" id="5"] -[sub_resource type="PhysicsMaterial" id=1] +[sub_resource type="PhysicsMaterial" id="1"] friction = 0.0 -[sub_resource type="StandardMaterial3D" id=2] +[sub_resource type="StandardMaterial3D" id="2"] albedo_color = Color(1, 0, 0, 1) metallic = 0.43 roughness = 0.18 -[sub_resource type="StandardMaterial3D" id=3] +[sub_resource type="StandardMaterial3D" id="3"] albedo_color = Color(0, 0, 0, 1) metallic = 0.1 roughness = 0.0 -[sub_resource type="StandardMaterial3D" id=4] +[sub_resource type="StandardMaterial3D" id="4"] metallic = 0.1 roughness = 0.0 emission_enabled = true emission = Color(1, 1, 1, 1) -emission_energy = 0.53 -emission_operator = 0 -emission_on_uv2 = false +emission_energy_multiplier = 0.53 -[sub_resource type="ArrayMesh" id=5] +[sub_resource type="ArrayMesh" id="5"] resource_name = "Sphere" -surfaces/0 = { +_surfaces = [{ "aabb": AABB(-1.3683, 0.00704813, -0.94692, 2.7366, 1.54082, 2.00279), -"array_data": PackedByteArray(102, 58, 58, 60, 100, 183, 0, 60, 106, 31, 195, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 238, 57, 166, 60, 217, 182, 0, 60, 93, 67, 203, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 217, 58, 166, 60, 0, 0, 0, 60, 107, 67, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 100, 59, 58, 60, 0, 0, 0, 60, 122, 31, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 100, 55, 58, 60, 102, 186, 0, 60, 61, 31, 150, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 217, 54, 166, 60, 238, 185, 0, 60, 53, 67, 163, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 31, 50, 2, 62, 77, 53, 0, 60, 19, 121, 32, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 49, 62, 0, 0, 0, 60, 0, 127, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 2, 62, 31, 54, 0, 60, 0, 121, 37, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 58, 60, 100, 187, 0, 60, 0, 31, 134, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 166, 60, 217, 186, 0, 60, 0, 67, 149, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 77, 53, 2, 62, 31, 50, 0, 60, 32, 121, 18, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 31, 54, 2, 62, 0, 0, 0, 60, 37, 121, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 77, 53, 2, 62, 31, 178, 0, 60, 32, 121, 237, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 31, 50, 2, 62, 77, 181, 0, 60, 19, 121, 224, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 2, 62, 31, 182, 0, 60, 0, 121, 219, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 98, 58, 9, 61, 0, 0, 0, 60, 96, 82, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 32, 57, 134, 61, 0, 0, 0, 60, 68, 107, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 112, 56, 134, 61, 32, 53, 0, 60, 58, 107, 33, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 135, 57, 9, 61, 98, 54, 0, 60, 83, 82, 48, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 98, 54, 9, 61, 135, 57, 0, 60, 48, 82, 83, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 32, 53, 134, 61, 112, 56, 0, 60, 34, 107, 58, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 134, 61, 32, 57, 0, 60, 0, 107, 67, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 9, 61, 98, 58, 0, 60, 0, 82, 96, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 100, 55, 58, 60, 102, 58, 0, 60, 61, 31, 106, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 217, 54, 166, 60, 238, 57, 0, 60, 53, 67, 93, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 166, 60, 217, 58, 0, 60, 0, 67, 107, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 58, 60, 100, 59, 0, 60, 0, 31, 122, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 91, 55, 167, 59, 95, 58, 0, 60, 47, 172, 81, 0, 1, 2, 0, 0, 154, 252, 100, 3, 0, 0, 0, 0, 0, 0, 167, 59, 91, 59, 0, 60, 0, 172, 94, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 58, 58, 60, 100, 55, 0, 60, 106, 31, 61, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 238, 57, 166, 60, 217, 54, 0, 60, 93, 67, 53, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 95, 58, 167, 59, 91, 55, 0, 60, 81, 172, 47, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 112, 56, 134, 61, 32, 181, 0, 60, 58, 107, 222, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 135, 57, 9, 61, 98, 182, 0, 60, 83, 82, 208, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 32, 53, 134, 61, 112, 184, 0, 60, 34, 107, 198, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 98, 54, 9, 61, 135, 185, 0, 60, 48, 82, 173, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 134, 61, 32, 185, 0, 60, 0, 107, 188, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 9, 61, 98, 186, 0, 60, 0, 82, 160, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 151, 57, 173, 54, 162, 54, 0, 60, 168, 255, 166, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 185, 57, 245, 55, 226, 54, 0, 60, 173, 58, 181, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 131, 59, 182, 56, 193, 53, 0, 60, 240, 58, 145, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 227, 59, 173, 54, 46, 53, 0, 60, 24, 253, 132, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 57, 173, 54, 171, 57, 0, 60, 132, 17, 14, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 78, 58, 242, 57, 39, 59, 0, 60, 209, 52, 105, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 176, 57, 245, 59, 245, 57, 0, 60, 180, 101, 255, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 82, 57, 182, 56, 69, 57, 0, 60, 149, 59, 227, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 77, 60, 242, 57, 109, 58, 0, 60, 79, 67, 72, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 121, 59, 245, 59, 101, 57, 0, 60, 3, 126, 9, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 143, 60, 242, 57, 18, 56, 0, 60, 108, 47, 210, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 225, 59, 245, 59, 33, 55, 0, 60, 249, 109, 192, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 106, 57, 197, 52, 103, 55, 0, 60, 160, 239, 176, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 242, 56, 197, 52, 25, 58, 0, 60, 133, 10, 27, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 231, 60, 43, 56, 178, 56, 0, 60, 119, 27, 224, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 28, 60, 197, 52, 162, 53, 0, 60, 38, 238, 137, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 135, 58, 43, 56, 251, 59, 0, 60, 215, 39, 113, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 170, 60, 43, 56, 24, 59, 0, 60, 88, 47, 78, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 22, 61, 119, 52, 36, 57, 0, 60, 122, 236, 229, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 51, 60, 191, 48, 45, 54, 0, 60, 44, 201, 151, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 91, 57, 191, 48, 13, 56, 0, 60, 167, 215, 177, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 239, 56, 191, 48, 100, 58, 0, 60, 138, 239, 41, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 181, 58, 119, 52, 57, 60, 0, 60, 226, 251, 123, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 225, 60, 119, 52, 123, 59, 0, 60, 96, 249, 82, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 145, 60, 83, 35, 191, 57, 0, 60, 72, 153, 244, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 128, 59, 83, 35, 64, 56, 0, 60, 12, 145, 197, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 221, 58, 83, 35, 167, 59, 0, 60, 238, 162, 82, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 125, 60, 83, 35, 252, 58, 0, 60, 61, 161, 56, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 58, 57, 83, 35, 40, 58, 0, 60, 173, 165, 25, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 99, 57, 83, 35, 235, 56, 0, 60, 184, 161, 216, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 121, 58, 187, 56, 89, 57, 0, 60, 150, 20, 190, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 216, 58, 153, 56, 248, 55, 0, 60, 190, 13, 149, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 59, 59, 191, 58, 28, 57, 0, 60, 174, 81, 206, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 80, 58, 212, 57, 176, 57, 0, 60, 183, 74, 184, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 194, 59, 132, 57, 207, 54, 0, 60, 173, 22, 163, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 153, 59, 157, 58, 125, 55, 0, 60, 170, 77, 205, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 95, 57, 143, 54, 64, 184, 0, 60, 136, 255, 39, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 139, 57, 215, 55, 81, 184, 0, 60, 152, 58, 41, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 210, 57, 167, 56, 44, 186, 0, 60, 149, 58, 223, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 186, 57, 143, 54, 163, 186, 0, 60, 155, 253, 180, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 67, 59, 143, 54, 129, 181, 0, 60, 215, 17, 118, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 145, 60, 227, 57, 108, 182, 0, 60, 73, 52, 88, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 202, 59, 230, 59, 93, 182, 0, 60, 222, 101, 68, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 59, 167, 56, 79, 182, 0, 60, 182, 59, 83, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 190, 60, 227, 57, 152, 185, 0, 60, 99, 67, 217, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 8, 60, 230, 59, 9, 185, 0, 60, 10, 126, 0, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 154, 59, 227, 57, 24, 187, 0, 60, 5, 47, 139, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 154, 58, 230, 59, 51, 186, 0, 60, 196, 109, 235, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 165, 57, 168, 52, 219, 183, 0, 60, 142, 239, 51, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 151, 59, 168, 52, 232, 180, 0, 60, 227, 10, 123, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 59, 60, 28, 56, 111, 187, 0, 60, 23, 27, 135, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 20, 58, 168, 52, 214, 186, 0, 60, 166, 238, 169, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 253, 60, 28, 56, 26, 182, 0, 60, 83, 39, 87, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 52, 61, 28, 56, 245, 185, 0, 60, 109, 46, 212, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 131, 60, 89, 52, 147, 187, 0, 60, 29, 236, 135, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 103, 58, 131, 48, 226, 186, 0, 60, 181, 201, 171, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 238, 57, 131, 48, 113, 183, 0, 60, 146, 215, 45, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 218, 59, 131, 48, 162, 180, 0, 60, 242, 239, 124, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 60, 61, 89, 52, 4, 182, 0, 60, 97, 251, 81, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 121, 61, 89, 52, 43, 186, 0, 60, 116, 249, 207, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 142, 60, 55, 31, 95, 186, 0, 60, 21, 153, 186, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 59, 55, 31, 143, 185, 0, 60, 208, 145, 219, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 234, 60, 55, 31, 254, 182, 0, 60, 66, 162, 52, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 19, 61, 55, 31, 175, 185, 0, 60, 77, 161, 225, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 196, 59, 55, 31, 93, 181, 0, 60, 243, 165, 86, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 185, 58, 55, 31, 188, 182, 0, 60, 188, 161, 47, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 150, 59, 172, 56, 39, 184, 0, 60, 150, 20, 66, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 134, 58, 138, 56, 21, 185, 0, 60, 131, 13, 12, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 180, 59, 176, 58, 240, 184, 0, 60, 174, 81, 52, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 210, 59, 197, 57, 186, 183, 0, 60, 163, 79, 33, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 103, 58, 117, 57, 41, 186, 0, 60, 136, 21, 35, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 163, 58, 142, 58, 222, 185, 0, 60, 172, 77, 54, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 186, 58, 60, 100, 183, 0, 60, 150, 31, 195, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 100, 187, 58, 60, 0, 0, 0, 60, 134, 31, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 217, 186, 166, 60, 0, 0, 0, 60, 149, 67, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 238, 185, 166, 60, 217, 182, 0, 60, 163, 67, 203, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 100, 183, 58, 60, 102, 186, 0, 60, 195, 31, 150, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 217, 182, 166, 60, 238, 185, 0, 60, 203, 67, 163, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 31, 178, 2, 62, 77, 53, 0, 60, 238, 121, 32, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 77, 181, 2, 62, 31, 50, 0, 60, 224, 121, 18, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 31, 182, 2, 62, 0, 0, 0, 60, 219, 121, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 77, 181, 2, 62, 31, 178, 0, 60, 224, 121, 237, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 31, 178, 2, 62, 77, 181, 0, 60, 238, 121, 224, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 98, 186, 9, 61, 0, 0, 0, 60, 160, 82, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 135, 185, 9, 61, 98, 54, 0, 60, 173, 82, 48, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 112, 184, 134, 61, 32, 53, 0, 60, 198, 107, 33, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 32, 185, 134, 61, 0, 0, 0, 60, 189, 107, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 98, 182, 9, 61, 135, 57, 0, 60, 208, 82, 83, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 32, 181, 134, 61, 112, 56, 0, 60, 223, 107, 58, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 100, 183, 58, 60, 102, 58, 0, 60, 195, 31, 106, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 217, 182, 166, 60, 238, 57, 0, 60, 203, 67, 93, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 186, 58, 60, 100, 55, 0, 60, 150, 31, 61, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 238, 185, 166, 60, 217, 54, 0, 60, 163, 67, 53, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 112, 184, 134, 61, 32, 181, 0, 60, 198, 107, 222, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 135, 185, 9, 61, 98, 182, 0, 60, 173, 82, 208, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 32, 181, 134, 61, 112, 184, 0, 60, 223, 107, 198, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 98, 182, 9, 61, 135, 185, 0, 60, 208, 82, 173, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 167, 59, 91, 187, 0, 60, 0, 172, 162, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 91, 183, 167, 59, 95, 186, 0, 60, 209, 172, 175, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 151, 185, 173, 54, 162, 54, 0, 60, 88, 255, 166, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 227, 187, 173, 54, 46, 53, 0, 60, 232, 253, 132, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 131, 187, 182, 56, 193, 53, 0, 60, 16, 58, 145, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 185, 185, 245, 55, 226, 54, 0, 60, 83, 58, 181, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 185, 173, 54, 171, 57, 0, 60, 124, 17, 14, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 82, 185, 182, 56, 69, 57, 0, 60, 108, 59, 227, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 176, 185, 245, 59, 245, 57, 0, 60, 76, 101, 255, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 78, 186, 242, 57, 39, 59, 0, 60, 47, 52, 105, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 121, 187, 245, 59, 101, 57, 0, 60, 253, 126, 9, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 77, 188, 242, 57, 109, 58, 0, 60, 177, 67, 72, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 143, 188, 242, 57, 18, 56, 0, 60, 148, 47, 209, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 225, 187, 245, 59, 33, 55, 0, 60, 7, 109, 192, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 106, 185, 197, 52, 103, 55, 0, 60, 96, 239, 176, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 242, 184, 197, 52, 25, 58, 0, 60, 123, 10, 27, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 231, 188, 43, 56, 178, 56, 0, 60, 137, 27, 224, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 28, 188, 197, 52, 162, 53, 0, 60, 218, 238, 137, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 135, 186, 43, 56, 251, 59, 0, 60, 41, 39, 113, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 170, 188, 43, 56, 24, 59, 0, 60, 168, 47, 78, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 22, 189, 119, 52, 36, 57, 0, 60, 134, 236, 229, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 51, 188, 191, 48, 45, 54, 0, 60, 212, 201, 151, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 91, 185, 191, 48, 13, 56, 0, 60, 89, 215, 177, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 239, 184, 191, 48, 100, 58, 0, 60, 118, 239, 41, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 181, 186, 119, 52, 57, 60, 0, 60, 30, 251, 123, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 225, 188, 119, 52, 123, 59, 0, 60, 161, 249, 82, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 145, 188, 83, 35, 191, 57, 0, 60, 184, 153, 244, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 128, 187, 83, 35, 64, 56, 0, 60, 244, 145, 197, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 221, 186, 83, 35, 167, 59, 0, 60, 18, 162, 82, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 125, 188, 83, 35, 252, 58, 0, 60, 195, 161, 56, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 58, 185, 83, 35, 40, 58, 0, 60, 83, 165, 25, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 99, 185, 83, 35, 235, 56, 0, 60, 72, 161, 216, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 216, 186, 153, 56, 248, 55, 0, 60, 66, 13, 149, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 121, 186, 187, 56, 89, 57, 0, 60, 106, 20, 190, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 80, 186, 212, 57, 176, 57, 0, 60, 73, 74, 184, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 59, 187, 191, 58, 28, 57, 0, 60, 83, 81, 206, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 194, 187, 132, 57, 207, 54, 0, 60, 83, 22, 163, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 153, 187, 157, 58, 125, 55, 0, 60, 86, 77, 205, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 95, 185, 143, 54, 64, 184, 0, 60, 120, 255, 39, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 186, 185, 143, 54, 163, 186, 0, 60, 101, 253, 180, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 210, 185, 167, 56, 44, 186, 0, 60, 107, 58, 223, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 139, 185, 215, 55, 81, 184, 0, 60, 104, 58, 41, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 67, 187, 143, 54, 129, 181, 0, 60, 41, 17, 118, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 187, 167, 56, 79, 182, 0, 60, 74, 59, 83, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 202, 187, 230, 59, 93, 182, 0, 60, 34, 101, 68, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 145, 188, 227, 57, 108, 182, 0, 60, 183, 52, 89, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 8, 188, 230, 59, 9, 185, 0, 60, 246, 126, 0, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 190, 188, 227, 57, 152, 185, 0, 60, 157, 67, 217, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 154, 187, 227, 57, 24, 187, 0, 60, 251, 47, 139, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 154, 186, 230, 59, 51, 186, 0, 60, 60, 109, 235, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 165, 185, 168, 52, 219, 183, 0, 60, 114, 239, 51, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 151, 187, 168, 52, 232, 180, 0, 60, 29, 10, 123, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 59, 188, 28, 56, 111, 187, 0, 60, 233, 27, 135, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 20, 186, 168, 52, 214, 186, 0, 60, 90, 238, 169, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 253, 188, 28, 56, 26, 182, 0, 60, 173, 39, 87, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 52, 189, 28, 56, 245, 185, 0, 60, 147, 47, 212, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 131, 188, 89, 52, 147, 187, 0, 60, 227, 236, 135, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 103, 186, 131, 48, 226, 186, 0, 60, 75, 201, 171, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 238, 185, 131, 48, 113, 183, 0, 60, 110, 215, 45, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 218, 187, 131, 48, 162, 180, 0, 60, 14, 239, 124, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 60, 189, 89, 52, 4, 182, 0, 60, 159, 251, 81, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 121, 189, 89, 52, 43, 186, 0, 60, 140, 249, 207, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 142, 188, 55, 31, 95, 186, 0, 60, 236, 153, 186, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 187, 55, 31, 143, 185, 0, 60, 48, 145, 219, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 234, 188, 55, 31, 254, 182, 0, 60, 190, 162, 52, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 19, 189, 55, 31, 175, 185, 0, 60, 179, 161, 225, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 196, 187, 55, 31, 93, 181, 0, 60, 13, 165, 86, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 185, 186, 55, 31, 188, 182, 0, 60, 68, 161, 47, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 134, 186, 138, 56, 21, 185, 0, 60, 125, 13, 12, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 150, 187, 172, 56, 39, 184, 0, 60, 106, 20, 66, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 210, 187, 197, 57, 186, 183, 0, 60, 93, 79, 33, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 180, 187, 176, 58, 240, 184, 0, 60, 82, 81, 52, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 103, 186, 117, 57, 41, 186, 0, 60, 120, 21, 35, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 163, 186, 142, 58, 222, 185, 0, 60, 84, 77, 54, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 91, 59, 167, 59, 0, 0, 0, 60, 94, 172, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 95, 58, 167, 59, 91, 183, 0, 60, 81, 172, 209, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 91, 55, 167, 59, 95, 186, 0, 60, 47, 172, 175, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 91, 183, 167, 59, 95, 58, 0, 60, 209, 172, 81, 0, 1, 2, 0, 0, 154, 252, 100, 3, 0, 0, 0, 0, 95, 186, 167, 59, 91, 55, 0, 60, 175, 172, 47, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 91, 187, 167, 59, 0, 0, 0, 60, 162, 172, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 95, 186, 167, 59, 91, 183, 0, 60, 175, 172, 209, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0), -"array_index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 1, 0, 5, 0, 4, 0, 0, 0, 1, 0, 6, 0, 8, 0, 7, 0, 9, 0, 5, 0, 10, 0, 9, 0, 4, 0, 5, 0, 11, 0, 6, 0, 7, 0, 12, 0, 11, 0, 7, 0, 13, 0, 12, 0, 7, 0, 14, 0, 13, 0, 7, 0, 15, 0, 14, 0, 7, 0, 16, 0, 18, 0, 17, 0, 16, 0, 19, 0, 18, 0, 20, 0, 22, 0, 21, 0, 20, 0, 23, 0, 22, 0, 19, 0, 21, 0, 18, 0, 19, 0, 20, 0, 21, 0, 21, 0, 8, 0, 6, 0, 21, 0, 22, 0, 8, 0, 24, 0, 26, 0, 25, 0, 24, 0, 27, 0, 26, 0, 28, 0, 27, 0, 24, 0, 28, 0, 29, 0, 27, 0, 18, 0, 6, 0, 11, 0, 18, 0, 21, 0, 6, 0, 30, 0, 25, 0, 31, 0, 30, 0, 24, 0, 25, 0, 32, 0, 24, 0, 30, 0, 32, 0, 28, 0, 24, 0, 17, 0, 11, 0, 12, 0, 17, 0, 18, 0, 11, 0, 3, 0, 31, 0, 2, 0, 3, 0, 30, 0, 31, 0, 33, 0, 12, 0, 13, 0, 33, 0, 17, 0, 12, 0, 34, 0, 17, 0, 33, 0, 34, 0, 16, 0, 17, 0, 35, 0, 13, 0, 14, 0, 35, 0, 33, 0, 13, 0, 36, 0, 33, 0, 35, 0, 36, 0, 34, 0, 33, 0, 37, 0, 14, 0, 15, 0, 37, 0, 35, 0, 14, 0, 38, 0, 35, 0, 37, 0, 38, 0, 36, 0, 35, 0, 39, 0, 41, 0, 40, 0, 39, 0, 42, 0, 41, 0, 43, 0, 45, 0, 44, 0, 43, 0, 46, 0, 45, 0, 44, 0, 48, 0, 47, 0, 44, 0, 45, 0, 48, 0, 49, 0, 41, 0, 42, 0, 49, 0, 50, 0, 41, 0, 39, 0, 46, 0, 43, 0, 39, 0, 40, 0, 46, 0, 47, 0, 50, 0, 49, 0, 47, 0, 48, 0, 50, 0, 51, 0, 43, 0, 52, 0, 51, 0, 39, 0, 43, 0, 53, 0, 42, 0, 54, 0, 53, 0, 49, 0, 42, 0, 55, 0, 47, 0, 56, 0, 55, 0, 44, 0, 47, 0, 52, 0, 44, 0, 55, 0, 52, 0, 43, 0, 44, 0, 51, 0, 42, 0, 39, 0, 51, 0, 54, 0, 42, 0, 56, 0, 49, 0, 53, 0, 56, 0, 47, 0, 49, 0, 57, 0, 54, 0, 58, 0, 57, 0, 53, 0, 54, 0, 59, 0, 54, 0, 51, 0, 59, 0, 58, 0, 54, 0, 59, 0, 52, 0, 60, 0, 59, 0, 51, 0, 52, 0, 60, 0, 55, 0, 61, 0, 60, 0, 52, 0, 55, 0, 62, 0, 53, 0, 57, 0, 62, 0, 56, 0, 53, 0, 61, 0, 56, 0, 62, 0, 61, 0, 55, 0, 56, 0, 63, 0, 58, 0, 64, 0, 63, 0, 57, 0, 58, 0, 65, 0, 62, 0, 66, 0, 65, 0, 61, 0, 62, 0, 67, 0, 61, 0, 65, 0, 67, 0, 60, 0, 61, 0, 68, 0, 58, 0, 59, 0, 68, 0, 64, 0, 58, 0, 68, 0, 60, 0, 67, 0, 68, 0, 59, 0, 60, 0, 66, 0, 57, 0, 63, 0, 66, 0, 62, 0, 57, 0, 68, 0, 63, 0, 64, 0, 67, 0, 63, 0, 68, 0, 66, 0, 63, 0, 67, 0, 66, 0, 67, 0, 65, 0, 40, 0, 69, 0, 46, 0, 40, 0, 70, 0, 69, 0, 45, 0, 71, 0, 48, 0, 45, 0, 72, 0, 71, 0, 41, 0, 70, 0, 40, 0, 41, 0, 73, 0, 70, 0, 50, 0, 73, 0, 41, 0, 50, 0, 74, 0, 73, 0, 46, 0, 72, 0, 45, 0, 46, 0, 69, 0, 72, 0, 48, 0, 74, 0, 50, 0, 48, 0, 71, 0, 74, 0, 75, 0, 77, 0, 76, 0, 75, 0, 78, 0, 77, 0, 79, 0, 81, 0, 80, 0, 79, 0, 82, 0, 81, 0, 80, 0, 84, 0, 83, 0, 80, 0, 81, 0, 84, 0, 85, 0, 77, 0, 78, 0, 85, 0, 86, 0, 77, 0, 75, 0, 82, 0, 79, 0, 75, 0, 76, 0, 82, 0, 83, 0, 86, 0, 85, 0, 83, 0, 84, 0, 86, 0, 87, 0, 79, 0, 88, 0, 87, 0, 75, 0, 79, 0, 89, 0, 78, 0, 90, 0, 89, 0, 85, 0, 78, 0, 91, 0, 83, 0, 92, 0, 91, 0, 80, 0, 83, 0, 88, 0, 80, 0, 91, 0, 88, 0, 79, 0, 80, 0, 87, 0, 78, 0, 75, 0, 87, 0, 90, 0, 78, 0, 92, 0, 85, 0, 89, 0, 92, 0, 83, 0, 85, 0, 93, 0, 90, 0, 94, 0, 93, 0, 89, 0, 90, 0, 95, 0, 90, 0, 87, 0, 95, 0, 94, 0, 90, 0, 95, 0, 88, 0, 96, 0, 95, 0, 87, 0, 88, 0, 96, 0, 91, 0, 97, 0, 96, 0, 88, 0, 91, 0, 98, 0, 89, 0, 93, 0, 98, 0, 92, 0, 89, 0, 97, 0, 92, 0, 98, 0, 97, 0, 91, 0, 92, 0, 99, 0, 94, 0, 100, 0, 99, 0, 93, 0, 94, 0, 101, 0, 98, 0, 102, 0, 101, 0, 97, 0, 98, 0, 103, 0, 97, 0, 101, 0, 103, 0, 96, 0, 97, 0, 104, 0, 94, 0, 95, 0, 104, 0, 100, 0, 94, 0, 104, 0, 96, 0, 103, 0, 104, 0, 95, 0, 96, 0, 102, 0, 93, 0, 99, 0, 102, 0, 98, 0, 93, 0, 102, 0, 99, 0, 100, 0, 102, 0, 100, 0, 101, 0, 101, 0, 100, 0, 104, 0, 101, 0, 104, 0, 103, 0, 76, 0, 105, 0, 82, 0, 76, 0, 106, 0, 105, 0, 81, 0, 107, 0, 84, 0, 81, 0, 108, 0, 107, 0, 77, 0, 106, 0, 76, 0, 77, 0, 109, 0, 106, 0, 86, 0, 109, 0, 77, 0, 86, 0, 110, 0, 109, 0, 82, 0, 108, 0, 81, 0, 82, 0, 105, 0, 108, 0, 84, 0, 110, 0, 86, 0, 84, 0, 107, 0, 110, 0, 111, 0, 113, 0, 112, 0, 111, 0, 114, 0, 113, 0, 115, 0, 114, 0, 111, 0, 115, 0, 116, 0, 114, 0, 117, 0, 7, 0, 8, 0, 9, 0, 116, 0, 115, 0, 9, 0, 10, 0, 116, 0, 118, 0, 7, 0, 117, 0, 119, 0, 7, 0, 118, 0, 120, 0, 7, 0, 119, 0, 121, 0, 7, 0, 120, 0, 15, 0, 7, 0, 121, 0, 122, 0, 124, 0, 123, 0, 122, 0, 125, 0, 124, 0, 126, 0, 22, 0, 23, 0, 126, 0, 127, 0, 22, 0, 123, 0, 127, 0, 126, 0, 123, 0, 124, 0, 127, 0, 127, 0, 8, 0, 22, 0, 127, 0, 117, 0, 8, 0, 128, 0, 26, 0, 27, 0, 128, 0, 129, 0, 26, 0, 124, 0, 117, 0, 127, 0, 124, 0, 118, 0, 117, 0, 130, 0, 129, 0, 128, 0, 130, 0, 131, 0, 129, 0, 125, 0, 118, 0, 124, 0, 125, 0, 119, 0, 118, 0, 112, 0, 131, 0, 130, 0, 112, 0, 113, 0, 131, 0, 132, 0, 119, 0, 125, 0, 132, 0, 120, 0, 119, 0, 133, 0, 125, 0, 122, 0, 133, 0, 132, 0, 125, 0, 134, 0, 120, 0, 132, 0, 134, 0, 121, 0, 120, 0, 135, 0, 132, 0, 133, 0, 135, 0, 134, 0, 132, 0, 37, 0, 121, 0, 134, 0, 37, 0, 15, 0, 121, 0, 38, 0, 134, 0, 135, 0, 38, 0, 37, 0, 134, 0, 136, 0, 115, 0, 137, 0, 136, 0, 9, 0, 115, 0, 138, 0, 140, 0, 139, 0, 138, 0, 141, 0, 140, 0, 142, 0, 144, 0, 143, 0, 142, 0, 145, 0, 144, 0, 145, 0, 146, 0, 144, 0, 145, 0, 147, 0, 146, 0, 148, 0, 140, 0, 149, 0, 148, 0, 139, 0, 140, 0, 138, 0, 143, 0, 141, 0, 138, 0, 142, 0, 143, 0, 147, 0, 149, 0, 146, 0, 147, 0, 148, 0, 149, 0, 150, 0, 142, 0, 138, 0, 150, 0, 151, 0, 142, 0, 152, 0, 139, 0, 148, 0, 152, 0, 153, 0, 139, 0, 154, 0, 147, 0, 145, 0, 154, 0, 155, 0, 147, 0, 151, 0, 145, 0, 142, 0, 151, 0, 154, 0, 145, 0, 150, 0, 139, 0, 153, 0, 150, 0, 138, 0, 139, 0, 155, 0, 148, 0, 147, 0, 155, 0, 152, 0, 148, 0, 156, 0, 153, 0, 152, 0, 156, 0, 157, 0, 153, 0, 158, 0, 153, 0, 157, 0, 158, 0, 150, 0, 153, 0, 158, 0, 151, 0, 150, 0, 158, 0, 159, 0, 151, 0, 159, 0, 154, 0, 151, 0, 159, 0, 160, 0, 154, 0, 161, 0, 152, 0, 155, 0, 161, 0, 156, 0, 152, 0, 160, 0, 155, 0, 154, 0, 160, 0, 161, 0, 155, 0, 162, 0, 157, 0, 156, 0, 162, 0, 163, 0, 157, 0, 164, 0, 161, 0, 160, 0, 164, 0, 165, 0, 161, 0, 166, 0, 160, 0, 159, 0, 166, 0, 164, 0, 160, 0, 167, 0, 157, 0, 163, 0, 167, 0, 158, 0, 157, 0, 167, 0, 159, 0, 158, 0, 167, 0, 166, 0, 159, 0, 165, 0, 156, 0, 161, 0, 165, 0, 162, 0, 156, 0, 162, 0, 167, 0, 163, 0, 162, 0, 166, 0, 167, 0, 165, 0, 166, 0, 162, 0, 165, 0, 164, 0, 166, 0, 141, 0, 169, 0, 168, 0, 141, 0, 143, 0, 169, 0, 144, 0, 171, 0, 170, 0, 144, 0, 146, 0, 171, 0, 140, 0, 168, 0, 172, 0, 140, 0, 141, 0, 168, 0, 149, 0, 172, 0, 173, 0, 149, 0, 140, 0, 172, 0, 143, 0, 170, 0, 169, 0, 143, 0, 144, 0, 170, 0, 146, 0, 173, 0, 171, 0, 146, 0, 149, 0, 173, 0, 174, 0, 176, 0, 175, 0, 174, 0, 177, 0, 176, 0, 178, 0, 180, 0, 179, 0, 178, 0, 181, 0, 180, 0, 181, 0, 182, 0, 180, 0, 181, 0, 183, 0, 182, 0, 184, 0, 176, 0, 185, 0, 184, 0, 175, 0, 176, 0, 174, 0, 179, 0, 177, 0, 174, 0, 178, 0, 179, 0, 183, 0, 185, 0, 182, 0, 183, 0, 184, 0, 185, 0, 186, 0, 178, 0, 174, 0, 186, 0, 187, 0, 178, 0, 188, 0, 175, 0, 184, 0, 188, 0, 189, 0, 175, 0, 190, 0, 183, 0, 181, 0, 190, 0, 191, 0, 183, 0, 187, 0, 181, 0, 178, 0, 187, 0, 190, 0, 181, 0, 186, 0, 175, 0, 189, 0, 186, 0, 174, 0, 175, 0, 191, 0, 184, 0, 183, 0, 191, 0, 188, 0, 184, 0, 192, 0, 189, 0, 188, 0, 192, 0, 193, 0, 189, 0, 194, 0, 189, 0, 193, 0, 194, 0, 186, 0, 189, 0, 194, 0, 187, 0, 186, 0, 194, 0, 195, 0, 187, 0, 195, 0, 190, 0, 187, 0, 195, 0, 196, 0, 190, 0, 197, 0, 188, 0, 191, 0, 197, 0, 192, 0, 188, 0, 196, 0, 191, 0, 190, 0, 196, 0, 197, 0, 191, 0, 198, 0, 193, 0, 192, 0, 198, 0, 199, 0, 193, 0, 200, 0, 197, 0, 196, 0, 200, 0, 201, 0, 197, 0, 202, 0, 196, 0, 195, 0, 202, 0, 200, 0, 196, 0, 203, 0, 193, 0, 199, 0, 203, 0, 194, 0, 193, 0, 203, 0, 195, 0, 194, 0, 203, 0, 202, 0, 195, 0, 201, 0, 192, 0, 197, 0, 201, 0, 198, 0, 192, 0, 201, 0, 199, 0, 198, 0, 201, 0, 200, 0, 199, 0, 199, 0, 200, 0, 203, 0, 203, 0, 200, 0, 202, 0, 177, 0, 205, 0, 204, 0, 177, 0, 179, 0, 205, 0, 180, 0, 207, 0, 206, 0, 180, 0, 182, 0, 207, 0, 176, 0, 204, 0, 208, 0, 176, 0, 177, 0, 204, 0, 185, 0, 208, 0, 209, 0, 185, 0, 176, 0, 208, 0, 179, 0, 206, 0, 205, 0, 179, 0, 180, 0, 206, 0, 182, 0, 209, 0, 207, 0, 182, 0, 185, 0, 209, 0, 210, 0, 30, 0, 3, 0, 210, 0, 32, 0, 30, 0, 211, 0, 3, 0, 0, 0, 211, 0, 210, 0, 3, 0, 212, 0, 0, 0, 4, 0, 212, 0, 211, 0, 0, 0, 136, 0, 4, 0, 9, 0, 136, 0, 212, 0, 4, 0, 213, 0, 27, 0, 29, 0, 213, 0, 128, 0, 27, 0, 214, 0, 128, 0, 213, 0, 214, 0, 130, 0, 128, 0, 215, 0, 130, 0, 214, 0, 215, 0, 112, 0, 130, 0, 216, 0, 112, 0, 215, 0, 216, 0, 111, 0, 112, 0, 137, 0, 111, 0, 216, 0, 137, 0, 115, 0, 111, 0), -"blend_shape_data": [], -"format": 98243, +"format": 7171, "index_count": 1092, -"material": SubResource( 2 ), -"primitive": 4, -"skeleton_aabb": [], -"vertex_count": 217 -} -surfaces/1 = { +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 1, 0, 5, 0, 4, 0, 0, 0, 1, 0, 6, 0, 8, 0, 7, 0, 9, 0, 5, 0, 10, 0, 9, 0, 4, 0, 5, 0, 11, 0, 6, 0, 7, 0, 12, 0, 11, 0, 7, 0, 13, 0, 12, 0, 7, 0, 14, 0, 13, 0, 7, 0, 15, 0, 14, 0, 7, 0, 16, 0, 18, 0, 17, 0, 16, 0, 19, 0, 18, 0, 20, 0, 22, 0, 21, 0, 20, 0, 23, 0, 22, 0, 19, 0, 21, 0, 18, 0, 19, 0, 20, 0, 21, 0, 21, 0, 8, 0, 6, 0, 21, 0, 22, 0, 8, 0, 24, 0, 26, 0, 25, 0, 24, 0, 27, 0, 26, 0, 28, 0, 27, 0, 24, 0, 28, 0, 29, 0, 27, 0, 18, 0, 6, 0, 11, 0, 18, 0, 21, 0, 6, 0, 30, 0, 25, 0, 31, 0, 30, 0, 24, 0, 25, 0, 32, 0, 24, 0, 30, 0, 32, 0, 28, 0, 24, 0, 17, 0, 11, 0, 12, 0, 17, 0, 18, 0, 11, 0, 3, 0, 31, 0, 2, 0, 3, 0, 30, 0, 31, 0, 33, 0, 12, 0, 13, 0, 33, 0, 17, 0, 12, 0, 34, 0, 17, 0, 33, 0, 34, 0, 16, 0, 17, 0, 35, 0, 13, 0, 14, 0, 35, 0, 33, 0, 13, 0, 36, 0, 33, 0, 35, 0, 36, 0, 34, 0, 33, 0, 37, 0, 14, 0, 15, 0, 37, 0, 35, 0, 14, 0, 38, 0, 35, 0, 37, 0, 38, 0, 36, 0, 35, 0, 39, 0, 41, 0, 40, 0, 39, 0, 42, 0, 41, 0, 43, 0, 45, 0, 44, 0, 43, 0, 46, 0, 45, 0, 44, 0, 48, 0, 47, 0, 44, 0, 45, 0, 48, 0, 49, 0, 41, 0, 42, 0, 49, 0, 50, 0, 41, 0, 39, 0, 46, 0, 43, 0, 39, 0, 40, 0, 46, 0, 47, 0, 50, 0, 49, 0, 47, 0, 48, 0, 50, 0, 51, 0, 43, 0, 52, 0, 51, 0, 39, 0, 43, 0, 53, 0, 42, 0, 54, 0, 53, 0, 49, 0, 42, 0, 55, 0, 47, 0, 56, 0, 55, 0, 44, 0, 47, 0, 52, 0, 44, 0, 55, 0, 52, 0, 43, 0, 44, 0, 51, 0, 42, 0, 39, 0, 51, 0, 54, 0, 42, 0, 56, 0, 49, 0, 53, 0, 56, 0, 47, 0, 49, 0, 57, 0, 54, 0, 58, 0, 57, 0, 53, 0, 54, 0, 59, 0, 54, 0, 51, 0, 59, 0, 58, 0, 54, 0, 59, 0, 52, 0, 60, 0, 59, 0, 51, 0, 52, 0, 60, 0, 55, 0, 61, 0, 60, 0, 52, 0, 55, 0, 62, 0, 53, 0, 57, 0, 62, 0, 56, 0, 53, 0, 61, 0, 56, 0, 62, 0, 61, 0, 55, 0, 56, 0, 63, 0, 58, 0, 64, 0, 63, 0, 57, 0, 58, 0, 65, 0, 62, 0, 66, 0, 65, 0, 61, 0, 62, 0, 67, 0, 61, 0, 65, 0, 67, 0, 60, 0, 61, 0, 68, 0, 58, 0, 59, 0, 68, 0, 64, 0, 58, 0, 68, 0, 60, 0, 67, 0, 68, 0, 59, 0, 60, 0, 66, 0, 57, 0, 63, 0, 66, 0, 62, 0, 57, 0, 68, 0, 63, 0, 64, 0, 67, 0, 63, 0, 68, 0, 66, 0, 63, 0, 67, 0, 66, 0, 67, 0, 65, 0, 40, 0, 69, 0, 46, 0, 40, 0, 70, 0, 69, 0, 45, 0, 71, 0, 48, 0, 45, 0, 72, 0, 71, 0, 41, 0, 70, 0, 40, 0, 41, 0, 73, 0, 70, 0, 50, 0, 73, 0, 41, 0, 50, 0, 74, 0, 73, 0, 46, 0, 72, 0, 45, 0, 46, 0, 69, 0, 72, 0, 48, 0, 74, 0, 50, 0, 48, 0, 71, 0, 74, 0, 75, 0, 77, 0, 76, 0, 75, 0, 78, 0, 77, 0, 79, 0, 81, 0, 80, 0, 79, 0, 82, 0, 81, 0, 80, 0, 84, 0, 83, 0, 80, 0, 81, 0, 84, 0, 85, 0, 77, 0, 78, 0, 85, 0, 86, 0, 77, 0, 75, 0, 82, 0, 79, 0, 75, 0, 76, 0, 82, 0, 83, 0, 86, 0, 85, 0, 83, 0, 84, 0, 86, 0, 87, 0, 79, 0, 88, 0, 87, 0, 75, 0, 79, 0, 89, 0, 78, 0, 90, 0, 89, 0, 85, 0, 78, 0, 91, 0, 83, 0, 92, 0, 91, 0, 80, 0, 83, 0, 88, 0, 80, 0, 91, 0, 88, 0, 79, 0, 80, 0, 87, 0, 78, 0, 75, 0, 87, 0, 90, 0, 78, 0, 92, 0, 85, 0, 89, 0, 92, 0, 83, 0, 85, 0, 93, 0, 90, 0, 94, 0, 93, 0, 89, 0, 90, 0, 95, 0, 90, 0, 87, 0, 95, 0, 94, 0, 90, 0, 95, 0, 88, 0, 96, 0, 95, 0, 87, 0, 88, 0, 96, 0, 91, 0, 97, 0, 96, 0, 88, 0, 91, 0, 98, 0, 89, 0, 93, 0, 98, 0, 92, 0, 89, 0, 97, 0, 92, 0, 98, 0, 97, 0, 91, 0, 92, 0, 99, 0, 94, 0, 100, 0, 99, 0, 93, 0, 94, 0, 101, 0, 98, 0, 102, 0, 101, 0, 97, 0, 98, 0, 103, 0, 97, 0, 101, 0, 103, 0, 96, 0, 97, 0, 104, 0, 94, 0, 95, 0, 104, 0, 100, 0, 94, 0, 104, 0, 96, 0, 103, 0, 104, 0, 95, 0, 96, 0, 102, 0, 93, 0, 99, 0, 102, 0, 98, 0, 93, 0, 102, 0, 99, 0, 100, 0, 102, 0, 100, 0, 101, 0, 101, 0, 100, 0, 104, 0, 101, 0, 104, 0, 103, 0, 76, 0, 105, 0, 82, 0, 76, 0, 106, 0, 105, 0, 81, 0, 107, 0, 84, 0, 81, 0, 108, 0, 107, 0, 77, 0, 106, 0, 76, 0, 77, 0, 109, 0, 106, 0, 86, 0, 109, 0, 77, 0, 86, 0, 110, 0, 109, 0, 82, 0, 108, 0, 81, 0, 82, 0, 105, 0, 108, 0, 84, 0, 110, 0, 86, 0, 84, 0, 107, 0, 110, 0, 111, 0, 113, 0, 112, 0, 111, 0, 114, 0, 113, 0, 115, 0, 114, 0, 111, 0, 115, 0, 116, 0, 114, 0, 117, 0, 7, 0, 8, 0, 9, 0, 116, 0, 115, 0, 9, 0, 10, 0, 116, 0, 118, 0, 7, 0, 117, 0, 119, 0, 7, 0, 118, 0, 120, 0, 7, 0, 119, 0, 121, 0, 7, 0, 120, 0, 15, 0, 7, 0, 121, 0, 122, 0, 124, 0, 123, 0, 122, 0, 125, 0, 124, 0, 126, 0, 22, 0, 23, 0, 126, 0, 127, 0, 22, 0, 123, 0, 127, 0, 126, 0, 123, 0, 124, 0, 127, 0, 127, 0, 8, 0, 22, 0, 127, 0, 117, 0, 8, 0, 128, 0, 26, 0, 27, 0, 128, 0, 129, 0, 26, 0, 124, 0, 117, 0, 127, 0, 124, 0, 118, 0, 117, 0, 130, 0, 129, 0, 128, 0, 130, 0, 131, 0, 129, 0, 125, 0, 118, 0, 124, 0, 125, 0, 119, 0, 118, 0, 112, 0, 131, 0, 130, 0, 112, 0, 113, 0, 131, 0, 132, 0, 119, 0, 125, 0, 132, 0, 120, 0, 119, 0, 133, 0, 125, 0, 122, 0, 133, 0, 132, 0, 125, 0, 134, 0, 120, 0, 132, 0, 134, 0, 121, 0, 120, 0, 135, 0, 132, 0, 133, 0, 135, 0, 134, 0, 132, 0, 37, 0, 121, 0, 134, 0, 37, 0, 15, 0, 121, 0, 38, 0, 134, 0, 135, 0, 38, 0, 37, 0, 134, 0, 136, 0, 115, 0, 137, 0, 136, 0, 9, 0, 115, 0, 138, 0, 140, 0, 139, 0, 138, 0, 141, 0, 140, 0, 142, 0, 144, 0, 143, 0, 142, 0, 145, 0, 144, 0, 145, 0, 146, 0, 144, 0, 145, 0, 147, 0, 146, 0, 148, 0, 140, 0, 149, 0, 148, 0, 139, 0, 140, 0, 138, 0, 143, 0, 141, 0, 138, 0, 142, 0, 143, 0, 147, 0, 149, 0, 146, 0, 147, 0, 148, 0, 149, 0, 150, 0, 142, 0, 138, 0, 150, 0, 151, 0, 142, 0, 152, 0, 139, 0, 148, 0, 152, 0, 153, 0, 139, 0, 154, 0, 147, 0, 145, 0, 154, 0, 155, 0, 147, 0, 151, 0, 145, 0, 142, 0, 151, 0, 154, 0, 145, 0, 150, 0, 139, 0, 153, 0, 150, 0, 138, 0, 139, 0, 155, 0, 148, 0, 147, 0, 155, 0, 152, 0, 148, 0, 156, 0, 153, 0, 152, 0, 156, 0, 157, 0, 153, 0, 158, 0, 153, 0, 157, 0, 158, 0, 150, 0, 153, 0, 158, 0, 151, 0, 150, 0, 158, 0, 159, 0, 151, 0, 159, 0, 154, 0, 151, 0, 159, 0, 160, 0, 154, 0, 161, 0, 152, 0, 155, 0, 161, 0, 156, 0, 152, 0, 160, 0, 155, 0, 154, 0, 160, 0, 161, 0, 155, 0, 162, 0, 157, 0, 156, 0, 162, 0, 163, 0, 157, 0, 164, 0, 161, 0, 160, 0, 164, 0, 165, 0, 161, 0, 166, 0, 160, 0, 159, 0, 166, 0, 164, 0, 160, 0, 167, 0, 157, 0, 163, 0, 167, 0, 158, 0, 157, 0, 167, 0, 159, 0, 158, 0, 167, 0, 166, 0, 159, 0, 165, 0, 156, 0, 161, 0, 165, 0, 162, 0, 156, 0, 162, 0, 167, 0, 163, 0, 162, 0, 166, 0, 167, 0, 165, 0, 166, 0, 162, 0, 165, 0, 164, 0, 166, 0, 141, 0, 169, 0, 168, 0, 141, 0, 143, 0, 169, 0, 144, 0, 171, 0, 170, 0, 144, 0, 146, 0, 171, 0, 140, 0, 168, 0, 172, 0, 140, 0, 141, 0, 168, 0, 149, 0, 172, 0, 173, 0, 149, 0, 140, 0, 172, 0, 143, 0, 170, 0, 169, 0, 143, 0, 144, 0, 170, 0, 146, 0, 173, 0, 171, 0, 146, 0, 149, 0, 173, 0, 174, 0, 176, 0, 175, 0, 174, 0, 177, 0, 176, 0, 178, 0, 180, 0, 179, 0, 178, 0, 181, 0, 180, 0, 181, 0, 182, 0, 180, 0, 181, 0, 183, 0, 182, 0, 184, 0, 176, 0, 185, 0, 184, 0, 175, 0, 176, 0, 174, 0, 179, 0, 177, 0, 174, 0, 178, 0, 179, 0, 183, 0, 185, 0, 182, 0, 183, 0, 184, 0, 185, 0, 186, 0, 178, 0, 174, 0, 186, 0, 187, 0, 178, 0, 188, 0, 175, 0, 184, 0, 188, 0, 189, 0, 175, 0, 190, 0, 183, 0, 181, 0, 190, 0, 191, 0, 183, 0, 187, 0, 181, 0, 178, 0, 187, 0, 190, 0, 181, 0, 186, 0, 175, 0, 189, 0, 186, 0, 174, 0, 175, 0, 191, 0, 184, 0, 183, 0, 191, 0, 188, 0, 184, 0, 192, 0, 189, 0, 188, 0, 192, 0, 193, 0, 189, 0, 194, 0, 189, 0, 193, 0, 194, 0, 186, 0, 189, 0, 194, 0, 187, 0, 186, 0, 194, 0, 195, 0, 187, 0, 195, 0, 190, 0, 187, 0, 195, 0, 196, 0, 190, 0, 197, 0, 188, 0, 191, 0, 197, 0, 192, 0, 188, 0, 196, 0, 191, 0, 190, 0, 196, 0, 197, 0, 191, 0, 198, 0, 193, 0, 192, 0, 198, 0, 199, 0, 193, 0, 200, 0, 197, 0, 196, 0, 200, 0, 201, 0, 197, 0, 202, 0, 196, 0, 195, 0, 202, 0, 200, 0, 196, 0, 203, 0, 193, 0, 199, 0, 203, 0, 194, 0, 193, 0, 203, 0, 195, 0, 194, 0, 203, 0, 202, 0, 195, 0, 201, 0, 192, 0, 197, 0, 201, 0, 198, 0, 192, 0, 201, 0, 199, 0, 198, 0, 201, 0, 200, 0, 199, 0, 199, 0, 200, 0, 203, 0, 203, 0, 200, 0, 202, 0, 177, 0, 205, 0, 204, 0, 177, 0, 179, 0, 205, 0, 180, 0, 207, 0, 206, 0, 180, 0, 182, 0, 207, 0, 176, 0, 204, 0, 208, 0, 176, 0, 177, 0, 204, 0, 185, 0, 208, 0, 209, 0, 185, 0, 176, 0, 208, 0, 179, 0, 206, 0, 205, 0, 179, 0, 180, 0, 206, 0, 182, 0, 209, 0, 207, 0, 182, 0, 185, 0, 209, 0, 210, 0, 30, 0, 3, 0, 210, 0, 32, 0, 30, 0, 211, 0, 3, 0, 0, 0, 211, 0, 210, 0, 3, 0, 212, 0, 0, 0, 4, 0, 212, 0, 211, 0, 0, 0, 136, 0, 4, 0, 9, 0, 136, 0, 212, 0, 4, 0, 213, 0, 27, 0, 29, 0, 213, 0, 128, 0, 27, 0, 214, 0, 128, 0, 213, 0, 214, 0, 130, 0, 128, 0, 215, 0, 130, 0, 214, 0, 215, 0, 112, 0, 130, 0, 216, 0, 112, 0, 215, 0, 216, 0, 111, 0, 112, 0, 137, 0, 111, 0, 216, 0, 137, 0, 115, 0, 111, 0), +"material": SubResource("2"), +"primitive": 3, +"skin_data": PackedByteArray(1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 2, 0, 0, 0, 0, 0, 154, 252, 100, 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 2, 0, 0, 0, 0, 0, 154, 252, 100, 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0), +"vertex_count": 217, +"vertex_data": PackedByteArray(0, 192, 76, 63, 0, 64, 135, 63, 0, 128, 236, 190, 244, 235, 120, 187, 0, 192, 61, 63, 0, 192, 148, 63, 0, 32, 219, 190, 187, 215, 28, 200, 0, 32, 91, 63, 0, 192, 148, 63, 0, 0, 0, 0, 181, 206, 72, 177, 0, 128, 108, 63, 0, 64, 135, 63, 0, 0, 0, 0, 15, 230, 238, 153, 0, 128, 236, 62, 0, 64, 135, 63, 0, 192, 76, 191, 244, 235, 143, 216, 0, 32, 219, 62, 0, 192, 148, 63, 0, 192, 61, 191, 187, 215, 37, 224, 0, 224, 67, 62, 0, 64, 192, 63, 0, 160, 169, 62, 35, 142, 11, 218, 0, 0, 0, 0, 0, 32, 198, 63, 0, 0, 0, 0, 255, 127, 255, 255, 0, 0, 0, 0, 0, 64, 192, 63, 0, 224, 195, 62, 255, 127, 5, 226, 0, 0, 0, 0, 0, 64, 135, 63, 0, 128, 108, 191, 15, 230, 255, 255, 0, 0, 0, 0, 0, 192, 148, 63, 0, 32, 91, 191, 181, 206, 255, 255, 0, 160, 169, 62, 0, 64, 192, 63, 0, 224, 67, 62, 243, 151, 145, 218, 0, 224, 195, 62, 0, 64, 192, 63, 0, 0, 0, 0, 248, 157, 5, 226, 0, 160, 169, 62, 0, 64, 192, 63, 0, 224, 67, 190, 243, 165, 46, 232, 0, 224, 67, 62, 0, 64, 192, 63, 0, 160, 169, 190, 243, 165, 219, 241, 0, 0, 0, 0, 0, 64, 192, 63, 0, 224, 195, 190, 248, 157, 255, 255, 0, 64, 76, 63, 0, 32, 161, 63, 0, 0, 0, 0, 7, 197, 246, 186, 0, 0, 36, 63, 0, 192, 176, 63, 0, 0, 0, 0, 188, 177, 66, 206, 0, 0, 14, 63, 0, 192, 176, 63, 0, 0, 164, 62, 126, 165, 43, 197, 0, 224, 48, 63, 0, 32, 161, 63, 0, 64, 204, 62, 224, 177, 70, 177, 0, 64, 204, 62, 0, 32, 161, 63, 0, 224, 48, 63, 215, 156, 70, 177, 0, 0, 164, 62, 0, 192, 176, 63, 0, 0, 14, 63, 221, 149, 210, 196, 0, 0, 0, 0, 0, 192, 176, 63, 0, 0, 36, 63, 255, 127, 181, 206, 0, 0, 0, 0, 0, 32, 161, 63, 0, 64, 76, 63, 255, 127, 246, 186, 0, 128, 236, 62, 0, 64, 135, 63, 0, 192, 76, 63, 110, 167, 9, 148, 0, 32, 219, 62, 0, 192, 148, 63, 0, 192, 61, 63, 216, 159, 66, 168, 0, 0, 0, 0, 0, 192, 148, 63, 0, 32, 91, 63, 255, 127, 72, 177, 0, 0, 0, 0, 0, 64, 135, 63, 0, 128, 108, 63, 255, 127, 238, 153, 0, 96, 235, 62, 0, 224, 116, 63, 0, 224, 75, 63, 95, 156, 72, 77, 0, 0, 0, 0, 0, 224, 116, 63, 0, 96, 107, 63, 255, 127, 152, 67, 0, 192, 76, 63, 0, 64, 135, 63, 0, 128, 236, 62, 133, 196, 9, 148, 0, 192, 61, 63, 0, 192, 148, 63, 0, 32, 219, 62, 226, 183, 66, 168, 0, 224, 75, 63, 0, 224, 116, 63, 0, 96, 235, 62, 231, 176, 72, 77, 0, 0, 14, 63, 0, 192, 176, 63, 0, 0, 164, 190, 44, 187, 176, 218, 0, 224, 48, 63, 0, 32, 161, 63, 0, 64, 204, 190, 184, 206, 30, 206, 0, 0, 164, 62, 0, 192, 176, 63, 0, 0, 14, 191, 44, 187, 32, 234, 0, 64, 204, 62, 0, 32, 161, 63, 0, 224, 48, 191, 184, 206, 38, 227, 0, 0, 0, 0, 0, 192, 176, 63, 0, 0, 36, 191, 188, 177, 255, 255, 0, 0, 0, 0, 0, 32, 161, 63, 0, 64, 76, 191, 7, 197, 255, 255, 0, 224, 50, 63, 0, 160, 213, 62, 0, 64, 212, 62, 183, 0, 237, 62, 0, 32, 55, 63, 0, 160, 254, 62, 0, 64, 220, 62, 94, 34, 207, 206, 0, 96, 112, 63, 0, 192, 22, 63, 0, 32, 184, 62, 33, 40, 237, 244, 0, 96, 124, 63, 0, 160, 213, 62, 0, 192, 165, 62, 115, 253, 88, 20, 0, 64, 34, 63, 0, 160, 213, 62, 0, 96, 53, 63, 153, 25, 9, 142, 0, 192, 73, 63, 0, 64, 62, 63, 0, 224, 100, 63, 130, 98, 160, 160, 0, 0, 54, 63, 0, 160, 126, 63, 0, 160, 62, 63, 160, 72, 88, 201, 0, 64, 42, 63, 0, 192, 22, 63, 0, 160, 40, 63, 186, 38, 194, 185, 0, 160, 137, 63, 0, 64, 62, 63, 0, 160, 77, 63, 97, 174, 86, 167, 0, 32, 111, 63, 0, 160, 126, 63, 0, 160, 44, 63, 199, 130, 221, 244, 0, 224, 145, 63, 0, 64, 62, 63, 0, 64, 2, 63, 16, 226, 56, 187, 0, 32, 124, 63, 0, 160, 126, 63, 0, 32, 228, 62, 130, 77, 4, 251, 0, 64, 45, 63, 0, 160, 152, 62, 0, 224, 236, 62, 70, 11, 170, 63, 0, 64, 30, 63, 0, 160, 152, 62, 0, 32, 67, 63, 153, 29, 255, 135, 0, 224, 156, 63, 0, 96, 5, 63, 0, 64, 22, 63, 148, 236, 108, 170, 0, 128, 131, 63, 0, 160, 152, 62, 0, 64, 180, 62, 212, 242, 203, 27, 0, 224, 80, 63, 0, 96, 5, 63, 0, 96, 127, 63, 206, 100, 220, 153, 0, 64, 149, 63, 0, 96, 5, 63, 0, 0, 99, 63, 225, 180, 61, 156, 0, 192, 162, 63, 0, 224, 142, 62, 0, 128, 36, 63, 217, 240, 102, 92, 0, 96, 134, 63, 0, 224, 23, 62, 0, 160, 197, 62, 124, 221, 155, 27, 0, 96, 43, 63, 0, 224, 23, 62, 0, 160, 1, 63, 28, 25, 129, 54, 0, 224, 29, 63, 0, 224, 23, 62, 0, 128, 76, 63, 46, 42, 162, 115, 0, 160, 86, 63, 0, 224, 142, 62, 0, 32, 135, 63, 177, 103, 242, 123, 0, 32, 156, 63, 0, 224, 142, 62, 0, 96, 111, 63, 107, 194, 39, 123, 0, 32, 146, 63, 0, 96, 106, 60, 0, 224, 55, 63, 126, 185, 72, 49, 0, 0, 112, 63, 0, 96, 106, 60, 0, 0, 8, 63, 238, 177, 112, 8, 0, 160, 91, 63, 0, 96, 106, 60, 0, 224, 116, 63, 31, 116, 250, 65, 0, 160, 143, 63, 0, 96, 106, 60, 0, 128, 95, 63, 211, 164, 163, 70, 0, 64, 39, 63, 0, 96, 106, 60, 0, 0, 69, 63, 156, 74, 119, 69, 0, 96, 44, 63, 0, 96, 106, 60, 0, 96, 29, 63, 190, 58, 133, 44, 0, 32, 79, 63, 0, 96, 23, 63, 0, 32, 43, 63, 85, 13, 84, 185, 0, 0, 91, 63, 0, 32, 19, 63, 0, 0, 255, 62, 242, 8, 147, 210, 0, 96, 103, 63, 0, 224, 87, 63, 0, 128, 35, 63, 172, 48, 184, 206, 0, 0, 74, 63, 0, 128, 58, 63, 0, 0, 54, 63, 64, 43, 84, 213, 0, 64, 120, 63, 0, 128, 48, 63, 0, 224, 217, 62, 56, 14, 87, 202, 0, 32, 115, 63, 0, 160, 83, 63, 0, 160, 239, 62, 14, 46, 142, 204, 0, 224, 43, 63, 0, 224, 209, 62, 0, 0, 8, 191, 255, 31, 50, 127, 0, 96, 49, 63, 0, 224, 250, 62, 0, 32, 10, 191, 108, 62, 145, 164, 0, 64, 58, 63, 0, 224, 20, 63, 0, 128, 69, 191, 126, 37, 211, 186, 0, 64, 55, 63, 0, 224, 209, 62, 0, 96, 84, 191, 34, 2, 210, 71, 0, 96, 104, 63, 0, 224, 209, 62, 0, 32, 176, 190, 46, 98, 92, 140, 0, 32, 146, 63, 0, 96, 60, 63, 0, 128, 205, 190, 221, 171, 63, 159, 0, 64, 121, 63, 0, 192, 124, 63, 0, 160, 203, 190, 143, 106, 174, 191, 0, 96, 96, 63, 0, 224, 20, 63, 0, 224, 201, 190, 37, 84, 245, 162, 0, 192, 151, 63, 0, 96, 60, 63, 0, 0, 51, 191, 41, 214, 46, 194, 0, 0, 129, 63, 0, 192, 124, 63, 0, 32, 33, 191, 104, 137, 149, 246, 0, 64, 115, 63, 0, 96, 60, 63, 0, 0, 99, 191, 102, 220, 53, 252, 0, 64, 83, 63, 0, 192, 124, 63, 0, 96, 70, 191, 110, 73, 147, 215, 0, 160, 52, 63, 0, 0, 149, 62, 0, 96, 251, 190, 210, 47, 10, 116, 0, 224, 114, 63, 0, 0, 149, 62, 0, 0, 157, 190, 21, 105, 230, 135, 0, 96, 135, 63, 0, 128, 3, 63, 0, 224, 109, 191, 201, 235, 199, 238, 0, 128, 66, 63, 0, 0, 149, 62, 0, 192, 90, 191, 208, 11, 19, 59, 0, 160, 159, 63, 0, 128, 3, 63, 0, 64, 195, 190, 212, 178, 226, 151, 0, 128, 166, 63, 0, 128, 3, 63, 0, 160, 62, 191, 104, 226, 226, 185, 0, 96, 144, 63, 0, 32, 139, 62, 0, 96, 114, 191, 240, 240, 213, 21, 0, 224, 76, 63, 0, 96, 16, 62, 0, 64, 92, 191, 190, 32, 166, 44, 0, 192, 61, 63, 0, 96, 16, 62, 0, 32, 238, 190, 41, 56, 57, 101, 0, 64, 123, 63, 0, 96, 16, 62, 0, 64, 148, 190, 111, 116, 245, 113, 0, 128, 167, 63, 0, 32, 139, 62, 0, 128, 192, 190, 216, 195, 128, 124, 0, 32, 175, 63, 0, 32, 139, 62, 0, 96, 69, 191, 201, 250, 83, 86, 0, 192, 145, 63, 0, 224, 230, 59, 0, 224, 75, 191, 9, 188, 218, 13, 0, 160, 97, 63, 0, 224, 230, 59, 0, 224, 49, 191, 125, 72, 88, 31, 0, 64, 157, 63, 0, 224, 230, 59, 0, 192, 223, 190, 216, 167, 62, 71, 0, 96, 162, 63, 0, 224, 230, 59, 0, 224, 53, 191, 24, 196, 141, 48, 0, 128, 120, 63, 0, 224, 230, 59, 0, 160, 171, 190, 61, 119, 177, 66, 0, 32, 87, 63, 0, 224, 230, 59, 0, 128, 215, 190, 141, 86, 24, 70, 0, 192, 114, 63, 0, 128, 21, 63, 0, 224, 4, 191, 85, 57, 84, 141, 0, 192, 80, 63, 0, 64, 17, 63, 0, 160, 34, 191, 85, 21, 23, 139, 0, 128, 118, 63, 0, 0, 86, 63, 0, 0, 30, 191, 46, 79, 56, 176, 0, 64, 122, 63, 0, 160, 56, 63, 0, 64, 247, 190, 238, 69, 82, 177, 0, 224, 76, 63, 0, 160, 46, 63, 0, 32, 69, 191, 186, 40, 69, 143, 0, 96, 84, 63, 0, 192, 81, 63, 0, 192, 59, 191, 253, 77, 214, 173, 0, 192, 76, 191, 0, 64, 135, 63, 0, 128, 236, 190, 10, 20, 120, 187, 0, 128, 108, 191, 0, 64, 135, 63, 0, 0, 0, 0, 239, 25, 238, 153, 0, 32, 91, 191, 0, 192, 148, 63, 0, 0, 0, 0, 73, 49, 72, 177, 0, 192, 61, 191, 0, 192, 148, 63, 0, 32, 219, 190, 67, 40, 28, 200, 0, 128, 236, 190, 0, 64, 135, 63, 0, 192, 76, 191, 10, 20, 143, 216, 0, 32, 219, 190, 0, 192, 148, 63, 0, 192, 61, 191, 67, 40, 37, 224, 0, 224, 67, 190, 0, 64, 192, 63, 0, 160, 169, 62, 134, 114, 145, 218, 0, 160, 169, 190, 0, 64, 192, 63, 0, 224, 67, 62, 11, 104, 145, 218, 0, 224, 195, 190, 0, 64, 192, 63, 0, 0, 0, 0, 6, 98, 5, 226, 0, 160, 169, 190, 0, 64, 192, 63, 0, 224, 67, 190, 11, 90, 46, 232, 0, 224, 67, 190, 0, 64, 192, 63, 0, 160, 169, 190, 146, 90, 133, 242, 0, 64, 76, 191, 0, 32, 161, 63, 0, 0, 0, 0, 247, 58, 246, 186, 0, 224, 48, 191, 0, 32, 161, 63, 0, 64, 204, 62, 30, 78, 70, 177, 0, 0, 14, 191, 0, 192, 176, 63, 0, 0, 164, 62, 128, 90, 43, 197, 0, 0, 36, 191, 0, 192, 176, 63, 0, 0, 0, 0, 182, 78, 181, 206, 0, 64, 204, 190, 0, 32, 161, 63, 0, 224, 48, 63, 39, 99, 70, 177, 0, 0, 164, 190, 0, 192, 176, 63, 0, 0, 14, 63, 170, 106, 43, 197, 0, 128, 236, 190, 0, 64, 135, 63, 0, 192, 76, 63, 144, 88, 9, 148, 0, 32, 219, 190, 0, 192, 148, 63, 0, 192, 61, 63, 38, 96, 66, 168, 0, 192, 76, 191, 0, 64, 135, 63, 0, 128, 236, 62, 121, 59, 9, 148, 0, 192, 61, 191, 0, 192, 148, 63, 0, 32, 219, 62, 28, 72, 66, 168, 0, 0, 14, 191, 0, 192, 176, 63, 0, 0, 164, 190, 210, 68, 176, 218, 0, 224, 48, 191, 0, 32, 161, 63, 0, 64, 204, 190, 70, 49, 30, 206, 0, 0, 164, 190, 0, 192, 176, 63, 0, 0, 14, 191, 43, 69, 169, 234, 0, 64, 204, 190, 0, 32, 161, 63, 0, 224, 48, 191, 70, 49, 38, 227, 0, 0, 0, 0, 0, 224, 116, 63, 0, 96, 107, 191, 151, 195, 0, 0, 0, 96, 235, 190, 0, 224, 116, 63, 0, 224, 75, 191, 183, 50, 96, 28, 0, 224, 50, 191, 0, 160, 213, 62, 0, 64, 212, 62, 71, 255, 237, 62, 0, 96, 124, 191, 0, 160, 213, 62, 0, 192, 165, 62, 139, 2, 88, 20, 0, 96, 112, 191, 0, 192, 22, 63, 0, 32, 184, 62, 221, 215, 237, 244, 0, 32, 55, 191, 0, 160, 254, 62, 0, 64, 220, 62, 160, 221, 207, 206, 0, 64, 34, 191, 0, 160, 213, 62, 0, 96, 53, 63, 101, 230, 9, 142, 0, 64, 42, 191, 0, 192, 22, 63, 0, 160, 40, 63, 119, 217, 119, 185, 0, 0, 54, 191, 0, 160, 126, 63, 0, 160, 62, 63, 94, 183, 88, 201, 0, 192, 73, 191, 0, 64, 62, 63, 0, 224, 100, 63, 124, 157, 160, 160, 0, 32, 111, 191, 0, 160, 126, 63, 0, 160, 44, 63, 55, 125, 221, 244, 0, 160, 137, 191, 0, 64, 62, 63, 0, 160, 77, 63, 157, 81, 86, 167, 0, 224, 145, 191, 0, 64, 62, 63, 0, 64, 2, 63, 200, 29, 143, 187, 0, 32, 124, 191, 0, 160, 126, 63, 0, 32, 228, 62, 124, 178, 4, 251, 0, 64, 45, 191, 0, 160, 152, 62, 0, 224, 236, 62, 184, 244, 170, 63, 0, 64, 30, 191, 0, 160, 152, 62, 0, 32, 67, 63, 101, 226, 255, 135, 0, 224, 156, 191, 0, 96, 5, 63, 0, 64, 22, 63, 106, 19, 108, 170, 0, 128, 131, 191, 0, 160, 152, 62, 0, 64, 180, 62, 42, 13, 203, 27, 0, 224, 80, 191, 0, 96, 5, 63, 0, 96, 127, 63, 48, 155, 220, 153, 0, 64, 149, 191, 0, 96, 5, 63, 0, 0, 99, 63, 29, 75, 61, 156, 0, 192, 162, 191, 0, 224, 142, 62, 0, 128, 36, 63, 37, 15, 102, 92, 0, 96, 134, 191, 0, 224, 23, 62, 0, 160, 197, 62, 130, 34, 155, 27, 0, 96, 43, 191, 0, 224, 23, 62, 0, 160, 1, 63, 226, 230, 129, 54, 0, 224, 29, 191, 0, 224, 23, 62, 0, 128, 76, 63, 208, 213, 162, 115, 0, 160, 86, 191, 0, 224, 142, 62, 0, 32, 135, 63, 77, 152, 242, 123, 0, 32, 156, 191, 0, 224, 142, 62, 0, 96, 111, 63, 233, 61, 32, 123, 0, 32, 146, 191, 0, 96, 106, 60, 0, 224, 55, 63, 128, 70, 72, 49, 0, 0, 112, 191, 0, 96, 106, 60, 0, 0, 8, 63, 16, 78, 112, 8, 0, 160, 91, 191, 0, 96, 106, 60, 0, 224, 116, 63, 223, 139, 250, 65, 0, 160, 143, 191, 0, 96, 106, 60, 0, 128, 95, 63, 43, 91, 163, 70, 0, 64, 39, 191, 0, 96, 106, 60, 0, 0, 69, 63, 98, 181, 119, 69, 0, 96, 44, 191, 0, 96, 106, 60, 0, 96, 29, 63, 64, 197, 133, 44, 0, 0, 91, 191, 0, 32, 19, 63, 0, 0, 255, 62, 12, 247, 147, 210, 0, 32, 79, 191, 0, 96, 23, 63, 0, 32, 43, 63, 169, 242, 84, 185, 0, 0, 74, 191, 0, 128, 58, 63, 0, 0, 54, 63, 190, 212, 84, 213, 0, 96, 103, 191, 0, 224, 87, 63, 0, 128, 35, 63, 140, 207, 90, 206, 0, 64, 120, 191, 0, 128, 48, 63, 0, 224, 217, 62, 198, 241, 87, 202, 0, 32, 115, 191, 0, 160, 83, 63, 0, 160, 239, 62, 240, 209, 142, 204, 0, 224, 43, 191, 0, 224, 209, 62, 0, 0, 8, 191, 255, 223, 50, 127, 0, 64, 55, 191, 0, 224, 209, 62, 0, 96, 84, 191, 220, 253, 210, 71, 0, 64, 58, 191, 0, 224, 20, 63, 0, 128, 69, 191, 128, 218, 211, 186, 0, 96, 49, 191, 0, 224, 250, 62, 0, 32, 10, 191, 146, 193, 145, 164, 0, 96, 104, 191, 0, 224, 209, 62, 0, 32, 176, 190, 208, 157, 92, 140, 0, 96, 96, 191, 0, 224, 20, 63, 0, 224, 201, 190, 217, 171, 245, 162, 0, 64, 121, 191, 0, 192, 124, 63, 0, 160, 203, 190, 111, 149, 174, 191, 0, 32, 146, 191, 0, 96, 60, 63, 0, 128, 205, 190, 85, 84, 25, 159, 0, 0, 129, 191, 0, 192, 124, 63, 0, 32, 33, 191, 150, 118, 149, 246, 0, 192, 151, 191, 0, 96, 60, 63, 0, 0, 51, 191, 213, 41, 46, 194, 0, 64, 115, 191, 0, 96, 60, 63, 0, 0, 99, 191, 152, 35, 53, 252, 0, 64, 83, 191, 0, 192, 124, 63, 0, 96, 70, 191, 144, 182, 147, 215, 0, 160, 52, 191, 0, 0, 149, 62, 0, 96, 251, 190, 44, 208, 10, 116, 0, 224, 114, 191, 0, 0, 149, 62, 0, 0, 157, 190, 233, 150, 230, 135, 0, 96, 135, 191, 0, 128, 3, 63, 0, 224, 109, 191, 53, 20, 199, 238, 0, 128, 66, 191, 0, 0, 149, 62, 0, 192, 90, 191, 46, 244, 19, 59, 0, 160, 159, 191, 0, 128, 3, 63, 0, 64, 195, 190, 42, 77, 226, 151, 0, 128, 166, 191, 0, 128, 3, 63, 0, 160, 62, 191, 20, 30, 60, 186, 0, 96, 144, 191, 0, 32, 139, 62, 0, 96, 114, 191, 14, 15, 213, 21, 0, 224, 76, 191, 0, 96, 16, 62, 0, 64, 92, 191, 64, 223, 166, 44, 0, 192, 61, 191, 0, 96, 16, 62, 0, 32, 238, 190, 213, 199, 57, 101, 0, 64, 123, 191, 0, 96, 16, 62, 0, 64, 148, 190, 143, 139, 245, 113, 0, 128, 167, 191, 0, 32, 139, 62, 0, 128, 192, 190, 38, 60, 128, 124, 0, 32, 175, 191, 0, 32, 139, 62, 0, 96, 69, 191, 53, 5, 83, 86, 0, 192, 145, 191, 0, 224, 230, 59, 0, 224, 75, 191, 79, 68, 67, 13, 0, 160, 97, 191, 0, 224, 230, 59, 0, 224, 49, 191, 129, 183, 88, 31, 0, 64, 157, 191, 0, 224, 230, 59, 0, 192, 223, 190, 38, 88, 62, 71, 0, 96, 162, 191, 0, 224, 230, 59, 0, 224, 53, 191, 230, 59, 141, 48, 0, 128, 120, 191, 0, 224, 230, 59, 0, 160, 171, 190, 193, 136, 177, 66, 0, 32, 87, 191, 0, 224, 230, 59, 0, 128, 215, 190, 113, 169, 24, 70, 0, 192, 80, 191, 0, 64, 17, 63, 0, 160, 34, 191, 169, 234, 23, 139, 0, 192, 114, 191, 0, 128, 21, 63, 0, 224, 4, 191, 169, 198, 84, 141, 0, 64, 122, 191, 0, 160, 56, 63, 0, 64, 247, 190, 16, 186, 82, 177, 0, 128, 118, 191, 0, 0, 86, 63, 0, 0, 30, 191, 208, 176, 56, 176, 0, 224, 76, 191, 0, 160, 46, 63, 0, 32, 69, 191, 68, 215, 69, 143, 0, 96, 84, 191, 0, 192, 81, 63, 0, 192, 59, 191, 1, 178, 214, 173, 0, 96, 107, 63, 0, 224, 116, 63, 0, 0, 0, 0, 151, 195, 152, 67, 0, 224, 75, 63, 0, 224, 116, 63, 0, 96, 235, 190, 71, 205, 231, 48, 0, 96, 235, 62, 0, 224, 116, 63, 0, 224, 75, 191, 71, 205, 96, 28, 0, 96, 235, 190, 0, 224, 116, 63, 0, 224, 75, 63, 159, 99, 72, 77, 0, 224, 75, 191, 0, 224, 116, 63, 0, 96, 235, 62, 23, 79, 72, 77, 0, 96, 107, 191, 0, 224, 116, 63, 0, 0, 0, 0, 103, 60, 152, 67, 0, 224, 75, 191, 0, 224, 116, 63, 0, 96, 235, 190, 183, 50, 231, 48) +}, { "aabb": AABB(-1.31959, -0.0626514, -0.919888, 2.63919, 1.32173, 2.09285), -"array_data": PackedByteArray(217, 54, 166, 60, 238, 57, 0, 60, 53, 67, 93, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 98, 54, 9, 61, 135, 57, 0, 60, 48, 82, 83, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 9, 61, 98, 58, 0, 60, 0, 82, 96, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 166, 60, 217, 58, 0, 60, 0, 67, 107, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 238, 57, 166, 60, 217, 54, 0, 60, 93, 67, 53, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 135, 57, 9, 61, 98, 54, 0, 60, 83, 82, 48, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 217, 58, 166, 60, 0, 0, 0, 60, 107, 67, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 98, 58, 9, 61, 0, 0, 0, 60, 96, 82, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 238, 57, 166, 60, 217, 182, 0, 60, 93, 67, 203, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 135, 57, 9, 61, 98, 182, 0, 60, 83, 82, 208, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 217, 54, 166, 60, 238, 185, 0, 60, 53, 67, 163, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 98, 54, 9, 61, 135, 185, 0, 60, 48, 82, 173, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 166, 60, 217, 186, 0, 60, 0, 67, 149, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 9, 61, 98, 186, 0, 60, 0, 82, 160, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 167, 59, 165, 186, 0, 60, 0, 146, 194, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 165, 54, 167, 59, 193, 185, 0, 60, 31, 146, 202, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 222, 53, 214, 57, 39, 185, 0, 60, 51, 182, 167, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 214, 57, 243, 185, 0, 60, 0, 182, 153, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 193, 57, 167, 59, 165, 182, 0, 60, 54, 146, 225, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 39, 57, 214, 57, 243, 181, 0, 60, 89, 182, 205, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 39, 57, 214, 57, 243, 53, 0, 60, 89, 184, 52, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 120, 48, 74, 56, 219, 56, 0, 60, 232, 182, 100, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 97, 54, 41, 56, 94, 51, 0, 60, 49, 143, 28, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 222, 53, 253, 57, 39, 57, 0, 60, 21, 237, 123, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 200, 49, 11, 57, 241, 56, 0, 60, 20, 165, 85, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 97, 54, 41, 56, 94, 179, 0, 60, 48, 143, 228, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 94, 51, 41, 56, 97, 182, 0, 60, 28, 143, 208, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 243, 57, 214, 57, 0, 0, 0, 60, 103, 183, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 94, 55, 41, 56, 0, 0, 0, 60, 55, 142, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 41, 56, 94, 183, 0, 60, 0, 143, 200, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 187, 54, 0, 0, 0, 60, 0, 130, 255, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 74, 56, 90, 57, 0, 60, 0, 3, 126, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 98, 58, 198, 43, 66, 60, 0, 60, 103, 204, 50, 0, 4, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 15, 58, 43, 49, 71, 60, 0, 60, 35, 83, 88, 0, 4, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 165, 57, 14, 164, 130, 60, 0, 60, 252, 15, 125, 0, 4, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 197, 57, 22, 171, 128, 60, 0, 60, 51, 154, 53, 0, 4, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 92, 57, 43, 49, 33, 60, 0, 60, 170, 83, 41, 0, 4, 3, 0, 0, 17, 254, 237, 1, 0, 0, 0, 0, 37, 57, 198, 43, 0, 60, 0, 60, 146, 201, 226, 0, 4, 3, 0, 0, 70, 247, 184, 8, 0, 0, 0, 0, 73, 57, 22, 171, 102, 60, 0, 60, 183, 153, 1, 0, 4, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 95, 57, 14, 164, 116, 60, 0, 60, 173, 14, 94, 0, 4, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 223, 57, 139, 50, 231, 58, 0, 60, 222, 92, 177, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 160, 57, 207, 44, 184, 58, 0, 60, 204, 200, 155, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 173, 47, 214, 57, 141, 57, 0, 60, 50, 210, 106, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 214, 57, 243, 57, 0, 60, 0, 203, 115, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 9, 57, 140, 57, 0, 60, 0, 157, 79, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 224, 58, 207, 44, 51, 59, 0, 60, 106, 200, 215, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 147, 58, 139, 50, 44, 59, 0, 60, 78, 92, 219, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 69, 60, 198, 43, 90, 60, 0, 60, 113, 204, 22, 0, 4, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 30, 60, 43, 49, 105, 60, 0, 60, 57, 83, 76, 0, 4, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 245, 59, 14, 164, 177, 60, 0, 60, 27, 15, 123, 0, 4, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 10, 60, 22, 171, 171, 60, 0, 60, 63, 154, 38, 0, 4, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 126, 59, 43, 49, 92, 60, 0, 60, 183, 83, 62, 0, 4, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 55, 59, 198, 43, 67, 60, 0, 60, 142, 201, 0, 0, 4, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 142, 59, 22, 171, 161, 60, 0, 60, 186, 153, 20, 0, 4, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 170, 59, 14, 164, 171, 60, 0, 60, 200, 14, 112, 0, 4, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 162, 59, 139, 50, 71, 59, 0, 60, 203, 92, 188, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 90, 59, 207, 44, 42, 59, 0, 60, 180, 200, 172, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 87, 60, 207, 44, 78, 59, 0, 60, 92, 200, 189, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 49, 60, 139, 50, 92, 59, 0, 60, 66, 92, 201, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 142, 56, 209, 56, 193, 52, 0, 60, 13, 138, 214, 0, 1, 3, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 43, 56, 15, 57, 112, 55, 0, 60, 206, 155, 57, 0, 1, 3, 0, 0, 250, 169, 4, 86, 0, 0, 0, 0, 9, 54, 58, 57, 207, 53, 0, 60, 210, 150, 50, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 210, 54, 237, 56, 76, 50, 0, 60, 7, 134, 222, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 140, 57, 172, 57, 76, 52, 0, 60, 62, 230, 149, 0, 1, 3, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 113, 56, 192, 57, 22, 50, 0, 60, 62, 224, 151, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 171, 57, 22, 58, 217, 180, 0, 60, 71, 33, 99, 0, 1, 7, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 120, 57, 249, 58, 6, 183, 0, 60, 28, 121, 21, 0, 1, 7, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 90, 56, 30, 59, 152, 181, 0, 60, 27, 122, 19, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 151, 56, 62, 58, 209, 178, 0, 60, 71, 16, 103, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 90, 57, 202, 58, 197, 52, 0, 60, 50, 92, 185, 0, 1, 3, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 58, 56, 224, 58, 209, 50, 0, 60, 52, 89, 182, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 19, 56, 37, 58, 98, 56, 0, 60, 192, 21, 107, 0, 1, 3, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 233, 53, 77, 58, 117, 55, 0, 60, 190, 6, 107, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 247, 56, 8, 59, 116, 55, 0, 60, 250, 121, 35, 0, 1, 3, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 171, 55, 44, 59, 18, 54, 0, 60, 251, 122, 33, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 50, 57, 252, 57, 9, 57, 0, 60, 193, 24, 107, 0, 3, 1, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 25, 58, 227, 58, 107, 56, 0, 60, 247, 120, 38, 0, 3, 1, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 59, 59, 191, 58, 28, 57, 0, 60, 174, 81, 206, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 153, 59, 157, 58, 125, 55, 0, 60, 170, 77, 205, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 121, 58, 179, 58, 33, 54, 0, 60, 49, 95, 188, 0, 3, 1, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 210, 59, 197, 57, 186, 183, 0, 60, 163, 79, 33, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 180, 59, 176, 58, 240, 184, 0, 60, 174, 81, 52, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 150, 58, 212, 58, 57, 184, 0, 60, 30, 120, 25, 0, 7, 1, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 190, 58, 237, 57, 73, 182, 0, 60, 71, 31, 100, 0, 7, 1, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 80, 58, 212, 57, 176, 57, 0, 60, 183, 74, 184, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 82, 57, 229, 56, 137, 56, 0, 60, 205, 157, 59, 0, 3, 1, 0, 0, 88, 171, 166, 84, 0, 0, 0, 0, 62, 60, 216, 42, 241, 179, 0, 60, 115, 204, 6, 0, 8, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 26, 60, 239, 48, 78, 179, 0, 60, 66, 83, 68, 0, 8, 7, 0, 0, 255, 247, 255, 7, 0, 0, 0, 0, 0, 60, 234, 165, 243, 176, 0, 60, 43, 15, 118, 0, 8, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 14, 60, 2, 172, 51, 177, 0, 60, 68, 154, 29, 0, 8, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 114, 59, 239, 48, 79, 179, 0, 60, 192, 83, 71, 0, 8, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 37, 59, 216, 42, 242, 179, 0, 60, 143, 201, 14, 0, 8, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 150, 59, 2, 172, 51, 177, 0, 60, 190, 153, 30, 0, 8, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 180, 59, 234, 165, 243, 176, 0, 60, 215, 14, 119, 0, 8, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 100, 59, 80, 50, 142, 182, 0, 60, 194, 92, 196, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 25, 59, 88, 44, 181, 182, 0, 60, 169, 200, 183, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 56, 60, 88, 44, 201, 182, 0, 60, 82, 200, 178, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 60, 80, 50, 153, 182, 0, 60, 57, 92, 192, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 71, 61, 216, 42, 73, 181, 0, 60, 113, 204, 234, 0, 8, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 41, 61, 239, 48, 212, 180, 0, 60, 82, 83, 48, 0, 8, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 35, 61, 234, 165, 45, 179, 0, 60, 72, 15, 102, 0, 8, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 47, 61, 2, 172, 136, 179, 0, 60, 73, 154, 10, 0, 8, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 203, 60, 239, 48, 113, 180, 0, 60, 213, 83, 85, 0, 8, 7, 0, 0, 226, 253, 28, 2, 0, 0, 0, 0, 161, 60, 216, 42, 153, 180, 0, 60, 151, 201, 43, 0, 8, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 238, 60, 2, 172, 254, 178, 0, 60, 200, 153, 46, 0, 8, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 254, 60, 234, 165, 223, 178, 0, 60, 247, 14, 125, 0, 8, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 60, 80, 50, 56, 183, 0, 60, 181, 92, 214, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 110, 60, 88, 44, 55, 183, 0, 60, 153, 200, 208, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 61, 88, 44, 250, 183, 0, 60, 59, 200, 159, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 241, 60, 80, 50, 166, 183, 0, 60, 39, 92, 179, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 185, 55, 209, 56, 117, 182, 0, 60, 228, 135, 235, 0, 1, 7, 0, 0, 239, 169, 15, 86, 0, 0, 0, 0, 230, 56, 15, 57, 151, 180, 0, 60, 40, 163, 76, 0, 1, 7, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 28, 55, 65, 57, 117, 177, 0, 60, 29, 150, 62, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 53, 244, 56, 154, 180, 0, 60, 230, 134, 238, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 84, 55, 180, 57, 81, 184, 0, 60, 186, 222, 156, 0, 1, 7, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 150, 52, 212, 57, 202, 182, 0, 60, 190, 195, 167, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 171, 185, 22, 58, 217, 180, 0, 60, 185, 33, 99, 0, 1, 9, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 151, 184, 62, 58, 209, 178, 0, 60, 185, 16, 103, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 90, 184, 30, 59, 152, 181, 0, 60, 229, 122, 19, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 120, 185, 249, 58, 6, 183, 0, 60, 228, 121, 21, 0, 1, 9, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 110, 56, 187, 58, 114, 184, 0, 60, 216, 93, 180, 0, 1, 7, 0, 0, 254, 169, 0, 86, 0, 0, 0, 0, 167, 54, 209, 58, 120, 183, 0, 60, 207, 77, 169, 0, 1, 7, 0, 0, 126, 254, 128, 1, 0, 0, 0, 0, 167, 58, 152, 57, 142, 53, 0, 60, 62, 228, 150, 0, 3, 1, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 194, 59, 132, 57, 207, 54, 0, 60, 173, 22, 163, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 216, 58, 153, 56, 248, 55, 0, 60, 190, 13, 149, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 179, 57, 181, 56, 93, 54, 0, 60, 12, 137, 216, 0, 3, 1, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 121, 58, 187, 56, 89, 57, 0, 60, 150, 20, 190, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 217, 182, 166, 60, 238, 57, 0, 60, 203, 67, 93, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 98, 182, 9, 61, 135, 57, 0, 60, 208, 82, 83, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 238, 185, 166, 60, 217, 54, 0, 60, 163, 67, 53, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 135, 185, 9, 61, 98, 54, 0, 60, 173, 82, 48, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 217, 186, 166, 60, 0, 0, 0, 60, 149, 67, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 98, 186, 9, 61, 0, 0, 0, 60, 160, 82, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 238, 185, 166, 60, 217, 182, 0, 60, 163, 67, 203, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 135, 185, 9, 61, 98, 182, 0, 60, 173, 82, 208, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 217, 182, 166, 60, 238, 185, 0, 60, 203, 67, 163, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 98, 182, 9, 61, 135, 185, 0, 60, 208, 82, 173, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 165, 186, 167, 59, 0, 0, 0, 60, 194, 146, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 243, 185, 214, 57, 0, 0, 0, 60, 153, 182, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 39, 185, 214, 57, 243, 53, 0, 60, 167, 184, 52, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 193, 185, 167, 59, 165, 54, 0, 60, 203, 146, 31, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 222, 181, 214, 57, 39, 185, 0, 60, 205, 182, 167, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 165, 182, 167, 59, 193, 185, 0, 60, 225, 146, 202, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 94, 179, 41, 56, 97, 182, 0, 60, 229, 143, 208, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 97, 182, 41, 56, 94, 179, 0, 60, 208, 143, 228, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 39, 185, 214, 57, 243, 181, 0, 60, 167, 182, 205, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 94, 183, 41, 56, 0, 0, 0, 60, 201, 142, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 97, 182, 41, 56, 94, 51, 0, 60, 207, 143, 28, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 98, 186, 198, 43, 66, 60, 0, 60, 153, 204, 50, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 197, 185, 22, 171, 128, 60, 0, 60, 205, 154, 53, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 165, 185, 14, 164, 130, 60, 0, 60, 4, 15, 125, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 15, 186, 43, 49, 71, 60, 0, 60, 221, 83, 88, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 92, 185, 43, 49, 33, 60, 0, 60, 86, 83, 41, 0, 6, 5, 0, 0, 17, 254, 237, 1, 0, 0, 0, 0, 95, 185, 14, 164, 116, 60, 0, 60, 83, 14, 94, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 73, 185, 22, 171, 102, 60, 0, 60, 73, 153, 1, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 37, 185, 198, 43, 0, 60, 0, 60, 110, 201, 226, 0, 6, 5, 0, 0, 70, 247, 184, 8, 0, 0, 0, 0, 223, 185, 139, 50, 231, 58, 0, 60, 34, 92, 177, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 160, 185, 207, 44, 184, 58, 0, 60, 52, 200, 155, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 224, 186, 207, 44, 51, 59, 0, 60, 150, 200, 215, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 147, 186, 139, 50, 44, 59, 0, 60, 178, 93, 219, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 69, 188, 198, 43, 90, 60, 0, 60, 143, 204, 22, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 10, 188, 22, 171, 171, 60, 0, 60, 193, 154, 38, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 245, 187, 14, 164, 177, 60, 0, 60, 229, 15, 123, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 30, 188, 43, 49, 105, 60, 0, 60, 199, 83, 76, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 126, 187, 43, 49, 92, 60, 0, 60, 73, 83, 61, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 170, 187, 14, 164, 171, 60, 0, 60, 56, 14, 112, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 142, 187, 22, 171, 161, 60, 0, 60, 70, 153, 20, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 55, 187, 198, 43, 67, 60, 0, 60, 114, 201, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 162, 187, 139, 50, 71, 59, 0, 60, 53, 92, 188, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 90, 187, 207, 44, 42, 59, 0, 60, 76, 201, 172, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 87, 188, 207, 44, 78, 59, 0, 60, 164, 200, 189, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 49, 188, 139, 50, 92, 59, 0, 60, 191, 93, 201, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 142, 184, 209, 56, 193, 52, 0, 60, 243, 138, 214, 0, 1, 5, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 210, 182, 237, 56, 76, 50, 0, 60, 249, 134, 222, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 182, 58, 57, 207, 53, 0, 60, 46, 150, 50, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 43, 184, 15, 57, 112, 55, 0, 60, 50, 155, 57, 0, 1, 5, 0, 0, 250, 169, 4, 86, 0, 0, 0, 0, 140, 185, 172, 57, 76, 52, 0, 60, 194, 230, 149, 0, 1, 5, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 113, 184, 192, 57, 22, 50, 0, 60, 194, 224, 150, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 216, 186, 153, 56, 248, 55, 0, 60, 66, 13, 149, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 179, 185, 181, 56, 93, 54, 0, 60, 244, 137, 216, 0, 5, 1, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 82, 185, 229, 56, 137, 56, 0, 60, 51, 157, 59, 0, 5, 1, 0, 0, 88, 171, 166, 84, 0, 0, 0, 0, 121, 186, 187, 56, 89, 57, 0, 60, 106, 20, 190, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 90, 185, 202, 58, 197, 52, 0, 60, 206, 92, 185, 0, 1, 5, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 58, 184, 224, 58, 209, 50, 0, 60, 204, 89, 182, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 233, 181, 77, 58, 117, 55, 0, 60, 67, 6, 107, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 19, 184, 37, 58, 98, 56, 0, 60, 64, 21, 107, 0, 1, 5, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 247, 184, 8, 59, 116, 55, 0, 60, 7, 121, 35, 0, 1, 5, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 171, 183, 44, 59, 18, 54, 0, 60, 5, 122, 33, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 121, 186, 179, 58, 33, 54, 0, 60, 207, 95, 188, 0, 5, 1, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 167, 186, 152, 57, 142, 53, 0, 60, 194, 228, 150, 0, 5, 1, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 194, 187, 132, 57, 207, 54, 0, 60, 83, 22, 163, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 50, 185, 252, 57, 9, 57, 0, 60, 63, 24, 106, 0, 5, 1, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 80, 186, 212, 57, 176, 57, 0, 60, 73, 74, 184, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 153, 187, 157, 58, 125, 55, 0, 60, 86, 77, 205, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 62, 188, 216, 42, 241, 179, 0, 60, 141, 204, 6, 0, 10, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 14, 188, 2, 172, 51, 177, 0, 60, 188, 154, 29, 0, 10, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 188, 234, 165, 243, 176, 0, 60, 213, 15, 118, 0, 10, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 26, 188, 239, 48, 78, 179, 0, 60, 190, 83, 68, 0, 10, 9, 0, 0, 255, 247, 255, 7, 0, 0, 0, 0, 114, 187, 239, 48, 79, 179, 0, 60, 64, 83, 71, 0, 10, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 180, 187, 234, 165, 243, 176, 0, 60, 41, 14, 119, 0, 10, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 150, 187, 2, 172, 51, 177, 0, 60, 67, 153, 30, 0, 10, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 37, 187, 216, 42, 242, 179, 0, 60, 113, 201, 14, 0, 10, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 100, 187, 80, 50, 142, 182, 0, 60, 62, 92, 196, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 25, 187, 88, 44, 181, 182, 0, 60, 87, 200, 183, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 56, 188, 88, 44, 201, 182, 0, 60, 174, 200, 178, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 188, 80, 50, 153, 182, 0, 60, 199, 93, 192, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 71, 189, 216, 42, 73, 181, 0, 60, 143, 204, 234, 0, 10, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 47, 189, 2, 172, 136, 179, 0, 60, 183, 154, 10, 0, 10, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 35, 189, 234, 165, 45, 179, 0, 60, 184, 15, 102, 0, 10, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 41, 189, 239, 48, 212, 180, 0, 60, 174, 83, 48, 0, 10, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 203, 188, 239, 48, 113, 180, 0, 60, 43, 83, 85, 0, 10, 9, 0, 0, 226, 253, 28, 2, 0, 0, 0, 0, 254, 188, 234, 165, 223, 178, 0, 60, 9, 14, 125, 0, 10, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 238, 188, 2, 172, 254, 178, 0, 60, 56, 153, 46, 0, 10, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 161, 188, 216, 42, 153, 180, 0, 60, 105, 201, 43, 0, 10, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 188, 80, 50, 56, 183, 0, 60, 75, 92, 214, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 110, 188, 88, 44, 55, 183, 0, 60, 103, 200, 208, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 189, 88, 44, 250, 183, 0, 60, 197, 200, 159, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 241, 188, 80, 50, 166, 183, 0, 60, 217, 92, 179, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 185, 183, 209, 56, 117, 182, 0, 60, 28, 135, 235, 0, 1, 9, 0, 0, 239, 169, 15, 86, 0, 0, 0, 0, 16, 181, 244, 56, 154, 180, 0, 60, 26, 134, 238, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 28, 183, 65, 57, 117, 177, 0, 60, 227, 150, 62, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 230, 184, 15, 57, 151, 180, 0, 60, 216, 163, 76, 0, 1, 9, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 84, 183, 180, 57, 81, 184, 0, 60, 70, 222, 157, 0, 1, 9, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 150, 180, 212, 57, 202, 182, 0, 60, 66, 195, 167, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 110, 184, 187, 58, 114, 184, 0, 60, 40, 93, 180, 0, 1, 9, 0, 0, 254, 169, 0, 86, 0, 0, 0, 0, 167, 182, 209, 58, 120, 183, 0, 60, 50, 77, 169, 0, 1, 9, 0, 0, 126, 254, 128, 1, 0, 0, 0, 0, 25, 186, 227, 58, 107, 56, 0, 60, 9, 120, 38, 0, 5, 1, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 59, 187, 191, 58, 28, 57, 0, 60, 83, 81, 206, 0, 5, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 91, 55, 167, 59, 95, 186, 0, 60, 0, 129, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 95, 58, 167, 59, 91, 183, 0, 60, 0, 129, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 193, 57, 167, 59, 165, 182, 0, 60, 0, 129, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 165, 54, 167, 59, 193, 185, 0, 60, 0, 129, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 167, 59, 91, 187, 0, 60, 0, 129, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 167, 59, 165, 186, 0, 60, 0, 129, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 91, 55, 167, 59, 95, 58, 0, 60, 0, 129, 0, 0, 1, 2, 0, 0, 154, 252, 100, 3, 0, 0, 0, 0, 0, 0, 167, 59, 91, 59, 0, 60, 0, 129, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 167, 59, 165, 58, 0, 60, 0, 129, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 165, 54, 167, 59, 193, 57, 0, 60, 0, 129, 0, 0, 2, 1, 0, 0, 145, 236, 109, 19, 0, 0, 0, 0, 95, 58, 167, 59, 91, 55, 0, 60, 0, 129, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 193, 57, 167, 59, 165, 54, 0, 60, 0, 129, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 165, 58, 167, 59, 0, 0, 0, 60, 0, 129, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 91, 59, 167, 59, 0, 0, 0, 60, 0, 129, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 165, 58, 167, 59, 0, 0, 0, 60, 63, 146, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 193, 57, 167, 59, 165, 54, 0, 60, 53, 146, 31, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 165, 54, 167, 59, 193, 57, 0, 60, 16, 137, 40, 0, 2, 1, 0, 0, 145, 236, 109, 19, 0, 0, 0, 0, 0, 0, 167, 59, 165, 58, 0, 60, 0, 144, 59, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 72, 52, 10, 59, 167, 57, 0, 60, 54, 169, 74, 0, 2, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 91, 183, 167, 59, 95, 186, 0, 60, 0, 129, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 165, 182, 167, 59, 193, 185, 0, 60, 0, 129, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 193, 185, 167, 59, 165, 182, 0, 60, 0, 129, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 95, 186, 167, 59, 91, 183, 0, 60, 0, 129, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 91, 183, 167, 59, 95, 58, 0, 60, 0, 129, 0, 0, 1, 2, 0, 0, 154, 252, 100, 3, 0, 0, 0, 0, 165, 182, 167, 59, 193, 57, 0, 60, 0, 129, 0, 0, 2, 1, 0, 0, 145, 236, 109, 19, 0, 0, 0, 0, 95, 186, 167, 59, 91, 55, 0, 60, 0, 129, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 193, 185, 167, 59, 165, 54, 0, 60, 0, 129, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 91, 187, 167, 59, 0, 0, 0, 60, 0, 129, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 165, 186, 167, 59, 0, 0, 0, 60, 0, 129, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 193, 185, 167, 59, 165, 182, 0, 60, 202, 146, 225, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 222, 181, 253, 57, 39, 57, 0, 60, 235, 237, 123, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 165, 182, 167, 59, 193, 57, 0, 60, 240, 137, 40, 0, 2, 1, 0, 0, 145, 236, 109, 19, 0, 0, 0, 0, 120, 176, 74, 56, 219, 56, 0, 60, 24, 182, 100, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 200, 177, 11, 57, 241, 56, 0, 60, 236, 165, 85, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 72, 180, 10, 59, 167, 57, 0, 60, 202, 169, 74, 0, 2, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 173, 175, 214, 57, 141, 57, 0, 60, 206, 210, 106, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 134, 58, 138, 56, 21, 185, 0, 60, 131, 13, 12, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 150, 59, 172, 56, 39, 184, 0, 60, 150, 20, 66, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 62, 58, 221, 56, 115, 182, 0, 60, 38, 161, 74, 0, 7, 1, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 49, 57, 174, 56, 40, 184, 0, 60, 226, 136, 232, 0, 7, 1, 0, 0, 100, 171, 154, 84, 0, 0, 0, 0, 103, 58, 117, 57, 41, 186, 0, 60, 136, 21, 35, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 8, 57, 149, 57, 61, 185, 0, 60, 186, 225, 156, 0, 7, 1, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 163, 58, 142, 58, 222, 185, 0, 60, 172, 77, 54, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 137, 57, 165, 58, 40, 185, 0, 60, 218, 95, 183, 0, 7, 1, 0, 0, 212, 170, 42, 85, 0, 0, 0, 0, 210, 187, 197, 57, 186, 183, 0, 60, 93, 79, 33, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 190, 186, 237, 57, 73, 182, 0, 60, 185, 31, 100, 0, 9, 1, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 150, 186, 212, 58, 57, 184, 0, 60, 226, 120, 25, 0, 9, 1, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 180, 187, 176, 58, 240, 184, 0, 60, 82, 81, 52, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 134, 186, 138, 56, 21, 185, 0, 60, 125, 13, 12, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 49, 185, 174, 56, 40, 184, 0, 60, 30, 136, 232, 0, 9, 1, 0, 0, 100, 171, 154, 84, 0, 0, 0, 0, 62, 186, 221, 56, 115, 182, 0, 60, 218, 161, 74, 0, 9, 1, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 150, 187, 172, 56, 39, 184, 0, 60, 106, 20, 66, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 103, 186, 117, 57, 41, 186, 0, 60, 120, 21, 35, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 8, 185, 149, 57, 61, 185, 0, 60, 70, 225, 156, 0, 9, 1, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 163, 186, 142, 58, 222, 185, 0, 60, 84, 77, 54, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 137, 185, 165, 58, 40, 185, 0, 60, 38, 95, 183, 0, 9, 1, 0, 0, 212, 170, 42, 85, 0, 0, 0, 0), -"array_index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 1, 0, 5, 0, 4, 0, 0, 0, 1, 0, 6, 0, 5, 0, 7, 0, 6, 0, 4, 0, 5, 0, 8, 0, 7, 0, 9, 0, 8, 0, 6, 0, 7, 0, 10, 0, 9, 0, 11, 0, 10, 0, 8, 0, 9, 0, 12, 0, 11, 0, 13, 0, 12, 0, 10, 0, 11, 0, 14, 0, 16, 0, 15, 0, 14, 0, 17, 0, 16, 0, 15, 0, 19, 0, 18, 0, 15, 0, 16, 0, 19, 0, 20, 0, 22, 0, 21, 0, 20, 0, 21, 0, 23, 0, 23, 0, 21, 0, 24, 0, 16, 0, 25, 0, 19, 0, 16, 0, 26, 0, 25, 0, 19, 0, 28, 0, 27, 0, 19, 0, 25, 0, 28, 0, 27, 0, 22, 0, 20, 0, 27, 0, 28, 0, 22, 0, 17, 0, 26, 0, 16, 0, 17, 0, 29, 0, 26, 0, 28, 0, 30, 0, 22, 0, 22, 0, 30, 0, 21, 0, 21, 0, 30, 0, 31, 0, 29, 0, 30, 0, 26, 0, 26, 0, 30, 0, 25, 0, 25, 0, 30, 0, 28, 0, 32, 0, 34, 0, 33, 0, 32, 0, 35, 0, 34, 0, 36, 0, 38, 0, 37, 0, 36, 0, 39, 0, 38, 0, 33, 0, 39, 0, 36, 0, 33, 0, 34, 0, 39, 0, 38, 0, 34, 0, 35, 0, 38, 0, 39, 0, 34, 0, 40, 0, 37, 0, 41, 0, 40, 0, 36, 0, 37, 0, 23, 0, 24, 0, 42, 0, 42, 0, 44, 0, 43, 0, 42, 0, 24, 0, 44, 0, 45, 0, 33, 0, 46, 0, 45, 0, 32, 0, 33, 0, 46, 0, 36, 0, 40, 0, 46, 0, 33, 0, 36, 0, 41, 0, 32, 0, 45, 0, 41, 0, 37, 0, 32, 0, 37, 0, 35, 0, 32, 0, 37, 0, 38, 0, 35, 0, 41, 0, 46, 0, 40, 0, 41, 0, 45, 0, 46, 0, 47, 0, 49, 0, 48, 0, 47, 0, 50, 0, 49, 0, 51, 0, 53, 0, 52, 0, 51, 0, 54, 0, 53, 0, 48, 0, 54, 0, 51, 0, 48, 0, 49, 0, 54, 0, 53, 0, 49, 0, 50, 0, 53, 0, 54, 0, 49, 0, 55, 0, 52, 0, 56, 0, 55, 0, 51, 0, 52, 0, 57, 0, 48, 0, 58, 0, 57, 0, 47, 0, 48, 0, 58, 0, 51, 0, 55, 0, 58, 0, 48, 0, 51, 0, 56, 0, 47, 0, 57, 0, 56, 0, 52, 0, 47, 0, 52, 0, 50, 0, 47, 0, 52, 0, 53, 0, 50, 0, 56, 0, 58, 0, 55, 0, 56, 0, 57, 0, 58, 0, 59, 0, 61, 0, 60, 0, 59, 0, 62, 0, 61, 0, 63, 0, 62, 0, 59, 0, 63, 0, 64, 0, 62, 0, 65, 0, 67, 0, 66, 0, 65, 0, 68, 0, 67, 0, 69, 0, 64, 0, 63, 0, 69, 0, 70, 0, 64, 0, 60, 0, 72, 0, 71, 0, 60, 0, 61, 0, 72, 0, 73, 0, 70, 0, 69, 0, 73, 0, 74, 0, 70, 0, 75, 0, 73, 0, 76, 0, 75, 0, 71, 0, 73, 0, 77, 0, 79, 0, 78, 0, 77, 0, 76, 0, 79, 0, 80, 0, 82, 0, 81, 0, 80, 0, 83, 0, 82, 0, 76, 0, 69, 0, 79, 0, 76, 0, 73, 0, 69, 0, 84, 0, 76, 0, 77, 0, 84, 0, 75, 0, 76, 0, 85, 0, 71, 0, 75, 0, 85, 0, 60, 0, 71, 0, 86, 0, 88, 0, 87, 0, 86, 0, 89, 0, 88, 0, 90, 0, 92, 0, 91, 0, 90, 0, 93, 0, 92, 0, 87, 0, 93, 0, 90, 0, 87, 0, 88, 0, 93, 0, 92, 0, 88, 0, 89, 0, 92, 0, 93, 0, 88, 0, 94, 0, 91, 0, 95, 0, 94, 0, 90, 0, 91, 0, 96, 0, 87, 0, 97, 0, 96, 0, 86, 0, 87, 0, 97, 0, 90, 0, 94, 0, 97, 0, 87, 0, 90, 0, 95, 0, 86, 0, 96, 0, 95, 0, 91, 0, 86, 0, 91, 0, 89, 0, 86, 0, 91, 0, 92, 0, 89, 0, 95, 0, 97, 0, 94, 0, 95, 0, 96, 0, 97, 0, 98, 0, 100, 0, 99, 0, 98, 0, 101, 0, 100, 0, 102, 0, 104, 0, 103, 0, 102, 0, 105, 0, 104, 0, 99, 0, 105, 0, 102, 0, 99, 0, 100, 0, 105, 0, 104, 0, 100, 0, 101, 0, 104, 0, 105, 0, 100, 0, 106, 0, 103, 0, 107, 0, 106, 0, 102, 0, 103, 0, 108, 0, 99, 0, 109, 0, 108, 0, 98, 0, 99, 0, 109, 0, 102, 0, 106, 0, 109, 0, 99, 0, 102, 0, 107, 0, 98, 0, 108, 0, 107, 0, 103, 0, 98, 0, 103, 0, 101, 0, 98, 0, 103, 0, 104, 0, 101, 0, 107, 0, 109, 0, 106, 0, 107, 0, 108, 0, 109, 0, 110, 0, 112, 0, 111, 0, 110, 0, 113, 0, 112, 0, 114, 0, 113, 0, 110, 0, 114, 0, 115, 0, 113, 0, 116, 0, 118, 0, 117, 0, 116, 0, 119, 0, 118, 0, 120, 0, 115, 0, 114, 0, 120, 0, 121, 0, 115, 0, 111, 0, 68, 0, 65, 0, 111, 0, 112, 0, 68, 0, 66, 0, 121, 0, 120, 0, 66, 0, 67, 0, 121, 0, 79, 0, 63, 0, 122, 0, 79, 0, 69, 0, 63, 0, 123, 0, 125, 0, 124, 0, 123, 0, 122, 0, 125, 0, 126, 0, 75, 0, 84, 0, 126, 0, 85, 0, 75, 0, 122, 0, 59, 0, 125, 0, 122, 0, 63, 0, 59, 0, 78, 0, 122, 0, 123, 0, 78, 0, 79, 0, 122, 0, 125, 0, 60, 0, 85, 0, 125, 0, 59, 0, 60, 0, 127, 0, 2, 0, 3, 0, 127, 0, 128, 0, 2, 0, 129, 0, 128, 0, 127, 0, 129, 0, 130, 0, 128, 0, 131, 0, 130, 0, 129, 0, 131, 0, 132, 0, 130, 0, 133, 0, 132, 0, 131, 0, 133, 0, 134, 0, 132, 0, 135, 0, 134, 0, 133, 0, 135, 0, 136, 0, 134, 0, 12, 0, 136, 0, 135, 0, 12, 0, 13, 0, 136, 0, 137, 0, 139, 0, 138, 0, 137, 0, 140, 0, 139, 0, 14, 0, 141, 0, 17, 0, 14, 0, 142, 0, 141, 0, 141, 0, 144, 0, 143, 0, 141, 0, 145, 0, 144, 0, 145, 0, 146, 0, 144, 0, 145, 0, 138, 0, 146, 0, 138, 0, 147, 0, 146, 0, 138, 0, 139, 0, 147, 0, 17, 0, 143, 0, 29, 0, 17, 0, 141, 0, 143, 0, 146, 0, 147, 0, 30, 0, 29, 0, 143, 0, 30, 0, 143, 0, 144, 0, 30, 0, 144, 0, 146, 0, 30, 0, 148, 0, 150, 0, 149, 0, 148, 0, 151, 0, 150, 0, 152, 0, 154, 0, 153, 0, 152, 0, 155, 0, 154, 0, 151, 0, 153, 0, 150, 0, 151, 0, 152, 0, 153, 0, 154, 0, 150, 0, 153, 0, 154, 0, 149, 0, 150, 0, 156, 0, 155, 0, 152, 0, 156, 0, 157, 0, 155, 0, 158, 0, 151, 0, 148, 0, 158, 0, 159, 0, 151, 0, 159, 0, 152, 0, 151, 0, 159, 0, 156, 0, 152, 0, 157, 0, 148, 0, 155, 0, 157, 0, 158, 0, 148, 0, 155, 0, 149, 0, 154, 0, 155, 0, 148, 0, 149, 0, 157, 0, 159, 0, 158, 0, 157, 0, 156, 0, 159, 0, 160, 0, 162, 0, 161, 0, 160, 0, 163, 0, 162, 0, 164, 0, 166, 0, 165, 0, 164, 0, 167, 0, 166, 0, 163, 0, 165, 0, 162, 0, 163, 0, 164, 0, 165, 0, 166, 0, 162, 0, 165, 0, 166, 0, 161, 0, 162, 0, 168, 0, 167, 0, 164, 0, 168, 0, 169, 0, 167, 0, 170, 0, 163, 0, 160, 0, 170, 0, 171, 0, 163, 0, 171, 0, 164, 0, 163, 0, 171, 0, 168, 0, 164, 0, 169, 0, 160, 0, 167, 0, 169, 0, 170, 0, 160, 0, 167, 0, 161, 0, 166, 0, 167, 0, 160, 0, 161, 0, 169, 0, 171, 0, 170, 0, 169, 0, 168, 0, 171, 0, 172, 0, 174, 0, 173, 0, 172, 0, 175, 0, 174, 0, 176, 0, 173, 0, 177, 0, 176, 0, 172, 0, 173, 0, 178, 0, 180, 0, 179, 0, 178, 0, 181, 0, 180, 0, 182, 0, 177, 0, 183, 0, 182, 0, 176, 0, 177, 0, 175, 0, 184, 0, 174, 0, 175, 0, 185, 0, 184, 0, 186, 0, 183, 0, 187, 0, 186, 0, 182, 0, 183, 0, 188, 0, 176, 0, 182, 0, 188, 0, 189, 0, 176, 0, 190, 0, 179, 0, 189, 0, 190, 0, 178, 0, 179, 0, 181, 0, 191, 0, 180, 0, 181, 0, 192, 0, 191, 0, 189, 0, 172, 0, 176, 0, 189, 0, 179, 0, 172, 0, 193, 0, 189, 0, 188, 0, 193, 0, 190, 0, 189, 0, 179, 0, 175, 0, 172, 0, 179, 0, 180, 0, 175, 0, 194, 0, 196, 0, 195, 0, 194, 0, 197, 0, 196, 0, 198, 0, 200, 0, 199, 0, 198, 0, 201, 0, 200, 0, 197, 0, 199, 0, 196, 0, 197, 0, 198, 0, 199, 0, 200, 0, 196, 0, 199, 0, 200, 0, 195, 0, 196, 0, 202, 0, 201, 0, 198, 0, 202, 0, 203, 0, 201, 0, 204, 0, 197, 0, 194, 0, 204, 0, 205, 0, 197, 0, 205, 0, 198, 0, 197, 0, 205, 0, 202, 0, 198, 0, 203, 0, 194, 0, 201, 0, 203, 0, 204, 0, 194, 0, 201, 0, 195, 0, 200, 0, 201, 0, 194, 0, 195, 0, 203, 0, 205, 0, 204, 0, 203, 0, 202, 0, 205, 0, 206, 0, 208, 0, 207, 0, 206, 0, 209, 0, 208, 0, 210, 0, 212, 0, 211, 0, 210, 0, 213, 0, 212, 0, 209, 0, 211, 0, 208, 0, 209, 0, 210, 0, 211, 0, 212, 0, 208, 0, 211, 0, 212, 0, 207, 0, 208, 0, 214, 0, 213, 0, 210, 0, 214, 0, 215, 0, 213, 0, 216, 0, 209, 0, 206, 0, 216, 0, 217, 0, 209, 0, 217, 0, 210, 0, 209, 0, 217, 0, 214, 0, 210, 0, 215, 0, 206, 0, 213, 0, 215, 0, 216, 0, 206, 0, 213, 0, 207, 0, 212, 0, 213, 0, 206, 0, 207, 0, 215, 0, 217, 0, 216, 0, 215, 0, 214, 0, 217, 0, 218, 0, 220, 0, 219, 0, 218, 0, 221, 0, 220, 0, 222, 0, 219, 0, 223, 0, 222, 0, 218, 0, 219, 0, 185, 0, 187, 0, 184, 0, 185, 0, 186, 0, 187, 0, 224, 0, 223, 0, 225, 0, 224, 0, 222, 0, 223, 0, 221, 0, 117, 0, 220, 0, 221, 0, 116, 0, 117, 0, 119, 0, 225, 0, 118, 0, 119, 0, 224, 0, 225, 0, 191, 0, 186, 0, 185, 0, 191, 0, 226, 0, 186, 0, 227, 0, 188, 0, 226, 0, 227, 0, 193, 0, 188, 0, 124, 0, 85, 0, 126, 0, 124, 0, 125, 0, 85, 0, 226, 0, 182, 0, 186, 0, 226, 0, 188, 0, 182, 0, 192, 0, 226, 0, 191, 0, 192, 0, 227, 0, 226, 0, 180, 0, 185, 0, 175, 0, 180, 0, 191, 0, 185, 0, 228, 0, 230, 0, 229, 0, 228, 0, 231, 0, 230, 0, 232, 0, 231, 0, 228, 0, 232, 0, 233, 0, 231, 0, 234, 0, 236, 0, 235, 0, 234, 0, 237, 0, 236, 0, 238, 0, 237, 0, 234, 0, 238, 0, 239, 0, 237, 0, 239, 0, 241, 0, 240, 0, 239, 0, 238, 0, 241, 0, 240, 0, 229, 0, 230, 0, 240, 0, 241, 0, 229, 0, 18, 0, 27, 0, 242, 0, 18, 0, 19, 0, 27, 0, 242, 0, 20, 0, 243, 0, 242, 0, 27, 0, 20, 0, 243, 0, 23, 0, 244, 0, 243, 0, 20, 0, 23, 0, 245, 0, 246, 0, 42, 0, 245, 0, 42, 0, 43, 0, 244, 0, 246, 0, 245, 0, 247, 0, 249, 0, 248, 0, 247, 0, 250, 0, 249, 0, 232, 0, 248, 0, 233, 0, 232, 0, 247, 0, 248, 0, 251, 0, 236, 0, 252, 0, 251, 0, 235, 0, 236, 0, 253, 0, 252, 0, 254, 0, 253, 0, 251, 0, 252, 0, 255, 0, 254, 0, 0, 1, 255, 0, 253, 0, 254, 0, 250, 0, 0, 1, 249, 0, 250, 0, 255, 0, 0, 1, 1, 1, 138, 0, 145, 0, 1, 1, 137, 0, 138, 0, 140, 0, 2, 1, 139, 0, 140, 0, 3, 1, 2, 1, 142, 0, 145, 0, 141, 0, 142, 0, 1, 1, 145, 0, 139, 0, 4, 1, 147, 0, 139, 0, 2, 1, 4, 1, 4, 1, 2, 1, 5, 1, 147, 0, 4, 1, 30, 0, 4, 1, 31, 0, 30, 0, 245, 0, 7, 1, 6, 1, 245, 0, 43, 0, 7, 1, 2, 1, 7, 1, 5, 1, 5, 1, 7, 1, 43, 0, 5, 1, 43, 0, 44, 0, 3, 1, 245, 0, 6, 1, 71, 0, 74, 0, 73, 0, 71, 0, 72, 0, 74, 0, 83, 0, 66, 0, 82, 0, 83, 0, 65, 0, 66, 0, 8, 1, 10, 1, 9, 1, 8, 1, 11, 1, 10, 1, 11, 1, 111, 0, 10, 1, 11, 1, 110, 0, 111, 0, 12, 1, 11, 1, 8, 1, 12, 1, 13, 1, 11, 1, 13, 1, 110, 0, 11, 1, 13, 1, 114, 0, 110, 0, 14, 1, 13, 1, 12, 1, 14, 1, 15, 1, 13, 1, 15, 1, 114, 0, 13, 1, 15, 1, 120, 0, 114, 0, 9, 1, 83, 0, 80, 0, 9, 1, 10, 1, 83, 0, 10, 1, 65, 0, 83, 0, 10, 1, 111, 0, 65, 0, 81, 0, 15, 1, 14, 1, 81, 0, 82, 0, 15, 1, 82, 0, 120, 0, 15, 1, 82, 0, 66, 0, 120, 0, 16, 1, 18, 1, 17, 1, 16, 1, 19, 1, 18, 1, 17, 1, 119, 0, 116, 0, 17, 1, 18, 1, 119, 0, 20, 1, 22, 1, 21, 1, 20, 1, 23, 1, 22, 1, 21, 1, 221, 0, 218, 0, 21, 1, 22, 1, 221, 0, 24, 1, 21, 1, 25, 1, 24, 1, 20, 1, 21, 1, 25, 1, 218, 0, 222, 0, 25, 1, 21, 1, 218, 0, 26, 1, 25, 1, 27, 1, 26, 1, 24, 1, 25, 1, 27, 1, 222, 0, 224, 0, 27, 1, 25, 1, 222, 0, 23, 1, 17, 1, 22, 1, 23, 1, 16, 1, 17, 1, 22, 1, 116, 0, 221, 0, 22, 1, 17, 1, 116, 0, 19, 1, 27, 1, 18, 1, 19, 1, 26, 1, 27, 1, 18, 1, 224, 0, 119, 0, 18, 1, 27, 1, 224, 0), -"blend_shape_data": [], -"format": 98243, +"format": 7171, "index_count": 1254, -"material": SubResource( 3 ), -"primitive": 4, -"skeleton_aabb": [], -"vertex_count": 284 -} -surfaces/2 = { +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 1, 0, 5, 0, 4, 0, 0, 0, 1, 0, 6, 0, 5, 0, 7, 0, 6, 0, 4, 0, 5, 0, 8, 0, 7, 0, 9, 0, 8, 0, 6, 0, 7, 0, 10, 0, 9, 0, 11, 0, 10, 0, 8, 0, 9, 0, 12, 0, 11, 0, 13, 0, 12, 0, 10, 0, 11, 0, 14, 0, 16, 0, 15, 0, 14, 0, 17, 0, 16, 0, 15, 0, 19, 0, 18, 0, 15, 0, 16, 0, 19, 0, 20, 0, 22, 0, 21, 0, 20, 0, 21, 0, 23, 0, 23, 0, 21, 0, 24, 0, 16, 0, 25, 0, 19, 0, 16, 0, 26, 0, 25, 0, 19, 0, 28, 0, 27, 0, 19, 0, 25, 0, 28, 0, 27, 0, 22, 0, 20, 0, 27, 0, 28, 0, 22, 0, 17, 0, 26, 0, 16, 0, 17, 0, 29, 0, 26, 0, 28, 0, 30, 0, 22, 0, 22, 0, 30, 0, 21, 0, 21, 0, 30, 0, 31, 0, 29, 0, 30, 0, 26, 0, 26, 0, 30, 0, 25, 0, 25, 0, 30, 0, 28, 0, 32, 0, 34, 0, 33, 0, 32, 0, 35, 0, 34, 0, 36, 0, 38, 0, 37, 0, 36, 0, 39, 0, 38, 0, 33, 0, 39, 0, 36, 0, 33, 0, 34, 0, 39, 0, 38, 0, 34, 0, 35, 0, 38, 0, 39, 0, 34, 0, 40, 0, 37, 0, 41, 0, 40, 0, 36, 0, 37, 0, 23, 0, 24, 0, 42, 0, 42, 0, 44, 0, 43, 0, 42, 0, 24, 0, 44, 0, 45, 0, 33, 0, 46, 0, 45, 0, 32, 0, 33, 0, 46, 0, 36, 0, 40, 0, 46, 0, 33, 0, 36, 0, 41, 0, 32, 0, 45, 0, 41, 0, 37, 0, 32, 0, 37, 0, 35, 0, 32, 0, 37, 0, 38, 0, 35, 0, 41, 0, 46, 0, 40, 0, 41, 0, 45, 0, 46, 0, 47, 0, 49, 0, 48, 0, 47, 0, 50, 0, 49, 0, 51, 0, 53, 0, 52, 0, 51, 0, 54, 0, 53, 0, 48, 0, 54, 0, 51, 0, 48, 0, 49, 0, 54, 0, 53, 0, 49, 0, 50, 0, 53, 0, 54, 0, 49, 0, 55, 0, 52, 0, 56, 0, 55, 0, 51, 0, 52, 0, 57, 0, 48, 0, 58, 0, 57, 0, 47, 0, 48, 0, 58, 0, 51, 0, 55, 0, 58, 0, 48, 0, 51, 0, 56, 0, 47, 0, 57, 0, 56, 0, 52, 0, 47, 0, 52, 0, 50, 0, 47, 0, 52, 0, 53, 0, 50, 0, 56, 0, 58, 0, 55, 0, 56, 0, 57, 0, 58, 0, 59, 0, 61, 0, 60, 0, 59, 0, 62, 0, 61, 0, 63, 0, 62, 0, 59, 0, 63, 0, 64, 0, 62, 0, 65, 0, 67, 0, 66, 0, 65, 0, 68, 0, 67, 0, 69, 0, 64, 0, 63, 0, 69, 0, 70, 0, 64, 0, 60, 0, 72, 0, 71, 0, 60, 0, 61, 0, 72, 0, 73, 0, 70, 0, 69, 0, 73, 0, 74, 0, 70, 0, 75, 0, 73, 0, 76, 0, 75, 0, 71, 0, 73, 0, 77, 0, 79, 0, 78, 0, 77, 0, 76, 0, 79, 0, 80, 0, 82, 0, 81, 0, 80, 0, 83, 0, 82, 0, 76, 0, 69, 0, 79, 0, 76, 0, 73, 0, 69, 0, 84, 0, 76, 0, 77, 0, 84, 0, 75, 0, 76, 0, 85, 0, 71, 0, 75, 0, 85, 0, 60, 0, 71, 0, 86, 0, 88, 0, 87, 0, 86, 0, 89, 0, 88, 0, 90, 0, 92, 0, 91, 0, 90, 0, 93, 0, 92, 0, 87, 0, 93, 0, 90, 0, 87, 0, 88, 0, 93, 0, 92, 0, 88, 0, 89, 0, 92, 0, 93, 0, 88, 0, 94, 0, 91, 0, 95, 0, 94, 0, 90, 0, 91, 0, 96, 0, 87, 0, 97, 0, 96, 0, 86, 0, 87, 0, 97, 0, 90, 0, 94, 0, 97, 0, 87, 0, 90, 0, 95, 0, 86, 0, 96, 0, 95, 0, 91, 0, 86, 0, 91, 0, 89, 0, 86, 0, 91, 0, 92, 0, 89, 0, 95, 0, 97, 0, 94, 0, 95, 0, 96, 0, 97, 0, 98, 0, 100, 0, 99, 0, 98, 0, 101, 0, 100, 0, 102, 0, 104, 0, 103, 0, 102, 0, 105, 0, 104, 0, 99, 0, 105, 0, 102, 0, 99, 0, 100, 0, 105, 0, 104, 0, 100, 0, 101, 0, 104, 0, 105, 0, 100, 0, 106, 0, 103, 0, 107, 0, 106, 0, 102, 0, 103, 0, 108, 0, 99, 0, 109, 0, 108, 0, 98, 0, 99, 0, 109, 0, 102, 0, 106, 0, 109, 0, 99, 0, 102, 0, 107, 0, 98, 0, 108, 0, 107, 0, 103, 0, 98, 0, 103, 0, 101, 0, 98, 0, 103, 0, 104, 0, 101, 0, 107, 0, 109, 0, 106, 0, 107, 0, 108, 0, 109, 0, 110, 0, 112, 0, 111, 0, 110, 0, 113, 0, 112, 0, 114, 0, 113, 0, 110, 0, 114, 0, 115, 0, 113, 0, 116, 0, 118, 0, 117, 0, 116, 0, 119, 0, 118, 0, 120, 0, 115, 0, 114, 0, 120, 0, 121, 0, 115, 0, 111, 0, 68, 0, 65, 0, 111, 0, 112, 0, 68, 0, 66, 0, 121, 0, 120, 0, 66, 0, 67, 0, 121, 0, 79, 0, 63, 0, 122, 0, 79, 0, 69, 0, 63, 0, 123, 0, 125, 0, 124, 0, 123, 0, 122, 0, 125, 0, 126, 0, 75, 0, 84, 0, 126, 0, 85, 0, 75, 0, 122, 0, 59, 0, 125, 0, 122, 0, 63, 0, 59, 0, 78, 0, 122, 0, 123, 0, 78, 0, 79, 0, 122, 0, 125, 0, 60, 0, 85, 0, 125, 0, 59, 0, 60, 0, 127, 0, 2, 0, 3, 0, 127, 0, 128, 0, 2, 0, 129, 0, 128, 0, 127, 0, 129, 0, 130, 0, 128, 0, 131, 0, 130, 0, 129, 0, 131, 0, 132, 0, 130, 0, 133, 0, 132, 0, 131, 0, 133, 0, 134, 0, 132, 0, 135, 0, 134, 0, 133, 0, 135, 0, 136, 0, 134, 0, 12, 0, 136, 0, 135, 0, 12, 0, 13, 0, 136, 0, 137, 0, 139, 0, 138, 0, 137, 0, 140, 0, 139, 0, 14, 0, 141, 0, 17, 0, 14, 0, 142, 0, 141, 0, 141, 0, 144, 0, 143, 0, 141, 0, 145, 0, 144, 0, 145, 0, 146, 0, 144, 0, 145, 0, 138, 0, 146, 0, 138, 0, 147, 0, 146, 0, 138, 0, 139, 0, 147, 0, 17, 0, 143, 0, 29, 0, 17, 0, 141, 0, 143, 0, 146, 0, 147, 0, 30, 0, 29, 0, 143, 0, 30, 0, 143, 0, 144, 0, 30, 0, 144, 0, 146, 0, 30, 0, 148, 0, 150, 0, 149, 0, 148, 0, 151, 0, 150, 0, 152, 0, 154, 0, 153, 0, 152, 0, 155, 0, 154, 0, 151, 0, 153, 0, 150, 0, 151, 0, 152, 0, 153, 0, 154, 0, 150, 0, 153, 0, 154, 0, 149, 0, 150, 0, 156, 0, 155, 0, 152, 0, 156, 0, 157, 0, 155, 0, 158, 0, 151, 0, 148, 0, 158, 0, 159, 0, 151, 0, 159, 0, 152, 0, 151, 0, 159, 0, 156, 0, 152, 0, 157, 0, 148, 0, 155, 0, 157, 0, 158, 0, 148, 0, 155, 0, 149, 0, 154, 0, 155, 0, 148, 0, 149, 0, 157, 0, 159, 0, 158, 0, 157, 0, 156, 0, 159, 0, 160, 0, 162, 0, 161, 0, 160, 0, 163, 0, 162, 0, 164, 0, 166, 0, 165, 0, 164, 0, 167, 0, 166, 0, 163, 0, 165, 0, 162, 0, 163, 0, 164, 0, 165, 0, 166, 0, 162, 0, 165, 0, 166, 0, 161, 0, 162, 0, 168, 0, 167, 0, 164, 0, 168, 0, 169, 0, 167, 0, 170, 0, 163, 0, 160, 0, 170, 0, 171, 0, 163, 0, 171, 0, 164, 0, 163, 0, 171, 0, 168, 0, 164, 0, 169, 0, 160, 0, 167, 0, 169, 0, 170, 0, 160, 0, 167, 0, 161, 0, 166, 0, 167, 0, 160, 0, 161, 0, 169, 0, 171, 0, 170, 0, 169, 0, 168, 0, 171, 0, 172, 0, 174, 0, 173, 0, 172, 0, 175, 0, 174, 0, 176, 0, 173, 0, 177, 0, 176, 0, 172, 0, 173, 0, 178, 0, 180, 0, 179, 0, 178, 0, 181, 0, 180, 0, 182, 0, 177, 0, 183, 0, 182, 0, 176, 0, 177, 0, 175, 0, 184, 0, 174, 0, 175, 0, 185, 0, 184, 0, 186, 0, 183, 0, 187, 0, 186, 0, 182, 0, 183, 0, 188, 0, 176, 0, 182, 0, 188, 0, 189, 0, 176, 0, 190, 0, 179, 0, 189, 0, 190, 0, 178, 0, 179, 0, 181, 0, 191, 0, 180, 0, 181, 0, 192, 0, 191, 0, 189, 0, 172, 0, 176, 0, 189, 0, 179, 0, 172, 0, 193, 0, 189, 0, 188, 0, 193, 0, 190, 0, 189, 0, 179, 0, 175, 0, 172, 0, 179, 0, 180, 0, 175, 0, 194, 0, 196, 0, 195, 0, 194, 0, 197, 0, 196, 0, 198, 0, 200, 0, 199, 0, 198, 0, 201, 0, 200, 0, 197, 0, 199, 0, 196, 0, 197, 0, 198, 0, 199, 0, 200, 0, 196, 0, 199, 0, 200, 0, 195, 0, 196, 0, 202, 0, 201, 0, 198, 0, 202, 0, 203, 0, 201, 0, 204, 0, 197, 0, 194, 0, 204, 0, 205, 0, 197, 0, 205, 0, 198, 0, 197, 0, 205, 0, 202, 0, 198, 0, 203, 0, 194, 0, 201, 0, 203, 0, 204, 0, 194, 0, 201, 0, 195, 0, 200, 0, 201, 0, 194, 0, 195, 0, 203, 0, 205, 0, 204, 0, 203, 0, 202, 0, 205, 0, 206, 0, 208, 0, 207, 0, 206, 0, 209, 0, 208, 0, 210, 0, 212, 0, 211, 0, 210, 0, 213, 0, 212, 0, 209, 0, 211, 0, 208, 0, 209, 0, 210, 0, 211, 0, 212, 0, 208, 0, 211, 0, 212, 0, 207, 0, 208, 0, 214, 0, 213, 0, 210, 0, 214, 0, 215, 0, 213, 0, 216, 0, 209, 0, 206, 0, 216, 0, 217, 0, 209, 0, 217, 0, 210, 0, 209, 0, 217, 0, 214, 0, 210, 0, 215, 0, 206, 0, 213, 0, 215, 0, 216, 0, 206, 0, 213, 0, 207, 0, 212, 0, 213, 0, 206, 0, 207, 0, 215, 0, 217, 0, 216, 0, 215, 0, 214, 0, 217, 0, 218, 0, 220, 0, 219, 0, 218, 0, 221, 0, 220, 0, 222, 0, 219, 0, 223, 0, 222, 0, 218, 0, 219, 0, 185, 0, 187, 0, 184, 0, 185, 0, 186, 0, 187, 0, 224, 0, 223, 0, 225, 0, 224, 0, 222, 0, 223, 0, 221, 0, 117, 0, 220, 0, 221, 0, 116, 0, 117, 0, 119, 0, 225, 0, 118, 0, 119, 0, 224, 0, 225, 0, 191, 0, 186, 0, 185, 0, 191, 0, 226, 0, 186, 0, 227, 0, 188, 0, 226, 0, 227, 0, 193, 0, 188, 0, 124, 0, 85, 0, 126, 0, 124, 0, 125, 0, 85, 0, 226, 0, 182, 0, 186, 0, 226, 0, 188, 0, 182, 0, 192, 0, 226, 0, 191, 0, 192, 0, 227, 0, 226, 0, 180, 0, 185, 0, 175, 0, 180, 0, 191, 0, 185, 0, 228, 0, 230, 0, 229, 0, 228, 0, 231, 0, 230, 0, 232, 0, 231, 0, 228, 0, 232, 0, 233, 0, 231, 0, 234, 0, 236, 0, 235, 0, 234, 0, 237, 0, 236, 0, 238, 0, 237, 0, 234, 0, 238, 0, 239, 0, 237, 0, 239, 0, 241, 0, 240, 0, 239, 0, 238, 0, 241, 0, 240, 0, 229, 0, 230, 0, 240, 0, 241, 0, 229, 0, 18, 0, 27, 0, 242, 0, 18, 0, 19, 0, 27, 0, 242, 0, 20, 0, 243, 0, 242, 0, 27, 0, 20, 0, 243, 0, 23, 0, 244, 0, 243, 0, 20, 0, 23, 0, 245, 0, 246, 0, 42, 0, 245, 0, 42, 0, 43, 0, 244, 0, 246, 0, 245, 0, 247, 0, 249, 0, 248, 0, 247, 0, 250, 0, 249, 0, 232, 0, 248, 0, 233, 0, 232, 0, 247, 0, 248, 0, 251, 0, 236, 0, 252, 0, 251, 0, 235, 0, 236, 0, 253, 0, 252, 0, 254, 0, 253, 0, 251, 0, 252, 0, 255, 0, 254, 0, 0, 1, 255, 0, 253, 0, 254, 0, 250, 0, 0, 1, 249, 0, 250, 0, 255, 0, 0, 1, 1, 1, 138, 0, 145, 0, 1, 1, 137, 0, 138, 0, 140, 0, 2, 1, 139, 0, 140, 0, 3, 1, 2, 1, 142, 0, 145, 0, 141, 0, 142, 0, 1, 1, 145, 0, 139, 0, 4, 1, 147, 0, 139, 0, 2, 1, 4, 1, 4, 1, 2, 1, 5, 1, 147, 0, 4, 1, 30, 0, 4, 1, 31, 0, 30, 0, 245, 0, 7, 1, 6, 1, 245, 0, 43, 0, 7, 1, 2, 1, 7, 1, 5, 1, 5, 1, 7, 1, 43, 0, 5, 1, 43, 0, 44, 0, 3, 1, 245, 0, 6, 1, 71, 0, 74, 0, 73, 0, 71, 0, 72, 0, 74, 0, 83, 0, 66, 0, 82, 0, 83, 0, 65, 0, 66, 0, 8, 1, 10, 1, 9, 1, 8, 1, 11, 1, 10, 1, 11, 1, 111, 0, 10, 1, 11, 1, 110, 0, 111, 0, 12, 1, 11, 1, 8, 1, 12, 1, 13, 1, 11, 1, 13, 1, 110, 0, 11, 1, 13, 1, 114, 0, 110, 0, 14, 1, 13, 1, 12, 1, 14, 1, 15, 1, 13, 1, 15, 1, 114, 0, 13, 1, 15, 1, 120, 0, 114, 0, 9, 1, 83, 0, 80, 0, 9, 1, 10, 1, 83, 0, 10, 1, 65, 0, 83, 0, 10, 1, 111, 0, 65, 0, 81, 0, 15, 1, 14, 1, 81, 0, 82, 0, 15, 1, 82, 0, 120, 0, 15, 1, 82, 0, 66, 0, 120, 0, 16, 1, 18, 1, 17, 1, 16, 1, 19, 1, 18, 1, 17, 1, 119, 0, 116, 0, 17, 1, 18, 1, 119, 0, 20, 1, 22, 1, 21, 1, 20, 1, 23, 1, 22, 1, 21, 1, 221, 0, 218, 0, 21, 1, 22, 1, 221, 0, 24, 1, 21, 1, 25, 1, 24, 1, 20, 1, 21, 1, 25, 1, 218, 0, 222, 0, 25, 1, 21, 1, 218, 0, 26, 1, 25, 1, 27, 1, 26, 1, 24, 1, 25, 1, 27, 1, 222, 0, 224, 0, 27, 1, 25, 1, 222, 0, 23, 1, 17, 1, 22, 1, 23, 1, 16, 1, 17, 1, 22, 1, 116, 0, 221, 0, 22, 1, 17, 1, 116, 0, 19, 1, 27, 1, 18, 1, 19, 1, 26, 1, 27, 1, 18, 1, 224, 0, 119, 0, 18, 1, 27, 1, 224, 0), +"material": SubResource("3"), +"primitive": 3, +"skin_data": PackedByteArray(1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 4, 0, 3, 0, 0, 0, 0, 0, 17, 254, 237, 1, 0, 0, 0, 0, 4, 0, 3, 0, 0, 0, 0, 0, 70, 247, 184, 8, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 3, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 1, 0, 3, 0, 0, 0, 0, 0, 250, 169, 4, 86, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 3, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 7, 0, 0, 0, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 1, 0, 7, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 3, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 3, 0, 0, 0, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 3, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 1, 0, 0, 0, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 7, 0, 1, 0, 0, 0, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 88, 171, 166, 84, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 8, 0, 7, 0, 0, 0, 0, 0, 255, 247, 255, 7, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 8, 0, 7, 0, 0, 0, 0, 0, 226, 253, 28, 2, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 7, 0, 0, 0, 0, 0, 239, 169, 15, 86, 0, 0, 0, 0, 1, 0, 7, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 7, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 9, 0, 0, 0, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 9, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 1, 0, 7, 0, 0, 0, 0, 0, 254, 169, 0, 86, 0, 0, 0, 0, 1, 0, 7, 0, 0, 0, 0, 0, 126, 254, 128, 1, 0, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 5, 0, 0, 0, 0, 0, 17, 254, 237, 1, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 5, 0, 0, 0, 0, 0, 70, 247, 184, 8, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 5, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 5, 0, 0, 0, 0, 0, 250, 169, 4, 86, 0, 0, 0, 0, 1, 0, 5, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 1, 0, 0, 0, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 5, 0, 1, 0, 0, 0, 0, 0, 88, 171, 166, 84, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 5, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 5, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 1, 0, 5, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 1, 0, 0, 0, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 5, 0, 1, 0, 0, 0, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 1, 0, 0, 0, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 10, 0, 9, 0, 0, 0, 0, 0, 255, 247, 255, 7, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 10, 0, 9, 0, 0, 0, 0, 0, 226, 253, 28, 2, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 9, 0, 0, 0, 0, 0, 239, 169, 15, 86, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 9, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 1, 0, 9, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 9, 0, 0, 0, 0, 0, 254, 169, 0, 86, 0, 0, 0, 0, 1, 0, 9, 0, 0, 0, 0, 0, 126, 254, 128, 1, 0, 0, 0, 0, 5, 0, 1, 0, 0, 0, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 2, 0, 0, 0, 0, 0, 154, 252, 100, 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0, 0, 145, 236, 109, 19, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0, 0, 145, 236, 109, 19, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 2, 0, 0, 0, 0, 0, 154, 252, 100, 3, 0, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0, 0, 145, 236, 109, 19, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0, 0, 145, 236, 109, 19, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 1, 0, 0, 0, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 7, 0, 1, 0, 0, 0, 0, 0, 100, 171, 154, 84, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 1, 0, 0, 0, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 1, 0, 0, 0, 0, 0, 212, 170, 42, 85, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 1, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 9, 0, 1, 0, 0, 0, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 1, 0, 0, 0, 0, 0, 100, 171, 154, 84, 0, 0, 0, 0, 9, 0, 1, 0, 0, 0, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 1, 0, 0, 0, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 1, 0, 0, 0, 0, 0, 212, 170, 42, 85, 0, 0, 0, 0), +"vertex_count": 284, +"vertex_data": PackedByteArray(0, 32, 219, 62, 0, 192, 148, 63, 0, 192, 61, 63, 216, 159, 66, 168, 0, 64, 204, 62, 0, 32, 161, 63, 0, 224, 48, 63, 215, 156, 70, 177, 0, 0, 0, 0, 0, 32, 161, 63, 0, 64, 76, 63, 255, 127, 246, 186, 0, 0, 0, 0, 0, 192, 148, 63, 0, 32, 91, 63, 255, 127, 72, 177, 0, 192, 61, 63, 0, 192, 148, 63, 0, 32, 219, 62, 226, 183, 66, 168, 0, 224, 48, 63, 0, 32, 161, 63, 0, 64, 204, 62, 224, 177, 70, 177, 0, 32, 91, 63, 0, 192, 148, 63, 0, 0, 0, 0, 181, 206, 72, 177, 0, 64, 76, 63, 0, 32, 161, 63, 0, 0, 0, 0, 7, 197, 246, 186, 0, 192, 61, 63, 0, 192, 148, 63, 0, 32, 219, 190, 187, 215, 28, 200, 0, 224, 48, 63, 0, 32, 161, 63, 0, 64, 204, 190, 184, 206, 30, 206, 0, 32, 219, 62, 0, 192, 148, 63, 0, 192, 61, 191, 187, 215, 37, 224, 0, 64, 204, 62, 0, 32, 161, 63, 0, 224, 48, 191, 184, 206, 38, 227, 0, 0, 0, 0, 0, 192, 148, 63, 0, 32, 91, 191, 181, 206, 255, 255, 0, 0, 0, 0, 0, 32, 161, 63, 0, 64, 76, 191, 7, 197, 255, 255, 0, 0, 0, 0, 0, 224, 116, 63, 0, 160, 84, 191, 35, 174, 0, 0, 0, 160, 212, 62, 0, 224, 116, 63, 0, 32, 56, 191, 202, 183, 89, 20, 0, 192, 187, 62, 0, 192, 58, 63, 0, 224, 36, 191, 188, 211, 129, 30, 0, 0, 0, 0, 0, 192, 58, 63, 0, 96, 62, 191, 123, 202, 0, 0, 0, 32, 56, 63, 0, 224, 116, 63, 0, 160, 212, 190, 202, 183, 114, 35, 0, 224, 36, 63, 0, 192, 58, 63, 0, 96, 190, 190, 188, 211, 59, 53, 0, 224, 36, 63, 0, 192, 58, 63, 0, 96, 190, 62, 123, 181, 187, 84, 0, 0, 15, 62, 0, 64, 9, 63, 0, 96, 27, 63, 123, 112, 41, 80, 0, 32, 204, 62, 0, 32, 5, 63, 0, 192, 107, 62, 2, 161, 223, 51, 0, 192, 187, 62, 0, 160, 63, 63, 0, 224, 36, 63, 125, 144, 19, 113, 0, 0, 57, 62, 0, 96, 33, 63, 0, 32, 30, 63, 15, 141, 146, 68, 0, 32, 204, 62, 0, 32, 5, 63, 0, 192, 107, 190, 119, 179, 129, 32, 0, 192, 107, 62, 0, 32, 5, 63, 0, 32, 204, 190, 119, 179, 246, 18, 0, 96, 62, 63, 0, 192, 58, 63, 0, 0, 0, 0, 231, 202, 232, 74, 0, 192, 235, 62, 0, 32, 5, 63, 0, 0, 0, 0, 167, 169, 167, 41, 0, 0, 0, 0, 0, 32, 5, 63, 0, 192, 235, 190, 105, 170, 0, 0, 0, 0, 0, 0, 0, 96, 215, 62, 0, 0, 0, 0, 1, 129, 0, 0, 0, 0, 0, 0, 0, 64, 9, 63, 0, 64, 43, 63, 255, 127, 249, 130, 0, 64, 76, 63, 0, 192, 120, 61, 0, 64, 136, 63, 79, 192, 135, 95, 0, 224, 65, 63, 0, 96, 37, 62, 0, 224, 136, 63, 190, 149, 145, 179, 0, 160, 52, 63, 0, 192, 129, 188, 0, 64, 144, 63, 113, 124, 84, 141, 0, 160, 56, 63, 0, 192, 98, 189, 0, 0, 144, 63, 175, 159, 158, 64, 0, 128, 43, 63, 0, 96, 37, 62, 0, 32, 132, 63, 148, 75, 150, 178, 0, 160, 36, 63, 0, 192, 120, 61, 0, 0, 128, 63, 26, 36, 52, 72, 0, 32, 41, 63, 0, 192, 98, 189, 0, 192, 140, 63, 53, 75, 131, 53, 0, 224, 43, 63, 0, 192, 129, 188, 0, 128, 142, 63, 96, 72, 97, 137, 0, 224, 59, 63, 0, 96, 81, 62, 0, 224, 92, 63, 113, 57, 196, 234, 0, 0, 52, 63, 0, 224, 153, 61, 0, 0, 87, 63, 75, 34, 216, 31, 0, 160, 245, 61, 0, 192, 58, 63, 0, 160, 49, 63, 174, 159, 217, 98, 0, 0, 0, 0, 0, 192, 58, 63, 0, 96, 62, 63, 255, 127, 158, 87, 0, 0, 0, 0, 0, 32, 33, 63, 0, 128, 49, 63, 255, 127, 206, 56, 0, 0, 92, 63, 0, 224, 153, 61, 0, 96, 102, 63, 175, 220, 214, 66, 0, 96, 82, 63, 0, 96, 81, 62, 0, 128, 101, 63, 27, 199, 195, 207, 0, 160, 136, 63, 0, 192, 120, 61, 0, 64, 139, 63, 88, 205, 103, 92, 0, 192, 131, 63, 0, 96, 37, 62, 0, 32, 141, 63, 198, 161, 46, 177, 0, 160, 126, 63, 0, 192, 129, 188, 0, 32, 150, 63, 241, 148, 162, 139, 0, 64, 129, 63, 0, 192, 98, 189, 0, 96, 149, 63, 184, 167, 175, 63, 0, 192, 111, 63, 0, 96, 37, 62, 0, 128, 139, 63, 34, 85, 187, 176, 0, 224, 102, 63, 0, 192, 120, 61, 0, 96, 136, 63, 167, 41, 87, 86, 0, 192, 113, 63, 0, 192, 98, 189, 0, 32, 148, 63, 146, 81, 176, 59, 0, 64, 117, 63, 0, 192, 129, 188, 0, 96, 149, 63, 157, 88, 216, 137, 0, 64, 116, 63, 0, 96, 81, 62, 0, 224, 104, 63, 73, 55, 37, 224, 0, 64, 107, 63, 0, 224, 153, 61, 0, 64, 101, 63, 47, 33, 9, 45, 0, 224, 138, 63, 0, 224, 153, 61, 0, 192, 105, 63, 168, 222, 197, 54, 0, 32, 134, 63, 0, 96, 81, 62, 0, 128, 107, 63, 181, 200, 85, 216, 0, 192, 17, 63, 0, 32, 26, 63, 0, 32, 152, 62, 176, 168, 158, 9, 0, 96, 5, 63, 0, 224, 33, 63, 0, 0, 238, 62, 58, 97, 216, 65, 0, 32, 193, 62, 0, 64, 39, 63, 0, 224, 185, 62, 217, 98, 212, 60, 0, 64, 218, 62, 0, 160, 29, 63, 0, 128, 73, 62, 49, 160, 127, 5, 0, 128, 49, 63, 0, 128, 53, 63, 0, 128, 137, 62, 238, 238, 178, 40, 0, 32, 14, 63, 0, 0, 56, 63, 0, 192, 66, 62, 105, 235, 224, 39, 0, 96, 53, 63, 0, 192, 66, 63, 0, 32, 155, 190, 196, 172, 206, 148, 0, 0, 47, 63, 0, 32, 95, 63, 0, 192, 224, 190, 20, 149, 26, 219, 0, 64, 11, 63, 0, 192, 99, 63, 0, 0, 179, 190, 145, 148, 242, 220, 0, 224, 18, 63, 0, 192, 71, 63, 0, 32, 90, 190, 212, 175, 198, 138, 0, 64, 43, 63, 0, 64, 89, 63, 0, 160, 152, 62, 181, 200, 243, 225, 0, 64, 7, 63, 0, 0, 92, 63, 0, 32, 90, 62, 2, 203, 9, 225, 0, 96, 2, 63, 0, 160, 68, 63, 0, 64, 12, 63, 84, 85, 255, 141, 0, 32, 189, 62, 0, 160, 73, 63, 0, 160, 238, 62, 205, 80, 73, 132, 0, 224, 30, 63, 0, 0, 97, 63, 0, 128, 238, 62, 65, 123, 153, 223, 0, 96, 245, 62, 0, 128, 101, 63, 0, 64, 194, 62, 255, 123, 152, 225, 0, 64, 38, 63, 0, 128, 63, 63, 0, 32, 33, 63, 110, 86, 213, 143, 0, 32, 67, 63, 0, 96, 92, 63, 0, 96, 13, 63, 25, 121, 249, 219, 0, 96, 103, 63, 0, 224, 87, 63, 0, 128, 35, 63, 172, 48, 184, 206, 0, 32, 115, 63, 0, 160, 83, 63, 0, 160, 239, 62, 14, 46, 142, 204, 0, 32, 79, 63, 0, 96, 86, 63, 0, 32, 196, 62, 163, 198, 105, 226, 0, 64, 122, 63, 0, 160, 56, 63, 0, 64, 247, 190, 238, 69, 82, 177, 0, 128, 118, 63, 0, 0, 86, 63, 0, 0, 30, 191, 46, 79, 56, 176, 0, 192, 82, 63, 0, 128, 90, 63, 0, 32, 7, 191, 240, 149, 196, 215, 0, 192, 87, 63, 0, 160, 61, 63, 0, 32, 201, 190, 252, 172, 164, 147, 0, 0, 74, 63, 0, 128, 58, 63, 0, 0, 54, 63, 64, 43, 84, 213, 0, 64, 42, 63, 0, 160, 28, 63, 0, 32, 17, 63, 195, 96, 94, 67, 0, 192, 135, 63, 0, 0, 91, 61, 0, 32, 126, 190, 21, 213, 134, 89, 0, 64, 131, 63, 0, 224, 29, 62, 0, 192, 105, 190, 237, 166, 244, 176, 0, 0, 128, 63, 0, 64, 189, 188, 0, 96, 30, 190, 69, 159, 232, 138, 0, 192, 129, 63, 0, 64, 128, 189, 0, 96, 38, 190, 188, 171, 100, 62, 0, 64, 110, 63, 0, 224, 29, 62, 0, 224, 105, 190, 107, 90, 187, 176, 0, 160, 100, 63, 0, 0, 91, 61, 0, 64, 126, 190, 134, 48, 81, 89, 0, 192, 114, 63, 0, 64, 128, 189, 0, 96, 38, 190, 139, 85, 191, 61, 0, 128, 118, 63, 0, 64, 189, 188, 0, 96, 30, 190, 214, 97, 75, 138, 0, 128, 108, 63, 0, 0, 74, 62, 0, 192, 209, 190, 6, 55, 233, 218, 0, 32, 99, 63, 0, 0, 139, 61, 0, 160, 214, 190, 47, 33, 142, 51, 0, 0, 135, 63, 0, 0, 139, 61, 0, 32, 217, 190, 207, 222, 151, 48, 0, 64, 130, 63, 0, 0, 74, 62, 0, 32, 211, 190, 181, 200, 190, 221, 0, 224, 168, 63, 0, 0, 91, 61, 0, 32, 169, 190, 103, 220, 88, 77, 0, 32, 165, 63, 0, 224, 29, 62, 0, 128, 154, 190, 70, 177, 224, 177, 0, 96, 164, 63, 0, 64, 189, 188, 0, 160, 101, 190, 194, 176, 40, 138, 0, 224, 165, 63, 0, 64, 128, 189, 0, 0, 113, 190, 129, 178, 109, 57, 0, 96, 153, 63, 0, 224, 29, 62, 0, 32, 142, 190, 233, 101, 89, 178, 0, 32, 148, 63, 0, 0, 91, 61, 0, 32, 147, 190, 202, 61, 81, 93, 0, 192, 157, 63, 0, 64, 128, 189, 0, 192, 95, 190, 8, 93, 175, 63, 0, 192, 159, 63, 0, 64, 189, 188, 0, 224, 91, 190, 54, 120, 27, 140, 0, 160, 146, 63, 0, 0, 74, 62, 0, 0, 231, 190, 87, 56, 16, 210, 0, 192, 141, 63, 0, 0, 139, 61, 0, 224, 230, 190, 160, 34, 176, 63, 0, 64, 162, 63, 0, 0, 139, 61, 0, 64, 255, 190, 47, 222, 159, 35, 0, 32, 158, 63, 0, 0, 74, 62, 0, 192, 244, 190, 97, 199, 255, 231, 0, 32, 247, 62, 0, 32, 26, 63, 0, 160, 206, 190, 26, 91, 20, 21, 0, 192, 28, 63, 0, 224, 33, 63, 0, 224, 146, 190, 126, 152, 10, 71, 0, 128, 227, 62, 0, 32, 40, 63, 0, 160, 46, 190, 215, 146, 32, 59, 0, 0, 162, 62, 0, 128, 30, 63, 0, 64, 147, 190, 18, 94, 12, 20, 0, 128, 234, 62, 0, 128, 54, 63, 0, 32, 10, 191, 85, 21, 235, 43, 0, 192, 146, 62, 0, 128, 58, 63, 0, 64, 217, 190, 37, 36, 28, 39, 0, 96, 53, 191, 0, 192, 66, 63, 0, 32, 155, 190, 58, 83, 206, 148, 0, 224, 18, 191, 0, 192, 71, 63, 0, 32, 90, 190, 42, 80, 198, 138, 0, 64, 11, 191, 0, 192, 99, 63, 0, 0, 179, 190, 109, 107, 242, 220, 0, 0, 47, 191, 0, 32, 95, 63, 0, 192, 224, 190, 234, 106, 26, 219, 0, 192, 13, 63, 0, 96, 87, 63, 0, 64, 14, 191, 244, 56, 127, 231, 0, 224, 212, 62, 0, 32, 90, 63, 0, 0, 239, 190, 69, 46, 140, 226, 0, 224, 84, 63, 0, 0, 51, 63, 0, 192, 177, 62, 181, 237, 125, 40, 0, 64, 120, 63, 0, 128, 48, 63, 0, 224, 217, 62, 56, 14, 87, 202, 0, 0, 91, 63, 0, 32, 19, 63, 0, 0, 255, 62, 242, 8, 147, 210, 0, 96, 54, 63, 0, 160, 22, 63, 0, 160, 203, 62, 235, 166, 251, 8, 0, 32, 79, 63, 0, 96, 23, 63, 0, 32, 43, 63, 85, 13, 84, 185, 0, 32, 219, 190, 0, 192, 148, 63, 0, 192, 61, 63, 38, 96, 66, 168, 0, 64, 204, 190, 0, 32, 161, 63, 0, 224, 48, 63, 39, 99, 70, 177, 0, 192, 61, 191, 0, 192, 148, 63, 0, 32, 219, 62, 28, 72, 66, 168, 0, 224, 48, 191, 0, 32, 161, 63, 0, 64, 204, 62, 30, 78, 70, 177, 0, 32, 91, 191, 0, 192, 148, 63, 0, 0, 0, 0, 73, 49, 72, 177, 0, 64, 76, 191, 0, 32, 161, 63, 0, 0, 0, 0, 247, 58, 246, 186, 0, 192, 61, 191, 0, 192, 148, 63, 0, 32, 219, 190, 67, 40, 28, 200, 0, 224, 48, 191, 0, 32, 161, 63, 0, 64, 204, 190, 70, 49, 30, 206, 0, 32, 219, 190, 0, 192, 148, 63, 0, 192, 61, 191, 67, 40, 37, 224, 0, 64, 204, 190, 0, 32, 161, 63, 0, 224, 48, 191, 70, 49, 38, 227, 0, 160, 84, 191, 0, 224, 116, 63, 0, 0, 0, 0, 219, 81, 35, 46, 0, 96, 62, 191, 0, 192, 58, 63, 0, 0, 0, 0, 131, 53, 124, 74, 0, 224, 36, 191, 0, 192, 58, 63, 0, 96, 190, 62, 131, 74, 187, 84, 0, 32, 56, 191, 0, 224, 116, 63, 0, 160, 212, 62, 7, 93, 107, 55, 0, 192, 187, 190, 0, 192, 58, 63, 0, 224, 36, 191, 66, 44, 129, 30, 0, 160, 212, 190, 0, 224, 116, 63, 0, 32, 56, 191, 52, 72, 89, 20, 0, 192, 107, 190, 0, 32, 5, 63, 0, 32, 204, 190, 239, 76, 97, 18, 0, 32, 204, 190, 0, 32, 5, 63, 0, 192, 107, 190, 135, 76, 129, 32, 0, 224, 36, 191, 0, 192, 58, 63, 0, 96, 190, 190, 66, 44, 59, 53, 0, 192, 235, 190, 0, 32, 5, 63, 0, 0, 0, 0, 87, 86, 167, 41, 0, 32, 204, 190, 0, 32, 5, 63, 0, 192, 107, 62, 252, 94, 223, 51, 0, 64, 76, 191, 0, 192, 120, 61, 0, 64, 136, 63, 175, 63, 135, 95, 0, 160, 56, 191, 0, 192, 98, 189, 0, 0, 144, 63, 79, 96, 158, 64, 0, 160, 52, 191, 0, 192, 129, 188, 0, 64, 144, 63, 141, 131, 84, 141, 0, 224, 65, 191, 0, 96, 37, 62, 0, 224, 136, 63, 64, 106, 145, 179, 0, 128, 43, 191, 0, 96, 37, 62, 0, 32, 132, 63, 106, 180, 150, 178, 0, 224, 43, 191, 0, 192, 129, 188, 0, 128, 142, 63, 158, 183, 97, 137, 0, 32, 41, 191, 0, 192, 98, 189, 0, 192, 140, 63, 201, 180, 131, 53, 0, 160, 36, 191, 0, 192, 120, 61, 0, 0, 128, 63, 228, 219, 52, 72, 0, 224, 59, 191, 0, 96, 81, 62, 0, 224, 92, 63, 141, 198, 196, 234, 0, 0, 52, 191, 0, 224, 153, 61, 0, 0, 87, 63, 179, 221, 216, 31, 0, 0, 92, 191, 0, 224, 153, 61, 0, 96, 102, 63, 79, 35, 214, 66, 0, 96, 82, 191, 0, 96, 81, 62, 0, 128, 101, 63, 58, 57, 255, 207, 0, 160, 136, 191, 0, 192, 120, 61, 0, 64, 139, 63, 166, 50, 103, 92, 0, 64, 129, 191, 0, 192, 98, 189, 0, 96, 149, 63, 70, 88, 175, 63, 0, 160, 126, 191, 0, 192, 129, 188, 0, 32, 150, 63, 13, 107, 162, 139, 0, 192, 131, 191, 0, 96, 37, 62, 0, 32, 141, 63, 56, 94, 46, 177, 0, 192, 111, 191, 0, 96, 37, 62, 0, 128, 139, 63, 14, 171, 244, 176, 0, 64, 117, 191, 0, 192, 129, 188, 0, 96, 149, 63, 97, 167, 216, 137, 0, 192, 113, 191, 0, 192, 98, 189, 0, 32, 148, 63, 108, 174, 176, 59, 0, 224, 102, 191, 0, 192, 120, 61, 0, 96, 136, 63, 87, 214, 87, 86, 0, 64, 116, 191, 0, 96, 81, 62, 0, 224, 104, 63, 181, 200, 37, 224, 0, 64, 107, 191, 0, 224, 153, 61, 0, 64, 101, 63, 64, 223, 62, 45, 0, 224, 138, 191, 0, 224, 153, 61, 0, 192, 105, 63, 86, 33, 197, 54, 0, 32, 134, 191, 0, 96, 81, 62, 0, 128, 107, 63, 226, 55, 239, 216, 0, 192, 17, 191, 0, 32, 26, 63, 0, 32, 152, 62, 78, 87, 158, 9, 0, 64, 218, 190, 0, 160, 29, 63, 0, 128, 73, 62, 205, 95, 127, 5, 0, 32, 193, 190, 0, 64, 39, 63, 0, 224, 185, 62, 37, 157, 212, 60, 0, 96, 5, 191, 0, 224, 33, 63, 0, 0, 238, 62, 196, 158, 216, 65, 0, 128, 49, 191, 0, 128, 53, 63, 0, 128, 137, 62, 16, 17, 178, 40, 0, 32, 14, 191, 0, 0, 56, 63, 0, 192, 66, 62, 122, 20, 173, 39, 0, 0, 91, 191, 0, 32, 19, 63, 0, 0, 255, 62, 12, 247, 147, 210, 0, 96, 54, 191, 0, 160, 22, 63, 0, 160, 203, 62, 19, 89, 251, 8, 0, 64, 42, 191, 0, 160, 28, 63, 0, 32, 17, 63, 59, 159, 94, 67, 0, 32, 79, 191, 0, 96, 23, 63, 0, 32, 43, 63, 169, 242, 84, 185, 0, 64, 43, 191, 0, 64, 89, 63, 0, 160, 152, 62, 73, 55, 243, 225, 0, 64, 7, 191, 0, 0, 92, 63, 0, 32, 90, 62, 252, 52, 9, 225, 0, 32, 189, 190, 0, 160, 73, 63, 0, 160, 238, 62, 164, 175, 67, 132, 0, 96, 2, 191, 0, 160, 68, 63, 0, 64, 12, 63, 170, 170, 255, 141, 0, 224, 30, 191, 0, 0, 97, 63, 0, 128, 238, 62, 126, 133, 3, 223, 0, 96, 245, 190, 0, 128, 101, 63, 0, 64, 194, 62, 255, 131, 152, 225, 0, 32, 79, 191, 0, 96, 86, 63, 0, 32, 196, 62, 91, 57, 105, 226, 0, 224, 84, 191, 0, 0, 51, 63, 0, 192, 177, 62, 73, 18, 125, 40, 0, 64, 120, 191, 0, 128, 48, 63, 0, 224, 217, 62, 198, 241, 87, 202, 0, 64, 38, 191, 0, 128, 63, 63, 0, 32, 33, 63, 199, 169, 234, 143, 0, 0, 74, 191, 0, 128, 58, 63, 0, 0, 54, 63, 190, 212, 84, 213, 0, 32, 115, 191, 0, 160, 83, 63, 0, 160, 239, 62, 240, 209, 142, 204, 0, 192, 135, 191, 0, 0, 91, 61, 0, 32, 126, 190, 233, 42, 134, 89, 0, 192, 129, 191, 0, 64, 128, 189, 0, 96, 38, 190, 66, 84, 100, 62, 0, 0, 128, 191, 0, 64, 189, 188, 0, 96, 30, 190, 185, 96, 232, 138, 0, 64, 131, 191, 0, 224, 29, 62, 0, 192, 105, 190, 17, 89, 244, 176, 0, 64, 110, 191, 0, 224, 29, 62, 0, 224, 105, 190, 147, 165, 187, 176, 0, 128, 118, 191, 0, 64, 189, 188, 0, 96, 30, 190, 40, 158, 75, 138, 0, 192, 114, 191, 0, 64, 128, 189, 0, 96, 38, 190, 224, 170, 20, 62, 0, 160, 100, 191, 0, 0, 91, 61, 0, 64, 126, 190, 120, 207, 81, 89, 0, 128, 108, 191, 0, 0, 74, 62, 0, 192, 209, 190, 248, 200, 233, 218, 0, 32, 99, 191, 0, 0, 139, 61, 0, 160, 214, 190, 207, 222, 142, 51, 0, 0, 135, 191, 0, 0, 139, 61, 0, 32, 217, 190, 47, 33, 151, 48, 0, 64, 130, 191, 0, 0, 74, 62, 0, 32, 211, 190, 160, 55, 231, 221, 0, 224, 168, 191, 0, 0, 91, 61, 0, 32, 169, 190, 151, 35, 88, 77, 0, 224, 165, 191, 0, 64, 128, 189, 0, 0, 113, 190, 125, 77, 109, 57, 0, 96, 164, 191, 0, 64, 189, 188, 0, 160, 101, 190, 60, 79, 40, 138, 0, 32, 165, 191, 0, 224, 29, 62, 0, 128, 154, 190, 184, 78, 224, 177, 0, 96, 153, 191, 0, 224, 29, 62, 0, 32, 142, 190, 21, 154, 89, 178, 0, 192, 159, 191, 0, 64, 189, 188, 0, 224, 91, 190, 200, 135, 27, 140, 0, 192, 157, 191, 0, 64, 128, 189, 0, 192, 95, 190, 246, 162, 175, 63, 0, 32, 148, 191, 0, 0, 91, 61, 0, 32, 147, 190, 52, 194, 81, 93, 0, 160, 146, 191, 0, 0, 74, 62, 0, 0, 231, 190, 167, 199, 16, 210, 0, 192, 141, 191, 0, 0, 139, 61, 0, 224, 230, 190, 94, 221, 176, 63, 0, 64, 162, 191, 0, 0, 139, 61, 0, 64, 255, 190, 207, 33, 159, 35, 0, 32, 158, 191, 0, 0, 74, 62, 0, 192, 244, 190, 157, 56, 255, 231, 0, 32, 247, 190, 0, 32, 26, 63, 0, 160, 206, 190, 228, 164, 20, 21, 0, 0, 162, 190, 0, 128, 30, 63, 0, 64, 147, 190, 236, 161, 12, 20, 0, 128, 227, 190, 0, 32, 40, 63, 0, 160, 46, 190, 39, 109, 32, 59, 0, 192, 28, 191, 0, 224, 33, 63, 0, 224, 146, 190, 128, 103, 10, 71, 0, 128, 234, 190, 0, 128, 54, 63, 0, 32, 10, 191, 142, 234, 35, 44, 0, 192, 146, 190, 0, 128, 58, 63, 0, 64, 217, 190, 217, 219, 28, 39, 0, 192, 13, 191, 0, 96, 87, 63, 0, 64, 14, 191, 10, 199, 127, 231, 0, 224, 212, 190, 0, 32, 90, 63, 0, 0, 239, 190, 240, 209, 23, 226, 0, 32, 67, 191, 0, 96, 92, 63, 0, 96, 13, 63, 229, 134, 249, 219, 0, 96, 103, 191, 0, 224, 87, 63, 0, 128, 35, 63, 140, 207, 90, 206, 0, 96, 235, 62, 0, 224, 116, 63, 0, 224, 75, 191, 255, 127, 0, 0, 0, 224, 75, 63, 0, 224, 116, 63, 0, 96, 235, 190, 255, 127, 0, 0, 0, 32, 56, 63, 0, 224, 116, 63, 0, 160, 212, 190, 255, 127, 0, 0, 0, 160, 212, 62, 0, 224, 116, 63, 0, 32, 56, 191, 255, 127, 0, 0, 0, 0, 0, 0, 0, 224, 116, 63, 0, 96, 107, 191, 255, 127, 0, 0, 0, 0, 0, 0, 0, 224, 116, 63, 0, 160, 84, 191, 255, 127, 0, 0, 0, 96, 235, 62, 0, 224, 116, 63, 0, 224, 75, 63, 255, 127, 0, 0, 0, 0, 0, 0, 0, 224, 116, 63, 0, 96, 107, 63, 255, 127, 0, 0, 0, 0, 0, 0, 0, 224, 116, 63, 0, 160, 84, 63, 255, 127, 0, 0, 0, 160, 212, 62, 0, 224, 116, 63, 0, 32, 56, 63, 255, 127, 0, 0, 0, 224, 75, 63, 0, 224, 116, 63, 0, 96, 235, 62, 255, 127, 0, 0, 0, 32, 56, 63, 0, 224, 116, 63, 0, 160, 212, 62, 255, 127, 0, 0, 0, 160, 84, 63, 0, 224, 116, 63, 0, 0, 0, 0, 255, 127, 0, 0, 0, 96, 107, 63, 0, 224, 116, 63, 0, 0, 0, 0, 255, 127, 0, 0, 0, 160, 84, 63, 0, 224, 116, 63, 0, 0, 0, 0, 156, 174, 156, 46, 0, 32, 56, 63, 0, 224, 116, 63, 0, 160, 212, 62, 247, 162, 107, 55, 0, 160, 212, 62, 0, 224, 116, 63, 0, 32, 56, 63, 179, 139, 245, 40, 0, 0, 0, 0, 0, 224, 116, 63, 0, 160, 84, 63, 255, 127, 41, 44, 0, 0, 137, 62, 0, 64, 97, 63, 0, 224, 52, 63, 37, 160, 52, 76, 0, 96, 235, 190, 0, 224, 116, 63, 0, 224, 75, 191, 255, 127, 0, 0, 0, 160, 212, 190, 0, 224, 116, 63, 0, 32, 56, 191, 255, 127, 0, 0, 0, 32, 56, 191, 0, 224, 116, 63, 0, 160, 212, 190, 255, 127, 0, 0, 0, 224, 75, 191, 0, 224, 116, 63, 0, 96, 235, 190, 255, 127, 0, 0, 0, 96, 235, 190, 0, 224, 116, 63, 0, 224, 75, 63, 255, 127, 0, 0, 0, 160, 212, 190, 0, 224, 116, 63, 0, 32, 56, 63, 255, 127, 0, 0, 0, 224, 75, 191, 0, 224, 116, 63, 0, 96, 235, 62, 255, 127, 0, 0, 0, 32, 56, 191, 0, 224, 116, 63, 0, 160, 212, 62, 255, 127, 0, 0, 0, 96, 107, 191, 0, 224, 116, 63, 0, 0, 0, 0, 255, 127, 0, 0, 0, 160, 84, 191, 0, 224, 116, 63, 0, 0, 0, 0, 255, 127, 0, 0, 0, 32, 56, 191, 0, 224, 116, 63, 0, 160, 212, 190, 52, 72, 114, 35, 0, 192, 187, 190, 0, 160, 63, 63, 0, 224, 36, 63, 129, 111, 19, 113, 0, 160, 212, 190, 0, 224, 116, 63, 0, 32, 56, 63, 75, 116, 245, 40, 0, 0, 15, 190, 0, 64, 9, 63, 0, 96, 27, 63, 131, 143, 41, 80, 0, 0, 57, 190, 0, 96, 33, 63, 0, 32, 30, 63, 239, 114, 146, 68, 0, 0, 137, 190, 0, 64, 97, 63, 0, 224, 52, 63, 217, 95, 52, 76, 0, 160, 245, 189, 0, 192, 58, 63, 0, 160, 49, 63, 80, 96, 217, 98, 0, 192, 80, 63, 0, 64, 17, 63, 0, 160, 34, 191, 85, 21, 23, 139, 0, 192, 114, 63, 0, 128, 21, 63, 0, 224, 4, 191, 85, 57, 84, 141, 0, 192, 71, 63, 0, 160, 27, 63, 0, 96, 206, 190, 126, 151, 65, 69, 0, 32, 38, 63, 0, 192, 21, 63, 0, 0, 5, 191, 70, 88, 17, 22, 0, 224, 76, 63, 0, 160, 46, 63, 0, 32, 69, 191, 186, 40, 69, 143, 0, 0, 33, 63, 0, 160, 50, 63, 0, 160, 39, 191, 189, 19, 147, 44, 0, 96, 84, 63, 0, 192, 81, 63, 0, 192, 59, 191, 253, 77, 214, 173, 0, 32, 49, 63, 0, 160, 84, 63, 0, 0, 37, 191, 7, 59, 98, 232, 0, 64, 122, 191, 0, 160, 56, 63, 0, 64, 247, 190, 16, 186, 82, 177, 0, 192, 87, 191, 0, 160, 61, 63, 0, 32, 201, 190, 2, 83, 164, 147, 0, 192, 82, 191, 0, 128, 90, 63, 0, 32, 7, 191, 14, 106, 196, 215, 0, 128, 118, 191, 0, 0, 86, 63, 0, 0, 30, 191, 208, 176, 56, 176, 0, 192, 80, 191, 0, 64, 17, 63, 0, 160, 34, 191, 169, 234, 23, 139, 0, 32, 38, 191, 0, 192, 21, 63, 0, 0, 5, 191, 184, 167, 17, 22, 0, 192, 71, 191, 0, 160, 27, 63, 0, 96, 206, 190, 128, 104, 65, 69, 0, 192, 114, 191, 0, 128, 21, 63, 0, 224, 4, 191, 169, 198, 84, 141, 0, 224, 76, 191, 0, 160, 46, 63, 0, 32, 69, 191, 68, 215, 69, 143, 0, 0, 33, 191, 0, 160, 50, 63, 0, 160, 39, 191, 65, 236, 147, 44, 0, 96, 84, 191, 0, 192, 81, 63, 0, 192, 59, 191, 1, 178, 214, 173, 0, 32, 49, 191, 0, 160, 84, 63, 0, 0, 37, 191, 247, 196, 98, 232) +}, { "aabb": AABB(-0.415364, 0.536453, 0.523562, 0.830728, 0.420215, 0.195869), -"array_data": PackedByteArray(134, 48, 244, 56, 64, 56, 0, 60, 200, 196, 96, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 71, 139, 242, 56, 186, 56, 0, 60, 0, 150, 69, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 71, 139, 93, 56, 146, 56, 0, 60, 0, 86, 93, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 254, 46, 93, 56, 48, 56, 0, 60, 236, 68, 105, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 136, 52, 248, 58, 253, 56, 0, 60, 54, 174, 80, 0, 2, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 126, 49, 5, 58, 233, 56, 0, 60, 78, 31, 94, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 183, 53, 34, 58, 156, 56, 0, 60, 204, 50, 104, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 82, 54, 100, 59, 16, 57, 0, 60, 197, 177, 79, 0, 2, 1, 0, 0, 124, 253, 130, 2, 0, 0, 0, 0, 134, 176, 244, 56, 64, 56, 0, 60, 56, 196, 96, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 254, 174, 93, 56, 48, 56, 0, 60, 20, 68, 105, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 136, 180, 248, 58, 253, 56, 0, 60, 202, 174, 80, 0, 2, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 82, 182, 100, 59, 16, 57, 0, 60, 59, 177, 79, 0, 2, 1, 0, 0, 124, 253, 130, 2, 0, 0, 0, 0, 183, 181, 34, 58, 156, 56, 0, 60, 52, 50, 104, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 126, 177, 5, 58, 233, 56, 0, 60, 178, 31, 94, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 165, 182, 167, 59, 193, 57, 0, 60, 240, 137, 40, 0, 2, 1, 0, 0, 145, 236, 109, 19, 0, 0, 0, 0, 72, 180, 10, 59, 167, 57, 0, 60, 202, 169, 74, 0, 2, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 173, 175, 214, 57, 141, 57, 0, 60, 206, 210, 106, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 120, 48, 74, 56, 219, 56, 0, 60, 232, 182, 100, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 200, 49, 11, 57, 241, 56, 0, 60, 20, 165, 85, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 9, 57, 140, 57, 0, 60, 0, 157, 79, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 74, 56, 90, 57, 0, 60, 0, 3, 126, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 165, 54, 167, 59, 193, 57, 0, 60, 16, 137, 40, 0, 2, 1, 0, 0, 145, 236, 109, 19, 0, 0, 0, 0, 72, 52, 10, 59, 167, 57, 0, 60, 54, 169, 74, 0, 2, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 173, 47, 214, 57, 141, 57, 0, 60, 50, 210, 106, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 222, 53, 253, 57, 39, 57, 0, 60, 21, 237, 123, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 120, 176, 74, 56, 219, 56, 0, 60, 24, 182, 100, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 200, 177, 11, 57, 241, 56, 0, 60, 236, 165, 85, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 222, 181, 253, 57, 39, 57, 0, 60, 235, 237, 123, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0), -"array_index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 2, 0, 9, 0, 8, 0, 1, 0, 2, 0, 10, 0, 12, 0, 11, 0, 10, 0, 13, 0, 12, 0, 14, 0, 10, 0, 11, 0, 14, 0, 15, 0, 10, 0, 15, 0, 13, 0, 10, 0, 15, 0, 16, 0, 13, 0, 17, 0, 0, 0, 18, 0, 17, 0, 3, 0, 0, 0, 18, 0, 1, 0, 19, 0, 18, 0, 0, 0, 1, 0, 20, 0, 3, 0, 17, 0, 20, 0, 2, 0, 3, 0, 21, 0, 4, 0, 22, 0, 21, 0, 7, 0, 4, 0, 22, 0, 5, 0, 23, 0, 22, 0, 4, 0, 5, 0, 23, 0, 6, 0, 24, 0, 23, 0, 5, 0, 6, 0, 24, 0, 7, 0, 21, 0, 24, 0, 6, 0, 7, 0, 25, 0, 8, 0, 9, 0, 25, 0, 26, 0, 8, 0, 26, 0, 1, 0, 8, 0, 26, 0, 19, 0, 1, 0, 20, 0, 9, 0, 2, 0, 20, 0, 25, 0, 9, 0, 16, 0, 12, 0, 13, 0, 16, 0, 27, 0, 12, 0, 27, 0, 11, 0, 12, 0, 27, 0, 14, 0, 11, 0), -"blend_shape_data": [], -"format": 98243, +"format": 7171, "index_count": 108, -"material": SubResource( 4 ), -"primitive": 4, -"skeleton_aabb": [], -"vertex_count": 28 -} +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 2, 0, 9, 0, 8, 0, 1, 0, 2, 0, 10, 0, 12, 0, 11, 0, 10, 0, 13, 0, 12, 0, 14, 0, 10, 0, 11, 0, 14, 0, 15, 0, 10, 0, 15, 0, 13, 0, 10, 0, 15, 0, 16, 0, 13, 0, 17, 0, 0, 0, 18, 0, 17, 0, 3, 0, 0, 0, 18, 0, 1, 0, 19, 0, 18, 0, 0, 0, 1, 0, 20, 0, 3, 0, 17, 0, 20, 0, 2, 0, 3, 0, 21, 0, 4, 0, 22, 0, 21, 0, 7, 0, 4, 0, 22, 0, 5, 0, 23, 0, 22, 0, 4, 0, 5, 0, 23, 0, 6, 0, 24, 0, 23, 0, 5, 0, 6, 0, 24, 0, 7, 0, 21, 0, 24, 0, 6, 0, 7, 0, 25, 0, 8, 0, 9, 0, 25, 0, 26, 0, 8, 0, 26, 0, 1, 0, 8, 0, 26, 0, 19, 0, 1, 0, 20, 0, 9, 0, 2, 0, 20, 0, 25, 0, 9, 0, 16, 0, 12, 0, 13, 0, 16, 0, 27, 0, 12, 0, 27, 0, 11, 0, 12, 0, 27, 0, 14, 0, 11, 0), +"material": SubResource("4"), +"primitive": 3, +"skin_data": PackedByteArray(1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0, 0, 124, 253, 130, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0, 0, 124, 253, 130, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0, 0, 145, 236, 109, 19, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0, 0, 145, 236, 109, 19, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0), +"vertex_count": 28, +"vertex_data": PackedByteArray(0, 192, 16, 62, 0, 128, 30, 63, 0, 0, 8, 63, 47, 94, 197, 91, 0, 224, 104, 185, 0, 64, 30, 63, 0, 64, 23, 63, 255, 127, 119, 50, 0, 224, 104, 185, 0, 160, 11, 63, 0, 64, 18, 63, 255, 127, 126, 189, 0, 192, 223, 61, 0, 160, 11, 63, 0, 0, 6, 63, 187, 114, 24, 173, 0, 0, 145, 62, 0, 0, 95, 63, 0, 160, 31, 63, 255, 159, 103, 79, 0, 192, 47, 62, 0, 160, 64, 63, 0, 32, 29, 63, 45, 177, 139, 147, 0, 224, 182, 62, 0, 64, 68, 63, 0, 128, 19, 63, 176, 95, 16, 159, 0, 64, 202, 62, 0, 128, 108, 63, 0, 0, 34, 63, 50, 93, 102, 81, 0, 192, 16, 190, 0, 128, 30, 63, 0, 0, 8, 63, 207, 161, 197, 91, 0, 192, 223, 189, 0, 160, 11, 63, 0, 0, 6, 63, 67, 141, 24, 173, 0, 0, 145, 190, 0, 0, 95, 63, 0, 160, 31, 63, 255, 95, 103, 79, 0, 64, 202, 190, 0, 128, 108, 63, 0, 0, 34, 63, 204, 162, 102, 81, 0, 224, 182, 190, 0, 64, 68, 63, 0, 128, 19, 63, 78, 160, 16, 159, 0, 192, 47, 190, 0, 160, 64, 63, 0, 32, 29, 63, 209, 78, 139, 147, 0, 160, 212, 190, 0, 224, 116, 63, 0, 32, 56, 63, 75, 116, 245, 40, 0, 0, 137, 190, 0, 64, 97, 63, 0, 224, 52, 63, 217, 95, 52, 76, 0, 160, 245, 189, 0, 192, 58, 63, 0, 160, 49, 63, 80, 96, 217, 98, 0, 0, 15, 62, 0, 64, 9, 63, 0, 96, 27, 63, 123, 112, 41, 80, 0, 0, 57, 62, 0, 96, 33, 63, 0, 32, 30, 63, 15, 141, 146, 68, 0, 0, 0, 0, 0, 32, 33, 63, 0, 128, 49, 63, 255, 127, 206, 56, 0, 0, 0, 0, 0, 64, 9, 63, 0, 64, 43, 63, 255, 127, 249, 130, 0, 160, 212, 62, 0, 224, 116, 63, 0, 32, 56, 63, 179, 139, 245, 40, 0, 0, 137, 62, 0, 64, 97, 63, 0, 224, 52, 63, 37, 160, 52, 76, 0, 160, 245, 61, 0, 192, 58, 63, 0, 160, 49, 63, 174, 159, 217, 98, 0, 192, 187, 62, 0, 160, 63, 63, 0, 224, 36, 63, 125, 144, 19, 113, 0, 0, 15, 190, 0, 64, 9, 63, 0, 96, 27, 63, 131, 143, 41, 80, 0, 0, 57, 190, 0, 96, 33, 63, 0, 32, 30, 63, 239, 114, 146, 68, 0, 192, 187, 190, 0, 160, 63, 63, 0, 224, 36, 63, 129, 111, 19, 113) +}] -[sub_resource type="Animation" id=6] +[sub_resource type="Animation" id="6"] length = 2.5 -tracks/0/type = "transform" -tracks/0/path = NodePath("Armature/Skeleton3D:r-backleg.001") -tracks/0/interp = 1 -tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true -tracks/0/keys = PackedFloat32Array(0, 1, -5.72249e-08, 0, 2.3476e-08, 4.44089e-16, 2.52596e-16, -1.12175e-31, 1, 1, 1, 1) -tracks/1/type = "transform" -tracks/1/path = NodePath("Armature/Skeleton3D:l-backleg") -tracks/1/interp = 1 -tracks/1/loop_wrap = true -tracks/1/imported = false -tracks/1/enabled = true -tracks/1/keys = PackedFloat32Array(0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/2/type = "transform" -tracks/2/path = NodePath("Armature/Skeleton3D:l-backleg.001") -tracks/2/interp = 1 -tracks/2/loop_wrap = true -tracks/2/imported = false -tracks/2/enabled = true -tracks/2/keys = PackedFloat32Array(0, 1, -5.72249e-08, 0, 2.90127e-08, 4.44089e-16, 2.52596e-16, -1.12175e-31, 1, 1, 1, 1) -tracks/3/type = "transform" -tracks/3/path = NodePath("Armature/Skeleton3D:MASTER") -tracks/3/interp = 1 -tracks/3/loop_wrap = true -tracks/3/imported = false -tracks/3/enabled = true -tracks/3/keys = PackedFloat32Array(0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/4/type = "transform" -tracks/4/path = NodePath("Armature/Skeleton3D:body") -tracks/4/interp = 1 -tracks/4/loop_wrap = true -tracks/4/imported = false -tracks/4/enabled = true -tracks/4/keys = PackedFloat32Array(0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/5/type = "transform" -tracks/5/path = NodePath("Armature/Skeleton3D:eyes") -tracks/5/interp = 1 -tracks/5/loop_wrap = true -tracks/5/imported = false -tracks/5/enabled = true -tracks/5/keys = PackedFloat32Array(0, 1, -2.22045e-15, 2.23517e-08, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/6/type = "transform" -tracks/6/path = NodePath("Armature/Skeleton3D:r-frontleg") -tracks/6/interp = 1 -tracks/6/loop_wrap = true -tracks/6/imported = false -tracks/6/enabled = true -tracks/6/keys = PackedFloat32Array(0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/7/type = "transform" -tracks/7/path = NodePath("Armature/Skeleton3D:r-frontleg.001") -tracks/7/interp = 1 -tracks/7/loop_wrap = true -tracks/7/imported = false -tracks/7/enabled = true -tracks/7/keys = PackedFloat32Array(0, 1, -6.39733e-08, 0, -8.34263e-08, 0, 2.52596e-16, 0, 1, 1, 1, 1) -tracks/8/type = "transform" -tracks/8/path = NodePath("Armature/Skeleton3D:l-frontleg") -tracks/8/interp = 1 -tracks/8/loop_wrap = true -tracks/8/imported = false -tracks/8/enabled = true -tracks/8/keys = PackedFloat32Array(0, 1, 0, 5.96046e-08, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/9/type = "transform" -tracks/9/path = NodePath("Armature/Skeleton3D:l-frontleg.001") -tracks/9/interp = 1 -tracks/9/loop_wrap = true -tracks/9/imported = false -tracks/9/enabled = true -tracks/9/keys = PackedFloat32Array(0, 1, 5.5236e-08, 0, -4.2899e-08, 0, 2.52596e-16, 0, 1, 1, 1, 1) -tracks/10/type = "transform" -tracks/10/path = NodePath("Armature/Skeleton3D:r-backleg") -tracks/10/interp = 1 -tracks/10/loop_wrap = true -tracks/10/imported = false -tracks/10/enabled = true -tracks/10/keys = PackedFloat32Array(0, 1, 0, 5.96046e-08, 0, 0, 0, 0, 1, 1, 1, 1) - -[sub_resource type="Animation" id=7] + +[sub_resource type="Animation" id="7"] resource_name = "explode" length = 3.0 tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true tracks/0/path = NodePath("Explosion:emitting") tracks/0/interp = 1 tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true tracks/0/keys = { "times": PackedFloat32Array(0, 0.9), "transitions": PackedFloat32Array(1, 1), @@ -163,11 +79,11 @@ tracks/0/keys = { "values": [false, true] } tracks/1/type = "value" +tracks/1/imported = false +tracks/1/enabled = true tracks/1/path = NodePath("Armature/Skeleton3D/Sphere:visible") tracks/1/interp = 1 tracks/1/loop_wrap = true -tracks/1/imported = false -tracks/1/enabled = true tracks/1/keys = { "times": PackedFloat32Array(0, 1), "transitions": PackedFloat32Array(1, 1), @@ -175,25 +91,25 @@ tracks/1/keys = { "values": [true, false] } tracks/2/type = "method" +tracks/2/imported = false +tracks/2/enabled = true tracks/2/path = NodePath(".") tracks/2/interp = 1 tracks/2/loop_wrap = true -tracks/2/imported = false -tracks/2/enabled = true tracks/2/keys = { "times": PackedFloat32Array(1.8), "transitions": PackedFloat32Array(1), "values": [{ "args": [], -"method": "_die" +"method": &"_die" }] } tracks/3/type = "value" +tracks/3/imported = false +tracks/3/enabled = true tracks/3/path = NodePath("SoundExplode:playing") tracks/3/interp = 1 tracks/3/loop_wrap = true -tracks/3/imported = false -tracks/3/enabled = true tracks/3/keys = { "times": PackedFloat32Array(0.9), "transitions": PackedFloat32Array(1), @@ -201,11 +117,11 @@ tracks/3/keys = { "values": [true] } tracks/4/type = "value" +tracks/4/imported = false +tracks/4/enabled = true tracks/4/path = NodePath("SoundWalkLoop:playing") tracks/4/interp = 1 tracks/4/loop_wrap = true -tracks/4/imported = false -tracks/4/enabled = true tracks/4/keys = { "times": PackedFloat32Array(0), "transitions": PackedFloat32Array(1), @@ -213,287 +129,61 @@ tracks/4/keys = { "values": [false] } -[sub_resource type="Animation" id=8] +[sub_resource type="Animation" id="8"] length = 2.5 -loop = true -tracks/0/type = "transform" -tracks/0/path = NodePath("Armature/Skeleton3D:r-backleg.001") -tracks/0/interp = 1 -tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true -tracks/0/keys = PackedFloat32Array(0, 1, -5.72249e-08, 0, 2.3476e-08, 4.44089e-16, 2.52596e-16, -1.12175e-31, 1, 1, 1, 1, 2.5, 1, -5.72277e-08, 0, 2.3476e-08, 5.96244e-09, -1.77636e-15, 1.05914e-23, 1, 1, 1, 1) -tracks/1/type = "transform" -tracks/1/path = NodePath("Armature/Skeleton3D:l-backleg") -tracks/1/interp = 1 -tracks/1/loop_wrap = true -tracks/1/imported = false -tracks/1/enabled = true -tracks/1/keys = PackedFloat32Array(0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, -0.000279188, 0, 0, -1.99452e-11, -0.000228147, -4.78738e-11, 1, 1, 1, 1, 0.1, 1, -0.00105011, 0, 0, -7.50163e-11, -0.000858085, -1.8007e-10, 1, 1, 1, 1, 0.15, 1, -0.00229895, 0, 0, -1.64233e-10, -0.00187862, -3.94238e-10, 0.999998, 1, 1, 1, 0.5, 1, -0.0161458, 0, 0, -1.15344e-09, -0.0131938, -2.76881e-09, 0.999913, 1, 1, 1, 0.55, 1, -0.0171262, 0, 0, -1.22348e-09, -0.0139949, -2.93692e-09, 0.999902, 1, 1, 1, 0.6, 1, -0.0176166, 0, 0, -1.25851e-09, -0.0143956, -3.02101e-09, 0.999896, 1, 1, 1, 0.65, 1, -0.0176166, 0, 0, -1.2585e-09, -0.0143956, -3.02101e-09, 0.999896, 1, 1, 1, 0.7, 1, -0.0171262, 0, 0, -1.22348e-09, -0.0139949, -2.93692e-09, 0.999902, 1, 1, 1, 0.75, 1, -0.0161458, 0, 0, -1.15344e-09, -0.0131938, -2.76882e-09, 0.999913, 1, 1, 1, 0.8, 1, -0.0146399, 0, 0, -1.04586e-09, -0.0119632, -2.51056e-09, 0.999929, 1, 1, 1, 1.1, 1, -0.00229895, 0, 0, -1.64233e-10, -0.00187862, -3.94238e-10, 0.999998, 1, 1, 1, 1.15, 1, -0.00105011, 0, 0, -7.50162e-11, -0.000858083, -1.8007e-10, 1, 1, 1, 1, 1.2, 1, -0.000279188, 0, 0, -1.99453e-11, -0.000228148, -4.78738e-11, 1, 1, 1, 1, 1.25, 1, 0, 0, 0, -3.55607e-17, -4.0679e-10, -1.44657e-26, 1, 1, 1, 1, 1.3, 1, -0.000279188, 0, 0, -1.99451e-11, -0.000228146, -4.78738e-11, 1, 1, 1, 1, 1.35, 1, -0.00105011, 0, 0, -7.50159e-11, -0.00085808, -1.8007e-10, 1, 1, 1, 1, 1.4, 1, -0.00229895, 0, 0, -1.64232e-10, -0.00187862, -3.94234e-10, 0.999998, 1, 1, 1, 1.75, 1, -0.0161458, 0, 0, -1.15344e-09, -0.0131938, -2.76881e-09, 0.999913, 1, 1, 1, 1.8, 1, -0.0171262, 0, 0, -1.22348e-09, -0.0139949, -2.93692e-09, 0.999902, 1, 1, 1, 1.85, 1, -0.0176166, 0, 0, -1.25851e-09, -0.0143956, -3.02101e-09, 0.999896, 1, 1, 1, 1.9, 1, -0.0176166, 0, 0, -1.2585e-09, -0.0143956, -3.02101e-09, 0.999896, 1, 1, 1, 1.95, 1, -0.0171262, 0, 0, -1.22348e-09, -0.0139949, -2.93692e-09, 0.999902, 1, 1, 1, 2, 1, -0.0161458, 0, 0, -1.15344e-09, -0.0131938, -2.76882e-09, 0.999913, 1, 1, 1, 2.05, 1, -0.0146399, 0, 0, -1.04586e-09, -0.0119632, -2.51056e-09, 0.999929, 1, 1, 1, 2.35, 1, -0.00229895, 0, 0, -1.64235e-10, -0.00187864, -3.94241e-10, 0.999998, 1, 1, 1, 2.4, 1, -0.00105011, 0, 0, -7.50179e-11, -0.000858102, -1.80073e-10, 1, 1, 1, 1, 2.45, 1, -0.000279307, 0, 0, -1.99462e-11, -0.000228158, -4.78774e-11, 1, 1, 1, 1, 2.5, 1, 0, 0, 0, -3.55607e-16, -4.0679e-09, -1.44657e-24, 1, 1, 1, 1) -tracks/2/type = "transform" -tracks/2/path = NodePath("Armature/Skeleton3D:l-backleg.001") -tracks/2/interp = 1 -tracks/2/loop_wrap = true -tracks/2/imported = false -tracks/2/enabled = true -tracks/2/keys = PackedFloat32Array(0, 1, -5.72249e-08, 0, 2.90127e-08, 4.44089e-16, 2.52596e-16, -1.12175e-31, 1, 1, 1, 1, 2.5, 1, -5.72229e-08, 0, 2.90127e-08, 5.96244e-09, -1.77636e-15, 1.05914e-23, 1, 1, 1, 1) -tracks/3/type = "transform" -tracks/3/path = NodePath("Armature/Skeleton3D:MASTER") -tracks/3/interp = 1 -tracks/3/loop_wrap = true -tracks/3/imported = false -tracks/3/enabled = true -tracks/3/keys = PackedFloat32Array(0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 2.5, 1, 0, 0, 0, -5.1658e-08, 0, 0, 1, 1, 1, 1) -tracks/4/type = "transform" -tracks/4/path = NodePath("Armature/Skeleton3D:body") -tracks/4/interp = 1 -tracks/4/loop_wrap = true -tracks/4/imported = false -tracks/4/enabled = true -tracks/4/keys = PackedFloat32Array(0, 1, 0, 0.0623079, 0.156609, 2.52434e-16, 1.18872e-09, -0.0157416, 0.999876, 1, 1, 1, 0.05, 1, 0, 0.0623079, 0.15832, -1.1035e-15, 1.48602e-09, -0.0196799, 0.999806, 1, 1, 1, 0.1, 1, 0, 0.0623079, 0.163046, -9.85773e-16, 2.28026e-09, -0.0302008, 0.999544, 1, 1, 1, 0.15, 1, 0, 0.0623079, 0.170701, -3.82037e-16, 3.44322e-09, -0.0456055, 0.99896, 1, 1, 1, 0.2, 1, 0, 0.0623079, 0.181011, -5.56199e-17, 4.71843e-09, -0.0624967, 0.998045, 1, 1, 1, 0.25, 1, 0, 0.0623079, 0.193462, 8.35136e-16, 5.80082e-09, -0.0768339, 0.997044, 1, 1, 1, 0.3, 1, 0, 0.0623079, 0.207367, -2.28415e-15, 6.38939e-09, -0.0846299, 0.996412, 1, 1, 1, 0.35, 1, 0, 0.0623079, 0.221462, -1.92226e-15, 6.49529e-09, -0.0860327, 0.996292, 1, 1, 1, 0.4, 1, 0, 0.0623079, 0.234751, -1.64321e-15, 6.24305e-09, -0.0826917, 0.996575, 1, 1, 1, 0.45, 1, 0, 0.0623079, 0.246348, -8.21129e-16, 5.69557e-09, -0.0754402, 0.99715, 1, 1, 1, 0.5, 1, 0, 0.0623079, 0.255579, -9.45654e-16, 4.8637e-09, -0.0644216, 0.997923, 1, 1, 1, 0.55, 1, 0, 0.0623079, 0.261589, -1.40339e-15, 3.74986e-09, -0.0496684, 0.998766, 1, 1, 1, 0.6, 1, 0, 0.0623079, 0.264595, -1.80854e-15, 2.45726e-09, -0.0325474, 0.99947, 1, 1, 1, 0.65, 1, 0, 0.0623079, 0.264595, -1.21183e-15, 1.07164e-09, -0.0141943, 0.999899, 1, 1, 1, 0.7, 1, 0, 0.0623079, 0.261589, -1.06009e-15, -3.07992e-10, 0.00407949, 0.999992, 1, 1, 1, 0.75, 1, 0, 0.0623079, 0.255579, -1.03412e-15, -1.58327e-09, 0.020971, 0.99978, 1, 1, 1, 0.8, 1, 0, 0.0623079, 0.246347, -1.24976e-15, -2.63466e-09, 0.0348972, 0.999391, 1, 1, 1, 0.85, 1, 0, 0.0623079, 0.23475, -1.63927e-15, -3.42787e-09, 0.0454035, 0.998969, 1, 1, 1, 0.9, 1, 0, 0.0623079, 0.221462, -1.0492e-15, -3.93428e-09, 0.0521111, 0.998641, 1, 1, 1, 0.95, 1, 0, 0.0623079, 0.207366, -2.50872e-15, -4.14468e-09, 0.0548979, 0.998492, 1, 1, 1, 1, 1, 0, 0.0623079, 0.193462, -1.45923e-16, -4.00813e-09, 0.0530895, 0.99859, 1, 1, 1, 1.05, 1, 0, 0.0623079, 0.18101, -1.38915e-15, -3.35958e-09, 0.0444997, 0.999009, 1, 1, 1, 1.1, 1, 0, 0.0623079, 0.170701, -1.96116e-15, -2.31154e-09, 0.0306191, 0.999531, 1, 1, 1, 1.15, 1, 0, 0.0623079, 0.163046, -2.55636e-15, -1.05365e-09, 0.0139587, 0.999903, 1, 1, 1, 1.2, 1, 0, 0.0623079, 0.15832, -1.34688e-15, 1.7163e-10, -0.00227002, 0.999997, 1, 1, 1, 1.25, 1, 0, 0.0623079, 0.156609, -2.59373e-16, 1.18872e-09, -0.0157416, 0.999876, 1, 1, 1, 1.3, 1, 0, 0.0623079, 0.15832, -3.47085e-18, 2.14562e-09, -0.0284164, 0.999596, 1, 1, 1, 1.35, 1, 0, 0.0623079, 0.163046, 3.05591e-16, 3.23003e-09, -0.0427804, 0.999085, 1, 1, 1, 1.4, 1, 0, 0.0623079, 0.170701, -1.39008e-15, 4.34233e-09, -0.0575141, 0.998345, 1, 1, 1, 1.45, 1, 0, 0.0623079, 0.18101, -2.39297e-15, 5.33811e-09, -0.0707042, 0.997497, 1, 1, 1, 1.5, 1, 0, 0.0623079, 0.193461, -1.42015e-15, 6.08056e-09, -0.0805389, 0.996752, 1, 1, 1, 1.55, 1, 0, 0.0623079, 0.207366, -9.47151e-16, 6.44868e-09, -0.0854153, 0.996345, 1, 1, 1, 1.6, 1, 0, 0.0623079, 0.221462, -1.97798e-15, 6.49529e-09, -0.0860328, 0.996292, 1, 1, 1, 1.65, 1, 0, 0.0623079, 0.23475, -1.61536e-15, 6.24305e-09, -0.0826917, 0.996575, 1, 1, 1, 1.7, 1, 0, 0.0623079, 0.246347, -8.62882e-16, 5.69558e-09, -0.0754403, 0.99715, 1, 1, 1, 1.75, 1, 0, 0.0623079, 0.255579, -2.53101e-15, 4.86371e-09, -0.0644217, 0.997923, 1, 1, 1, 1.8, 1, 0, 0.0623079, 0.261589, -1.3756e-15, 3.74988e-09, -0.0496687, 0.998766, 1, 1, 1, 1.85, 1, 0, 0.0623079, 0.264595, -1.78424e-15, 2.45729e-09, -0.0325477, 0.99947, 1, 1, 1, 1.9, 1, 0, 0.0623079, 0.264595, -1.20922e-15, 1.07166e-09, -0.0141946, 0.999899, 1, 1, 1, 1.95, 1, 0, 0.0623079, 0.261589, -1.04534e-15, -3.07966e-10, 0.00407913, 0.999992, 1, 1, 1, 2, 1, 0, 0.0623079, 0.255579, -2.49335e-15, -1.58324e-09, 0.0209707, 0.99978, 1, 1, 1, 2.05, 1, 0, 0.0623079, 0.246348, -1.25323e-15, -2.63464e-09, 0.0348969, 0.999391, 1, 1, 1, 2.1, 1, 0, 0.0623079, 0.234751, -1.63927e-15, -3.42785e-09, 0.0454033, 0.998969, 1, 1, 1, 2.15, 1, 0, 0.0623079, 0.221463, -1.07004e-15, -3.93427e-09, 0.052111, 0.998641, 1, 1, 1, 2.2, 1, 0, 0.0623079, 0.207367, -2.52957e-15, -4.14468e-09, 0.0548979, 0.998492, 1, 1, 1, 2.25, 1, 0, 0.0623079, 0.193463, -1.02835e-15, -3.92374e-09, 0.0519717, 0.998649, 1, 1, 1, 2.3, 1, 0, 0.0623079, 0.181011, -1.26387e-15, -2.9887e-09, 0.0395877, 0.999216, 1, 1, 1, 2.35, 1, 0, 0.0623079, 0.170702, -2.21054e-15, -1.61686e-09, 0.0214184, 0.999771, 1, 1, 1, 2.4, 1, 0, 0.0623079, 0.163046, -1.44541e-15, -2.13322e-10, 0.00282889, 0.999996, 1, 1, 1, 2.45, 1, 0, 0.0623079, 0.158321, 2.42875e-17, 8.0134e-10, -0.0106105, 0.999944, 1, 1, 1, 2.5, 1, 0, 0.0623079, 0.156609, -2.59373e-16, 1.18871e-09, -0.0157416, 0.999876, 1, 1, 1) -tracks/5/type = "transform" -tracks/5/path = NodePath("Armature/Skeleton3D:eyes") -tracks/5/interp = 1 -tracks/5/loop_wrap = true -tracks/5/imported = false -tracks/5/enabled = true -tracks/5/keys = PackedFloat32Array(0, 1, 1.86235e-09, -4.09782e-08, -5.96046e-08, -3.55271e-15, -1.86265e-09, 0, 1, 1, 1, 1, 1.65, 1, 9.31325e-10, -2.98023e-08, -2.98023e-08, -5.1658e-08, -5.32907e-15, -3.17637e-22, 1, 1, 1, 1, 1.7, 1, 1.33229e-09, -0.0131089, -2.98023e-08, -5.1658e-08, -5.32907e-15, -3.17637e-22, 1, 1, 1, 1, 1.8, 1, 1.35894e-08, -0.105374, -2.98023e-08, -2.18557e-08, -3.55271e-15, -3.55271e-15, 1, 1, 1, 1, 1.85, 1, 8.98448e-09, -0.115554, 2.98023e-08, -5.1658e-08, -7.10543e-15, -3.17637e-22, 1, 1, 1, 1, 1.9, 1, 8.25159e-09, -0.0983826, -2.98023e-08, -5.1658e-08, -5.32907e-15, -3.17637e-22, 1, 1, 1, 1, 2, 1, 1.33803e-09, -0.0286214, -2.98023e-08, -5.1658e-08, -5.32907e-15, -3.17637e-22, 1, 1, 1, 1, 2.05, 1, -2.0959e-09, -0.00585564, -2.98023e-08, -5.1658e-08, 7.44981e-10, 3.84843e-17, 1, 1, 1, 1, 2.1, 1, 2.0489e-09, -2.23517e-08, 0, -5.1658e-08, 2.23523e-09, 3.66818e-15, 1, 1, 1, 1, 2.5, 1, 1.86232e-09, -4.09782e-08, -5.96046e-08, -5.1658e-08, -1.8626e-09, 3.4565e-15, 1, 1, 1, 1) -tracks/6/type = "transform" -tracks/6/path = NodePath("Armature/Skeleton3D:r-frontleg") -tracks/6/interp = 1 -tracks/6/loop_wrap = true -tracks/6/imported = false -tracks/6/enabled = true -tracks/6/keys = PackedFloat32Array(0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, 0.000440836, 0, 0, 3.33222e-11, 0.000381184, 8.00015e-11, 1, 1, 1, 1, 0.1, 1, 0.00165802, 0, 0, 1.25335e-10, 0.00143368, 3.00871e-10, 0.999999, 1, 1, 1, 0.15, 1, 0.00362998, 0, 0, 2.74402e-10, 0.00313881, 6.58707e-10, 0.999995, 1, 1, 1, 0.5, 1, 0.0254939, 0, 0, 1.92716e-09, 0.0220442, 4.62612e-09, 0.999757, 1, 1, 1, 0.55, 1, 0.027042, 0, 0, 2.04416e-09, 0.0233824, 4.90696e-09, 0.999727, 1, 1, 1, 0.6, 1, 0.0278163, 0, 0, 2.10267e-09, 0.0240518, 5.04743e-09, 0.999711, 1, 1, 1, 0.65, 1, 0.0278163, 0, 0, 2.10267e-09, 0.0240518, 5.04743e-09, 0.999711, 1, 1, 1, 0.7, 1, 0.027042, 0, 0, 2.04416e-09, 0.0233824, 4.90696e-09, 0.999727, 1, 1, 1, 0.75, 1, 0.0254939, 0, 0, 1.92716e-09, 0.0220442, 4.62612e-09, 0.999757, 1, 1, 1, 0.8, 1, 0.0231159, 0, 0, 1.74743e-09, 0.0199883, 4.19467e-09, 0.9998, 1, 1, 1, 1.1, 1, 0.00362998, 0, 0, 2.74402e-10, 0.00313881, 6.58707e-10, 0.999995, 1, 1, 1, 1.15, 1, 0.00165802, 0, 0, 1.25335e-10, 0.00143368, 3.00867e-10, 0.999999, 1, 1, 1, 1.2, 1, 0.000440836, 0, 0, 3.33223e-11, 0.000381184, 8.00015e-11, 1, 1, 1, 1, 1.25, 1, 0, 0, 0, 5.94101e-17, 6.7965e-10, -4.03781e-26, 1, 1, 1, 1, 1.3, 1, 0.000440836, 0, 0, 3.33219e-11, 0.000381181, 8.00051e-11, 1, 1, 1, 1, 1.35, 1, 0.00165802, 0, 0, 1.25334e-10, 0.00143367, 3.00863e-10, 0.999999, 1, 1, 1, 1.4, 1, 0.00362992, 0, 0, 2.74401e-10, 0.0031388, 6.58703e-10, 0.999995, 1, 1, 1, 1.75, 1, 0.0254939, 0, 0, 1.92716e-09, 0.0220442, 4.6261e-09, 0.999757, 1, 1, 1, 1.8, 1, 0.027042, 0, 0, 2.04415e-09, 0.0233824, 4.90696e-09, 0.999727, 1, 1, 1, 1.85, 1, 0.0278163, 0, 0, 2.10267e-09, 0.0240518, 5.04743e-09, 0.999711, 1, 1, 1, 1.9, 1, 0.0278163, 0, 0, 2.10267e-09, 0.0240518, 5.04743e-09, 0.999711, 1, 1, 1, 1.95, 1, 0.027042, 0, 0, 2.04416e-09, 0.0233824, 4.90697e-09, 0.999727, 1, 1, 1, 2, 1, 0.0254939, 0, 0, 1.92717e-09, 0.0220442, 4.62612e-09, 0.999757, 1, 1, 1, 2.05, 1, 0.0231159, 0, 0, 1.74744e-09, 0.0199883, 4.19468e-09, 0.9998, 1, 1, 1, 2.35, 1, 0.00363004, 0, 0, 2.74406e-10, 0.00313886, 6.58714e-10, 0.999995, 1, 1, 1, 2.4, 1, 0.00165808, 0, 0, 1.25338e-10, 0.00143371, 3.00871e-10, 0.999999, 1, 1, 1, 2.45, 1, 0.000440836, 0, 0, 3.33236e-11, 0.000381199, 8.00086e-11, 1, 1, 1, 1, 2.5, 1, 0, 0, 0, 5.94092e-16, 6.7964e-09, -4.03769e-24, 1, 1, 1, 1) -tracks/7/type = "transform" -tracks/7/path = NodePath("Armature/Skeleton3D:r-frontleg.001") -tracks/7/interp = 1 -tracks/7/loop_wrap = true -tracks/7/imported = false -tracks/7/enabled = true -tracks/7/keys = PackedFloat32Array(0, 1, -6.39733e-08, 0, -8.34263e-08, 0, 2.52596e-16, 0, 1, 1, 1, 1, 2.5, 1, -6.39739e-08, 0, -8.34263e-08, 5.96241e-09, -1.77636e-15, 3.55271e-15, 1, 1, 1, 1) -tracks/8/type = "transform" -tracks/8/path = NodePath("Armature/Skeleton3D:l-frontleg") -tracks/8/interp = 1 -tracks/8/loop_wrap = true -tracks/8/imported = false -tracks/8/enabled = true -tracks/8/keys = PackedFloat32Array(0, 1, 0, 5.96046e-08, 0, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, -0.000352621, 5.96046e-08, 0, -2.65116e-11, -0.000303262, -6.36443e-11, 1, 1, 1, 1, 0.1, 1, -0.00132638, 5.96046e-08, 0, -9.97144e-11, -0.0011406, -2.39361e-10, 0.999999, 1, 1, 1, 0.15, 1, -0.00290394, 5.96046e-08, 0, -2.18308e-10, -0.00249715, -5.24036e-10, 0.999997, 1, 1, 1, 0.5, 1, -0.0203948, 5.96046e-08, 0, -1.5332e-09, -0.0175378, -3.68043e-09, 0.999846, 1, 1, 1, 0.55, 1, -0.0216332, 5.96046e-08, 0, -1.62629e-09, -0.0186026, -3.90388e-09, 0.999827, 1, 1, 1, 0.6, 1, -0.0222527, 5.96046e-08, 0, -1.67285e-09, -0.0191352, -4.01565e-09, 0.999817, 1, 1, 1, 0.65, 1, -0.0222527, 5.96046e-08, 0, -1.67285e-09, -0.0191352, -4.01565e-09, 0.999817, 1, 1, 1, 0.7, 1, -0.0216332, 5.96046e-08, 0, -1.62629e-09, -0.0186026, -3.90388e-09, 0.999827, 1, 1, 1, 0.75, 1, -0.0203948, 5.96046e-08, 0, -1.5332e-09, -0.0175378, -3.68043e-09, 0.999846, 1, 1, 1, 0.8, 1, -0.0184924, 5.96046e-08, 0, -1.39021e-09, -0.0159021, -3.33717e-09, 0.999874, 1, 1, 1, 1.1, 1, -0.00290394, 5.96046e-08, 0, -2.1831e-10, -0.00249715, -5.24036e-10, 0.999997, 1, 1, 1, 1.15, 1, -0.00132638, 5.96046e-08, 0, -9.97142e-11, -0.0011406, -2.39357e-10, 0.999999, 1, 1, 1, 1.2, 1, -0.000352621, 5.96046e-08, 0, -2.65117e-11, -0.000303263, -6.36443e-11, 1, 1, 1, 1, 1.25, 1, 0, 5.96046e-08, 0, -4.72702e-17, -5.4072e-10, -2.55599e-26, 1, 1, 1, 1, 1.3, 1, -0.000352621, 5.96046e-08, 0, -2.65114e-11, -0.00030326, -6.36443e-11, 1, 1, 1, 1, 1.35, 1, -0.00132638, 5.96046e-08, 0, -9.97139e-11, -0.0011406, -2.39361e-10, 0.999999, 1, 1, 1, 1.4, 1, -0.00290394, 5.96046e-08, 0, -2.18309e-10, -0.00249715, -5.24036e-10, 0.999997, 1, 1, 1, 1.75, 1, -0.0203948, 5.96046e-08, 0, -1.5332e-09, -0.0175378, -3.68043e-09, 0.999846, 1, 1, 1, 1.8, 1, -0.0216332, 5.96046e-08, 0, -1.62629e-09, -0.0186026, -3.90388e-09, 0.999827, 1, 1, 1, 1.85, 1, -0.0222527, 5.96046e-08, 0, -1.67285e-09, -0.0191352, -4.01565e-09, 0.999817, 1, 1, 1, 1.9, 1, -0.0222527, 5.96046e-08, 0, -1.67285e-09, -0.0191352, -4.01565e-09, 0.999817, 1, 1, 1, 1.95, 1, -0.0216333, 5.96046e-08, 0, -1.62629e-09, -0.0186026, -3.90388e-09, 0.999827, 1, 1, 1, 2, 1, -0.0203948, 5.96046e-08, 0, -1.53321e-09, -0.0175378, -3.68044e-09, 0.999846, 1, 1, 1, 2.05, 1, -0.0184925, 5.96046e-08, 0, -1.39021e-09, -0.0159022, -3.33717e-09, 0.999874, 1, 1, 1, 2.35, 1, -0.00290394, 5.96046e-08, 0, -2.18311e-10, -0.00249719, -5.24043e-10, 0.999997, 1, 1, 1, 2.4, 1, -0.00132644, 5.96046e-08, 0, -9.97168e-11, -0.00114063, -2.39361e-10, 0.999999, 1, 1, 1, 2.45, 1, -0.000352681, 5.96046e-08, 0, -2.6513e-11, -0.000303278, -6.36478e-11, 1, 1, 1, 1, 2.5, 1, 0, 5.96046e-08, 0, -4.72702e-16, -5.4072e-09, -2.55599e-24, 1, 1, 1, 1) -tracks/9/type = "transform" -tracks/9/path = NodePath("Armature/Skeleton3D:l-frontleg.001") -tracks/9/interp = 1 -tracks/9/loop_wrap = true -tracks/9/imported = false -tracks/9/enabled = true -tracks/9/keys = PackedFloat32Array(0, 1, 5.5236e-08, 0, -4.2899e-08, 0, 2.52596e-16, 0, 1, 1, 1, 1, 2.5, 1, 5.52345e-08, 0, -4.2899e-08, 5.96241e-09, -1.77636e-15, 3.55271e-15, 1, 1, 1, 1) -tracks/10/type = "transform" -tracks/10/path = NodePath("Armature/Skeleton3D:r-backleg") -tracks/10/interp = 1 -tracks/10/loop_wrap = true -tracks/10/imported = false -tracks/10/enabled = true -tracks/10/keys = PackedFloat32Array(0, 1, 0, 5.96046e-08, 0, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, 0.000458479, 5.96046e-08, 0, 3.30314e-11, 0.000377827, 7.92948e-11, 1, 1, 1, 1, 0.1, 1, 0.00172436, 5.96046e-08, 0, 1.24232e-10, 0.00142105, 2.9822e-10, 0.999999, 1, 1, 1, 0.15, 1, 0.00377524, 5.96046e-08, 0, 2.71986e-10, 0.00311117, 6.52899e-10, 0.999995, 1, 1, 1, 0.5, 1, 0.0265137, 5.96046e-08, 0, 1.91019e-09, 0.02185, 4.58537e-09, 0.999761, 1, 1, 1, 0.55, 1, 0.0281236, 5.96046e-08, 0, 2.02615e-09, 0.0231765, 4.86375e-09, 0.999731, 1, 1, 1, 0.6, 1, 0.028929, 5.96046e-08, 0, 2.08415e-09, 0.0238399, 5.00297e-09, 0.999716, 1, 1, 1, 0.65, 1, 0.028929, 5.96046e-08, 0, 2.08415e-09, 0.0238399, 5.00297e-09, 0.999716, 1, 1, 1, 0.7, 1, 0.0281237, 5.96046e-08, 0, 2.02615e-09, 0.0231765, 4.86375e-09, 0.999731, 1, 1, 1, 0.75, 1, 0.0265137, 5.96046e-08, 0, 1.91019e-09, 0.02185, 4.58538e-09, 0.999761, 1, 1, 1, 0.8, 1, 0.0240406, 5.96046e-08, 0, 1.73204e-09, 0.0198123, 4.15774e-09, 0.999804, 1, 1, 1, 1.1, 1, 0.00377524, 5.96046e-08, 0, 2.71986e-10, 0.00311116, 6.52902e-10, 0.999995, 1, 1, 1, 1.15, 1, 0.00172436, 5.96046e-08, 0, 1.24231e-10, 0.00142105, 2.9822e-10, 0.999999, 1, 1, 1, 1.2, 1, 0.000458479, 5.96046e-08, 0, 3.30313e-11, 0.000377826, 7.92948e-11, 1, 1, 1, 1, 1.25, 1, 0, 5.96046e-08, 0, 5.88961e-17, 6.7366e-10, -3.96759e-26, 1, 1, 1, 1, 1.3, 1, 0.000458479, 5.96046e-08, 0, 3.30312e-11, 0.000377824, 7.92983e-11, 1, 1, 1, 1, 1.35, 1, 0.00172436, 5.96046e-08, 0, 1.24231e-10, 0.00142104, 2.98216e-10, 0.999999, 1, 1, 1, 1.4, 1, 0.00377524, 5.96046e-08, 0, 2.71985e-10, 0.00311116, 6.52899e-10, 0.999995, 1, 1, 1, 1.75, 1, 0.0265137, 5.96046e-08, 0, 1.91019e-09, 0.02185, 4.58537e-09, 0.999761, 1, 1, 1, 1.8, 1, 0.0281236, 5.96046e-08, 0, 2.02615e-09, 0.0231765, 4.86375e-09, 0.999731, 1, 1, 1, 1.85, 1, 0.028929, 5.96046e-08, 0, 2.08415e-09, 0.0238399, 5.00297e-09, 0.999716, 1, 1, 1, 1.9, 1, 0.028929, 5.96046e-08, 0, 2.08415e-09, 0.0238399, 5.00297e-09, 0.999716, 1, 1, 1, 1.95, 1, 0.0281236, 5.96046e-08, 0, 2.02615e-09, 0.0231765, 4.86375e-09, 0.999731, 1, 1, 1, 2, 1, 0.0265137, 5.96046e-08, 0, 1.91019e-09, 0.0218501, 4.58538e-09, 0.999761, 1, 1, 1, 2.05, 1, 0.0240406, 5.96046e-08, 0, 1.73205e-09, 0.0198123, 4.15774e-09, 0.999804, 1, 1, 1, 2.35, 1, 0.00377524, 5.96046e-08, 0, 2.71989e-10, 0.00311121, 6.5291e-10, 0.999995, 1, 1, 1, 2.4, 1, 0.00172436, 5.96046e-08, 0, 1.24234e-10, 0.00142108, 2.98227e-10, 0.999999, 1, 1, 1, 2.45, 1, 0.000458479, 5.96046e-08, 0, 3.30329e-11, 0.000377843, 7.92983e-11, 1, 1, 1, 1, 2.5, 1, 0, 5.96046e-08, 0, 5.88961e-16, 6.7366e-09, -3.96759e-24, 1, 1, 1, 1) - -[sub_resource type="Animation" id=9] + +[sub_resource type="Animation" id="9"] length = 0.625 -tracks/0/type = "transform" -tracks/0/path = NodePath("Armature/Skeleton3D:r-backleg.001") -tracks/0/interp = 1 -tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true -tracks/0/keys = PackedFloat32Array(0, 1, -5.72249e-08, 0, 2.3476e-08, 4.44089e-16, 2.52596e-16, -1.12175e-31, 1, 1, 1, 1, 2.5, 1, -5.72249e-08, 0, 2.3476e-08, 4.44089e-16, 2.52596e-16, -1.12175e-31, 1, 1, 1, 1) -tracks/1/type = "transform" -tracks/1/path = NodePath("Armature/Skeleton3D:l-backleg") -tracks/1/interp = 1 -tracks/1/loop_wrap = true -tracks/1/imported = false -tracks/1/enabled = true -tracks/1/keys = PackedFloat32Array(0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 2.5, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/2/type = "transform" -tracks/2/path = NodePath("Armature/Skeleton3D:l-backleg.001") -tracks/2/interp = 1 -tracks/2/loop_wrap = true -tracks/2/imported = false -tracks/2/enabled = true -tracks/2/keys = PackedFloat32Array(0, 1, -5.72249e-08, 0, 2.90127e-08, 4.44089e-16, 2.52596e-16, -1.12175e-31, 1, 1, 1, 1, 2.5, 1, -5.72249e-08, 0, 2.90127e-08, 4.44089e-16, 2.52596e-16, -1.12175e-31, 1, 1, 1, 1) -tracks/3/type = "transform" -tracks/3/path = NodePath("Armature/Skeleton3D:MASTER") -tracks/3/interp = 1 -tracks/3/loop_wrap = true -tracks/3/imported = false -tracks/3/enabled = true -tracks/3/keys = PackedFloat32Array(0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 2.5, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/4/type = "transform" -tracks/4/path = NodePath("Armature/Skeleton3D:body") -tracks/4/interp = 1 -tracks/4/loop_wrap = true -tracks/4/imported = false -tracks/4/enabled = true -tracks/4/keys = PackedFloat32Array(0, 1, 0, 0.250015, 0.156609, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, -7.21033e-11, 0.234764, 0.142964, -0.011193, 0.0010134, -0.0125084, 0.999859, 1, 1, 1, 0.15, 1, -4.2078e-10, 0.161033, 0.0769938, -0.0653012, 0.00591303, -0.0729728, 0.995176, 1, 1, 1, 0.2, 1, -5.09641e-10, 0.142244, 0.0601825, -0.0790175, 0.00715513, -0.0883001, 0.992929, 1, 1, 1, 0.25, 1, -4.30117e-10, 0.144838, 0.063376, -0.0784207, 0.0069933, -0.0832678, 0.993412, 1, 1, 1, 0.3, 1, -1.0397e-10, 0.161535, 0.0815253, -0.0701657, 0.00585387, -0.0576011, 0.995854, 1, 1, 1, 0.4, 1, 9.76724e-10, 0.216862, 0.141663, -0.0414647, 0.00233472, 0.0188384, 0.99896, 1, 1, 1, 0.45, 1, 1.55672e-09, 0.246556, 0.173939, -0.0270332, 0.000935016, 0.0467062, 0.998542, 1, 1, 1, 0.5, 1, 1.98543e-09, 0.268505, 0.197798, -0.0159583, 0.000242831, 0.0572819, 0.99823, 1, 1, 1, 0.55, 1, 1.86791e-09, 0.270805, 0.198188, -0.00707135, 6.26779e-05, 0.0375135, 0.999271, 1, 1, 1, 0.6, 1, 6.22636e-10, 0.256945, 0.17047, -0.00124488, 4.76697e-06, 0.00829739, 0.999965, 1, 1, 1, 0.65, 1, 0, 0.250015, 0.156609, 0, 0, 0, 1, 1, 1, 1, 2.5, 1, 0, 0.250015, 0.156609, 0, 0, 0, 1, 1, 1, 1) -tracks/5/type = "transform" -tracks/5/path = NodePath("Armature/Skeleton3D:eyes") -tracks/5/interp = 1 -tracks/5/loop_wrap = true -tracks/5/imported = false -tracks/5/enabled = true -tracks/5/keys = PackedFloat32Array(0, 1, -4.44089e-16, 3.72529e-09, 0, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, -4.19096e-10, 1.49012e-08, 0, -5.1658e-08, -8.58549e-11, 4.98232e-11, 1, 1, 1, 1, 0.1, 1, -1.02738e-10, -0.0126738, 0, -5.1658e-08, -1.78989e-09, 3.81608e-10, 1, 1, 1, 1, 0.2, 1, 3.21366e-09, -0.124817, 5.96046e-08, -5.1658e-08, 1.89281e-10, 1.81693e-10, 1, 1, 1, 1, 0.25, 1, 5.29586e-09, -0.131154, 8.9407e-08, 8.64512e-09, 7.85803e-10, -5.84642e-10, 1, 1, 1, 1, 0.35, 1, 1.24787e-08, -0.131154, 0, -5.1658e-08, -1.57163e-10, 6.58318e-11, 1, 1, 1, 1, 0.4, 1, 8.14215e-09, -0.126293, 2.98023e-08, -5.1658e-08, -1.12632e-09, -1.78638e-10, 1, 1, 1, 1, 0.45, 1, 7.80479e-09, -0.104191, 8.9407e-08, -5.1658e-08, 3.72821e-09, -1.42261e-10, 1, 1, 1, 1, 0.55, 1, 3.01996e-09, -0.0269707, -2.98023e-08, -5.1658e-08, -1.0503e-09, -2.47554e-11, 1, 1, 1, 1, 0.6, 1, 4.55666e-10, -0.00486266, 0, -5.1658e-08, -2.28152e-10, 1.73727e-12, 1, 1, 1, 1, 0.65, 1, -4.44089e-16, 3.72529e-09, 0, 0, 0, 0, 1, 1, 1, 1, 2.5, 1, -4.44089e-16, 3.72529e-09, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/6/type = "transform" -tracks/6/path = NodePath("Armature/Skeleton3D:r-frontleg") -tracks/6/interp = 1 -tracks/6/loop_wrap = true -tracks/6/imported = false -tracks/6/enabled = true -tracks/6/keys = PackedFloat32Array(0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 2.5, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/7/type = "transform" -tracks/7/path = NodePath("Armature/Skeleton3D:r-frontleg.001") -tracks/7/interp = 1 -tracks/7/loop_wrap = true -tracks/7/imported = false -tracks/7/enabled = true -tracks/7/keys = PackedFloat32Array(0, 1, -6.39733e-08, 0, -8.34263e-08, 0, 2.52596e-16, 0, 1, 1, 1, 1, 2.5, 1, -6.39733e-08, 0, -8.34263e-08, 0, 2.52596e-16, 0, 1, 1, 1, 1) -tracks/8/type = "transform" -tracks/8/path = NodePath("Armature/Skeleton3D:l-frontleg") -tracks/8/interp = 1 -tracks/8/loop_wrap = true -tracks/8/imported = false -tracks/8/enabled = true -tracks/8/keys = PackedFloat32Array(0, 1, 0, 5.96046e-08, 0, 0, 0, 0, 1, 1, 1, 1, 2.5, 1, 0, 5.96046e-08, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/9/type = "transform" -tracks/9/path = NodePath("Armature/Skeleton3D:l-frontleg.001") -tracks/9/interp = 1 -tracks/9/loop_wrap = true -tracks/9/imported = false -tracks/9/enabled = true -tracks/9/keys = PackedFloat32Array(0, 1, 5.5236e-08, 0, -4.2899e-08, 0, 2.52596e-16, 0, 1, 1, 1, 1, 2.5, 1, 5.5236e-08, 0, -4.2899e-08, 0, 2.52596e-16, 0, 1, 1, 1, 1) -tracks/10/type = "transform" -tracks/10/path = NodePath("Armature/Skeleton3D:r-backleg") -tracks/10/interp = 1 -tracks/10/loop_wrap = true -tracks/10/imported = false -tracks/10/enabled = true -tracks/10/keys = PackedFloat32Array(0, 1, 0, 5.96046e-08, 0, 0, 0, 0, 1, 1, 1, 1, 2.5, 1, 0, 5.96046e-08, 0, 0, 0, 0, 1, 1, 1, 1) - -[sub_resource type="Animation" id=10] + +[sub_resource type="Animation" id="10"] length = 1.66667 -loop = true -tracks/0/type = "transform" -tracks/0/path = NodePath("Armature/Skeleton3D:r-backleg.001") -tracks/0/interp = 1 -tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true -tracks/0/keys = PackedFloat32Array(0, 1, -4.4112e-08, 0, 2.3476e-08, 4.44089e-16, 2.52596e-16, -1.12175e-31, 1, 1, 1, 1, 2.5, 1, -4.4112e-08, 0, 2.3476e-08, 4.44089e-16, 2.52596e-16, -1.12175e-31, 1, 1, 1, 1) -tracks/1/type = "transform" -tracks/1/path = NodePath("Armature/Skeleton3D:l-backleg") -tracks/1/interp = 1 -tracks/1/loop_wrap = true -tracks/1/imported = false -tracks/1/enabled = true -tracks/1/keys = PackedFloat32Array(0, 1, 0, -0.3, 0.3, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, 0, -0.3, 0.258236, 0, 0, 0, 1, 1, 1, 1, 0.15, 1, 0, -0.3, 0.0566903, 0, 0, 0, 1, 1, 1, 1, 0.2, 1, 0, -0.3, 0.0053336, 0, 0, 0, 1, 1, 1, 1, 0.25, 1, 0, -0.293348, -5.96046e-08, 0, 0, 0, 1, 1, 1, 1, 0.3, 1, 0, -0.26682, -5.96046e-08, 0, 0, 3.55271e-15, 1, 1, 1, 1, 0.35, 1, 0, -0.223755, 0, 0, 0, 0, 1, 1, 1, 1, 0.5, 1, 0, -0.0592099, 0, 0, 0, 0, 1, 1, 1, 1, 0.55, 1, 0, -0.0226633, 0, 0, 0, 0, 1, 1, 1, 1, 0.6, 1, 0, -0.00399053, 0, 0, 0, 0, 1, 1, 1, 1, 0.65, 1, 0, -0.00935924, 0.0290206, 0, 0, 0, 1, 1, 1, 1, 0.75, 1, 0, -0.129518, 0.254569, 0, 0, 0, 1, 1, 1, 1, 0.8, 1, 0, -0.246849, 0.294415, 0, 0, 3.55271e-15, 1, 1, 1, 1, 0.85, 1, 0, -0.3, 0.289332, 0, 0, 0, 1, 1, 1, 1, 0.9, 1, 0, -0.3, 0.22827, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, -0.3, 0.0266822, 0, 0, 0, 1, 1, 1, 1, 1.05, 1, 0, -0.29867, -5.96046e-08, 0, 0, 0, 1, 1, 1, 1, 1.1, 1, 0, -0.285341, -5.96046e-08, 0, 0, 0, 1, 1, 1, 1, 1.15, 1, 0, -0.253801, 0, 0, 0, 0, 1, 1, 1, 1, 1.35, 1, 0, -0.0461928, 0, 0, 0, 0, 1, 1, 1, 1, 1.4, 1, 0, -0.0146572, 0, 0, 0, 0, 1, 1, 1, 1, 1.45, 1, 0, -0.00133026, 0, 0, 0, 0, 1, 1, 1, 1, 1.5, 1, 0, -0.0155987, 0.0483671, 0, 0, 0, 1, 1, 1, 1, 1.55, 1, 0, -0.0777866, 0.182985, 0, 0, 0, 1, 1, 1, 1, 1.6, 1, 0, -0.171097, 0.269948, 0, 0, 0, 1, 1, 1, 1, 1.65, 1, 0, -0.273386, 0.297207, 0, 0, 0, 1, 1, 1, 1, 1.7, 1, 0, -0.3, 0.3, 0, 0, 0, 1, 1, 1, 1, 2.5, 1, 0, -0.3, 0.3, 0, 0, 0, 1, 1, 1, 1) -tracks/2/type = "transform" -tracks/2/path = NodePath("Armature/Skeleton3D:l-backleg.001") -tracks/2/interp = 1 -tracks/2/loop_wrap = true -tracks/2/imported = false -tracks/2/enabled = true -tracks/2/keys = PackedFloat32Array(0, 1, -3.09981e-08, 0, 3.61656e-08, 4.44089e-16, 2.52596e-16, -1.12175e-31, 1, 1, 1, 1, 2.5, 1, -3.09981e-08, 0, 3.61656e-08, 4.44089e-16, 2.52596e-16, -1.12175e-31, 1, 1, 1, 1) -tracks/3/type = "transform" -tracks/3/path = NodePath("Armature/Skeleton3D:MASTER") -tracks/3/interp = 1 -tracks/3/loop_wrap = true -tracks/3/imported = false -tracks/3/enabled = true -tracks/3/keys = PackedFloat32Array(0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 2.5, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/4/type = "transform" -tracks/4/path = NodePath("Armature/Skeleton3D:body") -tracks/4/interp = 1 -tracks/4/loop_wrap = true -tracks/4/imported = false -tracks/4/enabled = true -tracks/4/keys = PackedFloat32Array(0, 1, 0, 0.250015, 0.156609, 1.44891e-15, 1.80446e-09, -0.0239007, 0.999714, 1, 1, 1, 0.05, 1, 0, 0.255552, 0.147928, -5.77394e-05, 1.77292e-09, -0.0205805, 0.999788, 1, 1, 1, 0.1, 1, 0, 0.270531, 0.124731, -0.000194408, 1.68498e-09, -0.0127205, 0.999919, 1, 1, 1, 0.15, 1, 0, 0.292927, 0.090741, -0.000336988, 1.54013e-09, -0.00451894, 0.99999, 1, 1, 1, 0.2, 1, 0, 0.318367, 0.0534118, -0.000408149, 1.3413e-09, -0.000424977, 1, 1, 1, 1, 0.25, 1, 0, 0.341407, 0.021655, 0.000855819, 1.09236e-09, 5.42101e-20, 1, 1, 1, 1, 0.3, 1, 0, 0.356541, 0.0043475, 0.00584593, 7.94927e-10, -1.08422e-18, 0.999983, 1, 1, 1, 0.35, 1, 0, 0.364007, 0.00318009, 0.0135372, 4.65978e-10, -8.67441e-19, 0.999908, 1, 1, 1, 0.4, 1, 0, 0.367551, 0.0215122, 0.0222701, 1.17832e-10, 0, 0.999752, 1, 1, 1, 0.45, 1, 0, 0.369034, 0.0525399, 0.029958, -2.35629e-10, 2.16938e-19, 0.999551, 1, 1, 1, 0.5, 1, 0, 0.369272, 0.0783045, 0.0349442, -5.80106e-10, -1.73578e-18, 0.999389, 1, 1, 1, 0.55, 1, 0, 0.362663, 0.0961263, 0.0358912, -8.96885e-10, 0.000216852, 0.999356, 1, 1, 1, 0.6, 1, 0, 0.345001, 0.113668, 0.0326829, -1.18298e-09, 0.00236754, 0.999463, 1, 1, 1, 0.65, 1, 0, 0.319119, 0.129653, 0.0254194, -1.42659e-09, 0.00722578, 0.999651, 1, 1, 1, 0.75, 1, 0, 0.266506, 0.151536, 0.00675537, -1.72477e-09, 0.019613, 0.999785, 1, 1, 1, 0.8, 1, 0, 0.253326, 0.155657, 0.00145069, -1.78127e-09, 0.0230349, 0.999734, 1, 1, 1, 0.85, 1, 0, 0.251397, 0.154435, -7.58222e-05, -1.79662e-09, 0.0230508, 0.999734, 1, 1, 1, 0.9, 1, 0, 0.259715, 0.141441, -0.000268868, -1.74993e-09, 0.0181859, 0.999835, 1, 1, 1, 0.95, 1, 0, 0.277179, 0.114521, -0.0003769, -1.64422e-09, 0.00964562, 0.999954, 1, 1, 1, 1, 1, 0, 0.301206, 0.0783041, -0.000412964, -1.48384e-09, 0.00212455, 0.999998, 1, 1, 1, 1.05, 1, 0, 0.326405, 0.0420869, -0.000161302, -1.26276e-09, 1.35525e-20, 1, 1, 1, 1, 1.1, 1, 0, 0.346862, 0.0151678, 0.00237346, -9.94703e-10, 4.33682e-19, 0.999997, 1, 1, 1, 1.15, 1, 0, 0.359532, 0.00217384, 0.00823487, -6.87497e-10, 1.30109e-18, 0.999966, 1, 1, 1, 1.2, 1, 0, 0.365492, 0.00636011, 0.0164469, -3.51681e-10, 1.51809e-18, 0.999865, 1, 1, 1, 1.25, 1, 0, 0.368428, 0.0305533, 0.0251793, -3.43065e-16, 1.65489e-24, 0.999683, 1, 1, 1, 1.3, 1, 0, 0.369203, 0.06209, 0.0319101, 3.51644e-10, -2.60341e-18, 0.999491, 1, 1, 1, 1.35, 1, 0, 0.367617, 0.0842447, 0.0354522, 6.87425e-10, -1.73581e-18, 0.999371, 1, 1, 1, 1.4, 1, 0, 0.357722, 0.102068, 0.0352296, 9.93785e-10, -0.000650542, 0.999379, 1, 1, 1, 1.45, 1, 0, 0.337224, 0.119326, 0.0306873, 1.2739e-09, -0.00365069, 0.999522, 1, 1, 1, 1.5, 1, 0, 0.309646, 0.134652, 0.0223118, 1.49928e-09, -0.00918078, 0.999709, 1, 1, 1, 1.55, 1, 0, 0.282067, 0.145998, 0.0124296, 1.67381e-09, -0.0157026, 0.999799, 1, 1, 1, 1.6, 1, 0, 0.261567, 0.153089, 0.00455952, 1.75391e-09, -0.0208941, 0.999771, 1, 1, 1, 1.65, 1, 0, 0.251671, 0.156133, 0.000657171, 1.79402e-09, -0.0234674, 0.999724, 1, 1, 1, 1.7, 1, 0, 0.250015, 0.156609, 1.44891e-15, 1.80446e-09, -0.0239007, 0.999714, 1, 1, 1, 2.5, 1, 0, 0.250015, 0.156609, 1.44891e-15, 1.80446e-09, -0.0239007, 0.999714, 1, 1, 1) -tracks/5/type = "transform" -tracks/5/path = NodePath("Armature/Skeleton3D:eyes") -tracks/5/interp = 1 -tracks/5/loop_wrap = true -tracks/5/imported = false -tracks/5/enabled = true -tracks/5/keys = PackedFloat32Array(0, 1, 0, 3.72529e-09, -2.98023e-08, 3.55271e-15, -3.30012e-15, 1.17244e-29, 1, 1, 1, 1, 2.5, 1, 0, 3.72529e-09, -2.98023e-08, 3.55271e-15, -3.30012e-15, 1.17244e-29, 1, 1, 1, 1) -tracks/6/type = "transform" -tracks/6/path = NodePath("Armature/Skeleton3D:r-frontleg") -tracks/6/interp = 1 -tracks/6/loop_wrap = true -tracks/6/imported = false -tracks/6/enabled = true -tracks/6/keys = PackedFloat32Array(0, 1, 0, -0.3, 0, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, 0, -0.289339, 0, 0, 0, 0, 1, 1, 1, 1, 0.1, 1, 0, -0.260294, 0, 0, 0, 0, 1, 1, 1, 1, 0.15, 1, 0, -0.215216, 0, 0, 0, 0, 1, 1, 1, 1, 0.3, 1, 0, -0.0526937, 0, 0, 0, 3.55271e-15, 1, 1, 1, 1, 0.35, 1, 0, -0.0186584, 0, 0, 0, 0, 1, 1, 1, 1, 0.4, 1, 0, -0.00266021, 0, 0, 0, 0, 1, 1, 1, 1, 0.45, 1, 0, -0.012479, 0.038694, 0, 0, 0, 1, 1, 1, 1, 0.5, 1, 0, -0.0648543, 0.165091, 0, 0, 0, 1, 1, 1, 1, 0.55, 1, 0, -0.150327, 0.262259, 0, 0, 0, 1, 1, 1, 1, 0.6, 1, 0, -0.260137, 0.295811, 0, 0, 0, 1, 1, 1, 1, 0.65, 1, 0, -0.3, 0.283998, 0, 0, 0, 1, 1, 1, 1, 0.7, 1, 0, -0.3, 0.21325, 0, 0, 0, 1, 1, 1, 1, 0.75, 1, 0, -0.3, 0.101805, 0, 0, 0, 1, 1, 1, 1, 0.8, 1, 0, -0.3, 0.0213457, 0, 0, 3.55271e-15, 1, 1, 1, 1, 0.85, 1, 0, -0.297339, 0, 0, 0, 0, 1, 1, 1, 1, 0.9, 1, 0, -0.281337, 0, 0, 0, 0, 1, 1, 1, 1, 0.95, 1, 0, -0.247291, 0, 0, 0, 0, 1, 1, 1, 1, 1.15, 1, 0, -0.0396839, 0, 0, 0, 0, 1, 1, 1, 1, 1.2, 1, 0, -0.010654, 0, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1.3, 1, 0, -0.0254497, 0.0717117, 0, 0, 0, 1, 1, 1, 1, 1.35, 1, 0, -0.0907196, 0.200881, 0, 0, 0, 1, 1, 1, 1, 1.4, 1, 0, -0.191943, 0.277638, 0, 0, 0, 1, 1, 1, 1, 1.45, 1, 0, -0.286712, 0.298604, 0, 0, 0, 1, 1, 1, 1, 1.5, 1, 0, -0.3, 0.273342, 0, 0, 0, 1, 1, 1, 1, 1.6, 1, 0, -0.3, 0.0718407, 0, 0, 0, 1, 1, 1, 1, 1.65, 1, 0, -0.3, 0.0106937, 0, 0, 0, 1, 1, 1, 1, 1.7, 1, 0, -0.3, 0, 0, 0, 0, 1, 1, 1, 1, 2.5, 1, 0, -0.3, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/7/type = "transform" -tracks/7/path = NodePath("Armature/Skeleton3D:r-frontleg.001") -tracks/7/interp = 1 -tracks/7/loop_wrap = true -tracks/7/imported = false -tracks/7/enabled = true -tracks/7/keys = PackedFloat32Array(0, 1, -3.77465e-08, 0, -8.34263e-08, 0, 2.52596e-16, 0, 1, 1, 1, 1, 2.5, 1, -3.77465e-08, 0, -8.34263e-08, 0, 2.52596e-16, 0, 1, 1, 1, 1) -tracks/8/type = "transform" -tracks/8/path = NodePath("Armature/Skeleton3D:l-frontleg") -tracks/8/interp = 1 -tracks/8/loop_wrap = true -tracks/8/imported = false -tracks/8/enabled = true -tracks/8/keys = PackedFloat32Array(0, 1, 0, 5.96046e-08, 0, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, 0, -0.0254651, 0.0718334, 0, 0, 0, 1, 1, 1, 1, 0.1, 1, 0, -0.0907282, 0.200929, 0, 0, 0, 1, 1, 1, 1, 0.15, 1, 0, -0.191944, 0.277638, 0, 0, 0, 1, 1, 1, 1, 0.2, 1, 0, -0.286712, 0.298604, 0, 0, 0, 1, 1, 1, 1, 0.25, 1, 0, -0.3, 0.273331, 0, 0, 0, 1, 1, 1, 1, 0.35, 1, 0, -0.3, 0.0717559, 0, 0, 0, 1, 1, 1, 1, 0.4, 1, 0, -0.3, 0.0106729, 0, 0, 0, 1, 1, 1, 1, 0.45, 1, 0, -0.294678, 0, 0, 0, 0, 1, 1, 1, 1, 0.5, 1, 0, -0.273329, 0, 0, 0, 0, 1, 1, 1, 1, 0.55, 1, 0, -0.232268, 0, 0, 0, 0, 1, 1, 1, 1, 0.7, 1, 0, -0.0677227, 0, 0, 0, 0, 1, 1, 1, 1, 0.75, 1, 0, -0.0266665, 0, 0, 0, 0, 1, 1, 1, 1, 0.8, 1, 0, -0.00532061, 0, 0, 0, 3.55271e-15, 1, 1, 1, 1, 0.85, 1, 0, -0.00623947, 0.0193472, 0, 0, 0, 1, 1, 1, 1, 0.9, 1, 0, -0.0451522, 0.118402, 0, 0, 0, 1, 1, 1, 1, 0.95, 1, 0, -0.116586, 0.236674, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, -0.233561, 0.293018, 0, 0, 0, 1, 1, 1, 1, 1.05, 1, 0, -0.3, 0.294666, 0, 0, 0, 1, 1, 1, 1, 1.1, 1, 0, -0.3, 0.243291, 0, 0, 0, 1, 1, 1, 1, 1.2, 1, 0, -0.3, 0.041707, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 0, -0.3, 5.96046e-08, 0, 0, 0, 1, 1, 1, 1, 1.3, 1, 0, -0.289345, 0, 0, 0, 0, 1, 1, 1, 1, 1.35, 1, 0, -0.260317, 0, 0, 0, 0, 1, 1, 1, 1, 1.4, 1, 0, -0.215259, 0, 0, 0, 0, 1, 1, 1, 1, 1.55, 1, 0, -0.052727, 0, 0, 0, 0, 1, 1, 1, 1, 1.6, 1, 0, -0.0186722, 0, 0, 0, 0, 1, 1, 1, 1, 1.65, 1, 0, -0.00266236, 0, 0, 0, 0, 1, 1, 1, 1, 1.7, 1, 0, 5.96046e-08, 0, 0, 0, 0, 1, 1, 1, 1, 2.5, 1, 0, 5.96046e-08, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/9/type = "transform" -tracks/9/path = NodePath("Armature/Skeleton3D:l-frontleg.001") -tracks/9/interp = 1 -tracks/9/loop_wrap = true -tracks/9/imported = false -tracks/9/enabled = true -tracks/9/keys = PackedFloat32Array(0, 1, 5.5236e-08, 0, -4.2899e-08, 0, 2.52596e-16, 0, 1, 1, 1, 1, 2.5, 1, 5.5236e-08, 0, -4.2899e-08, 0, 2.52596e-16, 0, 1, 1, 1, 1) -tracks/10/type = "transform" -tracks/10/path = NodePath("Armature/Skeleton3D:r-backleg") -tracks/10/interp = 1 -tracks/10/loop_wrap = true -tracks/10/imported = false -tracks/10/enabled = true -tracks/10/keys = PackedFloat32Array(0, 1, 0, -0.149993, 0, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, 0, -0.12914, 0, 0, 0, 0, 1, 1, 1, 1, 0.15, 1, 0, -0.0283493, 0, 0, 0, 0, 1, 1, 1, 1, 0.2, 1, 0, -0.00266618, 0, 0, 0, 0, 1, 1, 1, 1, 0.25, 1, 0, -0.0155987, 0.0483675, 0, 0, 0, 1, 1, 1, 1, 0.3, 1, 0, -0.0777871, 0.182986, 0, 0, 3.55271e-15, 1, 1, 1, 1, 0.35, 1, 0, -0.171135, 0.269949, 0, 0, 0, 1, 1, 1, 1, 0.4, 1, 0, -0.273424, 0.297207, 0, 0, 0, 1, 1, 1, 1, 0.45, 1, 0, -0.3, 0.278664, 0, 0, 0, 1, 1, 1, 1, 0.5, 1, 0, -0.3, 0.198231, 0, 0, 0, 1, 1, 1, 1, 0.55, 1, 0, -0.3, 0.0867803, 0, 0, 0, 1, 1, 1, 1, 0.6, 1, 0, -0.3, 0.0160092, 0, 0, 0, 1, 1, 1, 1, 0.65, 1, 0, -0.296009, -5.96046e-08, 0, 0, 0, 1, 1, 1, 1, 0.7, 1, 0, -0.277333, -5.96046e-08, 0, 0, 0, 1, 1, 1, 1, 0.75, 1, 0, -0.240782, 0, 0, 0, 0, 1, 1, 1, 1, 0.95, 1, 0, -0.0331749, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, -0.00665081, 0, 0, 0, 0, 1, 1, 1, 1, 1.05, 1, 0, -0.00311971, 0.0096736, 0, 0, 0, 1, 1, 1, 1, 1.1, 1, 0, -0.0353009, 0.0950568, 0, 0, 0, 1, 1, 1, 1, 1.15, 1, 0, -0.103653, 0.218778, 0, 0, 0, 1, 1, 1, 1, 1.2, 1, 0, -0.212752, 0.285328, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 0, -0.3, 0.3, 0, 0, 0, 1, 1, 1, 1, 1.3, 1, 0, -0.3, 0.258311, 0, 0, 0, 1, 1, 1, 1, 1.4, 1, 0, -0.3, 0.0567318, 0, 0, 0, 1, 1, 1, 1, 1.45, 1, 0, -0.3, 0.00533658, 0, 0, 0, 1, 1, 1, 1, 1.5, 1, 0, -0.286666, -5.96046e-08, 0, 0, 0, 1, 1, 1, 1, 1.6, 1, 0, -0.185874, 0, 0, 0, 0, 1, 1, 1, 1, 1.65, 1, 0, -0.15533, 0, 0, 0, 0, 1, 1, 1, 1, 1.7, 1, 0, -0.149993, 0, 0, 0, 0, 1, 1, 1, 1, 2.5, 1, 0, -0.149993, 0, 0, 0, 0, 1, 1, 1, 1) - -[sub_resource type="SphereShape3D" id=11] + +[sub_resource type="AnimationLibrary" id="AnimationLibrary_svsod"] +_data = { +"default": SubResource("6"), +"explode": SubResource("7"), +"idle": SubResource("8"), +"impact": SubResource("9"), +"walk-cycle": SubResource("10") +} + +[sub_resource type="SphereShape3D" id="11"] radius = 0.68 -[sub_resource type="SphereShape3D" id=12] +[sub_resource type="SphereShape3D" id="12"] radius = 0.4 -[sub_resource type="BoxShape3D" id=13] -extents = Vector3(0.57253, 0.388409, 0.560511) +[sub_resource type="BoxShape3D" id="13"] +size = Vector3(1.14506, 0.776818, 1.12102) -[sub_resource type="AudioStreamRandomPitch" id=14] -audio_stream = ExtResource( 2 ) +[sub_resource type="AudioStreamRandomizer" id="AudioStreamRandomizer_d03gp"] +streams_count = 1 +stream_0/stream = ExtResource("2") +stream_0/weight = 1.0 -[sub_resource type="StandardMaterial3D" id=15] -flags_transparent = true -flags_unshaded = true -params_blend_mode = 1 -params_billboard_mode = 3 +[sub_resource type="StandardMaterial3D" id="15"] +transparency = 1 +blend_mode = 1 +shading_mode = 0 +albedo_texture = ExtResource("5") +billboard_mode = 3 particles_anim_h_frames = 1 particles_anim_v_frames = 1 particles_anim_loop = false -albedo_texture = ExtResource( 5 ) -[sub_resource type="QuadMesh" id=16] -material = SubResource( 15 ) +[sub_resource type="QuadMesh" id="16"] +material = SubResource("15") -[sub_resource type="Curve" id=17] +[sub_resource type="Curve" id="17"] max_value = 3.0 _data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(0.0349232, 2.1123), 0.0, 0.0, 0, 0, Vector2(0.151192, 0.823242), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0] +point_count = 4 -[node name="Enemy" type="RigidDynamicBody3D"] -mode = 2 -physics_material_override = SubResource( 1 ) +[node name="Enemy" type="RigidBody3D"] +physics_material_override = SubResource("1") custom_integrator = true -contacts_reported = 5 contact_monitor = true -script = ExtResource( 1 ) -__meta__ = { -"__editor_plugin_screen__": "3D" -} +script = ExtResource("1") [node name="Armature" type="Node3D" parent="."] @@ -502,121 +192,133 @@ bones/0/name = "MASTER" bones/0/parent = -1 bones/0/rest = Transform3D(1, 0, 0, 0, 7.54979e-08, -1, 0, 1, 7.54979e-08, 0, 0, 0) bones/0/enabled = true -bones/0/bound_children = [] +bones/0/position = Vector3(0, 0, 0) +bones/0/rotation = Quaternion(0, 0, 0, 1) +bones/0/scale = Vector3(1, 1, 1) bones/1/name = "body" bones/1/parent = 0 bones/1/rest = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.4754e-08, -0.661877) bones/1/enabled = true -bones/1/bound_children = [] +bones/1/position = Vector3(0, 0, 0) +bones/1/rotation = Quaternion(0, 0, 0, 1) +bones/1/scale = Vector3(1, 1, 1) bones/2/name = "eyes" bones/2/parent = 1 bones/2/rest = Transform3D(-1, -8.74228e-08, -6.60024e-15, 0, 7.54979e-08, -1, 8.74228e-08, -1, -7.54979e-08, 0, 0.475726, -0.0617121) bones/2/enabled = true -bones/2/bound_children = [] +bones/2/position = Vector3(0, 0, 0) +bones/2/rotation = Quaternion(0, 0, 0, 1) +bones/2/scale = Vector3(1, 1, 1) bones/3/name = "r-frontleg" bones/3/parent = 0 bones/3/rest = Transform3D(1, -8.74228e-08, 0, -8.74228e-08, -1, 0, 0, 0, -1, 0.913587, 0.631826, -0.661877) bones/3/enabled = true -bones/3/bound_children = [] +bones/3/position = Vector3(0, 0, 0) +bones/3/rotation = Quaternion(0, 0, 0, 1) +bones/3/scale = Vector3(1, 1, 1) bones/4/name = "r-frontleg.001" bones/4/parent = 3 bones/4/rest = Transform3D(-1, -8.74228e-08, -2.13163e-14, -7.10543e-15, -1.31134e-07, 1, -8.74228e-08, 1, 1.31134e-07, -5.96046e-08, 5.96046e-08, -0.61475) bones/4/enabled = true -bones/4/bound_children = [] +bones/4/position = Vector3(0, 0, 0) +bones/4/rotation = Quaternion(0, 0, 0, 1) +bones/4/scale = Vector3(1, 1, 1) bones/5/name = "l-frontleg" bones/5/parent = 0 bones/5/rest = Transform3D(1, -8.74228e-08, 0, -8.74228e-08, -1, 0, 0, 0, -1, -0.913587, 0.631826, -0.661877) bones/5/enabled = true -bones/5/bound_children = [] +bones/5/position = Vector3(0, 0, 0) +bones/5/rotation = Quaternion(0, 0, 0, 1) +bones/5/scale = Vector3(1, 1, 1) bones/6/name = "l-frontleg.001" bones/6/parent = 5 bones/6/rest = Transform3D(-1, -8.74228e-08, -2.13163e-14, -7.10543e-15, -1.31134e-07, 1, -8.74228e-08, 1, 1.31134e-07, 5.96046e-08, 5.96046e-08, -0.61475) bones/6/enabled = true -bones/6/bound_children = [] +bones/6/position = Vector3(0, 0, 0) +bones/6/rotation = Quaternion(0, 0, 0, 1) +bones/6/scale = Vector3(1, 1, 1) bones/7/name = "r-backleg" bones/7/parent = 0 bones/7/rest = Transform3D(1, -8.74228e-08, 0, -8.74228e-08, -1, 0, 0, 0, -1, 1.05436, -0.654576, -0.661877) bones/7/enabled = true -bones/7/bound_children = [] +bones/7/position = Vector3(0, 0, 0) +bones/7/rotation = Quaternion(0, 0, 0, 1) +bones/7/scale = Vector3(1, 1, 1) bones/8/name = "r-backleg.001" bones/8/parent = 7 bones/8/rest = Transform3D(-1, -8.74228e-08, -7.10543e-15, -7.10543e-15, -1.19249e-08, 1, -8.74228e-08, 1, 1.19249e-08, 0, 0, -0.61475) bones/8/enabled = true -bones/8/bound_children = [] +bones/8/position = Vector3(0, 0, 0) +bones/8/rotation = Quaternion(0, 0, 0, 1) +bones/8/scale = Vector3(1, 1, 1) bones/9/name = "l-backleg" bones/9/parent = 0 bones/9/rest = Transform3D(1, -8.74228e-08, 0, -8.74228e-08, -1, 0, 0, 0, -1, -1.05436, -0.654576, -0.661877) bones/9/enabled = true -bones/9/bound_children = [] +bones/9/position = Vector3(0, 0, 0) +bones/9/rotation = Quaternion(0, 0, 0, 1) +bones/9/scale = Vector3(1, 1, 1) bones/10/name = "l-backleg.001" bones/10/parent = 9 bones/10/rest = Transform3D(-1, -8.74228e-08, -7.10543e-15, -7.10543e-15, -1.19249e-08, 1, -8.74228e-08, 1, 1.19249e-08, 0, -5.96046e-08, -0.61475) bones/10/enabled = true -bones/10/bound_children = [] +bones/10/position = Vector3(0, 0, 0) +bones/10/rotation = Quaternion(0, 0, 0, 1) +bones/10/scale = Vector3(1, 1, 1) [node name="Sphere" type="MeshInstance3D" parent="Armature/Skeleton3D"] layers = 2 -mesh = SubResource( 5 ) -surface_material_override/0 = null -material/1 = null -material/2 = null +mesh = SubResource("5") [node name="RayFloor" type="RayCast3D" parent="Armature"] transform = Transform3D(1, 0, 0, 0, 0.576528, 0.817077, 0, -0.817077, 0.576528, 0, 0.643772, 0.803052) -enabled = true -cast_to = Vector3(0, -2, 0) [node name="RayWall" type="RayCast3D" parent="Armature"] transform = Transform3D(1, 0, 0, 0, -0.0374391, 0.999299, 0, -0.999299, -0.0374391, 0, 0.643772, 0.310413) -enabled = true -cast_to = Vector3(0, -3, 0) [node name="AnimationPlayer" type="AnimationPlayer" parent="."] autoplay = "walk-cycle" playback_default_blend_time = 0.5 -anims/default = SubResource( 6 ) -anims/explode = SubResource( 7 ) -anims/idle = SubResource( 8 ) -anims/impact = SubResource( 9 ) -anims/walk-cycle = SubResource( 10 ) +libraries = { +"": SubResource("AnimationLibrary_svsod") +} [node name="Sphere1" type="CollisionShape3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.74185, 0.267137) -shape = SubResource( 11 ) +shape = SubResource("11") [node name="Sphere2" type="CollisionShape3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.491839, 0.74185, 0.852485) -shape = SubResource( 12 ) +shape = SubResource("12") [node name="Sphere3" type="CollisionShape3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.652943, 0.74185, 0.852485) -shape = SubResource( 12 ) +shape = SubResource("12") [node name="Sphere4" type="CollisionShape3D" parent="."] transform = Transform3D(0.617236, 0, 0.786778, 0, 1, 0, -0.786778, 0, 0.617236, -0.0445105, 1.04515, 0.0531231) -shape = SubResource( 13 ) +shape = SubResource("13") [node name="Box" type="CollisionShape3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.678859, 0.74185, -0.335599) -shape = SubResource( 12 ) +shape = SubResource("12") [node name="Sound" type="Node3D" parent="."] [node name="SoundWalkLoop" type="AudioStreamPlayer3D" parent="."] -stream = SubResource( 14 ) +stream = SubResource("AudioStreamRandomizer_d03gp") unit_db = 12.0 autoplay = true max_distance = 30.0 -out_of_range_mode = 1 doppler_tracking = 1 [node name="SoundHit" type="AudioStreamPlayer3D" parent="."] -stream = ExtResource( 3 ) +stream = ExtResource("3") unit_db = 6.0 doppler_tracking = 1 [node name="SoundExplode" type="AudioStreamPlayer3D" parent="."] -stream = ExtResource( 4 ) +stream = ExtResource("4") unit_db = 18.0 doppler_tracking = 1 @@ -625,11 +327,8 @@ emitting = false lifetime = 0.5 one_shot = true explosiveness = 1.0 -mesh = SubResource( 16 ) +mesh = SubResource("16") emission_shape = 1 emission_sphere_radius = 1.0 gravity = Vector3(0, 0, 0) -initial_velocity = 0.15 -angular_velocity = 351.05 -angular_velocity_random = 1.0 -scale_amount_curve = SubResource( 17 ) +scale_amount_curve = SubResource("17") diff --git a/3d/platformer/enemy/robot_walk.wav.import b/3d/platformer/enemy/robot_walk.wav.import index 8dbb47b18f6..d059cad7490 100644 --- a/3d/platformer/enemy/robot_walk.wav.import +++ b/3d/platformer/enemy/robot_walk.wav.import @@ -1,7 +1,8 @@ [remap] importer="wav" -type="AudioStreamSample" +type="AudioStreamWAV" +uid="uid://bkk2o2mcmqsjt" path="res://.godot/imported/robot_walk.wav-e477aac8926497af29eed244f64833e8.sample" [deps] @@ -17,5 +18,7 @@ force/max_rate=false force/max_rate_hz=44100 edit/trim=true edit/normalize=true -edit/loop=true +edit/loop_mode=0 +edit/loop_begin=0 +edit/loop_end=-1 compress/mode=0 diff --git a/3d/platformer/enemy/shine.png.import b/3d/platformer/enemy/shine.png.import index f480fc05c82..6f2d09b2a86 100644 --- a/3d/platformer/enemy/shine.png.import +++ b/3d/platformer/enemy/shine.png.import @@ -1,38 +1,36 @@ [remap] importer="texture" -type="StreamTexture2D" -path.s3tc="res://.godot/imported/shine.png-4170bd0cee6f5d251a3f551d4acf3e6c.s3tc.stex" -path.etc2="res://.godot/imported/shine.png-4170bd0cee6f5d251a3f551d4acf3e6c.etc2.stex" -path.etc="res://.godot/imported/shine.png-4170bd0cee6f5d251a3f551d4acf3e6c.etc.stex" +type="CompressedTexture2D" +uid="uid://cauw7grfc8dnu" +path.s3tc="res://.godot/imported/shine.png-4170bd0cee6f5d251a3f551d4acf3e6c.s3tc.ctex" +path.etc2="res://.godot/imported/shine.png-4170bd0cee6f5d251a3f551d4acf3e6c.etc2.ctex" metadata={ -"imported_formats": ["s3tc", "etc2", "etc"], +"imported_formats": ["s3tc", "etc2"], "vram_texture": true } [deps] source_file="res://enemy/shine.png" -dest_files=["res://.godot/imported/shine.png-4170bd0cee6f5d251a3f551d4acf3e6c.s3tc.stex", "res://.godot/imported/shine.png-4170bd0cee6f5d251a3f551d4acf3e6c.etc2.stex", "res://.godot/imported/shine.png-4170bd0cee6f5d251a3f551d4acf3e6c.etc.stex"] +dest_files=["res://.godot/imported/shine.png-4170bd0cee6f5d251a3f551d4acf3e6c.s3tc.ctex", "res://.godot/imported/shine.png-4170bd0cee6f5d251a3f551d4acf3e6c.etc2.ctex"] [params] compress/mode=2 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=true -flags/filter=true -flags/mipmaps=true -flags/anisotropic=false -flags/srgb=1 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=true -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/3d/platformer/enemy/sound_explode.wav.import b/3d/platformer/enemy/sound_explode.wav.import index 82a912922cf..87c6b95e3d3 100644 --- a/3d/platformer/enemy/sound_explode.wav.import +++ b/3d/platformer/enemy/sound_explode.wav.import @@ -1,7 +1,8 @@ [remap] importer="wav" -type="AudioStreamSample" +type="AudioStreamWAV" +uid="uid://bebqm3m2hp4ob" path="res://.godot/imported/sound_explode.wav-38875bfce76147e228902e26b716f579.sample" [deps] @@ -17,5 +18,7 @@ force/max_rate=false force/max_rate_hz=44100 edit/trim=true edit/normalize=true -edit/loop=false +edit/loop_mode=0 +edit/loop_begin=0 +edit/loop_end=-1 compress/mode=0 diff --git a/3d/platformer/enemy/sound_hit.wav.import b/3d/platformer/enemy/sound_hit.wav.import index 0c1f78ca2f1..ac02c007866 100644 --- a/3d/platformer/enemy/sound_hit.wav.import +++ b/3d/platformer/enemy/sound_hit.wav.import @@ -1,7 +1,8 @@ [remap] importer="wav" -type="AudioStreamSample" +type="AudioStreamWAV" +uid="uid://vlqv56vyagng" path="res://.godot/imported/sound_hit.wav-954732368f39d5a47e196d428c1ff53a.sample" [deps] @@ -17,5 +18,7 @@ force/max_rate=false force/max_rate_hz=44100 edit/trim=true edit/normalize=true -edit/loop=false +edit/loop_mode=0 +edit/loop_begin=0 +edit/loop_end=-1 compress/mode=0 diff --git a/3d/platformer/icon.png.import b/3d/platformer/icon.png.import index 17d442c60b4..dda9b2beb94 100644 --- a/3d/platformer/icon.png.import +++ b/3d/platformer/icon.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" +type="CompressedTexture2D" +uid="uid://cal5t8woit2iw" +path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://icon.png" -dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.stex"] +dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=true -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/3d/platformer/player/bullet/bullet.gd b/3d/platformer/player/bullet/bullet.gd index 8ce60ad947c..fc211e406ed 100644 --- a/3d/platformer/player/bullet/bullet.gd +++ b/3d/platformer/player/bullet/bullet.gd @@ -1,4 +1,4 @@ -extends RigidDynamicBody3D +extends RigidBody3D #warning-ignore:unused_class_variable var enabled = true diff --git a/3d/platformer/player/bullet/bullet.tscn b/3d/platformer/player/bullet/bullet.tscn index 5f5139cf42a..eee4d2cf92a 100644 --- a/3d/platformer/player/bullet/bullet.tscn +++ b/3d/platformer/player/bullet/bullet.tscn @@ -1,48 +1,44 @@ -[gd_scene load_steps=8 format=2] +[gd_scene load_steps=9 format=3 uid="uid://dycaomjji7tj2"] -[ext_resource path="res://player/bullet/bullet.gd" type="Script" id=1] +[ext_resource type="Script" path="res://player/bullet/bullet.gd" id="1"] -[sub_resource type="StandardMaterial3D" id=1] -flags_transparent = true -flags_unshaded = true +[sub_resource type="StandardMaterial3D" id="1"] +transparency = 1 +blend_mode = 1 +shading_mode = 0 vertex_color_use_as_albedo = true vertex_color_is_srgb = true -params_blend_mode = 1 albedo_color = Color(0.822, 0.795804, 0.513098, 1) -[sub_resource type="ArrayMesh" id=2] +[sub_resource type="ArrayMesh" id="2"] resource_name = "Sphere.001" -surfaces/0 = { +_surfaces = [{ "aabb": AABB(-0.951057, -1, -0.951057, 1.90211, 2, 1.90211), -"array_data": PackedByteArray(155, 187, 241, 52, 0, 0, 0, 60, 135, 36, 0, 0, 179, 184, 120, 58, 0, 0, 0, 60, 176, 98, 0, 0, 166, 182, 120, 58, 166, 182, 0, 60, 200, 98, 200, 0, 97, 185, 241, 52, 97, 185, 0, 60, 171, 36, 171, 0, 155, 187, 241, 180, 0, 0, 0, 60, 135, 220, 0, 0, 97, 185, 241, 180, 97, 185, 0, 60, 171, 220, 171, 0, 179, 184, 120, 186, 0, 0, 0, 60, 176, 158, 0, 0, 166, 182, 120, 186, 166, 182, 0, 60, 200, 158, 200, 0, 0, 0, 241, 52, 155, 187, 0, 60, 0, 36, 135, 0, 0, 0, 241, 180, 155, 187, 0, 60, 0, 220, 135, 0, 0, 0, 120, 186, 179, 184, 0, 60, 0, 158, 176, 0, 0, 0, 120, 58, 179, 184, 0, 60, 0, 98, 176, 0, 97, 57, 241, 52, 97, 185, 0, 60, 85, 36, 171, 0, 97, 57, 241, 180, 97, 185, 0, 60, 85, 220, 171, 0, 166, 54, 120, 186, 166, 182, 0, 60, 56, 158, 200, 0, 166, 54, 120, 58, 166, 182, 0, 60, 56, 98, 200, 0, 155, 59, 241, 52, 0, 0, 0, 60, 121, 36, 0, 0, 155, 59, 241, 180, 0, 0, 0, 60, 121, 220, 0, 0, 179, 56, 120, 186, 0, 0, 0, 60, 80, 158, 0, 0, 179, 56, 120, 58, 0, 0, 0, 60, 80, 98, 0, 0, 97, 57, 241, 52, 97, 57, 0, 60, 85, 36, 85, 0, 97, 57, 241, 180, 97, 57, 0, 60, 85, 220, 85, 0, 166, 54, 120, 186, 166, 54, 0, 60, 56, 158, 56, 0, 166, 54, 120, 58, 166, 54, 0, 60, 56, 98, 56, 0, 0, 0, 241, 52, 155, 59, 0, 60, 0, 36, 121, 0, 0, 0, 241, 180, 155, 59, 0, 60, 0, 220, 121, 0, 0, 0, 120, 186, 179, 56, 0, 60, 0, 158, 80, 0, 0, 0, 120, 58, 179, 56, 0, 60, 0, 98, 80, 0, 97, 185, 241, 52, 97, 57, 0, 60, 171, 36, 85, 0, 97, 185, 241, 180, 97, 57, 0, 60, 171, 220, 85, 0, 166, 182, 120, 186, 166, 54, 0, 60, 200, 158, 56, 0, 166, 182, 120, 58, 166, 54, 0, 60, 200, 98, 56, 0, 0, 0, 0, 60, 0, 0, 0, 60, 0, 127, 0, 0, 0, 0, 0, 188, 0, 0, 0, 60, 0, 130, 0, 0), -"array_index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 3, 0, 0, 0, 4, 0, 5, 0, 3, 0, 6, 0, 5, 0, 4, 0, 6, 0, 7, 0, 5, 0, 5, 0, 8, 0, 3, 0, 5, 0, 9, 0, 8, 0, 7, 0, 9, 0, 5, 0, 7, 0, 10, 0, 9, 0, 3, 0, 11, 0, 2, 0, 3, 0, 8, 0, 11, 0, 9, 0, 12, 0, 8, 0, 9, 0, 13, 0, 12, 0, 10, 0, 13, 0, 9, 0, 10, 0, 14, 0, 13, 0, 8, 0, 15, 0, 11, 0, 8, 0, 12, 0, 15, 0, 13, 0, 16, 0, 12, 0, 13, 0, 17, 0, 16, 0, 14, 0, 17, 0, 13, 0, 14, 0, 18, 0, 17, 0, 12, 0, 19, 0, 15, 0, 12, 0, 16, 0, 19, 0, 17, 0, 20, 0, 16, 0, 17, 0, 21, 0, 20, 0, 18, 0, 21, 0, 17, 0, 18, 0, 22, 0, 21, 0, 16, 0, 23, 0, 19, 0, 16, 0, 20, 0, 23, 0, 21, 0, 24, 0, 20, 0, 21, 0, 25, 0, 24, 0, 22, 0, 25, 0, 21, 0, 22, 0, 26, 0, 25, 0, 20, 0, 27, 0, 23, 0, 20, 0, 24, 0, 27, 0, 25, 0, 28, 0, 24, 0, 25, 0, 29, 0, 28, 0, 26, 0, 29, 0, 25, 0, 26, 0, 30, 0, 29, 0, 24, 0, 31, 0, 27, 0, 24, 0, 28, 0, 31, 0, 1, 0, 2, 0, 32, 0, 33, 0, 7, 0, 6, 0, 2, 0, 11, 0, 32, 0, 33, 0, 10, 0, 7, 0, 11, 0, 15, 0, 32, 0, 33, 0, 14, 0, 10, 0, 15, 0, 19, 0, 32, 0, 33, 0, 18, 0, 14, 0, 19, 0, 23, 0, 32, 0, 33, 0, 22, 0, 18, 0, 23, 0, 27, 0, 32, 0, 33, 0, 26, 0, 22, 0, 27, 0, 31, 0, 32, 0, 33, 0, 30, 0, 26, 0, 29, 0, 0, 0, 28, 0, 29, 0, 4, 0, 0, 0, 30, 0, 4, 0, 29, 0, 30, 0, 6, 0, 4, 0, 32, 0, 31, 0, 1, 0, 33, 0, 6, 0, 30, 0, 1, 0, 28, 0, 0, 0, 1, 0, 31, 0, 28, 0), -"blend_shape_data": [], -"format": 98051, +"format": 4099, "index_count": 192, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [], -"vertex_count": 34 -} +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 3, 0, 0, 0, 4, 0, 5, 0, 3, 0, 6, 0, 5, 0, 4, 0, 6, 0, 7, 0, 5, 0, 5, 0, 8, 0, 3, 0, 5, 0, 9, 0, 8, 0, 7, 0, 9, 0, 5, 0, 7, 0, 10, 0, 9, 0, 3, 0, 11, 0, 2, 0, 3, 0, 8, 0, 11, 0, 9, 0, 12, 0, 8, 0, 9, 0, 13, 0, 12, 0, 10, 0, 13, 0, 9, 0, 10, 0, 14, 0, 13, 0, 8, 0, 15, 0, 11, 0, 8, 0, 12, 0, 15, 0, 13, 0, 16, 0, 12, 0, 13, 0, 17, 0, 16, 0, 14, 0, 17, 0, 13, 0, 14, 0, 18, 0, 17, 0, 12, 0, 19, 0, 15, 0, 12, 0, 16, 0, 19, 0, 17, 0, 20, 0, 16, 0, 17, 0, 21, 0, 20, 0, 18, 0, 21, 0, 17, 0, 18, 0, 22, 0, 21, 0, 16, 0, 23, 0, 19, 0, 16, 0, 20, 0, 23, 0, 21, 0, 24, 0, 20, 0, 21, 0, 25, 0, 24, 0, 22, 0, 25, 0, 21, 0, 22, 0, 26, 0, 25, 0, 20, 0, 27, 0, 23, 0, 20, 0, 24, 0, 27, 0, 25, 0, 28, 0, 24, 0, 25, 0, 29, 0, 28, 0, 26, 0, 29, 0, 25, 0, 26, 0, 30, 0, 29, 0, 24, 0, 31, 0, 27, 0, 24, 0, 28, 0, 31, 0, 1, 0, 2, 0, 32, 0, 33, 0, 7, 0, 6, 0, 2, 0, 11, 0, 32, 0, 33, 0, 10, 0, 7, 0, 11, 0, 15, 0, 32, 0, 33, 0, 14, 0, 10, 0, 15, 0, 19, 0, 32, 0, 33, 0, 18, 0, 14, 0, 19, 0, 23, 0, 32, 0, 33, 0, 22, 0, 18, 0, 23, 0, 27, 0, 32, 0, 33, 0, 26, 0, 22, 0, 27, 0, 31, 0, 32, 0, 33, 0, 30, 0, 26, 0, 29, 0, 0, 0, 28, 0, 29, 0, 4, 0, 0, 0, 30, 0, 4, 0, 29, 0, 30, 0, 6, 0, 4, 0, 32, 0, 31, 0, 1, 0, 33, 0, 6, 0, 30, 0, 1, 0, 28, 0, 0, 0, 1, 0, 31, 0, 28, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 34, +"vertex_data": PackedByteArray(0, 96, 115, 191, 0, 32, 158, 62, 0, 0, 0, 0, 89, 29, 89, 157, 0, 96, 22, 191, 0, 0, 79, 63, 0, 0, 0, 0, 120, 70, 120, 198, 0, 192, 212, 190, 0, 0, 79, 63, 0, 192, 212, 190, 187, 59, 221, 221, 0, 32, 44, 191, 0, 32, 158, 62, 0, 32, 44, 191, 94, 22, 46, 203, 0, 96, 115, 191, 0, 32, 158, 190, 0, 0, 0, 0, 89, 29, 165, 98, 0, 32, 44, 191, 0, 32, 158, 190, 0, 32, 44, 191, 94, 22, 208, 52, 0, 96, 22, 191, 0, 0, 79, 191, 0, 0, 0, 0, 120, 70, 134, 57, 0, 192, 212, 190, 0, 0, 79, 191, 0, 192, 212, 190, 187, 59, 33, 34, 0, 0, 0, 0, 0, 32, 158, 62, 0, 96, 115, 191, 165, 226, 255, 255, 0, 0, 0, 0, 0, 32, 158, 190, 0, 96, 115, 191, 165, 226, 0, 0, 0, 0, 0, 0, 0, 0, 79, 191, 0, 96, 22, 191, 134, 185, 0, 0, 0, 0, 0, 0, 0, 0, 79, 63, 0, 96, 22, 191, 134, 185, 255, 255, 0, 32, 44, 63, 0, 32, 158, 62, 0, 32, 44, 191, 160, 233, 46, 203, 0, 32, 44, 63, 0, 32, 158, 190, 0, 32, 44, 191, 160, 233, 208, 52, 0, 192, 212, 62, 0, 0, 79, 191, 0, 192, 212, 190, 67, 196, 33, 34, 0, 192, 212, 62, 0, 0, 79, 63, 0, 192, 212, 190, 67, 196, 221, 221, 0, 96, 115, 63, 0, 32, 158, 62, 0, 0, 0, 0, 165, 226, 89, 157, 0, 96, 115, 63, 0, 32, 158, 190, 0, 0, 0, 0, 165, 226, 165, 98, 0, 96, 22, 63, 0, 0, 79, 191, 0, 0, 0, 0, 134, 185, 134, 57, 0, 96, 22, 63, 0, 0, 79, 63, 0, 0, 0, 0, 134, 185, 120, 198, 0, 32, 44, 63, 0, 32, 158, 62, 0, 32, 44, 63, 208, 180, 93, 150, 0, 32, 44, 63, 0, 32, 158, 190, 0, 32, 44, 63, 208, 180, 161, 105, 0, 192, 212, 62, 0, 0, 79, 191, 0, 192, 212, 62, 33, 162, 67, 68, 0, 192, 212, 62, 0, 0, 79, 63, 0, 192, 212, 62, 33, 162, 187, 187, 0, 0, 0, 0, 0, 32, 158, 62, 0, 96, 115, 63, 255, 127, 89, 157, 0, 0, 0, 0, 0, 32, 158, 190, 0, 96, 115, 63, 255, 127, 165, 98, 0, 0, 0, 0, 0, 0, 79, 191, 0, 96, 22, 63, 255, 127, 134, 57, 0, 0, 0, 0, 0, 0, 79, 63, 0, 96, 22, 63, 255, 127, 120, 198, 0, 32, 44, 191, 0, 32, 158, 62, 0, 32, 44, 63, 46, 75, 93, 150, 0, 32, 44, 191, 0, 32, 158, 190, 0, 32, 44, 63, 46, 75, 161, 105, 0, 192, 212, 190, 0, 0, 79, 191, 0, 192, 212, 62, 221, 93, 67, 68, 0, 192, 212, 190, 0, 0, 79, 63, 0, 192, 212, 62, 221, 93, 187, 187, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 0, 0, 255, 127, 255, 255, 0, 0, 0, 0, 0, 0, 128, 191, 0, 0, 0, 0, 255, 127, 0, 0) +}] -[sub_resource type="StandardMaterial3D" id=3] +[sub_resource type="StandardMaterial3D" id="3"] albedo_color = Color(0.7, 0.7, 0.7, 1) metallic = 0.1 roughness = 0.0 emission_enabled = true emission = Color(1, 0.884824, 0.513098, 1) -emission_energy = 3.71 -emission_operator = 0 -emission_on_uv2 = false +emission_energy_multiplier = 3.71 -[sub_resource type="Animation" id=4] +[sub_resource type="Animation" id="4"] length = 2.0 tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true tracks/0/path = NodePath("Sphere:visible") tracks/0/interp = 1 tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true tracks/0/keys = { "times": PackedFloat32Array(0, 1.5), "transitions": PackedFloat32Array(1, 1), @@ -50,11 +46,11 @@ tracks/0/keys = { "values": [true, false] } tracks/1/type = "value" +tracks/1/imported = false +tracks/1/enabled = true tracks/1/path = NodePath("GPUParticles3D:emitting") tracks/1/interp = 1 tracks/1/loop_wrap = true -tracks/1/imported = false -tracks/1/enabled = true tracks/1/keys = { "times": PackedFloat32Array(0, 1.5), "transitions": PackedFloat32Array(1, 1), @@ -62,53 +58,55 @@ tracks/1/keys = { "values": [true, false] } tracks/2/type = "method" +tracks/2/imported = false +tracks/2/enabled = true tracks/2/path = NodePath(".") tracks/2/interp = 1 tracks/2/loop_wrap = true -tracks/2/imported = false -tracks/2/enabled = true tracks/2/keys = { "times": PackedFloat32Array(2), "transitions": PackedFloat32Array(1), "values": [{ "args": [], -"method": "queue_free" +"method": &"queue_free" }] } -[sub_resource type="Gradient" id=5] +[sub_resource type="AnimationLibrary" id="AnimationLibrary_xc6a0"] +_data = { +"life": SubResource("4") +} + +[sub_resource type="Gradient" id="5"] colors = PackedColorArray(1, 1, 1, 1, 1, 1, 1, 0) -[sub_resource type="SphereShape3D" id=6] +[sub_resource type="SphereShape3D" id="6"] radius = 0.27 -[node name="Bullet" type="RigidDynamicBody3D"] +[node name="Bullet" type="RigidBody3D"] mass = 0.4 -script = ExtResource( 1 ) -__meta__ = { -"__editor_plugin_screen__": "3D" -} +script = ExtResource("1") [node name="Sphere" type="MeshInstance3D" parent="."] transform = Transform3D(0.24972, 0, 0, 0, 0.24972, 0, 0, 0, 0.24972, 0.00159812, 0.0110106, 0.0045104) -mesh = SubResource( 2 ) -surface_material_override/0 = SubResource( 3 ) +mesh = SubResource("2") +surface_material_override/0 = SubResource("3") [node name="AnimationPlayer" type="AnimationPlayer" parent="."] autoplay = "life" -anims/life = SubResource( 4 ) +libraries = { +"": SubResource("AnimationLibrary_xc6a0") +} [node name="GPUParticles3D" type="CPUParticles3D" parent="."] amount = 16 lifetime = 0.4 fixed_fps = 60 fract_delta = false -local_coords = false -mesh = SubResource( 2 ) +mesh = SubResource("2") spread = 0.0 gravity = Vector3(0, 0, 0) -scale_amount = 0.3 -color_ramp = SubResource( 5 ) +color_ramp = SubResource("5") [node name="CollisionShape3D" type="CollisionShape3D" parent="."] -shape = SubResource( 6 ) +shape = SubResource("6") diff --git a/3d/platformer/player/controls/osb_down.png.import b/3d/platformer/player/controls/osb_down.png.import index 5f80ff0cba7..8673c162174 100644 --- a/3d/platformer/player/controls/osb_down.png.import +++ b/3d/platformer/player/controls/osb_down.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/osb_down.png-3bcabfc1fcfaeeccc61e2e829d6554c4.stex" +type="CompressedTexture2D" +uid="uid://kquu14fgbdmu" +path="res://.godot/imported/osb_down.png-3bcabfc1fcfaeeccc61e2e829d6554c4.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://player/controls/osb_down.png" -dest_files=["res://.godot/imported/osb_down.png-3bcabfc1fcfaeeccc61e2e829d6554c4.stex"] +dest_files=["res://.godot/imported/osb_down.png-3bcabfc1fcfaeeccc61e2e829d6554c4.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=true -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/3d/platformer/player/controls/osb_fire.png.import b/3d/platformer/player/controls/osb_fire.png.import index 01c8c1ee844..1111210c995 100644 --- a/3d/platformer/player/controls/osb_fire.png.import +++ b/3d/platformer/player/controls/osb_fire.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/osb_fire.png-2e93a3da4bfeb57477fca7905c0173a4.stex" +type="CompressedTexture2D" +uid="uid://d2ceu4i3b64bx" +path="res://.godot/imported/osb_fire.png-2e93a3da4bfeb57477fca7905c0173a4.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://player/controls/osb_fire.png" -dest_files=["res://.godot/imported/osb_fire.png-2e93a3da4bfeb57477fca7905c0173a4.stex"] +dest_files=["res://.godot/imported/osb_fire.png-2e93a3da4bfeb57477fca7905c0173a4.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=true -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/3d/platformer/player/controls/osb_jump.png.import b/3d/platformer/player/controls/osb_jump.png.import index 5b1fdd8daa5..abcf74c2cec 100644 --- a/3d/platformer/player/controls/osb_jump.png.import +++ b/3d/platformer/player/controls/osb_jump.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/osb_jump.png-aa75300abbd0a7d9e9bc4796371c64a3.stex" +type="CompressedTexture2D" +uid="uid://w4k6iggibsun" +path="res://.godot/imported/osb_jump.png-aa75300abbd0a7d9e9bc4796371c64a3.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://player/controls/osb_jump.png" -dest_files=["res://.godot/imported/osb_jump.png-aa75300abbd0a7d9e9bc4796371c64a3.stex"] +dest_files=["res://.godot/imported/osb_jump.png-aa75300abbd0a7d9e9bc4796371c64a3.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=true -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/3d/platformer/player/controls/osb_left.png.import b/3d/platformer/player/controls/osb_left.png.import index 43b3509667b..80bc5fa3f2d 100644 --- a/3d/platformer/player/controls/osb_left.png.import +++ b/3d/platformer/player/controls/osb_left.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/osb_left.png-10e92e56ebe36a5205968909dc4b286b.stex" +type="CompressedTexture2D" +uid="uid://bi0am6t1sltbu" +path="res://.godot/imported/osb_left.png-10e92e56ebe36a5205968909dc4b286b.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://player/controls/osb_left.png" -dest_files=["res://.godot/imported/osb_left.png-10e92e56ebe36a5205968909dc4b286b.stex"] +dest_files=["res://.godot/imported/osb_left.png-10e92e56ebe36a5205968909dc4b286b.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=true -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/3d/platformer/player/controls/osb_right.png.import b/3d/platformer/player/controls/osb_right.png.import index 932084aa42a..fbe37994d6f 100644 --- a/3d/platformer/player/controls/osb_right.png.import +++ b/3d/platformer/player/controls/osb_right.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/osb_right.png-fb8adc0d65f2da35441a371b0865044c.stex" +type="CompressedTexture2D" +uid="uid://bjn46hgbdf5x" +path="res://.godot/imported/osb_right.png-fb8adc0d65f2da35441a371b0865044c.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://player/controls/osb_right.png" -dest_files=["res://.godot/imported/osb_right.png-fb8adc0d65f2da35441a371b0865044c.stex"] +dest_files=["res://.godot/imported/osb_right.png-fb8adc0d65f2da35441a371b0865044c.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=true -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/3d/platformer/player/controls/osb_up.png.import b/3d/platformer/player/controls/osb_up.png.import index 73004d52041..c2c9ea37390 100644 --- a/3d/platformer/player/controls/osb_up.png.import +++ b/3d/platformer/player/controls/osb_up.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/osb_up.png-03a826da4884734d6f66c813539bfce8.stex" +type="CompressedTexture2D" +uid="uid://5hjn76aqo0ny" +path="res://.godot/imported/osb_up.png-03a826da4884734d6f66c813539bfce8.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://player/controls/osb_up.png" -dest_files=["res://.godot/imported/osb_up.png-03a826da4884734d6f66c813539bfce8.stex"] +dest_files=["res://.godot/imported/osb_up.png-03a826da4884734d6f66c813539bfce8.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=true -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/3d/platformer/player/follow_camera.gd b/3d/platformer/player/follow_camera.gd index cf120f6e680..cc157db8bf6 100644 --- a/3d/platformer/player/follow_camera.gd +++ b/3d/platformer/player/follow_camera.gd @@ -15,7 +15,7 @@ func _ready(): # Find collision exceptions for ray. var node = self while node: - if node is RigidDynamicBody3D: + if node is RigidBody3D: collision_exception.append(node.get_rid()) break else: @@ -45,19 +45,19 @@ func _physics_process(dt): # Check autoturn. var ds = PhysicsServer3D.space_get_direct_state(get_world_3d().get_space()) - var col_left = ds.intersect_ray(target, target + Basis(Vector3.UP, deg2rad(autoturn_ray_aperture)) * (delta), collision_exception) - var col = ds.intersect_ray(target, target + delta, collision_exception) - var col_right = ds.intersect_ray(target, target + Basis(Vector3.UP, deg2rad(-autoturn_ray_aperture)) * (delta), collision_exception) + var col_left = ds.intersect_ray(PhysicsRayQueryParameters3D.create(target, target + Basis(Vector3.UP, deg_to_rad(autoturn_ray_aperture)) * (delta), 0xffffffff, collision_exception)) + var col = ds.intersect_ray(PhysicsRayQueryParameters3D.create(target, target + delta, 0xffffffff, collision_exception)) + var col_right = ds.intersect_ray(PhysicsRayQueryParameters3D.create(target, target + Basis(Vector3.UP, deg_to_rad(-autoturn_ray_aperture)) * (delta), 0xffffffff, collision_exception)) if not col.is_empty(): # If main ray was occluded, get camera closer, this is the worst case scenario. delta = col.position - target elif not col_left.is_empty() and col_right.is_empty(): # If only left ray is occluded, turn the camera around to the right. - delta = Basis(Vector3.UP, deg2rad(-dt * (autoturn_speed)) * delta) + delta = Basis(Vector3.UP, deg_to_rad(-dt * (autoturn_speed)) * delta) elif col_left.is_empty() and not col_right.is_empty(): # If only right ray is occluded, turn the camera around to the left. - delta = Basis(Vector3.UP, deg2rad(dt *autoturn_speed)) * (delta) + delta = Basis(Vector3.UP, deg_to_rad(dt *autoturn_speed)) * (delta) # Do nothing otherwise, left and right are occluded but center is not, so do not autoturn. # Apply lookat. @@ -70,5 +70,5 @@ func _physics_process(dt): # Turn a little up or down. var t = get_transform() - t.basis = Basis(t.basis[0], deg2rad(angle_v_adjust)) * t.basis + t.basis = Basis(t.basis[0], deg_to_rad(angle_v_adjust)) * t.basis set_transform(t) diff --git a/3d/platformer/player/player.gd b/3d/platformer/player/player.gd index 89406d96bc0..ad636f01f2b 100644 --- a/3d/platformer/player/player.gd +++ b/3d/platformer/player/player.gd @@ -53,7 +53,7 @@ func _physics_process(delta): var shoot_attempt = Input.is_action_pressed(&"shoot") if is_on_floor(): - var sharp_turn = hspeed > 0.1 and rad2deg(acos(dir.dot(hdir))) > SHARP_TURN_THRESHOLD + var sharp_turn = hspeed > 0.1 and rad_to_deg(acos(dir.dot(hdir))) > SHARP_TURN_THRESHOLD if dir.length() > 0.1 and not sharp_turn: if hspeed > 0.001: diff --git a/3d/platformer/player/player.tscn b/3d/platformer/player/player.tscn index f3b73d9f0c8..d2ab7c34dcf 100644 --- a/3d/platformer/player/player.tscn +++ b/3d/platformer/player/player.tscn @@ -1,1672 +1,149 @@ -[gd_scene load_steps=32 format=2] +[gd_scene load_steps=29 format=3 uid="uid://3g1vkrkcd28q"] -[ext_resource path="res://player/player.gd" type="Script" id=1] -[ext_resource path="res://player/follow_camera.gd" type="Script" id=2] -[ext_resource path="res://player/controls/osb_up.png" type="Texture2D" id=3] -[ext_resource path="res://player/controls/osb_down.png" type="Texture2D" id=4] -[ext_resource path="res://player/controls/osb_left.png" type="Texture2D" id=5] -[ext_resource path="res://player/controls/osb_right.png" type="Texture2D" id=6] -[ext_resource path="res://player/sound_shoot.wav" type="AudioStream" id=7] -[ext_resource path="res://player/sound_jump.wav" type="AudioStream" id=8] +[ext_resource type="Script" path="res://player/player.gd" id="1"] +[ext_resource type="Script" path="res://player/follow_camera.gd" id="2"] +[ext_resource type="AudioStream" uid="uid://khs8e4r7vgxh" path="res://player/sound_shoot.wav" id="7"] +[ext_resource type="AudioStream" uid="uid://c8rxp62juepky" path="res://player/sound_jump.wav" id="8"] -[sub_resource type="CapsuleShape3D" id=1] +[sub_resource type="CapsuleShape3D" id="1"] radius = 0.4 height = 1.31114 -[sub_resource type="StandardMaterial3D" id=2] +[sub_resource type="StandardMaterial3D" id="2"] albedo_color = Color(0.670157, 0.654471, 0.701569, 1) metallic = 0.62 roughness = 0.0 -[sub_resource type="StandardMaterial3D" id=3] +[sub_resource type="StandardMaterial3D" id="3"] albedo_color = Color(0.642118, 0.820078, 1, 1) metallic = 0.1 roughness = 0.0 emission_enabled = true emission = Color(0.220492, 0.413316, 0.752613, 1) -emission_energy = 1.0 -emission_operator = 0 -emission_on_uv2 = false -[sub_resource type="ArrayMesh" id=4] +[sub_resource type="ArrayMesh" id="4"] resource_name = "Cube.002" -surfaces/0 = { +_surfaces = [{ "aabb": AABB(-2.79808, 0.00104547, -0.896911, 5.59616, 7.06516, 2.12162), -"array_data": PackedByteArray(43, 52, 117, 70, 216, 59, 0, 60, 41, 161, 72, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 209, 58, 212, 70, 224, 56, 0, 60, 97, 189, 43, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 209, 58, 238, 70, 224, 56, 0, 60, 76, 71, 72, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 43, 52, 143, 70, 216, 59, 0, 60, 25, 40, 117, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 16, 71, 153, 46, 0, 60, 0, 127, 0, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 165, 59, 16, 71, 153, 46, 0, 60, 88, 91, 0, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 209, 58, 238, 70, 117, 182, 0, 60, 76, 71, 184, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 238, 70, 117, 182, 0, 60, 0, 109, 193, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 117, 70, 50, 186, 0, 60, 0, 156, 179, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 143, 70, 50, 186, 0, 60, 0, 48, 139, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 43, 52, 143, 70, 50, 186, 0, 60, 25, 40, 139, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 43, 52, 117, 70, 50, 186, 0, 60, 41, 161, 184, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 117, 70, 216, 59, 0, 60, 0, 156, 77, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 143, 70, 216, 59, 0, 60, 0, 48, 117, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 209, 58, 212, 70, 117, 182, 0, 60, 97, 189, 213, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 165, 59, 247, 70, 153, 46, 0, 60, 110, 194, 0, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 238, 70, 224, 56, 0, 60, 0, 110, 63, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 209, 62, 29, 67, 169, 181, 0, 60, 21, 74, 156, 0, 9, 8, 0, 0, 255, 127, 255, 127, 0, 0, 0, 0, 219, 62, 63, 67, 94, 178, 0, 60, 39, 119, 240, 0, 8, 9, 0, 0, 206, 128, 48, 127, 0, 0, 0, 0, 29, 63, 66, 67, 59, 177, 0, 60, 157, 76, 237, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 63, 26, 67, 146, 181, 0, 60, 164, 78, 217, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 220, 62, 42, 67, 134, 162, 0, 60, 151, 65, 231, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 207, 62, 124, 67, 110, 44, 0, 60, 197, 103, 43, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 58, 63, 163, 67, 150, 177, 0, 60, 230, 123, 240, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 26, 62, 123, 66, 95, 173, 0, 60, 150, 67, 240, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 62, 94, 66, 75, 180, 0, 60, 150, 65, 236, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 117, 61, 50, 66, 130, 181, 0, 60, 136, 246, 219, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 134, 61, 91, 66, 35, 164, 0, 60, 133, 7, 30, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 228, 64, 38, 66, 6, 54, 0, 60, 226, 102, 68, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 148, 64, 154, 65, 83, 55, 0, 60, 178, 36, 92, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 65, 48, 65, 109, 56, 0, 60, 255, 240, 125, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 99, 65, 180, 65, 170, 55, 0, 60, 63, 46, 99, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 65, 15, 66, 245, 176, 0, 60, 6, 91, 169, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 28, 65, 74, 66, 95, 48, 0, 60, 11, 126, 248, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 150, 65, 217, 65, 212, 51, 0, 60, 109, 62, 18, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 143, 65, 157, 65, 12, 170, 0, 60, 107, 26, 194, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 201, 64, 110, 65, 141, 180, 0, 60, 230, 20, 134, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 73, 65, 254, 64, 158, 177, 0, 60, 67, 211, 159, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 107, 65, 151, 65, 110, 55, 0, 60, 106, 207, 48, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 152, 65, 185, 65, 22, 52, 0, 60, 112, 202, 23, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 146, 65, 131, 65, 136, 156, 0, 60, 108, 194, 19, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 83, 65, 245, 64, 152, 175, 0, 60, 105, 189, 21, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 197, 64, 158, 64, 89, 54, 0, 60, 217, 165, 78, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 189, 64, 118, 64, 52, 45, 0, 60, 225, 135, 241, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 214, 64, 124, 64, 12, 47, 0, 60, 84, 163, 19, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 222, 64, 160, 64, 66, 54, 0, 60, 81, 170, 45, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 28, 65, 33, 65, 63, 56, 0, 60, 92, 191, 57, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 242, 64, 157, 64, 242, 172, 0, 60, 14, 157, 179, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 65, 159, 64, 249, 167, 0, 60, 98, 179, 22, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 198, 64, 123, 65, 173, 43, 0, 60, 98, 199, 56, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 198, 64, 123, 65, 175, 43, 0, 60, 68, 152, 25, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 64, 64, 227, 64, 57, 167, 0, 60, 143, 213, 219, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 114, 64, 12, 65, 238, 177, 0, 60, 179, 234, 158, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 68, 64, 14, 65, 178, 52, 0, 60, 142, 236, 51, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 144, 49, 104, 59, 8, 180, 0, 60, 159, 8, 176, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 45, 53, 200, 59, 169, 182, 0, 60, 216, 11, 137, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 19, 56, 72, 20, 65, 183, 0, 60, 6, 177, 158, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 161, 49, 72, 20, 78, 181, 0, 60, 188, 178, 184, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 85, 59, 28, 59, 219, 50, 0, 60, 109, 13, 63, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 100, 56, 178, 58, 235, 53, 0, 60, 252, 10, 126, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 106, 56, 82, 57, 106, 54, 0, 60, 0, 242, 126, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 142, 59, 23, 55, 218, 49, 0, 60, 101, 218, 66, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 57, 87, 63, 188, 174, 0, 60, 66, 102, 221, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 197, 57, 211, 62, 10, 50, 0, 60, 75, 74, 69, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 79, 59, 162, 59, 112, 177, 0, 60, 110, 16, 196, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 166, 55, 37, 62, 19, 53, 0, 60, 231, 46, 115, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 68, 55, 196, 62, 76, 180, 0, 60, 8, 66, 148, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 21, 57, 229, 59, 236, 181, 0, 60, 48, 16, 140, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 50, 52, 147, 61, 52, 49, 0, 60, 163, 35, 77, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 117, 49, 223, 58, 33, 49, 0, 60, 158, 7, 79, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 22, 52, 24, 62, 183, 180, 0, 60, 182, 45, 164, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 14, 48, 80, 61, 16, 169, 0, 60, 135, 35, 5, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 58, 44, 11, 59, 150, 174, 0, 60, 130, 9, 244, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 28, 50, 159, 61, 48, 177, 0, 60, 143, 35, 213, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 27, 52, 61, 62, 33, 174, 0, 60, 137, 20, 220, 0, 12, 13, 0, 0, 61, 179, 193, 76, 0, 0, 0, 0, 207, 52, 126, 62, 100, 177, 0, 60, 164, 45, 182, 0, 12, 13, 0, 0, 43, 170, 211, 85, 0, 0, 0, 0, 174, 52, 82, 62, 215, 178, 0, 60, 159, 81, 4, 0, 13, 12, 0, 0, 98, 180, 156, 75, 0, 0, 0, 0, 215, 51, 251, 61, 232, 175, 0, 60, 148, 65, 2, 0, 13, 12, 0, 0, 43, 170, 211, 85, 0, 0, 0, 0, 211, 54, 195, 62, 73, 178, 0, 60, 179, 99, 245, 0, 13, 12, 0, 0, 68, 184, 186, 71, 0, 0, 0, 0, 96, 56, 41, 63, 102, 173, 0, 60, 196, 108, 26, 0, 13, 12, 0, 0, 188, 174, 66, 81, 0, 0, 0, 0, 176, 56, 91, 63, 62, 174, 0, 60, 217, 120, 0, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 243, 54, 217, 62, 107, 179, 0, 60, 191, 103, 222, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 202, 50, 197, 61, 80, 169, 0, 60, 157, 75, 22, 0, 13, 12, 0, 0, 48, 170, 206, 85, 0, 0, 0, 0, 12, 51, 224, 61, 147, 176, 0, 60, 151, 70, 4, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 158, 49, 165, 61, 153, 169, 0, 60, 154, 73, 16, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 88, 56, 150, 56, 48, 56, 0, 60, 1, 126, 246, 0, 14, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 163, 50, 40, 54, 157, 53, 0, 60, 178, 93, 220, 0, 14, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 81, 52, 32, 53, 242, 57, 0, 60, 162, 64, 56, 0, 14, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 68, 56, 125, 55, 67, 58, 0, 60, 1, 104, 71, 0, 14, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 87, 58, 36, 53, 224, 57, 0, 60, 101, 47, 59, 0, 14, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 29, 56, 86, 52, 166, 59, 0, 60, 0, 69, 106, 0, 14, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 57, 62, 49, 105, 59, 0, 60, 86, 24, 89, 0, 14, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 46, 54, 58, 49, 113, 59, 0, 60, 173, 42, 85, 0, 14, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 201, 55, 72, 20, 90, 60, 0, 60, 253, 200, 113, 0, 14, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 56, 53, 72, 20, 60, 59, 0, 60, 178, 176, 59, 0, 14, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 88, 57, 237, 62, 227, 48, 0, 60, 235, 110, 58, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 100, 55, 84, 62, 37, 52, 0, 60, 192, 92, 59, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 165, 52, 219, 61, 206, 47, 0, 60, 166, 78, 43, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 77, 62, 230, 66, 24, 170, 0, 60, 204, 6, 115, 0, 9, 8, 0, 0, 128, 136, 126, 119, 0, 0, 0, 0, 1, 62, 152, 66, 58, 176, 0, 60, 159, 207, 65, 0, 8, 9, 0, 0, 200, 137, 54, 118, 0, 0, 0, 0, 117, 62, 217, 66, 77, 36, 0, 60, 149, 64, 237, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 164, 62, 43, 67, 162, 172, 0, 60, 4, 91, 88, 0, 8, 9, 0, 0, 255, 127, 255, 127, 0, 0, 0, 0, 127, 62, 195, 66, 184, 182, 0, 60, 236, 9, 132, 0, 9, 8, 0, 0, 116, 134, 138, 121, 0, 0, 0, 0, 175, 62, 175, 66, 212, 182, 0, 60, 160, 61, 201, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 240, 61, 127, 66, 152, 180, 0, 60, 153, 192, 219, 0, 8, 9, 0, 0, 82, 144, 172, 111, 0, 0, 0, 0, 42, 62, 148, 66, 246, 181, 0, 60, 192, 220, 154, 0, 8, 9, 0, 0, 235, 133, 19, 122, 0, 0, 0, 0, 74, 62, 119, 66, 237, 181, 0, 60, 152, 53, 207, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 43, 63, 100, 67, 166, 183, 0, 60, 228, 93, 176, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 228, 61, 90, 66, 19, 184, 0, 60, 165, 9, 169, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 152, 62, 191, 66, 228, 184, 0, 60, 202, 38, 149, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 25, 62, 243, 66, 178, 48, 0, 60, 155, 55, 52, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 233, 63, 52, 65, 215, 173, 0, 60, 251, 130, 248, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 241, 63, 95, 65, 123, 51, 0, 60, 252, 154, 74, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 38, 64, 94, 65, 255, 179, 0, 60, 33, 152, 192, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 127, 64, 193, 65, 154, 181, 0, 60, 79, 202, 174, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 73, 64, 237, 65, 100, 54, 0, 60, 37, 217, 114, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 154, 64, 123, 66, 20, 53, 0, 60, 79, 28, 95, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 199, 64, 99, 66, 5, 179, 0, 60, 114, 14, 203, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 210, 64, 159, 66, 209, 44, 0, 60, 116, 44, 21, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 43, 46, 72, 20, 76, 178, 0, 60, 161, 173, 8, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 237, 48, 17, 55, 71, 50, 0, 60, 171, 224, 88, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 174, 58, 72, 20, 146, 178, 0, 60, 90, 169, 242, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 117, 56, 227, 62, 44, 46, 0, 60, 57, 76, 83, 0, 12, 13, 0, 0, 94, 170, 160, 85, 0, 0, 0, 0, 207, 54, 129, 62, 84, 49, 0, 60, 216, 28, 117, 0, 12, 13, 0, 0, 38, 170, 216, 85, 0, 0, 0, 0, 41, 55, 86, 62, 117, 50, 0, 60, 185, 89, 54, 0, 13, 12, 0, 0, 15, 173, 239, 82, 0, 0, 0, 0, 227, 56, 208, 62, 90, 47, 0, 60, 206, 102, 55, 0, 13, 12, 0, 0, 238, 170, 16, 85, 0, 0, 0, 0, 12, 56, 43, 63, 28, 172, 0, 60, 71, 86, 197, 0, 12, 13, 0, 0, 45, 171, 209, 84, 0, 0, 0, 0, 253, 52, 47, 62, 50, 45, 0, 60, 161, 8, 83, 0, 12, 13, 0, 0, 104, 172, 150, 83, 0, 0, 0, 0, 231, 52, 241, 61, 37, 46, 0, 60, 162, 67, 49, 0, 13, 12, 0, 0, 219, 170, 35, 85, 0, 0, 0, 0, 138, 54, 217, 62, 241, 176, 0, 60, 246, 68, 150, 0, 12, 13, 0, 0, 204, 170, 50, 85, 0, 0, 0, 0, 141, 51, 12, 62, 151, 167, 0, 60, 133, 19, 24, 0, 12, 13, 0, 0, 47, 170, 207, 85, 0, 0, 0, 0, 90, 52, 79, 62, 6, 180, 0, 60, 165, 84, 234, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 130, 42, 72, 20, 40, 41, 0, 60, 167, 219, 174, 0, 14, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 163, 48, 72, 20, 244, 56, 0, 60, 158, 183, 33, 0, 14, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 84, 59, 72, 20, 189, 39, 0, 60, 81, 214, 169, 0, 14, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 254, 58, 45, 54, 111, 53, 0, 60, 90, 80, 220, 0, 14, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 150, 58, 72, 20, 228, 56, 0, 60, 87, 170, 30, 0, 14, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 40, 57, 72, 20, 52, 59, 0, 60, 71, 165, 52, 0, 14, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 72, 50, 72, 20, 162, 177, 0, 60, 229, 135, 24, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 228, 57, 72, 20, 214, 177, 0, 60, 24, 133, 16, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 223, 58, 72, 20, 2, 40, 0, 60, 90, 17, 169, 0, 14, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 247, 46, 72, 20, 32, 41, 0, 60, 169, 38, 172, 0, 14, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 120, 63, 126, 69, 73, 184, 0, 60, 98, 217, 187, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 252, 63, 160, 69, 206, 180, 0, 60, 112, 227, 205, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 252, 63, 117, 69, 39, 176, 0, 60, 112, 206, 227, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 120, 63, 56, 69, 65, 180, 0, 60, 98, 187, 216, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 120, 63, 128, 70, 65, 180, 0, 60, 98, 69, 216, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 252, 63, 67, 70, 39, 176, 0, 60, 112, 51, 227, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 252, 63, 24, 70, 206, 180, 0, 60, 112, 29, 205, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 120, 63, 58, 70, 73, 184, 0, 60, 98, 40, 187, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 252, 63, 220, 69, 205, 181, 0, 60, 112, 0, 198, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 120, 63, 220, 69, 20, 185, 0, 60, 98, 0, 176, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 204, 62, 159, 70, 99, 181, 0, 60, 41, 103, 196, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 204, 62, 77, 70, 69, 185, 0, 60, 41, 60, 153, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 204, 62, 107, 69, 69, 185, 0, 60, 41, 197, 153, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 204, 62, 25, 69, 99, 181, 0, 60, 41, 153, 196, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 204, 62, 220, 69, 55, 186, 0, 60, 41, 0, 136, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 159, 70, 88, 56, 0, 60, 174, 83, 48, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 77, 70, 235, 58, 0, 60, 174, 48, 83, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 204, 62, 77, 70, 235, 58, 0, 60, 41, 60, 103, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 204, 62, 159, 70, 88, 56, 0, 60, 41, 103, 59, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 220, 69, 221, 59, 0, 60, 174, 0, 96, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 204, 62, 220, 69, 221, 59, 0, 60, 41, 0, 120, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 107, 69, 235, 58, 0, 60, 174, 208, 83, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 204, 62, 107, 69, 235, 58, 0, 60, 41, 196, 103, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 107, 69, 69, 185, 0, 60, 174, 208, 173, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 25, 69, 99, 181, 0, 60, 174, 173, 208, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 25, 69, 88, 56, 0, 60, 174, 173, 48, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 204, 62, 25, 69, 88, 56, 0, 60, 41, 153, 60, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 220, 69, 55, 186, 0, 60, 174, 0, 160, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 251, 68, 153, 46, 0, 60, 174, 160, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 204, 62, 251, 68, 153, 46, 0, 60, 41, 136, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 77, 70, 69, 185, 0, 60, 174, 48, 173, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 159, 70, 99, 181, 0, 60, 174, 83, 208, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 189, 70, 153, 46, 0, 60, 174, 96, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 204, 62, 189, 70, 153, 46, 0, 60, 41, 120, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 120, 63, 220, 69, 186, 58, 0, 60, 98, 0, 79, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 120, 63, 58, 70, 240, 57, 0, 60, 98, 40, 69, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 120, 63, 126, 69, 240, 57, 0, 60, 98, 217, 69, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 120, 63, 56, 69, 141, 55, 0, 60, 98, 187, 39, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 120, 63, 31, 69, 153, 46, 0, 60, 98, 177, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 120, 63, 128, 70, 141, 55, 0, 60, 98, 69, 39, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 120, 63, 153, 70, 153, 46, 0, 60, 98, 80, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 252, 63, 101, 69, 153, 46, 0, 60, 112, 198, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 252, 63, 117, 69, 96, 53, 0, 60, 112, 206, 29, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 252, 63, 160, 69, 13, 56, 0, 60, 112, 227, 50, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 252, 63, 220, 69, 141, 56, 0, 60, 112, 0, 58, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 252, 63, 24, 70, 13, 56, 0, 60, 112, 29, 50, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 252, 63, 67, 70, 96, 53, 0, 60, 112, 51, 29, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 252, 63, 83, 70, 153, 46, 0, 60, 112, 58, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 148, 46, 245, 64, 161, 49, 0, 60, 40, 8, 120, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 242, 64, 171, 49, 0, 60, 0, 8, 126, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 215, 64, 32, 50, 0, 60, 0, 81, 97, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 84, 46, 219, 64, 20, 50, 0, 60, 2, 87, 92, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 198, 48, 105, 65, 3, 176, 0, 60, 77, 54, 172, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 80, 51, 71, 65, 69, 170, 0, 60, 120, 33, 234, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 216, 51, 57, 65, 152, 172, 0, 60, 38, 101, 65, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 228, 48, 97, 65, 36, 177, 0, 60, 23, 110, 58, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 116, 65, 43, 178, 0, 60, 0, 112, 59, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 104, 50, 117, 65, 186, 177, 0, 60, 255, 92, 86, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 139, 65, 253, 178, 0, 60, 0, 89, 89, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 52, 11, 65, 208, 42, 0, 60, 28, 93, 80, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 174, 49, 240, 64, 52, 48, 0, 60, 28, 82, 92, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 96, 51, 233, 64, 188, 49, 0, 60, 250, 106, 68, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 50, 53, 11, 65, 86, 45, 0, 60, 253, 104, 71, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 4, 53, 67, 65, 122, 172, 0, 60, 252, 98, 79, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 196, 64, 53, 52, 0, 60, 0, 105, 70, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 74, 48, 201, 64, 46, 52, 0, 60, 251, 103, 72, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 93, 64, 0, 56, 0, 60, 0, 39, 120, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 51, 51, 102, 64, 236, 55, 0, 60, 34, 37, 116, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 69, 54, 117, 64, 123, 53, 0, 60, 98, 194, 49, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 91, 52, 62, 64, 87, 49, 0, 60, 94, 174, 239, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 95, 52, 78, 64, 164, 48, 0, 60, 34, 154, 67, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 10, 54, 119, 64, 95, 51, 0, 60, 82, 172, 45, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 56, 52, 65, 183, 171, 0, 60, 85, 92, 15, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 231, 52, 129, 65, 77, 179, 0, 60, 45, 117, 244, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 38, 54, 157, 64, 175, 53, 0, 60, 56, 55, 99, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 137, 65, 48, 181, 0, 60, 0, 47, 139, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 116, 53, 98, 65, 30, 180, 0, 60, 70, 30, 155, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 138, 48, 110, 64, 223, 179, 0, 60, 41, 213, 144, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 126, 64, 97, 180, 0, 60, 0, 231, 132, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 60, 51, 61, 64, 185, 55, 0, 60, 51, 179, 86, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 53, 64, 193, 55, 0, 60, 0, 171, 94, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 228, 63, 54, 44, 0, 60, 0, 131, 18, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 23, 46, 235, 63, 34, 44, 0, 60, 41, 136, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 75, 56, 214, 64, 46, 50, 0, 60, 86, 64, 67, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 56, 49, 12, 64, 215, 30, 0, 60, 73, 155, 236, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 155, 65, 51, 180, 0, 60, 0, 126, 242, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 24, 51, 76, 64, 105, 177, 0, 60, 79, 188, 184, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 41, 64, 191, 177, 0, 60, 0, 162, 171, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 62, 64, 71, 179, 0, 60, 0, 186, 151, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 226, 63, 62, 168, 0, 60, 0, 130, 255, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 230, 63, 86, 168, 0, 60, 0, 134, 224, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 90, 51, 36, 64, 205, 171, 0, 60, 93, 173, 238, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 16, 64, 45, 175, 0, 60, 0, 148, 190, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 1, 64, 123, 172, 0, 60, 0, 142, 201, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 72, 64, 213, 179, 0, 60, 0, 213, 137, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 101, 56, 173, 64, 241, 49, 0, 60, 113, 203, 15, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 65, 56, 14, 65, 166, 172, 0, 60, 116, 246, 207, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 224, 53, 167, 64, 237, 175, 0, 60, 94, 188, 207, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 86, 50, 114, 68, 141, 153, 0, 60, 31, 106, 62, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 73, 56, 43, 68, 43, 56, 0, 60, 23, 106, 64, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 115, 57, 70, 68, 235, 52, 0, 60, 22, 108, 61, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 37, 46, 106, 68, 2, 46, 0, 60, 31, 103, 66, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 106, 68, 167, 48, 0, 60, 0, 97, 81, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 26, 68, 4, 58, 0, 60, 0, 105, 70, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 184, 52, 29, 68, 169, 57, 0, 60, 18, 105, 67, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 160, 68, 52, 185, 0, 60, 0, 14, 130, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 4, 58, 127, 68, 192, 183, 0, 60, 68, 5, 149, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 140, 56, 244, 67, 171, 182, 0, 60, 43, 215, 145, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 19, 68, 86, 184, 0, 60, 0, 221, 135, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 65, 55, 66, 67, 157, 60, 0, 60, 47, 208, 107, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 62, 67, 230, 60, 0, 60, 0, 209, 117, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 169, 66, 47, 59, 0, 60, 0, 152, 72, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 173, 53, 175, 66, 234, 58, 0, 60, 37, 153, 63, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 181, 57, 119, 68, 245, 175, 0, 60, 24, 114, 49, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 40, 60, 11, 68, 19, 55, 0, 60, 102, 45, 60, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 129, 60, 82, 68, 84, 170, 0, 60, 102, 74, 254, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 187, 68, 96, 184, 0, 60, 0, 126, 12, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 112, 55, 164, 68, 203, 182, 0, 60, 21, 123, 22, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 186, 57, 149, 68, 175, 183, 0, 60, 57, 97, 199, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 184, 68, 191, 184, 0, 60, 0, 98, 177, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 204, 58, 109, 67, 8, 59, 0, 60, 100, 204, 57, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 49, 57, 218, 66, 101, 57, 0, 60, 83, 164, 24, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 201, 58, 158, 67, 252, 58, 0, 60, 89, 40, 80, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 57, 55, 116, 67, 153, 60, 0, 60, 39, 52, 108, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 253, 48, 28, 66, 75, 53, 0, 60, 29, 136, 26, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 35, 52, 48, 66, 220, 51, 0, 60, 60, 145, 0, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 148, 58, 141, 67, 26, 44, 0, 60, 112, 207, 226, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 192, 53, 73, 66, 59, 48, 0, 60, 78, 160, 232, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 63, 51, 158, 66, 223, 177, 0, 60, 32, 189, 154, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 177, 66, 121, 179, 0, 60, 0, 197, 144, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 23, 66, 90, 53, 0, 60, 0, 133, 29, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 143, 60, 48, 68, 130, 45, 0, 60, 123, 227, 0, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 112, 60, 52, 68, 64, 173, 0, 60, 95, 185, 212, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 111, 67, 228, 60, 0, 60, 0, 53, 115, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 73, 60, 12, 68, 63, 50, 0, 60, 100, 190, 217, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 174, 49, 128, 66, 185, 176, 0, 60, 38, 205, 147, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 143, 66, 248, 177, 0, 60, 0, 210, 138, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 249, 51, 70, 64, 24, 168, 0, 60, 224, 161, 179, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 113, 50, 60, 64, 94, 40, 0, 60, 30, 133, 251, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 247, 55, 168, 64, 32, 49, 0, 60, 101, 185, 230, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 52, 117, 64, 179, 174, 0, 60, 86, 190, 192, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 2, 55, 204, 64, 191, 142, 0, 60, 100, 200, 204, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 136, 59, 184, 67, 57, 50, 0, 60, 99, 202, 199, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 251, 59, 25, 68, 211, 178, 0, 60, 92, 169, 0, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 253, 58, 200, 67, 250, 177, 0, 60, 116, 212, 231, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 142, 53, 117, 66, 113, 170, 0, 60, 68, 171, 192, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 147, 58, 154, 67, 53, 172, 0, 60, 123, 226, 0, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 68, 59, 211, 67, 234, 48, 0, 60, 92, 170, 250, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 60, 17, 68, 239, 48, 0, 60, 107, 189, 255, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 73, 60, 47, 68, 29, 44, 0, 60, 105, 188, 242, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 48, 60, 50, 68, 192, 172, 0, 60, 109, 193, 249, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 64, 53, 70, 47, 174, 0, 60, 125, 19, 245, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 64, 15, 70, 197, 179, 0, 60, 125, 11, 237, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 64, 169, 69, 197, 179, 0, 60, 125, 245, 237, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 64, 131, 69, 47, 174, 0, 60, 125, 237, 245, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 64, 220, 69, 190, 180, 0, 60, 125, 0, 234, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 64, 220, 69, 5, 56, 0, 60, 125, 0, 22, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 64, 15, 70, 47, 55, 0, 60, 125, 11, 19, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 64, 169, 69, 47, 55, 0, 60, 125, 245, 19, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 64, 131, 69, 216, 52, 0, 60, 125, 237, 11, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 64, 118, 69, 153, 46, 0, 60, 125, 234, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 64, 53, 70, 216, 52, 0, 60, 125, 19, 11, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 64, 66, 70, 153, 46, 0, 60, 125, 22, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 220, 69, 105, 60, 0, 60, 0, 0, 127, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 122, 69, 0, 60, 0, 60, 0, 149, 67, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 68, 53, 122, 69, 0, 60, 0, 60, 230, 205, 112, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 51, 69, 122, 58, 0, 60, 0, 246, 126, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 254, 68, 211, 56, 0, 60, 0, 140, 49, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 68, 53, 52, 69, 125, 58, 0, 60, 231, 184, 101, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 158, 60, 92, 70, 192, 59, 0, 60, 235, 42, 117, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 212, 60, 28, 70, 36, 60, 0, 60, 205, 30, 112, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 92, 70, 192, 59, 0, 60, 82, 48, 83, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 220, 69, 44, 187, 0, 60, 0, 0, 129, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 220, 69, 44, 187, 0, 60, 82, 0, 160, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 92, 69, 26, 186, 0, 60, 82, 208, 173, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 92, 69, 26, 186, 0, 60, 0, 193, 146, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 254, 68, 89, 182, 0, 60, 85, 169, 221, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 254, 68, 89, 182, 0, 60, 0, 139, 209, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 68, 53, 92, 69, 192, 59, 0, 60, 201, 200, 99, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 29, 52, 104, 69, 1, 59, 0, 60, 193, 201, 95, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 29, 52, 72, 69, 6, 58, 0, 60, 212, 239, 117, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 127, 69, 51, 59, 0, 60, 0, 149, 67, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 29, 52, 127, 69, 51, 59, 0, 60, 211, 160, 68, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 72, 69, 3, 58, 0, 60, 0, 247, 126, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 124, 57, 220, 69, 105, 60, 0, 60, 21, 21, 123, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 57, 28, 70, 36, 60, 0, 60, 51, 30, 112, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 92, 69, 192, 59, 0, 60, 83, 208, 83, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 220, 69, 105, 60, 0, 60, 83, 0, 96, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 158, 60, 220, 69, 105, 60, 0, 60, 235, 21, 123, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 254, 68, 211, 56, 0, 60, 84, 170, 36, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 145, 51, 31, 65, 124, 43, 0, 60, 111, 16, 58, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 115, 49, 8, 65, 5, 48, 0, 60, 81, 4, 96, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 121, 65, 229, 176, 0, 60, 0, 68, 150, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 155, 53, 163, 64, 205, 173, 0, 60, 104, 203, 208, 0, 1, 12, 0, 0, 255, 127, 255, 127, 0, 0, 0, 0, 0, 0, 169, 68, 143, 182, 0, 60, 0, 119, 42, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 231, 48, 157, 68, 98, 181, 0, 60, 22, 118, 39, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 52, 136, 68, 34, 178, 0, 60, 34, 112, 48, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 89, 52, 96, 66, 152, 169, 0, 60, 81, 194, 182, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 214, 47, 27, 66, 15, 52, 0, 60, 45, 157, 64, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 124, 50, 42, 66, 253, 49, 0, 60, 81, 170, 44, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 127, 52, 62, 66, 81, 46, 0, 60, 96, 174, 247, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 23, 66, 26, 52, 0, 60, 0, 162, 84, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 163, 59, 28, 68, 213, 177, 0, 60, 114, 204, 243, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 209, 58, 224, 67, 34, 177, 0, 60, 96, 178, 229, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 122, 58, 187, 67, 199, 171, 0, 60, 81, 161, 235, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 122, 58, 176, 67, 234, 41, 0, 60, 90, 168, 243, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 249, 68, 13, 181, 0, 60, 0, 153, 183, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 220, 68, 153, 46, 0, 60, 89, 167, 1, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 247, 49, 244, 68, 241, 179, 0, 60, 58, 172, 182, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 80, 52, 235, 68, 116, 175, 0, 60, 91, 170, 242, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 203, 50, 226, 68, 143, 40, 0, 60, 70, 172, 62, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 220, 68, 153, 46, 0, 60, 0, 160, 82, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 139, 59, 220, 70, 153, 46, 0, 60, 0, 127, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 220, 70, 153, 46, 0, 60, 82, 96, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 186, 70, 89, 182, 0, 60, 82, 83, 208, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 186, 58, 186, 70, 89, 182, 0, 60, 252, 109, 193, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 92, 70, 26, 186, 0, 60, 82, 48, 173, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 29, 52, 92, 70, 26, 186, 0, 60, 252, 73, 153, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 186, 58, 186, 70, 211, 56, 0, 60, 252, 109, 63, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 186, 70, 211, 56, 0, 60, 82, 83, 48, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 92, 70, 26, 186, 0, 60, 0, 77, 156, 0, 6, 7, 0, 0, 85, 255, 169, 0, 0, 0, 0, 0, 29, 52, 92, 70, 192, 59, 0, 60, 252, 73, 103, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 124, 57, 92, 70, 192, 59, 0, 60, 21, 42, 117, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 92, 70, 192, 59, 0, 60, 0, 77, 100, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 43, 180, 117, 70, 216, 59, 0, 60, 216, 161, 72, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 43, 180, 143, 70, 216, 59, 0, 60, 231, 40, 117, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 209, 186, 238, 70, 224, 56, 0, 60, 180, 71, 72, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 209, 186, 212, 70, 224, 56, 0, 60, 159, 189, 43, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 209, 186, 238, 70, 117, 182, 0, 60, 180, 71, 184, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 165, 187, 16, 71, 153, 46, 0, 60, 168, 91, 0, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 43, 180, 117, 70, 50, 186, 0, 60, 216, 161, 184, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 43, 180, 143, 70, 50, 186, 0, 60, 231, 40, 139, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 209, 186, 212, 70, 117, 182, 0, 60, 159, 189, 212, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 165, 187, 247, 70, 153, 46, 0, 60, 146, 194, 0, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 209, 190, 29, 67, 169, 181, 0, 60, 235, 74, 156, 0, 11, 10, 0, 0, 255, 127, 255, 127, 0, 0, 0, 0, 17, 191, 26, 67, 146, 181, 0, 60, 92, 77, 217, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 29, 191, 66, 67, 59, 177, 0, 60, 99, 76, 237, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 219, 190, 63, 67, 94, 178, 0, 60, 217, 119, 240, 0, 10, 11, 0, 0, 206, 128, 48, 127, 0, 0, 0, 0, 58, 191, 163, 67, 150, 177, 0, 60, 26, 123, 240, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 207, 190, 124, 67, 110, 44, 0, 60, 59, 103, 43, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 220, 190, 42, 67, 134, 162, 0, 60, 105, 65, 231, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 26, 190, 123, 66, 95, 173, 0, 60, 106, 66, 240, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 134, 189, 91, 66, 35, 164, 0, 60, 123, 7, 30, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 117, 189, 50, 66, 130, 181, 0, 60, 120, 246, 219, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 190, 94, 66, 75, 180, 0, 60, 106, 65, 236, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 228, 192, 38, 66, 6, 54, 0, 60, 30, 102, 68, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 99, 193, 180, 65, 170, 55, 0, 60, 193, 46, 99, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 193, 48, 65, 109, 56, 0, 60, 1, 240, 125, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 148, 192, 154, 65, 83, 55, 0, 60, 78, 36, 92, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 193, 15, 66, 245, 176, 0, 60, 250, 91, 169, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 143, 193, 157, 65, 12, 170, 0, 60, 149, 26, 194, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 150, 193, 217, 65, 212, 51, 0, 60, 148, 62, 18, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 28, 193, 74, 66, 95, 48, 0, 60, 245, 126, 248, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 201, 192, 110, 65, 141, 180, 0, 60, 26, 20, 134, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 73, 193, 254, 64, 158, 177, 0, 60, 189, 210, 159, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 152, 193, 185, 65, 22, 52, 0, 60, 144, 202, 23, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 107, 193, 151, 65, 110, 55, 0, 60, 150, 206, 48, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 83, 193, 245, 64, 152, 175, 0, 60, 151, 189, 21, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 146, 193, 131, 65, 136, 156, 0, 60, 148, 194, 19, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 197, 192, 158, 64, 89, 54, 0, 60, 39, 165, 78, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 222, 192, 160, 64, 66, 54, 0, 60, 175, 170, 45, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 214, 192, 124, 64, 12, 47, 0, 60, 173, 163, 19, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 189, 192, 118, 64, 52, 45, 0, 60, 32, 135, 241, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 28, 193, 33, 65, 63, 56, 0, 60, 164, 191, 57, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 193, 159, 64, 249, 167, 0, 60, 158, 179, 22, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 242, 192, 157, 64, 242, 172, 0, 60, 242, 157, 179, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 198, 192, 123, 65, 173, 43, 0, 60, 158, 199, 56, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 198, 192, 123, 65, 175, 43, 0, 60, 188, 152, 25, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 64, 192, 227, 64, 57, 167, 0, 60, 113, 213, 219, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 114, 192, 12, 65, 238, 177, 0, 60, 77, 234, 158, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 68, 192, 14, 65, 178, 52, 0, 60, 114, 236, 50, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 144, 177, 104, 59, 8, 180, 0, 60, 98, 8, 176, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 161, 177, 72, 20, 78, 181, 0, 60, 68, 178, 184, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 19, 184, 72, 20, 65, 183, 0, 60, 250, 177, 158, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 45, 181, 200, 59, 169, 182, 0, 60, 40, 11, 137, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 85, 187, 28, 59, 219, 50, 0, 60, 147, 13, 63, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 142, 187, 23, 55, 218, 49, 0, 60, 155, 218, 66, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 106, 184, 82, 57, 106, 54, 0, 60, 1, 242, 126, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 100, 184, 178, 58, 235, 53, 0, 60, 4, 10, 126, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 185, 87, 63, 188, 174, 0, 60, 190, 102, 221, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 79, 187, 162, 59, 112, 177, 0, 60, 146, 16, 196, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 197, 185, 211, 62, 10, 50, 0, 60, 181, 74, 70, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 166, 183, 37, 62, 19, 53, 0, 60, 25, 46, 115, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 68, 183, 196, 62, 76, 180, 0, 60, 248, 66, 148, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 21, 185, 229, 59, 236, 181, 0, 60, 208, 16, 140, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 117, 177, 223, 58, 33, 49, 0, 60, 98, 7, 79, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 50, 180, 147, 61, 52, 49, 0, 60, 93, 35, 77, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 22, 180, 24, 62, 183, 180, 0, 60, 74, 45, 164, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 58, 172, 11, 59, 150, 174, 0, 60, 126, 9, 244, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 14, 176, 80, 61, 16, 169, 0, 60, 121, 35, 5, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 28, 178, 159, 61, 48, 177, 0, 60, 113, 35, 213, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 27, 180, 61, 62, 33, 174, 0, 60, 119, 20, 220, 0, 15, 16, 0, 0, 61, 179, 193, 76, 0, 0, 0, 0, 215, 179, 251, 61, 232, 175, 0, 60, 108, 65, 2, 0, 16, 15, 0, 0, 43, 170, 211, 85, 0, 0, 0, 0, 174, 180, 82, 62, 215, 178, 0, 60, 97, 81, 4, 0, 16, 15, 0, 0, 98, 180, 156, 75, 0, 0, 0, 0, 207, 180, 126, 62, 100, 177, 0, 60, 92, 45, 182, 0, 15, 16, 0, 0, 43, 170, 211, 85, 0, 0, 0, 0, 211, 182, 195, 62, 73, 178, 0, 60, 77, 99, 245, 0, 16, 15, 0, 0, 68, 184, 186, 71, 0, 0, 0, 0, 243, 182, 217, 62, 107, 179, 0, 60, 65, 103, 222, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 176, 184, 91, 63, 62, 174, 0, 60, 39, 120, 0, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 96, 184, 41, 63, 102, 173, 0, 60, 60, 108, 26, 0, 16, 15, 0, 0, 188, 174, 66, 81, 0, 0, 0, 0, 202, 178, 197, 61, 80, 169, 0, 60, 99, 75, 22, 0, 16, 15, 0, 0, 48, 170, 206, 85, 0, 0, 0, 0, 158, 177, 165, 61, 153, 169, 0, 60, 102, 73, 16, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 12, 179, 224, 61, 147, 176, 0, 60, 105, 70, 4, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 88, 184, 150, 56, 48, 56, 0, 60, 255, 126, 246, 0, 17, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 68, 184, 125, 55, 67, 58, 0, 60, 255, 104, 71, 0, 17, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 81, 180, 32, 53, 242, 57, 0, 60, 94, 64, 56, 0, 17, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 163, 178, 40, 54, 157, 53, 0, 60, 78, 93, 220, 0, 17, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 87, 186, 36, 53, 224, 57, 0, 60, 155, 47, 59, 0, 17, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 185, 62, 49, 105, 59, 0, 60, 170, 24, 89, 0, 17, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 29, 184, 86, 52, 166, 59, 0, 60, 0, 69, 106, 0, 17, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 46, 182, 58, 49, 113, 59, 0, 60, 83, 42, 85, 0, 17, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 201, 183, 72, 20, 90, 60, 0, 60, 4, 200, 113, 0, 17, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 56, 181, 72, 20, 60, 59, 0, 60, 78, 176, 59, 0, 17, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 100, 183, 84, 62, 37, 52, 0, 60, 64, 92, 59, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 88, 185, 237, 62, 227, 48, 0, 60, 21, 110, 58, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 165, 180, 219, 61, 206, 47, 0, 60, 90, 78, 43, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 77, 190, 230, 66, 24, 170, 0, 60, 52, 6, 115, 0, 11, 10, 0, 0, 128, 136, 126, 119, 0, 0, 0, 0, 117, 190, 217, 66, 77, 36, 0, 60, 107, 64, 237, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 190, 152, 66, 58, 176, 0, 60, 97, 207, 65, 0, 10, 11, 0, 0, 200, 137, 54, 118, 0, 0, 0, 0, 164, 190, 43, 67, 162, 172, 0, 60, 252, 91, 88, 0, 10, 11, 0, 0, 255, 127, 255, 127, 0, 0, 0, 0, 127, 190, 195, 66, 184, 182, 0, 60, 20, 9, 132, 0, 11, 10, 0, 0, 116, 134, 138, 121, 0, 0, 0, 0, 175, 190, 175, 66, 212, 182, 0, 60, 96, 61, 201, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 240, 189, 127, 66, 152, 180, 0, 60, 103, 192, 220, 0, 10, 11, 0, 0, 82, 144, 172, 111, 0, 0, 0, 0, 74, 190, 119, 66, 237, 181, 0, 60, 104, 53, 207, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 42, 190, 148, 66, 246, 181, 0, 60, 65, 220, 154, 0, 10, 11, 0, 0, 235, 133, 19, 122, 0, 0, 0, 0, 43, 191, 100, 67, 166, 183, 0, 60, 28, 93, 176, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 228, 189, 90, 66, 19, 184, 0, 60, 92, 9, 170, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 152, 190, 191, 66, 228, 184, 0, 60, 54, 38, 149, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 25, 190, 243, 66, 178, 48, 0, 60, 101, 55, 52, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 241, 191, 95, 65, 123, 51, 0, 60, 4, 154, 74, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 233, 191, 52, 65, 215, 173, 0, 60, 5, 130, 248, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 38, 192, 94, 65, 255, 179, 0, 60, 223, 152, 192, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 127, 192, 193, 65, 154, 181, 0, 60, 177, 202, 174, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 73, 192, 237, 65, 100, 54, 0, 60, 219, 217, 114, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 154, 192, 123, 66, 20, 53, 0, 60, 178, 28, 95, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 199, 192, 99, 66, 5, 179, 0, 60, 142, 14, 203, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 210, 192, 159, 66, 209, 44, 0, 60, 140, 44, 21, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 43, 174, 72, 20, 76, 178, 0, 60, 95, 173, 8, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 237, 176, 17, 55, 71, 50, 0, 60, 85, 224, 88, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 174, 186, 72, 20, 146, 178, 0, 60, 166, 169, 242, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 117, 184, 227, 62, 44, 46, 0, 60, 199, 76, 83, 0, 15, 16, 0, 0, 94, 170, 160, 85, 0, 0, 0, 0, 227, 184, 208, 62, 90, 47, 0, 60, 50, 102, 55, 0, 16, 15, 0, 0, 238, 170, 16, 85, 0, 0, 0, 0, 41, 183, 86, 62, 117, 50, 0, 60, 71, 89, 54, 0, 16, 15, 0, 0, 15, 173, 239, 82, 0, 0, 0, 0, 207, 182, 129, 62, 84, 49, 0, 60, 40, 28, 116, 0, 15, 16, 0, 0, 38, 170, 216, 85, 0, 0, 0, 0, 12, 184, 43, 63, 28, 172, 0, 60, 185, 86, 197, 0, 15, 16, 0, 0, 45, 171, 209, 84, 0, 0, 0, 0, 231, 180, 241, 61, 37, 46, 0, 60, 95, 67, 49, 0, 16, 15, 0, 0, 219, 170, 35, 85, 0, 0, 0, 0, 253, 180, 47, 62, 50, 45, 0, 60, 95, 8, 83, 0, 15, 16, 0, 0, 104, 172, 150, 83, 0, 0, 0, 0, 138, 182, 217, 62, 241, 176, 0, 60, 10, 68, 150, 0, 15, 16, 0, 0, 204, 170, 50, 85, 0, 0, 0, 0, 141, 179, 12, 62, 151, 167, 0, 60, 123, 19, 24, 0, 15, 16, 0, 0, 47, 170, 207, 85, 0, 0, 0, 0, 90, 180, 79, 62, 6, 180, 0, 60, 91, 84, 234, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 163, 176, 72, 20, 244, 56, 0, 60, 98, 183, 33, 0, 17, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 130, 170, 72, 20, 40, 41, 0, 60, 89, 219, 174, 0, 17, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 84, 187, 72, 20, 189, 39, 0, 60, 175, 214, 169, 0, 17, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 150, 186, 72, 20, 228, 56, 0, 60, 169, 170, 30, 0, 17, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 254, 186, 45, 54, 111, 53, 0, 60, 166, 80, 220, 0, 17, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 40, 185, 72, 20, 52, 59, 0, 60, 185, 165, 52, 0, 17, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 72, 178, 72, 20, 162, 177, 0, 60, 27, 135, 24, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 247, 174, 72, 20, 32, 41, 0, 60, 87, 38, 173, 0, 17, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 223, 186, 72, 20, 2, 40, 0, 60, 166, 17, 169, 0, 17, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 228, 185, 72, 20, 214, 177, 0, 60, 232, 133, 16, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 120, 191, 126, 69, 73, 184, 0, 60, 158, 217, 187, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 120, 191, 56, 69, 65, 180, 0, 60, 158, 187, 216, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 252, 191, 117, 69, 39, 176, 0, 60, 144, 206, 227, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 252, 191, 160, 69, 206, 180, 0, 60, 144, 227, 205, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 120, 191, 128, 70, 65, 180, 0, 60, 158, 69, 216, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 120, 191, 58, 70, 73, 184, 0, 60, 158, 40, 187, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 252, 191, 24, 70, 206, 180, 0, 60, 144, 29, 205, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 252, 191, 67, 70, 39, 176, 0, 60, 144, 51, 227, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 120, 191, 220, 69, 20, 185, 0, 60, 158, 0, 176, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 252, 191, 220, 69, 205, 181, 0, 60, 144, 0, 198, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 204, 190, 159, 70, 99, 181, 0, 60, 215, 103, 196, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 204, 190, 77, 70, 69, 185, 0, 60, 215, 60, 153, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 204, 190, 107, 69, 69, 185, 0, 60, 215, 197, 153, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 204, 190, 25, 69, 99, 181, 0, 60, 215, 153, 196, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 204, 190, 220, 69, 55, 186, 0, 60, 215, 0, 136, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 159, 70, 88, 56, 0, 60, 82, 83, 48, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 204, 190, 159, 70, 88, 56, 0, 60, 215, 103, 59, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 204, 190, 77, 70, 235, 58, 0, 60, 215, 60, 103, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 77, 70, 235, 58, 0, 60, 82, 48, 83, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 204, 190, 220, 69, 221, 59, 0, 60, 215, 0, 120, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 220, 69, 221, 59, 0, 60, 83, 0, 96, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 204, 190, 107, 69, 235, 58, 0, 60, 215, 196, 103, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 107, 69, 235, 58, 0, 60, 83, 208, 83, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 107, 69, 69, 185, 0, 60, 82, 208, 173, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 25, 69, 99, 181, 0, 60, 82, 173, 208, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 204, 190, 25, 69, 88, 56, 0, 60, 215, 153, 60, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 25, 69, 88, 56, 0, 60, 83, 173, 48, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 220, 69, 55, 186, 0, 60, 82, 0, 160, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 204, 190, 251, 68, 153, 46, 0, 60, 215, 136, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 251, 68, 153, 46, 0, 60, 83, 160, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 77, 70, 69, 185, 0, 60, 82, 48, 173, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 159, 70, 99, 181, 0, 60, 82, 83, 208, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 189, 70, 153, 46, 0, 60, 82, 96, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 204, 190, 189, 70, 153, 46, 0, 60, 215, 120, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 120, 191, 58, 70, 240, 57, 0, 60, 158, 40, 69, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 120, 191, 220, 69, 186, 58, 0, 60, 158, 0, 80, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 120, 191, 126, 69, 240, 57, 0, 60, 158, 217, 69, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 120, 191, 56, 69, 141, 55, 0, 60, 158, 187, 39, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 120, 191, 31, 69, 153, 46, 0, 60, 158, 176, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 120, 191, 153, 70, 153, 46, 0, 60, 158, 80, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 120, 191, 128, 70, 141, 55, 0, 60, 158, 69, 39, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 252, 191, 117, 69, 96, 53, 0, 60, 144, 206, 29, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 252, 191, 101, 69, 153, 46, 0, 60, 144, 198, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 252, 191, 220, 69, 141, 56, 0, 60, 144, 0, 58, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 252, 191, 160, 69, 13, 56, 0, 60, 144, 227, 50, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 252, 191, 24, 70, 13, 56, 0, 60, 144, 29, 50, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 252, 191, 67, 70, 96, 53, 0, 60, 144, 51, 29, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 252, 191, 83, 70, 153, 46, 0, 60, 144, 58, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 148, 174, 245, 64, 161, 49, 0, 60, 216, 8, 120, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 84, 174, 219, 64, 20, 50, 0, 60, 254, 87, 92, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 198, 176, 105, 65, 3, 176, 0, 60, 179, 54, 172, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 228, 176, 97, 65, 36, 177, 0, 60, 233, 110, 58, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 216, 179, 57, 65, 152, 172, 0, 60, 218, 101, 65, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 80, 179, 71, 65, 69, 170, 0, 60, 136, 33, 234, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 104, 178, 117, 65, 186, 177, 0, 60, 1, 92, 86, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 180, 11, 65, 208, 42, 0, 60, 228, 93, 80, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 50, 181, 11, 65, 86, 45, 0, 60, 3, 104, 71, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 96, 179, 233, 64, 188, 49, 0, 60, 6, 106, 68, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 174, 177, 240, 64, 52, 48, 0, 60, 229, 82, 92, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 4, 181, 67, 65, 122, 172, 0, 60, 4, 98, 79, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 74, 176, 201, 64, 46, 52, 0, 60, 5, 103, 72, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 51, 179, 102, 64, 236, 55, 0, 60, 222, 37, 116, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 69, 182, 117, 64, 123, 53, 0, 60, 158, 194, 49, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 10, 182, 119, 64, 95, 51, 0, 60, 174, 172, 45, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 95, 180, 78, 64, 164, 48, 0, 60, 222, 154, 67, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 91, 180, 62, 64, 87, 49, 0, 60, 162, 174, 239, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 231, 180, 129, 65, 77, 179, 0, 60, 211, 118, 244, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 184, 52, 65, 183, 171, 0, 60, 171, 92, 15, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 38, 182, 157, 64, 175, 53, 0, 60, 200, 55, 99, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 138, 176, 110, 64, 223, 179, 0, 60, 215, 213, 144, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 116, 181, 98, 65, 30, 180, 0, 60, 186, 30, 155, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 60, 179, 61, 64, 185, 55, 0, 60, 205, 179, 86, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 23, 174, 235, 63, 34, 44, 0, 60, 215, 136, 0, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 75, 184, 214, 64, 46, 50, 0, 60, 170, 64, 67, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 56, 177, 12, 64, 215, 30, 0, 60, 183, 155, 236, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 24, 179, 76, 64, 105, 177, 0, 60, 177, 188, 184, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 90, 179, 36, 64, 205, 171, 0, 60, 163, 173, 238, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 101, 184, 173, 64, 241, 49, 0, 60, 143, 202, 15, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 65, 184, 14, 65, 166, 172, 0, 60, 140, 246, 207, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 224, 181, 167, 64, 237, 175, 0, 60, 162, 188, 207, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 86, 178, 114, 68, 141, 153, 0, 60, 225, 106, 62, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 115, 185, 70, 68, 235, 52, 0, 60, 234, 108, 61, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 73, 184, 43, 68, 43, 56, 0, 60, 233, 106, 64, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 37, 174, 106, 68, 2, 46, 0, 60, 225, 103, 66, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 184, 180, 29, 68, 169, 57, 0, 60, 238, 105, 67, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 140, 184, 244, 67, 171, 182, 0, 60, 213, 215, 145, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 4, 186, 127, 68, 192, 183, 0, 60, 188, 5, 149, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 65, 183, 66, 67, 157, 60, 0, 60, 209, 208, 107, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 173, 181, 175, 66, 234, 58, 0, 60, 219, 153, 63, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 181, 185, 119, 68, 245, 175, 0, 60, 232, 114, 49, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 129, 188, 82, 68, 84, 170, 0, 60, 154, 74, 254, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 40, 188, 11, 68, 19, 55, 0, 60, 154, 45, 60, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 186, 185, 149, 68, 175, 183, 0, 60, 199, 97, 199, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 112, 183, 164, 68, 203, 182, 0, 60, 235, 123, 22, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 204, 186, 109, 67, 8, 59, 0, 60, 156, 204, 57, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 49, 185, 218, 66, 101, 57, 0, 60, 173, 164, 24, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 201, 186, 158, 67, 252, 58, 0, 60, 167, 40, 80, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 57, 183, 116, 67, 153, 60, 0, 60, 217, 52, 108, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 35, 180, 48, 66, 220, 51, 0, 60, 197, 145, 0, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 253, 176, 28, 66, 75, 53, 0, 60, 227, 136, 26, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 148, 186, 141, 67, 26, 44, 0, 60, 144, 207, 226, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 192, 181, 73, 66, 59, 48, 0, 60, 178, 160, 232, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 63, 179, 158, 66, 223, 177, 0, 60, 224, 189, 154, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 143, 188, 48, 68, 130, 45, 0, 60, 133, 227, 0, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 112, 188, 52, 68, 64, 173, 0, 60, 161, 185, 212, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 73, 188, 12, 68, 63, 50, 0, 60, 156, 190, 217, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 174, 177, 128, 66, 185, 176, 0, 60, 218, 205, 147, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 113, 178, 60, 64, 94, 40, 0, 60, 226, 133, 251, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 249, 179, 70, 64, 24, 168, 0, 60, 32, 161, 179, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 247, 183, 168, 64, 32, 49, 0, 60, 155, 185, 230, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 180, 117, 64, 179, 174, 0, 60, 170, 190, 192, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 2, 183, 204, 64, 191, 142, 0, 60, 156, 200, 204, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 136, 187, 184, 67, 57, 50, 0, 60, 157, 202, 199, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 251, 187, 25, 68, 211, 178, 0, 60, 164, 169, 0, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 253, 186, 200, 67, 250, 177, 0, 60, 140, 212, 231, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 142, 181, 117, 66, 113, 170, 0, 60, 189, 171, 192, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 147, 186, 154, 67, 53, 172, 0, 60, 133, 226, 0, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 188, 17, 68, 239, 48, 0, 60, 149, 189, 255, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 68, 187, 211, 67, 234, 48, 0, 60, 164, 170, 250, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 48, 188, 50, 68, 192, 172, 0, 60, 147, 193, 249, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 73, 188, 47, 68, 29, 44, 0, 60, 151, 188, 242, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 192, 15, 70, 197, 179, 0, 60, 131, 11, 237, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 192, 53, 70, 47, 174, 0, 60, 131, 19, 245, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 192, 131, 69, 47, 174, 0, 60, 131, 237, 245, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 192, 169, 69, 197, 179, 0, 60, 131, 245, 237, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 192, 220, 69, 190, 180, 0, 60, 131, 0, 234, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 192, 15, 70, 47, 55, 0, 60, 131, 11, 19, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 192, 220, 69, 5, 56, 0, 60, 131, 0, 22, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 192, 169, 69, 47, 55, 0, 60, 131, 245, 19, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 192, 131, 69, 216, 52, 0, 60, 131, 237, 11, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 192, 118, 69, 153, 46, 0, 60, 131, 234, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 192, 66, 70, 153, 46, 0, 60, 131, 22, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 192, 53, 70, 216, 52, 0, 60, 131, 19, 11, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 68, 181, 122, 69, 0, 60, 0, 60, 26, 205, 112, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 68, 181, 52, 69, 125, 58, 0, 60, 25, 184, 100, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 158, 188, 92, 70, 192, 59, 0, 60, 21, 42, 117, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 92, 70, 192, 59, 0, 60, 174, 48, 83, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 212, 188, 28, 70, 36, 60, 0, 60, 51, 30, 112, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 92, 69, 26, 186, 0, 60, 174, 208, 173, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 220, 69, 44, 187, 0, 60, 174, 0, 160, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 254, 68, 89, 182, 0, 60, 171, 169, 221, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 29, 180, 72, 69, 6, 58, 0, 60, 45, 239, 117, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 29, 180, 104, 69, 1, 59, 0, 60, 63, 201, 95, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 68, 181, 92, 69, 192, 59, 0, 60, 55, 200, 99, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 29, 180, 127, 69, 51, 59, 0, 60, 45, 160, 68, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 124, 185, 220, 69, 105, 60, 0, 60, 235, 21, 123, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 185, 28, 70, 36, 60, 0, 60, 205, 30, 112, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 92, 69, 192, 59, 0, 60, 174, 208, 83, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 158, 188, 220, 69, 105, 60, 0, 60, 21, 21, 123, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 220, 69, 105, 60, 0, 60, 174, 0, 96, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 254, 68, 211, 56, 0, 60, 172, 169, 36, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 145, 179, 31, 65, 124, 43, 0, 60, 145, 16, 58, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 115, 177, 8, 65, 5, 48, 0, 60, 175, 4, 97, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 155, 181, 163, 64, 205, 173, 0, 60, 152, 203, 208, 0, 1, 15, 0, 0, 255, 127, 255, 127, 0, 0, 0, 0, 231, 176, 157, 68, 98, 181, 0, 60, 234, 118, 39, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 180, 136, 68, 34, 178, 0, 60, 222, 112, 48, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 89, 180, 96, 66, 152, 169, 0, 60, 175, 194, 182, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 124, 178, 42, 66, 253, 49, 0, 60, 175, 170, 44, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 214, 175, 27, 66, 15, 52, 0, 60, 211, 157, 64, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 127, 180, 62, 66, 81, 46, 0, 60, 160, 174, 247, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 209, 186, 224, 67, 34, 177, 0, 60, 160, 178, 229, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 163, 187, 28, 68, 213, 177, 0, 60, 142, 204, 243, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 122, 186, 187, 67, 199, 171, 0, 60, 175, 161, 235, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 122, 186, 176, 67, 234, 41, 0, 60, 166, 168, 243, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 220, 68, 153, 46, 0, 60, 167, 167, 1, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 247, 177, 244, 68, 241, 179, 0, 60, 198, 172, 182, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 80, 180, 235, 68, 116, 175, 0, 60, 165, 170, 242, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 203, 178, 226, 68, 143, 40, 0, 60, 186, 172, 62, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 139, 187, 220, 70, 153, 46, 0, 60, 0, 126, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 186, 186, 186, 70, 89, 182, 0, 60, 4, 109, 193, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 186, 70, 89, 182, 0, 60, 174, 83, 208, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 220, 70, 153, 46, 0, 60, 174, 96, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 29, 180, 92, 70, 26, 186, 0, 60, 4, 73, 153, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 92, 70, 26, 186, 0, 60, 174, 48, 173, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 186, 70, 211, 56, 0, 60, 174, 83, 48, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 186, 186, 186, 70, 211, 56, 0, 60, 4, 109, 63, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 29, 180, 92, 70, 192, 59, 0, 60, 4, 73, 103, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 124, 185, 92, 70, 192, 59, 0, 60, 235, 42, 117, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0), -"array_index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 10, 0, 9, 0, 8, 0, 11, 0, 10, 0, 12, 0, 3, 0, 0, 0, 12, 0, 13, 0, 3, 0, 11, 0, 6, 0, 10, 0, 11, 0, 14, 0, 6, 0, 14, 0, 5, 0, 6, 0, 14, 0, 15, 0, 5, 0, 1, 0, 5, 0, 15, 0, 1, 0, 2, 0, 5, 0, 4, 0, 2, 0, 16, 0, 4, 0, 5, 0, 2, 0, 16, 0, 3, 0, 13, 0, 16, 0, 2, 0, 3, 0, 7, 0, 10, 0, 6, 0, 7, 0, 9, 0, 10, 0, 17, 0, 19, 0, 18, 0, 17, 0, 20, 0, 19, 0, 19, 0, 22, 0, 21, 0, 19, 0, 23, 0, 22, 0, 24, 0, 26, 0, 25, 0, 24, 0, 27, 0, 26, 0, 28, 0, 30, 0, 29, 0, 28, 0, 31, 0, 30, 0, 32, 0, 34, 0, 33, 0, 32, 0, 35, 0, 34, 0, 33, 0, 31, 0, 28, 0, 33, 0, 34, 0, 31, 0, 36, 0, 35, 0, 32, 0, 36, 0, 37, 0, 35, 0, 34, 0, 38, 0, 31, 0, 34, 0, 39, 0, 38, 0, 37, 0, 40, 0, 35, 0, 37, 0, 41, 0, 40, 0, 42, 0, 44, 0, 43, 0, 42, 0, 45, 0, 44, 0, 31, 0, 46, 0, 30, 0, 31, 0, 38, 0, 46, 0, 35, 0, 39, 0, 34, 0, 35, 0, 40, 0, 39, 0, 43, 0, 48, 0, 47, 0, 43, 0, 44, 0, 48, 0, 47, 0, 41, 0, 37, 0, 47, 0, 48, 0, 41, 0, 30, 0, 45, 0, 42, 0, 30, 0, 46, 0, 45, 0, 44, 0, 49, 0, 48, 0, 48, 0, 49, 0, 41, 0, 46, 0, 49, 0, 45, 0, 39, 0, 50, 0, 38, 0, 41, 0, 50, 0, 40, 0, 41, 0, 49, 0, 50, 0, 45, 0, 49, 0, 44, 0, 38, 0, 49, 0, 46, 0, 38, 0, 50, 0, 49, 0, 40, 0, 50, 0, 39, 0, 51, 0, 47, 0, 52, 0, 51, 0, 43, 0, 47, 0, 52, 0, 37, 0, 36, 0, 52, 0, 47, 0, 37, 0, 53, 0, 43, 0, 51, 0, 53, 0, 42, 0, 43, 0, 29, 0, 42, 0, 53, 0, 29, 0, 30, 0, 42, 0, 54, 0, 56, 0, 55, 0, 54, 0, 57, 0, 56, 0, 58, 0, 60, 0, 59, 0, 58, 0, 61, 0, 60, 0, 62, 0, 58, 0, 63, 0, 62, 0, 64, 0, 58, 0, 63, 0, 59, 0, 65, 0, 63, 0, 58, 0, 59, 0, 66, 0, 64, 0, 62, 0, 66, 0, 67, 0, 64, 0, 65, 0, 69, 0, 68, 0, 65, 0, 59, 0, 69, 0, 70, 0, 67, 0, 66, 0, 70, 0, 55, 0, 67, 0, 68, 0, 72, 0, 71, 0, 68, 0, 69, 0, 72, 0, 73, 0, 55, 0, 70, 0, 73, 0, 54, 0, 55, 0, 74, 0, 76, 0, 75, 0, 74, 0, 77, 0, 76, 0, 78, 0, 80, 0, 79, 0, 78, 0, 81, 0, 80, 0, 82, 0, 83, 0, 77, 0, 82, 0, 84, 0, 83, 0, 85, 0, 87, 0, 86, 0, 85, 0, 88, 0, 87, 0, 89, 0, 90, 0, 88, 0, 89, 0, 91, 0, 90, 0, 88, 0, 92, 0, 87, 0, 88, 0, 90, 0, 92, 0, 91, 0, 93, 0, 90, 0, 90, 0, 93, 0, 92, 0, 92, 0, 93, 0, 94, 0, 55, 0, 56, 0, 67, 0, 65, 0, 95, 0, 63, 0, 65, 0, 96, 0, 95, 0, 68, 0, 96, 0, 65, 0, 68, 0, 97, 0, 96, 0, 71, 0, 54, 0, 73, 0, 71, 0, 72, 0, 54, 0, 98, 0, 24, 0, 99, 0, 98, 0, 100, 0, 24, 0, 18, 0, 21, 0, 101, 0, 18, 0, 19, 0, 21, 0, 102, 0, 20, 0, 17, 0, 102, 0, 103, 0, 20, 0, 99, 0, 25, 0, 104, 0, 99, 0, 24, 0, 25, 0, 101, 0, 100, 0, 98, 0, 101, 0, 21, 0, 100, 0, 104, 0, 106, 0, 105, 0, 104, 0, 25, 0, 106, 0, 105, 0, 103, 0, 102, 0, 105, 0, 106, 0, 103, 0, 20, 0, 23, 0, 19, 0, 20, 0, 107, 0, 23, 0, 25, 0, 108, 0, 106, 0, 25, 0, 26, 0, 108, 0, 106, 0, 109, 0, 103, 0, 106, 0, 108, 0, 109, 0, 100, 0, 27, 0, 24, 0, 100, 0, 110, 0, 27, 0, 103, 0, 107, 0, 20, 0, 103, 0, 109, 0, 107, 0, 21, 0, 110, 0, 100, 0, 21, 0, 22, 0, 110, 0, 27, 0, 111, 0, 26, 0, 27, 0, 112, 0, 111, 0, 26, 0, 113, 0, 108, 0, 26, 0, 111, 0, 113, 0, 108, 0, 114, 0, 109, 0, 108, 0, 113, 0, 114, 0, 110, 0, 112, 0, 27, 0, 110, 0, 115, 0, 112, 0, 22, 0, 115, 0, 110, 0, 22, 0, 116, 0, 115, 0, 109, 0, 117, 0, 107, 0, 109, 0, 114, 0, 117, 0, 107, 0, 118, 0, 23, 0, 107, 0, 117, 0, 118, 0, 23, 0, 116, 0, 22, 0, 23, 0, 118, 0, 116, 0, 72, 0, 57, 0, 54, 0, 72, 0, 119, 0, 57, 0, 59, 0, 120, 0, 69, 0, 59, 0, 60, 0, 120, 0, 64, 0, 61, 0, 58, 0, 64, 0, 121, 0, 61, 0, 69, 0, 119, 0, 72, 0, 69, 0, 120, 0, 119, 0, 122, 0, 124, 0, 123, 0, 122, 0, 125, 0, 124, 0, 126, 0, 125, 0, 122, 0, 126, 0, 79, 0, 125, 0, 123, 0, 128, 0, 127, 0, 123, 0, 124, 0, 128, 0, 129, 0, 79, 0, 126, 0, 129, 0, 78, 0, 79, 0, 130, 0, 77, 0, 74, 0, 130, 0, 82, 0, 77, 0, 75, 0, 78, 0, 129, 0, 75, 0, 76, 0, 78, 0, 127, 0, 82, 0, 130, 0, 127, 0, 128, 0, 82, 0, 124, 0, 97, 0, 128, 0, 124, 0, 96, 0, 97, 0, 79, 0, 95, 0, 125, 0, 79, 0, 80, 0, 95, 0, 128, 0, 84, 0, 82, 0, 128, 0, 97, 0, 84, 0, 76, 0, 81, 0, 78, 0, 76, 0, 131, 0, 81, 0, 77, 0, 131, 0, 76, 0, 77, 0, 83, 0, 131, 0, 125, 0, 96, 0, 124, 0, 125, 0, 95, 0, 96, 0, 86, 0, 133, 0, 132, 0, 86, 0, 87, 0, 133, 0, 134, 0, 89, 0, 135, 0, 134, 0, 136, 0, 89, 0, 135, 0, 88, 0, 85, 0, 135, 0, 89, 0, 88, 0, 136, 0, 91, 0, 89, 0, 136, 0, 137, 0, 91, 0, 87, 0, 94, 0, 133, 0, 87, 0, 92, 0, 94, 0, 137, 0, 93, 0, 91, 0, 67, 0, 121, 0, 64, 0, 67, 0, 56, 0, 121, 0, 83, 0, 70, 0, 131, 0, 83, 0, 73, 0, 70, 0, 73, 0, 84, 0, 71, 0, 73, 0, 83, 0, 84, 0, 63, 0, 80, 0, 62, 0, 63, 0, 95, 0, 80, 0, 66, 0, 131, 0, 70, 0, 66, 0, 81, 0, 131, 0, 97, 0, 71, 0, 84, 0, 97, 0, 68, 0, 71, 0, 81, 0, 62, 0, 80, 0, 81, 0, 66, 0, 62, 0, 138, 0, 140, 0, 139, 0, 138, 0, 141, 0, 140, 0, 57, 0, 139, 0, 56, 0, 138, 0, 139, 0, 119, 0, 119, 0, 139, 0, 57, 0, 56, 0, 139, 0, 121, 0, 132, 0, 136, 0, 134, 0, 132, 0, 133, 0, 136, 0, 137, 0, 133, 0, 94, 0, 137, 0, 136, 0, 133, 0, 94, 0, 93, 0, 137, 0, 142, 0, 144, 0, 143, 0, 142, 0, 145, 0, 144, 0, 146, 0, 148, 0, 147, 0, 146, 0, 149, 0, 148, 0, 149, 0, 150, 0, 148, 0, 149, 0, 151, 0, 150, 0, 151, 0, 143, 0, 150, 0, 151, 0, 142, 0, 143, 0, 152, 0, 149, 0, 146, 0, 152, 0, 153, 0, 149, 0, 154, 0, 145, 0, 142, 0, 154, 0, 155, 0, 145, 0, 156, 0, 142, 0, 151, 0, 156, 0, 154, 0, 142, 0, 153, 0, 151, 0, 149, 0, 153, 0, 156, 0, 151, 0, 157, 0, 159, 0, 158, 0, 157, 0, 160, 0, 159, 0, 158, 0, 162, 0, 161, 0, 158, 0, 159, 0, 162, 0, 161, 0, 164, 0, 163, 0, 161, 0, 162, 0, 164, 0, 165, 0, 155, 0, 154, 0, 165, 0, 166, 0, 155, 0, 163, 0, 168, 0, 167, 0, 163, 0, 164, 0, 168, 0, 169, 0, 154, 0, 156, 0, 169, 0, 165, 0, 154, 0, 167, 0, 171, 0, 170, 0, 167, 0, 168, 0, 171, 0, 172, 0, 156, 0, 153, 0, 172, 0, 169, 0, 156, 0, 173, 0, 153, 0, 152, 0, 173, 0, 172, 0, 153, 0, 174, 0, 160, 0, 157, 0, 174, 0, 175, 0, 160, 0, 159, 0, 176, 0, 162, 0, 159, 0, 177, 0, 176, 0, 162, 0, 178, 0, 164, 0, 162, 0, 176, 0, 178, 0, 164, 0, 179, 0, 168, 0, 164, 0, 178, 0, 179, 0, 168, 0, 180, 0, 171, 0, 168, 0, 179, 0, 180, 0, 175, 0, 181, 0, 160, 0, 175, 0, 182, 0, 181, 0, 160, 0, 177, 0, 159, 0, 160, 0, 181, 0, 177, 0, 179, 0, 183, 0, 180, 0, 179, 0, 184, 0, 183, 0, 176, 0, 185, 0, 178, 0, 176, 0, 186, 0, 185, 0, 177, 0, 186, 0, 176, 0, 177, 0, 187, 0, 186, 0, 181, 0, 187, 0, 177, 0, 181, 0, 188, 0, 187, 0, 178, 0, 184, 0, 179, 0, 178, 0, 185, 0, 184, 0, 182, 0, 188, 0, 181, 0, 182, 0, 189, 0, 188, 0, 182, 0, 147, 0, 189, 0, 182, 0, 146, 0, 147, 0, 145, 0, 183, 0, 144, 0, 145, 0, 180, 0, 183, 0, 175, 0, 146, 0, 182, 0, 175, 0, 152, 0, 146, 0, 155, 0, 180, 0, 145, 0, 155, 0, 171, 0, 180, 0, 174, 0, 152, 0, 175, 0, 174, 0, 173, 0, 152, 0, 166, 0, 171, 0, 155, 0, 166, 0, 170, 0, 171, 0, 190, 0, 192, 0, 191, 0, 190, 0, 193, 0, 192, 0, 194, 0, 196, 0, 195, 0, 194, 0, 197, 0, 196, 0, 198, 0, 199, 0, 197, 0, 198, 0, 200, 0, 199, 0, 201, 0, 203, 0, 202, 0, 201, 0, 204, 0, 203, 0, 197, 0, 205, 0, 196, 0, 197, 0, 199, 0, 205, 0, 193, 0, 206, 0, 192, 0, 193, 0, 207, 0, 206, 0, 196, 0, 204, 0, 201, 0, 196, 0, 205, 0, 204, 0, 202, 0, 207, 0, 193, 0, 202, 0, 203, 0, 207, 0, 207, 0, 208, 0, 206, 0, 207, 0, 209, 0, 208, 0, 210, 0, 212, 0, 211, 0, 210, 0, 213, 0, 212, 0, 199, 0, 214, 0, 205, 0, 199, 0, 215, 0, 214, 0, 203, 0, 209, 0, 207, 0, 203, 0, 216, 0, 209, 0, 217, 0, 219, 0, 218, 0, 217, 0, 220, 0, 219, 0, 221, 0, 223, 0, 222, 0, 221, 0, 224, 0, 223, 0, 205, 0, 225, 0, 204, 0, 205, 0, 214, 0, 225, 0, 204, 0, 216, 0, 203, 0, 204, 0, 225, 0, 216, 0, 224, 0, 211, 0, 226, 0, 221, 0, 211, 0, 224, 0, 210, 0, 211, 0, 221, 0, 200, 0, 215, 0, 199, 0, 200, 0, 227, 0, 215, 0, 219, 0, 229, 0, 228, 0, 219, 0, 230, 0, 229, 0, 224, 0, 231, 0, 223, 0, 224, 0, 232, 0, 231, 0, 228, 0, 234, 0, 233, 0, 228, 0, 229, 0, 234, 0, 226, 0, 232, 0, 224, 0, 226, 0, 235, 0, 232, 0, 220, 0, 230, 0, 219, 0, 220, 0, 236, 0, 230, 0, 233, 0, 235, 0, 226, 0, 233, 0, 234, 0, 235, 0, 237, 0, 214, 0, 238, 0, 237, 0, 225, 0, 214, 0, 215, 0, 238, 0, 214, 0, 215, 0, 218, 0, 238, 0, 218, 0, 227, 0, 217, 0, 218, 0, 215, 0, 227, 0, 221, 0, 216, 0, 210, 0, 221, 0, 209, 0, 216, 0, 209, 0, 222, 0, 208, 0, 209, 0, 221, 0, 222, 0, 225, 0, 210, 0, 216, 0, 225, 0, 237, 0, 210, 0, 218, 0, 219, 0, 238, 0, 238, 0, 219, 0, 239, 0, 239, 0, 219, 0, 228, 0, 240, 0, 242, 0, 241, 0, 243, 0, 245, 0, 244, 0, 243, 0, 246, 0, 245, 0, 247, 0, 249, 0, 248, 0, 247, 0, 250, 0, 249, 0, 251, 0, 253, 0, 252, 0, 251, 0, 254, 0, 253, 0, 255, 0, 0, 1, 242, 0, 255, 0, 1, 1, 0, 1, 2, 1, 4, 1, 3, 1, 2, 1, 5, 1, 4, 1, 6, 1, 254, 0, 251, 0, 6, 1, 7, 1, 254, 0, 242, 0, 8, 1, 241, 0, 242, 0, 0, 1, 8, 1, 240, 0, 246, 0, 243, 0, 240, 0, 241, 0, 246, 0, 241, 0, 9, 1, 246, 0, 241, 0, 8, 1, 9, 1, 3, 1, 1, 1, 255, 0, 3, 1, 4, 1, 1, 1, 7, 1, 10, 1, 254, 0, 7, 1, 11, 1, 10, 1, 12, 1, 11, 1, 7, 1, 12, 1, 13, 1, 11, 1, 250, 0, 14, 1, 249, 0, 250, 0, 15, 1, 14, 1, 254, 0, 16, 1, 253, 0, 254, 0, 10, 1, 16, 1, 251, 0, 8, 1, 6, 1, 251, 0, 9, 1, 8, 1, 248, 0, 5, 1, 247, 0, 248, 0, 4, 1, 5, 1, 1, 1, 17, 1, 0, 1, 4, 1, 18, 1, 1, 1, 4, 1, 248, 0, 18, 1, 9, 1, 252, 0, 19, 1, 9, 1, 251, 0, 252, 0, 0, 1, 6, 1, 8, 1, 0, 1, 20, 1, 6, 1, 246, 0, 19, 1, 245, 0, 246, 0, 9, 1, 19, 1, 15, 1, 21, 1, 14, 1, 15, 1, 22, 1, 21, 1, 226, 0, 23, 1, 233, 0, 226, 0, 24, 1, 23, 1, 211, 0, 24, 1, 226, 0, 211, 0, 212, 0, 24, 1, 237, 0, 213, 0, 210, 0, 237, 0, 25, 1, 213, 0, 233, 0, 26, 1, 228, 0, 233, 0, 23, 1, 26, 1, 238, 0, 25, 1, 237, 0, 238, 0, 27, 1, 25, 1, 20, 1, 28, 1, 6, 1, 6, 1, 28, 1, 12, 1, 6, 1, 12, 1, 7, 1, 248, 0, 249, 0, 18, 1, 18, 1, 249, 0, 29, 1, 29, 1, 249, 0, 30, 1, 249, 0, 31, 1, 30, 1, 249, 0, 14, 1, 31, 1, 30, 1, 31, 1, 32, 1, 32, 1, 31, 1, 12, 1, 12, 1, 31, 1, 13, 1, 20, 1, 33, 1, 28, 1, 20, 1, 34, 1, 33, 1, 18, 1, 35, 1, 17, 1, 18, 1, 36, 1, 35, 1, 17, 1, 34, 1, 20, 1, 17, 1, 35, 1, 34, 1, 17, 1, 1, 1, 18, 1, 0, 1, 17, 1, 20, 1, 147, 0, 38, 1, 37, 1, 147, 0, 148, 0, 38, 1, 143, 0, 40, 1, 39, 1, 143, 0, 144, 0, 40, 1, 150, 0, 39, 1, 41, 1, 150, 0, 143, 0, 39, 1, 148, 0, 41, 1, 38, 1, 148, 0, 150, 0, 41, 1, 187, 0, 42, 1, 186, 0, 187, 0, 43, 1, 42, 1, 186, 0, 44, 1, 185, 0, 186, 0, 42, 1, 44, 1, 185, 0, 45, 1, 184, 0, 185, 0, 44, 1, 45, 1, 184, 0, 46, 1, 183, 0, 184, 0, 45, 1, 46, 1, 189, 0, 47, 1, 188, 0, 189, 0, 48, 1, 47, 1, 188, 0, 43, 1, 187, 0, 188, 0, 47, 1, 43, 1, 49, 1, 51, 1, 50, 1, 52, 1, 54, 1, 53, 1, 55, 1, 57, 1, 56, 1, 189, 0, 37, 1, 48, 1, 189, 0, 147, 0, 37, 1, 144, 0, 46, 1, 40, 1, 144, 0, 183, 0, 46, 1, 58, 1, 60, 1, 59, 1, 58, 1, 61, 1, 60, 1, 61, 1, 62, 1, 60, 1, 61, 1, 63, 1, 62, 1, 54, 1, 65, 1, 64, 1, 54, 1, 66, 1, 65, 1, 51, 1, 67, 1, 50, 1, 51, 1, 68, 1, 67, 1, 64, 1, 68, 1, 51, 1, 64, 1, 65, 1, 68, 1, 52, 1, 66, 1, 54, 1, 52, 1, 69, 1, 66, 1, 70, 1, 49, 1, 71, 1, 72, 1, 74, 1, 73, 1, 72, 1, 70, 1, 74, 1, 70, 1, 64, 1, 51, 1, 64, 1, 70, 1, 72, 1, 72, 1, 54, 1, 64, 1, 70, 1, 51, 1, 49, 1, 53, 1, 54, 1, 75, 1, 75, 1, 54, 1, 72, 1, 56, 1, 73, 1, 74, 1, 57, 1, 73, 1, 56, 1, 195, 0, 201, 0, 76, 1, 195, 0, 196, 0, 201, 0, 77, 1, 193, 0, 190, 0, 77, 1, 202, 0, 193, 0, 78, 1, 197, 0, 194, 0, 78, 1, 198, 0, 197, 0, 76, 1, 202, 0, 77, 1, 76, 1, 201, 0, 202, 0, 239, 0, 27, 1, 238, 0, 239, 0, 79, 1, 27, 1, 80, 1, 3, 1, 81, 1, 80, 1, 2, 1, 3, 1, 81, 1, 255, 0, 82, 1, 81, 1, 3, 1, 255, 0, 82, 1, 242, 0, 240, 0, 82, 1, 255, 0, 242, 0, 14, 1, 83, 1, 31, 1, 14, 1, 21, 1, 83, 1, 11, 1, 84, 1, 10, 1, 11, 1, 85, 1, 84, 1, 31, 1, 86, 1, 13, 1, 31, 1, 83, 1, 86, 1, 13, 1, 85, 1, 11, 1, 13, 1, 86, 1, 85, 1, 10, 1, 87, 1, 16, 1, 10, 1, 84, 1, 87, 1, 30, 1, 88, 1, 29, 1, 30, 1, 89, 1, 88, 1, 228, 0, 79, 1, 239, 0, 228, 0, 26, 1, 79, 1, 32, 1, 89, 1, 30, 1, 32, 1, 90, 1, 89, 1, 12, 1, 90, 1, 32, 1, 12, 1, 91, 1, 90, 1, 28, 1, 91, 1, 12, 1, 28, 1, 33, 1, 91, 1, 29, 1, 36, 1, 18, 1, 29, 1, 88, 1, 36, 1, 92, 1, 62, 1, 63, 1, 92, 1, 93, 1, 62, 1, 94, 1, 93, 1, 92, 1, 95, 1, 93, 1, 94, 1, 96, 1, 93, 1, 95, 1, 97, 1, 93, 1, 96, 1, 53, 1, 93, 1, 97, 1, 53, 1, 75, 1, 93, 1, 98, 1, 100, 1, 99, 1, 98, 1, 101, 1, 100, 1, 101, 1, 102, 1, 100, 1, 101, 1, 103, 1, 102, 1, 98, 1, 105, 1, 104, 1, 98, 1, 99, 1, 105, 1, 106, 1, 58, 1, 103, 1, 103, 1, 58, 1, 102, 1, 102, 1, 58, 1, 59, 1, 104, 1, 105, 1, 107, 1, 107, 1, 105, 1, 57, 1, 107, 1, 57, 1, 108, 1, 108, 1, 57, 1, 55, 1, 109, 1, 107, 1, 49, 1, 108, 1, 71, 1, 107, 1, 71, 1, 49, 1, 107, 1, 110, 1, 112, 1, 111, 1, 110, 1, 113, 1, 112, 1, 4, 0, 114, 1, 7, 0, 4, 0, 115, 1, 114, 1, 8, 0, 117, 1, 116, 1, 8, 0, 9, 0, 117, 1, 12, 0, 111, 1, 13, 0, 12, 0, 110, 1, 111, 1, 116, 1, 114, 1, 118, 1, 116, 1, 117, 1, 114, 1, 118, 1, 115, 1, 119, 1, 118, 1, 114, 1, 115, 1, 113, 1, 115, 1, 112, 1, 113, 1, 119, 1, 115, 1, 4, 0, 112, 1, 115, 1, 4, 0, 16, 0, 112, 1, 16, 0, 111, 1, 112, 1, 16, 0, 13, 0, 111, 1, 7, 0, 117, 1, 9, 0, 7, 0, 114, 1, 117, 1, 120, 1, 122, 1, 121, 1, 120, 1, 123, 1, 122, 1, 122, 1, 125, 1, 124, 1, 122, 1, 126, 1, 125, 1, 127, 1, 129, 1, 128, 1, 127, 1, 130, 1, 129, 1, 131, 1, 133, 1, 132, 1, 131, 1, 134, 1, 133, 1, 135, 1, 137, 1, 136, 1, 135, 1, 138, 1, 137, 1, 138, 1, 132, 1, 137, 1, 138, 1, 131, 1, 132, 1, 139, 1, 136, 1, 140, 1, 139, 1, 135, 1, 136, 1, 137, 1, 142, 1, 141, 1, 137, 1, 132, 1, 142, 1, 140, 1, 144, 1, 143, 1, 140, 1, 136, 1, 144, 1, 145, 1, 147, 1, 146, 1, 145, 1, 148, 1, 147, 1, 132, 1, 149, 1, 142, 1, 132, 1, 133, 1, 149, 1, 136, 1, 141, 1, 144, 1, 136, 1, 137, 1, 141, 1, 148, 1, 150, 1, 147, 1, 148, 1, 151, 1, 150, 1, 151, 1, 143, 1, 150, 1, 151, 1, 140, 1, 143, 1, 133, 1, 146, 1, 149, 1, 133, 1, 145, 1, 146, 1, 147, 1, 150, 1, 152, 1, 150, 1, 143, 1, 152, 1, 149, 1, 146, 1, 152, 1, 141, 1, 142, 1, 153, 1, 143, 1, 153, 1, 152, 1, 143, 1, 144, 1, 153, 1, 146, 1, 147, 1, 152, 1, 142, 1, 152, 1, 153, 1, 142, 1, 149, 1, 152, 1, 144, 1, 141, 1, 153, 1, 154, 1, 151, 1, 148, 1, 154, 1, 155, 1, 151, 1, 155, 1, 140, 1, 151, 1, 155, 1, 139, 1, 140, 1, 156, 1, 148, 1, 145, 1, 156, 1, 154, 1, 148, 1, 134, 1, 145, 1, 133, 1, 134, 1, 156, 1, 145, 1, 157, 1, 159, 1, 158, 1, 157, 1, 160, 1, 159, 1, 161, 1, 163, 1, 162, 1, 161, 1, 164, 1, 163, 1, 165, 1, 161, 1, 166, 1, 165, 1, 167, 1, 161, 1, 167, 1, 164, 1, 161, 1, 167, 1, 168, 1, 164, 1, 169, 1, 166, 1, 170, 1, 169, 1, 165, 1, 166, 1, 168, 1, 171, 1, 164, 1, 168, 1, 172, 1, 171, 1, 173, 1, 170, 1, 160, 1, 173, 1, 169, 1, 170, 1, 172, 1, 174, 1, 171, 1, 172, 1, 175, 1, 174, 1, 176, 1, 160, 1, 157, 1, 176, 1, 173, 1, 160, 1, 177, 1, 179, 1, 178, 1, 177, 1, 180, 1, 179, 1, 181, 1, 183, 1, 182, 1, 181, 1, 184, 1, 183, 1, 185, 1, 187, 1, 186, 1, 185, 1, 178, 1, 187, 1, 188, 1, 190, 1, 189, 1, 188, 1, 191, 1, 190, 1, 192, 1, 194, 1, 193, 1, 192, 1, 189, 1, 194, 1, 189, 1, 195, 1, 194, 1, 189, 1, 190, 1, 195, 1, 193, 1, 194, 1, 196, 1, 194, 1, 195, 1, 196, 1, 195, 1, 197, 1, 196, 1, 160, 1, 170, 1, 159, 1, 168, 1, 199, 1, 198, 1, 168, 1, 167, 1, 199, 1, 172, 1, 198, 1, 200, 1, 172, 1, 168, 1, 198, 1, 175, 1, 157, 1, 174, 1, 175, 1, 176, 1, 157, 1, 201, 1, 127, 1, 202, 1, 201, 1, 203, 1, 127, 1, 123, 1, 126, 1, 122, 1, 123, 1, 204, 1, 126, 1, 205, 1, 121, 1, 206, 1, 205, 1, 120, 1, 121, 1, 203, 1, 130, 1, 127, 1, 203, 1, 207, 1, 130, 1, 204, 1, 202, 1, 126, 1, 204, 1, 201, 1, 202, 1, 207, 1, 208, 1, 130, 1, 207, 1, 209, 1, 208, 1, 209, 1, 206, 1, 208, 1, 209, 1, 205, 1, 206, 1, 121, 1, 124, 1, 210, 1, 121, 1, 122, 1, 124, 1, 130, 1, 211, 1, 129, 1, 130, 1, 208, 1, 211, 1, 208, 1, 212, 1, 211, 1, 208, 1, 206, 1, 212, 1, 202, 1, 128, 1, 213, 1, 202, 1, 127, 1, 128, 1, 206, 1, 210, 1, 212, 1, 206, 1, 121, 1, 210, 1, 126, 1, 213, 1, 125, 1, 126, 1, 202, 1, 213, 1, 128, 1, 215, 1, 214, 1, 128, 1, 129, 1, 215, 1, 129, 1, 216, 1, 215, 1, 129, 1, 211, 1, 216, 1, 211, 1, 217, 1, 216, 1, 211, 1, 212, 1, 217, 1, 213, 1, 214, 1, 218, 1, 213, 1, 128, 1, 214, 1, 125, 1, 218, 1, 219, 1, 125, 1, 213, 1, 218, 1, 212, 1, 220, 1, 217, 1, 212, 1, 210, 1, 220, 1, 210, 1, 221, 1, 220, 1, 210, 1, 124, 1, 221, 1, 124, 1, 219, 1, 221, 1, 124, 1, 125, 1, 219, 1, 174, 1, 158, 1, 222, 1, 174, 1, 157, 1, 158, 1, 164, 1, 223, 1, 163, 1, 164, 1, 171, 1, 223, 1, 166, 1, 162, 1, 224, 1, 166, 1, 161, 1, 162, 1, 171, 1, 222, 1, 223, 1, 171, 1, 174, 1, 222, 1, 225, 1, 227, 1, 226, 1, 225, 1, 228, 1, 227, 1, 229, 1, 226, 1, 184, 1, 229, 1, 225, 1, 226, 1, 228, 1, 230, 1, 227, 1, 228, 1, 231, 1, 230, 1, 232, 1, 184, 1, 181, 1, 232, 1, 229, 1, 184, 1, 233, 1, 178, 1, 185, 1, 233, 1, 177, 1, 178, 1, 180, 1, 181, 1, 179, 1, 180, 1, 232, 1, 181, 1, 231, 1, 185, 1, 230, 1, 231, 1, 233, 1, 185, 1, 227, 1, 200, 1, 198, 1, 227, 1, 230, 1, 200, 1, 184, 1, 199, 1, 183, 1, 184, 1, 226, 1, 199, 1, 230, 1, 186, 1, 200, 1, 230, 1, 185, 1, 186, 1, 179, 1, 182, 1, 234, 1, 179, 1, 181, 1, 182, 1, 178, 1, 234, 1, 187, 1, 178, 1, 179, 1, 234, 1, 226, 1, 198, 1, 199, 1, 226, 1, 227, 1, 198, 1, 191, 1, 235, 1, 190, 1, 191, 1, 236, 1, 235, 1, 237, 1, 192, 1, 238, 1, 237, 1, 239, 1, 192, 1, 239, 1, 189, 1, 192, 1, 239, 1, 188, 1, 189, 1, 238, 1, 193, 1, 240, 1, 238, 1, 192, 1, 193, 1, 190, 1, 197, 1, 195, 1, 190, 1, 235, 1, 197, 1, 240, 1, 193, 1, 196, 1, 170, 1, 224, 1, 159, 1, 170, 1, 166, 1, 224, 1, 187, 1, 173, 1, 176, 1, 187, 1, 234, 1, 173, 1, 176, 1, 186, 1, 187, 1, 176, 1, 175, 1, 186, 1, 167, 1, 183, 1, 199, 1, 167, 1, 165, 1, 183, 1, 169, 1, 234, 1, 182, 1, 169, 1, 173, 1, 234, 1, 200, 1, 175, 1, 172, 1, 200, 1, 186, 1, 175, 1, 182, 1, 165, 1, 169, 1, 182, 1, 183, 1, 165, 1, 241, 1, 243, 1, 242, 1, 241, 1, 244, 1, 243, 1, 158, 1, 159, 1, 244, 1, 241, 1, 222, 1, 244, 1, 222, 1, 158, 1, 244, 1, 159, 1, 224, 1, 244, 1, 236, 1, 238, 1, 235, 1, 236, 1, 237, 1, 238, 1, 240, 1, 235, 1, 238, 1, 240, 1, 197, 1, 235, 1, 197, 1, 240, 1, 196, 1, 245, 1, 247, 1, 246, 1, 245, 1, 248, 1, 247, 1, 249, 1, 251, 1, 250, 1, 249, 1, 252, 1, 251, 1, 250, 1, 254, 1, 253, 1, 250, 1, 251, 1, 254, 1, 253, 1, 248, 1, 245, 1, 253, 1, 254, 1, 248, 1, 255, 1, 250, 1, 0, 2, 255, 1, 249, 1, 250, 1, 1, 2, 246, 1, 2, 2, 1, 2, 245, 1, 246, 1, 3, 2, 245, 1, 1, 2, 3, 2, 253, 1, 245, 1, 0, 2, 253, 1, 3, 2, 0, 2, 250, 1, 253, 1, 4, 2, 6, 2, 5, 2, 4, 2, 7, 2, 6, 2, 7, 2, 8, 2, 6, 2, 7, 2, 9, 2, 8, 2, 9, 2, 10, 2, 8, 2, 9, 2, 11, 2, 10, 2, 12, 2, 2, 2, 13, 2, 12, 2, 1, 2, 2, 2, 11, 2, 14, 2, 10, 2, 11, 2, 15, 2, 14, 2, 16, 2, 1, 2, 12, 2, 16, 2, 3, 2, 1, 2, 15, 2, 17, 2, 14, 2, 15, 2, 18, 2, 17, 2, 19, 2, 3, 2, 16, 2, 19, 2, 0, 2, 3, 2, 20, 2, 0, 2, 19, 2, 20, 2, 255, 1, 0, 2, 21, 2, 5, 2, 22, 2, 21, 2, 4, 2, 5, 2, 6, 2, 24, 2, 23, 2, 6, 2, 8, 2, 24, 2, 8, 2, 25, 2, 24, 2, 8, 2, 10, 2, 25, 2, 10, 2, 26, 2, 25, 2, 10, 2, 14, 2, 26, 2, 14, 2, 27, 2, 26, 2, 14, 2, 17, 2, 27, 2, 22, 2, 29, 2, 28, 2, 22, 2, 5, 2, 29, 2, 5, 2, 23, 2, 29, 2, 5, 2, 6, 2, 23, 2, 26, 2, 31, 2, 30, 2, 26, 2, 27, 2, 31, 2, 24, 2, 33, 2, 32, 2, 24, 2, 25, 2, 33, 2, 23, 2, 32, 2, 34, 2, 23, 2, 24, 2, 32, 2, 29, 2, 34, 2, 35, 2, 29, 2, 23, 2, 34, 2, 25, 2, 30, 2, 33, 2, 25, 2, 26, 2, 30, 2, 28, 2, 35, 2, 36, 2, 28, 2, 29, 2, 35, 2, 28, 2, 252, 1, 249, 1, 28, 2, 36, 2, 252, 1, 246, 1, 31, 2, 27, 2, 246, 1, 247, 1, 31, 2, 22, 2, 249, 1, 255, 1, 22, 2, 28, 2, 249, 1, 2, 2, 27, 2, 17, 2, 2, 2, 246, 1, 27, 2, 21, 2, 255, 1, 20, 2, 21, 2, 22, 2, 255, 1, 13, 2, 17, 2, 18, 2, 13, 2, 2, 2, 17, 2, 37, 2, 192, 0, 38, 2, 37, 2, 191, 0, 192, 0, 39, 2, 41, 2, 40, 2, 39, 2, 42, 2, 41, 2, 198, 0, 43, 2, 200, 0, 198, 0, 40, 2, 43, 2, 44, 2, 46, 2, 45, 2, 44, 2, 47, 2, 46, 2, 40, 2, 48, 2, 43, 2, 40, 2, 41, 2, 48, 2, 38, 2, 206, 0, 49, 2, 38, 2, 192, 0, 206, 0, 41, 2, 45, 2, 48, 2, 41, 2, 44, 2, 45, 2, 47, 2, 49, 2, 46, 2, 47, 2, 38, 2, 49, 2, 49, 2, 208, 0, 50, 2, 49, 2, 206, 0, 208, 0, 51, 2, 53, 2, 52, 2, 51, 2, 54, 2, 53, 2, 43, 2, 56, 2, 55, 2, 43, 2, 48, 2, 56, 2, 46, 2, 50, 2, 57, 2, 46, 2, 49, 2, 50, 2, 217, 0, 58, 2, 220, 0, 217, 0, 59, 2, 58, 2, 60, 2, 223, 0, 61, 2, 60, 2, 222, 0, 223, 0, 48, 2, 62, 2, 56, 2, 48, 2, 45, 2, 62, 2, 45, 2, 57, 2, 62, 2, 45, 2, 46, 2, 57, 2, 54, 2, 61, 2, 63, 2, 54, 2, 60, 2, 61, 2, 51, 2, 60, 2, 54, 2, 200, 0, 55, 2, 227, 0, 200, 0, 43, 2, 55, 2, 58, 2, 229, 0, 230, 0, 58, 2, 64, 2, 229, 0, 61, 2, 231, 0, 232, 0, 61, 2, 223, 0, 231, 0, 64, 2, 234, 0, 229, 0, 64, 2, 65, 2, 234, 0, 63, 2, 232, 0, 235, 0, 63, 2, 61, 2, 232, 0, 220, 0, 230, 0, 236, 0, 220, 0, 58, 2, 230, 0, 65, 2, 235, 0, 234, 0, 65, 2, 63, 2, 235, 0, 66, 2, 56, 2, 62, 2, 66, 2, 67, 2, 56, 2, 55, 2, 67, 2, 59, 2, 55, 2, 56, 2, 67, 2, 59, 2, 227, 0, 55, 2, 59, 2, 217, 0, 227, 0, 60, 2, 57, 2, 50, 2, 60, 2, 51, 2, 57, 2, 50, 2, 222, 0, 60, 2, 50, 2, 208, 0, 222, 0, 62, 2, 51, 2, 66, 2, 62, 2, 57, 2, 51, 2, 59, 2, 67, 2, 58, 2, 58, 2, 67, 2, 68, 2, 58, 2, 68, 2, 64, 2, 69, 2, 71, 2, 70, 2, 72, 2, 245, 0, 73, 2, 72, 2, 244, 0, 245, 0, 247, 0, 74, 2, 250, 0, 247, 0, 75, 2, 74, 2, 76, 2, 253, 0, 77, 2, 76, 2, 252, 0, 253, 0, 78, 2, 80, 2, 79, 2, 78, 2, 70, 2, 80, 2, 2, 1, 81, 2, 5, 1, 2, 1, 82, 2, 81, 2, 83, 2, 77, 2, 84, 2, 83, 2, 76, 2, 77, 2, 70, 2, 85, 2, 80, 2, 70, 2, 71, 2, 85, 2, 69, 2, 73, 2, 71, 2, 69, 2, 72, 2, 73, 2, 71, 2, 86, 2, 85, 2, 71, 2, 73, 2, 86, 2, 82, 2, 79, 2, 81, 2, 82, 2, 78, 2, 79, 2, 84, 2, 88, 2, 87, 2, 84, 2, 77, 2, 88, 2, 89, 2, 87, 2, 90, 2, 89, 2, 84, 2, 87, 2, 250, 0, 91, 2, 15, 1, 250, 0, 74, 2, 91, 2, 77, 2, 16, 1, 88, 2, 77, 2, 253, 0, 16, 1, 76, 2, 85, 2, 86, 2, 76, 2, 83, 2, 85, 2, 75, 2, 5, 1, 81, 2, 75, 2, 247, 0, 5, 1, 79, 2, 80, 2, 92, 2, 81, 2, 93, 2, 75, 2, 81, 2, 79, 2, 93, 2, 86, 2, 252, 0, 76, 2, 86, 2, 19, 1, 252, 0, 80, 2, 83, 2, 94, 2, 80, 2, 85, 2, 83, 2, 73, 2, 19, 1, 86, 2, 73, 2, 245, 0, 19, 1, 15, 1, 95, 2, 22, 1, 15, 1, 91, 2, 95, 2, 63, 2, 97, 2, 96, 2, 63, 2, 65, 2, 97, 2, 54, 2, 96, 2, 53, 2, 54, 2, 63, 2, 96, 2, 66, 2, 52, 2, 98, 2, 66, 2, 51, 2, 52, 2, 65, 2, 99, 2, 97, 2, 65, 2, 64, 2, 99, 2, 67, 2, 98, 2, 100, 2, 67, 2, 66, 2, 98, 2, 94, 2, 83, 2, 101, 2, 101, 2, 83, 2, 89, 2, 89, 2, 83, 2, 84, 2, 75, 2, 93, 2, 74, 2, 74, 2, 93, 2, 102, 2, 74, 2, 102, 2, 103, 2, 74, 2, 104, 2, 91, 2, 74, 2, 103, 2, 104, 2, 103, 2, 105, 2, 104, 2, 104, 2, 105, 2, 89, 2, 104, 2, 89, 2, 90, 2, 94, 2, 107, 2, 106, 2, 94, 2, 101, 2, 107, 2, 93, 2, 109, 2, 108, 2, 93, 2, 92, 2, 109, 2, 92, 2, 106, 2, 109, 2, 92, 2, 94, 2, 106, 2, 92, 2, 93, 2, 79, 2, 80, 2, 94, 2, 92, 2, 252, 1, 110, 2, 251, 1, 252, 1, 111, 2, 110, 2, 248, 1, 112, 2, 247, 1, 248, 1, 113, 2, 112, 2, 254, 1, 113, 2, 248, 1, 254, 1, 114, 2, 113, 2, 251, 1, 114, 2, 254, 1, 251, 1, 110, 2, 114, 2, 34, 2, 116, 2, 115, 2, 34, 2, 32, 2, 116, 2, 32, 2, 117, 2, 116, 2, 32, 2, 33, 2, 117, 2, 33, 2, 118, 2, 117, 2, 33, 2, 30, 2, 118, 2, 30, 2, 119, 2, 118, 2, 30, 2, 31, 2, 119, 2, 36, 2, 121, 2, 120, 2, 36, 2, 35, 2, 121, 2, 35, 2, 115, 2, 121, 2, 35, 2, 34, 2, 115, 2, 49, 1, 50, 1, 122, 2, 52, 1, 53, 1, 123, 2, 124, 2, 126, 2, 125, 2, 36, 2, 111, 2, 252, 1, 36, 2, 120, 2, 111, 2, 247, 1, 119, 2, 31, 2, 247, 1, 112, 2, 119, 2, 58, 1, 127, 2, 61, 1, 58, 1, 128, 2, 127, 2, 61, 1, 129, 2, 63, 1, 61, 1, 127, 2, 129, 2, 123, 2, 131, 2, 130, 2, 123, 2, 132, 2, 131, 2, 122, 2, 67, 1, 133, 2, 122, 2, 50, 1, 67, 1, 132, 2, 133, 2, 131, 2, 132, 2, 122, 2, 133, 2, 52, 1, 130, 2, 69, 1, 52, 1, 123, 2, 130, 2, 134, 2, 135, 2, 49, 1, 136, 2, 138, 2, 137, 2, 136, 2, 137, 2, 134, 2, 134, 2, 122, 2, 132, 2, 132, 2, 136, 2, 134, 2, 136, 2, 132, 2, 123, 2, 134, 2, 49, 1, 122, 2, 53, 1, 139, 2, 123, 2, 139, 2, 136, 2, 123, 2, 126, 2, 137, 2, 138, 2, 125, 2, 126, 2, 138, 2, 42, 2, 44, 2, 41, 2, 42, 2, 140, 2, 44, 2, 141, 2, 38, 2, 47, 2, 141, 2, 37, 2, 38, 2, 78, 1, 40, 2, 198, 0, 78, 1, 39, 2, 40, 2, 140, 2, 47, 2, 44, 2, 140, 2, 141, 2, 47, 2, 68, 2, 100, 2, 142, 2, 68, 2, 67, 2, 100, 2, 80, 1, 82, 2, 2, 1, 80, 1, 143, 2, 82, 2, 143, 2, 78, 2, 82, 2, 143, 2, 144, 2, 78, 2, 144, 2, 70, 2, 78, 2, 144, 2, 69, 2, 70, 2, 91, 2, 145, 2, 95, 2, 91, 2, 104, 2, 145, 2, 87, 2, 147, 2, 146, 2, 87, 2, 88, 2, 147, 2, 104, 2, 148, 2, 145, 2, 104, 2, 90, 2, 148, 2, 90, 2, 146, 2, 148, 2, 90, 2, 87, 2, 146, 2, 88, 2, 87, 1, 147, 2, 88, 2, 16, 1, 87, 1, 103, 2, 150, 2, 149, 2, 103, 2, 102, 2, 150, 2, 64, 2, 142, 2, 99, 2, 64, 2, 68, 2, 142, 2, 105, 2, 149, 2, 151, 2, 105, 2, 103, 2, 149, 2, 89, 2, 151, 2, 152, 2, 89, 2, 105, 2, 151, 2, 101, 2, 152, 2, 107, 2, 101, 2, 89, 2, 152, 2, 102, 2, 108, 2, 150, 2, 102, 2, 93, 2, 108, 2, 153, 2, 63, 1, 129, 2, 153, 2, 92, 1, 63, 1, 153, 2, 154, 2, 92, 1, 153, 2, 155, 2, 154, 2, 153, 2, 156, 2, 155, 2, 153, 2, 97, 1, 156, 2, 139, 2, 97, 1, 153, 2, 53, 1, 97, 1, 139, 2, 157, 2, 159, 2, 158, 2, 157, 2, 160, 2, 159, 2, 158, 2, 162, 2, 161, 2, 158, 2, 159, 2, 162, 2, 157, 2, 163, 2, 160, 2, 157, 2, 164, 2, 163, 2, 128, 2, 161, 2, 162, 2, 106, 1, 161, 2, 128, 2, 106, 1, 128, 2, 58, 1, 164, 2, 125, 2, 163, 2, 164, 2, 165, 2, 125, 2, 125, 2, 165, 2, 124, 2, 124, 2, 165, 2, 166, 2, 109, 1, 49, 1, 165, 2, 166, 2, 165, 2, 135, 2, 135, 2, 165, 2, 49, 1), -"blend_shape_data": [], -"format": 98243, +"format": 7171, "index_count": 3246, -"material": SubResource( 2 ), -"primitive": 4, -"skeleton_aabb": [], -"vertex_count": 679 -} -surfaces/1 = { +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 10, 0, 9, 0, 8, 0, 11, 0, 10, 0, 12, 0, 3, 0, 0, 0, 12, 0, 13, 0, 3, 0, 11, 0, 6, 0, 10, 0, 11, 0, 14, 0, 6, 0, 14, 0, 5, 0, 6, 0, 14, 0, 15, 0, 5, 0, 1, 0, 5, 0, 15, 0, 1, 0, 2, 0, 5, 0, 4, 0, 2, 0, 16, 0, 4, 0, 5, 0, 2, 0, 16, 0, 3, 0, 13, 0, 16, 0, 2, 0, 3, 0, 7, 0, 10, 0, 6, 0, 7, 0, 9, 0, 10, 0, 17, 0, 19, 0, 18, 0, 17, 0, 20, 0, 19, 0, 19, 0, 22, 0, 21, 0, 19, 0, 23, 0, 22, 0, 24, 0, 26, 0, 25, 0, 24, 0, 27, 0, 26, 0, 28, 0, 30, 0, 29, 0, 28, 0, 31, 0, 30, 0, 32, 0, 34, 0, 33, 0, 32, 0, 35, 0, 34, 0, 33, 0, 31, 0, 28, 0, 33, 0, 34, 0, 31, 0, 36, 0, 35, 0, 32, 0, 36, 0, 37, 0, 35, 0, 34, 0, 38, 0, 31, 0, 34, 0, 39, 0, 38, 0, 37, 0, 40, 0, 35, 0, 37, 0, 41, 0, 40, 0, 42, 0, 44, 0, 43, 0, 42, 0, 45, 0, 44, 0, 31, 0, 46, 0, 30, 0, 31, 0, 38, 0, 46, 0, 35, 0, 39, 0, 34, 0, 35, 0, 40, 0, 39, 0, 43, 0, 48, 0, 47, 0, 43, 0, 44, 0, 48, 0, 47, 0, 41, 0, 37, 0, 47, 0, 48, 0, 41, 0, 30, 0, 45, 0, 42, 0, 30, 0, 46, 0, 45, 0, 44, 0, 49, 0, 48, 0, 48, 0, 49, 0, 41, 0, 46, 0, 49, 0, 45, 0, 39, 0, 50, 0, 38, 0, 41, 0, 50, 0, 40, 0, 41, 0, 49, 0, 50, 0, 45, 0, 49, 0, 44, 0, 38, 0, 49, 0, 46, 0, 38, 0, 50, 0, 49, 0, 40, 0, 50, 0, 39, 0, 51, 0, 47, 0, 52, 0, 51, 0, 43, 0, 47, 0, 52, 0, 37, 0, 36, 0, 52, 0, 47, 0, 37, 0, 53, 0, 43, 0, 51, 0, 53, 0, 42, 0, 43, 0, 29, 0, 42, 0, 53, 0, 29, 0, 30, 0, 42, 0, 54, 0, 56, 0, 55, 0, 54, 0, 57, 0, 56, 0, 58, 0, 60, 0, 59, 0, 58, 0, 61, 0, 60, 0, 62, 0, 58, 0, 63, 0, 62, 0, 64, 0, 58, 0, 63, 0, 59, 0, 65, 0, 63, 0, 58, 0, 59, 0, 66, 0, 64, 0, 62, 0, 66, 0, 67, 0, 64, 0, 65, 0, 69, 0, 68, 0, 65, 0, 59, 0, 69, 0, 70, 0, 67, 0, 66, 0, 70, 0, 55, 0, 67, 0, 68, 0, 72, 0, 71, 0, 68, 0, 69, 0, 72, 0, 73, 0, 55, 0, 70, 0, 73, 0, 54, 0, 55, 0, 74, 0, 76, 0, 75, 0, 74, 0, 77, 0, 76, 0, 78, 0, 80, 0, 79, 0, 78, 0, 81, 0, 80, 0, 82, 0, 83, 0, 77, 0, 82, 0, 84, 0, 83, 0, 85, 0, 87, 0, 86, 0, 85, 0, 88, 0, 87, 0, 89, 0, 90, 0, 88, 0, 89, 0, 91, 0, 90, 0, 88, 0, 92, 0, 87, 0, 88, 0, 90, 0, 92, 0, 91, 0, 93, 0, 90, 0, 90, 0, 93, 0, 92, 0, 92, 0, 93, 0, 94, 0, 55, 0, 56, 0, 67, 0, 65, 0, 95, 0, 63, 0, 65, 0, 96, 0, 95, 0, 68, 0, 96, 0, 65, 0, 68, 0, 97, 0, 96, 0, 71, 0, 54, 0, 73, 0, 71, 0, 72, 0, 54, 0, 98, 0, 24, 0, 99, 0, 98, 0, 100, 0, 24, 0, 18, 0, 21, 0, 101, 0, 18, 0, 19, 0, 21, 0, 102, 0, 20, 0, 17, 0, 102, 0, 103, 0, 20, 0, 99, 0, 25, 0, 104, 0, 99, 0, 24, 0, 25, 0, 101, 0, 100, 0, 98, 0, 101, 0, 21, 0, 100, 0, 104, 0, 106, 0, 105, 0, 104, 0, 25, 0, 106, 0, 105, 0, 103, 0, 102, 0, 105, 0, 106, 0, 103, 0, 20, 0, 23, 0, 19, 0, 20, 0, 107, 0, 23, 0, 25, 0, 108, 0, 106, 0, 25, 0, 26, 0, 108, 0, 106, 0, 109, 0, 103, 0, 106, 0, 108, 0, 109, 0, 100, 0, 27, 0, 24, 0, 100, 0, 110, 0, 27, 0, 103, 0, 107, 0, 20, 0, 103, 0, 109, 0, 107, 0, 21, 0, 110, 0, 100, 0, 21, 0, 22, 0, 110, 0, 27, 0, 111, 0, 26, 0, 27, 0, 112, 0, 111, 0, 26, 0, 113, 0, 108, 0, 26, 0, 111, 0, 113, 0, 108, 0, 114, 0, 109, 0, 108, 0, 113, 0, 114, 0, 110, 0, 112, 0, 27, 0, 110, 0, 115, 0, 112, 0, 22, 0, 115, 0, 110, 0, 22, 0, 116, 0, 115, 0, 109, 0, 117, 0, 107, 0, 109, 0, 114, 0, 117, 0, 107, 0, 118, 0, 23, 0, 107, 0, 117, 0, 118, 0, 23, 0, 116, 0, 22, 0, 23, 0, 118, 0, 116, 0, 72, 0, 57, 0, 54, 0, 72, 0, 119, 0, 57, 0, 59, 0, 120, 0, 69, 0, 59, 0, 60, 0, 120, 0, 64, 0, 61, 0, 58, 0, 64, 0, 121, 0, 61, 0, 69, 0, 119, 0, 72, 0, 69, 0, 120, 0, 119, 0, 122, 0, 124, 0, 123, 0, 122, 0, 125, 0, 124, 0, 126, 0, 125, 0, 122, 0, 126, 0, 79, 0, 125, 0, 123, 0, 128, 0, 127, 0, 123, 0, 124, 0, 128, 0, 129, 0, 79, 0, 126, 0, 129, 0, 78, 0, 79, 0, 130, 0, 77, 0, 74, 0, 130, 0, 82, 0, 77, 0, 75, 0, 78, 0, 129, 0, 75, 0, 76, 0, 78, 0, 127, 0, 82, 0, 130, 0, 127, 0, 128, 0, 82, 0, 124, 0, 97, 0, 128, 0, 124, 0, 96, 0, 97, 0, 79, 0, 95, 0, 125, 0, 79, 0, 80, 0, 95, 0, 128, 0, 84, 0, 82, 0, 128, 0, 97, 0, 84, 0, 76, 0, 81, 0, 78, 0, 76, 0, 131, 0, 81, 0, 77, 0, 131, 0, 76, 0, 77, 0, 83, 0, 131, 0, 125, 0, 96, 0, 124, 0, 125, 0, 95, 0, 96, 0, 86, 0, 133, 0, 132, 0, 86, 0, 87, 0, 133, 0, 134, 0, 89, 0, 135, 0, 134, 0, 136, 0, 89, 0, 135, 0, 88, 0, 85, 0, 135, 0, 89, 0, 88, 0, 136, 0, 91, 0, 89, 0, 136, 0, 137, 0, 91, 0, 87, 0, 94, 0, 133, 0, 87, 0, 92, 0, 94, 0, 137, 0, 93, 0, 91, 0, 67, 0, 121, 0, 64, 0, 67, 0, 56, 0, 121, 0, 83, 0, 70, 0, 131, 0, 83, 0, 73, 0, 70, 0, 73, 0, 84, 0, 71, 0, 73, 0, 83, 0, 84, 0, 63, 0, 80, 0, 62, 0, 63, 0, 95, 0, 80, 0, 66, 0, 131, 0, 70, 0, 66, 0, 81, 0, 131, 0, 97, 0, 71, 0, 84, 0, 97, 0, 68, 0, 71, 0, 81, 0, 62, 0, 80, 0, 81, 0, 66, 0, 62, 0, 138, 0, 140, 0, 139, 0, 138, 0, 141, 0, 140, 0, 57, 0, 139, 0, 56, 0, 138, 0, 139, 0, 119, 0, 119, 0, 139, 0, 57, 0, 56, 0, 139, 0, 121, 0, 132, 0, 136, 0, 134, 0, 132, 0, 133, 0, 136, 0, 137, 0, 133, 0, 94, 0, 137, 0, 136, 0, 133, 0, 94, 0, 93, 0, 137, 0, 142, 0, 144, 0, 143, 0, 142, 0, 145, 0, 144, 0, 146, 0, 148, 0, 147, 0, 146, 0, 149, 0, 148, 0, 149, 0, 150, 0, 148, 0, 149, 0, 151, 0, 150, 0, 151, 0, 143, 0, 150, 0, 151, 0, 142, 0, 143, 0, 152, 0, 149, 0, 146, 0, 152, 0, 153, 0, 149, 0, 154, 0, 145, 0, 142, 0, 154, 0, 155, 0, 145, 0, 156, 0, 142, 0, 151, 0, 156, 0, 154, 0, 142, 0, 153, 0, 151, 0, 149, 0, 153, 0, 156, 0, 151, 0, 157, 0, 159, 0, 158, 0, 157, 0, 160, 0, 159, 0, 158, 0, 162, 0, 161, 0, 158, 0, 159, 0, 162, 0, 161, 0, 164, 0, 163, 0, 161, 0, 162, 0, 164, 0, 165, 0, 155, 0, 154, 0, 165, 0, 166, 0, 155, 0, 163, 0, 168, 0, 167, 0, 163, 0, 164, 0, 168, 0, 169, 0, 154, 0, 156, 0, 169, 0, 165, 0, 154, 0, 167, 0, 171, 0, 170, 0, 167, 0, 168, 0, 171, 0, 172, 0, 156, 0, 153, 0, 172, 0, 169, 0, 156, 0, 173, 0, 153, 0, 152, 0, 173, 0, 172, 0, 153, 0, 174, 0, 160, 0, 157, 0, 174, 0, 175, 0, 160, 0, 159, 0, 176, 0, 162, 0, 159, 0, 177, 0, 176, 0, 162, 0, 178, 0, 164, 0, 162, 0, 176, 0, 178, 0, 164, 0, 179, 0, 168, 0, 164, 0, 178, 0, 179, 0, 168, 0, 180, 0, 171, 0, 168, 0, 179, 0, 180, 0, 175, 0, 181, 0, 160, 0, 175, 0, 182, 0, 181, 0, 160, 0, 177, 0, 159, 0, 160, 0, 181, 0, 177, 0, 179, 0, 183, 0, 180, 0, 179, 0, 184, 0, 183, 0, 176, 0, 185, 0, 178, 0, 176, 0, 186, 0, 185, 0, 177, 0, 186, 0, 176, 0, 177, 0, 187, 0, 186, 0, 181, 0, 187, 0, 177, 0, 181, 0, 188, 0, 187, 0, 178, 0, 184, 0, 179, 0, 178, 0, 185, 0, 184, 0, 182, 0, 188, 0, 181, 0, 182, 0, 189, 0, 188, 0, 182, 0, 147, 0, 189, 0, 182, 0, 146, 0, 147, 0, 145, 0, 183, 0, 144, 0, 145, 0, 180, 0, 183, 0, 175, 0, 146, 0, 182, 0, 175, 0, 152, 0, 146, 0, 155, 0, 180, 0, 145, 0, 155, 0, 171, 0, 180, 0, 174, 0, 152, 0, 175, 0, 174, 0, 173, 0, 152, 0, 166, 0, 171, 0, 155, 0, 166, 0, 170, 0, 171, 0, 190, 0, 192, 0, 191, 0, 190, 0, 193, 0, 192, 0, 194, 0, 196, 0, 195, 0, 194, 0, 197, 0, 196, 0, 198, 0, 199, 0, 197, 0, 198, 0, 200, 0, 199, 0, 201, 0, 203, 0, 202, 0, 201, 0, 204, 0, 203, 0, 197, 0, 205, 0, 196, 0, 197, 0, 199, 0, 205, 0, 193, 0, 206, 0, 192, 0, 193, 0, 207, 0, 206, 0, 196, 0, 204, 0, 201, 0, 196, 0, 205, 0, 204, 0, 202, 0, 207, 0, 193, 0, 202, 0, 203, 0, 207, 0, 207, 0, 208, 0, 206, 0, 207, 0, 209, 0, 208, 0, 210, 0, 212, 0, 211, 0, 210, 0, 213, 0, 212, 0, 199, 0, 214, 0, 205, 0, 199, 0, 215, 0, 214, 0, 203, 0, 209, 0, 207, 0, 203, 0, 216, 0, 209, 0, 217, 0, 219, 0, 218, 0, 217, 0, 220, 0, 219, 0, 221, 0, 223, 0, 222, 0, 221, 0, 224, 0, 223, 0, 205, 0, 225, 0, 204, 0, 205, 0, 214, 0, 225, 0, 204, 0, 216, 0, 203, 0, 204, 0, 225, 0, 216, 0, 224, 0, 211, 0, 226, 0, 221, 0, 211, 0, 224, 0, 210, 0, 211, 0, 221, 0, 200, 0, 215, 0, 199, 0, 200, 0, 227, 0, 215, 0, 219, 0, 229, 0, 228, 0, 219, 0, 230, 0, 229, 0, 224, 0, 231, 0, 223, 0, 224, 0, 232, 0, 231, 0, 228, 0, 234, 0, 233, 0, 228, 0, 229, 0, 234, 0, 226, 0, 232, 0, 224, 0, 226, 0, 235, 0, 232, 0, 220, 0, 230, 0, 219, 0, 220, 0, 236, 0, 230, 0, 233, 0, 235, 0, 226, 0, 233, 0, 234, 0, 235, 0, 237, 0, 214, 0, 238, 0, 237, 0, 225, 0, 214, 0, 215, 0, 238, 0, 214, 0, 215, 0, 218, 0, 238, 0, 218, 0, 227, 0, 217, 0, 218, 0, 215, 0, 227, 0, 221, 0, 216, 0, 210, 0, 221, 0, 209, 0, 216, 0, 209, 0, 222, 0, 208, 0, 209, 0, 221, 0, 222, 0, 225, 0, 210, 0, 216, 0, 225, 0, 237, 0, 210, 0, 218, 0, 219, 0, 238, 0, 238, 0, 219, 0, 239, 0, 239, 0, 219, 0, 228, 0, 240, 0, 242, 0, 241, 0, 243, 0, 245, 0, 244, 0, 243, 0, 246, 0, 245, 0, 247, 0, 249, 0, 248, 0, 247, 0, 250, 0, 249, 0, 251, 0, 253, 0, 252, 0, 251, 0, 254, 0, 253, 0, 255, 0, 0, 1, 242, 0, 255, 0, 1, 1, 0, 1, 2, 1, 4, 1, 3, 1, 2, 1, 5, 1, 4, 1, 6, 1, 254, 0, 251, 0, 6, 1, 7, 1, 254, 0, 242, 0, 8, 1, 241, 0, 242, 0, 0, 1, 8, 1, 240, 0, 246, 0, 243, 0, 240, 0, 241, 0, 246, 0, 241, 0, 9, 1, 246, 0, 241, 0, 8, 1, 9, 1, 3, 1, 1, 1, 255, 0, 3, 1, 4, 1, 1, 1, 7, 1, 10, 1, 254, 0, 7, 1, 11, 1, 10, 1, 12, 1, 11, 1, 7, 1, 12, 1, 13, 1, 11, 1, 250, 0, 14, 1, 249, 0, 250, 0, 15, 1, 14, 1, 254, 0, 16, 1, 253, 0, 254, 0, 10, 1, 16, 1, 251, 0, 8, 1, 6, 1, 251, 0, 9, 1, 8, 1, 248, 0, 5, 1, 247, 0, 248, 0, 4, 1, 5, 1, 1, 1, 17, 1, 0, 1, 4, 1, 18, 1, 1, 1, 4, 1, 248, 0, 18, 1, 9, 1, 252, 0, 19, 1, 9, 1, 251, 0, 252, 0, 0, 1, 6, 1, 8, 1, 0, 1, 20, 1, 6, 1, 246, 0, 19, 1, 245, 0, 246, 0, 9, 1, 19, 1, 15, 1, 21, 1, 14, 1, 15, 1, 22, 1, 21, 1, 226, 0, 23, 1, 233, 0, 226, 0, 24, 1, 23, 1, 211, 0, 24, 1, 226, 0, 211, 0, 212, 0, 24, 1, 237, 0, 213, 0, 210, 0, 237, 0, 25, 1, 213, 0, 233, 0, 26, 1, 228, 0, 233, 0, 23, 1, 26, 1, 238, 0, 25, 1, 237, 0, 238, 0, 27, 1, 25, 1, 20, 1, 28, 1, 6, 1, 6, 1, 28, 1, 12, 1, 6, 1, 12, 1, 7, 1, 248, 0, 249, 0, 18, 1, 18, 1, 249, 0, 29, 1, 29, 1, 249, 0, 30, 1, 249, 0, 31, 1, 30, 1, 249, 0, 14, 1, 31, 1, 30, 1, 31, 1, 32, 1, 32, 1, 31, 1, 12, 1, 12, 1, 31, 1, 13, 1, 20, 1, 33, 1, 28, 1, 20, 1, 34, 1, 33, 1, 18, 1, 35, 1, 17, 1, 18, 1, 36, 1, 35, 1, 17, 1, 34, 1, 20, 1, 17, 1, 35, 1, 34, 1, 17, 1, 1, 1, 18, 1, 0, 1, 17, 1, 20, 1, 147, 0, 38, 1, 37, 1, 147, 0, 148, 0, 38, 1, 143, 0, 40, 1, 39, 1, 143, 0, 144, 0, 40, 1, 150, 0, 39, 1, 41, 1, 150, 0, 143, 0, 39, 1, 148, 0, 41, 1, 38, 1, 148, 0, 150, 0, 41, 1, 187, 0, 42, 1, 186, 0, 187, 0, 43, 1, 42, 1, 186, 0, 44, 1, 185, 0, 186, 0, 42, 1, 44, 1, 185, 0, 45, 1, 184, 0, 185, 0, 44, 1, 45, 1, 184, 0, 46, 1, 183, 0, 184, 0, 45, 1, 46, 1, 189, 0, 47, 1, 188, 0, 189, 0, 48, 1, 47, 1, 188, 0, 43, 1, 187, 0, 188, 0, 47, 1, 43, 1, 49, 1, 51, 1, 50, 1, 52, 1, 54, 1, 53, 1, 55, 1, 57, 1, 56, 1, 189, 0, 37, 1, 48, 1, 189, 0, 147, 0, 37, 1, 144, 0, 46, 1, 40, 1, 144, 0, 183, 0, 46, 1, 58, 1, 60, 1, 59, 1, 58, 1, 61, 1, 60, 1, 61, 1, 62, 1, 60, 1, 61, 1, 63, 1, 62, 1, 54, 1, 65, 1, 64, 1, 54, 1, 66, 1, 65, 1, 51, 1, 67, 1, 50, 1, 51, 1, 68, 1, 67, 1, 64, 1, 68, 1, 51, 1, 64, 1, 65, 1, 68, 1, 52, 1, 66, 1, 54, 1, 52, 1, 69, 1, 66, 1, 70, 1, 49, 1, 71, 1, 72, 1, 74, 1, 73, 1, 72, 1, 70, 1, 74, 1, 70, 1, 64, 1, 51, 1, 64, 1, 70, 1, 72, 1, 72, 1, 54, 1, 64, 1, 70, 1, 51, 1, 49, 1, 53, 1, 54, 1, 75, 1, 75, 1, 54, 1, 72, 1, 56, 1, 73, 1, 74, 1, 57, 1, 73, 1, 56, 1, 195, 0, 201, 0, 76, 1, 195, 0, 196, 0, 201, 0, 77, 1, 193, 0, 190, 0, 77, 1, 202, 0, 193, 0, 78, 1, 197, 0, 194, 0, 78, 1, 198, 0, 197, 0, 76, 1, 202, 0, 77, 1, 76, 1, 201, 0, 202, 0, 239, 0, 27, 1, 238, 0, 239, 0, 79, 1, 27, 1, 80, 1, 3, 1, 81, 1, 80, 1, 2, 1, 3, 1, 81, 1, 255, 0, 82, 1, 81, 1, 3, 1, 255, 0, 82, 1, 242, 0, 240, 0, 82, 1, 255, 0, 242, 0, 14, 1, 83, 1, 31, 1, 14, 1, 21, 1, 83, 1, 11, 1, 84, 1, 10, 1, 11, 1, 85, 1, 84, 1, 31, 1, 86, 1, 13, 1, 31, 1, 83, 1, 86, 1, 13, 1, 85, 1, 11, 1, 13, 1, 86, 1, 85, 1, 10, 1, 87, 1, 16, 1, 10, 1, 84, 1, 87, 1, 30, 1, 88, 1, 29, 1, 30, 1, 89, 1, 88, 1, 228, 0, 79, 1, 239, 0, 228, 0, 26, 1, 79, 1, 32, 1, 89, 1, 30, 1, 32, 1, 90, 1, 89, 1, 12, 1, 90, 1, 32, 1, 12, 1, 91, 1, 90, 1, 28, 1, 91, 1, 12, 1, 28, 1, 33, 1, 91, 1, 29, 1, 36, 1, 18, 1, 29, 1, 88, 1, 36, 1, 92, 1, 62, 1, 63, 1, 92, 1, 93, 1, 62, 1, 94, 1, 93, 1, 92, 1, 95, 1, 93, 1, 94, 1, 96, 1, 93, 1, 95, 1, 97, 1, 93, 1, 96, 1, 53, 1, 93, 1, 97, 1, 53, 1, 75, 1, 93, 1, 98, 1, 100, 1, 99, 1, 98, 1, 101, 1, 100, 1, 101, 1, 102, 1, 100, 1, 101, 1, 103, 1, 102, 1, 98, 1, 105, 1, 104, 1, 98, 1, 99, 1, 105, 1, 106, 1, 58, 1, 103, 1, 103, 1, 58, 1, 102, 1, 102, 1, 58, 1, 59, 1, 104, 1, 105, 1, 107, 1, 107, 1, 105, 1, 57, 1, 107, 1, 57, 1, 108, 1, 108, 1, 57, 1, 55, 1, 109, 1, 107, 1, 49, 1, 108, 1, 71, 1, 107, 1, 71, 1, 49, 1, 107, 1, 110, 1, 112, 1, 111, 1, 110, 1, 113, 1, 112, 1, 4, 0, 114, 1, 7, 0, 4, 0, 115, 1, 114, 1, 8, 0, 117, 1, 116, 1, 8, 0, 9, 0, 117, 1, 12, 0, 111, 1, 13, 0, 12, 0, 110, 1, 111, 1, 116, 1, 114, 1, 118, 1, 116, 1, 117, 1, 114, 1, 118, 1, 115, 1, 119, 1, 118, 1, 114, 1, 115, 1, 113, 1, 115, 1, 112, 1, 113, 1, 119, 1, 115, 1, 4, 0, 112, 1, 115, 1, 4, 0, 16, 0, 112, 1, 16, 0, 111, 1, 112, 1, 16, 0, 13, 0, 111, 1, 7, 0, 117, 1, 9, 0, 7, 0, 114, 1, 117, 1, 120, 1, 122, 1, 121, 1, 120, 1, 123, 1, 122, 1, 122, 1, 125, 1, 124, 1, 122, 1, 126, 1, 125, 1, 127, 1, 129, 1, 128, 1, 127, 1, 130, 1, 129, 1, 131, 1, 133, 1, 132, 1, 131, 1, 134, 1, 133, 1, 135, 1, 137, 1, 136, 1, 135, 1, 138, 1, 137, 1, 138, 1, 132, 1, 137, 1, 138, 1, 131, 1, 132, 1, 139, 1, 136, 1, 140, 1, 139, 1, 135, 1, 136, 1, 137, 1, 142, 1, 141, 1, 137, 1, 132, 1, 142, 1, 140, 1, 144, 1, 143, 1, 140, 1, 136, 1, 144, 1, 145, 1, 147, 1, 146, 1, 145, 1, 148, 1, 147, 1, 132, 1, 149, 1, 142, 1, 132, 1, 133, 1, 149, 1, 136, 1, 141, 1, 144, 1, 136, 1, 137, 1, 141, 1, 148, 1, 150, 1, 147, 1, 148, 1, 151, 1, 150, 1, 151, 1, 143, 1, 150, 1, 151, 1, 140, 1, 143, 1, 133, 1, 146, 1, 149, 1, 133, 1, 145, 1, 146, 1, 147, 1, 150, 1, 152, 1, 150, 1, 143, 1, 152, 1, 149, 1, 146, 1, 152, 1, 141, 1, 142, 1, 153, 1, 143, 1, 153, 1, 152, 1, 143, 1, 144, 1, 153, 1, 146, 1, 147, 1, 152, 1, 142, 1, 152, 1, 153, 1, 142, 1, 149, 1, 152, 1, 144, 1, 141, 1, 153, 1, 154, 1, 151, 1, 148, 1, 154, 1, 155, 1, 151, 1, 155, 1, 140, 1, 151, 1, 155, 1, 139, 1, 140, 1, 156, 1, 148, 1, 145, 1, 156, 1, 154, 1, 148, 1, 134, 1, 145, 1, 133, 1, 134, 1, 156, 1, 145, 1, 157, 1, 159, 1, 158, 1, 157, 1, 160, 1, 159, 1, 161, 1, 163, 1, 162, 1, 161, 1, 164, 1, 163, 1, 165, 1, 161, 1, 166, 1, 165, 1, 167, 1, 161, 1, 167, 1, 164, 1, 161, 1, 167, 1, 168, 1, 164, 1, 169, 1, 166, 1, 170, 1, 169, 1, 165, 1, 166, 1, 168, 1, 171, 1, 164, 1, 168, 1, 172, 1, 171, 1, 173, 1, 170, 1, 160, 1, 173, 1, 169, 1, 170, 1, 172, 1, 174, 1, 171, 1, 172, 1, 175, 1, 174, 1, 176, 1, 160, 1, 157, 1, 176, 1, 173, 1, 160, 1, 177, 1, 179, 1, 178, 1, 177, 1, 180, 1, 179, 1, 181, 1, 183, 1, 182, 1, 181, 1, 184, 1, 183, 1, 185, 1, 187, 1, 186, 1, 185, 1, 178, 1, 187, 1, 188, 1, 190, 1, 189, 1, 188, 1, 191, 1, 190, 1, 192, 1, 194, 1, 193, 1, 192, 1, 189, 1, 194, 1, 189, 1, 195, 1, 194, 1, 189, 1, 190, 1, 195, 1, 193, 1, 194, 1, 196, 1, 194, 1, 195, 1, 196, 1, 195, 1, 197, 1, 196, 1, 160, 1, 170, 1, 159, 1, 168, 1, 199, 1, 198, 1, 168, 1, 167, 1, 199, 1, 172, 1, 198, 1, 200, 1, 172, 1, 168, 1, 198, 1, 175, 1, 157, 1, 174, 1, 175, 1, 176, 1, 157, 1, 201, 1, 127, 1, 202, 1, 201, 1, 203, 1, 127, 1, 123, 1, 126, 1, 122, 1, 123, 1, 204, 1, 126, 1, 205, 1, 121, 1, 206, 1, 205, 1, 120, 1, 121, 1, 203, 1, 130, 1, 127, 1, 203, 1, 207, 1, 130, 1, 204, 1, 202, 1, 126, 1, 204, 1, 201, 1, 202, 1, 207, 1, 208, 1, 130, 1, 207, 1, 209, 1, 208, 1, 209, 1, 206, 1, 208, 1, 209, 1, 205, 1, 206, 1, 121, 1, 124, 1, 210, 1, 121, 1, 122, 1, 124, 1, 130, 1, 211, 1, 129, 1, 130, 1, 208, 1, 211, 1, 208, 1, 212, 1, 211, 1, 208, 1, 206, 1, 212, 1, 202, 1, 128, 1, 213, 1, 202, 1, 127, 1, 128, 1, 206, 1, 210, 1, 212, 1, 206, 1, 121, 1, 210, 1, 126, 1, 213, 1, 125, 1, 126, 1, 202, 1, 213, 1, 128, 1, 215, 1, 214, 1, 128, 1, 129, 1, 215, 1, 129, 1, 216, 1, 215, 1, 129, 1, 211, 1, 216, 1, 211, 1, 217, 1, 216, 1, 211, 1, 212, 1, 217, 1, 213, 1, 214, 1, 218, 1, 213, 1, 128, 1, 214, 1, 125, 1, 218, 1, 219, 1, 125, 1, 213, 1, 218, 1, 212, 1, 220, 1, 217, 1, 212, 1, 210, 1, 220, 1, 210, 1, 221, 1, 220, 1, 210, 1, 124, 1, 221, 1, 124, 1, 219, 1, 221, 1, 124, 1, 125, 1, 219, 1, 174, 1, 158, 1, 222, 1, 174, 1, 157, 1, 158, 1, 164, 1, 223, 1, 163, 1, 164, 1, 171, 1, 223, 1, 166, 1, 162, 1, 224, 1, 166, 1, 161, 1, 162, 1, 171, 1, 222, 1, 223, 1, 171, 1, 174, 1, 222, 1, 225, 1, 227, 1, 226, 1, 225, 1, 228, 1, 227, 1, 229, 1, 226, 1, 184, 1, 229, 1, 225, 1, 226, 1, 228, 1, 230, 1, 227, 1, 228, 1, 231, 1, 230, 1, 232, 1, 184, 1, 181, 1, 232, 1, 229, 1, 184, 1, 233, 1, 178, 1, 185, 1, 233, 1, 177, 1, 178, 1, 180, 1, 181, 1, 179, 1, 180, 1, 232, 1, 181, 1, 231, 1, 185, 1, 230, 1, 231, 1, 233, 1, 185, 1, 227, 1, 200, 1, 198, 1, 227, 1, 230, 1, 200, 1, 184, 1, 199, 1, 183, 1, 184, 1, 226, 1, 199, 1, 230, 1, 186, 1, 200, 1, 230, 1, 185, 1, 186, 1, 179, 1, 182, 1, 234, 1, 179, 1, 181, 1, 182, 1, 178, 1, 234, 1, 187, 1, 178, 1, 179, 1, 234, 1, 226, 1, 198, 1, 199, 1, 226, 1, 227, 1, 198, 1, 191, 1, 235, 1, 190, 1, 191, 1, 236, 1, 235, 1, 237, 1, 192, 1, 238, 1, 237, 1, 239, 1, 192, 1, 239, 1, 189, 1, 192, 1, 239, 1, 188, 1, 189, 1, 238, 1, 193, 1, 240, 1, 238, 1, 192, 1, 193, 1, 190, 1, 197, 1, 195, 1, 190, 1, 235, 1, 197, 1, 240, 1, 193, 1, 196, 1, 170, 1, 224, 1, 159, 1, 170, 1, 166, 1, 224, 1, 187, 1, 173, 1, 176, 1, 187, 1, 234, 1, 173, 1, 176, 1, 186, 1, 187, 1, 176, 1, 175, 1, 186, 1, 167, 1, 183, 1, 199, 1, 167, 1, 165, 1, 183, 1, 169, 1, 234, 1, 182, 1, 169, 1, 173, 1, 234, 1, 200, 1, 175, 1, 172, 1, 200, 1, 186, 1, 175, 1, 182, 1, 165, 1, 169, 1, 182, 1, 183, 1, 165, 1, 241, 1, 243, 1, 242, 1, 241, 1, 244, 1, 243, 1, 158, 1, 159, 1, 244, 1, 241, 1, 222, 1, 244, 1, 222, 1, 158, 1, 244, 1, 159, 1, 224, 1, 244, 1, 236, 1, 238, 1, 235, 1, 236, 1, 237, 1, 238, 1, 240, 1, 235, 1, 238, 1, 240, 1, 197, 1, 235, 1, 197, 1, 240, 1, 196, 1, 245, 1, 247, 1, 246, 1, 245, 1, 248, 1, 247, 1, 249, 1, 251, 1, 250, 1, 249, 1, 252, 1, 251, 1, 250, 1, 254, 1, 253, 1, 250, 1, 251, 1, 254, 1, 253, 1, 248, 1, 245, 1, 253, 1, 254, 1, 248, 1, 255, 1, 250, 1, 0, 2, 255, 1, 249, 1, 250, 1, 1, 2, 246, 1, 2, 2, 1, 2, 245, 1, 246, 1, 3, 2, 245, 1, 1, 2, 3, 2, 253, 1, 245, 1, 0, 2, 253, 1, 3, 2, 0, 2, 250, 1, 253, 1, 4, 2, 6, 2, 5, 2, 4, 2, 7, 2, 6, 2, 7, 2, 8, 2, 6, 2, 7, 2, 9, 2, 8, 2, 9, 2, 10, 2, 8, 2, 9, 2, 11, 2, 10, 2, 12, 2, 2, 2, 13, 2, 12, 2, 1, 2, 2, 2, 11, 2, 14, 2, 10, 2, 11, 2, 15, 2, 14, 2, 16, 2, 1, 2, 12, 2, 16, 2, 3, 2, 1, 2, 15, 2, 17, 2, 14, 2, 15, 2, 18, 2, 17, 2, 19, 2, 3, 2, 16, 2, 19, 2, 0, 2, 3, 2, 20, 2, 0, 2, 19, 2, 20, 2, 255, 1, 0, 2, 21, 2, 5, 2, 22, 2, 21, 2, 4, 2, 5, 2, 6, 2, 24, 2, 23, 2, 6, 2, 8, 2, 24, 2, 8, 2, 25, 2, 24, 2, 8, 2, 10, 2, 25, 2, 10, 2, 26, 2, 25, 2, 10, 2, 14, 2, 26, 2, 14, 2, 27, 2, 26, 2, 14, 2, 17, 2, 27, 2, 22, 2, 29, 2, 28, 2, 22, 2, 5, 2, 29, 2, 5, 2, 23, 2, 29, 2, 5, 2, 6, 2, 23, 2, 26, 2, 31, 2, 30, 2, 26, 2, 27, 2, 31, 2, 24, 2, 33, 2, 32, 2, 24, 2, 25, 2, 33, 2, 23, 2, 32, 2, 34, 2, 23, 2, 24, 2, 32, 2, 29, 2, 34, 2, 35, 2, 29, 2, 23, 2, 34, 2, 25, 2, 30, 2, 33, 2, 25, 2, 26, 2, 30, 2, 28, 2, 35, 2, 36, 2, 28, 2, 29, 2, 35, 2, 28, 2, 252, 1, 249, 1, 28, 2, 36, 2, 252, 1, 246, 1, 31, 2, 27, 2, 246, 1, 247, 1, 31, 2, 22, 2, 249, 1, 255, 1, 22, 2, 28, 2, 249, 1, 2, 2, 27, 2, 17, 2, 2, 2, 246, 1, 27, 2, 21, 2, 255, 1, 20, 2, 21, 2, 22, 2, 255, 1, 13, 2, 17, 2, 18, 2, 13, 2, 2, 2, 17, 2, 37, 2, 192, 0, 38, 2, 37, 2, 191, 0, 192, 0, 39, 2, 41, 2, 40, 2, 39, 2, 42, 2, 41, 2, 198, 0, 43, 2, 200, 0, 198, 0, 40, 2, 43, 2, 44, 2, 46, 2, 45, 2, 44, 2, 47, 2, 46, 2, 40, 2, 48, 2, 43, 2, 40, 2, 41, 2, 48, 2, 38, 2, 206, 0, 49, 2, 38, 2, 192, 0, 206, 0, 41, 2, 45, 2, 48, 2, 41, 2, 44, 2, 45, 2, 47, 2, 49, 2, 46, 2, 47, 2, 38, 2, 49, 2, 49, 2, 208, 0, 50, 2, 49, 2, 206, 0, 208, 0, 51, 2, 53, 2, 52, 2, 51, 2, 54, 2, 53, 2, 43, 2, 56, 2, 55, 2, 43, 2, 48, 2, 56, 2, 46, 2, 50, 2, 57, 2, 46, 2, 49, 2, 50, 2, 217, 0, 58, 2, 220, 0, 217, 0, 59, 2, 58, 2, 60, 2, 223, 0, 61, 2, 60, 2, 222, 0, 223, 0, 48, 2, 62, 2, 56, 2, 48, 2, 45, 2, 62, 2, 45, 2, 57, 2, 62, 2, 45, 2, 46, 2, 57, 2, 54, 2, 61, 2, 63, 2, 54, 2, 60, 2, 61, 2, 51, 2, 60, 2, 54, 2, 200, 0, 55, 2, 227, 0, 200, 0, 43, 2, 55, 2, 58, 2, 229, 0, 230, 0, 58, 2, 64, 2, 229, 0, 61, 2, 231, 0, 232, 0, 61, 2, 223, 0, 231, 0, 64, 2, 234, 0, 229, 0, 64, 2, 65, 2, 234, 0, 63, 2, 232, 0, 235, 0, 63, 2, 61, 2, 232, 0, 220, 0, 230, 0, 236, 0, 220, 0, 58, 2, 230, 0, 65, 2, 235, 0, 234, 0, 65, 2, 63, 2, 235, 0, 66, 2, 56, 2, 62, 2, 66, 2, 67, 2, 56, 2, 55, 2, 67, 2, 59, 2, 55, 2, 56, 2, 67, 2, 59, 2, 227, 0, 55, 2, 59, 2, 217, 0, 227, 0, 60, 2, 57, 2, 50, 2, 60, 2, 51, 2, 57, 2, 50, 2, 222, 0, 60, 2, 50, 2, 208, 0, 222, 0, 62, 2, 51, 2, 66, 2, 62, 2, 57, 2, 51, 2, 59, 2, 67, 2, 58, 2, 58, 2, 67, 2, 68, 2, 58, 2, 68, 2, 64, 2, 69, 2, 71, 2, 70, 2, 72, 2, 245, 0, 73, 2, 72, 2, 244, 0, 245, 0, 247, 0, 74, 2, 250, 0, 247, 0, 75, 2, 74, 2, 76, 2, 253, 0, 77, 2, 76, 2, 252, 0, 253, 0, 78, 2, 80, 2, 79, 2, 78, 2, 70, 2, 80, 2, 2, 1, 81, 2, 5, 1, 2, 1, 82, 2, 81, 2, 83, 2, 77, 2, 84, 2, 83, 2, 76, 2, 77, 2, 70, 2, 85, 2, 80, 2, 70, 2, 71, 2, 85, 2, 69, 2, 73, 2, 71, 2, 69, 2, 72, 2, 73, 2, 71, 2, 86, 2, 85, 2, 71, 2, 73, 2, 86, 2, 82, 2, 79, 2, 81, 2, 82, 2, 78, 2, 79, 2, 84, 2, 88, 2, 87, 2, 84, 2, 77, 2, 88, 2, 89, 2, 87, 2, 90, 2, 89, 2, 84, 2, 87, 2, 250, 0, 91, 2, 15, 1, 250, 0, 74, 2, 91, 2, 77, 2, 16, 1, 88, 2, 77, 2, 253, 0, 16, 1, 76, 2, 85, 2, 86, 2, 76, 2, 83, 2, 85, 2, 75, 2, 5, 1, 81, 2, 75, 2, 247, 0, 5, 1, 79, 2, 80, 2, 92, 2, 81, 2, 93, 2, 75, 2, 81, 2, 79, 2, 93, 2, 86, 2, 252, 0, 76, 2, 86, 2, 19, 1, 252, 0, 80, 2, 83, 2, 94, 2, 80, 2, 85, 2, 83, 2, 73, 2, 19, 1, 86, 2, 73, 2, 245, 0, 19, 1, 15, 1, 95, 2, 22, 1, 15, 1, 91, 2, 95, 2, 63, 2, 97, 2, 96, 2, 63, 2, 65, 2, 97, 2, 54, 2, 96, 2, 53, 2, 54, 2, 63, 2, 96, 2, 66, 2, 52, 2, 98, 2, 66, 2, 51, 2, 52, 2, 65, 2, 99, 2, 97, 2, 65, 2, 64, 2, 99, 2, 67, 2, 98, 2, 100, 2, 67, 2, 66, 2, 98, 2, 94, 2, 83, 2, 101, 2, 101, 2, 83, 2, 89, 2, 89, 2, 83, 2, 84, 2, 75, 2, 93, 2, 74, 2, 74, 2, 93, 2, 102, 2, 74, 2, 102, 2, 103, 2, 74, 2, 104, 2, 91, 2, 74, 2, 103, 2, 104, 2, 103, 2, 105, 2, 104, 2, 104, 2, 105, 2, 89, 2, 104, 2, 89, 2, 90, 2, 94, 2, 107, 2, 106, 2, 94, 2, 101, 2, 107, 2, 93, 2, 109, 2, 108, 2, 93, 2, 92, 2, 109, 2, 92, 2, 106, 2, 109, 2, 92, 2, 94, 2, 106, 2, 92, 2, 93, 2, 79, 2, 80, 2, 94, 2, 92, 2, 252, 1, 110, 2, 251, 1, 252, 1, 111, 2, 110, 2, 248, 1, 112, 2, 247, 1, 248, 1, 113, 2, 112, 2, 254, 1, 113, 2, 248, 1, 254, 1, 114, 2, 113, 2, 251, 1, 114, 2, 254, 1, 251, 1, 110, 2, 114, 2, 34, 2, 116, 2, 115, 2, 34, 2, 32, 2, 116, 2, 32, 2, 117, 2, 116, 2, 32, 2, 33, 2, 117, 2, 33, 2, 118, 2, 117, 2, 33, 2, 30, 2, 118, 2, 30, 2, 119, 2, 118, 2, 30, 2, 31, 2, 119, 2, 36, 2, 121, 2, 120, 2, 36, 2, 35, 2, 121, 2, 35, 2, 115, 2, 121, 2, 35, 2, 34, 2, 115, 2, 49, 1, 50, 1, 122, 2, 52, 1, 53, 1, 123, 2, 124, 2, 126, 2, 125, 2, 36, 2, 111, 2, 252, 1, 36, 2, 120, 2, 111, 2, 247, 1, 119, 2, 31, 2, 247, 1, 112, 2, 119, 2, 58, 1, 127, 2, 61, 1, 58, 1, 128, 2, 127, 2, 61, 1, 129, 2, 63, 1, 61, 1, 127, 2, 129, 2, 123, 2, 131, 2, 130, 2, 123, 2, 132, 2, 131, 2, 122, 2, 67, 1, 133, 2, 122, 2, 50, 1, 67, 1, 132, 2, 133, 2, 131, 2, 132, 2, 122, 2, 133, 2, 52, 1, 130, 2, 69, 1, 52, 1, 123, 2, 130, 2, 134, 2, 135, 2, 49, 1, 136, 2, 138, 2, 137, 2, 136, 2, 137, 2, 134, 2, 134, 2, 122, 2, 132, 2, 132, 2, 136, 2, 134, 2, 136, 2, 132, 2, 123, 2, 134, 2, 49, 1, 122, 2, 53, 1, 139, 2, 123, 2, 139, 2, 136, 2, 123, 2, 126, 2, 137, 2, 138, 2, 125, 2, 126, 2, 138, 2, 42, 2, 44, 2, 41, 2, 42, 2, 140, 2, 44, 2, 141, 2, 38, 2, 47, 2, 141, 2, 37, 2, 38, 2, 78, 1, 40, 2, 198, 0, 78, 1, 39, 2, 40, 2, 140, 2, 47, 2, 44, 2, 140, 2, 141, 2, 47, 2, 68, 2, 100, 2, 142, 2, 68, 2, 67, 2, 100, 2, 80, 1, 82, 2, 2, 1, 80, 1, 143, 2, 82, 2, 143, 2, 78, 2, 82, 2, 143, 2, 144, 2, 78, 2, 144, 2, 70, 2, 78, 2, 144, 2, 69, 2, 70, 2, 91, 2, 145, 2, 95, 2, 91, 2, 104, 2, 145, 2, 87, 2, 147, 2, 146, 2, 87, 2, 88, 2, 147, 2, 104, 2, 148, 2, 145, 2, 104, 2, 90, 2, 148, 2, 90, 2, 146, 2, 148, 2, 90, 2, 87, 2, 146, 2, 88, 2, 87, 1, 147, 2, 88, 2, 16, 1, 87, 1, 103, 2, 150, 2, 149, 2, 103, 2, 102, 2, 150, 2, 64, 2, 142, 2, 99, 2, 64, 2, 68, 2, 142, 2, 105, 2, 149, 2, 151, 2, 105, 2, 103, 2, 149, 2, 89, 2, 151, 2, 152, 2, 89, 2, 105, 2, 151, 2, 101, 2, 152, 2, 107, 2, 101, 2, 89, 2, 152, 2, 102, 2, 108, 2, 150, 2, 102, 2, 93, 2, 108, 2, 153, 2, 63, 1, 129, 2, 153, 2, 92, 1, 63, 1, 153, 2, 154, 2, 92, 1, 153, 2, 155, 2, 154, 2, 153, 2, 156, 2, 155, 2, 153, 2, 97, 1, 156, 2, 139, 2, 97, 1, 153, 2, 53, 1, 97, 1, 139, 2, 157, 2, 159, 2, 158, 2, 157, 2, 160, 2, 159, 2, 158, 2, 162, 2, 161, 2, 158, 2, 159, 2, 162, 2, 157, 2, 163, 2, 160, 2, 157, 2, 164, 2, 163, 2, 128, 2, 161, 2, 162, 2, 106, 1, 161, 2, 128, 2, 106, 1, 128, 2, 58, 1, 164, 2, 125, 2, 163, 2, 164, 2, 165, 2, 125, 2, 125, 2, 165, 2, 124, 2, 124, 2, 165, 2, 166, 2, 109, 1, 49, 1, 165, 2, 166, 2, 165, 2, 135, 2, 135, 2, 165, 2, 49, 1), +"material": SubResource("2"), +"primitive": 3, +"skin_data": PackedByteArray(7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 8, 0, 0, 0, 0, 0, 255, 127, 255, 127, 0, 0, 0, 0, 8, 0, 9, 0, 0, 0, 0, 0, 206, 128, 48, 127, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 12, 0, 13, 0, 0, 0, 0, 0, 61, 179, 193, 76, 0, 0, 0, 0, 12, 0, 13, 0, 0, 0, 0, 0, 43, 170, 211, 85, 0, 0, 0, 0, 13, 0, 12, 0, 0, 0, 0, 0, 98, 180, 156, 75, 0, 0, 0, 0, 13, 0, 12, 0, 0, 0, 0, 0, 43, 170, 211, 85, 0, 0, 0, 0, 13, 0, 12, 0, 0, 0, 0, 0, 68, 184, 186, 71, 0, 0, 0, 0, 13, 0, 12, 0, 0, 0, 0, 0, 188, 174, 66, 81, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 12, 0, 0, 0, 0, 0, 48, 170, 206, 85, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 8, 0, 0, 0, 0, 0, 128, 136, 126, 119, 0, 0, 0, 0, 8, 0, 9, 0, 0, 0, 0, 0, 200, 137, 54, 118, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 8, 0, 9, 0, 0, 0, 0, 0, 255, 127, 255, 127, 0, 0, 0, 0, 9, 0, 8, 0, 0, 0, 0, 0, 116, 134, 138, 121, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 8, 0, 9, 0, 0, 0, 0, 0, 82, 144, 172, 111, 0, 0, 0, 0, 8, 0, 9, 0, 0, 0, 0, 0, 235, 133, 19, 122, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 12, 0, 13, 0, 0, 0, 0, 0, 94, 170, 160, 85, 0, 0, 0, 0, 12, 0, 13, 0, 0, 0, 0, 0, 38, 170, 216, 85, 0, 0, 0, 0, 13, 0, 12, 0, 0, 0, 0, 0, 15, 173, 239, 82, 0, 0, 0, 0, 13, 0, 12, 0, 0, 0, 0, 0, 238, 170, 16, 85, 0, 0, 0, 0, 12, 0, 13, 0, 0, 0, 0, 0, 45, 171, 209, 84, 0, 0, 0, 0, 12, 0, 13, 0, 0, 0, 0, 0, 104, 172, 150, 83, 0, 0, 0, 0, 13, 0, 12, 0, 0, 0, 0, 0, 219, 170, 35, 85, 0, 0, 0, 0, 12, 0, 13, 0, 0, 0, 0, 0, 204, 170, 50, 85, 0, 0, 0, 0, 12, 0, 13, 0, 0, 0, 0, 0, 47, 170, 207, 85, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 0, 0, 255, 127, 255, 127, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 7, 0, 0, 0, 0, 0, 85, 255, 169, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 10, 0, 0, 0, 0, 0, 255, 127, 255, 127, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 10, 0, 11, 0, 0, 0, 0, 0, 206, 128, 48, 127, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 15, 0, 16, 0, 0, 0, 0, 0, 61, 179, 193, 76, 0, 0, 0, 0, 16, 0, 15, 0, 0, 0, 0, 0, 43, 170, 211, 85, 0, 0, 0, 0, 16, 0, 15, 0, 0, 0, 0, 0, 98, 180, 156, 75, 0, 0, 0, 0, 15, 0, 16, 0, 0, 0, 0, 0, 43, 170, 211, 85, 0, 0, 0, 0, 16, 0, 15, 0, 0, 0, 0, 0, 68, 184, 186, 71, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 15, 0, 0, 0, 0, 0, 188, 174, 66, 81, 0, 0, 0, 0, 16, 0, 15, 0, 0, 0, 0, 0, 48, 170, 206, 85, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 10, 0, 0, 0, 0, 0, 128, 136, 126, 119, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 10, 0, 11, 0, 0, 0, 0, 0, 200, 137, 54, 118, 0, 0, 0, 0, 10, 0, 11, 0, 0, 0, 0, 0, 255, 127, 255, 127, 0, 0, 0, 0, 11, 0, 10, 0, 0, 0, 0, 0, 116, 134, 138, 121, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 10, 0, 11, 0, 0, 0, 0, 0, 82, 144, 172, 111, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 10, 0, 11, 0, 0, 0, 0, 0, 235, 133, 19, 122, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 15, 0, 16, 0, 0, 0, 0, 0, 94, 170, 160, 85, 0, 0, 0, 0, 16, 0, 15, 0, 0, 0, 0, 0, 238, 170, 16, 85, 0, 0, 0, 0, 16, 0, 15, 0, 0, 0, 0, 0, 15, 173, 239, 82, 0, 0, 0, 0, 15, 0, 16, 0, 0, 0, 0, 0, 38, 170, 216, 85, 0, 0, 0, 0, 15, 0, 16, 0, 0, 0, 0, 0, 45, 171, 209, 84, 0, 0, 0, 0, 16, 0, 15, 0, 0, 0, 0, 0, 219, 170, 35, 85, 0, 0, 0, 0, 15, 0, 16, 0, 0, 0, 0, 0, 104, 172, 150, 83, 0, 0, 0, 0, 15, 0, 16, 0, 0, 0, 0, 0, 204, 170, 50, 85, 0, 0, 0, 0, 15, 0, 16, 0, 0, 0, 0, 0, 47, 170, 207, 85, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 15, 0, 0, 0, 0, 0, 255, 127, 255, 127, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0), +"vertex_count": 679, +"vertex_data": PackedByteArray(0, 96, 133, 62, 0, 160, 206, 64, 0, 0, 123, 63, 58, 153, 137, 69, 0, 32, 90, 63, 0, 128, 218, 64, 0, 0, 28, 63, 250, 187, 145, 86, 0, 32, 90, 63, 0, 192, 221, 64, 0, 0, 28, 63, 106, 172, 126, 169, 0, 96, 133, 62, 0, 224, 209, 64, 0, 0, 123, 63, 148, 145, 33, 156, 0, 0, 0, 0, 0, 0, 226, 64, 0, 32, 211, 61, 255, 127, 255, 255, 0, 160, 116, 63, 0, 0, 226, 64, 0, 32, 211, 61, 236, 190, 17, 193, 0, 32, 90, 63, 0, 192, 221, 64, 0, 160, 206, 190, 127, 214, 147, 211, 0, 0, 0, 0, 0, 192, 221, 64, 0, 160, 206, 190, 225, 174, 255, 255, 0, 0, 0, 0, 0, 160, 206, 64, 0, 64, 70, 191, 174, 183, 0, 0, 0, 0, 0, 0, 0, 224, 209, 64, 0, 64, 70, 191, 194, 218, 255, 255, 0, 96, 133, 62, 0, 224, 209, 64, 0, 64, 70, 191, 221, 227, 105, 238, 0, 96, 133, 62, 0, 160, 206, 64, 0, 64, 70, 191, 137, 197, 58, 25, 0, 0, 0, 0, 0, 160, 206, 64, 0, 0, 123, 63, 255, 127, 174, 55, 0, 0, 0, 0, 0, 224, 209, 64, 0, 0, 123, 63, 255, 127, 59, 165, 0, 32, 90, 63, 0, 128, 218, 64, 0, 160, 206, 190, 145, 214, 250, 59, 0, 160, 116, 63, 0, 224, 222, 64, 0, 32, 211, 61, 219, 209, 219, 81, 0, 0, 0, 0, 0, 192, 221, 64, 0, 0, 28, 63, 255, 127, 98, 209, 0, 32, 218, 63, 0, 160, 99, 64, 0, 32, 181, 190, 108, 207, 54, 242, 0, 96, 219, 63, 0, 224, 103, 64, 0, 192, 75, 190, 117, 168, 78, 227, 0, 160, 227, 63, 0, 64, 104, 64, 0, 96, 39, 190, 36, 50, 173, 190, 0, 32, 226, 63, 0, 64, 99, 64, 0, 64, 178, 190, 197, 47, 167, 199, 0, 128, 219, 63, 0, 64, 101, 64, 0, 192, 80, 188, 170, 42, 18, 187, 0, 224, 217, 63, 0, 128, 111, 64, 0, 192, 141, 61, 40, 91, 79, 192, 0, 64, 231, 63, 0, 96, 116, 64, 0, 192, 50, 190, 106, 95, 211, 235, 0, 64, 195, 63, 0, 96, 79, 64, 0, 224, 171, 189, 95, 45, 53, 184, 0, 160, 192, 63, 0, 192, 75, 64, 0, 96, 137, 190, 143, 43, 245, 184, 0, 160, 174, 63, 0, 64, 70, 64, 0, 64, 176, 190, 170, 7, 249, 91, 0, 192, 176, 63, 0, 96, 75, 64, 0, 96, 132, 188, 153, 29, 153, 133, 0, 128, 28, 64, 0, 192, 68, 64, 0, 192, 192, 62, 204, 108, 70, 193, 0, 128, 18, 64, 0, 64, 51, 64, 0, 96, 234, 62, 136, 79, 93, 150, 0, 96, 33, 64, 0, 0, 38, 64, 0, 160, 13, 63, 24, 127, 147, 113, 0, 96, 44, 64, 0, 128, 54, 64, 0, 64, 245, 62, 196, 166, 78, 156, 0, 32, 34, 64, 0, 224, 65, 64, 0, 160, 30, 190, 177, 192, 210, 251, 0, 128, 35, 64, 0, 64, 73, 64, 0, 224, 11, 62, 197, 144, 73, 246, 0, 192, 50, 64, 0, 32, 59, 64, 0, 128, 122, 62, 209, 201, 252, 169, 0, 224, 49, 64, 0, 160, 51, 64, 0, 128, 65, 189, 238, 238, 194, 185, 0, 32, 25, 64, 0, 192, 45, 64, 0, 160, 145, 190, 60, 15, 47, 236, 0, 32, 41, 64, 0, 192, 31, 64, 0, 192, 51, 190, 111, 228, 8, 41, 0, 96, 45, 64, 0, 224, 50, 64, 0, 192, 237, 62, 213, 194, 26, 97, 0, 0, 51, 64, 0, 32, 55, 64, 0, 192, 130, 62, 217, 203, 109, 91, 0, 64, 50, 64, 0, 96, 48, 64, 0, 0, 145, 187, 35, 201, 2, 86, 0, 96, 42, 64, 0, 160, 30, 64, 0, 0, 243, 189, 162, 197, 144, 83, 0, 160, 24, 64, 0, 192, 19, 64, 0, 32, 203, 62, 255, 103, 255, 71, 0, 160, 23, 64, 0, 192, 14, 64, 0, 128, 166, 61, 189, 92, 194, 23, 0, 192, 26, 64, 0, 128, 15, 64, 0, 128, 225, 61, 218, 182, 67, 67, 0, 192, 27, 64, 0, 0, 20, 64, 0, 64, 200, 62, 231, 176, 19, 76, 0, 128, 35, 64, 0, 32, 36, 64, 0, 224, 7, 63, 6, 183, 30, 89, 0, 64, 30, 64, 0, 160, 19, 64, 0, 64, 158, 189, 77, 189, 110, 9, 0, 192, 32, 64, 0, 224, 19, 64, 0, 32, 255, 188, 172, 191, 247, 77, 0, 192, 24, 64, 0, 96, 47, 64, 0, 160, 117, 61, 114, 187, 107, 93, 0, 192, 24, 64, 0, 96, 47, 64, 0, 224, 117, 61, 46, 172, 108, 60, 0, 0, 8, 64, 0, 96, 28, 64, 0, 32, 231, 188, 132, 28, 241, 74, 0, 64, 14, 64, 0, 128, 33, 64, 0, 192, 61, 190, 75, 14, 7, 50, 0, 128, 8, 64, 0, 192, 33, 64, 0, 64, 150, 62, 31, 49, 41, 114, 0, 0, 50, 62, 0, 0, 109, 63, 0, 0, 129, 190, 136, 5, 226, 188, 0, 160, 165, 62, 0, 0, 121, 63, 0, 32, 213, 190, 72, 8, 225, 225, 0, 96, 2, 63, 0, 0, 137, 58, 0, 32, 232, 190, 189, 200, 50, 4, 0, 32, 52, 62, 0, 0, 137, 58, 0, 192, 169, 190, 204, 45, 237, 39, 0, 160, 106, 63, 0, 128, 99, 63, 0, 96, 91, 62, 105, 203, 254, 136, 0, 128, 12, 63, 0, 64, 86, 63, 0, 96, 189, 62, 87, 124, 36, 137, 0, 64, 13, 63, 0, 64, 42, 63, 0, 64, 205, 62, 255, 127, 50, 115, 0, 192, 113, 63, 0, 224, 226, 62, 0, 64, 59, 62, 15, 191, 69, 104, 0, 160, 33, 63, 0, 224, 234, 63, 0, 128, 215, 189, 174, 191, 97, 214, 0, 160, 56, 63, 0, 96, 218, 63, 0, 64, 65, 62, 8, 172, 114, 171, 0, 224, 105, 63, 0, 64, 116, 63, 0, 0, 46, 190, 252, 244, 76, 180, 0, 192, 244, 62, 0, 160, 196, 63, 0, 96, 162, 62, 203, 110, 167, 159, 0, 128, 232, 62, 0, 128, 216, 63, 0, 128, 137, 190, 148, 209, 94, 250, 0, 160, 34, 63, 0, 160, 124, 63, 0, 128, 189, 190, 158, 244, 221, 221, 0, 64, 134, 62, 0, 96, 178, 63, 0, 128, 38, 62, 238, 69, 217, 149, 0, 160, 46, 62, 0, 224, 91, 63, 0, 32, 36, 62, 211, 59, 222, 132, 0, 192, 130, 62, 0, 0, 195, 63, 0, 224, 150, 190, 76, 27, 27, 211, 0, 192, 1, 62, 0, 0, 170, 63, 0, 0, 34, 189, 204, 31, 210, 155, 0, 64, 135, 61, 0, 96, 97, 63, 0, 192, 210, 189, 214, 7, 72, 146, 0, 128, 67, 62, 0, 224, 179, 63, 0, 0, 38, 190, 116, 23, 68, 180, 0, 96, 131, 62, 0, 160, 199, 63, 0, 32, 196, 189, 160, 14, 245, 168, 0, 224, 153, 62, 0, 192, 207, 63, 0, 128, 44, 190, 76, 27, 47, 200, 0, 192, 149, 62, 0, 64, 202, 63, 0, 224, 90, 190, 199, 59, 246, 184, 0, 224, 122, 62, 0, 96, 191, 63, 0, 0, 253, 189, 1, 49, 138, 175, 0, 96, 218, 62, 0, 96, 216, 63, 0, 32, 73, 190, 195, 67, 74, 203, 0, 0, 12, 63, 0, 32, 229, 63, 0, 192, 172, 189, 105, 88, 65, 199, 0, 0, 22, 63, 0, 96, 235, 63, 0, 192, 199, 189, 154, 96, 153, 224, 0, 96, 222, 62, 0, 32, 219, 63, 0, 96, 109, 190, 68, 65, 207, 214, 0, 64, 89, 62, 0, 160, 184, 63, 0, 0, 42, 189, 88, 63, 250, 176, 0, 128, 97, 62, 0, 0, 188, 63, 0, 96, 18, 190, 234, 52, 13, 178, 0, 192, 51, 62, 0, 160, 180, 63, 0, 32, 51, 189, 164, 59, 235, 176, 0, 0, 11, 63, 0, 192, 18, 63, 0, 0, 6, 63, 70, 138, 15, 255, 0, 96, 84, 62, 0, 0, 197, 62, 0, 160, 179, 62, 129, 57, 195, 207, 0, 32, 138, 62, 0, 0, 164, 62, 0, 64, 62, 63, 198, 71, 71, 166, 0, 128, 8, 63, 0, 160, 239, 62, 0, 96, 72, 63, 185, 128, 162, 203, 0, 224, 74, 63, 0, 128, 164, 62, 0, 0, 60, 63, 115, 190, 15, 157, 0, 160, 3, 63, 0, 192, 138, 62, 0, 192, 116, 63, 255, 127, 119, 178, 0, 160, 33, 63, 0, 192, 39, 62, 0, 32, 109, 63, 80, 183, 111, 143, 0, 192, 197, 62, 0, 64, 39, 62, 0, 32, 110, 63, 104, 77, 153, 153, 0, 32, 249, 62, 0, 0, 137, 58, 0, 64, 139, 63, 195, 125, 83, 86, 0, 0, 167, 62, 0, 0, 137, 58, 0, 128, 103, 63, 253, 81, 207, 80, 0, 0, 43, 63, 0, 160, 221, 63, 0, 96, 28, 62, 198, 113, 126, 202, 0, 128, 236, 62, 0, 128, 202, 63, 0, 160, 132, 62, 229, 89, 196, 182, 0, 160, 148, 62, 0, 96, 187, 63, 0, 192, 249, 61, 102, 73, 80, 175, 0, 160, 201, 63, 0, 192, 92, 64, 0, 0, 67, 189, 134, 89, 111, 132, 0, 32, 192, 63, 0, 0, 83, 64, 0, 64, 7, 190, 39, 69, 69, 98, 0, 160, 206, 63, 0, 32, 91, 64, 0, 160, 137, 60, 29, 43, 233, 183, 0, 128, 212, 63, 0, 96, 101, 64, 0, 64, 148, 189, 203, 130, 165, 191, 0, 224, 207, 63, 0, 96, 88, 64, 0, 0, 215, 190, 135, 7, 67, 239, 0, 224, 213, 63, 0, 224, 85, 64, 0, 128, 218, 190, 212, 36, 8, 198, 0, 0, 190, 63, 0, 224, 79, 64, 0, 0, 147, 190, 39, 40, 160, 64, 0, 64, 197, 63, 0, 128, 82, 64, 0, 192, 190, 190, 207, 22, 141, 40, 0, 64, 201, 63, 0, 224, 78, 64, 0, 160, 189, 190, 238, 32, 96, 191, 0, 96, 229, 63, 0, 128, 108, 64, 0, 192, 244, 190, 57, 59, 42, 238, 0, 128, 188, 63, 0, 64, 75, 64, 0, 96, 2, 191, 41, 6, 181, 193, 0, 0, 211, 63, 0, 224, 87, 64, 0, 128, 28, 191, 113, 24, 67, 221, 0, 32, 195, 63, 0, 96, 94, 64, 0, 64, 22, 62, 216, 65, 215, 161, 0, 32, 253, 63, 0, 128, 38, 64, 0, 224, 186, 189, 6, 116, 154, 4, 0, 32, 254, 63, 0, 224, 43, 64, 0, 96, 111, 62, 39, 125, 119, 55, 0, 192, 4, 64, 0, 192, 43, 64, 0, 224, 127, 190, 196, 189, 3, 21, 0, 224, 15, 64, 0, 32, 56, 64, 0, 64, 179, 190, 217, 223, 8, 47, 0, 32, 9, 64, 0, 160, 61, 64, 0, 128, 204, 62, 236, 152, 185, 101, 0, 64, 19, 64, 0, 96, 79, 64, 0, 128, 162, 62, 14, 178, 189, 145, 0, 224, 24, 64, 0, 96, 76, 64, 0, 160, 96, 190, 24, 246, 96, 175, 0, 64, 26, 64, 0, 224, 83, 64, 0, 32, 154, 61, 7, 210, 29, 159, 0, 96, 197, 61, 0, 0, 137, 58, 0, 128, 73, 190, 159, 62, 225, 70, 0, 160, 29, 62, 0, 32, 226, 62, 0, 224, 72, 62, 236, 74, 4, 108, 0, 192, 85, 63, 0, 0, 137, 58, 0, 64, 82, 190, 177, 197, 80, 60, 0, 160, 14, 63, 0, 96, 220, 63, 0, 128, 197, 61, 198, 161, 8, 173, 0, 224, 217, 62, 0, 32, 208, 63, 0, 128, 42, 62, 82, 100, 94, 147, 0, 32, 229, 62, 0, 192, 202, 63, 0, 160, 78, 62, 136, 85, 59, 181, 0, 96, 28, 63, 0, 0, 218, 63, 0, 64, 235, 61, 20, 97, 17, 191, 0, 128, 1, 63, 0, 96, 229, 63, 0, 128, 131, 189, 8, 205, 236, 213, 0, 160, 159, 62, 0, 224, 197, 63, 0, 64, 166, 61, 159, 62, 128, 133, 0, 224, 156, 62, 0, 32, 190, 63, 0, 160, 196, 61, 180, 70, 213, 168, 0, 64, 209, 62, 0, 32, 219, 63, 0, 32, 30, 190, 77, 47, 10, 249, 0, 160, 113, 62, 0, 128, 193, 63, 0, 224, 242, 188, 39, 33, 165, 142, 0, 64, 139, 62, 0, 224, 201, 63, 0, 192, 128, 190, 147, 54, 222, 196, 0, 64, 80, 61, 0, 0, 137, 58, 0, 0, 37, 61, 196, 22, 196, 54, 0, 96, 20, 62, 0, 0, 137, 58, 0, 128, 30, 63, 130, 66, 49, 82, 0, 128, 106, 63, 0, 0, 137, 58, 0, 160, 247, 60, 101, 230, 94, 49, 0, 192, 95, 63, 0, 160, 197, 62, 0, 224, 173, 62, 73, 206, 19, 200, 0, 192, 82, 63, 0, 0, 137, 58, 0, 128, 28, 63, 218, 182, 197, 73, 0, 0, 37, 63, 0, 0, 137, 58, 0, 128, 102, 63, 118, 170, 145, 73, 0, 0, 73, 62, 0, 0, 137, 58, 0, 64, 52, 190, 231, 107, 243, 37, 0, 128, 60, 63, 0, 0, 137, 58, 0, 192, 58, 190, 216, 146, 105, 31, 0, 224, 91, 63, 0, 0, 137, 58, 0, 64, 0, 61, 199, 244, 157, 196, 0, 224, 222, 61, 0, 0, 137, 58, 0, 0, 36, 61, 69, 23, 182, 202, 0, 0, 239, 63, 0, 192, 175, 64, 0, 32, 9, 191, 195, 231, 228, 60, 0, 128, 255, 63, 0, 0, 180, 64, 0, 192, 153, 190, 169, 236, 170, 74, 0, 128, 255, 63, 0, 160, 174, 64, 0, 224, 4, 190, 125, 222, 14, 75, 0, 0, 239, 63, 0, 0, 167, 64, 0, 32, 136, 190, 84, 213, 153, 60, 0, 0, 239, 63, 0, 0, 208, 64, 0, 32, 136, 190, 84, 213, 101, 195, 0, 128, 255, 63, 0, 96, 200, 64, 0, 224, 4, 190, 255, 221, 84, 181, 0, 128, 255, 63, 0, 0, 195, 64, 0, 192, 153, 190, 169, 236, 84, 181, 0, 0, 239, 63, 0, 64, 199, 64, 0, 32, 9, 191, 67, 231, 101, 195, 0, 128, 255, 63, 0, 128, 187, 64, 0, 160, 185, 190, 255, 255, 171, 171, 0, 0, 239, 63, 0, 128, 187, 64, 0, 128, 34, 191, 255, 255, 134, 185, 0, 128, 217, 63, 0, 224, 211, 64, 0, 96, 172, 190, 94, 191, 69, 230, 0, 128, 217, 63, 0, 160, 201, 64, 0, 160, 40, 191, 89, 218, 69, 230, 0, 128, 217, 63, 0, 96, 173, 64, 0, 160, 40, 191, 203, 218, 218, 25, 0, 128, 217, 63, 0, 32, 163, 64, 0, 96, 172, 190, 94, 191, 185, 25, 0, 128, 217, 63, 0, 128, 187, 64, 0, 224, 70, 191, 255, 255, 102, 223, 0, 192, 204, 63, 0, 224, 211, 64, 0, 0, 11, 63, 184, 78, 224, 177, 0, 192, 204, 63, 0, 160, 201, 64, 0, 96, 93, 63, 184, 78, 215, 156, 0, 128, 217, 63, 0, 160, 201, 64, 0, 96, 93, 63, 185, 153, 165, 165, 0, 128, 217, 63, 0, 224, 211, 64, 0, 0, 11, 63, 217, 153, 241, 192, 0, 192, 204, 63, 0, 128, 187, 64, 0, 160, 123, 63, 8, 69, 255, 127, 0, 128, 217, 63, 0, 128, 187, 64, 0, 160, 123, 63, 152, 160, 255, 127, 0, 192, 204, 63, 0, 96, 173, 64, 0, 96, 93, 63, 184, 78, 39, 99, 0, 128, 217, 63, 0, 96, 173, 64, 0, 96, 93, 63, 185, 153, 89, 90, 0, 192, 204, 63, 0, 96, 173, 64, 0, 160, 40, 191, 216, 28, 70, 49, 0, 192, 204, 63, 0, 32, 163, 64, 0, 96, 172, 190, 224, 49, 70, 49, 0, 192, 204, 63, 0, 32, 163, 64, 0, 0, 11, 63, 184, 78, 30, 78, 0, 128, 217, 63, 0, 32, 163, 64, 0, 0, 11, 63, 185, 153, 95, 63, 0, 192, 204, 63, 0, 128, 187, 64, 0, 224, 70, 191, 0, 0, 7, 197, 0, 192, 204, 63, 0, 96, 159, 64, 0, 32, 211, 61, 8, 69, 247, 58, 0, 128, 217, 63, 0, 96, 159, 64, 0, 32, 211, 61, 152, 160, 152, 32, 0, 192, 204, 63, 0, 160, 201, 64, 0, 160, 40, 191, 216, 28, 184, 206, 0, 192, 204, 63, 0, 224, 211, 64, 0, 96, 172, 190, 224, 49, 184, 206, 0, 192, 204, 63, 0, 160, 215, 64, 0, 32, 211, 61, 8, 69, 7, 197, 0, 128, 217, 63, 0, 160, 215, 64, 0, 32, 211, 61, 152, 160, 102, 223, 0, 0, 239, 63, 0, 128, 187, 64, 0, 64, 87, 63, 221, 198, 255, 127, 0, 0, 239, 63, 0, 64, 199, 64, 0, 0, 62, 63, 152, 188, 187, 152, 0, 0, 239, 63, 0, 192, 175, 64, 0, 0, 62, 63, 227, 188, 195, 103, 0, 0, 239, 63, 0, 0, 167, 64, 0, 160, 241, 62, 227, 188, 31, 85, 0, 0, 239, 63, 0, 224, 163, 64, 0, 32, 211, 61, 221, 198, 222, 70, 0, 0, 239, 63, 0, 0, 208, 64, 0, 160, 241, 62, 227, 188, 223, 170, 0, 0, 239, 63, 0, 32, 211, 64, 0, 32, 211, 61, 120, 198, 134, 185, 0, 128, 255, 63, 0, 160, 172, 64, 0, 32, 211, 61, 83, 212, 83, 84, 0, 128, 255, 63, 0, 160, 174, 64, 0, 0, 172, 62, 13, 203, 125, 94, 0, 128, 255, 63, 0, 0, 180, 64, 0, 160, 1, 63, 13, 203, 144, 108, 0, 128, 255, 63, 0, 128, 187, 64, 0, 160, 17, 63, 83, 212, 255, 127, 0, 128, 255, 63, 0, 0, 195, 64, 0, 160, 1, 63, 13, 203, 110, 147, 0, 128, 255, 63, 0, 96, 200, 64, 0, 0, 172, 62, 169, 202, 255, 161, 0, 128, 255, 63, 0, 96, 202, 64, 0, 32, 211, 61, 83, 212, 171, 171, 0, 128, 210, 61, 0, 160, 30, 64, 0, 32, 52, 62, 121, 158, 23, 134, 0, 0, 0, 0, 0, 64, 30, 64, 0, 96, 53, 62, 255, 127, 163, 135, 0, 0, 0, 0, 0, 224, 26, 64, 0, 0, 68, 62, 255, 127, 62, 186, 0, 128, 202, 61, 0, 96, 27, 64, 0, 128, 66, 62, 105, 129, 133, 189, 0, 192, 24, 62, 0, 32, 45, 64, 0, 96, 0, 190, 217, 223, 39, 210, 0, 0, 106, 62, 0, 224, 40, 64, 0, 160, 72, 189, 219, 231, 57, 168, 0, 0, 123, 62, 0, 32, 39, 64, 0, 0, 147, 189, 215, 151, 94, 191, 0, 128, 28, 62, 0, 32, 44, 64, 0, 128, 36, 190, 105, 143, 182, 201, 0, 0, 0, 0, 0, 128, 46, 64, 0, 96, 69, 190, 255, 127, 213, 211, 0, 0, 77, 62, 0, 160, 46, 64, 0, 64, 55, 190, 72, 127, 200, 193, 0, 0, 0, 0, 0, 96, 49, 64, 0, 160, 95, 190, 255, 127, 255, 191, 0, 64, 130, 62, 0, 96, 33, 64, 0, 0, 90, 61, 212, 145, 56, 187, 0, 192, 53, 62, 0, 0, 30, 64, 0, 128, 6, 62, 189, 145, 245, 179, 0, 0, 108, 62, 0, 32, 29, 64, 0, 128, 55, 62, 187, 123, 95, 203, 0, 64, 166, 62, 0, 96, 33, 64, 0, 192, 170, 61, 215, 125, 200, 202, 0, 128, 160, 62, 0, 96, 40, 64, 0, 64, 143, 189, 43, 125, 77, 197, 0, 0, 0, 0, 0, 128, 24, 64, 0, 160, 134, 62, 255, 127, 204, 204, 0, 64, 9, 62, 0, 32, 25, 64, 0, 192, 133, 62, 113, 124, 61, 201, 0, 0, 0, 0, 0, 160, 11, 64, 0, 0, 0, 63, 255, 127, 100, 159, 0, 96, 102, 62, 0, 192, 12, 64, 0, 128, 253, 62, 69, 151, 82, 153, 0, 160, 200, 62, 0, 160, 14, 64, 0, 96, 175, 62, 4, 188, 6, 90, 0, 96, 139, 62, 0, 192, 7, 64, 0, 224, 42, 62, 157, 201, 87, 62, 0, 224, 139, 62, 0, 192, 9, 64, 0, 128, 20, 62, 111, 149, 175, 63, 0, 64, 193, 62, 0, 224, 14, 64, 0, 224, 107, 62, 189, 177, 10, 77, 0, 64, 2, 63, 0, 128, 38, 64, 0, 224, 118, 189, 169, 184, 84, 189, 0, 224, 156, 62, 0, 32, 48, 64, 0, 160, 105, 190, 237, 169, 228, 222, 0, 192, 196, 62, 0, 160, 19, 64, 0, 224, 181, 62, 33, 162, 133, 161, 0, 0, 0, 0, 0, 32, 49, 64, 0, 0, 166, 190, 80, 219, 255, 255, 0, 128, 174, 62, 0, 64, 44, 64, 0, 192, 131, 190, 228, 236, 107, 211, 0, 64, 17, 62, 0, 192, 13, 64, 0, 224, 123, 190, 234, 227, 198, 26, 0, 0, 0, 0, 0, 192, 15, 64, 0, 32, 140, 190, 133, 234, 0, 0, 0, 128, 103, 62, 0, 160, 7, 64, 0, 32, 247, 62, 128, 158, 241, 81, 0, 0, 0, 0, 0, 160, 6, 64, 0, 32, 248, 62, 255, 127, 55, 67, 0, 0, 0, 0, 0, 128, 252, 63, 0, 192, 134, 61, 255, 127, 28, 16, 0, 224, 194, 61, 0, 96, 253, 63, 0, 64, 132, 61, 152, 160, 152, 32, 0, 96, 9, 63, 0, 192, 26, 64, 0, 192, 69, 62, 185, 178, 191, 165, 0, 0, 39, 62, 0, 128, 1, 64, 0, 224, 218, 59, 91, 189, 42, 48, 0, 0, 0, 0, 0, 96, 51, 64, 0, 96, 134, 190, 204, 140, 255, 255, 0, 0, 99, 62, 0, 128, 9, 64, 0, 32, 45, 190, 64, 216, 44, 46, 0, 0, 0, 0, 0, 32, 5, 64, 0, 224, 55, 190, 199, 188, 0, 0, 0, 0, 0, 0, 0, 192, 7, 64, 0, 224, 104, 190, 204, 204, 0, 0, 0, 0, 0, 0, 0, 64, 252, 63, 0, 192, 7, 189, 1, 129, 0, 0, 0, 0, 0, 0, 0, 192, 252, 63, 0, 192, 10, 189, 152, 154, 0, 0, 0, 64, 107, 62, 0, 128, 4, 64, 0, 160, 121, 189, 59, 201, 92, 61, 0, 0, 0, 0, 0, 0, 2, 64, 0, 160, 229, 189, 140, 176, 0, 0, 0, 0, 0, 0, 0, 32, 0, 64, 0, 96, 143, 189, 167, 169, 0, 0, 0, 0, 0, 0, 0, 0, 9, 64, 0, 160, 122, 190, 5, 222, 0, 0, 0, 160, 12, 63, 0, 160, 21, 64, 0, 32, 62, 62, 232, 207, 132, 90, 0, 32, 8, 63, 0, 192, 33, 64, 0, 192, 148, 189, 174, 248, 216, 84, 0, 0, 188, 62, 0, 224, 20, 64, 0, 160, 253, 189, 190, 214, 5, 57, 0, 192, 74, 62, 0, 64, 142, 64, 0, 160, 49, 187, 239, 147, 45, 196, 0, 32, 9, 63, 0, 96, 133, 64, 0, 96, 5, 63, 64, 143, 76, 198, 0, 96, 46, 63, 0, 192, 136, 64, 0, 96, 157, 62, 189, 142, 95, 200, 0, 160, 196, 61, 0, 64, 141, 64, 0, 64, 192, 61, 214, 147, 234, 193, 0, 0, 0, 0, 0, 64, 141, 64, 0, 224, 20, 62, 255, 127, 191, 197, 0, 0, 0, 0, 0, 64, 131, 64, 0, 128, 64, 63, 255, 127, 204, 204, 0, 0, 151, 62, 0, 160, 131, 64, 0, 32, 53, 63, 31, 140, 187, 198, 0, 0, 0, 0, 0, 0, 148, 64, 0, 128, 38, 191, 50, 243, 255, 255, 0, 128, 64, 63, 0, 224, 143, 64, 0, 0, 248, 190, 112, 252, 164, 207, 0, 128, 17, 63, 0, 128, 126, 64, 0, 96, 213, 190, 21, 229, 57, 28, 0, 0, 0, 0, 0, 96, 130, 64, 0, 192, 10, 191, 71, 227, 0, 0, 0, 32, 232, 62, 0, 64, 104, 64, 0, 160, 147, 63, 199, 157, 149, 97, 0, 0, 0, 0, 0, 192, 103, 64, 0, 192, 156, 63, 255, 127, 80, 91, 0, 0, 0, 0, 0, 32, 85, 64, 0, 224, 101, 63, 255, 127, 92, 52, 0, 160, 181, 62, 0, 224, 85, 64, 0, 64, 93, 63, 83, 151, 13, 63, 0, 160, 54, 63, 0, 224, 142, 64, 0, 160, 254, 189, 108, 144, 7, 206, 0, 0, 133, 63, 0, 96, 129, 64, 0, 96, 226, 62, 17, 191, 210, 155, 0, 32, 144, 63, 0, 64, 138, 64, 0, 128, 74, 189, 200, 202, 166, 182, 0, 0, 0, 0, 0, 96, 151, 64, 0, 0, 12, 191, 255, 127, 221, 244, 0, 0, 238, 62, 0, 128, 148, 64, 0, 96, 217, 190, 48, 144, 215, 222, 0, 64, 55, 63, 0, 160, 146, 64, 0, 224, 245, 190, 39, 197, 107, 221, 0, 0, 0, 0, 0, 0, 151, 64, 0, 224, 23, 191, 32, 185, 255, 255, 0, 128, 89, 63, 0, 160, 109, 64, 0, 0, 97, 63, 61, 189, 38, 96, 0, 32, 38, 63, 0, 64, 91, 64, 0, 160, 44, 63, 98, 181, 210, 68, 0, 32, 89, 63, 0, 192, 115, 64, 0, 128, 95, 63, 129, 182, 126, 152, 0, 32, 231, 62, 0, 128, 110, 64, 0, 32, 147, 63, 21, 153, 113, 161, 0, 160, 31, 62, 0, 128, 67, 64, 0, 96, 169, 62, 53, 149, 58, 40, 0, 96, 132, 62, 0, 0, 70, 64, 0, 128, 123, 62, 232, 172, 233, 44, 0, 128, 82, 63, 0, 160, 113, 64, 0, 64, 131, 61, 40, 223, 14, 75, 0, 0, 184, 62, 0, 32, 73, 64, 0, 96, 7, 62, 239, 193, 108, 50, 0, 224, 103, 62, 0, 192, 83, 64, 0, 224, 59, 190, 84, 213, 96, 20, 0, 0, 0, 0, 0, 32, 86, 64, 0, 32, 111, 190, 213, 211, 0, 0, 0, 0, 0, 0, 0, 224, 66, 64, 0, 64, 171, 62, 255, 127, 107, 24, 0, 224, 145, 63, 0, 0, 134, 64, 0, 64, 176, 61, 147, 231, 147, 103, 0, 0, 142, 63, 0, 128, 134, 64, 0, 0, 168, 189, 184, 212, 231, 57, 0, 0, 0, 0, 0, 224, 109, 64, 0, 128, 156, 63, 255, 127, 96, 168, 0, 32, 137, 63, 0, 128, 129, 64, 0, 224, 71, 62, 201, 214, 112, 62, 0, 192, 53, 62, 0, 0, 80, 64, 0, 32, 23, 190, 6, 223, 144, 24, 0, 0, 0, 0, 0, 224, 81, 64, 0, 0, 63, 190, 24, 220, 0, 0, 0, 32, 127, 62, 0, 192, 8, 64, 0, 0, 3, 189, 155, 59, 19, 20, 0, 32, 78, 62, 0, 128, 7, 64, 0, 192, 11, 61, 90, 156, 77, 24, 0, 224, 254, 62, 0, 0, 21, 64, 0, 0, 36, 62, 25, 210, 74, 65, 0, 96, 129, 62, 0, 160, 14, 64, 0, 96, 214, 189, 226, 216, 246, 50, 0, 64, 224, 62, 0, 128, 25, 64, 0, 224, 215, 185, 136, 221, 137, 61, 0, 0, 113, 63, 0, 0, 119, 64, 0, 32, 71, 62, 21, 223, 87, 60, 0, 96, 127, 63, 0, 32, 131, 64, 0, 96, 90, 190, 200, 193, 201, 65, 0, 160, 95, 63, 0, 0, 121, 64, 0, 64, 63, 190, 141, 225, 66, 80, 0, 192, 177, 62, 0, 160, 78, 64, 0, 32, 78, 189, 219, 205, 28, 40, 0, 96, 82, 63, 0, 64, 115, 64, 0, 160, 134, 189, 230, 230, 230, 102, 0, 128, 104, 63, 0, 96, 122, 64, 0, 64, 29, 62, 43, 196, 255, 63, 0, 0, 130, 63, 0, 32, 130, 64, 0, 224, 29, 62, 253, 206, 66, 78, 0, 32, 137, 63, 0, 224, 133, 64, 0, 160, 131, 61, 115, 209, 222, 71, 0, 0, 134, 63, 0, 64, 134, 64, 0, 0, 152, 189, 242, 210, 241, 77, 0, 64, 2, 64, 0, 160, 198, 64, 0, 224, 197, 189, 78, 240, 197, 152, 0, 64, 2, 64, 0, 224, 193, 64, 0, 160, 120, 190, 233, 246, 197, 152, 0, 64, 2, 64, 0, 32, 181, 64, 0, 160, 120, 190, 233, 246, 57, 103, 0, 64, 2, 64, 0, 96, 176, 64, 0, 224, 197, 189, 78, 240, 57, 103, 0, 64, 2, 64, 0, 128, 187, 64, 0, 192, 151, 190, 255, 255, 39, 147, 0, 64, 2, 64, 0, 128, 187, 64, 0, 160, 0, 63, 215, 236, 255, 127, 0, 64, 2, 64, 0, 224, 193, 64, 0, 224, 229, 62, 56, 231, 20, 137, 0, 64, 2, 64, 0, 32, 181, 64, 0, 224, 229, 62, 56, 231, 234, 118, 0, 64, 2, 64, 0, 96, 176, 64, 0, 0, 155, 62, 56, 231, 78, 112, 0, 64, 2, 64, 0, 192, 174, 64, 0, 32, 211, 61, 215, 236, 215, 108, 0, 64, 2, 64, 0, 160, 198, 64, 0, 0, 155, 62, 56, 231, 176, 143, 0, 64, 2, 64, 0, 64, 200, 64, 0, 32, 211, 61, 215, 236, 39, 147, 0, 0, 0, 0, 0, 128, 187, 64, 0, 32, 141, 63, 255, 127, 255, 127, 0, 0, 0, 0, 0, 64, 175, 64, 0, 0, 128, 63, 255, 127, 73, 49, 0, 128, 168, 62, 0, 64, 175, 64, 0, 0, 128, 63, 99, 110, 117, 93, 0, 0, 0, 0, 0, 96, 166, 64, 0, 64, 79, 63, 255, 127, 150, 118, 0, 0, 0, 0, 0, 192, 159, 64, 0, 96, 26, 63, 255, 127, 2, 38, 0, 128, 168, 62, 0, 128, 166, 64, 0, 160, 79, 63, 214, 111, 116, 81, 0, 192, 147, 63, 0, 128, 203, 64, 0, 0, 120, 63, 16, 113, 221, 157, 0, 128, 154, 63, 0, 128, 195, 64, 0, 128, 132, 63, 44, 94, 228, 147, 0, 160, 178, 63, 0, 128, 203, 64, 0, 0, 120, 63, 70, 177, 215, 156, 0, 0, 0, 0, 0, 128, 187, 64, 0, 128, 101, 191, 255, 255, 255, 255, 0, 160, 178, 63, 0, 128, 187, 64, 0, 128, 101, 191, 255, 255, 7, 197, 0, 160, 178, 63, 0, 128, 171, 64, 0, 64, 67, 191, 38, 227, 70, 49, 0, 0, 0, 0, 0, 128, 171, 64, 0, 64, 67, 191, 98, 209, 0, 0, 0, 160, 178, 63, 0, 192, 159, 64, 0, 32, 203, 190, 51, 202, 143, 52, 0, 0, 0, 0, 0, 192, 159, 64, 0, 32, 203, 190, 174, 164, 0, 0, 0, 128, 168, 62, 0, 128, 171, 64, 0, 0, 120, 63, 121, 94, 221, 93, 0, 160, 131, 62, 0, 0, 173, 64, 0, 32, 96, 63, 35, 90, 242, 94, 0, 160, 131, 62, 0, 0, 169, 64, 0, 192, 64, 63, 91, 96, 198, 115, 0, 0, 0, 0, 0, 224, 175, 64, 0, 96, 102, 63, 255, 127, 73, 49, 0, 160, 131, 62, 0, 224, 175, 64, 0, 96, 102, 63, 112, 100, 52, 69, 0, 0, 0, 0, 0, 0, 169, 64, 0, 96, 64, 63, 255, 127, 119, 119, 0, 128, 47, 63, 0, 128, 187, 64, 0, 32, 141, 63, 73, 144, 73, 144, 0, 32, 34, 63, 0, 128, 195, 64, 0, 128, 132, 63, 210, 161, 228, 147, 0, 160, 178, 63, 0, 128, 171, 64, 0, 0, 120, 63, 164, 177, 73, 99, 0, 160, 178, 63, 0, 128, 187, 64, 0, 32, 141, 63, 89, 187, 255, 127, 0, 192, 147, 63, 0, 128, 187, 64, 0, 32, 141, 63, 181, 111, 73, 144, 0, 160, 178, 63, 0, 192, 159, 64, 0, 96, 26, 63, 49, 180, 143, 74, 0, 32, 114, 62, 0, 224, 35, 64, 0, 128, 111, 61, 204, 204, 17, 139, 0, 96, 46, 62, 0, 0, 33, 64, 0, 160, 0, 62, 71, 185, 211, 130, 0, 0, 0, 0, 0, 32, 47, 64, 0, 160, 28, 190, 249, 205, 255, 255, 0, 96, 179, 62, 0, 96, 20, 64, 0, 160, 185, 189, 231, 222, 239, 64, 0, 0, 0, 0, 0, 32, 149, 64, 0, 224, 209, 190, 255, 127, 154, 222, 0, 224, 28, 62, 0, 160, 147, 64, 0, 64, 172, 190, 186, 143, 96, 212, 0, 32, 129, 62, 0, 0, 145, 64, 0, 64, 68, 190, 110, 150, 228, 201, 0, 32, 139, 62, 0, 0, 76, 64, 0, 0, 51, 189, 108, 219, 199, 47, 0, 192, 250, 61, 0, 96, 67, 64, 0, 224, 129, 62, 176, 155, 19, 67, 0, 128, 79, 62, 0, 64, 69, 64, 0, 160, 63, 62, 34, 177, 212, 75, 0, 224, 143, 62, 0, 192, 71, 64, 0, 32, 202, 61, 222, 199, 181, 65, 0, 0, 0, 0, 0, 224, 66, 64, 0, 64, 131, 62, 255, 127, 103, 60, 0, 96, 116, 63, 0, 128, 131, 64, 0, 160, 58, 190, 207, 218, 132, 81, 0, 32, 90, 63, 0, 0, 124, 64, 0, 64, 36, 190, 83, 206, 34, 61, 0, 64, 79, 63, 0, 96, 119, 64, 0, 224, 120, 189, 69, 194, 160, 52, 0, 64, 79, 63, 0, 0, 118, 64, 0, 64, 61, 61, 5, 197, 80, 60, 0, 0, 0, 0, 0, 32, 159, 64, 0, 160, 161, 190, 22, 181, 0, 0, 0, 160, 178, 63, 0, 128, 155, 64, 0, 32, 211, 61, 163, 191, 91, 64, 0, 224, 62, 62, 0, 128, 158, 64, 0, 32, 126, 190, 56, 206, 94, 34, 0, 0, 138, 62, 0, 96, 157, 64, 0, 128, 238, 189, 93, 198, 251, 60, 0, 96, 89, 62, 0, 64, 156, 64, 0, 224, 17, 61, 122, 169, 56, 78, 0, 0, 0, 0, 0, 128, 155, 64, 0, 32, 211, 61, 255, 127, 247, 58, 0, 96, 113, 63, 0, 128, 219, 64, 0, 32, 211, 61, 255, 127, 255, 255, 0, 160, 178, 63, 0, 128, 219, 64, 0, 32, 211, 61, 246, 186, 7, 197, 0, 160, 178, 63, 0, 64, 215, 64, 0, 32, 203, 190, 30, 206, 184, 206, 0, 64, 87, 63, 0, 64, 215, 64, 0, 32, 203, 190, 69, 79, 22, 253, 0, 160, 178, 63, 0, 128, 203, 64, 0, 64, 67, 191, 38, 227, 184, 206, 0, 160, 131, 62, 0, 128, 203, 64, 0, 64, 67, 191, 233, 51, 38, 253, 0, 64, 87, 63, 0, 64, 215, 64, 0, 96, 26, 63, 22, 125, 69, 207, 0, 160, 178, 63, 0, 64, 215, 64, 0, 96, 26, 63, 70, 177, 224, 177, 0, 0, 0, 0, 0, 128, 203, 64, 0, 64, 67, 191, 80, 200, 255, 255, 0, 160, 131, 62, 0, 128, 203, 64, 0, 0, 120, 63, 39, 125, 232, 179, 0, 128, 47, 63, 0, 128, 203, 64, 0, 0, 120, 63, 238, 142, 221, 157, 0, 0, 0, 0, 0, 128, 203, 64, 0, 0, 120, 63, 255, 127, 174, 183, 0, 96, 133, 190, 0, 160, 206, 64, 0, 0, 123, 63, 67, 103, 65, 69, 0, 96, 133, 190, 0, 224, 209, 64, 0, 0, 123, 63, 106, 110, 33, 156, 0, 32, 90, 191, 0, 192, 221, 64, 0, 0, 28, 63, 148, 83, 126, 169, 0, 32, 90, 191, 0, 128, 218, 64, 0, 0, 28, 63, 4, 68, 145, 86, 0, 32, 90, 191, 0, 192, 221, 64, 0, 160, 206, 190, 127, 41, 147, 211, 0, 160, 116, 191, 0, 0, 226, 64, 0, 32, 211, 61, 18, 65, 17, 193, 0, 96, 133, 190, 0, 160, 206, 64, 0, 64, 70, 191, 190, 58, 187, 24, 0, 96, 133, 190, 0, 224, 209, 64, 0, 64, 70, 191, 33, 28, 105, 238, 0, 32, 90, 191, 0, 128, 218, 64, 0, 160, 206, 190, 58, 41, 176, 59, 0, 160, 116, 191, 0, 224, 222, 64, 0, 32, 211, 61, 35, 46, 219, 81, 0, 32, 218, 191, 0, 160, 99, 64, 0, 32, 181, 190, 146, 48, 54, 242, 0, 32, 226, 191, 0, 64, 99, 64, 0, 64, 178, 190, 156, 208, 97, 199, 0, 160, 227, 191, 0, 64, 104, 64, 0, 96, 39, 190, 218, 205, 173, 190, 0, 96, 219, 191, 0, 224, 103, 64, 0, 192, 75, 190, 137, 87, 78, 227, 0, 64, 231, 191, 0, 96, 116, 64, 0, 192, 50, 190, 148, 160, 211, 235, 0, 224, 217, 191, 0, 128, 111, 64, 0, 192, 141, 61, 214, 164, 79, 192, 0, 128, 219, 191, 0, 64, 101, 64, 0, 192, 80, 188, 84, 213, 18, 187, 0, 64, 195, 191, 0, 96, 79, 64, 0, 224, 171, 189, 15, 211, 211, 183, 0, 192, 176, 191, 0, 96, 75, 64, 0, 96, 132, 188, 101, 226, 153, 133, 0, 160, 174, 191, 0, 64, 70, 64, 0, 64, 176, 190, 84, 248, 249, 91, 0, 160, 192, 191, 0, 192, 75, 64, 0, 96, 137, 190, 111, 212, 245, 184, 0, 128, 28, 192, 0, 192, 68, 64, 0, 192, 192, 62, 50, 147, 70, 193, 0, 96, 44, 192, 0, 128, 54, 64, 0, 64, 245, 62, 58, 89, 78, 156, 0, 96, 33, 192, 0, 0, 38, 64, 0, 160, 13, 63, 230, 128, 147, 113, 0, 128, 18, 192, 0, 64, 51, 64, 0, 96, 234, 62, 118, 176, 93, 150, 0, 32, 34, 192, 0, 224, 65, 64, 0, 160, 30, 190, 77, 63, 210, 251, 0, 224, 49, 192, 0, 160, 51, 64, 0, 128, 65, 189, 16, 17, 194, 185, 0, 192, 50, 192, 0, 32, 59, 64, 0, 128, 122, 62, 119, 54, 53, 170, 0, 128, 35, 192, 0, 64, 73, 64, 0, 224, 11, 62, 57, 111, 73, 246, 0, 32, 25, 192, 0, 192, 45, 64, 0, 160, 145, 190, 194, 240, 47, 236, 0, 32, 41, 192, 0, 192, 31, 64, 0, 192, 51, 190, 9, 28, 214, 40, 0, 0, 51, 192, 0, 32, 55, 64, 0, 192, 130, 62, 37, 52, 109, 91, 0, 96, 45, 192, 0, 224, 50, 64, 0, 192, 237, 62, 125, 61, 160, 96, 0, 96, 42, 192, 0, 160, 30, 64, 0, 0, 243, 189, 92, 58, 144, 83, 0, 64, 50, 192, 0, 96, 48, 64, 0, 0, 145, 187, 219, 54, 2, 86, 0, 160, 24, 192, 0, 192, 19, 64, 0, 32, 203, 62, 255, 151, 255, 71, 0, 192, 27, 192, 0, 0, 20, 64, 0, 64, 200, 62, 23, 79, 19, 76, 0, 192, 26, 192, 0, 128, 15, 64, 0, 128, 225, 61, 132, 73, 243, 66, 0, 160, 23, 192, 0, 192, 14, 64, 0, 128, 166, 61, 206, 163, 97, 24, 0, 128, 35, 192, 0, 32, 36, 64, 0, 224, 7, 63, 248, 72, 30, 89, 0, 192, 32, 192, 0, 224, 19, 64, 0, 32, 255, 188, 82, 64, 247, 77, 0, 64, 30, 192, 0, 160, 19, 64, 0, 64, 158, 189, 177, 66, 110, 9, 0, 192, 24, 192, 0, 96, 47, 64, 0, 160, 117, 61, 140, 68, 107, 93, 0, 192, 24, 192, 0, 96, 47, 64, 0, 224, 117, 61, 208, 83, 108, 60, 0, 0, 8, 192, 0, 96, 28, 64, 0, 32, 231, 188, 122, 227, 241, 74, 0, 64, 14, 192, 0, 128, 33, 64, 0, 192, 61, 190, 179, 241, 7, 50, 0, 128, 8, 192, 0, 192, 33, 64, 0, 64, 150, 62, 77, 207, 21, 114, 0, 0, 50, 190, 0, 0, 109, 63, 0, 0, 129, 190, 125, 250, 142, 188, 0, 32, 52, 190, 0, 0, 137, 58, 0, 192, 169, 190, 50, 210, 237, 39, 0, 96, 2, 191, 0, 0, 137, 58, 0, 32, 232, 190, 65, 55, 50, 4, 0, 160, 165, 190, 0, 0, 121, 63, 0, 32, 213, 190, 182, 247, 225, 225, 0, 160, 106, 191, 0, 128, 99, 63, 0, 96, 91, 62, 149, 52, 254, 136, 0, 192, 113, 191, 0, 224, 226, 62, 0, 64, 59, 62, 239, 64, 69, 104, 0, 64, 13, 191, 0, 64, 42, 63, 0, 64, 205, 62, 231, 128, 73, 115, 0, 128, 12, 191, 0, 64, 86, 63, 0, 96, 189, 62, 167, 131, 36, 137, 0, 160, 33, 191, 0, 224, 234, 63, 0, 128, 215, 189, 80, 64, 97, 214, 0, 224, 105, 191, 0, 64, 116, 63, 0, 0, 46, 190, 2, 11, 76, 180, 0, 160, 56, 191, 0, 96, 218, 63, 0, 64, 65, 62, 41, 84, 63, 171, 0, 192, 244, 190, 0, 160, 196, 63, 0, 96, 162, 62, 51, 145, 167, 159, 0, 128, 232, 190, 0, 128, 216, 63, 0, 128, 137, 190, 106, 46, 94, 250, 0, 160, 34, 191, 0, 160, 124, 63, 0, 128, 189, 190, 96, 11, 221, 221, 0, 160, 46, 190, 0, 224, 91, 63, 0, 32, 36, 62, 43, 196, 222, 132, 0, 64, 134, 190, 0, 96, 178, 63, 0, 128, 38, 62, 16, 186, 217, 149, 0, 192, 130, 190, 0, 0, 195, 63, 0, 224, 150, 190, 178, 228, 27, 211, 0, 64, 135, 189, 0, 96, 97, 63, 0, 192, 210, 189, 40, 248, 72, 146, 0, 192, 1, 190, 0, 0, 170, 63, 0, 0, 34, 189, 50, 224, 210, 155, 0, 128, 67, 190, 0, 224, 179, 63, 0, 0, 38, 190, 138, 232, 68, 180, 0, 96, 131, 190, 0, 160, 199, 63, 0, 32, 196, 189, 94, 241, 245, 168, 0, 224, 122, 190, 0, 96, 191, 63, 0, 0, 253, 189, 253, 206, 138, 175, 0, 192, 149, 190, 0, 64, 202, 63, 0, 224, 90, 190, 55, 196, 246, 184, 0, 224, 153, 190, 0, 192, 207, 63, 0, 128, 44, 190, 178, 228, 47, 200, 0, 96, 218, 190, 0, 96, 216, 63, 0, 32, 73, 190, 59, 188, 74, 203, 0, 96, 222, 190, 0, 32, 219, 63, 0, 96, 109, 190, 186, 190, 207, 214, 0, 0, 22, 191, 0, 96, 235, 63, 0, 192, 199, 189, 100, 159, 153, 224, 0, 0, 12, 191, 0, 32, 229, 63, 0, 192, 172, 189, 149, 167, 65, 199, 0, 64, 89, 190, 0, 160, 184, 63, 0, 0, 42, 189, 166, 192, 250, 176, 0, 192, 51, 190, 0, 160, 180, 63, 0, 32, 51, 189, 90, 196, 235, 176, 0, 128, 97, 190, 0, 0, 188, 63, 0, 96, 18, 190, 20, 203, 13, 178, 0, 0, 11, 191, 0, 192, 18, 63, 0, 0, 6, 63, 184, 117, 15, 255, 0, 128, 8, 191, 0, 160, 239, 62, 0, 96, 72, 63, 69, 127, 162, 203, 0, 32, 138, 190, 0, 0, 164, 62, 0, 64, 62, 63, 56, 184, 71, 166, 0, 96, 84, 190, 0, 0, 197, 62, 0, 160, 179, 62, 125, 198, 195, 207, 0, 224, 74, 191, 0, 128, 164, 62, 0, 0, 60, 63, 139, 65, 15, 157, 0, 160, 33, 191, 0, 192, 39, 62, 0, 32, 109, 63, 174, 72, 111, 143, 0, 160, 3, 191, 0, 192, 138, 62, 0, 192, 116, 63, 255, 127, 119, 178, 0, 192, 197, 190, 0, 64, 39, 62, 0, 32, 110, 63, 150, 178, 153, 153, 0, 32, 249, 190, 0, 0, 137, 58, 0, 64, 139, 63, 245, 130, 144, 86, 0, 0, 167, 190, 0, 0, 137, 58, 0, 128, 103, 63, 1, 174, 207, 80, 0, 128, 236, 190, 0, 128, 202, 63, 0, 160, 132, 62, 25, 166, 196, 182, 0, 0, 43, 191, 0, 160, 221, 63, 0, 96, 28, 62, 56, 142, 126, 202, 0, 160, 148, 190, 0, 96, 187, 63, 0, 192, 249, 61, 152, 182, 80, 175, 0, 160, 201, 191, 0, 192, 92, 64, 0, 0, 67, 189, 120, 166, 111, 132, 0, 160, 206, 191, 0, 32, 91, 64, 0, 160, 137, 60, 225, 212, 233, 183, 0, 32, 192, 191, 0, 0, 83, 64, 0, 64, 7, 190, 215, 186, 69, 98, 0, 128, 212, 191, 0, 96, 101, 64, 0, 64, 148, 189, 51, 125, 165, 191, 0, 224, 207, 191, 0, 96, 88, 64, 0, 0, 215, 190, 119, 248, 67, 239, 0, 224, 213, 191, 0, 224, 85, 64, 0, 128, 218, 190, 42, 219, 8, 198, 0, 0, 190, 191, 0, 224, 79, 64, 0, 0, 147, 190, 164, 215, 241, 64, 0, 64, 201, 191, 0, 224, 78, 64, 0, 160, 189, 190, 16, 223, 96, 191, 0, 64, 197, 191, 0, 128, 82, 64, 0, 192, 190, 190, 76, 233, 252, 40, 0, 96, 229, 191, 0, 128, 108, 64, 0, 192, 244, 190, 197, 196, 42, 238, 0, 128, 188, 191, 0, 64, 75, 64, 0, 96, 2, 191, 213, 249, 6, 193, 0, 0, 211, 191, 0, 224, 87, 64, 0, 128, 28, 191, 141, 231, 67, 221, 0, 32, 195, 191, 0, 96, 94, 64, 0, 64, 22, 62, 38, 190, 215, 161, 0, 32, 254, 191, 0, 224, 43, 64, 0, 96, 111, 62, 215, 130, 119, 55, 0, 32, 253, 191, 0, 128, 38, 64, 0, 224, 186, 189, 248, 139, 154, 4, 0, 192, 4, 192, 0, 192, 43, 64, 0, 224, 127, 190, 58, 66, 3, 21, 0, 224, 15, 192, 0, 32, 56, 64, 0, 64, 179, 190, 37, 32, 8, 47, 0, 32, 9, 192, 0, 160, 61, 64, 0, 128, 204, 62, 18, 103, 185, 101, 0, 64, 19, 192, 0, 96, 79, 64, 0, 128, 162, 62, 83, 78, 212, 145, 0, 224, 24, 192, 0, 96, 76, 64, 0, 160, 96, 190, 230, 9, 96, 175, 0, 64, 26, 192, 0, 224, 83, 64, 0, 32, 154, 61, 247, 45, 29, 159, 0, 96, 197, 189, 0, 0, 137, 58, 0, 128, 73, 190, 95, 193, 225, 70, 0, 160, 29, 190, 0, 32, 226, 62, 0, 224, 72, 62, 18, 181, 4, 108, 0, 192, 85, 191, 0, 0, 137, 58, 0, 64, 82, 190, 77, 58, 80, 60, 0, 160, 14, 191, 0, 96, 220, 63, 0, 128, 197, 61, 56, 94, 8, 173, 0, 96, 28, 191, 0, 0, 218, 63, 0, 64, 235, 61, 234, 158, 17, 191, 0, 32, 229, 190, 0, 192, 202, 63, 0, 160, 78, 62, 118, 170, 59, 181, 0, 224, 217, 190, 0, 32, 208, 63, 0, 128, 42, 62, 210, 155, 121, 147, 0, 128, 1, 191, 0, 96, 229, 63, 0, 128, 131, 189, 246, 50, 236, 213, 0, 224, 156, 190, 0, 32, 190, 63, 0, 160, 196, 61, 160, 185, 164, 168, 0, 160, 159, 190, 0, 224, 197, 63, 0, 64, 166, 61, 95, 193, 128, 133, 0, 64, 209, 190, 0, 32, 219, 63, 0, 32, 30, 190, 177, 208, 10, 249, 0, 160, 113, 190, 0, 128, 193, 63, 0, 224, 242, 188, 215, 222, 165, 142, 0, 64, 139, 190, 0, 224, 201, 63, 0, 192, 128, 190, 107, 201, 222, 196, 0, 96, 20, 190, 0, 0, 137, 58, 0, 128, 30, 63, 124, 189, 49, 82, 0, 64, 80, 189, 0, 0, 137, 58, 0, 0, 37, 61, 58, 233, 196, 54, 0, 128, 106, 191, 0, 0, 137, 58, 0, 160, 247, 60, 153, 25, 94, 49, 0, 192, 82, 191, 0, 0, 137, 58, 0, 128, 28, 63, 36, 73, 197, 73, 0, 192, 95, 191, 0, 160, 197, 62, 0, 224, 173, 62, 181, 49, 19, 200, 0, 0, 37, 191, 0, 0, 137, 58, 0, 128, 102, 63, 136, 85, 145, 73, 0, 0, 73, 190, 0, 0, 137, 58, 0, 64, 52, 190, 23, 148, 243, 37, 0, 224, 222, 189, 0, 0, 137, 58, 0, 0, 36, 61, 156, 232, 117, 202, 0, 224, 91, 191, 0, 0, 137, 58, 0, 64, 0, 61, 55, 11, 157, 196, 0, 128, 60, 191, 0, 0, 137, 58, 0, 192, 58, 190, 38, 109, 105, 31, 0, 0, 239, 191, 0, 192, 175, 64, 0, 32, 9, 191, 59, 24, 228, 60, 0, 0, 239, 191, 0, 0, 167, 64, 0, 32, 136, 190, 170, 42, 153, 60, 0, 128, 255, 191, 0, 160, 174, 64, 0, 224, 4, 190, 129, 33, 14, 75, 0, 128, 255, 191, 0, 0, 180, 64, 0, 192, 153, 190, 85, 19, 170, 74, 0, 0, 239, 191, 0, 0, 208, 64, 0, 32, 136, 190, 170, 42, 101, 195, 0, 0, 239, 191, 0, 64, 199, 64, 0, 32, 9, 191, 187, 24, 101, 195, 0, 128, 255, 191, 0, 0, 195, 64, 0, 192, 153, 190, 85, 19, 84, 181, 0, 128, 255, 191, 0, 96, 200, 64, 0, 224, 4, 190, 255, 33, 84, 181, 0, 0, 239, 191, 0, 128, 187, 64, 0, 128, 34, 191, 0, 0, 134, 185, 0, 128, 255, 191, 0, 128, 187, 64, 0, 160, 185, 190, 0, 0, 171, 171, 0, 128, 217, 191, 0, 224, 211, 64, 0, 96, 172, 190, 160, 64, 69, 230, 0, 128, 217, 191, 0, 160, 201, 64, 0, 160, 40, 191, 165, 37, 69, 230, 0, 128, 217, 191, 0, 96, 173, 64, 0, 160, 40, 191, 51, 37, 218, 25, 0, 128, 217, 191, 0, 32, 163, 64, 0, 96, 172, 190, 160, 64, 185, 25, 0, 128, 217, 191, 0, 128, 187, 64, 0, 224, 70, 191, 0, 0, 102, 223, 0, 192, 204, 191, 0, 224, 211, 64, 0, 0, 11, 63, 70, 177, 224, 177, 0, 128, 217, 191, 0, 224, 211, 64, 0, 0, 11, 63, 37, 102, 241, 192, 0, 128, 217, 191, 0, 160, 201, 64, 0, 96, 93, 63, 69, 102, 165, 165, 0, 192, 204, 191, 0, 160, 201, 64, 0, 96, 93, 63, 70, 177, 215, 156, 0, 128, 217, 191, 0, 128, 187, 64, 0, 160, 123, 63, 102, 95, 255, 127, 0, 192, 204, 191, 0, 128, 187, 64, 0, 160, 123, 63, 89, 187, 255, 127, 0, 128, 217, 191, 0, 96, 173, 64, 0, 96, 93, 63, 69, 102, 89, 90, 0, 192, 204, 191, 0, 96, 173, 64, 0, 96, 93, 63, 164, 177, 73, 99, 0, 192, 204, 191, 0, 96, 173, 64, 0, 160, 40, 191, 38, 227, 70, 49, 0, 192, 204, 191, 0, 32, 163, 64, 0, 96, 172, 190, 30, 206, 70, 49, 0, 128, 217, 191, 0, 32, 163, 64, 0, 0, 11, 63, 69, 102, 95, 63, 0, 192, 204, 191, 0, 32, 163, 64, 0, 0, 11, 63, 164, 177, 90, 78, 0, 192, 204, 191, 0, 128, 187, 64, 0, 224, 70, 191, 255, 255, 7, 197, 0, 128, 217, 191, 0, 96, 159, 64, 0, 32, 211, 61, 102, 95, 152, 32, 0, 192, 204, 191, 0, 96, 159, 64, 0, 32, 211, 61, 89, 187, 89, 59, 0, 192, 204, 191, 0, 160, 201, 64, 0, 160, 40, 191, 38, 227, 184, 206, 0, 192, 204, 191, 0, 224, 211, 64, 0, 96, 172, 190, 30, 206, 184, 206, 0, 192, 204, 191, 0, 160, 215, 64, 0, 32, 211, 61, 246, 186, 7, 197, 0, 128, 217, 191, 0, 160, 215, 64, 0, 32, 211, 61, 102, 95, 102, 223, 0, 0, 239, 191, 0, 64, 199, 64, 0, 0, 62, 63, 102, 67, 187, 152, 0, 0, 239, 191, 0, 128, 187, 64, 0, 64, 87, 63, 134, 57, 255, 127, 0, 0, 239, 191, 0, 192, 175, 64, 0, 0, 62, 63, 27, 67, 195, 103, 0, 0, 239, 191, 0, 0, 167, 64, 0, 160, 241, 62, 27, 67, 31, 85, 0, 0, 239, 191, 0, 224, 163, 64, 0, 32, 211, 61, 134, 57, 120, 70, 0, 0, 239, 191, 0, 32, 211, 64, 0, 32, 211, 61, 134, 57, 134, 185, 0, 0, 239, 191, 0, 0, 208, 64, 0, 160, 241, 62, 27, 67, 223, 170, 0, 128, 255, 191, 0, 160, 174, 64, 0, 0, 172, 62, 241, 52, 125, 94, 0, 128, 255, 191, 0, 160, 172, 64, 0, 32, 211, 61, 171, 43, 83, 84, 0, 128, 255, 191, 0, 128, 187, 64, 0, 160, 17, 63, 171, 43, 255, 127, 0, 128, 255, 191, 0, 0, 180, 64, 0, 160, 1, 63, 241, 52, 144, 108, 0, 128, 255, 191, 0, 0, 195, 64, 0, 160, 1, 63, 241, 52, 110, 147, 0, 128, 255, 191, 0, 96, 200, 64, 0, 0, 172, 62, 85, 53, 255, 161, 0, 128, 255, 191, 0, 96, 202, 64, 0, 32, 211, 61, 171, 43, 171, 171, 0, 128, 210, 189, 0, 160, 30, 64, 0, 32, 52, 62, 133, 97, 23, 134, 0, 128, 202, 189, 0, 96, 27, 64, 0, 128, 66, 62, 149, 126, 133, 189, 0, 192, 24, 190, 0, 32, 45, 64, 0, 96, 0, 190, 37, 32, 39, 210, 0, 128, 28, 190, 0, 32, 44, 64, 0, 128, 36, 190, 149, 112, 182, 201, 0, 0, 123, 190, 0, 32, 39, 64, 0, 0, 147, 189, 39, 104, 94, 191, 0, 0, 106, 190, 0, 224, 40, 64, 0, 160, 72, 189, 35, 24, 57, 168, 0, 0, 77, 190, 0, 160, 46, 64, 0, 64, 55, 190, 182, 128, 200, 193, 0, 64, 130, 190, 0, 96, 33, 64, 0, 0, 90, 61, 42, 110, 56, 187, 0, 64, 166, 190, 0, 96, 33, 64, 0, 192, 170, 61, 39, 130, 200, 202, 0, 0, 108, 190, 0, 32, 29, 64, 0, 128, 55, 62, 67, 132, 95, 203, 0, 192, 53, 190, 0, 0, 30, 64, 0, 128, 6, 62, 205, 110, 55, 180, 0, 128, 160, 190, 0, 96, 40, 64, 0, 64, 143, 189, 211, 130, 77, 197, 0, 64, 9, 190, 0, 32, 25, 64, 0, 192, 133, 62, 141, 131, 61, 201, 0, 96, 102, 190, 0, 192, 12, 64, 0, 128, 253, 62, 185, 104, 82, 153, 0, 160, 200, 190, 0, 160, 14, 64, 0, 96, 175, 62, 250, 67, 6, 90, 0, 64, 193, 190, 0, 224, 14, 64, 0, 224, 107, 62, 65, 78, 10, 77, 0, 224, 139, 190, 0, 192, 9, 64, 0, 128, 20, 62, 143, 106, 175, 63, 0, 96, 139, 190, 0, 192, 7, 64, 0, 224, 42, 62, 97, 54, 87, 62, 0, 224, 156, 190, 0, 32, 48, 64, 0, 160, 105, 190, 78, 86, 21, 223, 0, 64, 2, 191, 0, 128, 38, 64, 0, 224, 118, 189, 85, 71, 84, 189, 0, 192, 196, 190, 0, 160, 19, 64, 0, 224, 181, 62, 221, 93, 133, 161, 0, 64, 17, 190, 0, 192, 13, 64, 0, 224, 123, 190, 20, 28, 198, 26, 0, 128, 174, 190, 0, 64, 44, 64, 0, 192, 131, 190, 26, 19, 107, 211, 0, 128, 103, 190, 0, 160, 7, 64, 0, 32, 247, 62, 126, 97, 241, 81, 0, 224, 194, 189, 0, 96, 253, 63, 0, 64, 132, 61, 102, 95, 152, 32, 0, 96, 9, 191, 0, 192, 26, 64, 0, 192, 69, 62, 69, 77, 191, 165, 0, 0, 39, 190, 0, 128, 1, 64, 0, 224, 218, 59, 163, 66, 42, 48, 0, 0, 99, 190, 0, 128, 9, 64, 0, 32, 45, 190, 190, 39, 44, 46, 0, 64, 107, 190, 0, 128, 4, 64, 0, 160, 121, 189, 195, 54, 92, 61, 0, 160, 12, 191, 0, 160, 21, 64, 0, 32, 62, 62, 134, 48, 5, 90, 0, 32, 8, 191, 0, 192, 33, 64, 0, 192, 148, 189, 80, 7, 216, 84, 0, 0, 188, 190, 0, 224, 20, 64, 0, 160, 253, 189, 64, 41, 5, 57, 0, 192, 74, 190, 0, 64, 142, 64, 0, 160, 49, 187, 15, 108, 45, 196, 0, 96, 46, 191, 0, 192, 136, 64, 0, 96, 157, 62, 65, 113, 95, 200, 0, 32, 9, 191, 0, 96, 133, 64, 0, 96, 5, 63, 190, 112, 76, 198, 0, 160, 196, 189, 0, 64, 141, 64, 0, 64, 192, 61, 40, 108, 234, 193, 0, 0, 151, 190, 0, 160, 131, 64, 0, 32, 53, 63, 223, 115, 187, 198, 0, 128, 17, 191, 0, 128, 126, 64, 0, 96, 213, 190, 233, 26, 57, 28, 0, 128, 64, 191, 0, 224, 143, 64, 0, 0, 248, 190, 142, 3, 164, 207, 0, 32, 232, 190, 0, 64, 104, 64, 0, 160, 147, 63, 55, 98, 149, 97, 0, 160, 181, 190, 0, 224, 85, 64, 0, 64, 93, 63, 171, 104, 13, 63, 0, 160, 54, 191, 0, 224, 142, 64, 0, 160, 254, 189, 146, 111, 7, 206, 0, 32, 144, 191, 0, 64, 138, 64, 0, 128, 74, 189, 54, 53, 166, 182, 0, 0, 133, 191, 0, 96, 129, 64, 0, 96, 226, 62, 237, 64, 210, 155, 0, 64, 55, 191, 0, 160, 146, 64, 0, 224, 245, 190, 215, 58, 107, 221, 0, 0, 238, 190, 0, 128, 148, 64, 0, 96, 217, 190, 206, 111, 215, 222, 0, 128, 89, 191, 0, 160, 109, 64, 0, 0, 97, 63, 193, 66, 38, 96, 0, 32, 38, 191, 0, 64, 91, 64, 0, 160, 44, 63, 156, 74, 210, 68, 0, 32, 89, 191, 0, 192, 115, 64, 0, 128, 95, 63, 125, 73, 126, 152, 0, 32, 231, 190, 0, 128, 110, 64, 0, 32, 147, 63, 233, 102, 113, 161, 0, 96, 132, 190, 0, 0, 70, 64, 0, 128, 123, 62, 147, 83, 108, 44, 0, 160, 31, 190, 0, 128, 67, 64, 0, 96, 169, 62, 201, 106, 58, 40, 0, 128, 82, 191, 0, 160, 113, 64, 0, 64, 131, 61, 214, 32, 14, 75, 0, 0, 184, 190, 0, 32, 73, 64, 0, 96, 7, 62, 15, 62, 108, 50, 0, 224, 103, 190, 0, 192, 83, 64, 0, 224, 59, 190, 170, 42, 96, 20, 0, 224, 145, 191, 0, 0, 134, 64, 0, 64, 176, 61, 107, 24, 147, 103, 0, 0, 142, 191, 0, 128, 134, 64, 0, 0, 168, 189, 70, 43, 231, 57, 0, 32, 137, 191, 0, 128, 129, 64, 0, 224, 71, 62, 53, 41, 112, 62, 0, 192, 53, 190, 0, 0, 80, 64, 0, 32, 23, 190, 248, 32, 144, 24, 0, 32, 78, 190, 0, 128, 7, 64, 0, 192, 11, 61, 164, 99, 77, 24, 0, 32, 127, 190, 0, 192, 8, 64, 0, 0, 3, 189, 99, 196, 19, 20, 0, 224, 254, 190, 0, 0, 21, 64, 0, 0, 36, 62, 229, 45, 74, 65, 0, 96, 129, 190, 0, 160, 14, 64, 0, 96, 214, 189, 28, 39, 246, 50, 0, 64, 224, 190, 0, 128, 25, 64, 0, 224, 215, 185, 118, 34, 137, 61, 0, 0, 113, 191, 0, 0, 119, 64, 0, 32, 71, 62, 233, 32, 87, 60, 0, 96, 127, 191, 0, 32, 131, 64, 0, 96, 90, 190, 54, 62, 201, 65, 0, 160, 95, 191, 0, 0, 121, 64, 0, 64, 63, 190, 113, 30, 66, 80, 0, 192, 177, 190, 0, 160, 78, 64, 0, 32, 78, 189, 94, 50, 179, 39, 0, 96, 82, 191, 0, 64, 115, 64, 0, 160, 134, 189, 24, 25, 230, 102, 0, 0, 130, 191, 0, 32, 130, 64, 0, 224, 29, 62, 1, 49, 66, 78, 0, 128, 104, 191, 0, 96, 122, 64, 0, 64, 29, 62, 211, 59, 255, 63, 0, 0, 134, 191, 0, 64, 134, 64, 0, 0, 152, 189, 12, 45, 241, 77, 0, 32, 137, 191, 0, 224, 133, 64, 0, 160, 131, 61, 139, 46, 222, 71, 0, 64, 2, 192, 0, 224, 193, 64, 0, 160, 120, 190, 21, 9, 197, 152, 0, 64, 2, 192, 0, 160, 198, 64, 0, 224, 197, 189, 176, 15, 197, 152, 0, 64, 2, 192, 0, 96, 176, 64, 0, 224, 197, 189, 176, 15, 57, 103, 0, 64, 2, 192, 0, 32, 181, 64, 0, 160, 120, 190, 21, 9, 57, 103, 0, 64, 2, 192, 0, 128, 187, 64, 0, 192, 151, 190, 0, 0, 39, 147, 0, 64, 2, 192, 0, 224, 193, 64, 0, 224, 229, 62, 198, 24, 20, 137, 0, 64, 2, 192, 0, 128, 187, 64, 0, 160, 0, 63, 39, 19, 255, 127, 0, 64, 2, 192, 0, 32, 181, 64, 0, 224, 229, 62, 198, 24, 234, 118, 0, 64, 2, 192, 0, 96, 176, 64, 0, 0, 155, 62, 198, 24, 78, 112, 0, 64, 2, 192, 0, 192, 174, 64, 0, 32, 211, 61, 39, 19, 215, 108, 0, 64, 2, 192, 0, 64, 200, 64, 0, 32, 211, 61, 39, 19, 39, 147, 0, 64, 2, 192, 0, 160, 198, 64, 0, 0, 155, 62, 198, 24, 176, 143, 0, 128, 168, 190, 0, 64, 175, 64, 0, 0, 128, 63, 155, 145, 117, 93, 0, 128, 168, 190, 0, 128, 166, 64, 0, 160, 79, 63, 61, 144, 55, 81, 0, 192, 147, 191, 0, 128, 203, 64, 0, 0, 120, 63, 238, 142, 221, 157, 0, 160, 178, 191, 0, 128, 203, 64, 0, 0, 120, 63, 184, 78, 215, 156, 0, 128, 154, 191, 0, 128, 195, 64, 0, 128, 132, 63, 210, 161, 228, 147, 0, 160, 178, 191, 0, 128, 171, 64, 0, 64, 67, 191, 216, 28, 70, 49, 0, 160, 178, 191, 0, 128, 187, 64, 0, 128, 101, 191, 0, 0, 7, 197, 0, 160, 178, 191, 0, 192, 159, 64, 0, 32, 203, 190, 203, 53, 143, 52, 0, 160, 131, 190, 0, 0, 169, 64, 0, 192, 64, 63, 45, 160, 215, 115, 0, 160, 131, 190, 0, 0, 173, 64, 0, 32, 96, 63, 219, 165, 242, 94, 0, 128, 168, 190, 0, 128, 171, 64, 0, 0, 120, 63, 133, 161, 221, 93, 0, 160, 131, 190, 0, 224, 175, 64, 0, 96, 102, 63, 142, 155, 52, 69, 0, 128, 47, 191, 0, 128, 187, 64, 0, 32, 141, 63, 181, 111, 73, 144, 0, 32, 34, 191, 0, 128, 195, 64, 0, 128, 132, 63, 44, 94, 228, 147, 0, 160, 178, 191, 0, 128, 171, 64, 0, 0, 120, 63, 184, 78, 39, 99, 0, 192, 147, 191, 0, 128, 187, 64, 0, 32, 141, 63, 73, 144, 73, 144, 0, 160, 178, 191, 0, 128, 187, 64, 0, 32, 141, 63, 8, 69, 255, 127, 0, 160, 178, 191, 0, 192, 159, 64, 0, 96, 26, 63, 14, 76, 51, 74, 0, 32, 114, 190, 0, 224, 35, 64, 0, 128, 111, 61, 50, 51, 17, 139, 0, 96, 46, 190, 0, 0, 33, 64, 0, 160, 0, 62, 8, 71, 207, 130, 0, 96, 179, 190, 0, 96, 20, 64, 0, 160, 185, 189, 23, 33, 239, 64, 0, 224, 28, 190, 0, 160, 147, 64, 0, 64, 172, 190, 68, 112, 96, 212, 0, 32, 129, 190, 0, 0, 145, 64, 0, 64, 68, 190, 144, 105, 228, 201, 0, 32, 139, 190, 0, 0, 76, 64, 0, 0, 51, 189, 146, 36, 199, 47, 0, 128, 79, 190, 0, 64, 69, 64, 0, 160, 63, 62, 220, 78, 212, 75, 0, 192, 250, 189, 0, 96, 67, 64, 0, 224, 129, 62, 78, 100, 19, 67, 0, 224, 143, 190, 0, 192, 71, 64, 0, 32, 202, 61, 32, 56, 181, 65, 0, 32, 90, 191, 0, 0, 124, 64, 0, 64, 36, 190, 171, 49, 34, 61, 0, 96, 116, 191, 0, 128, 131, 64, 0, 160, 58, 190, 47, 37, 132, 81, 0, 64, 79, 191, 0, 96, 119, 64, 0, 224, 120, 189, 185, 61, 160, 52, 0, 64, 79, 191, 0, 0, 118, 64, 0, 64, 61, 61, 249, 58, 80, 60, 0, 160, 178, 191, 0, 128, 155, 64, 0, 32, 211, 61, 91, 64, 91, 64, 0, 224, 62, 190, 0, 128, 158, 64, 0, 32, 126, 190, 198, 49, 94, 34, 0, 0, 138, 190, 0, 96, 157, 64, 0, 128, 238, 189, 161, 57, 251, 60, 0, 96, 89, 190, 0, 64, 156, 64, 0, 224, 17, 61, 132, 86, 56, 78, 0, 96, 113, 191, 0, 128, 219, 64, 0, 32, 211, 61, 255, 127, 255, 255, 0, 64, 87, 191, 0, 64, 215, 64, 0, 32, 203, 190, 185, 176, 22, 253, 0, 160, 178, 191, 0, 64, 215, 64, 0, 32, 203, 190, 224, 49, 184, 206, 0, 160, 178, 191, 0, 128, 219, 64, 0, 32, 211, 61, 8, 69, 7, 197, 0, 160, 131, 190, 0, 128, 203, 64, 0, 64, 67, 191, 21, 204, 38, 253, 0, 160, 178, 191, 0, 128, 203, 64, 0, 64, 67, 191, 216, 28, 184, 206, 0, 160, 178, 191, 0, 64, 215, 64, 0, 96, 26, 63, 184, 78, 224, 177, 0, 64, 87, 191, 0, 64, 215, 64, 0, 96, 26, 63, 232, 130, 69, 207, 0, 160, 131, 190, 0, 128, 203, 64, 0, 0, 120, 63, 215, 130, 232, 179, 0, 128, 47, 191, 0, 128, 203, 64, 0, 0, 120, 63, 16, 113, 221, 157) +}, { "aabb": AABB(-2.55604, 0.00104547, -0.896911, 5.11208, 6.96516, 2.00001), -"array_data": PackedByteArray(97, 51, 105, 70, 8, 59, 0, 60, 4, 74, 102, 0, 6, 7, 0, 0, 255, 127, 255, 127, 0, 0, 0, 0, 8, 58, 189, 70, 104, 56, 0, 60, 48, 82, 83, 0, 6, 7, 0, 0, 1, 128, 253, 127, 0, 0, 0, 0, 8, 58, 208, 70, 104, 56, 0, 60, 90, 167, 6, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 97, 51, 124, 70, 8, 59, 0, 60, 49, 158, 62, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 195, 58, 220, 70, 153, 46, 0, 60, 91, 87, 0, 0, 6, 7, 0, 0, 35, 130, 219, 125, 0, 0, 0, 0, 195, 58, 238, 70, 153, 46, 0, 60, 91, 169, 0, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 8, 58, 189, 70, 133, 181, 0, 60, 48, 82, 173, 0, 7, 6, 0, 0, 0, 128, 254, 127, 0, 0, 0, 0, 8, 58, 208, 70, 133, 181, 0, 60, 90, 167, 250, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 92, 70, 192, 59, 0, 60, 0, 77, 100, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 29, 52, 92, 70, 192, 59, 0, 60, 252, 73, 103, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 105, 70, 8, 59, 0, 60, 0, 63, 109, 0, 6, 7, 0, 0, 8, 128, 246, 127, 0, 0, 0, 0, 0, 0, 92, 70, 26, 186, 0, 60, 0, 77, 156, 0, 6, 7, 0, 0, 85, 255, 169, 0, 0, 0, 0, 0, 0, 0, 105, 70, 98, 185, 0, 60, 0, 63, 147, 0, 6, 7, 0, 0, 255, 127, 255, 127, 0, 0, 0, 0, 97, 51, 105, 70, 98, 185, 0, 60, 4, 74, 154, 0, 6, 7, 0, 0, 181, 128, 73, 127, 0, 0, 0, 0, 29, 52, 92, 70, 26, 186, 0, 60, 252, 73, 153, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 97, 51, 124, 70, 98, 185, 0, 60, 49, 158, 193, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 43, 52, 117, 70, 50, 186, 0, 60, 41, 161, 184, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 209, 58, 212, 70, 117, 182, 0, 60, 97, 189, 213, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 124, 70, 98, 185, 0, 60, 0, 156, 179, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 124, 70, 8, 59, 0, 60, 0, 156, 77, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 165, 59, 247, 70, 153, 46, 0, 60, 110, 194, 0, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 209, 58, 212, 70, 224, 56, 0, 60, 97, 189, 43, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 43, 52, 117, 70, 216, 59, 0, 60, 41, 161, 72, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 117, 70, 50, 186, 0, 60, 0, 156, 179, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 117, 70, 216, 59, 0, 60, 0, 156, 77, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 158, 48, 160, 68, 72, 180, 0, 60, 89, 40, 176, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 72, 51, 143, 68, 203, 176, 0, 60, 126, 1, 1, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 96, 51, 139, 68, 67, 177, 0, 60, 101, 71, 25, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 166, 48, 157, 68, 145, 180, 0, 60, 68, 105, 238, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 170, 68, 62, 181, 0, 60, 0, 60, 145, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 167, 68, 141, 181, 0, 60, 0, 125, 235, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 94, 49, 125, 68, 99, 162, 0, 60, 100, 232, 73, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 111, 49, 121, 68, 63, 166, 0, 60, 94, 39, 75, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 201, 64, 110, 65, 141, 180, 0, 60, 230, 20, 134, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 114, 64, 12, 65, 238, 177, 0, 60, 179, 234, 158, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 117, 64, 38, 65, 214, 176, 0, 60, 168, 249, 166, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 191, 64, 122, 65, 139, 179, 0, 60, 203, 30, 145, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 163, 58, 81, 54, 39, 50, 0, 60, 92, 230, 83, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 81, 56, 66, 56, 32, 53, 0, 60, 1, 27, 124, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 75, 56, 11, 56, 89, 55, 0, 60, 255, 113, 199, 0, 14, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 150, 58, 126, 53, 203, 52, 0, 60, 51, 95, 191, 0, 14, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 52, 77, 54, 119, 50, 0, 60, 165, 253, 88, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 220, 51, 122, 53, 243, 52, 0, 60, 205, 99, 196, 0, 14, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 189, 64, 74, 66, 196, 177, 0, 60, 122, 248, 223, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 200, 64, 125, 66, 129, 44, 0, 60, 124, 13, 19, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 65, 52, 66, 219, 47, 0, 60, 247, 126, 248, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 252, 64, 2, 66, 2, 176, 0, 60, 247, 90, 167, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 64, 109, 65, 150, 50, 0, 60, 15, 151, 68, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 10, 64, 72, 65, 147, 172, 0, 60, 16, 131, 247, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 75, 64, 3, 65, 141, 164, 0, 60, 134, 242, 226, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 78, 64, 39, 65, 28, 52, 0, 60, 135, 2, 38, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 81, 50, 193, 68, 3, 37, 0, 60, 94, 244, 84, 0, 6, 3, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 203, 50, 226, 68, 143, 40, 0, 60, 70, 172, 62, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 220, 68, 153, 46, 0, 60, 0, 160, 82, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 186, 68, 84, 47, 0, 60, 0, 251, 126, 0, 6, 3, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 28, 65, 74, 66, 95, 48, 0, 60, 11, 126, 248, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 65, 15, 66, 245, 176, 0, 60, 6, 91, 169, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 199, 64, 99, 66, 5, 179, 0, 60, 114, 14, 203, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 210, 64, 159, 66, 209, 44, 0, 60, 116, 44, 21, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 68, 64, 14, 65, 178, 52, 0, 60, 142, 236, 51, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 148, 64, 154, 65, 83, 55, 0, 60, 178, 36, 92, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 139, 64, 164, 65, 68, 54, 0, 60, 165, 38, 79, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 228, 64, 38, 66, 6, 54, 0, 60, 226, 102, 68, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 214, 64, 22, 66, 62, 53, 0, 60, 206, 96, 65, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 241, 63, 95, 65, 123, 51, 0, 60, 252, 154, 74, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 233, 63, 52, 65, 215, 173, 0, 60, 251, 130, 248, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 64, 64, 227, 64, 57, 167, 0, 60, 143, 213, 219, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 127, 64, 193, 65, 154, 181, 0, 60, 79, 202, 174, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 128, 64, 192, 65, 170, 180, 0, 60, 92, 201, 189, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 38, 64, 94, 65, 255, 179, 0, 60, 33, 152, 192, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 52, 64, 108, 65, 153, 178, 0, 60, 45, 154, 197, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 154, 64, 123, 66, 20, 53, 0, 60, 79, 28, 95, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 151, 64, 94, 66, 111, 52, 0, 60, 104, 0, 72, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 73, 64, 237, 65, 100, 54, 0, 60, 37, 217, 114, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 74, 64, 235, 65, 121, 53, 0, 60, 61, 213, 101, 0, 9, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 67, 61, 203, 66, 133, 178, 0, 60, 170, 164, 249, 0, 8, 9, 3, 0, 119, 112, 6, 87, 129, 56, 0, 0, 110, 61, 222, 66, 183, 180, 0, 60, 181, 210, 166, 0, 8, 9, 3, 0, 212, 101, 210, 92, 88, 61, 0, 0, 42, 62, 148, 66, 246, 181, 0, 60, 192, 220, 154, 0, 8, 9, 0, 0, 235, 133, 19, 122, 0, 0, 0, 0, 240, 61, 127, 66, 152, 180, 0, 60, 153, 192, 219, 0, 8, 9, 0, 0, 82, 144, 172, 111, 0, 0, 0, 0, 106, 56, 82, 57, 106, 54, 0, 60, 0, 242, 126, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 237, 48, 17, 55, 71, 50, 0, 60, 171, 224, 88, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 142, 59, 23, 55, 218, 49, 0, 60, 101, 218, 66, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 43, 46, 72, 20, 76, 178, 0, 60, 161, 173, 8, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 72, 50, 72, 20, 162, 177, 0, 60, 229, 135, 24, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 174, 58, 72, 20, 146, 178, 0, 60, 90, 169, 242, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 228, 57, 72, 20, 214, 177, 0, 60, 24, 133, 16, 0, 13, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 247, 46, 72, 20, 32, 41, 0, 60, 169, 38, 172, 0, 14, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 223, 58, 72, 20, 2, 40, 0, 60, 90, 17, 169, 0, 14, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 130, 42, 72, 20, 40, 41, 0, 60, 167, 219, 174, 0, 14, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 163, 50, 40, 54, 157, 53, 0, 60, 178, 93, 220, 0, 14, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 254, 58, 45, 54, 111, 53, 0, 60, 90, 80, 220, 0, 14, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 84, 59, 72, 20, 189, 39, 0, 60, 81, 214, 169, 0, 14, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 88, 56, 150, 56, 48, 56, 0, 60, 1, 126, 246, 0, 14, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 19, 49, 198, 65, 63, 176, 0, 60, 58, 249, 144, 0, 1, 3, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 198, 51, 165, 65, 11, 170, 0, 60, 113, 248, 200, 0, 1, 3, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 80, 51, 71, 65, 69, 170, 0, 60, 120, 33, 234, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 198, 48, 105, 65, 3, 176, 0, 60, 77, 54, 172, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 187, 51, 174, 68, 112, 176, 0, 60, 124, 243, 238, 0, 3, 6, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 17, 49, 188, 68, 46, 180, 0, 60, 78, 254, 157, 0, 3, 6, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 0, 0, 196, 68, 46, 181, 0, 60, 0, 2, 130, 0, 3, 6, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 216, 49, 159, 68, 70, 27, 0, 60, 99, 244, 77, 0, 3, 6, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 0, 0, 119, 68, 101, 48, 0, 60, 0, 222, 122, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 115, 68, 28, 48, 0, 60, 0, 16, 125, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 220, 69, 57, 59, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 118, 69, 94, 58, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 107, 69, 235, 58, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 220, 69, 221, 59, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 43, 69, 6, 56, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 25, 69, 88, 56, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 15, 69, 153, 46, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 251, 68, 153, 46, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 118, 69, 183, 184, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 107, 69, 69, 185, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 25, 69, 99, 181, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 43, 69, 192, 180, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 220, 69, 147, 185, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 220, 69, 55, 186, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 66, 70, 183, 184, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 77, 70, 69, 185, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 141, 70, 192, 180, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 159, 70, 99, 181, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 158, 60, 92, 70, 192, 59, 0, 60, 235, 42, 117, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 124, 57, 92, 70, 192, 59, 0, 60, 21, 42, 117, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 31, 58, 61, 70, 234, 58, 0, 60, 41, 233, 117, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 76, 60, 61, 70, 234, 58, 0, 60, 215, 233, 117, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 212, 60, 28, 70, 36, 60, 0, 60, 205, 30, 112, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 112, 60, 19, 70, 68, 59, 0, 60, 194, 28, 106, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 64, 169, 69, 47, 55, 0, 60, 125, 245, 19, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 64, 131, 69, 216, 52, 0, 60, 125, 237, 11, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 157, 63, 220, 69, 153, 46, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 64, 118, 69, 153, 46, 0, 60, 125, 234, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 64, 53, 70, 216, 52, 0, 60, 125, 19, 11, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 64, 15, 70, 47, 55, 0, 60, 125, 11, 19, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 64, 131, 69, 47, 174, 0, 60, 125, 237, 245, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 64, 169, 69, 197, 179, 0, 60, 125, 245, 237, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 64, 220, 69, 190, 180, 0, 60, 125, 0, 234, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 104, 69, 1, 59, 0, 60, 0, 193, 110, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 72, 69, 3, 58, 0, 60, 0, 247, 126, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 29, 52, 72, 69, 6, 58, 0, 60, 212, 239, 117, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 29, 52, 104, 69, 1, 59, 0, 60, 193, 201, 95, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 254, 68, 211, 56, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 220, 68, 153, 46, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 15, 69, 153, 46, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 43, 69, 6, 56, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 220, 70, 153, 46, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 186, 70, 211, 56, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 141, 70, 6, 56, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 169, 70, 153, 46, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 92, 70, 192, 59, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 66, 70, 94, 58, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 220, 69, 105, 60, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 220, 69, 57, 59, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 92, 69, 192, 59, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 118, 69, 94, 58, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 169, 70, 153, 46, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 141, 70, 6, 56, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 159, 70, 88, 56, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 189, 70, 153, 46, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 66, 70, 94, 58, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 77, 70, 235, 58, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 92, 69, 26, 186, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 118, 69, 183, 184, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 43, 69, 192, 180, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 254, 68, 89, 182, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 220, 69, 44, 187, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 220, 69, 147, 185, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 92, 70, 26, 186, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 66, 70, 183, 184, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 186, 70, 89, 182, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 141, 70, 192, 180, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 216, 57, 19, 70, 68, 59, 0, 60, 0, 32, 122, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 31, 58, 233, 69, 159, 59, 0, 60, 0, 32, 122, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 76, 60, 233, 69, 159, 59, 0, 60, 0, 32, 122, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 112, 60, 19, 70, 68, 59, 0, 60, 0, 32, 122, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 31, 58, 61, 70, 234, 58, 0, 60, 0, 32, 122, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 76, 60, 61, 70, 234, 58, 0, 60, 0, 32, 122, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 124, 57, 220, 69, 105, 60, 0, 60, 21, 21, 123, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 158, 60, 220, 69, 105, 60, 0, 60, 235, 21, 123, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 76, 60, 233, 69, 159, 59, 0, 60, 215, 79, 90, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 31, 58, 233, 69, 159, 59, 0, 60, 41, 79, 90, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 57, 28, 70, 36, 60, 0, 60, 51, 30, 112, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 216, 57, 19, 70, 68, 59, 0, 60, 62, 28, 106, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 169, 70, 153, 46, 0, 60, 97, 81, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 141, 70, 6, 56, 0, 60, 97, 70, 40, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 141, 70, 6, 56, 0, 60, 159, 70, 40, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 169, 70, 153, 46, 0, 60, 159, 81, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 66, 70, 94, 58, 0, 60, 97, 40, 70, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 66, 70, 94, 58, 0, 60, 159, 40, 70, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 220, 69, 57, 59, 0, 60, 97, 0, 80, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 220, 69, 57, 59, 0, 60, 159, 0, 81, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 118, 69, 94, 58, 0, 60, 97, 216, 70, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 118, 69, 94, 58, 0, 60, 159, 216, 70, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 43, 69, 6, 56, 0, 60, 97, 186, 40, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 43, 69, 6, 56, 0, 60, 159, 186, 40, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 15, 69, 153, 46, 0, 60, 97, 176, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 15, 69, 153, 46, 0, 60, 159, 175, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 118, 69, 183, 184, 0, 60, 97, 216, 186, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 118, 69, 183, 184, 0, 60, 159, 216, 186, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 43, 69, 192, 180, 0, 60, 159, 186, 216, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 43, 69, 192, 180, 0, 60, 97, 186, 216, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 220, 69, 147, 185, 0, 60, 97, 0, 175, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 220, 69, 147, 185, 0, 60, 159, 0, 175, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 66, 70, 183, 184, 0, 60, 97, 40, 186, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 66, 70, 183, 184, 0, 60, 159, 40, 186, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 61, 141, 70, 192, 180, 0, 60, 97, 70, 216, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 62, 141, 70, 192, 180, 0, 60, 159, 70, 216, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 64, 220, 69, 5, 56, 0, 60, 125, 0, 22, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 64, 66, 70, 153, 46, 0, 60, 125, 22, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 64, 15, 70, 197, 179, 0, 60, 125, 11, 237, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 64, 53, 70, 47, 174, 0, 60, 125, 19, 245, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 127, 69, 51, 59, 0, 60, 0, 149, 67, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 29, 52, 127, 69, 51, 59, 0, 60, 211, 160, 68, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 52, 136, 68, 34, 178, 0, 60, 34, 112, 48, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 231, 48, 157, 68, 98, 181, 0, 60, 22, 118, 39, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 169, 68, 143, 182, 0, 60, 0, 119, 42, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 86, 50, 114, 68, 141, 153, 0, 60, 31, 106, 62, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 84, 65, 132, 50, 0, 60, 0, 239, 125, 0, 1, 3, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 0, 0, 242, 64, 171, 49, 0, 60, 0, 8, 126, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 148, 46, 245, 64, 161, 49, 0, 60, 40, 8, 120, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 47, 87, 65, 118, 50, 0, 60, 44, 239, 117, 0, 1, 3, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 5, 52, 127, 65, 153, 44, 0, 60, 120, 244, 36, 0, 1, 3, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 145, 51, 31, 65, 124, 43, 0, 60, 111, 16, 58, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 203, 49, 105, 65, 173, 48, 0, 60, 89, 242, 89, 0, 1, 3, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 115, 49, 8, 65, 5, 48, 0, 60, 81, 4, 96, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 214, 65, 65, 177, 0, 60, 0, 250, 130, 0, 1, 3, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 0, 0, 121, 65, 229, 176, 0, 60, 0, 68, 150, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 106, 61, 231, 66, 197, 171, 0, 60, 220, 178, 93, 0, 8, 9, 3, 0, 144, 105, 146, 90, 219, 59, 0, 0, 1, 62, 152, 66, 58, 176, 0, 60, 159, 207, 65, 0, 8, 9, 0, 0, 200, 137, 54, 118, 0, 0, 0, 0, 158, 54, 28, 63, 214, 49, 0, 60, 253, 244, 126, 0, 12, 13, 1, 0, 71, 139, 69, 70, 113, 46, 0, 0, 214, 52, 202, 62, 56, 46, 0, 60, 169, 241, 91, 0, 12, 13, 1, 0, 204, 140, 67, 68, 238, 46, 0, 0, 253, 52, 47, 62, 50, 45, 0, 60, 161, 8, 83, 0, 12, 13, 0, 0, 104, 172, 150, 83, 0, 0, 0, 0, 207, 54, 129, 62, 84, 49, 0, 60, 216, 28, 117, 0, 12, 13, 0, 0, 38, 170, 216, 85, 0, 0, 0, 0, 211, 55, 198, 63, 45, 170, 0, 60, 104, 18, 187, 0, 12, 13, 1, 0, 250, 139, 91, 69, 168, 46, 0, 0, 87, 56, 126, 63, 49, 47, 0, 60, 117, 6, 48, 0, 12, 13, 1, 0, 111, 139, 19, 70, 123, 46, 0, 0, 117, 56, 227, 62, 44, 46, 0, 60, 57, 76, 83, 0, 12, 13, 0, 0, 94, 170, 160, 85, 0, 0, 0, 0, 12, 56, 43, 63, 28, 172, 0, 60, 71, 86, 197, 0, 12, 13, 0, 0, 45, 171, 209, 84, 0, 0, 0, 0, 78, 54, 116, 63, 110, 176, 0, 60, 43, 16, 138, 0, 12, 13, 1, 0, 154, 157, 238, 58, 118, 39, 0, 0, 138, 54, 217, 62, 241, 176, 0, 60, 246, 68, 150, 0, 12, 13, 0, 0, 204, 170, 50, 85, 0, 0, 0, 0, 70, 51, 167, 62, 4, 163, 0, 60, 131, 249, 15, 0, 12, 13, 1, 0, 80, 139, 62, 70, 112, 46, 0, 0, 141, 51, 12, 62, 151, 167, 0, 60, 133, 19, 24, 0, 12, 13, 0, 0, 47, 170, 207, 85, 0, 0, 0, 0, 37, 46, 106, 68, 2, 46, 0, 60, 31, 103, 66, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 62, 100, 67, 250, 180, 0, 60, 29, 71, 156, 0, 8, 9, 3, 0, 52, 96, 52, 96, 149, 63, 0, 0, 48, 62, 136, 67, 94, 177, 0, 60, 81, 96, 247, 0, 8, 9, 3, 0, 247, 96, 191, 95, 72, 63, 0, 0, 219, 62, 63, 67, 94, 178, 0, 60, 39, 119, 240, 0, 8, 9, 0, 0, 206, 128, 48, 127, 0, 0, 0, 0, 209, 62, 29, 67, 169, 181, 0, 60, 21, 74, 156, 0, 9, 8, 0, 0, 255, 127, 255, 127, 0, 0, 0, 0, 185, 61, 10, 67, 174, 181, 0, 60, 221, 6, 135, 0, 9, 8, 3, 0, 87, 102, 131, 92, 36, 61, 0, 0, 127, 62, 195, 66, 184, 182, 0, 60, 236, 9, 132, 0, 9, 8, 0, 0, 116, 134, 138, 121, 0, 0, 0, 0, 190, 61, 53, 67, 214, 25, 0, 60, 23, 237, 123, 0, 9, 8, 3, 0, 228, 104, 211, 91, 71, 59, 0, 0, 77, 62, 230, 66, 24, 170, 0, 60, 204, 6, 115, 0, 9, 8, 0, 0, 128, 136, 126, 119, 0, 0, 0, 0, 13, 62, 120, 67, 229, 168, 0, 60, 73, 52, 89, 0, 8, 9, 3, 0, 53, 96, 52, 96, 149, 63, 0, 0, 164, 62, 43, 67, 162, 172, 0, 60, 4, 91, 88, 0, 8, 9, 0, 0, 255, 127, 255, 127, 0, 0, 0, 0, 19, 52, 209, 62, 28, 173, 0, 60, 141, 0, 204, 0, 12, 13, 1, 0, 59, 145, 49, 62, 146, 48, 0, 0, 27, 52, 61, 62, 33, 174, 0, 60, 137, 20, 220, 0, 12, 13, 0, 0, 61, 179, 193, 76, 0, 0, 0, 0, 158, 52, 25, 63, 225, 176, 0, 60, 189, 8, 149, 0, 12, 13, 1, 0, 77, 139, 65, 70, 111, 46, 0, 0, 207, 52, 126, 62, 100, 177, 0, 60, 164, 45, 182, 0, 12, 13, 0, 0, 43, 170, 211, 85, 0, 0, 0, 0, 0, 0, 106, 68, 167, 48, 0, 60, 0, 97, 81, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 186, 58, 186, 70, 211, 56, 0, 60, 252, 109, 63, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 186, 58, 186, 70, 89, 182, 0, 60, 252, 109, 193, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 139, 59, 220, 70, 153, 46, 0, 60, 0, 127, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 97, 179, 105, 70, 8, 59, 0, 60, 252, 74, 102, 0, 6, 7, 0, 0, 255, 127, 255, 127, 0, 0, 0, 0, 97, 179, 124, 70, 8, 59, 0, 60, 207, 158, 62, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 8, 186, 208, 70, 104, 56, 0, 60, 166, 167, 6, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 8, 186, 189, 70, 104, 56, 0, 60, 208, 82, 83, 0, 6, 7, 0, 0, 1, 128, 253, 127, 0, 0, 0, 0, 195, 186, 238, 70, 153, 46, 0, 60, 165, 169, 0, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 195, 186, 220, 70, 153, 46, 0, 60, 165, 87, 0, 0, 6, 7, 0, 0, 35, 130, 219, 125, 0, 0, 0, 0, 8, 186, 189, 70, 133, 181, 0, 60, 208, 82, 173, 0, 7, 6, 0, 0, 0, 128, 254, 127, 0, 0, 0, 0, 8, 186, 208, 70, 133, 181, 0, 60, 166, 167, 250, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 29, 180, 92, 70, 192, 59, 0, 60, 4, 73, 103, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 29, 180, 92, 70, 26, 186, 0, 60, 4, 73, 153, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 97, 179, 105, 70, 98, 185, 0, 60, 252, 74, 154, 0, 6, 7, 0, 0, 181, 128, 73, 127, 0, 0, 0, 0, 97, 179, 124, 70, 98, 185, 0, 60, 207, 158, 193, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 209, 186, 212, 70, 117, 182, 0, 60, 159, 189, 212, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 43, 180, 117, 70, 50, 186, 0, 60, 216, 161, 184, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 209, 186, 212, 70, 224, 56, 0, 60, 159, 189, 43, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 165, 187, 247, 70, 153, 46, 0, 60, 146, 194, 0, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 43, 180, 117, 70, 216, 59, 0, 60, 216, 161, 72, 0, 7, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 158, 176, 160, 68, 72, 180, 0, 60, 167, 40, 176, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 166, 176, 157, 68, 145, 180, 0, 60, 188, 105, 238, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 96, 179, 139, 68, 67, 177, 0, 60, 155, 71, 25, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 72, 179, 143, 68, 203, 176, 0, 60, 130, 1, 1, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 111, 177, 121, 68, 63, 166, 0, 60, 162, 39, 75, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 94, 177, 125, 68, 99, 162, 0, 60, 156, 232, 73, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 201, 192, 110, 65, 141, 180, 0, 60, 26, 20, 134, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 191, 192, 122, 65, 139, 179, 0, 60, 53, 29, 145, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 117, 192, 38, 65, 214, 176, 0, 60, 88, 249, 166, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 114, 192, 12, 65, 238, 177, 0, 60, 77, 234, 158, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 163, 186, 81, 54, 39, 50, 0, 60, 164, 230, 83, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 150, 186, 126, 53, 203, 52, 0, 60, 205, 95, 191, 0, 17, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 75, 184, 11, 56, 89, 55, 0, 60, 1, 113, 199, 0, 17, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 81, 184, 66, 56, 32, 53, 0, 60, 255, 27, 124, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 220, 179, 122, 53, 243, 52, 0, 60, 51, 99, 196, 0, 17, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 180, 77, 54, 119, 50, 0, 60, 91, 253, 88, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 189, 192, 74, 66, 196, 177, 0, 60, 134, 248, 223, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 252, 192, 2, 66, 2, 176, 0, 60, 9, 90, 167, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 193, 52, 66, 219, 47, 0, 60, 9, 126, 248, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 200, 192, 125, 66, 129, 44, 0, 60, 132, 13, 19, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 192, 109, 65, 150, 50, 0, 60, 241, 151, 68, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 78, 192, 39, 65, 28, 52, 0, 60, 121, 2, 38, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 75, 192, 3, 65, 141, 164, 0, 60, 122, 242, 226, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 10, 192, 72, 65, 147, 172, 0, 60, 240, 131, 247, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 81, 178, 193, 68, 3, 37, 0, 60, 162, 244, 84, 0, 6, 3, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 203, 178, 226, 68, 143, 40, 0, 60, 186, 172, 62, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 28, 193, 74, 66, 95, 48, 0, 60, 245, 126, 248, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 193, 15, 66, 245, 176, 0, 60, 250, 91, 169, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 199, 192, 99, 66, 5, 179, 0, 60, 142, 14, 203, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 210, 192, 159, 66, 209, 44, 0, 60, 140, 44, 21, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 68, 192, 14, 65, 178, 52, 0, 60, 114, 236, 50, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 139, 192, 164, 65, 68, 54, 0, 60, 91, 38, 79, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 148, 192, 154, 65, 83, 55, 0, 60, 78, 36, 92, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 228, 192, 38, 66, 6, 54, 0, 60, 30, 102, 68, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 214, 192, 22, 66, 62, 53, 0, 60, 50, 96, 65, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 241, 191, 95, 65, 123, 51, 0, 60, 4, 154, 74, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 233, 191, 52, 65, 215, 173, 0, 60, 5, 130, 248, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 64, 192, 227, 64, 57, 167, 0, 60, 113, 213, 219, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 127, 192, 193, 65, 154, 181, 0, 60, 177, 202, 174, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 128, 192, 192, 65, 170, 180, 0, 60, 164, 201, 189, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 38, 192, 94, 65, 255, 179, 0, 60, 223, 152, 192, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 52, 192, 108, 65, 153, 178, 0, 60, 211, 154, 197, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 151, 192, 94, 66, 111, 52, 0, 60, 152, 0, 72, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 154, 192, 123, 66, 20, 53, 0, 60, 178, 28, 95, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 74, 192, 235, 65, 121, 53, 0, 60, 195, 213, 101, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 73, 192, 237, 65, 100, 54, 0, 60, 219, 217, 114, 0, 11, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 67, 189, 203, 66, 133, 178, 0, 60, 86, 164, 249, 0, 10, 11, 3, 0, 119, 112, 6, 87, 129, 56, 0, 0, 240, 189, 127, 66, 152, 180, 0, 60, 103, 192, 220, 0, 10, 11, 0, 0, 82, 144, 172, 111, 0, 0, 0, 0, 42, 190, 148, 66, 246, 181, 0, 60, 65, 220, 154, 0, 10, 11, 0, 0, 235, 133, 19, 122, 0, 0, 0, 0, 110, 189, 222, 66, 183, 180, 0, 60, 75, 210, 166, 0, 10, 11, 3, 0, 212, 101, 210, 92, 88, 61, 0, 0, 106, 184, 82, 57, 106, 54, 0, 60, 1, 242, 126, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 237, 176, 17, 55, 71, 50, 0, 60, 85, 224, 88, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 142, 187, 23, 55, 218, 49, 0, 60, 155, 218, 66, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 72, 178, 72, 20, 162, 177, 0, 60, 27, 135, 24, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 43, 174, 72, 20, 76, 178, 0, 60, 95, 173, 8, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 174, 186, 72, 20, 146, 178, 0, 60, 166, 169, 242, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 228, 185, 72, 20, 214, 177, 0, 60, 232, 133, 16, 0, 16, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 247, 174, 72, 20, 32, 41, 0, 60, 87, 38, 173, 0, 17, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 223, 186, 72, 20, 2, 40, 0, 60, 166, 17, 169, 0, 17, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 163, 178, 40, 54, 157, 53, 0, 60, 78, 93, 220, 0, 17, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 130, 170, 72, 20, 40, 41, 0, 60, 89, 219, 174, 0, 17, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 84, 187, 72, 20, 189, 39, 0, 60, 175, 214, 169, 0, 17, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 254, 186, 45, 54, 111, 53, 0, 60, 166, 80, 220, 0, 17, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 88, 184, 150, 56, 48, 56, 0, 60, 255, 126, 246, 0, 17, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 19, 177, 198, 65, 63, 176, 0, 60, 199, 249, 144, 0, 1, 3, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 198, 176, 105, 65, 3, 176, 0, 60, 179, 54, 172, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 80, 179, 71, 65, 69, 170, 0, 60, 136, 33, 234, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 198, 179, 165, 65, 11, 170, 0, 60, 143, 248, 200, 0, 1, 3, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 187, 179, 174, 68, 112, 176, 0, 60, 132, 243, 238, 0, 3, 6, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 17, 177, 188, 68, 46, 180, 0, 60, 178, 254, 157, 0, 3, 6, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 216, 177, 159, 68, 70, 27, 0, 60, 157, 244, 77, 0, 3, 6, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 102, 190, 220, 69, 57, 59, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 220, 69, 221, 59, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 107, 69, 235, 58, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 118, 69, 94, 58, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 25, 69, 88, 56, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 43, 69, 6, 56, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 251, 68, 153, 46, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 15, 69, 153, 46, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 118, 69, 183, 184, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 43, 69, 192, 180, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 25, 69, 99, 181, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 107, 69, 69, 185, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 220, 69, 147, 185, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 220, 69, 55, 186, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 66, 70, 183, 184, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 77, 70, 69, 185, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 141, 70, 192, 180, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 159, 70, 99, 181, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 158, 188, 92, 70, 192, 59, 0, 60, 21, 42, 117, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 76, 188, 61, 70, 234, 58, 0, 60, 41, 233, 117, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 31, 186, 61, 70, 234, 58, 0, 60, 215, 233, 117, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 124, 185, 92, 70, 192, 59, 0, 60, 235, 42, 117, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 212, 188, 28, 70, 36, 60, 0, 60, 51, 30, 112, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 112, 188, 19, 70, 68, 59, 0, 60, 62, 28, 106, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 192, 169, 69, 47, 55, 0, 60, 131, 245, 19, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 157, 191, 220, 69, 153, 46, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 192, 131, 69, 216, 52, 0, 60, 131, 237, 11, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 192, 118, 69, 153, 46, 0, 60, 131, 234, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 192, 53, 70, 216, 52, 0, 60, 131, 19, 11, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 192, 15, 70, 47, 55, 0, 60, 131, 11, 19, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 192, 131, 69, 47, 174, 0, 60, 131, 237, 245, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 192, 169, 69, 197, 179, 0, 60, 131, 245, 237, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 192, 220, 69, 190, 180, 0, 60, 131, 0, 234, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 29, 180, 104, 69, 1, 59, 0, 60, 63, 201, 95, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 29, 180, 72, 69, 6, 58, 0, 60, 45, 239, 117, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 254, 68, 211, 56, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 43, 69, 6, 56, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 15, 69, 153, 46, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 220, 68, 153, 46, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 220, 70, 153, 46, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 169, 70, 153, 46, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 141, 70, 6, 56, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 186, 70, 211, 56, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 66, 70, 94, 58, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 92, 70, 192, 59, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 220, 69, 57, 59, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 220, 69, 105, 60, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 118, 69, 94, 58, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 92, 69, 192, 59, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 169, 70, 153, 46, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 189, 70, 153, 46, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 159, 70, 88, 56, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 141, 70, 6, 56, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 77, 70, 235, 58, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 66, 70, 94, 58, 0, 60, 127, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 92, 69, 26, 186, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 254, 68, 89, 182, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 43, 69, 192, 180, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 118, 69, 183, 184, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 220, 69, 44, 187, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 220, 69, 147, 185, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 92, 70, 26, 186, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 66, 70, 183, 184, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 186, 70, 89, 182, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 141, 70, 192, 180, 0, 60, 129, 0, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 216, 185, 19, 70, 68, 59, 0, 60, 0, 32, 122, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 112, 188, 19, 70, 68, 59, 0, 60, 0, 32, 122, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 76, 188, 233, 69, 159, 59, 0, 60, 0, 32, 122, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 31, 186, 233, 69, 159, 59, 0, 60, 0, 32, 122, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 31, 186, 61, 70, 234, 58, 0, 60, 0, 32, 122, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 76, 188, 61, 70, 234, 58, 0, 60, 0, 32, 122, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 124, 185, 220, 69, 105, 60, 0, 60, 235, 21, 123, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 31, 186, 233, 69, 159, 59, 0, 60, 215, 79, 90, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 76, 188, 233, 69, 159, 59, 0, 60, 41, 79, 90, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 158, 188, 220, 69, 105, 60, 0, 60, 21, 21, 123, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 185, 28, 70, 36, 60, 0, 60, 205, 30, 112, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 216, 185, 19, 70, 68, 59, 0, 60, 194, 28, 106, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 169, 70, 153, 46, 0, 60, 159, 81, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 169, 70, 153, 46, 0, 60, 97, 81, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 141, 70, 6, 56, 0, 60, 97, 70, 40, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 141, 70, 6, 56, 0, 60, 159, 70, 40, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 66, 70, 94, 58, 0, 60, 97, 40, 70, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 66, 70, 94, 58, 0, 60, 159, 40, 70, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 220, 69, 57, 59, 0, 60, 97, 0, 80, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 220, 69, 57, 59, 0, 60, 159, 0, 81, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 118, 69, 94, 58, 0, 60, 97, 216, 70, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 118, 69, 94, 58, 0, 60, 159, 216, 70, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 43, 69, 6, 56, 0, 60, 97, 186, 40, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 43, 69, 6, 56, 0, 60, 159, 186, 40, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 15, 69, 153, 46, 0, 60, 97, 176, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 15, 69, 153, 46, 0, 60, 159, 175, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 118, 69, 183, 184, 0, 60, 159, 216, 186, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 43, 69, 192, 180, 0, 60, 159, 186, 216, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 43, 69, 192, 180, 0, 60, 97, 186, 216, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 118, 69, 183, 184, 0, 60, 97, 216, 186, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 220, 69, 147, 185, 0, 60, 159, 0, 175, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 220, 69, 147, 185, 0, 60, 97, 0, 175, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 66, 70, 183, 184, 0, 60, 159, 40, 186, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 66, 70, 183, 184, 0, 60, 97, 40, 186, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 149, 189, 141, 70, 192, 180, 0, 60, 159, 70, 216, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 102, 190, 141, 70, 192, 180, 0, 60, 97, 70, 216, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 192, 220, 69, 5, 56, 0, 60, 131, 0, 22, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 192, 66, 70, 153, 46, 0, 60, 131, 22, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 192, 15, 70, 197, 179, 0, 60, 131, 11, 237, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 18, 192, 53, 70, 47, 174, 0, 60, 131, 19, 245, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 29, 180, 127, 69, 51, 59, 0, 60, 45, 160, 68, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 231, 176, 157, 68, 98, 181, 0, 60, 234, 118, 39, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 180, 136, 68, 34, 178, 0, 60, 222, 112, 48, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 86, 178, 114, 68, 141, 153, 0, 60, 225, 106, 62, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 175, 87, 65, 118, 50, 0, 60, 212, 239, 117, 0, 1, 3, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 148, 174, 245, 64, 161, 49, 0, 60, 216, 8, 120, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 5, 180, 127, 65, 153, 44, 0, 60, 136, 244, 36, 0, 1, 3, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 145, 179, 31, 65, 124, 43, 0, 60, 145, 16, 58, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 203, 177, 105, 65, 173, 48, 0, 60, 167, 242, 89, 0, 1, 3, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 115, 177, 8, 65, 5, 48, 0, 60, 175, 4, 97, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 106, 189, 231, 66, 197, 171, 0, 60, 36, 178, 93, 0, 10, 11, 3, 0, 144, 105, 146, 90, 219, 59, 0, 0, 1, 190, 152, 66, 58, 176, 0, 60, 97, 207, 65, 0, 10, 11, 0, 0, 200, 137, 54, 118, 0, 0, 0, 0, 158, 182, 28, 63, 214, 49, 0, 60, 3, 244, 126, 0, 15, 16, 1, 0, 71, 139, 69, 70, 113, 46, 0, 0, 207, 182, 129, 62, 84, 49, 0, 60, 40, 28, 116, 0, 15, 16, 0, 0, 38, 170, 216, 85, 0, 0, 0, 0, 253, 180, 47, 62, 50, 45, 0, 60, 95, 8, 83, 0, 15, 16, 0, 0, 104, 172, 150, 83, 0, 0, 0, 0, 214, 180, 202, 62, 56, 46, 0, 60, 87, 241, 90, 0, 15, 16, 1, 0, 204, 140, 67, 68, 238, 46, 0, 0, 211, 183, 198, 63, 45, 170, 0, 60, 152, 18, 187, 0, 15, 16, 1, 0, 250, 139, 91, 69, 168, 46, 0, 0, 12, 184, 43, 63, 28, 172, 0, 60, 185, 86, 197, 0, 15, 16, 0, 0, 45, 171, 209, 84, 0, 0, 0, 0, 117, 184, 227, 62, 44, 46, 0, 60, 199, 76, 83, 0, 15, 16, 0, 0, 94, 170, 160, 85, 0, 0, 0, 0, 87, 184, 126, 63, 49, 47, 0, 60, 139, 6, 48, 0, 15, 16, 1, 0, 111, 139, 19, 70, 123, 46, 0, 0, 78, 182, 116, 63, 110, 176, 0, 60, 213, 16, 138, 0, 15, 16, 1, 0, 154, 157, 238, 58, 118, 39, 0, 0, 138, 182, 217, 62, 241, 176, 0, 60, 10, 68, 150, 0, 15, 16, 0, 0, 204, 170, 50, 85, 0, 0, 0, 0, 141, 179, 12, 62, 151, 167, 0, 60, 123, 19, 24, 0, 15, 16, 0, 0, 47, 170, 207, 85, 0, 0, 0, 0, 70, 179, 167, 62, 4, 163, 0, 60, 125, 249, 15, 0, 15, 16, 1, 0, 80, 139, 62, 70, 112, 46, 0, 0, 37, 174, 106, 68, 2, 46, 0, 60, 225, 103, 66, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 190, 100, 67, 250, 180, 0, 60, 227, 71, 156, 0, 10, 11, 3, 0, 52, 96, 52, 96, 149, 63, 0, 0, 209, 190, 29, 67, 169, 181, 0, 60, 235, 74, 156, 0, 11, 10, 0, 0, 255, 127, 255, 127, 0, 0, 0, 0, 219, 190, 63, 67, 94, 178, 0, 60, 217, 119, 240, 0, 10, 11, 0, 0, 206, 128, 48, 127, 0, 0, 0, 0, 48, 190, 136, 67, 94, 177, 0, 60, 175, 96, 247, 0, 10, 11, 3, 0, 247, 96, 191, 95, 72, 63, 0, 0, 127, 190, 195, 66, 184, 182, 0, 60, 20, 9, 132, 0, 11, 10, 0, 0, 116, 134, 138, 121, 0, 0, 0, 0, 185, 189, 10, 67, 174, 181, 0, 60, 35, 6, 135, 0, 11, 10, 3, 0, 87, 102, 131, 92, 36, 61, 0, 0, 190, 189, 53, 67, 214, 25, 0, 60, 233, 237, 123, 0, 11, 10, 3, 0, 228, 104, 211, 91, 71, 59, 0, 0, 77, 190, 230, 66, 24, 170, 0, 60, 52, 6, 115, 0, 11, 10, 0, 0, 128, 136, 126, 119, 0, 0, 0, 0, 164, 190, 43, 67, 162, 172, 0, 60, 252, 91, 88, 0, 10, 11, 0, 0, 255, 127, 255, 127, 0, 0, 0, 0, 13, 190, 120, 67, 229, 168, 0, 60, 183, 52, 89, 0, 10, 11, 3, 0, 53, 96, 52, 96, 149, 63, 0, 0, 27, 180, 61, 62, 33, 174, 0, 60, 119, 20, 220, 0, 15, 16, 0, 0, 61, 179, 193, 76, 0, 0, 0, 0, 19, 180, 209, 62, 28, 173, 0, 60, 115, 0, 204, 0, 15, 16, 1, 0, 59, 145, 49, 62, 146, 48, 0, 0, 158, 180, 25, 63, 225, 176, 0, 60, 67, 8, 149, 0, 15, 16, 1, 0, 77, 139, 65, 70, 111, 46, 0, 0, 207, 180, 126, 62, 100, 177, 0, 60, 92, 45, 182, 0, 15, 16, 0, 0, 43, 170, 211, 85, 0, 0, 0, 0, 186, 186, 186, 70, 211, 56, 0, 60, 4, 109, 63, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 186, 186, 186, 70, 89, 182, 0, 60, 4, 109, 193, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 139, 187, 220, 70, 153, 46, 0, 60, 0, 126, 0, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 174, 49, 128, 66, 185, 176, 0, 60, 38, 205, 147, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 89, 52, 96, 66, 152, 169, 0, 60, 81, 194, 182, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 30, 52, 3, 66, 210, 169, 0, 60, 114, 248, 202, 0, 3, 1, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 97, 49, 35, 66, 124, 176, 0, 60, 60, 249, 145, 0, 3, 1, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 0, 0, 23, 66, 26, 52, 0, 60, 0, 162, 84, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 181, 65, 93, 51, 0, 60, 0, 239, 125, 0, 3, 1, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 107, 47, 185, 65, 74, 51, 0, 60, 45, 239, 117, 0, 3, 1, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 214, 47, 27, 66, 15, 52, 0, 60, 45, 157, 64, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 127, 52, 62, 66, 81, 46, 0, 60, 96, 174, 247, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 66, 52, 223, 65, 117, 45, 0, 60, 120, 244, 36, 0, 3, 1, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 124, 50, 42, 66, 253, 49, 0, 60, 81, 170, 44, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 36, 50, 201, 65, 85, 49, 0, 60, 90, 242, 88, 0, 3, 1, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 0, 0, 143, 66, 248, 177, 0, 60, 0, 210, 138, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 50, 66, 157, 177, 0, 60, 0, 250, 130, 0, 3, 1, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 174, 177, 128, 66, 185, 176, 0, 60, 218, 205, 147, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 97, 177, 35, 66, 124, 176, 0, 60, 197, 249, 145, 0, 3, 1, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 30, 180, 3, 66, 210, 169, 0, 60, 142, 248, 202, 0, 3, 1, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 89, 180, 96, 66, 152, 169, 0, 60, 175, 194, 182, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 214, 175, 27, 66, 15, 52, 0, 60, 211, 157, 64, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 107, 175, 185, 65, 74, 51, 0, 60, 211, 239, 117, 0, 3, 1, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 127, 180, 62, 66, 81, 46, 0, 60, 160, 174, 247, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 66, 180, 223, 65, 117, 45, 0, 60, 136, 244, 36, 0, 3, 1, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 124, 178, 42, 66, 253, 49, 0, 60, 175, 170, 44, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 36, 178, 201, 65, 85, 49, 0, 60, 166, 242, 88, 0, 3, 1, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 0, 0, 153, 68, 7, 48, 0, 60, 0, 250, 126, 0, 3, 6, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 80, 52, 235, 68, 116, 175, 0, 60, 91, 170, 242, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 23, 52, 205, 68, 21, 176, 0, 60, 125, 242, 240, 0, 6, 3, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 132, 49, 216, 68, 19, 180, 0, 60, 78, 254, 157, 0, 6, 3, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 247, 49, 244, 68, 241, 179, 0, 60, 58, 172, 182, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 223, 68, 29, 181, 0, 60, 0, 3, 130, 0, 6, 3, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 0, 0, 249, 68, 13, 181, 0, 60, 0, 153, 183, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 80, 180, 235, 68, 116, 175, 0, 60, 165, 170, 242, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 247, 177, 244, 68, 241, 179, 0, 60, 198, 172, 182, 0, 6, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 132, 177, 216, 68, 19, 180, 0, 60, 178, 254, 157, 0, 6, 3, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 23, 180, 205, 68, 21, 176, 0, 60, 131, 242, 240, 0, 6, 3, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 122, 186, 176, 67, 234, 41, 0, 60, 166, 168, 243, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 212, 187, 100, 67, 192, 168, 0, 60, 75, 158, 25, 0, 3, 10, 11, 0, 222, 183, 169, 40, 118, 31, 0, 0, 240, 187, 113, 67, 112, 176, 0, 60, 83, 186, 192, 0, 3, 10, 11, 0, 68, 189, 232, 34, 209, 31, 0, 0, 122, 186, 187, 67, 199, 171, 0, 60, 175, 161, 235, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 151, 188, 23, 67, 181, 175, 0, 60, 81, 160, 9, 0, 3, 10, 11, 0, 154, 117, 5, 78, 95, 60, 0, 0, 179, 188, 39, 67, 239, 178, 0, 60, 80, 197, 178, 0, 3, 10, 11, 0, 105, 124, 214, 68, 191, 62, 0, 0, 68, 187, 211, 67, 234, 48, 0, 60, 164, 170, 250, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 58, 188, 132, 67, 66, 45, 0, 60, 14, 192, 108, 0, 3, 10, 11, 0, 171, 187, 198, 36, 140, 31, 0, 0, 210, 188, 54, 67, 127, 33, 0, 60, 25, 185, 101, 0, 3, 10, 11, 0, 91, 122, 237, 71, 181, 61, 0, 0, 163, 187, 28, 68, 213, 177, 0, 60, 142, 204, 243, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 145, 188, 241, 67, 53, 179, 0, 60, 244, 52, 142, 0, 3, 10, 11, 0, 148, 191, 53, 32, 53, 32, 0, 0, 219, 188, 13, 68, 191, 174, 0, 60, 183, 94, 216, 0, 3, 10, 11, 0, 70, 191, 144, 32, 39, 32, 0, 0, 48, 188, 50, 68, 192, 172, 0, 60, 147, 193, 249, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 81, 189, 171, 67, 74, 180, 0, 60, 236, 62, 148, 0, 3, 11, 10, 0, 113, 127, 70, 64, 70, 64, 0, 0, 134, 189, 210, 67, 95, 176, 0, 60, 178, 96, 231, 0, 3, 10, 11, 0, 9, 127, 226, 64, 18, 64, 0, 0, 46, 188, 153, 67, 54, 179, 0, 60, 51, 238, 142, 0, 3, 11, 10, 0, 13, 189, 40, 35, 200, 31, 0, 0, 209, 186, 224, 67, 34, 177, 0, 60, 160, 178, 229, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 244, 188, 82, 67, 164, 180, 0, 60, 44, 250, 138, 0, 3, 11, 10, 0, 34, 124, 65, 69, 155, 62, 0, 0, 16, 188, 17, 68, 239, 48, 0, 60, 149, 189, 255, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 159, 188, 211, 67, 164, 46, 0, 60, 213, 0, 119, 0, 3, 11, 10, 0, 8, 187, 197, 36, 48, 32, 0, 0, 47, 189, 132, 67, 210, 42, 0, 60, 223, 247, 122, 0, 3, 11, 10, 0, 140, 121, 176, 71, 194, 62, 0, 0, 224, 188, 8, 68, 182, 39, 0, 60, 171, 68, 64, 0, 3, 10, 11, 0, 148, 191, 53, 32, 53, 32, 0, 0, 73, 188, 47, 68, 29, 44, 0, 60, 151, 188, 242, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 119, 189, 196, 67, 39, 156, 0, 60, 176, 61, 77, 0, 3, 10, 11, 0, 113, 127, 70, 64, 70, 64, 0, 0, 122, 58, 176, 67, 234, 41, 0, 60, 90, 168, 243, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 122, 58, 187, 67, 199, 171, 0, 60, 81, 161, 235, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 240, 59, 113, 67, 112, 176, 0, 60, 174, 186, 191, 0, 3, 8, 9, 0, 68, 189, 232, 34, 209, 31, 0, 0, 212, 59, 100, 67, 192, 168, 0, 60, 181, 158, 25, 0, 3, 8, 9, 0, 222, 183, 169, 40, 118, 31, 0, 0, 179, 60, 39, 67, 239, 178, 0, 60, 177, 197, 178, 0, 3, 8, 9, 0, 105, 124, 214, 68, 191, 62, 0, 0, 151, 60, 23, 67, 181, 175, 0, 60, 175, 160, 9, 0, 3, 8, 9, 0, 154, 117, 5, 78, 95, 60, 0, 0, 68, 59, 211, 67, 234, 48, 0, 60, 92, 170, 250, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 58, 60, 132, 67, 66, 45, 0, 60, 242, 192, 108, 0, 3, 8, 9, 0, 171, 187, 198, 36, 140, 31, 0, 0, 210, 60, 54, 67, 127, 33, 0, 60, 231, 185, 101, 0, 3, 8, 9, 0, 91, 122, 237, 71, 181, 61, 0, 0, 163, 59, 28, 68, 213, 177, 0, 60, 114, 204, 243, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 48, 60, 50, 68, 192, 172, 0, 60, 109, 193, 249, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 219, 60, 13, 68, 191, 174, 0, 60, 73, 94, 216, 0, 3, 8, 9, 0, 70, 191, 144, 32, 39, 32, 0, 0, 145, 60, 241, 67, 53, 179, 0, 60, 12, 52, 142, 0, 3, 8, 9, 0, 148, 191, 53, 32, 53, 32, 0, 0, 134, 61, 210, 67, 95, 176, 0, 60, 78, 96, 231, 0, 3, 8, 9, 0, 9, 127, 226, 64, 18, 64, 0, 0, 81, 61, 171, 67, 74, 180, 0, 60, 21, 62, 148, 0, 3, 9, 8, 0, 113, 127, 70, 64, 70, 64, 0, 0, 209, 58, 224, 67, 34, 177, 0, 60, 96, 178, 229, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 46, 60, 153, 67, 54, 179, 0, 60, 205, 238, 142, 0, 3, 9, 8, 0, 13, 189, 40, 35, 200, 31, 0, 0, 244, 60, 82, 67, 164, 180, 0, 60, 213, 250, 138, 0, 3, 9, 8, 0, 34, 124, 65, 69, 155, 62, 0, 0, 16, 60, 17, 68, 239, 48, 0, 60, 107, 189, 255, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 159, 60, 211, 67, 164, 46, 0, 60, 43, 0, 119, 0, 3, 9, 8, 0, 8, 187, 197, 36, 48, 32, 0, 0, 47, 61, 132, 67, 210, 42, 0, 60, 33, 247, 122, 0, 3, 9, 8, 0, 140, 121, 176, 71, 194, 62, 0, 0, 73, 60, 47, 68, 29, 44, 0, 60, 105, 188, 242, 0, 3, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 224, 60, 8, 68, 182, 39, 0, 60, 85, 68, 64, 0, 3, 8, 9, 0, 148, 191, 53, 32, 53, 32, 0, 0, 119, 61, 196, 67, 39, 156, 0, 60, 80, 61, 77, 0, 3, 8, 9, 0, 113, 127, 70, 64, 70, 64, 0, 0, 10, 54, 119, 64, 95, 51, 0, 60, 82, 172, 45, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 95, 52, 78, 64, 164, 48, 0, 60, 34, 154, 67, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 135, 52, 0, 64, 33, 48, 0, 60, 168, 241, 89, 0, 1, 12, 13, 0, 62, 171, 20, 57, 172, 27, 0, 0, 59, 54, 41, 64, 220, 50, 0, 60, 253, 244, 126, 0, 1, 12, 13, 0, 131, 170, 209, 56, 170, 28, 0, 0, 174, 52, 101, 63, 61, 47, 0, 60, 169, 241, 90, 0, 1, 12, 13, 0, 6, 103, 5, 103, 242, 49, 0, 0, 109, 54, 184, 63, 89, 50, 0, 60, 253, 244, 126, 0, 1, 12, 13, 0, 60, 102, 50, 102, 143, 51, 0, 0, 2, 55, 204, 64, 191, 142, 0, 60, 100, 200, 204, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 247, 55, 168, 64, 32, 49, 0, 60, 101, 185, 230, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 26, 56, 90, 64, 158, 48, 0, 60, 118, 6, 45, 0, 1, 12, 13, 0, 146, 170, 217, 56, 146, 28, 0, 0, 72, 55, 126, 64, 48, 164, 0, 60, 104, 18, 187, 0, 1, 12, 13, 0, 213, 170, 241, 56, 55, 28, 0, 0, 56, 56, 12, 64, 27, 48, 0, 60, 117, 6, 46, 0, 1, 12, 13, 0, 76, 102, 73, 102, 104, 51, 0, 0, 141, 55, 48, 64, 34, 168, 0, 60, 104, 18, 187, 0, 1, 12, 13, 0, 149, 102, 149, 102, 212, 50, 0, 0, 155, 53, 163, 64, 205, 173, 0, 60, 104, 203, 208, 0, 1, 12, 0, 0, 255, 127, 255, 127, 0, 0, 0, 0, 214, 53, 85, 64, 211, 174, 0, 60, 45, 17, 139, 0, 12, 1, 13, 0, 137, 136, 117, 102, 0, 17, 0, 0, 18, 54, 7, 64, 216, 175, 0, 60, 44, 17, 139, 0, 12, 1, 13, 0, 79, 146, 59, 73, 116, 36, 0, 0, 113, 50, 60, 64, 94, 40, 0, 60, 30, 133, 251, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 184, 50, 222, 63, 168, 36, 0, 60, 130, 250, 4, 0, 1, 12, 13, 0, 129, 170, 213, 56, 168, 28, 0, 0, 255, 50, 66, 63, 154, 24, 0, 60, 130, 250, 9, 0, 1, 12, 13, 0, 57, 102, 57, 102, 139, 51, 0, 0, 249, 51, 70, 64, 24, 168, 0, 60, 224, 161, 179, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 4, 52, 249, 63, 35, 170, 0, 60, 139, 0, 207, 0, 1, 12, 13, 0, 158, 173, 173, 57, 179, 24, 0, 0, 12, 52, 101, 63, 22, 172, 0, 60, 140, 0, 205, 0, 1, 12, 13, 0, 161, 105, 71, 105, 21, 45, 0, 0, 11, 52, 117, 64, 179, 174, 0, 60, 86, 190, 192, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 60, 52, 39, 64, 184, 175, 0, 60, 178, 6, 157, 0, 1, 12, 13, 0, 127, 170, 213, 56, 169, 28, 0, 0, 109, 52, 180, 63, 95, 176, 0, 60, 183, 7, 153, 0, 1, 12, 13, 0, 56, 102, 56, 102, 142, 51, 0, 0, 10, 182, 119, 64, 95, 51, 0, 60, 174, 172, 45, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 59, 182, 41, 64, 220, 50, 0, 60, 3, 244, 126, 0, 1, 15, 16, 0, 131, 170, 209, 56, 170, 28, 0, 0, 135, 180, 0, 64, 33, 48, 0, 60, 88, 241, 89, 0, 1, 15, 16, 0, 62, 171, 20, 57, 172, 27, 0, 0, 95, 180, 78, 64, 164, 48, 0, 60, 222, 154, 67, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 109, 182, 184, 63, 89, 50, 0, 60, 3, 244, 126, 0, 1, 15, 16, 0, 60, 102, 50, 102, 143, 51, 0, 0, 174, 180, 101, 63, 61, 47, 0, 60, 88, 241, 90, 0, 1, 15, 16, 0, 6, 103, 5, 103, 242, 49, 0, 0, 2, 183, 204, 64, 191, 142, 0, 60, 156, 200, 204, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 72, 183, 126, 64, 48, 164, 0, 60, 152, 18, 187, 0, 1, 15, 16, 0, 213, 170, 241, 56, 55, 28, 0, 0, 26, 184, 90, 64, 158, 48, 0, 60, 138, 6, 45, 0, 1, 15, 16, 0, 146, 170, 217, 56, 146, 28, 0, 0, 247, 183, 168, 64, 32, 49, 0, 60, 155, 185, 230, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 141, 183, 48, 64, 34, 168, 0, 60, 152, 18, 187, 0, 1, 15, 16, 0, 149, 102, 149, 102, 212, 50, 0, 0, 56, 184, 12, 64, 27, 48, 0, 60, 139, 6, 46, 0, 1, 15, 16, 0, 76, 102, 73, 102, 104, 51, 0, 0, 155, 181, 163, 64, 205, 173, 0, 60, 152, 203, 208, 0, 1, 15, 0, 0, 255, 127, 255, 127, 0, 0, 0, 0, 214, 181, 85, 64, 211, 174, 0, 60, 212, 17, 139, 0, 15, 1, 16, 0, 137, 136, 117, 102, 0, 17, 0, 0, 18, 182, 7, 64, 216, 175, 0, 60, 212, 17, 139, 0, 15, 1, 16, 0, 79, 146, 59, 73, 116, 36, 0, 0, 184, 178, 222, 63, 168, 36, 0, 60, 126, 250, 4, 0, 1, 15, 16, 0, 129, 170, 213, 56, 168, 28, 0, 0, 113, 178, 60, 64, 94, 40, 0, 60, 226, 133, 251, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 255, 178, 66, 63, 154, 24, 0, 60, 126, 250, 9, 0, 1, 15, 16, 0, 57, 102, 57, 102, 139, 51, 0, 0, 4, 180, 249, 63, 35, 170, 0, 60, 117, 0, 208, 0, 1, 15, 16, 0, 158, 173, 173, 57, 179, 24, 0, 0, 249, 179, 70, 64, 24, 168, 0, 60, 32, 161, 179, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 12, 180, 101, 63, 22, 172, 0, 60, 116, 0, 205, 0, 1, 15, 16, 0, 161, 105, 71, 105, 21, 45, 0, 0, 11, 180, 117, 64, 179, 174, 0, 60, 170, 190, 192, 0, 1, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 60, 180, 39, 64, 184, 175, 0, 60, 79, 6, 157, 0, 1, 15, 16, 0, 127, 170, 213, 56, 169, 28, 0, 0, 109, 180, 180, 63, 95, 176, 0, 60, 73, 7, 153, 0, 1, 15, 16, 0, 56, 102, 56, 102, 142, 51, 0, 0), -"array_index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 1, 0, 5, 0, 4, 0, 1, 0, 2, 0, 5, 0, 6, 0, 5, 0, 7, 0, 6, 0, 4, 0, 5, 0, 8, 0, 0, 0, 9, 0, 8, 0, 10, 0, 0, 0, 11, 0, 13, 0, 12, 0, 11, 0, 14, 0, 13, 0, 15, 0, 17, 0, 16, 0, 15, 0, 7, 0, 17, 0, 12, 0, 15, 0, 18, 0, 12, 0, 13, 0, 15, 0, 10, 0, 3, 0, 0, 0, 10, 0, 19, 0, 3, 0, 13, 0, 7, 0, 15, 0, 13, 0, 6, 0, 7, 0, 2, 0, 20, 0, 5, 0, 2, 0, 21, 0, 20, 0, 7, 0, 20, 0, 17, 0, 7, 0, 5, 0, 20, 0, 21, 0, 3, 0, 22, 0, 21, 0, 2, 0, 3, 0, 18, 0, 16, 0, 23, 0, 18, 0, 15, 0, 16, 0, 22, 0, 19, 0, 24, 0, 22, 0, 3, 0, 19, 0, 25, 0, 27, 0, 26, 0, 25, 0, 28, 0, 27, 0, 29, 0, 28, 0, 25, 0, 29, 0, 30, 0, 28, 0, 26, 0, 32, 0, 31, 0, 26, 0, 27, 0, 32, 0, 33, 0, 35, 0, 34, 0, 33, 0, 36, 0, 35, 0, 37, 0, 39, 0, 38, 0, 37, 0, 40, 0, 39, 0, 38, 0, 42, 0, 41, 0, 38, 0, 39, 0, 42, 0, 43, 0, 45, 0, 44, 0, 43, 0, 46, 0, 45, 0, 47, 0, 49, 0, 48, 0, 47, 0, 50, 0, 49, 0, 51, 0, 53, 0, 52, 0, 51, 0, 54, 0, 53, 0, 55, 0, 46, 0, 56, 0, 55, 0, 45, 0, 46, 0, 57, 0, 44, 0, 58, 0, 57, 0, 43, 0, 44, 0, 59, 0, 61, 0, 60, 0, 59, 0, 50, 0, 61, 0, 62, 0, 45, 0, 55, 0, 62, 0, 63, 0, 45, 0, 64, 0, 48, 0, 65, 0, 64, 0, 47, 0, 48, 0, 66, 0, 50, 0, 59, 0, 66, 0, 49, 0, 50, 0, 67, 0, 43, 0, 57, 0, 67, 0, 68, 0, 43, 0, 69, 0, 68, 0, 67, 0, 69, 0, 70, 0, 68, 0, 34, 0, 49, 0, 66, 0, 34, 0, 35, 0, 49, 0, 65, 0, 70, 0, 69, 0, 65, 0, 48, 0, 70, 0, 58, 0, 72, 0, 71, 0, 58, 0, 44, 0, 72, 0, 56, 0, 36, 0, 33, 0, 56, 0, 46, 0, 36, 0, 71, 0, 74, 0, 73, 0, 71, 0, 72, 0, 74, 0, 60, 0, 63, 0, 62, 0, 60, 0, 61, 0, 63, 0, 73, 0, 47, 0, 64, 0, 73, 0, 74, 0, 47, 0, 75, 0, 77, 0, 76, 0, 75, 0, 78, 0, 77, 0, 79, 0, 41, 0, 80, 0, 79, 0, 38, 0, 41, 0, 81, 0, 38, 0, 79, 0, 81, 0, 37, 0, 38, 0, 80, 0, 83, 0, 82, 0, 80, 0, 41, 0, 83, 0, 84, 0, 37, 0, 81, 0, 84, 0, 85, 0, 37, 0, 41, 0, 86, 0, 83, 0, 41, 0, 42, 0, 86, 0, 85, 0, 40, 0, 37, 0, 85, 0, 87, 0, 40, 0, 42, 0, 88, 0, 86, 0, 42, 0, 89, 0, 88, 0, 87, 0, 90, 0, 40, 0, 87, 0, 91, 0, 90, 0, 40, 0, 92, 0, 39, 0, 40, 0, 90, 0, 92, 0, 39, 0, 89, 0, 42, 0, 39, 0, 92, 0, 89, 0, 48, 0, 35, 0, 70, 0, 48, 0, 49, 0, 35, 0, 74, 0, 50, 0, 47, 0, 74, 0, 61, 0, 50, 0, 70, 0, 36, 0, 68, 0, 70, 0, 35, 0, 36, 0, 44, 0, 63, 0, 72, 0, 44, 0, 45, 0, 63, 0, 68, 0, 46, 0, 43, 0, 68, 0, 36, 0, 46, 0, 72, 0, 61, 0, 74, 0, 72, 0, 63, 0, 61, 0, 93, 0, 95, 0, 94, 0, 93, 0, 96, 0, 95, 0, 97, 0, 25, 0, 26, 0, 97, 0, 98, 0, 25, 0, 98, 0, 29, 0, 25, 0, 98, 0, 99, 0, 29, 0, 100, 0, 26, 0, 31, 0, 100, 0, 97, 0, 26, 0, 31, 0, 102, 0, 101, 0, 31, 0, 32, 0, 102, 0, 103, 0, 105, 0, 104, 0, 103, 0, 106, 0, 105, 0, 104, 0, 108, 0, 107, 0, 104, 0, 105, 0, 108, 0, 107, 0, 110, 0, 109, 0, 107, 0, 108, 0, 110, 0, 111, 0, 113, 0, 112, 0, 111, 0, 114, 0, 113, 0, 115, 0, 112, 0, 116, 0, 115, 0, 111, 0, 112, 0, 117, 0, 116, 0, 118, 0, 117, 0, 115, 0, 116, 0, 119, 0, 118, 0, 120, 0, 119, 0, 117, 0, 118, 0, 114, 0, 110, 0, 113, 0, 114, 0, 109, 0, 110, 0, 121, 0, 123, 0, 122, 0, 121, 0, 124, 0, 123, 0, 125, 0, 124, 0, 121, 0, 125, 0, 126, 0, 124, 0, 127, 0, 129, 0, 128, 0, 128, 0, 129, 0, 130, 0, 131, 0, 129, 0, 132, 0, 133, 0, 130, 0, 129, 0, 134, 0, 133, 0, 129, 0, 135, 0, 134, 0, 129, 0, 136, 0, 138, 0, 137, 0, 136, 0, 139, 0, 138, 0, 140, 0, 142, 0, 141, 0, 140, 0, 143, 0, 142, 0, 144, 0, 146, 0, 145, 0, 144, 0, 147, 0, 146, 0, 145, 0, 149, 0, 148, 0, 145, 0, 146, 0, 149, 0, 148, 0, 151, 0, 150, 0, 148, 0, 149, 0, 151, 0, 150, 0, 153, 0, 152, 0, 150, 0, 151, 0, 153, 0, 152, 0, 143, 0, 140, 0, 152, 0, 153, 0, 143, 0, 154, 0, 156, 0, 155, 0, 154, 0, 157, 0, 156, 0, 155, 0, 159, 0, 158, 0, 155, 0, 156, 0, 159, 0, 158, 0, 106, 0, 103, 0, 158, 0, 159, 0, 106, 0, 160, 0, 162, 0, 161, 0, 160, 0, 163, 0, 162, 0, 164, 0, 161, 0, 165, 0, 164, 0, 160, 0, 161, 0, 166, 0, 165, 0, 167, 0, 166, 0, 164, 0, 165, 0, 168, 0, 167, 0, 169, 0, 168, 0, 166, 0, 167, 0, 154, 0, 120, 0, 157, 0, 154, 0, 119, 0, 120, 0, 144, 0, 169, 0, 147, 0, 144, 0, 168, 0, 169, 0, 163, 0, 142, 0, 162, 0, 163, 0, 141, 0, 142, 0, 170, 0, 172, 0, 171, 0, 170, 0, 173, 0, 172, 0, 174, 0, 173, 0, 170, 0, 174, 0, 175, 0, 173, 0, 176, 0, 178, 0, 177, 0, 176, 0, 179, 0, 178, 0, 177, 0, 126, 0, 125, 0, 177, 0, 178, 0, 126, 0, 180, 0, 179, 0, 176, 0, 180, 0, 181, 0, 179, 0, 122, 0, 181, 0, 180, 0, 122, 0, 123, 0, 181, 0, 182, 0, 184, 0, 183, 0, 182, 0, 185, 0, 184, 0, 183, 0, 187, 0, 186, 0, 183, 0, 184, 0, 187, 0, 186, 0, 189, 0, 188, 0, 186, 0, 187, 0, 189, 0, 188, 0, 191, 0, 190, 0, 188, 0, 189, 0, 191, 0, 190, 0, 193, 0, 192, 0, 190, 0, 191, 0, 193, 0, 192, 0, 195, 0, 194, 0, 192, 0, 193, 0, 195, 0, 196, 0, 198, 0, 197, 0, 196, 0, 199, 0, 198, 0, 200, 0, 197, 0, 201, 0, 200, 0, 196, 0, 197, 0, 202, 0, 201, 0, 203, 0, 202, 0, 200, 0, 201, 0, 204, 0, 203, 0, 205, 0, 204, 0, 202, 0, 203, 0, 199, 0, 195, 0, 198, 0, 199, 0, 194, 0, 195, 0, 182, 0, 205, 0, 185, 0, 182, 0, 204, 0, 205, 0, 206, 0, 129, 0, 127, 0, 207, 0, 129, 0, 131, 0, 132, 0, 129, 0, 206, 0, 208, 0, 135, 0, 129, 0, 209, 0, 208, 0, 129, 0, 207, 0, 209, 0, 129, 0, 210, 0, 139, 0, 136, 0, 210, 0, 211, 0, 139, 0, 28, 0, 212, 0, 27, 0, 28, 0, 213, 0, 212, 0, 30, 0, 213, 0, 28, 0, 30, 0, 214, 0, 213, 0, 27, 0, 215, 0, 32, 0, 27, 0, 212, 0, 215, 0, 216, 0, 218, 0, 217, 0, 216, 0, 219, 0, 218, 0, 220, 0, 95, 0, 221, 0, 220, 0, 94, 0, 95, 0, 222, 0, 218, 0, 219, 0, 222, 0, 223, 0, 218, 0, 224, 0, 96, 0, 93, 0, 224, 0, 225, 0, 96, 0, 220, 0, 223, 0, 222, 0, 220, 0, 221, 0, 223, 0, 226, 0, 78, 0, 75, 0, 226, 0, 227, 0, 78, 0, 228, 0, 230, 0, 229, 0, 228, 0, 231, 0, 230, 0, 232, 0, 234, 0, 233, 0, 232, 0, 235, 0, 234, 0, 236, 0, 235, 0, 232, 0, 236, 0, 237, 0, 235, 0, 229, 0, 239, 0, 238, 0, 229, 0, 230, 0, 239, 0, 233, 0, 231, 0, 228, 0, 233, 0, 234, 0, 231, 0, 32, 0, 240, 0, 102, 0, 32, 0, 215, 0, 240, 0, 241, 0, 243, 0, 242, 0, 241, 0, 244, 0, 243, 0, 76, 0, 246, 0, 245, 0, 76, 0, 77, 0, 246, 0, 247, 0, 227, 0, 226, 0, 247, 0, 248, 0, 227, 0, 242, 0, 250, 0, 249, 0, 242, 0, 243, 0, 250, 0, 245, 0, 244, 0, 241, 0, 245, 0, 246, 0, 244, 0, 249, 0, 248, 0, 247, 0, 249, 0, 250, 0, 248, 0, 238, 0, 252, 0, 251, 0, 238, 0, 239, 0, 252, 0, 253, 0, 237, 0, 236, 0, 253, 0, 254, 0, 237, 0, 251, 0, 254, 0, 253, 0, 251, 0, 252, 0, 254, 0, 102, 0, 240, 0, 255, 0, 9, 0, 1, 0, 0, 1, 9, 0, 0, 0, 1, 0, 14, 0, 6, 0, 13, 0, 14, 0, 1, 1, 6, 0, 0, 1, 4, 0, 2, 1, 0, 1, 1, 0, 4, 0, 1, 1, 4, 0, 6, 0, 1, 1, 2, 1, 4, 0, 3, 1, 5, 1, 4, 1, 3, 1, 6, 1, 5, 1, 6, 1, 7, 1, 5, 1, 6, 1, 8, 1, 7, 1, 9, 1, 7, 1, 8, 1, 9, 1, 10, 1, 7, 1, 8, 0, 3, 1, 10, 0, 8, 0, 11, 1, 3, 1, 11, 0, 13, 1, 12, 1, 11, 0, 12, 0, 13, 1, 14, 1, 15, 1, 10, 1, 14, 1, 16, 1, 15, 1, 12, 0, 14, 1, 13, 1, 12, 0, 18, 0, 14, 1, 10, 0, 4, 1, 19, 0, 10, 0, 3, 1, 4, 1, 13, 1, 10, 1, 9, 1, 13, 1, 14, 1, 10, 1, 5, 1, 18, 1, 17, 1, 5, 1, 7, 1, 18, 1, 10, 1, 18, 1, 7, 1, 10, 1, 15, 1, 18, 1, 4, 1, 17, 1, 19, 1, 4, 1, 5, 1, 17, 1, 18, 0, 16, 1, 14, 1, 18, 0, 23, 0, 16, 1, 19, 0, 19, 1, 24, 0, 19, 0, 4, 1, 19, 1, 20, 1, 22, 1, 21, 1, 20, 1, 23, 1, 22, 1, 29, 0, 21, 1, 30, 0, 29, 0, 20, 1, 21, 1, 23, 1, 24, 1, 22, 1, 23, 1, 25, 1, 24, 1, 26, 1, 28, 1, 27, 1, 26, 1, 29, 1, 28, 1, 30, 1, 32, 1, 31, 1, 30, 1, 33, 1, 32, 1, 33, 1, 34, 1, 32, 1, 33, 1, 35, 1, 34, 1, 36, 1, 38, 1, 37, 1, 36, 1, 39, 1, 38, 1, 40, 1, 42, 1, 41, 1, 40, 1, 43, 1, 42, 1, 44, 1, 53, 0, 54, 0, 44, 1, 45, 1, 53, 0, 46, 1, 37, 1, 38, 1, 46, 1, 47, 1, 37, 1, 48, 1, 39, 1, 36, 1, 48, 1, 49, 1, 39, 1, 50, 1, 51, 1, 41, 1, 50, 1, 52, 1, 51, 1, 53, 1, 38, 1, 54, 1, 53, 1, 46, 1, 38, 1, 55, 1, 43, 1, 40, 1, 55, 1, 56, 1, 43, 1, 57, 1, 41, 1, 42, 1, 57, 1, 50, 1, 41, 1, 58, 1, 36, 1, 59, 1, 58, 1, 48, 1, 36, 1, 60, 1, 59, 1, 61, 1, 60, 1, 58, 1, 59, 1, 29, 1, 42, 1, 28, 1, 29, 1, 57, 1, 42, 1, 56, 1, 61, 1, 43, 1, 56, 1, 60, 1, 61, 1, 49, 1, 62, 1, 39, 1, 49, 1, 63, 1, 62, 1, 47, 1, 27, 1, 37, 1, 47, 1, 26, 1, 27, 1, 63, 1, 64, 1, 62, 1, 63, 1, 65, 1, 64, 1, 52, 1, 54, 1, 51, 1, 52, 1, 53, 1, 54, 1, 65, 1, 40, 1, 64, 1, 65, 1, 55, 1, 40, 1, 66, 1, 68, 1, 67, 1, 66, 1, 69, 1, 68, 1, 70, 1, 35, 1, 33, 1, 70, 1, 71, 1, 35, 1, 72, 1, 33, 1, 30, 1, 72, 1, 70, 1, 33, 1, 71, 1, 73, 1, 35, 1, 71, 1, 74, 1, 73, 1, 75, 1, 30, 1, 76, 1, 75, 1, 72, 1, 30, 1, 35, 1, 77, 1, 34, 1, 35, 1, 73, 1, 77, 1, 76, 1, 31, 1, 78, 1, 76, 1, 30, 1, 31, 1, 34, 1, 80, 1, 79, 1, 34, 1, 77, 1, 80, 1, 78, 1, 82, 1, 81, 1, 78, 1, 31, 1, 82, 1, 31, 1, 83, 1, 82, 1, 31, 1, 32, 1, 83, 1, 32, 1, 79, 1, 83, 1, 32, 1, 34, 1, 79, 1, 43, 1, 28, 1, 42, 1, 43, 1, 61, 1, 28, 1, 64, 1, 41, 1, 51, 1, 64, 1, 40, 1, 41, 1, 61, 1, 27, 1, 28, 1, 61, 1, 59, 1, 27, 1, 39, 1, 54, 1, 38, 1, 39, 1, 62, 1, 54, 1, 59, 1, 37, 1, 27, 1, 59, 1, 36, 1, 37, 1, 62, 1, 51, 1, 54, 1, 62, 1, 64, 1, 51, 1, 84, 1, 86, 1, 85, 1, 84, 1, 87, 1, 86, 1, 88, 1, 20, 1, 89, 1, 88, 1, 23, 1, 20, 1, 89, 1, 29, 0, 99, 0, 89, 1, 20, 1, 29, 0, 90, 1, 23, 1, 88, 1, 90, 1, 25, 1, 23, 1, 25, 1, 102, 0, 24, 1, 25, 1, 101, 0, 102, 0, 91, 1, 93, 1, 92, 1, 91, 1, 94, 1, 93, 1, 94, 1, 95, 1, 93, 1, 94, 1, 96, 1, 95, 1, 96, 1, 97, 1, 95, 1, 96, 1, 98, 1, 97, 1, 99, 1, 101, 1, 100, 1, 99, 1, 102, 1, 101, 1, 103, 1, 102, 1, 99, 1, 103, 1, 104, 1, 102, 1, 105, 1, 104, 1, 103, 1, 105, 1, 106, 1, 104, 1, 107, 1, 106, 1, 105, 1, 107, 1, 108, 1, 106, 1, 100, 1, 97, 1, 98, 1, 100, 1, 101, 1, 97, 1, 109, 1, 111, 1, 110, 1, 109, 1, 112, 1, 111, 1, 113, 1, 110, 1, 114, 1, 113, 1, 109, 1, 110, 1, 115, 1, 117, 1, 116, 1, 117, 1, 118, 1, 116, 1, 119, 1, 120, 1, 116, 1, 121, 1, 116, 1, 118, 1, 122, 1, 116, 1, 121, 1, 123, 1, 116, 1, 122, 1, 136, 0, 125, 1, 124, 1, 136, 0, 137, 0, 125, 1, 126, 1, 128, 1, 127, 1, 126, 1, 129, 1, 128, 1, 130, 1, 132, 1, 131, 1, 130, 1, 133, 1, 132, 1, 133, 1, 134, 1, 132, 1, 133, 1, 135, 1, 134, 1, 135, 1, 136, 1, 134, 1, 135, 1, 137, 1, 136, 1, 137, 1, 138, 1, 136, 1, 137, 1, 139, 1, 138, 1, 139, 1, 127, 1, 138, 1, 139, 1, 126, 1, 127, 1, 140, 1, 142, 1, 141, 1, 140, 1, 143, 1, 142, 1, 143, 1, 144, 1, 142, 1, 143, 1, 145, 1, 144, 1, 145, 1, 92, 1, 144, 1, 145, 1, 91, 1, 92, 1, 146, 1, 148, 1, 147, 1, 146, 1, 149, 1, 148, 1, 150, 1, 149, 1, 146, 1, 150, 1, 151, 1, 149, 1, 152, 1, 151, 1, 150, 1, 152, 1, 153, 1, 151, 1, 154, 1, 153, 1, 152, 1, 154, 1, 155, 1, 153, 1, 140, 1, 108, 1, 107, 1, 140, 1, 141, 1, 108, 1, 130, 1, 155, 1, 154, 1, 130, 1, 131, 1, 155, 1, 147, 1, 128, 1, 129, 1, 147, 1, 148, 1, 128, 1, 156, 1, 158, 1, 157, 1, 156, 1, 159, 1, 158, 1, 160, 1, 157, 1, 161, 1, 160, 1, 156, 1, 157, 1, 162, 1, 164, 1, 163, 1, 162, 1, 165, 1, 164, 1, 165, 1, 114, 1, 164, 1, 165, 1, 113, 1, 114, 1, 166, 1, 163, 1, 167, 1, 166, 1, 162, 1, 163, 1, 112, 1, 167, 1, 111, 1, 112, 1, 166, 1, 167, 1, 168, 1, 170, 1, 169, 1, 168, 1, 171, 1, 170, 1, 171, 1, 172, 1, 170, 1, 171, 1, 173, 1, 172, 1, 173, 1, 174, 1, 172, 1, 173, 1, 175, 1, 174, 1, 175, 1, 176, 1, 174, 1, 175, 1, 177, 1, 176, 1, 177, 1, 178, 1, 176, 1, 177, 1, 179, 1, 178, 1, 179, 1, 180, 1, 178, 1, 179, 1, 181, 1, 180, 1, 182, 1, 184, 1, 183, 1, 182, 1, 185, 1, 184, 1, 186, 1, 185, 1, 182, 1, 186, 1, 187, 1, 185, 1, 188, 1, 187, 1, 186, 1, 188, 1, 189, 1, 187, 1, 190, 1, 189, 1, 188, 1, 190, 1, 191, 1, 189, 1, 183, 1, 180, 1, 181, 1, 183, 1, 184, 1, 180, 1, 168, 1, 191, 1, 190, 1, 168, 1, 169, 1, 191, 1, 192, 1, 115, 1, 116, 1, 193, 1, 119, 1, 116, 1, 120, 1, 192, 1, 116, 1, 194, 1, 116, 1, 123, 1, 195, 1, 116, 1, 194, 1, 193, 1, 116, 1, 195, 1, 210, 0, 124, 1, 196, 1, 210, 0, 136, 0, 124, 1, 21, 1, 198, 1, 197, 1, 21, 1, 22, 1, 198, 1, 30, 0, 197, 1, 214, 0, 30, 0, 21, 1, 197, 1, 22, 1, 199, 1, 198, 1, 22, 1, 24, 1, 199, 1, 216, 0, 201, 1, 200, 1, 216, 0, 217, 0, 201, 1, 202, 1, 86, 1, 87, 1, 202, 1, 203, 1, 86, 1, 204, 1, 201, 1, 205, 1, 204, 1, 200, 1, 201, 1, 224, 0, 85, 1, 225, 0, 224, 0, 84, 1, 85, 1, 202, 1, 205, 1, 203, 1, 202, 1, 204, 1, 205, 1, 206, 1, 67, 1, 207, 1, 206, 1, 66, 1, 67, 1, 208, 1, 210, 1, 209, 1, 208, 1, 211, 1, 210, 1, 212, 1, 214, 1, 213, 1, 212, 1, 215, 1, 214, 1, 216, 1, 213, 1, 217, 1, 216, 1, 212, 1, 213, 1, 211, 1, 218, 1, 210, 1, 211, 1, 219, 1, 218, 1, 215, 1, 209, 1, 214, 1, 215, 1, 208, 1, 209, 1, 24, 1, 220, 1, 199, 1, 24, 1, 102, 0, 220, 1, 221, 1, 223, 1, 222, 1, 221, 1, 224, 1, 223, 1, 69, 1, 225, 1, 68, 1, 69, 1, 226, 1, 225, 1, 227, 1, 207, 1, 228, 1, 227, 1, 206, 1, 207, 1, 224, 1, 229, 1, 223, 1, 224, 1, 230, 1, 229, 1, 226, 1, 222, 1, 225, 1, 226, 1, 221, 1, 222, 1, 230, 1, 228, 1, 229, 1, 230, 1, 227, 1, 228, 1, 219, 1, 231, 1, 218, 1, 219, 1, 232, 1, 231, 1, 233, 1, 217, 1, 234, 1, 233, 1, 216, 1, 217, 1, 232, 1, 234, 1, 231, 1, 232, 1, 233, 1, 234, 1, 102, 0, 255, 0, 220, 1, 11, 1, 6, 1, 3, 1, 11, 1, 235, 1, 6, 1, 12, 1, 9, 1, 236, 1, 12, 1, 13, 1, 9, 1, 235, 1, 8, 1, 6, 1, 235, 1, 237, 1, 8, 1, 236, 1, 8, 1, 237, 1, 236, 1, 9, 1, 8, 1, 238, 1, 240, 1, 239, 1, 238, 1, 241, 1, 240, 1, 241, 1, 94, 0, 240, 1, 241, 1, 93, 0, 94, 0, 242, 1, 244, 1, 243, 1, 242, 1, 245, 1, 244, 1, 243, 1, 219, 0, 216, 0, 243, 1, 244, 1, 219, 0, 246, 1, 240, 1, 247, 1, 246, 1, 239, 1, 240, 1, 247, 1, 94, 0, 220, 0, 247, 1, 240, 1, 94, 0, 248, 1, 244, 1, 245, 1, 248, 1, 249, 1, 244, 1, 249, 1, 219, 0, 244, 1, 249, 1, 222, 0, 219, 0, 250, 1, 241, 1, 238, 1, 250, 1, 251, 1, 241, 1, 251, 1, 93, 0, 241, 1, 251, 1, 224, 0, 93, 0, 246, 1, 249, 1, 248, 1, 246, 1, 247, 1, 249, 1, 247, 1, 222, 0, 249, 1, 247, 1, 220, 0, 222, 0, 252, 1, 254, 1, 253, 1, 252, 1, 255, 1, 254, 1, 253, 1, 87, 1, 84, 1, 253, 1, 254, 1, 87, 1, 242, 1, 1, 2, 0, 2, 242, 1, 243, 1, 1, 2, 243, 1, 200, 1, 1, 2, 243, 1, 216, 0, 200, 1, 2, 2, 254, 1, 255, 1, 2, 2, 3, 2, 254, 1, 3, 2, 87, 1, 254, 1, 3, 2, 202, 1, 87, 1, 4, 2, 1, 2, 5, 2, 4, 2, 0, 2, 1, 2, 5, 2, 200, 1, 204, 1, 5, 2, 1, 2, 200, 1, 250, 1, 253, 1, 251, 1, 250, 1, 252, 1, 253, 1, 251, 1, 84, 1, 224, 0, 251, 1, 253, 1, 84, 1, 2, 2, 5, 2, 3, 2, 2, 2, 4, 2, 5, 2, 3, 2, 204, 1, 202, 1, 3, 2, 5, 2, 204, 1, 31, 0, 6, 2, 100, 0, 31, 0, 101, 0, 6, 2, 100, 0, 54, 0, 51, 0, 100, 0, 6, 2, 54, 0, 7, 2, 9, 2, 8, 2, 7, 2, 10, 2, 9, 2, 8, 2, 98, 0, 97, 0, 8, 2, 9, 2, 98, 0, 10, 2, 11, 2, 9, 2, 10, 2, 12, 2, 11, 2, 9, 2, 99, 0, 98, 0, 9, 2, 11, 2, 99, 0, 52, 0, 8, 2, 51, 0, 52, 0, 7, 2, 8, 2, 51, 0, 97, 0, 100, 0, 51, 0, 8, 2, 97, 0, 25, 1, 6, 2, 101, 0, 25, 1, 90, 1, 6, 2, 90, 1, 54, 0, 6, 2, 90, 1, 44, 1, 54, 0, 13, 2, 15, 2, 14, 2, 13, 2, 16, 2, 15, 2, 16, 2, 89, 1, 15, 2, 16, 2, 88, 1, 89, 1, 14, 2, 11, 2, 12, 2, 14, 2, 15, 2, 11, 2, 15, 2, 99, 0, 11, 2, 15, 2, 89, 1, 99, 0, 45, 1, 16, 2, 13, 2, 45, 1, 44, 1, 16, 2, 44, 1, 88, 1, 16, 2, 44, 1, 90, 1, 88, 1, 17, 2, 19, 2, 18, 2, 17, 2, 20, 2, 19, 2, 18, 2, 22, 2, 21, 2, 18, 2, 19, 2, 22, 2, 21, 2, 69, 1, 66, 1, 21, 2, 22, 2, 69, 1, 23, 2, 18, 2, 24, 2, 23, 2, 17, 2, 18, 2, 24, 2, 21, 2, 25, 2, 24, 2, 18, 2, 21, 2, 25, 2, 66, 1, 206, 1, 25, 2, 21, 2, 66, 1, 26, 2, 28, 2, 27, 2, 26, 2, 29, 2, 28, 2, 27, 2, 31, 2, 30, 2, 27, 2, 28, 2, 31, 2, 30, 2, 224, 1, 221, 1, 30, 2, 31, 2, 224, 1, 20, 2, 32, 2, 19, 2, 20, 2, 33, 2, 32, 2, 19, 2, 34, 2, 22, 2, 19, 2, 32, 2, 34, 2, 22, 2, 226, 1, 69, 1, 22, 2, 34, 2, 226, 1, 35, 2, 24, 2, 36, 2, 35, 2, 23, 2, 24, 2, 36, 2, 25, 2, 37, 2, 36, 2, 24, 2, 25, 2, 37, 2, 206, 1, 227, 1, 37, 2, 25, 2, 206, 1, 29, 2, 38, 2, 28, 2, 29, 2, 39, 2, 38, 2, 28, 2, 40, 2, 31, 2, 28, 2, 38, 2, 40, 2, 31, 2, 230, 1, 224, 1, 31, 2, 40, 2, 230, 1, 33, 2, 27, 2, 32, 2, 33, 2, 26, 2, 27, 2, 32, 2, 30, 2, 34, 2, 32, 2, 27, 2, 30, 2, 34, 2, 221, 1, 226, 1, 34, 2, 30, 2, 221, 1, 39, 2, 36, 2, 38, 2, 39, 2, 35, 2, 36, 2, 38, 2, 37, 2, 40, 2, 38, 2, 36, 2, 37, 2, 40, 2, 227, 1, 230, 1, 40, 2, 37, 2, 227, 1, 41, 2, 43, 2, 42, 2, 41, 2, 44, 2, 43, 2, 44, 2, 45, 2, 43, 2, 44, 2, 46, 2, 45, 2, 46, 2, 76, 0, 45, 2, 46, 2, 75, 0, 76, 0, 47, 2, 44, 2, 41, 2, 47, 2, 48, 2, 44, 2, 48, 2, 46, 2, 44, 2, 48, 2, 49, 2, 46, 2, 49, 2, 75, 0, 46, 2, 49, 2, 226, 0, 75, 0, 50, 2, 52, 2, 51, 2, 50, 2, 53, 2, 52, 2, 53, 2, 54, 2, 52, 2, 53, 2, 55, 2, 54, 2, 55, 2, 242, 0, 54, 2, 55, 2, 241, 0, 242, 0, 42, 2, 57, 2, 56, 2, 42, 2, 43, 2, 57, 2, 43, 2, 58, 2, 57, 2, 43, 2, 45, 2, 58, 2, 45, 2, 245, 0, 58, 2, 45, 2, 76, 0, 245, 0, 59, 2, 48, 2, 47, 2, 59, 2, 60, 2, 48, 2, 60, 2, 49, 2, 48, 2, 60, 2, 61, 2, 49, 2, 61, 2, 226, 0, 49, 2, 61, 2, 247, 0, 226, 0, 51, 2, 63, 2, 62, 2, 51, 2, 52, 2, 63, 2, 52, 2, 64, 2, 63, 2, 52, 2, 54, 2, 64, 2, 54, 2, 249, 0, 64, 2, 54, 2, 242, 0, 249, 0, 56, 2, 53, 2, 50, 2, 56, 2, 57, 2, 53, 2, 57, 2, 55, 2, 53, 2, 57, 2, 58, 2, 55, 2, 58, 2, 241, 0, 55, 2, 58, 2, 245, 0, 241, 0, 62, 2, 60, 2, 59, 2, 62, 2, 63, 2, 60, 2, 63, 2, 61, 2, 60, 2, 63, 2, 64, 2, 61, 2, 64, 2, 247, 0, 61, 2, 64, 2, 249, 0, 247, 0, 65, 2, 67, 2, 66, 2, 65, 2, 68, 2, 67, 2, 68, 2, 69, 2, 67, 2, 68, 2, 70, 2, 69, 2, 70, 2, 229, 0, 69, 2, 70, 2, 228, 0, 229, 0, 71, 2, 73, 2, 72, 2, 71, 2, 74, 2, 73, 2, 74, 2, 75, 2, 73, 2, 74, 2, 76, 2, 75, 2, 76, 2, 233, 0, 75, 2, 76, 2, 232, 0, 233, 0, 77, 2, 74, 2, 71, 2, 77, 2, 78, 2, 74, 2, 78, 2, 76, 2, 74, 2, 78, 2, 79, 2, 76, 2, 79, 2, 232, 0, 76, 2, 79, 2, 236, 0, 232, 0, 66, 2, 81, 2, 80, 2, 66, 2, 67, 2, 81, 2, 67, 2, 82, 2, 81, 2, 67, 2, 69, 2, 82, 2, 69, 2, 238, 0, 82, 2, 69, 2, 229, 0, 238, 0, 72, 2, 68, 2, 65, 2, 72, 2, 73, 2, 68, 2, 73, 2, 70, 2, 68, 2, 73, 2, 75, 2, 70, 2, 75, 2, 228, 0, 70, 2, 75, 2, 233, 0, 228, 0, 80, 2, 84, 2, 83, 2, 80, 2, 81, 2, 84, 2, 81, 2, 85, 2, 84, 2, 81, 2, 82, 2, 85, 2, 82, 2, 251, 0, 85, 2, 82, 2, 238, 0, 251, 0, 86, 2, 78, 2, 77, 2, 86, 2, 87, 2, 78, 2, 87, 2, 79, 2, 78, 2, 87, 2, 88, 2, 79, 2, 88, 2, 236, 0, 79, 2, 88, 2, 253, 0, 236, 0, 83, 2, 87, 2, 86, 2, 83, 2, 84, 2, 87, 2, 84, 2, 88, 2, 87, 2, 84, 2, 85, 2, 88, 2, 85, 2, 253, 0, 88, 2, 85, 2, 251, 0, 253, 0, 89, 2, 91, 2, 90, 2, 89, 2, 92, 2, 91, 2, 90, 2, 94, 2, 93, 2, 90, 2, 91, 2, 94, 2, 93, 2, 211, 1, 208, 1, 93, 2, 94, 2, 211, 1, 95, 2, 97, 2, 96, 2, 95, 2, 98, 2, 97, 2, 96, 2, 100, 2, 99, 2, 96, 2, 97, 2, 100, 2, 99, 2, 215, 1, 212, 1, 99, 2, 100, 2, 215, 1, 101, 2, 96, 2, 102, 2, 101, 2, 95, 2, 96, 2, 102, 2, 99, 2, 103, 2, 102, 2, 96, 2, 99, 2, 103, 2, 212, 1, 216, 1, 103, 2, 99, 2, 212, 1, 92, 2, 104, 2, 91, 2, 92, 2, 105, 2, 104, 2, 91, 2, 106, 2, 94, 2, 91, 2, 104, 2, 106, 2, 94, 2, 219, 1, 211, 1, 94, 2, 106, 2, 219, 1, 98, 2, 90, 2, 97, 2, 98, 2, 89, 2, 90, 2, 97, 2, 93, 2, 100, 2, 97, 2, 90, 2, 93, 2, 100, 2, 208, 1, 215, 1, 100, 2, 93, 2, 208, 1, 105, 2, 107, 2, 104, 2, 105, 2, 108, 2, 107, 2, 104, 2, 109, 2, 106, 2, 104, 2, 107, 2, 109, 2, 106, 2, 232, 1, 219, 1, 106, 2, 109, 2, 232, 1, 110, 2, 102, 2, 111, 2, 110, 2, 101, 2, 102, 2, 111, 2, 103, 2, 112, 2, 111, 2, 102, 2, 103, 2, 112, 2, 216, 1, 233, 1, 112, 2, 103, 2, 216, 1, 108, 2, 111, 2, 107, 2, 108, 2, 110, 2, 111, 2, 107, 2, 112, 2, 109, 2, 107, 2, 111, 2, 112, 2, 109, 2, 233, 1, 232, 1, 109, 2, 112, 2, 233, 1), -"blend_shape_data": [], -"format": 98243, +"format": 7171, "index_count": 2502, -"material": SubResource( 3 ), -"primitive": 4, -"skeleton_aabb": [], -"vertex_count": 625 -} - -[sub_resource type="Animation" id=5] +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 1, 0, 5, 0, 4, 0, 1, 0, 2, 0, 5, 0, 6, 0, 5, 0, 7, 0, 6, 0, 4, 0, 5, 0, 8, 0, 0, 0, 9, 0, 8, 0, 10, 0, 0, 0, 11, 0, 13, 0, 12, 0, 11, 0, 14, 0, 13, 0, 15, 0, 17, 0, 16, 0, 15, 0, 7, 0, 17, 0, 12, 0, 15, 0, 18, 0, 12, 0, 13, 0, 15, 0, 10, 0, 3, 0, 0, 0, 10, 0, 19, 0, 3, 0, 13, 0, 7, 0, 15, 0, 13, 0, 6, 0, 7, 0, 2, 0, 20, 0, 5, 0, 2, 0, 21, 0, 20, 0, 7, 0, 20, 0, 17, 0, 7, 0, 5, 0, 20, 0, 21, 0, 3, 0, 22, 0, 21, 0, 2, 0, 3, 0, 18, 0, 16, 0, 23, 0, 18, 0, 15, 0, 16, 0, 22, 0, 19, 0, 24, 0, 22, 0, 3, 0, 19, 0, 25, 0, 27, 0, 26, 0, 25, 0, 28, 0, 27, 0, 29, 0, 28, 0, 25, 0, 29, 0, 30, 0, 28, 0, 26, 0, 32, 0, 31, 0, 26, 0, 27, 0, 32, 0, 33, 0, 35, 0, 34, 0, 33, 0, 36, 0, 35, 0, 37, 0, 39, 0, 38, 0, 37, 0, 40, 0, 39, 0, 38, 0, 42, 0, 41, 0, 38, 0, 39, 0, 42, 0, 43, 0, 45, 0, 44, 0, 43, 0, 46, 0, 45, 0, 47, 0, 49, 0, 48, 0, 47, 0, 50, 0, 49, 0, 51, 0, 53, 0, 52, 0, 51, 0, 54, 0, 53, 0, 55, 0, 46, 0, 56, 0, 55, 0, 45, 0, 46, 0, 57, 0, 44, 0, 58, 0, 57, 0, 43, 0, 44, 0, 59, 0, 61, 0, 60, 0, 59, 0, 50, 0, 61, 0, 62, 0, 45, 0, 55, 0, 62, 0, 63, 0, 45, 0, 64, 0, 48, 0, 65, 0, 64, 0, 47, 0, 48, 0, 66, 0, 50, 0, 59, 0, 66, 0, 49, 0, 50, 0, 67, 0, 43, 0, 57, 0, 67, 0, 68, 0, 43, 0, 69, 0, 68, 0, 67, 0, 69, 0, 70, 0, 68, 0, 34, 0, 49, 0, 66, 0, 34, 0, 35, 0, 49, 0, 65, 0, 70, 0, 69, 0, 65, 0, 48, 0, 70, 0, 58, 0, 72, 0, 71, 0, 58, 0, 44, 0, 72, 0, 56, 0, 36, 0, 33, 0, 56, 0, 46, 0, 36, 0, 71, 0, 74, 0, 73, 0, 71, 0, 72, 0, 74, 0, 60, 0, 63, 0, 62, 0, 60, 0, 61, 0, 63, 0, 73, 0, 47, 0, 64, 0, 73, 0, 74, 0, 47, 0, 75, 0, 77, 0, 76, 0, 75, 0, 78, 0, 77, 0, 79, 0, 41, 0, 80, 0, 79, 0, 38, 0, 41, 0, 81, 0, 38, 0, 79, 0, 81, 0, 37, 0, 38, 0, 80, 0, 83, 0, 82, 0, 80, 0, 41, 0, 83, 0, 84, 0, 37, 0, 81, 0, 84, 0, 85, 0, 37, 0, 41, 0, 86, 0, 83, 0, 41, 0, 42, 0, 86, 0, 85, 0, 40, 0, 37, 0, 85, 0, 87, 0, 40, 0, 42, 0, 88, 0, 86, 0, 42, 0, 89, 0, 88, 0, 87, 0, 90, 0, 40, 0, 87, 0, 91, 0, 90, 0, 40, 0, 92, 0, 39, 0, 40, 0, 90, 0, 92, 0, 39, 0, 89, 0, 42, 0, 39, 0, 92, 0, 89, 0, 48, 0, 35, 0, 70, 0, 48, 0, 49, 0, 35, 0, 74, 0, 50, 0, 47, 0, 74, 0, 61, 0, 50, 0, 70, 0, 36, 0, 68, 0, 70, 0, 35, 0, 36, 0, 44, 0, 63, 0, 72, 0, 44, 0, 45, 0, 63, 0, 68, 0, 46, 0, 43, 0, 68, 0, 36, 0, 46, 0, 72, 0, 61, 0, 74, 0, 72, 0, 63, 0, 61, 0, 93, 0, 95, 0, 94, 0, 93, 0, 96, 0, 95, 0, 97, 0, 25, 0, 26, 0, 97, 0, 98, 0, 25, 0, 98, 0, 29, 0, 25, 0, 98, 0, 99, 0, 29, 0, 100, 0, 26, 0, 31, 0, 100, 0, 97, 0, 26, 0, 31, 0, 102, 0, 101, 0, 31, 0, 32, 0, 102, 0, 103, 0, 105, 0, 104, 0, 103, 0, 106, 0, 105, 0, 104, 0, 108, 0, 107, 0, 104, 0, 105, 0, 108, 0, 107, 0, 110, 0, 109, 0, 107, 0, 108, 0, 110, 0, 111, 0, 113, 0, 112, 0, 111, 0, 114, 0, 113, 0, 115, 0, 112, 0, 116, 0, 115, 0, 111, 0, 112, 0, 117, 0, 116, 0, 118, 0, 117, 0, 115, 0, 116, 0, 119, 0, 118, 0, 120, 0, 119, 0, 117, 0, 118, 0, 114, 0, 110, 0, 113, 0, 114, 0, 109, 0, 110, 0, 121, 0, 123, 0, 122, 0, 121, 0, 124, 0, 123, 0, 125, 0, 124, 0, 121, 0, 125, 0, 126, 0, 124, 0, 127, 0, 129, 0, 128, 0, 128, 0, 129, 0, 130, 0, 131, 0, 129, 0, 132, 0, 133, 0, 130, 0, 129, 0, 134, 0, 133, 0, 129, 0, 135, 0, 134, 0, 129, 0, 136, 0, 138, 0, 137, 0, 136, 0, 139, 0, 138, 0, 140, 0, 142, 0, 141, 0, 140, 0, 143, 0, 142, 0, 144, 0, 146, 0, 145, 0, 144, 0, 147, 0, 146, 0, 145, 0, 149, 0, 148, 0, 145, 0, 146, 0, 149, 0, 148, 0, 151, 0, 150, 0, 148, 0, 149, 0, 151, 0, 150, 0, 153, 0, 152, 0, 150, 0, 151, 0, 153, 0, 152, 0, 143, 0, 140, 0, 152, 0, 153, 0, 143, 0, 154, 0, 156, 0, 155, 0, 154, 0, 157, 0, 156, 0, 155, 0, 159, 0, 158, 0, 155, 0, 156, 0, 159, 0, 158, 0, 106, 0, 103, 0, 158, 0, 159, 0, 106, 0, 160, 0, 162, 0, 161, 0, 160, 0, 163, 0, 162, 0, 164, 0, 161, 0, 165, 0, 164, 0, 160, 0, 161, 0, 166, 0, 165, 0, 167, 0, 166, 0, 164, 0, 165, 0, 168, 0, 167, 0, 169, 0, 168, 0, 166, 0, 167, 0, 154, 0, 120, 0, 157, 0, 154, 0, 119, 0, 120, 0, 144, 0, 169, 0, 147, 0, 144, 0, 168, 0, 169, 0, 163, 0, 142, 0, 162, 0, 163, 0, 141, 0, 142, 0, 170, 0, 172, 0, 171, 0, 170, 0, 173, 0, 172, 0, 174, 0, 173, 0, 170, 0, 174, 0, 175, 0, 173, 0, 176, 0, 178, 0, 177, 0, 176, 0, 179, 0, 178, 0, 177, 0, 126, 0, 125, 0, 177, 0, 178, 0, 126, 0, 180, 0, 179, 0, 176, 0, 180, 0, 181, 0, 179, 0, 122, 0, 181, 0, 180, 0, 122, 0, 123, 0, 181, 0, 182, 0, 184, 0, 183, 0, 182, 0, 185, 0, 184, 0, 183, 0, 187, 0, 186, 0, 183, 0, 184, 0, 187, 0, 186, 0, 189, 0, 188, 0, 186, 0, 187, 0, 189, 0, 188, 0, 191, 0, 190, 0, 188, 0, 189, 0, 191, 0, 190, 0, 193, 0, 192, 0, 190, 0, 191, 0, 193, 0, 192, 0, 195, 0, 194, 0, 192, 0, 193, 0, 195, 0, 196, 0, 198, 0, 197, 0, 196, 0, 199, 0, 198, 0, 200, 0, 197, 0, 201, 0, 200, 0, 196, 0, 197, 0, 202, 0, 201, 0, 203, 0, 202, 0, 200, 0, 201, 0, 204, 0, 203, 0, 205, 0, 204, 0, 202, 0, 203, 0, 199, 0, 195, 0, 198, 0, 199, 0, 194, 0, 195, 0, 182, 0, 205, 0, 185, 0, 182, 0, 204, 0, 205, 0, 206, 0, 129, 0, 127, 0, 207, 0, 129, 0, 131, 0, 132, 0, 129, 0, 206, 0, 208, 0, 135, 0, 129, 0, 209, 0, 208, 0, 129, 0, 207, 0, 209, 0, 129, 0, 210, 0, 139, 0, 136, 0, 210, 0, 211, 0, 139, 0, 28, 0, 212, 0, 27, 0, 28, 0, 213, 0, 212, 0, 30, 0, 213, 0, 28, 0, 30, 0, 214, 0, 213, 0, 27, 0, 215, 0, 32, 0, 27, 0, 212, 0, 215, 0, 216, 0, 218, 0, 217, 0, 216, 0, 219, 0, 218, 0, 220, 0, 95, 0, 221, 0, 220, 0, 94, 0, 95, 0, 222, 0, 218, 0, 219, 0, 222, 0, 223, 0, 218, 0, 224, 0, 96, 0, 93, 0, 224, 0, 225, 0, 96, 0, 220, 0, 223, 0, 222, 0, 220, 0, 221, 0, 223, 0, 226, 0, 78, 0, 75, 0, 226, 0, 227, 0, 78, 0, 228, 0, 230, 0, 229, 0, 228, 0, 231, 0, 230, 0, 232, 0, 234, 0, 233, 0, 232, 0, 235, 0, 234, 0, 236, 0, 235, 0, 232, 0, 236, 0, 237, 0, 235, 0, 229, 0, 239, 0, 238, 0, 229, 0, 230, 0, 239, 0, 233, 0, 231, 0, 228, 0, 233, 0, 234, 0, 231, 0, 32, 0, 240, 0, 102, 0, 32, 0, 215, 0, 240, 0, 241, 0, 243, 0, 242, 0, 241, 0, 244, 0, 243, 0, 76, 0, 246, 0, 245, 0, 76, 0, 77, 0, 246, 0, 247, 0, 227, 0, 226, 0, 247, 0, 248, 0, 227, 0, 242, 0, 250, 0, 249, 0, 242, 0, 243, 0, 250, 0, 245, 0, 244, 0, 241, 0, 245, 0, 246, 0, 244, 0, 249, 0, 248, 0, 247, 0, 249, 0, 250, 0, 248, 0, 238, 0, 252, 0, 251, 0, 238, 0, 239, 0, 252, 0, 253, 0, 237, 0, 236, 0, 253, 0, 254, 0, 237, 0, 251, 0, 254, 0, 253, 0, 251, 0, 252, 0, 254, 0, 102, 0, 240, 0, 255, 0, 9, 0, 1, 0, 0, 1, 9, 0, 0, 0, 1, 0, 14, 0, 6, 0, 13, 0, 14, 0, 1, 1, 6, 0, 0, 1, 4, 0, 2, 1, 0, 1, 1, 0, 4, 0, 1, 1, 4, 0, 6, 0, 1, 1, 2, 1, 4, 0, 3, 1, 5, 1, 4, 1, 3, 1, 6, 1, 5, 1, 6, 1, 7, 1, 5, 1, 6, 1, 8, 1, 7, 1, 9, 1, 7, 1, 8, 1, 9, 1, 10, 1, 7, 1, 8, 0, 3, 1, 10, 0, 8, 0, 11, 1, 3, 1, 11, 0, 13, 1, 12, 1, 11, 0, 12, 0, 13, 1, 14, 1, 15, 1, 10, 1, 14, 1, 16, 1, 15, 1, 12, 0, 14, 1, 13, 1, 12, 0, 18, 0, 14, 1, 10, 0, 4, 1, 19, 0, 10, 0, 3, 1, 4, 1, 13, 1, 10, 1, 9, 1, 13, 1, 14, 1, 10, 1, 5, 1, 18, 1, 17, 1, 5, 1, 7, 1, 18, 1, 10, 1, 18, 1, 7, 1, 10, 1, 15, 1, 18, 1, 4, 1, 17, 1, 19, 1, 4, 1, 5, 1, 17, 1, 18, 0, 16, 1, 14, 1, 18, 0, 23, 0, 16, 1, 19, 0, 19, 1, 24, 0, 19, 0, 4, 1, 19, 1, 20, 1, 22, 1, 21, 1, 20, 1, 23, 1, 22, 1, 29, 0, 21, 1, 30, 0, 29, 0, 20, 1, 21, 1, 23, 1, 24, 1, 22, 1, 23, 1, 25, 1, 24, 1, 26, 1, 28, 1, 27, 1, 26, 1, 29, 1, 28, 1, 30, 1, 32, 1, 31, 1, 30, 1, 33, 1, 32, 1, 33, 1, 34, 1, 32, 1, 33, 1, 35, 1, 34, 1, 36, 1, 38, 1, 37, 1, 36, 1, 39, 1, 38, 1, 40, 1, 42, 1, 41, 1, 40, 1, 43, 1, 42, 1, 44, 1, 53, 0, 54, 0, 44, 1, 45, 1, 53, 0, 46, 1, 37, 1, 38, 1, 46, 1, 47, 1, 37, 1, 48, 1, 39, 1, 36, 1, 48, 1, 49, 1, 39, 1, 50, 1, 51, 1, 41, 1, 50, 1, 52, 1, 51, 1, 53, 1, 38, 1, 54, 1, 53, 1, 46, 1, 38, 1, 55, 1, 43, 1, 40, 1, 55, 1, 56, 1, 43, 1, 57, 1, 41, 1, 42, 1, 57, 1, 50, 1, 41, 1, 58, 1, 36, 1, 59, 1, 58, 1, 48, 1, 36, 1, 60, 1, 59, 1, 61, 1, 60, 1, 58, 1, 59, 1, 29, 1, 42, 1, 28, 1, 29, 1, 57, 1, 42, 1, 56, 1, 61, 1, 43, 1, 56, 1, 60, 1, 61, 1, 49, 1, 62, 1, 39, 1, 49, 1, 63, 1, 62, 1, 47, 1, 27, 1, 37, 1, 47, 1, 26, 1, 27, 1, 63, 1, 64, 1, 62, 1, 63, 1, 65, 1, 64, 1, 52, 1, 54, 1, 51, 1, 52, 1, 53, 1, 54, 1, 65, 1, 40, 1, 64, 1, 65, 1, 55, 1, 40, 1, 66, 1, 68, 1, 67, 1, 66, 1, 69, 1, 68, 1, 70, 1, 35, 1, 33, 1, 70, 1, 71, 1, 35, 1, 72, 1, 33, 1, 30, 1, 72, 1, 70, 1, 33, 1, 71, 1, 73, 1, 35, 1, 71, 1, 74, 1, 73, 1, 75, 1, 30, 1, 76, 1, 75, 1, 72, 1, 30, 1, 35, 1, 77, 1, 34, 1, 35, 1, 73, 1, 77, 1, 76, 1, 31, 1, 78, 1, 76, 1, 30, 1, 31, 1, 34, 1, 80, 1, 79, 1, 34, 1, 77, 1, 80, 1, 78, 1, 82, 1, 81, 1, 78, 1, 31, 1, 82, 1, 31, 1, 83, 1, 82, 1, 31, 1, 32, 1, 83, 1, 32, 1, 79, 1, 83, 1, 32, 1, 34, 1, 79, 1, 43, 1, 28, 1, 42, 1, 43, 1, 61, 1, 28, 1, 64, 1, 41, 1, 51, 1, 64, 1, 40, 1, 41, 1, 61, 1, 27, 1, 28, 1, 61, 1, 59, 1, 27, 1, 39, 1, 54, 1, 38, 1, 39, 1, 62, 1, 54, 1, 59, 1, 37, 1, 27, 1, 59, 1, 36, 1, 37, 1, 62, 1, 51, 1, 54, 1, 62, 1, 64, 1, 51, 1, 84, 1, 86, 1, 85, 1, 84, 1, 87, 1, 86, 1, 88, 1, 20, 1, 89, 1, 88, 1, 23, 1, 20, 1, 89, 1, 29, 0, 99, 0, 89, 1, 20, 1, 29, 0, 90, 1, 23, 1, 88, 1, 90, 1, 25, 1, 23, 1, 25, 1, 102, 0, 24, 1, 25, 1, 101, 0, 102, 0, 91, 1, 93, 1, 92, 1, 91, 1, 94, 1, 93, 1, 94, 1, 95, 1, 93, 1, 94, 1, 96, 1, 95, 1, 96, 1, 97, 1, 95, 1, 96, 1, 98, 1, 97, 1, 99, 1, 101, 1, 100, 1, 99, 1, 102, 1, 101, 1, 103, 1, 102, 1, 99, 1, 103, 1, 104, 1, 102, 1, 105, 1, 104, 1, 103, 1, 105, 1, 106, 1, 104, 1, 107, 1, 106, 1, 105, 1, 107, 1, 108, 1, 106, 1, 100, 1, 97, 1, 98, 1, 100, 1, 101, 1, 97, 1, 109, 1, 111, 1, 110, 1, 109, 1, 112, 1, 111, 1, 113, 1, 110, 1, 114, 1, 113, 1, 109, 1, 110, 1, 115, 1, 117, 1, 116, 1, 117, 1, 118, 1, 116, 1, 119, 1, 120, 1, 116, 1, 121, 1, 116, 1, 118, 1, 122, 1, 116, 1, 121, 1, 123, 1, 116, 1, 122, 1, 136, 0, 125, 1, 124, 1, 136, 0, 137, 0, 125, 1, 126, 1, 128, 1, 127, 1, 126, 1, 129, 1, 128, 1, 130, 1, 132, 1, 131, 1, 130, 1, 133, 1, 132, 1, 133, 1, 134, 1, 132, 1, 133, 1, 135, 1, 134, 1, 135, 1, 136, 1, 134, 1, 135, 1, 137, 1, 136, 1, 137, 1, 138, 1, 136, 1, 137, 1, 139, 1, 138, 1, 139, 1, 127, 1, 138, 1, 139, 1, 126, 1, 127, 1, 140, 1, 142, 1, 141, 1, 140, 1, 143, 1, 142, 1, 143, 1, 144, 1, 142, 1, 143, 1, 145, 1, 144, 1, 145, 1, 92, 1, 144, 1, 145, 1, 91, 1, 92, 1, 146, 1, 148, 1, 147, 1, 146, 1, 149, 1, 148, 1, 150, 1, 149, 1, 146, 1, 150, 1, 151, 1, 149, 1, 152, 1, 151, 1, 150, 1, 152, 1, 153, 1, 151, 1, 154, 1, 153, 1, 152, 1, 154, 1, 155, 1, 153, 1, 140, 1, 108, 1, 107, 1, 140, 1, 141, 1, 108, 1, 130, 1, 155, 1, 154, 1, 130, 1, 131, 1, 155, 1, 147, 1, 128, 1, 129, 1, 147, 1, 148, 1, 128, 1, 156, 1, 158, 1, 157, 1, 156, 1, 159, 1, 158, 1, 160, 1, 157, 1, 161, 1, 160, 1, 156, 1, 157, 1, 162, 1, 164, 1, 163, 1, 162, 1, 165, 1, 164, 1, 165, 1, 114, 1, 164, 1, 165, 1, 113, 1, 114, 1, 166, 1, 163, 1, 167, 1, 166, 1, 162, 1, 163, 1, 112, 1, 167, 1, 111, 1, 112, 1, 166, 1, 167, 1, 168, 1, 170, 1, 169, 1, 168, 1, 171, 1, 170, 1, 171, 1, 172, 1, 170, 1, 171, 1, 173, 1, 172, 1, 173, 1, 174, 1, 172, 1, 173, 1, 175, 1, 174, 1, 175, 1, 176, 1, 174, 1, 175, 1, 177, 1, 176, 1, 177, 1, 178, 1, 176, 1, 177, 1, 179, 1, 178, 1, 179, 1, 180, 1, 178, 1, 179, 1, 181, 1, 180, 1, 182, 1, 184, 1, 183, 1, 182, 1, 185, 1, 184, 1, 186, 1, 185, 1, 182, 1, 186, 1, 187, 1, 185, 1, 188, 1, 187, 1, 186, 1, 188, 1, 189, 1, 187, 1, 190, 1, 189, 1, 188, 1, 190, 1, 191, 1, 189, 1, 183, 1, 180, 1, 181, 1, 183, 1, 184, 1, 180, 1, 168, 1, 191, 1, 190, 1, 168, 1, 169, 1, 191, 1, 192, 1, 115, 1, 116, 1, 193, 1, 119, 1, 116, 1, 120, 1, 192, 1, 116, 1, 194, 1, 116, 1, 123, 1, 195, 1, 116, 1, 194, 1, 193, 1, 116, 1, 195, 1, 210, 0, 124, 1, 196, 1, 210, 0, 136, 0, 124, 1, 21, 1, 198, 1, 197, 1, 21, 1, 22, 1, 198, 1, 30, 0, 197, 1, 214, 0, 30, 0, 21, 1, 197, 1, 22, 1, 199, 1, 198, 1, 22, 1, 24, 1, 199, 1, 216, 0, 201, 1, 200, 1, 216, 0, 217, 0, 201, 1, 202, 1, 86, 1, 87, 1, 202, 1, 203, 1, 86, 1, 204, 1, 201, 1, 205, 1, 204, 1, 200, 1, 201, 1, 224, 0, 85, 1, 225, 0, 224, 0, 84, 1, 85, 1, 202, 1, 205, 1, 203, 1, 202, 1, 204, 1, 205, 1, 206, 1, 67, 1, 207, 1, 206, 1, 66, 1, 67, 1, 208, 1, 210, 1, 209, 1, 208, 1, 211, 1, 210, 1, 212, 1, 214, 1, 213, 1, 212, 1, 215, 1, 214, 1, 216, 1, 213, 1, 217, 1, 216, 1, 212, 1, 213, 1, 211, 1, 218, 1, 210, 1, 211, 1, 219, 1, 218, 1, 215, 1, 209, 1, 214, 1, 215, 1, 208, 1, 209, 1, 24, 1, 220, 1, 199, 1, 24, 1, 102, 0, 220, 1, 221, 1, 223, 1, 222, 1, 221, 1, 224, 1, 223, 1, 69, 1, 225, 1, 68, 1, 69, 1, 226, 1, 225, 1, 227, 1, 207, 1, 228, 1, 227, 1, 206, 1, 207, 1, 224, 1, 229, 1, 223, 1, 224, 1, 230, 1, 229, 1, 226, 1, 222, 1, 225, 1, 226, 1, 221, 1, 222, 1, 230, 1, 228, 1, 229, 1, 230, 1, 227, 1, 228, 1, 219, 1, 231, 1, 218, 1, 219, 1, 232, 1, 231, 1, 233, 1, 217, 1, 234, 1, 233, 1, 216, 1, 217, 1, 232, 1, 234, 1, 231, 1, 232, 1, 233, 1, 234, 1, 102, 0, 255, 0, 220, 1, 11, 1, 6, 1, 3, 1, 11, 1, 235, 1, 6, 1, 12, 1, 9, 1, 236, 1, 12, 1, 13, 1, 9, 1, 235, 1, 8, 1, 6, 1, 235, 1, 237, 1, 8, 1, 236, 1, 8, 1, 237, 1, 236, 1, 9, 1, 8, 1, 238, 1, 240, 1, 239, 1, 238, 1, 241, 1, 240, 1, 241, 1, 94, 0, 240, 1, 241, 1, 93, 0, 94, 0, 242, 1, 244, 1, 243, 1, 242, 1, 245, 1, 244, 1, 243, 1, 219, 0, 216, 0, 243, 1, 244, 1, 219, 0, 246, 1, 240, 1, 247, 1, 246, 1, 239, 1, 240, 1, 247, 1, 94, 0, 220, 0, 247, 1, 240, 1, 94, 0, 248, 1, 244, 1, 245, 1, 248, 1, 249, 1, 244, 1, 249, 1, 219, 0, 244, 1, 249, 1, 222, 0, 219, 0, 250, 1, 241, 1, 238, 1, 250, 1, 251, 1, 241, 1, 251, 1, 93, 0, 241, 1, 251, 1, 224, 0, 93, 0, 246, 1, 249, 1, 248, 1, 246, 1, 247, 1, 249, 1, 247, 1, 222, 0, 249, 1, 247, 1, 220, 0, 222, 0, 252, 1, 254, 1, 253, 1, 252, 1, 255, 1, 254, 1, 253, 1, 87, 1, 84, 1, 253, 1, 254, 1, 87, 1, 242, 1, 1, 2, 0, 2, 242, 1, 243, 1, 1, 2, 243, 1, 200, 1, 1, 2, 243, 1, 216, 0, 200, 1, 2, 2, 254, 1, 255, 1, 2, 2, 3, 2, 254, 1, 3, 2, 87, 1, 254, 1, 3, 2, 202, 1, 87, 1, 4, 2, 1, 2, 5, 2, 4, 2, 0, 2, 1, 2, 5, 2, 200, 1, 204, 1, 5, 2, 1, 2, 200, 1, 250, 1, 253, 1, 251, 1, 250, 1, 252, 1, 253, 1, 251, 1, 84, 1, 224, 0, 251, 1, 253, 1, 84, 1, 2, 2, 5, 2, 3, 2, 2, 2, 4, 2, 5, 2, 3, 2, 204, 1, 202, 1, 3, 2, 5, 2, 204, 1, 31, 0, 6, 2, 100, 0, 31, 0, 101, 0, 6, 2, 100, 0, 54, 0, 51, 0, 100, 0, 6, 2, 54, 0, 7, 2, 9, 2, 8, 2, 7, 2, 10, 2, 9, 2, 8, 2, 98, 0, 97, 0, 8, 2, 9, 2, 98, 0, 10, 2, 11, 2, 9, 2, 10, 2, 12, 2, 11, 2, 9, 2, 99, 0, 98, 0, 9, 2, 11, 2, 99, 0, 52, 0, 8, 2, 51, 0, 52, 0, 7, 2, 8, 2, 51, 0, 97, 0, 100, 0, 51, 0, 8, 2, 97, 0, 25, 1, 6, 2, 101, 0, 25, 1, 90, 1, 6, 2, 90, 1, 54, 0, 6, 2, 90, 1, 44, 1, 54, 0, 13, 2, 15, 2, 14, 2, 13, 2, 16, 2, 15, 2, 16, 2, 89, 1, 15, 2, 16, 2, 88, 1, 89, 1, 14, 2, 11, 2, 12, 2, 14, 2, 15, 2, 11, 2, 15, 2, 99, 0, 11, 2, 15, 2, 89, 1, 99, 0, 45, 1, 16, 2, 13, 2, 45, 1, 44, 1, 16, 2, 44, 1, 88, 1, 16, 2, 44, 1, 90, 1, 88, 1, 17, 2, 19, 2, 18, 2, 17, 2, 20, 2, 19, 2, 18, 2, 22, 2, 21, 2, 18, 2, 19, 2, 22, 2, 21, 2, 69, 1, 66, 1, 21, 2, 22, 2, 69, 1, 23, 2, 18, 2, 24, 2, 23, 2, 17, 2, 18, 2, 24, 2, 21, 2, 25, 2, 24, 2, 18, 2, 21, 2, 25, 2, 66, 1, 206, 1, 25, 2, 21, 2, 66, 1, 26, 2, 28, 2, 27, 2, 26, 2, 29, 2, 28, 2, 27, 2, 31, 2, 30, 2, 27, 2, 28, 2, 31, 2, 30, 2, 224, 1, 221, 1, 30, 2, 31, 2, 224, 1, 20, 2, 32, 2, 19, 2, 20, 2, 33, 2, 32, 2, 19, 2, 34, 2, 22, 2, 19, 2, 32, 2, 34, 2, 22, 2, 226, 1, 69, 1, 22, 2, 34, 2, 226, 1, 35, 2, 24, 2, 36, 2, 35, 2, 23, 2, 24, 2, 36, 2, 25, 2, 37, 2, 36, 2, 24, 2, 25, 2, 37, 2, 206, 1, 227, 1, 37, 2, 25, 2, 206, 1, 29, 2, 38, 2, 28, 2, 29, 2, 39, 2, 38, 2, 28, 2, 40, 2, 31, 2, 28, 2, 38, 2, 40, 2, 31, 2, 230, 1, 224, 1, 31, 2, 40, 2, 230, 1, 33, 2, 27, 2, 32, 2, 33, 2, 26, 2, 27, 2, 32, 2, 30, 2, 34, 2, 32, 2, 27, 2, 30, 2, 34, 2, 221, 1, 226, 1, 34, 2, 30, 2, 221, 1, 39, 2, 36, 2, 38, 2, 39, 2, 35, 2, 36, 2, 38, 2, 37, 2, 40, 2, 38, 2, 36, 2, 37, 2, 40, 2, 227, 1, 230, 1, 40, 2, 37, 2, 227, 1, 41, 2, 43, 2, 42, 2, 41, 2, 44, 2, 43, 2, 44, 2, 45, 2, 43, 2, 44, 2, 46, 2, 45, 2, 46, 2, 76, 0, 45, 2, 46, 2, 75, 0, 76, 0, 47, 2, 44, 2, 41, 2, 47, 2, 48, 2, 44, 2, 48, 2, 46, 2, 44, 2, 48, 2, 49, 2, 46, 2, 49, 2, 75, 0, 46, 2, 49, 2, 226, 0, 75, 0, 50, 2, 52, 2, 51, 2, 50, 2, 53, 2, 52, 2, 53, 2, 54, 2, 52, 2, 53, 2, 55, 2, 54, 2, 55, 2, 242, 0, 54, 2, 55, 2, 241, 0, 242, 0, 42, 2, 57, 2, 56, 2, 42, 2, 43, 2, 57, 2, 43, 2, 58, 2, 57, 2, 43, 2, 45, 2, 58, 2, 45, 2, 245, 0, 58, 2, 45, 2, 76, 0, 245, 0, 59, 2, 48, 2, 47, 2, 59, 2, 60, 2, 48, 2, 60, 2, 49, 2, 48, 2, 60, 2, 61, 2, 49, 2, 61, 2, 226, 0, 49, 2, 61, 2, 247, 0, 226, 0, 51, 2, 63, 2, 62, 2, 51, 2, 52, 2, 63, 2, 52, 2, 64, 2, 63, 2, 52, 2, 54, 2, 64, 2, 54, 2, 249, 0, 64, 2, 54, 2, 242, 0, 249, 0, 56, 2, 53, 2, 50, 2, 56, 2, 57, 2, 53, 2, 57, 2, 55, 2, 53, 2, 57, 2, 58, 2, 55, 2, 58, 2, 241, 0, 55, 2, 58, 2, 245, 0, 241, 0, 62, 2, 60, 2, 59, 2, 62, 2, 63, 2, 60, 2, 63, 2, 61, 2, 60, 2, 63, 2, 64, 2, 61, 2, 64, 2, 247, 0, 61, 2, 64, 2, 249, 0, 247, 0, 65, 2, 67, 2, 66, 2, 65, 2, 68, 2, 67, 2, 68, 2, 69, 2, 67, 2, 68, 2, 70, 2, 69, 2, 70, 2, 229, 0, 69, 2, 70, 2, 228, 0, 229, 0, 71, 2, 73, 2, 72, 2, 71, 2, 74, 2, 73, 2, 74, 2, 75, 2, 73, 2, 74, 2, 76, 2, 75, 2, 76, 2, 233, 0, 75, 2, 76, 2, 232, 0, 233, 0, 77, 2, 74, 2, 71, 2, 77, 2, 78, 2, 74, 2, 78, 2, 76, 2, 74, 2, 78, 2, 79, 2, 76, 2, 79, 2, 232, 0, 76, 2, 79, 2, 236, 0, 232, 0, 66, 2, 81, 2, 80, 2, 66, 2, 67, 2, 81, 2, 67, 2, 82, 2, 81, 2, 67, 2, 69, 2, 82, 2, 69, 2, 238, 0, 82, 2, 69, 2, 229, 0, 238, 0, 72, 2, 68, 2, 65, 2, 72, 2, 73, 2, 68, 2, 73, 2, 70, 2, 68, 2, 73, 2, 75, 2, 70, 2, 75, 2, 228, 0, 70, 2, 75, 2, 233, 0, 228, 0, 80, 2, 84, 2, 83, 2, 80, 2, 81, 2, 84, 2, 81, 2, 85, 2, 84, 2, 81, 2, 82, 2, 85, 2, 82, 2, 251, 0, 85, 2, 82, 2, 238, 0, 251, 0, 86, 2, 78, 2, 77, 2, 86, 2, 87, 2, 78, 2, 87, 2, 79, 2, 78, 2, 87, 2, 88, 2, 79, 2, 88, 2, 236, 0, 79, 2, 88, 2, 253, 0, 236, 0, 83, 2, 87, 2, 86, 2, 83, 2, 84, 2, 87, 2, 84, 2, 88, 2, 87, 2, 84, 2, 85, 2, 88, 2, 85, 2, 253, 0, 88, 2, 85, 2, 251, 0, 253, 0, 89, 2, 91, 2, 90, 2, 89, 2, 92, 2, 91, 2, 90, 2, 94, 2, 93, 2, 90, 2, 91, 2, 94, 2, 93, 2, 211, 1, 208, 1, 93, 2, 94, 2, 211, 1, 95, 2, 97, 2, 96, 2, 95, 2, 98, 2, 97, 2, 96, 2, 100, 2, 99, 2, 96, 2, 97, 2, 100, 2, 99, 2, 215, 1, 212, 1, 99, 2, 100, 2, 215, 1, 101, 2, 96, 2, 102, 2, 101, 2, 95, 2, 96, 2, 102, 2, 99, 2, 103, 2, 102, 2, 96, 2, 99, 2, 103, 2, 212, 1, 216, 1, 103, 2, 99, 2, 212, 1, 92, 2, 104, 2, 91, 2, 92, 2, 105, 2, 104, 2, 91, 2, 106, 2, 94, 2, 91, 2, 104, 2, 106, 2, 94, 2, 219, 1, 211, 1, 94, 2, 106, 2, 219, 1, 98, 2, 90, 2, 97, 2, 98, 2, 89, 2, 90, 2, 97, 2, 93, 2, 100, 2, 97, 2, 90, 2, 93, 2, 100, 2, 208, 1, 215, 1, 100, 2, 93, 2, 208, 1, 105, 2, 107, 2, 104, 2, 105, 2, 108, 2, 107, 2, 104, 2, 109, 2, 106, 2, 104, 2, 107, 2, 109, 2, 106, 2, 232, 1, 219, 1, 106, 2, 109, 2, 232, 1, 110, 2, 102, 2, 111, 2, 110, 2, 101, 2, 102, 2, 111, 2, 103, 2, 112, 2, 111, 2, 102, 2, 103, 2, 112, 2, 216, 1, 233, 1, 112, 2, 103, 2, 216, 1, 108, 2, 111, 2, 107, 2, 108, 2, 110, 2, 111, 2, 107, 2, 112, 2, 109, 2, 107, 2, 111, 2, 112, 2, 109, 2, 233, 1, 232, 1, 109, 2, 112, 2, 233, 1), +"material": SubResource("3"), +"primitive": 3, +"skin_data": PackedByteArray(6, 0, 7, 0, 0, 0, 0, 0, 255, 127, 255, 127, 0, 0, 0, 0, 6, 0, 7, 0, 0, 0, 0, 0, 1, 128, 253, 127, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 7, 0, 0, 0, 0, 0, 35, 130, 219, 125, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 6, 0, 0, 0, 0, 0, 0, 128, 254, 127, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 7, 0, 0, 0, 0, 0, 8, 128, 246, 127, 0, 0, 0, 0, 6, 0, 7, 0, 0, 0, 0, 0, 85, 255, 169, 0, 0, 0, 0, 0, 6, 0, 7, 0, 0, 0, 0, 0, 255, 127, 255, 127, 0, 0, 0, 0, 6, 0, 7, 0, 0, 0, 0, 0, 181, 128, 73, 127, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 3, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 3, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 8, 0, 9, 0, 3, 0, 0, 0, 119, 112, 6, 87, 129, 56, 0, 0, 8, 0, 9, 0, 3, 0, 0, 0, 212, 101, 210, 92, 88, 61, 0, 0, 8, 0, 9, 0, 0, 0, 0, 0, 235, 133, 19, 122, 0, 0, 0, 0, 8, 0, 9, 0, 0, 0, 0, 0, 82, 144, 172, 111, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 3, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 1, 0, 3, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 6, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 3, 0, 6, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 3, 0, 6, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 3, 0, 6, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 3, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 3, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 1, 0, 3, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 3, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 3, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 8, 0, 9, 0, 3, 0, 0, 0, 144, 105, 146, 90, 219, 59, 0, 0, 8, 0, 9, 0, 0, 0, 0, 0, 200, 137, 54, 118, 0, 0, 0, 0, 12, 0, 13, 0, 1, 0, 0, 0, 71, 139, 69, 70, 113, 46, 0, 0, 12, 0, 13, 0, 1, 0, 0, 0, 204, 140, 67, 68, 238, 46, 0, 0, 12, 0, 13, 0, 0, 0, 0, 0, 104, 172, 150, 83, 0, 0, 0, 0, 12, 0, 13, 0, 0, 0, 0, 0, 38, 170, 216, 85, 0, 0, 0, 0, 12, 0, 13, 0, 1, 0, 0, 0, 250, 139, 91, 69, 168, 46, 0, 0, 12, 0, 13, 0, 1, 0, 0, 0, 111, 139, 19, 70, 123, 46, 0, 0, 12, 0, 13, 0, 0, 0, 0, 0, 94, 170, 160, 85, 0, 0, 0, 0, 12, 0, 13, 0, 0, 0, 0, 0, 45, 171, 209, 84, 0, 0, 0, 0, 12, 0, 13, 0, 1, 0, 0, 0, 154, 157, 238, 58, 118, 39, 0, 0, 12, 0, 13, 0, 0, 0, 0, 0, 204, 170, 50, 85, 0, 0, 0, 0, 12, 0, 13, 0, 1, 0, 0, 0, 80, 139, 62, 70, 112, 46, 0, 0, 12, 0, 13, 0, 0, 0, 0, 0, 47, 170, 207, 85, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 8, 0, 9, 0, 3, 0, 0, 0, 52, 96, 52, 96, 149, 63, 0, 0, 8, 0, 9, 0, 3, 0, 0, 0, 247, 96, 191, 95, 72, 63, 0, 0, 8, 0, 9, 0, 0, 0, 0, 0, 206, 128, 48, 127, 0, 0, 0, 0, 9, 0, 8, 0, 0, 0, 0, 0, 255, 127, 255, 127, 0, 0, 0, 0, 9, 0, 8, 0, 3, 0, 0, 0, 87, 102, 131, 92, 36, 61, 0, 0, 9, 0, 8, 0, 0, 0, 0, 0, 116, 134, 138, 121, 0, 0, 0, 0, 9, 0, 8, 0, 3, 0, 0, 0, 228, 104, 211, 91, 71, 59, 0, 0, 9, 0, 8, 0, 0, 0, 0, 0, 128, 136, 126, 119, 0, 0, 0, 0, 8, 0, 9, 0, 3, 0, 0, 0, 53, 96, 52, 96, 149, 63, 0, 0, 8, 0, 9, 0, 0, 0, 0, 0, 255, 127, 255, 127, 0, 0, 0, 0, 12, 0, 13, 0, 1, 0, 0, 0, 59, 145, 49, 62, 146, 48, 0, 0, 12, 0, 13, 0, 0, 0, 0, 0, 61, 179, 193, 76, 0, 0, 0, 0, 12, 0, 13, 0, 1, 0, 0, 0, 77, 139, 65, 70, 111, 46, 0, 0, 12, 0, 13, 0, 0, 0, 0, 0, 43, 170, 211, 85, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 7, 0, 0, 0, 0, 0, 255, 127, 255, 127, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 7, 0, 0, 0, 0, 0, 1, 128, 253, 127, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 7, 0, 0, 0, 0, 0, 35, 130, 219, 125, 0, 0, 0, 0, 7, 0, 6, 0, 0, 0, 0, 0, 0, 128, 254, 127, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 7, 0, 0, 0, 0, 0, 181, 128, 73, 127, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 3, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 10, 0, 11, 0, 3, 0, 0, 0, 119, 112, 6, 87, 129, 56, 0, 0, 10, 0, 11, 0, 0, 0, 0, 0, 82, 144, 172, 111, 0, 0, 0, 0, 10, 0, 11, 0, 0, 0, 0, 0, 235, 133, 19, 122, 0, 0, 0, 0, 10, 0, 11, 0, 3, 0, 0, 0, 212, 101, 210, 92, 88, 61, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 3, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 3, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 3, 0, 6, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 3, 0, 6, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 3, 0, 6, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 3, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 3, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 3, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 10, 0, 11, 0, 3, 0, 0, 0, 144, 105, 146, 90, 219, 59, 0, 0, 10, 0, 11, 0, 0, 0, 0, 0, 200, 137, 54, 118, 0, 0, 0, 0, 15, 0, 16, 0, 1, 0, 0, 0, 71, 139, 69, 70, 113, 46, 0, 0, 15, 0, 16, 0, 0, 0, 0, 0, 38, 170, 216, 85, 0, 0, 0, 0, 15, 0, 16, 0, 0, 0, 0, 0, 104, 172, 150, 83, 0, 0, 0, 0, 15, 0, 16, 0, 1, 0, 0, 0, 204, 140, 67, 68, 238, 46, 0, 0, 15, 0, 16, 0, 1, 0, 0, 0, 250, 139, 91, 69, 168, 46, 0, 0, 15, 0, 16, 0, 0, 0, 0, 0, 45, 171, 209, 84, 0, 0, 0, 0, 15, 0, 16, 0, 0, 0, 0, 0, 94, 170, 160, 85, 0, 0, 0, 0, 15, 0, 16, 0, 1, 0, 0, 0, 111, 139, 19, 70, 123, 46, 0, 0, 15, 0, 16, 0, 1, 0, 0, 0, 154, 157, 238, 58, 118, 39, 0, 0, 15, 0, 16, 0, 0, 0, 0, 0, 204, 170, 50, 85, 0, 0, 0, 0, 15, 0, 16, 0, 0, 0, 0, 0, 47, 170, 207, 85, 0, 0, 0, 0, 15, 0, 16, 0, 1, 0, 0, 0, 80, 139, 62, 70, 112, 46, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 10, 0, 11, 0, 3, 0, 0, 0, 52, 96, 52, 96, 149, 63, 0, 0, 11, 0, 10, 0, 0, 0, 0, 0, 255, 127, 255, 127, 0, 0, 0, 0, 10, 0, 11, 0, 0, 0, 0, 0, 206, 128, 48, 127, 0, 0, 0, 0, 10, 0, 11, 0, 3, 0, 0, 0, 247, 96, 191, 95, 72, 63, 0, 0, 11, 0, 10, 0, 0, 0, 0, 0, 116, 134, 138, 121, 0, 0, 0, 0, 11, 0, 10, 0, 3, 0, 0, 0, 87, 102, 131, 92, 36, 61, 0, 0, 11, 0, 10, 0, 3, 0, 0, 0, 228, 104, 211, 91, 71, 59, 0, 0, 11, 0, 10, 0, 0, 0, 0, 0, 128, 136, 126, 119, 0, 0, 0, 0, 10, 0, 11, 0, 0, 0, 0, 0, 255, 127, 255, 127, 0, 0, 0, 0, 10, 0, 11, 0, 3, 0, 0, 0, 53, 96, 52, 96, 149, 63, 0, 0, 15, 0, 16, 0, 0, 0, 0, 0, 61, 179, 193, 76, 0, 0, 0, 0, 15, 0, 16, 0, 1, 0, 0, 0, 59, 145, 49, 62, 146, 48, 0, 0, 15, 0, 16, 0, 1, 0, 0, 0, 77, 139, 65, 70, 111, 46, 0, 0, 15, 0, 16, 0, 0, 0, 0, 0, 43, 170, 211, 85, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 169, 170, 85, 85, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 3, 0, 6, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 3, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 6, 0, 3, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 3, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 6, 0, 3, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 6, 0, 3, 0, 0, 0, 0, 0, 170, 170, 84, 85, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 10, 0, 11, 0, 0, 0, 222, 183, 169, 40, 118, 31, 0, 0, 3, 0, 10, 0, 11, 0, 0, 0, 68, 189, 232, 34, 209, 31, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 10, 0, 11, 0, 0, 0, 154, 117, 5, 78, 95, 60, 0, 0, 3, 0, 10, 0, 11, 0, 0, 0, 105, 124, 214, 68, 191, 62, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 10, 0, 11, 0, 0, 0, 171, 187, 198, 36, 140, 31, 0, 0, 3, 0, 10, 0, 11, 0, 0, 0, 91, 122, 237, 71, 181, 61, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 10, 0, 11, 0, 0, 0, 148, 191, 53, 32, 53, 32, 0, 0, 3, 0, 10, 0, 11, 0, 0, 0, 70, 191, 144, 32, 39, 32, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 11, 0, 10, 0, 0, 0, 113, 127, 70, 64, 70, 64, 0, 0, 3, 0, 10, 0, 11, 0, 0, 0, 9, 127, 226, 64, 18, 64, 0, 0, 3, 0, 11, 0, 10, 0, 0, 0, 13, 189, 40, 35, 200, 31, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 11, 0, 10, 0, 0, 0, 34, 124, 65, 69, 155, 62, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 11, 0, 10, 0, 0, 0, 8, 187, 197, 36, 48, 32, 0, 0, 3, 0, 11, 0, 10, 0, 0, 0, 140, 121, 176, 71, 194, 62, 0, 0, 3, 0, 10, 0, 11, 0, 0, 0, 148, 191, 53, 32, 53, 32, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 10, 0, 11, 0, 0, 0, 113, 127, 70, 64, 70, 64, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 8, 0, 9, 0, 0, 0, 68, 189, 232, 34, 209, 31, 0, 0, 3, 0, 8, 0, 9, 0, 0, 0, 222, 183, 169, 40, 118, 31, 0, 0, 3, 0, 8, 0, 9, 0, 0, 0, 105, 124, 214, 68, 191, 62, 0, 0, 3, 0, 8, 0, 9, 0, 0, 0, 154, 117, 5, 78, 95, 60, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 8, 0, 9, 0, 0, 0, 171, 187, 198, 36, 140, 31, 0, 0, 3, 0, 8, 0, 9, 0, 0, 0, 91, 122, 237, 71, 181, 61, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 8, 0, 9, 0, 0, 0, 70, 191, 144, 32, 39, 32, 0, 0, 3, 0, 8, 0, 9, 0, 0, 0, 148, 191, 53, 32, 53, 32, 0, 0, 3, 0, 8, 0, 9, 0, 0, 0, 9, 127, 226, 64, 18, 64, 0, 0, 3, 0, 9, 0, 8, 0, 0, 0, 113, 127, 70, 64, 70, 64, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 9, 0, 8, 0, 0, 0, 13, 189, 40, 35, 200, 31, 0, 0, 3, 0, 9, 0, 8, 0, 0, 0, 34, 124, 65, 69, 155, 62, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 9, 0, 8, 0, 0, 0, 8, 187, 197, 36, 48, 32, 0, 0, 3, 0, 9, 0, 8, 0, 0, 0, 140, 121, 176, 71, 194, 62, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 3, 0, 8, 0, 9, 0, 0, 0, 148, 191, 53, 32, 53, 32, 0, 0, 3, 0, 8, 0, 9, 0, 0, 0, 113, 127, 70, 64, 70, 64, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 12, 0, 13, 0, 0, 0, 62, 171, 20, 57, 172, 27, 0, 0, 1, 0, 12, 0, 13, 0, 0, 0, 131, 170, 209, 56, 170, 28, 0, 0, 1, 0, 12, 0, 13, 0, 0, 0, 6, 103, 5, 103, 242, 49, 0, 0, 1, 0, 12, 0, 13, 0, 0, 0, 60, 102, 50, 102, 143, 51, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 12, 0, 13, 0, 0, 0, 146, 170, 217, 56, 146, 28, 0, 0, 1, 0, 12, 0, 13, 0, 0, 0, 213, 170, 241, 56, 55, 28, 0, 0, 1, 0, 12, 0, 13, 0, 0, 0, 76, 102, 73, 102, 104, 51, 0, 0, 1, 0, 12, 0, 13, 0, 0, 0, 149, 102, 149, 102, 212, 50, 0, 0, 1, 0, 12, 0, 0, 0, 0, 0, 255, 127, 255, 127, 0, 0, 0, 0, 12, 0, 1, 0, 13, 0, 0, 0, 137, 136, 117, 102, 0, 17, 0, 0, 12, 0, 1, 0, 13, 0, 0, 0, 79, 146, 59, 73, 116, 36, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 12, 0, 13, 0, 0, 0, 129, 170, 213, 56, 168, 28, 0, 0, 1, 0, 12, 0, 13, 0, 0, 0, 57, 102, 57, 102, 139, 51, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 12, 0, 13, 0, 0, 0, 158, 173, 173, 57, 179, 24, 0, 0, 1, 0, 12, 0, 13, 0, 0, 0, 161, 105, 71, 105, 21, 45, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 12, 0, 13, 0, 0, 0, 127, 170, 213, 56, 169, 28, 0, 0, 1, 0, 12, 0, 13, 0, 0, 0, 56, 102, 56, 102, 142, 51, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 15, 0, 16, 0, 0, 0, 131, 170, 209, 56, 170, 28, 0, 0, 1, 0, 15, 0, 16, 0, 0, 0, 62, 171, 20, 57, 172, 27, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 15, 0, 16, 0, 0, 0, 60, 102, 50, 102, 143, 51, 0, 0, 1, 0, 15, 0, 16, 0, 0, 0, 6, 103, 5, 103, 242, 49, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 15, 0, 16, 0, 0, 0, 213, 170, 241, 56, 55, 28, 0, 0, 1, 0, 15, 0, 16, 0, 0, 0, 146, 170, 217, 56, 146, 28, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 15, 0, 16, 0, 0, 0, 149, 102, 149, 102, 212, 50, 0, 0, 1, 0, 15, 0, 16, 0, 0, 0, 76, 102, 73, 102, 104, 51, 0, 0, 1, 0, 15, 0, 0, 0, 0, 0, 255, 127, 255, 127, 0, 0, 0, 0, 15, 0, 1, 0, 16, 0, 0, 0, 137, 136, 117, 102, 0, 17, 0, 0, 15, 0, 1, 0, 16, 0, 0, 0, 79, 146, 59, 73, 116, 36, 0, 0, 1, 0, 15, 0, 16, 0, 0, 0, 129, 170, 213, 56, 168, 28, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 15, 0, 16, 0, 0, 0, 57, 102, 57, 102, 139, 51, 0, 0, 1, 0, 15, 0, 16, 0, 0, 0, 158, 173, 173, 57, 179, 24, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 15, 0, 16, 0, 0, 0, 161, 105, 71, 105, 21, 45, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 255, 255, 0, 0, 0, 0, 0, 0, 1, 0, 15, 0, 16, 0, 0, 0, 127, 170, 213, 56, 169, 28, 0, 0, 1, 0, 15, 0, 16, 0, 0, 0, 56, 102, 56, 102, 142, 51, 0, 0), +"vertex_count": 625, +"vertex_data": PackedByteArray(0, 32, 108, 62, 0, 32, 205, 64, 0, 0, 97, 63, 215, 130, 158, 180, 0, 0, 65, 63, 0, 160, 215, 64, 0, 0, 13, 63, 215, 156, 70, 177, 0, 0, 65, 63, 0, 0, 218, 64, 0, 0, 13, 63, 68, 190, 107, 66, 0, 32, 108, 62, 0, 128, 207, 64, 0, 0, 97, 63, 1, 158, 250, 67, 0, 96, 88, 63, 0, 128, 219, 64, 0, 32, 211, 61, 111, 193, 143, 190, 0, 96, 88, 63, 0, 192, 221, 64, 0, 32, 211, 61, 111, 193, 111, 65, 0, 0, 65, 63, 0, 160, 215, 64, 0, 160, 176, 190, 184, 206, 38, 227, 0, 0, 65, 63, 0, 0, 218, 64, 0, 160, 176, 190, 107, 194, 68, 62, 0, 0, 0, 0, 0, 128, 203, 64, 0, 0, 120, 63, 255, 127, 174, 183, 0, 160, 131, 62, 0, 128, 203, 64, 0, 0, 120, 63, 39, 125, 232, 179, 0, 0, 0, 0, 0, 32, 205, 64, 0, 0, 97, 63, 255, 127, 225, 174, 0, 0, 0, 0, 0, 128, 203, 64, 0, 64, 67, 191, 80, 200, 255, 255, 0, 0, 0, 0, 0, 32, 205, 64, 0, 64, 44, 191, 28, 209, 255, 255, 0, 32, 108, 62, 0, 32, 205, 64, 0, 64, 44, 191, 95, 203, 38, 253, 0, 160, 131, 62, 0, 128, 203, 64, 0, 64, 67, 191, 233, 51, 38, 253, 0, 32, 108, 62, 0, 128, 207, 64, 0, 64, 44, 191, 67, 196, 221, 29, 0, 96, 133, 62, 0, 160, 206, 64, 0, 64, 70, 191, 137, 197, 58, 25, 0, 32, 90, 63, 0, 128, 218, 64, 0, 160, 206, 190, 145, 214, 250, 59, 0, 0, 0, 0, 0, 128, 207, 64, 0, 64, 44, 191, 174, 183, 0, 0, 0, 0, 0, 0, 0, 128, 207, 64, 0, 0, 97, 63, 255, 127, 174, 55, 0, 160, 116, 63, 0, 224, 222, 64, 0, 32, 211, 61, 219, 209, 219, 81, 0, 32, 90, 63, 0, 128, 218, 64, 0, 0, 28, 63, 250, 187, 145, 86, 0, 96, 133, 62, 0, 160, 206, 64, 0, 0, 123, 63, 58, 153, 137, 69, 0, 0, 0, 0, 0, 160, 206, 64, 0, 64, 70, 191, 174, 183, 0, 0, 0, 0, 0, 0, 0, 160, 206, 64, 0, 0, 123, 63, 255, 127, 174, 55, 0, 192, 19, 62, 0, 0, 148, 64, 0, 0, 137, 190, 127, 231, 125, 201, 0, 0, 105, 62, 0, 224, 145, 64, 0, 96, 25, 190, 255, 253, 255, 128, 0, 0, 108, 62, 0, 96, 145, 64, 0, 96, 40, 190, 159, 193, 33, 174, 0, 192, 20, 62, 0, 160, 147, 64, 0, 32, 146, 190, 161, 185, 109, 210, 0, 0, 0, 0, 0, 64, 149, 64, 0, 192, 167, 190, 21, 211, 255, 255, 0, 0, 0, 0, 0, 224, 148, 64, 0, 160, 177, 190, 104, 146, 255, 255, 0, 192, 43, 62, 0, 160, 143, 64, 0, 96, 76, 188, 248, 192, 103, 112, 0, 224, 45, 62, 0, 32, 143, 64, 0, 224, 199, 188, 215, 185, 255, 151, 0, 32, 25, 64, 0, 192, 45, 64, 0, 160, 145, 190, 60, 15, 47, 236, 0, 64, 14, 64, 0, 128, 33, 64, 0, 192, 61, 190, 75, 14, 7, 50, 0, 160, 14, 64, 0, 192, 36, 64, 0, 192, 26, 190, 215, 4, 226, 60, 0, 224, 23, 64, 0, 64, 47, 64, 0, 96, 113, 190, 203, 19, 7, 221, 0, 96, 84, 63, 0, 32, 202, 62, 0, 224, 68, 62, 149, 186, 112, 111, 0, 32, 10, 63, 0, 64, 8, 63, 0, 0, 164, 62, 215, 128, 188, 150, 0, 96, 9, 63, 0, 96, 1, 63, 0, 32, 235, 62, 149, 84, 63, 255, 0, 192, 82, 63, 0, 192, 175, 62, 0, 96, 153, 62, 93, 198, 14, 225, 0, 224, 128, 62, 0, 160, 201, 62, 0, 224, 78, 62, 255, 63, 227, 125, 0, 128, 123, 62, 0, 64, 175, 62, 0, 96, 158, 62, 87, 60, 233, 224, 0, 160, 23, 64, 0, 64, 73, 64, 0, 128, 56, 190, 182, 249, 205, 95, 0, 0, 25, 64, 0, 160, 79, 64, 0, 32, 144, 61, 189, 229, 170, 138, 0, 192, 32, 64, 0, 128, 70, 64, 0, 96, 251, 61, 200, 112, 240, 247, 0, 128, 31, 64, 0, 64, 64, 64, 0, 64, 0, 190, 70, 61, 222, 249, 0, 160, 1, 64, 0, 160, 45, 64, 0, 192, 82, 62, 53, 138, 130, 56, 0, 64, 1, 64, 0, 0, 41, 64, 0, 96, 146, 189, 84, 149, 167, 13, 0, 96, 9, 64, 0, 96, 32, 64, 0, 160, 145, 188, 203, 10, 18, 94, 0, 192, 9, 64, 0, 224, 36, 64, 0, 128, 131, 62, 204, 31, 150, 129, 0, 32, 74, 62, 0, 32, 152, 64, 0, 96, 160, 60, 82, 191, 233, 119, 0, 96, 89, 62, 0, 64, 156, 64, 0, 224, 17, 61, 122, 169, 56, 78, 0, 0, 0, 0, 0, 128, 155, 64, 0, 32, 211, 61, 255, 127, 247, 58, 0, 0, 0, 0, 0, 64, 151, 64, 0, 128, 234, 61, 255, 127, 28, 123, 0, 128, 35, 64, 0, 64, 73, 64, 0, 224, 11, 62, 197, 144, 73, 246, 0, 32, 34, 64, 0, 224, 65, 64, 0, 160, 30, 190, 177, 192, 210, 251, 0, 224, 24, 64, 0, 96, 76, 64, 0, 160, 96, 190, 24, 246, 96, 175, 0, 64, 26, 64, 0, 224, 83, 64, 0, 32, 154, 61, 7, 210, 29, 159, 0, 128, 8, 64, 0, 192, 33, 64, 0, 64, 150, 62, 31, 49, 41, 114, 0, 128, 18, 64, 0, 64, 51, 64, 0, 96, 234, 62, 136, 79, 93, 150, 0, 96, 17, 64, 0, 128, 52, 64, 0, 128, 200, 62, 255, 71, 97, 151, 0, 128, 28, 64, 0, 192, 68, 64, 0, 192, 192, 62, 204, 108, 70, 193, 0, 192, 26, 64, 0, 192, 66, 64, 0, 192, 167, 62, 170, 97, 59, 186, 0, 32, 254, 63, 0, 224, 43, 64, 0, 96, 111, 62, 39, 125, 119, 55, 0, 32, 253, 63, 0, 128, 38, 64, 0, 224, 186, 189, 6, 116, 154, 4, 0, 0, 8, 64, 0, 96, 28, 64, 0, 32, 231, 188, 132, 28, 241, 74, 0, 224, 15, 64, 0, 32, 56, 64, 0, 64, 179, 190, 217, 223, 8, 47, 0, 0, 16, 64, 0, 0, 56, 64, 0, 64, 149, 190, 25, 223, 6, 55, 0, 192, 4, 64, 0, 192, 43, 64, 0, 224, 127, 190, 196, 189, 3, 21, 0, 128, 6, 64, 0, 128, 45, 64, 0, 32, 83, 190, 158, 192, 245, 27, 0, 64, 19, 64, 0, 96, 79, 64, 0, 128, 162, 62, 14, 178, 189, 145, 0, 224, 18, 64, 0, 192, 75, 64, 0, 224, 141, 62, 162, 203, 255, 127, 0, 32, 9, 64, 0, 160, 61, 64, 0, 128, 204, 62, 236, 152, 185, 101, 0, 64, 9, 64, 0, 96, 61, 64, 0, 32, 175, 62, 21, 166, 38, 101, 0, 96, 168, 63, 0, 96, 89, 64, 0, 160, 80, 190, 167, 63, 128, 59, 0, 192, 173, 63, 0, 192, 91, 64, 0, 224, 150, 190, 231, 27, 127, 45, 0, 64, 197, 63, 0, 128, 82, 64, 0, 192, 190, 190, 207, 22, 141, 40, 0, 0, 190, 63, 0, 224, 79, 64, 0, 0, 147, 190, 39, 40, 160, 64, 0, 64, 13, 63, 0, 64, 42, 63, 0, 64, 205, 62, 255, 127, 50, 115, 0, 160, 29, 62, 0, 32, 226, 62, 0, 224, 72, 62, 236, 74, 4, 108, 0, 192, 113, 63, 0, 224, 226, 62, 0, 64, 59, 62, 15, 191, 69, 104, 0, 96, 197, 61, 0, 0, 137, 58, 0, 128, 73, 190, 159, 62, 225, 70, 0, 0, 73, 62, 0, 0, 137, 58, 0, 64, 52, 190, 231, 107, 243, 37, 0, 192, 85, 63, 0, 0, 137, 58, 0, 64, 82, 190, 177, 197, 80, 60, 0, 128, 60, 63, 0, 0, 137, 58, 0, 192, 58, 190, 216, 146, 105, 31, 0, 224, 222, 61, 0, 0, 137, 58, 0, 0, 36, 61, 69, 23, 182, 202, 0, 224, 91, 63, 0, 0, 137, 58, 0, 64, 0, 61, 199, 244, 157, 196, 0, 64, 80, 61, 0, 0, 137, 58, 0, 0, 37, 61, 196, 22, 196, 54, 0, 96, 84, 62, 0, 0, 197, 62, 0, 160, 179, 62, 129, 57, 195, 207, 0, 192, 95, 63, 0, 160, 197, 62, 0, 224, 173, 62, 73, 206, 19, 200, 0, 128, 106, 63, 0, 0, 137, 58, 0, 160, 247, 60, 101, 230, 94, 49, 0, 0, 11, 63, 0, 192, 18, 63, 0, 0, 6, 63, 70, 138, 15, 255, 0, 96, 34, 62, 0, 192, 56, 64, 0, 224, 7, 190, 239, 250, 241, 41, 0, 192, 120, 62, 0, 160, 52, 64, 0, 96, 65, 189, 53, 250, 183, 81, 0, 0, 106, 62, 0, 224, 40, 64, 0, 160, 72, 189, 219, 231, 57, 168, 0, 192, 24, 62, 0, 32, 45, 64, 0, 96, 0, 190, 217, 223, 39, 210, 0, 96, 119, 62, 0, 192, 149, 64, 0, 0, 14, 190, 66, 245, 102, 102, 0, 32, 34, 62, 0, 128, 151, 64, 0, 192, 133, 190, 144, 254, 198, 55, 0, 0, 0, 0, 0, 128, 152, 64, 0, 192, 165, 190, 255, 253, 255, 255, 0, 0, 59, 62, 0, 224, 147, 64, 0, 192, 104, 59, 102, 195, 211, 119, 0, 0, 0, 0, 0, 224, 142, 64, 0, 160, 12, 62, 255, 127, 25, 100, 0, 0, 0, 0, 0, 96, 142, 64, 0, 128, 3, 62, 255, 127, 133, 142, 0, 192, 204, 63, 0, 128, 187, 64, 0, 32, 103, 63, 0, 0, 255, 127, 0, 192, 204, 63, 0, 192, 174, 64, 0, 192, 75, 63, 0, 0, 255, 127, 0, 192, 204, 63, 0, 96, 173, 64, 0, 96, 93, 63, 0, 0, 255, 127, 0, 192, 204, 63, 0, 128, 187, 64, 0, 160, 123, 63, 0, 0, 255, 127, 0, 192, 204, 63, 0, 96, 165, 64, 0, 192, 0, 63, 0, 0, 255, 127, 0, 192, 204, 63, 0, 32, 163, 64, 0, 0, 11, 63, 0, 0, 255, 127, 0, 192, 204, 63, 0, 224, 161, 64, 0, 32, 211, 61, 0, 0, 255, 127, 0, 192, 204, 63, 0, 96, 159, 64, 0, 32, 211, 61, 0, 0, 255, 127, 0, 192, 204, 63, 0, 192, 174, 64, 0, 224, 22, 191, 0, 0, 255, 127, 0, 192, 204, 63, 0, 96, 173, 64, 0, 160, 40, 191, 0, 0, 255, 127, 0, 192, 204, 63, 0, 32, 163, 64, 0, 96, 172, 190, 0, 0, 255, 127, 0, 192, 204, 63, 0, 96, 165, 64, 0, 0, 152, 190, 0, 0, 255, 127, 0, 192, 204, 63, 0, 128, 187, 64, 0, 96, 50, 191, 0, 0, 255, 127, 0, 192, 204, 63, 0, 128, 187, 64, 0, 224, 70, 191, 0, 0, 255, 127, 0, 192, 204, 63, 0, 64, 200, 64, 0, 224, 22, 191, 0, 0, 255, 127, 0, 192, 204, 63, 0, 160, 201, 64, 0, 160, 40, 191, 0, 0, 255, 127, 0, 192, 204, 63, 0, 160, 209, 64, 0, 0, 152, 190, 0, 0, 255, 127, 0, 192, 204, 63, 0, 224, 211, 64, 0, 96, 172, 190, 0, 0, 255, 127, 0, 192, 147, 63, 0, 128, 203, 64, 0, 0, 120, 63, 16, 113, 221, 157, 0, 128, 47, 63, 0, 128, 203, 64, 0, 0, 120, 63, 238, 142, 221, 157, 0, 224, 67, 63, 0, 160, 199, 64, 0, 64, 93, 63, 253, 156, 187, 111, 0, 128, 137, 63, 0, 160, 199, 64, 0, 64, 93, 63, 1, 99, 187, 111, 0, 128, 154, 63, 0, 128, 195, 64, 0, 128, 132, 63, 44, 94, 228, 147, 0, 0, 142, 63, 0, 96, 194, 64, 0, 128, 104, 63, 130, 87, 72, 146, 0, 64, 2, 64, 0, 32, 181, 64, 0, 224, 229, 62, 56, 231, 234, 118, 0, 64, 2, 64, 0, 96, 176, 64, 0, 0, 155, 62, 56, 231, 78, 112, 0, 160, 243, 63, 0, 128, 187, 64, 0, 32, 211, 61, 255, 255, 255, 127, 0, 64, 2, 64, 0, 192, 174, 64, 0, 32, 211, 61, 215, 236, 215, 108, 0, 64, 2, 64, 0, 160, 198, 64, 0, 0, 155, 62, 56, 231, 176, 143, 0, 64, 2, 64, 0, 224, 193, 64, 0, 224, 229, 62, 56, 231, 20, 137, 0, 64, 2, 64, 0, 96, 176, 64, 0, 224, 197, 189, 78, 240, 57, 103, 0, 64, 2, 64, 0, 32, 181, 64, 0, 160, 120, 190, 233, 246, 57, 103, 0, 64, 2, 64, 0, 128, 187, 64, 0, 192, 151, 190, 255, 255, 39, 147, 0, 0, 0, 0, 0, 0, 173, 64, 0, 32, 96, 63, 255, 127, 98, 81, 0, 0, 0, 0, 0, 0, 169, 64, 0, 96, 64, 63, 255, 127, 119, 119, 0, 160, 131, 62, 0, 0, 169, 64, 0, 192, 64, 63, 91, 96, 198, 115, 0, 160, 131, 62, 0, 0, 173, 64, 0, 32, 96, 63, 35, 90, 242, 94, 0, 160, 178, 63, 0, 192, 159, 64, 0, 96, 26, 63, 255, 255, 255, 127, 0, 160, 178, 63, 0, 128, 155, 64, 0, 32, 211, 61, 255, 255, 255, 127, 0, 160, 178, 63, 0, 224, 161, 64, 0, 32, 211, 61, 255, 255, 255, 127, 0, 160, 178, 63, 0, 96, 165, 64, 0, 192, 0, 63, 255, 255, 255, 127, 0, 160, 178, 63, 0, 128, 219, 64, 0, 32, 211, 61, 255, 255, 255, 127, 0, 160, 178, 63, 0, 64, 215, 64, 0, 96, 26, 63, 255, 255, 255, 127, 0, 160, 178, 63, 0, 160, 209, 64, 0, 192, 0, 63, 255, 255, 255, 127, 0, 160, 178, 63, 0, 32, 213, 64, 0, 32, 211, 61, 255, 255, 255, 127, 0, 160, 178, 63, 0, 128, 203, 64, 0, 0, 120, 63, 255, 255, 255, 127, 0, 160, 178, 63, 0, 64, 200, 64, 0, 192, 75, 63, 255, 255, 255, 127, 0, 160, 178, 63, 0, 128, 187, 64, 0, 32, 141, 63, 255, 255, 255, 127, 0, 160, 178, 63, 0, 128, 187, 64, 0, 32, 103, 63, 255, 255, 255, 127, 0, 160, 178, 63, 0, 128, 171, 64, 0, 0, 120, 63, 255, 255, 255, 127, 0, 160, 178, 63, 0, 192, 174, 64, 0, 192, 75, 63, 255, 255, 255, 127, 0, 192, 204, 63, 0, 32, 213, 64, 0, 32, 211, 61, 0, 0, 255, 127, 0, 192, 204, 63, 0, 160, 209, 64, 0, 192, 0, 63, 0, 0, 255, 127, 0, 192, 204, 63, 0, 224, 211, 64, 0, 0, 11, 63, 0, 0, 255, 127, 0, 192, 204, 63, 0, 160, 215, 64, 0, 32, 211, 61, 0, 0, 255, 127, 0, 192, 204, 63, 0, 64, 200, 64, 0, 192, 75, 63, 0, 0, 255, 127, 0, 192, 204, 63, 0, 160, 201, 64, 0, 96, 93, 63, 0, 0, 255, 127, 0, 160, 178, 63, 0, 128, 171, 64, 0, 64, 67, 191, 255, 255, 255, 127, 0, 160, 178, 63, 0, 192, 174, 64, 0, 224, 22, 191, 255, 255, 255, 127, 0, 160, 178, 63, 0, 96, 165, 64, 0, 0, 152, 190, 255, 255, 255, 127, 0, 160, 178, 63, 0, 192, 159, 64, 0, 32, 203, 190, 255, 255, 255, 127, 0, 160, 178, 63, 0, 128, 187, 64, 0, 128, 101, 191, 255, 255, 255, 127, 0, 160, 178, 63, 0, 128, 187, 64, 0, 96, 50, 191, 255, 255, 255, 127, 0, 160, 178, 63, 0, 128, 203, 64, 0, 64, 67, 191, 255, 255, 255, 127, 0, 160, 178, 63, 0, 64, 200, 64, 0, 224, 22, 191, 255, 255, 255, 127, 0, 160, 178, 63, 0, 64, 215, 64, 0, 32, 203, 190, 255, 255, 255, 127, 0, 160, 178, 63, 0, 160, 209, 64, 0, 0, 152, 190, 255, 255, 255, 127, 0, 0, 59, 63, 0, 96, 194, 64, 0, 128, 104, 63, 255, 127, 152, 154, 0, 224, 67, 63, 0, 32, 189, 64, 0, 224, 115, 63, 255, 127, 152, 154, 0, 128, 137, 63, 0, 32, 189, 64, 0, 224, 115, 63, 255, 127, 152, 154, 0, 0, 142, 63, 0, 96, 194, 64, 0, 128, 104, 63, 255, 127, 152, 154, 0, 224, 67, 63, 0, 160, 199, 64, 0, 64, 93, 63, 255, 127, 152, 154, 0, 128, 137, 63, 0, 160, 199, 64, 0, 64, 93, 63, 255, 127, 152, 154, 0, 128, 47, 63, 0, 128, 187, 64, 0, 32, 141, 63, 73, 144, 73, 144, 0, 192, 147, 63, 0, 128, 187, 64, 0, 32, 141, 63, 181, 111, 73, 144, 0, 128, 137, 63, 0, 32, 189, 64, 0, 224, 115, 63, 2, 103, 38, 176, 0, 224, 67, 63, 0, 32, 189, 64, 0, 224, 115, 63, 252, 152, 38, 176, 0, 32, 34, 63, 0, 128, 195, 64, 0, 128, 132, 63, 210, 161, 228, 147, 0, 0, 59, 63, 0, 96, 194, 64, 0, 128, 104, 63, 124, 168, 72, 146, 0, 160, 178, 63, 0, 32, 213, 64, 0, 32, 211, 61, 191, 197, 62, 186, 0, 160, 178, 63, 0, 160, 209, 64, 0, 192, 0, 63, 250, 187, 72, 171, 0, 192, 204, 63, 0, 160, 209, 64, 0, 192, 0, 63, 4, 68, 72, 171, 0, 192, 204, 63, 0, 32, 213, 64, 0, 32, 211, 61, 63, 58, 62, 186, 0, 160, 178, 63, 0, 64, 200, 64, 0, 192, 75, 63, 250, 187, 187, 152, 0, 192, 204, 63, 0, 64, 200, 64, 0, 192, 75, 63, 4, 68, 187, 152, 0, 160, 178, 63, 0, 128, 187, 64, 0, 32, 103, 63, 36, 198, 255, 127, 0, 192, 204, 63, 0, 128, 187, 64, 0, 32, 103, 63, 63, 58, 255, 127, 0, 160, 178, 63, 0, 192, 174, 64, 0, 192, 75, 63, 250, 187, 67, 103, 0, 192, 204, 63, 0, 192, 174, 64, 0, 192, 75, 63, 4, 68, 67, 103, 0, 160, 178, 63, 0, 96, 165, 64, 0, 192, 0, 63, 250, 187, 182, 84, 0, 192, 204, 63, 0, 96, 165, 64, 0, 192, 0, 63, 4, 68, 182, 84, 0, 160, 178, 63, 0, 224, 161, 64, 0, 32, 211, 61, 36, 198, 37, 70, 0, 192, 204, 63, 0, 224, 161, 64, 0, 32, 211, 61, 63, 58, 192, 69, 0, 160, 178, 63, 0, 192, 174, 64, 0, 224, 22, 191, 67, 231, 250, 59, 0, 192, 204, 63, 0, 192, 174, 64, 0, 224, 22, 191, 187, 24, 250, 59, 0, 192, 204, 63, 0, 96, 165, 64, 0, 0, 152, 190, 72, 43, 250, 59, 0, 160, 178, 63, 0, 96, 165, 64, 0, 0, 152, 190, 182, 212, 250, 59, 0, 160, 178, 63, 0, 128, 187, 64, 0, 96, 50, 191, 255, 255, 62, 186, 0, 192, 204, 63, 0, 128, 187, 64, 0, 96, 50, 191, 0, 0, 62, 186, 0, 160, 178, 63, 0, 64, 200, 64, 0, 224, 22, 191, 67, 231, 4, 196, 0, 192, 204, 63, 0, 64, 200, 64, 0, 224, 22, 191, 187, 24, 4, 196, 0, 160, 178, 63, 0, 160, 209, 64, 0, 0, 152, 190, 182, 212, 4, 196, 0, 192, 204, 63, 0, 160, 209, 64, 0, 0, 152, 190, 72, 43, 4, 196, 0, 64, 2, 64, 0, 128, 187, 64, 0, 160, 0, 63, 215, 236, 255, 127, 0, 64, 2, 64, 0, 64, 200, 64, 0, 32, 211, 61, 215, 236, 39, 147, 0, 64, 2, 64, 0, 224, 193, 64, 0, 160, 120, 190, 233, 246, 197, 152, 0, 64, 2, 64, 0, 160, 198, 64, 0, 224, 197, 189, 78, 240, 197, 152, 0, 0, 0, 0, 0, 224, 175, 64, 0, 96, 102, 63, 255, 127, 73, 49, 0, 160, 131, 62, 0, 224, 175, 64, 0, 96, 102, 63, 112, 100, 52, 69, 0, 32, 129, 62, 0, 0, 145, 64, 0, 64, 68, 190, 110, 150, 228, 201, 0, 224, 28, 62, 0, 160, 147, 64, 0, 64, 172, 190, 186, 143, 96, 212, 0, 0, 0, 0, 0, 32, 149, 64, 0, 224, 209, 190, 255, 127, 154, 222, 0, 192, 74, 62, 0, 64, 142, 64, 0, 160, 49, 187, 239, 147, 45, 196, 0, 0, 0, 0, 0, 128, 42, 64, 0, 128, 80, 62, 255, 127, 172, 112, 0, 0, 0, 0, 0, 64, 30, 64, 0, 96, 53, 62, 255, 127, 163, 135, 0, 128, 210, 61, 0, 160, 30, 64, 0, 32, 52, 62, 121, 158, 23, 134, 0, 0, 224, 61, 0, 224, 42, 64, 0, 192, 78, 62, 163, 159, 198, 115, 0, 160, 128, 62, 0, 224, 47, 64, 0, 32, 147, 61, 108, 219, 218, 118, 0, 32, 114, 62, 0, 224, 35, 64, 0, 128, 111, 61, 204, 204, 17, 139, 0, 96, 57, 62, 0, 32, 45, 64, 0, 160, 21, 62, 84, 187, 170, 118, 0, 96, 46, 62, 0, 0, 33, 64, 0, 160, 0, 62, 71, 185, 211, 130, 0, 0, 0, 0, 0, 192, 58, 64, 0, 32, 40, 190, 45, 250, 0, 0, 0, 0, 0, 0, 0, 32, 47, 64, 0, 160, 28, 190, 249, 205, 255, 255, 0, 64, 173, 63, 0, 224, 92, 64, 0, 160, 120, 189, 188, 105, 196, 79, 0, 32, 192, 63, 0, 0, 83, 64, 0, 64, 7, 190, 39, 69, 69, 98, 0, 192, 211, 62, 0, 128, 227, 63, 0, 192, 58, 62, 70, 125, 26, 117, 0, 192, 154, 62, 0, 64, 217, 63, 0, 0, 199, 61, 76, 70, 12, 118, 0, 160, 159, 62, 0, 224, 197, 63, 0, 64, 166, 61, 159, 62, 128, 133, 0, 224, 217, 62, 0, 32, 208, 63, 0, 128, 42, 62, 82, 100, 94, 147, 0, 96, 250, 62, 0, 192, 248, 63, 0, 160, 69, 189, 238, 243, 77, 186, 0, 224, 10, 63, 0, 192, 239, 63, 0, 32, 230, 61, 147, 215, 125, 132, 0, 160, 14, 63, 0, 96, 220, 63, 0, 128, 197, 61, 198, 161, 8, 173, 0, 128, 1, 63, 0, 96, 229, 63, 0, 128, 131, 189, 8, 205, 236, 213, 0, 192, 201, 62, 0, 128, 238, 63, 0, 192, 13, 190, 108, 244, 230, 224, 0, 64, 209, 62, 0, 32, 219, 63, 0, 32, 30, 190, 77, 47, 10, 249, 0, 192, 104, 62, 0, 224, 212, 63, 0, 128, 96, 188, 39, 19, 231, 121, 0, 160, 113, 62, 0, 128, 193, 63, 0, 224, 242, 188, 39, 33, 165, 142, 0, 160, 196, 61, 0, 64, 141, 64, 0, 64, 192, 61, 214, 147, 234, 193, 0, 32, 194, 63, 0, 128, 108, 64, 0, 64, 159, 190, 142, 210, 111, 237, 0, 0, 198, 63, 0, 0, 113, 64, 0, 192, 43, 190, 238, 189, 65, 200, 0, 96, 219, 63, 0, 224, 103, 64, 0, 192, 75, 190, 117, 168, 78, 227, 0, 32, 218, 63, 0, 160, 99, 64, 0, 32, 181, 190, 108, 207, 54, 242, 0, 32, 183, 63, 0, 64, 97, 64, 0, 192, 181, 190, 189, 4, 87, 228, 0, 224, 207, 63, 0, 96, 88, 64, 0, 0, 215, 190, 135, 7, 67, 239, 0, 192, 183, 63, 0, 160, 102, 64, 0, 192, 58, 59, 215, 145, 66, 113, 0, 160, 201, 63, 0, 192, 92, 64, 0, 0, 67, 189, 134, 89, 111, 132, 0, 160, 193, 63, 0, 0, 111, 64, 0, 160, 28, 189, 169, 171, 25, 159, 0, 128, 212, 63, 0, 96, 101, 64, 0, 64, 148, 189, 203, 130, 165, 191, 0, 96, 130, 62, 0, 32, 218, 63, 0, 128, 163, 189, 0, 0, 218, 167, 0, 96, 131, 62, 0, 160, 199, 63, 0, 32, 196, 189, 160, 14, 245, 168, 0, 192, 147, 62, 0, 32, 227, 63, 0, 32, 28, 190, 160, 5, 224, 208, 0, 224, 153, 62, 0, 192, 207, 63, 0, 128, 44, 190, 76, 27, 47, 200, 0, 0, 0, 0, 0, 64, 141, 64, 0, 224, 20, 62, 255, 127, 191, 197, 0, 64, 87, 63, 0, 64, 215, 64, 0, 96, 26, 63, 22, 125, 69, 207, 0, 64, 87, 63, 0, 64, 215, 64, 0, 32, 203, 190, 69, 79, 22, 253, 0, 96, 113, 63, 0, 128, 219, 64, 0, 32, 211, 61, 255, 127, 255, 255, 0, 32, 108, 190, 0, 32, 205, 64, 0, 0, 97, 63, 39, 125, 158, 180, 0, 32, 108, 190, 0, 128, 207, 64, 0, 0, 97, 63, 253, 97, 250, 67, 0, 0, 65, 191, 0, 0, 218, 64, 0, 0, 13, 63, 186, 65, 107, 66, 0, 0, 65, 191, 0, 160, 215, 64, 0, 0, 13, 63, 39, 99, 70, 177, 0, 96, 88, 191, 0, 192, 221, 64, 0, 32, 211, 61, 143, 62, 111, 65, 0, 96, 88, 191, 0, 128, 219, 64, 0, 32, 211, 61, 143, 62, 143, 190, 0, 0, 65, 191, 0, 160, 215, 64, 0, 160, 176, 190, 70, 49, 38, 227, 0, 0, 65, 191, 0, 0, 218, 64, 0, 160, 176, 190, 147, 61, 68, 62, 0, 160, 131, 190, 0, 128, 203, 64, 0, 0, 120, 63, 215, 130, 232, 179, 0, 160, 131, 190, 0, 128, 203, 64, 0, 64, 67, 191, 21, 204, 38, 253, 0, 32, 108, 190, 0, 32, 205, 64, 0, 64, 44, 191, 159, 52, 38, 253, 0, 32, 108, 190, 0, 128, 207, 64, 0, 64, 44, 191, 187, 59, 221, 29, 0, 32, 90, 191, 0, 128, 218, 64, 0, 160, 206, 190, 58, 41, 176, 59, 0, 96, 133, 190, 0, 160, 206, 64, 0, 64, 70, 191, 190, 58, 187, 24, 0, 32, 90, 191, 0, 128, 218, 64, 0, 0, 28, 63, 4, 68, 145, 86, 0, 160, 116, 191, 0, 224, 222, 64, 0, 32, 211, 61, 35, 46, 219, 81, 0, 96, 133, 190, 0, 160, 206, 64, 0, 0, 123, 63, 67, 103, 65, 69, 0, 192, 19, 190, 0, 0, 148, 64, 0, 0, 137, 190, 127, 24, 125, 201, 0, 192, 20, 190, 0, 160, 147, 64, 0, 32, 146, 190, 93, 70, 109, 210, 0, 0, 108, 190, 0, 96, 145, 64, 0, 96, 40, 190, 95, 62, 33, 174, 0, 0, 105, 190, 0, 224, 145, 64, 0, 96, 25, 190, 255, 1, 255, 128, 0, 224, 45, 190, 0, 32, 143, 64, 0, 224, 199, 188, 39, 70, 255, 151, 0, 192, 43, 190, 0, 160, 143, 64, 0, 96, 76, 188, 6, 63, 103, 112, 0, 32, 25, 192, 0, 192, 45, 64, 0, 160, 145, 190, 194, 240, 47, 236, 0, 224, 23, 192, 0, 64, 47, 64, 0, 96, 113, 190, 195, 236, 216, 220, 0, 160, 14, 192, 0, 192, 36, 64, 0, 192, 26, 190, 39, 251, 226, 60, 0, 64, 14, 192, 0, 128, 33, 64, 0, 192, 61, 190, 179, 241, 7, 50, 0, 96, 84, 191, 0, 32, 202, 62, 0, 224, 68, 62, 105, 69, 112, 111, 0, 192, 82, 191, 0, 192, 175, 62, 0, 96, 153, 62, 161, 57, 14, 225, 0, 96, 9, 191, 0, 96, 1, 63, 0, 32, 235, 62, 105, 171, 63, 255, 0, 32, 10, 191, 0, 64, 8, 63, 0, 0, 164, 62, 39, 127, 188, 150, 0, 128, 123, 190, 0, 64, 175, 62, 0, 96, 158, 62, 167, 195, 233, 224, 0, 224, 128, 190, 0, 160, 201, 62, 0, 224, 78, 62, 255, 191, 227, 125, 0, 160, 23, 192, 0, 64, 73, 64, 0, 128, 56, 190, 72, 6, 205, 95, 0, 128, 31, 192, 0, 64, 64, 64, 0, 64, 0, 190, 184, 194, 222, 249, 0, 192, 32, 192, 0, 128, 70, 64, 0, 96, 251, 61, 54, 143, 240, 247, 0, 0, 25, 192, 0, 160, 79, 64, 0, 32, 144, 61, 65, 26, 170, 138, 0, 160, 1, 192, 0, 160, 45, 64, 0, 192, 82, 62, 201, 117, 130, 56, 0, 192, 9, 192, 0, 224, 36, 64, 0, 128, 131, 62, 50, 224, 150, 129, 0, 96, 9, 192, 0, 96, 32, 64, 0, 160, 145, 188, 51, 245, 18, 94, 0, 64, 1, 192, 0, 0, 41, 64, 0, 96, 146, 189, 170, 106, 167, 13, 0, 32, 74, 190, 0, 32, 152, 64, 0, 96, 160, 60, 172, 64, 233, 119, 0, 96, 89, 190, 0, 64, 156, 64, 0, 224, 17, 61, 132, 86, 56, 78, 0, 128, 35, 192, 0, 64, 73, 64, 0, 224, 11, 62, 57, 111, 73, 246, 0, 32, 34, 192, 0, 224, 65, 64, 0, 160, 30, 190, 77, 63, 210, 251, 0, 224, 24, 192, 0, 96, 76, 64, 0, 160, 96, 190, 230, 9, 96, 175, 0, 64, 26, 192, 0, 224, 83, 64, 0, 32, 154, 61, 247, 45, 29, 159, 0, 128, 8, 192, 0, 192, 33, 64, 0, 64, 150, 62, 77, 207, 21, 114, 0, 96, 17, 192, 0, 128, 52, 64, 0, 128, 200, 62, 255, 183, 97, 151, 0, 128, 18, 192, 0, 64, 51, 64, 0, 96, 234, 62, 118, 176, 93, 150, 0, 128, 28, 192, 0, 192, 68, 64, 0, 192, 192, 62, 50, 147, 70, 193, 0, 192, 26, 192, 0, 192, 66, 64, 0, 192, 167, 62, 84, 158, 59, 186, 0, 32, 254, 191, 0, 224, 43, 64, 0, 96, 111, 62, 215, 130, 119, 55, 0, 32, 253, 191, 0, 128, 38, 64, 0, 224, 186, 189, 248, 139, 154, 4, 0, 0, 8, 192, 0, 96, 28, 64, 0, 32, 231, 188, 122, 227, 241, 74, 0, 224, 15, 192, 0, 32, 56, 64, 0, 64, 179, 190, 37, 32, 8, 47, 0, 0, 16, 192, 0, 0, 56, 64, 0, 64, 149, 190, 229, 32, 6, 55, 0, 192, 4, 192, 0, 192, 43, 64, 0, 224, 127, 190, 58, 66, 3, 21, 0, 128, 6, 192, 0, 128, 45, 64, 0, 32, 83, 190, 96, 63, 245, 27, 0, 224, 18, 192, 0, 192, 75, 64, 0, 224, 141, 62, 92, 52, 255, 127, 0, 64, 19, 192, 0, 96, 79, 64, 0, 128, 162, 62, 83, 78, 212, 145, 0, 64, 9, 192, 0, 96, 61, 64, 0, 32, 175, 62, 233, 89, 38, 101, 0, 32, 9, 192, 0, 160, 61, 64, 0, 128, 204, 62, 18, 103, 185, 101, 0, 96, 168, 191, 0, 96, 89, 64, 0, 160, 80, 190, 87, 192, 128, 59, 0, 0, 190, 191, 0, 224, 79, 64, 0, 0, 147, 190, 164, 215, 241, 64, 0, 64, 197, 191, 0, 128, 82, 64, 0, 192, 190, 190, 76, 233, 252, 40, 0, 192, 173, 191, 0, 192, 91, 64, 0, 224, 150, 190, 23, 228, 127, 45, 0, 64, 13, 191, 0, 64, 42, 63, 0, 64, 205, 62, 231, 128, 73, 115, 0, 160, 29, 190, 0, 32, 226, 62, 0, 224, 72, 62, 18, 181, 4, 108, 0, 192, 113, 191, 0, 224, 226, 62, 0, 64, 59, 62, 239, 64, 69, 104, 0, 0, 73, 190, 0, 0, 137, 58, 0, 64, 52, 190, 23, 148, 243, 37, 0, 96, 197, 189, 0, 0, 137, 58, 0, 128, 73, 190, 95, 193, 225, 70, 0, 192, 85, 191, 0, 0, 137, 58, 0, 64, 82, 190, 77, 58, 80, 60, 0, 128, 60, 191, 0, 0, 137, 58, 0, 192, 58, 190, 38, 109, 105, 31, 0, 224, 222, 189, 0, 0, 137, 58, 0, 0, 36, 61, 156, 232, 117, 202, 0, 224, 91, 191, 0, 0, 137, 58, 0, 64, 0, 61, 55, 11, 157, 196, 0, 96, 84, 190, 0, 0, 197, 62, 0, 160, 179, 62, 125, 198, 195, 207, 0, 64, 80, 189, 0, 0, 137, 58, 0, 0, 37, 61, 58, 233, 196, 54, 0, 128, 106, 191, 0, 0, 137, 58, 0, 160, 247, 60, 153, 25, 94, 49, 0, 192, 95, 191, 0, 160, 197, 62, 0, 224, 173, 62, 181, 49, 19, 200, 0, 0, 11, 191, 0, 192, 18, 63, 0, 0, 6, 63, 184, 117, 15, 255, 0, 96, 34, 190, 0, 192, 56, 64, 0, 224, 7, 190, 23, 5, 116, 41, 0, 192, 24, 190, 0, 32, 45, 64, 0, 96, 0, 190, 37, 32, 39, 210, 0, 0, 106, 190, 0, 224, 40, 64, 0, 160, 72, 189, 35, 24, 57, 168, 0, 192, 120, 190, 0, 160, 52, 64, 0, 96, 65, 189, 201, 5, 183, 81, 0, 96, 119, 190, 0, 192, 149, 64, 0, 0, 14, 190, 188, 10, 102, 102, 0, 32, 34, 190, 0, 128, 151, 64, 0, 192, 133, 190, 110, 1, 198, 55, 0, 0, 59, 190, 0, 224, 147, 64, 0, 192, 104, 59, 152, 60, 211, 119, 0, 192, 204, 191, 0, 128, 187, 64, 0, 32, 103, 63, 255, 255, 255, 127, 0, 192, 204, 191, 0, 128, 187, 64, 0, 160, 123, 63, 255, 255, 255, 127, 0, 192, 204, 191, 0, 96, 173, 64, 0, 96, 93, 63, 255, 255, 255, 127, 0, 192, 204, 191, 0, 192, 174, 64, 0, 192, 75, 63, 255, 255, 255, 127, 0, 192, 204, 191, 0, 32, 163, 64, 0, 0, 11, 63, 255, 255, 255, 127, 0, 192, 204, 191, 0, 96, 165, 64, 0, 192, 0, 63, 255, 255, 255, 127, 0, 192, 204, 191, 0, 96, 159, 64, 0, 32, 211, 61, 255, 255, 255, 127, 0, 192, 204, 191, 0, 224, 161, 64, 0, 32, 211, 61, 255, 255, 255, 127, 0, 192, 204, 191, 0, 192, 174, 64, 0, 224, 22, 191, 255, 255, 255, 127, 0, 192, 204, 191, 0, 96, 165, 64, 0, 0, 152, 190, 255, 255, 255, 127, 0, 192, 204, 191, 0, 32, 163, 64, 0, 96, 172, 190, 255, 255, 255, 127, 0, 192, 204, 191, 0, 96, 173, 64, 0, 160, 40, 191, 255, 255, 255, 127, 0, 192, 204, 191, 0, 128, 187, 64, 0, 96, 50, 191, 255, 255, 255, 127, 0, 192, 204, 191, 0, 128, 187, 64, 0, 224, 70, 191, 255, 255, 255, 127, 0, 192, 204, 191, 0, 64, 200, 64, 0, 224, 22, 191, 255, 255, 255, 127, 0, 192, 204, 191, 0, 160, 201, 64, 0, 160, 40, 191, 255, 255, 255, 127, 0, 192, 204, 191, 0, 160, 209, 64, 0, 0, 152, 190, 255, 255, 255, 127, 0, 192, 204, 191, 0, 224, 211, 64, 0, 96, 172, 190, 255, 255, 255, 127, 0, 192, 147, 191, 0, 128, 203, 64, 0, 0, 120, 63, 238, 142, 221, 157, 0, 128, 137, 191, 0, 160, 199, 64, 0, 64, 93, 63, 253, 156, 187, 111, 0, 224, 67, 191, 0, 160, 199, 64, 0, 64, 93, 63, 1, 99, 187, 111, 0, 128, 47, 191, 0, 128, 203, 64, 0, 0, 120, 63, 16, 113, 221, 157, 0, 128, 154, 191, 0, 128, 195, 64, 0, 128, 132, 63, 210, 161, 228, 147, 0, 0, 142, 191, 0, 96, 194, 64, 0, 128, 104, 63, 124, 168, 72, 146, 0, 64, 2, 192, 0, 32, 181, 64, 0, 224, 229, 62, 198, 24, 234, 118, 0, 160, 243, 191, 0, 128, 187, 64, 0, 32, 211, 61, 0, 0, 255, 127, 0, 64, 2, 192, 0, 96, 176, 64, 0, 0, 155, 62, 198, 24, 78, 112, 0, 64, 2, 192, 0, 192, 174, 64, 0, 32, 211, 61, 39, 19, 215, 108, 0, 64, 2, 192, 0, 160, 198, 64, 0, 0, 155, 62, 198, 24, 176, 143, 0, 64, 2, 192, 0, 224, 193, 64, 0, 224, 229, 62, 198, 24, 20, 137, 0, 64, 2, 192, 0, 96, 176, 64, 0, 224, 197, 189, 176, 15, 57, 103, 0, 64, 2, 192, 0, 32, 181, 64, 0, 160, 120, 190, 21, 9, 57, 103, 0, 64, 2, 192, 0, 128, 187, 64, 0, 192, 151, 190, 0, 0, 39, 147, 0, 160, 131, 190, 0, 0, 173, 64, 0, 32, 96, 63, 219, 165, 242, 94, 0, 160, 131, 190, 0, 0, 169, 64, 0, 192, 64, 63, 45, 160, 215, 115, 0, 160, 178, 191, 0, 192, 159, 64, 0, 96, 26, 63, 0, 0, 255, 127, 0, 160, 178, 191, 0, 96, 165, 64, 0, 192, 0, 63, 0, 0, 255, 127, 0, 160, 178, 191, 0, 224, 161, 64, 0, 32, 211, 61, 0, 0, 255, 127, 0, 160, 178, 191, 0, 128, 155, 64, 0, 32, 211, 61, 0, 0, 255, 127, 0, 160, 178, 191, 0, 128, 219, 64, 0, 32, 211, 61, 0, 0, 255, 127, 0, 160, 178, 191, 0, 32, 213, 64, 0, 32, 211, 61, 0, 0, 255, 127, 0, 160, 178, 191, 0, 160, 209, 64, 0, 192, 0, 63, 0, 0, 255, 127, 0, 160, 178, 191, 0, 64, 215, 64, 0, 96, 26, 63, 0, 0, 255, 127, 0, 160, 178, 191, 0, 64, 200, 64, 0, 192, 75, 63, 0, 0, 255, 127, 0, 160, 178, 191, 0, 128, 203, 64, 0, 0, 120, 63, 0, 0, 255, 127, 0, 160, 178, 191, 0, 128, 187, 64, 0, 32, 103, 63, 0, 0, 255, 127, 0, 160, 178, 191, 0, 128, 187, 64, 0, 32, 141, 63, 0, 0, 255, 127, 0, 160, 178, 191, 0, 192, 174, 64, 0, 192, 75, 63, 0, 0, 255, 127, 0, 160, 178, 191, 0, 128, 171, 64, 0, 0, 120, 63, 0, 0, 255, 127, 0, 192, 204, 191, 0, 32, 213, 64, 0, 32, 211, 61, 255, 255, 255, 127, 0, 192, 204, 191, 0, 160, 215, 64, 0, 32, 211, 61, 255, 255, 255, 127, 0, 192, 204, 191, 0, 224, 211, 64, 0, 0, 11, 63, 255, 255, 255, 127, 0, 192, 204, 191, 0, 160, 209, 64, 0, 192, 0, 63, 255, 255, 255, 127, 0, 192, 204, 191, 0, 160, 201, 64, 0, 96, 93, 63, 255, 255, 255, 127, 0, 192, 204, 191, 0, 64, 200, 64, 0, 192, 75, 63, 255, 255, 255, 127, 0, 160, 178, 191, 0, 128, 171, 64, 0, 64, 67, 191, 0, 0, 255, 127, 0, 160, 178, 191, 0, 192, 159, 64, 0, 32, 203, 190, 0, 0, 255, 127, 0, 160, 178, 191, 0, 96, 165, 64, 0, 0, 152, 190, 0, 0, 255, 127, 0, 160, 178, 191, 0, 192, 174, 64, 0, 224, 22, 191, 0, 0, 255, 127, 0, 160, 178, 191, 0, 128, 187, 64, 0, 128, 101, 191, 0, 0, 255, 127, 0, 160, 178, 191, 0, 128, 187, 64, 0, 96, 50, 191, 0, 0, 255, 127, 0, 160, 178, 191, 0, 128, 203, 64, 0, 64, 67, 191, 0, 0, 255, 127, 0, 160, 178, 191, 0, 64, 200, 64, 0, 224, 22, 191, 0, 0, 255, 127, 0, 160, 178, 191, 0, 64, 215, 64, 0, 32, 203, 190, 0, 0, 255, 127, 0, 160, 178, 191, 0, 160, 209, 64, 0, 0, 152, 190, 0, 0, 255, 127, 0, 0, 59, 191, 0, 96, 194, 64, 0, 128, 104, 63, 255, 127, 152, 154, 0, 0, 142, 191, 0, 96, 194, 64, 0, 128, 104, 63, 255, 127, 152, 154, 0, 128, 137, 191, 0, 32, 189, 64, 0, 224, 115, 63, 255, 127, 152, 154, 0, 224, 67, 191, 0, 32, 189, 64, 0, 224, 115, 63, 255, 127, 152, 154, 0, 224, 67, 191, 0, 160, 199, 64, 0, 64, 93, 63, 255, 127, 152, 154, 0, 128, 137, 191, 0, 160, 199, 64, 0, 64, 93, 63, 255, 127, 152, 154, 0, 128, 47, 191, 0, 128, 187, 64, 0, 32, 141, 63, 181, 111, 73, 144, 0, 224, 67, 191, 0, 32, 189, 64, 0, 224, 115, 63, 2, 103, 38, 176, 0, 128, 137, 191, 0, 32, 189, 64, 0, 224, 115, 63, 252, 152, 38, 176, 0, 192, 147, 191, 0, 128, 187, 64, 0, 32, 141, 63, 73, 144, 73, 144, 0, 32, 34, 191, 0, 128, 195, 64, 0, 128, 132, 63, 44, 94, 228, 147, 0, 0, 59, 191, 0, 96, 194, 64, 0, 128, 104, 63, 130, 87, 72, 146, 0, 160, 178, 191, 0, 32, 213, 64, 0, 32, 211, 61, 63, 58, 62, 186, 0, 192, 204, 191, 0, 32, 213, 64, 0, 32, 211, 61, 191, 197, 62, 186, 0, 192, 204, 191, 0, 160, 209, 64, 0, 192, 0, 63, 250, 187, 72, 171, 0, 160, 178, 191, 0, 160, 209, 64, 0, 192, 0, 63, 4, 68, 72, 171, 0, 192, 204, 191, 0, 64, 200, 64, 0, 192, 75, 63, 250, 187, 187, 152, 0, 160, 178, 191, 0, 64, 200, 64, 0, 192, 75, 63, 4, 68, 187, 152, 0, 192, 204, 191, 0, 128, 187, 64, 0, 32, 103, 63, 36, 198, 255, 127, 0, 160, 178, 191, 0, 128, 187, 64, 0, 32, 103, 63, 63, 58, 255, 127, 0, 192, 204, 191, 0, 192, 174, 64, 0, 192, 75, 63, 250, 187, 67, 103, 0, 160, 178, 191, 0, 192, 174, 64, 0, 192, 75, 63, 4, 68, 67, 103, 0, 192, 204, 191, 0, 96, 165, 64, 0, 192, 0, 63, 250, 187, 182, 84, 0, 160, 178, 191, 0, 96, 165, 64, 0, 192, 0, 63, 4, 68, 182, 84, 0, 192, 204, 191, 0, 224, 161, 64, 0, 32, 211, 61, 36, 198, 37, 70, 0, 160, 178, 191, 0, 224, 161, 64, 0, 32, 211, 61, 63, 58, 192, 69, 0, 160, 178, 191, 0, 192, 174, 64, 0, 224, 22, 191, 187, 24, 250, 59, 0, 160, 178, 191, 0, 96, 165, 64, 0, 0, 152, 190, 72, 43, 250, 59, 0, 192, 204, 191, 0, 96, 165, 64, 0, 0, 152, 190, 182, 212, 250, 59, 0, 192, 204, 191, 0, 192, 174, 64, 0, 224, 22, 191, 67, 231, 250, 59, 0, 160, 178, 191, 0, 128, 187, 64, 0, 96, 50, 191, 0, 0, 62, 186, 0, 192, 204, 191, 0, 128, 187, 64, 0, 96, 50, 191, 255, 255, 62, 186, 0, 160, 178, 191, 0, 64, 200, 64, 0, 224, 22, 191, 187, 24, 4, 196, 0, 192, 204, 191, 0, 64, 200, 64, 0, 224, 22, 191, 67, 231, 4, 196, 0, 160, 178, 191, 0, 160, 209, 64, 0, 0, 152, 190, 72, 43, 4, 196, 0, 192, 204, 191, 0, 160, 209, 64, 0, 0, 152, 190, 182, 212, 4, 196, 0, 64, 2, 192, 0, 128, 187, 64, 0, 160, 0, 63, 39, 19, 255, 127, 0, 64, 2, 192, 0, 64, 200, 64, 0, 32, 211, 61, 39, 19, 39, 147, 0, 64, 2, 192, 0, 224, 193, 64, 0, 160, 120, 190, 21, 9, 197, 152, 0, 64, 2, 192, 0, 160, 198, 64, 0, 224, 197, 189, 176, 15, 197, 152, 0, 160, 131, 190, 0, 224, 175, 64, 0, 96, 102, 63, 142, 155, 52, 69, 0, 224, 28, 190, 0, 160, 147, 64, 0, 64, 172, 190, 68, 112, 96, 212, 0, 32, 129, 190, 0, 0, 145, 64, 0, 64, 68, 190, 144, 105, 228, 201, 0, 192, 74, 190, 0, 64, 142, 64, 0, 160, 49, 187, 15, 108, 45, 196, 0, 0, 224, 189, 0, 224, 42, 64, 0, 192, 78, 62, 91, 96, 198, 115, 0, 128, 210, 189, 0, 160, 30, 64, 0, 32, 52, 62, 133, 97, 23, 134, 0, 160, 128, 190, 0, 224, 47, 64, 0, 32, 147, 61, 146, 36, 218, 118, 0, 32, 114, 190, 0, 224, 35, 64, 0, 128, 111, 61, 50, 51, 17, 139, 0, 96, 57, 190, 0, 32, 45, 64, 0, 160, 21, 62, 170, 68, 170, 118, 0, 96, 46, 190, 0, 0, 33, 64, 0, 160, 0, 62, 8, 71, 207, 130, 0, 64, 173, 191, 0, 224, 92, 64, 0, 160, 120, 189, 66, 150, 196, 79, 0, 32, 192, 191, 0, 0, 83, 64, 0, 64, 7, 190, 215, 186, 69, 98, 0, 192, 211, 190, 0, 128, 227, 63, 0, 192, 58, 62, 184, 130, 26, 117, 0, 224, 217, 190, 0, 32, 208, 63, 0, 128, 42, 62, 210, 155, 121, 147, 0, 160, 159, 190, 0, 224, 197, 63, 0, 64, 166, 61, 95, 193, 128, 133, 0, 192, 154, 190, 0, 64, 217, 63, 0, 0, 199, 61, 255, 185, 255, 117, 0, 96, 250, 190, 0, 192, 248, 63, 0, 160, 69, 189, 16, 12, 77, 186, 0, 128, 1, 191, 0, 96, 229, 63, 0, 128, 131, 189, 246, 50, 236, 213, 0, 160, 14, 191, 0, 96, 220, 63, 0, 128, 197, 61, 56, 94, 8, 173, 0, 224, 10, 191, 0, 192, 239, 63, 0, 32, 230, 61, 107, 40, 125, 132, 0, 192, 201, 190, 0, 128, 238, 63, 0, 192, 13, 190, 146, 11, 230, 224, 0, 64, 209, 190, 0, 32, 219, 63, 0, 32, 30, 190, 177, 208, 10, 249, 0, 160, 113, 190, 0, 128, 193, 63, 0, 224, 242, 188, 215, 222, 165, 142, 0, 192, 104, 190, 0, 224, 212, 63, 0, 128, 96, 188, 215, 236, 231, 121, 0, 160, 196, 189, 0, 64, 141, 64, 0, 64, 192, 61, 40, 108, 234, 193, 0, 32, 194, 191, 0, 128, 108, 64, 0, 64, 159, 190, 112, 45, 111, 237, 0, 32, 218, 191, 0, 160, 99, 64, 0, 32, 181, 190, 146, 48, 54, 242, 0, 96, 219, 191, 0, 224, 103, 64, 0, 192, 75, 190, 137, 87, 78, 227, 0, 0, 198, 191, 0, 0, 113, 64, 0, 192, 43, 190, 16, 66, 65, 200, 0, 224, 207, 191, 0, 96, 88, 64, 0, 0, 215, 190, 119, 248, 67, 239, 0, 32, 183, 191, 0, 64, 97, 64, 0, 192, 181, 190, 65, 251, 87, 228, 0, 192, 183, 191, 0, 160, 102, 64, 0, 192, 58, 59, 39, 110, 66, 113, 0, 160, 201, 191, 0, 192, 92, 64, 0, 0, 67, 189, 120, 166, 111, 132, 0, 128, 212, 191, 0, 96, 101, 64, 0, 64, 148, 189, 51, 125, 165, 191, 0, 160, 193, 191, 0, 0, 111, 64, 0, 160, 28, 189, 85, 84, 25, 159, 0, 96, 131, 190, 0, 160, 199, 63, 0, 32, 196, 189, 94, 241, 245, 168, 0, 96, 130, 190, 0, 32, 218, 63, 0, 128, 163, 189, 255, 255, 218, 167, 0, 192, 147, 190, 0, 32, 227, 63, 0, 32, 28, 190, 94, 250, 224, 208, 0, 224, 153, 190, 0, 192, 207, 63, 0, 128, 44, 190, 178, 228, 47, 200, 0, 64, 87, 191, 0, 64, 215, 64, 0, 96, 26, 63, 232, 130, 69, 207, 0, 64, 87, 191, 0, 64, 215, 64, 0, 32, 203, 190, 185, 176, 22, 253, 0, 96, 113, 191, 0, 128, 219, 64, 0, 32, 211, 61, 255, 127, 255, 255, 0, 192, 53, 62, 0, 0, 80, 64, 0, 32, 23, 190, 6, 223, 144, 24, 0, 32, 139, 62, 0, 0, 76, 64, 0, 0, 51, 189, 108, 219, 199, 47, 0, 192, 131, 62, 0, 96, 64, 64, 0, 64, 58, 189, 45, 250, 232, 82, 0, 32, 44, 62, 0, 96, 68, 64, 0, 128, 15, 190, 246, 250, 37, 43, 0, 0, 0, 0, 0, 224, 66, 64, 0, 64, 131, 62, 255, 127, 103, 60, 0, 0, 0, 0, 0, 160, 54, 64, 0, 160, 107, 62, 255, 127, 172, 112, 0, 96, 237, 61, 0, 32, 55, 64, 0, 64, 105, 62, 45, 160, 215, 115, 0, 192, 250, 61, 0, 96, 67, 64, 0, 224, 129, 62, 176, 155, 19, 67, 0, 224, 143, 62, 0, 192, 71, 64, 0, 32, 202, 61, 222, 199, 181, 65, 0, 64, 136, 62, 0, 224, 59, 64, 0, 160, 174, 61, 108, 219, 218, 118, 0, 128, 79, 62, 0, 64, 69, 64, 0, 160, 63, 62, 34, 177, 212, 75, 0, 128, 68, 62, 0, 32, 57, 64, 0, 160, 42, 62, 255, 187, 170, 118, 0, 0, 0, 0, 0, 224, 81, 64, 0, 0, 63, 190, 24, 220, 0, 0, 0, 0, 0, 0, 0, 64, 70, 64, 0, 160, 51, 190, 45, 250, 0, 0, 0, 192, 53, 190, 0, 0, 80, 64, 0, 32, 23, 190, 248, 32, 144, 24, 0, 32, 44, 190, 0, 96, 68, 64, 0, 128, 15, 190, 15, 5, 170, 42, 0, 192, 131, 190, 0, 96, 64, 64, 0, 64, 58, 189, 209, 5, 232, 82, 0, 32, 139, 190, 0, 0, 76, 64, 0, 0, 51, 189, 146, 36, 199, 47, 0, 192, 250, 189, 0, 96, 67, 64, 0, 224, 129, 62, 78, 100, 19, 67, 0, 96, 237, 189, 0, 32, 55, 64, 0, 64, 105, 62, 209, 95, 215, 115, 0, 224, 143, 190, 0, 192, 71, 64, 0, 32, 202, 61, 32, 56, 181, 65, 0, 64, 136, 190, 0, 224, 59, 64, 0, 160, 174, 61, 146, 36, 218, 118, 0, 128, 79, 190, 0, 64, 69, 64, 0, 160, 63, 62, 220, 78, 212, 75, 0, 128, 68, 190, 0, 32, 57, 64, 0, 160, 42, 62, 255, 67, 170, 118, 0, 0, 0, 0, 0, 32, 147, 64, 0, 224, 0, 62, 255, 127, 46, 122, 0, 0, 138, 62, 0, 96, 157, 64, 0, 128, 238, 189, 93, 198, 251, 60, 0, 224, 130, 62, 0, 160, 153, 64, 0, 160, 2, 190, 111, 244, 57, 103, 0, 128, 48, 62, 0, 0, 155, 64, 0, 96, 130, 190, 144, 254, 198, 55, 0, 224, 62, 62, 0, 128, 158, 64, 0, 32, 126, 190, 56, 206, 94, 34, 0, 0, 0, 0, 0, 224, 155, 64, 0, 160, 163, 190, 4, 253, 255, 255, 0, 0, 0, 0, 0, 32, 159, 64, 0, 160, 161, 190, 22, 181, 0, 0, 0, 0, 138, 190, 0, 96, 157, 64, 0, 128, 238, 189, 161, 57, 251, 60, 0, 224, 62, 190, 0, 128, 158, 64, 0, 32, 126, 190, 198, 49, 94, 34, 0, 128, 48, 190, 0, 0, 155, 64, 0, 96, 130, 190, 110, 1, 198, 55, 0, 224, 130, 190, 0, 160, 153, 64, 0, 160, 2, 190, 143, 11, 57, 103, 0, 64, 79, 191, 0, 0, 118, 64, 0, 64, 61, 61, 249, 58, 80, 60, 0, 128, 122, 191, 0, 128, 108, 64, 0, 0, 24, 189, 123, 176, 165, 64, 0, 0, 126, 191, 0, 32, 110, 64, 0, 0, 14, 190, 180, 214, 245, 48, 0, 64, 79, 191, 0, 96, 119, 64, 0, 224, 120, 189, 185, 61, 160, 52, 0, 224, 146, 191, 0, 224, 98, 64, 0, 160, 246, 189, 189, 183, 239, 61, 0, 96, 150, 191, 0, 224, 100, 64, 0, 224, 93, 190, 49, 221, 48, 47, 0, 128, 104, 191, 0, 96, 122, 64, 0, 64, 29, 62, 211, 59, 255, 63, 0, 64, 135, 191, 0, 128, 112, 64, 0, 64, 168, 61, 161, 137, 244, 83, 0, 64, 154, 191, 0, 192, 102, 64, 0, 224, 47, 60, 61, 144, 221, 81, 0, 96, 116, 191, 0, 128, 131, 64, 0, 160, 58, 190, 47, 37, 132, 81, 0, 32, 146, 191, 0, 32, 126, 64, 0, 160, 102, 190, 100, 37, 93, 247, 0, 96, 155, 191, 0, 160, 129, 64, 0, 224, 215, 189, 31, 58, 219, 210, 0, 0, 134, 191, 0, 64, 134, 64, 0, 0, 152, 189, 12, 45, 241, 77, 0, 32, 170, 191, 0, 96, 117, 64, 0, 64, 137, 190, 196, 41, 133, 242, 0, 192, 176, 191, 0, 64, 122, 64, 0, 224, 11, 190, 191, 61, 211, 205, 0, 192, 133, 191, 0, 32, 115, 64, 0, 192, 102, 190, 103, 243, 171, 35, 0, 32, 90, 191, 0, 0, 124, 64, 0, 64, 36, 190, 171, 49, 34, 61, 0, 128, 158, 191, 0, 64, 106, 64, 0, 128, 148, 190, 108, 251, 133, 33, 0, 0, 130, 191, 0, 32, 130, 64, 0, 224, 29, 62, 1, 49, 66, 78, 0, 224, 147, 191, 0, 96, 122, 64, 0, 128, 212, 61, 5, 94, 255, 127, 0, 224, 165, 191, 0, 128, 112, 64, 0, 64, 90, 61, 62, 102, 249, 120, 0, 0, 156, 191, 0, 0, 129, 64, 0, 192, 246, 60, 220, 77, 27, 168, 0, 32, 137, 191, 0, 224, 133, 64, 0, 160, 131, 61, 139, 46, 222, 71, 0, 224, 174, 191, 0, 128, 120, 64, 0, 224, 132, 187, 6, 81, 208, 163, 0, 64, 79, 63, 0, 0, 118, 64, 0, 64, 61, 61, 5, 197, 80, 60, 0, 64, 79, 63, 0, 96, 119, 64, 0, 224, 120, 189, 69, 194, 160, 52, 0, 0, 126, 63, 0, 32, 110, 64, 0, 0, 14, 190, 74, 41, 94, 48, 0, 128, 122, 63, 0, 128, 108, 64, 0, 0, 24, 189, 131, 79, 165, 64, 0, 96, 150, 63, 0, 224, 100, 64, 0, 224, 93, 190, 246, 34, 208, 46, 0, 224, 146, 63, 0, 224, 98, 64, 0, 160, 246, 189, 65, 72, 239, 61, 0, 128, 104, 63, 0, 96, 122, 64, 0, 64, 29, 62, 43, 196, 255, 63, 0, 64, 135, 63, 0, 128, 112, 64, 0, 64, 168, 61, 93, 118, 244, 83, 0, 64, 154, 63, 0, 192, 102, 64, 0, 224, 47, 60, 193, 111, 221, 81, 0, 96, 116, 63, 0, 128, 131, 64, 0, 160, 58, 190, 207, 218, 132, 81, 0, 0, 134, 63, 0, 64, 134, 64, 0, 0, 152, 189, 242, 210, 241, 77, 0, 96, 155, 63, 0, 160, 129, 64, 0, 224, 215, 189, 223, 197, 219, 210, 0, 32, 146, 63, 0, 32, 126, 64, 0, 160, 102, 190, 154, 218, 93, 247, 0, 192, 176, 63, 0, 64, 122, 64, 0, 224, 11, 190, 63, 194, 211, 205, 0, 32, 170, 63, 0, 96, 117, 64, 0, 64, 137, 190, 114, 214, 236, 241, 0, 32, 90, 63, 0, 0, 124, 64, 0, 64, 36, 190, 83, 206, 34, 61, 0, 192, 133, 63, 0, 32, 115, 64, 0, 192, 102, 190, 151, 12, 171, 35, 0, 128, 158, 63, 0, 64, 106, 64, 0, 128, 148, 190, 153, 4, 245, 32, 0, 0, 130, 63, 0, 32, 130, 64, 0, 224, 29, 62, 253, 206, 66, 78, 0, 224, 147, 63, 0, 96, 122, 64, 0, 128, 212, 61, 249, 161, 255, 127, 0, 224, 165, 63, 0, 128, 112, 64, 0, 64, 90, 61, 192, 153, 249, 120, 0, 32, 137, 63, 0, 224, 133, 64, 0, 160, 131, 61, 115, 209, 222, 71, 0, 0, 156, 63, 0, 0, 129, 64, 0, 192, 246, 60, 34, 178, 27, 168, 0, 224, 174, 63, 0, 128, 120, 64, 0, 224, 132, 187, 248, 174, 208, 163, 0, 64, 193, 62, 0, 224, 14, 64, 0, 224, 107, 62, 189, 177, 10, 77, 0, 224, 139, 62, 0, 192, 9, 64, 0, 128, 20, 62, 111, 149, 175, 63, 0, 224, 144, 62, 0, 0, 0, 64, 0, 32, 4, 62, 85, 69, 255, 117, 0, 96, 199, 62, 0, 32, 5, 64, 0, 128, 91, 62, 70, 125, 26, 117, 0, 192, 149, 62, 0, 160, 236, 63, 0, 160, 231, 61, 255, 69, 255, 117, 0, 160, 205, 62, 0, 0, 247, 63, 0, 32, 75, 62, 70, 125, 26, 117, 0, 64, 224, 62, 0, 128, 25, 64, 0, 224, 215, 185, 136, 221, 137, 61, 0, 224, 254, 62, 0, 0, 21, 64, 0, 0, 36, 62, 25, 210, 74, 65, 0, 64, 3, 63, 0, 64, 11, 64, 0, 192, 19, 62, 94, 217, 138, 132, 0, 0, 233, 62, 0, 192, 15, 64, 0, 0, 134, 188, 238, 243, 77, 186, 0, 0, 7, 63, 0, 128, 1, 64, 0, 96, 3, 62, 156, 216, 138, 132, 0, 160, 241, 62, 0, 0, 6, 64, 0, 64, 4, 189, 238, 243, 77, 186, 0, 96, 179, 62, 0, 96, 20, 64, 0, 160, 185, 189, 231, 222, 239, 64, 0, 192, 186, 62, 0, 160, 10, 64, 0, 96, 218, 189, 215, 243, 209, 223, 0, 64, 194, 62, 0, 224, 0, 64, 0, 0, 251, 189, 197, 243, 91, 224, 0, 32, 78, 62, 0, 128, 7, 64, 0, 192, 11, 61, 90, 156, 77, 24, 0, 0, 87, 62, 0, 192, 251, 63, 0, 0, 149, 60, 105, 9, 89, 122, 0, 224, 95, 62, 0, 64, 232, 63, 0, 64, 19, 59, 157, 13, 141, 122, 0, 32, 127, 62, 0, 192, 8, 64, 0, 0, 3, 189, 155, 59, 19, 20, 0, 128, 128, 62, 0, 32, 255, 63, 0, 96, 68, 189, 0, 0, 199, 165, 0, 128, 129, 62, 0, 160, 236, 63, 0, 192, 130, 189, 0, 0, 22, 167, 0, 96, 129, 62, 0, 160, 14, 64, 0, 96, 214, 189, 226, 216, 246, 50, 0, 128, 135, 62, 0, 224, 4, 64, 0, 0, 247, 189, 50, 4, 112, 201, 0, 160, 141, 62, 0, 128, 246, 63, 0, 224, 11, 190, 229, 4, 239, 204, 0, 64, 193, 190, 0, 224, 14, 64, 0, 224, 107, 62, 65, 78, 10, 77, 0, 96, 199, 190, 0, 32, 5, 64, 0, 128, 91, 62, 184, 130, 26, 117, 0, 224, 144, 190, 0, 0, 0, 64, 0, 32, 4, 62, 169, 186, 255, 117, 0, 224, 139, 190, 0, 192, 9, 64, 0, 128, 20, 62, 143, 106, 175, 63, 0, 160, 205, 190, 0, 0, 247, 63, 0, 32, 75, 62, 184, 130, 26, 117, 0, 192, 149, 190, 0, 160, 236, 63, 0, 160, 231, 61, 92, 186, 12, 118, 0, 64, 224, 190, 0, 128, 25, 64, 0, 224, 215, 185, 118, 34, 137, 61, 0, 0, 233, 190, 0, 192, 15, 64, 0, 0, 134, 188, 16, 12, 77, 186, 0, 64, 3, 191, 0, 64, 11, 64, 0, 192, 19, 62, 160, 38, 138, 132, 0, 224, 254, 190, 0, 0, 21, 64, 0, 0, 36, 62, 229, 45, 74, 65, 0, 160, 241, 190, 0, 0, 6, 64, 0, 64, 4, 189, 16, 12, 77, 186, 0, 0, 7, 191, 0, 128, 1, 64, 0, 96, 3, 62, 98, 39, 138, 132, 0, 96, 179, 190, 0, 96, 20, 64, 0, 160, 185, 189, 23, 33, 239, 64, 0, 192, 186, 190, 0, 160, 10, 64, 0, 96, 218, 189, 57, 12, 91, 224, 0, 64, 194, 190, 0, 224, 0, 64, 0, 0, 251, 189, 57, 12, 91, 224, 0, 0, 87, 190, 0, 192, 251, 63, 0, 0, 149, 60, 149, 246, 89, 122, 0, 32, 78, 190, 0, 128, 7, 64, 0, 192, 11, 61, 164, 99, 77, 24, 0, 224, 95, 190, 0, 64, 232, 63, 0, 64, 19, 59, 97, 242, 141, 122, 0, 128, 128, 190, 0, 32, 255, 63, 0, 96, 68, 189, 255, 255, 59, 165, 0, 32, 127, 190, 0, 192, 8, 64, 0, 0, 3, 189, 99, 196, 19, 20, 0, 128, 129, 190, 0, 160, 236, 63, 0, 192, 130, 189, 255, 255, 22, 167, 0, 96, 129, 190, 0, 160, 14, 64, 0, 96, 214, 189, 28, 39, 246, 50, 0, 128, 135, 190, 0, 224, 4, 64, 0, 0, 247, 189, 210, 251, 10, 201, 0, 160, 141, 190, 0, 128, 246, 63, 0, 224, 11, 190, 25, 251, 239, 204) +}] + +[sub_resource type="Animation" id="5"] resource_name = "default" length = 1.25 -tracks/0/type = "transform" -tracks/0/path = NodePath("Armature/Skeleton3D:r-arm") -tracks/0/interp = 1 -tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true -tracks/0/keys = PackedFloat32Array(0, 1, 5.06639e-07, -1.19209e-07, 3.57628e-07, 0, 0, 0, 1, 1, 1, 1) -tracks/1/type = "transform" -tracks/1/path = NodePath("Armature/Skeleton3D:r-forearm") -tracks/1/interp = 1 -tracks/1/loop_wrap = true -tracks/1/imported = false -tracks/1/enabled = true -tracks/1/keys = PackedFloat32Array(0, 1, 1.19209e-07, -8.9407e-07, -1.19209e-07, -3.72529e-08, -1.49012e-08, 2.23517e-08, 1, 1, 1, 1) -tracks/2/type = "transform" -tracks/2/path = NodePath("Armature/Skeleton3D:l-arm") -tracks/2/interp = 1 -tracks/2/loop_wrap = true -tracks/2/imported = false -tracks/2/enabled = true -tracks/2/keys = PackedFloat32Array(0, 1, -5.06639e-07, -1.19209e-07, 3.57628e-07, 0, 0, 0, 1, 1, 1, 1) -tracks/3/type = "transform" -tracks/3/path = NodePath("Armature/Skeleton3D:l-forearm") -tracks/3/interp = 1 -tracks/3/loop_wrap = true -tracks/3/imported = false -tracks/3/enabled = true -tracks/3/keys = PackedFloat32Array(0, 1, -1.19209e-07, -8.9407e-07, -1.19209e-07, -3.72529e-08, 1.49012e-08, -2.23517e-08, 1, 1, 1, 1) -tracks/4/type = "transform" -tracks/4/path = NodePath("Armature/Skeleton3D:r-thigh") -tracks/4/interp = 1 -tracks/4/loop_wrap = true -tracks/4/imported = false -tracks/4/enabled = true -tracks/4/keys = PackedFloat32Array(0, 1, 0, 2.98023e-08, -2.5332e-07, 0, 5.20417e-18, -2.79397e-09, 1, 1, 1, 1) -tracks/5/type = "transform" -tracks/5/path = NodePath("Armature/Skeleton3D:r-leg") -tracks/5/interp = 1 -tracks/5/loop_wrap = true -tracks/5/imported = false -tracks/5/enabled = true -tracks/5/keys = PackedFloat32Array(0, 1, 2.10712e-08, -7.45058e-09, 5.96046e-07, 7.45058e-09, 3.60887e-09, 3.91446e-09, 1, 1, 1, 1) -tracks/6/type = "transform" -tracks/6/path = NodePath("Armature/Skeleton3D:r-foot") -tracks/6/interp = 1 -tracks/6/loop_wrap = true -tracks/6/imported = false -tracks/6/enabled = true -tracks/6/keys = PackedFloat32Array(0, 1, 6.70552e-08, 1.19209e-07, 0, 3.72529e-09, 1.16415e-09, 3.72529e-09, 1, 1, 1, 1) -tracks/7/type = "transform" -tracks/7/path = NodePath("Armature/Skeleton3D:l-thigh") -tracks/7/interp = 1 -tracks/7/loop_wrap = true -tracks/7/imported = false -tracks/7/enabled = true -tracks/7/keys = PackedFloat32Array(0, 1, 0, 2.98023e-08, -1.49012e-08, 1.86265e-09, 7.45058e-09, 2.09548e-09, 1, 1, 1, 1) -tracks/8/type = "transform" -tracks/8/path = NodePath("Armature/Skeleton3D:l-leg") -tracks/8/interp = 1 -tracks/8/loop_wrap = true -tracks/8/imported = false -tracks/8/enabled = true -tracks/8/keys = PackedFloat32Array(0, 1, 1.74623e-08, -2.98023e-08, 2.98023e-07, 3.72529e-09, 7.45058e-09, -1.17143e-09, 1, 1, 1, 1) -tracks/9/type = "transform" -tracks/9/path = NodePath("Armature/Skeleton3D:l-foot") -tracks/9/interp = 1 -tracks/9/loop_wrap = true -tracks/9/imported = false -tracks/9/enabled = true -tracks/9/keys = PackedFloat32Array(0, 1, 1.49012e-08, 0, 0, 0, -1.39698e-09, 0, 1, 1, 1, 1) -tracks/10/type = "transform" -tracks/10/path = NodePath("Armature/Skeleton3D:MASTER") -tracks/10/interp = 1 -tracks/10/loop_wrap = true -tracks/10/imported = false -tracks/10/enabled = true -tracks/10/keys = PackedFloat32Array(0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/11/type = "transform" -tracks/11/path = NodePath("Armature/Skeleton3D:HEAD") -tracks/11/interp = 1 -tracks/11/loop_wrap = true -tracks/11/imported = false -tracks/11/enabled = true -tracks/11/keys = PackedFloat32Array(0, 1, -5.68434e-14, 0, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/12/type = "transform" -tracks/12/path = NodePath("Armature/Skeleton3D:r-LEGCONTROL") -tracks/12/interp = 1 -tracks/12/loop_wrap = true -tracks/12/imported = false -tracks/12/enabled = true -tracks/12/keys = PackedFloat32Array(0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/13/type = "transform" -tracks/13/path = NodePath("Armature/Skeleton3D:l-LEGCONTROL") -tracks/13/interp = 1 -tracks/13/loop_wrap = true -tracks/13/imported = false -tracks/13/enabled = true -tracks/13/keys = PackedFloat32Array(0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/14/type = "transform" -tracks/14/path = NodePath("Armature/Skeleton3D:r-LEGORIENT") -tracks/14/interp = 1 -tracks/14/loop_wrap = true -tracks/14/imported = false -tracks/14/enabled = true -tracks/14/keys = PackedFloat32Array(0, 1, -2.98023e-08, 1.19209e-07, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/15/type = "transform" -tracks/15/path = NodePath("Armature/Skeleton3D:l-LEGORIENT") -tracks/15/interp = 1 -tracks/15/loop_wrap = true -tracks/15/imported = false -tracks/15/enabled = true -tracks/15/keys = PackedFloat32Array(0, 1, 2.98023e-08, 0, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/16/type = "transform" -tracks/16/path = NodePath("Armature/Skeleton3D:r-ARMCONTROL") -tracks/16/interp = 1 -tracks/16/loop_wrap = true -tracks/16/imported = false -tracks/16/enabled = true -tracks/16/keys = PackedFloat32Array(0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/17/type = "transform" -tracks/17/path = NodePath("Armature/Skeleton3D:l-ARMCONTROL") -tracks/17/interp = 1 -tracks/17/loop_wrap = true -tracks/17/imported = false -tracks/17/enabled = true -tracks/17/keys = PackedFloat32Array(0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/18/type = "transform" -tracks/18/path = NodePath("Armature/Skeleton3D:r-ARMORIENT") -tracks/18/interp = 1 -tracks/18/loop_wrap = true -tracks/18/imported = false -tracks/18/enabled = true -tracks/18/keys = PackedFloat32Array(0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/19/type = "transform" -tracks/19/path = NodePath("Armature/Skeleton3D:l-ARMORIENT") -tracks/19/interp = 1 -tracks/19/loop_wrap = true -tracks/19/imported = false -tracks/19/enabled = true -tracks/19/keys = PackedFloat32Array(0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/20/type = "transform" -tracks/20/path = NodePath("Armature/Skeleton3D:hip") -tracks/20/interp = 1 -tracks/20/loop_wrap = true -tracks/20/imported = false -tracks/20/enabled = true -tracks/20/keys = PackedFloat32Array(0, 1, 0, -2.84217e-14, 0, 0, 0, 1.44945e-21, 1, 1, 1, 1) -tracks/21/type = "transform" -tracks/21/path = NodePath("Armature/Skeleton3D:waist") -tracks/21/interp = 1 -tracks/21/loop_wrap = true -tracks/21/imported = false -tracks/21/enabled = true -tracks/21/keys = PackedFloat32Array(0, 1, -6.35275e-21, 2.84217e-14, 0, 0, 0, 2.44616e-35, 1, 1, 1, 1) -tracks/22/type = "transform" -tracks/22/path = NodePath("Armature/Skeleton3D:chest") -tracks/22/interp = 1 -tracks/22/loop_wrap = true -tracks/22/imported = false -tracks/22/enabled = true -tracks/22/keys = PackedFloat32Array(0, 1, -3.38813e-21, 0, 0, 0, 0, -1.33383e-23, 1, 1, 1, 1) -tracks/23/type = "transform" -tracks/23/path = NodePath("Armature/Skeleton3D:neck") -tracks/23/interp = 1 -tracks/23/loop_wrap = true -tracks/23/imported = false -tracks/23/enabled = true -tracks/23/keys = PackedFloat32Array(0, 1, -8.52651e-14, -5.96046e-08, -7.15256e-07, 1.17383e-27, 2.13163e-14, 5.50671e-14, 1, 1, 1, 1) -tracks/24/type = "transform" -tracks/24/path = NodePath("Armature/Skeleton3D:headtracker") -tracks/24/interp = 1 -tracks/24/loop_wrap = true -tracks/24/imported = false -tracks/24/enabled = true -tracks/24/keys = PackedFloat32Array(0, 1, -1.77636e-13, 5.96046e-08, -5.98375e-08, 7.45058e-09, 1.04639e-13, -2.13163e-14, 1, 1, 1, 1) -tracks/25/type = "transform" -tracks/25/path = NodePath("Armature/Skeleton3D:head") -tracks/25/interp = 1 -tracks/25/loop_wrap = true -tracks/25/imported = false -tracks/25/enabled = true -tracks/25/keys = PackedFloat32Array(0, 1, -2.30926e-14, -1.22469e-07, 2.39583e-07, -2.52436e-28, 7.10543e-15, -7.10543e-15, 1, 1, 1, 1) -tracks/26/type = "transform" -tracks/26/path = NodePath("Armature/Skeleton3D:vent") -tracks/26/interp = 1 -tracks/26/loop_wrap = true -tracks/26/imported = false -tracks/26/enabled = true -tracks/26/keys = PackedFloat32Array(0, 1, 3.55271e-15, 5.96046e-08, -7.15256e-07, 1.97906e-09, -2.66454e-15, 5.59448e-15, 1, 1, 1, 1) -[sub_resource type="Animation" id=6] +[sub_resource type="Animation" id="6"] resource_name = "falling-cycle" length = 0.416667 -loop = true -tracks/0/type = "transform" -tracks/0/path = NodePath("Armature/Skeleton3D:r-arm") -tracks/0/interp = 1 -tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true -tracks/0/keys = PackedFloat32Array(0, 1, 2.98023e-08, 1.19209e-07, -2.98023e-08, -0.336022, 0.262721, 0.175267, 0.887326, 1, 1, 1, 0.05, 1, 7.45058e-07, -3.57628e-07, 5.36442e-07, -0.336851, 0.262046, 0.173695, 0.887521, 1, 1, 1, 0.1, 1, 8.34465e-07, -5.96046e-07, 7.15256e-07, -0.33853, 0.260365, 0.16952, 0.888184, 1, 1, 1, 0.15, 1, 8.9407e-07, -3.57628e-07, 8.9407e-07, -0.338209, 0.258327, 0.163568, 0.890015, 1, 1, 1, 0.2, 1, 5.96046e-07, -3.57628e-07, 7.45058e-07, -0.333363, 0.256341, 0.157703, 0.89347, 1, 1, 1, 0.25, 1, 1.43051e-06, -8.34465e-07, 1.3113e-06, -0.339001, 0.253177, 0.158008, 0.892196, 1, 1, 0.999999, 0.3, 1, 5.96046e-07, -1.19209e-07, 2.98023e-07, -0.348081, 0.252511, 0.164449, 0.887713, 1, 1, 1, 0.35, 1, 1.07288e-06, -5.96046e-07, 7.45058e-07, -0.343056, 0.25799, 0.170697, 0.886914, 1, 1, 1, 0.4, 1, 3.27826e-07, 0, 2.38419e-07, -0.337258, 0.26196, 0.174599, 0.887214, 1, 1, 1, 0.45, 1, 2.98023e-08, 1.19209e-07, -2.98023e-08, -0.336022, 0.262721, 0.175267, 0.887326, 1, 1, 1, 1.25, 1, 2.98023e-08, 1.19209e-07, -2.98023e-08, -0.336022, 0.262721, 0.175267, 0.887326, 1, 1, 1) -tracks/1/type = "transform" -tracks/1/path = NodePath("Armature/Skeleton3D:r-forearm") -tracks/1/interp = 1 -tracks/1/loop_wrap = true -tracks/1/imported = false -tracks/1/enabled = true -tracks/1/keys = PackedFloat32Array(0, 1, 3.27826e-07, -6.55651e-07, -4.17233e-07, 0.46904, -0.387773, 0.0221851, 0.793184, 1, 1, 1, 0.05, 1, -1.49012e-07, -8.34465e-07, -5.36442e-07, 0.467449, -0.38757, 0.0209387, 0.794256, 1, 0.999999, 1, 0.15, 1, 8.9407e-08, -8.34465e-07, -2.38419e-07, 0.457674, -0.38779, 0.0142454, 0.799969, 1, 1, 1, 0.2, 1, -1.19209e-07, -9.53674e-07, -5.96046e-07, 0.453414, -0.391376, 0.0115749, 0.800692, 1, 1, 1, 0.25, 1, -2.98023e-08, -8.64267e-07, -5.96046e-07, 0.455951, -0.392917, 0.0127032, 0.798476, 1, 1, 1, 0.3, 1, -2.68221e-07, -5.96046e-07, -3.57628e-07, 0.461696, -0.389009, 0.0167183, 0.797013, 1, 1, 1, 0.35, 1, 5.96046e-08, -9.23872e-07, -5.96046e-07, 0.465445, -0.38698, 0.0198743, 0.795747, 1, 1, 1, 0.4, 1, 2.68221e-07, -8.64267e-07, -6.55651e-07, 0.4685, -0.387548, 0.0218417, 0.793623, 1, 1, 1, 0.45, 1, 3.27826e-07, -6.55651e-07, -4.17233e-07, 0.46904, -0.387773, 0.0221851, 0.793184, 1, 1, 1, 1.25, 1, 3.27826e-07, -6.55651e-07, -4.17233e-07, 0.46904, -0.387773, 0.0221851, 0.793184, 1, 1, 1) -tracks/2/type = "transform" -tracks/2/path = NodePath("Armature/Skeleton3D:l-arm") -tracks/2/interp = 1 -tracks/2/loop_wrap = true -tracks/2/imported = false -tracks/2/enabled = true -tracks/2/keys = PackedFloat32Array(0, 1, -2.98023e-08, 1.19209e-07, -2.98023e-08, -0.326141, -0.23441, -0.185472, 0.896819, 1, 1, 1, 0.05, 1, -9.53674e-07, -4.76837e-07, 5.66244e-07, -0.309655, -0.239675, -0.179325, 0.902503, 1, 1, 1, 0.1, 1, -8.64267e-07, -4.76837e-07, 7.15256e-07, -0.27681, -0.251556, -0.166111, 0.912416, 1, 1, 1, 0.15, 1, -8.64267e-07, -3.57628e-07, 8.04663e-07, -0.254018, -0.264552, -0.15679, 0.917008, 1, 1, 1, 0.2, 1, -4.76837e-07, -3.57628e-07, 4.47035e-07, -0.251196, -0.272504, -0.156931, 0.915431, 1, 1, 1, 0.25, 1, -1.13249e-06, -7.15256e-07, 8.9407e-07, -0.279016, -0.258742, -0.169921, 0.909027, 1, 1, 1, 0.3, 1, -7.15256e-07, 1.19209e-07, 5.06639e-07, -0.316679, -0.238757, -0.183476, 0.89947, 1, 1, 1, 0.35, 1, -6.25849e-07, -1.19209e-07, 3.57628e-07, -0.327726, -0.235686, -0.18601, 0.895795, 1, 1, 1, 0.4, 1, -2.68221e-07, 0, 1.49012e-07, -0.326797, -0.234512, -0.185665, 0.896514, 1, 1, 1, 0.45, 1, -2.98023e-08, 1.19209e-07, -2.98023e-08, -0.326141, -0.23441, -0.185472, 0.896819, 1, 1, 1, 1.25, 1, -2.98023e-08, 1.19209e-07, -2.98023e-08, -0.326141, -0.23441, -0.185472, 0.896819, 1, 1, 1) -tracks/3/type = "transform" -tracks/3/path = NodePath("Armature/Skeleton3D:l-forearm") -tracks/3/interp = 1 -tracks/3/loop_wrap = true -tracks/3/imported = false -tracks/3/enabled = true -tracks/3/keys = PackedFloat32Array(0, 1, -2.08616e-07, -1.54972e-06, -1.19209e-07, 0.47174, 0.366267, -0.0198596, 0.80182, 1, 1, 1, 0.05, 1, -2.98023e-08, -6.25849e-07, 0, 0.468656, 0.375596, -0.0166676, 0.799382, 1, 1, 1, 0.1, 1, -8.9407e-08, -2.68221e-07, -5.96046e-08, 0.459943, 0.392089, -0.0107327, 0.79662, 1, 1, 1, 0.15, 1, -2.08616e-07, -2.08616e-07, -2.38419e-07, 0.451048, 0.400355, -0.00696642, 0.797636, 1, 1, 1, 0.2, 1, -2.38419e-07, -7.7486e-07, 0, 0.448637, 0.398723, -0.00658308, 0.799813, 1, 1, 1, 0.3, 1, -5.96046e-08, -2.98023e-07, -4.17233e-07, 0.465357, 0.361793, -0.0151844, 0.807662, 1, 1, 1, 0.35, 1, -1.49012e-07, -5.36442e-07, -3.57628e-07, 0.468536, 0.360417, -0.0183993, 0.806372, 1, 1, 1, 0.4, 1, -5.96046e-08, -8.64267e-07, -1.78814e-07, 0.471244, 0.365087, -0.0196777, 0.802654, 1, 1, 1, 0.45, 1, -2.08616e-07, -1.54972e-06, -1.19209e-07, 0.47174, 0.366267, -0.0198596, 0.80182, 1, 1, 1, 1.25, 1, -2.08616e-07, -1.54972e-06, -1.19209e-07, 0.47174, 0.366267, -0.0198596, 0.80182, 1, 1, 1) -tracks/4/type = "transform" -tracks/4/path = NodePath("Armature/Skeleton3D:r-thigh") -tracks/4/interp = 1 -tracks/4/loop_wrap = true -tracks/4/imported = false -tracks/4/enabled = true -tracks/4/keys = PackedFloat32Array(0, 1, 0, 7.45058e-09, -1.3411e-07, -0.0625169, 0.00920125, -0.00328561, 0.997996, 1, 1, 1, 0.05, 1, 5.96046e-08, 8.9407e-08, -6.10948e-07, -0.0877092, 0.00901381, -0.00306586, 0.996101, 1, 1, 1, 0.1, 1, 5.96046e-08, -2.23517e-08, -1.19209e-07, -0.138998, 0.00794913, -0.00288258, 0.990257, 1, 1, 1, 0.15, 1, 5.96046e-08, 1.49012e-08, -4.02331e-07, -0.178155, 0.00579277, -0.00296187, 0.983981, 1, 1, 1, 0.2, 1, 8.9407e-08, 0, 1.78814e-07, -0.18648, 0.0038127, -0.0029159, 0.982447, 1, 1, 1, 0.25, 1, 5.96046e-08, 5.21541e-08, -1.93715e-07, -0.189861, 0.00940162, -0.00299906, 0.981761, 1, 1, 1, 0.3, 1, 5.96046e-08, -5.96046e-08, 2.83122e-07, -0.170763, 0.015059, -0.00307746, 0.985192, 1, 1, 1, 0.35, 1, 0, -7.45058e-09, -1.3411e-07, -0.115285, 0.0123617, -0.00312517, 0.993251, 1, 1, 1, 0.4, 1, 0, 7.45058e-09, -1.3411e-07, -0.0713277, 0.00977016, -0.00325209, 0.9974, 1, 1, 1, 0.45, 1, 0, 7.45058e-09, -1.3411e-07, -0.0625169, 0.00920125, -0.00328561, 0.997996, 1, 1, 1, 1.25, 1, 0, 7.45058e-09, -1.3411e-07, -0.0625169, 0.00920125, -0.00328561, 0.997996, 1, 1, 1) -tracks/5/type = "transform" -tracks/5/path = NodePath("Armature/Skeleton3D:r-leg") -tracks/5/interp = 1 -tracks/5/loop_wrap = true -tracks/5/imported = false -tracks/5/enabled = true -tracks/5/keys = PackedFloat32Array(0, 1, 4.42378e-08, -8.19564e-08, 1.78814e-07, -0.407694, 0.0277893, 0.000765211, 0.912696, 1, 1, 1, 0.05, 1, 1.89757e-08, -5.21541e-08, 6.55651e-07, -0.435809, 0.0297697, 0.000893482, 0.899546, 1, 1, 1, 0.1, 1, 1.42027e-08, 6.70552e-08, 7.15256e-07, -0.489147, 0.0339313, 0.00115069, 0.871541, 1, 1, 1, 0.15, 1, 1.13854e-07, 0, 5.96046e-07, -0.523927, 0.0370339, 0.00133512, 0.850957, 1, 1, 1, 0.2, 1, 1.29221e-07, -3.72529e-08, 4.17233e-07, -0.526448, 0.0372296, 0.00134975, 0.849391, 1, 1, 1, 0.25, 1, 1.6077e-07, -2.68221e-07, 4.76837e-07, -0.538369, 0.0372441, 0.00135905, 0.841885, 1, 1, 1, 0.3, 1, 6.17001e-09, -1.04308e-07, 7.15256e-07, -0.530237, 0.0358611, 0.00127618, 0.84709, 1, 1, 1, 0.4, 1, 2.08383e-08, -2.23517e-08, 4.17233e-07, -0.418447, 0.0284447, 0.00080823, 0.907795, 1, 1, 1, 0.45, 1, 4.42378e-08, -8.19564e-08, 1.78814e-07, -0.407694, 0.0277893, 0.000765211, 0.912696, 1, 1, 1, 1.25, 1, 4.42378e-08, -8.19564e-08, 1.78814e-07, -0.407694, 0.0277893, 0.000765211, 0.912696, 1, 1, 1) -tracks/6/type = "transform" -tracks/6/path = NodePath("Armature/Skeleton3D:r-foot") -tracks/6/interp = 1 -tracks/6/loop_wrap = true -tracks/6/imported = false -tracks/6/enabled = true -tracks/6/keys = PackedFloat32Array(0, 1, 1.04308e-07, -1.19209e-07, 6.70552e-08, -1.11759e-08, 1.16415e-09, 7.45058e-09, 1, 1, 1, 1, 1.25, 1, 1.04308e-07, -1.19209e-07, 6.70552e-08, -1.11759e-08, 1.16415e-09, 7.45058e-09, 1, 1, 1, 1) -tracks/7/type = "transform" -tracks/7/path = NodePath("Armature/Skeleton3D:l-thigh") -tracks/7/interp = 1 -tracks/7/loop_wrap = true -tracks/7/imported = false -tracks/7/enabled = true -tracks/7/keys = PackedFloat32Array(0, 1, -2.98023e-08, 1.49012e-08, 1.19209e-07, -0.630421, -0.0882657, 0.00990556, 0.771155, 1, 1, 1, 0.05, 1, 8.9407e-08, 9.68575e-08, -2.38419e-07, -0.641086, -0.0918399, 0.00914405, 0.7619, 1, 1, 1, 0.15, 1, 5.96046e-08, 2.23517e-08, -1.3411e-07, -0.695929, -0.109196, 0.0054072, 0.70974, 1, 1, 1, 0.2, 1, 0, 7.45058e-09, 4.61936e-07, -0.716484, -0.115048, 0.00471066, 0.688035, 0.999999, 1, 1, 0.25, 1, 2.98023e-08, 5.21541e-08, 7.45058e-08, -0.742062, -0.116709, 0.0109015, 0.660003, 1, 1, 1, 0.3, 1, -5.96046e-08, -6.70552e-08, 5.51343e-07, -0.738131, -0.110711, 0.0165993, 0.665304, 0.999999, 1, 1, 0.35, 1, -2.98023e-08, -1.49012e-08, 1.19209e-07, -0.683291, -0.098194, 0.0131016, 0.723395, 1, 1, 1, 0.4, 1, -2.98023e-08, 1.49012e-08, 1.19209e-07, -0.638973, -0.0897534, 0.0103931, 0.763904, 1, 1, 1, 0.45, 1, -2.98023e-08, 1.49012e-08, 1.19209e-07, -0.630421, -0.0882657, 0.00990556, 0.771155, 1, 1, 1, 1.25, 1, -2.98023e-08, 1.49012e-08, 1.19209e-07, -0.630421, -0.0882657, 0.00990556, 0.771155, 1, 1, 1) -tracks/8/type = "transform" -tracks/8/path = NodePath("Armature/Skeleton3D:l-leg") -tracks/8/interp = 1 -tracks/8/loop_wrap = true -tracks/8/imported = false -tracks/8/enabled = true -tracks/8/keys = PackedFloat32Array(0, 1, 4.48199e-08, -1.11759e-07, 1.78814e-07, -0.822993, -0.106344, -0.00540277, 0.557982, 1, 1, 1, 0.05, 1, 4.30737e-09, -2.08616e-07, -1.19209e-07, -0.827005, -0.107477, -0.00546779, 0.551799, 1, 1, 1, 0.1, 1, 8.84756e-09, -1.19209e-07, 1.19209e-07, -0.836608, -0.110063, -0.00562015, 0.536601, 1, 1, 1, 0.2, 1, -2.91038e-08, 1.19209e-07, 0, -0.857806, -0.115929, -0.00596456, 0.500693, 1, 1, 1, 0.25, 1, 7.33417e-09, 0, 5.96046e-08, 0.876669, 0.123709, 0.00633999, -0.464874, 1, 1, 1, 0.3, 1, -4.38886e-08, -1.3411e-07, -1.19209e-07, 0.881066, 0.125876, 0.00641456, -0.455891, 1, 1, 1, 0.35, 1, 9.66247e-09, 0, -5.96046e-08, -0.853515, -0.11545, -0.00587343, 0.508083, 1, 1, 1, 0.4, 1, 2.17697e-08, -3.72529e-08, 5.96046e-08, -0.828218, -0.107764, -0.00547631, 0.549921, 1, 1, 1, 0.45, 1, 4.48199e-08, -1.11759e-07, 1.78814e-07, -0.822993, -0.106344, -0.00540277, 0.557982, 1, 1, 1, 1.25, 1, 4.48199e-08, -1.11759e-07, 1.78814e-07, -0.822993, -0.106344, -0.00540277, 0.557982, 1, 1, 1) -tracks/9/type = "transform" -tracks/9/path = NodePath("Armature/Skeleton3D:l-foot") -tracks/9/interp = 1 -tracks/9/loop_wrap = true -tracks/9/imported = false -tracks/9/enabled = true -tracks/9/keys = PackedFloat32Array(0, 1, 7.45058e-09, -2.38419e-07, -8.19564e-08, -1.86265e-08, -1.28057e-09, 3.72529e-09, 1, 1, 1, 1, 1.25, 1, 7.45058e-09, -2.38419e-07, -8.19564e-08, -1.86265e-08, -1.28057e-09, 3.72529e-09, 1, 1, 1, 1) -tracks/10/type = "transform" -tracks/10/path = NodePath("Armature/Skeleton3D:MASTER") -tracks/10/interp = 1 -tracks/10/loop_wrap = true -tracks/10/imported = false -tracks/10/enabled = true -tracks/10/keys = PackedFloat32Array(0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/11/type = "transform" -tracks/11/path = NodePath("Armature/Skeleton3D:HEAD") -tracks/11/interp = 1 -tracks/11/loop_wrap = true -tracks/11/imported = false -tracks/11/enabled = true -tracks/11/keys = PackedFloat32Array(0, 1, -5.68434e-14, 0, 2.81136, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, -5.68434e-14, 0, 2.88275, 0, 0, 0, 1, 1, 1, 1, 0.15, 1, 5.68434e-14, 4.76837e-07, 3.22584, 0, 0, 0, 1, 1, 1, 1, 0.2, 1, 5.68434e-14, 4.76837e-07, 3.31311, 0, 0, -7.10543e-15, 1, 1, 1, 1, 0.25, 1, 5.68434e-14, 4.76837e-07, 3.27685, 0, 0, 0, 1, 1, 1, 1, 0.35, 1, -5.68434e-14, 0, 2.93405, 0, 0, -7.10543e-15, 1, 1, 1, 1, 0.4, 1, -5.68434e-14, 0, 2.82965, 0, 0, 0, 1, 1, 1, 1, 0.45, 1, -5.68434e-14, 0, 2.81136, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, -5.68434e-14, 0, 2.81136, 0, 0, 0, 1, 1, 1, 1) -tracks/12/type = "transform" -tracks/12/path = NodePath("Armature/Skeleton3D:r-LEGCONTROL") -tracks/12/interp = 1 -tracks/12/loop_wrap = true -tracks/12/imported = false -tracks/12/enabled = true -tracks/12/keys = PackedFloat32Array(0, 1, -5.96046e-08, 0.623878, 0.831837, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, -5.96046e-08, 0.623878, 0.85661, 0, 0, 0, 1, 1, 1, 1, 0.1, 1, -5.96046e-08, 0.623878, 0.907642, 0, 0, 0, 1, 1, 1, 1, 0.15, 1, -5.96046e-08, 0.623878, 0.942906, 0, 0, 0, 1, 1, 1, 1, 0.2, 1, -5.96046e-08, 0.623878, 0.943599, 0, 0, 0, 1, 1, 1, 1, 0.25, 1, -5.96046e-08, 0.623878, 0.921011, 0, 0, 0, 1, 1, 1, 1, 0.35, 1, -5.96046e-08, 0.623878, 0.851786, 0, 0, 0, 1, 1, 1, 1, 0.4, 1, -5.96046e-08, 0.623878, 0.834743, 0, 0, 0, 1, 1, 1, 1, 0.45, 1, -5.96046e-08, 0.623878, 0.831837, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, -5.96046e-08, 0.623878, 0.831837, 0, 0, 0, 1, 1, 1, 1) -tracks/13/type = "transform" -tracks/13/path = NodePath("Armature/Skeleton3D:l-LEGCONTROL") -tracks/13/interp = 1 -tracks/13/loop_wrap = true -tracks/13/imported = false -tracks/13/enabled = true -tracks/13/keys = PackedFloat32Array(0, 1, -1.19209e-07, 1.00668e-07, 1.33339, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, -1.19209e-07, 1.01535e-07, 1.34488, 0, 0, 0, 1, 1, 1, 1, 0.1, 1, -1.19209e-07, 1.0373e-07, 1.37395, 0, 0, 0, 1, 1, 1, 1, 0.15, 1, -1.19209e-07, 1.06482e-07, 1.41041, 0, 0, 0, 1, 1, 1, 1, 0.2, 1, -1.19209e-07, 1.08677e-07, 1.43947, 0, 0, 0, 1, 1, 1, 1, 0.25, 1, -1.19209e-07, 1.09544e-07, 1.45096, 0, 0, 0, 1, 1, 1, 1, 0.3, 1, -1.19209e-07, 1.07675e-07, 1.4262, 0, 0, 0, 1, 1, 1, 1, 0.35, 1, -1.19209e-07, 1.03822e-07, 1.37517, 0, 0, 0, 1, 1, 1, 1, 0.4, 1, -1.19209e-07, 1.01159e-07, 1.33989, 0, 0, 0, 1, 1, 1, 1, 0.45, 1, -1.19209e-07, 1.00668e-07, 1.33339, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, -1.19209e-07, 1.00668e-07, 1.33339, 0, 0, 0, 1, 1, 1, 1) -tracks/14/type = "transform" -tracks/14/path = NodePath("Armature/Skeleton3D:r-LEGORIENT") -tracks/14/interp = 1 -tracks/14/loop_wrap = true -tracks/14/imported = false -tracks/14/enabled = true -tracks/14/keys = PackedFloat32Array(0, 1, -2.98023e-08, 1.19209e-07, 0, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, -2.98023e-08, 1.19209e-07, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/15/type = "transform" -tracks/15/path = NodePath("Armature/Skeleton3D:l-LEGORIENT") -tracks/15/interp = 1 -tracks/15/loop_wrap = true -tracks/15/imported = false -tracks/15/enabled = true -tracks/15/keys = PackedFloat32Array(0, 1, 2.98023e-08, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 2.98023e-08, 0, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/16/type = "transform" -tracks/16/path = NodePath("Armature/Skeleton3D:r-ARMCONTROL") -tracks/16/interp = 1 -tracks/16/loop_wrap = true -tracks/16/imported = false -tracks/16/enabled = true -tracks/16/keys = PackedFloat32Array(0, 1, -1.39671, 2.72686, 1.19541, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, -1.39671, 2.70532, 1.19971, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.1, 1, -1.39671, 2.65088, 1.2106, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.15, 1, -1.39671, 2.5826, 1.22425, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.2, 1, -1.39671, 2.52819, 1.23514, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.25, 1, -1.39671, 2.50668, 1.23944, 0, 0, 0, 1, 1, 1, 1, 0.3, 1, -1.39671, 2.55303, 1.23017, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.35, 1, -1.39671, 2.64856, 1.21105, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.4, 1, -1.39671, 2.71466, 1.19784, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.45, 1, -1.39671, 2.72686, 1.19541, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, -1.39671, 2.72686, 1.19541, 0, 0, 0, 1, 1, 1, 1) -tracks/17/type = "transform" -tracks/17/path = NodePath("Armature/Skeleton3D:l-ARMCONTROL") -tracks/17/interp = 1 -tracks/17/loop_wrap = true -tracks/17/imported = false -tracks/17/enabled = true -tracks/17/keys = PackedFloat32Array(0, 1, 1.27388, 2.72686, 1.19541, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, 1.27388, 2.68042, 1.20468, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.1, 1, 1.27388, 2.58486, 1.2238, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.15, 1, 1.27388, 2.51885, 1.23701, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.2, 1, 1.27388, 2.51756, 1.23727, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.25, 1, 1.27388, 2.55985, 1.22881, 0, 0, 0, 1, 1, 1, 1, 0.35, 1, 1.27388, 2.68948, 1.20288, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.4, 1, 1.27388, 2.72141, 1.19649, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.45, 1, 1.27388, 2.72686, 1.19541, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 1.27388, 2.72686, 1.19541, 0, 0, 0, 1, 1, 1, 1) -tracks/18/type = "transform" -tracks/18/path = NodePath("Armature/Skeleton3D:r-ARMORIENT") -tracks/18/interp = 1 -tracks/18/loop_wrap = true -tracks/18/imported = false -tracks/18/enabled = true -tracks/18/keys = PackedFloat32Array(0, 1, 0.59069, -0.00390959, 0.736489, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 0.59069, -0.00390959, 0.736489, 0, 0, 0, 1, 1, 1, 1) -tracks/19/type = "transform" -tracks/19/path = NodePath("Armature/Skeleton3D:l-ARMORIENT") -tracks/19/interp = 1 -tracks/19/loop_wrap = true -tracks/19/imported = false -tracks/19/enabled = true -tracks/19/keys = PackedFloat32Array(0, 1, -0.59069, -0.00390959, 0.736489, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, -0.59069, -0.00390959, 0.736489, 0, 0, 0, 1, 1, 1, 1) -tracks/20/type = "transform" -tracks/20/path = NodePath("Armature/Skeleton3D:hip") -tracks/20/interp = 1 -tracks/20/loop_wrap = true -tracks/20/imported = false -tracks/20/enabled = true -tracks/20/keys = PackedFloat32Array(0, 1, -9.25123e-16, 1.16368e-07, -0.513782, -0.068257, 1.03065e-08, 8.40178e-15, 0.997668, 1, 1, 1, 0.05, 1, -0.00604435, -0.0171726, -0.516875, -0.068257, 1.03065e-08, 1.59689e-14, 0.997668, 1, 1, 1, 0.15, 1, -0.0352723, -0.100186, -0.531832, -0.068257, 1.03065e-08, 8.79127e-15, 0.997668, 1, 1, 1, 0.2, 1, -0.0427212, -0.121339, -0.535645, -0.068257, 1.03065e-08, 1.59689e-14, 0.997668, 1, 1, 1, 0.25, 1, -0.0251165, -0.102747, -0.494262, -0.068257, 1.03065e-08, 8.40178e-15, 0.997668, 1, 1, 1, 0.3, 1, -0.00387635, -0.0612733, -0.455449, -0.068257, 1.03065e-08, 8.79127e-15, 0.997668, 1, 1, 1, 0.35, 1, -0.000906605, -0.0266833, -0.479965, -0.068257, 1.03065e-08, 1.59689e-14, 0.997668, 1, 1, 1, 0.4, 1, -5.88306e-05, -0.00401501, -0.507859, -0.068257, 1.03065e-08, 8.79127e-15, 0.997668, 1, 1, 1, 0.45, 1, -9.25123e-16, 1.16368e-07, -0.513782, -0.068257, 1.03065e-08, 8.40178e-15, 0.997668, 1, 1, 1, 1.25, 1, -9.25123e-16, 1.16368e-07, -0.513782, -0.068257, 1.03065e-08, 8.40178e-15, 0.997668, 1, 1, 1) -tracks/21/type = "transform" -tracks/21/path = NodePath("Armature/Skeleton3D:waist") -tracks/21/interp = 1 -tracks/21/loop_wrap = true -tracks/21/imported = false -tracks/21/enabled = true -tracks/21/keys = PackedFloat32Array(0, 1, -5.25618e-15, 1.49011e-08, -1.49012e-07, 0.0904093, -6.07213e-16, 7.18977e-15, 0.995905, 1, 1, 1, 0.05, 1, -2.67973e-10, 2.32644e-08, -5.96046e-08, 0.0920949, -3.47794e-16, 7.16792e-15, 0.99575, 1, 1, 1, 0.15, 1, 2.52298e-09, 2.61876e-08, -2.98023e-08, 0.100243, -1.17281e-15, 7.25956e-15, 0.994963, 1, 1, 1, 0.2, 1, -5.62989e-10, 3.32728e-08, -1.49012e-07, 0.102318, -1.15767e-15, 7.26199e-15, 0.994752, 1, 1, 1, 0.25, 1, -1.24048e-09, 3.35948e-08, -8.9407e-08, 0.101456, -6.3375e-16, 7.20691e-15, 0.99484, 1, 1, 1, 0.35, 1, 8.229e-13, 2.99392e-08, -1.49012e-07, 0.0933096, -3.39049e-16, 7.16834e-15, 0.995637, 1, 1, 1, 0.4, 1, -3.31995e-12, 2.53408e-08, -1.49012e-07, 0.0908406, -1.44454e-15, 1.31767e-16, 0.995865, 1, 1, 1, 0.45, 1, -5.25618e-15, 1.49011e-08, -1.49012e-07, 0.0904093, -6.07213e-16, 7.18977e-15, 0.995905, 1, 1, 1, 1.25, 1, -5.25618e-15, 1.49011e-08, -1.49012e-07, 0.0904093, -6.07213e-16, 7.18977e-15, 0.995905, 1, 1, 1) -tracks/22/type = "transform" -tracks/22/path = NodePath("Armature/Skeleton3D:chest") -tracks/22/interp = 1 -tracks/22/loop_wrap = true -tracks/22/imported = false -tracks/22/enabled = true -tracks/22/keys = PackedFloat32Array(0, 1, -1.31025e-21, 7.45058e-09, -1.78814e-07, 0.0570428, -7.52314e-16, -1.03276e-15, 0.998372, 1, 1, 1, 0.05, 1, -6.93196e-14, 7.45058e-09, 0, 0.0590419, -0.00284152, 0.000283556, 0.998251, 1, 1, 1, 0.15, 1, 7.44988e-10, -3.72529e-09, 0, 0.0686997, -0.0165823, 0.00165476, 0.997498, 1, 1, 1, 0.2, 1, -7.04617e-14, -7.45058e-09, -5.96046e-08, 0.0711578, -0.0200834, 0.00200414, 0.997261, 1, 1, 1, 0.25, 1, -6.96491e-14, -3.72529e-09, -5.96046e-08, 0.0701373, -0.0186297, 0.00185908, 0.997362, 1, 1, 1, 0.35, 1, 6.97804e-11, 7.45058e-09, -1.78814e-07, 0.0604823, -0.00488944, 0.000487919, 0.998157, 1, 1, 1, 0.4, 1, -2.75782e-14, 1.11759e-08, -2.38419e-07, 0.0575543, -0.000727023, 7.25494e-05, 0.998342, 1, 1, 1, 0.45, 1, -1.31025e-21, 7.45058e-09, -1.78814e-07, 0.0570428, -7.52314e-16, -1.03276e-15, 0.998372, 1, 1, 1, 1.25, 1, -1.31025e-21, 7.45058e-09, -1.78814e-07, 0.0570428, -7.52314e-16, -1.03276e-15, 0.998372, 1, 1, 1) -tracks/23/type = "transform" -tracks/23/path = NodePath("Armature/Skeleton3D:neck") -tracks/23/interp = 1 -tracks/23/loop_wrap = true -tracks/23/imported = false -tracks/23/enabled = true -tracks/23/keys = PackedFloat32Array(0, 1, -8.52651e-14, -4.47035e-08, -4.76837e-07, -7.45058e-09, 2.13163e-14, -1.77636e-15, 1, 1, 1, 1, 1.25, 1, -8.52651e-14, -4.47035e-08, -4.76837e-07, -7.45058e-09, 2.13163e-14, -1.77636e-15, 1, 1, 1, 1) -tracks/24/type = "transform" -tracks/24/path = NodePath("Armature/Skeleton3D:headtracker") -tracks/24/interp = 1 -tracks/24/loop_wrap = true -tracks/24/imported = false -tracks/24/enabled = true -tracks/24/keys = PackedFloat32Array(0, 1, 1.77636e-14, -4.17233e-07, -3.53903e-08, -0.197724, -1.34662e-08, 4.54456e-08, 0.980258, 1, 1, 1, 0.05, 1, -1.95943e-09, -5.06639e-07, -6.40284e-08, -0.199636, 0.000196518, -0.00285815, 0.979866, 1, 1, 1, 0.15, 1, -2.19083e-08, -2.38419e-07, -5.75092e-08, -0.207914, 0.00144056, -0.0167025, 0.978003, 1, 1, 1, 0.2, 1, 6.08469e-09, -3.8743e-07, -6.33299e-08, -0.209803, 0.00183038, -0.0202351, 0.977533, 1, 1, 1, 0.25, 1, -4.45088e-08, -8.64267e-07, -5.21541e-08, -0.20649, 0.000358444, -0.0190238, 0.978264, 1, 1, 1, 0.3, 1, 7.56265e-09, -8.34465e-07, -4.84288e-08, -0.200537, -0.000986884, -0.0126263, 0.979604, 1, 1, 1, 0.35, 1, 3.42126e-11, -4.17233e-07, -2.37487e-08, -0.198104, -0.000490507, -0.00505109, 0.980168, 1, 1, 1, 0.4, 1, 3.9655e-10, -3.57628e-07, -3.05008e-08, -0.197722, -8.26043e-05, -0.000750033, 0.980258, 1, 1, 1, 0.45, 1, 1.77636e-14, -4.17233e-07, -3.53903e-08, -0.197724, -1.34662e-08, 4.54456e-08, 0.980258, 1, 1, 1, 1.25, 1, 1.77636e-14, -4.17233e-07, -3.53903e-08, -0.197724, -1.34662e-08, 4.54456e-08, 0.980258, 1, 1, 1) -tracks/25/type = "transform" -tracks/25/path = NodePath("Armature/Skeleton3D:head") -tracks/25/interp = 1 -tracks/25/loop_wrap = true -tracks/25/imported = false -tracks/25/enabled = true -tracks/25/keys = PackedFloat32Array(0, 1, 2.81164e-14, 2.468e-08, 3.32249e-07, 2.23517e-08, -5.32907e-15, 7.10543e-15, 1, 1, 1, 1, 1.25, 1, 2.81164e-14, 2.468e-08, 3.32249e-07, 2.23517e-08, -5.32907e-15, 7.10543e-15, 1, 1, 1, 1) -tracks/26/type = "transform" -tracks/26/path = NodePath("Armature/Skeleton3D:vent") -tracks/26/interp = 1 -tracks/26/loop_wrap = true -tracks/26/imported = false -tracks/26/enabled = true -tracks/26/keys = PackedFloat32Array(0, 1, 7.99361e-14, 1.49012e-07, -8.34465e-07, 2.43308e-08, 6.21725e-15, -8.59209e-15, 1, 1, 1, 1, 1.25, 1, 7.99361e-14, 1.49012e-07, -8.34465e-07, 2.43308e-08, 6.21725e-15, -8.59209e-15, 1, 1, 1, 1) -[sub_resource type="Animation" id=7] +[sub_resource type="Animation" id="7"] resource_name = "idle" length = 1.25 -loop = true -tracks/0/type = "transform" -tracks/0/path = NodePath("Armature/Skeleton3D:r-arm") -tracks/0/interp = 1 -tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true -tracks/0/keys = PackedFloat32Array(0, 1, 1.01328e-06, -8.34465e-07, 1.07288e-06, -0.0255728, 0.138077, -0.259039, 0.955604, 1, 1, 1, 0.05, 1, 5.96046e-07, -2.38419e-07, 3.8743e-07, -0.0264725, 0.139277, -0.25962, 0.955248, 1, 1, 1, 0.1, 1, 5.36442e-07, -2.38419e-07, 3.8743e-07, -0.028916, 0.142508, -0.261183, 0.954274, 1, 1, 1, 0.15, 1, 1.19209e-07, 1.19209e-07, 5.96046e-08, -0.0326835, 0.14736, -0.26354, 0.952766, 1, 1, 1, 0.25, 1, 5.96046e-08, 1.19209e-07, 0, -0.0433083, 0.158072, -0.268982, 0.949098, 1, 1, 1, 0.3, 1, 8.9407e-07, -3.57628e-07, 5.96046e-07, -0.0481632, 0.16058, -0.27034, 0.948056, 1, 1, 1, 0.35, 1, 7.15256e-07, -3.57628e-07, 5.36442e-07, -0.0515519, 0.159894, -0.270034, 0.948081, 1, 1, 1, 0.4, 1, 6.25849e-07, -3.57628e-07, 5.06639e-07, -0.0529994, 0.155917, -0.267946, 0.949256, 1, 1, 1, 0.85, 1, 8.04663e-07, -5.96046e-07, 8.34465e-07, -0.01551, 0.114246, -0.235933, 0.964906, 1, 1, 1, 0.9, 1, 7.15256e-07, -4.76837e-07, 7.15256e-07, -0.0133439, 0.115591, -0.236366, 0.964672, 1, 1, 1, 0.95, 1, 5.06639e-07, -3.57628e-07, 4.76837e-07, -0.0142794, 0.118993, -0.239276, 0.963527, 1, 1, 1, 1.1, 1, 6.55651e-07, -3.57628e-07, 5.36442e-07, -0.0224776, 0.132362, -0.25315, 0.958066, 1, 1, 1, 1.15, 1, 7.45058e-07, -2.38419e-07, 4.17233e-07, -0.0241962, 0.135447, -0.25637, 0.956736, 1, 1, 1, 1.2, 1, 7.15256e-07, -2.38419e-07, 5.06639e-07, -0.0252313, 0.137384, -0.258343, 0.955902, 1, 1, 1, 1.25, 1, 1.01328e-06, -8.34465e-07, 1.07288e-06, -0.0255726, 0.138077, -0.259039, 0.955604, 1, 1, 1) -tracks/1/type = "transform" -tracks/1/path = NodePath("Armature/Skeleton3D:r-forearm") -tracks/1/interp = 1 -tracks/1/loop_wrap = true -tracks/1/imported = false -tracks/1/enabled = true -tracks/1/keys = PackedFloat32Array(0, 1, 2.38419e-07, -8.34465e-07, -4.76837e-07, -0.218168, -0.120735, -0.0116329, 0.968344, 1, 1, 1, 0.05, 1, 2.98023e-08, -5.96046e-07, -2.38419e-07, -0.218633, -0.120967, -0.0119311, 0.968207, 1, 1, 1, 0.1, 1, 1.78814e-07, -7.7486e-07, -4.76837e-07, -0.219848, -0.121646, -0.0127373, 0.967836, 1, 1, 1, 0.15, 1, -5.96046e-08, -6.25849e-07, -4.76837e-07, -0.221585, -0.122891, -0.0139574, 0.967266, 1, 1, 1, 0.2, 1, -2.98023e-08, -9.83477e-07, -1.78814e-07, -0.223801, -0.125062, -0.0151597, 0.966459, 1, 1, 1, 0.25, 1, 1.49012e-07, -5.66244e-07, -2.38419e-07, -0.225991, -0.128733, -0.0159408, 0.965454, 1, 1, 1, 0.3, 1, 0, -1.04308e-06, -2.38419e-07, -0.227229, -0.134329, -0.0159913, 0.9644, 1, 0.999999, 1, 0.55, 1, 2.98023e-08, -5.66244e-07, -3.57628e-07, -0.218159, -0.170756, -0.00658222, 0.960836, 1, 1, 1, 0.6, 1, 1.49012e-07, -5.36442e-07, -2.98023e-07, -0.214746, -0.174272, -0.00460497, 0.960985, 1, 1, 1, 0.65, 1, 2.38419e-07, -2.08616e-07, -3.57628e-07, -0.21128, -0.17607, -0.0030008, 0.961432, 1, 1, 1, 0.7, 1, 1.49012e-07, -4.47035e-07, -2.38419e-07, -0.207961, -0.17612, -0.00179697, 0.962149, 1, 1, 1, 0.75, 1, -2.38419e-07, -6.55651e-07, -3.57628e-07, -0.204984, -0.174339, -0.000935222, 0.963113, 1, 1, 1, 0.8, 1, 8.9407e-08, -2.98023e-08, -1.19209e-07, -0.202542, -0.170485, -0.000499965, 0.964319, 1, 0.999999, 1, 0.85, 1, 8.9407e-08, -8.64267e-07, -4.17233e-07, -0.200954, -0.164989, -0.000498206, 0.965607, 1, 0.999999, 1, 1.15, 1, 1.19209e-07, -6.85453e-07, -2.98023e-07, -0.216378, -0.124725, -0.0104075, 0.968254, 1, 1, 1, 1.2, 1, -2.98023e-08, 2.98023e-08, -1.78814e-07, -0.217708, -0.121801, -0.0113103, 0.968318, 1, 1, 1, 1.25, 1, 2.38419e-07, -8.34465e-07, -4.76837e-07, -0.218168, -0.120734, -0.0116329, 0.968344, 1, 1, 1) -tracks/2/type = "transform" -tracks/2/path = NodePath("Armature/Skeleton3D:l-arm") -tracks/2/interp = 1 -tracks/2/loop_wrap = true -tracks/2/imported = false -tracks/2/enabled = true -tracks/2/keys = PackedFloat32Array(0, 1, -1.01328e-06, -8.34465e-07, 1.07288e-06, -0.0255728, -0.138077, 0.25904, 0.955604, 1, 1, 1, 0.05, 1, -5.96046e-07, -2.38419e-07, 3.8743e-07, -0.0264725, -0.139277, 0.25962, 0.955248, 1, 1, 1, 0.1, 1, -5.36442e-07, -2.38419e-07, 3.8743e-07, -0.028916, -0.142508, 0.261183, 0.954274, 1, 1, 1, 0.15, 1, -1.19209e-07, 1.19209e-07, 5.96046e-08, -0.0326835, -0.14736, 0.26354, 0.952766, 1, 1, 1, 0.25, 1, -5.96046e-08, 1.19209e-07, 0, -0.0433083, -0.158072, 0.268982, 0.949098, 1, 1, 1, 0.3, 1, -8.9407e-07, -3.57628e-07, 5.96046e-07, -0.0481632, -0.16058, 0.27034, 0.948056, 1, 1, 1, 0.35, 1, -7.15256e-07, -3.57628e-07, 5.36442e-07, -0.0515519, -0.159894, 0.270034, 0.948081, 1, 1, 1, 0.4, 1, -6.25849e-07, -3.57628e-07, 5.06639e-07, -0.0529994, -0.155917, 0.267946, 0.949256, 1, 1, 1, 0.85, 1, -8.04663e-07, -5.96046e-07, 8.34465e-07, -0.01551, -0.114246, 0.235933, 0.964906, 1, 1, 1, 0.9, 1, -7.15256e-07, -4.76837e-07, 7.15256e-07, -0.0133439, -0.115591, 0.236367, 0.964672, 1, 1, 1, 0.95, 1, -5.06639e-07, -3.57628e-07, 4.76837e-07, -0.0142794, -0.118993, 0.239276, 0.963527, 1, 1, 1, 1.1, 1, -6.55651e-07, -3.57628e-07, 5.36442e-07, -0.0224776, -0.132362, 0.25315, 0.958066, 1, 1, 1, 1.15, 1, -7.45058e-07, -2.38419e-07, 4.17233e-07, -0.0241962, -0.135447, 0.25637, 0.956736, 1, 1, 1, 1.2, 1, -7.15256e-07, -2.38419e-07, 5.06639e-07, -0.0252313, -0.137384, 0.258343, 0.955902, 1, 1, 1, 1.25, 1, -1.01328e-06, -8.34465e-07, 1.07288e-06, -0.0255726, -0.138077, 0.259039, 0.955604, 1, 1, 1) -tracks/3/type = "transform" -tracks/3/path = NodePath("Armature/Skeleton3D:l-forearm") -tracks/3/interp = 1 -tracks/3/loop_wrap = true -tracks/3/imported = false -tracks/3/enabled = true -tracks/3/keys = PackedFloat32Array(0, 1, -2.38419e-07, -8.34465e-07, -4.76837e-07, -0.218168, 0.120735, 0.0116329, 0.968344, 1, 1, 1, 0.05, 1, -5.96046e-08, -8.04663e-07, -3.57628e-07, -0.218633, 0.120966, 0.0119311, 0.968207, 1, 1, 1, 0.1, 1, -3.57628e-07, -7.45058e-07, -4.17233e-07, -0.219848, 0.121646, 0.0127373, 0.967836, 1, 1, 1, 0.15, 1, -1.49012e-07, -6.25849e-07, -3.57628e-07, -0.221585, 0.122891, 0.0139575, 0.967266, 1, 1, 1, 0.2, 1, 0, -9.53674e-07, -1.19209e-07, -0.223801, 0.125062, 0.0151597, 0.966459, 1, 1, 1, 0.25, 1, -1.49012e-07, -5.66244e-07, -2.38419e-07, -0.225991, 0.128733, 0.0159408, 0.965454, 1, 1, 1, 0.3, 1, 0, -1.04308e-06, -2.38419e-07, -0.227229, 0.134329, 0.0159913, 0.9644, 1, 0.999999, 1, 0.55, 1, -2.98023e-08, -5.66244e-07, -3.57628e-07, -0.218159, 0.170756, 0.00658222, 0.960836, 1, 1, 1, 0.6, 1, -1.49012e-07, -5.36442e-07, -2.98023e-07, -0.214746, 0.174272, 0.00460497, 0.960985, 1, 1, 1, 0.65, 1, -2.38419e-07, -2.08616e-07, -3.57628e-07, -0.21128, 0.17607, 0.0030008, 0.961432, 1, 1, 1, 0.7, 1, -1.49012e-07, -4.47035e-07, -2.38419e-07, -0.207961, 0.17612, 0.00179697, 0.962149, 1, 1, 1, 0.75, 1, 2.38419e-07, -6.55651e-07, -3.57628e-07, -0.204984, 0.174339, 0.000935222, 0.963113, 1, 1, 1, 0.8, 1, -2.98023e-08, 0, -1.19209e-07, -0.202542, 0.170485, 0.000499968, 0.964319, 1, 1, 1, 0.85, 1, 1.49012e-07, -8.34465e-07, -4.17233e-07, -0.200954, 0.164989, 0.000498198, 0.965606, 1, 1, 1, 1.15, 1, -2.38419e-07, -8.04663e-07, -6.55651e-07, -0.216378, 0.124725, 0.0104075, 0.968254, 1, 1, 1, 1.2, 1, -2.08616e-07, 2.08616e-07, -2.98023e-07, -0.217708, 0.121801, 0.0113103, 0.968318, 1, 1, 1, 1.25, 1, -2.38419e-07, -8.34465e-07, -4.76837e-07, -0.218168, 0.120734, 0.0116329, 0.968344, 1, 1, 1) -tracks/4/type = "transform" -tracks/4/path = NodePath("Armature/Skeleton3D:r-thigh") -tracks/4/interp = 1 -tracks/4/loop_wrap = true -tracks/4/imported = false -tracks/4/enabled = true -tracks/4/keys = PackedFloat32Array(0, 1, 0, 5.21541e-08, -3.42727e-07, -0.0539951, -0.0696263, 0.0213632, 0.995882, 1, 1, 1, 0.05, 1, 0, 5.21541e-08, -3.42727e-07, -0.0567764, -0.0700338, 0.0212387, 0.995701, 1, 1, 1, 0.1, 1, 0, 3.72529e-08, -3.42727e-07, -0.06411, -0.0711033, 0.0209058, 0.995187, 1, 1, 1, 0.15, 1, 0, 9.68575e-08, -3.42727e-07, -0.0751103, -0.0727354, 0.0204167, 0.994309, 1, 1, 1, 0.45, 1, 0, 1.41561e-07, -1.3411e-07, -0.154319, -0.0862804, 0.0175296, 0.984091, 1, 1, 1, 0.5, 1, 2.98023e-08, 7.45058e-09, 2.5332e-07, -0.162001, -0.0877685, 0.017297, 0.982728, 1, 1, 1, 0.55, 1, 0, 3.72529e-08, -3.42727e-07, -0.166842, -0.0887317, 0.0171579, 0.981833, 1, 1, 1, 0.6, 1, 0, 2.98023e-08, -1.49012e-07, -0.169226, -0.0892111, 0.0170905, 0.981383, 1, 1, 1, 0.65, 1, 0, 2.98023e-08, -1.49012e-07, -0.169226, -0.0892111, 0.0170905, 0.981383, 1, 1, 1, 0.7, 1, 0, 3.72529e-08, -3.42727e-07, -0.166842, -0.0887317, 0.0171579, 0.981833, 1, 1, 1, 0.75, 1, 2.98023e-08, 7.45058e-09, 2.5332e-07, -0.162001, -0.0877685, 0.017297, 0.982728, 1, 1, 1, 0.8, 1, 0, 1.41561e-07, -1.3411e-07, -0.154319, -0.0862804, 0.0175296, 0.984091, 1, 1, 1, 1.15, 1, 0, 3.72529e-08, -3.42727e-07, -0.06411, -0.0711033, 0.0209058, 0.995187, 1, 1, 1, 1.2, 1, 0, 5.21541e-08, -3.42727e-07, -0.0567764, -0.0700338, 0.0212387, 0.995701, 1, 1, 1, 1.25, 1, 0, 5.21541e-08, -3.42727e-07, -0.0539951, -0.0696263, 0.0213632, 0.995882, 1, 1, 1) -tracks/5/type = "transform" -tracks/5/path = NodePath("Armature/Skeleton3D:r-leg") -tracks/5/interp = 1 -tracks/5/loop_wrap = true -tracks/5/imported = false -tracks/5/enabled = true -tracks/5/keys = PackedFloat32Array(0, 1, 1.42842e-07, 1.93715e-07, 2.98023e-07, -0.0965851, -0.0177476, 0.000627753, 0.995166, 1, 1, 1, 0.05, 1, 4.62169e-08, -6.70552e-08, 6.55651e-07, -0.100604, -0.0182764, 0.000608928, 0.994758, 1, 1, 1, 0.1, 1, 8.12579e-08, 5.96046e-08, 5.36442e-07, -0.111195, -0.0196529, 0.000562433, 0.993604, 1, 1, 1, 0.15, 1, 3.0268e-08, -2.98023e-08, 5.96046e-07, -0.127055, -0.0217242, 0.000494295, 0.991658, 1, 1, 1, 0.45, 1, 1.55647e-07, 1.49012e-07, 4.76837e-07, -0.240017, -0.0376881, -3.78875e-05, 0.970037, 1, 1, 1, 0.5, 1, -1.23866e-07, 3.57628e-07, 7.7486e-07, -0.250826, -0.0393224, -9.00224e-05, 0.967233, 1, 1, 1, 0.55, 1, 5.34346e-08, 3.72529e-08, 5.96046e-07, -0.25762, -0.040368, -0.000123774, 0.965403, 1, 1, 1, 0.6, 1, 1.08266e-08, 5.96046e-08, 7.15256e-07, -0.260963, -0.0408854, -0.000140397, 0.964483, 1, 1, 1, 0.65, 1, 1.08266e-08, 5.96046e-08, 7.15256e-07, -0.260963, -0.0408854, -0.000140397, 0.964483, 1, 1, 1, 0.7, 1, 5.34346e-08, 3.72529e-08, 5.96046e-07, -0.25762, -0.040368, -0.000123775, 0.965403, 1, 1, 1, 0.75, 1, -1.23866e-07, 3.57628e-07, 7.7486e-07, -0.250826, -0.0393224, -9.00224e-05, 0.967233, 1, 1, 1, 0.8, 1, 1.55647e-07, 1.49012e-07, 4.76837e-07, -0.240017, -0.0376881, -3.78871e-05, 0.970037, 1, 1, 1, 0.9, 1, -4.8778e-08, -1.3411e-07, 7.15256e-07, -0.208519, -0.0330444, 0.00011266, 0.97746, 1, 1, 1, 1.15, 1, 8.12579e-08, 5.96046e-08, 5.36442e-07, -0.111195, -0.0196529, 0.000562432, 0.993604, 1, 1, 1, 1.2, 1, 4.62169e-08, -6.70552e-08, 6.55651e-07, -0.100605, -0.0182764, 0.000608928, 0.994758, 1, 1, 1, 1.25, 1, 1.42842e-07, 1.93715e-07, 2.98023e-07, -0.0965852, -0.0177476, 0.000627753, 0.995166, 1, 1, 1) -tracks/6/type = "transform" -tracks/6/path = NodePath("Armature/Skeleton3D:r-foot") -tracks/6/interp = 1 -tracks/6/loop_wrap = true -tracks/6/imported = false -tracks/6/enabled = true -tracks/6/keys = PackedFloat32Array(0, 1, 8.9407e-08, 2.38419e-07, -2.23517e-08, 0.0349931, -0.0301778, 0.0362945, 0.998272, 1, 1, 1, 0.05, 1, 7.45058e-08, 2.38419e-07, 6.33299e-08, 0.0358993, -0.0301376, 0.0363473, 0.998239, 1, 1, 1, 0.1, 1, 5.21541e-08, 1.19209e-07, 2.98023e-08, 0.0384013, -0.0300263, 0.0364927, 0.998144, 1, 1, 1, 0.15, 1, 4.47035e-08, 1.19209e-07, -1.11759e-08, 0.0424549, -0.0298457, 0.0367279, 0.997977, 1, 1, 1, 0.5, 1, 5.21541e-08, 1.19209e-07, 7.45058e-09, 0.0873535, -0.0278095, 0.0392948, 0.995014, 1, 1, 1, 0.55, 1, -7.45058e-09, 0, -5.21541e-08, 0.0905253, -0.0276632, 0.0394735, 0.994727, 1, 1, 1, 0.6, 1, 2.98023e-08, 0, 2.23517e-08, 0.0921114, -0.0275899, 0.0395627, 0.99458, 1, 1, 1, 0.65, 1, 2.98023e-08, 0, 2.23517e-08, 0.0921114, -0.0275899, 0.0395627, 0.99458, 1, 1, 1, 0.7, 1, -7.45058e-09, 0, -5.21541e-08, 0.0905253, -0.0276632, 0.0394735, 0.994727, 1, 1, 1, 0.75, 1, 5.21541e-08, 1.19209e-07, 7.45058e-09, 0.0873535, -0.0278095, 0.0392948, 0.995014, 1, 1, 1, 0.8, 1, 1.04308e-07, 2.38419e-07, -1.49012e-08, 0.0824784, -0.0280337, 0.0390195, 0.995434, 1, 1, 1, 1.1, 1, 4.47035e-08, 1.19209e-07, -1.11759e-08, 0.0424549, -0.0298457, 0.0367279, 0.997977, 1, 1, 1, 1.15, 1, 5.21541e-08, 1.19209e-07, 2.98023e-08, 0.0384013, -0.0300263, 0.0364927, 0.998144, 1, 1, 1, 1.2, 1, 7.45058e-08, 2.38419e-07, 6.33299e-08, 0.0358993, -0.0301376, 0.0363473, 0.998239, 1, 1, 1, 1.25, 1, 8.9407e-08, 2.38419e-07, -2.23517e-08, 0.0349931, -0.0301778, 0.0362945, 0.998272, 1, 1, 1) -tracks/7/type = "transform" -tracks/7/path = NodePath("Armature/Skeleton3D:l-thigh") -tracks/7/interp = 1 -tracks/7/loop_wrap = true -tracks/7/imported = false -tracks/7/enabled = true -tracks/7/keys = PackedFloat32Array(0, 1, 0, 6.70552e-08, -1.04308e-07, -0.0539995, 0.0696269, -0.0213643, 0.995881, 1, 0.999999, 1, 0.05, 1, 0, 6.70552e-08, -1.04308e-07, -0.05678, 0.0700343, -0.0212398, 0.995701, 1, 0.999999, 1, 0.1, 1, 0, 2.23517e-08, -1.04308e-07, -0.0641135, 0.0711039, -0.0209069, 0.995187, 1, 0.999999, 1, 0.15, 1, 0, 8.19564e-08, -1.04308e-07, -0.075114, 0.072736, -0.0204178, 0.994309, 1, 0.999999, 1, 0.45, 1, -2.98023e-08, 1.04308e-07, 1.04308e-07, -0.15432, 0.0862808, -0.0175308, 0.98409, 1, 0.999999, 1, 0.5, 1, -5.96046e-08, 2.98023e-08, 4.91738e-07, -0.162002, 0.0877689, -0.0172983, 0.982727, 1, 0.999999, 1, 0.55, 1, 0, 5.21541e-08, -1.04308e-07, -0.166843, 0.0887321, -0.0171591, 0.981833, 1, 0.999999, 1, 0.6, 1, -2.98023e-08, 4.47035e-08, 8.9407e-08, -0.169228, 0.0892116, -0.0170917, 0.981382, 1, 0.999999, 1, 0.65, 1, -2.98023e-08, 4.47035e-08, 8.9407e-08, -0.169228, 0.0892116, -0.0170917, 0.981382, 1, 0.999999, 1, 0.7, 1, 0, 5.21541e-08, -1.04308e-07, -0.166843, 0.0887321, -0.0171591, 0.981833, 1, 0.999999, 1, 0.75, 1, -5.96046e-08, 2.98023e-08, 4.91738e-07, -0.162002, 0.0877689, -0.0172983, 0.982727, 1, 0.999999, 1, 0.8, 1, -2.98023e-08, 1.04308e-07, 1.04308e-07, -0.15432, 0.0862808, -0.0175308, 0.98409, 1, 0.999999, 1, 1.15, 1, 0, 2.23517e-08, -1.04308e-07, -0.0641135, 0.0711039, -0.020907, 0.995187, 1, 0.999999, 1, 1.2, 1, 0, 6.70552e-08, -1.04308e-07, -0.05678, 0.0700343, -0.0212398, 0.995701, 1, 0.999999, 1, 1.25, 1, 0, 6.70552e-08, -1.04308e-07, -0.0539992, 0.0696269, -0.0213643, 0.995881, 1, 0.999999, 1) -tracks/8/type = "transform" -tracks/8/path = NodePath("Armature/Skeleton3D:l-leg") -tracks/8/interp = 1 -tracks/8/loop_wrap = true -tracks/8/imported = false -tracks/8/enabled = true -tracks/8/keys = PackedFloat32Array(0, 1, 9.06875e-08, -8.19564e-08, 3.57628e-07, -0.0965913, 0.0177484, -0.00062776, 0.995166, 1, 1, 1, 0.05, 1, 3.44589e-08, -1.93715e-07, 2.98023e-07, -0.10061, 0.0182771, -0.000608941, 0.994758, 1, 1, 1, 0.1, 1, 2.52621e-08, -1.86265e-07, 5.96046e-08, -0.1112, 0.0196536, -0.000562456, 0.993604, 1, 1, 1, 0.15, 1, 9.02219e-08, -1.19209e-07, 1.19209e-07, -0.127061, 0.021725, -0.000494313, 0.991657, 1, 1, 1, 0.45, 1, 7.13626e-08, -5.21541e-08, 1.19209e-07, -0.24002, 0.0376883, 3.78708e-05, 0.970036, 1, 1, 1, 0.5, 1, -2.84053e-08, -1.78814e-07, -1.78814e-07, -0.250828, 0.0393224, 9.00085e-05, 0.967233, 1, 1, 1, 0.55, 1, 1.234e-08, 2.01166e-07, 1.78814e-07, -0.257623, 0.0403681, 0.000123756, 0.965402, 1, 1, 1, 0.6, 1, -9.97679e-08, 5.21541e-08, -5.96046e-08, -0.260966, 0.0408856, 0.000140381, 0.964482, 1, 1, 1, 0.65, 1, -9.97679e-08, 5.21541e-08, -5.96046e-08, -0.260966, 0.0408856, 0.000140381, 0.964482, 1, 1, 1, 0.7, 1, 1.234e-08, 2.01166e-07, 1.78814e-07, -0.257623, 0.0403681, 0.000123754, 0.965402, 1, 1, 1, 0.75, 1, -2.84053e-08, -1.78814e-07, -1.78814e-07, -0.250828, 0.0393224, 9.00085e-05, 0.967233, 1, 1, 1, 0.8, 1, 7.13626e-08, -5.21541e-08, 1.19209e-07, -0.24002, 0.0376883, 3.78693e-05, 0.970036, 1, 1, 1, 0.9, 1, 3.73693e-08, -5.21541e-08, 2.38419e-07, -0.208521, 0.0330446, -0.000112648, 0.977459, 1, 1, 1, 1.15, 1, 2.52621e-08, -1.86265e-07, 5.96046e-08, -0.1112, 0.0196536, -0.000562457, 0.993604, 1, 1, 1, 1.2, 1, 3.44589e-08, -1.93715e-07, 2.98023e-07, -0.10061, 0.0182771, -0.000608943, 0.994758, 1, 1, 1, 1.25, 1, 9.06875e-08, -8.19564e-08, 3.57628e-07, -0.0965911, 0.0177484, -0.000627765, 0.995166, 1, 1, 1) -tracks/9/type = "transform" -tracks/9/path = NodePath("Armature/Skeleton3D:l-foot") -tracks/9/interp = 1 -tracks/9/loop_wrap = true -tracks/9/imported = false -tracks/9/enabled = true -tracks/9/keys = PackedFloat32Array(0, 1, -6.70552e-08, 0, -3.72529e-09, 0.0349931, 0.0301778, -0.0362945, 0.998272, 1, 1, 1, 0.05, 1, -1.49012e-08, 1.19209e-07, -7.45058e-09, 0.0358993, 0.0301376, -0.0363473, 0.998239, 1, 1, 1, 0.1, 1, 1.49012e-08, -1.19209e-07, 1.49012e-08, 0.0384013, 0.0300263, -0.0364927, 0.998144, 1, 1, 1, 0.15, 1, -4.47035e-08, 0, -3.72529e-09, 0.0424549, 0.0298457, -0.0367279, 0.997977, 1, 1, 1, 0.5, 1, 5.21541e-08, 0, -1.11759e-08, 0.0873535, 0.0278095, -0.0392948, 0.995014, 1, 1, 1, 0.55, 1, 4.47035e-08, 0, -2.98023e-08, 0.0905253, 0.0276632, -0.0394736, 0.994727, 1, 1, 1, 0.6, 1, 1.49012e-08, 0, -1.86265e-08, 0.0921114, 0.02759, -0.0395628, 0.99458, 1, 1, 1, 0.65, 1, 1.49012e-08, 0, -1.86265e-08, 0.0921114, 0.02759, -0.0395628, 0.99458, 1, 1, 1, 0.7, 1, 4.47035e-08, 0, -2.98023e-08, 0.0905253, 0.0276633, -0.0394736, 0.994727, 1, 1, 1, 0.75, 1, 5.21541e-08, 0, -1.11759e-08, 0.0873535, 0.0278095, -0.0392948, 0.995014, 1, 1, 1, 0.8, 1, -3.72529e-08, 1.19209e-07, -1.11759e-08, 0.0824784, 0.0280338, -0.0390195, 0.995434, 1, 1, 1, 1.1, 1, -4.47035e-08, 0, -3.72529e-09, 0.0424549, 0.0298457, -0.0367279, 0.997977, 1, 1, 1, 1.15, 1, 1.49012e-08, -1.19209e-07, 1.49012e-08, 0.0384013, 0.0300263, -0.0364927, 0.998144, 1, 1, 1, 1.2, 1, -1.49012e-08, 1.19209e-07, -7.45058e-09, 0.0358992, 0.0301376, -0.0363473, 0.998239, 1, 1, 1, 1.25, 1, -6.70552e-08, 0, -3.72529e-09, 0.0349931, 0.0301778, -0.0362945, 0.998272, 1, 1, 1) -tracks/10/type = "transform" -tracks/10/path = NodePath("Armature/Skeleton3D:MASTER") -tracks/10/interp = 1 -tracks/10/loop_wrap = true -tracks/10/imported = false -tracks/10/enabled = true -tracks/10/keys = PackedFloat32Array(0, 1, 0, -0.322829, 2.42144e-08, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 0, -0.322829, 2.42144e-08, 5.1658e-08, 0, 0, 1, 1, 1, 1) -tracks/11/type = "transform" -tracks/11/path = NodePath("Armature/Skeleton3D:HEAD") -tracks/11/interp = 1 -tracks/11/loop_wrap = true -tracks/11/imported = false -tracks/11/enabled = true -tracks/11/keys = PackedFloat32Array(0, 1, -5.68434e-14, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, -5.68434e-14, 0, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/12/type = "transform" -tracks/12/path = NodePath("Armature/Skeleton3D:r-LEGCONTROL") -tracks/12/interp = 1 -tracks/12/loop_wrap = true -tracks/12/imported = false -tracks/12/enabled = true -tracks/12/keys = PackedFloat32Array(0, 1, 0.220288, -4.0302e-11, 0, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 0.220288, -4.0302e-11, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/13/type = "transform" -tracks/13/path = NodePath("Armature/Skeleton3D:l-LEGCONTROL") -tracks/13/interp = 1 -tracks/13/loop_wrap = true -tracks/13/imported = false -tracks/13/enabled = true -tracks/13/keys = PackedFloat32Array(0, 1, -0.220288, -4.0302e-11, 0, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, -0.220288, -4.0302e-11, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/14/type = "transform" -tracks/14/path = NodePath("Armature/Skeleton3D:r-LEGORIENT") -tracks/14/interp = 1 -tracks/14/loop_wrap = true -tracks/14/imported = false -tracks/14/enabled = true -tracks/14/keys = PackedFloat32Array(0, 1, -0.183564, 0.0305941, 5.96046e-08, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, -0.183564, 0.0305941, 5.96046e-08, 7.10993e-08, 6.08666e-15, 7.10543e-15, 1, 1, 1, 1) -tracks/15/type = "transform" -tracks/15/path = NodePath("Armature/Skeleton3D:l-LEGORIENT") -tracks/15/interp = 1 -tracks/15/loop_wrap = true -tracks/15/imported = false -tracks/15/enabled = true -tracks/15/keys = PackedFloat32Array(0, 1, 0.183564, 0.030594, 5.96046e-08, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 0.183564, 0.030594, 5.96046e-08, 7.10993e-08, 6.08666e-15, 7.10543e-15, 1, 1, 1, 1) -tracks/16/type = "transform" -tracks/16/path = NodePath("Armature/Skeleton3D:r-ARMCONTROL") -tracks/16/interp = 1 -tracks/16/loop_wrap = true -tracks/16/imported = false -tracks/16/enabled = true -tracks/16/keys = PackedFloat32Array(0, 1, -1.15243, -0.687477, 0.0713858, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, -1.15504, -0.689394, 0.0713858, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.1, 1, -1.16214, -0.694617, 0.0713858, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.15, 1, -1.17317, -0.702725, 0.0713858, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.3, 1, -1.21295, -0.731968, 0.0713858, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.35, 1, -1.22128, -0.738092, 0.0713858, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.4, 1, -1.2252, -0.740971, 0.0713858, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.45, 1, -1.22553, -0.741211, 0.0713858, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.5, 1, -1.22422, -0.740253, 0.0713858, 0, 0, 0, 1, 1, 1, 1, 0.55, 1, -1.22161, -0.73833, 0.0713858, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.6, 1, -1.21787, -0.735585, 0.0713858, -5.1658e-08, 0, 0, 1, 1, 1, 1, 1.15, 1, -1.15488, -0.689275, 0.0713858, -5.1658e-08, 0, 0, 1, 1, 1, 1, 1.2, 1, -1.15308, -0.687955, 0.0713858, -5.1658e-08, 0, 0, 1, 1, 1, 1, 1.25, 1, -1.15243, -0.687477, 0.0713858, -5.1658e-08, 0, 0, 1, 1, 1, 1) -tracks/17/type = "transform" -tracks/17/path = NodePath("Armature/Skeleton3D:l-ARMCONTROL") -tracks/17/interp = 1 -tracks/17/loop_wrap = true -tracks/17/imported = false -tracks/17/enabled = true -tracks/17/keys = PackedFloat32Array(0, 1, 1.15243, -0.687477, 0.0713859, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, 1.15504, -0.689394, 0.0713859, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.1, 1, 1.16214, -0.694617, 0.0713859, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.15, 1, 1.17317, -0.702725, 0.0713859, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.3, 1, 1.21295, -0.731968, 0.0713858, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.35, 1, 1.22128, -0.738092, 0.0713858, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.4, 1, 1.2252, -0.740971, 0.0713858, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.45, 1, 1.22553, -0.741211, 0.0713858, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.5, 1, 1.22422, -0.740253, 0.0713858, 0, 0, 0, 1, 1, 1, 1, 0.55, 1, 1.22161, -0.73833, 0.0713858, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.6, 1, 1.21787, -0.735585, 0.0713858, -5.1658e-08, 0, 0, 1, 1, 1, 1, 1.15, 1, 1.15488, -0.689275, 0.0713859, -5.1658e-08, 0, 0, 1, 1, 1, 1, 1.2, 1, 1.15308, -0.687955, 0.0713859, -5.1658e-08, 0, 0, 1, 1, 1, 1, 1.25, 1, 1.15243, -0.687477, 0.0713859, -5.1658e-08, 0, 0, 1, 1, 1, 1) -tracks/18/type = "transform" -tracks/18/path = NodePath("Armature/Skeleton3D:r-ARMORIENT") -tracks/18/interp = 1 -tracks/18/loop_wrap = true -tracks/18/imported = false -tracks/18/enabled = true -tracks/18/keys = PackedFloat32Array(0, 1, 0.849557, -0.741664, 4.9468, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, 0.849557, -0.741664, 4.93101, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.1, 1, 0.849557, -0.741664, 4.88735, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.15, 1, 0.849557, -0.741664, 4.81599, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.2, 1, 0.849557, -0.741664, 4.71797, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.75, 1, 0.849557, -0.741664, 3.21234, 0, 0, 0, 1, 1, 1, 1, 0.8, 1, 0.849557, -0.741664, 3.18081, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.85, 1, 0.849557, -0.741664, 3.18869, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.9, 1, 0.849557, -0.741664, 3.28296, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.95, 1, 0.849557, -0.741664, 3.48291, -5.1658e-08, 0, 0, 1, 1, 1, 1, 1.15, 1, 0.849557, -0.741664, 4.70777, -5.1658e-08, 0, 0, 1, 1, 1, 1, 1.2, 1, 0.849557, -0.741664, 4.88227, -5.1658e-08, 0, 0, 1, 1, 1, 1, 1.25, 1, 0.849557, -0.741664, 4.9468, -5.1658e-08, 0, 0, 1, 1, 1, 1) -tracks/19/type = "transform" -tracks/19/path = NodePath("Armature/Skeleton3D:l-ARMORIENT") -tracks/19/interp = 1 -tracks/19/loop_wrap = true -tracks/19/imported = false -tracks/19/enabled = true -tracks/19/keys = PackedFloat32Array(0, 1, -0.849557, -0.741664, 4.9468, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, -0.849557, -0.741664, 4.93101, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.1, 1, -0.849557, -0.741664, 4.88735, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.15, 1, -0.849557, -0.741664, 4.81599, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.2, 1, -0.849557, -0.741664, 4.71797, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.75, 1, -0.849557, -0.741664, 3.21234, 0, 0, 0, 1, 1, 1, 1, 0.8, 1, -0.849557, -0.741664, 3.18081, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.85, 1, -0.849557, -0.741664, 3.18869, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.9, 1, -0.849557, -0.741664, 3.28296, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.95, 1, -0.849557, -0.741664, 3.48291, -5.1658e-08, 0, 0, 1, 1, 1, 1, 1.15, 1, -0.849557, -0.741664, 4.70777, -5.1658e-08, 0, 0, 1, 1, 1, 1, 1.2, 1, -0.849557, -0.741664, 4.88227, -5.1658e-08, 0, 0, 1, 1, 1, 1, 1.25, 1, -0.849557, -0.741664, 4.9468, -5.1658e-08, 0, 0, 1, 1, 1, 1) -tracks/20/type = "transform" -tracks/20/path = NodePath("Armature/Skeleton3D:hip") -tracks/20/interp = 1 -tracks/20/loop_wrap = true -tracks/20/imported = false -tracks/20/enabled = true -tracks/20/keys = PackedFloat32Array(0, 1, 1.11759e-08, 0.0713859, 0.0510914, 0, 0, 1.44945e-21, 1, 1, 1, 1, 0.05, 1, 1.11759e-08, 0.0713859, 0.0522077, -4.26326e-14, 4.23516e-22, 1.44945e-21, 1, 1, 1, 1, 0.1, 1, 1.11759e-08, 0.0713859, 0.05529, -5.68434e-14, 2.11758e-21, 1.44945e-21, 1, 1, 1, 1, 0.15, 1, 1.11759e-08, 0.0713859, 0.0602832, -4.26326e-14, 4.23516e-22, 1.44945e-21, 1, 1, 1, 1, 0.5, 1, 1.11759e-08, 0.0713859, 0.115648, 0, 0, 1.44945e-21, 1, 1, 1, 1, 0.55, 1, 1.11759e-08, 0.0713859, 0.119568, -4.26326e-14, 4.23516e-22, 1.44945e-21, 1, 1, 1, 1, 0.6, 1, 1.11759e-08, 0.0713859, 0.121528, -4.26326e-14, 4.23516e-22, 1.44945e-21, 1, 1, 1, 1, 0.65, 1, 1.11759e-08, 0.0713859, 0.121528, -4.26326e-14, 4.23516e-22, 1.44945e-21, 1, 1, 1, 1, 0.7, 1, 1.11759e-08, 0.0713859, 0.119568, -5.68434e-14, 2.11758e-21, 1.44945e-21, 1, 1, 1, 1, 0.75, 1, 1.11759e-08, 0.0713859, 0.115648, 0, 0, 1.44945e-21, 1, 1, 1, 1, 0.8, 1, 1.11759e-08, 0.0713859, 0.109626, -5.68434e-14, 2.11758e-21, 1.44945e-21, 1, 1, 1, 1, 1.1, 1, 1.11759e-08, 0.0713859, 0.0602832, -5.68434e-14, 2.11758e-21, 1.44945e-21, 1, 1, 1, 1, 1.15, 1, 1.11759e-08, 0.0713859, 0.05529, -4.26326e-14, 4.23516e-22, 1.44945e-21, 1, 1, 1, 1, 1.2, 1, 1.11759e-08, 0.0713859, 0.0522077, -2.84217e-14, -4.23516e-22, 1.44945e-21, 1, 1, 1, 1, 1.25, 1, 1.11759e-08, 0.0713859, 0.0510914, -4.26326e-14, 4.23516e-22, 1.44945e-21, 1, 1, 1, 1) -tracks/21/type = "transform" -tracks/21/path = NodePath("Armature/Skeleton3D:waist") -tracks/21/interp = 1 -tracks/21/loop_wrap = true -tracks/21/imported = false -tracks/21/enabled = true -tracks/21/keys = PackedFloat32Array(0, 1, 5.71157e-15, -1.62345e-08, 8.9407e-08, 0, 0, 2.44616e-35, 1, 1, 1, 1, 0.05, 1, 5.75176e-15, -1.64873e-08, 8.9407e-08, 0.000214909, 1.42979e-18, -2.11758e-22, 1, 1, 1, 1, 0.1, 1, 4.06271e-15, -5.26452e-09, 8.9407e-08, 0.000808293, -3.04932e-19, 2.465e-22, 1, 1, 1, 1, 0.15, 1, 1.54246e-15, 1.14859e-08, 8.9407e-08, 0.00176961, 6.63395e-18, -1.17394e-20, 0.999998, 1, 1, 1, 0.5, 1, 4.42376e-15, -1.05373e-09, -2.98023e-08, 0.0124283, 2.20213e-20, -2.77954e-22, 0.999923, 1, 1, 1, 0.55, 1, 4.56489e-15, -1.94163e-09, 8.9407e-08, 0.0131829, 1.00996e-17, -7.10618e-15, 0.999913, 1, 1, 1, 0.65, 1, 1.79332e-15, -2.38573e-09, 8.9407e-08, 0.0135603, 1.03769e-16, -1.40726e-18, 0.999908, 1, 1, 1, 0.7, 1, 4.56489e-15, -1.94163e-09, 8.9407e-08, 0.0131829, -1.18256e-16, 1.5591e-18, 0.999913, 1, 1, 1, 0.75, 1, 4.42376e-15, -1.05373e-09, -2.98023e-08, 0.0124282, 2.20246e-20, -2.77954e-22, 0.999923, 1, 1, 1, 0.8, 1, 4.20699e-15, 3.1009e-10, -2.98023e-08, 0.011269, -6.2751e-17, 7.07106e-19, 0.999937, 1, 1, 1, 1.1, 1, 1.54246e-15, 1.14859e-08, 8.9407e-08, 0.00176961, 7.93788e-18, -7.10545e-15, 0.999998, 1, 1, 1, 1.15, 1, 4.06271e-15, -5.26452e-09, 8.9407e-08, 0.000808293, -3.04932e-19, 2.465e-22, 1, 1, 1, 1, 1.2, 1, 5.75176e-15, -1.64874e-08, 8.9407e-08, 0.00021491, -2.03966e-18, 4.23517e-22, 1, 1, 1, 1, 1.25, 1, 5.71157e-15, -1.62345e-08, 8.9407e-08, 3.83187e-10, 0, 1.22308e-35, 1, 1, 1, 1) -tracks/22/type = "transform" -tracks/22/path = NodePath("Armature/Skeleton3D:chest") -tracks/22/interp = 1 -tracks/22/loop_wrap = true -tracks/22/imported = false -tracks/22/enabled = true -tracks/22/keys = PackedFloat32Array(0, 1, 7.24544e-18, 1.86265e-08, 5.96046e-08, 0, 0, -1.33383e-23, 1, 1, 1, 1, 0.05, 1, -3.76414e-18, 3.72529e-09, 0, 0.00110099, -2.41201e-19, -1.97577e-17, 0.999999, 1, 1, 1, 0.1, 1, 9.18675e-18, 1.49012e-08, -1.19209e-07, 0.00410119, -8.96205e-19, -7.35977e-17, 0.999992, 1, 1, 1, 0.15, 1, 1.76552e-17, 7.45058e-09, -5.96046e-08, 0.00875896, -1.91283e-18, -1.57184e-16, 0.999962, 1, 1, 1, 0.3, 1, 1.31081e-17, -1.11759e-08, 0, 0.0255569, -5.58266e-18, -4.58633e-16, 0.999673, 1, 1, 1, 0.35, 1, 1.99653e-17, -1.49012e-08, -5.96046e-08, 0.0290738, -6.35135e-18, -5.21745e-16, 0.999577, 1, 1, 1, 0.4, 1, 1.92772e-17, 1.11759e-08, 1.19209e-07, 0.0307265, -6.71273e-18, -5.51404e-16, 0.999528, 1, 1, 1, 0.5, 1, 4.47552e-17, 1.11759e-08, 5.96046e-08, 0.0303143, -6.6203e-18, -5.44008e-16, 0.99954, 1, 1, 1, 0.55, 1, 1.08083e-17, 2.23517e-08, -5.96046e-08, 0.0292103, -6.38065e-18, -5.24195e-16, 0.999573, 1, 1, 1, 0.6, 1, -3.34373e-18, -1.11759e-08, -2.98023e-07, 0.0276344, -6.03606e-18, -4.95914e-16, 0.999618, 1, 1, 1, 1.15, 1, 9.18674e-18, 1.49012e-08, -1.19209e-07, 0.0010327, -2.26125e-19, -1.85323e-17, 0.999999, 1, 1, 1, 1.2, 1, -3.7641e-18, 0, 0, 0.000274137, -6.02241e-20, -4.91966e-18, 1, 1, 1, 1, 1.25, 1, 7.24539e-18, 1.86265e-08, 5.96046e-08, 0, 0, 1.31315e-23, 1, 1, 1, 1) -tracks/23/type = "transform" -tracks/23/path = NodePath("Armature/Skeleton3D:neck") -tracks/23/interp = 1 -tracks/23/loop_wrap = true -tracks/23/imported = false -tracks/23/enabled = true -tracks/23/keys = PackedFloat32Array(0, 1, -1.13687e-13, -1.49012e-08, -3.57628e-07, 1.17383e-27, 2.13163e-14, 5.50671e-14, 1, 1, 1, 1, 1.25, 1, -1.13687e-13, -1.49012e-08, -3.57628e-07, -2.46125e-27, 2.13163e-14, -1.77636e-15, 1, 1, 1, 1) -tracks/24/type = "transform" -tracks/24/path = NodePath("Armature/Skeleton3D:headtracker") -tracks/24/interp = 1 -tracks/24/loop_wrap = true -tracks/24/imported = false -tracks/24/enabled = true -tracks/24/keys = PackedFloat32Array(0, 1, -2.16716e-13, 2.38419e-07, -1.20141e-07, 0.00540576, -3.97061e-09, 4.73012e-08, 0.999985, 1, 1, 1, 0.05, 1, 1.42109e-14, -6.85453e-07, -5.96046e-08, 0.00687155, -3.90174e-09, 4.73059e-08, 0.999976, 1, 1, 1, 0.1, 1, -1.06581e-13, -3.57628e-07, 4.65661e-09, 0.0108835, -3.7136e-09, 4.73184e-08, 0.999941, 1, 1, 1, 0.15, 1, 2.4869e-14, -7.15256e-07, -2.79397e-09, 0.0171898, -3.41769e-09, 4.73365e-08, 0.999852, 1, 1, 1, 0.35, 1, 5.68434e-14, -4.76837e-07, -2.16532e-08, 0.0482761, -1.95634e-09, 4.7399e-08, 0.998834, 1, 1, 1, 0.4, 1, 1.3145e-13, -4.76837e-07, 1.39698e-08, 0.0525864, -1.75345e-09, 4.74044e-08, 0.998616, 1, 1, 1, 0.45, 1, -7.10543e-15, -2.98023e-07, -2.23517e-08, 0.0549628, -1.64161e-09, 4.74072e-08, 0.998488, 1, 1, 1, 0.5, 1, 8.88178e-14, -4.47035e-07, -5.75092e-08, 0.056151, -1.58539e-09, 4.74086e-08, 0.998422, 1, 1, 1, 0.55, 1, -1.06581e-14, -7.15256e-07, -1.09896e-07, 0.0561279, -1.58659e-09, 4.74089e-08, 0.998424, 1, 1, 1, 0.6, 1, 1.49214e-13, -5.36442e-07, 8.3819e-09, 0.0550227, -1.63855e-09, 4.74081e-08, 0.998485, 1, 1, 1, 0.65, 1, 1.42109e-13, -5.66244e-07, -2.72412e-08, 0.0528693, -1.73995e-09, 4.74061e-08, 0.998601, 1, 1, 1, 0.7, 1, 1.27898e-13, -9.83477e-07, 2.23517e-08, 0.0497256, -1.88791e-09, 4.74026e-08, 0.998763, 1, 1, 1, 1.15, 1, 4.61853e-14, -2.68221e-07, -1.44821e-07, 0.00768525, -3.86364e-09, 4.73087e-08, 0.99997, 1, 1, 1, 1.2, 1, -4.61853e-14, -2.38419e-07, -9.12696e-08, 0.00601107, -3.94226e-09, 4.73032e-08, 0.999982, 1, 1, 1, 1.25, 1, -2.16716e-13, 2.38419e-07, -1.20141e-07, 0.00540581, -3.97061e-09, 4.73011e-08, 0.999985, 1, 1, 1) -tracks/25/type = "transform" -tracks/25/path = NodePath("Armature/Skeleton3D:head") -tracks/25/interp = 1 -tracks/25/loop_wrap = true -tracks/25/imported = false -tracks/25/enabled = true -tracks/25/keys = PackedFloat32Array(0, 1, -1.11494e-13, -1.15717e-07, -2.08616e-07, 7.45058e-09, 8.88178e-15, 0, 1, 1, 1, 1, 0.05, 1, 1.80868e-10, 1.36495e-05, 0.000901487, 1.49012e-08, 1.77636e-14, -2.13163e-14, 1, 1, 1, 1, 0.1, 1, 6.8149e-10, 5.12244e-05, 0.00339634, 7.45058e-09, 1.77636e-15, -2.13163e-14, 1, 1, 1, 1, 0.15, 1, 1.5005e-09, 0.00011289, 0.00747763, 7.45058e-09, 7.10543e-15, -7.10543e-15, 1, 1, 1, 1, 0.2, 1, 2.6273e-09, 0.000197746, 0.0130927, 7.45058e-09, -5.32907e-15, 7.10543e-15, 1, 1, 1, 1, 0.75, 1, 2.00072e-08, 0.00150619, 0.0996987, 7.45058e-09, 3.55271e-15, -1.42109e-14, 1, 1, 1, 1, 0.8, 1, 2.03706e-08, 0.00153358, 0.10151, 1.49012e-08, 3.55271e-15, -1.42109e-14, 1, 1, 1, 1, 0.85, 1, 2.02794e-08, 0.00152671, 0.101055, 1.49012e-08, -5.32907e-15, 7.10543e-15, 1, 1, 1, 1, 0.9, 1, 1.91881e-08, 0.00144463, 0.0956172, 7.45058e-09, -7.10543e-15, 0, 1, 1, 1, 1, 0.95, 1, 1.68664e-08, 0.00126975, 0.084048, 1.49012e-08, 1.77636e-15, -2.13163e-14, 1, 1, 1, 1, 1.15, 1, 2.70661e-09, 0.000203704, 0.0134885, 7.45058e-09, -5.32907e-15, 7.10543e-15, 1, 1, 1, 1, 1.2, 1, 7.26606e-10, 5.46668e-05, 0.00362133, 7.45058e-09, 2.13163e-14, -1.42109e-14, 1, 1, 1, 1, 1.25, 1, -1.10217e-13, -1.15717e-07, -2.02097e-07, 7.45058e-09, -5.32907e-15, 7.10543e-15, 1, 1, 1, 1) -tracks/26/type = "transform" -tracks/26/path = NodePath("Armature/Skeleton3D:vent") -tracks/26/interp = 1 -tracks/26/loop_wrap = true -tracks/26/imported = false -tracks/26/enabled = true -tracks/26/keys = PackedFloat32Array(0, 1, 4.48581e-08, 0.00292328, 0.204329, 1.04774e-09, -4.44089e-15, 5.58928e-15, 1, 1, 1, 1, 1.25, 1, 4.48581e-08, 0.00292328, 0.204329, 1.74623e-09, -6.21725e-15, 3.40058e-14, 1, 1, 1, 1) -[sub_resource type="Animation" id=8] +[sub_resource type="Animation" id="8"] resource_name = "jump-up-cycle" length = 0.416667 -loop = true -tracks/0/type = "transform" -tracks/0/path = NodePath("Armature/Skeleton3D:r-arm") -tracks/0/interp = 1 -tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true -tracks/0/keys = PackedFloat32Array(0, 1, 6.55651e-07, -3.57628e-07, 5.66244e-07, 0.208387, -0.176945, -0.0164982, 0.961766, 1, 1, 1, 0.05, 1, 6.85453e-07, -2.38419e-07, 4.17233e-07, 0.211256, -0.175803, -0.0179009, 0.961324, 1, 1, 1, 0.1, 1, 6.55651e-07, -2.38419e-07, 3.27826e-07, 0.216682, -0.174684, -0.0207438, 0.960263, 1, 1, 1, 0.15, 1, 6.25849e-07, -3.57628e-07, 6.25849e-07, 0.219812, -0.176984, -0.0232576, 0.959072, 1, 1, 1, 0.25, 1, 1.3113e-06, -9.53674e-07, 9.23872e-07, 0.223631, -0.219998, -0.0262768, 0.949157, 1, 1, 1, 0.3, 1, 8.9407e-07, -4.76837e-07, 6.85453e-07, 0.220416, -0.21329, -0.0232336, 0.951517, 1, 1, 1, 0.35, 1, 8.34465e-07, -3.57628e-07, 6.25849e-07, 0.214429, -0.195082, -0.0193009, 0.956865, 1, 1, 1, 0.4, 1, 8.34465e-07, -3.57628e-07, 6.25849e-07, 0.209436, -0.180062, -0.0169379, 0.960951, 1, 1, 1, 0.45, 1, 6.55651e-07, -3.57628e-07, 5.66244e-07, 0.208387, -0.176945, -0.0164982, 0.961766, 1, 1, 1, 1.25, 1, 6.55651e-07, -3.57628e-07, 5.66244e-07, 0.208387, -0.176945, -0.0164982, 0.961766, 1, 1, 1) -tracks/1/type = "transform" -tracks/1/path = NodePath("Armature/Skeleton3D:r-forearm") -tracks/1/interp = 1 -tracks/1/loop_wrap = true -tracks/1/imported = false -tracks/1/enabled = true -tracks/1/keys = PackedFloat32Array(0, 1, 5.06639e-07, -8.64267e-07, -8.9407e-07, -0.0797867, 0.0313898, -0.00372185, 0.996311, 1, 1, 1, 0.05, 1, -5.96046e-08, -4.76837e-07, -3.57628e-07, -0.0735466, 0.0175489, -0.00298843, 0.997133, 1, 1, 1, 0.2, 1, 2.98023e-07, -9.83477e-07, -5.36442e-07, -0.0401349, -0.0767179, 0.000985969, 0.996244, 1, 1, 1, 0.25, 1, -2.98023e-08, -6.25849e-07, -4.17233e-07, -0.0324823, -0.0976145, 0.00230383, 0.994691, 1, 1, 1, 0.3, 1, 2.08616e-07, -9.53674e-07, -6.55651e-07, -0.0445163, -0.0629722, 0.000635031, 0.997022, 1, 0.999999, 1, 0.35, 1, -1.49012e-07, -8.34465e-07, -4.17233e-07, -0.0633553, -0.0111982, -0.0018671, 0.997926, 1, 1, 1, 0.4, 1, 2.38419e-07, -8.64267e-07, -7.7486e-07, -0.0770585, 0.0244395, -0.00342743, 0.996721, 1, 1, 1, 0.45, 1, 5.06639e-07, -8.64267e-07, -8.9407e-07, -0.0797867, 0.0313898, -0.00372185, 0.996311, 1, 1, 1, 1.25, 1, 5.06639e-07, -8.64267e-07, -8.9407e-07, -0.0797867, 0.0313898, -0.00372185, 0.996311, 1, 1, 1) -tracks/2/type = "transform" -tracks/2/path = NodePath("Armature/Skeleton3D:l-arm") -tracks/2/interp = 1 -tracks/2/loop_wrap = true -tracks/2/imported = false -tracks/2/enabled = true -tracks/2/keys = PackedFloat32Array(0, 1, -1.19209e-07, -5.96046e-07, 5.36442e-07, -0.488489, -0.631801, -0.249807, 0.547542, 1, 1, 1, 0.05, 1, -1.49012e-07, -7.15256e-07, 5.96046e-07, -0.474017, -0.625071, -0.244485, 0.569931, 1, 1, 0.999999, 0.1, 1, -5.96046e-07, -3.57628e-07, 6.25849e-07, -0.454842, -0.607865, -0.232791, 0.607805, 1, 1, 0.999999, 0.15, 1, -6.25849e-07, -4.76837e-07, 6.85453e-07, -0.465321, -0.582319, -0.222366, 0.628437, 1, 1, 1, 0.2, 1, -3.8743e-07, -5.96046e-07, 6.25849e-07, -0.510621, -0.547625, -0.217789, 0.626052, 1, 1, 1, 0.25, 1, -5.96046e-07, -7.15256e-07, 2.98023e-07, -0.546434, -0.526096, -0.217482, 0.614275, 1, 1, 1, 0.3, 1, -3.57628e-07, -5.96046e-07, 6.85453e-07, -0.543207, -0.547611, -0.225218, 0.595252, 1, 1, 0.999999, 0.35, 1, -5.06639e-07, -5.96046e-07, 7.7486e-07, -0.516521, -0.594071, -0.238908, 0.568514, 1, 1, 1, 0.4, 1, -3.27826e-07, -5.96046e-07, 7.15256e-07, -0.493183, -0.625944, -0.248106, 0.550825, 1, 1, 1, 0.45, 1, -1.19209e-07, -5.96046e-07, 5.36442e-07, -0.488489, -0.631801, -0.249807, 0.547542, 1, 1, 1, 1.25, 1, -1.19209e-07, -5.96046e-07, 5.36442e-07, -0.488489, -0.631801, -0.249807, 0.547542, 1, 1, 1) -tracks/3/type = "transform" -tracks/3/path = NodePath("Armature/Skeleton3D:l-forearm") -tracks/3/interp = 1 -tracks/3/loop_wrap = true -tracks/3/imported = false -tracks/3/enabled = true -tracks/3/keys = PackedFloat32Array(0, 1, -8.9407e-08, -5.96046e-07, -2.38419e-07, 0.170167, 0.120493, -0.091473, 0.973734, 1, 1, 1, 0.05, 1, -5.96046e-08, -5.36442e-07, -2.98023e-07, 0.191507, 0.15179, -0.0881411, 0.965669, 1, 1, 1, 0.1, 1, -2.98023e-08, -5.06639e-07, -1.19209e-07, 0.225056, 0.198248, -0.0838434, 0.950273, 1, 1, 1, 0.15, 1, -1.78814e-07, -6.85453e-07, -2.38419e-07, 0.242609, 0.209269, -0.0881917, 0.94317, 1, 1, 1, 0.2, 1, -3.27826e-07, -5.36442e-07, -1.19209e-07, 0.246276, 0.185328, -0.105902, 0.945403, 1, 1, 1, 0.25, 1, -4.76837e-07, -5.06639e-07, -7.7486e-07, 0.240434, 0.157542, -0.120519, 0.950183, 1, 1, 1, 0.3, 1, -8.9407e-08, -6.85453e-07, -2.98023e-07, 0.22081, 0.140399, -0.117544, 0.957974, 1, 0.999999, 1, 0.35, 1, -1.19209e-07, -7.7486e-07, -2.98023e-07, 0.191979, 0.127301, -0.104336, 0.967498, 1, 1, 1, 0.4, 1, -8.9407e-08, -6.55651e-07, -2.98023e-07, 0.173508, 0.121415, -0.0935976, 0.972827, 1, 1, 1, 0.45, 1, -8.9407e-08, -5.96046e-07, -2.38419e-07, 0.170167, 0.120493, -0.091473, 0.973734, 1, 1, 1, 1.25, 1, -8.9407e-08, -5.96046e-07, -2.38419e-07, 0.170167, 0.120493, -0.091473, 0.973734, 1, 1, 1) -tracks/4/type = "transform" -tracks/4/path = NodePath("Armature/Skeleton3D:r-thigh") -tracks/4/interp = 1 -tracks/4/loop_wrap = true -tracks/4/imported = false -tracks/4/enabled = true -tracks/4/keys = PackedFloat32Array(0, 1, 0, 1.63913e-07, 1.93715e-07, -0.731646, -0.0455606, -0.00930311, 0.680097, 1, 1, 1, 0.05, 1, -8.9407e-08, 5.96046e-08, -3.57628e-07, -0.699019, -0.0340935, -0.0129449, 0.714172, 1, 1, 1, 0.1, 1, -8.9407e-08, 1.41561e-07, -2.83122e-07, -0.643626, -0.015991, -0.0189581, 0.764938, 1, 1, 1, 0.15, 1, -8.9407e-08, 3.72529e-08, -5.06639e-07, -0.617849, -0.00879986, -0.0226563, 0.785921, 1, 1, 1, 0.2, 1, -5.96046e-08, 9.68575e-08, 7.45058e-08, -0.628974, -0.00984708, -0.0265256, 0.776912, 1, 1, 1, 0.25, 1, -5.96046e-08, 9.68575e-08, -4.47035e-07, -0.653197, -0.0153019, -0.02661, 0.756565, 1, 1, 1, 0.35, 1, -2.98023e-08, 2.98023e-08, 2.98023e-07, -0.712225, -0.0376632, -0.0133416, 0.700813, 1, 1, 1, 0.4, 1, -2.98023e-08, 1.04308e-07, 1.63913e-07, -0.728798, -0.0444052, -0.00986262, 0.683216, 1, 1, 1, 0.45, 1, 0, 1.63913e-07, 1.93715e-07, -0.731646, -0.0455606, -0.00930311, 0.680097, 1, 1, 1, 1.25, 1, 0, 1.63913e-07, 1.93715e-07, -0.731646, -0.0455606, -0.00930311, 0.680097, 1, 1, 1) -tracks/5/type = "transform" -tracks/5/path = NodePath("Armature/Skeleton3D:r-leg") -tracks/5/interp = 1 -tracks/5/loop_wrap = true -tracks/5/imported = false -tracks/5/enabled = true -tracks/5/keys = PackedFloat32Array(0, 1, -0.0436297, 0.0381679, -0.243318, 0.903835, 0.221183, 0.00392365, -0.366258, 1, 1, 1, 0.05, 1, -0.0436298, 0.0381678, -0.243318, 0.894017, 0.213358, 0.00409072, -0.393949, 1, 1, 1, 0.1, 1, -0.0436297, 0.0381675, -0.243318, 0.873591, 0.198684, 0.00402625, -0.444239, 1, 1, 1, 0.15, 1, -0.0436297, 0.0381679, -0.243318, 0.86099, 0.194348, 0.00472605, -0.470004, 1, 1, 1, 0.2, 1, -0.0436298, 0.038168, -0.243318, 0.866453, 0.209209, 0.00740134, -0.453251, 1, 1, 1, 0.25, 1, -0.0436297, 0.0381682, -0.243318, 0.877278, 0.223532, 0.00901692, -0.42466, 1, 1, 1, 0.35, 1, -0.0436297, 0.0381675, -0.243318, 0.89824, 0.222872, 0.00544398, -0.378765, 1, 1, 1, 0.4, 1, -0.0436297, 0.0381677, -0.243318, 0.90306, 0.22143, 0.0041485, -0.368015, 1, 1, 1, 0.45, 1, -0.0436297, 0.0381679, -0.243318, 0.903835, 0.221183, 0.00392365, -0.366258, 1, 1, 1, 1.25, 1, -0.0436297, 0.0381679, -0.243318, 0.903835, 0.221183, 0.00392365, -0.366258, 1, 1, 1) -tracks/6/type = "transform" -tracks/6/path = NodePath("Armature/Skeleton3D:r-foot") -tracks/6/interp = 1 -tracks/6/loop_wrap = true -tracks/6/imported = false -tracks/6/enabled = true -tracks/6/keys = PackedFloat32Array(0, 1, 7.45058e-08, 1.19209e-07, -3.72529e-09, -0.278586, 0.162913, 0.049835, 0.94518, 1, 1, 1, 0.05, 1, 5.21541e-08, -1.19209e-07, 4.47035e-08, -0.263884, 0.163221, 0.0462377, 0.949519, 1, 1, 1, 0.15, 1, 3.72529e-08, 0, 2.98023e-08, -0.191844, 0.164134, 0.02867, 0.967178, 1, 1, 1, 0.2, 1, 9.68575e-08, 0, -7.45058e-09, -0.173312, 0.164214, 0.0241673, 0.970779, 1, 1, 1, 0.25, 1, 8.9407e-08, -3.57628e-07, 2.6077e-08, -0.181008, 0.164188, 0.0260364, 0.96933, 1, 1, 1, 0.35, 1, 7.45058e-08, 3.57628e-07, 7.45058e-09, -0.253238, 0.163417, 0.0436354, 0.952503, 1, 1, 1, 0.4, 1, 8.19564e-08, 2.38419e-07, 2.6077e-08, -0.274832, 0.162996, 0.0489163, 0.946312, 1, 1, 1, 0.45, 1, 7.45058e-08, 1.19209e-07, -3.72529e-09, -0.278586, 0.162913, 0.049835, 0.94518, 1, 1, 1, 1.25, 1, 7.45058e-08, 1.19209e-07, -3.72529e-09, -0.278586, 0.162913, 0.049835, 0.94518, 1, 1, 1) -tracks/7/type = "transform" -tracks/7/path = NodePath("Armature/Skeleton3D:l-thigh") -tracks/7/interp = 1 -tracks/7/loop_wrap = true -tracks/7/imported = false -tracks/7/enabled = true -tracks/7/keys = PackedFloat32Array(0, 1, 0, 2.08616e-07, 1.49012e-08, 0.318341, 0.0708015, -0.00441775, 0.945318, 1, 1, 1, 0.05, 1, 0, 1.93715e-07, 3.42727e-07, 0.307147, 0.068999, -0.0035256, 0.949151, 1, 1, 1, 0.1, 1, 2.98023e-08, 2.01166e-07, 4.47035e-08, 0.292292, 0.0665824, -0.00232838, 0.954006, 1, 1, 1, 0.15, 1, 5.96046e-08, 1.04308e-07, -1.93715e-07, 0.272221, 0.0650766, -0.00188312, 0.96003, 1, 1, 1, 0.2, 1, 2.98023e-08, 2.23517e-08, -1.78814e-07, 0.232486, 0.0650023, -0.00182597, 0.970424, 1, 1, 1, 0.25, 1, 5.96046e-08, -1.49012e-08, -1.04308e-07, 0.226129, 0.0676028, -0.00263455, 0.971745, 1, 1, 1, 0.35, 1, -2.98023e-08, 5.21541e-08, 1.63913e-07, 0.288667, 0.069411, -0.00418897, 0.954901, 1, 1, 1, 0.4, 1, -2.98023e-08, 1.41561e-07, 1.93715e-07, 0.312853, 0.0704368, -0.0043685, 0.947176, 1, 1, 1, 0.45, 1, 0, 2.08616e-07, 1.49012e-08, 0.318341, 0.0708015, -0.00441775, 0.945318, 1, 1, 1, 1.25, 1, 0, 2.08616e-07, 1.49012e-08, 0.318341, 0.0708015, -0.00441775, 0.945318, 1, 1, 1) -tracks/8/type = "transform" -tracks/8/path = NodePath("Armature/Skeleton3D:l-leg") -tracks/8/interp = 1 -tracks/8/loop_wrap = true -tracks/8/imported = false -tracks/8/enabled = true -tracks/8/keys = PackedFloat32Array(0, 1, 5.78584e-08, 5.96046e-08, 2.38419e-07, -0.0511448, -0.0112637, 0.00107338, 0.998627, 1, 1, 1, 0.05, 1, -2.94531e-08, -8.19564e-08, 1.78814e-07, -0.0669256, -0.012717, 0.000882011, 0.997677, 1, 1, 1, 0.1, 1, -3.07336e-08, -2.98023e-08, 3.57628e-07, -0.0875047, -0.0145704, 0.000627808, 0.996057, 1, 1, 1, 0.15, 1, 1.66474e-08, -8.9407e-08, 2.38419e-07, -0.12177, -0.0175352, 0.000386084, 0.992403, 1, 1, 1, 0.2, 1, 1.28057e-08, -1.49012e-08, 1.19209e-07, -0.196391, -0.0229446, -2.58925e-05, 0.980257, 1, 1, 1, 0.25, 1, -7.91624e-08, 8.9407e-08, 0, -0.21572, -0.0236374, -9.3472e-05, 0.976169, 1, 1, 1, 0.4, 1, 2.95695e-08, 6.70552e-08, 1.19209e-07, -0.060964, -0.012162, 0.00100229, 0.998065, 1, 1, 1, 0.45, 1, 5.78584e-08, 5.96046e-08, 2.38419e-07, -0.0511448, -0.0112637, 0.00107338, 0.998627, 1, 1, 1, 1.25, 1, 5.78584e-08, 5.96046e-08, 2.38419e-07, -0.0511448, -0.0112637, 0.00107338, 0.998627, 1, 1, 1) -tracks/9/type = "transform" -tracks/9/path = NodePath("Armature/Skeleton3D:l-foot") -tracks/9/interp = 1 -tracks/9/loop_wrap = true -tracks/9/imported = false -tracks/9/enabled = true -tracks/9/keys = PackedFloat32Array(0, 1, 5.21541e-08, 1.19209e-07, -1.9744e-07, -0.285587, 0.0658082, 0.0159816, 0.955957, 1, 1, 1, 0.05, 1, 7.45058e-09, 1.19209e-07, -1.08033e-07, -0.295281, 0.0650349, 0.017475, 0.953034, 1, 1, 1, 0.15, 1, -2.23517e-08, 1.19209e-07, 2.98023e-08, -0.341727, 0.0611981, 0.0246725, 0.93748, 1, 1, 1, 0.2, 1, 5.21541e-08, 1.19209e-07, -1.19209e-07, -0.353427, 0.0601963, 0.0264969, 0.933147, 1, 1, 1, 0.25, 1, -1.49012e-08, 2.38419e-07, -4.84288e-08, -0.348577, 0.0606133, 0.0257401, 0.934964, 1, 1, 1, 0.35, 1, -7.45058e-09, 1.19209e-07, -7.45058e-09, -0.302251, 0.0644732, 0.0185506, 0.950865, 1, 1, 1, 0.4, 1, 5.21541e-08, 1.19209e-07, -8.19564e-08, -0.28807, 0.065611, 0.0163638, 0.955219, 1, 1, 1, 0.45, 1, 5.21541e-08, 1.19209e-07, -1.9744e-07, -0.285587, 0.0658082, 0.0159816, 0.955957, 1, 1, 1, 1.25, 1, 5.21541e-08, 1.19209e-07, -1.9744e-07, -0.285587, 0.0658082, 0.0159816, 0.955957, 1, 1, 1) -tracks/10/type = "transform" -tracks/10/path = NodePath("Armature/Skeleton3D:MASTER") -tracks/10/interp = 1 -tracks/10/loop_wrap = true -tracks/10/imported = false -tracks/10/enabled = true -tracks/10/keys = PackedFloat32Array(0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/11/type = "transform" -tracks/11/path = NodePath("Armature/Skeleton3D:HEAD") -tracks/11/interp = 1 -tracks/11/loop_wrap = true -tracks/11/imported = false -tracks/11/enabled = true -tracks/11/keys = PackedFloat32Array(0, 1, 1.37965e-08, 0.0913706, -0.0102687, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, 1.37965e-08, 0.0913706, 0.0826712, 0, 0, 0, 1, 1, 1, 1, 0.15, 1, 1.37965e-08, 0.0913706, 0.527418, 0, 0, 0, 1, 1, 1, 1, 0.2, 1, 1.37965e-08, 0.0913706, 0.640416, 0, 0, -7.10543e-15, 1, 1, 1, 1, 0.25, 1, 1.37965e-08, 0.0913706, 0.59344, 0, 0, 0, 1, 1, 1, 1, 0.35, 1, 1.37965e-08, 0.0913706, 0.149321, 0, 0, -7.10543e-15, 1, 1, 1, 1, 0.4, 1, 1.37965e-08, 0.0913706, 0.0135775, 0, 0, 0, 1, 1, 1, 1, 0.45, 1, 1.37965e-08, 0.0913706, -0.0102687, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 1.37965e-08, 0.0913706, -0.0102687, 0, 0, 0, 1, 1, 1, 1) -tracks/12/type = "transform" -tracks/12/path = NodePath("Armature/Skeleton3D:r-LEGCONTROL") -tracks/12/interp = 1 -tracks/12/loop_wrap = true -tracks/12/imported = false -tracks/12/enabled = true -tracks/12/keys = PackedFloat32Array(0, 1, -0.142338, -0.579062, 1.09897, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, -0.142338, -0.574357, 1.07628, 0, 0, 0, 1, 1, 1, 1, 0.15, 1, -0.142338, -0.551601, 0.966619, 0, 0, 0, 1, 1, 1, 1, 0.2, 1, -0.142338, -0.545802, 0.938678, 0, 0, 0, 1, 1, 1, 1, 0.25, 1, -0.142338, -0.54821, 0.950281, 0, 0, 0, 1, 1, 1, 1, 0.35, 1, -0.142338, -0.570965, 1.05993, 0, 0, 0, 1, 1, 1, 1, 0.4, 1, -0.142338, -0.577858, 1.09316, 0, 0, 0, 1, 1, 1, 1, 0.45, 1, -0.142338, -0.579062, 1.09897, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, -0.142338, -0.579062, 1.09897, 0, 0, 0, 1, 1, 1, 1) -tracks/13/type = "transform" -tracks/13/path = NodePath("Armature/Skeleton3D:l-LEGCONTROL") -tracks/13/interp = 1 -tracks/13/loop_wrap = true -tracks/13/imported = false -tracks/13/enabled = true -tracks/13/keys = PackedFloat32Array(0, 1, 0.133965, 0.921787, 0.705414, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, 0.133965, 0.88632, 0.724279, 0, 0, 0, 1, 1, 1, 1, 0.1, 1, 0.133965, 0.833892, 0.752174, 0, 0, 0, 1, 1, 1, 1, 0.15, 1, 0.133965, 0.821796, 0.758611, 0, 0, 0, 1, 1, 1, 1, 0.2, 1, 0.133965, 0.834697, 0.751748, 0, 0, 0, 1, 1, 1, 1, 0.35, 1, 0.133965, 0.908846, 0.712298, 0, 0, 0, 1, 1, 1, 1, 0.4, 1, 0.133965, 0.919922, 0.706406, 0, 0, 0, 1, 1, 1, 1, 0.45, 1, 0.133965, 0.921787, 0.705414, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 0.133965, 0.921787, 0.705414, 0, 0, 0, 1, 1, 1, 1) -tracks/14/type = "transform" -tracks/14/path = NodePath("Armature/Skeleton3D:r-LEGORIENT") -tracks/14/interp = 1 -tracks/14/loop_wrap = true -tracks/14/imported = false -tracks/14/enabled = true -tracks/14/keys = PackedFloat32Array(0, 1, 0.100474, 0.669825, -0.778672, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 0.100474, 0.669825, -0.778672, 0, 0, 0, 1, 1, 1, 1) -tracks/15/type = "transform" -tracks/15/path = NodePath("Armature/Skeleton3D:l-LEGORIENT") -tracks/15/interp = 1 -tracks/15/loop_wrap = true -tracks/15/imported = false -tracks/15/enabled = true -tracks/15/keys = PackedFloat32Array(0, 1, -0.0204011, -0.122407, 5.96046e-08, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, -0.0204011, -0.122407, 5.96046e-08, 0, 0, 0, 1, 1, 1, 1) -tracks/16/type = "transform" -tracks/16/path = NodePath("Armature/Skeleton3D:r-ARMCONTROL") -tracks/16/interp = 1 -tracks/16/loop_wrap = true -tracks/16/imported = false -tracks/16/enabled = true -tracks/16/keys = PackedFloat32Array(0, 1, -0.868295, 0.267668, -0.820401, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, -0.868295, 0.253357, -0.761204, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.1, 1, -0.868295, 0.216179, -0.653431, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.15, 1, -0.868295, 0.157463, -0.585229, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.2, 1, -0.868295, 0.102061, -0.562116, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.25, 1, -0.868295, 0.10969, -0.583242, 0, 0, 0, 1, 1, 1, 1, 0.35, 1, -0.868295, 0.226187, -0.758093, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.4, 1, -0.868295, 0.261497, -0.811129, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.45, 1, -0.868295, 0.267668, -0.820401, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, -0.868295, 0.267668, -0.820401, 0, 0, 0, 1, 1, 1, 1) -tracks/17/type = "transform" -tracks/17/path = NodePath("Armature/Skeleton3D:l-ARMCONTROL") -tracks/17/interp = 1 -tracks/17/loop_wrap = true -tracks/17/imported = false -tracks/17/enabled = true -tracks/17/keys = PackedFloat32Array(0, 1, 2.08906, 2.18272, 3.23967, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, 2.08906, 2.16545, 3.23967, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.15, 1, 2.08906, 2.08198, 3.23967, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.2, 1, 2.08906, 2.06071, 3.23967, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.25, 1, 2.08906, 2.06954, 3.23967, 0, 0, 0, 1, 1, 1, 1, 0.35, 1, 2.08906, 2.15301, 3.23967, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.4, 1, 2.08906, 2.1783, 3.23967, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.45, 1, 2.08906, 2.18272, 3.23967, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 2.08906, 2.18272, 3.23967, 0, 0, 0, 1, 1, 1, 1) -tracks/18/type = "transform" -tracks/18/path = NodePath("Armature/Skeleton3D:r-ARMORIENT") -tracks/18/interp = 1 -tracks/18/loop_wrap = true -tracks/18/imported = false -tracks/18/enabled = true -tracks/18/keys = PackedFloat32Array(0, 1, 0.405204, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 0.405204, 0, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/19/type = "transform" -tracks/19/path = NodePath("Armature/Skeleton3D:l-ARMORIENT") -tracks/19/interp = 1 -tracks/19/loop_wrap = true -tracks/19/imported = false -tracks/19/enabled = true -tracks/19/keys = PackedFloat32Array(0, 1, -0.495073, -1.94554, 0.375148, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, -0.529633, -1.94554, 0.375148, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.1, 1, -0.616933, -1.94554, 0.375148, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.15, 1, -0.726325, -1.94554, 0.375148, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.2, 1, -0.813485, -1.94554, 0.375148, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.25, 1, -0.847955, -1.94554, 0.375148, 0, 0, 0, 1, 1, 1, 1, 0.3, 1, -0.773744, -1.94554, 0.375148, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.35, 1, -0.620743, -1.94554, 0.375148, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.4, 1, -0.514687, -1.94554, 0.375148, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.45, 1, -0.495073, -1.94554, 0.375148, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, -0.495073, -1.94554, 0.375148, 0, 0, 0, 1, 1, 1, 1) -tracks/20/type = "transform" -tracks/20/path = NodePath("Armature/Skeleton3D:hip") -tracks/20/interp = 1 -tracks/20/loop_wrap = true -tracks/20/imported = false -tracks/20/enabled = true -tracks/20/keys = PackedFloat32Array(0, 1, 0.050238, 0.697428, 0.108012, 0.0693673, -0.00606888, 0.0869442, 0.993777, 1, 1, 1, 0.05, 1, 0.050238, 0.727833, 0.0877454, 0.0693673, -0.00606888, 0.0869442, 0.993777, 1, 1, 1, 0.1, 1, 0.050238, 0.772783, 0.0577767, 0.0693673, -0.00606888, 0.0869442, 0.993777, 1, 1, 1, 0.15, 1, 0.050238, 0.78451, 0.0674334, 0.0693673, -0.00606888, 0.0869442, 0.993777, 1, 1, 1, 0.2, 1, 0.050238, 0.778496, 0.13139, 0.0693673, -0.00606888, 0.0869442, 0.993777, 1, 1, 1, 0.25, 1, 0.050238, 0.766398, 0.174636, 0.0693673, -0.00606888, 0.0869442, 0.993777, 1, 1, 1, 0.3, 1, 0.050238, 0.744412, 0.160603, 0.0693673, -0.00606888, 0.0869442, 0.993777, 1, 1, 1, 0.35, 1, 0.050238, 0.716858, 0.131686, 0.0693673, -0.00606888, 0.0869442, 0.993777, 1, 1, 1, 0.4, 1, 0.050238, 0.700317, 0.111698, 0.0693673, -0.00606888, 0.0869442, 0.993777, 1, 1, 1, 0.45, 1, 0.050238, 0.697428, 0.108012, 0.0693673, -0.00606888, 0.0869442, 0.993777, 1, 1, 1, 1.25, 1, 0.050238, 0.697428, 0.108012, 0.0693673, -0.00606888, 0.0869442, 0.993777, 1, 1, 1) -tracks/21/type = "transform" -tracks/21/path = NodePath("Armature/Skeleton3D:waist") -tracks/21/interp = 1 -tracks/21/loop_wrap = true -tracks/21/imported = false -tracks/21/enabled = true -tracks/21/keys = PackedFloat32Array(0, 1, 7.45059e-09, -5.21541e-08, 2.38419e-07, 0.126301, -0.0110499, -0.0864524, 0.988156, 1, 1, 1, 1.25, 1, 7.45059e-09, -5.21541e-08, 2.38419e-07, 0.126301, -0.0110499, -0.0864524, 0.988156, 1, 1, 1) -tracks/22/type = "transform" -tracks/22/path = NodePath("Armature/Skeleton3D:chest") -tracks/22/interp = 1 -tracks/22/loop_wrap = true -tracks/22/imported = false -tracks/22/enabled = true -tracks/22/keys = PackedFloat32Array(0, 1, -2.26918e-09, 5.21541e-08, -1.78814e-07, 0.0237758, -0.0135633, -0.0860939, 0.995911, 1, 1, 1, 1.25, 1, -2.26918e-09, 5.21541e-08, -1.78814e-07, 0.0237758, -0.0135633, -0.0860939, 0.995911, 1, 1, 1) -tracks/23/type = "transform" -tracks/23/path = NodePath("Armature/Skeleton3D:neck") -tracks/23/interp = 1 -tracks/23/loop_wrap = true -tracks/23/imported = false -tracks/23/enabled = true -tracks/23/keys = PackedFloat32Array(0, 1, -1.11758e-08, -2.23517e-07, -1.43051e-06, -7.45058e-09, -4.4605e-10, 4.26538e-09, 1, 1, 1, 1, 1.25, 1, -1.11758e-08, -2.23517e-07, -1.43051e-06, -7.45058e-09, -4.4605e-10, 4.26538e-09, 1, 1, 1, 1) -tracks/24/type = "transform" -tracks/24/path = NodePath("Armature/Skeleton3D:headtracker") -tracks/24/interp = 1 -tracks/24/loop_wrap = true -tracks/24/imported = false -tracks/24/enabled = true -tracks/24/keys = PackedFloat32Array(0, 1, 1.02445e-08, -4.47035e-07, -1.05007e-07, 0.287287, -0.0941088, 0.0255168, 0.952869, 1, 1, 1, 0.05, 1, -2.68222e-08, -2.98023e-08, -7.10133e-08, 0.277009, -0.0944548, 0.024506, 0.9559, 1, 1, 1, 0.15, 1, -2.42144e-08, -3.57628e-07, -3.39933e-08, 0.229614, -0.0956923, 0.0198279, 0.968363, 1, 1, 1, 0.2, 1, -1.22934e-08, -1.78814e-07, 1.30385e-08, 0.224057, -0.0957887, 0.0192787, 0.969665, 1, 1, 1, 0.25, 1, -3.91156e-08, 1.19209e-07, -4.79631e-08, 0.233664, -0.0955615, 0.0202274, 0.967399, 1, 1, 1, 0.35, 1, -3.35279e-09, -3.27826e-07, -4.61005e-08, 0.274341, -0.0944949, 0.024241, 0.956671, 1, 1, 1, 0.4, 1, -1.67641e-09, -2.68221e-07, -8.21892e-08, 0.285395, -0.0941665, 0.0253304, 0.953436, 1, 1, 1, 0.45, 1, 1.02445e-08, -4.47035e-07, -1.05007e-07, 0.287287, -0.0941088, 0.0255168, 0.952869, 1, 1, 1, 1.25, 1, 1.02445e-08, -4.47035e-07, -1.05007e-07, 0.287287, -0.0941088, 0.0255168, 0.952869, 1, 1, 1) -tracks/25/type = "transform" -tracks/25/path = NodePath("Armature/Skeleton3D:head") -tracks/25/interp = 1 -tracks/25/loop_wrap = true -tracks/25/imported = false -tracks/25/enabled = true -tracks/25/keys = PackedFloat32Array(0, 1, -7.74519e-09, -9.56934e-08, 3.16533e-07, 7.45058e-09, 3.37575e-10, -1.99442e-09, 1, 1, 1, 1, 1.25, 1, -7.74519e-09, -9.56934e-08, 3.16533e-07, 7.45058e-09, 3.37575e-10, -1.99442e-09, 1, 1, 1, 1) -tracks/26/type = "transform" -tracks/26/path = NodePath("Armature/Skeleton3D:vent") -tracks/26/interp = 1 -tracks/26/loop_wrap = true -tracks/26/imported = false -tracks/26/enabled = true -tracks/26/keys = PackedFloat32Array(0, 1, 3.38022e-08, 0.00292349, 0.20433, 6.98492e-10, 2.45226e-11, 6.71222e-11, 1, 1, 1, 1, 1.25, 1, 3.38022e-08, 0.00292349, 0.20433, 6.98492e-10, 2.45226e-11, 6.71222e-11, 1, 1, 1, 1) -[sub_resource type="Animation" id=9] +[sub_resource type="Animation" id="9"] resource_name = "run-cycle" length = 0.833333 -loop = true -tracks/0/type = "transform" -tracks/0/path = NodePath("Armature/Skeleton3D:r-arm") -tracks/0/interp = 1 -tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true -tracks/0/keys = PackedFloat32Array(0, 1, 9.23872e-07, -3.57628e-07, 5.66244e-07, 0.222344, -0.226466, -0.0274315, 0.947905, 1, 1, 1, 0.05, 1, 6.55651e-07, -1.19209e-07, 2.98023e-07, 0.251975, -0.208305, -0.0408158, 0.944167, 1, 1, 1, 0.15, 1, 1.07288e-06, -3.57628e-07, 5.36442e-07, 0.379887, -0.057225, -0.102903, 0.917509, 1, 1, 1, 0.2, 1, 6.25849e-07, -3.57628e-07, 7.45058e-07, 0.418674, -0.00696497, -0.113328, 0.901011, 1, 1, 1, 0.25, 1, 8.64267e-07, -3.57628e-07, 3.8743e-07, 0.413182, 0.0386478, -0.0801881, 0.906287, 1, 1, 1, 0.3, 1, 9.53674e-07, -4.76837e-07, 5.96046e-07, 0.315261, 0.124735, -0.0152523, 0.940648, 1, 1, 1, 0.4, 1, 6.25849e-07, -3.57628e-07, 4.17233e-07, -0.151881, 0.360683, -0.0357324, 0.919545, 1, 1, 0.999999, 0.45, 1, 6.25849e-07, -3.57628e-07, 7.45058e-07, -0.172392, 0.343529, -0.046079, 0.922034, 1, 1, 0.999999, 0.55, 1, 6.55651e-07, -3.57628e-07, 5.36442e-07, 0.168352, 0.0191591, -0.0776353, 0.982478, 1, 1, 1, 0.6, 1, 9.53674e-07, -3.57628e-07, 3.27826e-07, 0.182793, -0.0233152, -0.109476, 0.976759, 1, 1, 1, 0.65, 1, 4.17233e-07, 0, 1.78814e-07, 0.138039, -0.0157468, -0.121765, 0.982787, 1, 1, 1, 0.7, 1, 6.25849e-07, -2.38419e-07, 1.78814e-07, 0.121673, -0.0809579, -0.109793, 0.983152, 1, 1, 1, 0.75, 1, 9.23872e-07, -3.57628e-07, 7.45058e-07, 0.131274, -0.176942, -0.0767055, 0.972407, 1, 1, 1, 0.8, 1, 5.66244e-07, -1.19209e-07, 5.96046e-07, 0.13073, -0.218021, -0.0501677, 0.965847, 1, 1, 1, 0.85, 1, 2.98023e-08, 0, -5.96046e-08, 0.129118, -0.224691, -0.0428281, 0.964888, 1, 1, 1, 1.25, 1, 2.98023e-08, 0, -5.96046e-08, 0.129118, -0.224691, -0.0428281, 0.964888, 1, 1, 1) -tracks/1/type = "transform" -tracks/1/path = NodePath("Armature/Skeleton3D:r-forearm") -tracks/1/interp = 1 -tracks/1/loop_wrap = true -tracks/1/imported = false -tracks/1/enabled = true -tracks/1/keys = PackedFloat32Array(0, 1, 0, -4.17233e-07, -3.57628e-07, -0.0379169, -0.0715942, 0.00193508, 0.996711, 1, 1, 1, 0.05, 1, -1.78814e-07, -5.96046e-07, -4.17233e-07, -0.000241383, -0.109076, 0.00379063, 0.994026, 1, 1, 1, 0.1, 1, 8.9407e-08, -6.55651e-07, -6.55651e-07, 0.0679255, -0.167209, 0.00334064, 0.983573, 1, 0.999999, 1, 0.25, 1, -1.19209e-07, -3.8743e-07, 0, 0.158727, -0.350464, 0.00627285, 0.923007, 1, 1, 1, 0.3, 1, -3.27826e-07, -6.85453e-07, 1.78814e-07, 0.146536, -0.393807, 0.00119701, 0.907437, 1, 1, 1, 0.35, 1, -8.9407e-08, -6.55651e-07, -3.57628e-07, 0.153485, -0.416977, -0.0128296, 0.895772, 1, 1, 1, 0.4, 1, 8.9407e-08, -9.83477e-07, -5.36442e-07, 0.172873, -0.368078, -0.014432, 0.913469, 1, 0.999999, 1, 0.45, 1, 0, -9.83477e-07, -1.19209e-07, 0.191151, -0.391536, -0.0140892, 0.899979, 1, 1, 1, 0.5, 1, 8.9407e-08, -5.96046e-07, -6.55651e-07, 0.210133, -0.527231, -0.0202225, 0.823081, 1, 1, 1, 0.55, 1, 2.68221e-07, -6.25849e-07, -4.17233e-07, 0.159334, -0.589231, -0.00909611, 0.792046, 1, 1, 1, 0.65, 1, -1.19209e-07, -6.85453e-07, -7.15256e-07, 0.0168538, -0.43832, 0.0104639, 0.8986, 1, 1, 1, 0.7, 1, 1.78814e-07, -5.36442e-07, -1.78814e-07, -0.00524541, -0.376783, 0.0174757, 0.926122, 1, 1, 1, 0.8, 1, -5.96046e-08, -7.15256e-07, -5.36442e-07, 0.00762745, -0.243737, 0.014512, 0.969703, 1, 1, 1, 0.85, 1, 1.19209e-07, -6.85453e-07, -7.7486e-07, 0.00858928, -0.221202, 0.0126834, 0.975108, 1, 1, 1, 1.25, 1, 1.19209e-07, -6.85453e-07, -7.7486e-07, 0.00858928, -0.221202, 0.0126834, 0.975108, 1, 1, 1) -tracks/2/type = "transform" -tracks/2/path = NodePath("Armature/Skeleton3D:l-arm") -tracks/2/interp = 1 -tracks/2/loop_wrap = true -tracks/2/imported = false -tracks/2/enabled = true -tracks/2/keys = PackedFloat32Array(0, 1, -9.53674e-07, -5.96046e-07, 4.76837e-07, -0.211109, -0.378307, 0.04716, 0.900052, 1, 1, 1, 0.05, 1, -9.53674e-07, 1.19209e-07, 3.57628e-07, -0.122361, -0.307485, 0.0444022, 0.942608, 1, 1, 1, 0.1, 1, -6.85453e-07, -2.38419e-07, 5.96046e-07, 0.0655243, -0.124344, 0.0558387, 0.988497, 1, 1, 1, 0.15, 1, -7.7486e-07, -1.19209e-07, 5.66244e-07, 0.17223, 0.0168325, 0.088774, 0.980904, 1, 1, 1, 0.2, 1, -5.36442e-07, -3.57628e-07, 5.36442e-07, 0.151153, 0.0193605, 0.111763, 0.981981, 1, 1, 1, 0.25, 1, -6.25849e-07, -3.57628e-07, 5.96046e-07, 0.105831, 0.0199286, 0.119921, 0.986925, 1, 1, 1, 0.3, 1, -1.19209e-06, -5.96046e-07, 6.25849e-07, 0.11, 0.117841, 0.0973986, 0.982103, 1, 1, 1, 0.35, 1, -5.36442e-07, -1.19209e-07, 4.47035e-07, 0.163427, 0.213955, 0.0590648, 0.961263, 1, 1, 1, 0.4, 1, -6.85453e-07, -3.57628e-07, 5.06639e-07, 0.212517, 0.23167, 0.0327435, 0.948733, 1, 1, 1, 0.45, 1, -8.04663e-07, -2.38419e-07, 5.66244e-07, 0.240572, 0.207043, 0.0320326, 0.947751, 1, 1, 1, 0.5, 1, -9.23872e-07, 0, 8.04663e-07, 0.292283, 0.151342, 0.0529747, 0.942794, 1, 1, 1, 0.55, 1, -6.85453e-07, -3.57628e-07, 3.57628e-07, 0.354424, 0.0696654, 0.0852169, 0.928584, 1, 1, 1, 0.6, 1, -5.66244e-07, -2.38419e-07, 2.98023e-07, 0.397207, 0.0175472, 0.104303, 0.911614, 1, 1, 1, 0.65, 1, -8.34465e-07, -2.38419e-07, 4.47035e-07, 0.407225, -0.0166533, 0.0875941, 0.908965, 1, 1, 1, 0.7, 1, -1.2517e-06, -1.19209e-07, 6.55651e-07, 0.349327, -0.0813931, 0.0308211, 0.93295, 1, 1, 1, 0.75, 1, -1.19209e-07, 1.19209e-07, 2.08616e-07, 0.214708, -0.14004, -0.012317, 0.966508, 1, 1, 1, 0.8, 1, -6.55651e-07, -1.19209e-07, 2.98023e-07, -0.00140518, -0.171137, -0.0177305, 0.985087, 1, 1, 1, 0.85, 1, -4.76837e-07, -3.57628e-07, 3.8743e-07, -0.0925096, -0.171599, -0.011185, 0.98075, 1, 1, 1, 1.25, 1, -4.76837e-07, -3.57628e-07, 3.8743e-07, -0.0925096, -0.171599, -0.011185, 0.98075, 1, 1, 1) -tracks/3/type = "transform" -tracks/3/path = NodePath("Armature/Skeleton3D:l-forearm") -tracks/3/interp = 1 -tracks/3/loop_wrap = true -tracks/3/imported = false -tracks/3/enabled = true -tracks/3/keys = PackedFloat32Array(0, 1, 2.08616e-07, -2.98023e-08, -5.96046e-07, 0.176871, 0.346752, 0.0115369, 0.921058, 1, 1, 1, 0.05, 1, -1.49012e-07, -4.76837e-07, -2.38419e-07, 0.1969, 0.431458, 0.0161118, 0.880236, 1, 1, 1, 0.1, 1, -3.57628e-07, -8.04663e-07, -4.76837e-07, 0.196923, 0.556224, 0.0152519, 0.80722, 1, 1, 1, 0.15, 1, -2.68221e-07, -4.17233e-07, -2.98023e-07, 0.134905, 0.568169, 0.00154346, 0.811777, 1, 1, 1, 0.2, 1, -1.49012e-07, -6.25849e-07, -4.17233e-07, 0.0562878, 0.484209, -0.00707307, 0.873111, 1, 1, 1, 0.25, 1, -2.98023e-08, -8.04663e-07, -3.57628e-07, 0.0047636, 0.406038, -0.0121859, 0.913763, 1, 1, 1, 0.3, 1, 5.96046e-08, -7.7486e-07, -1.78814e-07, -0.011494, 0.345751, -0.0179636, 0.938084, 1, 0.999999, 1, 0.4, 1, 5.36442e-07, -5.36442e-07, -1.19209e-07, -0.0325058, 0.107107, -0.00429871, 0.993707, 1, 0.999999, 1, 0.45, 1, 2.08616e-07, -8.34465e-07, -1.78814e-07, -0.0177273, 0.0767786, -0.00241131, 0.996888, 1, 1, 1, 0.65, 1, -5.96046e-08, -6.55651e-07, -1.07288e-06, 0.154364, 0.318848, -0.0046877, 0.935139, 1, 1, 1, 0.7, 1, 5.96046e-08, -9.23872e-07, -1.01328e-06, 0.155566, 0.376204, -0.00401138, 0.913375, 1, 1, 1, 0.75, 1, 0, -8.9407e-07, -4.17233e-07, 0.173064, 0.444685, 0.00561718, 0.87879, 1, 1, 1, 0.8, 1, 3.27826e-07, -6.55651e-07, -4.17233e-07, 0.251551, 0.464674, 0.00544377, 0.848982, 1, 1, 1, 0.85, 1, 8.9407e-08, -7.15256e-07, -9.53674e-07, 0.280639, 0.447823, -0.00246765, 0.848935, 1, 1, 1, 1.25, 1, 8.9407e-08, -7.15256e-07, -9.53674e-07, 0.280639, 0.447823, -0.00246765, 0.848935, 1, 1, 1) -tracks/4/type = "transform" -tracks/4/path = NodePath("Armature/Skeleton3D:r-thigh") -tracks/4/interp = 1 -tracks/4/loop_wrap = true -tracks/4/imported = false -tracks/4/enabled = true -tracks/4/keys = PackedFloat32Array(0, 1, 0, 1.63913e-07, 1.93715e-07, -0.283345, 0.0300071, -0.0426225, 0.957601, 1, 1, 1, 0.05, 1, 8.9407e-08, 1.93715e-07, -5.06639e-07, -0.221388, 0.0587497, -0.0627932, 0.971387, 1, 1, 1, 0.15, 1, 5.96046e-08, 6.70552e-08, -1.3411e-07, 0.127996, 0.137739, -0.113256, 0.975612, 1, 1, 1, 0.2, 1, -5.96046e-08, -7.45058e-09, -7.45058e-07, 0.264976, 0.121823, -0.100248, 0.951261, 1, 1, 1, 0.25, 1, 2.98023e-08, -2.01166e-07, -4.91738e-07, 0.314522, 0.0998354, -0.077727, 0.94078, 1, 1, 1, 0.3, 1, 1.49012e-07, 1.3411e-07, 1.3411e-07, 0.306548, 0.0507913, -0.0454783, 0.949411, 1, 1, 1, 0.35, 1, 8.9407e-08, 7.45058e-09, -2.83122e-07, 0.297828, -0.0187708, -0.0207563, 0.954209, 1, 1, 1, 0.4, 1, 8.9407e-08, 4.47035e-08, -2.98023e-07, 0.287784, -0.0733564, -0.00467344, 0.95487, 1, 1, 1, 0.45, 1, 2.98023e-08, 2.23517e-08, -2.5332e-07, 0.170166, -0.0854042, 0.00266015, 0.981704, 1, 1, 1, 0.6, 1, 0, 1.04308e-07, 0, -0.531982, -0.0722138, 0.0220251, 0.843383, 1, 1, 1, 0.65, 1, 0, 1.3411e-07, -3.12924e-07, -0.652152, -0.0747176, 0.0102306, 0.754328, 1, 1, 1, 0.7, 1, -2.98023e-08, 0, 1.49012e-07, -0.686637, -0.0649825, 0.00231536, 0.724087, 1, 1, 1, 0.75, 1, 2.98023e-08, -1.56462e-07, -2.38419e-07, -0.638385, -0.0394346, -0.00259775, 0.768702, 1, 1, 1, 0.8, 1, 1.49012e-07, -8.9407e-08, -1.93715e-07, -0.432358, 0.00843852, -0.0248422, 0.90132, 1, 1, 1, 0.85, 1, 0, 1.63913e-07, 1.93715e-07, -0.283345, 0.0300071, -0.0426225, 0.957601, 1, 1, 1, 1.25, 1, 0, 1.63913e-07, 1.93715e-07, -0.283345, 0.0300071, -0.0426225, 0.957601, 1, 1, 1) -tracks/5/type = "transform" -tracks/5/path = NodePath("Armature/Skeleton3D:r-leg") -tracks/5/interp = 1 -tracks/5/loop_wrap = true -tracks/5/imported = false -tracks/5/enabled = true -tracks/5/keys = PackedFloat32Array(0, 1, 2.29338e-08, 8.9407e-08, 5.36442e-07, -0.369097, -0.0505305, 0.00260278, 0.928013, 1, 1, 1, 0.05, 1, 8.26549e-08, 1.93715e-07, 4.76837e-07, -0.32656, -0.0387365, 0.00230976, 0.94438, 1, 1, 1, 0.15, 1, 4.78467e-08, -7.45058e-09, 7.7486e-07, -0.04833, 0.013837, -0.00331139, 0.99873, 1, 1, 1, 0.2, 1, 1.44588e-07, 0, 7.15256e-07, 0.0174433, 0.00914093, -0.00369525, 0.999799, 1, 1, 1, 0.25, 1, 4.49363e-08, 1.63913e-07, 2.38419e-07, -0.0309752, 0.0174032, -0.00233819, 0.999366, 1, 1, 1, 0.3, 1, 6.06524e-08, -7.45058e-08, 6.55651e-07, -0.161344, 0.031869, -0.00095907, 0.986383, 1, 1, 1, 0.35, 1, 6.23986e-08, 1.11759e-07, 5.36442e-07, -0.258604, 0.043227, -0.000463765, 0.965016, 1, 1, 1, 0.4, 1, 2.66591e-08, 1.11759e-07, 5.96046e-07, -0.311843, 0.0531668, -0.000274837, 0.948645, 1, 1, 1, 0.45, 1, -0.000736501, 0.00352155, -0.0507002, -0.471618, 0.0737067, 0.000546333, 0.878717, 1, 1, 1, 0.5, 1, -0.00351399, 0.0168005, -0.241486, -0.74573, 0.0999092, 7.49679e-05, 0.658714, 1, 1, 1, 0.55, 1, -0.00736267, 0.0352004, -0.505227, 0.896291, -0.0831834, 0.00513814, -0.435565, 1, 1, 1, 0.6, 1, -0.0098056, 0.0468799, -0.672563, 0.946677, -0.0409485, 0.00588309, -0.319519, 1, 1, 1, 0.65, 1, -0.0098056, 0.0468801, -0.672652, 0.947809, 0.0057637, 0.00256107, -0.318776, 1, 1, 1, 0.7, 1, -0.00736268, 0.0352004, -0.505962, 0.888767, 0.0669386, 0.000245982, -0.453445, 1, 1, 1, 0.75, 1, -0.003514, 0.016801, -0.242868, -0.757574, -0.0924392, -0.000540428, 0.64617, 1, 1, 1, 0.8, 1, -0.000736581, 0.0035219, -0.0512407, -0.527405, -0.0678553, 0.00109702, 0.846899, 1, 1, 1, 0.85, 1, 2.29338e-08, 8.9407e-08, 5.36442e-07, -0.369097, -0.0505305, 0.00260278, 0.928013, 1, 1, 1, 1.25, 1, 2.29338e-08, 8.9407e-08, 5.36442e-07, -0.369097, -0.0505305, 0.00260278, 0.928013, 1, 1, 1) -tracks/6/type = "transform" -tracks/6/path = NodePath("Armature/Skeleton3D:r-foot") -tracks/6/interp = 1 -tracks/6/loop_wrap = true -tracks/6/imported = false -tracks/6/enabled = true -tracks/6/keys = PackedFloat32Array(0, 1, 1.49012e-08, 0, -5.21541e-08, 0.163945, 0.140221, -0.046324, 0.975354, 1, 1, 1, 0.05, 1, 9.68575e-08, 0, 7.82311e-08, 0.163142, 0.147087, -0.0386578, 0.974811, 1, 1, 1, 0.1, 1, 7.45058e-08, 0, 1.11759e-08, 0.154504, 0.157524, -0.0272069, 0.974974, 1, 1, 1, 0.15, 1, 8.9407e-08, 0, 3.72529e-08, 0.106593, 0.145246, -0.0455539, 0.982581, 1, 1, 1, 0.2, 1, 3.72529e-08, 0, 0, 0.00306457, 0.0975244, -0.0887594, 0.991263, 1, 1, 1, 0.3, 1, 4.47035e-08, 1.19209e-07, -1.60187e-07, -0.165764, -0.00244496, -0.0619073, 0.984217, 1, 1, 1, 0.35, 1, 3.72529e-08, -1.19209e-07, -1.2666e-07, -0.225564, -0.0444232, -0.0320188, 0.972688, 1, 1, 1, 0.4, 1, -2.98023e-08, -1.19209e-07, 1.3411e-07, -0.254966, -0.0644888, -0.0152293, 0.964677, 1, 1, 1, 0.45, 1, 5.96046e-08, 1.19209e-07, -3.72529e-09, -0.263415, -0.0674915, -0.0129876, 0.962231, 1, 1, 1, 0.5, 1, 7.45058e-08, 0, -2.98023e-08, -0.26682, -0.065605, -0.0157537, 0.961382, 1, 1, 1, 0.55, 1, 5.96046e-08, 0, 3.35276e-08, -0.268414, -0.0578826, -0.0205736, 0.961343, 1, 1, 1, 0.6, 1, 2.23517e-08, -1.19209e-07, 1.49012e-07, -0.268984, -0.0431783, -0.0254932, 0.961839, 1, 1, 1, 0.65, 1, 3.72529e-08, 0, -1.11759e-08, -0.205247, -0.0144598, -0.0301062, 0.97814, 1, 1, 1, 0.7, 1, 7.45058e-08, -1.19209e-07, -5.58794e-08, 0.0302446, 0.0427142, -0.0345553, 0.998031, 1, 1, 1, 0.75, 1, 8.9407e-08, 0, -1.11759e-07, 0.187052, 0.0967062, -0.0379775, 0.97684, 1, 1, 1, 0.8, 1, 8.19564e-08, -1.19209e-07, 2.23517e-08, 0.173053, 0.130372, -0.0438442, 0.975261, 1, 1, 1, 0.85, 1, 1.49012e-08, 0, -5.21541e-08, 0.163945, 0.140221, -0.046324, 0.975354, 1, 1, 1, 1.25, 1, 1.49012e-08, 0, -5.21541e-08, 0.163945, 0.140221, -0.046324, 0.975354, 1, 1, 1) -tracks/7/type = "transform" -tracks/7/path = NodePath("Armature/Skeleton3D:l-thigh") -tracks/7/interp = 1 -tracks/7/loop_wrap = true -tracks/7/imported = false -tracks/7/enabled = true -tracks/7/keys = PackedFloat32Array(0, 1, 0, 2.08616e-07, 1.49012e-08, 0.284249, 0.0874448, 0.000525696, 0.954754, 1, 1, 1, 0.05, 1, 0, 1.11759e-07, -1.63913e-07, 0.0840381, 0.068345, -0.00156289, 0.994115, 1, 1, 1, 0.15, 1, 0, -9.68575e-08, -1.19209e-07, -0.428198, 0.103089, -0.0309307, 0.897253, 1, 1, 1, 0.2, 1, 2.98023e-08, 0, -2.5332e-07, -0.585268, 0.121806, -0.0264258, 0.801203, 1, 1, 1, 0.25, 1, -5.96046e-08, -2.68221e-07, -1.93715e-07, -0.68271, 0.117151, -0.00691618, 0.721203, 1, 1, 1, 0.3, 1, 5.96046e-08, 5.21541e-08, 3.57628e-07, -0.675843, 0.0951763, -0.00368054, 0.730865, 1, 1, 1, 0.35, 1, -5.96046e-08, -8.9407e-08, -1.04308e-07, -0.577504, 0.0522321, 0.00297164, 0.81471, 1, 1, 1, 0.4, 1, 0, 7.45058e-09, 1.63913e-07, -0.36481, -0.00958558, 0.0300626, 0.930547, 1, 1, 1, 0.45, 1, -1.19209e-07, 7.45058e-08, 1.49012e-07, -0.214962, -0.0628985, 0.0719756, 0.971933, 1, 1, 1, 0.5, 1, 0, 7.45058e-09, -7.15256e-07, -0.0924244, -0.113076, 0.110988, 0.983033, 1, 1, 1, 0.6, 1, 2.98023e-08, 3.72529e-08, 7.30157e-07, 0.212199, -0.104928, 0.0711089, 0.968971, 1, 1, 1, 0.65, 1, 8.9407e-08, 1.49012e-08, -1.63913e-07, 0.280374, -0.0786743, 0.0551762, 0.955069, 1, 1, 1, 0.7, 1, 0, 1.11759e-07, 2.5332e-07, 0.288443, -0.0349057, 0.033278, 0.956282, 1, 1, 1, 0.75, 1, -2.98023e-08, -1.3411e-07, -6.85453e-07, 0.285487, 0.0289713, 0.0136411, 0.957847, 1, 1, 1, 0.8, 1, -5.96046e-08, 8.9407e-08, -3.27826e-07, 0.284867, 0.0752772, 0.00313844, 0.955602, 1, 1, 1, 0.85, 1, 0, 2.08616e-07, 1.49012e-08, 0.284249, 0.0874448, 0.000525696, 0.954754, 1, 1, 1, 1.25, 1, 0, 2.08616e-07, 1.49012e-08, 0.284249, 0.0874448, 0.000525696, 0.954754, 1, 1, 1) -tracks/8/type = "transform" -tracks/8/path = NodePath("Armature/Skeleton3D:l-leg") -tracks/8/interp = 1 -tracks/8/loop_wrap = true -tracks/8/imported = false -tracks/8/enabled = true -tracks/8/keys = PackedFloat32Array(0, 1, -6.98492e-10, -2.98023e-08, 4.76837e-07, -0.32359, -0.0556479, 0.000232734, 0.94456, 1, 1, 1, 0.05, 1, 0.0014394, 0.00688202, -0.0998148, -0.562955, -0.0817876, -0.000658042, 0.82243, 1, 1, 1, 0.1, 1, 0.00484604, 0.0231691, -0.333955, -0.80836, -0.0993527, 0.00161956, 0.580241, 1, 1, 1, 0.15, 1, 0.00839999, 0.04016, -0.576718, 0.916395, 0.0904963, -0.00581601, -0.389867, 1, 1, 1, 0.2, 1, 0.010174, 0.048641, -0.697832, 0.949699, 0.0597103, -0.00558806, -0.307368, 1, 1, 1, 0.25, 1, 0.00943748, 0.0451194, -0.647324, 0.940565, -0.00539416, -0.00131091, -0.339569, 1, 1, 1, 0.3, 1, 0.00617793, 0.0295368, -0.424059, -0.852217, 0.0810981, 0.000142268, 0.516865, 1, 1, 1, 0.35, 1, 0.00247674, 0.0118409, -0.170242, -0.686673, 0.0913182, 0.000156236, 0.721208, 1, 1, 1, 0.4, 1, 0.000368256, 0.00176083, -0.02535, -0.450712, 0.0617424, -0.0017981, 0.89053, 1, 1, 1, 0.45, 1, -3.27127e-08, -2.23517e-08, 0, -0.320919, 0.0402711, -0.00287403, 0.946246, 1, 1, 1, 0.5, 1, -3.65544e-08, 2.6077e-07, 0, -0.222093, 0.0121194, -0.000893378, 0.97495, 1, 1, 1, 0.55, 1, -7.85803e-08, -5.21541e-08, 5.96046e-08, -0.085227, -0.0121138, 0.00211304, 0.996286, 1, 1, 1, 0.6, 1, -9.66247e-09, -1.93715e-07, -5.96046e-08, -0.0204391, -0.0111085, 0.00211107, 0.999727, 1, 1, 1, 0.65, 1, -1.47847e-08, -7.45058e-09, 1.19209e-07, -0.0461144, -0.0137229, 0.00155832, 0.998841, 1, 1, 1, 0.75, 1, 9.77889e-08, -8.9407e-08, 0, -0.259445, -0.0379664, 0.000355786, 0.965011, 1, 1, 1, 0.8, 1, -3.06172e-08, -1.19209e-07, 1.19209e-07, -0.311223, -0.0514541, 0.000257438, 0.948943, 1, 1, 1, 0.85, 1, -6.98492e-10, -2.98023e-08, 4.76837e-07, -0.32359, -0.0556479, 0.000232734, 0.94456, 1, 1, 1, 1.25, 1, -6.98492e-10, -2.98023e-08, 4.76837e-07, -0.32359, -0.0556479, 0.000232734, 0.94456, 1, 1, 1) -tracks/9/type = "transform" -tracks/9/path = NodePath("Armature/Skeleton3D:l-foot") -tracks/9/interp = 1 -tracks/9/loop_wrap = true -tracks/9/imported = false -tracks/9/enabled = true -tracks/9/keys = PackedFloat32Array(0, 1, 2.23517e-08, 1.19209e-07, 7.45058e-09, -0.260411, 0.0677016, 0.0123204, 0.963042, 1, 1, 1, 0.05, 1, 1.49012e-08, 1.19209e-07, -6.33299e-08, -0.261291, 0.0586691, 0.0123934, 0.963396, 1, 1, 1, 0.1, 1, 1.49012e-08, 1.19209e-07, 3.35276e-08, -0.262834, 0.0342669, 0.0126709, 0.964149, 1, 1, 1, 0.2, 1, 1.49012e-08, 0, 1.86265e-08, -0.260355, -0.0293857, 0.0140367, 0.964964, 1, 1, 1, 0.25, 1, -6.70552e-08, 0, -2.49594e-07, -0.153196, -0.0556389, 0.0191204, 0.986443, 1, 1, 1, 0.3, 1, 7.45058e-09, 2.38419e-07, 3.35276e-08, 0.102501, -0.0807205, 0.0313849, 0.990956, 1, 1, 1, 0.35, 1, -1.49012e-08, 1.19209e-07, -1.11759e-08, 0.182765, -0.105332, 0.0403985, 0.976663, 1, 1, 1, 0.4, 1, 0, 2.38419e-07, 2.98023e-08, 0.1689, -0.131443, 0.0454069, 0.975773, 1, 1, 1, 0.45, 1, -2.23517e-08, 1.19209e-07, 1.11759e-08, 0.162548, -0.163949, 0.0367097, 0.972292, 1, 1, 1, 0.5, 1, -7.45058e-09, 1.19209e-07, -6.70552e-08, 0.160675, -0.186181, 0.0223394, 0.969031, 1, 1, 1, 0.55, 1, 0, 2.38419e-07, -4.09782e-08, 0.121712, -0.123055, 0.0340729, 0.984318, 1, 1, 1, 0.65, 1, -2.23517e-08, 2.38419e-07, -4.84288e-08, -0.0909908, -0.00331438, 0.030867, 0.995368, 1, 1, 1, 0.7, 1, -2.98023e-08, 0, -1.86265e-08, -0.167009, 0.0327264, 0.0253347, 0.985086, 1, 1, 1, 0.75, 1, -1.49012e-08, 2.38419e-07, -9.31323e-08, -0.225897, 0.0565391, 0.0182554, 0.972338, 1, 1, 1, 0.8, 1, 7.45058e-09, 0, 1.41561e-07, -0.254123, 0.0658906, 0.0135391, 0.96483, 1, 1, 1, 0.85, 1, 2.23517e-08, 1.19209e-07, 7.45058e-09, -0.260411, 0.0677016, 0.0123204, 0.963042, 1, 1, 1, 1.25, 1, 2.23517e-08, 1.19209e-07, 7.45058e-09, -0.260411, 0.0677016, 0.0123204, 0.963042, 1, 1, 1) -tracks/10/type = "transform" -tracks/10/path = NodePath("Armature/Skeleton3D:MASTER") -tracks/10/interp = 1 -tracks/10/loop_wrap = true -tracks/10/imported = false -tracks/10/enabled = true -tracks/10/keys = PackedFloat32Array(0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/11/type = "transform" -tracks/11/path = NodePath("Armature/Skeleton3D:HEAD") -tracks/11/interp = 1 -tracks/11/loop_wrap = true -tracks/11/imported = false -tracks/11/enabled = true -tracks/11/keys = PackedFloat32Array(0, 1, -5.68434e-14, 0, 0.994808, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, -5.68434e-14, 0, 0.908378, 0, 0, 0, 1, 1, 1, 1, 0.1, 1, -5.68434e-14, 0, 0.865919, 0, 0, 7.10543e-15, 1, 1, 1, 1, 0.15, 1, -5.68434e-14, 0, 0.952043, 0, 0, 0, 1, 1, 1, 1, 0.25, 1, -5.68434e-14, 0, 1.23636, 0, 0, 0, 1, 1, 1, 1, 0.3, 1, -5.68434e-14, 0, 1.26452, 0, 0, 7.10543e-15, 1, 1, 1, 1, 0.35, 1, -5.68434e-14, 0, 1.17812, 0, 0, -7.10543e-15, 1, 1, 1, 1, 0.45, 1, -5.68434e-14, 0, 0.917901, 0, 0, 0, 1, 1, 1, 1, 0.5, 1, -5.68434e-14, 0, 0.850875, 0, 0, 0, 1, 1, 1, 1, 0.55, 1, -5.68434e-14, 0, 0.90967, 0, 0, 0, 1, 1, 1, 1, 0.65, 1, -5.68434e-14, 0, 1.19399, 0, 0, 0, 1, 1, 1, 1, 0.7, 1, -5.68434e-14, 0, 1.26645, 0, 0, 7.10543e-15, 1, 1, 1, 1, 0.75, 1, -5.68434e-14, 0, 1.20667, 0, 0, 0, 1, 1, 1, 1, 0.8, 1, -5.68434e-14, 0, 1.04898, 0, 0, 7.10543e-15, 1, 1, 1, 1, 0.85, 1, -5.68434e-14, 0, 0.994808, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, -5.68434e-14, 0, 0.994808, 0, 0, 0, 1, 1, 1, 1) -tracks/12/type = "transform" -tracks/12/path = NodePath("Armature/Skeleton3D:r-LEGCONTROL") -tracks/12/interp = 1 -tracks/12/loop_wrap = true -tracks/12/imported = false -tracks/12/enabled = true -tracks/12/keys = PackedFloat32Array(0, 1, -0.142338, -0.593751, 0.041427, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, -0.141891, -0.466314, 0.0666584, 0, 0, 0, 1, 1, 1, 1, 0.1, 1, -0.140854, -0.18721, 0.16679, 0, 0, 0, 1, 1, 1, 1, 0.3, 1, -0.135712, 0.882052, 1.08263, 0, 0, 0, 1, 1, 1, 1, 0.35, 1, -0.134593, 1.04285, 1.23903, 0, 0, 0, 1, 1, 1, 1, 0.4, 1, -0.134052, 1.11594, 1.33052, 0, 0, 0, 1, 1, 1, 1, 0.45, 1, -0.134139, 1.01025, 1.37488, 0, 0, 0, 1, 1, 1, 1, 0.5, 1, -0.134864, 0.561422, 1.40083, 0, 0, 0, 1, 1, 1, 1, 0.55, 1, -0.136154, -0.107091, 1.41207, 0, 0, 0, 1, 1, 1, 1, 0.6, 1, -0.137517, -0.627938, 1.41499, 0, 0, 0, 1, 1, 1, 1, 0.65, 1, -0.138802, -0.880369, 1.32217, 0, 0, 0, 1, 1, 1, 1, 0.7, 1, -0.140187, -0.97361, 0.946171, 0, 0, 0, 1, 1, 1, 1, 0.75, 1, -0.141374, -0.990009, 0.507478, 0, 0, 0, 1, 1, 1, 1, 0.8, 1, -0.142135, -0.753522, 0.166703, 0, 0, 0, 1, 1, 1, 1, 0.85, 1, -0.142338, -0.593751, 0.041427, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, -0.142338, -0.593751, 0.041427, 0, 0, 0, 1, 1, 1, 1) -tracks/13/type = "transform" -tracks/13/path = NodePath("Armature/Skeleton3D:l-LEGCONTROL") -tracks/13/interp = 1 -tracks/13/loop_wrap = true -tracks/13/imported = false -tracks/13/enabled = true -tracks/13/keys = PackedFloat32Array(0, 1, 0.133965, 1.12742, 1.35169, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, 0.134319, 0.88137, 1.36048, 0, 0, 0, 1, 1, 1, 1, 0.15, 1, 0.136624, -0.318866, 1.4031, 0, 0, 0, 1, 1, 1, 1, 0.2, 1, 0.13794, -0.745207, 1.41408, 0, 0, 0, 1, 1, 1, 1, 0.25, 1, 0.139237, -0.932173, 1.26013, 0, 0, 0, 1, 1, 1, 1, 0.3, 1, 0.140615, -0.985177, 0.795642, 0, 0, 0, 1, 1, 1, 1, 0.35, 1, 0.141658, -0.933265, 0.382912, 0, 0, 0, 1, 1, 1, 1, 0.4, 1, 0.142236, -0.69551, 0.103281, 0, 0, 0, 1, 1, 1, 1, 0.45, 1, 0.142112, -0.449542, 0.0515677, 0, 0, 0, 1, 1, 1, 1, 0.5, 1, 0.141234, -0.239295, 0.11699, 0, 0, 0, 1, 1, 1, 1, 0.55, 1, 0.140074, 0.0127278, 0.285218, 0, 0, 0, 1, 1, 1, 1, 0.7, 1, 0.136158, 0.812955, 1.03336, 0, 0, 0, 1, 1, 1, 1, 0.75, 1, 0.134866, 1.00553, 1.22614, 0, 0, 0, 1, 1, 1, 1, 0.8, 1, 0.13414, 1.10444, 1.32777, 0, 0, 0, 1, 1, 1, 1, 0.85, 1, 0.133965, 1.12742, 1.35169, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 0.133965, 1.12742, 1.35169, 0, 0, 0, 1, 1, 1, 1) -tracks/14/type = "transform" -tracks/14/path = NodePath("Armature/Skeleton3D:r-LEGORIENT") -tracks/14/interp = 1 -tracks/14/loop_wrap = true -tracks/14/imported = false -tracks/14/enabled = true -tracks/14/keys = PackedFloat32Array(0, 1, 0.100474, 0.669825, -0.778672, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, 0.0953997, 0.642052, -0.742965, 7.10993e-08, 6.08666e-15, 7.10543e-15, 1, 1, 1, 1, 0.1, 1, 0.0823101, 0.56581, -0.648221, 4.1297e-08, 2.53395e-15, 7.10543e-15, 1, 1, 1, 1, 0.35, 1, 0.0243976, -0.0441461, -0.063019, 4.1297e-08, 2.53394e-15, -7.10543e-15, 1, 1, 1, 1, 0.4, 1, 0.020945, -0.11126, -0.00892317, 7.10993e-08, 6.08666e-15, 7.10543e-15, 1, 1, 1, 1, 0.45, 1, 0.0214889, -0.0993756, -0.1204, 7.10993e-08, 2.53395e-15, 7.10543e-15, 1, 1, 1, 1, 0.5, 1, 0.0261557, -0.00703263, -0.571036, 0, 0, 0, 1, 1, 1, 1, 0.55, 1, 0.0350212, 0.144668, -1.19143, 7.10993e-08, 6.08666e-15, -4.32757e-22, 1, 1, 1, 1, 0.6, 1, 0.0452013, 0.286137, -1.58564, 7.10993e-08, 2.53395e-15, 7.10543e-15, 1, 1, 1, 1, 0.65, 1, 0.056361, 0.396596, -1.62736, 7.10993e-08, 2.53395e-15, 7.10543e-15, 1, 1, 1, 1, 0.7, 1, 0.0713525, 0.504199, -1.41721, 7.10993e-08, 6.08666e-15, 7.10543e-15, 1, 1, 1, 1, 0.75, 1, 0.0877976, 0.602767, -1.08603, 0, 0, 0, 1, 1, 1, 1, 0.8, 1, 0.097935, 0.656912, -0.843801, 7.10993e-08, 6.08666e-15, 7.10543e-15, 1, 1, 1, 1, 0.85, 1, 0.100474, 0.669825, -0.778672, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 0.100474, 0.669825, -0.778672, 0, 0, 0, 1, 1, 1, 1) -tracks/15/type = "transform" -tracks/15/path = NodePath("Armature/Skeleton3D:l-LEGORIENT") -tracks/15/interp = 1 -tracks/15/loop_wrap = true -tracks/15/imported = false -tracks/15/enabled = true -tracks/15/keys = PackedFloat32Array(0, 1, -0.0204011, -0.122407, 5.96046e-08, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, -0.0226399, -0.0760723, -0.246171, 7.10993e-08, 6.08666e-15, 7.10543e-15, 1, 1, 1, 1, 0.15, 1, -0.0384328, 0.195889, -1.36473, 7.10993e-08, 2.53395e-15, 7.10543e-15, 1, 1, 1, 1, 0.2, 1, -0.0485586, 0.325533, -1.64571, 7.10993e-08, 9.63937e-15, -6.85353e-22, 1, 1, 1, 1, 0.25, 1, -0.0604436, 0.430887, -1.61593, 0, 0, 0, 1, 1, 1, 1, 0.3, 1, -0.0768237, 0.538687, -1.39129, 7.10993e-08, 2.53394e-15, -2.11758e-22, 1, 1, 1, 1, 0.35, 1, -0.0915991, 0.623227, -1.09587, 4.1297e-08, 2.53394e-15, -7.10543e-15, 1, 1, 1, 1, 0.4, 1, -0.0992045, 0.663389, -0.847581, 7.10993e-08, 6.08666e-15, 7.10543e-15, 1, 1, 1, 1, 0.45, 1, -0.0979352, 0.656214, -0.687419, 7.10993e-08, 2.53395e-15, 7.10543e-15, 1, 1, 1, 1, 0.5, 1, -0.0877979, 0.599371, -0.580202, 0, 0, 0, 1, 1, 1, 1, 0.65, 1, -0.0452008, 0.276356, -0.334939, 7.10993e-08, 2.53395e-15, 7.10543e-15, 1, 1, 1, 1, 0.75, 1, -0.0261556, -0.010167, -0.0897738, 0, 0, 0, 1, 1, 1, 1, 0.8, 1, -0.0214889, -0.0999783, -0.0177123, 7.10993e-08, 6.08666e-15, 7.10543e-15, 1, 1, 1, 1, 0.85, 1, -0.0204011, -0.122407, 5.96046e-08, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, -0.0204011, -0.122407, 5.96046e-08, 0, 0, 0, 1, 1, 1, 1) -tracks/16/type = "transform" -tracks/16/path = NodePath("Armature/Skeleton3D:r-ARMCONTROL") -tracks/16/interp = 1 -tracks/16/loop_wrap = true -tracks/16/imported = false -tracks/16/enabled = true -tracks/16/keys = PackedFloat32Array(0, 1, -0.868295, 0.288818, -0.834593, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, -0.920336, 0.223441, -0.675278, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.1, 1, -1.0611, 0.0535004, -0.268795, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.3, 1, -1.81549, -0.572945, 1.93497, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.35, 1, -1.97521, -0.260334, 2.42549, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.4, 1, -2.07242, 0.0952058, 2.72719, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.45, 1, -2.06152, 0.134094, 2.70055, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.5, 1, -1.94935, -0.00418663, 2.38214, 0, 0, 0, 1, 1, 1, 1, 0.6, 1, -1.5659, -0.316463, 1.27531, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.65, 1, -1.39564, -0.31023, 0.768786, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.75, 1, -1.01032, 0.0728607, -0.380929, 0, 0, 0, 1, 1, 1, 1, 0.8, 1, -0.896442, 0.243316, -0.739858, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.85, 1, -0.868295, 0.288818, -0.834593, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, -0.868295, 0.288818, -0.834593, 0, 0, 0, 1, 1, 1, 1) -tracks/17/type = "transform" -tracks/17/path = NodePath("Armature/Skeleton3D:l-ARMCONTROL") -tracks/17/interp = 1 -tracks/17/loop_wrap = true -tracks/17/imported = false -tracks/17/enabled = true -tracks/17/keys = PackedFloat32Array(0, 1, 2.08906, 0.170859, 2.78004, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, 2.03311, 0.0989122, 2.61048, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.1, 1, 1.88529, -0.0705678, 2.18507, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.2, 1, 1.50915, -0.334755, 1.10648, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.25, 1, 1.33866, -0.287646, 0.593788, 0, 0, 0, 1, 1, 1, 1, 0.35, 1, 0.966909, 0.137533, -0.532556, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.4, 1, 0.882217, 0.266322, -0.791318, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.45, 1, 0.89374, 0.256562, -0.760212, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.5, 1, 0.999084, 0.126561, -0.459517, 0, 0, 0, 1, 1, 1, 1, 0.7, 1, 1.75712, -0.595706, 1.75783, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.75, 1, 1.92686, -0.424236, 2.27222, 0, 0, 0, 1, 1, 1, 1, 0.8, 1, 2.0556, 0.0151663, 2.66931, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.85, 1, 2.08906, 0.170859, 2.78004, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 2.08906, 0.170859, 2.78004, 0, 0, 0, 1, 1, 1, 1) -tracks/18/type = "transform" -tracks/18/path = NodePath("Armature/Skeleton3D:r-ARMORIENT") -tracks/18/interp = 1 -tracks/18/loop_wrap = true -tracks/18/imported = false -tracks/18/enabled = true -tracks/18/keys = PackedFloat32Array(0, 1, 0.405204, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, 0.341349, -0.264663, 0.0556155, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.15, 1, 0.0336542, -1.45692, 0.323532, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.2, 1, -0.0452293, -1.75482, 0.391734, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.25, 1, 0.0926713, -1.62165, 0.363375, 0, 0, 0, 1, 1, 1, 1, 0.35, 1, 1.18685, -0.378264, 0.0954279, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.4, 1, 1.51909, 0.00473738, 0.0141962, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.45, 1, 1.55064, 0.0706801, 0, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.5, 1, 1.44211, 0.0639179, 0, 0, 0, 0, 1, 1, 1, 1, 0.75, 1, 0.54098, 0.00832748, 0, 0, 0, 0, 1, 1, 1, 1, 0.8, 1, 0.432091, 0.00163841, 0, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.85, 1, 0.405204, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 0.405204, 0, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/19/type = "transform" -tracks/19/path = NodePath("Armature/Skeleton3D:l-ARMORIENT") -tracks/19/interp = 1 -tracks/19/loop_wrap = true -tracks/19/imported = false -tracks/19/enabled = true -tracks/19/keys = PackedFloat32Array(0, 1, -1.5774, 0.0723579, 0, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, -1.5235, 0.0690539, 0, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.1, 1, -1.38104, 0.0602572, 0, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.4, 1, -0.448482, 0.0061903, 0, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.45, 1, -0.312683, -0.140136, 0.0283925, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.5, 1, -0.161211, -0.627825, 0.135386, 0, 0, 0, 1, 1, 1, 1, 0.55, 1, -0.030728, -1.28144, 0.283529, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.6, 1, 0.0389389, -1.69292, 0.377552, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.65, 1, -0.0330012, -1.68882, 0.377568, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.7, 1, -0.409697, -1.26443, 0.283661, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.75, 1, -1.00503, -0.588506, 0.135634, 0, 0, 0, 1, 1, 1, 1, 0.8, 1, -1.45325, -0.0721812, 0.0284887, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.85, 1, -1.5774, 0.0723579, 0, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, -1.5774, 0.0723579, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/20/type = "transform" -tracks/20/path = NodePath("Armature/Skeleton3D:hip") -tracks/20/interp = 1 -tracks/20/loop_wrap = true -tracks/20/imported = false -tracks/20/enabled = true -tracks/20/keys = PackedFloat32Array(0, 1, 0.050238, 0.697428, 0.108012, 0.0693673, -0.00606888, 0.0869442, 0.993777, 1, 1, 1, 0.05, 1, 0.0669454, 0.729981, 0.0847113, 0.0751978, 0.000902196, 0.0773167, 0.994166, 1, 1, 1, 0.15, 1, 0.147711, 0.887191, -0.02789, 0.103321, 0.0347243, 0.0196114, 0.993848, 1, 1, 1, 0.2, 1, 0.168294, 0.927241, -0.0565808, 0.110419, 0.0433374, -0.00845134, 0.992904, 1, 1, 1, 0.25, 1, 0.154709, 0.910602, -0.0446639, 0.107418, 0.0422538, -0.0318613, 0.992804, 1, 1, 1, 0.3, 1, 0.0960078, 0.836978, 0.00806546, 0.0942701, 0.034167, -0.0564973, 0.993355, 1, 1, 1, 0.35, 1, 0.021745, 0.753374, 0.0679436, 0.0793445, 0.0222103, -0.0760792, 0.993692, 1, 1, 1, 0.4, 1, -0.035471, 0.705747, 0.102054, 0.07085, 0.00995431, -0.0854402, 0.993771, 1, 1, 1, 0.45, 1, -0.0674228, 0.714066, 0.0960958, 0.0723594, -0.00257329, -0.0821245, 0.993989, 1, 1, 1, 0.5, 1, -0.0866932, 0.776805, 0.0511615, 0.0836199, -0.0185098, -0.0626717, 0.994353, 1, 1, 1, 0.55, 1, -0.0950061, 0.863738, -0.0110998, 0.0991637, -0.0338542, -0.0304325, 0.994029, 1, 1, 1, 0.6, 1, -0.0971422, 0.918921, -0.0506222, 0.108957, -0.0424157, -6.6921e-05, 0.993141, 1, 1, 1, 0.65, 1, -0.0894483, 0.918925, -0.0506237, 0.108927, -0.0421963, 0.0241723, 0.99286, 1, 1, 1, 0.7, 1, -0.0546535, 0.863773, -0.0111129, 0.0990954, -0.0332032, 0.0485143, 0.99334, 1, 1, 1, 0.75, 1, 0.000162542, 0.776872, 0.051137, 0.0835711, -0.0190219, 0.071275, 0.993768, 1, 1, 1, 0.8, 1, 0.0397389, 0.714092, 0.0960863, 0.072346, -0.00878352, 0.08392, 0.993804, 1, 1, 1, 0.85, 1, 0.050238, 0.697428, 0.108012, 0.0693673, -0.00606888, 0.0869442, 0.993777, 1, 1, 1, 1.25, 1, 0.050238, 0.697428, 0.108012, 0.0693673, -0.00606888, 0.0869442, 0.993777, 1, 1, 1) -tracks/21/type = "transform" -tracks/21/path = NodePath("Armature/Skeleton3D:waist") -tracks/21/interp = 1 -tracks/21/loop_wrap = true -tracks/21/imported = false -tracks/21/enabled = true -tracks/21/keys = PackedFloat32Array(0, 1, 7.45059e-09, -5.21541e-08, 2.38419e-07, 0.0550011, -0.00481196, -0.0870228, 0.994675, 1, 1, 1, 0.05, 1, -2.16067e-08, -1.49015e-09, 1.19209e-07, 0.0607085, -0.00428583, -0.0791363, 0.995004, 1, 1, 1, 0.1, 1, -2.23518e-09, 4.61936e-08, 1.49012e-07, 0.0742298, -0.00290666, -0.0580589, 0.995545, 1, 1, 1, 0.2, 1, -1.22934e-08, -7.00588e-08, 1.49012e-07, 0.0953622, 0.000412438, -0.00409159, 0.995434, 1, 1, 1, 0.25, 1, -1.86265e-08, 1.39698e-08, -1.49012e-07, 0.0924473, 0.00171257, 0.0202586, 0.99551, 1, 1, 1, 0.35, 1, -1.56462e-08, 3.1013e-08, 0, 0.0648424, 0.00419923, 0.0731356, 0.995203, 1, 1, 1, 0.4, 1, 2.23523e-09, -2.84985e-08, 1.19209e-07, 0.0564666, 0.00472734, 0.0850757, 0.994762, 1, 1, 1, 0.45, 1, -4.47039e-09, 2.23518e-08, -8.9407e-08, 0.0579181, 0.00454757, 0.0830774, 0.994848, 1, 1, 1, 0.5, 1, 8.43755e-15, -5.58794e-08, 8.9407e-08, 0.0689504, 0.00348495, 0.0670145, 0.995361, 1, 1, 1, 0.6, 1, 5.5879e-09, -7.60309e-08, -2.98023e-08, 0.0939097, 5.69107e-05, 0.0121633, 0.995506, 1, 1, 1, 0.65, 1, 1.78815e-08, -2.31898e-08, 3.27826e-07, 0.0939129, -0.00128467, -0.0120988, 0.995506, 1, 1, 1, 0.75, 1, -1.86265e-09, 3.11993e-08, -2.98023e-08, 0.0689717, -0.00392611, -0.0670089, 0.995358, 1, 1, 1, 0.8, 1, 1.49013e-09, 4.80559e-08, 0, 0.0579302, -0.00464071, -0.0830884, 0.994846, 1, 1, 1, 0.85, 1, 7.45059e-09, -5.21541e-08, 2.38419e-07, 0.0550011, -0.00481196, -0.0870228, 0.994675, 1, 1, 1, 1.25, 1, 7.45059e-09, -5.21541e-08, 2.38419e-07, 0.0550011, -0.00481196, -0.0870228, 0.994675, 1, 1, 1) -tracks/22/type = "transform" -tracks/22/path = NodePath("Armature/Skeleton3D:chest") -tracks/22/interp = 1 -tracks/22/loop_wrap = true -tracks/22/imported = false -tracks/22/enabled = true -tracks/22/keys = PackedFloat32Array(0, 1, -1.93979e-09, 3.72529e-08, -1.78814e-07, 0.0947232, -0.00739035, -0.0868418, 0.991681, 1, 1, 1, 0.05, 1, 9.31322e-10, 7.07805e-08, 5.96046e-08, 0.0947233, -0.00739035, -0.0868419, 0.991681, 1, 1, 1, 0.1, 1, 6.51926e-10, 7.07805e-08, 5.96046e-08, 0.0949443, -0.00694628, -0.0757376, 0.992573, 1, 1, 1, 0.15, 1, 3.7253e-10, -2.6077e-08, -2.38419e-07, 0.0959905, -0.00433497, -0.0114678, 0.995307, 1, 1, 1, 0.25, 1, 1.86265e-08, 2.23517e-08, 1.19209e-07, 0.0965992, 0.00494126, 0.201269, 0.974749, 1, 1, 1, 0.3, 1, -7.68343e-10, 7.45058e-09, 1.78814e-07, 0.0963173, 0.00675391, 0.221794, 0.970301, 1, 1, 1, 0.4, 1, -1.56574e-10, 7.82311e-08, -1.78814e-07, 0.0949654, 0.0073896, 0.100605, 0.990356, 1, 1, 1, 0.45, 1, 3.30057e-09, 1.08033e-07, -5.96046e-08, 0.0947232, 0.00739035, 0.0868418, 0.991681, 1, 1, 1, 0.5, 1, -3.25963e-09, -9.31323e-08, 5.96046e-08, 0.0947232, 0.00739035, 0.0868418, 0.991681, 1, 1, 1, 0.55, 1, -2.10027e-08, 7.45058e-08, -1.78814e-07, 0.0955253, 0.00546829, 0.0431828, 0.994475, 1, 1, 1, 0.65, 1, 1.26195e-08, -4.84288e-08, -2.38419e-07, 0.0967914, -0.0040173, -0.170015, 0.980668, 1, 1, 1, 0.7, 1, 1.23865e-08, -8.19564e-08, -5.96046e-08, 0.0964064, -0.00640121, -0.223121, 0.969991, 1, 1, 1, 0.75, 1, 1.86265e-09, -7.07805e-08, -2.98023e-07, 0.0963505, -0.00664593, -0.228565, 0.968726, 1, 1, 1, 1.25, 1, -1.93979e-09, 3.72529e-08, -1.78814e-07, 0.0963505, -0.00664594, -0.228565, 0.968726, 1, 1, 1) -tracks/23/type = "transform" -tracks/23/path = NodePath("Armature/Skeleton3D:neck") -tracks/23/interp = 1 -tracks/23/loop_wrap = true -tracks/23/imported = false -tracks/23/enabled = true -tracks/23/keys = PackedFloat32Array(0, 1, -1.95579e-08, -1.49012e-08, -9.53674e-07, -7.45058e-09, -2.48375e-09, 8.87174e-09, 1, 1, 1, 1, 1.25, 1, -6.51927e-08, -7.45058e-08, -9.53674e-07, 6.80667e-18, 2.71908e-09, -1.56593e-08, 1, 1, 1, 1) -tracks/24/type = "transform" -tracks/24/path = NodePath("Armature/Skeleton3D:headtracker") -tracks/24/interp = 1 -tracks/24/loop_wrap = true -tracks/24/imported = false -tracks/24/enabled = true -tracks/24/keys = PackedFloat32Array(0, 1, 2.79375e-09, -5.96046e-07, -2.50526e-07, 0.174741, -0.0963796, 0.0144345, 0.97978, 1, 1, 1, 0.05, 1, -3.7254e-09, -2.08616e-07, -1.22236e-07, 0.195715, -0.0950264, 0.0238173, 0.975755, 1, 1, 1, 0.1, 1, 4.54485e-08, -7.15256e-07, -7.68341e-08, 0.229373, -0.0816785, 0.0404464, 0.969062, 1, 1, 1, 0.15, 1, -1.49012e-08, -6.85453e-07, -8.59145e-08, 0.25499, -0.0176933, 0.0391946, 0.965987, 1, 1, 1, 0.25, 1, 1.4901e-08, -1.49012e-07, -1.78115e-07, 0.23692, 0.192561, -0.0167461, 0.952108, 1, 1, 1, 0.3, 1, -4.61937e-08, -4.47035e-07, -1.46218e-07, 0.20349, 0.220566, -0.0253329, 0.953573, 1, 1, 1, 0.35, 1, 8.94071e-09, -2.68221e-07, -1.97906e-08, 0.179164, 0.172369, -0.0185073, 0.968425, 1, 1, 1, 0.4, 1, 2.23509e-09, -3.57628e-07, -9.56934e-08, 0.17384, 0.110352, -0.0138213, 0.978474, 1, 1, 1, 0.45, 1, -2.75671e-08, -7.45058e-07, 2.63099e-08, 0.188123, 0.0930304, -0.0247279, 0.977417, 1, 1, 1, 0.5, 1, -9.31436e-10, 4.47035e-07, -6.37956e-08, 0.217624, 0.0872372, -0.0441829, 0.971122, 1, 1, 1, 0.55, 1, 1.04306e-08, -2.38419e-07, -1.33412e-07, 0.247766, 0.0401273, -0.0490683, 0.966744, 1, 1, 1, 0.65, 1, 3.27827e-08, -4.47035e-07, -6.26314e-08, 0.245106, -0.170404, 0.00637661, 0.954382, 1, 1, 1, 0.7, 1, 3.27823e-08, -1.49012e-07, -6.70552e-08, 0.212986, -0.224596, 0.0272969, 0.950499, 1, 1, 1, 0.75, 1, -7.45057e-08, 0, 6.33299e-08, 0.183845, -0.233119, 0.0392625, 0.954104, 1, 1, 1, 0.8, 1, -6.7055e-08, -5.96046e-07, -5.00586e-08, 0.175853, -0.235075, 0.0484733, 0.954707, 1, 1, 1, 0.85, 1, 7.45066e-09, -6.55651e-07, 6.75209e-09, 0.174943, -0.235515, 0.051072, 0.95463, 1, 1, 1, 1.25, 1, 7.45066e-09, -6.55651e-07, 6.75209e-09, 0.174943, -0.235515, 0.051072, 0.95463, 1, 1, 1) -tracks/25/type = "transform" -tracks/25/path = NodePath("Armature/Skeleton3D:head") -tracks/25/interp = 1 -tracks/25/loop_wrap = true -tracks/25/imported = false -tracks/25/enabled = true -tracks/25/keys = PackedFloat32Array(0, 1, -1.25867e-08, -4.23752e-08, -2.57976e-07, 2.23517e-08, 3.7017e-10, 7.60394e-10, 1, 1, 1, 1, 1.25, 1, 1.23749e-08, -2.09548e-09, 2.43308e-07, 2.23517e-08, -2.79233e-10, -7.29088e-11, 1, 1, 1, 1) -tracks/26/type = "transform" -tracks/26/path = NodePath("Armature/Skeleton3D:vent") -tracks/26/interp = 1 -tracks/26/loop_wrap = true -tracks/26/imported = false -tracks/26/enabled = true -tracks/26/keys = PackedFloat32Array(0, 1, 5.20962e-08, 0.00292337, 0.204329, -7.21775e-09, 1.1358e-11, -7.03732e-10, 1, 1, 1, 1, 1.25, 1, 4.12186e-08, 0.00292328, 0.20433, -8.14907e-09, 9.21561e-11, 1.63806e-10, 1, 1, 1, 1) -[sub_resource type="Animation" id=10] +[sub_resource type="Animation" id="10"] length = 0.416667 -tracks/0/type = "transform" -tracks/0/path = NodePath("Armature/Skeleton3D:r-arm") -tracks/0/interp = 1 -tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true -tracks/0/keys = PackedFloat32Array(0, 1, 2.98023e-07, 3.57628e-07, 2.38419e-07, 0.177354, -0.316176, -0.0334956, 0.931373, 1, 1, 1, 0.05, 1, 5.36442e-07, -1.19209e-07, 5.06639e-07, 0.188185, -0.332103, -0.0311768, 0.923754, 1, 1, 1, 0.1, 1, 7.15256e-07, -3.57628e-07, 5.66244e-07, 0.204001, -0.354515, -0.0276657, 0.912106, 1, 1, 1, 0.15, 1, 6.25849e-07, -1.19209e-07, 4.76837e-07, 0.207621, -0.359465, -0.0268362, 0.909372, 1, 1, 1, 0.2, 1, 4.47035e-07, -1.19209e-07, 4.76837e-07, 0.203765, -0.354216, -0.0277227, 0.912273, 1, 1, 1, 0.35, 1, 6.85453e-07, -3.57628e-07, 5.36442e-07, 0.181322, -0.322103, -0.0326568, 0.928604, 1, 1, 1, 0.4, 1, 5.36442e-07, -1.19209e-07, 4.76837e-07, 0.177926, -0.317037, -0.0333752, 0.930976, 1, 1, 1, 0.45, 1, 2.98023e-07, 3.57628e-07, 2.38419e-07, 0.177354, -0.316176, -0.0334956, 0.931373, 1, 1, 1, 1.25, 1, 2.98023e-07, 3.57628e-07, 2.38419e-07, 0.177354, -0.316176, -0.0334956, 0.931373, 1, 1, 1) -tracks/1/type = "transform" -tracks/1/path = NodePath("Armature/Skeleton3D:r-forearm") -tracks/1/interp = 1 -tracks/1/loop_wrap = true -tracks/1/imported = false -tracks/1/enabled = true -tracks/1/keys = PackedFloat32Array(0, 1, -4.47035e-07, -2.98023e-07, 0, 0.00444313, -0.215306, 0.0125622, 0.976456, 1, 1, 1, 0.05, 1, -2.08616e-07, -4.17233e-07, -2.98023e-07, 0.00305205, -0.21031, 0.0121764, 0.977554, 1, 1, 1, 0.1, 1, 2.08616e-07, -3.57628e-07, -3.57628e-07, 0.000634907, -0.201765, 0.0115128, 0.979366, 1, 0.999999, 1, 0.15, 1, 1.19209e-07, -1.19209e-07, -4.17233e-07, 2.2336e-05, -0.199561, 0.0113313, 0.97982, 1, 1, 1, 0.2, 1, 2.98023e-07, -8.9407e-08, -4.17233e-07, 0.000688273, -0.201948, 0.0115275, 0.979328, 1, 1, 1, 0.3, 1, -1.78814e-07, -2.68221e-07, -5.96046e-08, 0.00309916, -0.210458, 0.0121876, 0.977522, 1, 1, 1, 0.35, 1, 2.98023e-07, -5.96046e-07, -4.17233e-07, 0.00397812, -0.213611, 0.0124303, 0.976832, 1, 1, 1, 0.4, 1, -2.68221e-07, -4.47035e-07, -1.78814e-07, 0.00437828, -0.215068, 0.0125436, 0.976509, 1, 1, 1, 1.25, 1, -4.47035e-07, -2.98023e-07, 0, 0.00444313, -0.215306, 0.0125622, 0.976456, 1, 1, 1) -tracks/2/type = "transform" -tracks/2/path = NodePath("Armature/Skeleton3D:l-arm") -tracks/2/interp = 1 -tracks/2/loop_wrap = true -tracks/2/imported = false -tracks/2/enabled = true -tracks/2/keys = PackedFloat32Array(0, 1, -5.66244e-07, 0, 2.68221e-07, -0.666114, -0.365882, 0.129948, 0.636817, 1, 1, 1, 0.05, 1, -5.96046e-07, -4.76837e-07, 4.76837e-07, -0.656623, -0.392941, 0.132853, 0.629916, 1, 1, 0.999999, 0.1, 1, -1.04308e-06, -5.96046e-07, 7.45058e-07, -0.641339, -0.431274, 0.137762, 0.619442, 1, 1, 1, 0.15, 1, -1.04308e-06, -7.15256e-07, 8.9407e-07, -0.637616, -0.439805, 0.139013, 0.617003, 1, 1, 0.999999, 0.2, 1, 2.98023e-08, 0, 3.27826e-07, -0.641587, -0.430741, 0.137654, 0.61958, 1, 1, 0.999999, 0.35, 1, -2.38419e-07, -3.57628e-07, 1.49012e-07, -0.662747, -0.375915, 0.130927, 0.634281, 1, 1, 0.999999, 0.4, 1, -5.66244e-07, -1.19209e-07, 3.57628e-07, -0.665636, -0.367338, 0.130084, 0.636451, 1, 1, 1, 0.45, 1, -5.66244e-07, 0, 2.68221e-07, -0.666114, -0.365882, 0.129948, 0.636817, 1, 1, 1, 1.25, 1, -5.66244e-07, 0, 2.68221e-07, -0.666114, -0.365882, 0.129948, 0.636817, 1, 1, 1) -tracks/3/type = "transform" -tracks/3/path = NodePath("Armature/Skeleton3D:l-forearm") -tracks/3/interp = 1 -tracks/3/loop_wrap = true -tracks/3/imported = false -tracks/3/enabled = true -tracks/3/keys = PackedFloat32Array(0, 1, 2.98023e-08, -5.96046e-07, -4.17233e-07, -0.130784, -0.271804, -0.0853016, 0.949601, 1.3, 1.3, 1.3, 0.05, 1, 1.49012e-07, -6.55651e-07, -5.96046e-07, -0.133062, -0.270527, -0.0774246, 0.950324, 1.3, 1.3, 1.3, 0.1, 1, 2.68221e-07, -5.96046e-07, -2.38419e-07, -0.136329, -0.26867, -0.0661281, 0.95124, 1.3, 1.3, 1.3, 0.15, 1, -8.9407e-08, -8.04663e-07, -7.15256e-07, -0.137063, -0.26825, -0.0635932, 0.951426, 1.3, 1.3, 1.3, 0.2, 1, -8.9407e-08, -6.85453e-07, -7.15256e-07, -0.136283, -0.268695, -0.0662837, 0.951229, 1.3, 1.3, 1.3, 0.35, 1, -1.78814e-07, -5.66244e-07, -4.76837e-07, -0.131626, -0.271333, -0.0823877, 0.949876, 1.3, 1.3, 1.3, 0.4, 1, 5.96046e-08, -5.96046e-07, -3.57628e-07, -0.130906, -0.271736, -0.0848797, 0.949641, 1.3, 1.3, 1.3, 0.45, 1, 2.98023e-08, -5.96046e-07, -4.17233e-07, -0.130784, -0.271804, -0.0853016, 0.949601, 1.3, 1.3, 1.3, 1.25, 1, 2.98023e-08, -5.96046e-07, -4.17233e-07, -0.130784, -0.271804, -0.0853016, 0.949601, 1.3, 1.3, 1.3) -tracks/4/type = "transform" -tracks/4/path = NodePath("Armature/Skeleton3D:r-thigh") -tracks/4/interp = 1 -tracks/4/loop_wrap = true -tracks/4/imported = false -tracks/4/enabled = true -tracks/4/keys = PackedFloat32Array(0, 1, 0, 1.63913e-07, 1.93715e-07, -0.283345, 0.0300071, -0.0426225, 0.957601, 1, 1, 1, 1.25, 1, 0, 1.63913e-07, 1.93715e-07, -0.283345, 0.0300071, -0.0426225, 0.957601, 1, 1, 1) -tracks/5/type = "transform" -tracks/5/path = NodePath("Armature/Skeleton3D:r-leg") -tracks/5/interp = 1 -tracks/5/loop_wrap = true -tracks/5/imported = false -tracks/5/enabled = true -tracks/5/keys = PackedFloat32Array(0, 1, 2.29338e-08, 8.9407e-08, 5.36442e-07, -0.369097, -0.0505305, 0.00260278, 0.928013, 1, 1, 1, 1.25, 1, 2.29338e-08, 8.9407e-08, 5.36442e-07, -0.369097, -0.0505305, 0.00260278, 0.928013, 1, 1, 1) -tracks/6/type = "transform" -tracks/6/path = NodePath("Armature/Skeleton3D:r-foot") -tracks/6/interp = 1 -tracks/6/loop_wrap = true -tracks/6/imported = false -tracks/6/enabled = true -tracks/6/keys = PackedFloat32Array(0, 1, 1.49012e-08, 0, -5.21541e-08, 0.163945, 0.140221, -0.046324, 0.975354, 1, 1, 1, 1.25, 1, 1.49012e-08, 0, -5.21541e-08, 0.163945, 0.140221, -0.046324, 0.975354, 1, 1, 1) -tracks/7/type = "transform" -tracks/7/path = NodePath("Armature/Skeleton3D:l-thigh") -tracks/7/interp = 1 -tracks/7/loop_wrap = true -tracks/7/imported = false -tracks/7/enabled = true -tracks/7/keys = PackedFloat32Array(0, 1, 0, 2.08616e-07, 1.49012e-08, 0.284249, 0.0874448, 0.000525696, 0.954754, 1, 1, 1, 1.25, 1, 0, 2.08616e-07, 1.49012e-08, 0.284249, 0.0874448, 0.000525696, 0.954754, 1, 1, 1) -tracks/8/type = "transform" -tracks/8/path = NodePath("Armature/Skeleton3D:l-leg") -tracks/8/interp = 1 -tracks/8/loop_wrap = true -tracks/8/imported = false -tracks/8/enabled = true -tracks/8/keys = PackedFloat32Array(0, 1, -6.98492e-10, -2.98023e-08, 4.76837e-07, -0.32359, -0.0556479, 0.000232734, 0.94456, 1, 1, 1, 1.25, 1, -6.98492e-10, -2.98023e-08, 4.76837e-07, -0.32359, -0.0556479, 0.000232734, 0.94456, 1, 1, 1) -tracks/9/type = "transform" -tracks/9/path = NodePath("Armature/Skeleton3D:l-foot") -tracks/9/interp = 1 -tracks/9/loop_wrap = true -tracks/9/imported = false -tracks/9/enabled = true -tracks/9/keys = PackedFloat32Array(0, 1, 2.23517e-08, 1.19209e-07, 7.45058e-09, -0.260411, 0.0677016, 0.0123204, 0.963042, 1, 1, 1, 1.25, 1, 2.23517e-08, 1.19209e-07, 7.45058e-09, -0.260411, 0.0677016, 0.0123204, 0.963042, 1, 1, 1) -tracks/10/type = "transform" -tracks/10/path = NodePath("Armature/Skeleton3D:MASTER") -tracks/10/interp = 1 -tracks/10/loop_wrap = true -tracks/10/imported = false -tracks/10/enabled = true -tracks/10/keys = PackedFloat32Array(0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/11/type = "transform" -tracks/11/path = NodePath("Armature/Skeleton3D:HEAD") -tracks/11/interp = 1 -tracks/11/loop_wrap = true -tracks/11/imported = false -tracks/11/enabled = true -tracks/11/keys = PackedFloat32Array(0, 1, -5.68434e-14, 0, 0.994808, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, -5.68434e-14, 0, 0.994808, 0, 0, 0, 1, 1, 1, 1) -tracks/12/type = "transform" -tracks/12/path = NodePath("Armature/Skeleton3D:r-LEGCONTROL") -tracks/12/interp = 1 -tracks/12/loop_wrap = true -tracks/12/imported = false -tracks/12/enabled = true -tracks/12/keys = PackedFloat32Array(0, 1, -0.142338, -0.593751, 0.041427, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, -0.142338, -0.593751, 0.041427, 0, 0, 0, 1, 1, 1, 1) -tracks/13/type = "transform" -tracks/13/path = NodePath("Armature/Skeleton3D:l-LEGCONTROL") -tracks/13/interp = 1 -tracks/13/loop_wrap = true -tracks/13/imported = false -tracks/13/enabled = true -tracks/13/keys = PackedFloat32Array(0, 1, 0.133965, 1.12742, 1.35169, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 0.133965, 1.12742, 1.35169, 0, 0, 0, 1, 1, 1, 1) -tracks/14/type = "transform" -tracks/14/path = NodePath("Armature/Skeleton3D:r-LEGORIENT") -tracks/14/interp = 1 -tracks/14/loop_wrap = true -tracks/14/imported = false -tracks/14/enabled = true -tracks/14/keys = PackedFloat32Array(0, 1, 0.100474, 0.669825, -0.778672, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 0.100474, 0.669825, -0.778672, 0, 0, 0, 1, 1, 1, 1) -tracks/15/type = "transform" -tracks/15/path = NodePath("Armature/Skeleton3D:l-LEGORIENT") -tracks/15/interp = 1 -tracks/15/loop_wrap = true -tracks/15/imported = false -tracks/15/enabled = true -tracks/15/keys = PackedFloat32Array(0, 1, -0.0204011, -0.122407, 5.96046e-08, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, -0.0204011, -0.122407, 5.96046e-08, 0, 0, 0, 1, 1, 1, 1) -tracks/16/type = "transform" -tracks/16/path = NodePath("Armature/Skeleton3D:r-ARMCONTROL") -tracks/16/interp = 1 -tracks/16/loop_wrap = true -tracks/16/imported = false -tracks/16/enabled = true -tracks/16/keys = PackedFloat32Array(0, 1, -0.868295, 0.288818, -0.834593, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, -0.868295, 0.288818, -0.834593, 0, 0, 0, 1, 1, 1, 1) -tracks/17/type = "transform" -tracks/17/path = NodePath("Armature/Skeleton3D:l-ARMCONTROL") -tracks/17/interp = 1 -tracks/17/loop_wrap = true -tracks/17/imported = false -tracks/17/enabled = true -tracks/17/keys = PackedFloat32Array(0, 1, 1.73339, 0.895247, 5.13844, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 1.73339, 0.895247, 5.13844, 0, 0, 0, 1, 1, 1, 1) -tracks/18/type = "transform" -tracks/18/path = NodePath("Armature/Skeleton3D:r-ARMORIENT") -tracks/18/interp = 1 -tracks/18/loop_wrap = true -tracks/18/imported = false -tracks/18/enabled = true -tracks/18/keys = PackedFloat32Array(0, 1, 0.405204, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 0.405204, 0, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/19/type = "transform" -tracks/19/path = NodePath("Armature/Skeleton3D:l-ARMORIENT") -tracks/19/interp = 1 -tracks/19/loop_wrap = true -tracks/19/imported = false -tracks/19/enabled = true -tracks/19/keys = PackedFloat32Array(0, 1, -1.5774, 0.0723579, 0, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, -1.5774, 0.0723579, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/20/type = "transform" -tracks/20/path = NodePath("Armature/Skeleton3D:hip") -tracks/20/interp = 1 -tracks/20/loop_wrap = true -tracks/20/imported = false -tracks/20/enabled = true -tracks/20/keys = PackedFloat32Array(0, 1, 0.050238, 0.697428, 0.108012, 0.0693673, -0.00606888, 0.0869442, 0.993777, 1, 1, 1, 1.25, 1, 0.050238, 0.697428, 0.108012, 0.0693673, -0.00606888, 0.0869442, 0.993777, 1, 1, 1) -tracks/21/type = "transform" -tracks/21/path = NodePath("Armature/Skeleton3D:waist") -tracks/21/interp = 1 -tracks/21/loop_wrap = true -tracks/21/imported = false -tracks/21/enabled = true -tracks/21/keys = PackedFloat32Array(0, 1, 7.45059e-09, -5.21541e-08, 2.38419e-07, 0.0550011, -0.00481196, -0.0870228, 0.994675, 1, 1, 1, 1.25, 1, 7.45059e-09, -5.21541e-08, 2.38419e-07, 0.0550011, -0.00481196, -0.0870228, 0.994675, 1, 1, 1) -tracks/22/type = "transform" -tracks/22/path = NodePath("Armature/Skeleton3D:chest") -tracks/22/interp = 1 -tracks/22/loop_wrap = true -tracks/22/imported = false -tracks/22/enabled = true -tracks/22/keys = PackedFloat32Array(0, 1, -1.93979e-09, 3.72529e-08, -1.78814e-07, 4.95597e-09, 0.00666624, -0.163159, 0.986577, 1, 1, 1, 0.05, 1, -1.93979e-09, 3.72529e-08, -1.78814e-07, -0.00988221, 0.00482982, -0.145309, 0.989325, 1, 1, 1, 0.1, 1, -1.93979e-09, 3.72529e-08, -1.78814e-07, -0.0244913, 0.00210965, -0.118794, 0.992615, 1, 1, 1, 0.15, 1, -1.93979e-09, 3.72529e-08, -1.78814e-07, -0.0278586, 0.00148179, -0.112662, 0.993242, 1, 1, 1, 0.2, 1, -1.93979e-09, 3.72529e-08, -1.78814e-07, -0.0242687, 0.00215113, -0.1192, 0.992571, 1, 1, 1, 0.35, 1, -1.93979e-09, 3.72529e-08, -1.78814e-07, -0.00360581, 0.00599648, -0.156654, 0.987629, 1, 1, 1, 0.4, 1, -1.93979e-09, 3.72529e-08, -1.78814e-07, -0.000519651, 0.00656974, -0.162222, 0.986732, 1, 1, 1, 0.45, 1, -1.93979e-09, 3.72529e-08, -1.78814e-07, 4.95597e-09, 0.00666624, -0.163159, 0.986577, 1, 1, 1, 1.25, 1, -1.93979e-09, 3.72529e-08, -1.78814e-07, 4.95597e-09, 0.00666624, -0.163159, 0.986577, 1, 1, 1) -tracks/23/type = "transform" -tracks/23/path = NodePath("Armature/Skeleton3D:neck") -tracks/23/interp = 1 -tracks/23/loop_wrap = true -tracks/23/imported = false -tracks/23/enabled = true -tracks/23/keys = PackedFloat32Array(0, 1, -2.91038e-08, -1.78814e-07, -9.53674e-07, -7.45058e-09, 2.57076e-09, -2.87348e-09, 1, 1, 1, 1, 1.25, 1, -2.91038e-08, -1.78814e-07, -9.53674e-07, -7.45058e-09, 2.57076e-09, -2.87348e-09, 1, 1, 1, 1) -tracks/24/type = "transform" -tracks/24/path = NodePath("Armature/Skeleton3D:headtracker") -tracks/24/interp = 1 -tracks/24/loop_wrap = true -tracks/24/imported = false -tracks/24/enabled = true -tracks/24/keys = PackedFloat32Array(0, 1, 1.05648e-08, -8.34465e-07, 8.61473e-09, 0.067043, -0.15676, 0.0458898, 0.984289, 1, 1, 1, 0.05, 1, -2.68221e-08, -7.7486e-07, -7.12462e-08, 0.0563978, -0.14039, 0.0396845, 0.987692, 1, 1, 1, 0.1, 1, 2.66356e-08, -1.78814e-07, -1.87429e-07, 0.0407343, -0.116242, 0.0305639, 0.991915, 1, 1, 1, 0.15, 1, -1.30386e-08, -3.57628e-07, -7.72998e-08, 0.0371396, -0.110688, 0.0284725, 0.992753, 1, 1, 1, 0.2, 1, 2.57045e-08, -5.96046e-07, -9.05711e-08, 0.0409678, -0.116604, 0.0306994, 0.991858, 1, 1, 1, 0.35, 1, 4.0076e-08, -1.78814e-07, -5.26197e-08, 0.0631478, -0.150775, 0.0436179, 0.985584, 1, 1, 1, 0.4, 1, 3.32831e-08, -5.36442e-07, 3.95812e-09, 0.0664811, -0.155897, 0.045562, 0.98448, 1, 1, 1, 0.45, 1, 1.05648e-08, -8.34465e-07, 8.61473e-09, 0.067043, -0.15676, 0.0458898, 0.984289, 1, 1, 1, 1.25, 1, 1.05648e-08, -8.34465e-07, 8.61473e-09, 0.067043, -0.15676, 0.0458898, 0.984289, 1, 1, 1) -tracks/25/type = "transform" -tracks/25/path = NodePath("Armature/Skeleton3D:head") -tracks/25/interp = 1 -tracks/25/loop_wrap = true -tracks/25/imported = false -tracks/25/enabled = true -tracks/25/keys = PackedFloat32Array(0, 1, -7.38021e-13, 4.70318e-08, 9.16189e-08, -1.036e-25, -3.37508e-14, -8.17124e-13, 1, 1, 1, 1, 1.25, 1, -7.38021e-13, 4.70318e-08, 9.16189e-08, -1.036e-25, -3.37508e-14, -8.17124e-13, 1, 1, 1, 1) -tracks/26/type = "transform" -tracks/26/path = NodePath("Armature/Skeleton3D:vent") -tracks/26/interp = 1 -tracks/26/loop_wrap = true -tracks/26/imported = false -tracks/26/enabled = true -tracks/26/keys = PackedFloat32Array(0, 1, 4.48982e-08, 0.00292331, 0.204329, 8.84756e-09, -3.8014e-13, 5.94471e-12, 1, 1, 1, 1, 1.25, 1, 4.48982e-08, 0.00292331, 0.204329, 8.84756e-09, -3.8014e-13, 5.94471e-12, 1, 1, 1, 1) -[sub_resource type="Animation" id=11] +[sub_resource type="Animation" id="11"] resource_name = "shooting_standing" length = 0.416667 -tracks/0/type = "transform" -tracks/0/path = NodePath("Armature/Skeleton3D:r-arm") -tracks/0/interp = 1 -tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true -tracks/0/keys = PackedFloat32Array(0, 1, 5.96046e-07, -1.19209e-07, 4.47035e-07, -0.206314, 0.709894, -0.150643, 0.656348, 1, 1, 1, 0.05, 1, 1.07288e-06, -4.76837e-07, 8.34465e-07, -0.199825, 0.723236, -0.14911, 0.644023, 1, 1, 1, 0.1, 1, 4.47035e-07, -1.19209e-07, 3.27826e-07, -0.186028, 0.74616, -0.147051, 0.622106, 1, 1, 1, 0.15, 1, 4.47035e-07, -1.19209e-07, 1.49012e-07, -0.168011, 0.761016, -0.149525, 0.608497, 1, 1, 1, 0.2, 1, 2.38419e-07, 1.19209e-07, -1.19209e-07, -0.141127, 0.777642, -0.158168, 0.591895, 1, 1, 1, 0.25, 1, 7.15256e-07, -2.38419e-07, 2.68221e-07, -0.129783, 0.779527, -0.165304, 0.590059, 1, 1, 1, 0.3, 1, 6.25849e-07, -1.19209e-07, 2.08616e-07, -0.152097, 0.757922, -0.164122, 0.612768, 1, 1, 1, 0.35, 1, 8.9407e-07, -4.76837e-07, 8.34465e-07, -0.183836, 0.730436, -0.157254, 0.638701, 1, 1, 1, 0.4, 1, 7.45058e-07, -3.57628e-07, 5.66244e-07, -0.202964, 0.713054, -0.151716, 0.653714, 1, 1, 1, 0.45, 1, 5.96046e-07, -1.19209e-07, 4.47035e-07, -0.206314, 0.709894, -0.150643, 0.656348, 1, 1, 1, 1.25, 1, 5.96046e-07, -1.19209e-07, 4.47035e-07, -0.206314, 0.709894, -0.150643, 0.656348, 1, 1, 1) -tracks/1/type = "transform" -tracks/1/path = NodePath("Armature/Skeleton3D:r-forearm") -tracks/1/interp = 1 -tracks/1/loop_wrap = true -tracks/1/imported = false -tracks/1/enabled = true -tracks/1/keys = PackedFloat32Array(0, 1, 0, -4.76837e-07, -7.7486e-07, 0.0490264, -0.364254, 0.0100564, 0.929954, 1, 1, 1, 0.05, 1, 1.19209e-07, -4.47035e-07, -4.76837e-07, 0.0346734, -0.325178, 0.00768963, 0.944986, 1, 1, 1, 0.1, 1, 1.19209e-07, -5.06639e-07, -3.57628e-07, 0.00822793, -0.255634, 0.00344931, 0.966732, 1, 1, 1, 0.15, 1, 2.98023e-08, -7.15256e-07, -5.96046e-07, -0.00893206, -0.219161, 0.00118009, 0.975647, 1, 1, 1, 0.2, 1, 1.49012e-07, -4.47035e-07, -5.96046e-07, -0.0220165, -0.204408, 0.000203021, 0.978638, 1, 1, 1, 0.25, 1, 4.17233e-07, -4.76837e-07, -5.36442e-07, -0.0204464, -0.223283, 0.00158917, 0.974538, 1, 1, 1, 0.35, 1, 1.19209e-07, -6.85453e-07, -2.98023e-07, 0.0295549, -0.331584, 0.00842644, 0.942925, 1, 1, 1, 0.4, 1, 0, -6.55651e-07, -6.55651e-07, 0.0460614, -0.359518, 0.00983853, 0.931949, 1, 1, 1, 0.45, 1, 0, -4.76837e-07, -7.7486e-07, 0.0490264, -0.364254, 0.0100564, 0.929954, 1, 1, 1, 1.25, 1, 0, -4.76837e-07, -7.7486e-07, 0.0490264, -0.364254, 0.0100564, 0.929954, 1, 1, 1) -tracks/2/type = "transform" -tracks/2/path = NodePath("Armature/Skeleton3D:l-arm") -tracks/2/interp = 1 -tracks/2/loop_wrap = true -tracks/2/imported = false -tracks/2/enabled = true -tracks/2/keys = PackedFloat32Array(0, 1, -4.17233e-07, -3.57628e-07, 4.47035e-07, -0.474516, -0.584521, 0.0340579, 0.657274, 1, 1, 1, 0.05, 1, -7.45058e-07, -3.57628e-07, 5.36442e-07, -0.46761, -0.58693, 0.0339523, 0.660076, 1, 1, 1, 0.1, 1, -4.76837e-07, -2.38419e-07, 2.98023e-07, -0.452786, -0.591715, 0.0339493, 0.666112, 1, 1, 1, 0.15, 1, -6.55651e-07, -3.57628e-07, 2.98023e-07, -0.443727, -0.588057, 0.0337848, 0.675392, 1, 1, 1, 0.2, 1, 2.98023e-08, 1.19209e-07, -3.27826e-07, -0.450408, -0.563251, 0.0324613, 0.691973, 1, 1, 1, 0.25, 1, -5.96046e-07, -3.57628e-07, 2.98023e-07, -0.461281, -0.543778, 0.0314456, 0.700383, 1, 1, 1, 0.3, 1, -4.17233e-07, 0, 1.78814e-07, -0.469244, -0.550688, 0.0318109, 0.689595, 1, 1, 1, 0.35, 1, -7.7486e-07, -2.38419e-07, 4.76837e-07, -0.473462, -0.569016, 0.0329517, 0.671542, 1, 1, 1, 0.4, 1, -6.25849e-07, -3.57628e-07, 5.96046e-07, -0.474439, -0.5821, 0.0338759, 0.659485, 1, 1, 1, 0.45, 1, -4.17233e-07, -3.57628e-07, 4.47035e-07, -0.474516, -0.584521, 0.0340579, 0.657274, 1, 1, 1, 1.25, 1, -4.17233e-07, -3.57628e-07, 4.47035e-07, -0.474516, -0.584521, 0.0340579, 0.657274, 1, 1, 1) -tracks/3/type = "transform" -tracks/3/path = NodePath("Armature/Skeleton3D:l-forearm") -tracks/3/interp = 1 -tracks/3/loop_wrap = true -tracks/3/imported = false -tracks/3/enabled = true -tracks/3/keys = PackedFloat32Array(0, 1, 1.78814e-07, 2.98023e-08, -3.57628e-07, -0.156054, -0.257929, 9.29801e-05, 0.953478, 1.3, 1.3, 1.3, 0.05, 1, -8.9407e-08, -9.23872e-07, -2.98023e-07, -0.156186, -0.25785, 0.000491834, 0.953477, 1.3, 1.3, 1.3, 0.1, 1, 0, -5.06639e-07, -2.98023e-07, -0.156442, -0.257682, 0.00128265, 0.95348, 1.3, 1.3, 1.3, 0.15, 1, -2.08616e-07, -5.36442e-07, -5.96046e-08, -0.156528, -0.257623, 0.00155313, 0.953481, 1.3, 1.3, 1.3, 0.25, 1, 2.98023e-08, -5.36442e-07, -3.57628e-07, -0.155874, -0.258131, -0.000583909, 0.953452, 1.3, 1.3, 1.3, 0.35, 1, 2.98023e-08, -4.76837e-07, -3.57628e-07, -0.15592, -0.258051, -0.000371468, 0.953467, 1.3, 1.3, 1.3, 0.4, 1, 1.49012e-07, -2.68221e-07, -2.98023e-07, -0.156032, -0.257949, 1.56283e-05, 0.953476, 1.3, 1.3, 1.3, 1.25, 1, 1.78814e-07, 2.98023e-08, -3.57628e-07, -0.156054, -0.257929, 9.29801e-05, 0.953478, 1.3, 1.3, 1.3) -tracks/4/type = "transform" -tracks/4/path = NodePath("Armature/Skeleton3D:r-thigh") -tracks/4/interp = 1 -tracks/4/loop_wrap = true -tracks/4/imported = false -tracks/4/enabled = true -tracks/4/keys = PackedFloat32Array(0, 1, 5.96046e-08, 2.23517e-08, -1.3411e-07, 0.301601, -0.0701581, -0.00864293, 0.95081, 1, 1, 1, 0.05, 1, 5.96046e-08, 2.98023e-08, -1.04308e-07, 0.248345, -0.0620849, -0.00736271, 0.966652, 1, 1, 1, 0.1, 1, 8.9407e-08, 6.70552e-08, -1.04308e-07, 0.175365, -0.0511626, -0.00552639, 0.983158, 1, 1, 1, 0.15, 1, 8.9407e-08, 4.47035e-08, -1.04308e-07, 0.153891, -0.0497144, -0.00660778, 0.986814, 1, 1, 1, 0.2, 1, 5.96046e-08, -2.98023e-08, -1.49012e-08, 0.151238, -0.0561188, -0.0117034, 0.986834, 1, 1, 1, 0.25, 1, 2.98023e-08, -1.49012e-08, -1.04308e-07, 0.168743, -0.0655087, -0.0152581, 0.983362, 1, 1, 1, 0.35, 1, 2.98023e-08, 2.23517e-08, -1.63913e-07, 0.26593, -0.072486, -0.0117415, 0.961192, 1, 1, 1, 0.4, 1, 5.96046e-08, 7.45058e-09, -1.78814e-07, 0.296131, -0.070636, -0.00916634, 0.952488, 1, 1, 1, 0.45, 1, 5.96046e-08, 2.23517e-08, -1.3411e-07, 0.301601, -0.0701581, -0.00864293, 0.95081, 1, 1, 1, 1.25, 1, 5.96046e-08, 2.23517e-08, -1.3411e-07, 0.301601, -0.0701581, -0.00864293, 0.95081, 1, 1, 1) -tracks/5/type = "transform" -tracks/5/path = NodePath("Armature/Skeleton3D:r-leg") -tracks/5/interp = 1 -tracks/5/loop_wrap = true -tracks/5/imported = false -tracks/5/enabled = true -tracks/5/keys = PackedFloat32Array(0, 1, -4.31901e-08, -7.45058e-08, 7.7486e-07, -0.33852, 0.053398, -0.0152903, 0.939319, 1, 1, 1, 0.05, 1, 5.6345e-08, -2.23517e-08, 6.55651e-07, -0.403989, 0.0628472, -0.0146608, 0.912484, 1, 1, 1, 0.1, 1, 5.02914e-08, -1.49012e-08, 5.36442e-07, -0.486228, 0.0751824, -0.0137902, 0.870483, 1, 1, 1, 0.15, 1, 1.11642e-07, 5.96046e-08, 5.96046e-07, -0.506485, 0.0840018, -0.0142775, 0.858028, 1, 1, 1, 0.2, 1, 1.23633e-07, 8.19564e-08, 5.36442e-07, -0.500531, 0.103313, -0.0168649, 0.859367, 1, 1, 1, 0.25, 1, 9.58098e-08, 1.49012e-08, 6.55651e-07, -0.475505, 0.111896, -0.0189746, 0.872361, 1, 1, 1, 0.35, 1, 7.84639e-08, 9.68575e-08, 5.96046e-07, -0.376662, 0.0699087, -0.0169347, 0.923554, 1, 1, 1, 0.4, 1, -1.16415e-09, -7.45058e-09, 7.15256e-07, -0.344524, 0.0558207, -0.0155573, 0.936987, 1, 1, 1, 0.45, 1, -4.31901e-08, -7.45058e-08, 7.7486e-07, -0.33852, 0.053398, -0.0152903, 0.939319, 1, 1, 1, 1.25, 1, -4.31901e-08, -7.45058e-08, 7.7486e-07, -0.33852, 0.053398, -0.0152903, 0.939319, 1, 1, 1) -tracks/6/type = "transform" -tracks/6/path = NodePath("Armature/Skeleton3D:r-foot") -tracks/6/interp = 1 -tracks/6/loop_wrap = true -tracks/6/imported = false -tracks/6/enabled = true -tracks/6/keys = PackedFloat32Array(0, 1, 1.19209e-07, 0, 1.82539e-07, -0.218034, -0.0651501, 0.015764, 0.973637, 1, 1, 1, 0.05, 1, 5.21541e-08, 0, -9.31323e-08, -0.206333, -0.0662009, 0.0171463, 0.976089, 1, 1, 1, 0.1, 1, 2.98023e-08, -1.19209e-07, -7.45058e-08, -0.188973, -0.0677374, 0.0191861, 0.979455, 1, 1, 1, 0.15, 1, 0, 0, -4.84288e-08, -0.184958, -0.0680889, 0.0196559, 0.980188, 1, 1, 1, 0.2, 1, 5.96046e-08, 0, -1.19209e-07, -0.189238, -0.0677142, 0.019155, 0.979406, 1, 1, 1, 0.35, 1, 8.19564e-08, 1.19209e-07, 3.72529e-08, -0.213767, -0.0655347, 0.0162687, 0.974548, 1, 1, 1, 0.4, 1, 1.04308e-07, 0, 5.21541e-08, -0.217419, -0.0652056, 0.0158368, 0.973769, 1, 1, 1, 0.45, 1, 1.19209e-07, 0, 1.82539e-07, -0.218034, -0.0651501, 0.015764, 0.973637, 1, 1, 1, 1.25, 1, 1.19209e-07, 0, 1.82539e-07, -0.218034, -0.0651501, 0.015764, 0.973637, 1, 1, 1) -tracks/7/type = "transform" -tracks/7/path = NodePath("Armature/Skeleton3D:l-thigh") -tracks/7/interp = 1 -tracks/7/loop_wrap = true -tracks/7/imported = false -tracks/7/enabled = true -tracks/7/keys = PackedFloat32Array(0, 1, -5.96046e-08, -1.2666e-07, 1.04308e-07, -0.633392, 0.109953, 0.00349885, 0.765972, 1, 1, 1, 0.05, 1, 0, -4.47035e-08, 1.3411e-07, -0.628866, 0.106487, 0.00414994, 0.770176, 1, 1, 1, 0.1, 1, -2.98023e-08, 4.47035e-08, 1.49012e-07, -0.619935, 0.101098, 0.00522767, 0.778095, 1, 1, 1, 0.15, 1, -2.98023e-08, 5.96046e-08, 1.49012e-07, -0.616185, 0.108634, 0.00550208, 0.780054, 1, 1, 1, 0.2, 1, 5.96046e-08, 4.47035e-08, 2.5332e-07, -0.613177, 0.141231, 0.00523592, 0.7772, 1, 1, 1, 0.25, 1, 0, 0, 1.49012e-07, -0.612177, 0.164991, 0.00476259, 0.773301, 1, 1, 1, 0.3, 1, 5.96046e-08, -7.45058e-09, 1.3411e-07, -0.619021, 0.155086, 0.00421746, 0.769898, 1, 1, 1, 0.35, 1, 2.98023e-08, 7.45058e-09, 7.45058e-08, -0.627679, 0.130628, 0.00377015, 0.767425, 1, 1, 1, 0.4, 1, -2.98023e-08, -1.3411e-07, 7.45058e-08, -0.632568, 0.11319, 0.0035387, 0.766181, 1, 1, 1, 0.45, 1, -5.96046e-08, -1.2666e-07, 1.04308e-07, -0.633392, 0.109953, 0.00349885, 0.765972, 1, 1, 1, 1.25, 1, -5.96046e-08, -1.2666e-07, 1.04308e-07, -0.633392, 0.109953, 0.00349885, 0.765972, 1, 1, 1) -tracks/8/type = "transform" -tracks/8/path = NodePath("Armature/Skeleton3D:l-leg") -tracks/8/interp = 1 -tracks/8/loop_wrap = true -tracks/8/imported = false -tracks/8/enabled = true -tracks/8/keys = PackedFloat32Array(0, 1, -4.07454e-08, -1.11759e-07, 0, -0.55604, 0.155102, 0.00378888, 0.816547, 1, 1, 1, 0.05, 1, 7.60192e-08, -8.9407e-08, 1.19209e-07, -0.534898, 0.148998, 0.00358481, 0.831668, 1, 1, 1, 0.1, 1, -1.0326e-07, -1.49012e-08, 2.38419e-07, -0.500235, 0.139173, 0.00323174, 0.854626, 1, 1, 1, 0.15, 1, 6.41448e-08, 4.47035e-08, 1.78814e-07, -0.492131, 0.143377, 0.00332103, 0.858626, 1, 1, 1, 0.25, 1, -6.58911e-08, -8.19564e-08, 1.78814e-07, -0.517192, 0.191548, 0.00473312, 0.834146, 1, 1, 1, 0.3, 1, 3.0268e-08, 1.49012e-08, 1.19209e-07, -0.534465, 0.187415, 0.00465677, 0.824136, 1, 1, 1, 0.35, 1, 3.11993e-08, -5.21541e-08, 2.38419e-07, -0.548296, 0.170437, 0.0042049, 0.818722, 1, 1, 1, 0.4, 1, 2.51457e-08, -9.68575e-08, 1.19209e-07, -0.554953, 0.157536, 0.00385503, 0.81682, 1, 1, 1, 0.45, 1, -4.07454e-08, -1.11759e-07, 0, -0.55604, 0.155102, 0.00378888, 0.816547, 1, 1, 1, 1.25, 1, -4.07454e-08, -1.11759e-07, 0, -0.55604, 0.155102, 0.00378888, 0.816547, 1, 1, 1) -tracks/9/type = "transform" -tracks/9/path = NodePath("Armature/Skeleton3D:l-foot") -tracks/9/interp = 1 -tracks/9/loop_wrap = true -tracks/9/imported = false -tracks/9/enabled = true -tracks/9/keys = PackedFloat32Array(0, 1, 7.45058e-08, 1.19209e-07, 3.72529e-09, -0.143967, -0.0951747, 0.00523759, 0.984981, 1, 1, 1, 0.05, 1, 7.45058e-09, 2.38419e-07, 3.35276e-08, -0.157581, -0.0952617, 0.00367365, 0.982894, 1, 1, 1, 0.1, 1, -2.23517e-08, 1.19209e-07, -1.11759e-08, -0.17766, -0.0953568, 0.00135921, 0.97946, 1, 1, 1, 0.15, 1, -3.72529e-08, 1.19209e-07, 4.84288e-08, -0.182282, -0.0953731, 0.000825106, 0.97861, 1, 1, 1, 0.2, 1, 1.49012e-08, 1.19209e-07, -5.21541e-08, -0.177354, -0.0953557, 0.00139453, 0.979516, 1, 1, 1, 0.35, 1, 4.47035e-08, 0, 5.96046e-08, -0.148938, -0.0952085, 0.00466699, 0.984241, 1, 1, 1, 0.4, 1, 5.21541e-08, 1.19209e-07, -4.09782e-08, -0.144684, -0.0951797, 0.00515536, 0.984876, 1, 1, 1, 0.45, 1, 7.45058e-08, 1.19209e-07, 3.72529e-09, -0.143967, -0.0951747, 0.00523759, 0.984981, 1, 1, 1, 1.25, 1, 7.45058e-08, 1.19209e-07, 3.72529e-09, -0.143967, -0.0951747, 0.00523759, 0.984981, 1, 1, 1) -tracks/10/type = "transform" -tracks/10/path = NodePath("Armature/Skeleton3D:MASTER") -tracks/10/interp = 1 -tracks/10/loop_wrap = true -tracks/10/imported = false -tracks/10/enabled = true -tracks/10/keys = PackedFloat32Array(0, 1, 0, 1.36988, -1.03377e-07, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 0, 1.36988, -1.03377e-07, 0, 0, 0, 1, 1, 1, 1) -tracks/11/type = "transform" -tracks/11/path = NodePath("Armature/Skeleton3D:HEAD") -tracks/11/interp = 1 -tracks/11/loop_wrap = true -tracks/11/imported = false -tracks/11/enabled = true -tracks/11/keys = PackedFloat32Array(0, 1, 8.64522e-08, 0.572547, -4.76837e-07, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, 8.64522e-08, 0.572548, 0.471507, 0, 0, 0, 1, 1, 1, 1, 0.1, 1, 8.64522e-08, 0.572548, 1.12029, 0, 0, 7.10543e-15, 1, 1, 1, 1, 0.15, 1, 8.64522e-08, 0.572548, 1.26782, 0, 0, 0, 1, 1, 1, 1, 0.2, 1, 8.64522e-08, 0.572548, 1.10411, 0, 0, -7.10543e-15, 1, 1, 1, 1, 0.35, 1, 8.64522e-08, 0.572548, 0.166984, 0, 0, -7.10543e-15, 1, 1, 1, 1, 0.4, 1, 8.64522e-08, 0.572547, 0.024261, 0, 0, 0, 1, 1, 1, 1, 0.45, 1, 8.64522e-08, 0.572547, -4.76837e-07, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 8.64522e-08, 0.572547, -4.76837e-07, 0, 0, 0, 1, 1, 1, 1) -tracks/12/type = "transform" -tracks/12/path = NodePath("Armature/Skeleton3D:r-LEGCONTROL") -tracks/12/interp = 1 -tracks/12/loop_wrap = true -tracks/12/imported = false -tracks/12/enabled = true -tracks/12/keys = PackedFloat32Array(0, 1, -0.0366479, -0.0811065, 0.809552, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, -0.0366479, -0.0811065, 0.816585, 0, 0, 0, 1, 1, 1, 1, 0.1, 1, -0.0366479, -0.0811065, 0.826986, 0, 0, 0, 1, 1, 1, 1, 0.15, 1, -0.0366479, -0.0811065, 0.829386, 0, 0, 0, 1, 1, 1, 1, 0.2, 1, -0.0366479, -0.0811065, 0.826827, 0, 0, 0, 1, 1, 1, 1, 0.35, 1, -0.0366479, -0.0811065, 0.812119, 0, 0, 0, 1, 1, 1, 1, 0.4, 1, -0.0366479, -0.0811065, 0.809922, 0, 0, 0, 1, 1, 1, 1, 0.45, 1, -0.0366479, -0.0811065, 0.809552, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, -0.0366479, -0.0811065, 0.809552, 0, 0, 0, 1, 1, 1, 1) -tracks/13/type = "transform" -tracks/13/path = NodePath("Armature/Skeleton3D:l-LEGCONTROL") -tracks/13/interp = 1 -tracks/13/loop_wrap = true -tracks/13/imported = false -tracks/13/enabled = true -tracks/13/keys = PackedFloat32Array(0, 1, 0.0611181, -2.75446, 0.0815672, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 0.0611181, -2.75446, 0.0815672, 0, 0, 0, 1, 1, 1, 1) -tracks/14/type = "transform" -tracks/14/path = NodePath("Armature/Skeleton3D:r-LEGORIENT") -tracks/14/interp = 1 -tracks/14/loop_wrap = true -tracks/14/imported = false -tracks/14/enabled = true -tracks/14/keys = PackedFloat32Array(0, 1, 0.0798243, -0.0543702, -2.95838, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 0.0798243, -0.0543702, -2.95838, 0, 0, 0, 1, 1, 1, 1) -tracks/15/type = "transform" -tracks/15/path = NodePath("Armature/Skeleton3D:l-LEGORIENT") -tracks/15/interp = 1 -tracks/15/loop_wrap = true -tracks/15/imported = false -tracks/15/enabled = true -tracks/15/keys = PackedFloat32Array(0, 1, 0.183564, 0.0305935, -3.02205, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 0.183564, 0.0305935, -3.02205, 0, 0, 0, 1, 1, 1, 1) -tracks/16/type = "transform" -tracks/16/path = NodePath("Armature/Skeleton3D:r-ARMCONTROL") -tracks/16/interp = 1 -tracks/16/loop_wrap = true -tracks/16/imported = false -tracks/16/enabled = true -tracks/16/keys = PackedFloat32Array(0, 1, -2.74884, 1.12805, 3.06242, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, -2.74884, 1.12805, 3.06242, 0, 0, 0, 1, 1, 1, 1) -tracks/17/type = "transform" -tracks/17/path = NodePath("Armature/Skeleton3D:l-ARMCONTROL") -tracks/17/interp = 1 -tracks/17/loop_wrap = true -tracks/17/imported = false -tracks/17/enabled = true -tracks/17/keys = PackedFloat32Array(0, 1, 1.73339, 0.895247, 5.13844, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 1.73339, 0.895247, 5.13844, 0, 0, 0, 1, 1, 1, 1) -tracks/18/type = "transform" -tracks/18/path = NodePath("Armature/Skeleton3D:r-ARMORIENT") -tracks/18/interp = 1 -tracks/18/loop_wrap = true -tracks/18/imported = false -tracks/18/enabled = true -tracks/18/keys = PackedFloat32Array(0, 1, 0.101768, -0.813356, 5.76642, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 0.101768, -0.813356, 5.76642, 0, 0, 0, 1, 1, 1, 1) -tracks/19/type = "transform" -tracks/19/path = NodePath("Armature/Skeleton3D:l-ARMORIENT") -tracks/19/interp = 1 -tracks/19/loop_wrap = true -tracks/19/imported = false -tracks/19/enabled = true -tracks/19/keys = PackedFloat32Array(0, 1, -0.849557, -0.741664, 5.51935, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, -0.849557, -0.741664, 5.51935, 0, 0, 0, 1, 1, 1, 1) -tracks/20/type = "transform" -tracks/20/path = NodePath("Armature/Skeleton3D:hip") -tracks/20/interp = 1 -tracks/20/loop_wrap = true -tracks/20/imported = false -tracks/20/enabled = true -tracks/20/keys = PackedFloat32Array(0, 1, 2.65402e-07, 1.83685, 0.489514, -5.25643e-15, 1.43922e-08, -0.0635436, 0.997979, 1, 1, 1, 0.05, 1, 2.56992e-07, 1.7811, 0.489514, -1.96073e-14, 1.43922e-08, -0.0635436, 0.997979, 1, 1, 1, 0.1, 1, 2.44553e-07, 1.69876, 0.489514, -1.94961e-14, 1.43922e-08, -0.0635436, 0.997979, 1, 1, 1, 0.15, 1, 2.41683e-07, 1.67977, 0.489514, -4.43536e-14, 1.60316e-08, -0.070782, 0.997492, 1, 1, 1, 0.2, 1, 2.44743e-07, 1.70003, 0.489514, -3.42428e-14, 2.17962e-08, -0.0962332, 0.995359, 1, 1, 1, 0.25, 1, 2.50383e-07, 1.73738, 0.489514, -5.58716e-16, 2.56855e-08, -0.113405, 0.993549, 1, 1, 1, 0.3, 1, 2.57035e-07, 1.78143, 0.489514, -6.36206e-15, 2.33115e-08, -0.102924, 0.994689, 1, 1, 1, 0.35, 1, 2.62333e-07, 1.81652, 0.489514, -1.06935e-14, 1.84103e-08, -0.0812848, 0.996691, 1, 1, 1, 0.4, 1, 2.6496e-07, 1.83392, 0.489514, -2.45344e-14, 1.50179e-08, -0.0663065, 0.997799, 1, 1, 1, 0.45, 1, 2.65402e-07, 1.83685, 0.489514, -5.25643e-15, 1.43922e-08, -0.0635436, 0.997979, 1, 1, 1, 1.25, 1, 2.65402e-07, 1.83685, 0.489514, -5.25643e-15, 1.43922e-08, -0.0635436, 0.997979, 1, 1, 1) -tracks/21/type = "transform" -tracks/21/path = NodePath("Armature/Skeleton3D:waist") -tracks/21/interp = 1 -tracks/21/loop_wrap = true -tracks/21/imported = false -tracks/21/enabled = true -tracks/21/keys = PackedFloat32Array(0, 1, -4.65684e-10, 7.57313e-10, 0, -8.93894e-16, 2.55708e-08, -0.112898, 0.993607, 1, 1, 1, 0.05, 1, -4.18389e-09, 6.71868e-09, -2.98023e-08, -0.00385828, -0.000945429, -0.112898, 0.993599, 1, 1, 1, 0.1, 1, -2.6989e-09, 6.71803e-09, -2.98023e-08, -0.0118093, -0.00289381, -0.11289, 0.993533, 1, 1, 1, 0.15, 1, -1.65698e-09, 6.19854e-09, -1.19209e-07, -0.0173041, -0.00424031, -0.112881, 0.993449, 1, 1, 1, 0.2, 1, 6.17568e-09, 2.79554e-08, -1.78814e-07, -0.0174121, -0.00426678, -0.11288, 0.993447, 1, 1, 1, 0.25, 1, -9.69976e-10, -3.44268e-09, -2.98023e-08, -0.013893, -0.00340444, -0.112887, 0.993505, 1, 1, 1, 0.35, 1, 8.55826e-09, 2.92274e-08, -2.98023e-08, -0.00310744, -0.000761444, -0.112898, 0.993601, 1, 1, 1, 0.4, 1, 2.05826e-09, 1.24848e-08, 0, -0.000452603, -0.000110883, -0.112898, 0.993606, 1, 1, 1, 0.45, 1, -4.65684e-10, 7.57313e-10, 0, -8.93894e-16, 2.55708e-08, -0.112898, 0.993607, 1, 1, 1, 1.25, 1, -4.65684e-10, 7.57313e-10, 0, -8.93894e-16, 2.55708e-08, -0.112898, 0.993607, 1, 1, 1) -tracks/22/type = "transform" -tracks/22/path = NodePath("Armature/Skeleton3D:chest") -tracks/22/interp = 1 -tracks/22/loop_wrap = true -tracks/22/imported = false -tracks/22/enabled = true -tracks/22/keys = PackedFloat32Array(0, 1, -7.51303e-09, 2.23517e-08, -2.38419e-07, 2.43554e-09, -0.00270918, 0.0663084, 0.997796, 1, 1, 1, 0.05, 1, -5.41336e-11, 3.72529e-09, -2.38419e-07, -0.00158657, -0.00317713, 0.0662892, 0.997794, 1, 1, 1, 0.15, 1, -3.26683e-10, 0, 5.96046e-08, -0.00925885, -0.00543992, 0.0661937, 0.997749, 1, 1, 1, 0.2, 1, -2.06055e-09, 1.49012e-08, -2.38419e-07, -0.0112141, -0.00601653, 0.0661687, 0.997727, 1, 1, 1, 0.25, 1, 1.76951e-08, -3.72529e-09, -1.78814e-07, -0.0104022, -0.00577711, 0.0661791, 0.997737, 1, 1, 1, 0.35, 1, 7.20902e-09, 7.45058e-09, -1.19209e-07, -0.00273, -0.00351437, 0.0662752, 0.997791, 1, 1, 1, 0.4, 1, 4.13622e-10, 3.72529e-09, -1.78814e-07, -0.000405934, -0.00282891, 0.0663035, 0.997795, 1, 1, 1, 0.45, 1, -7.51303e-09, 2.23517e-08, -2.38419e-07, 2.43554e-09, -0.00270918, 0.0663084, 0.997796, 1, 1, 1, 1.25, 1, -7.51303e-09, 2.23517e-08, -2.38419e-07, 2.43554e-09, -0.00270918, 0.0663084, 0.997796, 1, 1, 1) -tracks/23/type = "transform" -tracks/23/path = NodePath("Armature/Skeleton3D:neck") -tracks/23/interp = 1 -tracks/23/loop_wrap = true -tracks/23/imported = false -tracks/23/enabled = true -tracks/23/keys = PackedFloat32Array(0, 1, 4.48992e-09, -1.3411e-07, -1.07288e-06, -1.49012e-08, 7.81341e-10, 2.3736e-09, 1, 1, 1, 1, 1.25, 1, 4.48992e-09, -1.3411e-07, -1.07288e-06, -1.49012e-08, 7.81341e-10, 2.3736e-09, 1, 1, 1, 1) -tracks/24/type = "transform" -tracks/24/path = NodePath("Armature/Skeleton3D:headtracker") -tracks/24/interp = 1 -tracks/24/loop_wrap = true -tracks/24/imported = false -tracks/24/enabled = true -tracks/24/keys = PackedFloat32Array(0, 1, -1.54592e-09, -2.38419e-07, -3.32948e-08, 0.0746069, -0.101992, 0.0306522, 0.99151, 1, 1, 1, 0.05, 1, -1.11768e-09, -1.19209e-07, -9.73232e-08, 0.0219469, -0.103542, 0.0251775, 0.994064, 1, 1, 1, 0.1, 1, 3.72477e-10, -2.98023e-07, -7.61356e-08, -0.0560921, -0.105311, 0.0169133, 0.992712, 1, 1, 1, 0.15, 1, 1.49005e-09, -3.8743e-07, -9.8953e-08, -0.0807068, -0.112423, 0.0155536, 0.990255, 1, 1, 1, 0.2, 1, 9.68555e-09, -1.78814e-07, -2.06754e-07, -0.0663987, -0.135548, 0.0221852, 0.988294, 1, 1, 1, 0.25, 1, 1.86265e-08, -2.68221e-07, -1.18744e-08, -0.0319373, -0.150579, 0.0303761, 0.987615, 1, 1, 1, 0.35, 1, 7.26442e-09, -6.85453e-07, 3.81842e-08, 0.0516026, -0.119052, 0.0329235, 0.990999, 1, 1, 1, 0.4, 1, -1.48637e-09, -2.38419e-07, -5.07571e-08, 0.0712567, -0.10465, 0.03106, 0.991467, 1, 1, 1, 0.45, 1, -1.54592e-09, -2.38419e-07, -3.32948e-08, 0.0746069, -0.101992, 0.0306522, 0.99151, 1, 1, 1, 1.25, 1, -1.54592e-09, -2.38419e-07, -3.32948e-08, 0.0746069, -0.101992, 0.0306522, 0.99151, 1, 1, 1) -tracks/25/type = "transform" -tracks/25/path = NodePath("Armature/Skeleton3D:head") -tracks/25/interp = 1 -tracks/25/loop_wrap = true -tracks/25/imported = false -tracks/25/enabled = true -tracks/25/keys = PackedFloat32Array(0, 1, 3.53794e-09, -1.25496e-07, -8.33534e-08, 2.23517e-08, 1.01485e-10, -1.43572e-10, 1, 1, 1, 1, 1.25, 1, 3.53794e-09, -1.25496e-07, -8.33534e-08, 2.23517e-08, 1.01485e-10, -1.43572e-10, 1, 1, 1, 1) -tracks/26/type = "transform" -tracks/26/path = NodePath("Armature/Skeleton3D:vent") -tracks/26/interp = 1 -tracks/26/loop_wrap = true -tracks/26/imported = false -tracks/26/enabled = true -tracks/26/keys = PackedFloat32Array(0, 1, 1.23685e-09, 2.38419e-07, -5.96046e-07, -2.32831e-09, -1.31362e-12, 1.19249e-11, 1, 1, 1, 1, 1.25, 1, 1.23685e-09, 2.38419e-07, -5.96046e-07, -2.32831e-09, -1.31362e-12, 1.19249e-11, 1, 1, 1, 1) -[sub_resource type="Animation" id=12] +[sub_resource type="Animation" id="12"] resource_name = "walk-cycle" length = 1.04167 -loop = true -tracks/0/type = "transform" -tracks/0/path = NodePath("Armature/Skeleton3D:r-arm") -tracks/0/interp = 1 -tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true -tracks/0/keys = PackedFloat32Array(0, 1, 7.7486e-07, -3.57628e-07, 5.66244e-07, 0.132777, -0.115851, -0.0857195, 0.980613, 1, 1, 1, 0.05, 1, 4.17233e-07, 1.19209e-07, 3.27826e-07, 0.136218, -0.113975, -0.0877542, 0.980181, 1, 1, 1, 0.1, 1, 5.06639e-07, -2.38419e-07, 2.98023e-07, 0.144837, -0.108331, -0.0933223, 0.97907, 1, 1, 1, 0.15, 1, 5.36442e-07, -3.57628e-07, 3.57628e-07, 0.15539, -0.0990044, -0.102617, 0.977508, 1, 0.999999, 1, 0.2, 1, 7.15256e-07, -3.57628e-07, 4.47035e-07, 0.162073, -0.0835771, -0.115431, 0.976434, 1, 1, 1, 0.25, 1, 6.25849e-07, -3.57628e-07, 4.17233e-07, 0.160674, -0.0537521, -0.128708, 0.977102, 1, 1, 1, 0.3, 1, 6.85453e-07, -3.57628e-07, 2.98023e-07, 0.144844, 0.00232148, -0.137246, 0.979887, 1, 1, 1, 0.45, 1, 9.53674e-07, -7.15256e-07, 6.85453e-07, 0.0267683, 0.215793, -0.138386, 0.966212, 1, 1, 1, 0.5, 1, 7.7486e-07, -3.57628e-07, 4.17233e-07, -0.00441569, 0.255036, -0.137846, 0.957045, 1, 1, 1, 0.55, 1, 8.34465e-07, -5.96046e-07, 5.36442e-07, -0.00986276, 0.263176, -0.137756, 0.954811, 1, 1, 1, 0.6, 1, 4.76837e-07, 0, 3.8743e-07, 0.0174093, 0.245944, -0.13741, 0.959337, 1, 1, 1, 0.7, 1, 3.27826e-07, -1.19209e-07, 2.68221e-07, 0.12402, 0.181155, -0.127036, 0.967297, 1, 1, 1, 0.75, 1, 7.45058e-07, 0, 4.47035e-07, 0.157369, 0.166922, -0.11544, 0.96646, 1, 1, 1, 0.8, 1, 8.34465e-07, -1.19209e-07, 4.47035e-07, 0.166665, 0.143487, -0.108193, 0.969499, 1, 1, 1, 0.85, 1, 2.98023e-07, 0, 1.49012e-07, 0.164004, 0.0866041, -0.105149, 0.977009, 1, 0.999999, 1, 0.95, 1, 4.76837e-07, 0, 2.38419e-07, 0.144168, -0.0621538, -0.0938402, 0.983131, 1, 1, 1, 1, 1, 8.64267e-07, -4.76837e-07, 6.85453e-07, 0.135099, -0.105557, -0.0876091, 0.98129, 1, 1, 1, 1.05, 1, 7.7486e-07, -3.57628e-07, 5.66244e-07, 0.132777, -0.115851, -0.0857195, 0.980613, 1, 1, 1, 1.25, 1, 7.7486e-07, -3.57628e-07, 5.66244e-07, 0.132777, -0.115851, -0.0857195, 0.980613, 1, 1, 1) -tracks/1/type = "transform" -tracks/1/path = NodePath("Armature/Skeleton3D:r-forearm") -tracks/1/interp = 1 -tracks/1/loop_wrap = true -tracks/1/imported = false -tracks/1/enabled = true -tracks/1/keys = PackedFloat32Array(0, 1, 7.45058e-07, -8.04663e-07, -8.34465e-07, -0.0607703, -0.240987, 0.00892511, 0.968583, 1, 1, 1, 0.05, 1, -2.98023e-07, -3.57628e-07, 1.78814e-07, -0.0608664, -0.247441, 0.00903588, 0.966947, 1, 0.999999, 1, 0.1, 1, -1.78814e-07, -7.45058e-07, -1.19209e-07, -0.0607357, -0.265635, 0.00908754, 0.962116, 1, 1, 1, 0.15, 1, 4.17233e-07, -8.64267e-07, -4.17233e-07, -0.0586521, -0.298966, 0.00880687, 0.952419, 1, 1, 1, 0.25, 1, 3.8743e-07, -5.96046e-07, -2.98023e-07, -0.0404347, -0.402042, 0.00443354, 0.914717, 1, 1, 1, 0.3, 1, -2.98023e-08, -6.85453e-07, -2.38419e-07, -0.0222657, -0.438743, -0.00390802, 0.898328, 1, 1, 1, 0.35, 1, -3.27826e-07, -2.68221e-07, -1.78814e-07, -0.001747, -0.450439, -0.0151044, 0.892678, 1, 0.999999, 1, 0.4, 1, -2.98023e-08, -3.57628e-07, -4.76837e-07, 0.0165229, -0.440184, -0.0247739, 0.897414, 1, 1, 1, 0.5, 1, 2.98023e-08, -3.27826e-07, 0, 0.0357718, -0.396841, -0.0343986, 0.916545, 1, 1, 1, 0.55, 1, 1.49012e-07, -6.25849e-07, -1.78814e-07, 0.0355214, -0.39013, -0.0350975, 0.919405, 1, 1, 1, 0.6, 1, 1.78814e-07, -5.06639e-07, -5.36442e-07, 0.01977, -0.384514, -0.0345495, 0.92226, 1, 1, 1, 0.65, 1, -1.19209e-07, -4.17233e-07, -2.38419e-07, -0.0162325, -0.357154, -0.033198, 0.933314, 1, 0.999999, 1, 0.75, 1, -2.98023e-08, -3.57628e-07, -2.98023e-07, -0.0986698, -0.203446, -0.0321126, 0.973572, 1, 0.999999, 1, 0.8, 1, 5.96046e-08, -7.45058e-07, -2.38419e-07, -0.110421, -0.161891, -0.0281555, 0.980207, 1, 1, 1, 0.85, 1, 4.76837e-07, -8.04663e-07, -8.34465e-07, -0.104832, -0.172931, -0.0183971, 0.979166, 1, 0.999999, 1, 0.95, 1, 0, -6.55651e-07, -5.96046e-07, -0.0743493, -0.227469, 0.00271093, 0.970939, 1, 1, 1, 1, 1, -2.98023e-08, -3.57628e-07, -2.38419e-07, -0.0636988, -0.238854, 0.00790001, 0.968932, 1, 1, 1, 1.05, 1, 7.45058e-07, -8.04663e-07, -8.34465e-07, -0.0607703, -0.240987, 0.00892511, 0.968583, 1, 1, 1, 1.25, 1, 7.45058e-07, -8.04663e-07, -8.34465e-07, -0.0607703, -0.240987, 0.00892511, 0.968583, 1, 1, 1) -tracks/2/type = "transform" -tracks/2/path = NodePath("Armature/Skeleton3D:l-arm") -tracks/2/interp = 1 -tracks/2/loop_wrap = true -tracks/2/imported = false -tracks/2/enabled = true -tracks/2/keys = PackedFloat32Array(0, 1, -7.45058e-07, -4.76837e-07, 4.47035e-07, -0.0127337, -0.264935, 0.137763, 0.954289, 1, 1, 1, 0.05, 1, -3.8743e-07, 0, 2.38419e-07, 0.0104992, -0.248758, 0.137429, 0.958709, 1, 1, 1, 0.15, 1, -5.66244e-07, -1.19209e-07, 4.47035e-07, 0.119317, -0.176495, 0.127478, 0.968691, 1, 1, 1, 0.2, 1, -5.06639e-07, -1.19209e-07, 3.27826e-07, 0.156208, -0.160784, 0.115735, 0.967653, 1, 1, 1, 0.25, 1, -4.17233e-07, -1.19209e-07, 2.68221e-07, 0.170588, -0.146234, 0.10696, 0.968543, 1, 0.999999, 1, 0.3, 1, -8.34465e-07, -3.57628e-07, 8.9407e-07, 0.16899, -0.106962, 0.104274, 0.974232, 1, 1, 1, 0.45, 1, -9.23872e-07, -5.96046e-07, 7.7486e-07, 0.141826, 0.058077, 0.0901382, 0.984067, 1, 1, 1, 0.5, 1, -7.7486e-07, -5.96046e-07, 2.98023e-07, 0.134623, 0.0959315, 0.0862667, 0.982462, 1, 1, 1, 0.55, 1, -7.45058e-07, -3.57628e-07, 6.25849e-07, 0.133233, 0.11842, 0.0861958, 0.980202, 1, 1, 1, 0.6, 1, -4.76837e-07, 0, 4.47035e-07, 0.137596, 0.131505, 0.0903706, 0.977551, 1, 1, 1, 0.65, 1, -6.55651e-07, -3.57628e-07, 5.36442e-07, 0.146837, 0.135484, 0.0990691, 0.974817, 1, 1, 1, 0.7, 1, -5.96046e-07, -3.57628e-07, 6.25849e-07, 0.15676, 0.127354, 0.111789, 0.972991, 1, 1, 1, 0.75, 1, -4.17233e-07, 0, 3.8743e-07, 0.161767, 0.101349, 0.126219, 0.973462, 1, 1, 1, 0.8, 1, -6.85453e-07, -3.57628e-07, 5.06639e-07, 0.154473, 0.0449621, 0.136756, 0.977453, 1, 1, 1, 0.95, 1, -6.55651e-07, -2.38419e-07, 4.76837e-07, 0.0363447, -0.203514, 0.138296, 0.968574, 1, 1, 1, 1, 1, -5.96046e-07, -3.57628e-07, 3.57628e-07, -0.00218869, -0.252498, 0.137778, 0.957735, 1, 1, 1, 1.05, 1, -7.45058e-07, -4.76837e-07, 4.47035e-07, -0.0127337, -0.264935, 0.137763, 0.954289, 1, 1, 1, 1.25, 1, -7.45058e-07, -4.76837e-07, 4.47035e-07, -0.0127337, -0.264935, 0.137763, 0.954289, 1, 1, 1) -tracks/3/type = "transform" -tracks/3/path = NodePath("Armature/Skeleton3D:l-forearm") -tracks/3/interp = 1 -tracks/3/loop_wrap = true -tracks/3/imported = false -tracks/3/enabled = true -tracks/3/keys = PackedFloat32Array(0, 1, 3.57628e-07, -5.96046e-07, -3.57628e-07, 0.0370915, 0.39046, 0.0351404, 0.919201, 1, 1, 1, 0.05, 1, -1.49012e-07, -5.96046e-07, -2.38419e-07, 0.0247868, 0.388139, 0.0345456, 0.92062, 1, 1, 1, 0.1, 1, -3.57628e-07, -5.66244e-07, -4.76837e-07, -0.00839952, 0.367653, 0.0329431, 0.929342, 1, 1, 1, 0.15, 1, -1.78814e-07, -5.66244e-07, -7.7486e-07, -0.0538019, 0.307417, 0.0309853, 0.949547, 1, 1, 1, 0.2, 1, 0, -3.8743e-07, -4.17233e-07, -0.0934157, 0.21941, 0.0316565, 0.970634, 1, 1, 1, 0.25, 1, -1.49012e-07, -7.7486e-07, -3.57628e-07, -0.112029, 0.160435, 0.0303507, 0.980198, 1, 1, 1, 0.3, 1, 1.19209e-07, -7.15256e-07, -2.38419e-07, -0.111906, 0.1565, 0.0231637, 0.981045, 1, 1, 1, 0.35, 1, 2.68221e-07, -5.06639e-07, -2.38419e-07, -0.104709, 0.167819, 0.0144275, 0.980135, 1, 1, 1, 0.6, 1, 2.38419e-07, -3.57628e-07, -2.98023e-07, -0.0540049, 0.274564, -0.0119163, 0.959977, 1, 1, 1, 0.65, 1, 2.68221e-07, -2.68221e-07, 5.96046e-08, -0.0496356, 0.312827, -0.0136146, 0.948415, 1, 1, 1, 0.8, 1, 1.78814e-07, -3.8743e-07, -2.38419e-07, -0.0228587, 0.449632, -0.00310725, 0.892916, 1, 1, 1, 0.85, 1, -2.08616e-07, -6.25849e-07, -5.36442e-07, -0.00418434, 0.463526, 0.00969348, 0.886021, 1, 1, 1, 0.9, 1, -2.68221e-07, -6.85453e-07, -1.19209e-07, 0.0143603, 0.452468, 0.0218435, 0.891397, 1, 1, 1, 1, 1, 8.9407e-08, -5.96046e-07, -5.36442e-07, 0.0356796, 0.398885, 0.0342096, 0.915668, 1, 1, 1, 1.05, 1, 3.57628e-07, -5.96046e-07, -3.57628e-07, 0.0370915, 0.39046, 0.0351404, 0.919201, 1, 1, 1, 1.25, 1, 3.57628e-07, -5.96046e-07, -3.57628e-07, 0.0370915, 0.39046, 0.0351404, 0.919201, 1, 1, 1) -tracks/4/type = "transform" -tracks/4/path = NodePath("Armature/Skeleton3D:r-thigh") -tracks/4/interp = 1 -tracks/4/loop_wrap = true -tracks/4/imported = false -tracks/4/enabled = true -tracks/4/keys = PackedFloat32Array(0, 1, -5.96046e-08, 7.45058e-09, -1.3411e-07, -0.47466, -0.0131527, -0.012987, 0.879975, 1, 1, 1, 0.05, 1, 2.98023e-08, 2.23517e-08, -2.23517e-07, -0.410091, -0.00379406, -0.0158917, 0.911898, 1, 1, 1, 0.25, 1, -1.19209e-07, 1.11759e-07, -5.21541e-07, 0.0997313, 0.0337367, -0.0261638, 0.994098, 1, 1, 1, 0.3, 1, 8.9407e-08, 4.47035e-08, -4.02331e-07, 0.122513, 0.0214196, -0.0200121, 0.992034, 1, 1, 1, 0.45, 1, 1.19209e-07, 7.45058e-09, -3.27826e-07, 0.229705, -0.0511077, 0.00301582, 0.971913, 1, 1, 1, 0.5, 1, 0, 3.72529e-08, -3.72529e-07, 0.236488, -0.0697987, 0.00859063, 0.969086, 1, 1, 1, 0.55, 1, 0, 2.98023e-08, -2.5332e-07, 0.206064, -0.0732532, 0.0100766, 0.975741, 1, 1, 1, 0.6, 1, -2.98023e-08, 4.47035e-08, -2.68221e-07, 0.118009, -0.0599028, 0.00750554, 0.991176, 1, 1, 1, 0.65, 1, -8.9407e-08, 2.23517e-08, -2.83122e-07, -0.0368129, -0.031384, 0.00214083, 0.998827, 1, 1, 1, 0.8, 1, -5.96046e-08, 2.23517e-08, -3.42727e-07, -0.634332, 0.0354032, -0.00990766, 0.772186, 1, 1, 1, 0.85, 1, 0, 2.23517e-08, -5.51343e-07, -0.746229, 0.0185993, -0.00698883, 0.665393, 1, 1, 1, 0.9, 1, 2.98023e-08, 1.49012e-08, -3.72529e-07, -0.740985, -0.00577112, -0.000829951, 0.671497, 1, 1, 1, 1, 1, 0, 2.98023e-08, -2.68221e-07, -0.523042, -0.0161244, -0.00986391, 0.852097, 1, 1, 1, 1.05, 1, -5.96046e-08, 7.45058e-09, -1.3411e-07, -0.47466, -0.0131527, -0.012987, 0.879975, 1, 1, 1, 1.25, 1, -5.96046e-08, 7.45058e-09, -1.3411e-07, -0.47466, -0.0131527, -0.012987, 0.879975, 1, 1, 1) -tracks/5/type = "transform" -tracks/5/path = NodePath("Armature/Skeleton3D:r-leg") -tracks/5/interp = 1 -tracks/5/loop_wrap = true -tracks/5/imported = false -tracks/5/enabled = true -tracks/5/keys = PackedFloat32Array(0, 1, 9.0804e-08, -5.21541e-08, 5.36442e-07, -0.373219, -0.0555838, 8.64882e-05, 0.926077, 1, 1, 1, 0.05, 1, 2.50293e-08, 1.3411e-07, 5.96046e-07, -0.322099, -0.0481091, 0.000521386, 0.945483, 1, 1, 1, 0.1, 1, 1.20257e-07, -1.49012e-07, 7.15256e-07, -0.224139, -0.0330777, 0.00125387, 0.973995, 1, 1, 1, 0.15, 1, 3.94648e-08, -1.3411e-07, 6.55651e-07, -0.165692, -0.0218823, 0.00143977, 0.985934, 1, 1, 1, 0.2, 1, 1.33412e-07, -1.56462e-07, 5.36442e-07, -0.09297, -0.0104596, 0.00125276, 0.995613, 1, 1, 1, 0.25, 1, 3.55067e-08, 4.47035e-08, 1.78814e-07, -0.0411288, -0.0028586, 0.000542978, 0.99915, 1, 1, 1, 0.35, 1, 9.26666e-08, 5.96046e-08, 6.55651e-07, -0.159491, 0.00874812, -0.00126692, 0.98716, 1, 1, 1, 0.45, 1, 3.87663e-08, 0, 4.76837e-07, -0.233894, 0.0318884, -0.00310529, 0.971734, 1, 1, 1, 0.5, 1, -3.53903e-08, -7.45058e-08, 5.96046e-07, -0.280896, 0.0453351, -0.00364749, 0.95866, 1, 1, 1, 0.55, 1, 1.59489e-08, 4.47035e-08, 5.96046e-07, -0.352331, 0.0592861, -0.00363569, 0.933989, 1, 1, 1, 0.6, 1, 2.16532e-08, 1.3411e-07, 6.55651e-07, -0.469209, 0.0766892, -0.00261066, 0.879747, 1, 1, 1, 0.75, 1, 9.51113e-08, -2.01166e-07, 7.15256e-07, -0.846575, 0.0999882, 0.00219129, 0.522789, 1, 1, 1, 0.8, 1, 3.77186e-08, -1.49012e-07, 6.55651e-07, 0.900504, -0.0754152, -0.00223886, -0.428252, 1, 1, 1, 0.85, 1, 4.92437e-08, 1.49012e-07, 6.55651e-07, 0.906482, -0.0264902, -0.00126108, -0.42141, 1, 1, 1, 0.9, 1, -2.71248e-08, 1.63913e-07, 5.36442e-07, -0.830638, -0.0316768, -0.000334372, 0.555911, 1, 1, 1, 1, 1, 2.87546e-08, 4.84288e-07, 7.7486e-07, -0.453335, -0.0623349, -0.000381388, 0.889158, 1, 1, 1, 1.05, 1, 9.0804e-08, -5.21541e-08, 5.36442e-07, -0.373219, -0.0555838, 8.64882e-05, 0.926077, 1, 1, 1, 1.25, 1, 9.0804e-08, -5.21541e-08, 5.36442e-07, -0.373219, -0.0555838, 8.64882e-05, 0.926077, 1, 1, 1) -tracks/6/type = "transform" -tracks/6/path = NodePath("Armature/Skeleton3D:r-foot") -tracks/6/interp = 1 -tracks/6/loop_wrap = true -tracks/6/imported = false -tracks/6/enabled = true -tracks/6/keys = PackedFloat32Array(0, 1, 5.21541e-08, -1.19209e-07, 9.31323e-08, 0.00219921, 0.118787, -0.0237834, 0.992633, 1, 1, 1, 0.05, 1, 5.96046e-08, 0, -5.58794e-08, 0.00569734, 0.111426, -0.0235639, 0.993477, 1, 1, 1, 0.1, 1, 4.47035e-08, -1.19209e-07, 3.35276e-08, 0.015864, 0.0910374, -0.022104, 0.995476, 1, 1, 1, 0.25, 1, 2.98023e-08, 1.19209e-07, -5.58794e-08, 0.0701794, 0.000367211, 0.000696922, 0.997534, 1, 1, 1, 0.35, 1, 8.19564e-08, -1.19209e-07, -1.11759e-08, 0.121501, -0.050768, 0.0840024, 0.987727, 1, 1, 1, 0.4, 1, 7.45058e-08, 1.19209e-07, 1.04308e-07, 0.115586, -0.0703619, 0.0928345, 0.986444, 1, 1, 1, 0.45, 1, 7.45058e-08, 1.19209e-07, 3.72529e-08, 0.0659214, -0.0866695, 0.0774413, 0.991033, 1, 1, 1, 0.5, 1, -5.96046e-08, 1.19209e-07, -1.11759e-07, 0.0031081, -0.0968864, 0.054063, 0.993821, 1, 1, 1, 0.55, 1, 5.96046e-08, 0, -6.70552e-08, -0.0166663, -0.0982007, 0.0374834, 0.994321, 1, 1, 1, 0.6, 1, 5.96046e-08, 1.19209e-07, -4.84288e-08, -0.0148445, -0.0906634, 0.0264974, 0.995418, 1, 1, 1, 0.65, 1, 0, 0, 4.09782e-08, -0.0108355, -0.0727448, 0.0177847, 0.997133, 1, 1, 1, 1, 1, 6.70552e-08, 0, 7.07805e-08, 0.00219189, 0.11394, -0.0230367, 0.993218, 1, 1, 1, 1.05, 1, 5.21541e-08, -1.19209e-07, 9.31323e-08, 0.00219921, 0.118787, -0.0237834, 0.992633, 1, 1, 1, 1.25, 1, 5.21541e-08, -1.19209e-07, 9.31323e-08, 0.00219921, 0.118787, -0.0237834, 0.992633, 1, 1, 1) -tracks/7/type = "transform" -tracks/7/path = NodePath("Armature/Skeleton3D:l-thigh") -tracks/7/interp = 1 -tracks/7/loop_wrap = true -tracks/7/imported = false -tracks/7/enabled = true -tracks/7/keys = PackedFloat32Array(0, 1, 2.98023e-08, 2.98023e-08, 1.04308e-07, 0.217295, 0.0746597, -0.0103365, 0.973192, 1, 0.999999, 1, 0.05, 1, -8.9407e-08, 1.49012e-08, 1.49012e-08, 0.151772, 0.0624666, -0.00777083, 0.986409, 1, 1, 1, 0.1, 1, -2.98023e-08, 2.98023e-08, -8.9407e-08, -0.00391929, 0.0335048, -0.00214722, 0.999429, 1, 0.999999, 1, 0.3, 1, 0, 3.72529e-08, -1.49012e-07, -0.748933, -0.0405244, 0.0112371, 0.66131, 1, 1, 1, 0.35, 1, 5.96046e-08, 7.45058e-09, -3.12924e-07, -0.802758, -0.0149771, 0.00481471, 0.596097, 1, 1, 1, 0.4, 1, 0, 7.45058e-09, -1.78814e-07, -0.770121, 0.00992629, -0.000335305, 0.63782, 1, 1, 1, 0.8, 1, -5.96046e-08, 5.21541e-08, -1.04308e-07, 0.0878935, -0.0301616, 0.023494, 0.995396, 1, 1, 1, 0.85, 1, 2.98023e-08, 5.21541e-08, -2.98023e-07, 0.0819817, -0.0162162, 0.0156585, 0.996379, 1, 0.999999, 1, 0.9, 1, -5.96046e-08, 7.45058e-09, -1.3411e-07, 0.0980511, 0.00664153, 0.00756362, 0.99513, 1, 0.999999, 1, 1, 1, -5.96046e-08, 2.98023e-08, -2.98023e-08, 0.201153, 0.0660118, -0.00800331, 0.9773, 1, 0.999999, 1, 1.05, 1, 2.98023e-08, 2.98023e-08, 1.04308e-07, 0.217295, 0.0746597, -0.0103365, 0.973192, 1, 0.999999, 1, 1.25, 1, 2.98023e-08, 2.98023e-08, 1.04308e-07, 0.217295, 0.0746597, -0.0103365, 0.973192, 1, 0.999999, 1) -tracks/8/type = "transform" -tracks/8/path = NodePath("Armature/Skeleton3D:l-leg") -tracks/8/interp = 1 -tracks/8/loop_wrap = true -tracks/8/imported = false -tracks/8/enabled = true -tracks/8/keys = PackedFloat32Array(0, 1, 4.19095e-08, 1.41561e-07, 2.98023e-07, -0.33502, -0.0565195, 0.00376308, 0.940507, 1, 1, 1, 0.05, 1, 2.82889e-08, 1.86265e-07, 0, -0.412041, -0.0666523, 0.00293558, 0.908719, 1, 1, 1, 0.2, 1, -7.12462e-08, -1.2666e-07, 5.96046e-08, -0.831864, -0.10996, -0.00255585, 0.543972, 1, 1, 1, 0.25, 1, 2.32831e-09, -1.04308e-07, 5.96046e-08, 0.89602, 0.0970023, 0.00298318, -0.433277, 1, 1, 1, 0.3, 1, 1.9907e-08, 3.65078e-07, 2.98023e-07, 0.921569, 0.0590099, 0.00230107, -0.383696, 1, 1, 1, 0.35, 1, -8.28877e-08, -1.93715e-07, 2.38419e-07, 0.901128, 0.00554219, 0.000798309, -0.433517, 1, 1, 1, 0.4, 1, -7.53207e-08, 5.21541e-08, 1.19209e-07, -0.81758, 0.0439972, 0.000730356, 0.574132, 1, 1, 1, 0.5, 1, -2.91038e-09, 1.41561e-07, 2.38419e-07, -0.503688, 0.068707, 0.00074972, 0.861149, 1, 1, 1, 0.55, 1, 6.1933e-08, 8.19564e-08, 5.96046e-08, -0.352333, 0.0527461, -0.000239235, 0.934387, 1, 1, 1, 0.6, 1, -2.95695e-08, 1.04308e-07, 1.78814e-07, -0.244271, 0.03738, -0.00103017, 0.968986, 1, 1, 1, 0.65, 1, 9.54606e-09, 3.50177e-07, 1.78814e-07, -0.200824, 0.0283491, -0.00130918, 0.979216, 1, 1, 1, 0.7, 1, 2.01399e-08, 2.23517e-08, 0, -0.167963, 0.0193272, -0.0011918, 0.985603, 1, 1, 1, 0.75, 1, -2.47965e-08, -2.23517e-07, 1.19209e-07, -0.0847999, 0.00700657, -0.000838314, 0.996373, 1, 1, 1, 0.8, 1, -4.88944e-08, -7.45058e-09, 0, -0.073705, 0.000793342, 3.27131e-05, 0.99728, 1, 1, 1, 0.9, 1, -5.50644e-08, 0, 1.19209e-07, -0.297998, -0.0240387, 0.0012853, 0.954263, 1, 1, 1, 0.95, 1, -1.08266e-08, -2.98023e-08, 1.19209e-07, -0.340478, -0.0423349, 0.0021981, 0.939296, 1, 1, 1, 1, 1, 5.07571e-08, -1.63913e-07, 0, -0.339784, -0.0539663, 0.00332048, 0.938948, 1, 1, 1, 1.05, 1, 4.19095e-08, 1.41561e-07, 2.98023e-07, -0.33502, -0.0565195, 0.00376308, 0.940507, 1, 1, 1, 1.25, 1, 4.19095e-08, 1.41561e-07, 2.98023e-07, -0.33502, -0.0565195, 0.00376308, 0.940507, 1, 1, 1) -tracks/9/type = "transform" -tracks/9/path = NodePath("Armature/Skeleton3D:l-foot") -tracks/9/interp = 1 -tracks/9/loop_wrap = true -tracks/9/imported = false -tracks/9/enabled = true -tracks/9/keys = PackedFloat32Array(0, 1, -3.72529e-08, 0, 8.19564e-08, -0.0168517, 0.0989445, -0.0394225, 0.994169, 1, 1, 1, 0.05, 1, 6.70552e-08, 1.19209e-07, -4.47035e-08, -0.0168456, 0.0944203, -0.0381151, 0.99466, 1, 1, 1, 0.1, 1, 1.49012e-08, 1.19209e-07, -3.35276e-08, -0.0167772, 0.0819293, -0.034504, 0.995899, 1, 1, 1, 0.15, 1, -7.45058e-09, 1.19209e-07, -1.3411e-07, -0.0165494, 0.0617975, -0.0286797, 0.997539, 1, 1, 1, 0.4, 1, -2.23517e-08, 0, 2.6077e-08, -0.00864448, -0.0855905, 0.0141105, 0.996193, 1, 1, 1, 0.45, 1, 7.45058e-09, 2.38419e-07, -7.45058e-08, -0.00528641, -0.10464, 0.0196597, 0.994302, 1, 1, 1, 0.5, 1, -1.49012e-08, 1.19209e-07, 7.45058e-09, -0.00140908, -0.115976, 0.0229639, 0.992986, 1, 1, 1, 0.55, 1, 1.49012e-08, 2.38419e-07, 3.72529e-08, 0.00315788, -0.117918, 0.023482, 0.992741, 1, 1, 1, 0.6, 1, -2.98023e-08, 1.19209e-07, -1.49012e-08, 0.00993965, -0.108994, 0.0205203, 0.993781, 1, 1, 1, 0.65, 1, 1.49012e-08, 0, 1.86265e-08, 0.0206495, -0.0875135, 0.0140912, 0.99585, 1, 1, 1, 0.8, 1, -2.23517e-08, 1.19209e-07, -3.72529e-09, 0.0751354, 0.00445886, 0.00173853, 0.997162, 1, 1, 1, 0.9, 1, 0, 0, -2.98023e-08, 0.131833, 0.0617586, 0.0448617, 0.988329, 1, 1, 1, 0.95, 1, 3.72529e-08, 0, -6.70552e-08, 0.10712, 0.0825392, 0.0325464, 0.99028, 1, 1, 1, 1, 1, 1.49012e-08, 2.38419e-07, -4.84288e-08, 0.0202877, 0.0962194, -0.0179372, 0.994992, 1, 1, 1, 1.05, 1, -3.72529e-08, 0, 8.19564e-08, -0.0168517, 0.0989445, -0.0394225, 0.994169, 1, 1, 1, 1.25, 1, -3.72529e-08, 0, 8.19564e-08, -0.0168517, 0.0989445, -0.0394225, 0.994169, 1, 1, 1) -tracks/10/type = "transform" -tracks/10/path = NodePath("Armature/Skeleton3D:MASTER") -tracks/10/interp = 1 -tracks/10/loop_wrap = true -tracks/10/imported = false -tracks/10/enabled = true -tracks/10/keys = PackedFloat32Array(0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/11/type = "transform" -tracks/11/path = NodePath("Armature/Skeleton3D:HEAD") -tracks/11/interp = 1 -tracks/11/loop_wrap = true -tracks/11/imported = false -tracks/11/enabled = true -tracks/11/keys = PackedFloat32Array(0, 1, -5.68434e-14, 0, 0.850875, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, -5.68434e-14, 0, 0.888268, 0, 0, 0, 1, 1, 1, 1, 0.1, 1, -5.68434e-14, 0, 0.982704, 0, 0, 7.10543e-15, 1, 1, 1, 1, 0.15, 1, -5.68434e-14, 0, 1.10101, 0, 0, 0, 1, 1, 1, 1, 0.2, 1, -5.68434e-14, 0, 1.19526, 0, 0, -7.10543e-15, 1, 1, 1, 1, 0.25, 1, -5.68434e-14, 0, 1.23253, 0, 0, 0, 1, 1, 1, 1, 0.3, 1, -5.68434e-14, 0, 1.20497, 0, 0, 7.10543e-15, 1, 1, 1, 1, 0.35, 1, -5.68434e-14, 0, 1.13278, 0, 0, -7.10543e-15, 1, 1, 1, 1, 0.45, 1, -5.68434e-14, 0, 0.935015, 0, 0, 0, 1, 1, 1, 1, 0.5, 1, -5.68434e-14, 0, 0.868188, 0, 0, 0, 1, 1, 1, 1, 0.55, 1, -5.68434e-14, 0, 0.85559, 0, 0, 0, 1, 1, 1, 1, 0.6, 1, -5.68434e-14, 0, 0.901897, 0, 0, 0, 1, 1, 1, 1, 0.75, 1, -5.68434e-14, 0, 1.20896, 0, 0, 0, 1, 1, 1, 1, 0.8, 1, -5.68434e-14, 0, 1.22782, 0, 0, 7.10543e-15, 1, 1, 1, 1, 0.85, 1, -5.68434e-14, 0, 1.18155, 0, 0, 0, 1, 1, 1, 1, 1, 1, -5.68434e-14, 0, 0.874524, 0, 0, 0, 1, 1, 1, 1, 1.05, 1, -5.68434e-14, 0, 0.850875, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, -5.68434e-14, 0, 0.850875, 0, 0, 0, 1, 1, 1, 1) -tracks/12/type = "transform" -tracks/12/path = NodePath("Armature/Skeleton3D:r-LEGCONTROL") -tracks/12/interp = 1 -tracks/12/loop_wrap = true -tracks/12/imported = false -tracks/12/enabled = true -tracks/12/keys = PackedFloat32Array(0, 1, -0.142338, -0.946415, 0.217759, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, -0.142333, -0.853172, 0.14976, 0, 0, 0, 1, 1, 1, 1, 0.1, 1, -0.142326, -0.626394, 0.0493819, 0, 0, 0, 1, 1, 1, 1, 0.25, 1, -0.142324, 0.323052, 0.113333, 0, 0, 0, 1, 1, 1, 1, 0.45, 1, -0.139402, 1.42157, 0.666575, 0, 0, 0, 1, 1, 1, 1, 0.5, 1, -0.136793, 1.55206, 0.805069, 0, 0, 0, 1, 1, 1, 1, 0.55, 1, -0.131841, 1.57295, 0.911952, 0, 0, 0, 1, 1, 1, 1, 0.6, 1, -0.113377, 1.47151, 1.00452, 0, 0, 0, 1, 1, 1, 1, 0.65, 1, -0.077946, 1.23249, 1.08549, 0, 0, 0, 1, 1, 1, 1, 0.8, 1, -0.0017584, 0.265596, 1.17195, 0, 0, 0, 1, 1, 1, 1, 0.85, 1, -0.0190262, -0.03908, 1.05516, 0, 0, 0, 1, 1, 1, 1, 0.95, 1, -0.100589, -0.692012, 0.50379, 0, 0, 0, 1, 1, 1, 1, 1, 1, -0.133542, -0.895383, 0.278588, 0, 0, 0, 1, 1, 1, 1, 1.05, 1, -0.142338, -0.946415, 0.217759, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, -0.142338, -0.946415, 0.217759, 0, 0, 0, 1, 1, 1, 1) -tracks/13/type = "transform" -tracks/13/path = NodePath("Armature/Skeleton3D:l-LEGCONTROL") -tracks/13/interp = 1 -tracks/13/loop_wrap = true -tracks/13/imported = false -tracks/13/enabled = true -tracks/13/keys = PackedFloat32Array(0, 1, 0.133965, 1.58294, 0.896163, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, 0.120869, 1.49689, 0.924311, 0, 0, 0, 1, 1, 1, 1, 0.1, 1, 0.0877482, 1.26696, 0.995435, 0, 0, 0, 1, 1, 1, 1, 0.25, 1, 0, 0.313476, 1.18387, 0, 0, 0, 1, 1, 1, 1, 0.3, 1, 0.0102771, 0.0502403, 1.13241, 0, 0, 0, 1, 1, 1, 1, 0.4, 1, 0.0744684, -0.535892, 0.782828, 0, 0, 0, 1, 1, 1, 1, 0.45, 1, 0.110957, -0.769809, 0.54983, 0, 0, 0, 1, 1, 1, 1, 0.5, 1, 0.13588, -0.912113, 0.342608, 0, 0, 0, 1, 1, 1, 1, 0.55, 1, 0.142337, -0.934969, 0.197995, 0, 0, 0, 1, 1, 1, 1, 0.6, 1, 0.142331, -0.819832, 0.0904105, 0, 0, 0, 1, 1, 1, 1, 0.65, 1, 0.142325, -0.584709, 0.0345853, 0, 0, 0, 1, 1, 1, 1, 0.8, 1, 0.14222, 0.375652, 0.134472, 0, 0, 0, 1, 1, 1, 1, 0.95, 1, 0.136416, 1.34572, 0.707882, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0.134481, 1.53602, 0.857536, 0, 0, 0, 1, 1, 1, 1, 1.05, 1, 0.133965, 1.58294, 0.896163, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 0.133965, 1.58294, 0.896163, 0, 0, 0, 1, 1, 1, 1) -tracks/14/type = "transform" -tracks/14/path = NodePath("Armature/Skeleton3D:r-LEGORIENT") -tracks/14/interp = 1 -tracks/14/loop_wrap = true -tracks/14/imported = false -tracks/14/enabled = true -tracks/14/keys = PackedFloat32Array(0, 1, 0.100474, 0.669825, -0.778672, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, 0.098364, 0.655731, -0.762274, 7.10993e-08, 6.08666e-15, 7.10543e-15, 1, 1, 1, 1, 0.1, 1, 0.092555, 0.616937, -0.717148, 4.1297e-08, 2.53395e-15, 7.10543e-15, 1, 1, 1, 1, 0.15, 1, 0.0832335, 0.55472, -0.644792, 7.10993e-08, 2.53395e-15, 7.10543e-15, 1, 1, 1, 1, 0.4, 1, 0.0154476, 0.102931, -0.119635, 7.10993e-08, 6.08666e-15, 7.10543e-15, 1, 1, 1, 1, 0.45, 1, 0.00660282, 0.0440027, -0.051146, 7.10993e-08, 2.53395e-15, 7.10543e-15, 1, 1, 1, 1, 0.5, 1, 0.00131494, 0.00876498, -0.0101888, 0, 0, 0, 1, 1, 1, 1, 0.55, 1, 0.000308841, 0.00205886, -0.00239307, 7.10993e-08, 6.08666e-15, -4.32757e-22, 1, 1, 1, 1, 0.6, 1, 0.00340915, 0.0227199, -0.0264083, 7.10993e-08, 2.53395e-15, 7.10543e-15, 1, 1, 1, 1, 0.65, 1, 0.0108188, 0.0720865, -0.0837842, 7.10993e-08, 2.53395e-15, 7.10543e-15, 1, 1, 1, 1, 0.7, 1, 0.0221942, 0.14786, -0.171845, 7.10993e-08, 6.08666e-15, 7.10543e-15, 1, 1, 1, 1, 0.9, 1, 0.0824287, 0.549322, -0.638501, 7.10993e-08, 2.53395e-15, 7.10543e-15, 1, 1, 1, 1, 0.95, 1, 0.0927294, 0.618084, -0.718475, 7.10993e-08, 6.08666e-15, 7.10543e-15, 1, 1, 1, 1, 1, 1, 0.0989292, 0.659501, -0.766658, 0, 0, 0, 1, 1, 1, 1, 1.05, 1, 0.100474, 0.669825, -0.778672, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 0.100474, 0.669825, -0.778672, 0, 0, 0, 1, 1, 1, 1) -tracks/15/type = "transform" -tracks/15/path = NodePath("Armature/Skeleton3D:l-LEGORIENT") -tracks/15/interp = 1 -tracks/15/loop_wrap = true -tracks/15/imported = false -tracks/15/enabled = true -tracks/15/keys = PackedFloat32Array(0, 1, 2.98023e-08, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, -0.00210956, 0.0140947, -0.0163979, 7.10993e-08, 6.08666e-15, 7.10543e-15, 1, 1, 1, 1, 0.1, 1, -0.00791863, 0.0528884, -0.0615235, 4.1297e-08, 2.53395e-15, 7.10543e-15, 1, 1, 1, 1, 0.15, 1, -0.0172402, 0.115105, -0.13388, 7.10993e-08, 2.53395e-15, 7.10543e-15, 1, 1, 1, 1, 0.4, 1, -0.085026, 0.566894, -0.659037, 7.10993e-08, 6.08666e-15, 7.10543e-15, 1, 1, 1, 1, 0.45, 1, -0.0938708, 0.625823, -0.727526, 7.10993e-08, 2.53395e-15, 7.10543e-15, 1, 1, 1, 1, 0.5, 1, -0.0991587, 0.66106, -0.768483, 0, 0, 0, 1, 1, 1, 1, 0.55, 1, -0.100165, 0.667766, -0.776279, 7.10993e-08, 6.08666e-15, -4.32757e-22, 1, 1, 1, 1, 0.6, 1, -0.0970645, 0.647105, -0.752263, 7.10993e-08, 2.53395e-15, 7.10543e-15, 1, 1, 1, 1, 0.65, 1, -0.0896548, 0.597739, -0.694888, 7.10993e-08, 2.53395e-15, 7.10543e-15, 1, 1, 1, 1, 0.7, 1, -0.0782794, 0.521965, -0.606827, 7.10993e-08, 6.08666e-15, 7.10543e-15, 1, 1, 1, 1, 0.9, 1, -0.0180449, 0.120504, -0.14017, 7.10993e-08, 2.53395e-15, 7.10543e-15, 1, 1, 1, 1, 0.95, 1, -0.00774428, 0.0517416, -0.0601966, 7.10993e-08, 6.08666e-15, 7.10543e-15, 1, 1, 1, 1, 1, 1, -0.00154439, 0.0103241, -0.0120134, 0, 0, 0, 1, 1, 1, 1, 1.05, 1, 2.98023e-08, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 2.98023e-08, 0, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/16/type = "transform" -tracks/16/path = NodePath("Armature/Skeleton3D:r-ARMCONTROL") -tracks/16/interp = 1 -tracks/16/loop_wrap = true -tracks/16/imported = false -tracks/16/enabled = true -tracks/16/keys = PackedFloat32Array(0, 1, -0.868295, -0.434147, -0.728793, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, -0.894115, -0.429589, -0.685758, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.1, 1, -0.965105, -0.417039, -0.56775, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.15, 1, -1.07881, -0.396902, -0.379345, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.4, 1, -1.9017, -0.250463, 0.973224, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.45, 1, -2.00893, -0.231348, 1.14912, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.5, 1, -2.07309, -0.219917, 1.25447, 0, 0, 0, 1, 1, 1, 1, 0.55, 1, -2.08428, -0.222594, 1.27283, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.6, 1, -2.0356, -0.276793, 1.19246, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.65, 1, -1.92036, -0.39421, 1.00266, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.75, 1, -1.5939, -0.636021, 0.464508, 0, 0, 0, 1, 1, 1, 1, 0.95, 1, -0.989962, -0.50147, -0.527541, -5.1658e-08, 0, 0, 1, 1, 1, 1, 1, 1, -0.8923, -0.448337, -0.688738, 0, 0, 0, 1, 1, 1, 1, 1.05, 1, -0.868295, -0.434147, -0.728793, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, -0.868295, -0.434147, -0.728793, 0, 0, 0, 1, 1, 1, 1) -tracks/17/type = "transform" -tracks/17/path = NodePath("Armature/Skeleton3D:l-ARMCONTROL") -tracks/17/interp = 1 -tracks/17/loop_wrap = true -tracks/17/imported = false -tracks/17/enabled = true -tracks/17/keys = PackedFloat32Array(0, 1, 2.08906, -0.217074, 1.28073, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, 2.04863, -0.260861, 1.21323, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.1, 1, 1.93875, -0.371377, 1.03141, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.25, 1, 1.47813, -0.663608, 0.273554, 0, 0, 0, 1, 1, 1, 1, 0.45, 1, 0.953814, -0.514624, -0.588262, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.5, 1, 0.884829, -0.464922, -0.701557, 0, 0, 0, 1, 1, 1, 1, 0.55, 1, 0.872045, -0.428974, -0.722627, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.6, 1, 0.909668, -0.39768, -0.660821, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.65, 1, 0.999508, -0.365756, -0.513451, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.7, 1, 1.13734, -0.334072, -0.287612, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.9, 1, 1.86856, -0.237138, 0.914287, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.95, 1, 1.99427, -0.225258, 1.12276, -5.1658e-08, 0, 0, 1, 1, 1, 1, 1, 1, 2.07012, -0.218627, 1.24908, 0, 0, 0, 1, 1, 1, 1, 1.05, 1, 2.08906, -0.217074, 1.28073, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 2.08906, -0.217074, 1.28073, 0, 0, 0, 1, 1, 1, 1) -tracks/18/type = "transform" -tracks/18/path = NodePath("Armature/Skeleton3D:r-ARMORIENT") -tracks/18/interp = 1 -tracks/18/loop_wrap = true -tracks/18/imported = false -tracks/18/enabled = true -tracks/18/keys = PackedFloat32Array(0, 1, 0.405204, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, 0.429983, 0.0015192, 0, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.1, 1, 0.498118, 0.0057025, 0, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.15, 1, 0.607264, 0.0124156, 0, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.4, 1, 1.39747, 0.061233, 0, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.45, 1, 1.50046, 0.0676029, 0, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.5, 1, 1.56207, 0.0714109, 0, 0, 0, 0, 1, 1, 1, 1, 0.55, 1, 1.5738, 0.0721354, 0, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.6, 1, 1.53767, 0.0699027, 0, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.65, 1, 1.45139, 0.0645664, 0, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.7, 1, 1.31902, 0.0563741, 0, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.9, 1, 0.616836, 0.0129952, 0, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.95, 1, 0.496168, 0.00557709, 0, -5.1658e-08, 0, 0, 1, 1, 1, 1, 1, 1, 0.423375, 0.00111222, 0, 0, 0, 0, 1, 1, 1, 1, 1.05, 1, 0.405204, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, 0.405204, 0, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/19/type = "transform" -tracks/19/path = NodePath("Armature/Skeleton3D:l-ARMORIENT") -tracks/19/interp = 1 -tracks/19/loop_wrap = true -tracks/19/imported = false -tracks/19/enabled = true -tracks/19/keys = PackedFloat32Array(0, 1, -1.5774, 0.0723579, 0, 0, 0, 0, 1, 1, 1, 1, 0.05, 1, -1.55262, 0.0708387, 0, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.1, 1, -1.48449, 0.0666554, 0, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.15, 1, -1.37534, 0.0599422, 0, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.4, 1, -0.585136, 0.0111248, 0, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.45, 1, -0.482148, 0.00475502, 0, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.5, 1, -0.420538, 0.000946999, 0, 0, 0, 0, 1, 1, 1, 1, 0.55, 1, -0.408805, 0.000222445, 0, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.6, 1, -0.444934, 0.00245523, 0, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.65, 1, -0.531212, 0.00779152, 0, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.7, 1, -0.663587, 0.0159838, 0, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.9, 1, -1.36577, 0.0593629, 0, -5.1658e-08, 0, 0, 1, 1, 1, 1, 0.95, 1, -1.48644, 0.0667808, 0, -5.1658e-08, 0, 0, 1, 1, 1, 1, 1, 1, -1.55923, 0.0712457, 0, 0, 0, 0, 1, 1, 1, 1, 1.05, 1, -1.5774, 0.0723579, 0, 0, 0, 0, 1, 1, 1, 1, 1.25, 1, -1.5774, 0.0723579, 0, 0, 0, 0, 1, 1, 1, 1) -tracks/20/type = "transform" -tracks/20/path = NodePath("Armature/Skeleton3D:hip") -tracks/20/interp = 1 -tracks/20/loop_wrap = true -tracks/20/imported = false -tracks/20/enabled = true -tracks/20/keys = PackedFloat32Array(0, 1, 0.0502379, 0.036174, 0.108012, 7.74552e-15, -1.97402e-08, 0.0871557, 0.996195, 1, 1, 1, 0.05, 1, 0.0469382, 0.0509099, 0.094259, -3.35906e-14, -1.89171e-08, 0.0835209, 0.996506, 1, 1, 1, 0.1, 1, 0.0379226, 0.088175, 0.0594788, -4.57539e-14, -1.66467e-08, 0.0734954, 0.997296, 1, 1, 1, 0.15, 1, 0.0249111, 0.134917, 0.0158529, -3.14989e-14, -1.29934e-08, 0.0573644, 0.998353, 1, 1, 1, 0.2, 1, 0.0112907, 0.17217, -0.0189178, -1.3373e-14, -8.15547e-09, 0.0360035, 0.999352, 1, 1, 1, 0.25, 1, 2.27588e-08, 0.186899, -0.0326645, -1.50375e-14, -2.49281e-09, 0.0110021, 0.99994, 1, 1, 1, 0.3, 1, -0.0104418, 0.176016, -0.0225072, -7.05369e-14, 3.45387e-09, -0.0152525, 0.999884, 1, 1, 1, 0.35, 1, -0.0222285, 0.147506, 0.00410175, -3.23609e-14, 9.01354e-09, -0.039798, 0.999208, 1, 1, 1, 0.4, 1, -0.0338161, 0.108041, 0.0409362, -3.84007e-14, 1.36964e-08, -0.0604725, 0.99817, 1, 1, 1, 0.45, 1, -0.043192, 0.0694027, 0.0769985, -3.85801e-14, 1.71613e-08, -0.0757699, 0.997125, 1, 1, 1, 0.5, 1, -0.0488776, 0.0430113, 0.10163, -7.13117e-15, 1.92273e-08, -0.084891, 0.99639, 1, 1, 1, 0.55, 1, -0.049846, 0.0380361, 0.106274, -6.66418e-14, 1.96198e-08, -0.0866238, 0.996241, 1, 1, 1, 0.6, 1, -0.0458462, 0.0563236, 0.0892055, -1.43694e-14, 1.84095e-08, -0.0812805, 0.996691, 1, 1, 1, 0.65, 1, -0.0363638, 0.0959547, 0.0522163, -5.40282e-14, 1.5511e-08, -0.0684838, 0.997652, 1, 1, 1, 0.7, 1, -0.0231681, 0.1427, 0.0085876, -3.25683e-14, 1.10473e-08, -0.0487772, 0.99881, 1, 1, 1, 0.75, 1, -0.00951665, 0.177588, -0.0239747, 1.83932e-15, 5.34013e-09, -0.0235807, 0.999722, 1, 1, 1, 0.8, 1, 0.00190332, 0.185037, -0.0309267, -4.07805e-14, -1.06814e-09, 0.00471147, 0.999989, 1, 1, 1, 0.85, 1, 0.0140465, 0.166752, -0.0138602, -8.20187e-14, -7.29738e-09, 0.0322142, 0.999481, 1, 1, 1, 0.9, 1, 0.0278208, 0.127127, 0.0231235, -3.37482e-14, -1.26773e-08, 0.0559684, 0.998433, 1, 1, 1, 0.95, 1, 0.0402532, 0.080384, 0.0667505, -4.05783e-14, -1.67149e-08, 0.0737966, 0.997273, 1, 1, 1, 1, 1, 0.0482781, 0.0454891, 0.0993183, 1.00279e-15, -1.91378e-08, 0.0844954, 0.996424, 1, 1, 1, 1.05, 1, 0.0502379, 0.036174, 0.108012, 7.74552e-15, -1.97402e-08, 0.0871557, 0.996195, 1, 1, 1, 1.25, 1, 0.0502379, 0.036174, 0.108012, 7.74552e-15, -1.97402e-08, 0.0871557, 0.996195, 1, 1, 1) -tracks/21/type = "transform" -tracks/21/path = NodePath("Armature/Skeleton3D:waist") -tracks/21/interp = 1 -tracks/21/loop_wrap = true -tracks/21/imported = false -tracks/21/enabled = true -tracks/21/keys = PackedFloat32Array(0, 1, 4.1909e-09, -2.55596e-10, -3.57628e-07, 0.0550011, -0.00481196, -0.0870228, 0.994675, 1, 1, 1, 0.05, 1, 3.53838e-09, 6.53649e-11, -5.96046e-08, 0.0550183, -0.0046113, -0.0833935, 0.994986, 1, 1, 1, 0.1, 1, -5.60775e-10, -7.51698e-09, -2.98023e-08, 0.0550619, -0.00405785, -0.0733833, 0.995774, 1, 1, 1, 0.15, 1, -2.23866e-09, -1.11867e-08, -1.49012e-07, 0.0551203, -0.00316731, -0.0572769, 0.996831, 1, 1, 1, 0.4, 1, -2.04997e-09, -2.75862e-09, 1.78814e-07, 0.0551102, 0.00333869, 0.0603803, 0.996647, 1, 1, 1, 0.45, 1, 2.0486e-09, 4.35754e-10, 5.96046e-08, 0.0550525, 0.00418331, 0.0756543, 0.995605, 1, 1, 1, 0.5, 1, -5.1223e-09, 2.12108e-09, 1.19209e-07, 0.0550119, 0.00468692, 0.0847616, 0.994871, 1, 1, 1, 0.55, 1, 9.31448e-11, -6.0701e-10, 0, 0.0550037, 0.00478259, 0.0864917, 0.994722, 1, 1, 1, 0.6, 1, -8.38328e-10, -2.70165e-09, 0, 0.0550285, 0.00448757, 0.0811565, 0.995171, 1, 1, 1, 0.65, 1, -5.5956e-10, 2.044e-09, 2.98023e-08, 0.0550816, 0.00378102, 0.0683793, 0.996131, 1, 1, 1, 0.7, 1, -1.88318e-10, -1.00538e-08, -1.49012e-07, 0.0551455, 0.00269294, 0.0487028, 0.997286, 1, 1, 1, 0.9, 1, -2.42557e-09, -9.9462e-09, 1.19209e-07, 0.0551247, -0.00309027, -0.055883, 0.99691, 1, 1, 1, 0.95, 1, 2.79174e-09, -8.13951e-09, 0, 0.0550607, -0.00407449, -0.073684, 0.995752, 1, 1, 1, 1, 1, -4.66262e-10, 1.71346e-09, 0, 0.0550138, -0.0046651, -0.0843665, 0.994904, 1, 1, 1, 1.05, 1, 4.1909e-09, -2.55596e-10, -3.57628e-07, 0.0550011, -0.00481196, -0.0870228, 0.994675, 1, 1, 1, 1.25, 1, 4.1909e-09, -2.55596e-10, -3.57628e-07, 0.0550011, -0.00481196, -0.0870228, 0.994675, 1, 1, 1) -tracks/22/type = "transform" -tracks/22/path = NodePath("Armature/Skeleton3D:chest") -tracks/22/interp = 1 -tracks/22/loop_wrap = true -tracks/22/imported = false -tracks/22/enabled = true -tracks/22/keys = PackedFloat32Array(0, 1, 4.20218e-09, -1.49012e-08, 0, 0.0550026, -0.0108562, -0.086477, 0.994675, 1, 1, 1, 0.05, 1, 6.60681e-10, -7.45058e-09, -5.96046e-08, 0.0550197, -0.0104035, -0.0828704, 0.994986, 1, 1, 1, 0.1, 1, 1.42138e-09, -7.45058e-09, 1.19209e-07, 0.0550633, -0.00915483, -0.072923, 0.995774, 1, 1, 1, 0.15, 1, -1.4402e-10, -1.86265e-08, -5.96046e-08, 0.0551217, -0.00714571, -0.0569177, 0.99683, 1, 1, 1, 0.4, 1, -2.54046e-09, 7.45058e-09, -1.78814e-07, 0.0551116, 0.00753235, 0.0600015, 0.996647, 1, 1, 1, 0.45, 1, -2.31643e-09, 1.86265e-08, -1.78814e-07, 0.0550539, 0.00943788, 0.0751797, 0.995604, 1, 1, 1, 0.5, 1, -3.16026e-09, 1.49012e-08, 5.96046e-08, 0.0550134, 0.0105741, 0.0842299, 0.99487, 1, 1, 1, 0.55, 1, -4.35034e-09, 2.23517e-08, -1.78814e-07, 0.0550051, 0.0107899, 0.0859492, 0.994722, 1, 1, 1, 0.6, 1, -1.53961e-09, -7.45058e-09, 5.96046e-08, 0.05503, 0.0101243, 0.0806475, 0.995171, 1, 1, 1, 0.65, 1, -1.47879e-09, -1.86265e-08, -5.96046e-08, 0.055083, 0.00853027, 0.0679504, 0.996131, 1, 1, 1, 0.7, 1, -2.07954e-09, 2.6077e-08, -2.38419e-07, 0.0551469, 0.00607548, 0.0483973, 0.997286, 1, 1, 1, 0.9, 1, -1.29246e-09, -2.6077e-08, 5.96046e-08, 0.0551261, -0.00697189, -0.0555325, 0.99691, 1, 1, 1, 0.95, 1, 2.48766e-09, -7.45058e-09, 5.96046e-08, 0.0550621, -0.00919238, -0.0732219, 0.995752, 1, 1, 1, 1, 1, -1.94411e-09, -7.45058e-09, -1.19209e-07, 0.0550152, -0.0105248, -0.0838373, 0.994904, 1, 1, 1, 1.05, 1, 4.20218e-09, -1.49012e-08, 0, 0.0550026, -0.0108562, -0.086477, 0.994675, 1, 1, 1, 1.25, 1, 4.20218e-09, -1.49012e-08, 0, 0.0550026, -0.0108562, -0.086477, 0.994675, 1, 1, 1) -tracks/23/type = "transform" -tracks/23/path = NodePath("Armature/Skeleton3D:neck") -tracks/23/interp = 1 -tracks/23/loop_wrap = true -tracks/23/imported = false -tracks/23/enabled = true -tracks/23/keys = PackedFloat32Array(0, 1, 1.58195e-10, -1.19209e-07, -8.34465e-07, -1.49012e-08, 2.17021e-10, 8.15234e-10, 1, 1, 1, 1, 1.25, 1, 1.58195e-10, -1.19209e-07, -8.34465e-07, -1.49012e-08, 2.17021e-10, 8.15234e-10, 1, 1, 1, 1) -tracks/24/type = "transform" -tracks/24/path = NodePath("Armature/Skeleton3D:headtracker") -tracks/24/interp = 1 -tracks/24/loop_wrap = true -tracks/24/imported = false -tracks/24/enabled = true -tracks/24/keys = PackedFloat32Array(0, 1, 8.86136e-10, -2.38419e-07, -4.91273e-08, 0.0549542, -0.0952446, 0.00487296, 0.993924, 1, 1, 1, 0.05, 1, 2.18506e-09, -1.78814e-07, -5.65778e-08, 0.0504772, -0.0912067, 0.0042631, 0.994543, 1, 1, 1, 0.1, 1, 5.53928e-10, -4.17233e-07, -3.67872e-08, 0.0390059, -0.0800384, 0.00284171, 0.996024, 1, 1, 1, 0.45, 1, -5.1797e-09, -8.04663e-07, -5.82077e-08, 0.0448447, 0.08285, -0.00340957, 0.995547, 1, 1, 1, 0.5, 1, 3.73723e-09, 3.57628e-07, -5.28526e-08, 0.052893, 0.0927872, -0.00455309, 0.99427, 1, 1, 1, 0.55, 1, 3.81474e-09, -2.98023e-08, -4.30737e-08, 0.0543919, 0.0946615, -0.00479041, 0.994011, 1, 1, 1, 0.6, 1, 5.97727e-09, -1.01328e-06, -7.35745e-08, 0.0488359, 0.0887913, -0.00401032, 0.994844, 1, 1, 1, 0.65, 1, -3.89822e-10, -6.25849e-07, -7.96281e-08, 0.0366099, 0.0746935, -0.00247956, 0.996531, 1, 1, 1, 0.95, 1, -4.46247e-09, 1.19209e-07, -6.96164e-08, 0.0414353, -0.080551, 0.00304791, 0.995884, 1, 1, 1, 1, 1, 2.64143e-09, -5.96046e-07, -7.72998e-08, 0.052136, -0.0923283, 0.0044599, 0.994353, 1, 1, 1, 1.05, 1, 8.86136e-10, -2.38419e-07, -4.91273e-08, 0.0549542, -0.0952446, 0.00487296, 0.993924, 1, 1, 1, 1.25, 1, 8.86136e-10, -2.38419e-07, -4.91273e-08, 0.0549542, -0.0952446, 0.00487296, 0.993924, 1, 1, 1) -tracks/25/type = "transform" -tracks/25/path = NodePath("Armature/Skeleton3D:head") -tracks/25/interp = 1 -tracks/25/loop_wrap = true -tracks/25/imported = false -tracks/25/enabled = true -tracks/25/keys = PackedFloat32Array(0, 1, -3.08853e-09, 1.69966e-08, 3.98955e-07, 4.70848e-20, -1.3217e-10, -5.67425e-10, 1, 1, 1, 1, 1.25, 1, -3.08853e-09, 1.69966e-08, 3.98955e-07, 4.70848e-20, -1.3217e-10, -5.67425e-10, 1, 1, 1, 1) -tracks/26/type = "transform" -tracks/26/path = NodePath("Armature/Skeleton3D:vent") -tracks/26/interp = 1 -tracks/26/loop_wrap = true -tracks/26/imported = false -tracks/26/enabled = true -tracks/26/keys = PackedFloat32Array(0, 1, 5.17831e-08, 0.00292331, 0.204329, 3.25963e-09, -2.17324e-11, 3.00563e-10, 1, 1, 1, 1, 1.25, 1, 5.17831e-08, 0.00292331, 0.204329, 3.25963e-09, -2.17324e-11, 3.00563e-10, 1, 1, 1, 1) -[sub_resource type="AnimationNodeAnimation" id=13] -animation = "walk-cycle" +[sub_resource type="AnimationLibrary" id="AnimationLibrary_7f677"] +_data = { +"default": SubResource("5"), +"falling-cycle": SubResource("6"), +"idle": SubResource("7"), +"jump-up-cycle": SubResource("8"), +"run-cycle": SubResource("9"), +"shooting": SubResource("10"), +"shooting_standing": SubResource("11"), +"walk-cycle": SubResource("12") +} -[sub_resource type="AnimationNodeAnimation" id=14] -animation = "jump-up-cycle" +[sub_resource type="AnimationNodeAnimation" id="13"] +animation = &"walk-cycle" -[sub_resource type="AnimationNodeAnimation" id=15] -animation = "falling-cycle" +[sub_resource type="AnimationNodeAnimation" id="14"] +animation = &"jump-up-cycle" -[sub_resource type="AnimationNodeAnimation" id=16] -animation = "shooting_standing" +[sub_resource type="AnimationNodeAnimation" id="15"] +animation = &"falling-cycle" -[sub_resource type="AnimationNodeAnimation" id=17] -animation = "idle" +[sub_resource type="AnimationNodeAnimation" id="16"] +animation = &"shooting_standing" -[sub_resource type="AnimationNodeBlend2" id=18] +[sub_resource type="AnimationNodeAnimation" id="17"] +animation = &"idle" -[sub_resource type="AnimationNodeBlend2" id=19] +[sub_resource type="AnimationNodeBlend2" id="18"] -[sub_resource type="AnimationNodeTimeScale" id=20] +[sub_resource type="AnimationNodeBlend2" id="19"] -[sub_resource type="AnimationNodeTransition" id=21] -input_count = 2 -input_0/name = "on floor" -input_0/auto_advance = false -input_1/name = "in air" -input_1/auto_advance = false +[sub_resource type="AnimationNodeTimeScale" id="20"] -[sub_resource type="AnimationNodeBlend2" id=22] +[sub_resource type="AnimationNodeTransition" id="21"] -[sub_resource type="AnimationNodeBlendTree" id=23] +[sub_resource type="AnimationNodeBlend2" id="22"] + +[sub_resource type="AnimationNodeBlendTree" id="23"] graph_offset = Vector2(-680, -166) -nodes/Animation/node = SubResource( 17 ) +nodes/Animation/node = SubResource("17") nodes/Animation/position = Vector2(-260, -280) -"nodes/Animation 2/node" = SubResource( 13 ) +"nodes/Animation 2/node" = SubResource("13") "nodes/Animation 2/position" = Vector2(-260, -160) -"nodes/Animation 3/node" = SubResource( 14 ) +"nodes/Animation 3/node" = SubResource("14") "nodes/Animation 3/position" = Vector2(-260, -40) -"nodes/Animation 4/node" = SubResource( 15 ) +"nodes/Animation 4/node" = SubResource("15") "nodes/Animation 4/position" = Vector2(-260, 80) -"nodes/Animation 5/node" = SubResource( 16 ) +"nodes/Animation 5/node" = SubResource("16") "nodes/Animation 5/position" = Vector2(-260, 200) -nodes/air_dir/node = SubResource( 18 ) +nodes/air_dir/node = SubResource("18") nodes/air_dir/position = Vector2(140, 20) -nodes/gun/node = SubResource( 19 ) +nodes/gun/node = SubResource("19") nodes/gun/position = Vector2(680, 140) nodes/output/position = Vector2(880, 140) -nodes/scale/node = SubResource( 20 ) +nodes/scale/node = SubResource("20") nodes/scale/position = Vector2(180, -120) -nodes/state/node = SubResource( 21 ) +nodes/state/node = SubResource("21") nodes/state/position = Vector2(440, 0) -nodes/walk/node = SubResource( 22 ) +nodes/walk/node = SubResource("22") nodes/walk/position = Vector2(-40, -240) -node_connections = ["scale", 0, "walk", "state", 0, "scale", "state", 1, "air_dir", "output", 0, "gun", "air_dir", 0, "Animation 3", "air_dir", 1, "Animation 4", "gun", 0, "state", "gun", 1, "Animation 5", "walk", 0, "Animation", "walk", 1, "Animation 2"] +node_connections = [&"output", 0, &"gun", &"air_dir", 0, &"Animation 3", &"air_dir", 1, &"Animation 4", &"gun", 0, &"state", &"gun", 1, &"Animation 5", &"scale", 0, &"walk", &"walk", 0, &"Animation", &"walk", 1, &"Animation 2"] [node name="Player" type="CharacterBody3D"] -script = ExtResource( 1 ) -__meta__ = { -"__editor_plugin_screen__": "3D" -} +script = ExtResource("1") [node name="CollisionCapsule" type="CollisionShape3D" parent="."] transform = Transform3D(1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 1.04824, 0) -shape = SubResource( 1 ) +shape = SubResource("1") [node name="Target" type="Node3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.95244, 0) @@ -1676,7 +153,7 @@ transform = Transform3D(1, 0, 0, 0, 0.871263, 0.490817, 0, -0.490817, 0.871263, current = true fov = 74.0 near = 0.1 -script = ExtResource( 2 ) +script = ExtResource("2") [node name="Armature" type="Node3D" parent="."] transform = Transform3D(0.3, 0, 0, 0, 0.3, 0, 0, 0, 0.3, 0, 0, 0) @@ -1686,158 +163,205 @@ bones/0/name = "MASTER" bones/0/parent = -1 bones/0/rest = Transform3D(1, 0, 0, 0, 7.54979e-08, 1, 0, -1, 7.54979e-08, 0, -0.011277, 0) bones/0/enabled = true -bones/0/bound_children = [] +bones/0/position = Vector3(0, 0, 0) +bones/0/rotation = Quaternion(0, 0, 0, 1) +bones/0/scale = Vector3(1, 1, 1) bones/1/name = "hip" bones/1/parent = 0 bones/1/rest = Transform3D(1, -1.50996e-07, -3.60002e-14, -1.50996e-07, -1, -3.01992e-07, 9.59926e-15, 3.01992e-07, -1, -3.38813e-21, 2.58363e-07, 2.10612) bones/1/enabled = true -bones/1/bound_children = [] +bones/1/position = Vector3(0, 0, 0) +bones/1/rotation = Quaternion(0, 0, 0, 1) +bones/1/scale = Vector3(1, 1, 1) bones/2/name = "waist" bones/2/parent = 1 bones/2/rest = Transform3D(1, 1.50996e-07, 1.80001e-14, -1.50996e-07, 1, 0, -1.80001e-14, 0, 1, 3.38813e-21, 2.84217e-14, -0.384614) bones/2/enabled = true -bones/2/bound_children = [] +bones/2/position = Vector3(0, 0, 0) +bones/2/rotation = Quaternion(0, 0, 0, 1) +bones/2/scale = Vector3(1, 1, 1) bones/3/name = "chest" bones/3/parent = 2 bones/3/rest = Transform3D(1, -7.31455e-16, 4.86029e-17, 7.28861e-16, 0.999166, 0.040823, -7.84198e-17, -0.040823, 0.999166, 0, 4.84022e-11, -0.8217) bones/3/enabled = true -bones/3/bound_children = [] +bones/3/position = Vector3(0, 0, 0) +bones/3/rotation = Quaternion(0, 0, 0, 1) +bones/3/scale = Vector3(1, 1, 1) bones/4/name = "neck" bones/4/parent = 3 bones/4/rest = Transform3D(-1, -1.10548e-06, -9.37766e-09, 1.08766e-06, -0.985328, 0.170671, -1.97913e-07, 0.170671, 0.985328, -1.64727e-13, 5.96046e-08, -1.24906) bones/4/enabled = true -bones/4/bound_children = [] +bones/4/position = Vector3(0, 0, 0) +bones/4/rotation = Quaternion(0, 0, 0, 1) +bones/4/scale = Vector3(1, 1, 1) bones/5/name = "headtracker" bones/5/parent = 4 bones/5/rest = Transform3D(1, 9.87793e-08, -1.09789e-06, 1.09743e-06, 0.00449866, 0.99999, 1.03717e-07, -0.99999, 0.00449866, 0, 5.96046e-08, -0.491774) bones/5/enabled = true -bones/5/bound_children = [] +bones/5/position = Vector3(0, 0, 0) +bones/5/rotation = Quaternion(0, 0, 0, 1) +bones/5/scale = Vector3(1, 1, 1) bones/6/name = "head" bones/6/parent = 5 bones/6/rest = Transform3D(-1, 2.36978e-07, 1.97097e-07, -2.5035e-07, -0.25144, -0.967873, -1.79807e-07, -0.967873, 0.25144, -2.94648e-10, 4.76837e-07, 0.00400549) bones/6/enabled = true -bones/6/bound_children = [] +bones/6/position = Vector3(0, 0, 0) +bones/6/rotation = Quaternion(0, 0, 0, 1) +bones/6/scale = Vector3(1, 1, 1) bones/7/name = "vent" bones/7/parent = 6 bones/7/rest = Transform3D(1, -2.54965e-07, -1.4699e-08, 2.55005e-07, 0.999996, 0.00282324, 1.39791e-08, -0.00282325, 0.999996, -7.04808e-08, 0.270992, -1.2429) bones/7/enabled = true -bones/7/bound_children = [] +bones/7/position = Vector3(0, 0, 0) +bones/7/rotation = Quaternion(0, 0, 0, 1) +bones/7/scale = Vector3(1, 1, 1) bones/8/name = "r-arm" bones/8/parent = 3 bones/8/rest = Transform3D(0.11477, -0.699489, -0.705367, -0.802661, -0.483653, 0.349021, -0.585289, 0.526113, -0.616961, 0.940786, 0.107144, -0.773564) bones/8/enabled = true -bones/8/bound_children = [] +bones/8/position = Vector3(0, 0, 0) +bones/8/rotation = Quaternion(0, 0, 0, 1) +bones/8/scale = Vector3(1, 1, 1) bones/9/name = "r-forearm" bones/9/parent = 8 bones/9/rest = Transform3D(-0.859542, 0.0564943, 0.507934, 0.107631, -0.951571, 0.287973, 0.499604, 0.302194, 0.811834, 2.38419e-07, -4.76837e-07, -0.935513) bones/9/enabled = true -bones/9/bound_children = [] +bones/9/position = Vector3(0, 0, 0) +bones/9/rotation = Quaternion(0, 0, 0, 1) +bones/9/scale = Vector3(1, 1, 1) bones/10/name = "l-arm" bones/10/parent = 3 bones/10/rest = Transform3D(0.11477, 0.699489, 0.705367, 0.802661, -0.483653, 0.349021, 0.585289, 0.526113, -0.616961, -0.940786, 0.107144, -0.773564) bones/10/enabled = true -bones/10/bound_children = [] +bones/10/position = Vector3(0, 0, 0) +bones/10/rotation = Quaternion(0, 0, 0, 1) +bones/10/scale = Vector3(1, 1, 1) bones/11/name = "l-forearm" bones/11/parent = 10 bones/11/rest = Transform3D(-0.859542, -0.0564943, -0.507934, -0.107631, -0.951571, 0.287973, -0.499604, 0.302194, 0.811834, -2.38419e-07, -4.76837e-07, -0.935513) bones/11/enabled = true -bones/11/bound_children = [] +bones/11/position = Vector3(0, 0, 0) +bones/11/rotation = Quaternion(0, 0, 0, 1) +bones/11/scale = Vector3(1, 1, 1) bones/12/name = "r-thigh" bones/12/parent = 1 bones/12/rest = Transform3D(0.994883, -0.0545632, -0.085028, -0.0580629, -0.997541, -0.0392442, -0.0826777, 0.0439804, -0.995605, 0.349652, 0.0628238, -0.163877) bones/12/enabled = true -bones/12/bound_children = [] +bones/12/position = Vector3(0, 0, 0) +bones/12/rotation = Quaternion(0, 0, 0, 1) +bones/12/scale = Vector3(1, 1, 1) bones/13/name = "r-leg" bones/13/parent = 12 bones/13/rest = Transform3D(-0.999508, -0.031366, -0.000870243, 0.0312939, -0.994411, -0.100835, 0.00229738, -0.100812, 0.994903, 5.96046e-08, 5.96046e-08, -0.644636) bones/13/enabled = true -bones/13/bound_children = [] +bones/13/position = Vector3(0, 0, 0) +bones/13/rotation = Quaternion(0, 0, 0, 1) +bones/13/scale = Vector3(1, 1, 1) bones/14/name = "r-foot" bones/14/parent = 13 bones/14/rest = Transform3D(0.996208, -0.0766666, -0.0411273, -0.0442384, -0.0393329, -0.998246, 0.0749145, 0.996281, -0.0425754, -5.96046e-08, 4.19095e-09, -1.43073) bones/14/enabled = true -bones/14/bound_children = [] +bones/14/position = Vector3(0, 0, 0) +bones/14/rotation = Quaternion(0, 0, 0, 1) +bones/14/scale = Vector3(1, 1, 1) bones/15/name = "l-thigh" bones/15/parent = 1 bones/15/rest = Transform3D(0.994883, 0.0545632, 0.085028, 0.0580633, -0.997541, -0.0392452, 0.0826776, 0.0439813, -0.995606, -0.349652, 0.0628238, -0.163877) bones/15/enabled = true -bones/15/bound_children = [] +bones/15/position = Vector3(0, 0, 0) +bones/15/rotation = Quaternion(0, 0, 0, 1) +bones/15/scale = Vector3(1, 1, 1) bones/16/name = "l-leg" bones/16/parent = 15 bones/16/rest = Transform3D(-0.999508, 0.0313662, 0.000870456, -0.0312941, -0.994411, -0.100836, -0.00229725, -0.100814, 0.994903, 0, 1.49012e-08, -0.644636) bones/16/enabled = true -bones/16/bound_children = [] +bones/16/position = Vector3(0, 0, 0) +bones/16/rotation = Quaternion(0, 0, 0, 1) +bones/16/scale = Vector3(1, 1, 1) bones/17/name = "l-foot" bones/17/parent = 16 bones/17/rest = Transform3D(0.996208, 0.0766668, 0.0411275, 0.0442386, -0.0393327, -0.998246, -0.0749147, 0.996281, -0.0425752, 0, -8.3819e-09, -1.43073) bones/17/enabled = true -bones/17/bound_children = [] +bones/17/position = Vector3(0, 0, 0) +bones/17/rotation = Quaternion(0, 0, 0, 1) +bones/17/scale = Vector3(1, 1, 1) bones/18/name = "HEAD" bones/18/parent = 0 bones/18/rest = Transform3D(1, -1.50996e-07, 0, -1.50996e-07, -1, 0, 0, 0, -1, 5.68434e-14, -5.79659, 6.35228) bones/18/enabled = true -bones/18/bound_children = [] +bones/18/position = Vector3(0, 0, 0) +bones/18/rotation = Quaternion(0, 0, 0, 1) +bones/18/scale = Vector3(1, 1, 1) bones/19/name = "r-LEGCONTROL" bones/19/parent = 0 bones/19/rest = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.518863, 3.72276e-07, 0.204768) bones/19/enabled = true -bones/19/bound_children = [] +bones/19/position = Vector3(0, 0, 0) +bones/19/rotation = Quaternion(0, 0, 0, 1) +bones/19/scale = Vector3(1, 1, 1) bones/20/name = "l-LEGCONTROL" bones/20/parent = 0 bones/20/rest = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.518863, 3.72276e-07, 0.204768) bones/20/enabled = true -bones/20/bound_children = [] +bones/20/position = Vector3(0, 0, 0) +bones/20/rotation = Quaternion(0, 0, 0, 1) +bones/20/scale = Vector3(1, 1, 1) bones/21/name = "r-LEGORIENT" bones/21/parent = 0 bones/21/rest = Transform3D(-1, -1.50996e-07, -5.03577e-15, -3.75647e-14, 2.15429e-07, 1, -1.50996e-07, 1, -2.15429e-07, 0.411677, -0.66395, 1.62881) bones/21/enabled = true -bones/21/bound_children = [] +bones/21/position = Vector3(0, 0, 0) +bones/21/rotation = Quaternion(0, 0, 0, 1) +bones/21/scale = Vector3(1, 1, 1) bones/22/name = "l-LEGORIENT" bones/22/parent = 0 bones/22/rest = Transform3D(-1, -1.50996e-07, -5.03577e-15, -3.75647e-14, 2.15429e-07, 1, -1.50996e-07, 1, -2.15429e-07, -0.411677, -0.66395, 1.62881) bones/22/enabled = true -bones/22/bound_children = [] +bones/22/position = Vector3(0, 0, 0) +bones/22/rotation = Quaternion(0, 0, 0, 1) +bones/22/scale = Vector3(1, 1, 1) bones/23/name = "r-ARMCONTROL" bones/23/parent = 0 bones/23/rest = Transform3D(1, 0, 0, 0, 7.54979e-08, -1, 0, 1, 7.54979e-08, 2.62535, -0.186879, 2.59016) bones/23/enabled = true -bones/23/bound_children = [] +bones/23/position = Vector3(0, 0, 0) +bones/23/rotation = Quaternion(0, 0, 0, 1) +bones/23/scale = Vector3(1, 1, 1) bones/24/name = "l-ARMCONTROL" bones/24/parent = 0 bones/24/rest = Transform3D(1, 0, 0, 0, 7.54979e-08, -1, 0, 1, 7.54979e-08, -2.62535, -0.186879, 2.59016) bones/24/enabled = true -bones/24/bound_children = [] +bones/24/position = Vector3(0, 0, 0) +bones/24/rotation = Quaternion(0, 0, 0, 1) +bones/24/scale = Vector3(1, 1, 1) bones/25/name = "r-ARMORIENT" bones/25/parent = 0 bones/25/rest = Transform3D(1, 0, 0, 0, 7.54979e-08, -1, 0, 1, 7.54979e-08, 1.57185, 0.510255, 3.44768) bones/25/enabled = true -bones/25/bound_children = [] +bones/25/position = Vector3(0, 0, 0) +bones/25/rotation = Quaternion(0, 0, 0, 1) +bones/25/scale = Vector3(1, 1, 1) bones/26/name = "l-ARMORIENT" bones/26/parent = 0 bones/26/rest = Transform3D(1, 0, 0, 0, 7.54979e-08, -1, 0, 1, 7.54979e-08, -1.57185, 0.510255, 3.44768) bones/26/enabled = true -bones/26/bound_children = [] +bones/26/position = Vector3(0, 0, 0) +bones/26/rotation = Quaternion(0, 0, 0, 1) +bones/26/scale = Vector3(1, 1, 1) [node name="Robot" type="MeshInstance3D" parent="Armature/Skeleton3D"] -mesh = SubResource( 4 ) -surface_material_override/0 = null -material/1 = null +mesh = SubResource("4") -[node name="Bullet" type="Position3D" parent="Armature"] +[node name="Bullet" type="Marker3D" parent="Armature"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.94071, 3.64079, 3.3802) [node name="AnimationPlayer" type="AnimationPlayer" parent="."] -anims/default = SubResource( 5 ) -anims/falling-cycle = SubResource( 6 ) -anims/idle = SubResource( 7 ) -anims/jump-up-cycle = SubResource( 8 ) -anims/run-cycle = SubResource( 9 ) -anims/shooting = SubResource( 10 ) -anims/shooting_standing = SubResource( 11 ) -anims/walk-cycle = SubResource( 12 ) +libraries = { +"": SubResource("AnimationLibrary_7f677") +} [node name="AnimationTree" type="AnimationTree" parent="."] -tree_root = SubResource( 23 ) +tree_root = SubResource("23") anim_player = NodePath("../AnimationPlayer") parameters/air_dir/blend_amount = 0.0 parameters/gun/blend_amount = 0 @@ -1847,34 +371,30 @@ parameters/walk/blend_amount = 0.0 [node name="Forward" type="TouchScreenButton" parent="."] position = Vector2(72, 301) -normal = ExtResource( 3 ) passby_press = true action = "move_forward" visibility_mode = 1 [node name="Backward" type="TouchScreenButton" parent="."] position = Vector2(72, 365) -normal = ExtResource( 4 ) passby_press = true action = "move_backwards" visibility_mode = 1 [node name="Left" type="TouchScreenButton" parent="."] position = Vector2(29, 332) -normal = ExtResource( 5 ) passby_press = true action = "move_left" visibility_mode = 1 [node name="Right" type="TouchScreenButton" parent="."] position = Vector2(108, 327) -normal = ExtResource( 6 ) passby_press = true action = "move_right" visibility_mode = 1 [node name="SoundShoot" type="AudioStreamPlayer3D" parent="."] -stream = ExtResource( 7 ) +stream = ExtResource("7") [node name="SoundJump" type="AudioStreamPlayer3D" parent="."] -stream = ExtResource( 8 ) +stream = ExtResource("8") diff --git a/3d/platformer/player/sound_jump.wav.import b/3d/platformer/player/sound_jump.wav.import index a1cd648d72f..a4053d47ca2 100644 --- a/3d/platformer/player/sound_jump.wav.import +++ b/3d/platformer/player/sound_jump.wav.import @@ -1,7 +1,8 @@ [remap] importer="wav" -type="AudioStreamSample" +type="AudioStreamWAV" +uid="uid://c8rxp62juepky" path="res://.godot/imported/sound_jump.wav-2a6db8acfd21d20a55b2f160c322e83f.sample" [deps] @@ -17,5 +18,7 @@ force/max_rate=false force/max_rate_hz=44100 edit/trim=true edit/normalize=true -edit/loop=false +edit/loop_mode=0 +edit/loop_begin=0 +edit/loop_end=-1 compress/mode=0 diff --git a/3d/platformer/player/sound_shoot.wav.import b/3d/platformer/player/sound_shoot.wav.import index 2db3ec4c87f..f89a2587e11 100644 --- a/3d/platformer/player/sound_shoot.wav.import +++ b/3d/platformer/player/sound_shoot.wav.import @@ -1,7 +1,8 @@ [remap] importer="wav" -type="AudioStreamSample" +type="AudioStreamWAV" +uid="uid://khs8e4r7vgxh" path="res://.godot/imported/sound_shoot.wav-1364cf87a9be9d98fd06fa6e8c50c93c.sample" [deps] @@ -17,5 +18,7 @@ force/max_rate=false force/max_rate_hz=44100 edit/trim=true edit/normalize=true -edit/loop=false +edit/loop_mode=0 +edit/loop_begin=0 +edit/loop_end=-1 compress/mode=0 diff --git a/3d/platformer/project.godot b/3d/platformer/project.godot index 96fa4b748f4..0c18c1f4db5 100644 --- a/3d/platformer/project.godot +++ b/3d/platformer/project.godot @@ -6,7 +6,7 @@ ; [section] ; section goes between [] ; param=value ; assign values to parameters -config_version=4 +config_version=5 [application] @@ -15,6 +15,7 @@ config/description="Platformer 3D demo using a CharacterBody3D. It uses similar code to the 2D platformer, but implemented in 3D. It also features audio reverberation (it sounds echo-y)." run/main_scene="res://stage/stage.tscn" +config/features=PackedStringArray("4.0") config/icon="res://icon.png" [gdnative] @@ -25,106 +26,106 @@ singletons=[] ui_accept={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777221,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777222,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":32,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777221,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777222,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":32,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":0,"pressure":0.0,"pressed":false,"script":null) ] } ui_select={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":32,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":32,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":3,"pressure":0.0,"pressed":false,"script":null) ] } ui_cancel={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777217,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777217,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":1,"pressure":0.0,"pressed":false,"script":null) ] } ui_focus_next={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777218,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777218,"physical_keycode":0,"unicode":0,"echo":false,"script":null) ] } ui_focus_prev={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":true,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777218,"physical_scancode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":0,"unicode":0,"echo":false,"script":null) ] } ui_left={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777231,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777231,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":14,"pressure":0.0,"pressed":false,"script":null) ] } ui_right={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777233,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777233,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":15,"pressure":0.0,"pressed":false,"script":null) ] } ui_up={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":12,"pressure":0.0,"pressed":false,"script":null) ] } ui_down={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777234,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777234,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":13,"pressure":0.0,"pressed":false,"script":null) ] } ui_page_up={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777235,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777235,"physical_keycode":0,"unicode":0,"echo":false,"script":null) ] } ui_page_down={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777236,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777236,"physical_keycode":0,"unicode":0,"echo":false,"script":null) ] } move_forward={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":-1.0,"script":null) ] } move_back={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777234,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":83,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777234,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":83,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":1.0,"script":null) ] } move_left={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777231,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777231,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":-1.0,"script":null) ] } move_right={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777233,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777233,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":1.0,"script":null) ] } jump={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":32,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":32,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":0,"pressure":0.0,"pressed":false,"script":null) ] } shoot={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":90,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":1,"pressed":false,"double_click":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":90,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":1,"pressed":false,"double_click":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":1,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":7,"pressure":0.0,"pressed":false,"script":null) ] diff --git a/3d/platformer/stage/floor_mesh.tres b/3d/platformer/stage/floor_mesh.tres index bf214a35146..cfc9bc17dd3 100644 --- a/3d/platformer/stage/floor_mesh.tres +++ b/3d/platformer/stage/floor_mesh.tres @@ -1,25 +1,24 @@ -[gd_resource type="ArrayMesh" load_steps=4 format=2] +[gd_resource type="ArrayMesh" load_steps=4 format=3 uid="uid://kcgmeorn5fbj"] -[ext_resource path="res://stage/texturemr.png" type="Texture2D" id=1] -[ext_resource path="res://stage/texture.png" type="Texture2D" id=2] +[ext_resource type="Texture2D" uid="uid://24yukqw416ff" path="res://stage/texturemr.png" id="1"] +[ext_resource type="Texture2D" uid="uid://hke4ujbcumgs" path="res://stage/texture.png" id="2"] -[sub_resource type="StandardMaterial3D" id=1] -albedo_texture = ExtResource( 2 ) +[sub_resource type="StandardMaterial3D" id="1"] +albedo_texture = ExtResource("2") metallic = 0.51 -metallic_texture = ExtResource( 1 ) +metallic_texture = ExtResource("1") roughness = 0.2 -roughness_texture = ExtResource( 1 ) +roughness_texture = ExtResource("1") [resource] -surfaces/0 = { -"aabb": AABB( -1, -1, -1, 2, 0, 2 ), -"array_data": PackedByteArray( 0, 188, 0, 188, 0, 60, 0, 60, 0, 127, 0, 0, 7, 58, 236, 51, 0, 60, 0, 188, 0, 60, 0, 60, 0, 127, 0, 0, 0, 60, 236, 51, 0, 60, 0, 188, 0, 188, 0, 60, 0, 127, 0, 0, 0, 60, 239, 17, 0, 188, 0, 188, 0, 188, 0, 60, 0, 127, 0, 0, 7, 58, 239, 17 ), -"array_index_data": PackedByteArray( 0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0 ), -"blend_shape_data": [ ], -"format": 98067, +_surfaces = [{ +"aabb": AABB(-1, -1, -1, 2, 0, 2), +"attribute_data": PackedByteArray(0, 224, 64, 63, 0, 128, 125, 62, 0, 0, 128, 63, 0, 128, 125, 62, 0, 0, 128, 63, 0, 224, 61, 58, 0, 224, 64, 63, 0, 224, 61, 58), +"format": 4115, "index_count": 6, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [ ], -"vertex_count": 4 -} +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 4, +"vertex_data": PackedByteArray(0, 0, 128, 191, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 255, 255, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 255, 255, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 128, 191, 255, 127, 255, 255, 0, 0, 128, 191, 0, 0, 128, 191, 0, 0, 128, 191, 255, 127, 255, 255) +}] diff --git a/3d/platformer/stage/panorama.png.import b/3d/platformer/stage/panorama.png.import index 96e1fb2dc98..5e59fbc5df8 100644 --- a/3d/platformer/stage/panorama.png.import +++ b/3d/platformer/stage/panorama.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/panorama.png-831ab5eba634fd570693d2002d1da17a.stex" +type="CompressedTexture2D" +uid="uid://fpbtgy8hxuos" +path="res://.godot/imported/panorama.png-831ab5eba634fd570693d2002d1da17a.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://stage/panorama.png" -dest_files=["res://.godot/imported/panorama.png-831ab5eba634fd570693d2002d1da17a.stex"] +dest_files=["res://.godot/imported/panorama.png-831ab5eba634fd570693d2002d1da17a.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/3d/platformer/stage/stage.tscn b/3d/platformer/stage/stage.tscn index d0bb3ff3172..d8e1af7f9ad 100644 --- a/3d/platformer/stage/stage.tscn +++ b/3d/platformer/stage/stage.tscn @@ -1,52 +1,46 @@ -[gd_scene load_steps=15 format=2] +[gd_scene load_steps=15 format=3 uid="uid://w38lhi803jmq"] -[ext_resource path="res://stage/tiles.tres" type="MeshLibrary" id=1] -[ext_resource path="res://stage/floor_mesh.tres" type="ArrayMesh" id=2] -[ext_resource path="res://coin/coin.tscn" type="PackedScene" id=3] -[ext_resource path="res://enemy/enemy.tscn" type="PackedScene" id=4] -[ext_resource path="res://player/player.tscn" type="PackedScene" id=5] -[ext_resource path="res://default_env.tres" type="Environment" id=6] +[ext_resource type="MeshLibrary" uid="uid://7d1eh31ebfyy" path="res://stage/tiles.tres" id="1"] +[ext_resource type="ArrayMesh" uid="uid://kcgmeorn5fbj" path="res://stage/floor_mesh.tres" id="2"] +[ext_resource type="PackedScene" uid="uid://bbtp3rbbnkwj0" path="res://coin/coin.tscn" id="3"] +[ext_resource type="PackedScene" uid="uid://cxxl4m01n33l6" path="res://enemy/enemy.tscn" id="4"] +[ext_resource type="PackedScene" uid="uid://3g1vkrkcd28q" path="res://player/player.tscn" id="5"] +[ext_resource type="Environment" path="res://default_env.tres" id="6"] -[sub_resource type="PhysicsMaterial" id=1] +[sub_resource type="PhysicsMaterial" id="1"] friction = 0.0 -[sub_resource type="PhysicsMaterial" id=2] +[sub_resource type="PhysicsMaterial" id="2"] friction = 0.0 -[sub_resource type="PhysicsMaterial" id=3] +[sub_resource type="PhysicsMaterial" id="3"] friction = 0.0 -[sub_resource type="PhysicsMaterial" id=4] +[sub_resource type="PhysicsMaterial" id="4"] friction = 0.0 -[sub_resource type="BoxShape3D" id=5] -extents = Vector3(11.128, 10.0961, 18.0951) +[sub_resource type="BoxShape3D" id="5"] +size = Vector3(22.256, 20.1922, 36.1902) -[sub_resource type="BoxShape3D" id=6] -extents = Vector3(11.051, 4.64508, 8.1403) +[sub_resource type="BoxShape3D" id="6"] +size = Vector3(22.102, 9.29016, 16.2806) -[sub_resource type="BoxShape3D" id=7] -extents = Vector3(13.8646, 10.0961, 18.0951) +[sub_resource type="BoxShape3D" id="7"] +size = Vector3(27.7292, 20.1922, 36.1902) -[sub_resource type="BoxShape3D" id=8] -extents = Vector3(12.887, 10.0961, 4.31324) +[sub_resource type="BoxShape3D" id="8"] +size = Vector3(25.774, 20.1922, 8.62648) [node name="Stage" type="Node3D"] -__meta__ = { -"__editor_plugin_screen__": "3D" -} [node name="WorldEnvironment" type="WorldEnvironment" parent="."] -environment = ExtResource( 6 ) +environment = ExtResource("6") [node name="DirectionalLight3D" type="DirectionalLight3D" parent="WorldEnvironment"] transform = Transform3D(0.707107, 0.45452, -0.541675, 0, 0.766044, 0.642788, 0.707107, -0.454519, 0.541675, 0, 0, 0) shadow_enabled = true -shadow_bias = 0.0 shadow_reverse_cull_face = true directional_shadow_mode = 0 -directional_shadow_normal_bias = 0.0 -directional_shadow_bias_split_scale = 0.0 directional_shadow_max_distance = 40.0 [node name="Reflection1" type="ReflectionProbe" parent="WorldEnvironment"] @@ -57,8 +51,6 @@ extents = Vector3(15, 10, 22) origin_offset = Vector3(0, 4, 0) box_projection = true cull_mask = 1048573 -interior_enable = true -interior_ambient_color = Color(0.403137, 0.55498, 0.884824, 1) [node name="Reflection2" type="ReflectionProbe" parent="WorldEnvironment"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 15, 0, 0) @@ -67,8 +59,6 @@ extents = Vector3(8, 2.5, 3) origin_offset = Vector3(0, -0.22168, 0) box_projection = true cull_mask = 1048573 -interior_enable = true -interior_ambient_color = Color(0.403137, 0.55498, 0.884824, 1) [node name="Reflection3" type="ReflectionProbe" parent="WorldEnvironment"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 20, 0, 4) @@ -78,8 +68,6 @@ extents = Vector3(3, 3, 6) origin_offset = Vector3(0, -0.22168, 0) box_projection = true cull_mask = 1048573 -interior_enable = true -interior_ambient_color = Color(0.403137, 0.55498, 0.884824, 1) [node name="Reflection4" type="ReflectionProbe" parent="WorldEnvironment"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 21, 1, 15) @@ -89,8 +77,6 @@ extents = Vector3(12, 10, 8) origin_offset = Vector3(0, 2.00781, 0) box_projection = true cull_mask = 1048573 -interior_enable = true -interior_ambient_color = Color(0.403137, 0.55498, 0.884824, 1) [node name="Reflection5" type="ReflectionProbe" parent="WorldEnvironment"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 45, 1, 8) @@ -99,252 +85,238 @@ max_distance = 60.0 extents = Vector3(13, 10, 20) origin_offset = Vector3(0, 2.00781, 0) cull_mask = 1048573 -interior_enable = true -interior_ambient_color = Color(0.403137, 0.55498, 0.884824, 1) [node name="GridMap" type="GridMap" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -16, -6, -12) -mesh_library = ExtResource( 1 ) +mesh_library = ExtResource("1") cell_octant_size = 16 cell_scale = 1.001 data = { -"cells": PackedInt32Array(3, 0, 1048584, 12, 0, 1441800, 38, 0, 1048584, 65534, 0, 1441800, 65539, 0, 1048584, 65548, 0, 1441800, 65555, 0, 1048584, 65556, 0, 1048583, 65557, 0, 1048583, 65558, 0, 1048583, 65559, 0, 1048583, 65560, 0, 1048583, 65561, 0, 7, 65562, 0, 7, 65563, 0, 7, 65564, 0, 7, 65565, 0, 7, 65566, 0, 7, 65567, 0, 7, 65568, 0, 7, 65569, 0, 7, 65570, 0, 7, 65571, 0, 7, 65572, 0, 7, 65573, 0, 7, 65574, 0, 1048582, 131070, 0, 1441800, 131075, 0, 1048578, 131084, 0, 1441800, 131091, 0, 1048584, 196606, 0, 1441800, 196611, 0, 1048578, 196620, 0, 1441800, 196627, 0, 1048584, 262142, 0, 1441800, 262147, 0, 1048578, 262156, 0, 1441800, 262163, 0, 1048584, 327678, 0, 1441800, 327683, 0, 1048584, 327692, 0, 1441794, 327699, 0, 1048584, 393214, 0, 1441800, 393219, 0, 1048584, 393228, 0, 1441794, 393235, 0, 1048584, 458750, 0, 1441800, 458752, 0, 1441799, 458753, 0, 1441799, 458754, 0, 1441799, 458755, 0, 1048582, 458764, 0, 1441794, 458771, 0, 1048584, 524286, 0, 1441798, 524287, 0, 1441799, 524300, 0, 1441798, 524301, 0, 1048583, 524302, 0, 1048583, 524303, 0, 1048583, 524304, 0, 1048583, 524305, 0, 1048583, 524306, 0, 1048583, 524307, 0, 1048582, -65533, 0, 1048579, -65532, 0, 1441799, -65531, 0, 1441799, -65530, 0, 1441799, -65529, 0, 1441799, -65528, 0, 1441799, -65527, 0, 1441799, -65526, 0, 1441799, -65525, 0, 1441799, -65524, 0, 1441795, 3, 1, 1048584, 12, 1, 1441800, 29, 1, 8, 30, 1, 8, 31, 1, 8, 38, 1, 1048584, 65534, 1, 1441800, 65539, 1, 1048584, 65548, 1, 1441800, 65555, 1, 1048584, 65556, 1, 655367, 65557, 1, 655367, 65558, 1, 655367, 65559, 1, 655367, 65560, 1, 655367, 65561, 1, 655367, 65562, 1, 655367, 65563, 1, 655367, 65564, 1, 6, 65565, 1, 6, 65566, 1, 6, 65567, 1, 6, 65568, 1, 7, 65569, 1, 7, 65570, 1, 7, 65571, 1, 7, 65572, 1, 1048583, 65573, 1, 7, 65574, 1, 1048582, 131070, 1, 1441800, 131075, 1, 1048578, 131084, 1, 1441800, 131091, 1, 1048584, 196606, 1, 1441800, 196611, 1, 1048578, 196620, 1, 1441800, 196627, 1, 1048584, 262142, 1, 1441800, 262147, 1, 1048578, 262156, 1, 1441800, 262163, 1, 1048584, 327678, 1, 1441800, 327683, 1, 1048584, 327692, 1, 1441794, 327699, 1, 1048584, 393214, 1, 1441800, 393219, 1, 1048584, 393228, 1, 1441794, 393235, 1, 1048584, 458750, 1, 1441800, 458752, 1, 655367, 458753, 1, 1441799, 458754, 1, 1441799, 458755, 1, 1048582, 458764, 1, 1441794, 458771, 1, 1048584, 524286, 1, 1441798, 524287, 1, 1441799, 524300, 1, 1441798, 524301, 1, 1048583, 524302, 1, 1048583, 524303, 1, 1048583, 524304, 1, 1048583, 524305, 1, 1048583, 524306, 1, 1048583, 524307, 1, 1048582, -65533, 1, 1048579, -65532, 1, 1441799, -65531, 1, 1441799, -65530, 1, 1441799, -65529, 1, 1441799, -65528, 1, 1441799, -65527, 1, 1441799, -65526, 1, 1441799, -65525, 1, 1441799, -65524, 1, 1441795, -65507, 1, 3, -65506, 1, 3, -65505, 1, 3, 3, 2, 1048584, 5, 2, 1441797, 6, 2, 655365, 8, 2, 1441801, 9, 2, 655368, 10, 2, 655368, 11, 2, 655368, 12, 2, 1441800, 28, 2, 1048584, 32, 2, 9, 38, 2, 1048584, 65534, 2, 1441800, 65539, 2, 1048584, 65544, 2, 1441797, 65545, 2, 655366, 65546, 2, 655366, 65547, 2, 655366, 65548, 2, 1441800, 65555, 2, 1048584, 65556, 2, 655368, 65557, 2, 655368, 65558, 2, 655368, 65559, 2, 655368, 65560, 2, 655363, 65561, 2, 655363, 65562, 2, 655363, 65563, 2, 655363, 65564, 2, 655369, 65568, 2, 5, 65569, 2, 7, 65570, 2, 7, 65571, 2, 7, 65572, 2, 1048583, 65573, 2, 7, 65574, 2, 1048582, 131070, 2, 1441800, 131075, 2, 1048578, 131084, 2, 1441800, 131091, 2, 1048584, 131092, 2, 655368, 131093, 2, 655368, 131094, 2, 655368, 131095, 2, 655368, 131096, 2, 655368, 131097, 2, 655368, 131098, 2, 655368, 131099, 2, 655368, 131100, 2, 655369, 196606, 2, 1441800, 196611, 2, 1048578, 196620, 2, 1441800, 196627, 2, 1048584, 196628, 2, 655366, 196629, 2, 655366, 196630, 2, 655366, 196631, 2, 655366, 196632, 2, 655366, 196633, 2, 655366, 196634, 2, 655366, 196635, 2, 655366, 196636, 2, 655365, 262142, 2, 1441800, 262147, 2, 1048578, 262156, 2, 1441800, 262163, 2, 1048584, 327678, 2, 1441800, 327683, 2, 1048584, 327692, 2, 1441794, 327699, 2, 1048584, 393214, 2, 1441800, 393219, 2, 1048584, 393228, 2, 1441794, 393235, 2, 1048584, 458750, 2, 1441800, 458752, 2, 1441799, 458753, 2, 1441799, 458754, 2, 1441799, 458755, 2, 1048582, 458764, 2, 1441794, 458771, 2, 1048584, 524286, 2, 1441798, 524287, 2, 1441799, 524300, 2, 1441798, 524301, 2, 1048583, 524302, 2, 1048583, 524303, 2, 1048583, 524304, 2, 1048583, 524305, 2, 1048583, 524306, 2, 1048583, 524307, 2, 1048582, -65533, 2, 1048579, -65532, 2, 1048583, -65531, 2, 1441796, -65530, 2, 655364, -65529, 2, 1441799, -65528, 2, 1441796, -65527, 2, 655363, -65526, 2, 655363, -65525, 2, 655363, -65524, 2, 1441800, -65508, 2, 1048579, -65507, 2, 1441799, -65506, 2, 1441799, -65505, 2, 1441799, -65504, 2, 4, 3, 3, 1048584, 5, 3, 5, 6, 3, 1048581, 8, 3, 9, 9, 3, 8, 10, 3, 8, 11, 3, 8, 12, 3, 1441800, 28, 3, 1048585, 33, 3, 9, 38, 3, 1048584, 65534, 3, 1441800, 65539, 3, 1048584, 65544, 3, 5, 65545, 3, 6, 65546, 3, 6, 65547, 3, 6, 65548, 3, 1441800, 65555, 3, 1048584, 65564, 3, 1048585, 65569, 3, 5, 65570, 3, 7, 65571, 3, 7, 65572, 3, 1048583, 65573, 3, 7, 65574, 3, 1048582, 131070, 3, 1441800, 131075, 3, 1048578, 131084, 3, 1441800, 131091, 3, 1048584, 131100, 3, 1048585, 196606, 3, 1441800, 196611, 3, 1048578, 196620, 3, 1441800, 196627, 3, 1048584, 196628, 3, 655368, 196629, 3, 655368, 196630, 3, 655368, 196631, 3, 655368, 196632, 3, 655363, 196633, 3, 655363, 196634, 3, 655363, 196635, 3, 655364, 196636, 3, 1048581, 262142, 3, 1441800, 262147, 3, 1048578, 262156, 3, 1441800, 262163, 3, 1048584, 262164, 3, 655366, 262165, 3, 655366, 262166, 3, 655366, 262167, 3, 655366, 262168, 3, 655366, 262169, 3, 655366, 262170, 3, 655366, 262171, 3, 655365, 327678, 3, 1441800, 327683, 3, 1048584, 327692, 3, 1441794, 327699, 3, 1048584, 393214, 3, 1441800, 393219, 3, 1048584, 393228, 3, 1441794, 393235, 3, 1048584, 458750, 3, 1441800, 458752, 3, 1441799, 458753, 3, 1441799, 458754, 3, 1441799, 458755, 3, 1048582, 458764, 3, 1441794, 458771, 3, 1048578, 524286, 3, 1441798, 524287, 3, 655367, 524300, 3, 1441798, 524301, 3, 1048583, 524302, 3, 1048583, 524303, 3, 1048583, 524304, 3, 1048583, 524305, 3, 1048583, 524306, 3, 1048583, 524307, 3, 1048582, -65533, 3, 1048579, -65532, 3, 1048583, -65531, 3, 4, -65530, 3, 1048580, -65529, 3, 1441799, -65528, 3, 4, -65527, 3, 3, -65526, 3, 3, -65525, 3, 3, -65524, 3, 1441800, -65508, 3, 1048580, -65507, 3, 1441799, -65506, 3, 1441799, -65505, 3, 1441799, -65504, 3, 1441799, -65503, 3, 4, 3, 4, 1048584, 12, 4, 1441800, 27, 4, 1048584, 34, 4, 1441800, 38, 4, 1048584, 65534, 4, 1441800, 65539, 4, 1048584, 65548, 4, 1441800, 65563, 4, 1048584, 65570, 4, 1441798, 65571, 4, 7, 65572, 4, 1048583, 65573, 4, 7, 65574, 4, 1048582, 131070, 4, 1441800, 131075, 4, 1048578, 131084, 4, 9, 131085, 4, 3, 131086, 4, 3, 131087, 4, 3, 131088, 4, 3, 131089, 4, 3, 131090, 4, 3, 131099, 4, 1048584, 196606, 4, 1441800, 196611, 4, 1048578, 196620, 4, 9, 196621, 4, 8, 196622, 4, 8, 196623, 4, 8, 196624, 4, 8, 196625, 4, 8, 196626, 4, 8, 196628, 4, 655368, 196629, 4, 655368, 196630, 4, 655368, 196631, 4, 655368, 196632, 4, 655368, 196635, 4, 1048584, 262142, 4, 1441800, 262147, 4, 1048578, 262156, 4, 1441800, 262164, 4, 655368, 262165, 4, 655368, 262166, 4, 655368, 262167, 4, 655368, 262168, 4, 655363, 262169, 4, 655363, 262170, 4, 655364, 262171, 4, 1048582, 327678, 4, 1441800, 327680, 4, 8, 327681, 4, 8, 327682, 4, 8, 327683, 4, 1048585, 327691, 4, 1441808, 327692, 4, 9, 327693, 4, 3, 327694, 4, 3, 327695, 4, 3, 327696, 4, 3, 327697, 4, 3, 327700, 4, 655368, 327701, 4, 655368, 327702, 4, 655368, 327703, 4, 655368, 327704, 4, 655368, 327705, 4, 655368, 327706, 4, 655369, 393214, 4, 1441800, 393216, 4, 8, 393217, 4, 8, 393218, 4, 8, 393219, 4, 1048585, 393228, 4, 9, 393229, 4, 2, 393230, 4, 2, 393231, 4, 2, 393232, 4, 2, 393233, 4, 2, 393236, 4, 655368, 393237, 4, 655368, 393238, 4, 655368, 393239, 4, 655368, 393240, 4, 655368, 393241, 4, 655368, 393242, 4, 655369, 458750, 4, 1441800, 458752, 4, 6, 458753, 4, 6, 458754, 4, 6, 458755, 4, 1048581, 458764, 4, 1441800, 458771, 4, 1048578, 458772, 4, 655366, 458773, 4, 655366, 458774, 4, 655366, 458775, 4, 655366, 458776, 4, 655366, 458777, 4, 655366, 458778, 4, 655365, 524286, 4, 1441798, 524287, 4, 1048583, 524300, 4, 1441798, 524301, 4, 1048583, 524302, 4, 1048583, 524303, 4, 1048583, 524304, 4, 1048583, 524305, 4, 1048583, 524306, 4, 1048583, 524307, 4, 1048582, -65533, 4, 1048579, -65532, 4, 7, -65531, 4, 7, -65530, 4, 7, -65529, 4, 7, -65528, 4, 1441799, -65527, 4, 1441799, -65526, 4, 1441799, -65525, 4, 1441799, -65524, 4, 1441800, -65509, 4, 1048579, -65508, 4, 1441799, -65507, 4, 1441799, -65506, 4, 1441799, -65505, 4, 1441799, -65504, 4, 1441799, -65503, 4, 1441799, -65502, 4, 1441795, 3, 5, 1048584, 11, 5, 1441801, 27, 5, 1048584, 34, 5, 9, 38, 5, 1048584, 65534, 5, 1441800, 65538, 5, 3, 65539, 5, 1048580, 65547, 5, 1441801, 65563, 5, 1048584, 65570, 5, 5, 65571, 5, 7, 65572, 5, 7, 65573, 5, 7, 65574, 5, 1048582, 131070, 5, 1441800, 131074, 5, 2, 131075, 5, 1048585, 131083, 5, 1441797, 131084, 5, 7, 131085, 5, 7, 131086, 5, 7, 131087, 5, 7, 131088, 5, 7, 131089, 5, 7, 131090, 5, 7, 131091, 5, 1441795, 131099, 5, 1048584, 196606, 5, 1441800, 196610, 5, 2, 196611, 5, 1048585, 196627, 5, 1441800, 196635, 5, 1048584, 262142, 5, 1441800, 262146, 5, 2, 262147, 5, 1048585, 262156, 5, 1441806, 262157, 5, 1, 262158, 5, 1, 262159, 5, 1, 262160, 5, 1, 262161, 5, 655361, 262162, 5, 655361, 262170, 5, 1048579, 262171, 5, 1048582, 327678, 5, 1441800, 327680, 5, 1048583, 327681, 5, 1441798, 327682, 5, 6, 327683, 5, 1048581, 327692, 5, 1441798, 327693, 5, 7, 327694, 5, 1441795, 327695, 5, 7, 327696, 5, 7, 327697, 5, 1048583, 327698, 5, 1441795, 327706, 5, 1048584, 393214, 5, 1441800, 393215, 5, 1048584, 393230, 5, 1441800, 393234, 5, 1441794, 393242, 5, 1048584, 458750, 5, 1441800, 458751, 5, 1048584, 458764, 5, 1441806, 458765, 5, 655361, 458766, 5, 655361, 458767, 5, 655361, 458768, 5, 655361, 458769, 5, 655361, 458771, 5, 1048578, 458772, 5, 1048583, 458773, 5, 1048583, 458774, 5, 1048583, 458775, 5, 1048583, 458776, 5, 1048583, 458777, 5, 1048583, 458778, 5, 1048582, 524286, 5, 1441798, 524287, 5, 1048582, 524300, 5, 1441798, 524301, 5, 1441799, 524302, 5, 1441799, 524303, 5, 1441799, 524304, 5, 1441799, 524305, 5, 1441799, 524306, 5, 1441799, 524307, 5, 1048582, -65533, 5, 1048579, -65532, 5, 7, -65531, 5, 7, -65530, 5, 7, -65529, 5, 1048583, -65528, 5, 1441799, -65527, 5, 1441799, -65526, 5, 1441799, -65525, 5, 1441796, -65509, 5, 1048579, -65508, 5, 1441799, -65507, 5, 1441799, -65506, 5, 1441799, -65505, 5, 1441799, -65504, 5, 1441799, -65503, 5, 1441799, -65502, 5, 4, 2, 6, 655368, 3, 6, 655368, 4, 6, 655369, 11, 6, 1441794, 27, 6, 1048584, 35, 6, 1441800, 38, 6, 1048584, 65534, 6, 1441800, 65537, 6, 1048579, 65538, 6, 655366, 65539, 6, 655366, 65540, 6, 655365, 65547, 6, 1441794, 65563, 6, 1048584, 65571, 6, 1441798, 65572, 6, 7, 65573, 6, 7, 65574, 6, 1048582, 131070, 6, 1441800, 131073, 6, 1048584, 131083, 6, 1441798, 131084, 6, 7, 131085, 6, 7, 131086, 6, 7, 131087, 6, 7, 131088, 6, 7, 131089, 6, 7, 131090, 6, 7, 131091, 6, 1441795, 131099, 6, 1048584, 196606, 6, 1441800, 196609, 6, 1048584, 196627, 6, 1441800, 196635, 6, 1048584, 262142, 6, 1441800, 262145, 6, 1048584, 262156, 6, 1441806, 262157, 6, 1, 262158, 6, 1, 262159, 6, 1, 262160, 6, 1, 262161, 6, 655361, 262162, 6, 655361, 262170, 6, 1048579, 262171, 6, 1048582, 327678, 6, 1441800, 327680, 6, 1441799, 327681, 6, 1048582, 327692, 6, 1441798, 327693, 6, 7, 327694, 6, 1441795, 327695, 6, 7, 327696, 6, 7, 327697, 6, 1048583, 327698, 6, 1441795, 327706, 6, 1048584, 393214, 6, 1441800, 393215, 6, 1048584, 393230, 6, 1441800, 393234, 6, 1441794, 393242, 6, 1048584, 458750, 6, 1441800, 458751, 6, 1048584, 458764, 6, 1441806, 458765, 6, 655361, 458766, 6, 655361, 458767, 6, 655361, 458768, 6, 655361, 458769, 6, 655361, 458771, 6, 1048578, 458772, 6, 1048583, 458773, 6, 1048583, 458774, 6, 1048583, 458775, 6, 1048583, 458776, 6, 1048583, 458777, 6, 1048583, 458778, 6, 1048582, 524286, 6, 1441798, 524287, 6, 1048582, 524300, 6, 1441798, 524301, 6, 1441799, 524302, 6, 1441799, 524303, 6, 1441799, 524304, 6, 1441799, 524305, 6, 1441799, 524306, 6, 1441799, 524307, 6, 1048582, -65534, 6, 655363, -65533, 6, 655363, -65532, 6, 655364, -65531, 6, 655367, -65530, 6, 655367, -65529, 6, 1048583, -65528, 6, 7, -65527, 6, 1441799, -65526, 6, 1441799, -65525, 6, 1441795, -65509, 6, 1048579, -65508, 6, 1441799, -65507, 6, 1441799, -65506, 6, 1441799, -65505, 6, 1441799, -65504, 6, 1441799, -65503, 6, 1441799, -65502, 6, 1441799, -65501, 6, 1441795, 4, 7, 1048584, 6, 7, 11, 11, 7, 9, 27, 7, 1048584, 35, 7, 1441800, 39, 7, 655369, 65534, 7, 1441800, 65537, 7, 1048579, 65538, 7, 1441799, 65539, 7, 1441799, 65540, 7, 1048582, 65542, 7, 12, 65547, 7, 9, 65563, 7, 1048584, 65571, 7, 1441798, 65572, 7, 7, 65573, 7, 7, 65574, 7, 7, 65575, 7, 655365, 131070, 7, 1441800, 131073, 7, 1048584, 131078, 7, 1441804, 131083, 7, 5, 131084, 7, 7, 131085, 7, 1441796, 131086, 7, 655363, 131087, 7, 655363, 131088, 7, 655364, 131089, 7, 7, 131090, 7, 7, 131091, 7, 1441795, 131099, 7, 1048584, 196606, 7, 1441800, 196609, 7, 1048584, 196614, 7, 13, 196621, 7, 1441801, 196622, 7, 655362, 196623, 7, 655362, 196624, 7, 655369, 196627, 7, 1441800, 196635, 7, 1048584, 262142, 7, 1441800, 262145, 7, 1048584, 262156, 7, 1441806, 262157, 7, 1441806, 262158, 7, 1, 262159, 7, 1, 262160, 7, 1, 262161, 7, 655361, 262162, 7, 655361, 262170, 7, 1048579, 262171, 7, 1048582, 327678, 7, 1441800, 327680, 7, 1441799, 327681, 7, 1048582, 327691, 7, 1441809, 327692, 7, 1441801, 327693, 7, 655363, 327694, 7, 655363, 327695, 7, 655363, 327696, 7, 655364, 327697, 7, 1048583, 327698, 7, 1441795, 327706, 7, 1048584, 393214, 7, 1441800, 393215, 7, 1048584, 393228, 7, 1441801, 393229, 7, 655368, 393230, 7, 655368, 393231, 7, 655368, 393232, 7, 655369, 393234, 7, 1441794, 393242, 7, 1048584, 458750, 7, 1441800, 458751, 7, 1048584, 458764, 7, 1441800, 458768, 7, 655361, 458769, 7, 655361, 458771, 7, 1048578, 458772, 7, 1048583, 458773, 7, 1048583, 458774, 7, 1048583, 458775, 7, 1048583, 458776, 7, 1048583, 458777, 7, 1048583, 458778, 7, 1048582, 524286, 7, 1441798, 524287, 7, 1048582, 524300, 7, 1441798, 524301, 7, 1441799, 524302, 7, 1441799, 524303, 7, 1441799, 524304, 7, 1441799, 524305, 7, 1441799, 524306, 7, 1441799, 524307, 7, 1048582, -65532, 7, 1048579, -65531, 7, 1048583, -65530, 7, 10, -65529, 7, 1441799, -65528, 7, 1441799, -65527, 7, 1441799, -65526, 7, 1441799, -65525, 7, 4, -65509, 7, 1048579, -65508, 7, 1441799, -65507, 7, 1441799, -65506, 7, 1441799, -65505, 7, 1441799, -65504, 7, 1441799, -65503, 7, 1441799, -65502, 7, 1441799, -65501, 7, 1441795, 2, 8, 3, 3, 8, 3, 4, 8, 1048585, 12, 8, 1441800, 27, 8, 1048584, 35, 8, 1441800, 40, 8, 655369, 65534, 8, 1441800, 65537, 8, 1048579, 65538, 8, 6, 65539, 8, 6, 65540, 8, 1048581, 65548, 8, 1441800, 65563, 8, 1048584, 65571, 8, 1441798, 65572, 8, 7, 65573, 8, 7, 65574, 8, 7, 65575, 8, 7, 65576, 8, 655365, 131070, 8, 1441800, 131073, 8, 1048584, 131084, 8, 1441796, 131088, 8, 1048579, 131089, 8, 7, 131090, 8, 7, 131091, 8, 1441795, 131099, 8, 1048584, 196606, 8, 1441800, 196609, 8, 1048584, 196620, 8, 1441801, 196624, 8, 1048584, 196627, 8, 1441800, 196635, 8, 1048584, 262142, 8, 1441800, 262145, 8, 1048584, 262156, 8, 1441800, 262161, 8, 655361, 262162, 8, 655361, 262170, 8, 1048579, 262171, 8, 1048582, 327678, 8, 1441800, 327680, 8, 1441799, 327681, 8, 1048582, 327692, 8, 1441800, 327695, 8, 3, 327696, 8, 1048580, 327697, 8, 1048583, 327698, 8, 1441795, 327706, 8, 1048584, 393214, 8, 1441800, 393215, 8, 1048584, 393228, 8, 1441800, 393231, 8, 8, 393232, 8, 1048585, 393234, 8, 1441794, 393242, 8, 1048584, 458750, 8, 1441800, 458751, 8, 1048584, 458764, 8, 9, 458769, 8, 655361, 458771, 8, 1048578, 458772, 8, 1048583, 458773, 8, 1048583, 458774, 8, 1048583, 458775, 8, 1048583, 458776, 8, 1048583, 458777, 8, 1048583, 458778, 8, 1048582, 524286, 8, 1441798, 524287, 8, 1048582, 524300, 8, 5, 524301, 8, 1441799, 524302, 8, 1441799, 524303, 8, 1441799, 524304, 8, 1441799, 524305, 8, 1441799, 524306, 8, 1441799, 524307, 8, 1048582, -65534, 8, 3, -65533, 8, 3, -65532, 8, 1048580, -65531, 8, 655367, -65530, 8, 655367, -65529, 8, 655367, -65528, 8, 1441799, -65527, 8, 1441799, -65526, 8, 1441799, -65525, 8, 655367, -65524, 8, 1441795, -65509, 8, 1048579, -65508, 8, 1441799, -65507, 8, 1441799, -65506, 8, 1441799, -65505, 8, 1441799, -65504, 8, 1441799, -65503, 8, 1441799, -65502, 8, 1441799, -65501, 8, 1441795, 1, 9, 1048579, 2, 9, 5, 3, 9, 1048581, 8, 9, 11, 12, 9, 1441800, 27, 9, 1048584, 35, 9, 1441800, 40, 9, 1048584, 65534, 9, 1441800, 65537, 9, 1048578, 65544, 9, 12, 65548, 9, 1441800, 65563, 9, 1048584, 65570, 9, 1441809, 65571, 9, 1441801, 65572, 9, 655363, 65573, 9, 655363, 65574, 9, 655363, 65575, 9, 655363, 65576, 9, 655364, 131070, 9, 1441800, 131073, 9, 1048578, 131080, 9, 1048588, 131084, 9, 1441800, 131088, 9, 1048579, 131089, 9, 7, 131090, 9, 7, 131091, 9, 1441795, 131099, 9, 1048584, 131107, 9, 1441797, 131108, 9, 655366, 131109, 9, 655366, 131110, 9, 655366, 131111, 9, 655366, 131112, 9, 655365, 196606, 9, 1441800, 196609, 9, 1048578, 196616, 9, 1048588, 196620, 9, 1441800, 196624, 9, 1048584, 196627, 9, 1441800, 196635, 9, 1048584, 262142, 9, 1441800, 262145, 9, 1048578, 262152, 9, 1048589, 262156, 9, 1441800, 262161, 9, 655361, 262162, 9, 655361, 262169, 9, 3, 262170, 9, 1048580, 262171, 9, 1048582, 327678, 9, 1441800, 327680, 9, 655368, 327681, 9, 655369, 327682, 9, 1048592, 327692, 9, 1441800, 327694, 9, 1048579, 327695, 9, 1441799, 327696, 9, 1441799, 327697, 9, 1441799, 327698, 9, 1441795, 327705, 9, 8, 327706, 9, 1048585, 393214, 9, 1441800, 393216, 9, 655368, 393217, 9, 655369, 393228, 9, 1441800, 393230, 9, 1048584, 393234, 9, 1441794, 393241, 9, 8, 393242, 9, 1048585, 458750, 9, 1441800, 458752, 9, 655366, 458753, 9, 655365, 458764, 9, 1441798, 458765, 9, 1441795, 458767, 9, 655361, 458768, 9, 655361, 458769, 9, 655361, 458771, 9, 1048578, 458772, 9, 1048583, 458773, 9, 1048583, 458774, 9, 1048583, 458775, 9, 1048583, 458776, 9, 1048583, 458777, 9, 6, 458778, 9, 1048581, 524286, 9, 1441798, 524287, 9, 655367, 524301, 9, 1441798, 524302, 9, 1441799, 524303, 9, 1441799, 524304, 9, 1441799, 524305, 9, 1441799, 524306, 9, 1441799, 524307, 9, 1048582, -65535, 9, 1048584, -65534, 9, 4, -65533, 9, 1048580, -65532, 9, 7, -65531, 9, 7, -65530, 9, 7, -65529, 9, 7, -65528, 9, 10, -65527, 9, 1441799, -65526, 9, 1441799, -65525, 9, 655367, -65524, 9, 1441795, -65509, 9, 1048579, -65508, 9, 1441799, -65507, 9, 1441799, -65506, 9, 1441799, -65505, 9, 1441799, -65504, 9, 1441799, -65503, 9, 1441799, -65502, 9, 1441799, -65501, 9, 1441795, 1, 10, 1048578, 12, 10, 1441800, 26, 10, 8, 27, 10, 1048585, 35, 10, 1441800, 40, 10, 1048584, 65534, 10, 1441800, 65537, 10, 1048578, 65548, 10, 1441800, 65561, 10, 3, 65562, 10, 3, 65563, 10, 1048585, 65571, 10, 1441800, 65576, 10, 1048584, 131070, 10, 1441800, 131073, 10, 1048578, 131084, 10, 1441800, 131088, 10, 1048580, 131089, 10, 1048583, 131090, 10, 1048583, 131091, 10, 4, 131097, 10, 8, 131098, 10, 8, 131099, 10, 1048585, 131106, 10, 1441809, 131107, 10, 1441801, 131108, 10, 655363, 131109, 10, 655363, 131110, 10, 655363, 131111, 10, 655363, 131112, 10, 655364, 196606, 10, 1441800, 196609, 10, 537919490, 196620, 10, 1441800, 196624, 10, 1048585, 196627, 10, 9, 196633, 10, 8, 196634, 10, 8, 196635, 10, 1048585, 196643, 10, 1441797, 196644, 10, 655366, 196645, 10, 655366, 196646, 10, 655366, 196647, 10, 655366, 196648, 10, 655365, 262142, 10, 1441800, 262145, 10, 1048578, 262156, 10, 1441800, 262161, 10, 1, 262162, 10, 1, 262168, 10, 1048579, 262169, 10, 6, 262170, 10, 6, 262171, 10, 1048581, 327678, 10, 1441800, 327681, 10, 1048578, 327685, 10, 655377, 327689, 10, 655376, 327692, 10, 1441800, 327694, 10, 1048579, 327695, 10, 1441799, 327696, 10, 1441796, 327697, 10, 655363, 327704, 10, 1048584, 393214, 10, 1441800, 393217, 10, 1048584, 393228, 10, 1441800, 393230, 10, 1048584, 393232, 10, 1441801, 393233, 10, 655362, 393240, 10, 1048584, 458750, 10, 1441800, 458752, 10, 6, 458753, 10, 1048582, 458764, 10, 1441798, 458765, 10, 4, 458766, 10, 3, 458767, 10, 14, 458768, 10, 3, 458769, 10, 8, 458770, 10, 8, 458771, 10, 1048585, 458772, 10, 1048583, 458773, 10, 1048583, 458774, 10, 1048583, 458775, 10, 1048583, 458776, 10, 1048582, 524286, 10, 1441798, 524287, 10, 655367, 524301, 10, 5, 524302, 10, 6, 524303, 10, 6, 524304, 10, 6, 524305, 10, 6, 524306, 10, 6, 524307, 10, 1048581, -65535, 10, 1048579, -65534, 10, 1048583, -65533, 10, 7, -65532, 10, 7, -65531, 10, 7, -65530, 10, 7, -65529, 10, 7, -65528, 10, 655367, -65527, 10, 537526279, -65526, 10, 537526279, -65525, 10, 537526279, -65524, 10, 1441795, -65511, 10, 536870915, -65510, 10, 3, -65509, 10, 537919492, -65508, 10, 7, -65507, 10, 536870919, -65506, 10, 7, -65505, 10, 536870919, -65504, 10, 7, -65503, 10, 1073741831, -65502, 10, 1441799, -65501, 10, 1441795, 2, 11, 655368, 3, 11, 655368, 4, 11, 655368, 5, 11, 655368, 6, 11, 655368, 7, 11, 537526280, 8, 11, 1074397192, 9, 11, 537526280, 10, 11, 537526280, 11, 11, 655368, 21, 11, 8, 22, 11, 536870920, 23, 11, 8, 24, 11, 537919497, 25, 11, 1441801, 26, 11, 655369, 35, 11, 1441800, 40, 11, 537919496, 65534, 11, 1441800, 65538, 11, 537526280, 65539, 11, 655368, 65540, 11, 1074397192, 65541, 11, 655368, 65542, 11, 537526280, 65543, 11, 655368, 65544, 11, 537526280, 65545, 11, 655368, 65546, 11, 655368, 65547, 11, 655368, 65549, 11, 8, 65550, 11, 536870920, 65551, 11, 536870920, 65552, 11, 8, 65553, 11, 8, 65554, 11, 8, 65555, 11, 536870920, 65556, 11, 8, 65557, 11, 536870920, 65558, 11, 8, 65559, 11, 536870920, 65560, 11, 1048585, 65561, 11, 538312709, 65562, 11, 655365, 65571, 11, 538312712, 65576, 11, 1048584, 131070, 11, 538312712, 131074, 11, -536215544, 131075, 11, 1074397192, 131076, 11, 537526280, 131077, 11, 655368, 131078, 11, 655368, 131079, 11, 655368, 131080, 11, 537526280, 131081, 11, 1074397192, 131082, 11, 537526280, 131083, 11, 537526280, 131085, 11, 8, 131086, 11, 8, 131087, 11, 537919497, 131088, 11, 6, 131089, 11, 536870918, 131090, 11, 6, 131091, 11, 6, 131092, 11, 536870921, 131093, 11, 8, 131094, 11, 536870920, 131095, 11, 8, 131096, 11, 537919497, 131107, 11, 1441800, 131112, 11, 1074790408, 196606, 11, 1441800, 196610, 11, 655368, 196611, 11, 655368, 196612, 11, 537526280, 196613, 11, -536215544, 196614, 11, 655368, 196615, 11, 655368, 196616, 11, 655368, 196617, 11, 537526280, 196618, 11, 537526280, 196619, 11, 655368, 196621, 11, 8, 196622, 11, 536870920, 196623, 11, 1048585, 196628, 11, 536870921, 196629, 11, 8, 196630, 11, 536870920, 196631, 11, 8, 196632, 11, 1048585, 196642, 11, 1441809, 196643, 11, 538312713, 196644, 11, 655363, 196645, 11, 537526275, 196646, 11, 655363, 196647, 11, 1074397187, 196648, 11, 655364, 262142, 11, 538312712, 262146, 11, 537526280, 262147, 11, 655368, 262148, 11, 655368, 262149, 11, 655368, 262150, 11, 655368, 262151, 11, 537526280, 262152, 11, 1074397192, 262153, 11, 655368, 262154, 11, 655368, 262155, 11, 655368, 262157, 11, 8, 262158, 11, 536870920, 262159, 11, 8, 262160, 11, 536870926, 262161, 11, 14, 262162, 11, 14, 262163, 11, 536870926, 262164, 11, 8, 262165, 11, 536870920, 262166, 11, 8, 262167, 11, 1073741832, 262168, 11, -535822327, 262179, 11, 538312709, 262180, 11, 655366, 262181, 11, 537526278, 262182, 11, 655366, 262183, 11, 655366, 262184, 11, 655365, 327678, 11, 1441800, 327682, 11, 537526274, 327683, 11, 537526274, 327684, 11, -536215550, 327685, 11, 655369, 327686, 11, 655366, 327687, 11, 655366, 327688, 11, 655366, 327689, 11, 1441801, 327690, 11, -536215544, 327691, 11, 655368, 327693, 11, 8, 327694, 11, 1048585, 327695, 11, 6, 327696, 11, 9, 327697, 11, 8, 327698, 11, 8, 327699, 11, 8, 327700, 11, 8, 327701, 11, 8, 327702, 11, -536870904, 327703, 11, 8, 327704, 11, 1048585, 393214, 11, 1441800, 393218, 11, 655362, 393219, 11, 655362, 393220, 11, 655362, 393221, 11, 655369, 393225, 11, 1441801, 393226, 11, 655368, 393227, 11, 655368, 393229, 11, 8, 393230, 11, 1048585, 393232, 11, 9, 393233, 11, 2, 393234, 11, 2, 393235, 11, 2, 393236, 11, 2, 393237, 11, 8, 393238, 11, 8, 393239, 11, 8, 393240, 11, 1048585, 458750, 11, 1441800, 458752, 11, 655367, 458753, 11, 655367, 458754, 11, 655366, 458755, 11, 655366, 458756, 11, 655366, 458757, 11, 655366, 458761, 11, 1441797, 458762, 11, 655366, 458763, 11, 655366, 458764, 11, 1441799, 458765, 11, 6, 458766, 11, 1048581, 458768, 11, 5, 458769, 11, 6, 458770, 11, 6, 458771, 11, 6, 458772, 11, 6, 458773, 11, -536870906, 458774, 11, 6, 458775, 11, 6, 458776, 11, 1048581, 524286, 11, 1441798, 524287, 11, 655367, -65534, 11, 655363, -65533, 11, 655363, -65532, 11, -536215549, -65531, 11, 655363, -65530, 11, 655363, -65529, 11, 655363, -65528, 11, 1074397187, -65527, 11, 655363, -65526, 11, 655363, -65525, 11, 655363, -65512, 11, 1048580, -65511, 11, 1441796, -65510, 11, 655364, -65509, 11, 7, -65508, 11, 7, -65507, 11, 7, -65506, 11, 7, -65505, 11, 7, -65504, 11, 7, -65503, 11, 7, -65502, 11, 7, -65501, 11, 1441795, 21, 12, 15, 23, 12, 1048582, 25, 12, 9, 26, 12, 1048585, 35, 12, 1441800, 40, 12, 1048584, 65534, 12, 538312712, 65548, 12, 1048584, 65549, 12, 1048583, 65550, 12, 1048583, 65551, 12, 1074790407, 65552, 12, 1048583, 65553, 12, 1048583, 65554, 12, 1048583, 65555, 12, 1048583, 65556, 12, 1048583, 65561, 12, 1073741829, 65562, 12, 1048581, 65571, 12, 538312712, 65576, 12, 1048584, 131070, 12, 1441800, 131084, 12, 1048584, 131087, 12, 16, 131092, 12, 17, 131107, 12, 1441800, 131112, 12, 1048584, 196606, 12, 1441800, 196620, 12, 1048584, 196643, 12, 1075183624, 196648, 12, 1048584, 262142, 12, 1441800, 262156, 12, 1048584, 262178, 12, 1441809, 262179, 12, 1441801, 262180, 12, 537526275, 262181, 12, 655363, 262182, 12, 655363, 262183, 12, 655363, 262184, 12, 1074397188, 327678, 12, 1441800, 327686, 12, 537526275, 327687, 12, 655363, 327688, 12, 655363, 327692, 12, 1048584, 327694, 12, 1073741840, 327696, 12, 17, 327715, 12, 1441797, 327716, 12, 655366, 327717, 12, 655366, 327718, 12, 655366, 327719, 12, 1074397190, 327720, 12, 655365, 393214, 12, 1441800, 393222, 12, 655368, 393223, 12, 655368, 393224, 12, 655368, 393228, 12, 1074790408, 458750, 12, 538312712, 458752, 12, 537526279, 458753, 12, 655367, 458754, 12, 655367, 458755, 12, 655367, 458756, 12, 1074397191, 458757, 12, 655367, 458758, 12, 537526278, 458759, 12, 655366, 458760, 12, 655366, 458761, 12, 1441799, 458762, 12, 538312711, 458763, 12, 1441799, 458764, 12, 655366, 524286, 12, 1441798, 524287, 12, 655367, -65513, 12, 1048579, -65512, 12, 7, -65511, 12, 4, -65510, 12, 1048580, -65509, 12, 7, -65508, 12, 7, -65507, 12, 7, -65506, 12, 536870919, -65505, 12, 7, -65504, 12, 7, -65503, 12, 7, -65502, 12, 7, -65501, 12, 1441795, 21, 13, 1073741839, 23, 13, 1048582, 28, 13, 1441801, 29, 13, 655369, 35, 13, 1441800, 38, 13, 8, 39, 13, 536870920, 40, 13, 1048585, 65534, 13, 538312712, 65548, 13, 1048584, 65549, 13, 1048583, 65550, 13, 1048583, 65551, 13, 1074790407, 65552, 13, 1048583, 65553, 13, 537919495, 65554, 13, 1048583, 65555, 13, 1048583, 65556, 13, 1048583, 65564, 13, 538312713, 65565, 13, 655369, 65571, 13, 1441800, 65574, 13, 8, 65575, 13, 8, 65576, 13, 1048585, 131070, 13, 1075183624, 131084, 13, 1048584, 131100, 13, 1441797, 131101, 13, 655365, 131107, 13, 1441800, 131110, 13, 8, 131111, 13, 536870920, 131112, 13, 1048585, 196606, 13, 538312712, 196620, 13, 1048584, 196643, 13, 1441800, 196646, 13, 8, 196647, 13, 8, 196648, 13, 1048585, 262142, 13, 1441800, 262156, 13, 1048584, 262179, 13, 1441800, 262182, 13, 8, 262183, 13, 536870920, 262184, 13, 1048585, 327678, 13, 538312712, 327692, 13, 1048584, 327715, 13, 1441798, 327716, 13, 7, 327717, 13, 1073741831, 327718, 13, 6, 327719, 13, 536870918, 327720, 13, 1048581, 393214, 13, 1441800, 393228, 13, 1048584, 458750, 13, 538312712, 458752, 13, 655367, 458753, 13, 655367, 458754, 13, 655367, 458755, 13, 655367, 458756, 13, 655367, 458757, 13, 1074397191, 458758, 13, 655367, 458759, 13, 655367, 458760, 13, 655367, 458761, 13, 655367, 458762, 13, 1441799, 458763, 13, 538312711, 458764, 13, 655366, 524286, 13, 1441798, 524287, 13, 655367, -65513, 13, 1048579, -65512, 13, 7, -65511, 13, 1073741831, -65510, 13, 7, -65509, 13, 7, -65508, 13, 1441796, -65507, 13, 655364, -65506, 13, 7, -65505, 13, 536870919, -65504, 13, 7, -65503, 13, 536870919, -65502, 13, 7, -65501, 13, 1441795, 21, 14, 15, 23, 14, 1048582, 28, 14, 9, 29, 14, 537919497, 35, 14, 1441800, 37, 14, 1048584, 65534, 14, 1441800, 65548, 14, 537919496, 65549, 14, 1048583, 65550, 14, 1048583, 65551, 14, 1048583, 65552, 14, 1048583, 65553, 14, 655373, 65554, 14, 1074397197, 65555, 14, 1048583, 65556, 14, 1048583, 65564, 14, 9, 65565, 14, 1048585, 65571, 14, 1441800, 65573, 14, 1048584, 131070, 14, 1441800, 131084, 14, 1074790408, 131090, 14, 655373, 131100, 14, 5, 131101, 14, 1048581, 131107, 14, 1075183624, 131109, 14, 1048584, 196606, 14, 1441800, 196620, 14, 1048584, 196643, 14, 1441800, 196645, 14, 1048584, 262142, 14, 1441800, 262156, 14, 1048584, 262179, 14, 1441800, 262181, 14, 1048584, 327678, 14, 1441800, 327692, 14, 1048584, 327715, 14, 1075183622, 327716, 14, 7, 327717, 14, 1048582, 393214, 14, 1441800, 393228, 14, 1048584, 458750, 14, 1441800, 458752, 14, 1074397191, 458753, 14, 655367, 458754, 14, 655367, 458755, 14, 655367, 458756, 14, 655367, 458757, 14, 655367, 458758, 14, 1074397191, 458759, 14, 655367, 458760, 14, 655367, 458761, 14, 655367, 458762, 14, 1441799, 458763, 14, 1441799, 458764, 14, 1074397190, 524286, 14, 1441798, 524287, 14, 655367, -65513, 14, 1048579, -65512, 14, 7, -65511, 14, 7, -65510, 14, 1073741831, -65509, 14, 7, -65508, 14, 4, -65507, 14, 1048580, -65506, 14, 7, -65505, 14, 7, -65504, 14, 1073741831, -65503, 14, 7, -65502, 14, 1073741831, -65501, 14, 1441795, 21, 15, 655368, 22, 15, 655368, 23, 15, 1074397192, 24, 15, 655369, 31, 15, 538312713, 32, 15, 655369, 35, 15, 1441800, 37, 15, 1048584, 65534, 15, 1441800, 65548, 15, 1048584, 65549, 15, 537526280, 65550, 15, 655368, 65551, 15, 655368, 65552, 15, 655368, 65553, 15, 1074397192, 65554, 15, 655368, 65555, 15, 655368, 65556, 15, 655368, 65557, 15, 655368, 65558, 15, 655368, 65559, 15, 1074397192, 65560, 15, 655369, 65567, 15, 1441801, 65568, 15, 655369, 65571, 15, 1441800, 65573, 15, 1048584, 131070, 15, 1075183624, 131084, 15, 1048584, 131085, 15, 655368, 131086, 15, 655368, 131087, 15, 655368, 131088, 15, 655368, 131089, 15, 1074397192, 131090, 15, 655368, 131091, 15, 655368, 131092, 15, 655368, 131093, 15, 655368, 131094, 15, 655368, 131095, 15, 1074397192, 131096, 15, 655369, 131103, 15, 1075183625, 131104, 15, 655369, 131107, 15, 1441800, 131109, 15, 1048584, 196606, 15, 1075183624, 196620, 15, 1048584, 196621, 15, 655368, 196622, 15, 655368, 196623, 15, 655368, 196624, 15, 655368, 196625, 15, 1074397192, 196626, 15, 655368, 196627, 15, 1074397192, 196628, 15, 655368, 196629, 15, 655368, 196630, 15, 655368, 196631, 15, 655368, 196632, 15, 655369, 196639, 15, 1441797, 196640, 15, 655365, 196643, 15, 1441800, 196645, 15, 1048584, 262142, 15, 1075183624, 262156, 15, 1048584, 262157, 15, 537526280, 262158, 15, 655368, 262159, 15, 655368, 262160, 15, 655368, 262161, 15, 1074397192, 262162, 15, 655368, 262163, 15, 537526280, 262164, 15, 655368, 262165, 15, 655368, 262166, 15, 655368, 262167, 15, 1074397192, 262168, 15, 655369, 262179, 15, 1441800, 262181, 15, 1048584, 327678, 15, 1441800, 327692, 15, 1048584, 327693, 15, 1074397192, 327694, 15, 655368, 327695, 15, 537526280, 327696, 15, 655368, 327697, 15, 655368, 327698, 15, 655368, 327699, 15, 1075052553, 327700, 15, 655366, 327701, 15, 537526278, 327702, 15, 655366, 327703, 15, 655366, 327704, 15, 655365, 327715, 15, 1075183622, 327716, 15, 7, 327717, 15, 1048582, 393214, 15, 1441800, 393228, 15, 1048584, 393229, 15, 655368, 393230, 15, 1074397192, 393231, 15, 655368, 393232, 15, 655368, 393233, 15, 655368, 393234, 15, 655368, 393235, 15, 1310729, 458750, 15, 1441800, 458752, 15, 655367, 458753, 15, 655367, 458754, 15, 655367, 458755, 15, 655367, 458756, 15, 655367, 458757, 15, 1074397191, 458758, 15, 655367, 458759, 15, 655367, 458760, 15, 655367, 458761, 15, 655367, 458762, 15, 1441799, 458763, 15, 1075183623, 458764, 15, 655366, 458765, 15, 537526278, 458766, 15, 655366, 458767, 15, 655366, 458768, 15, 655366, 458769, 15, 1074397190, 458770, 15, 655366, 458771, 15, 655365, 524286, 15, 1441798, 524287, 15, 655367, -65512, 15, 655364, -65511, 15, 1073741831, -65510, 15, 7, -65509, 15, 7, -65508, 15, 7, -65507, 15, 7, -65506, 15, 7, -65505, 15, 1075183620, -65504, 15, 655364, -65503, 15, 536870919, -65502, 15, 7, -65501, 15, 1441795, 25, 16, 655369, 31, 16, 536870921, 32, 16, 1048585, 34, 16, 1441801, 37, 16, 1048584, 65534, 16, 538312712, 65548, 16, 1048584, 65561, 16, 537526281, 65567, 16, 9, 65568, 16, 1048585, 65570, 16, 1441801, 65573, 16, 1074790408, 131070, 16, 1441800, 131084, 16, 537919496, 131097, 16, 655369, 131103, 16, 9, 131104, 16, 1048585, 131106, 16, 538312713, 131109, 16, 1048584, 196606, 16, 1441800, 196620, 16, 1048584, 196633, 16, 655369, 196639, 16, 5, 196640, 16, 1048581, 196642, 16, 1441801, 196645, 16, 1048584, 262142, 16, 1441800, 262156, 16, 1048584, 262169, 16, 655369, 262178, 16, 538312713, 262181, 16, 1048584, 327678, 16, 1075183624, 327692, 16, 1048584, 327699, 16, 1048584, 327700, 16, 1048583, 327701, 16, 1074790407, 327702, 16, 1048583, 327703, 16, 537919495, 327704, 16, 1048583, 327705, 16, 655365, 327714, 16, 1441797, 327715, 16, 536870919, 327716, 16, 7, 327717, 16, 537919494, 393214, 16, 1441800, 393228, 16, 1048584, 393235, 16, 1048584, 458750, 16, 1075183624, 458752, 16, 655367, 458753, 16, 655367, 458754, 16, 655367, 458755, 16, 655367, 458756, 16, 655367, 458757, 16, 537526279, 458758, 16, 655367, 458759, 16, 655367, 458760, 16, 655367, 458761, 16, 655367, 458762, 16, 1441799, 458763, 16, 1075183623, 458764, 16, 655366, 458765, 16, 1073741831, 458766, 16, 7, 458767, 16, 7, 458768, 16, 7, 458769, 16, 536870919, 458770, 16, 7, 458771, 16, 1048582, 524286, 16, 1441798, 524287, 16, 655367, -65511, 16, 655364, -65510, 16, 7, -65509, 16, 7, -65508, 16, 536870919, -65507, 16, 7, -65506, 16, 7, -65505, 16, 4, -65504, 16, 537919492, -65503, 16, 7, -65502, 16, 538312708, 0, 17, 8, 1, 17, 8, 2, 17, 8, 3, 17, 1073741832, 4, 17, 8, 5, 17, 8, 6, 17, 8, 7, 17, 8, 8, 17, 8, 9, 17, 536870920, 10, 17, 8, 11, 17, 8, 12, 17, 8, 13, 17, 8, 14, 17, 8, 15, 17, 1073741832, 16, 17, 8, 17, 17, 8, 18, 17, 8, 19, 17, 8, 20, 17, 8, 21, 17, 536870920, 22, 17, 8, 25, 17, 1048584, 34, 17, 1441800, 37, 17, 1048584, 65534, 17, 9, 65535, 17, 1073741832, 65536, 17, 8, 65537, 17, 536870920, 65538, 17, 8, 65539, 17, 8, 65540, 17, 8, 65541, 17, 536870920, 65542, 17, 8, 65543, 17, 536870920, 65544, 17, 8, 65545, 17, 8, 65546, 17, 8, 65547, 17, 8, 65548, 17, 8, 65549, 17, 8, 65550, 17, 8, 65551, 17, 8, 65552, 17, 8, 65553, 17, 536870920, 65554, 17, 8, 65555, 17, 536870920, 65556, 17, 8, 65557, 17, 8, 65558, 17, 8, 65561, 17, 1074790408, 65570, 17, 1441800, 65573, 17, 1048584, 131070, 17, 9, 131071, 17, 8, 131072, 17, 8, 131073, 17, 536870920, 131074, 17, 8, 131075, 17, 536870920, 131076, 17, 8, 131077, 17, 8, 131078, 17, 8, 131079, 17, 1073741832, 131080, 17, 8, 131081, 17, 536870920, 131082, 17, 8, 131083, 17, 8, 131084, 17, 8, 131085, 17, 536870920, 131086, 17, 8, 131087, 17, 8, 131088, 17, 8, 131089, 17, 8, 131090, 17, 8, 131091, 17, 1073741832, 131092, 17, 8, 131093, 17, 8, 131094, 17, 8, 131097, 17, 1048584, 131106, 17, 1441800, 131109, 17, 537919496, 196606, 17, 9, 196607, 17, 536870920, 196608, 17, 8, 196609, 17, 8, 196610, 17, 8, 196611, 17, 8, 196612, 17, 8, 196613, 17, 8, 196614, 17, 8, 196615, 17, 8, 196616, 17, 8, 196617, 17, 536870920, 196618, 17, 8, 196619, 17, 536870920, 196620, 17, 8, 196621, 17, 8, 196622, 17, 8, 196623, 17, 1073741832, 196624, 17, 8, 196625, 17, 536870920, 196626, 17, 8, 196627, 17, 8, 196628, 17, 8, 196629, 17, 536870920, 196630, 17, 8, 196633, 17, 1048584, 196642, 17, 1441800, 196645, 17, 1048584, 262142, 17, 9, 262143, 17, 1073741832, 262144, 17, 8, 262145, 17, 8, 262146, 17, 8, 262147, 17, 8, 262148, 17, 8, 262149, 17, 536870920, 262150, 17, 8, 262151, 17, 536870920, 262152, 17, 8, 262153, 17, 8, 262154, 17, 8, 262155, 17, 1073741832, 262156, 17, 8, 262157, 17, 8, 262158, 17, 8, 262159, 17, 8, 262160, 17, 8, 262161, 17, 536870920, 262162, 17, 8, 262163, 17, 536870920, 262164, 17, 8, 262165, 17, 8, 262166, 17, 8, 262169, 17, 1048584, 262178, 17, 1441800, 262181, 17, 537919496, 327678, 17, 9, 327679, 17, 8, 327680, 17, 8, 327681, 17, 536870920, 327682, 17, 8, 327683, 17, 8, 327684, 17, 8, 327685, 17, 8, 327686, 17, 8, 327687, 17, 1073741832, 327688, 17, 8, 327689, 17, 8, 327690, 17, 8, 327691, 17, 8, 327692, 17, 8, 327693, 17, 8, 327694, 17, 8, 327695, 17, 8, 327696, 17, 8, 327697, 17, 8, 327698, 17, 8, 327699, 17, 1048580, 327700, 17, 6, 327701, 17, 6, 327702, 17, 6, 327703, 17, 1048583, 327704, 17, 1048583, 327705, 17, 1048582, 327714, 17, 1441798, 327715, 17, 7, 327716, 17, 7, 327717, 17, 1048582, 393214, 17, 9, 393215, 17, 8, 393216, 17, 8, 393217, 17, 8, 393218, 17, 8, 393219, 17, 8, 393220, 17, 8, 393221, 17, 8, 393222, 17, 8, 393223, 17, 8, 393224, 17, 8, 393225, 17, 8, 393226, 17, 8, 393227, 17, 8, 393228, 17, 8, 393229, 17, 8, 393230, 17, 8, 393231, 17, 8, 393232, 17, 8, 393233, 17, 8, 393234, 17, 8, 393235, 17, 1048585, 458750, 17, 9, 458751, 17, 8, 458752, 17, 6, 458753, 17, 6, 458754, 17, 6, 458755, 17, 6, 458756, 17, 6, 458757, 17, 6, 458758, 17, 6, 458759, 17, 6, 458760, 17, 6, 458761, 17, 6, 458762, 17, 6, 458763, 17, 6, 458764, 17, 6, 458765, 17, 6, 458766, 17, 6, 458767, 17, 6, 458768, 17, 6, 458769, 17, 6, 458770, 17, 6, 458771, 17, 1048581, 524286, 17, 5, 524287, 17, 6, -65511, 17, 1048579, -65510, 17, 7, -65509, 17, 7, -65508, 17, 7, -65507, 17, 7, -65506, 17, 7, -65505, 17, 7, -65504, 17, 7, -65503, 17, 7, -65502, 17, 1441795, 23, 18, 1441800, 26, 18, 655368, 27, 18, 655368, 28, 18, 655368, 29, 18, 655368, 30, 18, 655368, 31, 18, 655368, 32, 18, 655368, 33, 18, 655368, 37, 18, 1048584, 65559, 18, 1441800, 65562, 18, 655368, 65563, 18, 655368, 65564, 18, 655368, 65565, 18, 655368, 65566, 18, 655368, 65567, 18, 655368, 65568, 18, 655368, 65569, 18, 655368, 65573, 18, 1048584, 131095, 18, 1441800, 131098, 18, 655368, 131099, 18, 655368, 131100, 18, 655368, 131101, 18, 655368, 131102, 18, 655368, 131103, 18, 655368, 131104, 18, 655368, 131105, 18, 655368, 131109, 18, 1048584, 196631, 18, 1441800, 196634, 18, 655368, 196635, 18, 655368, 196636, 18, 655368, 196637, 18, 655368, 196638, 18, 655368, 196639, 18, 655368, 196640, 18, 655368, 196641, 18, 655368, 196645, 18, 1048584, 262167, 18, 1441800, 262170, 18, 655368, 262171, 18, 655368, 262172, 18, 655368, 262173, 18, 655368, 262174, 18, 655368, 262175, 18, 655368, 262176, 18, 655368, 262177, 18, 655368, 262181, 18, 1048584, 327703, 18, 1441798, 327704, 18, 1048583, 327705, 18, 1048583, 327706, 18, 655366, 327707, 18, 655366, 327708, 18, 655366, 327709, 18, 655366, 327710, 18, 655366, 327711, 18, 655366, 327712, 18, 655366, 327713, 18, 655366, 327714, 18, 1048583, 327715, 18, 7, 327716, 18, 7, 327717, 18, 1048582, -65510, 18, 655363, -65509, 18, 655363, -65508, 18, 655363, -65507, 18, 655363, -65506, 18, 655363, -65505, 18, 655363, -65504, 18, 655363, -65503, 18, 655363, 23, 19, 9, 24, 19, 8, 25, 19, 8, 26, 19, 8, 27, 19, 8, 28, 19, 8, 29, 19, 8, 30, 19, 8, 31, 19, 8, 32, 19, 8, 33, 19, 8, 34, 19, 8, 35, 19, 8, 36, 19, 8, 37, 19, 1048585, 65559, 19, 9, 65560, 19, 8, 65561, 19, 8, 65562, 19, 8, 65563, 19, 8, 65564, 19, 8, 65565, 19, 8, 65566, 19, 8, 65567, 19, 8, 65568, 19, 8, 65569, 19, 8, 65570, 19, 8, 65571, 19, 8, 65572, 19, 8, 65573, 19, 1048585, 131095, 19, 9, 131096, 19, 8, 131097, 19, 8, 131098, 19, 8, 131099, 19, 8, 131100, 19, 8, 131101, 19, 8, 131102, 19, 8, 131103, 19, 8, 131104, 19, 8, 131105, 19, 8, 131106, 19, 8, 131107, 19, 8, 131108, 19, 8, 131109, 19, 1048585, 196631, 19, 9, 196632, 19, 8, 196633, 19, 8, 196634, 19, 8, 196635, 19, 8, 196636, 19, 8, 196637, 19, 8, 196638, 19, 8, 196639, 19, 8, 196640, 19, 8, 196641, 19, 8, 196642, 19, 8, 196643, 19, 8, 196644, 19, 8, 196645, 19, 1048585, 262167, 19, 9, 262168, 19, 8, 262169, 19, 8, 262170, 19, 8, 262171, 19, 8, 262172, 19, 8, 262173, 19, 8, 262174, 19, 8, 262175, 19, 8, 262176, 19, 8, 262177, 19, 8, 262178, 19, 8, 262179, 19, 8, 262180, 19, 8, 262181, 19, 1048585, 327703, 19, 5, 327704, 19, 6, 327705, 19, 6, 327706, 19, 6, 327707, 19, 6, 327708, 19, 6, 327709, 19, 6, 327710, 19, 6, 327711, 19, 6, 327712, 19, 6, 327713, 19, 6, 327714, 19, 6, 327715, 19, 6, 327716, 19, 6, 327717, 19, 1048581, 0, 65531, 655368, 1, 65531, 655368, 2, 65531, 655368, 3, 65531, 655368, 4, 65531, 655368, 5, 65531, 655368, 6, 65531, 655368, 7, 65531, 655368, 8, 65531, 655368, 9, 65531, 655368, 10, 65531, 655368, 11, 65531, 655368, 12, 65531, 655368, 13, 65531, 655368, 14, 65531, 655369, 65534, 65531, 1441801, 65535, 65531, 655368, 65536, 65531, 655368, 65537, 65531, 655368, 65538, 65531, 655368, 65539, 65531, 655368, 65540, 65531, 655368, 65541, 65531, 655368, 65542, 65531, 655368, 65543, 65531, 655368, 65544, 65531, 655368, 65545, 65531, 655368, 65546, 65531, 655368, 65547, 65531, 655368, 65548, 65531, 655368, 65549, 65531, 655368, 65550, 65531, 655369, 131070, 65531, 1441801, 131071, 65531, 655368, 131072, 65531, 655368, 131073, 65531, 655368, 131074, 65531, 655368, 131075, 65531, 655368, 131076, 65531, 655368, 131077, 65531, 655368, 131078, 65531, 655368, 131079, 65531, 655368, 131080, 65531, 655368, 131081, 65531, 655368, 131082, 65531, 655368, 131083, 65531, 655368, 131084, 65531, 655368, 131085, 65531, 655368, 131086, 65531, 655369, 196606, 65531, 1441801, 196607, 65531, 655368, 196608, 65531, 655368, 196609, 65531, 655368, 196610, 65531, 655368, 196611, 65531, 655364, 196612, 65531, 655367, 196613, 65531, 655367, 196614, 65531, 655367, 196615, 65531, 655367, 196616, 65531, 655367, 196617, 65531, 655367, 196618, 65531, 655367, 196619, 65531, 655367, 196620, 65531, 1441796, 196621, 65531, 655368, 196622, 65531, 655369, 262142, 65531, 1441801, 262143, 65531, 655368, 262144, 65531, 655368, 262145, 65531, 655368, 262146, 65531, 655368, 262147, 65531, 655369, 262156, 65531, 1441801, 262157, 65531, 655368, 262158, 65531, 655369, 327678, 65531, 1441801, 327679, 65531, 655368, 327680, 65531, 655368, 327681, 65531, 655368, 327682, 65531, 655368, 327683, 65531, 655369, 327692, 65531, 1441801, 327693, 65531, 655368, 327694, 65531, 655369, 393214, 65531, 1441801, 393215, 65531, 655368, 393216, 65531, 655368, 393217, 65531, 655368, 393218, 65531, 655368, 393219, 65531, 655369, 393228, 65531, 1441801, 393229, 65531, 655368, 393230, 65531, 655369, 458750, 65531, 1441801, 458751, 65531, 655368, 458752, 65531, 655366, 458753, 65531, 655366, 458754, 65531, 655366, 458755, 65531, 655365, 458764, 65531, 1441801, 458765, 65531, 655368, 458766, 65531, 655369, 524286, 65531, 1441797, 524287, 65531, 655366, 524300, 65531, 1441797, 524301, 65531, 655366, 524302, 65531, 655365, 14, 65532, 1048584, 65534, 65532, 1441800, 65550, 65532, 1048584, 131070, 65532, 1441800, 131086, 65532, 1048584, 196606, 65532, 1441800, 196611, 65532, 1048579, 196612, 65532, 655367, 196613, 65532, 1441799, 196614, 65532, 1441799, 196615, 65532, 1441799, 196616, 65532, 1441799, 196617, 65532, 1441799, 196618, 65532, 1441799, 196619, 65532, 1441799, 196620, 65532, 1441795, 196622, 65532, 1048584, 262142, 65532, 1441800, 262147, 65532, 1048584, 262156, 65532, 1441800, 262158, 65532, 1048584, 327678, 65532, 1441800, 327683, 65532, 1048584, 327692, 65532, 1441800, 327694, 65532, 1048584, 393214, 65532, 1441800, 393219, 65532, 1048584, 393228, 65532, 1441800, 393230, 65532, 1048584, 458750, 65532, 1441800, 458752, 65532, 1441799, 458753, 65532, 1441799, 458754, 65532, 1441799, 458755, 65532, 1048582, 458764, 65532, 1441800, 458766, 65532, 1048584, 524286, 65532, 1441798, 524287, 65532, 1441799, 524300, 65532, 1441798, 524301, 65532, 1048583, 524302, 65532, 1048582, 15, 65533, 655368, 16, 65533, 655368, 17, 65533, 655368, 18, 65533, 655368, 19, 65533, 655369, 65534, 65533, 1441800, 65540, 65533, 3, 65551, 65533, 655368, 65552, 65533, 655368, 65553, 65533, 655368, 65554, 65533, 655368, 65555, 65533, 655369, 131070, 65533, 1441800, 131076, 65533, 2, 131077, 65533, 3, 131087, 65533, 655368, 131088, 65533, 655368, 131089, 65533, 655368, 131090, 65533, 655368, 131091, 65533, 655369, 196606, 65533, 1441800, 196611, 65533, 1048579, 196612, 65533, 6, 196613, 65533, 6, 196614, 65533, 655366, 196615, 65533, 655366, 196616, 65533, 655366, 196617, 65533, 655366, 196618, 65533, 7, 196619, 65533, 655366, 196620, 65533, 1441795, 196623, 65533, 655368, 196624, 65533, 655368, 196625, 65533, 655368, 196626, 65533, 655368, 196627, 65533, 655369, 262142, 65533, 1441800, 262147, 65533, 1048578, 262156, 65533, 1441800, 262159, 65533, 655368, 262160, 65533, 655368, 262161, 65533, 655368, 262162, 65533, 655368, 262163, 65533, 655369, 327678, 65533, 1441800, 327683, 65533, 1048584, 327692, 65533, 1441800, 327695, 65533, 655368, 327696, 65533, 655368, 327697, 65533, 655368, 327698, 65533, 655368, 327699, 65533, 655369, 393214, 65533, 1441800, 393219, 65533, 1048584, 393228, 65533, 1441800, 393231, 65533, 655368, 393232, 65533, 655368, 393233, 65533, 655368, 393234, 65533, 655368, 393235, 65533, 655369, 458750, 65533, 1441800, 458752, 65533, 1441799, 458753, 65533, 1441799, 458754, 65533, 1441799, 458755, 65533, 1048582, 458764, 65533, 1441800, 458767, 65533, 655368, 458768, 65533, 655368, 458769, 65533, 655368, 458770, 65533, 655368, 458771, 65533, 655369, 524286, 65533, 1441798, 524287, 65533, 1441799, 524300, 65533, 1441798, 524301, 65533, 655366, 524302, 65533, 655366, 524303, 65533, 655366, 524304, 65533, 655366, 524305, 65533, 655366, 524306, 65533, 655366, 524307, 65533, 655365, 19, 65534, 1048584, 65534, 65534, 1441800, 65539, 65534, 1048579, 65540, 65534, 1048583, 65541, 65534, 4, 65555, 65534, 1048584, 131070, 65534, 1441800, 131075, 65534, 1048578, 131077, 65534, 5, 131078, 65534, 4, 131091, 65534, 1048584, 196606, 65534, 1441800, 196611, 65534, 1048578, 196614, 65534, 5, 196615, 65534, 7, 196616, 65534, 655370, 196617, 65534, 7, 196618, 65534, 7, 196619, 65534, 7, 196620, 65534, 1441795, 196627, 65534, 1048584, 262142, 65534, 1441800, 262147, 65534, 1048578, 262152, 65534, 655372, 262156, 65534, 1441800, 262163, 65534, 1048584, 327678, 65534, 1441800, 327683, 65534, 1048584, 327688, 65534, 655373, 327692, 65534, 1441794, 327699, 65534, 1048584, 393214, 65534, 1441800, 393219, 65534, 1048584, 393228, 65534, 1441794, 393235, 65534, 1048584, 458750, 65534, 1441800, 458752, 65534, 1441799, 458753, 65534, 1441799, 458754, 65534, 1441799, 458755, 65534, 1048582, 458764, 65534, 1441794, 458771, 65534, 1048584, 524286, 65534, 1441798, 524287, 65534, 1441799, 524300, 65534, 1441798, 524301, 65534, 1048583, 524302, 65534, 1048583, 524303, 65534, 1048583, 524304, 65534, 1048583, 524305, 65534, 1048583, 524306, 65534, 1048583, 524307, 65534, 1048582, 4, 65535, 2, 5, 65535, 2, 6, 65535, 2, 7, 65535, 2, 8, 65535, 2, 9, 65535, 2, 10, 65535, 2, 11, 65535, 2, 19, 65535, 655368, 20, 65535, 655368, 21, 65535, 655368, 22, 65535, 655368, 23, 65535, 655368, 24, 65535, 655368, 25, 65535, 655368, 26, 65535, 655368, 27, 65535, 655368, 28, 65535, 655368, 29, 65535, 655368, 30, 65535, 655368, 31, 65535, 655368, 32, 65535, 655368, 33, 65535, 655368, 34, 65535, 655368, 35, 65535, 655368, 36, 65535, 655368, 37, 65535, 655368, 38, 65535, 655369, 65534, 65535, 1441800, 65539, 65535, 1048579, 65540, 65535, 6, 65541, 65535, 6, 65542, 65535, 9, 65543, 65535, 2, 65544, 65535, 2, 65545, 65535, 2, 65546, 65535, 2, 65547, 65535, 2, 65555, 65535, 1048584, 65556, 65535, 655366, 65557, 65535, 655366, 65558, 65535, 655366, 65559, 65535, 655366, 65560, 65535, 655366, 65561, 65535, 655366, 65562, 65535, 655366, 65563, 65535, 655366, 65564, 65535, 655366, 65565, 65535, 655366, 65566, 65535, 655366, 65567, 65535, 655366, 65568, 65535, 655366, 65569, 65535, 655366, 65570, 65535, 655366, 65571, 65535, 655366, 65572, 65535, 655366, 65573, 65535, 655366, 65574, 65535, 655365, 131070, 65535, 1441800, 131075, 65535, 1048578, 131078, 65535, 5, 131079, 65535, 9, 131080, 65535, 2, 131081, 65535, 2, 131082, 65535, 2, 131083, 65535, 2, 131091, 65535, 1048584, 196606, 65535, 1441800, 196611, 65535, 1048578, 196615, 65535, 5, 196616, 65535, 6, 196617, 65535, 6, 196618, 65535, 6, 196619, 65535, 6, 196620, 65535, 1441795, 196627, 65535, 1048584, 262142, 65535, 1441800, 262147, 65535, 1048578, 262156, 65535, 1441800, 262163, 65535, 1048584, 327678, 65535, 1441800, 327683, 65535, 1048584, 327692, 65535, 1441794, 327699, 65535, 1048584, 393214, 65535, 1441800, 393219, 65535, 1048584, 393228, 65535, 1441794, 393235, 65535, 1048584, 458750, 65535, 1441800, 458752, 65535, 1441799, 458753, 65535, 1441799, 458754, 65535, 1441799, 458755, 65535, 1048582, 458764, 65535, 1441794, 458771, 65535, 1048584, 524286, 65535, 1441798, 524287, 65535, 1441799, 524300, 65535, 1441798, 524301, 65535, 1048583, 524302, 65535, 1048583, 524303, 65535, 1048583, 524304, 65535, 1048583, 524305, 65535, 1048583, 524306, 65535, 1048583, 524307, 65535, 1048582, -65532, 65535, 3, -65531, 65535, 3, -65530, 65535, 3, -65529, 65535, 3, -65528, 65535, 3, -65527, 65535, 3, -65526, 65535, 3, -65525, 65535, 3) -} -__meta__ = { -"_editor_clip_": 0, -"_editor_floor_": Vector3(0, 0, 0) +"cells": PackedInt32Array(3, 0, 1048584, 12, 0, 1441800, 38, 0, 1048584, 65534, 0, 1441800, 65539, 0, 1048584, 65548, 0, 1441800, 65555, 0, 1048584, 65556, 0, 1048583, 65557, 0, 1048583, 65558, 0, 1048583, 65559, 0, 1048583, 65560, 0, 1048583, 65561, 0, 7, 65562, 0, 7, 65563, 0, 7, 65564, 0, 7, 65565, 0, 7, 65566, 0, 7, 65567, 0, 7, 65568, 0, 7, 65569, 0, 7, 65570, 0, 7, 65571, 0, 7, 65572, 0, 7, 65573, 0, 7, 65574, 0, 1048582, 131070, 0, 1441800, 131075, 0, 1048578, 131084, 0, 1441800, 131091, 0, 1048584, 196606, 0, 1441800, 196611, 0, 1048578, 196620, 0, 1441800, 196627, 0, 1048584, 262142, 0, 1441800, 262147, 0, 1048578, 262156, 0, 1441800, 262163, 0, 1048584, 327678, 0, 1441800, 327683, 0, 1048584, 327692, 0, 1441794, 327699, 0, 1048584, 393214, 0, 1441800, 393219, 0, 1048584, 393228, 0, 1441794, 393235, 0, 1048584, 458750, 0, 1441800, 458752, 0, 1441799, 458753, 0, 1441799, 458754, 0, 1441799, 458755, 0, 1048582, 458764, 0, 1441794, 458771, 0, 1048584, 524286, 0, 1441798, 524287, 0, 1441799, 524300, 0, 1441798, 524301, 0, 1048583, 524302, 0, 1048583, 524303, 0, 1048583, 524304, 0, 1048583, 524305, 0, 1048583, 524306, 0, 1048583, 524307, 0, 1048582, -65533, 0, 1048579, -65532, 0, 1441799, -65531, 0, 1441799, -65530, 0, 1441799, -65529, 0, 1441799, -65528, 0, 1441799, -65527, 0, 1441799, -65526, 0, 1441799, -65525, 0, 1441799, -65524, 0, 1441795, 3, 1, 1048584, 12, 1, 1441800, 29, 1, 8, 30, 1, 8, 31, 1, 8, 38, 1, 1048584, 65534, 1, 1441800, 65539, 1, 1048584, 65548, 1, 1441800, 65555, 1, 1048584, 65556, 1, 655367, 65557, 1, 655367, 65558, 1, 655367, 65559, 1, 655367, 65560, 1, 655367, 65561, 1, 655367, 65562, 1, 655367, 65563, 1, 655367, 65564, 1, 6, 65565, 1, 6, 65566, 1, 6, 65567, 1, 6, 65568, 1, 7, 65569, 1, 7, 65570, 1, 7, 65571, 1, 7, 65572, 1, 1048583, 65573, 1, 7, 65574, 1, 1048582, 131070, 1, 1441800, 131075, 1, 1048578, 131084, 1, 1441800, 131091, 1, 1048584, 196606, 1, 1441800, 196611, 1, 1048578, 196620, 1, 1441800, 196627, 1, 1048584, 262142, 1, 1441800, 262147, 1, 1048578, 262156, 1, 1441800, 262163, 1, 1048584, 327678, 1, 1441800, 327683, 1, 1048584, 327692, 1, 1441794, 327699, 1, 1048584, 393214, 1, 1441800, 393219, 1, 1048584, 393228, 1, 1441794, 393235, 1, 1048584, 458750, 1, 1441800, 458752, 1, 655367, 458753, 1, 1441799, 458754, 1, 1441799, 458755, 1, 1048582, 458764, 1, 1441794, 458771, 1, 1048584, 524286, 1, 1441798, 524287, 1, 1441799, 524300, 1, 1441798, 524301, 1, 1048583, 524302, 1, 1048583, 524303, 1, 1048583, 524304, 1, 1048583, 524305, 1, 1048583, 524306, 1, 1048583, 524307, 1, 1048582, -65533, 1, 1048579, -65532, 1, 1441799, -65531, 1, 1441799, -65530, 1, 1441799, -65529, 1, 1441799, -65528, 1, 1441799, -65527, 1, 1441799, -65526, 1, 1441799, -65525, 1, 1441799, -65524, 1, 1441795, -65507, 1, 3, -65506, 1, 3, -65505, 1, 3, 3, 2, 1048584, 5, 2, 1441797, 6, 2, 655365, 8, 2, 1441801, 9, 2, 655368, 10, 2, 655368, 11, 2, 655368, 12, 2, 1441800, 28, 2, 1048584, 32, 2, 9, 38, 2, 1048584, 65534, 2, 1441800, 65539, 2, 1048584, 65544, 2, 1441797, 65545, 2, 655366, 65546, 2, 655366, 65547, 2, 655366, 65548, 2, 1441800, 65555, 2, 1048584, 65556, 2, 655368, 65557, 2, 655368, 65558, 2, 655368, 65559, 2, 655368, 65560, 2, 655363, 65561, 2, 655363, 65562, 2, 655363, 65563, 2, 655363, 65564, 2, 655369, 65568, 2, 5, 65569, 2, 7, 65570, 2, 7, 65571, 2, 7, 65572, 2, 1048583, 65573, 2, 7, 65574, 2, 1048582, 131070, 2, 1441800, 131075, 2, 1048578, 131084, 2, 1441800, 131091, 2, 1048584, 131092, 2, 655368, 131093, 2, 655368, 131094, 2, 655368, 131095, 2, 655368, 131096, 2, 655368, 131097, 2, 655368, 131098, 2, 655368, 131099, 2, 655368, 131100, 2, 655369, 196606, 2, 1441800, 196611, 2, 1048578, 196620, 2, 1441800, 196627, 2, 1048584, 196628, 2, 655366, 196629, 2, 655366, 196630, 2, 655366, 196631, 2, 655366, 196632, 2, 655366, 196633, 2, 655366, 196634, 2, 655366, 196635, 2, 655366, 196636, 2, 655365, 262142, 2, 1441800, 262147, 2, 1048578, 262156, 2, 1441800, 262163, 2, 1048584, 327678, 2, 1441800, 327683, 2, 1048584, 327692, 2, 1441794, 327699, 2, 1048584, 393214, 2, 1441800, 393219, 2, 1048584, 393228, 2, 1441794, 393235, 2, 1048584, 458750, 2, 1441800, 458752, 2, 1441799, 458753, 2, 1441799, 458754, 2, 1441799, 458755, 2, 1048582, 458764, 2, 1441794, 458771, 2, 1048584, 524286, 2, 1441798, 524287, 2, 1441799, 524300, 2, 1441798, 524301, 2, 1048583, 524302, 2, 1048583, 524303, 2, 1048583, 524304, 2, 1048583, 524305, 2, 1048583, 524306, 2, 1048583, 524307, 2, 1048582, -65533, 2, 1048579, -65532, 2, 1048583, -65531, 2, 1441796, -65530, 2, 655364, -65529, 2, 1441799, -65528, 2, 1441796, -65527, 2, 655363, -65526, 2, 655363, -65525, 2, 655363, -65524, 2, 1441800, -65508, 2, 1048579, -65507, 2, 1441799, -65506, 2, 1441799, -65505, 2, 1441799, -65504, 2, 4, 3, 3, 1048584, 5, 3, 5, 6, 3, 1048581, 8, 3, 9, 9, 3, 8, 10, 3, 8, 11, 3, 8, 12, 3, 1441800, 28, 3, 1048585, 33, 3, 9, 38, 3, 1048584, 65534, 3, 1441800, 65539, 3, 1048584, 65544, 3, 5, 65545, 3, 6, 65546, 3, 6, 65547, 3, 6, 65548, 3, 1441800, 65555, 3, 1048584, 65564, 3, 1048585, 65569, 3, 5, 65570, 3, 7, 65571, 3, 7, 65572, 3, 1048583, 65573, 3, 7, 65574, 3, 1048582, 131070, 3, 1441800, 131075, 3, 1048578, 131084, 3, 1441800, 131091, 3, 1048584, 131100, 3, 1048585, 196606, 3, 1441800, 196611, 3, 1048578, 196620, 3, 1441800, 196627, 3, 1048584, 196628, 3, 655368, 196629, 3, 655368, 196630, 3, 655368, 196631, 3, 655368, 196632, 3, 655363, 196633, 3, 655363, 196634, 3, 655363, 196635, 3, 655364, 196636, 3, 1048581, 262142, 3, 1441800, 262147, 3, 1048578, 262156, 3, 1441800, 262163, 3, 1048584, 262164, 3, 655366, 262165, 3, 655366, 262166, 3, 655366, 262167, 3, 655366, 262168, 3, 655366, 262169, 3, 655366, 262170, 3, 655366, 262171, 3, 655365, 327678, 3, 1441800, 327683, 3, 1048584, 327692, 3, 1441794, 327699, 3, 1048584, 393214, 3, 1441800, 393219, 3, 1048584, 393228, 3, 1441794, 393235, 3, 1048584, 458750, 3, 1441800, 458752, 3, 1441799, 458753, 3, 1441799, 458754, 3, 1441799, 458755, 3, 1048582, 458764, 3, 1441794, 458771, 3, 1048578, 524286, 3, 1441798, 524287, 3, 655367, 524300, 3, 1441798, 524301, 3, 1048583, 524302, 3, 1048583, 524303, 3, 1048583, 524304, 3, 1048583, 524305, 3, 1048583, 524306, 3, 1048583, 524307, 3, 1048582, -65533, 3, 1048579, -65532, 3, 1048583, -65531, 3, 4, -65530, 3, 1048580, -65529, 3, 1441799, -65528, 3, 4, -65527, 3, 3, -65526, 3, 3, -65525, 3, 3, -65524, 3, 1441800, -65508, 3, 1048580, -65507, 3, 1441799, -65506, 3, 1441799, -65505, 3, 1441799, -65504, 3, 1441799, -65503, 3, 4, 3, 4, 1048584, 12, 4, 1441800, 27, 4, 1048584, 34, 4, 1441800, 38, 4, 1048584, 65534, 4, 1441800, 65539, 4, 1048584, 65548, 4, 1441800, 65563, 4, 1048584, 65570, 4, 1441798, 65571, 4, 7, 65572, 4, 1048583, 65573, 4, 7, 65574, 4, 1048582, 131070, 4, 1441800, 131075, 4, 1048578, 131084, 4, 9, 131085, 4, 3, 131086, 4, 3, 131087, 4, 3, 131088, 4, 3, 131089, 4, 3, 131090, 4, 3, 131099, 4, 1048584, 196606, 4, 1441800, 196611, 4, 1048578, 196620, 4, 9, 196621, 4, 8, 196622, 4, 8, 196623, 4, 8, 196624, 4, 8, 196625, 4, 8, 196626, 4, 8, 196628, 4, 655368, 196629, 4, 655368, 196630, 4, 655368, 196631, 4, 655368, 196632, 4, 655368, 196635, 4, 1048584, 262142, 4, 1441800, 262147, 4, 1048578, 262156, 4, 1441800, 262164, 4, 655368, 262165, 4, 655368, 262166, 4, 655368, 262167, 4, 655368, 262168, 4, 655363, 262169, 4, 655363, 262170, 4, 655364, 262171, 4, 1048582, 327678, 4, 1441800, 327680, 4, 8, 327681, 4, 8, 327682, 4, 8, 327683, 4, 1048585, 327691, 4, 1441808, 327692, 4, 9, 327693, 4, 3, 327694, 4, 3, 327695, 4, 3, 327696, 4, 3, 327697, 4, 3, 327700, 4, 655368, 327701, 4, 655368, 327702, 4, 655368, 327703, 4, 655368, 327704, 4, 655368, 327705, 4, 655368, 327706, 4, 655369, 393214, 4, 1441800, 393216, 4, 8, 393217, 4, 8, 393218, 4, 8, 393219, 4, 1048585, 393228, 4, 9, 393229, 4, 2, 393230, 4, 2, 393231, 4, 2, 393232, 4, 2, 393233, 4, 2, 393236, 4, 655368, 393237, 4, 655368, 393238, 4, 655368, 393239, 4, 655368, 393240, 4, 655368, 393241, 4, 655368, 393242, 4, 655369, 458750, 4, 1441800, 458752, 4, 6, 458753, 4, 6, 458754, 4, 6, 458755, 4, 1048581, 458764, 4, 1441800, 458771, 4, 1048578, 458772, 4, 655366, 458773, 4, 655366, 458774, 4, 655366, 458775, 4, 655366, 458776, 4, 655366, 458777, 4, 655366, 458778, 4, 655365, 524286, 4, 1441798, 524287, 4, 1048583, 524300, 4, 1441798, 524301, 4, 1048583, 524302, 4, 1048583, 524303, 4, 1048583, 524304, 4, 1048583, 524305, 4, 1048583, 524306, 4, 1048583, 524307, 4, 1048582, -65533, 4, 1048579, -65532, 4, 7, -65531, 4, 7, -65530, 4, 7, -65529, 4, 7, -65528, 4, 1441799, -65527, 4, 1441799, -65526, 4, 1441799, -65525, 4, 1441799, -65524, 4, 1441800, -65509, 4, 1048579, -65508, 4, 1441799, -65507, 4, 1441799, -65506, 4, 1441799, -65505, 4, 1441799, -65504, 4, 1441799, -65503, 4, 1441799, -65502, 4, 1441795, 3, 5, 1048584, 11, 5, 1441801, 27, 5, 1048584, 34, 5, 9, 38, 5, 1048584, 65534, 5, 1441800, 65538, 5, 3, 65539, 5, 1048580, 65547, 5, 1441801, 65563, 5, 1048584, 65570, 5, 5, 65571, 5, 7, 65572, 5, 7, 65573, 5, 7, 65574, 5, 1048582, 131070, 5, 1441800, 131074, 5, 2, 131075, 5, 1048585, 131083, 5, 1441797, 131084, 5, 7, 131085, 5, 7, 131086, 5, 7, 131087, 5, 7, 131088, 5, 7, 131089, 5, 7, 131090, 5, 7, 131091, 5, 1441795, 131099, 5, 1048584, 196606, 5, 1441800, 196610, 5, 2, 196611, 5, 1048585, 196627, 5, 1441800, 196635, 5, 1048584, 262142, 5, 1441800, 262146, 5, 2, 262147, 5, 1048585, 262156, 5, 1441806, 262157, 5, 1, 262158, 5, 1, 262159, 5, 1, 262160, 5, 1, 262161, 5, 655361, 262162, 5, 655361, 262170, 5, 1048579, 262171, 5, 1048582, 327678, 5, 1441800, 327680, 5, 1048583, 327681, 5, 1441798, 327682, 5, 6, 327683, 5, 1048581, 327692, 5, 1441798, 327693, 5, 7, 327694, 5, 1441795, 327695, 5, 7, 327696, 5, 7, 327697, 5, 1048583, 327698, 5, 1441795, 327706, 5, 1048584, 393214, 5, 1441800, 393215, 5, 1048584, 393230, 5, 1441800, 393234, 5, 1441794, 393242, 5, 1048584, 458750, 5, 1441800, 458751, 5, 1048584, 458764, 5, 1441806, 458765, 5, 655361, 458766, 5, 655361, 458767, 5, 655361, 458768, 5, 655361, 458769, 5, 655361, 458771, 5, 1048578, 458772, 5, 1048583, 458773, 5, 1048583, 458774, 5, 1048583, 458775, 5, 1048583, 458776, 5, 1048583, 458777, 5, 1048583, 458778, 5, 1048582, 524286, 5, 1441798, 524287, 5, 1048582, 524300, 5, 1441798, 524301, 5, 1441799, 524302, 5, 1441799, 524303, 5, 1441799, 524304, 5, 1441799, 524305, 5, 1441799, 524306, 5, 1441799, 524307, 5, 1048582, -65533, 5, 1048579, -65532, 5, 7, -65531, 5, 7, -65530, 5, 7, -65529, 5, 1048583, -65528, 5, 1441799, -65527, 5, 1441799, -65526, 5, 1441799, -65525, 5, 1441796, -65509, 5, 1048579, -65508, 5, 1441799, -65507, 5, 1441799, -65506, 5, 1441799, -65505, 5, 1441799, -65504, 5, 1441799, -65503, 5, 1441799, -65502, 5, 4, 2, 6, 655368, 3, 6, 655368, 4, 6, 655369, 11, 6, 1441794, 27, 6, 1048584, 35, 6, 1441800, 38, 6, 1048584, 65534, 6, 1441800, 65537, 6, 1048579, 65538, 6, 655366, 65539, 6, 655366, 65540, 6, 655365, 65547, 6, 1441794, 65563, 6, 1048584, 65571, 6, 1441798, 65572, 6, 7, 65573, 6, 7, 65574, 6, 1048582, 131070, 6, 1441800, 131073, 6, 1048584, 131083, 6, 1441798, 131084, 6, 7, 131085, 6, 7, 131086, 6, 7, 131087, 6, 7, 131088, 6, 7, 131089, 6, 7, 131090, 6, 7, 131091, 6, 1441795, 131099, 6, 1048584, 196606, 6, 1441800, 196609, 6, 1048584, 196627, 6, 1441800, 196635, 6, 1048584, 262142, 6, 1441800, 262145, 6, 1048584, 262156, 6, 1441806, 262157, 6, 1, 262158, 6, 1, 262159, 6, 1, 262160, 6, 1, 262161, 6, 655361, 262162, 6, 655361, 262170, 6, 1048579, 262171, 6, 1048582, 327678, 6, 1441800, 327680, 6, 1441799, 327681, 6, 1048582, 327692, 6, 1441798, 327693, 6, 7, 327694, 6, 1441795, 327695, 6, 7, 327696, 6, 7, 327697, 6, 1048583, 327698, 6, 1441795, 327706, 6, 1048584, 393214, 6, 1441800, 393215, 6, 1048584, 393230, 6, 1441800, 393234, 6, 1441794, 393242, 6, 1048584, 458750, 6, 1441800, 458751, 6, 1048584, 458764, 6, 1441806, 458765, 6, 655361, 458766, 6, 655361, 458767, 6, 655361, 458768, 6, 655361, 458769, 6, 655361, 458771, 6, 1048578, 458772, 6, 1048583, 458773, 6, 1048583, 458774, 6, 1048583, 458775, 6, 1048583, 458776, 6, 1048583, 458777, 6, 1048583, 458778, 6, 1048582, 524286, 6, 1441798, 524287, 6, 1048582, 524300, 6, 1441798, 524301, 6, 1441799, 524302, 6, 1441799, 524303, 6, 1441799, 524304, 6, 1441799, 524305, 6, 1441799, 524306, 6, 1441799, 524307, 6, 1048582, -65534, 6, 655363, -65533, 6, 655363, -65532, 6, 655364, -65531, 6, 655367, -65530, 6, 655367, -65529, 6, 1048583, -65528, 6, 7, -65527, 6, 1441799, -65526, 6, 1441799, -65525, 6, 1441795, -65509, 6, 1048579, -65508, 6, 1441799, -65507, 6, 1441799, -65506, 6, 1441799, -65505, 6, 1441799, -65504, 6, 1441799, -65503, 6, 1441799, -65502, 6, 1441799, -65501, 6, 1441795, 4, 7, 1048584, 6, 7, 11, 11, 7, 9, 27, 7, 1048584, 35, 7, 1441800, 39, 7, 655369, 65534, 7, 1441800, 65537, 7, 1048579, 65538, 7, 1441799, 65539, 7, 1441799, 65540, 7, 1048582, 65542, 7, 12, 65547, 7, 9, 65563, 7, 1048584, 65571, 7, 1441798, 65572, 7, 7, 65573, 7, 7, 65574, 7, 7, 65575, 7, 655365, 131070, 7, 1441800, 131073, 7, 1048584, 131078, 7, 1441804, 131083, 7, 5, 131084, 7, 7, 131085, 7, 1441796, 131086, 7, 655363, 131087, 7, 655363, 131088, 7, 655364, 131089, 7, 7, 131090, 7, 7, 131091, 7, 1441795, 131099, 7, 1048584, 196606, 7, 1441800, 196609, 7, 1048584, 196614, 7, 13, 196621, 7, 1441801, 196622, 7, 655362, 196623, 7, 655362, 196624, 7, 655369, 196627, 7, 1441800, 196635, 7, 1048584, 262142, 7, 1441800, 262145, 7, 1048584, 262156, 7, 1441806, 262157, 7, 1441806, 262158, 7, 1, 262159, 7, 1, 262160, 7, 1, 262161, 7, 655361, 262162, 7, 655361, 262170, 7, 1048579, 262171, 7, 1048582, 327678, 7, 1441800, 327680, 7, 1441799, 327681, 7, 1048582, 327691, 7, 1441809, 327692, 7, 1441801, 327693, 7, 655363, 327694, 7, 655363, 327695, 7, 655363, 327696, 7, 655364, 327697, 7, 1048583, 327698, 7, 1441795, 327706, 7, 1048584, 393214, 7, 1441800, 393215, 7, 1048584, 393228, 7, 1441801, 393229, 7, 655368, 393230, 7, 655368, 393231, 7, 655368, 393232, 7, 655369, 393234, 7, 1441794, 393242, 7, 1048584, 458750, 7, 1441800, 458751, 7, 1048584, 458764, 7, 1441800, 458768, 7, 655361, 458769, 7, 655361, 458771, 7, 1048578, 458772, 7, 1048583, 458773, 7, 1048583, 458774, 7, 1048583, 458775, 7, 1048583, 458776, 7, 1048583, 458777, 7, 1048583, 458778, 7, 1048582, 524286, 7, 1441798, 524287, 7, 1048582, 524300, 7, 1441798, 524301, 7, 1441799, 524302, 7, 1441799, 524303, 7, 1441799, 524304, 7, 1441799, 524305, 7, 1441799, 524306, 7, 1441799, 524307, 7, 1048582, -65532, 7, 1048579, -65531, 7, 1048583, -65530, 7, 10, -65529, 7, 1441799, -65528, 7, 1441799, -65527, 7, 1441799, -65526, 7, 1441799, -65525, 7, 4, -65509, 7, 1048579, -65508, 7, 1441799, -65507, 7, 1441799, -65506, 7, 1441799, -65505, 7, 1441799, -65504, 7, 1441799, -65503, 7, 1441799, -65502, 7, 1441799, -65501, 7, 1441795, 2, 8, 3, 3, 8, 3, 4, 8, 1048585, 12, 8, 1441800, 27, 8, 1048584, 35, 8, 1441800, 40, 8, 655369, 65534, 8, 1441800, 65537, 8, 1048579, 65538, 8, 6, 65539, 8, 6, 65540, 8, 1048581, 65548, 8, 1441800, 65563, 8, 1048584, 65571, 8, 1441798, 65572, 8, 7, 65573, 8, 7, 65574, 8, 7, 65575, 8, 7, 65576, 8, 655365, 131070, 8, 1441800, 131073, 8, 1048584, 131084, 8, 1441796, 131088, 8, 1048579, 131089, 8, 7, 131090, 8, 7, 131091, 8, 1441795, 131099, 8, 1048584, 196606, 8, 1441800, 196609, 8, 1048584, 196620, 8, 1441801, 196624, 8, 1048584, 196627, 8, 1441800, 196635, 8, 1048584, 262142, 8, 1441800, 262145, 8, 1048584, 262156, 8, 1441800, 262161, 8, 655361, 262162, 8, 655361, 262170, 8, 1048579, 262171, 8, 1048582, 327678, 8, 1441800, 327680, 8, 1441799, 327681, 8, 1048582, 327692, 8, 1441800, 327695, 8, 3, 327696, 8, 1048580, 327697, 8, 1048583, 327698, 8, 1441795, 327706, 8, 1048584, 393214, 8, 1441800, 393215, 8, 1048584, 393228, 8, 1441800, 393231, 8, 8, 393232, 8, 1048585, 393234, 8, 1441794, 393242, 8, 1048584, 458750, 8, 1441800, 458751, 8, 1048584, 458764, 8, 9, 458769, 8, 655361, 458771, 8, 1048578, 458772, 8, 1048583, 458773, 8, 1048583, 458774, 8, 1048583, 458775, 8, 1048583, 458776, 8, 1048583, 458777, 8, 1048583, 458778, 8, 1048582, 524286, 8, 1441798, 524287, 8, 1048582, 524300, 8, 5, 524301, 8, 1441799, 524302, 8, 1441799, 524303, 8, 1441799, 524304, 8, 1441799, 524305, 8, 1441799, 524306, 8, 1441799, 524307, 8, 1048582, -65534, 8, 3, -65533, 8, 3, -65532, 8, 1048580, -65531, 8, 655367, -65530, 8, 655367, -65529, 8, 655367, -65528, 8, 1441799, -65527, 8, 1441799, -65526, 8, 1441799, -65525, 8, 655367, -65524, 8, 1441795, -65509, 8, 1048579, -65508, 8, 1441799, -65507, 8, 1441799, -65506, 8, 1441799, -65505, 8, 1441799, -65504, 8, 1441799, -65503, 8, 1441799, -65502, 8, 1441799, -65501, 8, 1441795, 1, 9, 1048579, 2, 9, 5, 3, 9, 1048581, 8, 9, 11, 12, 9, 1441800, 27, 9, 1048584, 35, 9, 1441800, 40, 9, 1048584, 65534, 9, 1441800, 65537, 9, 1048578, 65544, 9, 12, 65548, 9, 1441800, 65563, 9, 1048584, 65570, 9, 1441809, 65571, 9, 1441801, 65572, 9, 655363, 65573, 9, 655363, 65574, 9, 655363, 65575, 9, 655363, 65576, 9, 655364, 131070, 9, 1441800, 131073, 9, 1048578, 131080, 9, 1048588, 131084, 9, 1441800, 131088, 9, 1048579, 131089, 9, 7, 131090, 9, 7, 131091, 9, 1441795, 131099, 9, 1048584, 131107, 9, 1441797, 131108, 9, 655366, 131109, 9, 655366, 131110, 9, 655366, 131111, 9, 655366, 131112, 9, 655365, 196606, 9, 1441800, 196609, 9, 1048578, 196616, 9, 1048588, 196620, 9, 1441800, 196624, 9, 1048584, 196627, 9, 1441800, 196635, 9, 1048584, 262142, 9, 1441800, 262145, 9, 1048578, 262152, 9, 1048589, 262156, 9, 1441800, 262161, 9, 655361, 262162, 9, 655361, 262169, 9, 3, 262170, 9, 1048580, 262171, 9, 1048582, 327678, 9, 1441800, 327680, 9, 655368, 327681, 9, 655369, 327682, 9, 1048592, 327692, 9, 1441800, 327694, 9, 1048579, 327695, 9, 1441799, 327696, 9, 1441799, 327697, 9, 1441799, 327698, 9, 1441795, 327705, 9, 8, 327706, 9, 1048585, 393214, 9, 1441800, 393216, 9, 655368, 393217, 9, 655369, 393228, 9, 1441800, 393230, 9, 1048584, 393234, 9, 1441794, 393241, 9, 8, 393242, 9, 1048585, 458750, 9, 1441800, 458752, 9, 655366, 458753, 9, 655365, 458764, 9, 1441798, 458765, 9, 1441795, 458767, 9, 655361, 458768, 9, 655361, 458769, 9, 655361, 458771, 9, 1048578, 458772, 9, 1048583, 458773, 9, 1048583, 458774, 9, 1048583, 458775, 9, 1048583, 458776, 9, 1048583, 458777, 9, 6, 458778, 9, 1048581, 524286, 9, 1441798, 524287, 9, 655367, 524301, 9, 1441798, 524302, 9, 1441799, 524303, 9, 1441799, 524304, 9, 1441799, 524305, 9, 1441799, 524306, 9, 1441799, 524307, 9, 1048582, -65535, 9, 1048584, -65534, 9, 4, -65533, 9, 1048580, -65532, 9, 7, -65531, 9, 7, -65530, 9, 7, -65529, 9, 7, -65528, 9, 10, -65527, 9, 1441799, -65526, 9, 1441799, -65525, 9, 655367, -65524, 9, 1441795, -65509, 9, 1048579, -65508, 9, 1441799, -65507, 9, 1441799, -65506, 9, 1441799, -65505, 9, 1441799, -65504, 9, 1441799, -65503, 9, 1441799, -65502, 9, 1441799, -65501, 9, 1441795, 1, 10, 1048578, 12, 10, 1441800, 26, 10, 8, 27, 10, 1048585, 35, 10, 1441800, 40, 10, 1048584, 65534, 10, 1441800, 65537, 10, 1048578, 65548, 10, 1441800, 65561, 10, 3, 65562, 10, 3, 65563, 10, 1048585, 65571, 10, 1441800, 65576, 10, 1048584, 131070, 10, 1441800, 131073, 10, 1048578, 131084, 10, 1441800, 131088, 10, 1048580, 131089, 10, 1048583, 131090, 10, 1048583, 131091, 10, 4, 131097, 10, 8, 131098, 10, 8, 131099, 10, 1048585, 131106, 10, 1441809, 131107, 10, 1441801, 131108, 10, 655363, 131109, 10, 655363, 131110, 10, 655363, 131111, 10, 655363, 131112, 10, 655364, 196606, 10, 1441800, 196609, 10, 1048578, 196620, 10, 1441800, 196624, 10, 1048585, 196627, 10, 9, 196633, 10, 8, 196634, 10, 8, 196635, 10, 1048585, 196643, 10, 1441797, 196644, 10, 655366, 196645, 10, 655366, 196646, 10, 655366, 196647, 10, 655366, 196648, 10, 655365, 262142, 10, 1441800, 262145, 10, 1048578, 262156, 10, 1441800, 262161, 10, 1, 262162, 10, 1, 262168, 10, 1048579, 262169, 10, 6, 262170, 10, 6, 262171, 10, 1048581, 327678, 10, 1441800, 327681, 10, 1048578, 327685, 10, 655377, 327689, 10, 655376, 327692, 10, 1441800, 327694, 10, 1048579, 327695, 10, 1441799, 327696, 10, 1441796, 327697, 10, 655363, 327704, 10, 1048584, 393214, 10, 1441800, 393217, 10, 1048584, 393228, 10, 1441800, 393230, 10, 1048584, 393232, 10, 1441801, 393233, 10, 655362, 393240, 10, 1048584, 458750, 10, 1441800, 458752, 10, 6, 458753, 10, 1048582, 458764, 10, 1441798, 458765, 10, 4, 458766, 10, 3, 458767, 10, 14, 458768, 10, 3, 458769, 10, 8, 458770, 10, 8, 458771, 10, 1048585, 458772, 10, 1048583, 458773, 10, 1048583, 458774, 10, 1048583, 458775, 10, 1048583, 458776, 10, 1048582, 524286, 10, 1441798, 524287, 10, 655367, 524301, 10, 5, 524302, 10, 6, 524303, 10, 6, 524304, 10, 6, 524305, 10, 6, 524306, 10, 6, 524307, 10, 1048581, -65535, 10, 1048579, -65534, 10, 1048583, -65533, 10, 7, -65532, 10, 7, -65531, 10, 7, -65530, 10, 7, -65529, 10, 7, -65528, 10, 655367, -65527, 10, 655367, -65526, 10, 655367, -65525, 10, 655367, -65524, 10, 1441795, -65511, 10, 3, -65510, 10, 3, -65509, 10, 1048580, -65508, 10, 7, -65507, 10, 7, -65506, 10, 7, -65505, 10, 7, -65504, 10, 7, -65503, 10, 7, -65502, 10, 1441799, -65501, 10, 1441795, 2, 11, 655368, 3, 11, 655368, 4, 11, 655368, 5, 11, 655368, 6, 11, 655368, 7, 11, 655368, 8, 11, 655368, 9, 11, 655368, 10, 11, 655368, 11, 11, 655368, 21, 11, 8, 22, 11, 8, 23, 11, 8, 24, 11, 1048585, 25, 11, 1441801, 26, 11, 655369, 35, 11, 1441800, 40, 11, 1048584, 65534, 11, 1441800, 65538, 11, 655368, 65539, 11, 655368, 65540, 11, 655368, 65541, 11, 655368, 65542, 11, 655368, 65543, 11, 655368, 65544, 11, 655368, 65545, 11, 655368, 65546, 11, 655368, 65547, 11, 655368, 65549, 11, 8, 65550, 11, 8, 65551, 11, 8, 65552, 11, 8, 65553, 11, 8, 65554, 11, 8, 65555, 11, 8, 65556, 11, 8, 65557, 11, 8, 65558, 11, 8, 65559, 11, 8, 65560, 11, 1048585, 65561, 11, 1441797, 65562, 11, 655365, 65571, 11, 1441800, 65576, 11, 1048584, 131070, 11, 1441800, 131074, 11, 655368, 131075, 11, 655368, 131076, 11, 655368, 131077, 11, 655368, 131078, 11, 655368, 131079, 11, 655368, 131080, 11, 655368, 131081, 11, 655368, 131082, 11, 655368, 131083, 11, 655368, 131085, 11, 8, 131086, 11, 8, 131087, 11, 1048585, 131088, 11, 6, 131089, 11, 6, 131090, 11, 6, 131091, 11, 6, 131092, 11, 9, 131093, 11, 8, 131094, 11, 8, 131095, 11, 8, 131096, 11, 1048585, 131107, 11, 1441800, 131112, 11, 1048584, 196606, 11, 1441800, 196610, 11, 655368, 196611, 11, 655368, 196612, 11, 655368, 196613, 11, 655368, 196614, 11, 655368, 196615, 11, 655368, 196616, 11, 655368, 196617, 11, 655368, 196618, 11, 655368, 196619, 11, 655368, 196621, 11, 8, 196622, 11, 8, 196623, 11, 1048585, 196628, 11, 9, 196629, 11, 8, 196630, 11, 8, 196631, 11, 8, 196632, 11, 1048585, 196642, 11, 1441809, 196643, 11, 1441801, 196644, 11, 655363, 196645, 11, 655363, 196646, 11, 655363, 196647, 11, 655363, 196648, 11, 655364, 262142, 11, 1441800, 262146, 11, 655368, 262147, 11, 655368, 262148, 11, 655368, 262149, 11, 655368, 262150, 11, 655368, 262151, 11, 655368, 262152, 11, 655368, 262153, 11, 655368, 262154, 11, 655368, 262155, 11, 655368, 262157, 11, 8, 262158, 11, 8, 262159, 11, 8, 262160, 11, 14, 262161, 11, 14, 262162, 11, 14, 262163, 11, 14, 262164, 11, 8, 262165, 11, 8, 262166, 11, 8, 262167, 11, 8, 262168, 11, 1048585, 262179, 11, 1441797, 262180, 11, 655366, 262181, 11, 655366, 262182, 11, 655366, 262183, 11, 655366, 262184, 11, 655365, 327678, 11, 1441800, 327682, 11, 655362, 327683, 11, 655362, 327684, 11, 655362, 327685, 11, 655369, 327686, 11, 655366, 327687, 11, 655366, 327688, 11, 655366, 327689, 11, 1441801, 327690, 11, 655368, 327691, 11, 655368, 327693, 11, 8, 327694, 11, 1048585, 327695, 11, 6, 327696, 11, 9, 327697, 11, 8, 327698, 11, 8, 327699, 11, 8, 327700, 11, 8, 327701, 11, 8, 327702, 11, 8, 327703, 11, 8, 327704, 11, 1048585, 393214, 11, 1441800, 393218, 11, 655362, 393219, 11, 655362, 393220, 11, 655362, 393221, 11, 655369, 393225, 11, 1441801, 393226, 11, 655368, 393227, 11, 655368, 393229, 11, 8, 393230, 11, 1048585, 393232, 11, 9, 393233, 11, 2, 393234, 11, 2, 393235, 11, 2, 393236, 11, 2, 393237, 11, 8, 393238, 11, 8, 393239, 11, 8, 393240, 11, 1048585, 458750, 11, 1441800, 458752, 11, 655367, 458753, 11, 655367, 458754, 11, 655366, 458755, 11, 655366, 458756, 11, 655366, 458757, 11, 655366, 458761, 11, 1441797, 458762, 11, 655366, 458763, 11, 655366, 458764, 11, 1441799, 458765, 11, 6, 458766, 11, 1048581, 458768, 11, 5, 458769, 11, 6, 458770, 11, 6, 458771, 11, 6, 458772, 11, 6, 458773, 11, 6, 458774, 11, 6, 458775, 11, 6, 458776, 11, 1048581, 524286, 11, 1441798, 524287, 11, 655367, -65534, 11, 655363, -65533, 11, 655363, -65532, 11, 655363, -65531, 11, 655363, -65530, 11, 655363, -65529, 11, 655363, -65528, 11, 655363, -65527, 11, 655363, -65526, 11, 655363, -65525, 11, 655363, -65512, 11, 1048580, -65511, 11, 1441796, -65510, 11, 655364, -65509, 11, 7, -65508, 11, 7, -65507, 11, 7, -65506, 11, 7, -65505, 11, 7, -65504, 11, 7, -65503, 11, 7, -65502, 11, 7, -65501, 11, 1441795, 21, 12, 15, 23, 12, 1048582, 25, 12, 9, 26, 12, 1048585, 35, 12, 1441800, 40, 12, 1048584, 65534, 12, 1441800, 65548, 12, 1048584, 65549, 12, 1048583, 65550, 12, 1048583, 65551, 12, 1048583, 65552, 12, 1048583, 65553, 12, 1048583, 65554, 12, 1048583, 65555, 12, 1048583, 65556, 12, 1048583, 65561, 12, 5, 65562, 12, 1048581, 65571, 12, 1441800, 65576, 12, 1048584, 131070, 12, 1441800, 131084, 12, 1048584, 131087, 12, 16, 131092, 12, 17, 131107, 12, 1441800, 131112, 12, 1048584, 196606, 12, 1441800, 196620, 12, 1048584, 196643, 12, 1441800, 196648, 12, 1048584, 262142, 12, 1441800, 262156, 12, 1048584, 262178, 12, 1441809, 262179, 12, 1441801, 262180, 12, 655363, 262181, 12, 655363, 262182, 12, 655363, 262183, 12, 655363, 262184, 12, 655364, 327678, 12, 1441800, 327686, 12, 655363, 327687, 12, 655363, 327688, 12, 655363, 327692, 12, 1048584, 327694, 12, 16, 327696, 12, 17, 327715, 12, 1441797, 327716, 12, 655366, 327717, 12, 655366, 327718, 12, 655366, 327719, 12, 655366, 327720, 12, 655365, 393214, 12, 1441800, 393222, 12, 655368, 393223, 12, 655368, 393224, 12, 655368, 393228, 12, 1048584, 458750, 12, 1441800, 458752, 12, 655367, 458753, 12, 655367, 458754, 12, 655367, 458755, 12, 655367, 458756, 12, 655367, 458757, 12, 655367, 458758, 12, 655366, 458759, 12, 655366, 458760, 12, 655366, 458761, 12, 1441799, 458762, 12, 1441799, 458763, 12, 1441799, 458764, 12, 655366, 524286, 12, 1441798, 524287, 12, 655367, -65513, 12, 1048579, -65512, 12, 7, -65511, 12, 4, -65510, 12, 1048580, -65509, 12, 7, -65508, 12, 7, -65507, 12, 7, -65506, 12, 7, -65505, 12, 7, -65504, 12, 7, -65503, 12, 7, -65502, 12, 7, -65501, 12, 1441795, 21, 13, 15, 23, 13, 1048582, 28, 13, 1441801, 29, 13, 655369, 35, 13, 1441800, 38, 13, 8, 39, 13, 8, 40, 13, 1048585, 65534, 13, 1441800, 65548, 13, 1048584, 65549, 13, 1048583, 65550, 13, 1048583, 65551, 13, 1048583, 65552, 13, 1048583, 65553, 13, 1048583, 65554, 13, 1048583, 65555, 13, 1048583, 65556, 13, 1048583, 65564, 13, 1441801, 65565, 13, 655369, 65571, 13, 1441800, 65574, 13, 8, 65575, 13, 8, 65576, 13, 1048585, 131070, 13, 1441800, 131084, 13, 1048584, 131100, 13, 1441797, 131101, 13, 655365, 131107, 13, 1441800, 131110, 13, 8, 131111, 13, 8, 131112, 13, 1048585, 196606, 13, 1441800, 196620, 13, 1048584, 196643, 13, 1441800, 196646, 13, 8, 196647, 13, 8, 196648, 13, 1048585, 262142, 13, 1441800, 262156, 13, 1048584, 262179, 13, 1441800, 262182, 13, 8, 262183, 13, 8, 262184, 13, 1048585, 327678, 13, 1441800, 327692, 13, 1048584, 327715, 13, 1441798, 327716, 13, 7, 327717, 13, 7, 327718, 13, 6, 327719, 13, 6, 327720, 13, 1048581, 393214, 13, 1441800, 393228, 13, 1048584, 458750, 13, 1441800, 458752, 13, 655367, 458753, 13, 655367, 458754, 13, 655367, 458755, 13, 655367, 458756, 13, 655367, 458757, 13, 655367, 458758, 13, 655367, 458759, 13, 655367, 458760, 13, 655367, 458761, 13, 655367, 458762, 13, 1441799, 458763, 13, 1441799, 458764, 13, 655366, 524286, 13, 1441798, 524287, 13, 655367, -65513, 13, 1048579, -65512, 13, 7, -65511, 13, 7, -65510, 13, 7, -65509, 13, 7, -65508, 13, 1441796, -65507, 13, 655364, -65506, 13, 7, -65505, 13, 7, -65504, 13, 7, -65503, 13, 7, -65502, 13, 7, -65501, 13, 1441795, 21, 14, 15, 23, 14, 1048582, 28, 14, 9, 29, 14, 1048585, 35, 14, 1441800, 37, 14, 1048584, 65534, 14, 1441800, 65548, 14, 1048584, 65549, 14, 1048583, 65550, 14, 1048583, 65551, 14, 1048583, 65552, 14, 1048583, 65553, 14, 655373, 65554, 14, 655373, 65555, 14, 1048583, 65556, 14, 1048583, 65564, 14, 9, 65565, 14, 1048585, 65571, 14, 1441800, 65573, 14, 1048584, 131070, 14, 1441800, 131084, 14, 1048584, 131090, 14, 655373, 131100, 14, 5, 131101, 14, 1048581, 131107, 14, 1441800, 131109, 14, 1048584, 196606, 14, 1441800, 196620, 14, 1048584, 196643, 14, 1441800, 196645, 14, 1048584, 262142, 14, 1441800, 262156, 14, 1048584, 262179, 14, 1441800, 262181, 14, 1048584, 327678, 14, 1441800, 327692, 14, 1048584, 327715, 14, 1441798, 327716, 14, 7, 327717, 14, 1048582, 393214, 14, 1441800, 393228, 14, 1048584, 458750, 14, 1441800, 458752, 14, 655367, 458753, 14, 655367, 458754, 14, 655367, 458755, 14, 655367, 458756, 14, 655367, 458757, 14, 655367, 458758, 14, 655367, 458759, 14, 655367, 458760, 14, 655367, 458761, 14, 655367, 458762, 14, 1441799, 458763, 14, 1441799, 458764, 14, 655366, 524286, 14, 1441798, 524287, 14, 655367, -65513, 14, 1048579, -65512, 14, 7, -65511, 14, 7, -65510, 14, 7, -65509, 14, 7, -65508, 14, 4, -65507, 14, 1048580, -65506, 14, 7, -65505, 14, 7, -65504, 14, 7, -65503, 14, 7, -65502, 14, 7, -65501, 14, 1441795, 21, 15, 655368, 22, 15, 655368, 23, 15, 655368, 24, 15, 655369, 31, 15, 1441801, 32, 15, 655369, 35, 15, 1441800, 37, 15, 1048584, 65534, 15, 1441800, 65548, 15, 1048584, 65549, 15, 655368, 65550, 15, 655368, 65551, 15, 655368, 65552, 15, 655368, 65553, 15, 655368, 65554, 15, 655368, 65555, 15, 655368, 65556, 15, 655368, 65557, 15, 655368, 65558, 15, 655368, 65559, 15, 655368, 65560, 15, 655369, 65567, 15, 1441801, 65568, 15, 655369, 65571, 15, 1441800, 65573, 15, 1048584, 131070, 15, 1441800, 131084, 15, 1048584, 131085, 15, 655368, 131086, 15, 655368, 131087, 15, 655368, 131088, 15, 655368, 131089, 15, 655368, 131090, 15, 655368, 131091, 15, 655368, 131092, 15, 655368, 131093, 15, 655368, 131094, 15, 655368, 131095, 15, 655368, 131096, 15, 655369, 131103, 15, 1441801, 131104, 15, 655369, 131107, 15, 1441800, 131109, 15, 1048584, 196606, 15, 1441800, 196620, 15, 1048584, 196621, 15, 655368, 196622, 15, 655368, 196623, 15, 655368, 196624, 15, 655368, 196625, 15, 655368, 196626, 15, 655368, 196627, 15, 655368, 196628, 15, 655368, 196629, 15, 655368, 196630, 15, 655368, 196631, 15, 655368, 196632, 15, 655369, 196639, 15, 1441797, 196640, 15, 655365, 196643, 15, 1441800, 196645, 15, 1048584, 262142, 15, 1441800, 262156, 15, 1048584, 262157, 15, 655368, 262158, 15, 655368, 262159, 15, 655368, 262160, 15, 655368, 262161, 15, 655368, 262162, 15, 655368, 262163, 15, 655368, 262164, 15, 655368, 262165, 15, 655368, 262166, 15, 655368, 262167, 15, 655368, 262168, 15, 655369, 262179, 15, 1441800, 262181, 15, 1048584, 327678, 15, 1441800, 327692, 15, 1048584, 327693, 15, 655368, 327694, 15, 655368, 327695, 15, 655368, 327696, 15, 655368, 327697, 15, 655368, 327698, 15, 655368, 327699, 15, 1310729, 327700, 15, 655366, 327701, 15, 655366, 327702, 15, 655366, 327703, 15, 655366, 327704, 15, 655365, 327715, 15, 1441798, 327716, 15, 7, 327717, 15, 1048582, 393214, 15, 1441800, 393228, 15, 1048584, 393229, 15, 655368, 393230, 15, 655368, 393231, 15, 655368, 393232, 15, 655368, 393233, 15, 655368, 393234, 15, 655368, 393235, 15, 1310729, 458750, 15, 1441800, 458752, 15, 655367, 458753, 15, 655367, 458754, 15, 655367, 458755, 15, 655367, 458756, 15, 655367, 458757, 15, 655367, 458758, 15, 655367, 458759, 15, 655367, 458760, 15, 655367, 458761, 15, 655367, 458762, 15, 1441799, 458763, 15, 1441799, 458764, 15, 655366, 458765, 15, 655366, 458766, 15, 655366, 458767, 15, 655366, 458768, 15, 655366, 458769, 15, 655366, 458770, 15, 655366, 458771, 15, 655365, 524286, 15, 1441798, 524287, 15, 655367, -65512, 15, 655364, -65511, 15, 7, -65510, 15, 7, -65509, 15, 7, -65508, 15, 7, -65507, 15, 7, -65506, 15, 7, -65505, 15, 1441796, -65504, 15, 655364, -65503, 15, 7, -65502, 15, 7, -65501, 15, 1441795, 25, 16, 655369, 31, 16, 9, 32, 16, 1048585, 34, 16, 1441801, 37, 16, 1048584, 65534, 16, 1441800, 65548, 16, 1048584, 65561, 16, 655369, 65567, 16, 9, 65568, 16, 1048585, 65570, 16, 1441801, 65573, 16, 1048584, 131070, 16, 1441800, 131084, 16, 1048584, 131097, 16, 655369, 131103, 16, 9, 131104, 16, 1048585, 131106, 16, 1441801, 131109, 16, 1048584, 196606, 16, 1441800, 196620, 16, 1048584, 196633, 16, 655369, 196639, 16, 5, 196640, 16, 1048581, 196642, 16, 1441801, 196645, 16, 1048584, 262142, 16, 1441800, 262156, 16, 1048584, 262169, 16, 655369, 262178, 16, 1441801, 262181, 16, 1048584, 327678, 16, 1441800, 327692, 16, 1048584, 327699, 16, 1048584, 327700, 16, 1048583, 327701, 16, 1048583, 327702, 16, 1048583, 327703, 16, 1048583, 327704, 16, 1048583, 327705, 16, 655365, 327714, 16, 1441797, 327715, 16, 7, 327716, 16, 7, 327717, 16, 1048582, 393214, 16, 1441800, 393228, 16, 1048584, 393235, 16, 1048584, 458750, 16, 1441800, 458752, 16, 655367, 458753, 16, 655367, 458754, 16, 655367, 458755, 16, 655367, 458756, 16, 655367, 458757, 16, 655367, 458758, 16, 655367, 458759, 16, 655367, 458760, 16, 655367, 458761, 16, 655367, 458762, 16, 1441799, 458763, 16, 1441799, 458764, 16, 655366, 458765, 16, 7, 458766, 16, 7, 458767, 16, 7, 458768, 16, 7, 458769, 16, 7, 458770, 16, 7, 458771, 16, 1048582, 524286, 16, 1441798, 524287, 16, 655367, -65511, 16, 655364, -65510, 16, 7, -65509, 16, 7, -65508, 16, 7, -65507, 16, 7, -65506, 16, 7, -65505, 16, 4, -65504, 16, 1048580, -65503, 16, 7, -65502, 16, 1441796, 0, 17, 8, 1, 17, 8, 2, 17, 8, 3, 17, 8, 4, 17, 8, 5, 17, 8, 6, 17, 8, 7, 17, 8, 8, 17, 8, 9, 17, 8, 10, 17, 8, 11, 17, 8, 12, 17, 8, 13, 17, 8, 14, 17, 8, 15, 17, 8, 16, 17, 8, 17, 17, 8, 18, 17, 8, 19, 17, 8, 20, 17, 8, 21, 17, 8, 22, 17, 8, 25, 17, 1048584, 34, 17, 1441800, 37, 17, 1048584, 65534, 17, 9, 65535, 17, 8, 65536, 17, 8, 65537, 17, 8, 65538, 17, 8, 65539, 17, 8, 65540, 17, 8, 65541, 17, 8, 65542, 17, 8, 65543, 17, 8, 65544, 17, 8, 65545, 17, 8, 65546, 17, 8, 65547, 17, 8, 65548, 17, 8, 65549, 17, 8, 65550, 17, 8, 65551, 17, 8, 65552, 17, 8, 65553, 17, 8, 65554, 17, 8, 65555, 17, 8, 65556, 17, 8, 65557, 17, 8, 65558, 17, 8, 65561, 17, 1048584, 65570, 17, 1441800, 65573, 17, 1048584, 131070, 17, 9, 131071, 17, 8, 131072, 17, 8, 131073, 17, 8, 131074, 17, 8, 131075, 17, 8, 131076, 17, 8, 131077, 17, 8, 131078, 17, 8, 131079, 17, 8, 131080, 17, 8, 131081, 17, 8, 131082, 17, 8, 131083, 17, 8, 131084, 17, 8, 131085, 17, 8, 131086, 17, 8, 131087, 17, 8, 131088, 17, 8, 131089, 17, 8, 131090, 17, 8, 131091, 17, 8, 131092, 17, 8, 131093, 17, 8, 131094, 17, 8, 131097, 17, 1048584, 131106, 17, 1441800, 131109, 17, 1048584, 196606, 17, 9, 196607, 17, 8, 196608, 17, 8, 196609, 17, 8, 196610, 17, 8, 196611, 17, 8, 196612, 17, 8, 196613, 17, 8, 196614, 17, 8, 196615, 17, 8, 196616, 17, 8, 196617, 17, 8, 196618, 17, 8, 196619, 17, 8, 196620, 17, 8, 196621, 17, 8, 196622, 17, 8, 196623, 17, 8, 196624, 17, 8, 196625, 17, 8, 196626, 17, 8, 196627, 17, 8, 196628, 17, 8, 196629, 17, 8, 196630, 17, 8, 196633, 17, 1048584, 196642, 17, 1441800, 196645, 17, 1048584, 262142, 17, 9, 262143, 17, 8, 262144, 17, 8, 262145, 17, 8, 262146, 17, 8, 262147, 17, 8, 262148, 17, 8, 262149, 17, 8, 262150, 17, 8, 262151, 17, 8, 262152, 17, 8, 262153, 17, 8, 262154, 17, 8, 262155, 17, 8, 262156, 17, 8, 262157, 17, 8, 262158, 17, 8, 262159, 17, 8, 262160, 17, 8, 262161, 17, 8, 262162, 17, 8, 262163, 17, 8, 262164, 17, 8, 262165, 17, 8, 262166, 17, 8, 262169, 17, 1048584, 262178, 17, 1441800, 262181, 17, 1048584, 327678, 17, 9, 327679, 17, 8, 327680, 17, 8, 327681, 17, 8, 327682, 17, 8, 327683, 17, 8, 327684, 17, 8, 327685, 17, 8, 327686, 17, 8, 327687, 17, 8, 327688, 17, 8, 327689, 17, 8, 327690, 17, 8, 327691, 17, 8, 327692, 17, 8, 327693, 17, 8, 327694, 17, 8, 327695, 17, 8, 327696, 17, 8, 327697, 17, 8, 327698, 17, 8, 327699, 17, 1048580, 327700, 17, 6, 327701, 17, 6, 327702, 17, 6, 327703, 17, 1048583, 327704, 17, 1048583, 327705, 17, 1048582, 327714, 17, 1441798, 327715, 17, 7, 327716, 17, 7, 327717, 17, 1048582, 393214, 17, 9, 393215, 17, 8, 393216, 17, 8, 393217, 17, 8, 393218, 17, 8, 393219, 17, 8, 393220, 17, 8, 393221, 17, 8, 393222, 17, 8, 393223, 17, 8, 393224, 17, 8, 393225, 17, 8, 393226, 17, 8, 393227, 17, 8, 393228, 17, 8, 393229, 17, 8, 393230, 17, 8, 393231, 17, 8, 393232, 17, 8, 393233, 17, 8, 393234, 17, 8, 393235, 17, 1048585, 458750, 17, 9, 458751, 17, 8, 458752, 17, 6, 458753, 17, 6, 458754, 17, 6, 458755, 17, 6, 458756, 17, 6, 458757, 17, 6, 458758, 17, 6, 458759, 17, 6, 458760, 17, 6, 458761, 17, 6, 458762, 17, 6, 458763, 17, 6, 458764, 17, 6, 458765, 17, 6, 458766, 17, 6, 458767, 17, 6, 458768, 17, 6, 458769, 17, 6, 458770, 17, 6, 458771, 17, 1048581, 524286, 17, 5, 524287, 17, 6, -65511, 17, 1048579, -65510, 17, 7, -65509, 17, 7, -65508, 17, 7, -65507, 17, 7, -65506, 17, 7, -65505, 17, 7, -65504, 17, 7, -65503, 17, 7, -65502, 17, 1441795, 23, 18, 1441800, 26, 18, 655368, 27, 18, 655368, 28, 18, 655368, 29, 18, 655368, 30, 18, 655368, 31, 18, 655368, 32, 18, 655368, 33, 18, 655368, 37, 18, 1048584, 65559, 18, 1441800, 65562, 18, 655368, 65563, 18, 655368, 65564, 18, 655368, 65565, 18, 655368, 65566, 18, 655368, 65567, 18, 655368, 65568, 18, 655368, 65569, 18, 655368, 65573, 18, 1048584, 131095, 18, 1441800, 131098, 18, 655368, 131099, 18, 655368, 131100, 18, 655368, 131101, 18, 655368, 131102, 18, 655368, 131103, 18, 655368, 131104, 18, 655368, 131105, 18, 655368, 131109, 18, 1048584, 196631, 18, 1441800, 196634, 18, 655368, 196635, 18, 655368, 196636, 18, 655368, 196637, 18, 655368, 196638, 18, 655368, 196639, 18, 655368, 196640, 18, 655368, 196641, 18, 655368, 196645, 18, 1048584, 262167, 18, 1441800, 262170, 18, 655368, 262171, 18, 655368, 262172, 18, 655368, 262173, 18, 655368, 262174, 18, 655368, 262175, 18, 655368, 262176, 18, 655368, 262177, 18, 655368, 262181, 18, 1048584, 327703, 18, 1441798, 327704, 18, 1048583, 327705, 18, 1048583, 327706, 18, 655366, 327707, 18, 655366, 327708, 18, 655366, 327709, 18, 655366, 327710, 18, 655366, 327711, 18, 655366, 327712, 18, 655366, 327713, 18, 655366, 327714, 18, 1048583, 327715, 18, 7, 327716, 18, 7, 327717, 18, 1048582, -65510, 18, 655363, -65509, 18, 655363, -65508, 18, 655363, -65507, 18, 655363, -65506, 18, 655363, -65505, 18, 655363, -65504, 18, 655363, -65503, 18, 655363, 23, 19, 9, 24, 19, 8, 25, 19, 8, 26, 19, 8, 27, 19, 8, 28, 19, 8, 29, 19, 8, 30, 19, 8, 31, 19, 8, 32, 19, 8, 33, 19, 8, 34, 19, 8, 35, 19, 8, 36, 19, 8, 37, 19, 1048585, 65559, 19, 9, 65560, 19, 8, 65561, 19, 8, 65562, 19, 8, 65563, 19, 8, 65564, 19, 8, 65565, 19, 8, 65566, 19, 8, 65567, 19, 8, 65568, 19, 8, 65569, 19, 8, 65570, 19, 8, 65571, 19, 8, 65572, 19, 8, 65573, 19, 1048585, 131095, 19, 9, 131096, 19, 8, 131097, 19, 8, 131098, 19, 8, 131099, 19, 8, 131100, 19, 8, 131101, 19, 8, 131102, 19, 8, 131103, 19, 8, 131104, 19, 8, 131105, 19, 8, 131106, 19, 8, 131107, 19, 8, 131108, 19, 8, 131109, 19, 1048585, 196631, 19, 9, 196632, 19, 8, 196633, 19, 8, 196634, 19, 8, 196635, 19, 8, 196636, 19, 8, 196637, 19, 8, 196638, 19, 8, 196639, 19, 8, 196640, 19, 8, 196641, 19, 8, 196642, 19, 8, 196643, 19, 8, 196644, 19, 8, 196645, 19, 1048585, 262167, 19, 9, 262168, 19, 8, 262169, 19, 8, 262170, 19, 8, 262171, 19, 8, 262172, 19, 8, 262173, 19, 8, 262174, 19, 8, 262175, 19, 8, 262176, 19, 8, 262177, 19, 8, 262178, 19, 8, 262179, 19, 8, 262180, 19, 8, 262181, 19, 1048585, 327703, 19, 5, 327704, 19, 6, 327705, 19, 6, 327706, 19, 6, 327707, 19, 6, 327708, 19, 6, 327709, 19, 6, 327710, 19, 6, 327711, 19, 6, 327712, 19, 6, 327713, 19, 6, 327714, 19, 6, 327715, 19, 6, 327716, 19, 6, 327717, 19, 1048581, 0, 65531, 655368, 1, 65531, 655368, 2, 65531, 655368, 3, 65531, 655368, 4, 65531, 655368, 5, 65531, 655368, 6, 65531, 655368, 7, 65531, 655368, 8, 65531, 655368, 9, 65531, 655368, 10, 65531, 655368, 11, 65531, 655368, 12, 65531, 655368, 13, 65531, 655368, 14, 65531, 655369, 65534, 65531, 1441801, 65535, 65531, 655368, 65536, 65531, 655368, 65537, 65531, 655368, 65538, 65531, 655368, 65539, 65531, 655368, 65540, 65531, 655368, 65541, 65531, 655368, 65542, 65531, 655368, 65543, 65531, 655368, 65544, 65531, 655368, 65545, 65531, 655368, 65546, 65531, 655368, 65547, 65531, 655368, 65548, 65531, 655368, 65549, 65531, 655368, 65550, 65531, 655369, 131070, 65531, 1441801, 131071, 65531, 655368, 131072, 65531, 655368, 131073, 65531, 655368, 131074, 65531, 655368, 131075, 65531, 655368, 131076, 65531, 655368, 131077, 65531, 655368, 131078, 65531, 655368, 131079, 65531, 655368, 131080, 65531, 655368, 131081, 65531, 655368, 131082, 65531, 655368, 131083, 65531, 655368, 131084, 65531, 655368, 131085, 65531, 655368, 131086, 65531, 655369, 196606, 65531, 1441801, 196607, 65531, 655368, 196608, 65531, 655368, 196609, 65531, 655368, 196610, 65531, 655368, 196611, 65531, 655364, 196612, 65531, 655367, 196613, 65531, 655367, 196614, 65531, 655367, 196615, 65531, 655367, 196616, 65531, 655367, 196617, 65531, 655367, 196618, 65531, 655367, 196619, 65531, 655367, 196620, 65531, 1441796, 196621, 65531, 655368, 196622, 65531, 655369, 262142, 65531, 1441801, 262143, 65531, 655368, 262144, 65531, 655368, 262145, 65531, 655368, 262146, 65531, 655368, 262147, 65531, 655369, 262156, 65531, 1441801, 262157, 65531, 655368, 262158, 65531, 655369, 327678, 65531, 1441801, 327679, 65531, 655368, 327680, 65531, 655368, 327681, 65531, 655368, 327682, 65531, 655368, 327683, 65531, 655369, 327692, 65531, 1441801, 327693, 65531, 655368, 327694, 65531, 655369, 393214, 65531, 1441801, 393215, 65531, 655368, 393216, 65531, 655368, 393217, 65531, 655368, 393218, 65531, 655368, 393219, 65531, 655369, 393228, 65531, 1441801, 393229, 65531, 655368, 393230, 65531, 655369, 458750, 65531, 1441801, 458751, 65531, 655368, 458752, 65531, 655366, 458753, 65531, 655366, 458754, 65531, 655366, 458755, 65531, 655365, 458764, 65531, 1441801, 458765, 65531, 655368, 458766, 65531, 655369, 524286, 65531, 1441797, 524287, 65531, 655366, 524300, 65531, 1441797, 524301, 65531, 655366, 524302, 65531, 655365, 14, 65532, 1048584, 65534, 65532, 1441800, 65550, 65532, 1048584, 131070, 65532, 1441800, 131086, 65532, 1048584, 196606, 65532, 1441800, 196611, 65532, 1048579, 196612, 65532, 655367, 196613, 65532, 1441799, 196614, 65532, 1441799, 196615, 65532, 1441799, 196616, 65532, 1441799, 196617, 65532, 1441799, 196618, 65532, 1441799, 196619, 65532, 1441799, 196620, 65532, 1441795, 196622, 65532, 1048584, 262142, 65532, 1441800, 262147, 65532, 1048584, 262156, 65532, 1441800, 262158, 65532, 1048584, 327678, 65532, 1441800, 327683, 65532, 1048584, 327692, 65532, 1441800, 327694, 65532, 1048584, 393214, 65532, 1441800, 393219, 65532, 1048584, 393228, 65532, 1441800, 393230, 65532, 1048584, 458750, 65532, 1441800, 458752, 65532, 1441799, 458753, 65532, 1441799, 458754, 65532, 1441799, 458755, 65532, 1048582, 458764, 65532, 1441800, 458766, 65532, 1048584, 524286, 65532, 1441798, 524287, 65532, 1441799, 524300, 65532, 1441798, 524301, 65532, 1048583, 524302, 65532, 1048582, 15, 65533, 655368, 16, 65533, 655368, 17, 65533, 655368, 18, 65533, 655368, 19, 65533, 655369, 65534, 65533, 1441800, 65540, 65533, 3, 65551, 65533, 655368, 65552, 65533, 655368, 65553, 65533, 655368, 65554, 65533, 655368, 65555, 65533, 655369, 131070, 65533, 1441800, 131076, 65533, 2, 131077, 65533, 3, 131087, 65533, 655368, 131088, 65533, 655368, 131089, 65533, 655368, 131090, 65533, 655368, 131091, 65533, 655369, 196606, 65533, 1441800, 196611, 65533, 1048579, 196612, 65533, 6, 196613, 65533, 6, 196614, 65533, 655366, 196615, 65533, 655366, 196616, 65533, 655366, 196617, 65533, 655366, 196618, 65533, 7, 196619, 65533, 655366, 196620, 65533, 1441795, 196623, 65533, 655368, 196624, 65533, 655368, 196625, 65533, 655368, 196626, 65533, 655368, 196627, 65533, 655369, 262142, 65533, 1441800, 262147, 65533, 1048578, 262156, 65533, 1441800, 262159, 65533, 655368, 262160, 65533, 655368, 262161, 65533, 655368, 262162, 65533, 655368, 262163, 65533, 655369, 327678, 65533, 1441800, 327683, 65533, 1048584, 327692, 65533, 1441800, 327695, 65533, 655368, 327696, 65533, 655368, 327697, 65533, 655368, 327698, 65533, 655368, 327699, 65533, 655369, 393214, 65533, 1441800, 393219, 65533, 1048584, 393228, 65533, 1441800, 393231, 65533, 655368, 393232, 65533, 655368, 393233, 65533, 655368, 393234, 65533, 655368, 393235, 65533, 655369, 458750, 65533, 1441800, 458752, 65533, 1441799, 458753, 65533, 1441799, 458754, 65533, 1441799, 458755, 65533, 1048582, 458764, 65533, 1441800, 458767, 65533, 655368, 458768, 65533, 655368, 458769, 65533, 655368, 458770, 65533, 655368, 458771, 65533, 655369, 524286, 65533, 1441798, 524287, 65533, 1441799, 524300, 65533, 1441798, 524301, 65533, 655366, 524302, 65533, 655366, 524303, 65533, 655366, 524304, 65533, 655366, 524305, 65533, 655366, 524306, 65533, 655366, 524307, 65533, 655365, 19, 65534, 1048584, 65534, 65534, 1441800, 65539, 65534, 1048579, 65540, 65534, 1048583, 65541, 65534, 4, 65555, 65534, 1048584, 131070, 65534, 1441800, 131075, 65534, 1048578, 131077, 65534, 5, 131078, 65534, 4, 131091, 65534, 1048584, 196606, 65534, 1441800, 196611, 65534, 1048578, 196614, 65534, 5, 196615, 65534, 7, 196616, 65534, 655370, 196617, 65534, 7, 196618, 65534, 7, 196619, 65534, 7, 196620, 65534, 1441795, 196627, 65534, 1048584, 262142, 65534, 1441800, 262147, 65534, 1048578, 262152, 65534, 655372, 262156, 65534, 1441800, 262163, 65534, 1048584, 327678, 65534, 1441800, 327683, 65534, 1048584, 327688, 65534, 655373, 327692, 65534, 1441794, 327699, 65534, 1048584, 393214, 65534, 1441800, 393219, 65534, 1048584, 393228, 65534, 1441794, 393235, 65534, 1048584, 458750, 65534, 1441800, 458752, 65534, 1441799, 458753, 65534, 1441799, 458754, 65534, 1441799, 458755, 65534, 1048582, 458764, 65534, 1441794, 458771, 65534, 1048584, 524286, 65534, 1441798, 524287, 65534, 1441799, 524300, 65534, 1441798, 524301, 65534, 1048583, 524302, 65534, 1048583, 524303, 65534, 1048583, 524304, 65534, 1048583, 524305, 65534, 1048583, 524306, 65534, 1048583, 524307, 65534, 1048582, 4, 65535, 2, 5, 65535, 2, 6, 65535, 2, 7, 65535, 2, 8, 65535, 2, 9, 65535, 2, 10, 65535, 2, 11, 65535, 2, 19, 65535, 655368, 20, 65535, 655368, 21, 65535, 655368, 22, 65535, 655368, 23, 65535, 655368, 24, 65535, 655368, 25, 65535, 655368, 26, 65535, 655368, 27, 65535, 655368, 28, 65535, 655368, 29, 65535, 655368, 30, 65535, 655368, 31, 65535, 655368, 32, 65535, 655368, 33, 65535, 655368, 34, 65535, 655368, 35, 65535, 655368, 36, 65535, 655368, 37, 65535, 655368, 38, 65535, 655369, 65534, 65535, 1441800, 65539, 65535, 1048579, 65540, 65535, 6, 65541, 65535, 6, 65542, 65535, 9, 65543, 65535, 2, 65544, 65535, 2, 65545, 65535, 2, 65546, 65535, 2, 65547, 65535, 2, 65555, 65535, 1048584, 65556, 65535, 655366, 65557, 65535, 655366, 65558, 65535, 655366, 65559, 65535, 655366, 65560, 65535, 655366, 65561, 65535, 655366, 65562, 65535, 655366, 65563, 65535, 655366, 65564, 65535, 655366, 65565, 65535, 655366, 65566, 65535, 655366, 65567, 65535, 655366, 65568, 65535, 655366, 65569, 65535, 655366, 65570, 65535, 655366, 65571, 65535, 655366, 65572, 65535, 655366, 65573, 65535, 655366, 65574, 65535, 655365, 131070, 65535, 1441800, 131075, 65535, 1048578, 131078, 65535, 5, 131079, 65535, 9, 131080, 65535, 2, 131081, 65535, 2, 131082, 65535, 2, 131083, 65535, 2, 131091, 65535, 1048584, 196606, 65535, 1441800, 196611, 65535, 1048578, 196615, 65535, 5, 196616, 65535, 6, 196617, 65535, 6, 196618, 65535, 6, 196619, 65535, 6, 196620, 65535, 1441795, 196627, 65535, 1048584, 262142, 65535, 1441800, 262147, 65535, 1048578, 262156, 65535, 1441800, 262163, 65535, 1048584, 327678, 65535, 1441800, 327683, 65535, 1048584, 327692, 65535, 1441794, 327699, 65535, 1048584, 393214, 65535, 1441800, 393219, 65535, 1048584, 393228, 65535, 1441794, 393235, 65535, 1048584, 458750, 65535, 1441800, 458752, 65535, 1441799, 458753, 65535, 1441799, 458754, 65535, 1441799, 458755, 65535, 1048582, 458764, 65535, 1441794, 458771, 65535, 1048584, 524286, 65535, 1441798, 524287, 65535, 1441799, 524300, 65535, 1441798, 524301, 65535, 1048583, 524302, 65535, 1048583, 524303, 65535, 1048583, 524304, 65535, 1048583, 524305, 65535, 1048583, 524306, 65535, 1048583, 524307, 65535, 1048582, -65532, 65535, 3, -65531, 65535, 3, -65530, 65535, 3, -65529, 65535, 3, -65528, 65535, 3, -65527, 65535, 3, -65526, 65535, 3, -65525, 65535, 3) } [node name="ExtraFloor1" type="MeshInstance3D" parent="GridMap"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 25, 5, 9) -mesh = ExtResource( 2 ) -surface_material_override/0 = null +mesh = ExtResource("2") [node name="ExtraFloor2" type="MeshInstance3D" parent="GridMap"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 35, 3, 29) -mesh = ExtResource( 2 ) -surface_material_override/0 = null +mesh = ExtResource("2") [node name="ExtraFloor3" type="MeshInstance3D" parent="GridMap"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 37, 3, 29) -mesh = ExtResource( 2 ) -surface_material_override/0 = null +mesh = ExtResource("2") [node name="ExtraFloor4" type="MeshInstance3D" parent="GridMap"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 39, 11, 31) -mesh = ExtResource( 2 ) -surface_material_override/0 = null +mesh = ExtResource("2") [node name="ExtraFloor5" type="MeshInstance3D" parent="GridMap"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 51, 3, 23) -mesh = ExtResource( 2 ) -surface_material_override/0 = null +mesh = ExtResource("2") [node name="ExtraFloor6" type="MeshInstance3D" parent="GridMap"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 15, 5, -1) -mesh = ExtResource( 2 ) -surface_material_override/0 = null +mesh = ExtResource("2") [node name="ExtraFloor7" type="MeshInstance3D" parent="GridMap"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 13, 3, -1) -mesh = ExtResource( 2 ) -surface_material_override/0 = null +mesh = ExtResource("2") [node name="ExtraFloor8" type="MeshInstance3D" parent="GridMap"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 7, 11, 9) -mesh = ExtResource( 2 ) -surface_material_override/0 = null +mesh = ExtResource("2") [node name="Coins" type="Node3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -16, -6, -12) -[node name="Coin1" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin1" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 18.5311, 2.85075, 5.24675) -[node name="Coin2" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin2" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 18.5311, 2.85075, 7.24675) -[node name="Coin3" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin3" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 20.5311, 2.85075, 5.24675) -[node name="Coin32" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin32" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 20.5311, 2.85075, 7.24675) -[node name="Coin4" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin4" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.61344, 11.28, 11.0239) -[node name="Coin42" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin42" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.61344, 11.28, 13.0239) -[node name="Coin43" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin43" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.61344, 11.28, 11.0239) -[node name="Coin33" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin33" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.61344, 11.28, 13.0239) -[node name="Coin5" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin5" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.61344, 12.9027, 11.03) -[node name="Coin44" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin44" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.61344, 12.9027, 13.03) -[node name="Coin34" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin34" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.61344, 12.9027, 13.03) -[node name="Coin442" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin442" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.61344, 12.9027, 11.03) -[node name="Coin6" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin6" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.61344, 11.28, 15.0922) -[node name="Coin45" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin45" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.61344, 11.28, 17.0922) -[node name="Coin35" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin35" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.61344, 11.28, 17.0922) -[node name="Coin452" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin452" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.61344, 11.28, 15.0922) -[node name="Coin443" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin443" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.61344, 12.9027, 15.0983) -[node name="Coin352" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin352" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.61344, 12.9027, 17.0983) -[node name="Coin62" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin62" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.61344, 12.9027, 15.0983) -[node name="Coin453" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin453" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.61344, 12.9027, 17.0983) -[node name="Coin7" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin7" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 57.057, 4.14271, 26.9338) -[node name="Coin46" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin46" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 57.057, 4.14271, 28.9338) -[node name="Coin63" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin63" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 57.057, 5.76534, 26.9399) -[node name="Coin353" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin353" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 59.057, 5.76534, 28.9399) -[node name="Coin444" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin444" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 59.057, 5.76534, 26.9399) -[node name="Coin36" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin36" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 59.057, 4.14271, 28.9338) -[node name="Coin454" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin454" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 59.057, 4.14271, 26.9338) -[node name="Coin4542" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin4542" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 57.057, 5.76534, 28.9399) -[node name="Coin8" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin8" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 62.9108, 6.16547, 31.0899) -[node name="Coin445" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin445" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 64.9108, 7.7881, 31.096) -[node name="Coin47" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin47" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 62.9108, 6.16547, 33.0899) -[node name="Coin64" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin64" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 62.9108, 7.7881, 31.096) -[node name="Coin354" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin354" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 64.9108, 7.7881, 33.096) -[node name="Coin455" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin455" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 64.9108, 6.16547, 31.0899) -[node name="Coin37" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin37" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 64.9108, 6.16547, 33.0899) -[node name="Coin4543" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin4543" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 62.9108, 7.7881, 33.096) -[node name="Coin9" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin9" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 51.5614, 2.98252, 23.1775) -[node name="Coin446" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin446" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 53.5614, 4.60515, 23.1836) -[node name="Coin48" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin48" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 51.5614, 2.98252, 25.1775) -[node name="Coin456" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin456" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 53.5614, 2.98252, 23.1775) -[node name="Coin355" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin355" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 53.5614, 4.60515, 25.1836) -[node name="Coin65" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin65" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 51.5614, 4.60515, 23.1836) -[node name="Coin38" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin38" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 53.5614, 2.98252, 25.1775) -[node name="Coin4544" parent="Coins" instance=ExtResource( 3 )] +[node name="Coin4544" parent="Coins" instance=ExtResource("3")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 51.5614, 4.60515, 25.1836) [node name="Enemies" type="Node3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -16, -6, -12) -[node name="Enemy" parent="Enemies" instance=ExtResource( 4 )] +[node name="Enemy" parent="Enemies" instance=ExtResource("4")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 18.3062, 5.40827, 5.96938) -physics_material_override = SubResource( 1 ) +physics_material_override = SubResource("1") -[node name="Enemy2" parent="Enemies" instance=ExtResource( 4 )] +[node name="Enemy2" parent="Enemies" instance=ExtResource("4")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 64.1292, 5.40827, 17.1396) -physics_material_override = SubResource( 2 ) +physics_material_override = SubResource("2") -[node name="Enemy3" parent="Enemies" instance=ExtResource( 4 )] +[node name="Enemy3" parent="Enemies" instance=ExtResource("4")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 64.1292, 5.40827, 32.6128) -physics_material_override = SubResource( 3 ) +physics_material_override = SubResource("3") -[node name="Enemy4" parent="Enemies" instance=ExtResource( 4 )] +[node name="Enemy4" parent="Enemies" instance=ExtResource("4")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 55.5702, 5.40827, 32.6128) -physics_material_override = SubResource( 4 ) +physics_material_override = SubResource("4") -[node name="Player" parent="." instance=ExtResource( 5 )] +[node name="Player" parent="." instance=ExtResource("5")] transform = Transform3D(0.0160683, 0, -0.999871, 0, 1, 0, 0.999871, 0, 0.0160683, -7.49833, -1.84189, 3.9334) [node name="SoundArea1" type="Area3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -16, -6, -12) reverb_bus_enable = true -reverb_bus_name = "Reverb Large" +reverb_bus_name = &"Reverb Large" reverb_bus_amount = 0.1 reverb_bus_uniformity = 0.25 [node name="CollisionShape3D" type="CollisionShape3D" parent="SoundArea1"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 14.7075, 5.19958, 9.21556) -shape = SubResource( 5 ) +shape = SubResource("5") [node name="SoundArea2" type="Area3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 11.1673, -6, -12) reverb_bus_enable = true -reverb_bus_name = "Reverb Small" +reverb_bus_name = &"Reverb Small" reverb_bus_amount = 0.1 reverb_bus_uniformity = 0.25 [node name="CollisionShape3D" type="CollisionShape3D" parent="SoundArea2"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 8.29529, 5.19958, 15.9933) -shape = SubResource( 6 ) +shape = SubResource("6") [node name="SoundArea3" type="Area3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -16, -6, -12) reverb_bus_enable = true -reverb_bus_name = "Reverb Large" +reverb_bus_name = &"Reverb Large" reverb_bus_amount = 0.1 reverb_bus_uniformity = 0.25 [node name="CollisionShape3D" type="CollisionShape3D" parent="SoundArea3"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 65.1445, 5.19958, 19.2123) -shape = SubResource( 7 ) +shape = SubResource("7") [node name="CollisionShape2" type="CollisionShape3D" parent="SoundArea3"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 38.4845, 5.19958, 26.4846) -shape = SubResource( 8 ) +shape = SubResource("8") diff --git a/3d/platformer/stage/texture.png.import b/3d/platformer/stage/texture.png.import index 8285058ebd7..ebc517122eb 100644 --- a/3d/platformer/stage/texture.png.import +++ b/3d/platformer/stage/texture.png.import @@ -1,35 +1,36 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/texture.png-d5a77cb2808c1bf5b0612979ad94fbdb.stex" +type="CompressedTexture2D" +uid="uid://hke4ujbcumgs" +path.s3tc="res://.godot/imported/texture.png-d5a77cb2808c1bf5b0612979ad94fbdb.s3tc.ctex" +path.etc2="res://.godot/imported/texture.png-d5a77cb2808c1bf5b0612979ad94fbdb.etc2.ctex" metadata={ -"vram_texture": false +"imported_formats": ["s3tc", "etc2"], +"vram_texture": true } [deps] source_file="res://stage/texture.png" -dest_files=["res://.godot/imported/texture.png-d5a77cb2808c1bf5b0612979ad94fbdb.stex"] +dest_files=["res://.godot/imported/texture.png-d5a77cb2808c1bf5b0612979ad94fbdb.s3tc.ctex", "res://.godot/imported/texture.png-d5a77cb2808c1bf5b0612979ad94fbdb.etc2.ctex"] [params] -compress/mode=0 +compress/mode=2 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=1 -flags/filter=true -flags/mipmaps=true -flags/anisotropic=true -flags/srgb=1 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=false process/premult_alpha=true -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/3d/platformer/stage/texturemr.png.import b/3d/platformer/stage/texturemr.png.import index 4ce9ef3e019..849dae3ede0 100644 --- a/3d/platformer/stage/texturemr.png.import +++ b/3d/platformer/stage/texturemr.png.import @@ -1,35 +1,36 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/texturemr.png-93ff7bda7acbc5334b4181300007df27.stex" +type="CompressedTexture2D" +uid="uid://24yukqw416ff" +path.s3tc="res://.godot/imported/texturemr.png-93ff7bda7acbc5334b4181300007df27.s3tc.ctex" +path.etc2="res://.godot/imported/texturemr.png-93ff7bda7acbc5334b4181300007df27.etc2.ctex" metadata={ -"vram_texture": false +"imported_formats": ["s3tc", "etc2"], +"vram_texture": true } [deps] source_file="res://stage/texturemr.png" -dest_files=["res://.godot/imported/texturemr.png-93ff7bda7acbc5334b4181300007df27.stex"] +dest_files=["res://.godot/imported/texturemr.png-93ff7bda7acbc5334b4181300007df27.s3tc.ctex", "res://.godot/imported/texturemr.png-93ff7bda7acbc5334b4181300007df27.etc2.ctex"] [params] -compress/mode=0 +compress/mode=2 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=true -flags/filter=true -flags/mipmaps=true -flags/anisotropic=true -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=true -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/3d/platformer/stage/tiles.tres b/3d/platformer/stage/tiles.tres index 1ce698597ca..1c9bd0ae495 100644 --- a/3d/platformer/stage/tiles.tres +++ b/3d/platformer/stage/tiles.tres @@ -1,655 +1,620 @@ -[gd_resource type="MeshLibrary" load_steps=76 format=2] +[gd_resource type="MeshLibrary" load_steps=76 format=3 uid="uid://7d1eh31ebfyy"] -[ext_resource path="res://stage/texture.png" type="Texture2D" id=1] -[ext_resource path="res://stage/texturemr.png" type="Texture2D" id=2] -[ext_resource path="res://stage/floor_mesh.tres" type="ArrayMesh" id=3] +[ext_resource type="Texture2D" uid="uid://hke4ujbcumgs" path="res://stage/texture.png" id="1"] +[ext_resource type="Texture2D" uid="uid://24yukqw416ff" path="res://stage/texturemr.png" id="2"] +[ext_resource type="ArrayMesh" uid="uid://kcgmeorn5fbj" path="res://stage/floor_mesh.tres" id="3"] -[sub_resource type="StandardMaterial3D" id=1] -albedo_texture = ExtResource( 1 ) +[sub_resource type="StandardMaterial3D" id="1"] +albedo_texture = ExtResource("1") metallic = 0.51 -metallic_texture = ExtResource( 2 ) -roughness_texture = ExtResource( 2 ) - -[sub_resource type="ArrayMesh" id=2] -surfaces/0 = { -"aabb": AABB( -1, -1, -1, 2, 0, 2 ), -"array_data": PackedByteArray( 102, 186, 0, 188, 102, 58, 0, 60, 0, 130, 0, 0, 120, 54, 195, 56, 51, 187, 0, 188, 51, 59, 0, 60, 0, 130, 0, 0, 71, 54, 220, 56, 0, 188, 0, 188, 153, 57, 0, 60, 0, 130, 0, 0, 22, 54, 171, 56, 51, 187, 0, 188, 153, 57, 0, 60, 0, 130, 0, 0, 71, 54, 171, 56, 0, 188, 0, 188, 252, 55, 0, 60, 0, 130, 0, 0, 22, 54, 122, 56, 0, 188, 0, 188, 0, 188, 0, 60, 0, 130, 0, 0, 22, 54, 22, 54, 51, 187, 0, 188, 0, 188, 0, 60, 0, 130, 0, 0, 71, 54, 22, 54, 51, 187, 0, 188, 252, 55, 0, 60, 0, 130, 0, 0, 71, 54, 122, 56, 153, 185, 0, 188, 0, 60, 0, 60, 0, 130, 0, 0, 169, 54, 244, 56, 153, 185, 0, 188, 51, 59, 0, 60, 0, 130, 0, 0, 169, 54, 220, 56, 253, 183, 0, 188, 0, 60, 0, 60, 0, 130, 0, 0, 11, 55, 244, 56, 253, 183, 0, 188, 51, 59, 0, 60, 0, 130, 0, 0, 11, 55, 220, 56, 0, 60, 0, 188, 51, 59, 0, 60, 0, 130, 0, 0, 244, 56, 220, 56, 0, 60, 0, 188, 0, 60, 0, 60, 0, 130, 0, 0, 244, 56, 244, 56, 0, 60, 0, 188, 0, 188, 0, 60, 0, 130, 0, 0, 244, 56, 22, 54 ), -"array_index_data": PackedByteArray( 0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 0, 0, 1, 0, 8, 0, 9, 0, 0, 0, 4, 0, 3, 0, 7, 0, 4, 0, 2, 0, 3, 0, 10, 0, 12, 0, 11, 0, 10, 0, 13, 0, 12, 0, 10, 0, 9, 0, 8, 0, 10, 0, 11, 0, 9, 0, 7, 0, 14, 0, 6, 0, 7, 0, 12, 0, 14, 0, 7, 0, 3, 0, 12, 0, 12, 0, 3, 0, 0, 0, 12, 0, 0, 0, 9, 0, 12, 0, 9, 0, 11, 0 ), -"blend_shape_data": [ ], -"format": 98067, +metallic_texture = ExtResource("2") +roughness_texture = ExtResource("2") + +[sub_resource type="ArrayMesh" id="2"] +_surfaces = [{ +"aabb": AABB(-1, -1, -1, 2, 0, 2), +"attribute_data": PackedByteArray(0, 0, 207, 62, 0, 96, 24, 63, 0, 224, 200, 62, 0, 128, 27, 63, 0, 192, 194, 62, 0, 96, 21, 63, 0, 224, 200, 62, 0, 96, 21, 63, 0, 192, 194, 62, 0, 64, 15, 63, 0, 192, 194, 62, 0, 192, 194, 62, 0, 224, 200, 62, 0, 192, 194, 62, 0, 224, 200, 62, 0, 64, 15, 63, 0, 32, 213, 62, 0, 128, 30, 63, 0, 32, 213, 62, 0, 128, 27, 63, 0, 96, 225, 62, 0, 128, 30, 63, 0, 96, 225, 62, 0, 128, 27, 63, 0, 128, 30, 63, 0, 128, 27, 63, 0, 128, 30, 63, 0, 128, 30, 63, 0, 128, 30, 63, 0, 192, 194, 62), +"format": 4115, "index_count": 54, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [ ], -"vertex_count": 15 -} - -[sub_resource type="Image" id=73] +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 0, 0, 1, 0, 8, 0, 9, 0, 0, 0, 4, 0, 3, 0, 7, 0, 4, 0, 2, 0, 3, 0, 10, 0, 12, 0, 11, 0, 10, 0, 13, 0, 12, 0, 10, 0, 9, 0, 8, 0, 10, 0, 11, 0, 9, 0, 7, 0, 14, 0, 6, 0, 7, 0, 12, 0, 14, 0, 7, 0, 3, 0, 12, 0, 12, 0, 3, 0, 0, 0, 12, 0, 0, 0, 9, 0, 12, 0, 9, 0, 11, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 15, +"vertex_data": PackedByteArray(0, 192, 76, 191, 0, 0, 128, 191, 0, 192, 76, 63, 255, 127, 0, 0, 0, 96, 102, 191, 0, 0, 128, 191, 0, 96, 102, 63, 255, 127, 0, 0, 0, 0, 128, 191, 0, 0, 128, 191, 0, 32, 51, 63, 255, 127, 0, 0, 0, 96, 102, 191, 0, 0, 128, 191, 0, 32, 51, 63, 255, 127, 0, 0, 0, 0, 128, 191, 0, 0, 128, 191, 0, 128, 255, 62, 255, 127, 0, 0, 0, 0, 128, 191, 0, 0, 128, 191, 0, 0, 128, 191, 255, 127, 0, 0, 0, 96, 102, 191, 0, 0, 128, 191, 0, 0, 128, 191, 255, 127, 0, 0, 0, 96, 102, 191, 0, 0, 128, 191, 0, 128, 255, 62, 255, 127, 0, 0, 0, 32, 51, 191, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 0, 0, 0, 32, 51, 191, 0, 0, 128, 191, 0, 96, 102, 63, 255, 127, 0, 0, 0, 160, 255, 190, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 0, 0, 0, 160, 255, 190, 0, 0, 128, 191, 0, 96, 102, 63, 255, 127, 0, 0, 0, 0, 128, 63, 0, 0, 128, 191, 0, 96, 102, 63, 255, 127, 0, 0, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 0, 0, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 128, 191, 255, 127, 0, 0) +}] + +[sub_resource type="Image" id="Image_2r7jb"] data = { -"data": PackedByteArray( 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255 ), +"data": PackedByteArray(76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255), "format": "RGBA8", "height": 64, "mipmaps": false, "width": 64 } -[sub_resource type="ImageTexture" id=4] -image = SubResource( 73 ) -size = Vector2( 64, 64 ) +[sub_resource type="ImageTexture" id="4"] +image = SubResource("Image_2r7jb") -[sub_resource type="ConcavePolygonShape3D" id=5] -data = PackedVector3Array( -0.7999, -0.9999, 0.8, -0.9999, -0.9999, 0.7, -0.8999, -0.9999, 0.9, -0.7999, -0.9999, 0.8, -0.8999, -0.9999, 0.7, -0.9999, -0.9999, 0.7, -0.9999, -0.9999, 0.4992, -0.8999, -0.9999, -0.9999, -0.9999, -0.9999, -0.9999, -0.9999, -0.9999, 0.4992, -0.8999, -0.9999, 0.4992, -0.8999, -0.9999, -0.9999, -0.6999, -0.9999, 1, -0.7999, -0.9999, 0.8, -0.8999, -0.9999, 0.9, -0.6999, -0.9999, 1, -0.6999, -0.9999, 0.9, -0.7999, -0.9999, 0.8, -0.9999, -0.9999, 0.4992, -0.8999, -0.9999, 0.7, -0.8999, -0.9999, 0.4992, -0.9999, -0.9999, 0.4992, -0.9999, -0.9999, 0.7, -0.8999, -0.9999, 0.7, -0.4994, -0.9999, 1, 1, -0.9999, 0.9, -0.4994, -0.9999, 0.9, -0.4994, -0.9999, 1, 1, -0.9999, 1, 1, -0.9999, 0.9, -0.4994, -0.9999, 1, -0.6999, -0.9999, 0.9, -0.6999, -0.9999, 1, -0.4994, -0.9999, 1, -0.4994, -0.9999, 0.9, -0.6999, -0.9999, 0.9, -0.8999, -0.9999, 0.4992, 1, -0.9999, -0.9999, -0.8999, -0.9999, -0.9999, -0.8999, -0.9999, 0.4992, 1, -0.9999, 0.9, 1, -0.9999, -0.9999, -0.8999, -0.9999, 0.4992, -0.8999, -0.9999, 0.7, 1, -0.9999, 0.9, 1, -0.9999, 0.9, -0.8999, -0.9999, 0.7, -0.7999, -0.9999, 0.8, 1, -0.9999, 0.9, -0.7999, -0.9999, 0.8, -0.6999, -0.9999, 0.9, 1, -0.9999, 0.9, -0.6999, -0.9999, 0.9, -0.4994, -0.9999, 0.9 ) +[sub_resource type="ConcavePolygonShape3D" id="5"] +data = PackedVector3Array(-0.7999, -0.9999, 0.8, -0.9999, -0.9999, 0.7, -0.8999, -0.9999, 0.9, -0.7999, -0.9999, 0.8, -0.8999, -0.9999, 0.7, -0.9999, -0.9999, 0.7, -0.9999, -0.9999, 0.4992, -0.8999, -0.9999, -0.9999, -0.9999, -0.9999, -0.9999, -0.9999, -0.9999, 0.4992, -0.8999, -0.9999, 0.4992, -0.8999, -0.9999, -0.9999, -0.6999, -0.9999, 1, -0.7999, -0.9999, 0.8, -0.8999, -0.9999, 0.9, -0.6999, -0.9999, 1, -0.6999, -0.9999, 0.9, -0.7999, -0.9999, 0.8, -0.9999, -0.9999, 0.4992, -0.8999, -0.9999, 0.7, -0.8999, -0.9999, 0.4992, -0.9999, -0.9999, 0.4992, -0.9999, -0.9999, 0.7, -0.8999, -0.9999, 0.7, -0.4994, -0.9999, 1, 1, -0.9999, 0.9, -0.4994, -0.9999, 0.9, -0.4994, -0.9999, 1, 1, -0.9999, 1, 1, -0.9999, 0.9, -0.4994, -0.9999, 1, -0.6999, -0.9999, 0.9, -0.6999, -0.9999, 1, -0.4994, -0.9999, 1, -0.4994, -0.9999, 0.9, -0.6999, -0.9999, 0.9, -0.8999, -0.9999, 0.4992, 1, -0.9999, -0.9999, -0.8999, -0.9999, -0.9999, -0.8999, -0.9999, 0.4992, 1, -0.9999, 0.9, 1, -0.9999, -0.9999, -0.8999, -0.9999, 0.4992, -0.8999, -0.9999, 0.7, 1, -0.9999, 0.9, 1, -0.9999, 0.9, -0.8999, -0.9999, 0.7, -0.7999, -0.9999, 0.8, 1, -0.9999, 0.9, -0.7999, -0.9999, 0.8, -0.6999, -0.9999, 0.9, 1, -0.9999, 0.9, -0.6999, -0.9999, 0.9, -0.4994, -0.9999, 0.9) -[sub_resource type="ArrayMesh" id=6] -surfaces/0 = { -"aabb": AABB( -1, -1, -1, 2, 8.9407e-07, 2 ), -"array_data": PackedByteArray( 0, 60, 0, 188, 0, 60, 0, 60, 0, 130, 0, 0, 1, 54, 249, 56, 0, 188, 0, 188, 0, 60, 0, 60, 0, 130, 0, 0, 250, 56, 249, 56, 0, 188, 255, 187, 0, 188, 0, 60, 0, 130, 0, 0, 250, 56, 255, 53, 0, 60, 255, 187, 0, 188, 0, 60, 0, 130, 0, 0, 1, 54, 255, 53 ), -"array_index_data": PackedByteArray( 0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0 ), -"blend_shape_data": [ ], -"format": 98067, +[sub_resource type="ArrayMesh" id="6"] +_surfaces = [{ +"aabb": AABB(-1, -1, -1, 2, 8.9407e-07, 2), +"attribute_data": PackedByteArray(0, 32, 192, 62, 0, 32, 31, 63, 0, 64, 31, 63, 0, 32, 31, 63, 0, 64, 31, 63, 0, 224, 191, 62, 0, 32, 192, 62, 0, 224, 191, 62), +"format": 4115, "index_count": 6, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [ ], -"vertex_count": 4 -} - -[sub_resource type="Image" id=74] +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 4, +"vertex_data": PackedByteArray(0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 0, 0, 0, 0, 128, 191, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 0, 0, 0, 0, 128, 191, 0, 224, 127, 191, 0, 0, 128, 191, 255, 127, 0, 0, 0, 0, 128, 63, 0, 224, 127, 191, 0, 0, 128, 191, 255, 127, 0, 0) +}] + +[sub_resource type="Image" id="Image_arrrp"] data = { -"data": PackedByteArray( 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255 ), +"data": PackedByteArray(76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255), "format": "RGBA8", "height": 64, "mipmaps": false, "width": 64 } -[sub_resource type="ImageTexture" id=8] -image = SubResource( 74 ) -size = Vector2( 64, 64 ) +[sub_resource type="ImageTexture" id="8"] +image = SubResource("Image_arrrp") -[sub_resource type="ConcavePolygonShape3D" id=9] -data = PackedVector3Array( 1, -0.9999, 1, -0.9999, -0.9999, -0.9999, -0.9999, -0.9999, 1, 1, -0.9999, 1, 1, -0.9999, -0.9999, -0.9999, -0.9999, -0.9999 ) +[sub_resource type="ConcavePolygonShape3D" id="9"] +data = PackedVector3Array(1, -0.9999, 1, -0.9999, -0.9999, -0.9999, -0.9999, -0.9999, 1, 1, -0.9999, 1, 1, -0.9999, -0.9999, -0.9999, -0.9999, -0.9999) -[sub_resource type="ArrayMesh" id=10] +[sub_resource type="ArrayMesh" id="10"] resource_name = "Cube.030" -surfaces/0 = { -"aabb": AABB( -0.999999, -1, -1, 2, 2, 2 ), -"array_data": PackedByteArray( 204, 180, 0, 188, 204, 52, 0, 60, 0, 0, 126, 0, 202, 41, 11, 58, 204, 52, 0, 188, 204, 52, 0, 60, 0, 0, 126, 0, 36, 45, 11, 58, 204, 52, 0, 60, 204, 52, 0, 60, 0, 0, 126, 0, 36, 45, 244, 59, 204, 180, 0, 60, 204, 52, 0, 60, 0, 0, 126, 0, 202, 41, 244, 59, 204, 52, 0, 60, 204, 180, 0, 60, 0, 0, 129, 0, 36, 45, 244, 59, 204, 52, 0, 188, 204, 180, 0, 60, 0, 0, 129, 0, 202, 41, 244, 59, 204, 180, 0, 188, 204, 180, 0, 60, 0, 0, 129, 0, 202, 41, 11, 58, 204, 180, 0, 60, 204, 180, 0, 60, 0, 0, 129, 0, 36, 45, 11, 58, 204, 180, 0, 188, 204, 180, 0, 60, 130, 0, 0, 0, 202, 41, 11, 58, 204, 180, 0, 188, 204, 52, 0, 60, 130, 0, 0, 0, 36, 45, 11, 58, 204, 180, 0, 60, 204, 52, 0, 60, 130, 0, 0, 0, 36, 45, 244, 59, 204, 180, 0, 60, 204, 180, 0, 60, 130, 0, 0, 0, 202, 41, 244, 59, 204, 52, 0, 188, 204, 52, 0, 60, 127, 0, 0, 0, 36, 45, 244, 59, 204, 52, 0, 188, 204, 180, 0, 60, 127, 0, 0, 0, 202, 41, 244, 59, 204, 52, 0, 60, 204, 180, 0, 60, 127, 0, 0, 0, 202, 41, 11, 58, 204, 52, 0, 60, 204, 52, 0, 60, 127, 0, 0, 0, 36, 45, 11, 58, 255, 187, 0, 188, 0, 60, 0, 60, 0, 127, 0, 0, 7, 58, 236, 51, 0, 60, 0, 188, 0, 60, 0, 60, 0, 127, 0, 0, 0, 60, 236, 51, 0, 60, 0, 188, 0, 188, 0, 60, 0, 127, 0, 0, 0, 60, 239, 17, 255, 187, 0, 188, 0, 188, 0, 60, 0, 127, 0, 0, 7, 58, 239, 17 ), -"array_index_data": PackedByteArray( 0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 10, 0, 9, 0, 8, 0, 11, 0, 10, 0, 12, 0, 14, 0, 13, 0, 12, 0, 15, 0, 14, 0, 16, 0, 18, 0, 17, 0, 16, 0, 19, 0, 18, 0 ), -"blend_shape_data": [ ], -"format": 98067, +_surfaces = [{ +"aabb": AABB(-0.999999, -1, -1, 2, 2, 2), +"attribute_data": PackedByteArray(0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63, 0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63, 0, 224, 64, 63, 0, 128, 125, 62, 0, 0, 128, 63, 0, 128, 125, 62, 0, 0, 128, 63, 0, 224, 61, 58, 0, 224, 64, 63, 0, 224, 61, 58), +"format": 4115, "index_count": 30, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [ ], -"vertex_count": 20 -} - -[sub_resource type="Image" id=75] +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 10, 0, 9, 0, 8, 0, 11, 0, 10, 0, 12, 0, 14, 0, 13, 0, 12, 0, 15, 0, 14, 0, 16, 0, 18, 0, 17, 0, 16, 0, 19, 0, 18, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 20, +"vertex_data": PackedByteArray(0, 128, 153, 190, 0, 0, 128, 191, 0, 128, 153, 62, 255, 127, 255, 127, 0, 128, 153, 62, 0, 0, 128, 191, 0, 128, 153, 62, 255, 127, 255, 127, 0, 128, 153, 62, 0, 0, 128, 63, 0, 128, 153, 62, 255, 127, 255, 127, 0, 128, 153, 190, 0, 0, 128, 63, 0, 128, 153, 62, 255, 127, 255, 127, 0, 128, 153, 62, 0, 0, 128, 63, 0, 128, 153, 190, 255, 255, 255, 255, 0, 128, 153, 62, 0, 0, 128, 191, 0, 128, 153, 190, 255, 255, 255, 255, 0, 128, 153, 190, 0, 0, 128, 191, 0, 128, 153, 190, 255, 255, 255, 255, 0, 128, 153, 190, 0, 0, 128, 63, 0, 128, 153, 190, 255, 255, 255, 255, 0, 128, 153, 190, 0, 0, 128, 191, 0, 128, 153, 190, 0, 0, 255, 127, 0, 128, 153, 190, 0, 0, 128, 191, 0, 128, 153, 62, 0, 0, 255, 127, 0, 128, 153, 190, 0, 0, 128, 63, 0, 128, 153, 62, 0, 0, 255, 127, 0, 128, 153, 190, 0, 0, 128, 63, 0, 128, 153, 190, 0, 0, 255, 127, 0, 128, 153, 62, 0, 0, 128, 191, 0, 128, 153, 62, 255, 255, 255, 127, 0, 128, 153, 62, 0, 0, 128, 191, 0, 128, 153, 190, 255, 255, 255, 127, 0, 128, 153, 62, 0, 0, 128, 63, 0, 128, 153, 190, 255, 255, 255, 127, 0, 128, 153, 62, 0, 0, 128, 63, 0, 128, 153, 62, 255, 255, 255, 127, 0, 224, 127, 191, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 255, 255, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 255, 255, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 128, 191, 255, 127, 255, 255, 0, 224, 127, 191, 0, 0, 128, 191, 0, 0, 128, 191, 255, 127, 255, 255) +}] + +[sub_resource type="Image" id="Image_2g6y1"] data = { -"data": PackedByteArray( 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 31, 22, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 39, 28, 18, 255, 44, 32, 21, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 38, 28, 17, 255, 39, 28, 18, 255, 31, 22, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 0, 0, 0, 255, 0, 0, 0, 255, 33, 24, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 102, 35, 255, 13, 95, 31, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 17, 105, 38, 255, 19, 93, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 97, 32, 255, 11, 92, 29, 255, 12, 93, 30, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 17, 101, 35, 255, 21, 106, 38, 255, 20, 104, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 101, 34, 255, 16, 101, 34, 255, 15, 99, 33, 255, 17, 102, 35, 255, 18, 102, 35, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 19, 103, 36, 255, 21, 106, 38, 255, 20, 104, 38, 255, 19, 102, 36, 255, 11, 70, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 100, 35, 255, 19, 105, 37, 255, 23, 110, 40, 255, 17, 101, 34, 255, 15, 98, 32, 255, 19, 107, 37, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 13, 95, 31, 255, 18, 101, 35, 255, 22, 107, 39, 255, 22, 108, 39, 255, 16, 100, 34, 255, 11, 89, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 94, 33, 255, 17, 102, 37, 255, 16, 100, 35, 255, 14, 97, 33, 255, 16, 101, 35, 255, 19, 106, 37, 255, 16, 103, 35, 255, 16, 103, 35, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 17, 102, 36, 255, 14, 97, 32, 255, 16, 99, 34, 255, 12, 93, 30, 255, 19, 111, 40, 255, 15, 100, 34, 255, 12, 92, 29, 255, 8, 60, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 95, 31, 255, 15, 98, 34, 255, 16, 99, 35, 255, 16, 101, 36, 255, 19, 106, 39, 255, 18, 106, 39, 255, 19, 108, 40, 255, 20, 112, 41, 255, 21, 118, 44, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 16, 101, 35, 255, 20, 111, 42, 255, 18, 108, 39, 255, 18, 109, 39, 255, 22, 117, 43, 255, 15, 101, 34, 255, 15, 101, 34, 255, 17, 104, 36, 255, 14, 86, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 95, 31, 255, 12, 93, 29, 255, 18, 102, 36, 255, 16, 99, 34, 255, 13, 96, 32, 255, 16, 99, 35, 255, 13, 95, 31, 255, 12, 94, 31, 255, 14, 97, 33, 255, 15, 102, 35, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 13, 95, 31, 255, 16, 103, 36, 255, 21, 113, 43, 255, 17, 105, 38, 255, 15, 101, 34, 255, 14, 99, 33, 255, 15, 99, 33, 255, 17, 101, 34, 255, 17, 101, 34, 255, 20, 106, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 102, 36, 255, 16, 98, 33, 255, 16, 99, 34, 255, 20, 104, 37, 255, 18, 101, 35, 255, 12, 93, 29, 255, 16, 100, 35, 255, 17, 103, 37, 255, 15, 98, 34, 255, 16, 100, 35, 255, 16, 99, 35, 255, 15, 99, 34, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 16, 101, 35, 255, 15, 99, 34, 255, 12, 92, 29, 255, 13, 96, 32, 255, 15, 98, 33, 255, 16, 99, 33, 255, 15, 99, 33, 255, 15, 97, 32, 255, 15, 98, 32, 255, 20, 106, 37, 255, 21, 108, 38, 255, 15, 80, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 108, 40, 255, 18, 107, 39, 255, 18, 102, 36, 255, 18, 102, 35, 255, 11, 92, 29, 255, 13, 96, 32, 255, 15, 99, 34, 255, 16, 100, 35, 255, 14, 97, 33, 255, 14, 97, 33, 255, 19, 107, 40, 255, 22, 111, 44, 255, 17, 106, 37, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 18, 106, 38, 255, 16, 101, 35, 255, 15, 98, 33, 255, 14, 96, 32, 255, 16, 101, 35, 255, 18, 106, 38, 255, 18, 106, 37, 255, 15, 97, 32, 255, 14, 97, 32, 255, 20, 106, 37, 255, 20, 106, 37, 255, 19, 106, 37, 255, 19, 105, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 100, 35, 255, 16, 100, 35, 255, 15, 99, 34, 255, 16, 100, 35, 255, 14, 97, 33, 255, 11, 92, 29, 255, 12, 93, 30, 255, 17, 104, 37, 255, 16, 101, 36, 255, 16, 100, 35, 255, 16, 100, 35, 255, 20, 109, 41, 255, 23, 116, 46, 255, 22, 119, 45, 255, 19, 113, 41, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 16, 102, 35, 255, 16, 101, 35, 255, 16, 101, 35, 255, 12, 94, 30, 255, 13, 96, 32, 255, 17, 103, 37, 255, 17, 103, 37, 255, 16, 102, 36, 255, 14, 97, 32, 255, 18, 103, 35, 255, 12, 93, 29, 255, 18, 103, 35, 255, 16, 99, 33, 255, 13, 95, 31, 255, 12, 68, 23, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 100, 34, 255, 13, 95, 31, 255, 16, 101, 35, 255, 13, 95, 31, 255, 16, 101, 35, 255, 20, 110, 41, 255, 17, 104, 38, 255, 16, 100, 35, 255, 22, 115, 45, 255, 17, 104, 37, 255, 16, 100, 35, 255, 17, 105, 38, 255, 20, 110, 41, 255, 21, 107, 40, 255, 20, 108, 40, 255, 16, 102, 35, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 12, 94, 30, 255, 20, 106, 37, 255, 20, 107, 38, 255, 12, 94, 30, 255, 17, 105, 37, 255, 24, 119, 46, 255, 24, 119, 46, 255, 17, 103, 36, 255, 12, 93, 30, 255, 20, 107, 39, 255, 18, 104, 36, 255, 14, 96, 31, 255, 12, 94, 30, 255, 18, 104, 36, 255, 14, 97, 32, 255, 12, 86, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 100, 35, 255, 13, 95, 32, 255, 16, 101, 36, 255, 18, 105, 38, 255, 16, 102, 36, 255, 16, 101, 35, 255, 20, 111, 41, 255, 20, 111, 41, 255, 17, 104, 37, 255, 16, 100, 35, 255, 16, 100, 35, 255, 16, 100, 35, 255, 17, 101, 36, 255, 19, 101, 37, 255, 21, 107, 40, 255, 20, 105, 39, 255, 20, 106, 39, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 12, 93, 30, 255, 17, 101, 34, 255, 19, 105, 37, 255, 19, 105, 37, 255, 16, 101, 34, 255, 16, 101, 35, 255, 18, 106, 38, 255, 13, 94, 31, 255, 12, 94, 30, 255, 17, 102, 37, 255, 16, 100, 35, 255, 18, 104, 36, 255, 16, 101, 34, 255, 18, 103, 35, 255, 16, 101, 34, 255, 19, 105, 37, 255, 19, 105, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 105, 37, 255, 15, 99, 34, 255, 16, 102, 36, 255, 19, 108, 40, 255, 16, 100, 35, 255, 15, 99, 34, 255, 15, 100, 34, 255, 20, 110, 41, 255, 14, 96, 32, 255, 14, 96, 32, 255, 16, 100, 35, 255, 15, 100, 34, 255, 16, 101, 35, 255, 23, 111, 43, 255, 19, 103, 38, 255, 20, 103, 38, 255, 18, 100, 36, 255, 19, 103, 38, 255, 27, 19, 12, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 15, 255, 13, 95, 31, 255, 17, 102, 35, 255, 14, 96, 32, 255, 17, 100, 34, 255, 18, 103, 35, 255, 12, 92, 29, 255, 11, 92, 29, 255, 12, 93, 30, 255, 16, 101, 35, 255, 16, 101, 36, 255, 18, 104, 39, 255, 14, 97, 32, 255, 18, 104, 36, 255, 19, 105, 37, 255, 19, 105, 36, 255, 19, 105, 37, 255, 21, 109, 39, 255, 24, 101, 38, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 100, 35, 255, 15, 99, 34, 255, 16, 100, 35, 255, 16, 100, 35, 255, 16, 100, 35, 255, 17, 102, 36, 255, 21, 112, 43, 255, 16, 102, 35, 255, 11, 92, 29, 255, 17, 106, 37, 255, 22, 121, 45, 255, 19, 111, 40, 255, 19, 110, 39, 255, 25, 118, 47, 255, 25, 117, 47, 255, 21, 107, 40, 255, 20, 108, 40, 255, 23, 117, 44, 255, 16, 102, 35, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 17, 108, 38, 255, 15, 102, 34, 255, 17, 103, 35, 255, 17, 102, 35, 255, 12, 93, 30, 255, 12, 93, 30, 255, 11, 92, 29, 255, 13, 95, 31, 255, 17, 101, 34, 255, 14, 96, 31, 255, 15, 100, 35, 255, 22, 112, 44, 255, 17, 104, 37, 255, 14, 99, 33, 255, 17, 107, 38, 255, 17, 104, 36, 255, 15, 97, 32, 255, 15, 97, 32, 255, 29, 80, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 108, 40, 255, 12, 94, 30, 255, 16, 101, 35, 255, 16, 101, 36, 255, 18, 107, 39, 255, 17, 105, 37, 255, 18, 108, 38, 255, 18, 111, 39, 255, 16, 103, 35, 255, 17, 107, 37, 255, 15, 101, 34, 255, 17, 108, 38, 255, 20, 112, 42, 255, 17, 104, 37, 255, 17, 103, 37, 255, 18, 106, 38, 255, 18, 106, 38, 255, 19, 107, 39, 255, 41, 30, 18, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 43, 32, 19, 255, 23, 122, 46, 255, 20, 114, 41, 255, 22, 119, 44, 255, 18, 111, 39, 255, 19, 109, 38, 255, 22, 110, 39, 255, 16, 99, 33, 255, 11, 92, 29, 255, 15, 98, 33, 255, 20, 106, 37, 255, 14, 96, 31, 255, 12, 94, 30, 255, 16, 101, 35, 255, 16, 101, 35, 255, 14, 97, 32, 255, 15, 99, 33, 255, 16, 101, 35, 255, 15, 100, 34, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 98, 33, 255, 19, 108, 41, 255, 16, 100, 35, 255, 15, 99, 33, 255, 19, 105, 37, 255, 14, 98, 32, 255, 16, 105, 36, 255, 19, 113, 40, 255, 19, 112, 40, 255, 16, 104, 35, 255, 11, 92, 29, 255, 16, 102, 35, 255, 16, 102, 36, 255, 19, 107, 39, 255, 21, 112, 41, 255, 17, 103, 37, 255, 16, 102, 36, 255, 13, 96, 32, 255, 14, 96, 32, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 12, 92, 29, 255, 14, 97, 32, 255, 15, 102, 34, 255, 12, 94, 30, 255, 14, 99, 33, 255, 21, 113, 40, 255, 23, 113, 40, 255, 16, 100, 33, 255, 17, 102, 35, 255, 17, 101, 34, 255, 14, 96, 31, 255, 17, 101, 34, 255, 15, 98, 32, 255, 13, 95, 31, 255, 16, 102, 34, 255, 17, 105, 37, 255, 16, 102, 35, 255, 16, 104, 36, 255, 25, 88, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 98, 33, 255, 18, 102, 35, 255, 21, 108, 38, 255, 14, 96, 31, 255, 11, 92, 29, 255, 12, 92, 29, 255, 15, 100, 33, 255, 16, 101, 35, 255, 14, 97, 32, 255, 13, 95, 31, 255, 12, 94, 30, 255, 13, 95, 31, 255, 17, 103, 37, 255, 25, 121, 48, 255, 25, 120, 48, 255, 17, 104, 38, 255, 18, 106, 39, 255, 15, 99, 34, 255, 12, 93, 29, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 14, 98, 33, 255, 13, 95, 31, 255, 12, 94, 31, 255, 14, 98, 33, 255, 15, 100, 34, 255, 12, 93, 30, 255, 12, 94, 30, 255, 20, 108, 37, 255, 20, 108, 37, 255, 13, 95, 31, 255, 17, 101, 34, 255, 16, 101, 34, 255, 12, 93, 29, 255, 14, 97, 32, 255, 14, 97, 32, 255, 15, 99, 33, 255, 13, 96, 31, 255, 19, 110, 40, 255, 49, 86, 46, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 21, 107, 38, 255, 13, 95, 31, 255, 13, 95, 31, 255, 12, 92, 29, 255, 15, 100, 33, 255, 13, 95, 31, 255, 14, 99, 33, 255, 15, 100, 34, 255, 22, 115, 45, 255, 15, 100, 35, 255, 16, 101, 36, 255, 18, 105, 37, 255, 19, 107, 38, 255, 14, 96, 32, 255, 17, 102, 36, 255, 15, 99, 34, 255, 15, 100, 34, 255, 16, 100, 35, 255, 23, 17, 9, 255, 27, 20, 12, 255, 15, 99, 34, 255, 13, 95, 31, 255, 13, 95, 31, 255, 17, 106, 38, 255, 17, 106, 37, 255, 19, 112, 40, 255, 16, 102, 34, 255, 14, 96, 31, 255, 14, 97, 31, 255, 16, 100, 33, 255, 12, 93, 29, 255, 12, 94, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 96, 31, 255, 14, 96, 31, 255, 14, 98, 32, 255, 22, 88, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 12, 93, 30, 255, 15, 98, 32, 255, 14, 97, 32, 255, 19, 110, 39, 255, 19, 110, 39, 255, 20, 113, 41, 255, 18, 107, 38, 255, 16, 102, 36, 255, 13, 96, 31, 255, 11, 92, 29, 255, 17, 102, 34, 255, 21, 108, 38, 255, 14, 96, 31, 255, 15, 98, 33, 255, 16, 102, 36, 255, 19, 107, 38, 255, 15, 99, 33, 255, 12, 92, 29, 255, 16, 101, 34, 255, 17, 102, 35, 255, 12, 93, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 15, 100, 34, 255, 16, 104, 36, 255, 20, 115, 42, 255, 18, 110, 39, 255, 14, 96, 31, 255, 13, 95, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 94, 31, 255, 12, 93, 30, 255, 12, 93, 29, 255, 37, 77, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 12, 94, 30, 255, 16, 103, 36, 255, 21, 116, 42, 255, 22, 118, 43, 255, 15, 101, 34, 255, 15, 100, 34, 255, 20, 106, 37, 255, 16, 99, 33, 255, 19, 105, 37, 255, 19, 106, 37, 255, 15, 97, 32, 255, 15, 98, 32, 255, 17, 101, 35, 255, 18, 103, 35, 255, 13, 95, 31, 255, 14, 97, 32, 255, 13, 95, 31, 255, 14, 96, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 14, 98, 32, 255, 18, 110, 39, 255, 16, 104, 36, 255, 16, 102, 35, 255, 18, 109, 38, 255, 17, 106, 37, 255, 16, 102, 38, 255, 13, 95, 32, 255, 13, 94, 32, 255, 14, 97, 35, 255, 14, 97, 35, 255, 13, 89, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 11, 92, 29, 255, 15, 100, 34, 255, 16, 103, 35, 255, 18, 102, 36, 255, 16, 99, 34, 255, 11, 92, 29, 255, 12, 93, 30, 255, 13, 94, 30, 255, 13, 94, 30, 255, 12, 95, 31, 255, 19, 109, 40, 255, 19, 107, 40, 255, 21, 112, 43, 255, 20, 107, 38, 255, 19, 104, 36, 255, 16, 98, 33, 255, 16, 99, 34, 255, 15, 98, 33, 255, 15, 98, 33, 255, 15, 98, 32, 255, 15, 101, 34, 255, 16, 102, 35, 255, 15, 101, 35, 255, 13, 96, 32, 255, 13, 95, 31, 255, 18, 107, 39, 255, 17, 103, 37, 255, 13, 95, 32, 255, 11, 92, 29, 255, 20, 75, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 103, 36, 255, 19, 103, 37, 255, 19, 103, 37, 255, 18, 102, 36, 255, 18, 101, 35, 255, 16, 99, 34, 255, 12, 92, 29, 255, 11, 92, 29, 255, 12, 93, 30, 255, 15, 98, 34, 255, 16, 100, 35, 255, 13, 95, 31, 255, 13, 95, 30, 255, 15, 97, 32, 255, 18, 102, 36, 255, 19, 103, 37, 255, 19, 103, 37, 255, 15, 98, 33, 255, 17, 101, 35, 255, 18, 105, 37, 255, 18, 107, 39, 255, 16, 100, 35, 255, 14, 96, 32, 255, 15, 99, 34, 255, 18, 107, 39, 255, 15, 98, 34, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 98, 33, 255, 19, 103, 37, 255, 20, 104, 37, 255, 20, 104, 37, 255, 14, 96, 32, 255, 13, 95, 31, 255, 11, 92, 29, 255, 12, 93, 30, 255, 14, 97, 33, 255, 14, 96, 32, 255, 15, 101, 35, 255, 18, 109, 38, 255, 17, 105, 36, 255, 18, 102, 35, 255, 17, 101, 35, 255, 17, 101, 35, 255, 13, 94, 30, 255, 16, 98, 33, 255, 21, 105, 38, 255, 17, 101, 35, 255, 14, 97, 32, 255, 14, 97, 33, 255, 15, 99, 34, 255, 20, 83, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 109, 40, 255, 19, 104, 37, 255, 12, 93, 29, 255, 14, 96, 32, 255, 16, 99, 33, 255, 18, 104, 36, 255, 16, 101, 34, 255, 15, 100, 34, 255, 15, 100, 33, 255, 15, 100, 33, 255, 15, 100, 34, 255, 15, 100, 33, 255, 12, 93, 30, 255, 18, 103, 36, 255, 20, 104, 37, 255, 16, 98, 33, 255, 17, 100, 34, 255, 19, 103, 36, 255, 16, 98, 33, 255, 16, 98, 33, 255, 16, 99, 34, 255, 28, 72, 34, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 99, 33, 255, 13, 95, 31, 255, 15, 98, 33, 255, 16, 100, 34, 255, 16, 101, 34, 255, 16, 101, 35, 255, 19, 112, 40, 255, 18, 108, 38, 255, 11, 92, 29, 255, 14, 99, 33, 255, 15, 102, 35, 255, 19, 109, 39, 255, 20, 111, 41, 255, 16, 98, 33, 255, 17, 100, 35, 255, 13, 94, 30, 255, 17, 100, 34, 255, 21, 97, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 11, 92, 29, 255, 16, 100, 33, 255, 16, 101, 35, 255, 13, 97, 32, 255, 18, 108, 38, 255, 16, 104, 36, 255, 12, 93, 29, 255, 15, 103, 35, 255, 16, 104, 36, 255, 16, 101, 35, 255, 14, 98, 33, 255, 16, 103, 35, 255, 17, 105, 37, 255, 21, 107, 39, 255, 19, 103, 37, 255, 38, 87, 40, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 101, 35, 255, 15, 101, 34, 255, 15, 100, 34, 255, 15, 100, 34, 255, 13, 95, 31, 255, 13, 97, 32, 255, 15, 100, 34, 255, 17, 104, 36, 255, 17, 106, 38, 255, 18, 109, 39, 255, 20, 113, 42, 255, 19, 111, 40, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 21, 116, 44, 255, 17, 106, 37, 255, 18, 108, 39, 255, 18, 107, 38, 255, 15, 101, 34, 255, 12, 92, 29, 255, 15, 101, 34, 255, 15, 100, 34, 255, 17, 105, 37, 255, 32, 97, 41, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 106, 38, 255, 16, 102, 35, 255, 19, 111, 41, 255, 18, 108, 39, 255, 18, 107, 38, 255, 19, 112, 41, 255, 20, 114, 42, 255, 47, 87, 46, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 112, 41, 255, 17, 104, 36, 255, 19, 110, 40, 255, 25, 109, 44, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 117, 45, 255, 30, 86, 40, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255 ), +"data": PackedByteArray(76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 31, 22, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 39, 28, 18, 255, 44, 32, 21, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 38, 28, 17, 255, 39, 28, 18, 255, 31, 22, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 0, 0, 0, 255, 0, 0, 0, 255, 33, 24, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 102, 35, 255, 13, 95, 31, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 17, 105, 38, 255, 19, 93, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 97, 32, 255, 11, 92, 29, 255, 12, 93, 30, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 17, 101, 35, 255, 21, 106, 38, 255, 20, 104, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 101, 34, 255, 16, 101, 34, 255, 15, 99, 33, 255, 17, 102, 35, 255, 18, 102, 35, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 19, 103, 36, 255, 21, 106, 38, 255, 20, 104, 38, 255, 19, 102, 36, 255, 11, 70, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 100, 35, 255, 19, 105, 37, 255, 23, 110, 40, 255, 17, 101, 34, 255, 15, 98, 32, 255, 19, 107, 37, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 13, 95, 31, 255, 18, 101, 35, 255, 22, 107, 39, 255, 22, 108, 39, 255, 16, 100, 34, 255, 11, 89, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 94, 33, 255, 17, 102, 37, 255, 16, 100, 35, 255, 14, 97, 33, 255, 16, 101, 35, 255, 19, 106, 37, 255, 16, 103, 35, 255, 16, 103, 35, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 17, 102, 36, 255, 14, 97, 32, 255, 16, 99, 34, 255, 12, 93, 30, 255, 19, 111, 40, 255, 15, 100, 34, 255, 12, 92, 29, 255, 8, 60, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 95, 31, 255, 15, 98, 34, 255, 16, 99, 35, 255, 16, 101, 36, 255, 19, 106, 39, 255, 18, 106, 39, 255, 19, 108, 40, 255, 20, 112, 41, 255, 21, 118, 44, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 16, 101, 35, 255, 20, 111, 42, 255, 18, 108, 39, 255, 18, 109, 39, 255, 22, 117, 43, 255, 15, 101, 34, 255, 15, 101, 34, 255, 17, 104, 36, 255, 14, 86, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 95, 31, 255, 12, 93, 29, 255, 18, 102, 36, 255, 16, 99, 34, 255, 13, 96, 32, 255, 16, 99, 35, 255, 13, 95, 31, 255, 12, 94, 31, 255, 14, 97, 33, 255, 15, 102, 35, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 13, 95, 31, 255, 16, 103, 36, 255, 21, 113, 43, 255, 17, 105, 38, 255, 15, 101, 34, 255, 14, 99, 33, 255, 15, 99, 33, 255, 17, 101, 34, 255, 17, 101, 34, 255, 20, 106, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 102, 36, 255, 16, 98, 33, 255, 16, 99, 34, 255, 20, 104, 37, 255, 18, 101, 35, 255, 12, 93, 29, 255, 16, 100, 35, 255, 17, 103, 37, 255, 15, 98, 34, 255, 16, 100, 35, 255, 16, 99, 35, 255, 15, 99, 34, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 16, 101, 35, 255, 15, 99, 34, 255, 12, 92, 29, 255, 13, 96, 32, 255, 15, 98, 33, 255, 16, 99, 33, 255, 15, 99, 33, 255, 15, 97, 32, 255, 15, 98, 32, 255, 20, 106, 37, 255, 21, 108, 38, 255, 15, 80, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 108, 40, 255, 18, 107, 39, 255, 18, 102, 36, 255, 18, 102, 35, 255, 11, 92, 29, 255, 13, 96, 32, 255, 15, 99, 34, 255, 16, 100, 35, 255, 14, 97, 33, 255, 14, 97, 33, 255, 19, 107, 40, 255, 22, 111, 44, 255, 17, 106, 37, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 18, 106, 38, 255, 16, 101, 35, 255, 15, 98, 33, 255, 14, 96, 32, 255, 16, 101, 35, 255, 18, 106, 38, 255, 18, 106, 37, 255, 15, 97, 32, 255, 14, 97, 32, 255, 20, 106, 37, 255, 20, 106, 37, 255, 19, 106, 37, 255, 19, 105, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 100, 35, 255, 16, 100, 35, 255, 15, 99, 34, 255, 16, 100, 35, 255, 14, 97, 33, 255, 11, 92, 29, 255, 12, 93, 30, 255, 17, 104, 37, 255, 16, 101, 36, 255, 16, 100, 35, 255, 16, 100, 35, 255, 20, 109, 41, 255, 23, 116, 46, 255, 22, 119, 45, 255, 19, 113, 41, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 16, 102, 35, 255, 16, 101, 35, 255, 16, 101, 35, 255, 12, 94, 30, 255, 13, 96, 32, 255, 17, 103, 37, 255, 17, 103, 37, 255, 16, 102, 36, 255, 14, 97, 32, 255, 18, 103, 35, 255, 12, 93, 29, 255, 18, 103, 35, 255, 16, 99, 33, 255, 13, 95, 31, 255, 12, 68, 23, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 100, 34, 255, 13, 95, 31, 255, 16, 101, 35, 255, 13, 95, 31, 255, 16, 101, 35, 255, 20, 110, 41, 255, 17, 104, 38, 255, 16, 100, 35, 255, 22, 115, 45, 255, 17, 104, 37, 255, 16, 100, 35, 255, 17, 105, 38, 255, 20, 110, 41, 255, 21, 107, 40, 255, 20, 108, 40, 255, 16, 102, 35, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 12, 94, 30, 255, 20, 106, 37, 255, 20, 107, 38, 255, 12, 94, 30, 255, 17, 105, 37, 255, 24, 119, 46, 255, 24, 119, 46, 255, 17, 103, 36, 255, 12, 93, 30, 255, 20, 107, 39, 255, 18, 104, 36, 255, 14, 96, 31, 255, 12, 94, 30, 255, 18, 104, 36, 255, 14, 97, 32, 255, 12, 86, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 100, 35, 255, 13, 95, 32, 255, 16, 101, 36, 255, 18, 105, 38, 255, 16, 102, 36, 255, 16, 101, 35, 255, 20, 111, 41, 255, 20, 111, 41, 255, 17, 104, 37, 255, 16, 100, 35, 255, 16, 100, 35, 255, 16, 100, 35, 255, 17, 101, 36, 255, 19, 101, 37, 255, 21, 107, 40, 255, 20, 105, 39, 255, 20, 106, 39, 255, 31, 22, 14, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 14, 255, 12, 93, 30, 255, 17, 101, 34, 255, 19, 105, 37, 255, 19, 105, 37, 255, 16, 101, 34, 255, 16, 101, 35, 255, 18, 106, 38, 255, 13, 94, 31, 255, 12, 94, 30, 255, 17, 102, 37, 255, 16, 100, 35, 255, 18, 104, 36, 255, 16, 101, 34, 255, 18, 103, 35, 255, 16, 101, 34, 255, 19, 105, 37, 255, 19, 105, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 105, 37, 255, 15, 99, 34, 255, 16, 102, 36, 255, 19, 108, 40, 255, 16, 100, 35, 255, 15, 99, 34, 255, 15, 100, 34, 255, 20, 110, 41, 255, 14, 96, 32, 255, 14, 96, 32, 255, 16, 100, 35, 255, 15, 100, 34, 255, 16, 101, 35, 255, 23, 111, 43, 255, 19, 103, 38, 255, 20, 103, 38, 255, 18, 100, 36, 255, 19, 103, 38, 255, 27, 19, 12, 255, 39, 28, 18, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 39, 28, 18, 255, 31, 22, 15, 255, 13, 95, 31, 255, 17, 102, 35, 255, 14, 96, 32, 255, 17, 100, 34, 255, 18, 103, 35, 255, 12, 92, 29, 255, 11, 92, 29, 255, 12, 93, 30, 255, 16, 101, 35, 255, 16, 101, 36, 255, 18, 104, 39, 255, 14, 97, 32, 255, 18, 104, 36, 255, 19, 105, 37, 255, 19, 105, 36, 255, 19, 105, 37, 255, 21, 109, 39, 255, 24, 101, 38, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 100, 35, 255, 15, 99, 34, 255, 16, 100, 35, 255, 16, 100, 35, 255, 16, 100, 35, 255, 17, 102, 36, 255, 21, 112, 43, 255, 16, 102, 35, 255, 11, 92, 29, 255, 17, 106, 37, 255, 22, 121, 45, 255, 19, 111, 40, 255, 19, 110, 39, 255, 25, 118, 47, 255, 25, 117, 47, 255, 21, 107, 40, 255, 20, 108, 40, 255, 23, 117, 44, 255, 16, 102, 35, 255, 45, 32, 20, 255, 44, 32, 19, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 17, 108, 38, 255, 15, 102, 34, 255, 17, 103, 35, 255, 17, 102, 35, 255, 12, 93, 30, 255, 12, 93, 30, 255, 11, 92, 29, 255, 13, 95, 31, 255, 17, 101, 34, 255, 14, 96, 31, 255, 15, 100, 35, 255, 22, 112, 44, 255, 17, 104, 37, 255, 14, 99, 33, 255, 17, 107, 38, 255, 17, 104, 36, 255, 15, 97, 32, 255, 15, 97, 32, 255, 29, 80, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 108, 40, 255, 12, 94, 30, 255, 16, 101, 35, 255, 16, 101, 36, 255, 18, 107, 39, 255, 17, 105, 37, 255, 18, 108, 38, 255, 18, 111, 39, 255, 16, 103, 35, 255, 17, 107, 37, 255, 15, 101, 34, 255, 17, 108, 38, 255, 20, 112, 42, 255, 17, 104, 37, 255, 17, 103, 37, 255, 18, 106, 38, 255, 18, 106, 38, 255, 19, 107, 39, 255, 41, 30, 18, 255, 42, 31, 18, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 42, 31, 18, 255, 43, 32, 19, 255, 23, 122, 46, 255, 20, 114, 41, 255, 22, 119, 44, 255, 18, 111, 39, 255, 19, 109, 38, 255, 22, 110, 39, 255, 16, 99, 33, 255, 11, 92, 29, 255, 15, 98, 33, 255, 20, 106, 37, 255, 14, 96, 31, 255, 12, 94, 30, 255, 16, 101, 35, 255, 16, 101, 35, 255, 14, 97, 32, 255, 15, 99, 33, 255, 16, 101, 35, 255, 15, 100, 34, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 98, 33, 255, 19, 108, 41, 255, 16, 100, 35, 255, 15, 99, 33, 255, 19, 105, 37, 255, 14, 98, 32, 255, 16, 105, 36, 255, 19, 113, 40, 255, 19, 112, 40, 255, 16, 104, 35, 255, 11, 92, 29, 255, 16, 102, 35, 255, 16, 102, 36, 255, 19, 107, 39, 255, 21, 112, 41, 255, 17, 103, 37, 255, 16, 102, 36, 255, 13, 96, 32, 255, 14, 96, 32, 255, 41, 30, 17, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 41, 30, 17, 255, 12, 92, 29, 255, 14, 97, 32, 255, 15, 102, 34, 255, 12, 94, 30, 255, 14, 99, 33, 255, 21, 113, 40, 255, 23, 113, 40, 255, 16, 100, 33, 255, 17, 102, 35, 255, 17, 101, 34, 255, 14, 96, 31, 255, 17, 101, 34, 255, 15, 98, 32, 255, 13, 95, 31, 255, 16, 102, 34, 255, 17, 105, 37, 255, 16, 102, 35, 255, 16, 104, 36, 255, 25, 88, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 98, 33, 255, 18, 102, 35, 255, 21, 108, 38, 255, 14, 96, 31, 255, 11, 92, 29, 255, 12, 92, 29, 255, 15, 100, 33, 255, 16, 101, 35, 255, 14, 97, 32, 255, 13, 95, 31, 255, 12, 94, 30, 255, 13, 95, 31, 255, 17, 103, 37, 255, 25, 121, 48, 255, 25, 120, 48, 255, 17, 104, 38, 255, 18, 106, 39, 255, 15, 99, 34, 255, 12, 93, 29, 255, 35, 26, 14, 255, 27, 20, 11, 255, 27, 20, 11, 255, 35, 26, 14, 255, 14, 98, 33, 255, 13, 95, 31, 255, 12, 94, 31, 255, 14, 98, 33, 255, 15, 100, 34, 255, 12, 93, 30, 255, 12, 94, 30, 255, 20, 108, 37, 255, 20, 108, 37, 255, 13, 95, 31, 255, 17, 101, 34, 255, 16, 101, 34, 255, 12, 93, 29, 255, 14, 97, 32, 255, 14, 97, 32, 255, 15, 99, 33, 255, 13, 96, 31, 255, 19, 110, 40, 255, 49, 86, 46, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 21, 107, 38, 255, 13, 95, 31, 255, 13, 95, 31, 255, 12, 92, 29, 255, 15, 100, 33, 255, 13, 95, 31, 255, 14, 99, 33, 255, 15, 100, 34, 255, 22, 115, 45, 255, 15, 100, 35, 255, 16, 101, 36, 255, 18, 105, 37, 255, 19, 107, 38, 255, 14, 96, 32, 255, 17, 102, 36, 255, 15, 99, 34, 255, 15, 100, 34, 255, 16, 100, 35, 255, 23, 17, 9, 255, 27, 20, 12, 255, 15, 99, 34, 255, 13, 95, 31, 255, 13, 95, 31, 255, 17, 106, 38, 255, 17, 106, 37, 255, 19, 112, 40, 255, 16, 102, 34, 255, 14, 96, 31, 255, 14, 97, 31, 255, 16, 100, 33, 255, 12, 93, 29, 255, 12, 94, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 96, 31, 255, 14, 96, 31, 255, 14, 98, 32, 255, 22, 88, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 12, 93, 30, 255, 15, 98, 32, 255, 14, 97, 32, 255, 19, 110, 39, 255, 19, 110, 39, 255, 20, 113, 41, 255, 18, 107, 38, 255, 16, 102, 36, 255, 13, 96, 31, 255, 11, 92, 29, 255, 17, 102, 34, 255, 21, 108, 38, 255, 14, 96, 31, 255, 15, 98, 33, 255, 16, 102, 36, 255, 19, 107, 38, 255, 15, 99, 33, 255, 12, 92, 29, 255, 16, 101, 34, 255, 17, 102, 35, 255, 12, 93, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 15, 100, 34, 255, 16, 104, 36, 255, 20, 115, 42, 255, 18, 110, 39, 255, 14, 96, 31, 255, 13, 95, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 94, 31, 255, 12, 93, 30, 255, 12, 93, 29, 255, 37, 77, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 12, 94, 30, 255, 16, 103, 36, 255, 21, 116, 42, 255, 22, 118, 43, 255, 15, 101, 34, 255, 15, 100, 34, 255, 20, 106, 37, 255, 16, 99, 33, 255, 19, 105, 37, 255, 19, 106, 37, 255, 15, 97, 32, 255, 15, 98, 32, 255, 17, 101, 35, 255, 18, 103, 35, 255, 13, 95, 31, 255, 14, 97, 32, 255, 13, 95, 31, 255, 14, 96, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 14, 98, 32, 255, 18, 110, 39, 255, 16, 104, 36, 255, 16, 102, 35, 255, 18, 109, 38, 255, 17, 106, 37, 255, 16, 102, 38, 255, 13, 95, 32, 255, 13, 94, 32, 255, 14, 97, 35, 255, 14, 97, 35, 255, 13, 89, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 11, 92, 29, 255, 15, 100, 34, 255, 16, 103, 35, 255, 18, 102, 36, 255, 16, 99, 34, 255, 11, 92, 29, 255, 12, 93, 30, 255, 13, 94, 30, 255, 13, 94, 30, 255, 12, 95, 31, 255, 19, 109, 40, 255, 19, 107, 40, 255, 21, 112, 43, 255, 20, 107, 38, 255, 19, 104, 36, 255, 16, 98, 33, 255, 16, 99, 34, 255, 15, 98, 33, 255, 15, 98, 33, 255, 15, 98, 32, 255, 15, 101, 34, 255, 16, 102, 35, 255, 15, 101, 35, 255, 13, 96, 32, 255, 13, 95, 31, 255, 18, 107, 39, 255, 17, 103, 37, 255, 13, 95, 32, 255, 11, 92, 29, 255, 20, 75, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 103, 36, 255, 19, 103, 37, 255, 19, 103, 37, 255, 18, 102, 36, 255, 18, 101, 35, 255, 16, 99, 34, 255, 12, 92, 29, 255, 11, 92, 29, 255, 12, 93, 30, 255, 15, 98, 34, 255, 16, 100, 35, 255, 13, 95, 31, 255, 13, 95, 30, 255, 15, 97, 32, 255, 18, 102, 36, 255, 19, 103, 37, 255, 19, 103, 37, 255, 15, 98, 33, 255, 17, 101, 35, 255, 18, 105, 37, 255, 18, 107, 39, 255, 16, 100, 35, 255, 14, 96, 32, 255, 15, 99, 34, 255, 18, 107, 39, 255, 15, 98, 34, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 98, 33, 255, 19, 103, 37, 255, 20, 104, 37, 255, 20, 104, 37, 255, 14, 96, 32, 255, 13, 95, 31, 255, 11, 92, 29, 255, 12, 93, 30, 255, 14, 97, 33, 255, 14, 96, 32, 255, 15, 101, 35, 255, 18, 109, 38, 255, 17, 105, 36, 255, 18, 102, 35, 255, 17, 101, 35, 255, 17, 101, 35, 255, 13, 94, 30, 255, 16, 98, 33, 255, 21, 105, 38, 255, 17, 101, 35, 255, 14, 97, 32, 255, 14, 97, 33, 255, 15, 99, 34, 255, 20, 83, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 109, 40, 255, 19, 104, 37, 255, 12, 93, 29, 255, 14, 96, 32, 255, 16, 99, 33, 255, 18, 104, 36, 255, 16, 101, 34, 255, 15, 100, 34, 255, 15, 100, 33, 255, 15, 100, 33, 255, 15, 100, 34, 255, 15, 100, 33, 255, 12, 93, 30, 255, 18, 103, 36, 255, 20, 104, 37, 255, 16, 98, 33, 255, 17, 100, 34, 255, 19, 103, 36, 255, 16, 98, 33, 255, 16, 98, 33, 255, 16, 99, 34, 255, 28, 72, 34, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 99, 33, 255, 13, 95, 31, 255, 15, 98, 33, 255, 16, 100, 34, 255, 16, 101, 34, 255, 16, 101, 35, 255, 19, 112, 40, 255, 18, 108, 38, 255, 11, 92, 29, 255, 14, 99, 33, 255, 15, 102, 35, 255, 19, 109, 39, 255, 20, 111, 41, 255, 16, 98, 33, 255, 17, 100, 35, 255, 13, 94, 30, 255, 17, 100, 34, 255, 21, 97, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 11, 92, 29, 255, 16, 100, 33, 255, 16, 101, 35, 255, 13, 97, 32, 255, 18, 108, 38, 255, 16, 104, 36, 255, 12, 93, 29, 255, 15, 103, 35, 255, 16, 104, 36, 255, 16, 101, 35, 255, 14, 98, 33, 255, 16, 103, 35, 255, 17, 105, 37, 255, 21, 107, 39, 255, 19, 103, 37, 255, 38, 87, 40, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 101, 35, 255, 15, 101, 34, 255, 15, 100, 34, 255, 15, 100, 34, 255, 13, 95, 31, 255, 13, 97, 32, 255, 15, 100, 34, 255, 17, 104, 36, 255, 17, 106, 38, 255, 18, 109, 39, 255, 20, 113, 42, 255, 19, 111, 40, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 21, 116, 44, 255, 17, 106, 37, 255, 18, 108, 39, 255, 18, 107, 38, 255, 15, 101, 34, 255, 12, 92, 29, 255, 15, 101, 34, 255, 15, 100, 34, 255, 17, 105, 37, 255, 32, 97, 41, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 106, 38, 255, 16, 102, 35, 255, 19, 111, 41, 255, 18, 108, 39, 255, 18, 107, 38, 255, 19, 112, 41, 255, 20, 114, 42, 255, 47, 87, 46, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 112, 41, 255, 17, 104, 36, 255, 19, 110, 40, 255, 25, 109, 44, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 117, 45, 255, 30, 86, 40, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255), "format": "RGBA8", "height": 64, "mipmaps": false, "width": 64 } -[sub_resource type="ImageTexture" id=12] -image = SubResource( 75 ) -size = Vector2( 64, 64 ) +[sub_resource type="ImageTexture" id="12"] +image = SubResource("Image_2g6y1") -[sub_resource type="ConcavePolygonShape3D" id=13] -data = PackedVector3Array( -0.2999, -0.9999, 0.3, 0.3, 1, 0.3, 0.3, -0.9999, 0.3, -0.2999, -0.9999, 0.3, -0.2999, 1, 0.3, 0.3, 1, 0.3, 0.3, 1, -0.2999, -0.2999, -0.9999, -0.2999, 0.3, -0.9999, -0.2999, 0.3, 1, -0.2999, -0.2999, 1, -0.2999, -0.2999, -0.9999, -0.2999, -0.2999, -0.9999, -0.2999, -0.2999, 1, 0.3, -0.2999, -0.9999, 0.3, -0.2999, -0.9999, -0.2999, -0.2999, 1, -0.2999, -0.2999, 1, 0.3, 0.3, -0.9999, 0.3, 0.3, 1, -0.2999, 0.3, -0.9999, -0.2999, 0.3, -0.9999, 0.3, 0.3, 1, 0.3, 0.3, 1, -0.2999, -0.9999, -0.9999, 1, 1, -0.9999, -0.9999, 1, -0.9999, 1, -0.9999, -0.9999, 1, -0.9999, -0.9999, -0.9999, 1, -0.9999, -0.9999 ) +[sub_resource type="ConcavePolygonShape3D" id="13"] +data = PackedVector3Array(-0.2999, -0.9999, 0.3, 0.3, 1, 0.3, 0.3, -0.9999, 0.3, -0.2999, -0.9999, 0.3, -0.2999, 1, 0.3, 0.3, 1, 0.3, 0.3, 1, -0.2999, -0.2999, -0.9999, -0.2999, 0.3, -0.9999, -0.2999, 0.3, 1, -0.2999, -0.2999, 1, -0.2999, -0.2999, -0.9999, -0.2999, -0.2999, -0.9999, -0.2999, -0.2999, 1, 0.3, -0.2999, -0.9999, 0.3, -0.2999, -0.9999, -0.2999, -0.2999, 1, -0.2999, -0.2999, 1, 0.3, 0.3, -0.9999, 0.3, 0.3, 1, -0.2999, 0.3, -0.9999, -0.2999, 0.3, -0.9999, 0.3, 0.3, 1, 0.3, 0.3, 1, -0.2999, -0.9999, -0.9999, 1, 1, -0.9999, -0.9999, 1, -0.9999, 1, -0.9999, -0.9999, 1, -0.9999, -0.9999, -0.9999, 1, -0.9999, -0.9999) -[sub_resource type="ArrayMesh" id=14] +[sub_resource type="ArrayMesh" id="14"] resource_name = "Cube.028" -surfaces/0 = { -"aabb": AABB( -0.3, -1, -0.3, 0.6, 2, 0.6 ), -"array_data": PackedByteArray( 204, 180, 0, 188, 204, 52, 0, 60, 0, 0, 126, 0, 202, 41, 11, 58, 204, 52, 0, 188, 204, 52, 0, 60, 0, 0, 126, 0, 36, 45, 11, 58, 204, 52, 0, 60, 204, 52, 0, 60, 0, 0, 126, 0, 36, 45, 244, 59, 204, 180, 0, 60, 204, 52, 0, 60, 0, 0, 126, 0, 202, 41, 244, 59, 204, 52, 0, 60, 204, 180, 0, 60, 0, 0, 129, 0, 36, 45, 244, 59, 204, 52, 0, 188, 204, 180, 0, 60, 0, 0, 129, 0, 202, 41, 244, 59, 204, 180, 0, 188, 204, 180, 0, 60, 0, 0, 129, 0, 202, 41, 11, 58, 204, 180, 0, 60, 204, 180, 0, 60, 0, 0, 129, 0, 36, 45, 11, 58, 204, 180, 0, 188, 204, 180, 0, 60, 130, 0, 0, 0, 202, 41, 11, 58, 204, 180, 0, 188, 204, 52, 0, 60, 130, 0, 0, 0, 36, 45, 11, 58, 204, 180, 0, 60, 204, 52, 0, 60, 130, 0, 0, 0, 36, 45, 244, 59, 204, 180, 0, 60, 204, 180, 0, 60, 130, 0, 0, 0, 202, 41, 244, 59, 204, 52, 0, 188, 204, 52, 0, 60, 127, 0, 0, 0, 36, 45, 244, 59, 204, 52, 0, 188, 204, 180, 0, 60, 127, 0, 0, 0, 202, 41, 244, 59, 204, 52, 0, 60, 204, 180, 0, 60, 127, 0, 0, 0, 202, 41, 11, 58, 204, 52, 0, 60, 204, 52, 0, 60, 127, 0, 0, 0, 36, 45, 11, 58 ), -"array_index_data": PackedByteArray( 0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 10, 0, 9, 0, 8, 0, 11, 0, 10, 0, 12, 0, 14, 0, 13, 0, 12, 0, 15, 0, 14, 0 ), -"blend_shape_data": [ ], -"format": 98067, +_surfaces = [{ +"aabb": AABB(-0.3, -1, -0.3, 0.6, 2, 0.6), +"attribute_data": PackedByteArray(0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63, 0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63), +"format": 4115, "index_count": 24, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [ ], -"vertex_count": 16 -} - -[sub_resource type="Image" id=76] +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 10, 0, 9, 0, 8, 0, 11, 0, 10, 0, 12, 0, 14, 0, 13, 0, 12, 0, 15, 0, 14, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 16, +"vertex_data": PackedByteArray(0, 128, 153, 190, 0, 0, 128, 191, 0, 128, 153, 62, 255, 127, 255, 127, 0, 128, 153, 62, 0, 0, 128, 191, 0, 128, 153, 62, 255, 127, 255, 127, 0, 128, 153, 62, 0, 0, 128, 63, 0, 128, 153, 62, 255, 127, 255, 127, 0, 128, 153, 190, 0, 0, 128, 63, 0, 128, 153, 62, 255, 127, 255, 127, 0, 128, 153, 62, 0, 0, 128, 63, 0, 128, 153, 190, 255, 255, 255, 255, 0, 128, 153, 62, 0, 0, 128, 191, 0, 128, 153, 190, 255, 255, 255, 255, 0, 128, 153, 190, 0, 0, 128, 191, 0, 128, 153, 190, 255, 255, 255, 255, 0, 128, 153, 190, 0, 0, 128, 63, 0, 128, 153, 190, 255, 255, 255, 255, 0, 128, 153, 190, 0, 0, 128, 191, 0, 128, 153, 190, 0, 0, 255, 127, 0, 128, 153, 190, 0, 0, 128, 191, 0, 128, 153, 62, 0, 0, 255, 127, 0, 128, 153, 190, 0, 0, 128, 63, 0, 128, 153, 62, 0, 0, 255, 127, 0, 128, 153, 190, 0, 0, 128, 63, 0, 128, 153, 190, 0, 0, 255, 127, 0, 128, 153, 62, 0, 0, 128, 191, 0, 128, 153, 62, 255, 255, 255, 127, 0, 128, 153, 62, 0, 0, 128, 191, 0, 128, 153, 190, 255, 255, 255, 127, 0, 128, 153, 62, 0, 0, 128, 63, 0, 128, 153, 190, 255, 255, 255, 127, 0, 128, 153, 62, 0, 0, 128, 63, 0, 128, 153, 62, 255, 255, 255, 127) +}] + +[sub_resource type="Image" id="Image_nh01s"] data = { -"data": PackedByteArray( 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 0, 0, 0, 255, 0, 0, 0, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 19, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 18, 255, 41, 30, 20, 255, 43, 31, 20, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 17, 255, 41, 30, 19, 255, 41, 30, 20, 255, 41, 30, 20, 255, 43, 31, 20, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 10, 255, 33, 24, 14, 255, 41, 30, 19, 255, 39, 29, 20, 255, 38, 28, 19, 255, 41, 30, 20, 255, 43, 31, 20, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 11, 255, 33, 24, 16, 255, 36, 26, 18, 255, 34, 25, 17, 255, 39, 28, 19, 255, 41, 30, 20, 255, 43, 31, 20, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 23, 17, 12, 255, 27, 20, 13, 255, 29, 22, 14, 255, 37, 27, 19, 255, 41, 30, 20, 255, 41, 30, 20, 255, 43, 31, 20, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 20, 14, 10, 255, 26, 19, 13, 255, 38, 28, 19, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 43, 31, 19, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 21, 16, 10, 255, 33, 24, 16, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 19, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 12, 255, 33, 24, 17, 255, 41, 30, 20, 255, 41, 30, 18, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 12, 255, 33, 24, 16, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 11, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 18, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 20, 255, 39, 29, 18, 255, 40, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 20, 255, 38, 28, 19, 255, 35, 26, 16, 255, 37, 28, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 36, 27, 18, 255, 29, 21, 14, 255, 29, 21, 13, 255, 24, 17, 10, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 36, 27, 18, 255, 25, 18, 12, 255, 21, 15, 9, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 32, 23, 16, 255, 21, 15, 10, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 19, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 33, 24, 17, 255, 24, 17, 12, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 18, 255, 43, 31, 20, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 18, 255, 41, 30, 20, 255, 41, 30, 20, 255, 33, 24, 17, 255, 24, 17, 12, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 17, 255, 41, 30, 19, 255, 41, 30, 20, 255, 43, 31, 20, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 17, 255, 41, 30, 19, 255, 33, 24, 17, 255, 24, 17, 12, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 18, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 43, 31, 20, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 15, 255, 24, 17, 12, 255, 24, 17, 10, 255, 33, 24, 15, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 43, 31, 20, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 11, 255, 33, 24, 17, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 43, 31, 20, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 12, 255, 33, 24, 17, 255, 41, 30, 20, 255, 41, 30, 20, 255, 40, 29, 20, 255, 41, 30, 20, 255, 43, 31, 20, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 12, 255, 33, 24, 17, 255, 41, 30, 20, 255, 37, 27, 18, 255, 37, 27, 19, 255, 41, 30, 19, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 12, 255, 31, 23, 15, 255, 32, 24, 16, 255, 34, 25, 16, 255, 40, 29, 17, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 22, 16, 11, 255, 25, 18, 12, 255, 33, 24, 15, 255, 40, 29, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 19, 14, 9, 255, 29, 21, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 23, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 19, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 19, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 18, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 19, 255, 33, 24, 14, 255, 24, 17, 10, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 20, 255, 40, 30, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 33, 24, 16, 255, 24, 17, 10, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 20, 255, 38, 28, 19, 255, 38, 28, 19, 255, 41, 30, 20, 255, 33, 24, 17, 255, 24, 17, 12, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 19, 255, 41, 30, 20, 255, 39, 29, 19, 255, 33, 24, 16, 255, 34, 25, 17, 255, 32, 24, 16, 255, 24, 17, 12, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 18, 255, 41, 30, 20, 255, 39, 28, 19, 255, 31, 23, 15, 255, 26, 19, 13, 255, 23, 16, 11, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 17, 255, 41, 30, 19, 255, 40, 29, 20, 255, 28, 20, 14, 255, 19, 14, 9, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 18, 255, 33, 24, 16, 255, 22, 16, 11, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 14, 255, 24, 17, 11, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 10, 255, 33, 24, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 24, 17, 10, 255, 24, 17, 10, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255 ), +"data": PackedByteArray(76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 0, 0, 0, 255, 0, 0, 0, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 19, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 18, 255, 41, 30, 20, 255, 43, 31, 20, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 17, 255, 41, 30, 19, 255, 41, 30, 20, 255, 41, 30, 20, 255, 43, 31, 20, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 10, 255, 33, 24, 14, 255, 41, 30, 19, 255, 39, 29, 20, 255, 38, 28, 19, 255, 41, 30, 20, 255, 43, 31, 20, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 11, 255, 33, 24, 16, 255, 36, 26, 18, 255, 34, 25, 17, 255, 39, 28, 19, 255, 41, 30, 20, 255, 43, 31, 20, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 23, 17, 12, 255, 27, 20, 13, 255, 29, 22, 14, 255, 37, 27, 19, 255, 41, 30, 20, 255, 41, 30, 20, 255, 43, 31, 20, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 20, 14, 10, 255, 26, 19, 13, 255, 38, 28, 19, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 43, 31, 19, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 21, 16, 10, 255, 33, 24, 16, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 19, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 12, 255, 33, 24, 17, 255, 41, 30, 20, 255, 41, 30, 18, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 12, 255, 33, 24, 16, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 11, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 18, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 20, 255, 39, 29, 18, 255, 40, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 20, 255, 38, 28, 19, 255, 35, 26, 16, 255, 37, 28, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 36, 27, 18, 255, 29, 21, 14, 255, 29, 21, 13, 255, 24, 17, 10, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 36, 27, 18, 255, 25, 18, 12, 255, 21, 15, 9, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 32, 23, 16, 255, 21, 15, 10, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 19, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 33, 24, 17, 255, 24, 17, 12, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 18, 255, 43, 31, 20, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 18, 255, 41, 30, 20, 255, 41, 30, 20, 255, 33, 24, 17, 255, 24, 17, 12, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 17, 255, 41, 30, 19, 255, 41, 30, 20, 255, 43, 31, 20, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 17, 255, 41, 30, 19, 255, 33, 24, 17, 255, 24, 17, 12, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 18, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 43, 31, 20, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 15, 255, 24, 17, 12, 255, 24, 17, 10, 255, 33, 24, 15, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 43, 31, 20, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 11, 255, 33, 24, 17, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 43, 31, 20, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 12, 255, 33, 24, 17, 255, 41, 30, 20, 255, 41, 30, 20, 255, 40, 29, 20, 255, 41, 30, 20, 255, 43, 31, 20, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 12, 255, 33, 24, 17, 255, 41, 30, 20, 255, 37, 27, 18, 255, 37, 27, 19, 255, 41, 30, 19, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 12, 255, 31, 23, 15, 255, 32, 24, 16, 255, 34, 25, 16, 255, 40, 29, 17, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 22, 16, 11, 255, 25, 18, 12, 255, 33, 24, 15, 255, 40, 29, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 19, 14, 9, 255, 29, 21, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 23, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 19, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 19, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 18, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 19, 255, 33, 24, 14, 255, 24, 17, 10, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 20, 255, 40, 30, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 33, 24, 16, 255, 24, 17, 10, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 20, 255, 38, 28, 19, 255, 38, 28, 19, 255, 41, 30, 20, 255, 33, 24, 17, 255, 24, 17, 12, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 15, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 19, 255, 41, 30, 20, 255, 39, 29, 19, 255, 33, 24, 16, 255, 34, 25, 17, 255, 32, 24, 16, 255, 24, 17, 12, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 33, 24, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 18, 255, 41, 30, 20, 255, 39, 28, 19, 255, 31, 23, 15, 255, 26, 19, 13, 255, 23, 16, 11, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 43, 31, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 17, 255, 41, 30, 19, 255, 40, 29, 20, 255, 28, 20, 14, 255, 19, 14, 9, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 45, 32, 20, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 18, 255, 33, 24, 16, 255, 22, 16, 11, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 45, 32, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 44, 32, 19, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 14, 255, 24, 17, 11, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 41, 30, 16, 255, 41, 30, 16, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 10, 255, 33, 24, 13, 255, 41, 30, 16, 255, 41, 30, 16, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 24, 13, 255, 24, 17, 10, 255, 24, 17, 10, 255, 33, 24, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 24, 17, 10, 255, 24, 17, 10, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255), "format": "RGBA8", "height": 64, "mipmaps": false, "width": 64 } -[sub_resource type="ImageTexture" id=16] -image = SubResource( 76 ) -size = Vector2( 64, 64 ) +[sub_resource type="ImageTexture" id="16"] +image = SubResource("Image_nh01s") -[sub_resource type="ConcavePolygonShape3D" id=17] -data = PackedVector3Array( -0.2999, -0.9999, 0.3, 0.3, 1, 0.3, 0.3, -0.9999, 0.3, -0.2999, -0.9999, 0.3, -0.2999, 1, 0.3, 0.3, 1, 0.3, 0.3, 1, -0.2999, -0.2999, -0.9999, -0.2999, 0.3, -0.9999, -0.2999, 0.3, 1, -0.2999, -0.2999, 1, -0.2999, -0.2999, -0.9999, -0.2999, -0.2999, -0.9999, -0.2999, -0.2999, 1, 0.3, -0.2999, -0.9999, 0.3, -0.2999, -0.9999, -0.2999, -0.2999, 1, -0.2999, -0.2999, 1, 0.3, 0.3, -0.9999, 0.3, 0.3, 1, -0.2999, 0.3, -0.9999, -0.2999, 0.3, -0.9999, 0.3, 0.3, 1, 0.3, 0.3, 1, -0.2999 ) +[sub_resource type="ConcavePolygonShape3D" id="17"] +data = PackedVector3Array(-0.2999, -0.9999, 0.3, 0.3, 1, 0.3, 0.3, -0.9999, 0.3, -0.2999, -0.9999, 0.3, -0.2999, 1, 0.3, 0.3, 1, 0.3, 0.3, 1, -0.2999, -0.2999, -0.9999, -0.2999, 0.3, -0.9999, -0.2999, 0.3, 1, -0.2999, -0.2999, 1, -0.2999, -0.2999, -0.9999, -0.2999, -0.2999, -0.9999, -0.2999, -0.2999, 1, 0.3, -0.2999, -0.9999, 0.3, -0.2999, -0.9999, -0.2999, -0.2999, 1, -0.2999, -0.2999, 1, 0.3, 0.3, -0.9999, 0.3, 0.3, 1, -0.2999, 0.3, -0.9999, -0.2999, 0.3, -0.9999, 0.3, 0.3, 1, 0.3, 0.3, 1, -0.2999) -[sub_resource type="ArrayMesh" id=18] +[sub_resource type="ArrayMesh" id="18"] resource_name = "Cube.026" -surfaces/0 = { -"aabb": AABB( -0.3, -1, -0.3, 1.47014, 2, 0.6 ), -"array_data": PackedByteArray( 132, 60, 143, 53, 155, 179, 0, 60, 43, 145, 213, 0, 104, 51, 101, 54, 132, 60, 143, 53, 155, 51, 0, 60, 43, 145, 43, 0, 104, 51, 205, 56, 59, 57, 143, 53, 155, 51, 0, 60, 213, 145, 43, 0, 251, 39, 205, 56, 59, 57, 143, 53, 155, 179, 0, 60, 213, 145, 213, 0, 251, 39, 101, 54, 132, 60, 59, 59, 155, 51, 0, 60, 43, 111, 43, 0, 104, 51, 205, 56, 132, 60, 59, 59, 155, 179, 0, 60, 43, 111, 213, 0, 104, 51, 101, 54, 59, 57, 59, 59, 155, 179, 0, 60, 213, 111, 213, 0, 251, 39, 101, 54, 59, 57, 59, 59, 155, 51, 0, 60, 213, 111, 43, 0, 251, 39, 205, 56, 132, 60, 143, 53, 155, 51, 0, 60, 43, 145, 43, 0, 251, 39, 240, 56, 174, 60, 53, 54, 155, 51, 0, 60, 96, 198, 58, 0, 251, 39, 205, 56, 132, 60, 53, 54, 115, 52, 0, 60, 58, 198, 96, 0, 57, 35, 205, 56, 132, 60, 232, 58, 115, 52, 0, 60, 58, 58, 96, 0, 57, 35, 101, 54, 174, 60, 232, 58, 155, 51, 0, 60, 96, 58, 58, 0, 251, 39, 101, 54, 132, 60, 59, 59, 155, 51, 0, 60, 43, 111, 43, 0, 251, 39, 31, 54, 174, 60, 232, 58, 155, 179, 0, 60, 87, 87, 226, 0, 244, 51, 101, 54, 132, 60, 232, 58, 115, 180, 0, 60, 30, 87, 169, 0, 104, 51, 31, 54, 132, 60, 143, 53, 155, 179, 0, 60, 43, 145, 213, 0, 104, 51, 240, 56, 132, 60, 53, 54, 115, 180, 0, 60, 30, 170, 169, 0, 244, 51, 205, 56, 174, 60, 53, 54, 155, 179, 0, 60, 87, 170, 226, 0, 104, 51, 205, 56, 59, 57, 53, 54, 115, 52, 0, 60, 226, 170, 86, 0, 244, 51, 205, 56, 232, 56, 53, 54, 155, 51, 0, 60, 170, 170, 30, 0, 104, 51, 205, 56, 59, 57, 143, 53, 155, 51, 0, 60, 213, 145, 43, 0, 104, 51, 240, 56, 232, 56, 232, 58, 155, 51, 0, 60, 170, 87, 30, 0, 57, 35, 205, 56, 59, 57, 232, 58, 115, 52, 0, 60, 226, 87, 86, 0, 251, 39, 240, 56, 59, 57, 53, 54, 115, 180, 0, 60, 226, 170, 169, 0, 104, 51, 205, 56, 59, 57, 143, 53, 155, 179, 0, 60, 213, 145, 213, 0, 104, 51, 240, 56, 232, 56, 53, 54, 155, 179, 0, 60, 170, 170, 226, 0, 244, 51, 205, 56, 232, 56, 232, 58, 155, 179, 0, 60, 170, 87, 226, 0, 244, 51, 101, 54, 59, 57, 59, 59, 155, 179, 0, 60, 213, 111, 213, 0, 104, 51, 31, 54, 59, 57, 232, 58, 115, 180, 0, 60, 226, 87, 169, 0, 104, 51, 101, 54, 132, 60, 59, 59, 155, 51, 0, 60, 43, 111, 43, 0, 104, 51, 31, 54, 59, 57, 59, 59, 155, 51, 0, 60, 213, 111, 43, 0, 251, 39, 91, 54, 59, 57, 232, 58, 115, 52, 0, 60, 226, 87, 86, 0, 108, 40, 182, 54, 132, 60, 232, 58, 115, 52, 0, 60, 58, 58, 96, 0, 132, 51, 122, 54, 59, 57, 143, 53, 155, 51, 0, 60, 213, 145, 43, 0, 251, 39, 240, 56, 132, 60, 143, 53, 155, 51, 0, 60, 43, 145, 43, 0, 104, 51, 210, 56, 132, 60, 53, 54, 115, 52, 0, 60, 58, 198, 96, 0, 132, 51, 190, 56, 59, 57, 53, 54, 115, 52, 0, 60, 226, 170, 86, 0, 108, 40, 220, 56, 132, 60, 59, 59, 155, 179, 0, 60, 43, 111, 213, 0, 104, 51, 31, 54, 174, 60, 232, 58, 155, 179, 0, 60, 87, 87, 226, 0, 104, 51, 101, 54, 132, 60, 143, 53, 155, 179, 0, 60, 43, 145, 213, 0, 251, 39, 240, 56, 132, 60, 53, 54, 115, 180, 0, 60, 30, 170, 169, 0, 251, 39, 205, 56, 132, 60, 59, 59, 155, 179, 0, 60, 43, 111, 213, 0, 251, 39, 31, 54, 132, 60, 232, 58, 115, 180, 0, 60, 30, 87, 169, 0, 251, 39, 101, 54, 59, 57, 59, 59, 155, 51, 0, 60, 213, 111, 43, 0, 104, 51, 31, 54, 59, 57, 59, 59, 155, 179, 0, 60, 213, 111, 213, 0, 251, 39, 31, 54, 232, 56, 232, 58, 155, 179, 0, 60, 170, 87, 226, 0, 251, 39, 101, 54, 232, 56, 232, 58, 155, 51, 0, 60, 170, 87, 30, 0, 104, 51, 101, 54, 59, 57, 143, 53, 155, 179, 0, 60, 213, 145, 213, 0, 251, 39, 240, 56, 232, 56, 53, 54, 155, 179, 0, 60, 170, 170, 226, 0, 251, 39, 205, 56, 232, 56, 232, 58, 155, 51, 0, 60, 139, 0, 48, 0, 104, 51, 101, 54, 232, 56, 232, 58, 155, 179, 0, 60, 139, 0, 208, 0, 251, 39, 101, 54, 232, 56, 53, 54, 155, 179, 0, 60, 139, 0, 208, 0, 251, 39, 205, 56, 232, 56, 53, 54, 155, 51, 0, 60, 139, 0, 48, 0, 104, 51, 205, 56, 174, 60, 232, 58, 155, 179, 0, 60, 117, 0, 208, 0, 104, 51, 101, 54, 174, 60, 232, 58, 155, 51, 0, 60, 127, 0, 0, 0, 251, 39, 101, 54, 174, 60, 53, 54, 155, 51, 0, 60, 127, 0, 0, 0, 251, 39, 205, 56, 174, 60, 53, 54, 155, 179, 0, 60, 117, 0, 208, 0, 104, 51, 205, 56, 59, 57, 232, 58, 115, 180, 0, 60, 208, 0, 139, 0, 104, 51, 101, 54, 132, 60, 232, 58, 115, 180, 0, 60, 48, 0, 139, 0, 251, 39, 101, 54, 132, 60, 53, 54, 115, 180, 0, 60, 48, 0, 139, 0, 251, 39, 205, 56, 59, 57, 53, 54, 115, 180, 0, 60, 208, 0, 139, 0, 104, 51, 205, 56, 132, 60, 53, 54, 115, 180, 0, 60, 48, 0, 139, 0, 244, 51, 205, 56, 132, 60, 232, 58, 115, 180, 0, 60, 48, 0, 139, 0, 244, 51, 101, 54, 59, 57, 53, 54, 115, 52, 0, 60, 208, 0, 117, 0, 244, 51, 205, 56, 59, 57, 232, 58, 115, 52, 0, 60, 208, 0, 117, 0, 244, 51, 101, 54, 232, 56, 53, 54, 155, 179, 0, 60, 139, 0, 208, 0, 244, 51, 205, 56, 232, 56, 232, 58, 155, 179, 0, 60, 139, 0, 208, 0, 244, 51, 101, 54, 132, 60, 232, 58, 115, 52, 0, 60, 0, 0, 126, 0, 132, 51, 122, 54, 59, 57, 232, 58, 115, 52, 0, 60, 208, 0, 117, 0, 108, 40, 182, 54, 59, 57, 53, 54, 115, 52, 0, 60, 208, 0, 117, 0, 108, 40, 220, 56, 132, 60, 53, 54, 115, 52, 0, 60, 0, 0, 126, 0, 132, 51, 190, 56, 204, 52, 0, 60, 204, 52, 0, 60, 0, 0, 126, 0, 36, 45, 244, 59, 204, 180, 0, 60, 204, 52, 0, 60, 0, 0, 126, 0, 202, 41, 244, 59, 204, 180, 0, 188, 204, 52, 0, 60, 0, 0, 126, 0, 202, 41, 11, 58, 204, 52, 0, 188, 204, 52, 0, 60, 0, 0, 126, 0, 36, 45, 11, 58, 204, 52, 0, 60, 204, 180, 0, 60, 0, 0, 129, 0, 36, 45, 244, 59, 204, 52, 0, 188, 204, 180, 0, 60, 0, 0, 129, 0, 202, 41, 244, 59, 204, 180, 0, 188, 204, 180, 0, 60, 0, 0, 129, 0, 202, 41, 11, 58, 204, 180, 0, 60, 204, 180, 0, 60, 0, 0, 129, 0, 36, 45, 11, 58, 204, 180, 0, 60, 204, 52, 0, 60, 130, 0, 0, 0, 36, 45, 244, 59, 204, 180, 0, 60, 204, 180, 0, 60, 130, 0, 0, 0, 202, 41, 244, 59, 204, 180, 0, 188, 204, 180, 0, 60, 130, 0, 0, 0, 202, 41, 11, 58, 204, 180, 0, 188, 204, 52, 0, 60, 130, 0, 0, 0, 36, 45, 11, 58, 204, 52, 0, 188, 204, 52, 0, 60, 127, 0, 0, 0, 36, 45, 244, 59, 204, 52, 0, 188, 204, 180, 0, 60, 127, 0, 0, 0, 202, 41, 244, 59, 204, 52, 0, 60, 204, 180, 0, 60, 127, 0, 0, 0, 202, 41, 11, 58, 204, 52, 0, 60, 204, 52, 0, 60, 127, 0, 0, 0, 36, 45, 11, 58, 128, 59, 15, 170, 64, 44, 0, 60, 0, 0, 126, 0, 36, 45, 244, 59, 128, 59, 120, 45, 64, 44, 0, 60, 0, 0, 126, 0, 202, 41, 244, 59, 204, 49, 120, 45, 64, 44, 0, 60, 0, 0, 126, 0, 202, 41, 11, 58, 204, 49, 15, 170, 64, 44, 0, 60, 0, 0, 126, 0, 36, 45, 11, 58, 128, 59, 15, 170, 64, 172, 0, 60, 0, 0, 129, 0, 36, 45, 244, 59, 204, 49, 15, 170, 64, 172, 0, 60, 0, 0, 129, 0, 202, 41, 244, 59, 204, 49, 120, 45, 64, 172, 0, 60, 0, 0, 129, 0, 202, 41, 11, 58, 128, 59, 120, 45, 64, 172, 0, 60, 0, 0, 129, 0, 36, 45, 11, 58, 128, 59, 120, 45, 64, 44, 0, 60, 0, 127, 0, 0, 36, 45, 244, 59, 128, 59, 120, 45, 64, 172, 0, 60, 0, 127, 0, 0, 202, 41, 244, 59, 204, 49, 120, 45, 64, 172, 0, 60, 0, 127, 0, 0, 202, 41, 11, 58, 204, 49, 120, 45, 64, 44, 0, 60, 0, 127, 0, 0, 36, 45, 11, 58, 204, 49, 15, 170, 64, 44, 0, 60, 0, 130, 0, 0, 36, 45, 244, 59, 204, 49, 15, 170, 64, 172, 0, 60, 0, 130, 0, 0, 202, 41, 244, 59, 128, 59, 15, 170, 64, 172, 0, 60, 0, 130, 0, 0, 202, 41, 11, 58, 128, 59, 15, 170, 64, 44, 0, 60, 0, 130, 0, 0, 36, 45, 11, 58, 111, 58, 62, 165, 64, 44, 0, 60, 0, 0, 126, 0, 36, 45, 244, 59, 127, 59, 62, 165, 64, 44, 0, 60, 0, 0, 126, 0, 202, 41, 244, 59, 127, 59, 59, 56, 64, 44, 0, 60, 0, 0, 126, 0, 202, 41, 11, 58, 111, 58, 59, 56, 64, 44, 0, 60, 0, 0, 126, 0, 36, 45, 11, 58, 111, 58, 62, 165, 64, 172, 0, 60, 0, 0, 129, 0, 36, 45, 244, 59, 111, 58, 59, 56, 64, 172, 0, 60, 0, 0, 129, 0, 202, 41, 244, 59, 127, 59, 59, 56, 64, 172, 0, 60, 0, 0, 129, 0, 202, 41, 11, 58, 127, 59, 62, 165, 64, 172, 0, 60, 0, 0, 129, 0, 36, 45, 11, 58, 127, 59, 62, 165, 64, 44, 0, 60, 127, 0, 0, 0, 36, 45, 244, 59, 127, 59, 62, 165, 64, 172, 0, 60, 127, 0, 0, 0, 202, 41, 244, 59, 127, 59, 59, 56, 64, 172, 0, 60, 127, 0, 0, 0, 202, 41, 11, 58, 127, 59, 59, 56, 64, 44, 0, 60, 127, 0, 0, 0, 36, 45, 11, 58, 111, 58, 59, 56, 64, 44, 0, 60, 130, 0, 0, 0, 36, 45, 244, 59, 111, 58, 59, 56, 64, 172, 0, 60, 130, 0, 0, 0, 202, 41, 244, 59, 111, 58, 62, 165, 64, 172, 0, 60, 130, 0, 0, 0, 202, 41, 11, 58, 111, 58, 62, 165, 64, 44, 0, 60, 130, 0, 0, 0, 36, 45, 11, 58 ), -"array_index_data": PackedByteArray( 0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 10, 0, 9, 0, 11, 0, 13, 0, 12, 0, 14, 0, 5, 0, 15, 0, 16, 0, 18, 0, 17, 0, 19, 0, 21, 0, 20, 0, 7, 0, 23, 0, 22, 0, 24, 0, 26, 0, 25, 0, 27, 0, 29, 0, 28, 0, 11, 0, 9, 0, 10, 0, 11, 0, 12, 0, 9, 0, 30, 0, 32, 0, 31, 0, 30, 0, 33, 0, 32, 0, 34, 0, 36, 0, 35, 0, 34, 0, 37, 0, 36, 0, 38, 0, 12, 0, 13, 0, 38, 0, 39, 0, 12, 0, 8, 0, 18, 0, 16, 0, 8, 0, 9, 0, 18, 0, 40, 0, 24, 0, 25, 0, 40, 0, 41, 0, 24, 0, 28, 0, 43, 0, 42, 0, 28, 0, 29, 0, 43, 0, 44, 0, 46, 0, 45, 0, 44, 0, 47, 0, 46, 0, 48, 0, 20, 0, 21, 0, 48, 0, 49, 0, 20, 0, 50, 0, 52, 0, 51, 0, 50, 0, 53, 0, 52, 0, 54, 0, 56, 0, 55, 0, 54, 0, 57, 0, 56, 0, 58, 0, 60, 0, 59, 0, 58, 0, 61, 0, 60, 0, 62, 0, 54, 0, 63, 0, 62, 0, 57, 0, 54, 0, 50, 0, 64, 0, 53, 0, 50, 0, 65, 0, 64, 0, 58, 0, 66, 0, 61, 0, 58, 0, 67, 0, 66, 0, 68, 0, 70, 0, 69, 0, 68, 0, 71, 0, 70, 0, 72, 0, 74, 0, 73, 0, 72, 0, 75, 0, 74, 0, 76, 0, 78, 0, 77, 0, 76, 0, 79, 0, 78, 0, 80, 0, 82, 0, 81, 0, 80, 0, 83, 0, 82, 0, 84, 0, 86, 0, 85, 0, 84, 0, 87, 0, 86, 0, 88, 0, 90, 0, 89, 0, 88, 0, 91, 0, 90, 0, 92, 0, 94, 0, 93, 0, 92, 0, 95, 0, 94, 0, 96, 0, 98, 0, 97, 0, 96, 0, 99, 0, 98, 0, 100, 0, 102, 0, 101, 0, 100, 0, 103, 0, 102, 0, 104, 0, 106, 0, 105, 0, 104, 0, 107, 0, 106, 0, 108, 0, 110, 0, 109, 0, 108, 0, 111, 0, 110, 0, 112, 0, 114, 0, 113, 0, 112, 0, 115, 0, 114, 0, 116, 0, 118, 0, 117, 0, 116, 0, 119, 0, 118, 0 ), -"blend_shape_data": [ ], -"format": 98067, +_surfaces = [{ +"aabb": AABB(-0.3, -1, -0.3, 1.47014, 2, 0.6), +"attribute_data": PackedByteArray(0, 0, 109, 62, 0, 160, 204, 62, 0, 0, 109, 62, 0, 160, 25, 63, 0, 96, 255, 60, 0, 160, 25, 63, 0, 96, 255, 60, 0, 160, 204, 62, 0, 0, 109, 62, 0, 160, 25, 63, 0, 0, 109, 62, 0, 160, 204, 62, 0, 96, 255, 60, 0, 160, 204, 62, 0, 96, 255, 60, 0, 160, 25, 63, 0, 96, 255, 60, 0, 0, 30, 63, 0, 96, 255, 60, 0, 160, 25, 63, 0, 32, 103, 60, 0, 160, 25, 63, 0, 32, 103, 60, 0, 160, 204, 62, 0, 96, 255, 60, 0, 160, 204, 62, 0, 96, 255, 60, 0, 224, 195, 62, 0, 128, 126, 62, 0, 160, 204, 62, 0, 0, 109, 62, 0, 224, 195, 62, 0, 0, 109, 62, 0, 0, 30, 63, 0, 128, 126, 62, 0, 160, 25, 63, 0, 0, 109, 62, 0, 160, 25, 63, 0, 128, 126, 62, 0, 160, 25, 63, 0, 0, 109, 62, 0, 160, 25, 63, 0, 0, 109, 62, 0, 0, 30, 63, 0, 32, 103, 60, 0, 160, 25, 63, 0, 96, 255, 60, 0, 0, 30, 63, 0, 0, 109, 62, 0, 160, 25, 63, 0, 0, 109, 62, 0, 0, 30, 63, 0, 128, 126, 62, 0, 160, 25, 63, 0, 128, 126, 62, 0, 160, 204, 62, 0, 0, 109, 62, 0, 224, 195, 62, 0, 0, 109, 62, 0, 160, 204, 62, 0, 0, 109, 62, 0, 224, 195, 62, 0, 96, 255, 60, 0, 96, 203, 62, 0, 128, 13, 61, 0, 192, 214, 62, 0, 128, 112, 62, 0, 64, 207, 62, 0, 96, 255, 60, 0, 0, 30, 63, 0, 0, 109, 62, 0, 64, 26, 63, 0, 128, 112, 62, 0, 192, 23, 63, 0, 128, 13, 61, 0, 128, 27, 63, 0, 0, 109, 62, 0, 224, 195, 62, 0, 0, 109, 62, 0, 160, 204, 62, 0, 96, 255, 60, 0, 0, 30, 63, 0, 96, 255, 60, 0, 160, 25, 63, 0, 96, 255, 60, 0, 224, 195, 62, 0, 96, 255, 60, 0, 160, 204, 62, 0, 0, 109, 62, 0, 224, 195, 62, 0, 96, 255, 60, 0, 224, 195, 62, 0, 96, 255, 60, 0, 160, 204, 62, 0, 0, 109, 62, 0, 160, 204, 62, 0, 96, 255, 60, 0, 0, 30, 63, 0, 96, 255, 60, 0, 160, 25, 63, 0, 0, 109, 62, 0, 160, 204, 62, 0, 96, 255, 60, 0, 160, 204, 62, 0, 96, 255, 60, 0, 160, 25, 63, 0, 0, 109, 62, 0, 160, 25, 63, 0, 0, 109, 62, 0, 160, 204, 62, 0, 96, 255, 60, 0, 160, 204, 62, 0, 96, 255, 60, 0, 160, 25, 63, 0, 0, 109, 62, 0, 160, 25, 63, 0, 0, 109, 62, 0, 160, 204, 62, 0, 96, 255, 60, 0, 160, 204, 62, 0, 96, 255, 60, 0, 160, 25, 63, 0, 0, 109, 62, 0, 160, 25, 63, 0, 128, 126, 62, 0, 160, 25, 63, 0, 128, 126, 62, 0, 160, 204, 62, 0, 128, 126, 62, 0, 160, 25, 63, 0, 128, 126, 62, 0, 160, 204, 62, 0, 128, 126, 62, 0, 160, 25, 63, 0, 128, 126, 62, 0, 160, 204, 62, 0, 128, 112, 62, 0, 64, 207, 62, 0, 128, 13, 61, 0, 192, 214, 62, 0, 128, 13, 61, 0, 128, 27, 63, 0, 128, 112, 62, 0, 192, 23, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63), +"format": 4115, "index_count": 204, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [ ], -"vertex_count": 120 -} - -[sub_resource type="Image" id=77] +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 10, 0, 9, 0, 11, 0, 13, 0, 12, 0, 14, 0, 5, 0, 15, 0, 16, 0, 18, 0, 17, 0, 19, 0, 21, 0, 20, 0, 7, 0, 23, 0, 22, 0, 24, 0, 26, 0, 25, 0, 27, 0, 29, 0, 28, 0, 11, 0, 9, 0, 10, 0, 11, 0, 12, 0, 9, 0, 30, 0, 32, 0, 31, 0, 30, 0, 33, 0, 32, 0, 34, 0, 36, 0, 35, 0, 34, 0, 37, 0, 36, 0, 38, 0, 12, 0, 13, 0, 38, 0, 39, 0, 12, 0, 8, 0, 18, 0, 16, 0, 8, 0, 9, 0, 18, 0, 40, 0, 24, 0, 25, 0, 40, 0, 41, 0, 24, 0, 28, 0, 43, 0, 42, 0, 28, 0, 29, 0, 43, 0, 44, 0, 46, 0, 45, 0, 44, 0, 47, 0, 46, 0, 48, 0, 20, 0, 21, 0, 48, 0, 49, 0, 20, 0, 50, 0, 52, 0, 51, 0, 50, 0, 53, 0, 52, 0, 54, 0, 56, 0, 55, 0, 54, 0, 57, 0, 56, 0, 58, 0, 60, 0, 59, 0, 58, 0, 61, 0, 60, 0, 62, 0, 54, 0, 63, 0, 62, 0, 57, 0, 54, 0, 50, 0, 64, 0, 53, 0, 50, 0, 65, 0, 64, 0, 58, 0, 66, 0, 61, 0, 58, 0, 67, 0, 66, 0, 68, 0, 70, 0, 69, 0, 68, 0, 71, 0, 70, 0, 72, 0, 74, 0, 73, 0, 72, 0, 75, 0, 74, 0, 76, 0, 78, 0, 77, 0, 76, 0, 79, 0, 78, 0, 80, 0, 82, 0, 81, 0, 80, 0, 83, 0, 82, 0, 84, 0, 86, 0, 85, 0, 84, 0, 87, 0, 86, 0, 88, 0, 90, 0, 89, 0, 88, 0, 91, 0, 90, 0, 92, 0, 94, 0, 93, 0, 92, 0, 95, 0, 94, 0, 96, 0, 98, 0, 97, 0, 96, 0, 99, 0, 98, 0, 100, 0, 102, 0, 101, 0, 100, 0, 103, 0, 102, 0, 104, 0, 106, 0, 105, 0, 104, 0, 107, 0, 106, 0, 108, 0, 110, 0, 109, 0, 108, 0, 111, 0, 110, 0, 112, 0, 114, 0, 113, 0, 112, 0, 115, 0, 114, 0, 116, 0, 118, 0, 117, 0, 116, 0, 119, 0, 118, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 120, +"vertex_data": PackedByteArray(0, 128, 144, 63, 0, 224, 177, 62, 0, 96, 115, 190, 224, 183, 240, 27, 0, 128, 144, 63, 0, 224, 177, 62, 0, 96, 115, 62, 239, 155, 224, 55, 0, 96, 39, 63, 0, 224, 177, 62, 0, 96, 115, 62, 15, 100, 224, 55, 0, 96, 39, 63, 0, 224, 177, 62, 0, 96, 115, 190, 30, 72, 240, 27, 0, 128, 144, 63, 0, 96, 103, 63, 0, 96, 115, 62, 239, 155, 30, 200, 0, 128, 144, 63, 0, 96, 103, 63, 0, 96, 115, 190, 224, 183, 14, 228, 0, 96, 39, 63, 0, 96, 103, 63, 0, 96, 115, 190, 30, 72, 14, 228, 0, 96, 39, 63, 0, 96, 103, 63, 0, 96, 115, 62, 15, 100, 30, 200, 0, 128, 144, 63, 0, 224, 177, 62, 0, 96, 115, 62, 239, 155, 224, 55, 0, 192, 149, 63, 0, 160, 198, 62, 0, 96, 115, 62, 245, 185, 250, 92, 0, 128, 144, 63, 0, 160, 198, 62, 0, 96, 142, 62, 4, 163, 250, 92, 0, 128, 144, 63, 0, 0, 93, 63, 0, 96, 142, 62, 4, 163, 4, 163, 0, 192, 149, 63, 0, 0, 93, 63, 0, 96, 115, 62, 245, 185, 4, 163, 0, 128, 144, 63, 0, 96, 103, 63, 0, 96, 115, 62, 239, 155, 30, 200, 0, 192, 149, 63, 0, 0, 93, 63, 0, 96, 115, 190, 104, 201, 104, 201, 0, 128, 144, 63, 0, 0, 93, 63, 0, 96, 142, 190, 104, 201, 44, 237, 0, 128, 144, 63, 0, 224, 177, 62, 0, 96, 115, 190, 224, 183, 240, 27, 0, 128, 144, 63, 0, 160, 198, 62, 0, 96, 142, 190, 197, 201, 234, 18, 0, 192, 149, 63, 0, 160, 198, 62, 0, 96, 115, 190, 197, 201, 219, 54, 0, 96, 39, 63, 0, 160, 198, 62, 0, 96, 142, 62, 253, 108, 128, 73, 0, 0, 29, 63, 0, 160, 198, 62, 0, 96, 115, 62, 128, 73, 128, 73, 0, 96, 39, 63, 0, 224, 177, 62, 0, 96, 115, 62, 15, 100, 224, 55, 0, 0, 29, 63, 0, 0, 93, 63, 0, 96, 115, 62, 197, 73, 218, 182, 0, 96, 39, 63, 0, 0, 93, 63, 0, 96, 142, 62, 21, 109, 218, 182, 0, 96, 39, 63, 0, 160, 198, 62, 0, 96, 142, 190, 57, 54, 234, 18, 0, 96, 39, 63, 0, 224, 177, 62, 0, 96, 115, 190, 30, 72, 240, 27, 0, 0, 29, 63, 0, 160, 198, 62, 0, 96, 115, 190, 126, 54, 126, 54, 0, 0, 29, 63, 0, 0, 93, 63, 0, 96, 115, 190, 219, 54, 197, 201, 0, 96, 39, 63, 0, 96, 103, 63, 0, 96, 115, 190, 30, 72, 14, 228, 0, 96, 39, 63, 0, 0, 93, 63, 0, 96, 142, 190, 150, 54, 44, 237, 0, 128, 144, 63, 0, 96, 103, 63, 0, 96, 115, 62, 239, 155, 30, 200, 0, 96, 39, 63, 0, 96, 103, 63, 0, 96, 115, 62, 15, 100, 30, 200, 0, 96, 39, 63, 0, 0, 93, 63, 0, 96, 142, 62, 21, 109, 218, 182, 0, 128, 144, 63, 0, 0, 93, 63, 0, 96, 142, 62, 4, 163, 4, 163, 0, 96, 39, 63, 0, 224, 177, 62, 0, 96, 115, 62, 15, 100, 224, 55, 0, 128, 144, 63, 0, 224, 177, 62, 0, 96, 115, 62, 239, 155, 224, 55, 0, 128, 144, 63, 0, 160, 198, 62, 0, 96, 142, 62, 4, 163, 250, 92, 0, 96, 39, 63, 0, 160, 198, 62, 0, 96, 142, 62, 253, 108, 128, 73, 0, 128, 144, 63, 0, 96, 103, 63, 0, 96, 115, 190, 224, 183, 14, 228, 0, 192, 149, 63, 0, 0, 93, 63, 0, 96, 115, 190, 104, 201, 104, 201, 0, 128, 144, 63, 0, 224, 177, 62, 0, 96, 115, 190, 224, 183, 240, 27, 0, 128, 144, 63, 0, 160, 198, 62, 0, 96, 142, 190, 197, 201, 234, 18, 0, 128, 144, 63, 0, 96, 103, 63, 0, 96, 115, 190, 224, 183, 14, 228, 0, 128, 144, 63, 0, 0, 93, 63, 0, 96, 142, 190, 104, 201, 44, 237, 0, 96, 39, 63, 0, 96, 103, 63, 0, 96, 115, 62, 15, 100, 30, 200, 0, 96, 39, 63, 0, 96, 103, 63, 0, 96, 115, 190, 30, 72, 14, 228, 0, 0, 29, 63, 0, 0, 93, 63, 0, 96, 115, 190, 219, 54, 197, 201, 0, 0, 29, 63, 0, 0, 93, 63, 0, 96, 115, 62, 197, 73, 218, 182, 0, 96, 39, 63, 0, 224, 177, 62, 0, 96, 115, 190, 30, 72, 240, 27, 0, 0, 29, 63, 0, 160, 198, 62, 0, 96, 115, 190, 126, 54, 126, 54, 0, 0, 29, 63, 0, 0, 93, 63, 0, 96, 115, 62, 60, 37, 255, 127, 0, 0, 29, 63, 0, 0, 93, 63, 0, 96, 115, 190, 0, 0, 59, 165, 0, 0, 29, 63, 0, 160, 198, 62, 0, 96, 115, 190, 0, 0, 59, 165, 0, 0, 29, 63, 0, 160, 198, 62, 0, 96, 115, 62, 60, 37, 255, 127, 0, 192, 149, 63, 0, 0, 93, 63, 0, 96, 115, 190, 255, 255, 59, 165, 0, 192, 149, 63, 0, 0, 93, 63, 0, 96, 115, 62, 255, 255, 255, 127, 0, 192, 149, 63, 0, 160, 198, 62, 0, 96, 115, 62, 255, 255, 255, 127, 0, 192, 149, 63, 0, 160, 198, 62, 0, 96, 115, 190, 255, 255, 59, 165, 0, 96, 39, 63, 0, 0, 93, 63, 0, 96, 142, 190, 0, 0, 194, 218, 0, 128, 144, 63, 0, 0, 93, 63, 0, 96, 142, 190, 255, 255, 194, 218, 0, 128, 144, 63, 0, 160, 198, 62, 0, 96, 142, 190, 255, 255, 194, 218, 0, 96, 39, 63, 0, 160, 198, 62, 0, 96, 142, 190, 0, 0, 194, 218, 0, 128, 144, 63, 0, 160, 198, 62, 0, 96, 142, 190, 255, 255, 194, 218, 0, 128, 144, 63, 0, 0, 93, 63, 0, 96, 142, 190, 255, 255, 194, 218, 0, 96, 39, 63, 0, 160, 198, 62, 0, 96, 142, 62, 195, 90, 255, 127, 0, 96, 39, 63, 0, 0, 93, 63, 0, 96, 142, 62, 195, 90, 255, 127, 0, 0, 29, 63, 0, 160, 198, 62, 0, 96, 115, 190, 0, 0, 59, 165, 0, 0, 29, 63, 0, 0, 93, 63, 0, 96, 115, 190, 0, 0, 59, 165, 0, 128, 144, 63, 0, 0, 93, 63, 0, 96, 142, 62, 255, 127, 255, 127, 0, 96, 39, 63, 0, 0, 93, 63, 0, 96, 142, 62, 195, 90, 255, 127, 0, 96, 39, 63, 0, 160, 198, 62, 0, 96, 142, 62, 195, 90, 255, 127, 0, 128, 144, 63, 0, 160, 198, 62, 0, 96, 142, 62, 255, 127, 255, 127, 0, 128, 153, 62, 0, 0, 128, 63, 0, 128, 153, 62, 255, 127, 255, 127, 0, 128, 153, 190, 0, 0, 128, 63, 0, 128, 153, 62, 255, 127, 255, 127, 0, 128, 153, 190, 0, 0, 128, 191, 0, 128, 153, 62, 255, 127, 255, 127, 0, 128, 153, 62, 0, 0, 128, 191, 0, 128, 153, 62, 255, 127, 255, 127, 0, 128, 153, 62, 0, 0, 128, 63, 0, 128, 153, 190, 255, 255, 255, 255, 0, 128, 153, 62, 0, 0, 128, 191, 0, 128, 153, 190, 255, 255, 255, 255, 0, 128, 153, 190, 0, 0, 128, 191, 0, 128, 153, 190, 255, 255, 255, 255, 0, 128, 153, 190, 0, 0, 128, 63, 0, 128, 153, 190, 255, 255, 255, 255, 0, 128, 153, 190, 0, 0, 128, 63, 0, 128, 153, 62, 0, 0, 255, 127, 0, 128, 153, 190, 0, 0, 128, 63, 0, 128, 153, 190, 0, 0, 255, 127, 0, 128, 153, 190, 0, 0, 128, 191, 0, 128, 153, 190, 0, 0, 255, 127, 0, 128, 153, 190, 0, 0, 128, 191, 0, 128, 153, 62, 0, 0, 255, 127, 0, 128, 153, 62, 0, 0, 128, 191, 0, 128, 153, 62, 255, 255, 255, 127, 0, 128, 153, 62, 0, 0, 128, 191, 0, 128, 153, 190, 255, 255, 255, 127, 0, 128, 153, 62, 0, 0, 128, 63, 0, 128, 153, 190, 255, 255, 255, 127, 0, 128, 153, 62, 0, 0, 128, 63, 0, 128, 153, 62, 255, 255, 255, 127, 0, 0, 112, 63, 0, 224, 65, 189, 0, 0, 136, 61, 255, 127, 255, 127, 0, 0, 112, 63, 0, 0, 175, 61, 0, 0, 136, 61, 255, 127, 255, 127, 0, 128, 57, 62, 0, 0, 175, 61, 0, 0, 136, 61, 255, 127, 255, 127, 0, 128, 57, 62, 0, 224, 65, 189, 0, 0, 136, 61, 255, 127, 255, 127, 0, 0, 112, 63, 0, 224, 65, 189, 0, 0, 136, 189, 255, 255, 255, 255, 0, 128, 57, 62, 0, 224, 65, 189, 0, 0, 136, 189, 255, 255, 255, 255, 0, 128, 57, 62, 0, 0, 175, 61, 0, 0, 136, 189, 255, 255, 255, 255, 0, 0, 112, 63, 0, 0, 175, 61, 0, 0, 136, 189, 255, 255, 255, 255, 0, 0, 112, 63, 0, 0, 175, 61, 0, 0, 136, 61, 255, 127, 255, 255, 0, 0, 112, 63, 0, 0, 175, 61, 0, 0, 136, 189, 255, 127, 255, 255, 0, 128, 57, 62, 0, 0, 175, 61, 0, 0, 136, 189, 255, 127, 255, 255, 0, 128, 57, 62, 0, 0, 175, 61, 0, 0, 136, 61, 255, 127, 255, 255, 0, 128, 57, 62, 0, 224, 65, 189, 0, 0, 136, 61, 255, 127, 0, 0, 0, 128, 57, 62, 0, 224, 65, 189, 0, 0, 136, 189, 255, 127, 0, 0, 0, 0, 112, 63, 0, 224, 65, 189, 0, 0, 136, 189, 255, 127, 0, 0, 0, 0, 112, 63, 0, 224, 65, 189, 0, 0, 136, 61, 255, 127, 0, 0, 0, 224, 77, 63, 0, 192, 167, 188, 0, 0, 136, 61, 255, 127, 255, 127, 0, 224, 111, 63, 0, 192, 167, 188, 0, 0, 136, 61, 255, 127, 255, 127, 0, 224, 111, 63, 0, 96, 7, 63, 0, 0, 136, 61, 255, 127, 255, 127, 0, 224, 77, 63, 0, 96, 7, 63, 0, 0, 136, 61, 255, 127, 255, 127, 0, 224, 77, 63, 0, 192, 167, 188, 0, 0, 136, 189, 255, 255, 255, 255, 0, 224, 77, 63, 0, 96, 7, 63, 0, 0, 136, 189, 255, 255, 255, 255, 0, 224, 111, 63, 0, 96, 7, 63, 0, 0, 136, 189, 255, 255, 255, 255, 0, 224, 111, 63, 0, 192, 167, 188, 0, 0, 136, 189, 255, 255, 255, 255, 0, 224, 111, 63, 0, 192, 167, 188, 0, 0, 136, 61, 255, 255, 255, 127, 0, 224, 111, 63, 0, 192, 167, 188, 0, 0, 136, 189, 255, 255, 255, 127, 0, 224, 111, 63, 0, 96, 7, 63, 0, 0, 136, 189, 255, 255, 255, 127, 0, 224, 111, 63, 0, 96, 7, 63, 0, 0, 136, 61, 255, 255, 255, 127, 0, 224, 77, 63, 0, 96, 7, 63, 0, 0, 136, 61, 0, 0, 255, 127, 0, 224, 77, 63, 0, 96, 7, 63, 0, 0, 136, 189, 0, 0, 255, 127, 0, 224, 77, 63, 0, 192, 167, 188, 0, 0, 136, 189, 0, 0, 255, 127, 0, 224, 77, 63, 0, 192, 167, 188, 0, 0, 136, 61, 0, 0, 255, 127) +}] + +[sub_resource type="Image" id="Image_tucst"] data = { -"data": PackedByteArray( 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 30, 21, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 42, 31, 19, 255, 30, 21, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 30, 21, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 30, 21, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 30, 21, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 30, 21, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 30, 21, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 19, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 30, 21, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 14, 8, 255, 17, 41, 23, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 19, 255, 43, 31, 20, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 30, 21, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 46, 27, 255, 21, 48, 27, 255, 21, 48, 27, 255, 22, 50, 28, 255, 14, 30, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 17, 255, 41, 30, 20, 255, 41, 30, 20, 255, 43, 31, 20, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 30, 21, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 27, 57, 34, 255, 25, 55, 32, 255, 27, 57, 33, 255, 27, 58, 33, 255, 25, 57, 32, 255, 25, 57, 32, 255, 26, 59, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 10, 255, 37, 27, 16, 255, 41, 30, 20, 255, 38, 28, 19, 255, 41, 30, 20, 255, 43, 31, 20, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 30, 21, 14, 255, 19, 39, 23, 255, 28, 63, 36, 255, 25, 58, 33, 255, 31, 66, 38, 255, 30, 64, 38, 255, 30, 63, 37, 255, 29, 62, 37, 255, 29, 65, 36, 255, 29, 65, 36, 255, 30, 66, 37, 255, 15, 31, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 12, 255, 34, 25, 17, 255, 32, 24, 16, 255, 38, 28, 19, 255, 41, 30, 20, 255, 43, 31, 20, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 33, 75, 42, 255, 31, 71, 39, 255, 31, 70, 40, 255, 33, 70, 41, 255, 33, 70, 41, 255, 33, 71, 42, 255, 33, 69, 41, 255, 33, 70, 42, 255, 34, 73, 43, 255, 33, 73, 42, 255, 33, 73, 41, 255, 33, 73, 41, 255, 34, 76, 43, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 23, 16, 11, 255, 26, 19, 13, 255, 38, 28, 19, 255, 41, 30, 20, 255, 41, 30, 20, 255, 43, 31, 20, 255, 44, 32, 20, 255, 45, 32, 20, 255, 20, 42, 25, 255, 33, 77, 43, 255, 33, 77, 43, 255, 34, 77, 44, 255, 36, 77, 46, 255, 35, 75, 45, 255, 38, 81, 47, 255, 37, 80, 47, 255, 37, 79, 47, 255, 37, 79, 46, 255, 37, 79, 46, 255, 36, 77, 46, 255, 35, 76, 45, 255, 35, 78, 45, 255, 35, 79, 45, 255, 36, 79, 46, 255, 15, 31, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 21, 16, 11, 255, 36, 26, 18, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 18, 255, 43, 31, 18, 255, 44, 32, 20, 255, 30, 71, 40, 255, 34, 81, 45, 255, 40, 91, 51, 255, 36, 86, 50, 255, 38, 83, 49, 255, 39, 83, 50, 255, 40, 86, 51, 255, 41, 86, 51, 255, 40, 86, 50, 255, 40, 87, 50, 255, 41, 87, 51, 255, 41, 86, 51, 255, 39, 82, 49, 255, 39, 83, 49, 255, 37, 85, 48, 255, 40, 88, 51, 255, 39, 85, 49, 255, 31, 74, 42, 255, 27, 60, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 13, 255, 37, 27, 18, 255, 41, 30, 19, 255, 41, 30, 17, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 40, 94, 52, 255, 44, 99, 56, 255, 35, 84, 48, 255, 44, 100, 60, 255, 41, 96, 56, 255, 42, 95, 55, 255, 46, 98, 57, 255, 43, 93, 54, 255, 43, 95, 55, 255, 45, 96, 56, 255, 42, 93, 54, 255, 43, 91, 54, 255, 41, 89, 52, 255, 40, 92, 52, 255, 45, 99, 56, 255, 39, 91, 51, 255, 46, 98, 57, 255, 45, 97, 56, 255, 35, 83, 47, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 13, 255, 37, 27, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 19, 39, 23, 255, 45, 104, 58, 255, 46, 105, 59, 255, 48, 107, 60, 255, 42, 100, 58, 255, 44, 101, 59, 255, 38, 89, 51, 255, 45, 99, 57, 255, 46, 101, 58, 255, 45, 100, 58, 255, 46, 100, 58, 255, 47, 103, 60, 255, 45, 101, 58, 255, 43, 100, 56, 255, 48, 107, 61, 255, 44, 98, 56, 255, 48, 106, 60, 255, 49, 105, 61, 255, 16, 35, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 11, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 17, 37, 22, 255, 21, 43, 25, 255, 22, 47, 28, 255, 50, 113, 63, 255, 50, 113, 63, 255, 43, 99, 57, 255, 47, 106, 61, 255, 48, 107, 61, 255, 51, 110, 64, 255, 49, 109, 63, 255, 47, 105, 60, 255, 47, 105, 60, 255, 46, 105, 60, 255, 44, 101, 57, 255, 48, 107, 61, 255, 49, 110, 62, 255, 21, 46, 27, 255, 20, 44, 25, 255, 16, 36, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 19, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 17, 37, 21, 255, 20, 43, 25, 255, 22, 46, 27, 255, 24, 51, 30, 255, 53, 117, 66, 255, 58, 126, 71, 255, 53, 118, 67, 255, 54, 117, 68, 255, 58, 118, 71, 255, 56, 115, 70, 255, 51, 113, 65, 255, 52, 115, 66, 255, 51, 116, 65, 255, 47, 109, 61, 255, 51, 115, 64, 255, 23, 51, 29, 255, 20, 45, 25, 255, 20, 44, 25, 255, 17, 36, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 20, 255, 40, 29, 17, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 18, 38, 22, 255, 20, 43, 25, 255, 22, 46, 27, 255, 23, 48, 28, 255, 25, 55, 32, 255, 26, 57, 33, 255, 59, 129, 73, 255, 61, 131, 76, 255, 54, 116, 70, 255, 51, 112, 67, 255, 45, 104, 61, 255, 48, 113, 63, 255, 50, 115, 64, 255, 27, 57, 34, 255, 26, 55, 32, 255, 23, 49, 28, 255, 20, 45, 25, 255, 20, 43, 24, 255, 16, 36, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 20, 255, 36, 27, 18, 255, 36, 26, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 19, 40, 24, 255, 20, 43, 25, 255, 22, 47, 28, 255, 23, 48, 28, 255, 24, 52, 29, 255, 26, 56, 32, 255, 28, 61, 35, 255, 60, 128, 74, 255, 54, 121, 70, 255, 45, 110, 61, 255, 52, 119, 67, 255, 57, 127, 71, 255, 28, 59, 35, 255, 27, 57, 34, 255, 24, 52, 30, 255, 22, 48, 27, 255, 20, 45, 25, 255, 19, 41, 23, 255, 16, 36, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 20, 255, 40, 30, 20, 255, 34, 25, 17, 255, 28, 21, 13, 255, 24, 17, 10, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 62, 45, 28, 255, 19, 40, 24, 255, 20, 43, 25, 255, 22, 47, 28, 255, 24, 50, 29, 255, 24, 52, 29, 255, 25, 55, 31, 255, 28, 60, 34, 255, 30, 64, 37, 255, 45, 108, 61, 255, 47, 111, 62, 255, 53, 123, 69, 255, 30, 63, 37, 255, 29, 61, 36, 255, 25, 54, 32, 255, 24, 51, 29, 255, 22, 48, 27, 255, 21, 45, 26, 255, 20, 43, 25, 255, 16, 35, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 31, 23, 15, 255, 19, 14, 9, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 38, 27, 15, 255, 55, 40, 22, 255, 60, 44, 26, 255, 19, 40, 24, 255, 19, 41, 24, 255, 22, 46, 27, 255, 24, 50, 30, 255, 24, 52, 30, 255, 25, 55, 31, 255, 28, 60, 34, 255, 30, 65, 37, 255, 25, 56, 30, 255, 47, 102, 56, 255, 30, 64, 37, 255, 30, 63, 37, 255, 29, 60, 35, 255, 26, 56, 33, 255, 24, 52, 30, 255, 23, 49, 28, 255, 22, 46, 28, 255, 19, 41, 24, 255, 15, 34, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 19, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 36, 26, 18, 255, 23, 17, 12, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 44, 32, 20, 255, 30, 21, 13, 255, 48, 35, 19, 255, 19, 39, 23, 255, 20, 42, 25, 255, 21, 45, 27, 255, 24, 50, 30, 255, 26, 54, 32, 255, 26, 56, 32, 255, 27, 59, 33, 255, 29, 64, 36, 255, 27, 59, 33, 255, 45, 96, 53, 255, 29, 63, 36, 255, 29, 62, 36, 255, 29, 61, 36, 255, 27, 57, 34, 255, 25, 53, 31, 255, 24, 50, 30, 255, 22, 46, 27, 255, 18, 40, 23, 255, 15, 34, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 19, 255, 41, 30, 20, 255, 36, 26, 18, 255, 25, 18, 12, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 18, 255, 39, 29, 16, 255, 43, 31, 19, 255, 38, 27, 17, 255, 15, 35, 20, 255, 20, 42, 25, 255, 22, 46, 27, 255, 24, 50, 30, 255, 26, 54, 32, 255, 28, 58, 34, 255, 28, 60, 35, 255, 28, 61, 34, 255, 28, 60, 33, 255, 42, 89, 50, 255, 29, 62, 35, 255, 29, 62, 36, 255, 29, 61, 36, 255, 27, 57, 34, 255, 26, 54, 32, 255, 24, 50, 30, 255, 22, 46, 27, 255, 18, 40, 23, 255, 14, 32, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 18, 255, 36, 26, 18, 255, 25, 18, 12, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 19, 255, 41, 30, 20, 255, 41, 30, 20, 255, 32, 23, 13, 255, 42, 31, 18, 255, 45, 32, 20, 255, 33, 24, 13, 255, 20, 44, 26, 255, 23, 50, 29, 255, 25, 53, 31, 255, 28, 58, 34, 255, 29, 61, 36, 255, 29, 62, 36, 255, 27, 60, 33, 255, 37, 80, 45, 255, 29, 63, 36, 255, 30, 64, 38, 255, 28, 60, 35, 255, 27, 57, 34, 255, 25, 53, 31, 255, 22, 48, 28, 255, 20, 44, 26, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 15, 255, 25, 18, 12, 255, 26, 18, 11, 255, 37, 27, 18, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 43, 31, 20, 255, 25, 18, 10, 255, 41, 30, 17, 255, 44, 32, 19, 255, 35, 25, 16, 255, 21, 46, 27, 255, 23, 50, 29, 255, 27, 57, 34, 255, 28, 60, 35, 255, 29, 62, 36, 255, 26, 59, 33, 255, 34, 75, 43, 255, 31, 66, 39, 255, 30, 63, 37, 255, 26, 57, 33, 255, 27, 57, 34, 255, 23, 51, 30, 255, 20, 45, 26, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 13, 255, 37, 27, 18, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 43, 31, 20, 255, 44, 32, 20, 255, 45, 32, 20, 255, 35, 26, 14, 255, 43, 31, 18, 255, 43, 31, 19, 255, 20, 47, 27, 255, 26, 55, 33, 255, 28, 59, 35, 255, 26, 59, 34, 255, 25, 58, 33, 255, 29, 64, 37, 255, 31, 65, 39, 255, 29, 63, 37, 255, 28, 60, 35, 255, 26, 55, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 13, 255, 37, 27, 18, 255, 40, 29, 20, 255, 38, 28, 19, 255, 41, 30, 20, 255, 43, 31, 19, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 28, 20, 11, 255, 42, 30, 17, 255, 44, 32, 20, 255, 31, 22, 14, 255, 26, 57, 33, 255, 26, 59, 34, 255, 25, 58, 33, 255, 23, 53, 31, 255, 30, 65, 38, 255, 31, 64, 38, 255, 26, 57, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 13, 255, 33, 24, 16, 255, 32, 24, 16, 255, 39, 28, 17, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 30, 21, 14, 255, 38, 28, 15, 255, 43, 31, 19, 255, 39, 28, 18, 255, 25, 57, 33, 255, 25, 58, 33, 255, 19, 44, 25, 255, 29, 64, 37, 255, 26, 58, 34, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 22, 16, 11, 255, 27, 20, 13, 255, 38, 28, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 30, 21, 14, 255, 76, 76, 76, 255, 31, 22, 12, 255, 42, 31, 18, 255, 28, 18, 12, 255, 28, 18, 12, 255, 13, 32, 18, 255, 28, 18, 12, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 22, 16, 10, 255, 36, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 30, 21, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 28, 19, 14, 255, 28, 18, 12, 255, 28, 18, 12, 255, 28, 19, 13, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 19, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 30, 21, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 34, 25, 14, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 18, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 30, 21, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 20, 255, 41, 30, 19, 255, 41, 30, 17, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 30, 21, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 36, 26, 15, 255, 25, 18, 10, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 30, 21, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 20, 255, 39, 29, 20, 255, 41, 30, 20, 255, 36, 26, 18, 255, 25, 18, 11, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 30, 21, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 20, 255, 36, 27, 18, 255, 35, 26, 18, 255, 36, 26, 18, 255, 25, 18, 12, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 30, 21, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 18, 255, 41, 30, 20, 255, 34, 25, 17, 255, 27, 20, 13, 255, 24, 17, 12, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 17, 255, 41, 30, 20, 255, 31, 23, 16, 255, 19, 14, 9, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 16, 255, 24, 17, 12, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 11, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 10, 255, 37, 27, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255 ), +"data": PackedByteArray(76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 30, 21, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 42, 31, 19, 255, 30, 21, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 30, 21, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 30, 21, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 30, 21, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 30, 21, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 30, 21, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 19, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 30, 21, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 14, 8, 255, 17, 41, 23, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 19, 255, 43, 31, 20, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 30, 21, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 46, 27, 255, 21, 48, 27, 255, 21, 48, 27, 255, 22, 50, 28, 255, 14, 30, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 17, 255, 41, 30, 20, 255, 41, 30, 20, 255, 43, 31, 20, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 30, 21, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 27, 57, 34, 255, 25, 55, 32, 255, 27, 57, 33, 255, 27, 58, 33, 255, 25, 57, 32, 255, 25, 57, 32, 255, 26, 59, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 10, 255, 37, 27, 16, 255, 41, 30, 20, 255, 38, 28, 19, 255, 41, 30, 20, 255, 43, 31, 20, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 30, 21, 14, 255, 19, 39, 23, 255, 28, 63, 36, 255, 25, 58, 33, 255, 31, 66, 38, 255, 30, 64, 38, 255, 30, 63, 37, 255, 29, 62, 37, 255, 29, 65, 36, 255, 29, 65, 36, 255, 30, 66, 37, 255, 15, 31, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 12, 255, 34, 25, 17, 255, 32, 24, 16, 255, 38, 28, 19, 255, 41, 30, 20, 255, 43, 31, 20, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 33, 75, 42, 255, 31, 71, 39, 255, 31, 70, 40, 255, 33, 70, 41, 255, 33, 70, 41, 255, 33, 71, 42, 255, 33, 69, 41, 255, 33, 70, 42, 255, 34, 73, 43, 255, 33, 73, 42, 255, 33, 73, 41, 255, 33, 73, 41, 255, 34, 76, 43, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 23, 16, 11, 255, 26, 19, 13, 255, 38, 28, 19, 255, 41, 30, 20, 255, 41, 30, 20, 255, 43, 31, 20, 255, 44, 32, 20, 255, 45, 32, 20, 255, 20, 42, 25, 255, 33, 77, 43, 255, 33, 77, 43, 255, 34, 77, 44, 255, 36, 77, 46, 255, 35, 75, 45, 255, 38, 81, 47, 255, 37, 80, 47, 255, 37, 79, 47, 255, 37, 79, 46, 255, 37, 79, 46, 255, 36, 77, 46, 255, 35, 76, 45, 255, 35, 78, 45, 255, 35, 79, 45, 255, 36, 79, 46, 255, 15, 31, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 21, 16, 11, 255, 36, 26, 18, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 18, 255, 43, 31, 18, 255, 44, 32, 20, 255, 30, 71, 40, 255, 34, 81, 45, 255, 40, 91, 51, 255, 36, 86, 50, 255, 38, 83, 49, 255, 39, 83, 50, 255, 40, 86, 51, 255, 41, 86, 51, 255, 40, 86, 50, 255, 40, 87, 50, 255, 41, 87, 51, 255, 41, 86, 51, 255, 39, 82, 49, 255, 39, 83, 49, 255, 37, 85, 48, 255, 40, 88, 51, 255, 39, 85, 49, 255, 31, 74, 42, 255, 27, 60, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 13, 255, 37, 27, 18, 255, 41, 30, 19, 255, 41, 30, 17, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 40, 94, 52, 255, 44, 99, 56, 255, 35, 84, 48, 255, 44, 100, 60, 255, 41, 96, 56, 255, 42, 95, 55, 255, 46, 98, 57, 255, 43, 93, 54, 255, 43, 95, 55, 255, 45, 96, 56, 255, 42, 93, 54, 255, 43, 91, 54, 255, 41, 89, 52, 255, 40, 92, 52, 255, 45, 99, 56, 255, 39, 91, 51, 255, 46, 98, 57, 255, 45, 97, 56, 255, 35, 83, 47, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 13, 255, 37, 27, 16, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 19, 39, 23, 255, 45, 104, 58, 255, 46, 105, 59, 255, 48, 107, 60, 255, 42, 100, 58, 255, 44, 101, 59, 255, 38, 89, 51, 255, 45, 99, 57, 255, 46, 101, 58, 255, 45, 100, 58, 255, 46, 100, 58, 255, 47, 103, 60, 255, 45, 101, 58, 255, 43, 100, 56, 255, 48, 107, 61, 255, 44, 98, 56, 255, 48, 106, 60, 255, 49, 105, 61, 255, 16, 35, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 11, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 17, 37, 22, 255, 21, 43, 25, 255, 22, 47, 28, 255, 50, 113, 63, 255, 50, 113, 63, 255, 43, 99, 57, 255, 47, 106, 61, 255, 48, 107, 61, 255, 51, 110, 64, 255, 49, 109, 63, 255, 47, 105, 60, 255, 47, 105, 60, 255, 46, 105, 60, 255, 44, 101, 57, 255, 48, 107, 61, 255, 49, 110, 62, 255, 21, 46, 27, 255, 20, 44, 25, 255, 16, 36, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 19, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 17, 37, 21, 255, 20, 43, 25, 255, 22, 46, 27, 255, 24, 51, 30, 255, 53, 117, 66, 255, 58, 126, 71, 255, 53, 118, 67, 255, 54, 117, 68, 255, 58, 118, 71, 255, 56, 115, 70, 255, 51, 113, 65, 255, 52, 115, 66, 255, 51, 116, 65, 255, 47, 109, 61, 255, 51, 115, 64, 255, 23, 51, 29, 255, 20, 45, 25, 255, 20, 44, 25, 255, 17, 36, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 20, 255, 40, 29, 17, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 18, 38, 22, 255, 20, 43, 25, 255, 22, 46, 27, 255, 23, 48, 28, 255, 25, 55, 32, 255, 26, 57, 33, 255, 59, 129, 73, 255, 61, 131, 76, 255, 54, 116, 70, 255, 51, 112, 67, 255, 45, 104, 61, 255, 48, 113, 63, 255, 50, 115, 64, 255, 27, 57, 34, 255, 26, 55, 32, 255, 23, 49, 28, 255, 20, 45, 25, 255, 20, 43, 24, 255, 16, 36, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 20, 255, 36, 27, 18, 255, 36, 26, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 19, 40, 24, 255, 20, 43, 25, 255, 22, 47, 28, 255, 23, 48, 28, 255, 24, 52, 29, 255, 26, 56, 32, 255, 28, 61, 35, 255, 60, 128, 74, 255, 54, 121, 70, 255, 45, 110, 61, 255, 52, 119, 67, 255, 57, 127, 71, 255, 28, 59, 35, 255, 27, 57, 34, 255, 24, 52, 30, 255, 22, 48, 27, 255, 20, 45, 25, 255, 19, 41, 23, 255, 16, 36, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 20, 255, 40, 30, 20, 255, 34, 25, 17, 255, 28, 21, 13, 255, 24, 17, 10, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 62, 45, 28, 255, 19, 40, 24, 255, 20, 43, 25, 255, 22, 47, 28, 255, 24, 50, 29, 255, 24, 52, 29, 255, 25, 55, 31, 255, 28, 60, 34, 255, 30, 64, 37, 255, 45, 108, 61, 255, 47, 111, 62, 255, 53, 123, 69, 255, 30, 63, 37, 255, 29, 61, 36, 255, 25, 54, 32, 255, 24, 51, 29, 255, 22, 48, 27, 255, 21, 45, 26, 255, 20, 43, 25, 255, 16, 35, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 31, 23, 15, 255, 19, 14, 9, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 38, 27, 15, 255, 55, 40, 22, 255, 60, 44, 26, 255, 19, 40, 24, 255, 19, 41, 24, 255, 22, 46, 27, 255, 24, 50, 30, 255, 24, 52, 30, 255, 25, 55, 31, 255, 28, 60, 34, 255, 30, 65, 37, 255, 25, 56, 30, 255, 47, 102, 56, 255, 30, 64, 37, 255, 30, 63, 37, 255, 29, 60, 35, 255, 26, 56, 33, 255, 24, 52, 30, 255, 23, 49, 28, 255, 22, 46, 28, 255, 19, 41, 24, 255, 15, 34, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 19, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 36, 26, 18, 255, 23, 17, 12, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 44, 32, 20, 255, 30, 21, 13, 255, 48, 35, 19, 255, 19, 39, 23, 255, 20, 42, 25, 255, 21, 45, 27, 255, 24, 50, 30, 255, 26, 54, 32, 255, 26, 56, 32, 255, 27, 59, 33, 255, 29, 64, 36, 255, 27, 59, 33, 255, 45, 96, 53, 255, 29, 63, 36, 255, 29, 62, 36, 255, 29, 61, 36, 255, 27, 57, 34, 255, 25, 53, 31, 255, 24, 50, 30, 255, 22, 46, 27, 255, 18, 40, 23, 255, 15, 34, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 19, 255, 41, 30, 20, 255, 36, 26, 18, 255, 25, 18, 12, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 18, 255, 39, 29, 16, 255, 43, 31, 19, 255, 38, 27, 17, 255, 15, 35, 20, 255, 20, 42, 25, 255, 22, 46, 27, 255, 24, 50, 30, 255, 26, 54, 32, 255, 28, 58, 34, 255, 28, 60, 35, 255, 28, 61, 34, 255, 28, 60, 33, 255, 42, 89, 50, 255, 29, 62, 35, 255, 29, 62, 36, 255, 29, 61, 36, 255, 27, 57, 34, 255, 26, 54, 32, 255, 24, 50, 30, 255, 22, 46, 27, 255, 18, 40, 23, 255, 14, 32, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 18, 255, 36, 26, 18, 255, 25, 18, 12, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 19, 255, 41, 30, 20, 255, 41, 30, 20, 255, 32, 23, 13, 255, 42, 31, 18, 255, 45, 32, 20, 255, 33, 24, 13, 255, 20, 44, 26, 255, 23, 50, 29, 255, 25, 53, 31, 255, 28, 58, 34, 255, 29, 61, 36, 255, 29, 62, 36, 255, 27, 60, 33, 255, 37, 80, 45, 255, 29, 63, 36, 255, 30, 64, 38, 255, 28, 60, 35, 255, 27, 57, 34, 255, 25, 53, 31, 255, 22, 48, 28, 255, 20, 44, 26, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 15, 255, 25, 18, 12, 255, 26, 18, 11, 255, 37, 27, 18, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 43, 31, 20, 255, 25, 18, 10, 255, 41, 30, 17, 255, 44, 32, 19, 255, 35, 25, 16, 255, 21, 46, 27, 255, 23, 50, 29, 255, 27, 57, 34, 255, 28, 60, 35, 255, 29, 62, 36, 255, 26, 59, 33, 255, 34, 75, 43, 255, 31, 66, 39, 255, 30, 63, 37, 255, 26, 57, 33, 255, 27, 57, 34, 255, 23, 51, 30, 255, 20, 45, 26, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 13, 255, 37, 27, 18, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 43, 31, 20, 255, 44, 32, 20, 255, 45, 32, 20, 255, 35, 26, 14, 255, 43, 31, 18, 255, 43, 31, 19, 255, 20, 47, 27, 255, 26, 55, 33, 255, 28, 59, 35, 255, 26, 59, 34, 255, 25, 58, 33, 255, 29, 64, 37, 255, 31, 65, 39, 255, 29, 63, 37, 255, 28, 60, 35, 255, 26, 55, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 13, 255, 37, 27, 18, 255, 40, 29, 20, 255, 38, 28, 19, 255, 41, 30, 20, 255, 43, 31, 19, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 28, 20, 11, 255, 42, 30, 17, 255, 44, 32, 20, 255, 31, 22, 14, 255, 26, 57, 33, 255, 26, 59, 34, 255, 25, 58, 33, 255, 23, 53, 31, 255, 30, 65, 38, 255, 31, 64, 38, 255, 26, 57, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 13, 255, 33, 24, 16, 255, 32, 24, 16, 255, 39, 28, 17, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 30, 21, 14, 255, 38, 28, 15, 255, 43, 31, 19, 255, 39, 28, 18, 255, 25, 57, 33, 255, 25, 58, 33, 255, 19, 44, 25, 255, 29, 64, 37, 255, 26, 58, 34, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 22, 16, 11, 255, 27, 20, 13, 255, 38, 28, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 30, 21, 14, 255, 76, 76, 76, 255, 31, 22, 12, 255, 42, 31, 18, 255, 28, 18, 12, 255, 28, 18, 12, 255, 13, 32, 18, 255, 28, 18, 12, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 22, 16, 10, 255, 36, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 30, 21, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 28, 19, 14, 255, 28, 18, 12, 255, 28, 18, 12, 255, 28, 19, 13, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 19, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 30, 21, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 34, 25, 14, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 18, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 30, 21, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 20, 255, 41, 30, 19, 255, 41, 30, 17, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 30, 21, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 41, 30, 20, 255, 36, 26, 15, 255, 25, 18, 10, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 30, 21, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 20, 255, 39, 29, 20, 255, 41, 30, 20, 255, 36, 26, 18, 255, 25, 18, 11, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 30, 21, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 22, 14, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 20, 255, 41, 30, 20, 255, 36, 27, 18, 255, 35, 26, 18, 255, 36, 26, 18, 255, 25, 18, 12, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 30, 21, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 43, 31, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 18, 255, 41, 30, 20, 255, 34, 25, 17, 255, 27, 20, 13, 255, 24, 17, 12, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 42, 31, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 45, 32, 20, 255, 45, 32, 20, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 17, 255, 41, 30, 20, 255, 31, 23, 16, 255, 19, 14, 9, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 45, 32, 20, 255, 45, 32, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 44, 32, 20, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 16, 255, 24, 17, 12, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 44, 32, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 43, 31, 18, 255, 41, 30, 17, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 11, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 41, 30, 17, 255, 43, 31, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 41, 30, 16, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 41, 30, 16, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 41, 30, 16, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 10, 255, 37, 27, 15, 255, 41, 30, 16, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 36, 26, 14, 255, 25, 18, 10, 255, 26, 18, 10, 255, 37, 27, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255), "format": "RGBA8", "height": 64, "mipmaps": false, "width": 64 } -[sub_resource type="ImageTexture" id=20] -image = SubResource( 77 ) -size = Vector2( 64, 64 ) +[sub_resource type="ImageTexture" id="20"] +image = SubResource("Image_tucst") -[sub_resource type="ConcavePolygonShape3D" id=21] -data = PackedVector3Array( 1.1296, 0.3475, -0.2377, 0.6541, 0.3475, 0.2378, 1.1296, 0.3475, 0.2378, 1.1296, 0.3475, -0.2377, 0.6541, 0.3475, -0.2377, 0.6541, 0.3475, 0.2378, 1.1296, 0.904, 0.2378, 0.6541, 0.904, -0.2377, 1.1296, 0.904, -0.2377, 1.1296, 0.904, 0.2378, 0.6541, 0.904, 0.2378, 0.6541, 0.904, -0.2377, 1.1296, 0.3475, 0.2378, 1.1296, 0.388, 0.2783, 1.1701, 0.388, 0.2378, 1.1296, 0.8635, 0.2783, 1.1296, 0.904, 0.2378, 1.1701, 0.8635, 0.2378, 1.1701, 0.8635, -0.2377, 1.1296, 0.904, -0.2377, 1.1296, 0.8635, -0.2782, 1.1296, 0.3475, -0.2377, 1.1701, 0.388, -0.2377, 1.1296, 0.388, -0.2782, 0.6541, 0.388, 0.2783, 0.6541, 0.3475, 0.2378, 0.6136, 0.388, 0.2378, 0.6541, 0.904, 0.2378, 0.6541, 0.8635, 0.2783, 0.6136, 0.8635, 0.2378, 0.6541, 0.388, -0.2782, 0.6136, 0.388, -0.2377, 0.6541, 0.3475, -0.2377, 0.6136, 0.8635, -0.2377, 0.6541, 0.8635, -0.2782, 0.6541, 0.904, -0.2377, 1.1296, 0.8635, 0.2783, 1.1701, 0.388, 0.2378, 1.1296, 0.388, 0.2783, 1.1296, 0.8635, 0.2783, 1.1701, 0.8635, 0.2378, 1.1701, 0.388, 0.2378, 1.1296, 0.904, 0.2378, 0.6541, 0.8635, 0.2783, 0.6541, 0.904, 0.2378, 1.1296, 0.904, 0.2378, 1.1296, 0.8635, 0.2783, 0.6541, 0.8635, 0.2783, 0.6541, 0.3475, 0.2378, 1.1296, 0.388, 0.2783, 1.1296, 0.3475, 0.2378, 0.6541, 0.3475, 0.2378, 0.6541, 0.388, 0.2783, 1.1296, 0.388, 0.2783, 1.1296, 0.904, -0.2377, 1.1701, 0.8635, 0.2378, 1.1296, 0.904, 0.2378, 1.1296, 0.904, -0.2377, 1.1701, 0.8635, -0.2377, 1.1701, 0.8635, 0.2378, 1.1296, 0.3475, 0.2378, 1.1701, 0.388, -0.2377, 1.1296, 0.3475, -0.2377, 1.1296, 0.3475, 0.2378, 1.1701, 0.388, 0.2378, 1.1701, 0.388, -0.2377, 1.1296, 0.3475, -0.2377, 0.6541, 0.388, -0.2782, 0.6541, 0.3475, -0.2377, 1.1296, 0.3475, -0.2377, 1.1296, 0.388, -0.2782, 0.6541, 0.388, -0.2782, 0.6541, 0.904, -0.2377, 1.1296, 0.8635, -0.2782, 1.1296, 0.904, -0.2377, 0.6541, 0.904, -0.2377, 0.6541, 0.8635, -0.2782, 1.1296, 0.8635, -0.2782, 0.6541, 0.904, 0.2378, 0.6136, 0.8635, -0.2377, 0.6541, 0.904, -0.2377, 0.6541, 0.904, 0.2378, 0.6136, 0.8635, 0.2378, 0.6136, 0.8635, -0.2377, 0.6541, 0.3475, -0.2377, 0.6136, 0.388, 0.2378, 0.6541, 0.3475, 0.2378, 0.6541, 0.3475, -0.2377, 0.6136, 0.388, -0.2377, 0.6136, 0.388, 0.2378, 0.6136, 0.8635, 0.2378, 0.6136, 0.388, -0.2377, 0.6136, 0.8635, -0.2377, 0.6136, 0.8635, 0.2378, 0.6136, 0.388, 0.2378, 0.6136, 0.388, -0.2377, 1.1701, 0.8635, -0.2377, 1.1701, 0.388, 0.2378, 1.1701, 0.8635, 0.2378, 1.1701, 0.8635, -0.2377, 1.1701, 0.388, -0.2377, 1.1701, 0.388, 0.2378, 0.6541, 0.8635, -0.2782, 1.1296, 0.388, -0.2782, 1.1296, 0.8635, -0.2782, 0.6541, 0.8635, -0.2782, 0.6541, 0.388, -0.2782, 1.1296, 0.388, -0.2782, 1.1296, 0.388, -0.2782, 1.1701, 0.8635, -0.2377, 1.1296, 0.8635, -0.2782, 1.1296, 0.388, -0.2782, 1.1701, 0.388, -0.2377, 1.1701, 0.8635, -0.2377, 0.6136, 0.8635, 0.2378, 0.6541, 0.388, 0.2783, 0.6136, 0.388, 0.2378, 0.6136, 0.8635, 0.2378, 0.6541, 0.8635, 0.2783, 0.6541, 0.388, 0.2783, 0.6541, 0.8635, -0.2782, 0.6136, 0.388, -0.2377, 0.6541, 0.388, -0.2782, 0.6541, 0.8635, -0.2782, 0.6136, 0.8635, -0.2377, 0.6136, 0.388, -0.2377, 1.1296, 0.8635, 0.2783, 0.6541, 0.388, 0.2783, 0.6541, 0.8635, 0.2783, 1.1296, 0.8635, 0.2783, 1.1296, 0.388, 0.2783, 0.6541, 0.388, 0.2783, 0.3, 1, 0.3, -0.2999, -0.9999, 0.3, -0.2999, 1, 0.3, 0.3, 1, 0.3, 0.3, -0.9999, 0.3, -0.2999, -0.9999, 0.3, 0.3, 1, -0.2999, -0.2999, -0.9999, -0.2999, 0.3, -0.9999, -0.2999, 0.3, 1, -0.2999, -0.2999, 1, -0.2999, -0.2999, -0.9999, -0.2999, -0.2999, 1, 0.3, -0.2999, -0.9999, -0.2999, -0.2999, 1, -0.2999, -0.2999, 1, 0.3, -0.2999, -0.9999, 0.3, -0.2999, -0.9999, -0.2999, 0.3, -0.9999, 0.3, 0.3, 1, -0.2999, 0.3, -0.9999, -0.2999, 0.3, -0.9999, 0.3, 0.3, 1, 0.3, 0.3, 1, -0.2999, 0.9378, -0.0473, 0.0664, 0.1812, 0.0855, 0.0664, 0.9378, 0.0855, 0.0664, 0.9378, -0.0473, 0.0664, 0.1812, -0.0473, 0.0664, 0.1812, 0.0855, 0.0664, 0.9378, -0.0473, -0.0663, 0.1812, 0.0855, -0.0663, 0.1812, -0.0473, -0.0663, 0.9378, -0.0473, -0.0663, 0.9378, 0.0855, -0.0663, 0.1812, 0.0855, -0.0663, 0.9378, 0.0855, 0.0664, 0.1812, 0.0855, -0.0663, 0.9378, 0.0855, -0.0663, 0.9378, 0.0855, 0.0664, 0.1812, 0.0855, 0.0664, 0.1812, 0.0855, -0.0663, 0.1812, -0.0473, 0.0664, 0.9378, -0.0473, -0.0663, 0.1812, -0.0473, -0.0663, 0.1812, -0.0473, 0.0664, 0.9378, -0.0473, 0.0664, 0.9378, -0.0473, -0.0663, 0.8046, -0.0204, 0.0664, 0.9375, 0.5291, 0.0664, 0.9375, -0.0204, 0.0664, 0.8046, -0.0204, 0.0664, 0.8046, 0.5291, 0.0664, 0.9375, 0.5291, 0.0664, 0.8046, -0.0204, -0.0663, 0.9375, 0.5291, -0.0663, 0.8046, 0.5291, -0.0663, 0.8046, -0.0204, -0.0663, 0.9375, -0.0204, -0.0663, 0.9375, 0.5291, -0.0663, 0.9375, -0.0204, 0.0664, 0.9375, 0.5291, -0.0663, 0.9375, -0.0204, -0.0663, 0.9375, -0.0204, 0.0664, 0.9375, 0.5291, 0.0664, 0.9375, 0.5291, -0.0663, 0.8046, 0.5291, 0.0664, 0.8046, -0.0204, -0.0663, 0.8046, 0.5291, -0.0663, 0.8046, 0.5291, 0.0664, 0.8046, -0.0204, 0.0664, 0.8046, -0.0204, -0.0663 ) +[sub_resource type="ConcavePolygonShape3D" id="21"] +data = PackedVector3Array(1.1296, 0.3475, -0.2377, 0.6541, 0.3475, 0.2378, 1.1296, 0.3475, 0.2378, 1.1296, 0.3475, -0.2377, 0.6541, 0.3475, -0.2377, 0.6541, 0.3475, 0.2378, 1.1296, 0.904, 0.2378, 0.6541, 0.904, -0.2377, 1.1296, 0.904, -0.2377, 1.1296, 0.904, 0.2378, 0.6541, 0.904, 0.2378, 0.6541, 0.904, -0.2377, 1.1296, 0.3475, 0.2378, 1.1296, 0.388, 0.2783, 1.1701, 0.388, 0.2378, 1.1296, 0.8635, 0.2783, 1.1296, 0.904, 0.2378, 1.1701, 0.8635, 0.2378, 1.1701, 0.8635, -0.2377, 1.1296, 0.904, -0.2377, 1.1296, 0.8635, -0.2782, 1.1296, 0.3475, -0.2377, 1.1701, 0.388, -0.2377, 1.1296, 0.388, -0.2782, 0.6541, 0.388, 0.2783, 0.6541, 0.3475, 0.2378, 0.6136, 0.388, 0.2378, 0.6541, 0.904, 0.2378, 0.6541, 0.8635, 0.2783, 0.6136, 0.8635, 0.2378, 0.6541, 0.388, -0.2782, 0.6136, 0.388, -0.2377, 0.6541, 0.3475, -0.2377, 0.6136, 0.8635, -0.2377, 0.6541, 0.8635, -0.2782, 0.6541, 0.904, -0.2377, 1.1296, 0.8635, 0.2783, 1.1701, 0.388, 0.2378, 1.1296, 0.388, 0.2783, 1.1296, 0.8635, 0.2783, 1.1701, 0.8635, 0.2378, 1.1701, 0.388, 0.2378, 1.1296, 0.904, 0.2378, 0.6541, 0.8635, 0.2783, 0.6541, 0.904, 0.2378, 1.1296, 0.904, 0.2378, 1.1296, 0.8635, 0.2783, 0.6541, 0.8635, 0.2783, 0.6541, 0.3475, 0.2378, 1.1296, 0.388, 0.2783, 1.1296, 0.3475, 0.2378, 0.6541, 0.3475, 0.2378, 0.6541, 0.388, 0.2783, 1.1296, 0.388, 0.2783, 1.1296, 0.904, -0.2377, 1.1701, 0.8635, 0.2378, 1.1296, 0.904, 0.2378, 1.1296, 0.904, -0.2377, 1.1701, 0.8635, -0.2377, 1.1701, 0.8635, 0.2378, 1.1296, 0.3475, 0.2378, 1.1701, 0.388, -0.2377, 1.1296, 0.3475, -0.2377, 1.1296, 0.3475, 0.2378, 1.1701, 0.388, 0.2378, 1.1701, 0.388, -0.2377, 1.1296, 0.3475, -0.2377, 0.6541, 0.388, -0.2782, 0.6541, 0.3475, -0.2377, 1.1296, 0.3475, -0.2377, 1.1296, 0.388, -0.2782, 0.6541, 0.388, -0.2782, 0.6541, 0.904, -0.2377, 1.1296, 0.8635, -0.2782, 1.1296, 0.904, -0.2377, 0.6541, 0.904, -0.2377, 0.6541, 0.8635, -0.2782, 1.1296, 0.8635, -0.2782, 0.6541, 0.904, 0.2378, 0.6136, 0.8635, -0.2377, 0.6541, 0.904, -0.2377, 0.6541, 0.904, 0.2378, 0.6136, 0.8635, 0.2378, 0.6136, 0.8635, -0.2377, 0.6541, 0.3475, -0.2377, 0.6136, 0.388, 0.2378, 0.6541, 0.3475, 0.2378, 0.6541, 0.3475, -0.2377, 0.6136, 0.388, -0.2377, 0.6136, 0.388, 0.2378, 0.6136, 0.8635, 0.2378, 0.6136, 0.388, -0.2377, 0.6136, 0.8635, -0.2377, 0.6136, 0.8635, 0.2378, 0.6136, 0.388, 0.2378, 0.6136, 0.388, -0.2377, 1.1701, 0.8635, -0.2377, 1.1701, 0.388, 0.2378, 1.1701, 0.8635, 0.2378, 1.1701, 0.8635, -0.2377, 1.1701, 0.388, -0.2377, 1.1701, 0.388, 0.2378, 0.6541, 0.8635, -0.2782, 1.1296, 0.388, -0.2782, 1.1296, 0.8635, -0.2782, 0.6541, 0.8635, -0.2782, 0.6541, 0.388, -0.2782, 1.1296, 0.388, -0.2782, 1.1296, 0.388, -0.2782, 1.1701, 0.8635, -0.2377, 1.1296, 0.8635, -0.2782, 1.1296, 0.388, -0.2782, 1.1701, 0.388, -0.2377, 1.1701, 0.8635, -0.2377, 0.6136, 0.8635, 0.2378, 0.6541, 0.388, 0.2783, 0.6136, 0.388, 0.2378, 0.6136, 0.8635, 0.2378, 0.6541, 0.8635, 0.2783, 0.6541, 0.388, 0.2783, 0.6541, 0.8635, -0.2782, 0.6136, 0.388, -0.2377, 0.6541, 0.388, -0.2782, 0.6541, 0.8635, -0.2782, 0.6136, 0.8635, -0.2377, 0.6136, 0.388, -0.2377, 1.1296, 0.8635, 0.2783, 0.6541, 0.388, 0.2783, 0.6541, 0.8635, 0.2783, 1.1296, 0.8635, 0.2783, 1.1296, 0.388, 0.2783, 0.6541, 0.388, 0.2783, 0.3, 1, 0.3, -0.2999, -0.9999, 0.3, -0.2999, 1, 0.3, 0.3, 1, 0.3, 0.3, -0.9999, 0.3, -0.2999, -0.9999, 0.3, 0.3, 1, -0.2999, -0.2999, -0.9999, -0.2999, 0.3, -0.9999, -0.2999, 0.3, 1, -0.2999, -0.2999, 1, -0.2999, -0.2999, -0.9999, -0.2999, -0.2999, 1, 0.3, -0.2999, -0.9999, -0.2999, -0.2999, 1, -0.2999, -0.2999, 1, 0.3, -0.2999, -0.9999, 0.3, -0.2999, -0.9999, -0.2999, 0.3, -0.9999, 0.3, 0.3, 1, -0.2999, 0.3, -0.9999, -0.2999, 0.3, -0.9999, 0.3, 0.3, 1, 0.3, 0.3, 1, -0.2999, 0.9378, -0.0473, 0.0664, 0.1812, 0.0855, 0.0664, 0.9378, 0.0855, 0.0664, 0.9378, -0.0473, 0.0664, 0.1812, -0.0473, 0.0664, 0.1812, 0.0855, 0.0664, 0.9378, -0.0473, -0.0663, 0.1812, 0.0855, -0.0663, 0.1812, -0.0473, -0.0663, 0.9378, -0.0473, -0.0663, 0.9378, 0.0855, -0.0663, 0.1812, 0.0855, -0.0663, 0.9378, 0.0855, 0.0664, 0.1812, 0.0855, -0.0663, 0.9378, 0.0855, -0.0663, 0.9378, 0.0855, 0.0664, 0.1812, 0.0855, 0.0664, 0.1812, 0.0855, -0.0663, 0.1812, -0.0473, 0.0664, 0.9378, -0.0473, -0.0663, 0.1812, -0.0473, -0.0663, 0.1812, -0.0473, 0.0664, 0.9378, -0.0473, 0.0664, 0.9378, -0.0473, -0.0663, 0.8046, -0.0204, 0.0664, 0.9375, 0.5291, 0.0664, 0.9375, -0.0204, 0.0664, 0.8046, -0.0204, 0.0664, 0.8046, 0.5291, 0.0664, 0.9375, 0.5291, 0.0664, 0.8046, -0.0204, -0.0663, 0.9375, 0.5291, -0.0663, 0.8046, 0.5291, -0.0663, 0.8046, -0.0204, -0.0663, 0.9375, -0.0204, -0.0663, 0.9375, 0.5291, -0.0663, 0.9375, -0.0204, 0.0664, 0.9375, 0.5291, -0.0663, 0.9375, -0.0204, -0.0663, 0.9375, -0.0204, 0.0664, 0.9375, 0.5291, 0.0664, 0.9375, 0.5291, -0.0663, 0.8046, 0.5291, 0.0664, 0.8046, -0.0204, -0.0663, 0.8046, 0.5291, -0.0663, 0.8046, 0.5291, 0.0664, 0.8046, -0.0204, 0.0664, 0.8046, -0.0204, -0.0663) -[sub_resource type="ArrayMesh" id=22] +[sub_resource type="ArrayMesh" id="22"] resource_name = "Cube.025" -surfaces/0 = { -"aabb": AABB( -1, -1, -1, 2, 2, 2 ), -"array_data": PackedByteArray( 213, 58, 0, 188, 213, 186, 0, 60, 43, 145, 213, 0, 104, 51, 101, 54, 213, 58, 0, 188, 213, 58, 0, 60, 43, 145, 43, 0, 104, 51, 205, 56, 213, 186, 0, 188, 213, 58, 0, 60, 213, 145, 43, 0, 251, 39, 205, 56, 213, 186, 255, 187, 213, 186, 0, 60, 213, 145, 213, 0, 251, 39, 101, 54, 213, 58, 0, 60, 213, 58, 0, 60, 43, 111, 43, 0, 104, 51, 205, 56, 213, 58, 0, 60, 213, 186, 0, 60, 43, 111, 213, 0, 104, 51, 101, 54, 213, 186, 255, 59, 213, 186, 0, 60, 213, 111, 213, 0, 251, 39, 101, 54, 213, 186, 0, 60, 213, 58, 0, 60, 213, 111, 43, 0, 251, 39, 205, 56, 213, 58, 0, 188, 213, 58, 0, 60, 43, 145, 43, 0, 251, 39, 240, 56, 0, 60, 213, 186, 213, 58, 0, 60, 96, 198, 58, 0, 251, 39, 205, 56, 213, 58, 213, 186, 0, 60, 0, 60, 58, 198, 96, 0, 57, 35, 205, 56, 213, 58, 213, 58, 0, 60, 0, 60, 58, 58, 96, 0, 57, 35, 101, 54, 255, 59, 213, 58, 213, 58, 0, 60, 96, 58, 58, 0, 251, 39, 101, 54, 213, 58, 0, 60, 213, 58, 0, 60, 43, 111, 43, 0, 251, 39, 31, 54, 0, 60, 213, 58, 213, 186, 0, 60, 87, 87, 226, 0, 244, 51, 101, 54, 213, 58, 213, 58, 255, 187, 0, 60, 30, 87, 169, 0, 104, 51, 31, 54, 213, 58, 0, 188, 213, 186, 0, 60, 43, 145, 213, 0, 104, 51, 240, 56, 213, 58, 213, 186, 255, 187, 0, 60, 30, 170, 169, 0, 244, 51, 205, 56, 0, 60, 213, 186, 213, 186, 0, 60, 87, 170, 226, 0, 104, 51, 205, 56, 213, 186, 213, 186, 0, 60, 0, 60, 226, 170, 86, 0, 244, 51, 205, 56, 0, 188, 213, 186, 213, 58, 0, 60, 170, 170, 30, 0, 104, 51, 205, 56, 213, 186, 0, 188, 213, 58, 0, 60, 213, 145, 43, 0, 104, 51, 240, 56, 0, 188, 213, 58, 213, 58, 0, 60, 170, 87, 30, 0, 57, 35, 205, 56, 213, 186, 213, 58, 0, 60, 0, 60, 226, 87, 86, 0, 251, 39, 240, 56, 213, 186, 213, 186, 0, 188, 0, 60, 226, 170, 169, 0, 104, 51, 205, 56, 213, 186, 255, 187, 213, 186, 0, 60, 213, 145, 213, 0, 104, 51, 240, 56, 0, 188, 213, 186, 213, 186, 0, 60, 170, 170, 226, 0, 244, 51, 205, 56, 0, 188, 213, 58, 213, 186, 0, 60, 170, 87, 226, 0, 244, 51, 101, 54, 213, 186, 255, 59, 213, 186, 0, 60, 213, 111, 213, 0, 104, 51, 31, 54, 213, 186, 213, 58, 255, 187, 0, 60, 226, 87, 169, 0, 104, 51, 101, 54, 213, 58, 0, 60, 213, 58, 0, 60, 43, 111, 43, 0, 104, 51, 31, 54, 213, 186, 0, 60, 213, 58, 0, 60, 213, 111, 43, 0, 251, 39, 91, 54, 213, 186, 213, 58, 0, 60, 0, 60, 226, 87, 86, 0, 108, 40, 182, 54, 213, 58, 213, 58, 0, 60, 0, 60, 58, 58, 96, 0, 132, 51, 122, 54, 213, 186, 0, 188, 213, 58, 0, 60, 213, 145, 43, 0, 251, 39, 240, 56, 213, 58, 0, 188, 213, 58, 0, 60, 43, 145, 43, 0, 104, 51, 210, 56, 213, 58, 213, 186, 0, 60, 0, 60, 58, 198, 96, 0, 132, 51, 190, 56, 213, 186, 213, 186, 0, 60, 0, 60, 226, 170, 86, 0, 108, 40, 220, 56, 213, 58, 0, 60, 213, 186, 0, 60, 43, 111, 213, 0, 104, 51, 31, 54, 0, 60, 213, 58, 213, 186, 0, 60, 87, 87, 226, 0, 104, 51, 101, 54, 213, 58, 0, 188, 213, 186, 0, 60, 43, 145, 213, 0, 251, 39, 240, 56, 213, 58, 213, 186, 255, 187, 0, 60, 30, 170, 169, 0, 251, 39, 205, 56, 213, 58, 0, 60, 213, 186, 0, 60, 43, 111, 213, 0, 251, 39, 31, 54, 213, 58, 213, 58, 255, 187, 0, 60, 30, 87, 169, 0, 251, 39, 101, 54, 213, 186, 0, 60, 213, 58, 0, 60, 213, 111, 43, 0, 104, 51, 31, 54, 213, 186, 255, 59, 213, 186, 0, 60, 213, 111, 213, 0, 251, 39, 31, 54, 0, 188, 213, 58, 213, 186, 0, 60, 170, 87, 226, 0, 251, 39, 101, 54, 0, 188, 213, 58, 213, 58, 0, 60, 170, 87, 30, 0, 104, 51, 101, 54, 213, 186, 255, 187, 213, 186, 0, 60, 213, 145, 213, 0, 251, 39, 240, 56, 0, 188, 213, 186, 213, 186, 0, 60, 170, 170, 226, 0, 251, 39, 205, 56, 0, 188, 213, 58, 213, 58, 0, 60, 139, 0, 48, 0, 104, 51, 101, 54, 0, 188, 213, 58, 213, 186, 0, 60, 139, 0, 208, 0, 251, 39, 101, 54, 0, 188, 213, 186, 213, 186, 0, 60, 139, 0, 208, 0, 251, 39, 205, 56, 0, 188, 213, 186, 213, 58, 0, 60, 139, 0, 48, 0, 104, 51, 205, 56, 0, 60, 213, 58, 213, 186, 0, 60, 117, 0, 208, 0, 104, 51, 101, 54, 255, 59, 213, 58, 213, 58, 0, 60, 127, 0, 0, 0, 251, 39, 101, 54, 0, 60, 213, 186, 213, 58, 0, 60, 127, 0, 0, 0, 251, 39, 205, 56, 0, 60, 213, 186, 213, 186, 0, 60, 117, 0, 208, 0, 104, 51, 205, 56, 213, 186, 213, 58, 255, 187, 0, 60, 208, 0, 139, 0, 104, 51, 101, 54, 213, 58, 213, 58, 255, 187, 0, 60, 48, 0, 139, 0, 251, 39, 101, 54, 213, 58, 213, 186, 255, 187, 0, 60, 48, 0, 139, 0, 251, 39, 205, 56, 213, 186, 213, 186, 0, 188, 0, 60, 208, 0, 139, 0, 104, 51, 205, 56, 213, 58, 213, 186, 255, 187, 0, 60, 48, 0, 139, 0, 244, 51, 205, 56, 213, 58, 213, 58, 255, 187, 0, 60, 48, 0, 139, 0, 244, 51, 101, 54, 213, 186, 213, 186, 0, 60, 0, 60, 208, 0, 117, 0, 244, 51, 205, 56, 213, 186, 213, 58, 0, 60, 0, 60, 208, 0, 117, 0, 244, 51, 101, 54, 0, 188, 213, 186, 213, 186, 0, 60, 139, 0, 208, 0, 244, 51, 205, 56, 0, 188, 213, 58, 213, 186, 0, 60, 139, 0, 208, 0, 244, 51, 101, 54, 213, 58, 213, 58, 0, 60, 0, 60, 0, 0, 126, 0, 132, 51, 122, 54, 213, 186, 213, 58, 0, 60, 0, 60, 208, 0, 117, 0, 108, 40, 182, 54, 213, 186, 213, 186, 0, 60, 0, 60, 208, 0, 117, 0, 108, 40, 220, 56, 213, 58, 213, 186, 0, 60, 0, 60, 0, 0, 126, 0, 132, 51, 190, 56 ), -"array_index_data": PackedByteArray( 0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 10, 0, 9, 0, 11, 0, 13, 0, 12, 0, 14, 0, 5, 0, 15, 0, 16, 0, 18, 0, 17, 0, 19, 0, 21, 0, 20, 0, 7, 0, 23, 0, 22, 0, 24, 0, 26, 0, 25, 0, 27, 0, 29, 0, 28, 0, 11, 0, 9, 0, 10, 0, 11, 0, 12, 0, 9, 0, 30, 0, 32, 0, 31, 0, 30, 0, 33, 0, 32, 0, 34, 0, 36, 0, 35, 0, 34, 0, 37, 0, 36, 0, 38, 0, 12, 0, 13, 0, 38, 0, 39, 0, 12, 0, 8, 0, 18, 0, 16, 0, 8, 0, 9, 0, 18, 0, 40, 0, 24, 0, 25, 0, 40, 0, 41, 0, 24, 0, 28, 0, 43, 0, 42, 0, 28, 0, 29, 0, 43, 0, 44, 0, 46, 0, 45, 0, 44, 0, 47, 0, 46, 0, 48, 0, 20, 0, 21, 0, 48, 0, 49, 0, 20, 0, 50, 0, 52, 0, 51, 0, 50, 0, 53, 0, 52, 0, 54, 0, 56, 0, 55, 0, 54, 0, 57, 0, 56, 0, 58, 0, 60, 0, 59, 0, 58, 0, 61, 0, 60, 0, 62, 0, 54, 0, 63, 0, 62, 0, 57, 0, 54, 0, 50, 0, 64, 0, 53, 0, 50, 0, 65, 0, 64, 0, 58, 0, 66, 0, 61, 0, 58, 0, 67, 0, 66, 0, 68, 0, 70, 0, 69, 0, 68, 0, 71, 0, 70, 0 ), -"blend_shape_data": [ ], -"format": 98067, +_surfaces = [{ +"aabb": AABB(-1, -1, -1, 2, 2, 2), +"attribute_data": PackedByteArray(0, 0, 109, 62, 0, 160, 204, 62, 0, 0, 109, 62, 0, 160, 25, 63, 0, 96, 255, 60, 0, 160, 25, 63, 0, 96, 255, 60, 0, 160, 204, 62, 0, 0, 109, 62, 0, 160, 25, 63, 0, 0, 109, 62, 0, 160, 204, 62, 0, 96, 255, 60, 0, 160, 204, 62, 0, 96, 255, 60, 0, 160, 25, 63, 0, 96, 255, 60, 0, 0, 30, 63, 0, 96, 255, 60, 0, 160, 25, 63, 0, 32, 103, 60, 0, 160, 25, 63, 0, 32, 103, 60, 0, 160, 204, 62, 0, 96, 255, 60, 0, 160, 204, 62, 0, 96, 255, 60, 0, 224, 195, 62, 0, 128, 126, 62, 0, 160, 204, 62, 0, 0, 109, 62, 0, 224, 195, 62, 0, 0, 109, 62, 0, 0, 30, 63, 0, 128, 126, 62, 0, 160, 25, 63, 0, 0, 109, 62, 0, 160, 25, 63, 0, 128, 126, 62, 0, 160, 25, 63, 0, 0, 109, 62, 0, 160, 25, 63, 0, 0, 109, 62, 0, 0, 30, 63, 0, 32, 103, 60, 0, 160, 25, 63, 0, 96, 255, 60, 0, 0, 30, 63, 0, 0, 109, 62, 0, 160, 25, 63, 0, 0, 109, 62, 0, 0, 30, 63, 0, 128, 126, 62, 0, 160, 25, 63, 0, 128, 126, 62, 0, 160, 204, 62, 0, 0, 109, 62, 0, 224, 195, 62, 0, 0, 109, 62, 0, 160, 204, 62, 0, 0, 109, 62, 0, 224, 195, 62, 0, 96, 255, 60, 0, 96, 203, 62, 0, 128, 13, 61, 0, 192, 214, 62, 0, 128, 112, 62, 0, 64, 207, 62, 0, 96, 255, 60, 0, 0, 30, 63, 0, 0, 109, 62, 0, 64, 26, 63, 0, 128, 112, 62, 0, 192, 23, 63, 0, 128, 13, 61, 0, 128, 27, 63, 0, 0, 109, 62, 0, 224, 195, 62, 0, 0, 109, 62, 0, 160, 204, 62, 0, 96, 255, 60, 0, 0, 30, 63, 0, 96, 255, 60, 0, 160, 25, 63, 0, 96, 255, 60, 0, 224, 195, 62, 0, 96, 255, 60, 0, 160, 204, 62, 0, 0, 109, 62, 0, 224, 195, 62, 0, 96, 255, 60, 0, 224, 195, 62, 0, 96, 255, 60, 0, 160, 204, 62, 0, 0, 109, 62, 0, 160, 204, 62, 0, 96, 255, 60, 0, 0, 30, 63, 0, 96, 255, 60, 0, 160, 25, 63, 0, 0, 109, 62, 0, 160, 204, 62, 0, 96, 255, 60, 0, 160, 204, 62, 0, 96, 255, 60, 0, 160, 25, 63, 0, 0, 109, 62, 0, 160, 25, 63, 0, 0, 109, 62, 0, 160, 204, 62, 0, 96, 255, 60, 0, 160, 204, 62, 0, 96, 255, 60, 0, 160, 25, 63, 0, 0, 109, 62, 0, 160, 25, 63, 0, 0, 109, 62, 0, 160, 204, 62, 0, 96, 255, 60, 0, 160, 204, 62, 0, 96, 255, 60, 0, 160, 25, 63, 0, 0, 109, 62, 0, 160, 25, 63, 0, 128, 126, 62, 0, 160, 25, 63, 0, 128, 126, 62, 0, 160, 204, 62, 0, 128, 126, 62, 0, 160, 25, 63, 0, 128, 126, 62, 0, 160, 204, 62, 0, 128, 126, 62, 0, 160, 25, 63, 0, 128, 126, 62, 0, 160, 204, 62, 0, 128, 112, 62, 0, 64, 207, 62, 0, 128, 13, 61, 0, 192, 214, 62, 0, 128, 13, 61, 0, 128, 27, 63, 0, 128, 112, 62, 0, 192, 23, 63), +"format": 4115, "index_count": 132, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [ ], -"vertex_count": 72 -} - -[sub_resource type="Image" id=78] +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 10, 0, 9, 0, 11, 0, 13, 0, 12, 0, 14, 0, 5, 0, 15, 0, 16, 0, 18, 0, 17, 0, 19, 0, 21, 0, 20, 0, 7, 0, 23, 0, 22, 0, 24, 0, 26, 0, 25, 0, 27, 0, 29, 0, 28, 0, 11, 0, 9, 0, 10, 0, 11, 0, 12, 0, 9, 0, 30, 0, 32, 0, 31, 0, 30, 0, 33, 0, 32, 0, 34, 0, 36, 0, 35, 0, 34, 0, 37, 0, 36, 0, 38, 0, 12, 0, 13, 0, 38, 0, 39, 0, 12, 0, 8, 0, 18, 0, 16, 0, 8, 0, 9, 0, 18, 0, 40, 0, 24, 0, 25, 0, 40, 0, 41, 0, 24, 0, 28, 0, 43, 0, 42, 0, 28, 0, 29, 0, 43, 0, 44, 0, 46, 0, 45, 0, 44, 0, 47, 0, 46, 0, 48, 0, 20, 0, 21, 0, 48, 0, 49, 0, 20, 0, 50, 0, 52, 0, 51, 0, 50, 0, 53, 0, 52, 0, 54, 0, 56, 0, 55, 0, 54, 0, 57, 0, 56, 0, 58, 0, 60, 0, 59, 0, 58, 0, 61, 0, 60, 0, 62, 0, 54, 0, 63, 0, 62, 0, 57, 0, 54, 0, 50, 0, 64, 0, 53, 0, 50, 0, 65, 0, 64, 0, 58, 0, 66, 0, 61, 0, 58, 0, 67, 0, 66, 0, 68, 0, 70, 0, 69, 0, 68, 0, 71, 0, 70, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 72, +"vertex_data": PackedByteArray(0, 160, 90, 63, 0, 0, 128, 191, 0, 160, 90, 191, 224, 183, 240, 27, 0, 160, 90, 63, 0, 0, 128, 191, 0, 160, 90, 63, 239, 155, 224, 55, 0, 160, 90, 191, 0, 0, 128, 191, 0, 160, 90, 63, 15, 100, 224, 55, 0, 160, 90, 191, 0, 224, 127, 191, 0, 160, 90, 191, 30, 72, 240, 27, 0, 160, 90, 63, 0, 0, 128, 63, 0, 160, 90, 63, 239, 155, 30, 200, 0, 160, 90, 63, 0, 0, 128, 63, 0, 160, 90, 191, 224, 183, 14, 228, 0, 160, 90, 191, 0, 224, 127, 63, 0, 160, 90, 191, 30, 72, 14, 228, 0, 160, 90, 191, 0, 0, 128, 63, 0, 160, 90, 63, 15, 100, 30, 200, 0, 160, 90, 63, 0, 0, 128, 191, 0, 160, 90, 63, 239, 155, 224, 55, 0, 0, 128, 63, 0, 160, 90, 191, 0, 160, 90, 63, 245, 185, 250, 92, 0, 160, 90, 63, 0, 160, 90, 191, 0, 0, 128, 63, 4, 163, 250, 92, 0, 160, 90, 63, 0, 160, 90, 63, 0, 0, 128, 63, 4, 163, 4, 163, 0, 224, 127, 63, 0, 160, 90, 63, 0, 160, 90, 63, 245, 185, 4, 163, 0, 160, 90, 63, 0, 0, 128, 63, 0, 160, 90, 63, 239, 155, 30, 200, 0, 0, 128, 63, 0, 160, 90, 63, 0, 160, 90, 191, 104, 201, 104, 201, 0, 160, 90, 63, 0, 160, 90, 63, 0, 224, 127, 191, 104, 201, 44, 237, 0, 160, 90, 63, 0, 0, 128, 191, 0, 160, 90, 191, 224, 183, 240, 27, 0, 160, 90, 63, 0, 160, 90, 191, 0, 224, 127, 191, 197, 201, 234, 18, 0, 0, 128, 63, 0, 160, 90, 191, 0, 160, 90, 191, 197, 201, 219, 54, 0, 160, 90, 191, 0, 160, 90, 191, 0, 0, 128, 63, 253, 108, 128, 73, 0, 0, 128, 191, 0, 160, 90, 191, 0, 160, 90, 63, 128, 73, 128, 73, 0, 160, 90, 191, 0, 0, 128, 191, 0, 160, 90, 63, 15, 100, 224, 55, 0, 0, 128, 191, 0, 160, 90, 63, 0, 160, 90, 63, 197, 73, 218, 182, 0, 160, 90, 191, 0, 160, 90, 63, 0, 0, 128, 63, 21, 109, 218, 182, 0, 160, 90, 191, 0, 160, 90, 191, 0, 0, 128, 191, 57, 54, 234, 18, 0, 160, 90, 191, 0, 224, 127, 191, 0, 160, 90, 191, 30, 72, 240, 27, 0, 0, 128, 191, 0, 160, 90, 191, 0, 160, 90, 191, 126, 54, 126, 54, 0, 0, 128, 191, 0, 160, 90, 63, 0, 160, 90, 191, 219, 54, 197, 201, 0, 160, 90, 191, 0, 224, 127, 63, 0, 160, 90, 191, 30, 72, 14, 228, 0, 160, 90, 191, 0, 160, 90, 63, 0, 224, 127, 191, 150, 54, 44, 237, 0, 160, 90, 63, 0, 0, 128, 63, 0, 160, 90, 63, 239, 155, 30, 200, 0, 160, 90, 191, 0, 0, 128, 63, 0, 160, 90, 63, 15, 100, 30, 200, 0, 160, 90, 191, 0, 160, 90, 63, 0, 0, 128, 63, 21, 109, 218, 182, 0, 160, 90, 63, 0, 160, 90, 63, 0, 0, 128, 63, 4, 163, 4, 163, 0, 160, 90, 191, 0, 0, 128, 191, 0, 160, 90, 63, 15, 100, 224, 55, 0, 160, 90, 63, 0, 0, 128, 191, 0, 160, 90, 63, 239, 155, 224, 55, 0, 160, 90, 63, 0, 160, 90, 191, 0, 0, 128, 63, 4, 163, 250, 92, 0, 160, 90, 191, 0, 160, 90, 191, 0, 0, 128, 63, 253, 108, 128, 73, 0, 160, 90, 63, 0, 0, 128, 63, 0, 160, 90, 191, 224, 183, 14, 228, 0, 0, 128, 63, 0, 160, 90, 63, 0, 160, 90, 191, 104, 201, 104, 201, 0, 160, 90, 63, 0, 0, 128, 191, 0, 160, 90, 191, 224, 183, 240, 27, 0, 160, 90, 63, 0, 160, 90, 191, 0, 224, 127, 191, 197, 201, 234, 18, 0, 160, 90, 63, 0, 0, 128, 63, 0, 160, 90, 191, 224, 183, 14, 228, 0, 160, 90, 63, 0, 160, 90, 63, 0, 224, 127, 191, 104, 201, 44, 237, 0, 160, 90, 191, 0, 0, 128, 63, 0, 160, 90, 63, 15, 100, 30, 200, 0, 160, 90, 191, 0, 224, 127, 63, 0, 160, 90, 191, 30, 72, 14, 228, 0, 0, 128, 191, 0, 160, 90, 63, 0, 160, 90, 191, 219, 54, 197, 201, 0, 0, 128, 191, 0, 160, 90, 63, 0, 160, 90, 63, 197, 73, 218, 182, 0, 160, 90, 191, 0, 224, 127, 191, 0, 160, 90, 191, 30, 72, 240, 27, 0, 0, 128, 191, 0, 160, 90, 191, 0, 160, 90, 191, 126, 54, 126, 54, 0, 0, 128, 191, 0, 160, 90, 63, 0, 160, 90, 63, 60, 37, 255, 127, 0, 0, 128, 191, 0, 160, 90, 63, 0, 160, 90, 191, 0, 0, 59, 165, 0, 0, 128, 191, 0, 160, 90, 191, 0, 160, 90, 191, 0, 0, 59, 165, 0, 0, 128, 191, 0, 160, 90, 191, 0, 160, 90, 63, 60, 37, 255, 127, 0, 0, 128, 63, 0, 160, 90, 63, 0, 160, 90, 191, 255, 255, 59, 165, 0, 224, 127, 63, 0, 160, 90, 63, 0, 160, 90, 63, 255, 255, 255, 127, 0, 0, 128, 63, 0, 160, 90, 191, 0, 160, 90, 63, 255, 255, 255, 127, 0, 0, 128, 63, 0, 160, 90, 191, 0, 160, 90, 191, 255, 255, 59, 165, 0, 160, 90, 191, 0, 160, 90, 63, 0, 224, 127, 191, 0, 0, 194, 218, 0, 160, 90, 63, 0, 160, 90, 63, 0, 224, 127, 191, 255, 255, 194, 218, 0, 160, 90, 63, 0, 160, 90, 191, 0, 224, 127, 191, 255, 255, 194, 218, 0, 160, 90, 191, 0, 160, 90, 191, 0, 0, 128, 191, 0, 0, 194, 218, 0, 160, 90, 63, 0, 160, 90, 191, 0, 224, 127, 191, 255, 255, 194, 218, 0, 160, 90, 63, 0, 160, 90, 63, 0, 224, 127, 191, 255, 255, 194, 218, 0, 160, 90, 191, 0, 160, 90, 191, 0, 0, 128, 63, 195, 90, 255, 127, 0, 160, 90, 191, 0, 160, 90, 63, 0, 0, 128, 63, 195, 90, 255, 127, 0, 0, 128, 191, 0, 160, 90, 191, 0, 160, 90, 191, 0, 0, 59, 165, 0, 0, 128, 191, 0, 160, 90, 63, 0, 160, 90, 191, 0, 0, 59, 165, 0, 160, 90, 63, 0, 160, 90, 63, 0, 0, 128, 63, 255, 127, 255, 127, 0, 160, 90, 191, 0, 160, 90, 63, 0, 0, 128, 63, 195, 90, 255, 127, 0, 160, 90, 191, 0, 160, 90, 191, 0, 0, 128, 63, 195, 90, 255, 127, 0, 160, 90, 63, 0, 160, 90, 191, 0, 0, 128, 63, 255, 127, 255, 127) +}] + +[sub_resource type="Image" id="Image_5bcp3"] data = { -"data": PackedByteArray( 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 11, 23, 13, 255, 17, 40, 22, 255, 15, 37, 20, 255, 10, 22, 12, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 5, 11, 6, 255, 14, 30, 17, 255, 16, 39, 22, 255, 20, 45, 25, 255, 20, 45, 25, 255, 20, 45, 25, 255, 15, 32, 18, 255, 4, 9, 5, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 12, 26, 15, 255, 22, 47, 27, 255, 19, 44, 25, 255, 21, 48, 27, 255, 21, 47, 26, 255, 20, 47, 26, 255, 22, 48, 27, 255, 22, 49, 28, 255, 22, 49, 27, 255, 12, 26, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 34, 19, 255, 21, 49, 28, 255, 21, 49, 27, 255, 18, 44, 24, 255, 21, 48, 27, 255, 23, 52, 29, 255, 22, 50, 28, 255, 23, 50, 29, 255, 24, 52, 30, 255, 24, 51, 30, 255, 24, 52, 29, 255, 16, 35, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 27, 16, 255, 25, 55, 31, 255, 24, 54, 30, 255, 20, 48, 26, 255, 22, 51, 28, 255, 23, 52, 29, 255, 22, 50, 28, 255, 23, 53, 30, 255, 24, 54, 31, 255, 25, 54, 32, 255, 25, 52, 31, 255, 25, 52, 31, 255, 25, 51, 31, 255, 24, 52, 30, 255, 24, 55, 31, 255, 11, 24, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 40, 23, 255, 26, 57, 32, 255, 24, 56, 31, 255, 24, 56, 31, 255, 23, 54, 30, 255, 24, 55, 31, 255, 24, 56, 31, 255, 25, 55, 32, 255, 26, 55, 33, 255, 27, 54, 33, 255, 27, 57, 33, 255, 27, 57, 33, 255, 27, 58, 33, 255, 27, 58, 33, 255, 27, 55, 33, 255, 27, 56, 33, 255, 26, 58, 32, 255, 17, 37, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 12, 25, 15, 255, 27, 59, 34, 255, 28, 61, 34, 255, 26, 58, 33, 255, 25, 57, 32, 255, 25, 58, 33, 255, 25, 57, 32, 255, 24, 55, 31, 255, 26, 57, 33, 255, 29, 58, 35, 255, 29, 59, 36, 255, 28, 57, 35, 255, 28, 57, 35, 255, 28, 58, 35, 255, 28, 57, 35, 255, 28, 58, 35, 255, 28, 57, 35, 255, 28, 57, 35, 255, 28, 57, 34, 255, 27, 60, 34, 255, 27, 61, 34, 255, 10, 22, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 21, 45, 26, 255, 25, 58, 32, 255, 25, 59, 33, 255, 26, 59, 33, 255, 26, 59, 33, 255, 26, 59, 33, 255, 26, 59, 33, 255, 27, 61, 34, 255, 29, 60, 36, 255, 30, 60, 37, 255, 31, 63, 38, 255, 32, 65, 39, 255, 30, 60, 37, 255, 30, 60, 37, 255, 30, 63, 37, 255, 30, 64, 37, 255, 30, 61, 37, 255, 30, 60, 37, 255, 30, 61, 37, 255, 30, 63, 37, 255, 29, 60, 37, 255, 29, 62, 36, 255, 27, 61, 34, 255, 18, 38, 22, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 22, 13, 255, 23, 50, 29, 255, 31, 64, 38, 255, 29, 62, 37, 255, 27, 62, 35, 255, 27, 62, 35, 255, 26, 61, 34, 255, 26, 60, 34, 255, 28, 64, 36, 255, 30, 67, 38, 255, 31, 67, 39, 255, 31, 63, 39, 255, 31, 63, 39, 255, 31, 63, 39, 255, 31, 63, 39, 255, 30, 62, 38, 255, 30, 62, 38, 255, 31, 63, 39, 255, 31, 63, 39, 255, 31, 63, 39, 255, 31, 63, 38, 255, 31, 66, 38, 255, 31, 66, 38, 255, 31, 66, 38, 255, 30, 67, 38, 255, 31, 68, 38, 255, 23, 48, 28, 255, 10, 21, 12, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 43, 25, 255, 30, 64, 38, 255, 32, 67, 40, 255, 32, 67, 40, 255, 32, 65, 40, 255, 32, 65, 40, 255, 27, 60, 35, 255, 22, 54, 30, 255, 26, 60, 33, 255, 28, 66, 36, 255, 30, 68, 38, 255, 31, 69, 39, 255, 30, 68, 39, 255, 32, 66, 40, 255, 33, 66, 41, 255, 27, 59, 35, 255, 24, 56, 32, 255, 28, 61, 36, 255, 31, 64, 39, 255, 33, 66, 40, 255, 33, 66, 40, 255, 32, 66, 40, 255, 32, 66, 40, 255, 32, 66, 40, 255, 32, 65, 40, 255, 32, 68, 40, 255, 32, 67, 40, 255, 31, 67, 39, 255, 29, 66, 37, 255, 17, 36, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 55, 32, 255, 33, 68, 41, 255, 34, 68, 42, 255, 34, 68, 42, 255, 34, 68, 42, 255, 34, 68, 42, 255, 34, 68, 42, 255, 34, 68, 42, 255, 30, 65, 38, 255, 28, 66, 36, 255, 31, 71, 40, 255, 31, 71, 40, 255, 31, 71, 40, 255, 31, 71, 40, 255, 32, 70, 40, 255, 33, 69, 41, 255, 34, 69, 42, 255, 31, 66, 40, 255, 32, 67, 40, 255, 34, 69, 42, 255, 34, 69, 42, 255, 34, 69, 42, 255, 34, 69, 42, 255, 34, 68, 42, 255, 34, 68, 42, 255, 34, 71, 42, 255, 34, 70, 42, 255, 34, 68, 42, 255, 34, 68, 42, 255, 32, 69, 41, 255, 32, 71, 40, 255, 23, 49, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 39, 23, 255, 36, 75, 44, 255, 38, 82, 47, 255, 36, 74, 45, 255, 35, 71, 44, 255, 35, 71, 44, 255, 35, 71, 44, 255, 35, 71, 44, 255, 35, 71, 44, 255, 35, 71, 44, 255, 35, 71, 44, 255, 35, 72, 43, 255, 33, 73, 42, 255, 32, 74, 41, 255, 32, 74, 41, 255, 33, 72, 42, 255, 34, 71, 43, 255, 34, 71, 43, 255, 34, 71, 43, 255, 35, 71, 44, 255, 36, 72, 44, 255, 36, 72, 44, 255, 35, 72, 44, 255, 36, 72, 44, 255, 36, 74, 45, 255, 35, 71, 44, 255, 35, 71, 44, 255, 35, 73, 44, 255, 35, 77, 44, 255, 35, 73, 44, 255, 35, 71, 44, 255, 35, 73, 44, 255, 35, 77, 44, 255, 35, 77, 43, 255, 35, 77, 43, 255, 16, 33, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 27, 58, 34, 255, 36, 76, 46, 255, 37, 77, 46, 255, 37, 77, 47, 255, 38, 78, 47, 255, 37, 74, 46, 255, 37, 77, 46, 255, 37, 76, 46, 255, 37, 74, 46, 255, 37, 74, 46, 255, 37, 74, 46, 255, 37, 74, 46, 255, 37, 74, 46, 255, 37, 74, 46, 255, 35, 76, 44, 255, 35, 74, 44, 255, 35, 73, 44, 255, 35, 74, 44, 255, 35, 74, 44, 255, 35, 74, 44, 255, 35, 74, 44, 255, 36, 74, 45, 255, 37, 75, 46, 255, 37, 74, 46, 255, 38, 77, 47, 255, 39, 81, 48, 255, 37, 75, 46, 255, 37, 74, 46, 255, 37, 74, 45, 255, 37, 74, 46, 255, 37, 74, 45, 255, 37, 74, 45, 255, 37, 74, 45, 255, 37, 76, 45, 255, 36, 77, 45, 255, 36, 77, 45, 255, 36, 80, 45, 255, 23, 50, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 36, 21, 255, 28, 61, 35, 255, 36, 81, 45, 255, 36, 78, 45, 255, 38, 77, 47, 255, 38, 77, 47, 255, 38, 77, 47, 255, 39, 80, 48, 255, 39, 82, 48, 255, 38, 82, 47, 255, 36, 78, 46, 255, 37, 76, 46, 255, 35, 75, 44, 255, 38, 77, 47, 255, 38, 77, 48, 255, 38, 80, 48, 255, 38, 84, 48, 255, 38, 79, 47, 255, 37, 76, 46, 255, 37, 76, 46, 255, 37, 76, 46, 255, 37, 76, 46, 255, 37, 77, 47, 255, 38, 79, 48, 255, 38, 79, 48, 255, 38, 78, 48, 255, 38, 77, 48, 255, 38, 77, 48, 255, 38, 77, 47, 255, 37, 77, 46, 255, 34, 77, 43, 255, 34, 77, 44, 255, 37, 77, 47, 255, 38, 77, 47, 255, 38, 77, 47, 255, 38, 77, 47, 255, 37, 77, 46, 255, 35, 76, 45, 255, 35, 77, 45, 255, 37, 82, 46, 255, 26, 55, 32, 255, 15, 31, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 25, 53, 30, 255, 33, 78, 43, 255, 34, 79, 44, 255, 35, 80, 45, 255, 34, 79, 44, 255, 36, 82, 46, 255, 38, 80, 48, 255, 39, 79, 48, 255, 35, 78, 45, 255, 36, 80, 46, 255, 35, 79, 45, 255, 32, 75, 42, 255, 26, 65, 36, 255, 30, 71, 40, 255, 35, 76, 45, 255, 39, 80, 49, 255, 40, 83, 49, 255, 40, 82, 49, 255, 40, 80, 49, 255, 40, 80, 49, 255, 39, 80, 48, 255, 38, 79, 48, 255, 39, 83, 49, 255, 40, 84, 50, 255, 40, 82, 49, 255, 40, 82, 49, 255, 40, 82, 49, 255, 40, 81, 49, 255, 40, 80, 49, 255, 37, 80, 47, 255, 33, 78, 43, 255, 31, 73, 41, 255, 32, 76, 43, 255, 34, 79, 45, 255, 37, 80, 47, 255, 39, 80, 49, 255, 39, 82, 49, 255, 38, 84, 48, 255, 36, 80, 46, 255, 36, 80, 46, 255, 36, 79, 46, 255, 37, 82, 47, 255, 35, 80, 45, 255, 23, 50, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 25, 54, 29, 255, 30, 74, 41, 255, 31, 76, 41, 255, 37, 85, 47, 255, 39, 87, 49, 255, 32, 78, 43, 255, 33, 78, 43, 255, 35, 81, 45, 255, 31, 75, 42, 255, 29, 70, 39, 255, 32, 75, 42, 255, 36, 80, 46, 255, 36, 80, 46, 255, 34, 77, 44, 255, 34, 76, 44, 255, 40, 82, 50, 255, 41, 83, 51, 255, 41, 83, 51, 255, 41, 83, 51, 255, 41, 83, 51, 255, 41, 83, 51, 255, 42, 83, 51, 255, 41, 85, 51, 255, 42, 88, 51, 255, 42, 88, 51, 255, 41, 86, 51, 255, 41, 85, 51, 255, 41, 85, 51, 255, 41, 85, 51, 255, 40, 83, 50, 255, 36, 82, 46, 255, 31, 74, 41, 255, 29, 70, 39, 255, 34, 80, 45, 255, 38, 86, 48, 255, 37, 84, 47, 255, 38, 83, 48, 255, 37, 82, 48, 255, 39, 86, 49, 255, 41, 90, 51, 255, 41, 90, 51, 255, 38, 84, 48, 255, 36, 80, 46, 255, 32, 76, 42, 255, 29, 70, 39, 255, 26, 56, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 35, 19, 255, 26, 63, 35, 255, 31, 76, 42, 255, 31, 77, 42, 255, 32, 79, 43, 255, 39, 89, 50, 255, 41, 92, 52, 255, 38, 88, 49, 255, 36, 84, 47, 255, 36, 84, 47, 255, 33, 80, 44, 255, 32, 77, 43, 255, 35, 81, 46, 255, 37, 83, 48, 255, 37, 83, 48, 255, 40, 85, 50, 255, 43, 86, 53, 255, 43, 86, 53, 255, 43, 86, 53, 255, 43, 86, 53, 255, 43, 86, 53, 255, 43, 86, 53, 255, 43, 86, 53, 255, 43, 86, 53, 255, 43, 86, 53, 255, 43, 87, 53, 255, 43, 88, 53, 255, 43, 88, 53, 255, 43, 88, 53, 255, 43, 87, 53, 255, 43, 86, 53, 255, 43, 86, 53, 255, 42, 86, 52, 255, 38, 85, 49, 255, 36, 83, 47, 255, 36, 84, 47, 255, 40, 89, 51, 255, 44, 95, 55, 255, 41, 88, 51, 255, 40, 85, 50, 255, 38, 84, 49, 255, 39, 86, 50, 255, 41, 91, 52, 255, 37, 85, 48, 255, 32, 78, 43, 255, 30, 74, 41, 255, 26, 67, 36, 255, 27, 69, 38, 255, 24, 59, 33, 255, 13, 32, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 53, 30, 255, 42, 93, 52, 255, 38, 88, 49, 255, 40, 91, 51, 255, 43, 96, 54, 255, 33, 81, 44, 255, 38, 88, 49, 255, 35, 84, 46, 255, 39, 89, 50, 255, 42, 93, 52, 255, 39, 89, 50, 255, 38, 88, 49, 255, 38, 88, 49, 255, 39, 87, 50, 255, 43, 88, 53, 255, 44, 89, 55, 255, 44, 89, 55, 255, 44, 89, 55, 255, 44, 89, 55, 255, 44, 89, 55, 255, 44, 89, 55, 255, 44, 89, 55, 255, 44, 89, 55, 255, 44, 89, 55, 255, 45, 89, 55, 255, 45, 89, 55, 255, 44, 89, 55, 255, 44, 90, 55, 255, 44, 90, 55, 255, 44, 89, 55, 255, 44, 89, 55, 255, 39, 83, 49, 255, 34, 77, 45, 255, 43, 88, 54, 255, 41, 89, 52, 255, 41, 89, 51, 255, 42, 89, 53, 255, 42, 90, 53, 255, 42, 89, 52, 255, 41, 87, 51, 255, 41, 90, 53, 255, 42, 91, 53, 255, 35, 81, 46, 255, 32, 79, 43, 255, 32, 80, 44, 255, 40, 90, 50, 255, 38, 87, 49, 255, 34, 80, 45, 255, 30, 75, 42, 255, 20, 50, 27, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 27, 69, 38, 255, 43, 97, 54, 255, 44, 99, 56, 255, 44, 98, 55, 255, 45, 99, 56, 255, 41, 94, 53, 255, 33, 81, 44, 255, 35, 84, 46, 255, 41, 93, 52, 255, 46, 101, 57, 255, 45, 99, 56, 255, 41, 94, 53, 255, 40, 92, 52, 255, 41, 94, 53, 255, 43, 93, 54, 255, 46, 94, 57, 255, 48, 98, 58, 255, 46, 92, 57, 255, 46, 92, 57, 255, 45, 91, 56, 255, 44, 91, 55, 255, 44, 91, 55, 255, 46, 93, 57, 255, 46, 95, 57, 255, 46, 92, 57, 255, 46, 92, 57, 255, 46, 92, 57, 255, 46, 92, 57, 255, 46, 92, 57, 255, 46, 92, 57, 255, 44, 90, 55, 255, 40, 86, 51, 255, 38, 84, 49, 255, 42, 88, 53, 255, 45, 91, 56, 255, 45, 92, 56, 255, 44, 92, 55, 255, 45, 95, 56, 255, 44, 93, 54, 255, 43, 92, 54, 255, 41, 90, 52, 255, 42, 94, 53, 255, 39, 89, 50, 255, 31, 76, 42, 255, 42, 95, 53, 255, 48, 104, 59, 255, 45, 99, 56, 255, 43, 96, 54, 255, 39, 90, 50, 255, 21, 54, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 35, 20, 255, 43, 99, 55, 255, 44, 100, 56, 255, 45, 101, 57, 255, 47, 104, 58, 255, 47, 103, 58, 255, 46, 101, 57, 255, 47, 103, 58, 255, 38, 89, 49, 255, 45, 101, 57, 255, 46, 101, 57, 255, 46, 101, 57, 255, 45, 100, 56, 255, 43, 97, 55, 255, 43, 97, 55, 255, 44, 99, 56, 255, 48, 101, 59, 255, 47, 95, 58, 255, 46, 94, 57, 255, 45, 93, 56, 255, 45, 93, 56, 255, 45, 94, 56, 255, 45, 94, 57, 255, 47, 100, 58, 255, 47, 101, 59, 255, 47, 96, 59, 255, 47, 95, 59, 255, 47, 95, 59, 255, 47, 95, 59, 255, 47, 95, 58, 255, 47, 95, 58, 255, 46, 94, 57, 255, 45, 93, 56, 255, 47, 95, 58, 255, 47, 95, 58, 255, 47, 95, 58, 255, 47, 95, 58, 255, 49, 102, 60, 255, 51, 108, 62, 255, 41, 93, 53, 255, 35, 83, 47, 255, 35, 83, 47, 255, 46, 101, 57, 255, 40, 92, 52, 255, 44, 98, 55, 255, 44, 99, 56, 255, 44, 99, 55, 255, 45, 101, 57, 255, 40, 93, 52, 255, 13, 31, 17, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 35, 20, 255, 16, 38, 21, 255, 44, 101, 56, 255, 47, 105, 59, 255, 49, 107, 61, 255, 49, 105, 60, 255, 47, 105, 59, 255, 45, 101, 57, 255, 44, 100, 56, 255, 36, 87, 48, 255, 37, 88, 49, 255, 37, 89, 49, 255, 41, 96, 54, 255, 46, 103, 58, 255, 45, 102, 57, 255, 44, 100, 56, 255, 44, 99, 56, 255, 44, 97, 56, 255, 46, 96, 58, 255, 47, 96, 58, 255, 47, 96, 58, 255, 47, 96, 58, 255, 47, 96, 58, 255, 46, 97, 58, 255, 47, 99, 59, 255, 49, 98, 60, 255, 49, 98, 60, 255, 49, 98, 60, 255, 49, 98, 60, 255, 49, 98, 60, 255, 48, 98, 59, 255, 47, 99, 58, 255, 48, 98, 60, 255, 49, 98, 60, 255, 48, 97, 60, 255, 48, 97, 60, 255, 48, 97, 60, 255, 47, 96, 58, 255, 42, 94, 54, 255, 40, 93, 52, 255, 36, 86, 48, 255, 47, 104, 59, 255, 46, 102, 57, 255, 43, 98, 55, 255, 41, 96, 53, 255, 41, 96, 53, 255, 43, 99, 55, 255, 44, 101, 57, 255, 15, 35, 20, 255, 13, 31, 17, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 35, 20, 255, 16, 38, 21, 255, 17, 39, 22, 255, 18, 41, 23, 255, 50, 103, 62, 255, 50, 102, 63, 255, 48, 102, 61, 255, 47, 105, 60, 255, 48, 107, 60, 255, 50, 109, 62, 255, 41, 95, 53, 255, 44, 100, 56, 255, 45, 102, 57, 255, 47, 106, 59, 255, 50, 109, 62, 255, 45, 103, 58, 255, 43, 99, 55, 255, 37, 88, 49, 255, 36, 85, 48, 255, 45, 96, 57, 255, 48, 99, 60, 255, 48, 99, 60, 255, 47, 100, 59, 255, 46, 102, 59, 255, 46, 102, 59, 255, 47, 101, 59, 255, 49, 101, 61, 255, 49, 100, 61, 255, 50, 100, 62, 255, 48, 102, 60, 255, 46, 104, 58, 255, 46, 104, 58, 255, 46, 103, 59, 255, 49, 101, 61, 255, 50, 102, 62, 255, 50, 101, 62, 255, 47, 99, 59, 255, 48, 105, 59, 255, 45, 101, 57, 255, 39, 91, 51, 255, 43, 99, 55, 255, 45, 102, 57, 255, 48, 105, 59, 255, 47, 105, 59, 255, 43, 100, 56, 255, 45, 103, 58, 255, 20, 43, 25, 255, 19, 41, 23, 255, 15, 35, 20, 255, 13, 31, 17, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 36, 21, 255, 17, 37, 21, 255, 17, 39, 22, 255, 18, 41, 23, 255, 19, 43, 24, 255, 50, 106, 63, 255, 51, 106, 64, 255, 52, 107, 64, 255, 52, 112, 64, 255, 50, 111, 62, 255, 50, 111, 62, 255, 48, 108, 61, 255, 51, 112, 63, 255, 49, 108, 61, 255, 50, 110, 62, 255, 46, 104, 59, 255, 43, 100, 56, 255, 42, 97, 55, 255, 42, 98, 55, 255, 42, 98, 55, 255, 48, 103, 60, 255, 48, 104, 61, 255, 47, 104, 60, 255, 47, 104, 60, 255, 47, 105, 60, 255, 47, 105, 60, 255, 43, 99, 56, 255, 42, 95, 55, 255, 42, 96, 55, 255, 45, 103, 58, 255, 47, 107, 60, 255, 47, 106, 60, 255, 47, 106, 60, 255, 47, 106, 60, 255, 50, 110, 62, 255, 55, 117, 67, 255, 47, 104, 59, 255, 49, 108, 61, 255, 42, 99, 55, 255, 43, 100, 56, 255, 45, 103, 57, 255, 47, 106, 59, 255, 49, 109, 61, 255, 50, 110, 62, 255, 49, 109, 61, 255, 20, 43, 25, 255, 19, 42, 24, 255, 19, 41, 23, 255, 15, 35, 20, 255, 13, 31, 17, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 37, 22, 255, 17, 38, 22, 255, 19, 40, 23, 255, 19, 42, 24, 255, 19, 43, 24, 255, 19, 45, 25, 255, 20, 46, 26, 255, 52, 106, 64, 255, 52, 108, 65, 255, 50, 110, 64, 255, 52, 115, 65, 255, 50, 112, 63, 255, 49, 110, 62, 255, 46, 99, 59, 255, 47, 103, 60, 255, 45, 103, 58, 255, 44, 101, 57, 255, 46, 106, 59, 255, 46, 106, 59, 255, 49, 106, 62, 255, 53, 106, 65, 255, 52, 107, 64, 255, 49, 108, 63, 255, 50, 109, 63, 255, 49, 107, 62, 255, 49, 107, 62, 255, 46, 105, 59, 255, 37, 91, 50, 255, 41, 97, 54, 255, 48, 109, 61, 255, 46, 105, 59, 255, 45, 104, 58, 255, 48, 109, 61, 255, 48, 106, 61, 255, 50, 105, 63, 255, 50, 105, 63, 255, 42, 97, 55, 255, 49, 110, 62, 255, 44, 102, 57, 255, 46, 104, 58, 255, 49, 108, 61, 255, 50, 111, 62, 255, 51, 112, 63, 255, 22, 48, 27, 255, 20, 45, 26, 255, 18, 41, 23, 255, 19, 42, 24, 255, 19, 41, 23, 255, 15, 36, 20, 255, 14, 33, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 38, 22, 255, 18, 38, 22, 255, 18, 39, 23, 255, 20, 42, 25, 255, 20, 44, 25, 255, 20, 45, 25, 255, 20, 46, 26, 255, 21, 47, 26, 255, 52, 106, 65, 255, 53, 109, 66, 255, 54, 116, 67, 255, 53, 118, 67, 255, 48, 110, 62, 255, 48, 110, 62, 255, 51, 114, 64, 255, 46, 101, 60, 255, 46, 103, 60, 255, 48, 109, 61, 255, 52, 110, 65, 255, 55, 109, 67, 255, 55, 109, 67, 255, 55, 111, 68, 255, 55, 115, 68, 255, 55, 116, 68, 255, 54, 115, 67, 255, 49, 110, 63, 255, 48, 109, 61, 255, 47, 109, 61, 255, 47, 109, 61, 255, 47, 108, 61, 255, 50, 112, 63, 255, 54, 118, 67, 255, 53, 111, 66, 255, 52, 107, 65, 255, 52, 107, 65, 255, 49, 111, 62, 255, 56, 121, 69, 255, 50, 112, 63, 255, 47, 107, 60, 255, 50, 112, 63, 255, 50, 112, 63, 255, 50, 112, 63, 255, 22, 50, 28, 255, 21, 48, 27, 255, 20, 44, 25, 255, 19, 43, 25, 255, 20, 43, 25, 255, 18, 40, 23, 255, 16, 37, 21, 255, 14, 34, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 37, 22, 255, 18, 39, 23, 255, 17, 38, 22, 255, 19, 41, 24, 255, 21, 44, 26, 255, 20, 45, 26, 255, 20, 46, 26, 255, 21, 47, 26, 255, 21, 49, 27, 255, 22, 50, 28, 255, 54, 109, 67, 255, 52, 115, 66, 255, 52, 116, 65, 255, 53, 118, 67, 255, 55, 122, 69, 255, 52, 117, 66, 255, 55, 114, 68, 255, 55, 121, 69, 255, 56, 122, 69, 255, 56, 116, 69, 255, 56, 112, 69, 255, 56, 112, 69, 255, 56, 114, 69, 255, 55, 117, 68, 255, 51, 115, 65, 255, 49, 112, 63, 255, 49, 112, 63, 255, 49, 112, 63, 255, 49, 112, 63, 255, 50, 113, 64, 255, 55, 120, 68, 255, 56, 117, 69, 255, 56, 112, 69, 255, 52, 109, 66, 255, 51, 114, 64, 255, 54, 118, 67, 255, 53, 116, 66, 255, 48, 109, 61, 255, 47, 107, 60, 255, 53, 116, 65, 255, 24, 53, 30, 255, 23, 50, 28, 255, 22, 49, 27, 255, 21, 46, 26, 255, 20, 44, 25, 255, 20, 44, 25, 255, 19, 42, 24, 255, 17, 39, 22, 255, 16, 37, 21, 255, 13, 32, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 37, 22, 255, 19, 39, 23, 255, 18, 39, 23, 255, 18, 40, 23, 255, 20, 43, 25, 255, 21, 44, 26, 255, 21, 45, 26, 255, 21, 46, 27, 255, 21, 49, 27, 255, 22, 50, 28, 255, 23, 52, 29, 255, 54, 120, 68, 255, 55, 122, 69, 255, 56, 123, 70, 255, 55, 123, 69, 255, 57, 125, 71, 255, 55, 123, 69, 255, 53, 119, 67, 255, 47, 109, 62, 255, 56, 116, 69, 255, 58, 118, 71, 255, 58, 116, 71, 255, 55, 117, 69, 255, 53, 119, 67, 255, 53, 119, 67, 255, 52, 118, 66, 255, 47, 108, 61, 255, 48, 110, 62, 255, 56, 123, 70, 255, 56, 121, 69, 255, 57, 121, 71, 255, 49, 109, 63, 255, 50, 114, 64, 255, 53, 119, 67, 255, 54, 120, 67, 255, 51, 115, 64, 255, 49, 111, 62, 255, 46, 107, 60, 255, 49, 112, 63, 255, 24, 53, 30, 255, 23, 51, 29, 255, 22, 49, 28, 255, 21, 48, 27, 255, 20, 45, 26, 255, 20, 44, 25, 255, 19, 43, 24, 255, 17, 41, 23, 255, 18, 40, 22, 255, 15, 36, 20, 255, 14, 33, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 37, 22, 255, 18, 38, 23, 255, 19, 40, 24, 255, 19, 41, 24, 255, 20, 43, 25, 255, 20, 44, 26, 255, 21, 45, 26, 255, 21, 45, 27, 255, 21, 47, 27, 255, 22, 50, 28, 255, 23, 51, 29, 255, 24, 54, 30, 255, 55, 115, 68, 255, 55, 116, 69, 255, 51, 114, 65, 255, 54, 122, 68, 255, 58, 128, 73, 255, 58, 127, 72, 255, 59, 128, 73, 255, 51, 117, 66, 255, 55, 122, 69, 255, 52, 118, 66, 255, 52, 119, 67, 255, 54, 122, 69, 255, 50, 115, 65, 255, 48, 113, 63, 255, 54, 122, 69, 255, 53, 119, 67, 255, 57, 123, 71, 255, 58, 124, 72, 255, 56, 121, 70, 255, 49, 112, 63, 255, 54, 121, 68, 255, 53, 119, 67, 255, 54, 120, 67, 255, 50, 114, 64, 255, 51, 115, 65, 255, 50, 115, 64, 255, 24, 54, 30, 255, 23, 52, 29, 255, 22, 50, 28, 255, 22, 49, 28, 255, 21, 46, 26, 255, 20, 45, 26, 255, 20, 44, 25, 255, 18, 42, 23, 255, 18, 42, 23, 255, 19, 42, 23, 255, 16, 38, 21, 255, 16, 37, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 37, 21, 255, 17, 37, 22, 255, 17, 38, 22, 255, 20, 42, 25, 255, 20, 44, 25, 255, 20, 44, 26, 255, 21, 44, 26, 255, 21, 44, 26, 255, 21, 46, 27, 255, 22, 49, 28, 255, 23, 51, 29, 255, 23, 52, 30, 255, 24, 54, 31, 255, 25, 55, 31, 255, 55, 115, 69, 255, 55, 121, 69, 255, 59, 128, 72, 255, 60, 130, 74, 255, 61, 132, 75, 255, 59, 129, 73, 255, 52, 113, 68, 255, 52, 114, 67, 255, 52, 117, 66, 255, 53, 121, 68, 255, 46, 110, 61, 255, 53, 120, 67, 255, 57, 127, 72, 255, 50, 116, 64, 255, 50, 116, 65, 255, 51, 116, 66, 255, 45, 107, 60, 255, 52, 119, 67, 255, 54, 120, 67, 255, 54, 120, 67, 255, 55, 121, 68, 255, 53, 119, 67, 255, 24, 56, 31, 255, 24, 55, 31, 255, 24, 54, 30, 255, 23, 51, 29, 255, 23, 51, 29, 255, 21, 48, 27, 255, 21, 45, 27, 255, 21, 45, 26, 255, 19, 43, 25, 255, 18, 42, 23, 255, 18, 42, 24, 255, 18, 40, 23, 255, 18, 40, 23, 255, 16, 36, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 36, 20, 255, 17, 37, 21, 255, 15, 35, 20, 255, 18, 39, 23, 255, 20, 44, 25, 255, 21, 44, 26, 255, 21, 45, 26, 255, 20, 43, 26, 255, 21, 45, 27, 255, 23, 49, 29, 255, 24, 51, 30, 255, 24, 53, 30, 255, 24, 54, 31, 255, 25, 56, 31, 255, 26, 58, 32, 255, 57, 125, 71, 255, 58, 128, 72, 255, 59, 130, 73, 255, 60, 131, 74, 255, 54, 124, 70, 255, 57, 127, 72, 255, 62, 135, 77, 255, 42, 102, 57, 255, 52, 118, 67, 255, 47, 112, 62, 255, 48, 114, 63, 255, 49, 115, 64, 255, 43, 104, 58, 255, 55, 123, 70, 255, 57, 126, 71, 255, 48, 111, 63, 255, 54, 121, 68, 255, 52, 118, 66, 255, 52, 119, 66, 255, 56, 125, 70, 255, 26, 58, 33, 255, 24, 56, 31, 255, 24, 55, 31, 255, 24, 53, 30, 255, 23, 52, 29, 255, 23, 50, 29, 255, 21, 46, 27, 255, 21, 45, 27, 255, 20, 44, 26, 255, 19, 42, 24, 255, 18, 42, 23, 255, 18, 41, 23, 255, 17, 39, 22, 255, 17, 39, 22, 255, 14, 34, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 37, 20, 255, 16, 38, 21, 255, 16, 37, 21, 255, 17, 38, 22, 255, 19, 41, 25, 255, 21, 44, 26, 255, 21, 45, 26, 255, 21, 45, 26, 255, 21, 44, 27, 255, 23, 48, 29, 255, 24, 51, 30, 255, 25, 54, 31, 255, 25, 54, 31, 255, 25, 57, 32, 255, 25, 57, 32, 255, 27, 59, 33, 255, 28, 62, 35, 255, 59, 125, 73, 255, 59, 130, 74, 255, 56, 126, 71, 255, 54, 123, 69, 255, 62, 136, 77, 255, 66, 142, 81, 255, 53, 117, 69, 255, 49, 117, 65, 255, 50, 118, 65, 255, 45, 109, 60, 255, 46, 109, 61, 255, 59, 131, 74, 255, 57, 127, 72, 255, 54, 122, 68, 255, 57, 127, 71, 255, 54, 122, 69, 255, 27, 61, 34, 255, 26, 60, 33, 255, 25, 57, 32, 255, 24, 56, 31, 255, 24, 54, 30, 255, 23, 52, 30, 255, 24, 52, 30, 255, 23, 49, 29, 255, 21, 46, 27, 255, 21, 44, 27, 255, 20, 42, 26, 255, 19, 41, 24, 255, 18, 42, 23, 255, 17, 40, 22, 255, 17, 39, 22, 255, 16, 38, 21, 255, 14, 34, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 37, 21, 255, 16, 38, 21, 255, 17, 39, 22, 255, 18, 40, 23, 255, 19, 41, 24, 255, 20, 43, 25, 255, 21, 45, 26, 255, 22, 46, 27, 255, 22, 46, 27, 255, 23, 48, 29, 255, 24, 51, 30, 255, 25, 54, 31, 255, 25, 54, 32, 255, 25, 55, 32, 255, 25, 56, 32, 255, 26, 58, 33, 255, 27, 61, 34, 255, 27, 61, 35, 255, 57, 124, 71, 255, 60, 132, 75, 255, 57, 128, 72, 255, 57, 129, 73, 255, 62, 136, 77, 255, 51, 118, 67, 255, 43, 105, 58, 255, 53, 122, 69, 255, 54, 124, 70, 255, 51, 119, 67, 255, 55, 124, 70, 255, 53, 122, 68, 255, 52, 120, 67, 255, 58, 128, 72, 255, 27, 62, 35, 255, 26, 60, 34, 255, 25, 58, 33, 255, 25, 57, 32, 255, 24, 56, 31, 255, 24, 54, 31, 255, 25, 54, 31, 255, 24, 51, 30, 255, 23, 49, 29, 255, 21, 46, 27, 255, 21, 44, 26, 255, 19, 41, 25, 255, 18, 41, 24, 255, 18, 42, 23, 255, 17, 40, 22, 255, 17, 39, 22, 255, 16, 37, 21, 255, 14, 34, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 38, 21, 255, 16, 38, 21, 255, 17, 39, 22, 255, 18, 41, 23, 255, 20, 42, 25, 255, 20, 43, 25, 255, 21, 45, 26, 255, 22, 46, 27, 255, 22, 48, 28, 255, 23, 49, 29, 255, 24, 50, 30, 255, 24, 52, 30, 255, 25, 54, 31, 255, 25, 54, 32, 255, 25, 55, 32, 255, 25, 57, 33, 255, 26, 59, 34, 255, 27, 61, 34, 255, 26, 60, 34, 255, 57, 124, 71, 255, 58, 130, 73, 255, 57, 128, 72, 255, 61, 135, 76, 255, 52, 120, 68, 255, 42, 103, 57, 255, 58, 131, 73, 255, 57, 129, 73, 255, 54, 124, 70, 255, 60, 132, 75, 255, 55, 125, 70, 255, 57, 127, 71, 255, 29, 64, 36, 255, 27, 61, 34, 255, 26, 60, 33, 255, 25, 58, 33, 255, 25, 57, 32, 255, 25, 55, 31, 255, 25, 54, 31, 255, 25, 54, 31, 255, 24, 51, 30, 255, 23, 49, 29, 255, 22, 47, 28, 255, 21, 45, 27, 255, 19, 41, 25, 255, 19, 42, 24, 255, 18, 42, 23, 255, 18, 41, 23, 255, 17, 38, 22, 255, 16, 37, 21, 255, 14, 34, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 39, 22, 255, 17, 39, 22, 255, 17, 39, 22, 255, 18, 41, 23, 255, 20, 42, 25, 255, 20, 44, 26, 255, 21, 45, 26, 255, 22, 47, 27, 255, 22, 48, 28, 255, 23, 49, 29, 255, 24, 50, 30, 255, 24, 52, 30, 255, 25, 53, 31, 255, 25, 54, 32, 255, 25, 54, 32, 255, 26, 56, 33, 255, 26, 58, 34, 255, 28, 61, 35, 255, 28, 62, 35, 255, 29, 63, 36, 255, 31, 66, 38, 255, 49, 116, 65, 255, 49, 114, 64, 255, 46, 110, 61, 255, 47, 112, 62, 255, 51, 120, 66, 255, 50, 118, 66, 255, 51, 119, 67, 255, 56, 127, 71, 255, 30, 68, 38, 255, 28, 65, 36, 255, 27, 63, 35, 255, 27, 61, 34, 255, 26, 60, 33, 255, 25, 58, 33, 255, 25, 55, 32, 255, 25, 54, 32, 255, 25, 54, 31, 255, 24, 52, 31, 255, 24, 50, 30, 255, 23, 49, 29, 255, 22, 48, 28, 255, 21, 45, 27, 255, 20, 43, 26, 255, 19, 43, 25, 255, 20, 43, 25, 255, 18, 41, 23, 255, 17, 38, 22, 255, 16, 37, 21, 255, 14, 34, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 37, 21, 255, 18, 40, 22, 255, 17, 39, 22, 255, 18, 41, 23, 255, 20, 42, 25, 255, 20, 43, 25, 255, 21, 45, 26, 255, 22, 47, 28, 255, 22, 48, 28, 255, 23, 49, 29, 255, 24, 51, 30, 255, 24, 52, 30, 255, 25, 53, 31, 255, 25, 54, 32, 255, 25, 54, 32, 255, 26, 55, 33, 255, 27, 58, 34, 255, 27, 60, 35, 255, 30, 64, 37, 255, 30, 65, 37, 255, 31, 66, 38, 255, 27, 61, 35, 255, 40, 100, 55, 255, 42, 105, 58, 255, 46, 111, 61, 255, 50, 119, 65, 255, 49, 117, 65, 255, 47, 113, 63, 255, 29, 66, 37, 255, 28, 64, 36, 255, 27, 63, 35, 255, 27, 63, 35, 255, 27, 61, 34, 255, 26, 59, 34, 255, 26, 56, 33, 255, 25, 54, 32, 255, 25, 54, 32, 255, 25, 53, 31, 255, 24, 52, 30, 255, 24, 50, 30, 255, 23, 49, 29, 255, 22, 48, 28, 255, 21, 46, 27, 255, 20, 44, 26, 255, 20, 44, 25, 255, 20, 44, 25, 255, 18, 40, 23, 255, 17, 38, 22, 255, 16, 37, 21, 255, 14, 34, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 35, 20, 255, 17, 39, 22, 255, 17, 39, 22, 255, 18, 41, 23, 255, 20, 42, 25, 255, 20, 42, 25, 255, 21, 44, 26, 255, 22, 48, 28, 255, 23, 49, 28, 255, 23, 49, 29, 255, 24, 51, 30, 255, 25, 53, 31, 255, 25, 53, 31, 255, 25, 54, 32, 255, 25, 54, 32, 255, 25, 54, 33, 255, 27, 57, 34, 255, 27, 60, 34, 255, 28, 62, 35, 255, 30, 65, 38, 255, 31, 66, 38, 255, 27, 61, 35, 255, 23, 57, 32, 255, 46, 111, 62, 255, 53, 123, 69, 255, 54, 124, 69, 255, 53, 121, 68, 255, 27, 64, 36, 255, 28, 64, 36, 255, 27, 63, 35, 255, 27, 63, 35, 255, 28, 63, 35, 255, 28, 61, 35, 255, 27, 58, 34, 255, 25, 54, 32, 255, 25, 52, 32, 255, 25, 54, 32, 255, 25, 53, 31, 255, 24, 52, 30, 255, 24, 51, 30, 255, 23, 49, 29, 255, 22, 48, 28, 255, 21, 46, 27, 255, 20, 45, 26, 255, 20, 44, 25, 255, 18, 42, 24, 255, 17, 39, 22, 255, 17, 38, 22, 255, 16, 37, 21, 255, 15, 35, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 36, 20, 255, 16, 38, 21, 255, 17, 39, 22, 255, 18, 40, 23, 255, 20, 42, 25, 255, 19, 42, 25, 255, 20, 43, 26, 255, 22, 47, 27, 255, 23, 49, 29, 255, 23, 49, 29, 255, 24, 51, 30, 255, 25, 54, 31, 255, 25, 54, 31, 255, 25, 55, 32, 255, 26, 55, 33, 255, 26, 55, 33, 255, 26, 56, 33, 255, 27, 59, 34, 255, 26, 60, 34, 255, 28, 63, 36, 255, 30, 66, 37, 255, 27, 61, 35, 255, 23, 57, 32, 255, 43, 101, 57, 255, 48, 107, 63, 255, 51, 111, 65, 255, 53, 115, 68, 255, 27, 64, 36, 255, 28, 64, 36, 255, 27, 63, 35, 255, 28, 64, 36, 255, 29, 64, 37, 255, 28, 61, 35, 255, 27, 58, 34, 255, 25, 53, 32, 255, 25, 53, 32, 255, 25, 54, 32, 255, 25, 53, 31, 255, 25, 53, 31, 255, 24, 51, 30, 255, 23, 49, 28, 255, 21, 48, 27, 255, 21, 46, 26, 255, 20, 45, 26, 255, 19, 43, 25, 255, 18, 41, 23, 255, 17, 39, 22, 255, 17, 38, 22, 255, 17, 38, 22, 255, 16, 36, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 36, 20, 255, 16, 38, 21, 255, 17, 39, 22, 255, 17, 39, 23, 255, 19, 40, 24, 255, 19, 41, 25, 255, 20, 42, 25, 255, 21, 46, 27, 255, 22, 48, 28, 255, 23, 49, 29, 255, 23, 50, 29, 255, 24, 53, 30, 255, 25, 54, 32, 255, 25, 55, 32, 255, 26, 56, 33, 255, 26, 56, 33, 255, 26, 55, 33, 255, 26, 58, 34, 255, 26, 60, 34, 255, 27, 62, 35, 255, 28, 64, 36, 255, 27, 62, 35, 255, 23, 57, 32, 255, 39, 95, 53, 255, 42, 98, 56, 255, 42, 99, 56, 255, 42, 100, 56, 255, 27, 64, 36, 255, 28, 64, 36, 255, 29, 64, 37, 255, 30, 65, 38, 255, 29, 63, 37, 255, 28, 60, 35, 255, 27, 57, 34, 255, 26, 55, 33, 255, 26, 55, 33, 255, 25, 55, 32, 255, 25, 54, 32, 255, 25, 54, 31, 255, 23, 51, 29, 255, 22, 49, 28, 255, 21, 48, 27, 255, 21, 46, 26, 255, 20, 45, 26, 255, 19, 42, 24, 255, 18, 41, 23, 255, 17, 39, 22, 255, 17, 38, 22, 255, 18, 39, 22, 255, 14, 33, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 36, 20, 255, 16, 38, 21, 255, 17, 39, 22, 255, 17, 40, 23, 255, 18, 38, 23, 255, 19, 41, 25, 255, 20, 42, 25, 255, 21, 45, 27, 255, 22, 48, 28, 255, 23, 49, 29, 255, 23, 50, 29, 255, 23, 51, 30, 255, 24, 53, 31, 255, 25, 54, 32, 255, 26, 56, 33, 255, 26, 56, 33, 255, 25, 54, 32, 255, 26, 57, 33, 255, 26, 60, 34, 255, 28, 64, 36, 255, 28, 65, 36, 255, 27, 64, 36, 255, 25, 60, 33, 255, 38, 92, 51, 255, 42, 97, 56, 255, 48, 105, 62, 255, 51, 110, 65, 255, 28, 64, 36, 255, 29, 64, 37, 255, 31, 65, 38, 255, 29, 63, 37, 255, 29, 62, 36, 255, 28, 60, 35, 255, 27, 58, 34, 255, 27, 57, 33, 255, 26, 56, 33, 255, 25, 55, 32, 255, 25, 54, 31, 255, 24, 52, 30, 255, 22, 50, 29, 255, 23, 50, 29, 255, 22, 48, 28, 255, 20, 46, 26, 255, 19, 44, 25, 255, 18, 42, 24, 255, 18, 41, 23, 255, 17, 39, 22, 255, 17, 39, 22, 255, 16, 36, 21, 255, 13, 31, 17, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 35, 19, 255, 17, 39, 22, 255, 17, 40, 22, 255, 17, 41, 23, 255, 18, 40, 24, 255, 19, 42, 25, 255, 20, 44, 26, 255, 21, 45, 27, 255, 22, 48, 28, 255, 23, 49, 29, 255, 23, 50, 29, 255, 23, 51, 30, 255, 24, 53, 31, 255, 25, 54, 31, 255, 26, 56, 32, 255, 26, 56, 33, 255, 26, 55, 33, 255, 25, 56, 33, 255, 26, 60, 34, 255, 28, 64, 36, 255, 30, 67, 38, 255, 27, 63, 35, 255, 26, 63, 35, 255, 38, 92, 51, 255, 39, 93, 52, 255, 42, 97, 56, 255, 46, 103, 59, 255, 28, 64, 36, 255, 30, 64, 37, 255, 29, 63, 37, 255, 28, 61, 36, 255, 29, 63, 36, 255, 28, 61, 35, 255, 27, 59, 34, 255, 27, 57, 33, 255, 26, 56, 33, 255, 25, 55, 32, 255, 24, 53, 31, 255, 23, 51, 30, 255, 23, 51, 30, 255, 24, 51, 29, 255, 21, 48, 27, 255, 20, 46, 26, 255, 20, 44, 25, 255, 19, 43, 24, 255, 18, 41, 23, 255, 18, 40, 23, 255, 18, 39, 23, 255, 15, 34, 20, 255, 13, 31, 17, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 33, 18, 255, 16, 37, 21, 255, 19, 42, 24, 255, 18, 42, 24, 255, 18, 43, 25, 255, 19, 43, 25, 255, 21, 45, 26, 255, 21, 46, 27, 255, 22, 48, 28, 255, 23, 49, 29, 255, 23, 50, 29, 255, 23, 51, 30, 255, 25, 54, 31, 255, 25, 55, 32, 255, 25, 56, 32, 255, 26, 57, 33, 255, 26, 56, 34, 255, 26, 57, 33, 255, 26, 60, 34, 255, 27, 62, 35, 255, 29, 66, 37, 255, 27, 62, 35, 255, 25, 60, 33, 255, 39, 93, 52, 255, 44, 101, 57, 255, 48, 105, 60, 255, 49, 108, 62, 255, 30, 65, 38, 255, 30, 65, 38, 255, 28, 62, 36, 255, 30, 64, 37, 255, 30, 64, 37, 255, 28, 60, 35, 255, 27, 59, 34, 255, 27, 58, 34, 255, 27, 57, 33, 255, 26, 55, 32, 255, 24, 53, 31, 255, 23, 52, 30, 255, 23, 52, 30, 255, 23, 50, 29, 255, 21, 47, 27, 255, 21, 46, 26, 255, 21, 45, 26, 255, 20, 44, 25, 255, 20, 42, 25, 255, 20, 41, 25, 255, 18, 38, 23, 255, 15, 33, 19, 255, 12, 30, 17, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 31, 17, 255, 14, 34, 19, 255, 17, 39, 22, 255, 19, 43, 24, 255, 18, 43, 25, 255, 19, 44, 26, 255, 19, 45, 26, 255, 21, 47, 27, 255, 23, 48, 28, 255, 23, 50, 29, 255, 23, 50, 29, 255, 23, 51, 30, 255, 25, 54, 31, 255, 26, 56, 33, 255, 25, 56, 32, 255, 25, 57, 33, 255, 26, 57, 33, 255, 26, 58, 34, 255, 26, 60, 34, 255, 26, 62, 34, 255, 28, 64, 36, 255, 28, 65, 36, 255, 24, 58, 32, 255, 44, 98, 56, 255, 49, 106, 62, 255, 50, 107, 62, 255, 50, 107, 62, 255, 32, 68, 40, 255, 31, 66, 39, 255, 30, 64, 38, 255, 30, 64, 37, 255, 28, 61, 36, 255, 28, 59, 35, 255, 27, 59, 34, 255, 27, 59, 34, 255, 27, 57, 33, 255, 25, 55, 32, 255, 24, 53, 31, 255, 23, 51, 30, 255, 23, 50, 29, 255, 22, 49, 28, 255, 21, 47, 27, 255, 21, 46, 27, 255, 21, 46, 27, 255, 21, 45, 26, 255, 21, 42, 26, 255, 19, 40, 24, 255, 16, 36, 21, 255, 14, 33, 19, 255, 12, 29, 16, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 35, 20, 255, 17, 39, 22, 255, 18, 42, 24, 255, 20, 46, 27, 255, 20, 46, 27, 255, 20, 47, 27, 255, 21, 48, 28, 255, 24, 51, 30, 255, 23, 51, 30, 255, 23, 51, 30, 255, 24, 53, 31, 255, 26, 56, 32, 255, 26, 56, 32, 255, 25, 57, 33, 255, 26, 58, 33, 255, 27, 60, 35, 255, 27, 61, 35, 255, 26, 62, 34, 255, 27, 63, 35, 255, 30, 68, 38, 255, 28, 64, 36, 255, 36, 85, 48, 255, 37, 87, 49, 255, 44, 97, 56, 255, 47, 102, 59, 255, 32, 68, 40, 255, 32, 67, 40, 255, 29, 62, 36, 255, 27, 59, 35, 255, 28, 59, 35, 255, 28, 59, 35, 255, 28, 59, 35, 255, 27, 59, 34, 255, 26, 56, 33, 255, 25, 55, 32, 255, 24, 53, 31, 255, 23, 51, 30, 255, 22, 50, 29, 255, 22, 49, 28, 255, 21, 47, 27, 255, 21, 46, 26, 255, 22, 47, 27, 255, 21, 45, 27, 255, 21, 42, 26, 255, 18, 39, 23, 255, 16, 36, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 36, 20, 255, 16, 39, 23, 255, 19, 45, 26, 255, 21, 49, 29, 255, 20, 47, 28, 255, 20, 48, 28, 255, 22, 50, 29, 255, 23, 51, 30, 255, 23, 51, 30, 255, 24, 53, 30, 255, 24, 54, 31, 255, 25, 56, 32, 255, 25, 57, 33, 255, 26, 58, 33, 255, 27, 60, 35, 255, 29, 63, 36, 255, 27, 62, 35, 255, 27, 63, 35, 255, 29, 66, 37, 255, 30, 68, 38, 255, 36, 82, 47, 255, 38, 85, 49, 255, 43, 92, 54, 255, 46, 97, 57, 255, 32, 67, 40, 255, 30, 65, 38, 255, 24, 57, 32, 255, 26, 59, 34, 255, 28, 60, 36, 255, 28, 60, 35, 255, 27, 58, 34, 255, 27, 57, 33, 255, 26, 56, 33, 255, 25, 55, 32, 255, 24, 53, 31, 255, 23, 51, 30, 255, 22, 50, 29, 255, 21, 48, 28, 255, 20, 46, 26, 255, 21, 46, 26, 255, 22, 47, 27, 255, 21, 45, 27, 255, 20, 41, 25, 255, 18, 38, 23, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 37, 21, 255, 17, 41, 23, 255, 20, 46, 27, 255, 20, 48, 28, 255, 20, 48, 28, 255, 21, 49, 29, 255, 21, 49, 28, 255, 22, 50, 29, 255, 24, 53, 30, 255, 24, 54, 31, 255, 25, 55, 32, 255, 25, 57, 32, 255, 26, 58, 33, 255, 27, 59, 34, 255, 29, 63, 36, 255, 28, 63, 36, 255, 27, 62, 35, 255, 28, 64, 36, 255, 28, 65, 36, 255, 36, 81, 47, 255, 41, 87, 51, 255, 43, 90, 53, 255, 44, 92, 54, 255, 32, 67, 40, 255, 29, 63, 37, 255, 25, 59, 33, 255, 28, 62, 35, 255, 29, 61, 36, 255, 27, 59, 35, 255, 26, 56, 33, 255, 26, 56, 33, 255, 26, 56, 33, 255, 26, 55, 32, 255, 25, 54, 31, 255, 23, 51, 29, 255, 21, 48, 28, 255, 21, 48, 27, 255, 21, 47, 27, 255, 22, 48, 28, 255, 22, 47, 27, 255, 19, 42, 25, 255, 18, 40, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 41, 24, 255, 19, 45, 26, 255, 20, 48, 28, 255, 21, 49, 29, 255, 21, 49, 28, 255, 20, 46, 26, 255, 23, 51, 29, 255, 24, 54, 31, 255, 25, 55, 32, 255, 25, 56, 32, 255, 25, 57, 33, 255, 26, 59, 33, 255, 26, 60, 34, 255, 28, 62, 35, 255, 27, 62, 35, 255, 28, 64, 36, 255, 26, 63, 35, 255, 33, 76, 44, 255, 37, 80, 47, 255, 37, 81, 47, 255, 37, 82, 47, 255, 31, 67, 39, 255, 28, 64, 36, 255, 27, 63, 35, 255, 28, 62, 36, 255, 29, 61, 36, 255, 27, 57, 34, 255, 26, 55, 33, 255, 26, 56, 33, 255, 26, 56, 33, 255, 26, 57, 33, 255, 24, 53, 31, 255, 20, 47, 27, 255, 20, 47, 27, 255, 21, 48, 27, 255, 22, 49, 28, 255, 22, 48, 27, 255, 19, 42, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 41, 23, 255, 19, 46, 26, 255, 21, 49, 29, 255, 22, 51, 29, 255, 21, 48, 27, 255, 21, 49, 28, 255, 24, 53, 31, 255, 25, 55, 32, 255, 26, 57, 33, 255, 25, 57, 33, 255, 25, 58, 33, 255, 26, 59, 34, 255, 26, 60, 34, 255, 27, 62, 35, 255, 28, 63, 36, 255, 26, 62, 35, 255, 31, 73, 41, 255, 35, 78, 45, 255, 35, 79, 45, 255, 36, 80, 46, 255, 29, 66, 37, 255, 28, 64, 36, 255, 27, 63, 35, 255, 28, 62, 36, 255, 28, 61, 36, 255, 26, 56, 34, 255, 26, 55, 33, 255, 26, 57, 33, 255, 26, 57, 33, 255, 25, 56, 33, 255, 22, 51, 29, 255, 20, 47, 27, 255, 22, 49, 28, 255, 21, 48, 27, 255, 21, 47, 27, 255, 19, 44, 25, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 49, 28, 255, 22, 51, 29, 255, 24, 53, 31, 255, 22, 51, 29, 255, 23, 52, 30, 255, 24, 54, 31, 255, 26, 57, 33, 255, 27, 59, 34, 255, 26, 58, 33, 255, 26, 59, 34, 255, 26, 60, 34, 255, 27, 62, 35, 255, 28, 63, 36, 255, 26, 62, 35, 255, 27, 66, 37, 255, 32, 73, 41, 255, 38, 83, 47, 255, 41, 88, 50, 255, 28, 66, 37, 255, 28, 64, 36, 255, 27, 63, 35, 255, 28, 62, 36, 255, 28, 61, 36, 255, 27, 57, 34, 255, 27, 57, 34, 255, 26, 57, 33, 255, 25, 57, 33, 255, 23, 55, 32, 255, 22, 52, 30, 255, 24, 52, 30, 255, 22, 49, 28, 255, 20, 45, 26, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 21, 49, 28, 255, 23, 51, 29, 255, 24, 53, 30, 255, 23, 53, 30, 255, 24, 54, 31, 255, 25, 57, 32, 255, 27, 60, 34, 255, 27, 60, 34, 255, 26, 59, 34, 255, 26, 60, 34, 255, 27, 62, 35, 255, 28, 63, 36, 255, 26, 62, 35, 255, 29, 68, 38, 255, 34, 76, 42, 255, 31, 72, 40, 255, 32, 70, 40, 255, 29, 67, 37, 255, 28, 66, 37, 255, 27, 63, 35, 255, 28, 62, 35, 255, 27, 58, 35, 255, 27, 58, 34, 255, 26, 59, 34, 255, 25, 58, 33, 255, 24, 56, 33, 255, 23, 55, 32, 255, 24, 54, 31, 255, 23, 51, 29, 255, 19, 46, 26, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 46, 26, 255, 22, 50, 28, 255, 23, 53, 30, 255, 25, 56, 32, 255, 26, 57, 33, 255, 28, 60, 35, 255, 28, 61, 35, 255, 26, 59, 34, 255, 26, 60, 34, 255, 27, 62, 35, 255, 28, 63, 36, 255, 26, 62, 35, 255, 33, 74, 42, 255, 38, 81, 46, 255, 35, 76, 43, 255, 33, 72, 42, 255, 30, 69, 39, 255, 30, 68, 38, 255, 27, 63, 35, 255, 27, 60, 35, 255, 26, 56, 34, 255, 26, 59, 35, 255, 25, 59, 34, 255, 24, 58, 34, 255, 24, 56, 33, 255, 23, 55, 32, 255, 23, 52, 30, 255, 19, 46, 26, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 21, 50, 28, 255, 25, 56, 32, 255, 27, 59, 34, 255, 28, 61, 35, 255, 29, 62, 36, 255, 28, 60, 36, 255, 27, 61, 35, 255, 27, 62, 35, 255, 28, 64, 36, 255, 26, 62, 35, 255, 28, 61, 36, 255, 28, 62, 37, 255, 29, 62, 37, 255, 30, 64, 38, 255, 32, 71, 40, 255, 29, 66, 37, 255, 27, 63, 35, 255, 26, 60, 35, 255, 26, 60, 35, 255, 25, 61, 35, 255, 26, 61, 36, 255, 25, 59, 34, 255, 23, 55, 32, 255, 23, 55, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 24, 53, 31, 255, 27, 58, 33, 255, 29, 62, 35, 255, 29, 62, 36, 255, 30, 61, 37, 255, 29, 62, 37, 255, 28, 62, 36, 255, 30, 66, 38, 255, 28, 63, 36, 255, 24, 54, 31, 255, 27, 58, 35, 255, 29, 60, 36, 255, 30, 63, 38, 255, 29, 67, 37, 255, 28, 64, 36, 255, 27, 63, 35, 255, 26, 62, 35, 255, 26, 62, 36, 255, 27, 63, 37, 255, 28, 63, 38, 255, 23, 55, 32, 255, 22, 52, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 58, 33, 255, 29, 62, 36, 255, 30, 61, 37, 255, 30, 62, 38, 255, 30, 63, 38, 255, 29, 64, 37, 255, 30, 66, 38, 255, 24, 53, 31, 255, 25, 54, 32, 255, 25, 54, 32, 255, 26, 56, 33, 255, 28, 65, 36, 255, 28, 64, 36, 255, 27, 63, 35, 255, 27, 64, 36, 255, 26, 62, 36, 255, 27, 62, 37, 255, 24, 57, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 57, 33, 255, 29, 61, 37, 255, 29, 61, 37, 255, 30, 62, 37, 255, 27, 60, 35, 255, 27, 61, 35, 255, 21, 48, 27, 255, 22, 50, 29, 255, 24, 53, 31, 255, 26, 56, 32, 255, 28, 65, 36, 255, 28, 65, 36, 255, 29, 66, 37, 255, 28, 65, 37, 255, 25, 59, 34, 255, 23, 56, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 28, 60, 36, 255, 27, 60, 35, 255, 26, 58, 34, 255, 24, 56, 32, 255, 17, 42, 23, 255, 19, 45, 25, 255, 20, 47, 26, 255, 20, 48, 27, 255, 28, 65, 36, 255, 29, 66, 37, 255, 30, 67, 38, 255, 25, 60, 34, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 27, 59, 35, 255, 25, 57, 33, 255, 23, 55, 32, 255, 15, 37, 20, 255, 15, 38, 21, 255, 16, 40, 22, 255, 18, 43, 24, 255, 28, 64, 36, 255, 28, 64, 36, 255, 26, 60, 34, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 24, 56, 32, 255, 23, 55, 32, 255, 13, 33, 18, 255, 13, 34, 19, 255, 15, 36, 20, 255, 16, 38, 21, 255, 26, 62, 34, 255, 24, 59, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 33, 18, 255, 14, 35, 19, 255, 14, 35, 19, 255, 14, 35, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255 ), +"data": PackedByteArray(76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 11, 23, 13, 255, 17, 40, 22, 255, 15, 37, 20, 255, 10, 22, 12, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 5, 11, 6, 255, 14, 30, 17, 255, 16, 39, 22, 255, 20, 45, 25, 255, 20, 45, 25, 255, 20, 45, 25, 255, 15, 32, 18, 255, 4, 9, 5, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 12, 26, 15, 255, 22, 47, 27, 255, 19, 44, 25, 255, 21, 48, 27, 255, 21, 47, 26, 255, 20, 47, 26, 255, 22, 48, 27, 255, 22, 49, 28, 255, 22, 49, 27, 255, 12, 26, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 34, 19, 255, 21, 49, 28, 255, 21, 49, 27, 255, 18, 44, 24, 255, 21, 48, 27, 255, 23, 52, 29, 255, 22, 50, 28, 255, 23, 50, 29, 255, 24, 52, 30, 255, 24, 51, 30, 255, 24, 52, 29, 255, 16, 35, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 27, 16, 255, 25, 55, 31, 255, 24, 54, 30, 255, 20, 48, 26, 255, 22, 51, 28, 255, 23, 52, 29, 255, 22, 50, 28, 255, 23, 53, 30, 255, 24, 54, 31, 255, 25, 54, 32, 255, 25, 52, 31, 255, 25, 52, 31, 255, 25, 51, 31, 255, 24, 52, 30, 255, 24, 55, 31, 255, 11, 24, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 40, 23, 255, 26, 57, 32, 255, 24, 56, 31, 255, 24, 56, 31, 255, 23, 54, 30, 255, 24, 55, 31, 255, 24, 56, 31, 255, 25, 55, 32, 255, 26, 55, 33, 255, 27, 54, 33, 255, 27, 57, 33, 255, 27, 57, 33, 255, 27, 58, 33, 255, 27, 58, 33, 255, 27, 55, 33, 255, 27, 56, 33, 255, 26, 58, 32, 255, 17, 37, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 12, 25, 15, 255, 27, 59, 34, 255, 28, 61, 34, 255, 26, 58, 33, 255, 25, 57, 32, 255, 25, 58, 33, 255, 25, 57, 32, 255, 24, 55, 31, 255, 26, 57, 33, 255, 29, 58, 35, 255, 29, 59, 36, 255, 28, 57, 35, 255, 28, 57, 35, 255, 28, 58, 35, 255, 28, 57, 35, 255, 28, 58, 35, 255, 28, 57, 35, 255, 28, 57, 35, 255, 28, 57, 34, 255, 27, 60, 34, 255, 27, 61, 34, 255, 10, 22, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 21, 45, 26, 255, 25, 58, 32, 255, 25, 59, 33, 255, 26, 59, 33, 255, 26, 59, 33, 255, 26, 59, 33, 255, 26, 59, 33, 255, 27, 61, 34, 255, 29, 60, 36, 255, 30, 60, 37, 255, 31, 63, 38, 255, 32, 65, 39, 255, 30, 60, 37, 255, 30, 60, 37, 255, 30, 63, 37, 255, 30, 64, 37, 255, 30, 61, 37, 255, 30, 60, 37, 255, 30, 61, 37, 255, 30, 63, 37, 255, 29, 60, 37, 255, 29, 62, 36, 255, 27, 61, 34, 255, 18, 38, 22, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 22, 13, 255, 23, 50, 29, 255, 31, 64, 38, 255, 29, 62, 37, 255, 27, 62, 35, 255, 27, 62, 35, 255, 26, 61, 34, 255, 26, 60, 34, 255, 28, 64, 36, 255, 30, 67, 38, 255, 31, 67, 39, 255, 31, 63, 39, 255, 31, 63, 39, 255, 31, 63, 39, 255, 31, 63, 39, 255, 30, 62, 38, 255, 30, 62, 38, 255, 31, 63, 39, 255, 31, 63, 39, 255, 31, 63, 39, 255, 31, 63, 38, 255, 31, 66, 38, 255, 31, 66, 38, 255, 31, 66, 38, 255, 30, 67, 38, 255, 31, 68, 38, 255, 23, 48, 28, 255, 10, 21, 12, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 43, 25, 255, 30, 64, 38, 255, 32, 67, 40, 255, 32, 67, 40, 255, 32, 65, 40, 255, 32, 65, 40, 255, 27, 60, 35, 255, 22, 54, 30, 255, 26, 60, 33, 255, 28, 66, 36, 255, 30, 68, 38, 255, 31, 69, 39, 255, 30, 68, 39, 255, 32, 66, 40, 255, 33, 66, 41, 255, 27, 59, 35, 255, 24, 56, 32, 255, 28, 61, 36, 255, 31, 64, 39, 255, 33, 66, 40, 255, 33, 66, 40, 255, 32, 66, 40, 255, 32, 66, 40, 255, 32, 66, 40, 255, 32, 65, 40, 255, 32, 68, 40, 255, 32, 67, 40, 255, 31, 67, 39, 255, 29, 66, 37, 255, 17, 36, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 55, 32, 255, 33, 68, 41, 255, 34, 68, 42, 255, 34, 68, 42, 255, 34, 68, 42, 255, 34, 68, 42, 255, 34, 68, 42, 255, 34, 68, 42, 255, 30, 65, 38, 255, 28, 66, 36, 255, 31, 71, 40, 255, 31, 71, 40, 255, 31, 71, 40, 255, 31, 71, 40, 255, 32, 70, 40, 255, 33, 69, 41, 255, 34, 69, 42, 255, 31, 66, 40, 255, 32, 67, 40, 255, 34, 69, 42, 255, 34, 69, 42, 255, 34, 69, 42, 255, 34, 69, 42, 255, 34, 68, 42, 255, 34, 68, 42, 255, 34, 71, 42, 255, 34, 70, 42, 255, 34, 68, 42, 255, 34, 68, 42, 255, 32, 69, 41, 255, 32, 71, 40, 255, 23, 49, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 39, 23, 255, 36, 75, 44, 255, 38, 82, 47, 255, 36, 74, 45, 255, 35, 71, 44, 255, 35, 71, 44, 255, 35, 71, 44, 255, 35, 71, 44, 255, 35, 71, 44, 255, 35, 71, 44, 255, 35, 71, 44, 255, 35, 72, 43, 255, 33, 73, 42, 255, 32, 74, 41, 255, 32, 74, 41, 255, 33, 72, 42, 255, 34, 71, 43, 255, 34, 71, 43, 255, 34, 71, 43, 255, 35, 71, 44, 255, 36, 72, 44, 255, 36, 72, 44, 255, 35, 72, 44, 255, 36, 72, 44, 255, 36, 74, 45, 255, 35, 71, 44, 255, 35, 71, 44, 255, 35, 73, 44, 255, 35, 77, 44, 255, 35, 73, 44, 255, 35, 71, 44, 255, 35, 73, 44, 255, 35, 77, 44, 255, 35, 77, 43, 255, 35, 77, 43, 255, 16, 33, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 27, 58, 34, 255, 36, 76, 46, 255, 37, 77, 46, 255, 37, 77, 47, 255, 38, 78, 47, 255, 37, 74, 46, 255, 37, 77, 46, 255, 37, 76, 46, 255, 37, 74, 46, 255, 37, 74, 46, 255, 37, 74, 46, 255, 37, 74, 46, 255, 37, 74, 46, 255, 37, 74, 46, 255, 35, 76, 44, 255, 35, 74, 44, 255, 35, 73, 44, 255, 35, 74, 44, 255, 35, 74, 44, 255, 35, 74, 44, 255, 35, 74, 44, 255, 36, 74, 45, 255, 37, 75, 46, 255, 37, 74, 46, 255, 38, 77, 47, 255, 39, 81, 48, 255, 37, 75, 46, 255, 37, 74, 46, 255, 37, 74, 45, 255, 37, 74, 46, 255, 37, 74, 45, 255, 37, 74, 45, 255, 37, 74, 45, 255, 37, 76, 45, 255, 36, 77, 45, 255, 36, 77, 45, 255, 36, 80, 45, 255, 23, 50, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 36, 21, 255, 28, 61, 35, 255, 36, 81, 45, 255, 36, 78, 45, 255, 38, 77, 47, 255, 38, 77, 47, 255, 38, 77, 47, 255, 39, 80, 48, 255, 39, 82, 48, 255, 38, 82, 47, 255, 36, 78, 46, 255, 37, 76, 46, 255, 35, 75, 44, 255, 38, 77, 47, 255, 38, 77, 48, 255, 38, 80, 48, 255, 38, 84, 48, 255, 38, 79, 47, 255, 37, 76, 46, 255, 37, 76, 46, 255, 37, 76, 46, 255, 37, 76, 46, 255, 37, 77, 47, 255, 38, 79, 48, 255, 38, 79, 48, 255, 38, 78, 48, 255, 38, 77, 48, 255, 38, 77, 48, 255, 38, 77, 47, 255, 37, 77, 46, 255, 34, 77, 43, 255, 34, 77, 44, 255, 37, 77, 47, 255, 38, 77, 47, 255, 38, 77, 47, 255, 38, 77, 47, 255, 37, 77, 46, 255, 35, 76, 45, 255, 35, 77, 45, 255, 37, 82, 46, 255, 26, 55, 32, 255, 15, 31, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 25, 53, 30, 255, 33, 78, 43, 255, 34, 79, 44, 255, 35, 80, 45, 255, 34, 79, 44, 255, 36, 82, 46, 255, 38, 80, 48, 255, 39, 79, 48, 255, 35, 78, 45, 255, 36, 80, 46, 255, 35, 79, 45, 255, 32, 75, 42, 255, 26, 65, 36, 255, 30, 71, 40, 255, 35, 76, 45, 255, 39, 80, 49, 255, 40, 83, 49, 255, 40, 82, 49, 255, 40, 80, 49, 255, 40, 80, 49, 255, 39, 80, 48, 255, 38, 79, 48, 255, 39, 83, 49, 255, 40, 84, 50, 255, 40, 82, 49, 255, 40, 82, 49, 255, 40, 82, 49, 255, 40, 81, 49, 255, 40, 80, 49, 255, 37, 80, 47, 255, 33, 78, 43, 255, 31, 73, 41, 255, 32, 76, 43, 255, 34, 79, 45, 255, 37, 80, 47, 255, 39, 80, 49, 255, 39, 82, 49, 255, 38, 84, 48, 255, 36, 80, 46, 255, 36, 80, 46, 255, 36, 79, 46, 255, 37, 82, 47, 255, 35, 80, 45, 255, 23, 50, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 25, 54, 29, 255, 30, 74, 41, 255, 31, 76, 41, 255, 37, 85, 47, 255, 39, 87, 49, 255, 32, 78, 43, 255, 33, 78, 43, 255, 35, 81, 45, 255, 31, 75, 42, 255, 29, 70, 39, 255, 32, 75, 42, 255, 36, 80, 46, 255, 36, 80, 46, 255, 34, 77, 44, 255, 34, 76, 44, 255, 40, 82, 50, 255, 41, 83, 51, 255, 41, 83, 51, 255, 41, 83, 51, 255, 41, 83, 51, 255, 41, 83, 51, 255, 42, 83, 51, 255, 41, 85, 51, 255, 42, 88, 51, 255, 42, 88, 51, 255, 41, 86, 51, 255, 41, 85, 51, 255, 41, 85, 51, 255, 41, 85, 51, 255, 40, 83, 50, 255, 36, 82, 46, 255, 31, 74, 41, 255, 29, 70, 39, 255, 34, 80, 45, 255, 38, 86, 48, 255, 37, 84, 47, 255, 38, 83, 48, 255, 37, 82, 48, 255, 39, 86, 49, 255, 41, 90, 51, 255, 41, 90, 51, 255, 38, 84, 48, 255, 36, 80, 46, 255, 32, 76, 42, 255, 29, 70, 39, 255, 26, 56, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 35, 19, 255, 26, 63, 35, 255, 31, 76, 42, 255, 31, 77, 42, 255, 32, 79, 43, 255, 39, 89, 50, 255, 41, 92, 52, 255, 38, 88, 49, 255, 36, 84, 47, 255, 36, 84, 47, 255, 33, 80, 44, 255, 32, 77, 43, 255, 35, 81, 46, 255, 37, 83, 48, 255, 37, 83, 48, 255, 40, 85, 50, 255, 43, 86, 53, 255, 43, 86, 53, 255, 43, 86, 53, 255, 43, 86, 53, 255, 43, 86, 53, 255, 43, 86, 53, 255, 43, 86, 53, 255, 43, 86, 53, 255, 43, 86, 53, 255, 43, 87, 53, 255, 43, 88, 53, 255, 43, 88, 53, 255, 43, 88, 53, 255, 43, 87, 53, 255, 43, 86, 53, 255, 43, 86, 53, 255, 42, 86, 52, 255, 38, 85, 49, 255, 36, 83, 47, 255, 36, 84, 47, 255, 40, 89, 51, 255, 44, 95, 55, 255, 41, 88, 51, 255, 40, 85, 50, 255, 38, 84, 49, 255, 39, 86, 50, 255, 41, 91, 52, 255, 37, 85, 48, 255, 32, 78, 43, 255, 30, 74, 41, 255, 26, 67, 36, 255, 27, 69, 38, 255, 24, 59, 33, 255, 13, 32, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 53, 30, 255, 42, 93, 52, 255, 38, 88, 49, 255, 40, 91, 51, 255, 43, 96, 54, 255, 33, 81, 44, 255, 38, 88, 49, 255, 35, 84, 46, 255, 39, 89, 50, 255, 42, 93, 52, 255, 39, 89, 50, 255, 38, 88, 49, 255, 38, 88, 49, 255, 39, 87, 50, 255, 43, 88, 53, 255, 44, 89, 55, 255, 44, 89, 55, 255, 44, 89, 55, 255, 44, 89, 55, 255, 44, 89, 55, 255, 44, 89, 55, 255, 44, 89, 55, 255, 44, 89, 55, 255, 44, 89, 55, 255, 45, 89, 55, 255, 45, 89, 55, 255, 44, 89, 55, 255, 44, 90, 55, 255, 44, 90, 55, 255, 44, 89, 55, 255, 44, 89, 55, 255, 39, 83, 49, 255, 34, 77, 45, 255, 43, 88, 54, 255, 41, 89, 52, 255, 41, 89, 51, 255, 42, 89, 53, 255, 42, 90, 53, 255, 42, 89, 52, 255, 41, 87, 51, 255, 41, 90, 53, 255, 42, 91, 53, 255, 35, 81, 46, 255, 32, 79, 43, 255, 32, 80, 44, 255, 40, 90, 50, 255, 38, 87, 49, 255, 34, 80, 45, 255, 30, 75, 42, 255, 20, 50, 27, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 27, 69, 38, 255, 43, 97, 54, 255, 44, 99, 56, 255, 44, 98, 55, 255, 45, 99, 56, 255, 41, 94, 53, 255, 33, 81, 44, 255, 35, 84, 46, 255, 41, 93, 52, 255, 46, 101, 57, 255, 45, 99, 56, 255, 41, 94, 53, 255, 40, 92, 52, 255, 41, 94, 53, 255, 43, 93, 54, 255, 46, 94, 57, 255, 48, 98, 58, 255, 46, 92, 57, 255, 46, 92, 57, 255, 45, 91, 56, 255, 44, 91, 55, 255, 44, 91, 55, 255, 46, 93, 57, 255, 46, 95, 57, 255, 46, 92, 57, 255, 46, 92, 57, 255, 46, 92, 57, 255, 46, 92, 57, 255, 46, 92, 57, 255, 46, 92, 57, 255, 44, 90, 55, 255, 40, 86, 51, 255, 38, 84, 49, 255, 42, 88, 53, 255, 45, 91, 56, 255, 45, 92, 56, 255, 44, 92, 55, 255, 45, 95, 56, 255, 44, 93, 54, 255, 43, 92, 54, 255, 41, 90, 52, 255, 42, 94, 53, 255, 39, 89, 50, 255, 31, 76, 42, 255, 42, 95, 53, 255, 48, 104, 59, 255, 45, 99, 56, 255, 43, 96, 54, 255, 39, 90, 50, 255, 21, 54, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 35, 20, 255, 43, 99, 55, 255, 44, 100, 56, 255, 45, 101, 57, 255, 47, 104, 58, 255, 47, 103, 58, 255, 46, 101, 57, 255, 47, 103, 58, 255, 38, 89, 49, 255, 45, 101, 57, 255, 46, 101, 57, 255, 46, 101, 57, 255, 45, 100, 56, 255, 43, 97, 55, 255, 43, 97, 55, 255, 44, 99, 56, 255, 48, 101, 59, 255, 47, 95, 58, 255, 46, 94, 57, 255, 45, 93, 56, 255, 45, 93, 56, 255, 45, 94, 56, 255, 45, 94, 57, 255, 47, 100, 58, 255, 47, 101, 59, 255, 47, 96, 59, 255, 47, 95, 59, 255, 47, 95, 59, 255, 47, 95, 59, 255, 47, 95, 58, 255, 47, 95, 58, 255, 46, 94, 57, 255, 45, 93, 56, 255, 47, 95, 58, 255, 47, 95, 58, 255, 47, 95, 58, 255, 47, 95, 58, 255, 49, 102, 60, 255, 51, 108, 62, 255, 41, 93, 53, 255, 35, 83, 47, 255, 35, 83, 47, 255, 46, 101, 57, 255, 40, 92, 52, 255, 44, 98, 55, 255, 44, 99, 56, 255, 44, 99, 55, 255, 45, 101, 57, 255, 40, 93, 52, 255, 13, 31, 17, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 35, 20, 255, 16, 38, 21, 255, 44, 101, 56, 255, 47, 105, 59, 255, 49, 107, 61, 255, 49, 105, 60, 255, 47, 105, 59, 255, 45, 101, 57, 255, 44, 100, 56, 255, 36, 87, 48, 255, 37, 88, 49, 255, 37, 89, 49, 255, 41, 96, 54, 255, 46, 103, 58, 255, 45, 102, 57, 255, 44, 100, 56, 255, 44, 99, 56, 255, 44, 97, 56, 255, 46, 96, 58, 255, 47, 96, 58, 255, 47, 96, 58, 255, 47, 96, 58, 255, 47, 96, 58, 255, 46, 97, 58, 255, 47, 99, 59, 255, 49, 98, 60, 255, 49, 98, 60, 255, 49, 98, 60, 255, 49, 98, 60, 255, 49, 98, 60, 255, 48, 98, 59, 255, 47, 99, 58, 255, 48, 98, 60, 255, 49, 98, 60, 255, 48, 97, 60, 255, 48, 97, 60, 255, 48, 97, 60, 255, 47, 96, 58, 255, 42, 94, 54, 255, 40, 93, 52, 255, 36, 86, 48, 255, 47, 104, 59, 255, 46, 102, 57, 255, 43, 98, 55, 255, 41, 96, 53, 255, 41, 96, 53, 255, 43, 99, 55, 255, 44, 101, 57, 255, 15, 35, 20, 255, 13, 31, 17, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 35, 20, 255, 16, 38, 21, 255, 17, 39, 22, 255, 18, 41, 23, 255, 50, 103, 62, 255, 50, 102, 63, 255, 48, 102, 61, 255, 47, 105, 60, 255, 48, 107, 60, 255, 50, 109, 62, 255, 41, 95, 53, 255, 44, 100, 56, 255, 45, 102, 57, 255, 47, 106, 59, 255, 50, 109, 62, 255, 45, 103, 58, 255, 43, 99, 55, 255, 37, 88, 49, 255, 36, 85, 48, 255, 45, 96, 57, 255, 48, 99, 60, 255, 48, 99, 60, 255, 47, 100, 59, 255, 46, 102, 59, 255, 46, 102, 59, 255, 47, 101, 59, 255, 49, 101, 61, 255, 49, 100, 61, 255, 50, 100, 62, 255, 48, 102, 60, 255, 46, 104, 58, 255, 46, 104, 58, 255, 46, 103, 59, 255, 49, 101, 61, 255, 50, 102, 62, 255, 50, 101, 62, 255, 47, 99, 59, 255, 48, 105, 59, 255, 45, 101, 57, 255, 39, 91, 51, 255, 43, 99, 55, 255, 45, 102, 57, 255, 48, 105, 59, 255, 47, 105, 59, 255, 43, 100, 56, 255, 45, 103, 58, 255, 20, 43, 25, 255, 19, 41, 23, 255, 15, 35, 20, 255, 13, 31, 17, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 36, 21, 255, 17, 37, 21, 255, 17, 39, 22, 255, 18, 41, 23, 255, 19, 43, 24, 255, 50, 106, 63, 255, 51, 106, 64, 255, 52, 107, 64, 255, 52, 112, 64, 255, 50, 111, 62, 255, 50, 111, 62, 255, 48, 108, 61, 255, 51, 112, 63, 255, 49, 108, 61, 255, 50, 110, 62, 255, 46, 104, 59, 255, 43, 100, 56, 255, 42, 97, 55, 255, 42, 98, 55, 255, 42, 98, 55, 255, 48, 103, 60, 255, 48, 104, 61, 255, 47, 104, 60, 255, 47, 104, 60, 255, 47, 105, 60, 255, 47, 105, 60, 255, 43, 99, 56, 255, 42, 95, 55, 255, 42, 96, 55, 255, 45, 103, 58, 255, 47, 107, 60, 255, 47, 106, 60, 255, 47, 106, 60, 255, 47, 106, 60, 255, 50, 110, 62, 255, 55, 117, 67, 255, 47, 104, 59, 255, 49, 108, 61, 255, 42, 99, 55, 255, 43, 100, 56, 255, 45, 103, 57, 255, 47, 106, 59, 255, 49, 109, 61, 255, 50, 110, 62, 255, 49, 109, 61, 255, 20, 43, 25, 255, 19, 42, 24, 255, 19, 41, 23, 255, 15, 35, 20, 255, 13, 31, 17, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 37, 22, 255, 17, 38, 22, 255, 19, 40, 23, 255, 19, 42, 24, 255, 19, 43, 24, 255, 19, 45, 25, 255, 20, 46, 26, 255, 52, 106, 64, 255, 52, 108, 65, 255, 50, 110, 64, 255, 52, 115, 65, 255, 50, 112, 63, 255, 49, 110, 62, 255, 46, 99, 59, 255, 47, 103, 60, 255, 45, 103, 58, 255, 44, 101, 57, 255, 46, 106, 59, 255, 46, 106, 59, 255, 49, 106, 62, 255, 53, 106, 65, 255, 52, 107, 64, 255, 49, 108, 63, 255, 50, 109, 63, 255, 49, 107, 62, 255, 49, 107, 62, 255, 46, 105, 59, 255, 37, 91, 50, 255, 41, 97, 54, 255, 48, 109, 61, 255, 46, 105, 59, 255, 45, 104, 58, 255, 48, 109, 61, 255, 48, 106, 61, 255, 50, 105, 63, 255, 50, 105, 63, 255, 42, 97, 55, 255, 49, 110, 62, 255, 44, 102, 57, 255, 46, 104, 58, 255, 49, 108, 61, 255, 50, 111, 62, 255, 51, 112, 63, 255, 22, 48, 27, 255, 20, 45, 26, 255, 18, 41, 23, 255, 19, 42, 24, 255, 19, 41, 23, 255, 15, 36, 20, 255, 14, 33, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 38, 22, 255, 18, 38, 22, 255, 18, 39, 23, 255, 20, 42, 25, 255, 20, 44, 25, 255, 20, 45, 25, 255, 20, 46, 26, 255, 21, 47, 26, 255, 52, 106, 65, 255, 53, 109, 66, 255, 54, 116, 67, 255, 53, 118, 67, 255, 48, 110, 62, 255, 48, 110, 62, 255, 51, 114, 64, 255, 46, 101, 60, 255, 46, 103, 60, 255, 48, 109, 61, 255, 52, 110, 65, 255, 55, 109, 67, 255, 55, 109, 67, 255, 55, 111, 68, 255, 55, 115, 68, 255, 55, 116, 68, 255, 54, 115, 67, 255, 49, 110, 63, 255, 48, 109, 61, 255, 47, 109, 61, 255, 47, 109, 61, 255, 47, 108, 61, 255, 50, 112, 63, 255, 54, 118, 67, 255, 53, 111, 66, 255, 52, 107, 65, 255, 52, 107, 65, 255, 49, 111, 62, 255, 56, 121, 69, 255, 50, 112, 63, 255, 47, 107, 60, 255, 50, 112, 63, 255, 50, 112, 63, 255, 50, 112, 63, 255, 22, 50, 28, 255, 21, 48, 27, 255, 20, 44, 25, 255, 19, 43, 25, 255, 20, 43, 25, 255, 18, 40, 23, 255, 16, 37, 21, 255, 14, 34, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 37, 22, 255, 18, 39, 23, 255, 17, 38, 22, 255, 19, 41, 24, 255, 21, 44, 26, 255, 20, 45, 26, 255, 20, 46, 26, 255, 21, 47, 26, 255, 21, 49, 27, 255, 22, 50, 28, 255, 54, 109, 67, 255, 52, 115, 66, 255, 52, 116, 65, 255, 53, 118, 67, 255, 55, 122, 69, 255, 52, 117, 66, 255, 55, 114, 68, 255, 55, 121, 69, 255, 56, 122, 69, 255, 56, 116, 69, 255, 56, 112, 69, 255, 56, 112, 69, 255, 56, 114, 69, 255, 55, 117, 68, 255, 51, 115, 65, 255, 49, 112, 63, 255, 49, 112, 63, 255, 49, 112, 63, 255, 49, 112, 63, 255, 50, 113, 64, 255, 55, 120, 68, 255, 56, 117, 69, 255, 56, 112, 69, 255, 52, 109, 66, 255, 51, 114, 64, 255, 54, 118, 67, 255, 53, 116, 66, 255, 48, 109, 61, 255, 47, 107, 60, 255, 53, 116, 65, 255, 24, 53, 30, 255, 23, 50, 28, 255, 22, 49, 27, 255, 21, 46, 26, 255, 20, 44, 25, 255, 20, 44, 25, 255, 19, 42, 24, 255, 17, 39, 22, 255, 16, 37, 21, 255, 13, 32, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 37, 22, 255, 19, 39, 23, 255, 18, 39, 23, 255, 18, 40, 23, 255, 20, 43, 25, 255, 21, 44, 26, 255, 21, 45, 26, 255, 21, 46, 27, 255, 21, 49, 27, 255, 22, 50, 28, 255, 23, 52, 29, 255, 54, 120, 68, 255, 55, 122, 69, 255, 56, 123, 70, 255, 55, 123, 69, 255, 57, 125, 71, 255, 55, 123, 69, 255, 53, 119, 67, 255, 47, 109, 62, 255, 56, 116, 69, 255, 58, 118, 71, 255, 58, 116, 71, 255, 55, 117, 69, 255, 53, 119, 67, 255, 53, 119, 67, 255, 52, 118, 66, 255, 47, 108, 61, 255, 48, 110, 62, 255, 56, 123, 70, 255, 56, 121, 69, 255, 57, 121, 71, 255, 49, 109, 63, 255, 50, 114, 64, 255, 53, 119, 67, 255, 54, 120, 67, 255, 51, 115, 64, 255, 49, 111, 62, 255, 46, 107, 60, 255, 49, 112, 63, 255, 24, 53, 30, 255, 23, 51, 29, 255, 22, 49, 28, 255, 21, 48, 27, 255, 20, 45, 26, 255, 20, 44, 25, 255, 19, 43, 24, 255, 17, 41, 23, 255, 18, 40, 22, 255, 15, 36, 20, 255, 14, 33, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 37, 22, 255, 18, 38, 23, 255, 19, 40, 24, 255, 19, 41, 24, 255, 20, 43, 25, 255, 20, 44, 26, 255, 21, 45, 26, 255, 21, 45, 27, 255, 21, 47, 27, 255, 22, 50, 28, 255, 23, 51, 29, 255, 24, 54, 30, 255, 55, 115, 68, 255, 55, 116, 69, 255, 51, 114, 65, 255, 54, 122, 68, 255, 58, 128, 73, 255, 58, 127, 72, 255, 59, 128, 73, 255, 51, 117, 66, 255, 55, 122, 69, 255, 52, 118, 66, 255, 52, 119, 67, 255, 54, 122, 69, 255, 50, 115, 65, 255, 48, 113, 63, 255, 54, 122, 69, 255, 53, 119, 67, 255, 57, 123, 71, 255, 58, 124, 72, 255, 56, 121, 70, 255, 49, 112, 63, 255, 54, 121, 68, 255, 53, 119, 67, 255, 54, 120, 67, 255, 50, 114, 64, 255, 51, 115, 65, 255, 50, 115, 64, 255, 24, 54, 30, 255, 23, 52, 29, 255, 22, 50, 28, 255, 22, 49, 28, 255, 21, 46, 26, 255, 20, 45, 26, 255, 20, 44, 25, 255, 18, 42, 23, 255, 18, 42, 23, 255, 19, 42, 23, 255, 16, 38, 21, 255, 16, 37, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 37, 21, 255, 17, 37, 22, 255, 17, 38, 22, 255, 20, 42, 25, 255, 20, 44, 25, 255, 20, 44, 26, 255, 21, 44, 26, 255, 21, 44, 26, 255, 21, 46, 27, 255, 22, 49, 28, 255, 23, 51, 29, 255, 23, 52, 30, 255, 24, 54, 31, 255, 25, 55, 31, 255, 55, 115, 69, 255, 55, 121, 69, 255, 59, 128, 72, 255, 60, 130, 74, 255, 61, 132, 75, 255, 59, 129, 73, 255, 52, 113, 68, 255, 52, 114, 67, 255, 52, 117, 66, 255, 53, 121, 68, 255, 46, 110, 61, 255, 53, 120, 67, 255, 57, 127, 72, 255, 50, 116, 64, 255, 50, 116, 65, 255, 51, 116, 66, 255, 45, 107, 60, 255, 52, 119, 67, 255, 54, 120, 67, 255, 54, 120, 67, 255, 55, 121, 68, 255, 53, 119, 67, 255, 24, 56, 31, 255, 24, 55, 31, 255, 24, 54, 30, 255, 23, 51, 29, 255, 23, 51, 29, 255, 21, 48, 27, 255, 21, 45, 27, 255, 21, 45, 26, 255, 19, 43, 25, 255, 18, 42, 23, 255, 18, 42, 24, 255, 18, 40, 23, 255, 18, 40, 23, 255, 16, 36, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 36, 20, 255, 17, 37, 21, 255, 15, 35, 20, 255, 18, 39, 23, 255, 20, 44, 25, 255, 21, 44, 26, 255, 21, 45, 26, 255, 20, 43, 26, 255, 21, 45, 27, 255, 23, 49, 29, 255, 24, 51, 30, 255, 24, 53, 30, 255, 24, 54, 31, 255, 25, 56, 31, 255, 26, 58, 32, 255, 57, 125, 71, 255, 58, 128, 72, 255, 59, 130, 73, 255, 60, 131, 74, 255, 54, 124, 70, 255, 57, 127, 72, 255, 62, 135, 77, 255, 42, 102, 57, 255, 52, 118, 67, 255, 47, 112, 62, 255, 48, 114, 63, 255, 49, 115, 64, 255, 43, 104, 58, 255, 55, 123, 70, 255, 57, 126, 71, 255, 48, 111, 63, 255, 54, 121, 68, 255, 52, 118, 66, 255, 52, 119, 66, 255, 56, 125, 70, 255, 26, 58, 33, 255, 24, 56, 31, 255, 24, 55, 31, 255, 24, 53, 30, 255, 23, 52, 29, 255, 23, 50, 29, 255, 21, 46, 27, 255, 21, 45, 27, 255, 20, 44, 26, 255, 19, 42, 24, 255, 18, 42, 23, 255, 18, 41, 23, 255, 17, 39, 22, 255, 17, 39, 22, 255, 14, 34, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 37, 20, 255, 16, 38, 21, 255, 16, 37, 21, 255, 17, 38, 22, 255, 19, 41, 25, 255, 21, 44, 26, 255, 21, 45, 26, 255, 21, 45, 26, 255, 21, 44, 27, 255, 23, 48, 29, 255, 24, 51, 30, 255, 25, 54, 31, 255, 25, 54, 31, 255, 25, 57, 32, 255, 25, 57, 32, 255, 27, 59, 33, 255, 28, 62, 35, 255, 59, 125, 73, 255, 59, 130, 74, 255, 56, 126, 71, 255, 54, 123, 69, 255, 62, 136, 77, 255, 66, 142, 81, 255, 53, 117, 69, 255, 49, 117, 65, 255, 50, 118, 65, 255, 45, 109, 60, 255, 46, 109, 61, 255, 59, 131, 74, 255, 57, 127, 72, 255, 54, 122, 68, 255, 57, 127, 71, 255, 54, 122, 69, 255, 27, 61, 34, 255, 26, 60, 33, 255, 25, 57, 32, 255, 24, 56, 31, 255, 24, 54, 30, 255, 23, 52, 30, 255, 24, 52, 30, 255, 23, 49, 29, 255, 21, 46, 27, 255, 21, 44, 27, 255, 20, 42, 26, 255, 19, 41, 24, 255, 18, 42, 23, 255, 17, 40, 22, 255, 17, 39, 22, 255, 16, 38, 21, 255, 14, 34, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 37, 21, 255, 16, 38, 21, 255, 17, 39, 22, 255, 18, 40, 23, 255, 19, 41, 24, 255, 20, 43, 25, 255, 21, 45, 26, 255, 22, 46, 27, 255, 22, 46, 27, 255, 23, 48, 29, 255, 24, 51, 30, 255, 25, 54, 31, 255, 25, 54, 32, 255, 25, 55, 32, 255, 25, 56, 32, 255, 26, 58, 33, 255, 27, 61, 34, 255, 27, 61, 35, 255, 57, 124, 71, 255, 60, 132, 75, 255, 57, 128, 72, 255, 57, 129, 73, 255, 62, 136, 77, 255, 51, 118, 67, 255, 43, 105, 58, 255, 53, 122, 69, 255, 54, 124, 70, 255, 51, 119, 67, 255, 55, 124, 70, 255, 53, 122, 68, 255, 52, 120, 67, 255, 58, 128, 72, 255, 27, 62, 35, 255, 26, 60, 34, 255, 25, 58, 33, 255, 25, 57, 32, 255, 24, 56, 31, 255, 24, 54, 31, 255, 25, 54, 31, 255, 24, 51, 30, 255, 23, 49, 29, 255, 21, 46, 27, 255, 21, 44, 26, 255, 19, 41, 25, 255, 18, 41, 24, 255, 18, 42, 23, 255, 17, 40, 22, 255, 17, 39, 22, 255, 16, 37, 21, 255, 14, 34, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 38, 21, 255, 16, 38, 21, 255, 17, 39, 22, 255, 18, 41, 23, 255, 20, 42, 25, 255, 20, 43, 25, 255, 21, 45, 26, 255, 22, 46, 27, 255, 22, 48, 28, 255, 23, 49, 29, 255, 24, 50, 30, 255, 24, 52, 30, 255, 25, 54, 31, 255, 25, 54, 32, 255, 25, 55, 32, 255, 25, 57, 33, 255, 26, 59, 34, 255, 27, 61, 34, 255, 26, 60, 34, 255, 57, 124, 71, 255, 58, 130, 73, 255, 57, 128, 72, 255, 61, 135, 76, 255, 52, 120, 68, 255, 42, 103, 57, 255, 58, 131, 73, 255, 57, 129, 73, 255, 54, 124, 70, 255, 60, 132, 75, 255, 55, 125, 70, 255, 57, 127, 71, 255, 29, 64, 36, 255, 27, 61, 34, 255, 26, 60, 33, 255, 25, 58, 33, 255, 25, 57, 32, 255, 25, 55, 31, 255, 25, 54, 31, 255, 25, 54, 31, 255, 24, 51, 30, 255, 23, 49, 29, 255, 22, 47, 28, 255, 21, 45, 27, 255, 19, 41, 25, 255, 19, 42, 24, 255, 18, 42, 23, 255, 18, 41, 23, 255, 17, 38, 22, 255, 16, 37, 21, 255, 14, 34, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 39, 22, 255, 17, 39, 22, 255, 17, 39, 22, 255, 18, 41, 23, 255, 20, 42, 25, 255, 20, 44, 26, 255, 21, 45, 26, 255, 22, 47, 27, 255, 22, 48, 28, 255, 23, 49, 29, 255, 24, 50, 30, 255, 24, 52, 30, 255, 25, 53, 31, 255, 25, 54, 32, 255, 25, 54, 32, 255, 26, 56, 33, 255, 26, 58, 34, 255, 28, 61, 35, 255, 28, 62, 35, 255, 29, 63, 36, 255, 31, 66, 38, 255, 49, 116, 65, 255, 49, 114, 64, 255, 46, 110, 61, 255, 47, 112, 62, 255, 51, 120, 66, 255, 50, 118, 66, 255, 51, 119, 67, 255, 56, 127, 71, 255, 30, 68, 38, 255, 28, 65, 36, 255, 27, 63, 35, 255, 27, 61, 34, 255, 26, 60, 33, 255, 25, 58, 33, 255, 25, 55, 32, 255, 25, 54, 32, 255, 25, 54, 31, 255, 24, 52, 31, 255, 24, 50, 30, 255, 23, 49, 29, 255, 22, 48, 28, 255, 21, 45, 27, 255, 20, 43, 26, 255, 19, 43, 25, 255, 20, 43, 25, 255, 18, 41, 23, 255, 17, 38, 22, 255, 16, 37, 21, 255, 14, 34, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 37, 21, 255, 18, 40, 22, 255, 17, 39, 22, 255, 18, 41, 23, 255, 20, 42, 25, 255, 20, 43, 25, 255, 21, 45, 26, 255, 22, 47, 28, 255, 22, 48, 28, 255, 23, 49, 29, 255, 24, 51, 30, 255, 24, 52, 30, 255, 25, 53, 31, 255, 25, 54, 32, 255, 25, 54, 32, 255, 26, 55, 33, 255, 27, 58, 34, 255, 27, 60, 35, 255, 30, 64, 37, 255, 30, 65, 37, 255, 31, 66, 38, 255, 27, 61, 35, 255, 40, 100, 55, 255, 42, 105, 58, 255, 46, 111, 61, 255, 50, 119, 65, 255, 49, 117, 65, 255, 47, 113, 63, 255, 29, 66, 37, 255, 28, 64, 36, 255, 27, 63, 35, 255, 27, 63, 35, 255, 27, 61, 34, 255, 26, 59, 34, 255, 26, 56, 33, 255, 25, 54, 32, 255, 25, 54, 32, 255, 25, 53, 31, 255, 24, 52, 30, 255, 24, 50, 30, 255, 23, 49, 29, 255, 22, 48, 28, 255, 21, 46, 27, 255, 20, 44, 26, 255, 20, 44, 25, 255, 20, 44, 25, 255, 18, 40, 23, 255, 17, 38, 22, 255, 16, 37, 21, 255, 14, 34, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 35, 20, 255, 17, 39, 22, 255, 17, 39, 22, 255, 18, 41, 23, 255, 20, 42, 25, 255, 20, 42, 25, 255, 21, 44, 26, 255, 22, 48, 28, 255, 23, 49, 28, 255, 23, 49, 29, 255, 24, 51, 30, 255, 25, 53, 31, 255, 25, 53, 31, 255, 25, 54, 32, 255, 25, 54, 32, 255, 25, 54, 33, 255, 27, 57, 34, 255, 27, 60, 34, 255, 28, 62, 35, 255, 30, 65, 38, 255, 31, 66, 38, 255, 27, 61, 35, 255, 23, 57, 32, 255, 46, 111, 62, 255, 53, 123, 69, 255, 54, 124, 69, 255, 53, 121, 68, 255, 27, 64, 36, 255, 28, 64, 36, 255, 27, 63, 35, 255, 27, 63, 35, 255, 28, 63, 35, 255, 28, 61, 35, 255, 27, 58, 34, 255, 25, 54, 32, 255, 25, 52, 32, 255, 25, 54, 32, 255, 25, 53, 31, 255, 24, 52, 30, 255, 24, 51, 30, 255, 23, 49, 29, 255, 22, 48, 28, 255, 21, 46, 27, 255, 20, 45, 26, 255, 20, 44, 25, 255, 18, 42, 24, 255, 17, 39, 22, 255, 17, 38, 22, 255, 16, 37, 21, 255, 15, 35, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 36, 20, 255, 16, 38, 21, 255, 17, 39, 22, 255, 18, 40, 23, 255, 20, 42, 25, 255, 19, 42, 25, 255, 20, 43, 26, 255, 22, 47, 27, 255, 23, 49, 29, 255, 23, 49, 29, 255, 24, 51, 30, 255, 25, 54, 31, 255, 25, 54, 31, 255, 25, 55, 32, 255, 26, 55, 33, 255, 26, 55, 33, 255, 26, 56, 33, 255, 27, 59, 34, 255, 26, 60, 34, 255, 28, 63, 36, 255, 30, 66, 37, 255, 27, 61, 35, 255, 23, 57, 32, 255, 43, 101, 57, 255, 48, 107, 63, 255, 51, 111, 65, 255, 53, 115, 68, 255, 27, 64, 36, 255, 28, 64, 36, 255, 27, 63, 35, 255, 28, 64, 36, 255, 29, 64, 37, 255, 28, 61, 35, 255, 27, 58, 34, 255, 25, 53, 32, 255, 25, 53, 32, 255, 25, 54, 32, 255, 25, 53, 31, 255, 25, 53, 31, 255, 24, 51, 30, 255, 23, 49, 28, 255, 21, 48, 27, 255, 21, 46, 26, 255, 20, 45, 26, 255, 19, 43, 25, 255, 18, 41, 23, 255, 17, 39, 22, 255, 17, 38, 22, 255, 17, 38, 22, 255, 16, 36, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 36, 20, 255, 16, 38, 21, 255, 17, 39, 22, 255, 17, 39, 23, 255, 19, 40, 24, 255, 19, 41, 25, 255, 20, 42, 25, 255, 21, 46, 27, 255, 22, 48, 28, 255, 23, 49, 29, 255, 23, 50, 29, 255, 24, 53, 30, 255, 25, 54, 32, 255, 25, 55, 32, 255, 26, 56, 33, 255, 26, 56, 33, 255, 26, 55, 33, 255, 26, 58, 34, 255, 26, 60, 34, 255, 27, 62, 35, 255, 28, 64, 36, 255, 27, 62, 35, 255, 23, 57, 32, 255, 39, 95, 53, 255, 42, 98, 56, 255, 42, 99, 56, 255, 42, 100, 56, 255, 27, 64, 36, 255, 28, 64, 36, 255, 29, 64, 37, 255, 30, 65, 38, 255, 29, 63, 37, 255, 28, 60, 35, 255, 27, 57, 34, 255, 26, 55, 33, 255, 26, 55, 33, 255, 25, 55, 32, 255, 25, 54, 32, 255, 25, 54, 31, 255, 23, 51, 29, 255, 22, 49, 28, 255, 21, 48, 27, 255, 21, 46, 26, 255, 20, 45, 26, 255, 19, 42, 24, 255, 18, 41, 23, 255, 17, 39, 22, 255, 17, 38, 22, 255, 18, 39, 22, 255, 14, 33, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 36, 20, 255, 16, 38, 21, 255, 17, 39, 22, 255, 17, 40, 23, 255, 18, 38, 23, 255, 19, 41, 25, 255, 20, 42, 25, 255, 21, 45, 27, 255, 22, 48, 28, 255, 23, 49, 29, 255, 23, 50, 29, 255, 23, 51, 30, 255, 24, 53, 31, 255, 25, 54, 32, 255, 26, 56, 33, 255, 26, 56, 33, 255, 25, 54, 32, 255, 26, 57, 33, 255, 26, 60, 34, 255, 28, 64, 36, 255, 28, 65, 36, 255, 27, 64, 36, 255, 25, 60, 33, 255, 38, 92, 51, 255, 42, 97, 56, 255, 48, 105, 62, 255, 51, 110, 65, 255, 28, 64, 36, 255, 29, 64, 37, 255, 31, 65, 38, 255, 29, 63, 37, 255, 29, 62, 36, 255, 28, 60, 35, 255, 27, 58, 34, 255, 27, 57, 33, 255, 26, 56, 33, 255, 25, 55, 32, 255, 25, 54, 31, 255, 24, 52, 30, 255, 22, 50, 29, 255, 23, 50, 29, 255, 22, 48, 28, 255, 20, 46, 26, 255, 19, 44, 25, 255, 18, 42, 24, 255, 18, 41, 23, 255, 17, 39, 22, 255, 17, 39, 22, 255, 16, 36, 21, 255, 13, 31, 17, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 35, 19, 255, 17, 39, 22, 255, 17, 40, 22, 255, 17, 41, 23, 255, 18, 40, 24, 255, 19, 42, 25, 255, 20, 44, 26, 255, 21, 45, 27, 255, 22, 48, 28, 255, 23, 49, 29, 255, 23, 50, 29, 255, 23, 51, 30, 255, 24, 53, 31, 255, 25, 54, 31, 255, 26, 56, 32, 255, 26, 56, 33, 255, 26, 55, 33, 255, 25, 56, 33, 255, 26, 60, 34, 255, 28, 64, 36, 255, 30, 67, 38, 255, 27, 63, 35, 255, 26, 63, 35, 255, 38, 92, 51, 255, 39, 93, 52, 255, 42, 97, 56, 255, 46, 103, 59, 255, 28, 64, 36, 255, 30, 64, 37, 255, 29, 63, 37, 255, 28, 61, 36, 255, 29, 63, 36, 255, 28, 61, 35, 255, 27, 59, 34, 255, 27, 57, 33, 255, 26, 56, 33, 255, 25, 55, 32, 255, 24, 53, 31, 255, 23, 51, 30, 255, 23, 51, 30, 255, 24, 51, 29, 255, 21, 48, 27, 255, 20, 46, 26, 255, 20, 44, 25, 255, 19, 43, 24, 255, 18, 41, 23, 255, 18, 40, 23, 255, 18, 39, 23, 255, 15, 34, 20, 255, 13, 31, 17, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 33, 18, 255, 16, 37, 21, 255, 19, 42, 24, 255, 18, 42, 24, 255, 18, 43, 25, 255, 19, 43, 25, 255, 21, 45, 26, 255, 21, 46, 27, 255, 22, 48, 28, 255, 23, 49, 29, 255, 23, 50, 29, 255, 23, 51, 30, 255, 25, 54, 31, 255, 25, 55, 32, 255, 25, 56, 32, 255, 26, 57, 33, 255, 26, 56, 34, 255, 26, 57, 33, 255, 26, 60, 34, 255, 27, 62, 35, 255, 29, 66, 37, 255, 27, 62, 35, 255, 25, 60, 33, 255, 39, 93, 52, 255, 44, 101, 57, 255, 48, 105, 60, 255, 49, 108, 62, 255, 30, 65, 38, 255, 30, 65, 38, 255, 28, 62, 36, 255, 30, 64, 37, 255, 30, 64, 37, 255, 28, 60, 35, 255, 27, 59, 34, 255, 27, 58, 34, 255, 27, 57, 33, 255, 26, 55, 32, 255, 24, 53, 31, 255, 23, 52, 30, 255, 23, 52, 30, 255, 23, 50, 29, 255, 21, 47, 27, 255, 21, 46, 26, 255, 21, 45, 26, 255, 20, 44, 25, 255, 20, 42, 25, 255, 20, 41, 25, 255, 18, 38, 23, 255, 15, 33, 19, 255, 12, 30, 17, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 31, 17, 255, 14, 34, 19, 255, 17, 39, 22, 255, 19, 43, 24, 255, 18, 43, 25, 255, 19, 44, 26, 255, 19, 45, 26, 255, 21, 47, 27, 255, 23, 48, 28, 255, 23, 50, 29, 255, 23, 50, 29, 255, 23, 51, 30, 255, 25, 54, 31, 255, 26, 56, 33, 255, 25, 56, 32, 255, 25, 57, 33, 255, 26, 57, 33, 255, 26, 58, 34, 255, 26, 60, 34, 255, 26, 62, 34, 255, 28, 64, 36, 255, 28, 65, 36, 255, 24, 58, 32, 255, 44, 98, 56, 255, 49, 106, 62, 255, 50, 107, 62, 255, 50, 107, 62, 255, 32, 68, 40, 255, 31, 66, 39, 255, 30, 64, 38, 255, 30, 64, 37, 255, 28, 61, 36, 255, 28, 59, 35, 255, 27, 59, 34, 255, 27, 59, 34, 255, 27, 57, 33, 255, 25, 55, 32, 255, 24, 53, 31, 255, 23, 51, 30, 255, 23, 50, 29, 255, 22, 49, 28, 255, 21, 47, 27, 255, 21, 46, 27, 255, 21, 46, 27, 255, 21, 45, 26, 255, 21, 42, 26, 255, 19, 40, 24, 255, 16, 36, 21, 255, 14, 33, 19, 255, 12, 29, 16, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 35, 20, 255, 17, 39, 22, 255, 18, 42, 24, 255, 20, 46, 27, 255, 20, 46, 27, 255, 20, 47, 27, 255, 21, 48, 28, 255, 24, 51, 30, 255, 23, 51, 30, 255, 23, 51, 30, 255, 24, 53, 31, 255, 26, 56, 32, 255, 26, 56, 32, 255, 25, 57, 33, 255, 26, 58, 33, 255, 27, 60, 35, 255, 27, 61, 35, 255, 26, 62, 34, 255, 27, 63, 35, 255, 30, 68, 38, 255, 28, 64, 36, 255, 36, 85, 48, 255, 37, 87, 49, 255, 44, 97, 56, 255, 47, 102, 59, 255, 32, 68, 40, 255, 32, 67, 40, 255, 29, 62, 36, 255, 27, 59, 35, 255, 28, 59, 35, 255, 28, 59, 35, 255, 28, 59, 35, 255, 27, 59, 34, 255, 26, 56, 33, 255, 25, 55, 32, 255, 24, 53, 31, 255, 23, 51, 30, 255, 22, 50, 29, 255, 22, 49, 28, 255, 21, 47, 27, 255, 21, 46, 26, 255, 22, 47, 27, 255, 21, 45, 27, 255, 21, 42, 26, 255, 18, 39, 23, 255, 16, 36, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 36, 20, 255, 16, 39, 23, 255, 19, 45, 26, 255, 21, 49, 29, 255, 20, 47, 28, 255, 20, 48, 28, 255, 22, 50, 29, 255, 23, 51, 30, 255, 23, 51, 30, 255, 24, 53, 30, 255, 24, 54, 31, 255, 25, 56, 32, 255, 25, 57, 33, 255, 26, 58, 33, 255, 27, 60, 35, 255, 29, 63, 36, 255, 27, 62, 35, 255, 27, 63, 35, 255, 29, 66, 37, 255, 30, 68, 38, 255, 36, 82, 47, 255, 38, 85, 49, 255, 43, 92, 54, 255, 46, 97, 57, 255, 32, 67, 40, 255, 30, 65, 38, 255, 24, 57, 32, 255, 26, 59, 34, 255, 28, 60, 36, 255, 28, 60, 35, 255, 27, 58, 34, 255, 27, 57, 33, 255, 26, 56, 33, 255, 25, 55, 32, 255, 24, 53, 31, 255, 23, 51, 30, 255, 22, 50, 29, 255, 21, 48, 28, 255, 20, 46, 26, 255, 21, 46, 26, 255, 22, 47, 27, 255, 21, 45, 27, 255, 20, 41, 25, 255, 18, 38, 23, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 37, 21, 255, 17, 41, 23, 255, 20, 46, 27, 255, 20, 48, 28, 255, 20, 48, 28, 255, 21, 49, 29, 255, 21, 49, 28, 255, 22, 50, 29, 255, 24, 53, 30, 255, 24, 54, 31, 255, 25, 55, 32, 255, 25, 57, 32, 255, 26, 58, 33, 255, 27, 59, 34, 255, 29, 63, 36, 255, 28, 63, 36, 255, 27, 62, 35, 255, 28, 64, 36, 255, 28, 65, 36, 255, 36, 81, 47, 255, 41, 87, 51, 255, 43, 90, 53, 255, 44, 92, 54, 255, 32, 67, 40, 255, 29, 63, 37, 255, 25, 59, 33, 255, 28, 62, 35, 255, 29, 61, 36, 255, 27, 59, 35, 255, 26, 56, 33, 255, 26, 56, 33, 255, 26, 56, 33, 255, 26, 55, 32, 255, 25, 54, 31, 255, 23, 51, 29, 255, 21, 48, 28, 255, 21, 48, 27, 255, 21, 47, 27, 255, 22, 48, 28, 255, 22, 47, 27, 255, 19, 42, 25, 255, 18, 40, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 41, 24, 255, 19, 45, 26, 255, 20, 48, 28, 255, 21, 49, 29, 255, 21, 49, 28, 255, 20, 46, 26, 255, 23, 51, 29, 255, 24, 54, 31, 255, 25, 55, 32, 255, 25, 56, 32, 255, 25, 57, 33, 255, 26, 59, 33, 255, 26, 60, 34, 255, 28, 62, 35, 255, 27, 62, 35, 255, 28, 64, 36, 255, 26, 63, 35, 255, 33, 76, 44, 255, 37, 80, 47, 255, 37, 81, 47, 255, 37, 82, 47, 255, 31, 67, 39, 255, 28, 64, 36, 255, 27, 63, 35, 255, 28, 62, 36, 255, 29, 61, 36, 255, 27, 57, 34, 255, 26, 55, 33, 255, 26, 56, 33, 255, 26, 56, 33, 255, 26, 57, 33, 255, 24, 53, 31, 255, 20, 47, 27, 255, 20, 47, 27, 255, 21, 48, 27, 255, 22, 49, 28, 255, 22, 48, 27, 255, 19, 42, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 41, 23, 255, 19, 46, 26, 255, 21, 49, 29, 255, 22, 51, 29, 255, 21, 48, 27, 255, 21, 49, 28, 255, 24, 53, 31, 255, 25, 55, 32, 255, 26, 57, 33, 255, 25, 57, 33, 255, 25, 58, 33, 255, 26, 59, 34, 255, 26, 60, 34, 255, 27, 62, 35, 255, 28, 63, 36, 255, 26, 62, 35, 255, 31, 73, 41, 255, 35, 78, 45, 255, 35, 79, 45, 255, 36, 80, 46, 255, 29, 66, 37, 255, 28, 64, 36, 255, 27, 63, 35, 255, 28, 62, 36, 255, 28, 61, 36, 255, 26, 56, 34, 255, 26, 55, 33, 255, 26, 57, 33, 255, 26, 57, 33, 255, 25, 56, 33, 255, 22, 51, 29, 255, 20, 47, 27, 255, 22, 49, 28, 255, 21, 48, 27, 255, 21, 47, 27, 255, 19, 44, 25, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 49, 28, 255, 22, 51, 29, 255, 24, 53, 31, 255, 22, 51, 29, 255, 23, 52, 30, 255, 24, 54, 31, 255, 26, 57, 33, 255, 27, 59, 34, 255, 26, 58, 33, 255, 26, 59, 34, 255, 26, 60, 34, 255, 27, 62, 35, 255, 28, 63, 36, 255, 26, 62, 35, 255, 27, 66, 37, 255, 32, 73, 41, 255, 38, 83, 47, 255, 41, 88, 50, 255, 28, 66, 37, 255, 28, 64, 36, 255, 27, 63, 35, 255, 28, 62, 36, 255, 28, 61, 36, 255, 27, 57, 34, 255, 27, 57, 34, 255, 26, 57, 33, 255, 25, 57, 33, 255, 23, 55, 32, 255, 22, 52, 30, 255, 24, 52, 30, 255, 22, 49, 28, 255, 20, 45, 26, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 21, 49, 28, 255, 23, 51, 29, 255, 24, 53, 30, 255, 23, 53, 30, 255, 24, 54, 31, 255, 25, 57, 32, 255, 27, 60, 34, 255, 27, 60, 34, 255, 26, 59, 34, 255, 26, 60, 34, 255, 27, 62, 35, 255, 28, 63, 36, 255, 26, 62, 35, 255, 29, 68, 38, 255, 34, 76, 42, 255, 31, 72, 40, 255, 32, 70, 40, 255, 29, 67, 37, 255, 28, 66, 37, 255, 27, 63, 35, 255, 28, 62, 35, 255, 27, 58, 35, 255, 27, 58, 34, 255, 26, 59, 34, 255, 25, 58, 33, 255, 24, 56, 33, 255, 23, 55, 32, 255, 24, 54, 31, 255, 23, 51, 29, 255, 19, 46, 26, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 46, 26, 255, 22, 50, 28, 255, 23, 53, 30, 255, 25, 56, 32, 255, 26, 57, 33, 255, 28, 60, 35, 255, 28, 61, 35, 255, 26, 59, 34, 255, 26, 60, 34, 255, 27, 62, 35, 255, 28, 63, 36, 255, 26, 62, 35, 255, 33, 74, 42, 255, 38, 81, 46, 255, 35, 76, 43, 255, 33, 72, 42, 255, 30, 69, 39, 255, 30, 68, 38, 255, 27, 63, 35, 255, 27, 60, 35, 255, 26, 56, 34, 255, 26, 59, 35, 255, 25, 59, 34, 255, 24, 58, 34, 255, 24, 56, 33, 255, 23, 55, 32, 255, 23, 52, 30, 255, 19, 46, 26, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 21, 50, 28, 255, 25, 56, 32, 255, 27, 59, 34, 255, 28, 61, 35, 255, 29, 62, 36, 255, 28, 60, 36, 255, 27, 61, 35, 255, 27, 62, 35, 255, 28, 64, 36, 255, 26, 62, 35, 255, 28, 61, 36, 255, 28, 62, 37, 255, 29, 62, 37, 255, 30, 64, 38, 255, 32, 71, 40, 255, 29, 66, 37, 255, 27, 63, 35, 255, 26, 60, 35, 255, 26, 60, 35, 255, 25, 61, 35, 255, 26, 61, 36, 255, 25, 59, 34, 255, 23, 55, 32, 255, 23, 55, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 24, 53, 31, 255, 27, 58, 33, 255, 29, 62, 35, 255, 29, 62, 36, 255, 30, 61, 37, 255, 29, 62, 37, 255, 28, 62, 36, 255, 30, 66, 38, 255, 28, 63, 36, 255, 24, 54, 31, 255, 27, 58, 35, 255, 29, 60, 36, 255, 30, 63, 38, 255, 29, 67, 37, 255, 28, 64, 36, 255, 27, 63, 35, 255, 26, 62, 35, 255, 26, 62, 36, 255, 27, 63, 37, 255, 28, 63, 38, 255, 23, 55, 32, 255, 22, 52, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 58, 33, 255, 29, 62, 36, 255, 30, 61, 37, 255, 30, 62, 38, 255, 30, 63, 38, 255, 29, 64, 37, 255, 30, 66, 38, 255, 24, 53, 31, 255, 25, 54, 32, 255, 25, 54, 32, 255, 26, 56, 33, 255, 28, 65, 36, 255, 28, 64, 36, 255, 27, 63, 35, 255, 27, 64, 36, 255, 26, 62, 36, 255, 27, 62, 37, 255, 24, 57, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 57, 33, 255, 29, 61, 37, 255, 29, 61, 37, 255, 30, 62, 37, 255, 27, 60, 35, 255, 27, 61, 35, 255, 21, 48, 27, 255, 22, 50, 29, 255, 24, 53, 31, 255, 26, 56, 32, 255, 28, 65, 36, 255, 28, 65, 36, 255, 29, 66, 37, 255, 28, 65, 37, 255, 25, 59, 34, 255, 23, 56, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 28, 60, 36, 255, 27, 60, 35, 255, 26, 58, 34, 255, 24, 56, 32, 255, 17, 42, 23, 255, 19, 45, 25, 255, 20, 47, 26, 255, 20, 48, 27, 255, 28, 65, 36, 255, 29, 66, 37, 255, 30, 67, 38, 255, 25, 60, 34, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 27, 59, 35, 255, 25, 57, 33, 255, 23, 55, 32, 255, 15, 37, 20, 255, 15, 38, 21, 255, 16, 40, 22, 255, 18, 43, 24, 255, 28, 64, 36, 255, 28, 64, 36, 255, 26, 60, 34, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 24, 56, 32, 255, 23, 55, 32, 255, 13, 33, 18, 255, 13, 34, 19, 255, 15, 36, 20, 255, 16, 38, 21, 255, 26, 62, 34, 255, 24, 59, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 33, 18, 255, 14, 35, 19, 255, 14, 35, 19, 255, 14, 35, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255), "format": "RGBA8", "height": 64, "mipmaps": false, "width": 64 } -[sub_resource type="ImageTexture" id=24] -image = SubResource( 78 ) -size = Vector2( 64, 64 ) +[sub_resource type="ImageTexture" id="24"] +image = SubResource("Image_5bcp3") -[sub_resource type="ConcavePolygonShape3D" id=25] -data = PackedVector3Array( 0.8545, -0.9999, -0.8544, -0.8544, -0.9999, 0.8545, 0.8545, -0.9999, 0.8545, 0.8545, -0.9999, -0.8544, -0.8544, -0.9999, -0.8544, -0.8544, -0.9999, 0.8545, 0.8545, 1, 0.8545, -0.8544, 1, -0.8544, 0.8545, 1, -0.8544, 0.8545, 1, 0.8545, -0.8544, 1, 0.8545, -0.8544, 1, -0.8544, 0.8545, -0.9999, 0.8545, 0.8545, -0.8544, 1, 1, -0.8544, 0.8545, 0.8545, 0.8545, 1, 0.8545, 1, 0.8545, 1, 0.8545, 0.8545, 1, 0.8545, -0.8544, 0.8545, 1, -0.8544, 0.8545, 0.8545, -0.9999, 0.8545, -0.9999, -0.8544, 1, -0.8544, -0.8544, 0.8545, -0.8544, -0.9999, -0.8544, -0.8544, 1, -0.8544, -0.9999, 0.8545, -0.9999, -0.8544, 0.8545, -0.8544, 1, 0.8545, -0.8544, 0.8545, 1, -0.9999, 0.8545, 0.8545, -0.8544, -0.8544, -0.9999, -0.9999, -0.8544, -0.8544, -0.8544, -0.9999, -0.8544, -0.9999, 0.8545, -0.8544, -0.8544, 0.8545, -0.9999, -0.8544, 1, -0.8544, 0.8545, 0.8545, 1, 1, -0.8544, 0.8545, 0.8545, -0.8544, 1, 0.8545, 0.8545, 1, 1, 0.8545, 0.8545, 1, -0.8544, 0.8545, 0.8545, 1, 0.8545, -0.8544, 0.8545, 1, -0.8544, 1, 0.8545, 0.8545, 1, 0.8545, 0.8545, 0.8545, 1, -0.8544, 0.8545, 1, -0.8544, -0.9999, 0.8545, 0.8545, -0.8544, 1, 0.8545, -0.9999, 0.8545, -0.8544, -0.9999, 0.8545, -0.8544, -0.8544, 1, 0.8545, -0.8544, 1, 0.8545, 1, -0.8544, 1, 0.8545, 0.8545, 0.8545, 1, 0.8545, 0.8545, 1, -0.8544, 1, 0.8545, -0.8544, 1, 0.8545, 0.8545, 0.8545, -0.9999, 0.8545, 1, -0.8544, -0.8544, 0.8545, -0.9999, -0.8544, 0.8545, -0.9999, 0.8545, 1, -0.8544, 0.8545, 1, -0.8544, -0.8544, 0.8545, -0.9999, -0.8544, -0.8544, -0.8544, -0.9999, -0.8544, -0.9999, -0.8544, 0.8545, -0.9999, -0.8544, 0.8545, -0.8544, -0.9999, -0.8544, -0.8544, -0.9999, -0.8544, 1, -0.8544, 0.8545, 0.8545, -0.9999, 0.8545, 1, -0.8544, -0.8544, 1, -0.8544, -0.8544, 0.8545, -0.9999, 0.8545, 0.8545, -0.9999, -0.8544, 1, 0.8545, -0.9999, 0.8545, -0.8544, -0.8544, 1, -0.8544, -0.8544, 1, 0.8545, -0.9999, 0.8545, 0.8545, -0.9999, 0.8545, -0.8544, -0.8544, -0.9999, -0.8544, -0.9999, -0.8544, 0.8545, -0.8544, -0.9999, 0.8545, -0.8544, -0.9999, -0.8544, -0.9999, -0.8544, -0.8544, -0.9999, -0.8544, 0.8545, -0.9999, 0.8545, 0.8545, -0.9999, -0.8544, -0.8544, -0.9999, 0.8545, -0.8544, -0.9999, 0.8545, 0.8545, -0.9999, -0.8544, 0.8545, -0.9999, -0.8544, -0.8544, 1, 0.8545, -0.8544, 1, -0.8544, 0.8545, 1, 0.8545, 0.8545, 1, 0.8545, -0.8544, 1, -0.8544, -0.8544, 1, -0.8544, 0.8545, -0.8544, 0.8545, -0.9999, 0.8545, -0.8544, -0.9999, 0.8545, 0.8545, -0.9999, -0.8544, 0.8545, -0.9999, -0.8544, -0.8544, -0.9999, 0.8545, -0.8544, -0.9999, 0.8545, -0.8544, -0.9999, 1, 0.8545, -0.8544, 0.8545, 0.8545, -0.9999, 0.8545, -0.8544, -0.9999, 1, -0.8544, -0.8544, 1, 0.8545, -0.8544, -0.9999, 0.8545, 0.8545, -0.8544, -0.8544, 1, -0.9999, -0.8544, 0.8545, -0.9999, 0.8545, 0.8545, -0.8544, 0.8545, 1, -0.8544, -0.8544, 1, -0.8544, 0.8545, -0.9999, -0.9999, -0.8544, -0.8544, -0.8544, -0.8544, -0.9999, -0.8544, 0.8545, -0.9999, -0.9999, 0.8545, -0.8544, -0.9999, -0.8544, -0.8544, 0.8545, 0.8545, 1, -0.8544, -0.8544, 1, -0.8544, 0.8545, 1, 0.8545, 0.8545, 1, 0.8545, -0.8544, 1, -0.8544, -0.8544, 1 ) +[sub_resource type="ConcavePolygonShape3D" id="25"] +data = PackedVector3Array(0.8545, -0.9999, -0.8544, -0.8544, -0.9999, 0.8545, 0.8545, -0.9999, 0.8545, 0.8545, -0.9999, -0.8544, -0.8544, -0.9999, -0.8544, -0.8544, -0.9999, 0.8545, 0.8545, 1, 0.8545, -0.8544, 1, -0.8544, 0.8545, 1, -0.8544, 0.8545, 1, 0.8545, -0.8544, 1, 0.8545, -0.8544, 1, -0.8544, 0.8545, -0.9999, 0.8545, 0.8545, -0.8544, 1, 1, -0.8544, 0.8545, 0.8545, 0.8545, 1, 0.8545, 1, 0.8545, 1, 0.8545, 0.8545, 1, 0.8545, -0.8544, 0.8545, 1, -0.8544, 0.8545, 0.8545, -0.9999, 0.8545, -0.9999, -0.8544, 1, -0.8544, -0.8544, 0.8545, -0.8544, -0.9999, -0.8544, -0.8544, 1, -0.8544, -0.9999, 0.8545, -0.9999, -0.8544, 0.8545, -0.8544, 1, 0.8545, -0.8544, 0.8545, 1, -0.9999, 0.8545, 0.8545, -0.8544, -0.8544, -0.9999, -0.9999, -0.8544, -0.8544, -0.8544, -0.9999, -0.8544, -0.9999, 0.8545, -0.8544, -0.8544, 0.8545, -0.9999, -0.8544, 1, -0.8544, 0.8545, 0.8545, 1, 1, -0.8544, 0.8545, 0.8545, -0.8544, 1, 0.8545, 0.8545, 1, 1, 0.8545, 0.8545, 1, -0.8544, 0.8545, 0.8545, 1, 0.8545, -0.8544, 0.8545, 1, -0.8544, 1, 0.8545, 0.8545, 1, 0.8545, 0.8545, 0.8545, 1, -0.8544, 0.8545, 1, -0.8544, -0.9999, 0.8545, 0.8545, -0.8544, 1, 0.8545, -0.9999, 0.8545, -0.8544, -0.9999, 0.8545, -0.8544, -0.8544, 1, 0.8545, -0.8544, 1, 0.8545, 1, -0.8544, 1, 0.8545, 0.8545, 0.8545, 1, 0.8545, 0.8545, 1, -0.8544, 1, 0.8545, -0.8544, 1, 0.8545, 0.8545, 0.8545, -0.9999, 0.8545, 1, -0.8544, -0.8544, 0.8545, -0.9999, -0.8544, 0.8545, -0.9999, 0.8545, 1, -0.8544, 0.8545, 1, -0.8544, -0.8544, 0.8545, -0.9999, -0.8544, -0.8544, -0.8544, -0.9999, -0.8544, -0.9999, -0.8544, 0.8545, -0.9999, -0.8544, 0.8545, -0.8544, -0.9999, -0.8544, -0.8544, -0.9999, -0.8544, 1, -0.8544, 0.8545, 0.8545, -0.9999, 0.8545, 1, -0.8544, -0.8544, 1, -0.8544, -0.8544, 0.8545, -0.9999, 0.8545, 0.8545, -0.9999, -0.8544, 1, 0.8545, -0.9999, 0.8545, -0.8544, -0.8544, 1, -0.8544, -0.8544, 1, 0.8545, -0.9999, 0.8545, 0.8545, -0.9999, 0.8545, -0.8544, -0.8544, -0.9999, -0.8544, -0.9999, -0.8544, 0.8545, -0.8544, -0.9999, 0.8545, -0.8544, -0.9999, -0.8544, -0.9999, -0.8544, -0.8544, -0.9999, -0.8544, 0.8545, -0.9999, 0.8545, 0.8545, -0.9999, -0.8544, -0.8544, -0.9999, 0.8545, -0.8544, -0.9999, 0.8545, 0.8545, -0.9999, -0.8544, 0.8545, -0.9999, -0.8544, -0.8544, 1, 0.8545, -0.8544, 1, -0.8544, 0.8545, 1, 0.8545, 0.8545, 1, 0.8545, -0.8544, 1, -0.8544, -0.8544, 1, -0.8544, 0.8545, -0.8544, 0.8545, -0.9999, 0.8545, -0.8544, -0.9999, 0.8545, 0.8545, -0.9999, -0.8544, 0.8545, -0.9999, -0.8544, -0.8544, -0.9999, 0.8545, -0.8544, -0.9999, 0.8545, -0.8544, -0.9999, 1, 0.8545, -0.8544, 0.8545, 0.8545, -0.9999, 0.8545, -0.8544, -0.9999, 1, -0.8544, -0.8544, 1, 0.8545, -0.8544, -0.9999, 0.8545, 0.8545, -0.8544, -0.8544, 1, -0.9999, -0.8544, 0.8545, -0.9999, 0.8545, 0.8545, -0.8544, 0.8545, 1, -0.8544, -0.8544, 1, -0.8544, 0.8545, -0.9999, -0.9999, -0.8544, -0.8544, -0.8544, -0.8544, -0.9999, -0.8544, 0.8545, -0.9999, -0.9999, 0.8545, -0.8544, -0.9999, -0.8544, -0.8544, 0.8545, 0.8545, 1, -0.8544, -0.8544, 1, -0.8544, 0.8545, 1, 0.8545, 0.8545, 1, 0.8545, -0.8544, 1, -0.8544, -0.8544, 1) -[sub_resource type="ArrayMesh" id=26] +[sub_resource type="ArrayMesh" id="26"] resource_name = "Cube.031" -surfaces/0 = { -"aabb": AABB( -1, -1, -1, 2, 2, 2 ), -"array_data": PackedByteArray( 255, 187, 0, 188, 0, 60, 0, 60, 0, 0, 126, 0, 238, 20, 245, 51, 0, 60, 0, 188, 0, 60, 0, 60, 0, 0, 126, 0, 1, 52, 245, 51, 0, 60, 0, 60, 0, 60, 0, 60, 0, 0, 126, 0, 1, 52, 64, 15, 255, 187, 0, 60, 0, 60, 0, 60, 0, 0, 126, 0, 238, 20, 64, 15, 0, 60, 0, 188, 0, 60, 0, 60, 0, 130, 0, 0, 1, 54, 249, 56, 0, 188, 0, 188, 0, 60, 0, 60, 0, 130, 0, 0, 250, 56, 249, 56, 0, 188, 255, 187, 0, 188, 0, 60, 0, 130, 0, 0, 250, 56, 255, 53, 0, 60, 255, 187, 0, 188, 0, 60, 0, 130, 0, 0, 1, 54, 255, 53 ), -"array_index_data": PackedByteArray( 0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0 ), -"blend_shape_data": [ ], -"format": 98067, +_surfaces = [{ +"aabb": AABB(-1, -1, -1, 2, 2, 2), +"attribute_data": PackedByteArray(0, 192, 157, 58, 0, 160, 126, 62, 0, 32, 128, 62, 0, 160, 126, 62, 0, 32, 128, 62, 0, 0, 232, 57, 0, 192, 157, 58, 0, 0, 232, 57, 0, 32, 192, 62, 0, 32, 31, 63, 0, 64, 31, 63, 0, 32, 31, 63, 0, 64, 31, 63, 0, 224, 191, 62, 0, 32, 192, 62, 0, 224, 191, 62), +"format": 4115, "index_count": 12, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [ ], -"vertex_count": 8 -} - -[sub_resource type="Image" id=79] +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 8, +"vertex_data": PackedByteArray(0, 224, 127, 191, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 255, 127, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 255, 127, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 255, 127, 255, 127, 0, 224, 127, 191, 0, 0, 128, 63, 0, 0, 128, 63, 255, 127, 255, 127, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 0, 0, 0, 0, 128, 191, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 0, 0, 0, 0, 128, 191, 0, 224, 127, 191, 0, 0, 128, 191, 255, 127, 0, 0, 0, 0, 128, 63, 0, 224, 127, 191, 0, 0, 128, 191, 255, 127, 0, 0) +}] + +[sub_resource type="Image" id="Image_k1ymy"] data = { -"data": PackedByteArray( 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 47, 26, 255, 20, 16, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 46, 26, 255, 37, 28, 24, 255, 27, 21, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 25, 45, 25, 255, 37, 28, 24, 255, 37, 28, 24, 255, 34, 26, 22, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 43, 23, 255, 34, 27, 23, 255, 37, 28, 24, 255, 35, 28, 24, 255, 36, 28, 24, 255, 35, 27, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 47, 26, 255, 29, 24, 21, 255, 32, 26, 22, 255, 33, 27, 23, 255, 31, 25, 22, 255, 35, 27, 23, 255, 37, 28, 23, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 36, 54, 31, 255, 42, 32, 27, 255, 32, 26, 22, 255, 32, 26, 22, 255, 31, 25, 22, 255, 30, 25, 21, 255, 33, 26, 23, 255, 30, 25, 21, 255, 29, 23, 17, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 35, 52, 30, 255, 53, 38, 33, 255, 47, 34, 30, 255, 38, 30, 25, 255, 36, 28, 24, 255, 34, 27, 23, 255, 31, 25, 21, 255, 33, 26, 23, 255, 30, 25, 21, 255, 25, 20, 17, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 35, 51, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 51, 37, 32, 255, 45, 33, 29, 255, 42, 32, 27, 255, 40, 31, 26, 255, 39, 30, 25, 255, 35, 27, 24, 255, 32, 26, 22, 255, 27, 23, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 35, 51, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 31, 255, 48, 36, 30, 255, 48, 36, 30, 255, 43, 32, 28, 255, 37, 28, 24, 255, 38, 30, 25, 255, 31, 26, 22, 255, 19, 16, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 30, 48, 26, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 52, 38, 32, 255, 53, 38, 33, 255, 46, 34, 29, 255, 48, 35, 30, 255, 46, 34, 29, 255, 36, 28, 24, 255, 24, 21, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 21, 43, 22, 255, 40, 31, 26, 255, 50, 37, 31, 255, 49, 36, 31, 255, 49, 36, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 37, 32, 255, 53, 38, 33, 255, 51, 37, 32, 255, 40, 31, 26, 255, 29, 24, 21, 255, 17, 15, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 23, 43, 22, 255, 30, 25, 21, 255, 35, 28, 24, 255, 42, 31, 27, 255, 39, 30, 26, 255, 46, 34, 29, 255, 51, 37, 32, 255, 49, 37, 31, 255, 52, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 44, 33, 28, 255, 34, 27, 23, 255, 22, 19, 16, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 25, 45, 23, 255, 35, 27, 23, 255, 31, 25, 22, 255, 30, 25, 21, 255, 33, 26, 23, 255, 37, 28, 24, 255, 42, 31, 27, 255, 43, 33, 28, 255, 45, 34, 29, 255, 49, 36, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 31, 255, 37, 29, 25, 255, 27, 23, 20, 255, 15, 13, 11, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 47, 25, 255, 37, 28, 24, 255, 36, 28, 24, 255, 33, 26, 22, 255, 29, 24, 21, 255, 31, 26, 22, 255, 34, 27, 23, 255, 34, 27, 23, 255, 37, 30, 25, 255, 40, 31, 26, 255, 43, 32, 28, 255, 51, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 50, 36, 31, 255, 35, 28, 24, 255, 30, 25, 21, 255, 20, 17, 15, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 47, 25, 255, 37, 28, 24, 255, 37, 28, 24, 255, 37, 28, 24, 255, 34, 27, 23, 255, 31, 25, 21, 255, 31, 25, 21, 255, 31, 26, 22, 255, 29, 24, 21, 255, 33, 27, 23, 255, 33, 27, 23, 255, 36, 28, 24, 255, 46, 34, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 42, 32, 27, 255, 35, 27, 23, 255, 31, 25, 22, 255, 30, 24, 20, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 46, 25, 255, 37, 28, 24, 255, 37, 28, 24, 255, 37, 28, 24, 255, 37, 28, 24, 255, 36, 28, 24, 255, 33, 26, 23, 255, 33, 27, 22, 255, 33, 27, 23, 255, 30, 25, 21, 255, 32, 26, 22, 255, 30, 25, 21, 255, 32, 26, 22, 255, 42, 32, 27, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 50, 37, 31, 255, 43, 32, 27, 255, 36, 28, 24, 255, 33, 26, 22, 255, 36, 28, 24, 255, 24, 18, 16, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 24, 44, 23, 255, 36, 28, 24, 255, 37, 28, 24, 255, 36, 28, 24, 255, 37, 28, 24, 255, 37, 28, 24, 255, 37, 29, 25, 255, 36, 29, 24, 255, 37, 29, 24, 255, 37, 29, 25, 255, 34, 28, 23, 255, 33, 27, 23, 255, 31, 26, 22, 255, 29, 24, 21, 255, 38, 29, 25, 255, 48, 35, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 45, 34, 29, 255, 33, 27, 23, 255, 31, 25, 22, 255, 35, 27, 23, 255, 30, 23, 20, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 24, 45, 23, 255, 31, 25, 22, 255, 34, 27, 23, 255, 34, 27, 23, 255, 33, 26, 23, 255, 37, 28, 24, 255, 36, 28, 24, 255, 37, 29, 25, 255, 39, 31, 26, 255, 39, 31, 26, 255, 39, 31, 26, 255, 37, 29, 24, 255, 34, 28, 23, 255, 32, 26, 22, 255, 30, 25, 21, 255, 33, 27, 23, 255, 45, 33, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 43, 33, 28, 255, 32, 26, 22, 255, 30, 25, 21, 255, 35, 27, 23, 255, 37, 28, 24, 255, 21, 16, 14, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 50, 28, 255, 37, 29, 25, 255, 29, 24, 21, 255, 33, 26, 22, 255, 29, 24, 21, 255, 32, 26, 22, 255, 34, 27, 23, 255, 32, 26, 22, 255, 35, 28, 24, 255, 39, 31, 26, 255, 38, 30, 25, 255, 39, 31, 26, 255, 38, 30, 25, 255, 35, 28, 24, 255, 33, 27, 23, 255, 31, 25, 21, 255, 31, 26, 22, 255, 44, 33, 28, 255, 52, 38, 32, 255, 53, 38, 33, 255, 50, 37, 31, 255, 41, 32, 27, 255, 33, 26, 23, 255, 32, 26, 22, 255, 37, 28, 24, 255, 37, 28, 24, 255, 22, 17, 14, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 36, 53, 31, 255, 52, 38, 32, 255, 41, 31, 27, 255, 34, 27, 23, 255, 34, 27, 23, 255, 32, 26, 22, 255, 31, 25, 22, 255, 32, 26, 22, 255, 29, 24, 21, 255, 33, 27, 23, 255, 35, 28, 24, 255, 36, 29, 24, 255, 38, 30, 25, 255, 39, 30, 26, 255, 36, 29, 24, 255, 34, 27, 23, 255, 32, 26, 22, 255, 36, 29, 24, 255, 45, 34, 29, 255, 51, 37, 32, 255, 53, 38, 33, 255, 48, 35, 30, 255, 39, 30, 26, 255, 33, 26, 23, 255, 35, 28, 24, 255, 37, 28, 24, 255, 29, 22, 19, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 55, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 47, 35, 30, 255, 41, 31, 27, 255, 40, 31, 26, 255, 37, 29, 25, 255, 35, 28, 24, 255, 33, 27, 23, 255, 30, 25, 21, 255, 31, 25, 21, 255, 32, 26, 22, 255, 35, 28, 23, 255, 37, 29, 25, 255, 39, 31, 26, 255, 37, 30, 25, 255, 34, 28, 23, 255, 31, 26, 22, 255, 37, 30, 25, 255, 46, 35, 29, 255, 52, 38, 32, 255, 53, 38, 33, 255, 48, 35, 30, 255, 38, 29, 25, 255, 30, 25, 21, 255, 34, 27, 23, 255, 29, 22, 19, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 54, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 51, 37, 32, 255, 47, 35, 30, 255, 47, 35, 29, 255, 45, 33, 29, 255, 40, 30, 26, 255, 35, 27, 23, 255, 34, 27, 23, 255, 29, 24, 21, 255, 31, 26, 22, 255, 34, 27, 23, 255, 36, 29, 24, 255, 38, 30, 25, 255, 38, 30, 25, 255, 33, 27, 23, 255, 29, 25, 21, 255, 37, 29, 24, 255, 49, 36, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 50, 36, 31, 255, 38, 30, 25, 255, 29, 24, 21, 255, 25, 20, 17, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 34, 52, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 51, 37, 32, 255, 52, 38, 32, 255, 50, 36, 31, 255, 43, 32, 27, 255, 45, 34, 29, 255, 41, 31, 27, 255, 30, 25, 21, 255, 30, 25, 21, 255, 33, 27, 22, 255, 35, 28, 24, 255, 38, 30, 25, 255, 39, 31, 26, 255, 33, 27, 23, 255, 29, 24, 21, 255, 39, 30, 26, 255, 49, 36, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 43, 32, 28, 255, 25, 20, 17, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 27, 49, 27, 255, 45, 34, 29, 255, 53, 38, 33, 255, 50, 37, 31, 255, 52, 38, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 32, 255, 50, 37, 31, 255, 53, 38, 33, 255, 45, 34, 29, 255, 35, 28, 24, 255, 29, 25, 21, 255, 32, 26, 22, 255, 35, 28, 24, 255, 39, 31, 26, 255, 38, 30, 25, 255, 32, 26, 22, 255, 33, 26, 22, 255, 39, 30, 26, 255, 46, 34, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 37, 27, 23, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 25, 49, 27, 255, 30, 25, 21, 255, 41, 31, 27, 255, 46, 34, 29, 255, 43, 32, 27, 255, 50, 36, 31, 255, 52, 38, 32, 255, 51, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 50, 36, 31, 255, 39, 30, 26, 255, 29, 24, 21, 255, 31, 26, 22, 255, 37, 29, 25, 255, 39, 31, 26, 255, 36, 29, 24, 255, 31, 26, 22, 255, 33, 26, 23, 255, 37, 28, 24, 255, 48, 35, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 42, 30, 26, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 28, 50, 28, 255, 33, 26, 23, 255, 29, 24, 21, 255, 34, 27, 23, 255, 35, 27, 24, 255, 40, 30, 26, 255, 45, 34, 29, 255, 47, 35, 29, 255, 47, 35, 30, 255, 51, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 44, 33, 28, 255, 32, 26, 22, 255, 31, 26, 22, 255, 36, 29, 24, 255, 39, 31, 26, 255, 34, 27, 23, 255, 29, 24, 21, 255, 32, 26, 22, 255, 41, 31, 26, 255, 53, 38, 33, 255, 53, 38, 33, 255, 42, 30, 26, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 32, 25, 21, 255, 34, 27, 23, 255, 31, 25, 22, 255, 30, 25, 21, 255, 33, 27, 23, 255, 35, 28, 24, 255, 37, 29, 25, 255, 40, 32, 26, 255, 43, 33, 28, 255, 47, 35, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 45, 34, 29, 255, 33, 26, 22, 255, 29, 24, 21, 255, 34, 27, 23, 255, 38, 29, 25, 255, 34, 27, 23, 255, 30, 25, 21, 255, 31, 26, 22, 255, 44, 33, 28, 255, 53, 38, 33, 255, 42, 30, 26, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 20, 17, 255, 36, 28, 24, 255, 32, 26, 22, 255, 29, 24, 21, 255, 32, 26, 22, 255, 31, 25, 22, 255, 32, 26, 22, 255, 36, 29, 24, 255, 35, 28, 24, 255, 41, 31, 27, 255, 52, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 51, 37, 32, 255, 40, 30, 26, 255, 33, 26, 23, 255, 29, 24, 21, 255, 35, 28, 24, 255, 37, 28, 24, 255, 36, 28, 24, 255, 32, 26, 22, 255, 29, 24, 21, 255, 39, 30, 26, 255, 39, 29, 25, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 35, 27, 23, 255, 34, 27, 23, 255, 31, 26, 22, 255, 32, 26, 22, 255, 31, 26, 22, 255, 29, 24, 21, 255, 32, 26, 22, 255, 29, 24, 21, 255, 37, 29, 25, 255, 47, 35, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 35, 30, 255, 39, 30, 26, 255, 34, 27, 23, 255, 33, 26, 23, 255, 37, 28, 24, 255, 37, 28, 24, 255, 37, 28, 24, 255, 33, 27, 23, 255, 30, 25, 21, 255, 28, 22, 19, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 28, 22, 19, 255, 36, 28, 24, 255, 35, 28, 24, 255, 36, 29, 24, 255, 34, 28, 23, 255, 33, 27, 22, 255, 32, 26, 22, 255, 30, 25, 21, 255, 32, 26, 22, 255, 43, 32, 28, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 31, 255, 42, 32, 27, 255, 32, 26, 22, 255, 33, 26, 23, 255, 37, 28, 24, 255, 37, 28, 24, 255, 37, 28, 24, 255, 35, 27, 24, 255, 25, 20, 17, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 17, 15, 255, 39, 30, 26, 255, 38, 30, 25, 255, 39, 31, 26, 255, 37, 30, 25, 255, 36, 29, 24, 255, 33, 27, 23, 255, 31, 26, 22, 255, 29, 24, 21, 255, 39, 30, 26, 255, 49, 36, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 37, 32, 255, 40, 31, 26, 255, 29, 24, 21, 255, 32, 26, 22, 255, 36, 28, 24, 255, 37, 28, 24, 255, 37, 28, 24, 255, 29, 22, 19, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 26, 22, 255, 39, 31, 26, 255, 38, 30, 25, 255, 39, 31, 26, 255, 37, 29, 24, 255, 34, 28, 23, 255, 32, 26, 22, 255, 30, 25, 21, 255, 36, 28, 24, 255, 48, 35, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 30, 255, 38, 30, 25, 255, 31, 25, 22, 255, 33, 26, 23, 255, 37, 28, 24, 255, 37, 28, 24, 255, 29, 22, 19, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 20, 17, 255, 36, 29, 24, 255, 37, 29, 24, 255, 39, 31, 26, 255, 38, 30, 25, 255, 35, 28, 24, 255, 33, 27, 22, 255, 32, 26, 22, 255, 38, 30, 25, 255, 47, 35, 30, 255, 53, 38, 32, 255, 52, 38, 32, 255, 46, 34, 29, 255, 37, 29, 24, 255, 33, 26, 22, 255, 37, 28, 24, 255, 37, 28, 24, 255, 29, 22, 19, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 25, 21, 255, 36, 29, 24, 255, 38, 30, 25, 255, 38, 30, 25, 255, 36, 29, 24, 255, 33, 27, 22, 255, 33, 27, 23, 255, 40, 31, 26, 255, 48, 36, 30, 255, 53, 38, 32, 255, 52, 38, 32, 255, 45, 33, 29, 255, 34, 27, 23, 255, 32, 26, 22, 255, 36, 28, 24, 255, 29, 22, 19, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 25, 20, 17, 255, 35, 28, 23, 255, 37, 30, 25, 255, 39, 31, 26, 255, 37, 29, 24, 255, 31, 26, 22, 255, 32, 26, 22, 255, 40, 31, 26, 255, 51, 37, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 46, 34, 29, 255, 33, 27, 23, 255, 31, 25, 21, 255, 27, 21, 18, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 27, 23, 255, 36, 29, 24, 255, 39, 31, 26, 255, 37, 29, 25, 255, 31, 26, 22, 255, 30, 25, 21, 255, 42, 32, 27, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 35, 30, 255, 37, 29, 25, 255, 23, 19, 16, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 27, 22, 18, 255, 36, 29, 24, 255, 39, 31, 26, 255, 37, 29, 24, 255, 31, 26, 22, 255, 33, 27, 23, 255, 43, 32, 27, 255, 50, 36, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 33, 25, 21, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 18, 15, 255, 38, 30, 25, 255, 38, 30, 25, 255, 34, 28, 23, 255, 32, 26, 22, 255, 35, 27, 23, 255, 40, 30, 26, 255, 50, 36, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 42, 30, 26, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 35, 27, 23, 255, 38, 30, 25, 255, 33, 26, 22, 255, 30, 25, 21, 255, 33, 27, 23, 255, 44, 33, 28, 255, 53, 38, 33, 255, 53, 38, 33, 255, 42, 30, 26, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 28, 22, 18, 255, 37, 29, 25, 255, 32, 26, 22, 255, 29, 24, 21, 255, 35, 27, 23, 255, 49, 36, 31, 255, 53, 38, 33, 255, 42, 30, 26, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 35, 27, 23, 255, 34, 27, 23, 255, 30, 25, 21, 255, 34, 27, 23, 255, 45, 33, 29, 255, 42, 30, 26, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 29, 22, 19, 255, 35, 28, 24, 255, 32, 26, 22, 255, 30, 25, 21, 255, 32, 24, 21, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 17, 15, 255, 37, 28, 24, 255, 33, 26, 23, 255, 23, 19, 16, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 24, 21, 255, 27, 21, 18, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 15, 13, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255 ), +"data": PackedByteArray(76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 47, 26, 255, 20, 16, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 46, 26, 255, 37, 28, 24, 255, 27, 21, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 25, 45, 25, 255, 37, 28, 24, 255, 37, 28, 24, 255, 34, 26, 22, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 43, 23, 255, 34, 27, 23, 255, 37, 28, 24, 255, 35, 28, 24, 255, 36, 28, 24, 255, 35, 27, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 47, 26, 255, 29, 24, 21, 255, 32, 26, 22, 255, 33, 27, 23, 255, 31, 25, 22, 255, 35, 27, 23, 255, 37, 28, 23, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 36, 54, 31, 255, 42, 32, 27, 255, 32, 26, 22, 255, 32, 26, 22, 255, 31, 25, 22, 255, 30, 25, 21, 255, 33, 26, 23, 255, 30, 25, 21, 255, 29, 23, 17, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 35, 52, 30, 255, 53, 38, 33, 255, 47, 34, 30, 255, 38, 30, 25, 255, 36, 28, 24, 255, 34, 27, 23, 255, 31, 25, 21, 255, 33, 26, 23, 255, 30, 25, 21, 255, 25, 20, 17, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 35, 51, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 51, 37, 32, 255, 45, 33, 29, 255, 42, 32, 27, 255, 40, 31, 26, 255, 39, 30, 25, 255, 35, 27, 24, 255, 32, 26, 22, 255, 27, 23, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 35, 51, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 31, 255, 48, 36, 30, 255, 48, 36, 30, 255, 43, 32, 28, 255, 37, 28, 24, 255, 38, 30, 25, 255, 31, 26, 22, 255, 19, 16, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 30, 48, 26, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 52, 38, 32, 255, 53, 38, 33, 255, 46, 34, 29, 255, 48, 35, 30, 255, 46, 34, 29, 255, 36, 28, 24, 255, 24, 21, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 21, 43, 22, 255, 40, 31, 26, 255, 50, 37, 31, 255, 49, 36, 31, 255, 49, 36, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 37, 32, 255, 53, 38, 33, 255, 51, 37, 32, 255, 40, 31, 26, 255, 29, 24, 21, 255, 17, 15, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 23, 43, 22, 255, 30, 25, 21, 255, 35, 28, 24, 255, 42, 31, 27, 255, 39, 30, 26, 255, 46, 34, 29, 255, 51, 37, 32, 255, 49, 37, 31, 255, 52, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 44, 33, 28, 255, 34, 27, 23, 255, 22, 19, 16, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 25, 45, 23, 255, 35, 27, 23, 255, 31, 25, 22, 255, 30, 25, 21, 255, 33, 26, 23, 255, 37, 28, 24, 255, 42, 31, 27, 255, 43, 33, 28, 255, 45, 34, 29, 255, 49, 36, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 31, 255, 37, 29, 25, 255, 27, 23, 20, 255, 15, 13, 11, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 47, 25, 255, 37, 28, 24, 255, 36, 28, 24, 255, 33, 26, 22, 255, 29, 24, 21, 255, 31, 26, 22, 255, 34, 27, 23, 255, 34, 27, 23, 255, 37, 30, 25, 255, 40, 31, 26, 255, 43, 32, 28, 255, 51, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 50, 36, 31, 255, 35, 28, 24, 255, 30, 25, 21, 255, 20, 17, 15, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 47, 25, 255, 37, 28, 24, 255, 37, 28, 24, 255, 37, 28, 24, 255, 34, 27, 23, 255, 31, 25, 21, 255, 31, 25, 21, 255, 31, 26, 22, 255, 29, 24, 21, 255, 33, 27, 23, 255, 33, 27, 23, 255, 36, 28, 24, 255, 46, 34, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 42, 32, 27, 255, 35, 27, 23, 255, 31, 25, 22, 255, 30, 24, 20, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 46, 25, 255, 37, 28, 24, 255, 37, 28, 24, 255, 37, 28, 24, 255, 37, 28, 24, 255, 36, 28, 24, 255, 33, 26, 23, 255, 33, 27, 22, 255, 33, 27, 23, 255, 30, 25, 21, 255, 32, 26, 22, 255, 30, 25, 21, 255, 32, 26, 22, 255, 42, 32, 27, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 50, 37, 31, 255, 43, 32, 27, 255, 36, 28, 24, 255, 33, 26, 22, 255, 36, 28, 24, 255, 24, 18, 16, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 24, 44, 23, 255, 36, 28, 24, 255, 37, 28, 24, 255, 36, 28, 24, 255, 37, 28, 24, 255, 37, 28, 24, 255, 37, 29, 25, 255, 36, 29, 24, 255, 37, 29, 24, 255, 37, 29, 25, 255, 34, 28, 23, 255, 33, 27, 23, 255, 31, 26, 22, 255, 29, 24, 21, 255, 38, 29, 25, 255, 48, 35, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 45, 34, 29, 255, 33, 27, 23, 255, 31, 25, 22, 255, 35, 27, 23, 255, 30, 23, 20, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 24, 45, 23, 255, 31, 25, 22, 255, 34, 27, 23, 255, 34, 27, 23, 255, 33, 26, 23, 255, 37, 28, 24, 255, 36, 28, 24, 255, 37, 29, 25, 255, 39, 31, 26, 255, 39, 31, 26, 255, 39, 31, 26, 255, 37, 29, 24, 255, 34, 28, 23, 255, 32, 26, 22, 255, 30, 25, 21, 255, 33, 27, 23, 255, 45, 33, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 43, 33, 28, 255, 32, 26, 22, 255, 30, 25, 21, 255, 35, 27, 23, 255, 37, 28, 24, 255, 21, 16, 14, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 50, 28, 255, 37, 29, 25, 255, 29, 24, 21, 255, 33, 26, 22, 255, 29, 24, 21, 255, 32, 26, 22, 255, 34, 27, 23, 255, 32, 26, 22, 255, 35, 28, 24, 255, 39, 31, 26, 255, 38, 30, 25, 255, 39, 31, 26, 255, 38, 30, 25, 255, 35, 28, 24, 255, 33, 27, 23, 255, 31, 25, 21, 255, 31, 26, 22, 255, 44, 33, 28, 255, 52, 38, 32, 255, 53, 38, 33, 255, 50, 37, 31, 255, 41, 32, 27, 255, 33, 26, 23, 255, 32, 26, 22, 255, 37, 28, 24, 255, 37, 28, 24, 255, 22, 17, 14, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 36, 53, 31, 255, 52, 38, 32, 255, 41, 31, 27, 255, 34, 27, 23, 255, 34, 27, 23, 255, 32, 26, 22, 255, 31, 25, 22, 255, 32, 26, 22, 255, 29, 24, 21, 255, 33, 27, 23, 255, 35, 28, 24, 255, 36, 29, 24, 255, 38, 30, 25, 255, 39, 30, 26, 255, 36, 29, 24, 255, 34, 27, 23, 255, 32, 26, 22, 255, 36, 29, 24, 255, 45, 34, 29, 255, 51, 37, 32, 255, 53, 38, 33, 255, 48, 35, 30, 255, 39, 30, 26, 255, 33, 26, 23, 255, 35, 28, 24, 255, 37, 28, 24, 255, 29, 22, 19, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 55, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 47, 35, 30, 255, 41, 31, 27, 255, 40, 31, 26, 255, 37, 29, 25, 255, 35, 28, 24, 255, 33, 27, 23, 255, 30, 25, 21, 255, 31, 25, 21, 255, 32, 26, 22, 255, 35, 28, 23, 255, 37, 29, 25, 255, 39, 31, 26, 255, 37, 30, 25, 255, 34, 28, 23, 255, 31, 26, 22, 255, 37, 30, 25, 255, 46, 35, 29, 255, 52, 38, 32, 255, 53, 38, 33, 255, 48, 35, 30, 255, 38, 29, 25, 255, 30, 25, 21, 255, 34, 27, 23, 255, 29, 22, 19, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 54, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 51, 37, 32, 255, 47, 35, 30, 255, 47, 35, 29, 255, 45, 33, 29, 255, 40, 30, 26, 255, 35, 27, 23, 255, 34, 27, 23, 255, 29, 24, 21, 255, 31, 26, 22, 255, 34, 27, 23, 255, 36, 29, 24, 255, 38, 30, 25, 255, 38, 30, 25, 255, 33, 27, 23, 255, 29, 25, 21, 255, 37, 29, 24, 255, 49, 36, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 50, 36, 31, 255, 38, 30, 25, 255, 29, 24, 21, 255, 25, 20, 17, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 34, 52, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 51, 37, 32, 255, 52, 38, 32, 255, 50, 36, 31, 255, 43, 32, 27, 255, 45, 34, 29, 255, 41, 31, 27, 255, 30, 25, 21, 255, 30, 25, 21, 255, 33, 27, 22, 255, 35, 28, 24, 255, 38, 30, 25, 255, 39, 31, 26, 255, 33, 27, 23, 255, 29, 24, 21, 255, 39, 30, 26, 255, 49, 36, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 43, 32, 28, 255, 25, 20, 17, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 27, 49, 27, 255, 45, 34, 29, 255, 53, 38, 33, 255, 50, 37, 31, 255, 52, 38, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 32, 255, 50, 37, 31, 255, 53, 38, 33, 255, 45, 34, 29, 255, 35, 28, 24, 255, 29, 25, 21, 255, 32, 26, 22, 255, 35, 28, 24, 255, 39, 31, 26, 255, 38, 30, 25, 255, 32, 26, 22, 255, 33, 26, 22, 255, 39, 30, 26, 255, 46, 34, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 37, 27, 23, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 25, 49, 27, 255, 30, 25, 21, 255, 41, 31, 27, 255, 46, 34, 29, 255, 43, 32, 27, 255, 50, 36, 31, 255, 52, 38, 32, 255, 51, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 50, 36, 31, 255, 39, 30, 26, 255, 29, 24, 21, 255, 31, 26, 22, 255, 37, 29, 25, 255, 39, 31, 26, 255, 36, 29, 24, 255, 31, 26, 22, 255, 33, 26, 23, 255, 37, 28, 24, 255, 48, 35, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 42, 30, 26, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 28, 50, 28, 255, 33, 26, 23, 255, 29, 24, 21, 255, 34, 27, 23, 255, 35, 27, 24, 255, 40, 30, 26, 255, 45, 34, 29, 255, 47, 35, 29, 255, 47, 35, 30, 255, 51, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 44, 33, 28, 255, 32, 26, 22, 255, 31, 26, 22, 255, 36, 29, 24, 255, 39, 31, 26, 255, 34, 27, 23, 255, 29, 24, 21, 255, 32, 26, 22, 255, 41, 31, 26, 255, 53, 38, 33, 255, 53, 38, 33, 255, 42, 30, 26, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 32, 25, 21, 255, 34, 27, 23, 255, 31, 25, 22, 255, 30, 25, 21, 255, 33, 27, 23, 255, 35, 28, 24, 255, 37, 29, 25, 255, 40, 32, 26, 255, 43, 33, 28, 255, 47, 35, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 45, 34, 29, 255, 33, 26, 22, 255, 29, 24, 21, 255, 34, 27, 23, 255, 38, 29, 25, 255, 34, 27, 23, 255, 30, 25, 21, 255, 31, 26, 22, 255, 44, 33, 28, 255, 53, 38, 33, 255, 42, 30, 26, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 20, 17, 255, 36, 28, 24, 255, 32, 26, 22, 255, 29, 24, 21, 255, 32, 26, 22, 255, 31, 25, 22, 255, 32, 26, 22, 255, 36, 29, 24, 255, 35, 28, 24, 255, 41, 31, 27, 255, 52, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 51, 37, 32, 255, 40, 30, 26, 255, 33, 26, 23, 255, 29, 24, 21, 255, 35, 28, 24, 255, 37, 28, 24, 255, 36, 28, 24, 255, 32, 26, 22, 255, 29, 24, 21, 255, 39, 30, 26, 255, 39, 29, 25, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 35, 27, 23, 255, 34, 27, 23, 255, 31, 26, 22, 255, 32, 26, 22, 255, 31, 26, 22, 255, 29, 24, 21, 255, 32, 26, 22, 255, 29, 24, 21, 255, 37, 29, 25, 255, 47, 35, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 35, 30, 255, 39, 30, 26, 255, 34, 27, 23, 255, 33, 26, 23, 255, 37, 28, 24, 255, 37, 28, 24, 255, 37, 28, 24, 255, 33, 27, 23, 255, 30, 25, 21, 255, 28, 22, 19, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 28, 22, 19, 255, 36, 28, 24, 255, 35, 28, 24, 255, 36, 29, 24, 255, 34, 28, 23, 255, 33, 27, 22, 255, 32, 26, 22, 255, 30, 25, 21, 255, 32, 26, 22, 255, 43, 32, 28, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 31, 255, 42, 32, 27, 255, 32, 26, 22, 255, 33, 26, 23, 255, 37, 28, 24, 255, 37, 28, 24, 255, 37, 28, 24, 255, 35, 27, 24, 255, 25, 20, 17, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 17, 15, 255, 39, 30, 26, 255, 38, 30, 25, 255, 39, 31, 26, 255, 37, 30, 25, 255, 36, 29, 24, 255, 33, 27, 23, 255, 31, 26, 22, 255, 29, 24, 21, 255, 39, 30, 26, 255, 49, 36, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 37, 32, 255, 40, 31, 26, 255, 29, 24, 21, 255, 32, 26, 22, 255, 36, 28, 24, 255, 37, 28, 24, 255, 37, 28, 24, 255, 29, 22, 19, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 26, 22, 255, 39, 31, 26, 255, 38, 30, 25, 255, 39, 31, 26, 255, 37, 29, 24, 255, 34, 28, 23, 255, 32, 26, 22, 255, 30, 25, 21, 255, 36, 28, 24, 255, 48, 35, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 30, 255, 38, 30, 25, 255, 31, 25, 22, 255, 33, 26, 23, 255, 37, 28, 24, 255, 37, 28, 24, 255, 29, 22, 19, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 20, 17, 255, 36, 29, 24, 255, 37, 29, 24, 255, 39, 31, 26, 255, 38, 30, 25, 255, 35, 28, 24, 255, 33, 27, 22, 255, 32, 26, 22, 255, 38, 30, 25, 255, 47, 35, 30, 255, 53, 38, 32, 255, 52, 38, 32, 255, 46, 34, 29, 255, 37, 29, 24, 255, 33, 26, 22, 255, 37, 28, 24, 255, 37, 28, 24, 255, 29, 22, 19, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 25, 21, 255, 36, 29, 24, 255, 38, 30, 25, 255, 38, 30, 25, 255, 36, 29, 24, 255, 33, 27, 22, 255, 33, 27, 23, 255, 40, 31, 26, 255, 48, 36, 30, 255, 53, 38, 32, 255, 52, 38, 32, 255, 45, 33, 29, 255, 34, 27, 23, 255, 32, 26, 22, 255, 36, 28, 24, 255, 29, 22, 19, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 25, 20, 17, 255, 35, 28, 23, 255, 37, 30, 25, 255, 39, 31, 26, 255, 37, 29, 24, 255, 31, 26, 22, 255, 32, 26, 22, 255, 40, 31, 26, 255, 51, 37, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 46, 34, 29, 255, 33, 27, 23, 255, 31, 25, 21, 255, 27, 21, 18, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 27, 23, 255, 36, 29, 24, 255, 39, 31, 26, 255, 37, 29, 25, 255, 31, 26, 22, 255, 30, 25, 21, 255, 42, 32, 27, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 35, 30, 255, 37, 29, 25, 255, 23, 19, 16, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 27, 22, 18, 255, 36, 29, 24, 255, 39, 31, 26, 255, 37, 29, 24, 255, 31, 26, 22, 255, 33, 27, 23, 255, 43, 32, 27, 255, 50, 36, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 33, 25, 21, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 18, 15, 255, 38, 30, 25, 255, 38, 30, 25, 255, 34, 28, 23, 255, 32, 26, 22, 255, 35, 27, 23, 255, 40, 30, 26, 255, 50, 36, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 42, 30, 26, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 35, 27, 23, 255, 38, 30, 25, 255, 33, 26, 22, 255, 30, 25, 21, 255, 33, 27, 23, 255, 44, 33, 28, 255, 53, 38, 33, 255, 53, 38, 33, 255, 42, 30, 26, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 28, 22, 18, 255, 37, 29, 25, 255, 32, 26, 22, 255, 29, 24, 21, 255, 35, 27, 23, 255, 49, 36, 31, 255, 53, 38, 33, 255, 42, 30, 26, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 35, 27, 23, 255, 34, 27, 23, 255, 30, 25, 21, 255, 34, 27, 23, 255, 45, 33, 29, 255, 42, 30, 26, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 29, 22, 19, 255, 35, 28, 24, 255, 32, 26, 22, 255, 30, 25, 21, 255, 32, 24, 21, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 17, 15, 255, 37, 28, 24, 255, 33, 26, 23, 255, 23, 19, 16, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 24, 21, 255, 27, 21, 18, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 15, 13, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255), "format": "RGBA8", "height": 64, "mipmaps": false, "width": 64 } -[sub_resource type="ImageTexture" id=28] -image = SubResource( 79 ) -size = Vector2( 64, 64 ) +[sub_resource type="ImageTexture" id="28"] +image = SubResource("Image_k1ymy") -[sub_resource type="ConcavePolygonShape3D" id=29] -data = PackedVector3Array( -0.9999, -0.9999, 1, 1, 1, 1, 1, -0.9999, 1, -0.9999, -0.9999, 1, -0.9999, 1, 1, 1, 1, 1, 1, -0.9999, 1, -0.9999, -0.9999, -0.9999, -0.9999, -0.9999, 1, 1, -0.9999, 1, 1, -0.9999, -0.9999, -0.9999, -0.9999, -0.9999 ) +[sub_resource type="ConcavePolygonShape3D" id="29"] +data = PackedVector3Array(-0.9999, -0.9999, 1, 1, 1, 1, 1, -0.9999, 1, -0.9999, -0.9999, 1, -0.9999, 1, 1, 1, 1, 1, 1, -0.9999, 1, -0.9999, -0.9999, -0.9999, -0.9999, -0.9999, 1, 1, -0.9999, 1, 1, -0.9999, -0.9999, -0.9999, -0.9999, -0.9999) -[sub_resource type="ArrayMesh" id=30] +[sub_resource type="ArrayMesh" id="30"] resource_name = "Cube.033" -surfaces/0 = { -"aabb": AABB( -1, -1, -1, 4, 2.00489, 2 ), -"array_data": PackedByteArray( 0, 188, 0, 60, 0, 60, 0, 60, 255, 127, 0, 0, 9, 58, 216, 51, 255, 184, 5, 60, 0, 60, 0, 60, 17, 125, 0, 0, 104, 58, 216, 51, 255, 184, 5, 60, 0, 188, 0, 60, 17, 125, 0, 0, 104, 58, 241, 28, 0, 188, 0, 60, 0, 188, 0, 60, 255, 127, 0, 0, 9, 58, 241, 28, 69, 166, 161, 58, 0, 60, 0, 60, 59, 112, 0, 0, 255, 58, 216, 51, 170, 59, 240, 35, 0, 60, 0, 60, 81, 97, 0, 0, 246, 59, 216, 51, 170, 59, 240, 35, 0, 188, 0, 60, 81, 97, 0, 0, 246, 59, 241, 28, 69, 166, 161, 58, 255, 187, 0, 60, 59, 112, 0, 0, 255, 58, 241, 28, 195, 63, 97, 186, 255, 59, 0, 60, 59, 112, 0, 0, 0, 59, 167, 51, 62, 65, 247, 187, 0, 60, 0, 60, 18, 125, 0, 0, 163, 59, 167, 51, 62, 65, 247, 187, 0, 188, 0, 60, 18, 125, 0, 0, 163, 59, 187, 30, 195, 63, 97, 186, 0, 188, 0, 60, 59, 112, 0, 0, 0, 59, 187, 30, 0, 66, 0, 188, 0, 60, 0, 60, 1, 127, 0, 0, 252, 59, 167, 51, 0, 66, 0, 188, 0, 188, 0, 60, 1, 127, 0, 0, 252, 59, 187, 30, 170, 59, 240, 35, 0, 60, 0, 60, 81, 97, 0, 0, 22, 58, 167, 51, 170, 59, 240, 35, 0, 188, 0, 60, 81, 97, 0, 0, 22, 58, 187, 30 ), -"array_index_data": PackedByteArray( 0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 10, 0, 9, 0, 8, 0, 11, 0, 10, 0, 1, 0, 7, 0, 4, 0, 1, 0, 2, 0, 7, 0, 9, 0, 13, 0, 12, 0, 9, 0, 10, 0, 13, 0, 14, 0, 11, 0, 8, 0, 14, 0, 15, 0, 11, 0 ), -"blend_shape_data": [ ], -"format": 98067, +_surfaces = [{ +"aabb": AABB(-1, -1, -1, 4, 2.00489, 2), +"attribute_data": PackedByteArray(0, 32, 65, 63, 0, 0, 123, 62, 0, 0, 77, 63, 0, 0, 123, 62, 0, 0, 77, 63, 0, 32, 158, 59, 0, 32, 65, 63, 0, 32, 158, 59, 0, 224, 95, 63, 0, 0, 123, 62, 0, 192, 126, 63, 0, 0, 123, 62, 0, 192, 126, 63, 0, 32, 158, 59, 0, 224, 95, 63, 0, 32, 158, 59, 0, 0, 96, 63, 0, 224, 116, 62, 0, 96, 116, 63, 0, 224, 116, 62, 0, 96, 116, 63, 0, 96, 215, 59, 0, 0, 96, 63, 0, 96, 215, 59, 0, 128, 127, 63, 0, 224, 116, 62, 0, 128, 127, 63, 0, 96, 215, 59, 0, 192, 66, 63, 0, 224, 116, 62, 0, 192, 66, 63, 0, 96, 215, 59), +"format": 4115, "index_count": 36, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [ ], -"vertex_count": 16 -} - -[sub_resource type="Image" id=80] +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 10, 0, 9, 0, 8, 0, 11, 0, 10, 0, 1, 0, 7, 0, 4, 0, 1, 0, 2, 0, 7, 0, 9, 0, 13, 0, 12, 0, 9, 0, 10, 0, 13, 0, 14, 0, 11, 0, 8, 0, 14, 0, 15, 0, 11, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 16, +"vertex_data": PackedByteArray(0, 0, 128, 191, 0, 0, 128, 63, 0, 0, 128, 63, 255, 126, 255, 254, 0, 224, 31, 191, 0, 160, 128, 63, 0, 0, 128, 63, 82, 143, 172, 240, 0, 224, 31, 191, 0, 160, 128, 63, 0, 0, 128, 191, 82, 143, 172, 240, 0, 0, 128, 191, 0, 0, 128, 63, 0, 0, 128, 191, 255, 126, 255, 254, 0, 160, 200, 188, 0, 32, 84, 63, 0, 0, 128, 63, 41, 172, 213, 211, 0, 64, 117, 63, 0, 0, 126, 60, 0, 0, 128, 63, 62, 186, 191, 197, 0, 64, 117, 63, 0, 0, 126, 60, 0, 0, 128, 191, 62, 186, 191, 197, 0, 160, 200, 188, 0, 32, 84, 63, 0, 224, 127, 191, 41, 172, 213, 211, 0, 96, 248, 63, 0, 32, 76, 191, 0, 224, 127, 63, 41, 172, 213, 211, 0, 192, 39, 64, 0, 224, 126, 191, 0, 0, 128, 63, 28, 144, 226, 239, 0, 192, 39, 64, 0, 224, 126, 191, 0, 0, 128, 191, 28, 144, 226, 239, 0, 96, 248, 63, 0, 32, 76, 191, 0, 0, 128, 191, 41, 172, 213, 211, 0, 0, 64, 64, 0, 0, 128, 191, 0, 0, 128, 63, 255, 128, 255, 254, 0, 0, 64, 64, 0, 0, 128, 191, 0, 0, 128, 191, 255, 128, 255, 254, 0, 64, 117, 63, 0, 0, 126, 60, 0, 0, 128, 63, 62, 186, 191, 197, 0, 64, 117, 63, 0, 0, 126, 60, 0, 0, 128, 191, 62, 186, 191, 197) +}] + +[sub_resource type="Image" id="Image_e0iqx"] data = { -"data": PackedByteArray( 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 104, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 111, 40, 255, 20, 108, 40, 255, 19, 107, 40, 255, 18, 101, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 89, 33, 255, 18, 105, 39, 255, 18, 104, 38, 255, 16, 101, 38, 255, 17, 103, 39, 255, 17, 105, 39, 255, 17, 106, 40, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 98, 36, 255, 16, 100, 37, 255, 16, 102, 38, 255, 15, 101, 38, 255, 14, 100, 38, 255, 15, 102, 38, 255, 17, 106, 39, 255, 22, 118, 45, 255, 20, 114, 42, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 11, 77, 26, 255, 14, 98, 33, 255, 14, 100, 34, 255, 15, 101, 36, 255, 15, 100, 37, 255, 13, 99, 37, 255, 13, 99, 37, 255, 17, 107, 40, 255, 20, 119, 43, 255, 16, 107, 36, 255, 17, 110, 38, 255, 24, 127, 49, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 93, 31, 255, 14, 99, 33, 255, 14, 100, 33, 255, 14, 101, 34, 255, 14, 102, 34, 255, 13, 101, 35, 255, 13, 100, 37, 255, 13, 101, 38, 255, 16, 109, 36, 255, 19, 117, 40, 255, 19, 114, 39, 255, 17, 112, 39, 255, 17, 112, 39, 255, 14, 107, 35, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 100, 34, 255, 15, 102, 35, 255, 15, 103, 36, 255, 14, 103, 35, 255, 14, 103, 34, 255, 14, 104, 35, 255, 15, 107, 37, 255, 23, 115, 41, 255, 16, 109, 37, 255, 13, 103, 33, 255, 16, 107, 35, 255, 15, 107, 35, 255, 16, 109, 36, 255, 18, 114, 39, 255, 17, 112, 38, 255, 17, 112, 38, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 92, 34, 255, 16, 105, 38, 255, 16, 105, 37, 255, 16, 107, 38, 255, 16, 108, 39, 255, 16, 108, 38, 255, 15, 105, 36, 255, 13, 102, 33, 255, 16, 106, 35, 255, 23, 115, 41, 255, 16, 107, 35, 255, 13, 103, 33, 255, 17, 109, 36, 255, 15, 108, 35, 255, 17, 112, 37, 255, 16, 110, 36, 255, 19, 115, 39, 255, 22, 121, 43, 255, 26, 126, 46, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 100, 37, 255, 17, 105, 39, 255, 17, 107, 39, 255, 17, 108, 39, 255, 17, 112, 41, 255, 17, 114, 42, 255, 16, 111, 39, 255, 14, 104, 34, 255, 14, 104, 34, 255, 13, 103, 33, 255, 13, 103, 32, 255, 19, 113, 38, 255, 24, 122, 43, 255, 20, 118, 41, 255, 20, 117, 40, 255, 17, 112, 37, 255, 14, 108, 34, 255, 16, 112, 37, 255, 17, 114, 38, 255, 23, 123, 44, 255, 24, 125, 45, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 77, 28, 255, 17, 96, 35, 255, 17, 97, 35, 255, 17, 101, 37, 255, 18, 104, 38, 255, 18, 103, 38, 255, 18, 108, 40, 255, 18, 115, 42, 255, 15, 109, 36, 255, 18, 114, 39, 255, 17, 111, 37, 255, 17, 110, 36, 255, 15, 107, 35, 255, 14, 107, 34, 255, 15, 108, 35, 255, 21, 119, 41, 255, 20, 119, 42, 255, 18, 116, 40, 255, 17, 115, 39, 255, 17, 116, 39, 255, 18, 117, 40, 255, 19, 119, 40, 255, 26, 128, 46, 255, 21, 126, 44, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 93, 34, 255, 17, 97, 36, 255, 17, 100, 37, 255, 18, 101, 37, 255, 18, 102, 38, 255, 18, 104, 39, 255, 18, 105, 39, 255, 18, 104, 38, 255, 18, 112, 40, 255, 19, 120, 42, 255, 24, 125, 44, 255, 17, 111, 36, 255, 16, 109, 36, 255, 16, 109, 35, 255, 13, 105, 33, 255, 16, 111, 36, 255, 16, 112, 37, 255, 14, 108, 34, 255, 18, 117, 41, 255, 20, 124, 44, 255, 21, 127, 46, 255, 22, 129, 47, 255, 22, 129, 46, 255, 17, 120, 40, 255, 22, 131, 46, 255, 17, 119, 39, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 102, 38, 255, 17, 98, 36, 255, 17, 98, 36, 255, 18, 102, 38, 255, 18, 105, 39, 255, 18, 106, 40, 255, 18, 112, 41, 255, 20, 115, 43, 255, 20, 116, 43, 255, 18, 115, 40, 255, 20, 121, 42, 255, 16, 110, 36, 255, 18, 115, 38, 255, 17, 111, 36, 255, 18, 114, 37, 255, 16, 111, 36, 255, 20, 118, 40, 255, 16, 113, 37, 255, 22, 123, 42, 255, 18, 116, 38, 255, 21, 125, 45, 255, 16, 116, 38, 255, 14, 113, 36, 255, 22, 131, 48, 255, 21, 130, 46, 255, 32, 155, 59, 255, 17, 121, 40, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 91, 34, 255, 17, 103, 39, 255, 17, 103, 39, 255, 18, 102, 38, 255, 18, 105, 39, 255, 18, 109, 41, 255, 18, 111, 41, 255, 18, 114, 42, 255, 20, 117, 43, 255, 26, 127, 51, 255, 24, 130, 49, 255, 21, 125, 44, 255, 17, 115, 39, 255, 15, 108, 35, 255, 14, 108, 34, 255, 25, 129, 45, 255, 16, 112, 36, 255, 15, 113, 37, 255, 18, 120, 42, 255, 13, 109, 34, 255, 18, 117, 39, 255, 24, 128, 45, 255, 25, 136, 49, 255, 27, 139, 54, 255, 19, 121, 42, 255, 22, 131, 48, 255, 24, 134, 51, 255, 21, 129, 45, 255, 19, 125, 43, 255, 19, 124, 43, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 99, 37, 255, 17, 102, 38, 255, 17, 105, 40, 255, 18, 106, 40, 255, 18, 108, 41, 255, 18, 112, 43, 255, 18, 111, 42, 255, 17, 108, 38, 255, 17, 109, 38, 255, 21, 119, 44, 255, 24, 119, 45, 255, 22, 122, 44, 255, 20, 122, 43, 255, 23, 132, 48, 255, 22, 128, 46, 255, 19, 120, 41, 255, 25, 140, 56, 255, 18, 121, 43, 255, 22, 135, 52, 255, 20, 126, 46, 255, 15, 114, 37, 255, 14, 111, 35, 255, 19, 124, 42, 255, 25, 141, 51, 255, 24, 138, 51, 255, 19, 121, 42, 255, 17, 119, 40, 255, 16, 116, 39, 255, 18, 121, 41, 255, 18, 121, 41, 255, 20, 125, 43, 255, 21, 123, 42, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 89, 34, 255, 17, 104, 39, 255, 17, 103, 39, 255, 17, 106, 40, 255, 18, 107, 41, 255, 18, 108, 41, 255, 18, 109, 41, 255, 18, 108, 40, 255, 17, 109, 38, 255, 17, 110, 38, 255, 23, 121, 46, 255, 19, 109, 39, 255, 23, 119, 45, 255, 23, 120, 45, 255, 21, 120, 43, 255, 18, 119, 40, 255, 19, 122, 42, 255, 22, 129, 47, 255, 19, 122, 43, 255, 14, 110, 35, 255, 14, 110, 35, 255, 19, 124, 45, 255, 15, 114, 37, 255, 16, 118, 39, 255, 20, 127, 44, 255, 18, 122, 41, 255, 20, 129, 44, 255, 22, 129, 46, 255, 16, 117, 39, 255, 14, 113, 36, 255, 18, 119, 40, 255, 19, 122, 41, 255, 15, 114, 36, 255, 20, 122, 41, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 103, 38, 255, 18, 105, 40, 255, 18, 108, 41, 255, 18, 109, 41, 255, 18, 107, 40, 255, 14, 104, 34, 255, 17, 112, 38, 255, 21, 123, 44, 255, 19, 118, 41, 255, 25, 122, 47, 255, 23, 119, 45, 255, 20, 113, 40, 255, 26, 130, 51, 255, 24, 132, 49, 255, 24, 134, 50, 255, 24, 133, 49, 255, 18, 118, 40, 255, 16, 115, 38, 255, 18, 123, 44, 255, 19, 126, 45, 255, 14, 112, 35, 255, 18, 122, 42, 255, 23, 137, 49, 255, 21, 130, 45, 255, 14, 113, 36, 255, 19, 124, 43, 255, 19, 122, 43, 255, 17, 118, 39, 255, 19, 121, 42, 255, 19, 122, 42, 255, 16, 116, 37, 255, 18, 119, 39, 255, 24, 129, 45, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 106, 40, 255, 18, 110, 42, 255, 16, 107, 37, 255, 20, 118, 43, 255, 18, 115, 40, 255, 21, 125, 44, 255, 20, 123, 43, 255, 20, 123, 43, 255, 22, 123, 45, 255, 29, 136, 54, 255, 23, 122, 45, 255, 26, 134, 51, 255, 21, 124, 44, 255, 22, 130, 47, 255, 17, 118, 40, 255, 15, 113, 36, 255, 17, 119, 40, 255, 18, 122, 41, 255, 20, 126, 45, 255, 16, 116, 38, 255, 18, 121, 41, 255, 23, 133, 49, 255, 17, 120, 40, 255, 18, 124, 42, 255, 16, 118, 39, 255, 22, 127, 45, 255, 17, 118, 40, 255, 17, 119, 40, 255, 25, 135, 50, 255, 20, 124, 43, 255, 16, 115, 37, 255, 23, 127, 44, 255, 25, 131, 46, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 111, 39, 255, 18, 111, 39, 255, 19, 114, 39, 255, 18, 112, 38, 255, 19, 121, 42, 255, 21, 126, 45, 255, 19, 121, 42, 255, 16, 115, 38, 255, 22, 128, 47, 255, 20, 121, 43, 255, 20, 122, 43, 255, 24, 130, 48, 255, 25, 135, 50, 255, 17, 119, 40, 255, 15, 114, 36, 255, 18, 124, 42, 255, 17, 120, 40, 255, 17, 118, 40, 255, 17, 118, 40, 255, 19, 124, 43, 255, 24, 134, 50, 255, 24, 137, 50, 255, 23, 134, 48, 255, 14, 113, 36, 255, 26, 132, 47, 255, 18, 119, 40, 255, 17, 118, 39, 255, 21, 127, 45, 255, 21, 126, 45, 255, 16, 115, 37, 255, 21, 125, 43, 255, 25, 131, 46, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 113, 38, 255, 20, 114, 39, 255, 13, 104, 33, 255, 13, 105, 33, 255, 18, 119, 41, 255, 19, 122, 42, 255, 14, 109, 35, 255, 16, 113, 38, 255, 19, 119, 42, 255, 25, 134, 50, 255, 20, 124, 44, 255, 20, 124, 44, 255, 19, 122, 42, 255, 18, 122, 41, 255, 17, 118, 39, 255, 19, 125, 43, 255, 14, 113, 36, 255, 14, 112, 35, 255, 16, 117, 39, 255, 19, 121, 42, 255, 21, 130, 46, 255, 27, 135, 48, 255, 16, 116, 37, 255, 23, 128, 45, 255, 25, 130, 46, 255, 21, 127, 45, 255, 29, 145, 56, 255, 26, 137, 51, 255, 18, 121, 41, 255, 23, 127, 44, 255, 17, 118, 39, 255, 26, 132, 47, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 112, 38, 255, 15, 108, 35, 255, 13, 106, 34, 255, 16, 112, 37, 255, 17, 114, 39, 255, 16, 113, 38, 255, 18, 118, 41, 255, 16, 114, 37, 255, 27, 138, 53, 255, 31, 148, 59, 255, 19, 121, 42, 255, 16, 115, 38, 255, 15, 114, 37, 255, 16, 117, 38, 255, 23, 136, 49, 255, 23, 135, 49, 255, 22, 133, 48, 255, 18, 121, 42, 255, 21, 129, 45, 255, 21, 130, 45, 255, 20, 125, 43, 255, 17, 117, 38, 255, 20, 122, 41, 255, 19, 121, 40, 255, 21, 125, 43, 255, 25, 135, 50, 255, 23, 130, 47, 255, 14, 113, 36, 255, 24, 130, 47, 255, 17, 118, 39, 255, 19, 120, 40, 255, 14, 112, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 109, 35, 255, 16, 113, 37, 255, 24, 134, 48, 255, 26, 140, 51, 255, 20, 126, 44, 255, 23, 130, 48, 255, 16, 116, 39, 255, 20, 124, 43, 255, 25, 134, 50, 255, 22, 129, 48, 255, 24, 132, 49, 255, 15, 114, 37, 255, 16, 118, 39, 255, 19, 125, 43, 255, 15, 114, 37, 255, 21, 130, 47, 255, 15, 114, 37, 255, 22, 134, 47, 255, 24, 139, 50, 255, 21, 129, 45, 255, 21, 125, 43, 255, 21, 124, 42, 255, 17, 118, 38, 255, 23, 128, 44, 255, 14, 113, 36, 255, 17, 118, 40, 255, 14, 112, 35, 255, 26, 134, 53, 255, 23, 128, 45, 255, 14, 112, 35, 255, 20, 123, 42, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 110, 35, 255, 20, 126, 44, 255, 33, 157, 60, 255, 21, 128, 45, 255, 20, 124, 43, 255, 17, 118, 39, 255, 17, 116, 38, 255, 23, 128, 45, 255, 16, 116, 38, 255, 21, 126, 46, 255, 15, 115, 37, 255, 19, 124, 43, 255, 20, 126, 43, 255, 14, 113, 36, 255, 26, 139, 54, 255, 14, 112, 35, 255, 19, 124, 42, 255, 21, 130, 45, 255, 28, 148, 56, 255, 21, 130, 45, 255, 18, 119, 39, 255, 14, 112, 36, 255, 14, 112, 36, 255, 16, 115, 37, 255, 14, 112, 35, 255, 17, 118, 39, 255, 16, 115, 38, 255, 19, 121, 41, 255, 20, 123, 42, 255, 18, 120, 40, 255, 15, 115, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 113, 37, 255, 20, 126, 44, 255, 18, 118, 40, 255, 14, 113, 36, 255, 22, 125, 43, 255, 22, 127, 44, 255, 26, 132, 47, 255, 15, 115, 37, 255, 19, 122, 42, 255, 22, 129, 47, 255, 18, 120, 41, 255, 20, 124, 43, 255, 20, 126, 45, 255, 18, 119, 40, 255, 15, 113, 36, 255, 16, 116, 38, 255, 17, 120, 40, 255, 18, 123, 42, 255, 24, 138, 49, 255, 26, 135, 48, 255, 21, 124, 42, 255, 14, 112, 35, 255, 18, 118, 39, 255, 19, 120, 40, 255, 20, 124, 44, 255, 24, 131, 50, 255, 19, 122, 43, 255, 21, 125, 43, 255, 23, 128, 45, 255, 20, 123, 41, 255, 23, 128, 45, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 21, 122, 42, 255, 23, 125, 45, 255, 20, 121, 42, 255, 14, 112, 35, 255, 17, 118, 39, 255, 23, 127, 44, 255, 17, 118, 39, 255, 19, 120, 41, 255, 22, 128, 45, 255, 18, 120, 40, 255, 18, 118, 39, 255, 21, 124, 43, 255, 17, 117, 39, 255, 17, 118, 40, 255, 18, 119, 40, 255, 19, 123, 42, 255, 15, 114, 36, 255, 24, 132, 46, 255, 24, 132, 45, 255, 23, 127, 44, 255, 15, 115, 37, 255, 20, 123, 42, 255, 24, 129, 45, 255, 14, 112, 36, 255, 25, 134, 52, 255, 21, 127, 46, 255, 20, 126, 44, 255, 23, 128, 45, 255, 23, 128, 45, 255, 23, 129, 45, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 121, 42, 255, 23, 125, 45, 255, 19, 120, 40, 255, 16, 114, 37, 255, 15, 115, 37, 255, 15, 116, 38, 255, 19, 122, 42, 255, 22, 126, 44, 255, 17, 118, 39, 255, 14, 112, 35, 255, 22, 127, 44, 255, 14, 113, 36, 255, 14, 112, 35, 255, 23, 132, 48, 255, 21, 131, 46, 255, 14, 113, 36, 255, 15, 114, 36, 255, 27, 137, 48, 255, 15, 114, 37, 255, 22, 126, 43, 255, 18, 118, 39, 255, 21, 125, 43, 255, 14, 113, 36, 255, 19, 123, 42, 255, 18, 122, 41, 255, 17, 120, 40, 255, 22, 129, 45, 255, 21, 124, 42, 255, 23, 128, 44, 255, 26, 132, 47, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 23, 125, 45, 255, 26, 129, 47, 255, 23, 125, 44, 255, 14, 112, 35, 255, 15, 114, 37, 255, 22, 129, 47, 255, 26, 137, 53, 255, 21, 124, 42, 255, 20, 123, 42, 255, 17, 116, 38, 255, 15, 114, 36, 255, 14, 112, 35, 255, 16, 116, 38, 255, 20, 129, 45, 255, 21, 130, 45, 255, 17, 117, 38, 255, 22, 128, 43, 255, 20, 125, 42, 255, 20, 123, 42, 255, 20, 122, 41, 255, 17, 118, 39, 255, 15, 115, 37, 255, 19, 122, 41, 255, 19, 123, 42, 255, 17, 118, 39, 255, 19, 123, 42, 255, 17, 118, 39, 255, 21, 130, 46, 255, 21, 129, 46, 255, 23, 135, 49, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 129, 47, 255, 23, 125, 45, 255, 20, 120, 41, 255, 16, 116, 37, 255, 14, 112, 35, 255, 16, 117, 39, 255, 21, 126, 45, 255, 23, 128, 45, 255, 21, 123, 42, 255, 19, 120, 40, 255, 16, 115, 37, 255, 14, 112, 35, 255, 18, 122, 41, 255, 20, 128, 44, 255, 24, 138, 49, 255, 18, 122, 41, 255, 17, 117, 38, 255, 15, 115, 37, 255, 16, 116, 38, 255, 15, 114, 37, 255, 16, 116, 37, 255, 17, 117, 38, 255, 19, 123, 41, 255, 22, 132, 47, 255, 16, 119, 39, 255, 19, 123, 42, 255, 19, 122, 42, 255, 19, 123, 42, 255, 19, 123, 42, 255, 23, 135, 49, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 121, 41, 255, 15, 114, 37, 255, 16, 115, 37, 255, 14, 113, 36, 255, 17, 118, 39, 255, 19, 121, 42, 255, 16, 115, 38, 255, 15, 114, 36, 255, 22, 123, 43, 255, 20, 121, 41, 255, 17, 117, 38, 255, 19, 124, 42, 255, 20, 129, 45, 255, 19, 125, 43, 255, 25, 141, 51, 255, 19, 120, 40, 255, 14, 112, 35, 255, 14, 112, 35, 255, 14, 112, 35, 255, 15, 115, 37, 255, 18, 121, 40, 255, 20, 123, 41, 255, 18, 122, 41, 255, 16, 115, 38, 255, 18, 120, 41, 255, 22, 129, 47, 255, 17, 119, 40, 255, 16, 117, 38, 255, 20, 126, 44, 255, 22, 129, 47, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 120, 40, 255, 21, 124, 42, 255, 22, 126, 44, 255, 16, 116, 38, 255, 15, 114, 37, 255, 19, 123, 42, 255, 22, 132, 46, 255, 21, 123, 42, 255, 23, 126, 45, 255, 21, 123, 43, 255, 16, 117, 38, 255, 19, 124, 42, 255, 19, 124, 42, 255, 19, 126, 43, 255, 20, 125, 45, 255, 17, 118, 41, 255, 15, 114, 37, 255, 15, 114, 37, 255, 15, 114, 37, 255, 15, 115, 37, 255, 17, 118, 39, 255, 15, 113, 36, 255, 16, 116, 38, 255, 16, 116, 38, 255, 18, 121, 41, 255, 14, 112, 35, 255, 15, 114, 37, 255, 19, 121, 42, 255, 19, 122, 43, 255, 18, 119, 41, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 114, 37, 255, 18, 119, 40, 255, 22, 125, 43, 255, 21, 125, 43, 255, 18, 121, 41, 255, 19, 123, 42, 255, 20, 127, 44, 255, 21, 124, 43, 255, 22, 124, 44, 255, 23, 125, 44, 255, 19, 119, 40, 255, 20, 125, 43, 255, 20, 125, 43, 255, 15, 115, 37, 255, 19, 124, 43, 255, 16, 117, 39, 255, 15, 114, 38, 255, 19, 123, 46, 255, 16, 116, 39, 255, 15, 114, 36, 255, 17, 117, 39, 255, 25, 128, 46, 255, 14, 112, 35, 255, 19, 122, 42, 255, 18, 120, 41, 255, 14, 112, 35, 255, 14, 112, 35, 255, 19, 121, 42, 255, 14, 112, 36, 255, 21, 125, 45, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 122, 41, 255, 18, 119, 40, 255, 19, 122, 41, 255, 22, 131, 46, 255, 17, 119, 40, 255, 18, 122, 41, 255, 15, 116, 38, 255, 21, 122, 42, 255, 20, 121, 41, 255, 15, 114, 36, 255, 27, 131, 48, 255, 22, 131, 48, 255, 19, 121, 42, 255, 15, 115, 38, 255, 25, 137, 52, 255, 16, 115, 39, 255, 14, 113, 36, 255, 14, 113, 36, 255, 16, 115, 37, 255, 17, 117, 39, 255, 20, 121, 41, 255, 15, 113, 36, 255, 19, 121, 41, 255, 17, 120, 40, 255, 15, 115, 37, 255, 16, 118, 39, 255, 17, 120, 40, 255, 19, 122, 43, 255, 24, 132, 50, 255, 22, 127, 47, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 122, 42, 255, 19, 124, 43, 255, 24, 137, 50, 255, 20, 128, 45, 255, 15, 114, 37, 255, 18, 123, 41, 255, 21, 125, 43, 255, 23, 125, 44, 255, 19, 119, 40, 255, 22, 124, 43, 255, 20, 122, 42, 255, 18, 120, 41, 255, 19, 121, 42, 255, 21, 127, 46, 255, 18, 120, 41, 255, 24, 129, 45, 255, 20, 124, 42, 255, 21, 123, 42, 255, 20, 122, 42, 255, 17, 116, 38, 255, 15, 113, 36, 255, 24, 127, 45, 255, 18, 120, 40, 255, 17, 120, 40, 255, 17, 119, 40, 255, 22, 134, 48, 255, 21, 127, 45, 255, 17, 118, 40, 255, 19, 122, 43, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 123, 42, 255, 20, 126, 44, 255, 19, 123, 42, 255, 15, 114, 36, 255, 18, 124, 42, 255, 19, 124, 42, 255, 22, 132, 47, 255, 22, 129, 46, 255, 21, 122, 42, 255, 23, 125, 44, 255, 20, 120, 40, 255, 15, 114, 37, 255, 18, 121, 41, 255, 19, 121, 42, 255, 18, 119, 40, 255, 28, 135, 48, 255, 18, 118, 39, 255, 23, 128, 45, 255, 22, 127, 44, 255, 23, 125, 44, 255, 20, 120, 40, 255, 20, 121, 41, 255, 15, 114, 37, 255, 14, 112, 35, 255, 14, 112, 35, 255, 19, 125, 42, 255, 19, 125, 43, 255, 19, 121, 42, 255, 18, 121, 42, 255, 25, 136, 52, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 120, 40, 255, 19, 123, 42, 255, 15, 114, 36, 255, 21, 130, 45, 255, 19, 124, 42, 255, 18, 121, 41, 255, 24, 137, 50, 255, 21, 123, 42, 255, 16, 116, 38, 255, 20, 121, 41, 255, 22, 124, 43, 255, 19, 121, 42, 255, 20, 124, 44, 255, 19, 124, 44, 255, 22, 127, 45, 255, 19, 121, 41, 255, 19, 124, 42, 255, 22, 132, 46, 255, 20, 124, 42, 255, 21, 122, 42, 255, 22, 124, 44, 255, 26, 130, 47, 255, 21, 123, 42, 255, 16, 117, 38, 255, 17, 121, 40, 255, 21, 127, 44, 255, 21, 125, 43, 255, 19, 121, 42, 255, 19, 122, 42, 255, 17, 117, 39, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 23, 133, 48, 255, 20, 127, 44, 255, 15, 114, 37, 255, 19, 125, 43, 255, 21, 130, 46, 255, 21, 129, 46, 255, 22, 126, 44, 255, 23, 126, 45, 255, 16, 115, 37, 255, 19, 120, 41, 255, 20, 122, 43, 255, 19, 120, 42, 255, 22, 129, 48, 255, 23, 130, 49, 255, 23, 134, 48, 255, 20, 127, 44, 255, 20, 129, 45, 255, 19, 124, 42, 255, 16, 116, 38, 255, 14, 112, 36, 255, 25, 128, 46, 255, 19, 119, 40, 255, 17, 119, 39, 255, 14, 113, 36, 255, 17, 117, 38, 255, 16, 116, 38, 255, 18, 119, 40, 255, 19, 121, 42, 255, 15, 114, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 127, 44, 255, 22, 131, 47, 255, 17, 119, 40, 255, 17, 120, 40, 255, 18, 121, 41, 255, 23, 133, 48, 255, 23, 134, 49, 255, 17, 116, 38, 255, 19, 119, 40, 255, 28, 132, 49, 255, 21, 122, 42, 255, 15, 114, 37, 255, 19, 121, 42, 255, 16, 117, 39, 255, 22, 130, 48, 255, 26, 144, 53, 255, 18, 122, 41, 255, 18, 123, 42, 255, 14, 114, 36, 255, 14, 112, 35, 255, 15, 114, 37, 255, 20, 121, 41, 255, 18, 119, 39, 255, 14, 112, 35, 255, 18, 118, 39, 255, 16, 115, 37, 255, 18, 118, 39, 255, 18, 119, 40, 255, 19, 121, 42, 255, 16, 116, 38, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 27, 142, 54, 255, 21, 129, 46, 255, 22, 133, 47, 255, 22, 132, 48, 255, 22, 132, 47, 255, 21, 126, 45, 255, 23, 126, 45, 255, 19, 120, 40, 255, 16, 116, 38, 255, 14, 113, 36, 255, 18, 121, 41, 255, 21, 125, 45, 255, 16, 116, 39, 255, 16, 116, 39, 255, 21, 131, 46, 255, 19, 127, 43, 255, 18, 122, 41, 255, 18, 123, 42, 255, 17, 119, 39, 255, 16, 115, 37, 255, 15, 113, 36, 255, 22, 126, 43, 255, 22, 125, 43, 255, 18, 118, 39, 255, 16, 115, 37, 255, 18, 118, 38, 255, 17, 117, 38, 255, 19, 119, 41, 255, 22, 124, 44, 255, 26, 129, 47, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 23, 135, 49, 255, 20, 126, 44, 255, 26, 140, 53, 255, 15, 114, 37, 255, 17, 118, 40, 255, 18, 121, 42, 255, 17, 119, 40, 255, 16, 115, 37, 255, 16, 118, 39, 255, 18, 121, 41, 255, 19, 122, 42, 255, 17, 118, 40, 255, 19, 121, 42, 255, 18, 119, 41, 255, 15, 114, 37, 255, 22, 135, 48, 255, 23, 137, 49, 255, 20, 125, 42, 255, 19, 121, 40, 255, 19, 120, 40, 255, 15, 113, 36, 255, 19, 121, 41, 255, 20, 122, 41, 255, 22, 127, 44, 255, 23, 128, 44, 255, 17, 117, 38, 255, 15, 114, 37, 255, 21, 122, 42, 255, 22, 124, 44, 255, 27, 130, 48, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 25, 138, 51, 255, 17, 120, 41, 255, 20, 125, 44, 255, 24, 134, 50, 255, 18, 120, 41, 255, 21, 129, 46, 255, 16, 116, 38, 255, 16, 117, 38, 255, 21, 127, 45, 255, 19, 122, 42, 255, 18, 120, 41, 255, 19, 121, 42, 255, 23, 130, 49, 255, 16, 117, 39, 255, 23, 132, 49, 255, 19, 125, 42, 255, 26, 135, 47, 255, 17, 117, 38, 255, 19, 120, 40, 255, 16, 115, 37, 255, 14, 112, 35, 255, 18, 119, 39, 255, 23, 127, 44, 255, 22, 127, 44, 255, 20, 123, 43, 255, 15, 113, 37, 255, 14, 112, 36, 255, 15, 114, 37, 255, 23, 126, 45, 255, 23, 126, 45, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 129, 47, 255, 21, 127, 46, 255, 20, 124, 44, 255, 19, 122, 43, 255, 25, 136, 51, 255, 23, 130, 48, 255, 21, 127, 46, 255, 23, 130, 48, 255, 19, 121, 42, 255, 19, 121, 42, 255, 23, 130, 49, 255, 28, 138, 56, 255, 21, 129, 47, 255, 22, 135, 48, 255, 18, 123, 41, 255, 21, 126, 42, 255, 18, 120, 39, 255, 18, 119, 39, 255, 16, 116, 37, 255, 14, 112, 35, 255, 18, 120, 40, 255, 19, 120, 40, 255, 17, 117, 39, 255, 19, 121, 42, 255, 19, 121, 42, 255, 18, 120, 41, 255, 18, 118, 40, 255, 21, 122, 42, 255, 27, 130, 48, 255, 23, 125, 44, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 117, 39, 255, 19, 122, 43, 255, 19, 122, 42, 255, 15, 114, 36, 255, 22, 129, 47, 255, 24, 135, 50, 255, 19, 122, 43, 255, 21, 127, 46, 255, 19, 121, 42, 255, 21, 128, 46, 255, 28, 141, 55, 255, 28, 144, 56, 255, 24, 139, 50, 255, 21, 132, 46, 255, 19, 125, 43, 255, 17, 117, 38, 255, 15, 114, 37, 255, 19, 120, 40, 255, 19, 120, 40, 255, 16, 116, 38, 255, 18, 118, 39, 255, 16, 115, 37, 255, 15, 113, 36, 255, 18, 120, 41, 255, 21, 126, 45, 255, 23, 133, 49, 255, 22, 129, 47, 255, 17, 118, 39, 255, 22, 124, 43, 255, 19, 124, 42, 255, 17, 118, 39, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 122, 42, 255, 19, 122, 42, 255, 20, 124, 44, 255, 26, 137, 53, 255, 18, 120, 41, 255, 19, 122, 43, 255, 19, 121, 42, 255, 19, 121, 42, 255, 21, 124, 44, 255, 26, 131, 50, 255, 26, 134, 50, 255, 22, 134, 48, 255, 22, 135, 48, 255, 22, 134, 48, 255, 14, 112, 35, 255, 17, 118, 38, 255, 26, 134, 46, 255, 17, 117, 38, 255, 16, 116, 37, 255, 19, 122, 41, 255, 16, 116, 37, 255, 23, 127, 44, 255, 18, 118, 39, 255, 20, 124, 44, 255, 17, 120, 40, 255, 16, 117, 39, 255, 24, 135, 51, 255, 20, 127, 44, 255, 28, 145, 54, 255, 21, 128, 45, 255, 13, 109, 34, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 119, 40, 255, 20, 124, 44, 255, 25, 136, 52, 255, 17, 119, 40, 255, 17, 118, 40, 255, 19, 122, 42, 255, 21, 126, 45, 255, 24, 127, 47, 255, 24, 126, 46, 255, 26, 130, 49, 255, 22, 126, 45, 255, 21, 132, 46, 255, 25, 141, 51, 255, 20, 129, 45, 255, 20, 125, 43, 255, 22, 130, 46, 255, 14, 113, 36, 255, 19, 126, 45, 255, 18, 124, 44, 255, 14, 112, 35, 255, 21, 124, 42, 255, 23, 127, 44, 255, 22, 129, 46, 255, 20, 124, 44, 255, 16, 115, 38, 255, 20, 124, 44, 255, 27, 138, 54, 255, 20, 125, 44, 255, 20, 124, 43, 255, 19, 122, 42, 255, 20, 121, 42, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 124, 43, 255, 19, 121, 42, 255, 27, 140, 54, 255, 16, 118, 39, 255, 16, 117, 38, 255, 25, 140, 52, 255, 15, 116, 37, 255, 27, 135, 52, 255, 21, 120, 43, 255, 23, 124, 46, 255, 26, 129, 49, 255, 21, 130, 45, 255, 15, 116, 38, 255, 23, 136, 48, 255, 22, 133, 48, 255, 24, 142, 56, 255, 20, 131, 48, 255, 22, 137, 52, 255, 20, 130, 48, 255, 14, 113, 36, 255, 14, 112, 35, 255, 22, 126, 44, 255, 25, 137, 50, 255, 28, 142, 56, 255, 20, 123, 44, 255, 19, 120, 42, 255, 16, 114, 38, 255, 18, 117, 41, 255, 14, 109, 35, 255, 16, 113, 37, 255, 19, 116, 39, 255, 20, 117, 40, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 21, 127, 46, 255, 17, 120, 40, 255, 21, 128, 45, 255, 22, 134, 47, 255, 23, 138, 49, 255, 23, 138, 49, 255, 24, 135, 49, 255, 30, 140, 55, 255, 24, 127, 47, 255, 23, 124, 46, 255, 28, 141, 54, 255, 22, 133, 47, 255, 23, 135, 49, 255, 21, 130, 46, 255, 18, 122, 42, 255, 15, 117, 38, 255, 17, 120, 41, 255, 18, 124, 44, 255, 15, 114, 37, 255, 15, 114, 36, 255, 18, 123, 41, 255, 20, 129, 45, 255, 22, 134, 48, 255, 21, 125, 45, 255, 17, 117, 40, 255, 15, 112, 37, 255, 16, 112, 37, 255, 15, 109, 35, 255, 17, 113, 37, 255, 17, 111, 36, 255, 19, 115, 39, 255, 24, 123, 44, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 21, 124, 42, 255, 23, 127, 44, 255, 22, 132, 46, 255, 20, 129, 45, 255, 21, 131, 46, 255, 19, 126, 43, 255, 29, 142, 56, 255, 28, 135, 52, 255, 23, 126, 46, 255, 28, 140, 53, 255, 25, 137, 50, 255, 26, 142, 54, 255, 22, 130, 47, 255, 17, 119, 40, 255, 14, 112, 35, 255, 17, 122, 42, 255, 20, 130, 48, 255, 15, 115, 37, 255, 16, 117, 38, 255, 21, 130, 45, 255, 20, 129, 45, 255, 14, 110, 35, 255, 18, 119, 40, 255, 18, 118, 41, 255, 17, 114, 39, 255, 16, 112, 38, 255, 21, 122, 44, 255, 22, 125, 45, 255, 18, 112, 37, 255, 18, 112, 37, 255, 23, 121, 43, 255, 22, 118, 41, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 132, 47, 255, 17, 117, 38, 255, 14, 113, 36, 255, 23, 138, 49, 255, 23, 137, 49, 255, 16, 118, 39, 255, 23, 137, 49, 255, 26, 135, 51, 255, 21, 126, 45, 255, 28, 143, 54, 255, 16, 118, 39, 255, 26, 139, 53, 255, 18, 121, 41, 255, 18, 120, 41, 255, 20, 126, 44, 255, 19, 126, 45, 255, 18, 123, 43, 255, 14, 111, 35, 255, 18, 121, 42, 255, 22, 129, 47, 255, 15, 113, 37, 255, 19, 124, 43, 255, 14, 108, 34, 255, 24, 126, 44, 255, 19, 117, 41, 255, 13, 106, 34, 255, 21, 121, 43, 255, 20, 120, 43, 255, 18, 114, 40, 255, 19, 113, 38, 255, 15, 105, 34, 255, 21, 115, 40, 255, 20, 113, 39, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 115, 37, 255, 14, 112, 35, 255, 18, 122, 41, 255, 21, 131, 46, 255, 19, 125, 42, 255, 17, 120, 40, 255, 22, 130, 47, 255, 21, 126, 45, 255, 23, 131, 48, 255, 23, 132, 48, 255, 25, 135, 49, 255, 16, 116, 38, 255, 14, 112, 36, 255, 18, 122, 41, 255, 17, 119, 40, 255, 21, 125, 45, 255, 18, 119, 41, 255, 19, 121, 42, 255, 24, 131, 49, 255, 22, 129, 47, 255, 24, 131, 47, 255, 14, 107, 34, 255, 19, 117, 40, 255, 25, 125, 44, 255, 20, 117, 41, 255, 24, 127, 48, 255, 28, 135, 53, 255, 16, 109, 36, 255, 18, 112, 39, 255, 21, 116, 41, 255, 14, 103, 33, 255, 13, 101, 32, 255, 20, 112, 39, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 114, 36, 255, 17, 117, 38, 255, 18, 121, 41, 255, 16, 118, 39, 255, 14, 112, 36, 255, 18, 121, 41, 255, 21, 127, 45, 255, 22, 129, 47, 255, 21, 125, 45, 255, 23, 130, 47, 255, 16, 116, 38, 255, 15, 113, 36, 255, 19, 124, 42, 255, 17, 120, 40, 255, 14, 111, 36, 255, 14, 110, 35, 255, 16, 113, 38, 255, 18, 117, 41, 255, 20, 124, 43, 255, 21, 124, 43, 255, 15, 109, 35, 255, 19, 116, 39, 255, 14, 106, 34, 255, 24, 122, 43, 255, 15, 106, 34, 255, 16, 107, 36, 255, 14, 103, 33, 255, 16, 107, 37, 255, 19, 112, 40, 255, 20, 112, 39, 255, 17, 106, 35, 255, 17, 106, 36, 255, 17, 105, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 125, 43, 255, 21, 130, 45, 255, 14, 113, 36, 255, 16, 117, 39, 255, 18, 120, 41, 255, 14, 112, 36, 255, 19, 122, 43, 255, 30, 146, 56, 255, 21, 125, 45, 255, 19, 122, 43, 255, 19, 122, 43, 255, 17, 118, 39, 255, 17, 118, 39, 255, 22, 132, 47, 255, 22, 130, 46, 255, 22, 131, 47, 255, 17, 114, 38, 255, 21, 129, 46, 255, 21, 128, 45, 255, 20, 122, 43, 255, 19, 116, 40, 255, 19, 115, 39, 255, 14, 105, 33, 255, 15, 106, 34, 255, 13, 103, 33, 255, 13, 103, 33, 255, 15, 105, 35, 255, 18, 112, 40, 255, 22, 116, 45, 255, 15, 105, 35, 255, 19, 110, 38, 255, 20, 110, 38, 255, 20, 109, 38, 255, 20, 109, 38, 255, 24, 104, 39, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 127, 44, 255, 23, 135, 48, 255, 22, 132, 46, 255, 21, 128, 46, 255, 22, 129, 48, 255, 19, 123, 43, 255, 31, 147, 59, 255, 27, 140, 54, 255, 17, 118, 40, 255, 16, 116, 39, 255, 14, 110, 35, 255, 17, 117, 39, 255, 19, 122, 42, 255, 13, 108, 34, 255, 21, 124, 45, 255, 13, 107, 34, 255, 18, 117, 40, 255, 20, 124, 44, 255, 23, 132, 48, 255, 21, 126, 45, 255, 21, 121, 42, 255, 21, 116, 40, 255, 12, 102, 32, 255, 13, 102, 33, 255, 22, 116, 41, 255, 15, 104, 34, 255, 17, 107, 38, 255, 18, 110, 39, 255, 14, 102, 34, 255, 16, 106, 36, 255, 16, 103, 35, 255, 13, 96, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 24, 137, 49, 255, 25, 137, 50, 255, 22, 130, 47, 255, 19, 122, 43, 255, 17, 118, 40, 255, 22, 128, 46, 255, 24, 131, 48, 255, 20, 124, 45, 255, 22, 126, 46, 255, 14, 109, 35, 255, 19, 122, 43, 255, 20, 122, 43, 255, 16, 113, 38, 255, 18, 116, 40, 255, 13, 106, 34, 255, 14, 107, 34, 255, 17, 114, 39, 255, 13, 104, 33, 255, 21, 122, 42, 255, 25, 125, 44, 255, 19, 113, 38, 255, 18, 110, 37, 255, 13, 102, 33, 255, 20, 112, 39, 255, 14, 102, 33, 255, 14, 101, 33, 255, 16, 105, 36, 255, 15, 101, 34, 255, 15, 101, 34, 255, 16, 102, 35, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 133, 47, 255, 26, 140, 51, 255, 20, 127, 44, 255, 21, 124, 43, 255, 14, 111, 35, 255, 20, 122, 41, 255, 23, 127, 44, 255, 17, 115, 38, 255, 19, 119, 42, 255, 21, 124, 45, 255, 16, 113, 38, 255, 18, 115, 38, 255, 19, 118, 41, 255, 16, 111, 37, 255, 15, 109, 36, 255, 18, 115, 40, 255, 18, 114, 39, 255, 14, 105, 34, 255, 13, 102, 32, 255, 23, 120, 42, 255, 17, 109, 36, 255, 16, 106, 35, 255, 20, 112, 39, 255, 14, 100, 32, 255, 14, 101, 33, 255, 15, 102, 34, 255, 15, 100, 33, 255, 20, 113, 41, 255, 35, 101, 44, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 120, 40, 255, 18, 119, 40, 255, 18, 117, 39, 255, 18, 117, 39, 255, 23, 126, 44, 255, 23, 125, 44, 255, 16, 113, 37, 255, 19, 117, 40, 255, 22, 122, 43, 255, 17, 113, 38, 255, 14, 107, 34, 255, 22, 120, 42, 255, 14, 106, 34, 255, 13, 103, 33, 255, 16, 111, 38, 255, 19, 118, 41, 255, 20, 121, 42, 255, 16, 106, 35, 255, 16, 106, 35, 255, 16, 107, 35, 255, 13, 100, 32, 255, 12, 97, 31, 255, 12, 96, 30, 255, 14, 100, 32, 255, 15, 100, 33, 255, 14, 98, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 23, 124, 44, 255, 18, 117, 40, 255, 16, 112, 36, 255, 15, 111, 35, 255, 15, 111, 36, 255, 16, 115, 39, 255, 19, 119, 42, 255, 21, 121, 43, 255, 18, 113, 38, 255, 18, 114, 38, 255, 15, 108, 35, 255, 13, 103, 33, 255, 13, 102, 32, 255, 14, 107, 35, 255, 18, 116, 40, 255, 19, 118, 41, 255, 23, 127, 47, 255, 17, 107, 35, 255, 14, 101, 34, 255, 12, 97, 31, 255, 12, 96, 30, 255, 14, 98, 33, 255, 12, 95, 30, 255, 20, 88, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 23, 122, 44, 255, 23, 122, 43, 255, 19, 116, 40, 255, 13, 107, 34, 255, 13, 107, 34, 255, 18, 115, 40, 255, 21, 121, 45, 255, 22, 119, 42, 255, 18, 112, 37, 255, 18, 111, 37, 255, 17, 108, 36, 255, 15, 105, 34, 255, 17, 111, 38, 255, 18, 113, 39, 255, 17, 110, 37, 255, 16, 109, 37, 255, 16, 106, 37, 255, 16, 105, 37, 255, 13, 97, 32, 255, 12, 95, 30, 255, 13, 96, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 119, 42, 255, 16, 111, 36, 255, 15, 108, 35, 255, 13, 106, 33, 255, 16, 111, 38, 255, 17, 112, 39, 255, 14, 106, 35, 255, 16, 110, 37, 255, 19, 111, 38, 255, 21, 113, 40, 255, 20, 112, 39, 255, 13, 101, 32, 255, 17, 109, 37, 255, 18, 110, 38, 255, 16, 104, 36, 255, 12, 97, 31, 255, 19, 110, 40, 255, 19, 109, 40, 255, 12, 93, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 111, 36, 255, 18, 113, 38, 255, 19, 115, 39, 255, 15, 109, 36, 255, 14, 105, 34, 255, 17, 113, 38, 255, 19, 118, 41, 255, 19, 113, 39, 255, 19, 110, 38, 255, 19, 109, 38, 255, 13, 99, 32, 255, 20, 109, 39, 255, 20, 109, 39, 255, 15, 102, 35, 255, 15, 101, 35, 255, 14, 99, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 114, 38, 255, 20, 115, 39, 255, 19, 115, 40, 255, 18, 114, 39, 255, 14, 105, 34, 255, 16, 110, 37, 255, 14, 104, 34, 255, 18, 108, 37, 255, 21, 111, 39, 255, 16, 103, 34, 255, 19, 106, 37, 255, 17, 103, 35, 255, 16, 100, 34, 255, 16, 101, 35, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 108, 36, 255, 17, 112, 38, 255, 22, 125, 46, 255, 18, 114, 39, 255, 13, 102, 33, 255, 16, 109, 37, 255, 18, 112, 40, 255, 22, 120, 45, 255, 17, 104, 35, 255, 17, 102, 35, 255, 16, 100, 34, 255, 23, 92, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 116, 41, 255, 16, 109, 37, 255, 13, 101, 32, 255, 19, 116, 41, 255, 16, 107, 37, 255, 17, 107, 37, 255, 16, 106, 37, 255, 17, 107, 38, 255, 20, 108, 39, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 112, 39, 255, 17, 110, 38, 255, 13, 99, 32, 255, 15, 102, 34, 255, 16, 103, 35, 255, 15, 102, 34, 255, 22, 109, 41, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 115, 42, 255, 18, 109, 38, 255, 19, 113, 41, 255, 20, 113, 42, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 21, 117, 44, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255 ), +"data": PackedByteArray(76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 104, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 111, 40, 255, 20, 108, 40, 255, 19, 107, 40, 255, 18, 101, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 89, 33, 255, 18, 105, 39, 255, 18, 104, 38, 255, 16, 101, 38, 255, 17, 103, 39, 255, 17, 105, 39, 255, 17, 106, 40, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 98, 36, 255, 16, 100, 37, 255, 16, 102, 38, 255, 15, 101, 38, 255, 14, 100, 38, 255, 15, 102, 38, 255, 17, 106, 39, 255, 22, 118, 45, 255, 20, 114, 42, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 11, 77, 26, 255, 14, 98, 33, 255, 14, 100, 34, 255, 15, 101, 36, 255, 15, 100, 37, 255, 13, 99, 37, 255, 13, 99, 37, 255, 17, 107, 40, 255, 20, 119, 43, 255, 16, 107, 36, 255, 17, 110, 38, 255, 24, 127, 49, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 93, 31, 255, 14, 99, 33, 255, 14, 100, 33, 255, 14, 101, 34, 255, 14, 102, 34, 255, 13, 101, 35, 255, 13, 100, 37, 255, 13, 101, 38, 255, 16, 109, 36, 255, 19, 117, 40, 255, 19, 114, 39, 255, 17, 112, 39, 255, 17, 112, 39, 255, 14, 107, 35, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 100, 34, 255, 15, 102, 35, 255, 15, 103, 36, 255, 14, 103, 35, 255, 14, 103, 34, 255, 14, 104, 35, 255, 15, 107, 37, 255, 23, 115, 41, 255, 16, 109, 37, 255, 13, 103, 33, 255, 16, 107, 35, 255, 15, 107, 35, 255, 16, 109, 36, 255, 18, 114, 39, 255, 17, 112, 38, 255, 17, 112, 38, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 92, 34, 255, 16, 105, 38, 255, 16, 105, 37, 255, 16, 107, 38, 255, 16, 108, 39, 255, 16, 108, 38, 255, 15, 105, 36, 255, 13, 102, 33, 255, 16, 106, 35, 255, 23, 115, 41, 255, 16, 107, 35, 255, 13, 103, 33, 255, 17, 109, 36, 255, 15, 108, 35, 255, 17, 112, 37, 255, 16, 110, 36, 255, 19, 115, 39, 255, 22, 121, 43, 255, 26, 126, 46, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 100, 37, 255, 17, 105, 39, 255, 17, 107, 39, 255, 17, 108, 39, 255, 17, 112, 41, 255, 17, 114, 42, 255, 16, 111, 39, 255, 14, 104, 34, 255, 14, 104, 34, 255, 13, 103, 33, 255, 13, 103, 32, 255, 19, 113, 38, 255, 24, 122, 43, 255, 20, 118, 41, 255, 20, 117, 40, 255, 17, 112, 37, 255, 14, 108, 34, 255, 16, 112, 37, 255, 17, 114, 38, 255, 23, 123, 44, 255, 24, 125, 45, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 77, 28, 255, 17, 96, 35, 255, 17, 97, 35, 255, 17, 101, 37, 255, 18, 104, 38, 255, 18, 103, 38, 255, 18, 108, 40, 255, 18, 115, 42, 255, 15, 109, 36, 255, 18, 114, 39, 255, 17, 111, 37, 255, 17, 110, 36, 255, 15, 107, 35, 255, 14, 107, 34, 255, 15, 108, 35, 255, 21, 119, 41, 255, 20, 119, 42, 255, 18, 116, 40, 255, 17, 115, 39, 255, 17, 116, 39, 255, 18, 117, 40, 255, 19, 119, 40, 255, 26, 128, 46, 255, 21, 126, 44, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 93, 34, 255, 17, 97, 36, 255, 17, 100, 37, 255, 18, 101, 37, 255, 18, 102, 38, 255, 18, 104, 39, 255, 18, 105, 39, 255, 18, 104, 38, 255, 18, 112, 40, 255, 19, 120, 42, 255, 24, 125, 44, 255, 17, 111, 36, 255, 16, 109, 36, 255, 16, 109, 35, 255, 13, 105, 33, 255, 16, 111, 36, 255, 16, 112, 37, 255, 14, 108, 34, 255, 18, 117, 41, 255, 20, 124, 44, 255, 21, 127, 46, 255, 22, 129, 47, 255, 22, 129, 46, 255, 17, 120, 40, 255, 22, 131, 46, 255, 17, 119, 39, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 102, 38, 255, 17, 98, 36, 255, 17, 98, 36, 255, 18, 102, 38, 255, 18, 105, 39, 255, 18, 106, 40, 255, 18, 112, 41, 255, 20, 115, 43, 255, 20, 116, 43, 255, 18, 115, 40, 255, 20, 121, 42, 255, 16, 110, 36, 255, 18, 115, 38, 255, 17, 111, 36, 255, 18, 114, 37, 255, 16, 111, 36, 255, 20, 118, 40, 255, 16, 113, 37, 255, 22, 123, 42, 255, 18, 116, 38, 255, 21, 125, 45, 255, 16, 116, 38, 255, 14, 113, 36, 255, 22, 131, 48, 255, 21, 130, 46, 255, 32, 155, 59, 255, 17, 121, 40, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 91, 34, 255, 17, 103, 39, 255, 17, 103, 39, 255, 18, 102, 38, 255, 18, 105, 39, 255, 18, 109, 41, 255, 18, 111, 41, 255, 18, 114, 42, 255, 20, 117, 43, 255, 26, 127, 51, 255, 24, 130, 49, 255, 21, 125, 44, 255, 17, 115, 39, 255, 15, 108, 35, 255, 14, 108, 34, 255, 25, 129, 45, 255, 16, 112, 36, 255, 15, 113, 37, 255, 18, 120, 42, 255, 13, 109, 34, 255, 18, 117, 39, 255, 24, 128, 45, 255, 25, 136, 49, 255, 27, 139, 54, 255, 19, 121, 42, 255, 22, 131, 48, 255, 24, 134, 51, 255, 21, 129, 45, 255, 19, 125, 43, 255, 19, 124, 43, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 99, 37, 255, 17, 102, 38, 255, 17, 105, 40, 255, 18, 106, 40, 255, 18, 108, 41, 255, 18, 112, 43, 255, 18, 111, 42, 255, 17, 108, 38, 255, 17, 109, 38, 255, 21, 119, 44, 255, 24, 119, 45, 255, 22, 122, 44, 255, 20, 122, 43, 255, 23, 132, 48, 255, 22, 128, 46, 255, 19, 120, 41, 255, 25, 140, 56, 255, 18, 121, 43, 255, 22, 135, 52, 255, 20, 126, 46, 255, 15, 114, 37, 255, 14, 111, 35, 255, 19, 124, 42, 255, 25, 141, 51, 255, 24, 138, 51, 255, 19, 121, 42, 255, 17, 119, 40, 255, 16, 116, 39, 255, 18, 121, 41, 255, 18, 121, 41, 255, 20, 125, 43, 255, 21, 123, 42, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 89, 34, 255, 17, 104, 39, 255, 17, 103, 39, 255, 17, 106, 40, 255, 18, 107, 41, 255, 18, 108, 41, 255, 18, 109, 41, 255, 18, 108, 40, 255, 17, 109, 38, 255, 17, 110, 38, 255, 23, 121, 46, 255, 19, 109, 39, 255, 23, 119, 45, 255, 23, 120, 45, 255, 21, 120, 43, 255, 18, 119, 40, 255, 19, 122, 42, 255, 22, 129, 47, 255, 19, 122, 43, 255, 14, 110, 35, 255, 14, 110, 35, 255, 19, 124, 45, 255, 15, 114, 37, 255, 16, 118, 39, 255, 20, 127, 44, 255, 18, 122, 41, 255, 20, 129, 44, 255, 22, 129, 46, 255, 16, 117, 39, 255, 14, 113, 36, 255, 18, 119, 40, 255, 19, 122, 41, 255, 15, 114, 36, 255, 20, 122, 41, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 103, 38, 255, 18, 105, 40, 255, 18, 108, 41, 255, 18, 109, 41, 255, 18, 107, 40, 255, 14, 104, 34, 255, 17, 112, 38, 255, 21, 123, 44, 255, 19, 118, 41, 255, 25, 122, 47, 255, 23, 119, 45, 255, 20, 113, 40, 255, 26, 130, 51, 255, 24, 132, 49, 255, 24, 134, 50, 255, 24, 133, 49, 255, 18, 118, 40, 255, 16, 115, 38, 255, 18, 123, 44, 255, 19, 126, 45, 255, 14, 112, 35, 255, 18, 122, 42, 255, 23, 137, 49, 255, 21, 130, 45, 255, 14, 113, 36, 255, 19, 124, 43, 255, 19, 122, 43, 255, 17, 118, 39, 255, 19, 121, 42, 255, 19, 122, 42, 255, 16, 116, 37, 255, 18, 119, 39, 255, 24, 129, 45, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 106, 40, 255, 18, 110, 42, 255, 16, 107, 37, 255, 20, 118, 43, 255, 18, 115, 40, 255, 21, 125, 44, 255, 20, 123, 43, 255, 20, 123, 43, 255, 22, 123, 45, 255, 29, 136, 54, 255, 23, 122, 45, 255, 26, 134, 51, 255, 21, 124, 44, 255, 22, 130, 47, 255, 17, 118, 40, 255, 15, 113, 36, 255, 17, 119, 40, 255, 18, 122, 41, 255, 20, 126, 45, 255, 16, 116, 38, 255, 18, 121, 41, 255, 23, 133, 49, 255, 17, 120, 40, 255, 18, 124, 42, 255, 16, 118, 39, 255, 22, 127, 45, 255, 17, 118, 40, 255, 17, 119, 40, 255, 25, 135, 50, 255, 20, 124, 43, 255, 16, 115, 37, 255, 23, 127, 44, 255, 25, 131, 46, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 111, 39, 255, 18, 111, 39, 255, 19, 114, 39, 255, 18, 112, 38, 255, 19, 121, 42, 255, 21, 126, 45, 255, 19, 121, 42, 255, 16, 115, 38, 255, 22, 128, 47, 255, 20, 121, 43, 255, 20, 122, 43, 255, 24, 130, 48, 255, 25, 135, 50, 255, 17, 119, 40, 255, 15, 114, 36, 255, 18, 124, 42, 255, 17, 120, 40, 255, 17, 118, 40, 255, 17, 118, 40, 255, 19, 124, 43, 255, 24, 134, 50, 255, 24, 137, 50, 255, 23, 134, 48, 255, 14, 113, 36, 255, 26, 132, 47, 255, 18, 119, 40, 255, 17, 118, 39, 255, 21, 127, 45, 255, 21, 126, 45, 255, 16, 115, 37, 255, 21, 125, 43, 255, 25, 131, 46, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 113, 38, 255, 20, 114, 39, 255, 13, 104, 33, 255, 13, 105, 33, 255, 18, 119, 41, 255, 19, 122, 42, 255, 14, 109, 35, 255, 16, 113, 38, 255, 19, 119, 42, 255, 25, 134, 50, 255, 20, 124, 44, 255, 20, 124, 44, 255, 19, 122, 42, 255, 18, 122, 41, 255, 17, 118, 39, 255, 19, 125, 43, 255, 14, 113, 36, 255, 14, 112, 35, 255, 16, 117, 39, 255, 19, 121, 42, 255, 21, 130, 46, 255, 27, 135, 48, 255, 16, 116, 37, 255, 23, 128, 45, 255, 25, 130, 46, 255, 21, 127, 45, 255, 29, 145, 56, 255, 26, 137, 51, 255, 18, 121, 41, 255, 23, 127, 44, 255, 17, 118, 39, 255, 26, 132, 47, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 112, 38, 255, 15, 108, 35, 255, 13, 106, 34, 255, 16, 112, 37, 255, 17, 114, 39, 255, 16, 113, 38, 255, 18, 118, 41, 255, 16, 114, 37, 255, 27, 138, 53, 255, 31, 148, 59, 255, 19, 121, 42, 255, 16, 115, 38, 255, 15, 114, 37, 255, 16, 117, 38, 255, 23, 136, 49, 255, 23, 135, 49, 255, 22, 133, 48, 255, 18, 121, 42, 255, 21, 129, 45, 255, 21, 130, 45, 255, 20, 125, 43, 255, 17, 117, 38, 255, 20, 122, 41, 255, 19, 121, 40, 255, 21, 125, 43, 255, 25, 135, 50, 255, 23, 130, 47, 255, 14, 113, 36, 255, 24, 130, 47, 255, 17, 118, 39, 255, 19, 120, 40, 255, 14, 112, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 109, 35, 255, 16, 113, 37, 255, 24, 134, 48, 255, 26, 140, 51, 255, 20, 126, 44, 255, 23, 130, 48, 255, 16, 116, 39, 255, 20, 124, 43, 255, 25, 134, 50, 255, 22, 129, 48, 255, 24, 132, 49, 255, 15, 114, 37, 255, 16, 118, 39, 255, 19, 125, 43, 255, 15, 114, 37, 255, 21, 130, 47, 255, 15, 114, 37, 255, 22, 134, 47, 255, 24, 139, 50, 255, 21, 129, 45, 255, 21, 125, 43, 255, 21, 124, 42, 255, 17, 118, 38, 255, 23, 128, 44, 255, 14, 113, 36, 255, 17, 118, 40, 255, 14, 112, 35, 255, 26, 134, 53, 255, 23, 128, 45, 255, 14, 112, 35, 255, 20, 123, 42, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 110, 35, 255, 20, 126, 44, 255, 33, 157, 60, 255, 21, 128, 45, 255, 20, 124, 43, 255, 17, 118, 39, 255, 17, 116, 38, 255, 23, 128, 45, 255, 16, 116, 38, 255, 21, 126, 46, 255, 15, 115, 37, 255, 19, 124, 43, 255, 20, 126, 43, 255, 14, 113, 36, 255, 26, 139, 54, 255, 14, 112, 35, 255, 19, 124, 42, 255, 21, 130, 45, 255, 28, 148, 56, 255, 21, 130, 45, 255, 18, 119, 39, 255, 14, 112, 36, 255, 14, 112, 36, 255, 16, 115, 37, 255, 14, 112, 35, 255, 17, 118, 39, 255, 16, 115, 38, 255, 19, 121, 41, 255, 20, 123, 42, 255, 18, 120, 40, 255, 15, 115, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 113, 37, 255, 20, 126, 44, 255, 18, 118, 40, 255, 14, 113, 36, 255, 22, 125, 43, 255, 22, 127, 44, 255, 26, 132, 47, 255, 15, 115, 37, 255, 19, 122, 42, 255, 22, 129, 47, 255, 18, 120, 41, 255, 20, 124, 43, 255, 20, 126, 45, 255, 18, 119, 40, 255, 15, 113, 36, 255, 16, 116, 38, 255, 17, 120, 40, 255, 18, 123, 42, 255, 24, 138, 49, 255, 26, 135, 48, 255, 21, 124, 42, 255, 14, 112, 35, 255, 18, 118, 39, 255, 19, 120, 40, 255, 20, 124, 44, 255, 24, 131, 50, 255, 19, 122, 43, 255, 21, 125, 43, 255, 23, 128, 45, 255, 20, 123, 41, 255, 23, 128, 45, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 21, 122, 42, 255, 23, 125, 45, 255, 20, 121, 42, 255, 14, 112, 35, 255, 17, 118, 39, 255, 23, 127, 44, 255, 17, 118, 39, 255, 19, 120, 41, 255, 22, 128, 45, 255, 18, 120, 40, 255, 18, 118, 39, 255, 21, 124, 43, 255, 17, 117, 39, 255, 17, 118, 40, 255, 18, 119, 40, 255, 19, 123, 42, 255, 15, 114, 36, 255, 24, 132, 46, 255, 24, 132, 45, 255, 23, 127, 44, 255, 15, 115, 37, 255, 20, 123, 42, 255, 24, 129, 45, 255, 14, 112, 36, 255, 25, 134, 52, 255, 21, 127, 46, 255, 20, 126, 44, 255, 23, 128, 45, 255, 23, 128, 45, 255, 23, 129, 45, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 121, 42, 255, 23, 125, 45, 255, 19, 120, 40, 255, 16, 114, 37, 255, 15, 115, 37, 255, 15, 116, 38, 255, 19, 122, 42, 255, 22, 126, 44, 255, 17, 118, 39, 255, 14, 112, 35, 255, 22, 127, 44, 255, 14, 113, 36, 255, 14, 112, 35, 255, 23, 132, 48, 255, 21, 131, 46, 255, 14, 113, 36, 255, 15, 114, 36, 255, 27, 137, 48, 255, 15, 114, 37, 255, 22, 126, 43, 255, 18, 118, 39, 255, 21, 125, 43, 255, 14, 113, 36, 255, 19, 123, 42, 255, 18, 122, 41, 255, 17, 120, 40, 255, 22, 129, 45, 255, 21, 124, 42, 255, 23, 128, 44, 255, 26, 132, 47, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 23, 125, 45, 255, 26, 129, 47, 255, 23, 125, 44, 255, 14, 112, 35, 255, 15, 114, 37, 255, 22, 129, 47, 255, 26, 137, 53, 255, 21, 124, 42, 255, 20, 123, 42, 255, 17, 116, 38, 255, 15, 114, 36, 255, 14, 112, 35, 255, 16, 116, 38, 255, 20, 129, 45, 255, 21, 130, 45, 255, 17, 117, 38, 255, 22, 128, 43, 255, 20, 125, 42, 255, 20, 123, 42, 255, 20, 122, 41, 255, 17, 118, 39, 255, 15, 115, 37, 255, 19, 122, 41, 255, 19, 123, 42, 255, 17, 118, 39, 255, 19, 123, 42, 255, 17, 118, 39, 255, 21, 130, 46, 255, 21, 129, 46, 255, 23, 135, 49, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 129, 47, 255, 23, 125, 45, 255, 20, 120, 41, 255, 16, 116, 37, 255, 14, 112, 35, 255, 16, 117, 39, 255, 21, 126, 45, 255, 23, 128, 45, 255, 21, 123, 42, 255, 19, 120, 40, 255, 16, 115, 37, 255, 14, 112, 35, 255, 18, 122, 41, 255, 20, 128, 44, 255, 24, 138, 49, 255, 18, 122, 41, 255, 17, 117, 38, 255, 15, 115, 37, 255, 16, 116, 38, 255, 15, 114, 37, 255, 16, 116, 37, 255, 17, 117, 38, 255, 19, 123, 41, 255, 22, 132, 47, 255, 16, 119, 39, 255, 19, 123, 42, 255, 19, 122, 42, 255, 19, 123, 42, 255, 19, 123, 42, 255, 23, 135, 49, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 121, 41, 255, 15, 114, 37, 255, 16, 115, 37, 255, 14, 113, 36, 255, 17, 118, 39, 255, 19, 121, 42, 255, 16, 115, 38, 255, 15, 114, 36, 255, 22, 123, 43, 255, 20, 121, 41, 255, 17, 117, 38, 255, 19, 124, 42, 255, 20, 129, 45, 255, 19, 125, 43, 255, 25, 141, 51, 255, 19, 120, 40, 255, 14, 112, 35, 255, 14, 112, 35, 255, 14, 112, 35, 255, 15, 115, 37, 255, 18, 121, 40, 255, 20, 123, 41, 255, 18, 122, 41, 255, 16, 115, 38, 255, 18, 120, 41, 255, 22, 129, 47, 255, 17, 119, 40, 255, 16, 117, 38, 255, 20, 126, 44, 255, 22, 129, 47, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 120, 40, 255, 21, 124, 42, 255, 22, 126, 44, 255, 16, 116, 38, 255, 15, 114, 37, 255, 19, 123, 42, 255, 22, 132, 46, 255, 21, 123, 42, 255, 23, 126, 45, 255, 21, 123, 43, 255, 16, 117, 38, 255, 19, 124, 42, 255, 19, 124, 42, 255, 19, 126, 43, 255, 20, 125, 45, 255, 17, 118, 41, 255, 15, 114, 37, 255, 15, 114, 37, 255, 15, 114, 37, 255, 15, 115, 37, 255, 17, 118, 39, 255, 15, 113, 36, 255, 16, 116, 38, 255, 16, 116, 38, 255, 18, 121, 41, 255, 14, 112, 35, 255, 15, 114, 37, 255, 19, 121, 42, 255, 19, 122, 43, 255, 18, 119, 41, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 114, 37, 255, 18, 119, 40, 255, 22, 125, 43, 255, 21, 125, 43, 255, 18, 121, 41, 255, 19, 123, 42, 255, 20, 127, 44, 255, 21, 124, 43, 255, 22, 124, 44, 255, 23, 125, 44, 255, 19, 119, 40, 255, 20, 125, 43, 255, 20, 125, 43, 255, 15, 115, 37, 255, 19, 124, 43, 255, 16, 117, 39, 255, 15, 114, 38, 255, 19, 123, 46, 255, 16, 116, 39, 255, 15, 114, 36, 255, 17, 117, 39, 255, 25, 128, 46, 255, 14, 112, 35, 255, 19, 122, 42, 255, 18, 120, 41, 255, 14, 112, 35, 255, 14, 112, 35, 255, 19, 121, 42, 255, 14, 112, 36, 255, 21, 125, 45, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 122, 41, 255, 18, 119, 40, 255, 19, 122, 41, 255, 22, 131, 46, 255, 17, 119, 40, 255, 18, 122, 41, 255, 15, 116, 38, 255, 21, 122, 42, 255, 20, 121, 41, 255, 15, 114, 36, 255, 27, 131, 48, 255, 22, 131, 48, 255, 19, 121, 42, 255, 15, 115, 38, 255, 25, 137, 52, 255, 16, 115, 39, 255, 14, 113, 36, 255, 14, 113, 36, 255, 16, 115, 37, 255, 17, 117, 39, 255, 20, 121, 41, 255, 15, 113, 36, 255, 19, 121, 41, 255, 17, 120, 40, 255, 15, 115, 37, 255, 16, 118, 39, 255, 17, 120, 40, 255, 19, 122, 43, 255, 24, 132, 50, 255, 22, 127, 47, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 122, 42, 255, 19, 124, 43, 255, 24, 137, 50, 255, 20, 128, 45, 255, 15, 114, 37, 255, 18, 123, 41, 255, 21, 125, 43, 255, 23, 125, 44, 255, 19, 119, 40, 255, 22, 124, 43, 255, 20, 122, 42, 255, 18, 120, 41, 255, 19, 121, 42, 255, 21, 127, 46, 255, 18, 120, 41, 255, 24, 129, 45, 255, 20, 124, 42, 255, 21, 123, 42, 255, 20, 122, 42, 255, 17, 116, 38, 255, 15, 113, 36, 255, 24, 127, 45, 255, 18, 120, 40, 255, 17, 120, 40, 255, 17, 119, 40, 255, 22, 134, 48, 255, 21, 127, 45, 255, 17, 118, 40, 255, 19, 122, 43, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 123, 42, 255, 20, 126, 44, 255, 19, 123, 42, 255, 15, 114, 36, 255, 18, 124, 42, 255, 19, 124, 42, 255, 22, 132, 47, 255, 22, 129, 46, 255, 21, 122, 42, 255, 23, 125, 44, 255, 20, 120, 40, 255, 15, 114, 37, 255, 18, 121, 41, 255, 19, 121, 42, 255, 18, 119, 40, 255, 28, 135, 48, 255, 18, 118, 39, 255, 23, 128, 45, 255, 22, 127, 44, 255, 23, 125, 44, 255, 20, 120, 40, 255, 20, 121, 41, 255, 15, 114, 37, 255, 14, 112, 35, 255, 14, 112, 35, 255, 19, 125, 42, 255, 19, 125, 43, 255, 19, 121, 42, 255, 18, 121, 42, 255, 25, 136, 52, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 120, 40, 255, 19, 123, 42, 255, 15, 114, 36, 255, 21, 130, 45, 255, 19, 124, 42, 255, 18, 121, 41, 255, 24, 137, 50, 255, 21, 123, 42, 255, 16, 116, 38, 255, 20, 121, 41, 255, 22, 124, 43, 255, 19, 121, 42, 255, 20, 124, 44, 255, 19, 124, 44, 255, 22, 127, 45, 255, 19, 121, 41, 255, 19, 124, 42, 255, 22, 132, 46, 255, 20, 124, 42, 255, 21, 122, 42, 255, 22, 124, 44, 255, 26, 130, 47, 255, 21, 123, 42, 255, 16, 117, 38, 255, 17, 121, 40, 255, 21, 127, 44, 255, 21, 125, 43, 255, 19, 121, 42, 255, 19, 122, 42, 255, 17, 117, 39, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 23, 133, 48, 255, 20, 127, 44, 255, 15, 114, 37, 255, 19, 125, 43, 255, 21, 130, 46, 255, 21, 129, 46, 255, 22, 126, 44, 255, 23, 126, 45, 255, 16, 115, 37, 255, 19, 120, 41, 255, 20, 122, 43, 255, 19, 120, 42, 255, 22, 129, 48, 255, 23, 130, 49, 255, 23, 134, 48, 255, 20, 127, 44, 255, 20, 129, 45, 255, 19, 124, 42, 255, 16, 116, 38, 255, 14, 112, 36, 255, 25, 128, 46, 255, 19, 119, 40, 255, 17, 119, 39, 255, 14, 113, 36, 255, 17, 117, 38, 255, 16, 116, 38, 255, 18, 119, 40, 255, 19, 121, 42, 255, 15, 114, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 127, 44, 255, 22, 131, 47, 255, 17, 119, 40, 255, 17, 120, 40, 255, 18, 121, 41, 255, 23, 133, 48, 255, 23, 134, 49, 255, 17, 116, 38, 255, 19, 119, 40, 255, 28, 132, 49, 255, 21, 122, 42, 255, 15, 114, 37, 255, 19, 121, 42, 255, 16, 117, 39, 255, 22, 130, 48, 255, 26, 144, 53, 255, 18, 122, 41, 255, 18, 123, 42, 255, 14, 114, 36, 255, 14, 112, 35, 255, 15, 114, 37, 255, 20, 121, 41, 255, 18, 119, 39, 255, 14, 112, 35, 255, 18, 118, 39, 255, 16, 115, 37, 255, 18, 118, 39, 255, 18, 119, 40, 255, 19, 121, 42, 255, 16, 116, 38, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 27, 142, 54, 255, 21, 129, 46, 255, 22, 133, 47, 255, 22, 132, 48, 255, 22, 132, 47, 255, 21, 126, 45, 255, 23, 126, 45, 255, 19, 120, 40, 255, 16, 116, 38, 255, 14, 113, 36, 255, 18, 121, 41, 255, 21, 125, 45, 255, 16, 116, 39, 255, 16, 116, 39, 255, 21, 131, 46, 255, 19, 127, 43, 255, 18, 122, 41, 255, 18, 123, 42, 255, 17, 119, 39, 255, 16, 115, 37, 255, 15, 113, 36, 255, 22, 126, 43, 255, 22, 125, 43, 255, 18, 118, 39, 255, 16, 115, 37, 255, 18, 118, 38, 255, 17, 117, 38, 255, 19, 119, 41, 255, 22, 124, 44, 255, 26, 129, 47, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 23, 135, 49, 255, 20, 126, 44, 255, 26, 140, 53, 255, 15, 114, 37, 255, 17, 118, 40, 255, 18, 121, 42, 255, 17, 119, 40, 255, 16, 115, 37, 255, 16, 118, 39, 255, 18, 121, 41, 255, 19, 122, 42, 255, 17, 118, 40, 255, 19, 121, 42, 255, 18, 119, 41, 255, 15, 114, 37, 255, 22, 135, 48, 255, 23, 137, 49, 255, 20, 125, 42, 255, 19, 121, 40, 255, 19, 120, 40, 255, 15, 113, 36, 255, 19, 121, 41, 255, 20, 122, 41, 255, 22, 127, 44, 255, 23, 128, 44, 255, 17, 117, 38, 255, 15, 114, 37, 255, 21, 122, 42, 255, 22, 124, 44, 255, 27, 130, 48, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 25, 138, 51, 255, 17, 120, 41, 255, 20, 125, 44, 255, 24, 134, 50, 255, 18, 120, 41, 255, 21, 129, 46, 255, 16, 116, 38, 255, 16, 117, 38, 255, 21, 127, 45, 255, 19, 122, 42, 255, 18, 120, 41, 255, 19, 121, 42, 255, 23, 130, 49, 255, 16, 117, 39, 255, 23, 132, 49, 255, 19, 125, 42, 255, 26, 135, 47, 255, 17, 117, 38, 255, 19, 120, 40, 255, 16, 115, 37, 255, 14, 112, 35, 255, 18, 119, 39, 255, 23, 127, 44, 255, 22, 127, 44, 255, 20, 123, 43, 255, 15, 113, 37, 255, 14, 112, 36, 255, 15, 114, 37, 255, 23, 126, 45, 255, 23, 126, 45, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 129, 47, 255, 21, 127, 46, 255, 20, 124, 44, 255, 19, 122, 43, 255, 25, 136, 51, 255, 23, 130, 48, 255, 21, 127, 46, 255, 23, 130, 48, 255, 19, 121, 42, 255, 19, 121, 42, 255, 23, 130, 49, 255, 28, 138, 56, 255, 21, 129, 47, 255, 22, 135, 48, 255, 18, 123, 41, 255, 21, 126, 42, 255, 18, 120, 39, 255, 18, 119, 39, 255, 16, 116, 37, 255, 14, 112, 35, 255, 18, 120, 40, 255, 19, 120, 40, 255, 17, 117, 39, 255, 19, 121, 42, 255, 19, 121, 42, 255, 18, 120, 41, 255, 18, 118, 40, 255, 21, 122, 42, 255, 27, 130, 48, 255, 23, 125, 44, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 117, 39, 255, 19, 122, 43, 255, 19, 122, 42, 255, 15, 114, 36, 255, 22, 129, 47, 255, 24, 135, 50, 255, 19, 122, 43, 255, 21, 127, 46, 255, 19, 121, 42, 255, 21, 128, 46, 255, 28, 141, 55, 255, 28, 144, 56, 255, 24, 139, 50, 255, 21, 132, 46, 255, 19, 125, 43, 255, 17, 117, 38, 255, 15, 114, 37, 255, 19, 120, 40, 255, 19, 120, 40, 255, 16, 116, 38, 255, 18, 118, 39, 255, 16, 115, 37, 255, 15, 113, 36, 255, 18, 120, 41, 255, 21, 126, 45, 255, 23, 133, 49, 255, 22, 129, 47, 255, 17, 118, 39, 255, 22, 124, 43, 255, 19, 124, 42, 255, 17, 118, 39, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 122, 42, 255, 19, 122, 42, 255, 20, 124, 44, 255, 26, 137, 53, 255, 18, 120, 41, 255, 19, 122, 43, 255, 19, 121, 42, 255, 19, 121, 42, 255, 21, 124, 44, 255, 26, 131, 50, 255, 26, 134, 50, 255, 22, 134, 48, 255, 22, 135, 48, 255, 22, 134, 48, 255, 14, 112, 35, 255, 17, 118, 38, 255, 26, 134, 46, 255, 17, 117, 38, 255, 16, 116, 37, 255, 19, 122, 41, 255, 16, 116, 37, 255, 23, 127, 44, 255, 18, 118, 39, 255, 20, 124, 44, 255, 17, 120, 40, 255, 16, 117, 39, 255, 24, 135, 51, 255, 20, 127, 44, 255, 28, 145, 54, 255, 21, 128, 45, 255, 13, 109, 34, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 119, 40, 255, 20, 124, 44, 255, 25, 136, 52, 255, 17, 119, 40, 255, 17, 118, 40, 255, 19, 122, 42, 255, 21, 126, 45, 255, 24, 127, 47, 255, 24, 126, 46, 255, 26, 130, 49, 255, 22, 126, 45, 255, 21, 132, 46, 255, 25, 141, 51, 255, 20, 129, 45, 255, 20, 125, 43, 255, 22, 130, 46, 255, 14, 113, 36, 255, 19, 126, 45, 255, 18, 124, 44, 255, 14, 112, 35, 255, 21, 124, 42, 255, 23, 127, 44, 255, 22, 129, 46, 255, 20, 124, 44, 255, 16, 115, 38, 255, 20, 124, 44, 255, 27, 138, 54, 255, 20, 125, 44, 255, 20, 124, 43, 255, 19, 122, 42, 255, 20, 121, 42, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 124, 43, 255, 19, 121, 42, 255, 27, 140, 54, 255, 16, 118, 39, 255, 16, 117, 38, 255, 25, 140, 52, 255, 15, 116, 37, 255, 27, 135, 52, 255, 21, 120, 43, 255, 23, 124, 46, 255, 26, 129, 49, 255, 21, 130, 45, 255, 15, 116, 38, 255, 23, 136, 48, 255, 22, 133, 48, 255, 24, 142, 56, 255, 20, 131, 48, 255, 22, 137, 52, 255, 20, 130, 48, 255, 14, 113, 36, 255, 14, 112, 35, 255, 22, 126, 44, 255, 25, 137, 50, 255, 28, 142, 56, 255, 20, 123, 44, 255, 19, 120, 42, 255, 16, 114, 38, 255, 18, 117, 41, 255, 14, 109, 35, 255, 16, 113, 37, 255, 19, 116, 39, 255, 20, 117, 40, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 21, 127, 46, 255, 17, 120, 40, 255, 21, 128, 45, 255, 22, 134, 47, 255, 23, 138, 49, 255, 23, 138, 49, 255, 24, 135, 49, 255, 30, 140, 55, 255, 24, 127, 47, 255, 23, 124, 46, 255, 28, 141, 54, 255, 22, 133, 47, 255, 23, 135, 49, 255, 21, 130, 46, 255, 18, 122, 42, 255, 15, 117, 38, 255, 17, 120, 41, 255, 18, 124, 44, 255, 15, 114, 37, 255, 15, 114, 36, 255, 18, 123, 41, 255, 20, 129, 45, 255, 22, 134, 48, 255, 21, 125, 45, 255, 17, 117, 40, 255, 15, 112, 37, 255, 16, 112, 37, 255, 15, 109, 35, 255, 17, 113, 37, 255, 17, 111, 36, 255, 19, 115, 39, 255, 24, 123, 44, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 21, 124, 42, 255, 23, 127, 44, 255, 22, 132, 46, 255, 20, 129, 45, 255, 21, 131, 46, 255, 19, 126, 43, 255, 29, 142, 56, 255, 28, 135, 52, 255, 23, 126, 46, 255, 28, 140, 53, 255, 25, 137, 50, 255, 26, 142, 54, 255, 22, 130, 47, 255, 17, 119, 40, 255, 14, 112, 35, 255, 17, 122, 42, 255, 20, 130, 48, 255, 15, 115, 37, 255, 16, 117, 38, 255, 21, 130, 45, 255, 20, 129, 45, 255, 14, 110, 35, 255, 18, 119, 40, 255, 18, 118, 41, 255, 17, 114, 39, 255, 16, 112, 38, 255, 21, 122, 44, 255, 22, 125, 45, 255, 18, 112, 37, 255, 18, 112, 37, 255, 23, 121, 43, 255, 22, 118, 41, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 132, 47, 255, 17, 117, 38, 255, 14, 113, 36, 255, 23, 138, 49, 255, 23, 137, 49, 255, 16, 118, 39, 255, 23, 137, 49, 255, 26, 135, 51, 255, 21, 126, 45, 255, 28, 143, 54, 255, 16, 118, 39, 255, 26, 139, 53, 255, 18, 121, 41, 255, 18, 120, 41, 255, 20, 126, 44, 255, 19, 126, 45, 255, 18, 123, 43, 255, 14, 111, 35, 255, 18, 121, 42, 255, 22, 129, 47, 255, 15, 113, 37, 255, 19, 124, 43, 255, 14, 108, 34, 255, 24, 126, 44, 255, 19, 117, 41, 255, 13, 106, 34, 255, 21, 121, 43, 255, 20, 120, 43, 255, 18, 114, 40, 255, 19, 113, 38, 255, 15, 105, 34, 255, 21, 115, 40, 255, 20, 113, 39, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 115, 37, 255, 14, 112, 35, 255, 18, 122, 41, 255, 21, 131, 46, 255, 19, 125, 42, 255, 17, 120, 40, 255, 22, 130, 47, 255, 21, 126, 45, 255, 23, 131, 48, 255, 23, 132, 48, 255, 25, 135, 49, 255, 16, 116, 38, 255, 14, 112, 36, 255, 18, 122, 41, 255, 17, 119, 40, 255, 21, 125, 45, 255, 18, 119, 41, 255, 19, 121, 42, 255, 24, 131, 49, 255, 22, 129, 47, 255, 24, 131, 47, 255, 14, 107, 34, 255, 19, 117, 40, 255, 25, 125, 44, 255, 20, 117, 41, 255, 24, 127, 48, 255, 28, 135, 53, 255, 16, 109, 36, 255, 18, 112, 39, 255, 21, 116, 41, 255, 14, 103, 33, 255, 13, 101, 32, 255, 20, 112, 39, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 114, 36, 255, 17, 117, 38, 255, 18, 121, 41, 255, 16, 118, 39, 255, 14, 112, 36, 255, 18, 121, 41, 255, 21, 127, 45, 255, 22, 129, 47, 255, 21, 125, 45, 255, 23, 130, 47, 255, 16, 116, 38, 255, 15, 113, 36, 255, 19, 124, 42, 255, 17, 120, 40, 255, 14, 111, 36, 255, 14, 110, 35, 255, 16, 113, 38, 255, 18, 117, 41, 255, 20, 124, 43, 255, 21, 124, 43, 255, 15, 109, 35, 255, 19, 116, 39, 255, 14, 106, 34, 255, 24, 122, 43, 255, 15, 106, 34, 255, 16, 107, 36, 255, 14, 103, 33, 255, 16, 107, 37, 255, 19, 112, 40, 255, 20, 112, 39, 255, 17, 106, 35, 255, 17, 106, 36, 255, 17, 105, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 125, 43, 255, 21, 130, 45, 255, 14, 113, 36, 255, 16, 117, 39, 255, 18, 120, 41, 255, 14, 112, 36, 255, 19, 122, 43, 255, 30, 146, 56, 255, 21, 125, 45, 255, 19, 122, 43, 255, 19, 122, 43, 255, 17, 118, 39, 255, 17, 118, 39, 255, 22, 132, 47, 255, 22, 130, 46, 255, 22, 131, 47, 255, 17, 114, 38, 255, 21, 129, 46, 255, 21, 128, 45, 255, 20, 122, 43, 255, 19, 116, 40, 255, 19, 115, 39, 255, 14, 105, 33, 255, 15, 106, 34, 255, 13, 103, 33, 255, 13, 103, 33, 255, 15, 105, 35, 255, 18, 112, 40, 255, 22, 116, 45, 255, 15, 105, 35, 255, 19, 110, 38, 255, 20, 110, 38, 255, 20, 109, 38, 255, 20, 109, 38, 255, 24, 104, 39, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 127, 44, 255, 23, 135, 48, 255, 22, 132, 46, 255, 21, 128, 46, 255, 22, 129, 48, 255, 19, 123, 43, 255, 31, 147, 59, 255, 27, 140, 54, 255, 17, 118, 40, 255, 16, 116, 39, 255, 14, 110, 35, 255, 17, 117, 39, 255, 19, 122, 42, 255, 13, 108, 34, 255, 21, 124, 45, 255, 13, 107, 34, 255, 18, 117, 40, 255, 20, 124, 44, 255, 23, 132, 48, 255, 21, 126, 45, 255, 21, 121, 42, 255, 21, 116, 40, 255, 12, 102, 32, 255, 13, 102, 33, 255, 22, 116, 41, 255, 15, 104, 34, 255, 17, 107, 38, 255, 18, 110, 39, 255, 14, 102, 34, 255, 16, 106, 36, 255, 16, 103, 35, 255, 13, 96, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 24, 137, 49, 255, 25, 137, 50, 255, 22, 130, 47, 255, 19, 122, 43, 255, 17, 118, 40, 255, 22, 128, 46, 255, 24, 131, 48, 255, 20, 124, 45, 255, 22, 126, 46, 255, 14, 109, 35, 255, 19, 122, 43, 255, 20, 122, 43, 255, 16, 113, 38, 255, 18, 116, 40, 255, 13, 106, 34, 255, 14, 107, 34, 255, 17, 114, 39, 255, 13, 104, 33, 255, 21, 122, 42, 255, 25, 125, 44, 255, 19, 113, 38, 255, 18, 110, 37, 255, 13, 102, 33, 255, 20, 112, 39, 255, 14, 102, 33, 255, 14, 101, 33, 255, 16, 105, 36, 255, 15, 101, 34, 255, 15, 101, 34, 255, 16, 102, 35, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 133, 47, 255, 26, 140, 51, 255, 20, 127, 44, 255, 21, 124, 43, 255, 14, 111, 35, 255, 20, 122, 41, 255, 23, 127, 44, 255, 17, 115, 38, 255, 19, 119, 42, 255, 21, 124, 45, 255, 16, 113, 38, 255, 18, 115, 38, 255, 19, 118, 41, 255, 16, 111, 37, 255, 15, 109, 36, 255, 18, 115, 40, 255, 18, 114, 39, 255, 14, 105, 34, 255, 13, 102, 32, 255, 23, 120, 42, 255, 17, 109, 36, 255, 16, 106, 35, 255, 20, 112, 39, 255, 14, 100, 32, 255, 14, 101, 33, 255, 15, 102, 34, 255, 15, 100, 33, 255, 20, 113, 41, 255, 35, 101, 44, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 120, 40, 255, 18, 119, 40, 255, 18, 117, 39, 255, 18, 117, 39, 255, 23, 126, 44, 255, 23, 125, 44, 255, 16, 113, 37, 255, 19, 117, 40, 255, 22, 122, 43, 255, 17, 113, 38, 255, 14, 107, 34, 255, 22, 120, 42, 255, 14, 106, 34, 255, 13, 103, 33, 255, 16, 111, 38, 255, 19, 118, 41, 255, 20, 121, 42, 255, 16, 106, 35, 255, 16, 106, 35, 255, 16, 107, 35, 255, 13, 100, 32, 255, 12, 97, 31, 255, 12, 96, 30, 255, 14, 100, 32, 255, 15, 100, 33, 255, 14, 98, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 23, 124, 44, 255, 18, 117, 40, 255, 16, 112, 36, 255, 15, 111, 35, 255, 15, 111, 36, 255, 16, 115, 39, 255, 19, 119, 42, 255, 21, 121, 43, 255, 18, 113, 38, 255, 18, 114, 38, 255, 15, 108, 35, 255, 13, 103, 33, 255, 13, 102, 32, 255, 14, 107, 35, 255, 18, 116, 40, 255, 19, 118, 41, 255, 23, 127, 47, 255, 17, 107, 35, 255, 14, 101, 34, 255, 12, 97, 31, 255, 12, 96, 30, 255, 14, 98, 33, 255, 12, 95, 30, 255, 20, 88, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 23, 122, 44, 255, 23, 122, 43, 255, 19, 116, 40, 255, 13, 107, 34, 255, 13, 107, 34, 255, 18, 115, 40, 255, 21, 121, 45, 255, 22, 119, 42, 255, 18, 112, 37, 255, 18, 111, 37, 255, 17, 108, 36, 255, 15, 105, 34, 255, 17, 111, 38, 255, 18, 113, 39, 255, 17, 110, 37, 255, 16, 109, 37, 255, 16, 106, 37, 255, 16, 105, 37, 255, 13, 97, 32, 255, 12, 95, 30, 255, 13, 96, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 119, 42, 255, 16, 111, 36, 255, 15, 108, 35, 255, 13, 106, 33, 255, 16, 111, 38, 255, 17, 112, 39, 255, 14, 106, 35, 255, 16, 110, 37, 255, 19, 111, 38, 255, 21, 113, 40, 255, 20, 112, 39, 255, 13, 101, 32, 255, 17, 109, 37, 255, 18, 110, 38, 255, 16, 104, 36, 255, 12, 97, 31, 255, 19, 110, 40, 255, 19, 109, 40, 255, 12, 93, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 111, 36, 255, 18, 113, 38, 255, 19, 115, 39, 255, 15, 109, 36, 255, 14, 105, 34, 255, 17, 113, 38, 255, 19, 118, 41, 255, 19, 113, 39, 255, 19, 110, 38, 255, 19, 109, 38, 255, 13, 99, 32, 255, 20, 109, 39, 255, 20, 109, 39, 255, 15, 102, 35, 255, 15, 101, 35, 255, 14, 99, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 114, 38, 255, 20, 115, 39, 255, 19, 115, 40, 255, 18, 114, 39, 255, 14, 105, 34, 255, 16, 110, 37, 255, 14, 104, 34, 255, 18, 108, 37, 255, 21, 111, 39, 255, 16, 103, 34, 255, 19, 106, 37, 255, 17, 103, 35, 255, 16, 100, 34, 255, 16, 101, 35, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 108, 36, 255, 17, 112, 38, 255, 22, 125, 46, 255, 18, 114, 39, 255, 13, 102, 33, 255, 16, 109, 37, 255, 18, 112, 40, 255, 22, 120, 45, 255, 17, 104, 35, 255, 17, 102, 35, 255, 16, 100, 34, 255, 23, 92, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 116, 41, 255, 16, 109, 37, 255, 13, 101, 32, 255, 19, 116, 41, 255, 16, 107, 37, 255, 17, 107, 37, 255, 16, 106, 37, 255, 17, 107, 38, 255, 20, 108, 39, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 112, 39, 255, 17, 110, 38, 255, 13, 99, 32, 255, 15, 102, 34, 255, 16, 103, 35, 255, 15, 102, 34, 255, 22, 109, 41, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 115, 42, 255, 18, 109, 38, 255, 19, 113, 41, 255, 20, 113, 42, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 21, 117, 44, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255), "format": "RGBA8", "height": 64, "mipmaps": false, "width": 64 } -[sub_resource type="ImageTexture" id=32] -image = SubResource( 80 ) -size = Vector2( 64, 64 ) +[sub_resource type="ImageTexture" id="32"] +image = SubResource("Image_e0iqx") -[sub_resource type="ConcavePolygonShape3D" id=33] -data = PackedVector3Array( -0.9999, 1, 1, -0.6247, 1.0049, -0.9999, -0.6247, 1.0049, 1, -0.9999, 1, 1, -0.9999, 1, -0.9999, -0.6247, 1.0049, -0.9999, -0.0244, 0.8288, 1, 0.958, 0.0155, -0.9999, 0.958, 0.0155, 1, -0.0244, 0.8288, 1, -0.0244, 0.8288, -0.9999, 0.958, 0.0155, -0.9999, 1.9406, -0.7977, 1, 2.6226, -0.9959, -0.9999, 2.6226, -0.9959, 1, 1.9406, -0.7977, 1, 1.9406, -0.7977, -0.9999, 2.6226, -0.9959, -0.9999, -0.6247, 1.0049, 1, -0.0244, 0.8288, -0.9999, -0.0244, 0.8288, 1, -0.6247, 1.0049, 1, -0.6247, 1.0049, -0.9999, -0.0244, 0.8288, -0.9999, 2.6226, -0.9959, 1, 3, -0.9999, -0.9999, 3, -0.9999, 1, 2.6226, -0.9959, 1, 2.6226, -0.9959, -0.9999, 3, -0.9999, -0.9999, 0.958, 0.0155, 1, 1.9406, -0.7977, -0.9999, 1.9406, -0.7977, 1, 0.958, 0.0155, 1, 0.958, 0.0155, -0.9999, 1.9406, -0.7977, -0.9999 ) +[sub_resource type="ConcavePolygonShape3D" id="33"] +data = PackedVector3Array(-0.9999, 1, 1, -0.6247, 1.0049, -0.9999, -0.6247, 1.0049, 1, -0.9999, 1, 1, -0.9999, 1, -0.9999, -0.6247, 1.0049, -0.9999, -0.0244, 0.8288, 1, 0.958, 0.0155, -0.9999, 0.958, 0.0155, 1, -0.0244, 0.8288, 1, -0.0244, 0.8288, -0.9999, 0.958, 0.0155, -0.9999, 1.9406, -0.7977, 1, 2.6226, -0.9959, -0.9999, 2.6226, -0.9959, 1, 1.9406, -0.7977, 1, 1.9406, -0.7977, -0.9999, 2.6226, -0.9959, -0.9999, -0.6247, 1.0049, 1, -0.0244, 0.8288, -0.9999, -0.0244, 0.8288, 1, -0.6247, 1.0049, 1, -0.6247, 1.0049, -0.9999, -0.0244, 0.8288, -0.9999, 2.6226, -0.9959, 1, 3, -0.9999, -0.9999, 3, -0.9999, 1, 2.6226, -0.9959, 1, 2.6226, -0.9959, -0.9999, 3, -0.9999, -0.9999, 0.958, 0.0155, 1, 1.9406, -0.7977, -0.9999, 1.9406, -0.7977, 1, 0.958, 0.0155, 1, 0.958, 0.0155, -0.9999, 1.9406, -0.7977, -0.9999) -[sub_resource type="ArrayMesh" id=34] +[sub_resource type="ArrayMesh" id="34"] resource_name = "Cube.035" -surfaces/0 = { -"aabb": AABB( 0.307282, -1.3, -1.63489, 0.696762, 0.3, 0.734894 ), -"array_data": PackedByteArray( 1, 55, 102, 188, 40, 188, 0, 60, 172, 43, 83, 0, 24, 58, 174, 52, 1, 55, 204, 188, 40, 188, 0, 60, 172, 213, 83, 0, 16, 58, 237, 52, 168, 57, 204, 188, 51, 187, 0, 60, 230, 211, 115, 0, 110, 58, 8, 53, 168, 57, 102, 188, 51, 187, 0, 60, 230, 45, 115, 0, 114, 58, 214, 52, 234, 52, 204, 188, 51, 189, 0, 60, 141, 211, 26, 0, 146, 59, 7, 53, 234, 52, 204, 188, 137, 190, 0, 60, 139, 208, 0, 0, 81, 59, 13, 53, 132, 54, 51, 189, 137, 190, 0, 60, 167, 167, 0, 0, 82, 59, 105, 53, 132, 54, 51, 189, 51, 189, 0, 60, 168, 168, 23, 0, 153, 59, 100, 53, 1, 55, 204, 188, 40, 188, 0, 60, 172, 213, 83, 0, 244, 59, 8, 53, 14, 56, 51, 189, 102, 188, 0, 60, 191, 170, 66, 0, 235, 59, 104, 53, 234, 52, 102, 188, 51, 189, 0, 60, 141, 45, 26, 0, 146, 59, 201, 52, 234, 52, 102, 188, 137, 190, 0, 60, 139, 48, 0, 0, 81, 59, 194, 52, 1, 55, 102, 188, 40, 188, 0, 60, 172, 43, 83, 0, 243, 59, 191, 52, 14, 56, 51, 189, 102, 188, 0, 60, 191, 170, 66, 0, 26, 58, 67, 53, 168, 57, 51, 189, 0, 188, 0, 60, 232, 169, 88, 0, 96, 58, 83, 53, 14, 56, 0, 188, 102, 188, 0, 60, 215, 112, 41, 0, 23, 58, 98, 52, 168, 57, 0, 188, 0, 188, 0, 60, 242, 114, 53, 0, 114, 58, 146, 52, 132, 54, 0, 188, 51, 189, 0, 60, 203, 114, 14, 0, 154, 59, 114, 52, 132, 54, 0, 188, 137, 190, 0, 60, 208, 117, 0, 0, 84, 59, 101, 52, 14, 56, 0, 188, 102, 188, 0, 60, 215, 112, 41, 0, 231, 59, 95, 52, 219, 56, 0, 188, 204, 188, 0, 60, 0, 127, 0, 0, 209, 59, 3, 52, 14, 56, 0, 188, 51, 189, 0, 60, 0, 127, 0, 0, 162, 59, 47, 52, 168, 57, 0, 188, 102, 188, 0, 60, 0, 127, 0, 0, 113, 58, 93, 52, 219, 56, 0, 188, 204, 188, 0, 60, 0, 127, 0, 0, 70, 58, 35, 52, 14, 56, 0, 188, 137, 190, 0, 60, 0, 127, 0, 0, 87, 59, 22, 52, 14, 56, 0, 188, 137, 190, 0, 60, 0, 127, 0, 0, 62, 59, 219, 47, 4, 60, 0, 188, 102, 188, 0, 60, 0, 127, 0, 0, 180, 58, 65, 50, 4, 60, 0, 188, 138, 190, 0, 60, 0, 127, 0, 0, 180, 58, 219, 47, 14, 56, 0, 188, 51, 189, 0, 60, 0, 127, 0, 0, 62, 59, 98, 49, 219, 56, 0, 188, 204, 188, 0, 60, 0, 127, 0, 0, 35, 59, 210, 49, 168, 57, 0, 188, 102, 188, 0, 60, 0, 127, 0, 0, 7, 59, 65, 50, 4, 60, 204, 188, 51, 187, 0, 60, 0, 208, 117, 0, 185, 58, 20, 53, 4, 60, 102, 188, 51, 187, 0, 60, 0, 48, 117, 0, 187, 58, 220, 52, 4, 60, 51, 189, 0, 188, 0, 60, 0, 167, 89, 0, 182, 58, 88, 53, 4, 60, 0, 188, 0, 188, 0, 60, 0, 117, 48, 0, 189, 58, 155, 52, 4, 60, 0, 188, 102, 188, 0, 60, 0, 127, 0, 0, 192, 58, 101, 52 ), -"array_index_data": PackedByteArray( 0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 7, 0, 4, 0, 8, 0, 9, 0, 7, 0, 10, 0, 5, 0, 11, 0, 10, 0, 4, 0, 5, 0, 12, 0, 4, 0, 10, 0, 12, 0, 8, 0, 4, 0, 1, 0, 14, 0, 13, 0, 1, 0, 2, 0, 14, 0, 15, 0, 3, 0, 0, 0, 15, 0, 16, 0, 3, 0, 11, 0, 17, 0, 10, 0, 11, 0, 18, 0, 17, 0, 10, 0, 19, 0, 12, 0, 10, 0, 17, 0, 19, 0, 17, 0, 20, 0, 19, 0, 17, 0, 21, 0, 20, 0, 16, 0, 23, 0, 22, 0, 16, 0, 15, 0, 23, 0, 18, 0, 21, 0, 17, 0, 18, 0, 24, 0, 21, 0, 25, 0, 27, 0, 26, 0, 25, 0, 26, 0, 28, 0, 28, 0, 26, 0, 29, 0, 29, 0, 26, 0, 30, 0, 3, 0, 31, 0, 2, 0, 3, 0, 32, 0, 31, 0, 2, 0, 33, 0, 14, 0, 2, 0, 31, 0, 33, 0, 32, 0, 16, 0, 34, 0, 32, 0, 3, 0, 16, 0, 34, 0, 22, 0, 35, 0, 34, 0, 16, 0, 22, 0 ), -"blend_shape_data": [ ], -"format": 98067, +_surfaces = [{ +"aabb": AABB(0.307282, -1.3, -1.63489, 0.696762, 0.3, 0.734894), +"attribute_data": PackedByteArray(0, 0, 67, 63, 0, 192, 149, 62, 0, 0, 66, 63, 0, 160, 157, 62, 0, 192, 77, 63, 0, 0, 161, 62, 0, 64, 78, 63, 0, 192, 154, 62, 0, 64, 114, 63, 0, 224, 160, 62, 0, 32, 106, 63, 0, 160, 161, 62, 0, 64, 106, 63, 0, 32, 173, 62, 0, 32, 115, 63, 0, 128, 172, 62, 0, 128, 126, 63, 0, 0, 161, 62, 0, 96, 125, 63, 0, 0, 173, 62, 0, 64, 114, 63, 0, 32, 153, 62, 0, 32, 106, 63, 0, 64, 152, 62, 0, 96, 126, 63, 0, 224, 151, 62, 0, 64, 67, 63, 0, 96, 168, 62, 0, 0, 76, 63, 0, 96, 170, 62, 0, 224, 66, 63, 0, 64, 140, 62, 0, 64, 78, 63, 0, 64, 146, 62, 0, 64, 115, 63, 0, 64, 142, 62, 0, 128, 106, 63, 0, 160, 140, 62, 0, 224, 124, 63, 0, 224, 139, 62, 0, 32, 122, 63, 0, 96, 128, 62, 0, 64, 116, 63, 0, 224, 133, 62, 0, 32, 78, 63, 0, 160, 139, 62, 0, 192, 72, 63, 0, 96, 132, 62, 0, 224, 106, 63, 0, 192, 130, 62, 0, 192, 103, 63, 0, 96, 251, 61, 0, 128, 86, 63, 0, 32, 72, 62, 0, 128, 86, 63, 0, 96, 251, 61, 0, 192, 103, 63, 0, 64, 44, 62, 0, 96, 100, 63, 0, 64, 58, 62, 0, 224, 96, 63, 0, 32, 72, 62, 0, 32, 87, 63, 0, 128, 162, 62, 0, 96, 87, 63, 0, 128, 155, 62, 0, 192, 86, 63, 0, 0, 171, 62, 0, 160, 87, 63, 0, 96, 147, 62, 0, 0, 88, 63, 0, 160, 140, 62), +"format": 4115, "index_count": 108, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [ ], -"vertex_count": 36 -} - -[sub_resource type="Image" id=81] +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 7, 0, 4, 0, 8, 0, 9, 0, 7, 0, 10, 0, 5, 0, 11, 0, 10, 0, 4, 0, 5, 0, 12, 0, 4, 0, 10, 0, 12, 0, 8, 0, 4, 0, 1, 0, 14, 0, 13, 0, 1, 0, 2, 0, 14, 0, 15, 0, 3, 0, 0, 0, 15, 0, 16, 0, 3, 0, 11, 0, 17, 0, 10, 0, 11, 0, 18, 0, 17, 0, 10, 0, 19, 0, 12, 0, 10, 0, 17, 0, 19, 0, 17, 0, 20, 0, 19, 0, 17, 0, 21, 0, 20, 0, 16, 0, 23, 0, 22, 0, 16, 0, 15, 0, 23, 0, 18, 0, 21, 0, 17, 0, 18, 0, 24, 0, 21, 0, 25, 0, 27, 0, 26, 0, 25, 0, 26, 0, 28, 0, 28, 0, 26, 0, 29, 0, 29, 0, 26, 0, 30, 0, 3, 0, 31, 0, 2, 0, 3, 0, 32, 0, 31, 0, 2, 0, 33, 0, 14, 0, 2, 0, 31, 0, 33, 0, 32, 0, 16, 0, 34, 0, 32, 0, 3, 0, 16, 0, 34, 0, 22, 0, 35, 0, 34, 0, 16, 0, 22, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 36, +"vertex_data": PackedByteArray(0, 32, 224, 62, 0, 192, 140, 191, 0, 0, 133, 191, 204, 76, 53, 154, 0, 32, 224, 62, 0, 128, 153, 191, 0, 0, 133, 191, 204, 76, 201, 101, 0, 0, 53, 63, 0, 128, 153, 191, 0, 96, 102, 191, 27, 110, 7, 97, 0, 0, 53, 63, 0, 192, 140, 191, 0, 96, 102, 191, 27, 110, 247, 158, 0, 64, 157, 62, 0, 128, 153, 191, 0, 96, 166, 191, 220, 48, 7, 97, 0, 64, 157, 62, 0, 128, 153, 191, 0, 32, 209, 191, 60, 37, 195, 90, 0, 128, 208, 62, 0, 96, 166, 191, 0, 32, 209, 191, 255, 63, 255, 63, 0, 128, 208, 62, 0, 96, 166, 191, 0, 96, 166, 191, 101, 71, 101, 71, 0, 32, 224, 62, 0, 128, 153, 191, 0, 0, 133, 191, 204, 76, 201, 101, 0, 192, 1, 63, 0, 96, 166, 191, 0, 192, 140, 191, 168, 89, 69, 77, 0, 64, 157, 62, 0, 192, 140, 191, 0, 96, 166, 191, 220, 48, 247, 158, 0, 64, 157, 62, 0, 192, 140, 191, 0, 32, 209, 191, 60, 37, 59, 165, 0, 32, 224, 62, 0, 192, 140, 191, 0, 0, 133, 191, 204, 76, 53, 154, 0, 192, 1, 63, 0, 96, 166, 191, 0, 192, 140, 191, 168, 89, 69, 77, 0, 0, 53, 63, 0, 96, 166, 191, 0, 0, 128, 191, 143, 112, 10, 72, 0, 192, 1, 63, 0, 0, 128, 191, 0, 192, 140, 191, 242, 100, 228, 201, 0, 0, 53, 63, 0, 0, 128, 191, 0, 0, 128, 191, 24, 118, 157, 208, 0, 128, 208, 62, 0, 0, 128, 191, 0, 96, 166, 191, 132, 90, 157, 208, 0, 128, 208, 62, 0, 0, 128, 191, 0, 32, 209, 191, 195, 90, 194, 218, 0, 192, 1, 63, 0, 0, 128, 191, 0, 192, 140, 191, 242, 100, 228, 201, 0, 96, 27, 63, 0, 0, 128, 191, 0, 128, 153, 191, 255, 127, 255, 255, 0, 192, 1, 63, 0, 0, 128, 191, 0, 96, 166, 191, 255, 127, 255, 255, 0, 0, 53, 63, 0, 0, 128, 191, 0, 192, 140, 191, 255, 127, 255, 255, 0, 96, 27, 63, 0, 0, 128, 191, 0, 128, 153, 191, 255, 127, 255, 255, 0, 192, 1, 63, 0, 0, 128, 191, 0, 32, 209, 191, 255, 127, 255, 255, 0, 192, 1, 63, 0, 0, 128, 191, 0, 32, 209, 191, 255, 127, 255, 255, 0, 128, 128, 63, 0, 0, 128, 191, 0, 192, 140, 191, 255, 127, 255, 255, 0, 128, 128, 63, 0, 0, 128, 191, 0, 64, 209, 191, 255, 127, 255, 255, 0, 192, 1, 63, 0, 0, 128, 191, 0, 96, 166, 191, 255, 127, 255, 255, 0, 96, 27, 63, 0, 0, 128, 191, 0, 128, 153, 191, 255, 127, 255, 255, 0, 0, 53, 63, 0, 0, 128, 191, 0, 192, 140, 191, 255, 127, 255, 255, 0, 128, 128, 63, 0, 128, 153, 191, 0, 96, 102, 191, 255, 127, 195, 90, 0, 128, 128, 63, 0, 192, 140, 191, 0, 96, 102, 191, 255, 127, 59, 165, 0, 128, 128, 63, 0, 96, 166, 191, 0, 0, 128, 191, 255, 127, 255, 63, 0, 128, 128, 63, 0, 0, 128, 191, 0, 0, 128, 191, 255, 127, 194, 218, 0, 128, 128, 63, 0, 0, 128, 191, 0, 192, 140, 191, 255, 127, 255, 255) +}] + +[sub_resource type="Image" id="Image_nqms8"] data = { -"data": PackedByteArray( 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 48, 18, 255, 15, 79, 29, 255, 17, 86, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 1, 5, 2, 255, 5, 32, 12, 255, 9, 57, 21, 255, 13, 75, 27, 255, 9, 68, 22, 255, 10, 73, 24, 255, 10, 75, 24, 255, 16, 91, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 3, 15, 6, 255, 7, 42, 16, 255, 11, 66, 25, 255, 12, 72, 27, 255, 8, 67, 21, 255, 9, 71, 22, 255, 11, 78, 25, 255, 13, 87, 30, 255, 14, 92, 32, 255, 13, 92, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 1, 0, 255, 4, 26, 10, 255, 9, 51, 19, 255, 11, 68, 24, 255, 11, 71, 25, 255, 10, 72, 24, 255, 9, 73, 23, 255, 14, 87, 30, 255, 21, 107, 41, 255, 15, 95, 33, 255, 11, 86, 27, 255, 11, 90, 28, 255, 28, 131, 51, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 2, 10, 4, 255, 6, 36, 14, 255, 11, 60, 23, 255, 9, 66, 22, 255, 11, 72, 25, 255, 11, 75, 26, 255, 10, 75, 24, 255, 16, 92, 32, 255, 25, 118, 46, 255, 19, 106, 38, 255, 11, 88, 28, 255, 11, 91, 29, 255, 29, 133, 52, 255, 28, 131, 50, 255, 20, 114, 41, 255, 12, 94, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 4, 21, 8, 255, 8, 46, 17, 255, 9, 64, 21, 255, 9, 66, 21, 255, 10, 72, 24, 255, 11, 75, 25, 255, 10, 76, 24, 255, 13, 86, 29, 255, 21, 108, 40, 255, 26, 124, 48, 255, 20, 111, 40, 255, 18, 108, 38, 255, 23, 119, 44, 255, 20, 113, 41, 255, 22, 117, 43, 255, 21, 116, 42, 255, 13, 97, 32, 255, 11, 92, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 1, 6, 2, 255, 6, 32, 12, 255, 11, 58, 22, 255, 8, 64, 20, 255, 10, 70, 23, 255, 9, 71, 23, 255, 9, 74, 23, 255, 9, 77, 24, 255, 10, 80, 25, 255, 11, 84, 27, 255, 14, 94, 31, 255, 16, 102, 34, 255, 11, 92, 29, 255, 13, 97, 32, 255, 16, 102, 35, 255, 13, 95, 31, 255, 12, 93, 30, 255, 12, 93, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 3, 16, 6, 255, 9, 43, 16, 255, 10, 69, 23, 255, 10, 71, 24, 255, 16, 87, 32, 255, 18, 95, 35, 255, 13, 83, 28, 255, 10, 78, 25, 255, 10, 82, 26, 255, 14, 93, 31, 255, 17, 104, 36, 255, 12, 93, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 96, 32, 255, 16, 102, 35, 255, 13, 95, 31, 255, 12, 94, 30, 255, 12, 93, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 2, 1, 255, 6, 27, 10, 255, 12, 56, 21, 255, 16, 84, 31, 255, 16, 87, 32, 255, 18, 93, 34, 255, 19, 98, 36, 255, 16, 91, 32, 255, 11, 83, 27, 255, 10, 83, 26, 255, 17, 102, 36, 255, 24, 123, 46, 255, 11, 92, 29, 255, 12, 94, 30, 255, 11, 92, 29, 255, 14, 97, 32, 255, 20, 114, 41, 255, 24, 123, 46, 255, 21, 115, 41, 255, 20, 112, 40, 255, 19, 109, 38, 255, 13, 96, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 16, 103, 35, 255, 25, 124, 47, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 2, 12, 4, 255, 8, 39, 15, 255, 15, 69, 25, 255, 17, 86, 32, 255, 17, 90, 33, 255, 18, 94, 35, 255, 18, 97, 36, 255, 19, 101, 37, 255, 16, 96, 34, 255, 11, 86, 27, 255, 16, 101, 35, 255, 24, 123, 46, 255, 11, 92, 29, 255, 13, 97, 32, 255, 16, 103, 35, 255, 16, 103, 35, 255, 22, 117, 43, 255, 29, 134, 52, 255, 29, 134, 52, 255, 29, 134, 52, 255, 23, 120, 45, 255, 16, 104, 36, 255, 11, 92, 29, 255, 13, 97, 32, 255, 12, 93, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 14, 97, 32, 255, 17, 107, 37, 255, 16, 103, 35, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 5, 22, 8, 255, 11, 51, 19, 255, 13, 76, 27, 255, 12, 76, 26, 255, 14, 83, 29, 255, 16, 91, 33, 255, 16, 93, 33, 255, 15, 93, 33, 255, 14, 91, 31, 255, 11, 86, 27, 255, 11, 90, 28, 255, 13, 97, 32, 255, 13, 97, 32, 255, 13, 97, 32, 255, 12, 94, 30, 255, 13, 96, 31, 255, 12, 94, 30, 255, 18, 107, 37, 255, 25, 124, 47, 255, 29, 134, 52, 255, 23, 120, 44, 255, 16, 102, 35, 255, 13, 95, 31, 255, 17, 105, 36, 255, 22, 118, 43, 255, 19, 111, 40, 255, 14, 99, 33, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 2, 7, 3, 255, 6, 26, 10, 255, 10, 45, 17, 255, 11, 64, 22, 255, 8, 66, 21, 255, 9, 70, 22, 255, 9, 75, 24, 255, 11, 81, 26, 255, 13, 88, 29, 255, 16, 98, 34, 255, 15, 98, 33, 255, 11, 91, 29, 255, 23, 121, 45, 255, 22, 118, 43, 255, 23, 119, 44, 255, 19, 110, 39, 255, 13, 97, 32, 255, 11, 92, 29, 255, 16, 104, 36, 255, 18, 108, 38, 255, 18, 107, 37, 255, 18, 108, 38, 255, 16, 102, 35, 255, 16, 102, 35, 255, 16, 103, 36, 255, 17, 106, 37, 255, 20, 112, 40, 255, 26, 127, 48, 255, 24, 124, 46, 255, 18, 107, 37, 255, 12, 93, 30, 255, 14, 99, 33, 255, 13, 97, 31, 255, 15, 100, 33, 255, 20, 112, 40, 255, 23, 121, 44, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 2, 1, 255, 4, 20, 7, 255, 9, 40, 15, 255, 10, 58, 20, 255, 8, 67, 21, 255, 8, 68, 21, 255, 9, 71, 22, 255, 13, 83, 29, 255, 15, 93, 32, 255, 21, 111, 41, 255, 28, 130, 50, 255, 15, 102, 35, 255, 16, 104, 36, 255, 20, 112, 40, 255, 27, 128, 49, 255, 21, 116, 42, 255, 15, 100, 33, 255, 11, 92, 29, 255, 15, 102, 34, 255, 25, 124, 47, 255, 22, 117, 43, 255, 14, 99, 33, 255, 11, 92, 29, 255, 14, 97, 32, 255, 17, 105, 37, 255, 18, 107, 38, 255, 15, 100, 34, 255, 12, 93, 29, 255, 17, 105, 36, 255, 24, 122, 45, 255, 24, 123, 46, 255, 18, 109, 38, 255, 22, 117, 42, 255, 19, 110, 38, 255, 21, 115, 42, 255, 26, 128, 49, 255, 18, 109, 38, 255, 12, 95, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 3, 13, 5, 255, 7, 34, 13, 255, 11, 51, 19, 255, 10, 66, 22, 255, 9, 70, 22, 255, 9, 71, 22, 255, 9, 72, 23, 255, 11, 81, 27, 255, 12, 86, 29, 255, 14, 98, 33, 255, 14, 99, 33, 255, 12, 93, 30, 255, 12, 94, 30, 255, 11, 92, 29, 255, 14, 98, 32, 255, 12, 94, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 14, 98, 32, 255, 13, 96, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 95, 31, 255, 14, 98, 33, 255, 15, 99, 33, 255, 12, 94, 30, 255, 11, 92, 29, 255, 13, 96, 31, 255, 14, 98, 32, 255, 11, 92, 29, 255, 13, 96, 31, 255, 12, 94, 30, 255, 12, 95, 31, 255, 14, 98, 32, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 5, 25, 9, 255, 9, 42, 15, 255, 11, 58, 21, 255, 9, 71, 22, 255, 12, 78, 27, 255, 12, 80, 28, 255, 17, 90, 35, 255, 12, 82, 29, 255, 11, 85, 27, 255, 14, 98, 33, 255, 16, 103, 35, 255, 12, 93, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 14, 99, 33, 255, 14, 100, 34, 255, 12, 94, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 93, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 93, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 4, 17, 6, 255, 7, 33, 12, 255, 11, 52, 19, 255, 14, 78, 30, 255, 18, 95, 35, 255, 21, 100, 40, 255, 14, 85, 30, 255, 15, 88, 31, 255, 17, 96, 34, 255, 11, 85, 27, 255, 14, 97, 32, 255, 15, 101, 34, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 94, 30, 255, 15, 102, 35, 255, 20, 113, 42, 255, 19, 109, 40, 255, 15, 101, 35, 255, 17, 105, 37, 255, 17, 105, 37, 255, 14, 98, 33, 255, 14, 99, 33, 255, 13, 96, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 16, 103, 35, 255, 17, 106, 37, 255, 14, 98, 32, 255, 11, 92, 29, 255, 11, 92, 29, 255, 15, 102, 34, 255, 17, 106, 37, 255, 16, 104, 35, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 26, 10, 255, 10, 44, 17, 255, 14, 70, 28, 255, 19, 99, 36, 255, 21, 104, 39, 255, 21, 104, 39, 255, 19, 100, 36, 255, 15, 93, 32, 255, 16, 95, 33, 255, 11, 84, 27, 255, 16, 101, 34, 255, 16, 102, 34, 255, 12, 92, 29, 255, 12, 94, 30, 255, 11, 92, 29, 255, 12, 93, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 94, 30, 255, 17, 103, 35, 255, 22, 115, 42, 255, 20, 111, 40, 255, 16, 103, 36, 255, 18, 107, 38, 255, 20, 112, 41, 255, 17, 106, 37, 255, 16, 102, 35, 255, 13, 96, 32, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 93, 30, 255, 15, 100, 34, 255, 19, 111, 40, 255, 20, 113, 41, 255, 17, 106, 37, 255, 15, 100, 33, 255, 17, 107, 37, 255, 22, 118, 43, 255, 23, 119, 44, 255, 23, 121, 45, 255, 27, 128, 49, 255, 29, 134, 52, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 4, 19, 7, 255, 8, 35, 14, 255, 12, 59, 23, 255, 14, 80, 30, 255, 20, 102, 38, 255, 19, 102, 37, 255, 16, 95, 34, 255, 13, 87, 29, 255, 11, 84, 27, 255, 12, 88, 29, 255, 11, 85, 27, 255, 16, 103, 35, 255, 13, 95, 31, 255, 20, 114, 41, 255, 23, 119, 44, 255, 18, 107, 37, 255, 19, 107, 36, 255, 17, 102, 34, 255, 12, 93, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 93, 29, 255, 16, 101, 34, 255, 17, 102, 34, 255, 13, 96, 31, 255, 12, 93, 30, 255, 11, 92, 29, 255, 14, 97, 32, 255, 14, 98, 33, 255, 13, 95, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 93, 30, 255, 14, 98, 32, 255, 14, 98, 32, 255, 14, 97, 32, 255, 16, 104, 36, 255, 21, 115, 42, 255, 23, 120, 44, 255, 19, 110, 39, 255, 16, 102, 34, 255, 19, 111, 39, 255, 27, 129, 49, 255, 29, 134, 52, 255, 26, 128, 49, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 28, 11, 255, 11, 50, 19, 255, 12, 68, 25, 255, 16, 92, 34, 255, 23, 112, 43, 255, 19, 102, 37, 255, 17, 99, 35, 255, 11, 84, 27, 255, 18, 104, 37, 255, 19, 107, 39, 255, 12, 89, 29, 255, 11, 90, 28, 255, 11, 92, 29, 255, 18, 107, 37, 255, 20, 113, 41, 255, 19, 109, 38, 255, 20, 111, 39, 255, 16, 101, 33, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 95, 31, 255, 15, 102, 35, 255, 14, 98, 32, 255, 12, 93, 30, 255, 11, 92, 29, 255, 14, 97, 32, 255, 11, 92, 29, 255, 12, 93, 29, 255, 12, 93, 30, 255, 11, 92, 29, 255, 13, 97, 32, 255, 12, 93, 30, 255, 12, 93, 30, 255, 13, 97, 32, 255, 13, 95, 31, 255, 19, 109, 38, 255, 23, 120, 44, 255, 20, 113, 40, 255, 14, 98, 32, 255, 12, 94, 30, 255, 19, 111, 40, 255, 22, 117, 43, 255, 19, 111, 39, 255, 18, 108, 37, 255, 15, 100, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 5, 23, 9, 255, 9, 44, 17, 255, 12, 64, 24, 255, 16, 86, 32, 255, 14, 91, 31, 255, 17, 99, 35, 255, 12, 89, 29, 255, 11, 85, 27, 255, 13, 92, 31, 255, 22, 115, 43, 255, 16, 102, 35, 255, 15, 98, 33, 255, 17, 105, 36, 255, 17, 105, 36, 255, 12, 94, 30, 255, 13, 96, 31, 255, 21, 115, 42, 255, 27, 129, 50, 255, 22, 118, 43, 255, 15, 101, 34, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 93, 30, 255, 15, 101, 34, 255, 14, 97, 32, 255, 13, 96, 31, 255, 20, 113, 40, 255, 26, 127, 48, 255, 19, 110, 39, 255, 15, 102, 35, 255, 16, 104, 36, 255, 20, 113, 41, 255, 26, 126, 48, 255, 23, 121, 45, 255, 23, 121, 45, 255, 26, 127, 48, 255, 19, 110, 39, 255, 20, 113, 40, 255, 23, 119, 44, 255, 19, 110, 38, 255, 12, 94, 30, 255, 13, 96, 31, 255, 19, 110, 39, 255, 21, 114, 41, 255, 15, 102, 34, 255, 12, 94, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 38, 15, 255, 12, 60, 23, 255, 16, 84, 33, 255, 10, 79, 25, 255, 16, 97, 34, 255, 23, 115, 44, 255, 15, 96, 33, 255, 11, 87, 27, 255, 11, 88, 28, 255, 11, 89, 28, 255, 11, 90, 28, 255, 18, 109, 38, 255, 18, 108, 38, 255, 14, 99, 33, 255, 12, 94, 30, 255, 18, 108, 38, 255, 29, 133, 52, 255, 26, 128, 49, 255, 28, 131, 50, 255, 23, 119, 44, 255, 14, 99, 33, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 96, 31, 255, 18, 109, 38, 255, 22, 118, 43, 255, 19, 110, 39, 255, 21, 115, 42, 255, 29, 134, 52, 255, 25, 125, 47, 255, 16, 103, 35, 255, 16, 104, 36, 255, 23, 121, 45, 255, 29, 134, 52, 255, 25, 126, 48, 255, 27, 129, 50, 255, 28, 131, 51, 255, 22, 118, 43, 255, 13, 96, 31, 255, 19, 111, 40, 255, 23, 121, 45, 255, 22, 117, 42, 255, 18, 107, 37, 255, 12, 94, 30, 255, 17, 106, 37, 255, 18, 107, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 29, 11, 255, 11, 52, 20, 255, 15, 78, 30, 255, 9, 70, 22, 255, 10, 78, 25, 255, 10, 85, 27, 255, 11, 87, 28, 255, 11, 87, 28, 255, 11, 89, 28, 255, 11, 90, 28, 255, 11, 91, 29, 255, 11, 92, 29, 255, 11, 93, 29, 255, 11, 93, 29, 255, 12, 94, 30, 255, 12, 94, 30, 255, 14, 99, 33, 255, 20, 113, 41, 255, 18, 108, 38, 255, 17, 107, 37, 255, 15, 102, 34, 255, 13, 96, 31, 255, 16, 103, 35, 255, 14, 97, 32, 255, 15, 100, 33, 255, 21, 116, 42, 255, 29, 134, 52, 255, 23, 120, 44, 255, 16, 102, 35, 255, 15, 100, 33, 255, 21, 116, 42, 255, 28, 133, 51, 255, 21, 115, 42, 255, 22, 118, 43, 255, 28, 132, 51, 255, 23, 119, 44, 255, 14, 98, 32, 255, 16, 103, 35, 255, 21, 114, 41, 255, 22, 117, 42, 255, 18, 109, 38, 255, 24, 123, 46, 255, 25, 124, 47, 255, 23, 121, 45, 255, 28, 133, 51, 255, 20, 114, 41, 255, 23, 121, 45, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 9, 41, 16, 255, 8, 53, 19, 255, 7, 57, 19, 255, 9, 67, 22, 255, 10, 78, 25, 255, 10, 84, 27, 255, 11, 88, 28, 255, 11, 89, 28, 255, 12, 91, 29, 255, 11, 91, 29, 255, 11, 93, 29, 255, 13, 96, 31, 255, 20, 114, 40, 255, 19, 110, 39, 255, 15, 101, 34, 255, 18, 107, 37, 255, 20, 112, 40, 255, 23, 120, 44, 255, 17, 105, 36, 255, 12, 94, 30, 255, 12, 93, 30, 255, 17, 106, 37, 255, 27, 129, 50, 255, 20, 113, 40, 255, 19, 111, 39, 255, 25, 124, 46, 255, 26, 128, 48, 255, 24, 123, 46, 255, 17, 106, 36, 255, 12, 95, 30, 255, 12, 93, 30, 255, 15, 100, 34, 255, 13, 95, 31, 255, 14, 99, 33, 255, 19, 111, 39, 255, 23, 121, 45, 255, 21, 115, 41, 255, 16, 102, 35, 255, 13, 95, 31, 255, 14, 97, 32, 255, 11, 92, 29, 255, 14, 99, 33, 255, 14, 98, 32, 255, 12, 95, 30, 255, 15, 100, 34, 255, 12, 93, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 31, 12, 255, 5, 41, 14, 255, 8, 54, 19, 255, 10, 65, 23, 255, 10, 69, 23, 255, 12, 82, 27, 255, 10, 84, 27, 255, 19, 110, 39, 255, 18, 107, 37, 255, 22, 118, 43, 255, 17, 107, 37, 255, 15, 103, 34, 255, 26, 129, 49, 255, 19, 113, 40, 255, 14, 99, 33, 255, 13, 97, 32, 255, 18, 108, 38, 255, 24, 123, 46, 255, 22, 119, 43, 255, 15, 100, 34, 255, 17, 106, 37, 255, 17, 106, 37, 255, 14, 98, 32, 255, 18, 109, 38, 255, 15, 100, 33, 255, 13, 97, 32, 255, 20, 113, 40, 255, 25, 126, 48, 255, 19, 110, 39, 255, 13, 95, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 14, 99, 33, 255, 22, 118, 43, 255, 28, 132, 51, 255, 24, 122, 45, 255, 17, 105, 36, 255, 15, 100, 34, 255, 18, 107, 37, 255, 16, 102, 35, 255, 11, 92, 29, 255, 11, 92, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 4, 32, 11, 255, 6, 42, 15, 255, 13, 66, 25, 255, 14, 74, 28, 255, 15, 81, 30, 255, 15, 89, 32, 255, 13, 88, 30, 255, 23, 118, 44, 255, 15, 101, 34, 255, 23, 121, 44, 255, 18, 109, 38, 255, 16, 107, 36, 255, 14, 102, 33, 255, 12, 95, 30, 255, 11, 93, 29, 255, 11, 92, 29, 255, 18, 108, 38, 255, 26, 127, 48, 255, 29, 134, 52, 255, 27, 129, 50, 255, 28, 133, 51, 255, 27, 129, 49, 255, 23, 120, 44, 255, 22, 117, 43, 255, 16, 103, 35, 255, 12, 93, 30, 255, 11, 92, 29, 255, 13, 97, 32, 255, 12, 94, 30, 255, 16, 103, 35, 255, 16, 103, 35, 255, 15, 101, 34, 255, 16, 104, 36, 255, 15, 101, 34, 255, 12, 93, 30, 255, 16, 103, 35, 255, 23, 120, 44, 255, 26, 128, 49, 255, 25, 126, 47, 255, 25, 125, 47, 255, 26, 127, 48, 255, 27, 129, 50, 255, 18, 109, 38, 255, 12, 94, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 5, 27, 11, 255, 5, 40, 14, 255, 8, 51, 18, 255, 7, 56, 19, 255, 10, 68, 24, 255, 10, 73, 25, 255, 20, 105, 39, 255, 22, 115, 42, 255, 25, 127, 48, 255, 24, 124, 46, 255, 16, 106, 35, 255, 12, 98, 31, 255, 12, 97, 31, 255, 14, 99, 33, 255, 22, 112, 44, 255, 13, 95, 31, 255, 20, 112, 40, 255, 28, 131, 50, 255, 29, 134, 52, 255, 29, 134, 52, 255, 29, 134, 52, 255, 27, 129, 49, 255, 21, 115, 41, 255, 15, 101, 34, 255, 12, 94, 30, 255, 17, 105, 36, 255, 17, 106, 36, 255, 15, 102, 34, 255, 19, 110, 39, 255, 23, 121, 45, 255, 25, 126, 47, 255, 25, 125, 47, 255, 25, 124, 46, 255, 22, 117, 42, 255, 17, 105, 36, 255, 18, 107, 37, 255, 25, 125, 47, 255, 27, 129, 50, 255, 21, 114, 41, 255, 20, 114, 41, 255, 23, 120, 44, 255, 17, 106, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 4, 19, 8, 255, 5, 40, 14, 255, 6, 48, 16, 255, 7, 56, 19, 255, 10, 69, 24, 255, 17, 94, 35, 255, 22, 111, 42, 255, 27, 127, 49, 255, 17, 104, 37, 255, 20, 115, 41, 255, 16, 107, 37, 255, 20, 113, 42, 255, 13, 100, 33, 255, 14, 100, 33, 255, 18, 105, 39, 255, 12, 93, 29, 255, 11, 92, 29, 255, 18, 108, 38, 255, 25, 124, 47, 255, 26, 127, 48, 255, 26, 128, 49, 255, 26, 128, 49, 255, 21, 115, 41, 255, 17, 106, 37, 255, 19, 110, 39, 255, 23, 121, 44, 255, 21, 114, 41, 255, 19, 110, 39, 255, 20, 113, 41, 255, 17, 106, 37, 255, 19, 111, 39, 255, 26, 127, 48, 255, 28, 131, 51, 255, 25, 125, 47, 255, 23, 121, 45, 255, 25, 124, 46, 255, 23, 120, 45, 255, 17, 106, 37, 255, 12, 94, 30, 255, 19, 110, 39, 255, 22, 118, 43, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 3, 13, 5, 255, 9, 40, 15, 255, 6, 48, 16, 255, 7, 56, 19, 255, 13, 77, 28, 255, 20, 101, 38, 255, 15, 91, 33, 255, 17, 100, 36, 255, 17, 103, 37, 255, 21, 116, 43, 255, 18, 108, 40, 255, 16, 107, 37, 255, 13, 99, 32, 255, 17, 106, 38, 255, 21, 112, 43, 255, 16, 102, 36, 255, 12, 93, 30, 255, 18, 109, 38, 255, 25, 125, 47, 255, 24, 123, 46, 255, 23, 121, 44, 255, 23, 121, 45, 255, 24, 122, 45, 255, 27, 129, 49, 255, 23, 121, 45, 255, 17, 105, 36, 255, 14, 98, 32, 255, 18, 108, 38, 255, 21, 115, 41, 255, 17, 107, 37, 255, 13, 95, 31, 255, 16, 103, 35, 255, 21, 115, 42, 255, 21, 116, 42, 255, 20, 112, 40, 255, 18, 109, 38, 255, 14, 97, 32, 255, 14, 97, 32, 255, 22, 117, 43, 255, 29, 134, 52, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 1, 6, 3, 255, 5, 23, 9, 255, 6, 48, 16, 255, 7, 56, 19, 255, 9, 64, 22, 255, 10, 73, 25, 255, 10, 78, 26, 255, 11, 83, 28, 255, 17, 102, 37, 255, 14, 96, 33, 255, 23, 125, 46, 255, 15, 104, 36, 255, 13, 97, 32, 255, 17, 107, 38, 255, 19, 111, 41, 255, 16, 103, 36, 255, 12, 95, 30, 255, 11, 93, 29, 255, 19, 111, 39, 255, 17, 105, 36, 255, 16, 103, 35, 255, 16, 104, 35, 255, 16, 103, 35, 255, 21, 115, 42, 255, 16, 104, 36, 255, 13, 95, 31, 255, 17, 106, 37, 255, 22, 118, 43, 255, 22, 117, 43, 255, 23, 120, 44, 255, 19, 111, 39, 255, 14, 98, 32, 255, 12, 94, 30, 255, 16, 103, 35, 255, 20, 114, 41, 255, 20, 113, 40, 255, 15, 100, 33, 255, 12, 93, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 1, 0, 255, 3, 16, 6, 255, 10, 48, 18, 255, 15, 75, 28, 255, 13, 76, 28, 255, 9, 72, 24, 255, 10, 77, 26, 255, 11, 82, 28, 255, 11, 87, 29, 255, 14, 96, 33, 255, 13, 98, 33, 255, 16, 104, 36, 255, 20, 114, 41, 255, 24, 124, 47, 255, 23, 121, 47, 255, 17, 107, 38, 255, 13, 98, 32, 255, 13, 98, 31, 255, 12, 94, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 93, 29, 255, 17, 104, 36, 255, 26, 126, 48, 255, 20, 113, 40, 255, 19, 110, 39, 255, 23, 121, 44, 255, 20, 113, 40, 255, 14, 97, 32, 255, 18, 107, 37, 255, 20, 113, 41, 255, 16, 103, 36, 255, 15, 102, 34, 255, 20, 113, 40, 255, 23, 120, 44, 255, 21, 115, 42, 255, 17, 105, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 2, 9, 4, 255, 8, 32, 12, 255, 16, 69, 27, 255, 13, 77, 28, 255, 10, 74, 26, 255, 10, 77, 26, 255, 11, 82, 28, 255, 11, 87, 29, 255, 12, 92, 31, 255, 15, 102, 36, 255, 25, 129, 48, 255, 29, 141, 54, 255, 28, 137, 52, 255, 27, 136, 51, 255, 22, 123, 44, 255, 21, 121, 43, 255, 23, 124, 45, 255, 18, 111, 38, 255, 12, 95, 30, 255, 17, 107, 37, 255, 11, 92, 29, 255, 13, 97, 32, 255, 17, 105, 36, 255, 14, 100, 33, 255, 16, 104, 36, 255, 22, 117, 42, 255, 23, 119, 44, 255, 18, 109, 38, 255, 23, 120, 44, 255, 26, 127, 48, 255, 20, 112, 40, 255, 12, 93, 30, 255, 16, 103, 35, 255, 21, 115, 41, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 1, 3, 1, 255, 4, 19, 7, 255, 14, 52, 21, 255, 12, 65, 24, 255, 10, 72, 24, 255, 10, 77, 26, 255, 14, 90, 31, 255, 11, 87, 29, 255, 12, 90, 31, 255, 17, 105, 37, 255, 27, 135, 51, 255, 24, 128, 48, 255, 20, 116, 42, 255, 26, 132, 50, 255, 32, 150, 58, 255, 32, 147, 57, 255, 28, 137, 52, 255, 19, 116, 40, 255, 12, 97, 31, 255, 12, 95, 30, 255, 13, 98, 32, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 95, 31, 255, 18, 108, 37, 255, 22, 117, 42, 255, 17, 106, 36, 255, 12, 94, 30, 255, 16, 104, 36, 255, 23, 121, 45, 255, 28, 131, 51, 255, 21, 115, 42, 255, 14, 99, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 3, 12, 5, 255, 10, 44, 16, 255, 14, 57, 22, 255, 11, 69, 24, 255, 16, 94, 34, 255, 17, 98, 36, 255, 12, 88, 30, 255, 12, 89, 30, 255, 14, 96, 33, 255, 20, 115, 42, 255, 20, 115, 41, 255, 14, 100, 34, 255, 15, 104, 36, 255, 22, 122, 45, 255, 29, 140, 54, 255, 30, 144, 55, 255, 22, 125, 45, 255, 15, 107, 35, 255, 12, 98, 31, 255, 14, 101, 33, 255, 12, 96, 31, 255, 13, 96, 31, 255, 11, 92, 29, 255, 16, 102, 35, 255, 17, 106, 36, 255, 13, 95, 31, 255, 15, 101, 34, 255, 14, 98, 32, 255, 16, 103, 35, 255, 24, 122, 46, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 2, 6, 3, 255, 7, 27, 10, 255, 17, 55, 23, 255, 17, 75, 29, 255, 24, 113, 44, 255, 15, 92, 33, 255, 11, 85, 29, 255, 12, 87, 30, 255, 12, 90, 30, 255, 18, 109, 39, 255, 22, 121, 44, 255, 16, 105, 37, 255, 13, 96, 33, 255, 13, 98, 33, 255, 18, 112, 40, 255, 25, 130, 49, 255, 32, 148, 57, 255, 27, 136, 51, 255, 20, 118, 42, 255, 22, 124, 44, 255, 19, 115, 40, 255, 19, 112, 39, 255, 23, 120, 44, 255, 18, 107, 37, 255, 20, 114, 41, 255, 17, 106, 36, 255, 21, 115, 41, 255, 18, 108, 38, 255, 18, 108, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 4, 15, 6, 255, 13, 60, 22, 255, 19, 96, 37, 255, 20, 94, 36, 255, 16, 88, 32, 255, 13, 87, 30, 255, 11, 85, 29, 255, 13, 91, 31, 255, 18, 106, 38, 255, 20, 115, 42, 255, 15, 102, 36, 255, 13, 95, 32, 255, 13, 97, 33, 255, 13, 98, 33, 255, 14, 102, 35, 255, 19, 116, 42, 255, 20, 117, 42, 255, 16, 107, 37, 255, 17, 109, 38, 255, 16, 107, 36, 255, 14, 103, 34, 255, 20, 116, 41, 255, 27, 131, 50, 255, 13, 95, 31, 255, 14, 98, 32, 255, 20, 113, 40, 255, 18, 107, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 3, 8, 4, 255, 9, 39, 14, 255, 19, 77, 31, 255, 21, 87, 34, 255, 20, 92, 35, 255, 18, 96, 36, 255, 15, 94, 34, 255, 12, 87, 30, 255, 14, 95, 33, 255, 15, 98, 34, 255, 13, 94, 32, 255, 13, 96, 33, 255, 13, 96, 32, 255, 13, 97, 33, 255, 13, 98, 33, 255, 13, 99, 34, 255, 14, 101, 35, 255, 17, 108, 38, 255, 15, 102, 35, 255, 13, 97, 32, 255, 12, 98, 32, 255, 12, 98, 31, 255, 16, 106, 35, 255, 14, 101, 33, 255, 14, 100, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 22, 8, 255, 16, 67, 25, 255, 21, 77, 31, 255, 21, 90, 36, 255, 22, 110, 43, 255, 19, 95, 36, 255, 17, 83, 31, 255, 14, 84, 30, 255, 12, 89, 30, 255, 16, 103, 37, 255, 19, 113, 41, 255, 17, 106, 38, 255, 13, 96, 32, 255, 13, 97, 33, 255, 13, 98, 33, 255, 19, 116, 42, 255, 32, 151, 58, 255, 24, 129, 48, 255, 16, 105, 37, 255, 13, 97, 33, 255, 13, 97, 32, 255, 12, 98, 31, 255, 12, 98, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 4, 11, 5, 255, 11, 46, 17, 255, 20, 65, 27, 255, 21, 78, 32, 255, 21, 89, 35, 255, 22, 83, 34, 255, 21, 74, 30, 255, 19, 79, 30, 255, 17, 89, 33, 255, 23, 119, 45, 255, 28, 137, 52, 255, 24, 126, 47, 255, 19, 112, 41, 255, 14, 99, 34, 255, 13, 98, 33, 255, 17, 111, 39, 255, 23, 126, 47, 255, 18, 115, 41, 255, 13, 101, 34, 255, 13, 99, 34, 255, 13, 97, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 28, 11, 255, 16, 52, 21, 255, 19, 61, 25, 255, 21, 71, 29, 255, 22, 70, 29, 255, 22, 71, 30, 255, 23, 73, 30, 255, 22, 96, 38, 255, 26, 126, 49, 255, 29, 134, 52, 255, 31, 145, 56, 255, 21, 119, 44, 255, 14, 98, 33, 255, 13, 98, 34, 255, 13, 98, 33, 255, 15, 104, 36, 255, 14, 101, 34, 255, 17, 111, 39, 255, 15, 106, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 16, 7, 255, 12, 36, 15, 255, 15, 49, 20, 255, 18, 58, 24, 255, 21, 68, 28, 255, 22, 70, 29, 255, 22, 77, 32, 255, 23, 99, 39, 255, 24, 116, 45, 255, 26, 109, 43, 255, 27, 113, 44, 255, 20, 106, 39, 255, 13, 97, 33, 255, 16, 103, 36, 255, 15, 103, 36, 255, 13, 98, 34, 255, 18, 112, 40, 255, 25, 132, 49, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 4, 8, 4, 255, 9, 20, 9, 255, 12, 31, 13, 255, 14, 44, 18, 255, 17, 56, 23, 255, 20, 66, 27, 255, 22, 74, 30, 255, 23, 90, 36, 255, 23, 91, 36, 255, 24, 79, 32, 255, 24, 86, 35, 255, 20, 87, 33, 255, 18, 94, 35, 255, 19, 108, 40, 255, 15, 103, 36, 255, 13, 96, 33, 255, 19, 115, 42, 255, 30, 146, 56, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 10, 5, 255, 8, 17, 8, 255, 11, 26, 11, 255, 14, 38, 16, 255, 16, 53, 22, 255, 20, 63, 26, 255, 22, 71, 30, 255, 23, 76, 31, 255, 23, 75, 31, 255, 24, 77, 32, 255, 24, 80, 33, 255, 23, 87, 34, 255, 21, 100, 38, 255, 17, 103, 37, 255, 13, 96, 32, 255, 16, 106, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 5, 8, 4, 255, 8, 15, 7, 255, 10, 22, 10, 255, 13, 33, 14, 255, 16, 47, 20, 255, 19, 60, 25, 255, 22, 70, 29, 255, 23, 74, 31, 255, 24, 76, 31, 255, 24, 78, 32, 255, 25, 79, 33, 255, 24, 104, 41, 255, 21, 116, 44, 255, 18, 99, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 12, 7, 255, 11, 20, 10, 255, 12, 28, 12, 255, 15, 41, 17, 255, 18, 58, 24, 255, 21, 68, 28, 255, 23, 74, 31, 255, 24, 76, 32, 255, 24, 84, 34, 255, 25, 107, 42, 255, 25, 114, 45, 255, 23, 92, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 10, 6, 255, 11, 18, 9, 255, 12, 25, 12, 255, 14, 36, 15, 255, 17, 51, 21, 255, 20, 65, 27, 255, 23, 75, 31, 255, 24, 79, 33, 255, 24, 94, 38, 255, 25, 92, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 16, 9, 255, 13, 22, 11, 255, 13, 31, 13, 255, 16, 45, 19, 255, 19, 62, 26, 255, 22, 72, 30, 255, 24, 77, 32, 255, 24, 80, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 9, 12, 7, 255, 12, 19, 11, 255, 13, 27, 13, 255, 15, 39, 17, 255, 18, 56, 23, 255, 22, 69, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 10, 6, 255, 10, 16, 10, 255, 13, 24, 13, 255, 15, 34, 15, 255, 18, 49, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 14, 9, 255, 13, 22, 13, 255, 15, 31, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 9, 12, 8, 255, 12, 19, 12, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 6, 4, 255, 2, 2, 1, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 4, 4, 2, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255 ), +"data": PackedByteArray(76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 48, 18, 255, 15, 79, 29, 255, 17, 86, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 1, 5, 2, 255, 5, 32, 12, 255, 9, 57, 21, 255, 13, 75, 27, 255, 9, 68, 22, 255, 10, 73, 24, 255, 10, 75, 24, 255, 16, 91, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 3, 15, 6, 255, 7, 42, 16, 255, 11, 66, 25, 255, 12, 72, 27, 255, 8, 67, 21, 255, 9, 71, 22, 255, 11, 78, 25, 255, 13, 87, 30, 255, 14, 92, 32, 255, 13, 92, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 1, 0, 255, 4, 26, 10, 255, 9, 51, 19, 255, 11, 68, 24, 255, 11, 71, 25, 255, 10, 72, 24, 255, 9, 73, 23, 255, 14, 87, 30, 255, 21, 107, 41, 255, 15, 95, 33, 255, 11, 86, 27, 255, 11, 90, 28, 255, 28, 131, 51, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 2, 10, 4, 255, 6, 36, 14, 255, 11, 60, 23, 255, 9, 66, 22, 255, 11, 72, 25, 255, 11, 75, 26, 255, 10, 75, 24, 255, 16, 92, 32, 255, 25, 118, 46, 255, 19, 106, 38, 255, 11, 88, 28, 255, 11, 91, 29, 255, 29, 133, 52, 255, 28, 131, 50, 255, 20, 114, 41, 255, 12, 94, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 4, 21, 8, 255, 8, 46, 17, 255, 9, 64, 21, 255, 9, 66, 21, 255, 10, 72, 24, 255, 11, 75, 25, 255, 10, 76, 24, 255, 13, 86, 29, 255, 21, 108, 40, 255, 26, 124, 48, 255, 20, 111, 40, 255, 18, 108, 38, 255, 23, 119, 44, 255, 20, 113, 41, 255, 22, 117, 43, 255, 21, 116, 42, 255, 13, 97, 32, 255, 11, 92, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 1, 6, 2, 255, 6, 32, 12, 255, 11, 58, 22, 255, 8, 64, 20, 255, 10, 70, 23, 255, 9, 71, 23, 255, 9, 74, 23, 255, 9, 77, 24, 255, 10, 80, 25, 255, 11, 84, 27, 255, 14, 94, 31, 255, 16, 102, 34, 255, 11, 92, 29, 255, 13, 97, 32, 255, 16, 102, 35, 255, 13, 95, 31, 255, 12, 93, 30, 255, 12, 93, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 3, 16, 6, 255, 9, 43, 16, 255, 10, 69, 23, 255, 10, 71, 24, 255, 16, 87, 32, 255, 18, 95, 35, 255, 13, 83, 28, 255, 10, 78, 25, 255, 10, 82, 26, 255, 14, 93, 31, 255, 17, 104, 36, 255, 12, 93, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 96, 32, 255, 16, 102, 35, 255, 13, 95, 31, 255, 12, 94, 30, 255, 12, 93, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 2, 1, 255, 6, 27, 10, 255, 12, 56, 21, 255, 16, 84, 31, 255, 16, 87, 32, 255, 18, 93, 34, 255, 19, 98, 36, 255, 16, 91, 32, 255, 11, 83, 27, 255, 10, 83, 26, 255, 17, 102, 36, 255, 24, 123, 46, 255, 11, 92, 29, 255, 12, 94, 30, 255, 11, 92, 29, 255, 14, 97, 32, 255, 20, 114, 41, 255, 24, 123, 46, 255, 21, 115, 41, 255, 20, 112, 40, 255, 19, 109, 38, 255, 13, 96, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 16, 103, 35, 255, 25, 124, 47, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 2, 12, 4, 255, 8, 39, 15, 255, 15, 69, 25, 255, 17, 86, 32, 255, 17, 90, 33, 255, 18, 94, 35, 255, 18, 97, 36, 255, 19, 101, 37, 255, 16, 96, 34, 255, 11, 86, 27, 255, 16, 101, 35, 255, 24, 123, 46, 255, 11, 92, 29, 255, 13, 97, 32, 255, 16, 103, 35, 255, 16, 103, 35, 255, 22, 117, 43, 255, 29, 134, 52, 255, 29, 134, 52, 255, 29, 134, 52, 255, 23, 120, 45, 255, 16, 104, 36, 255, 11, 92, 29, 255, 13, 97, 32, 255, 12, 93, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 14, 97, 32, 255, 17, 107, 37, 255, 16, 103, 35, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 5, 22, 8, 255, 11, 51, 19, 255, 13, 76, 27, 255, 12, 76, 26, 255, 14, 83, 29, 255, 16, 91, 33, 255, 16, 93, 33, 255, 15, 93, 33, 255, 14, 91, 31, 255, 11, 86, 27, 255, 11, 90, 28, 255, 13, 97, 32, 255, 13, 97, 32, 255, 13, 97, 32, 255, 12, 94, 30, 255, 13, 96, 31, 255, 12, 94, 30, 255, 18, 107, 37, 255, 25, 124, 47, 255, 29, 134, 52, 255, 23, 120, 44, 255, 16, 102, 35, 255, 13, 95, 31, 255, 17, 105, 36, 255, 22, 118, 43, 255, 19, 111, 40, 255, 14, 99, 33, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 2, 7, 3, 255, 6, 26, 10, 255, 10, 45, 17, 255, 11, 64, 22, 255, 8, 66, 21, 255, 9, 70, 22, 255, 9, 75, 24, 255, 11, 81, 26, 255, 13, 88, 29, 255, 16, 98, 34, 255, 15, 98, 33, 255, 11, 91, 29, 255, 23, 121, 45, 255, 22, 118, 43, 255, 23, 119, 44, 255, 19, 110, 39, 255, 13, 97, 32, 255, 11, 92, 29, 255, 16, 104, 36, 255, 18, 108, 38, 255, 18, 107, 37, 255, 18, 108, 38, 255, 16, 102, 35, 255, 16, 102, 35, 255, 16, 103, 36, 255, 17, 106, 37, 255, 20, 112, 40, 255, 26, 127, 48, 255, 24, 124, 46, 255, 18, 107, 37, 255, 12, 93, 30, 255, 14, 99, 33, 255, 13, 97, 31, 255, 15, 100, 33, 255, 20, 112, 40, 255, 23, 121, 44, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 2, 1, 255, 4, 20, 7, 255, 9, 40, 15, 255, 10, 58, 20, 255, 8, 67, 21, 255, 8, 68, 21, 255, 9, 71, 22, 255, 13, 83, 29, 255, 15, 93, 32, 255, 21, 111, 41, 255, 28, 130, 50, 255, 15, 102, 35, 255, 16, 104, 36, 255, 20, 112, 40, 255, 27, 128, 49, 255, 21, 116, 42, 255, 15, 100, 33, 255, 11, 92, 29, 255, 15, 102, 34, 255, 25, 124, 47, 255, 22, 117, 43, 255, 14, 99, 33, 255, 11, 92, 29, 255, 14, 97, 32, 255, 17, 105, 37, 255, 18, 107, 38, 255, 15, 100, 34, 255, 12, 93, 29, 255, 17, 105, 36, 255, 24, 122, 45, 255, 24, 123, 46, 255, 18, 109, 38, 255, 22, 117, 42, 255, 19, 110, 38, 255, 21, 115, 42, 255, 26, 128, 49, 255, 18, 109, 38, 255, 12, 95, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 3, 13, 5, 255, 7, 34, 13, 255, 11, 51, 19, 255, 10, 66, 22, 255, 9, 70, 22, 255, 9, 71, 22, 255, 9, 72, 23, 255, 11, 81, 27, 255, 12, 86, 29, 255, 14, 98, 33, 255, 14, 99, 33, 255, 12, 93, 30, 255, 12, 94, 30, 255, 11, 92, 29, 255, 14, 98, 32, 255, 12, 94, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 14, 98, 32, 255, 13, 96, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 95, 31, 255, 14, 98, 33, 255, 15, 99, 33, 255, 12, 94, 30, 255, 11, 92, 29, 255, 13, 96, 31, 255, 14, 98, 32, 255, 11, 92, 29, 255, 13, 96, 31, 255, 12, 94, 30, 255, 12, 95, 31, 255, 14, 98, 32, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 5, 25, 9, 255, 9, 42, 15, 255, 11, 58, 21, 255, 9, 71, 22, 255, 12, 78, 27, 255, 12, 80, 28, 255, 17, 90, 35, 255, 12, 82, 29, 255, 11, 85, 27, 255, 14, 98, 33, 255, 16, 103, 35, 255, 12, 93, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 14, 99, 33, 255, 14, 100, 34, 255, 12, 94, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 93, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 93, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 4, 17, 6, 255, 7, 33, 12, 255, 11, 52, 19, 255, 14, 78, 30, 255, 18, 95, 35, 255, 21, 100, 40, 255, 14, 85, 30, 255, 15, 88, 31, 255, 17, 96, 34, 255, 11, 85, 27, 255, 14, 97, 32, 255, 15, 101, 34, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 94, 30, 255, 15, 102, 35, 255, 20, 113, 42, 255, 19, 109, 40, 255, 15, 101, 35, 255, 17, 105, 37, 255, 17, 105, 37, 255, 14, 98, 33, 255, 14, 99, 33, 255, 13, 96, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 16, 103, 35, 255, 17, 106, 37, 255, 14, 98, 32, 255, 11, 92, 29, 255, 11, 92, 29, 255, 15, 102, 34, 255, 17, 106, 37, 255, 16, 104, 35, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 26, 10, 255, 10, 44, 17, 255, 14, 70, 28, 255, 19, 99, 36, 255, 21, 104, 39, 255, 21, 104, 39, 255, 19, 100, 36, 255, 15, 93, 32, 255, 16, 95, 33, 255, 11, 84, 27, 255, 16, 101, 34, 255, 16, 102, 34, 255, 12, 92, 29, 255, 12, 94, 30, 255, 11, 92, 29, 255, 12, 93, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 94, 30, 255, 17, 103, 35, 255, 22, 115, 42, 255, 20, 111, 40, 255, 16, 103, 36, 255, 18, 107, 38, 255, 20, 112, 41, 255, 17, 106, 37, 255, 16, 102, 35, 255, 13, 96, 32, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 93, 30, 255, 15, 100, 34, 255, 19, 111, 40, 255, 20, 113, 41, 255, 17, 106, 37, 255, 15, 100, 33, 255, 17, 107, 37, 255, 22, 118, 43, 255, 23, 119, 44, 255, 23, 121, 45, 255, 27, 128, 49, 255, 29, 134, 52, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 4, 19, 7, 255, 8, 35, 14, 255, 12, 59, 23, 255, 14, 80, 30, 255, 20, 102, 38, 255, 19, 102, 37, 255, 16, 95, 34, 255, 13, 87, 29, 255, 11, 84, 27, 255, 12, 88, 29, 255, 11, 85, 27, 255, 16, 103, 35, 255, 13, 95, 31, 255, 20, 114, 41, 255, 23, 119, 44, 255, 18, 107, 37, 255, 19, 107, 36, 255, 17, 102, 34, 255, 12, 93, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 93, 29, 255, 16, 101, 34, 255, 17, 102, 34, 255, 13, 96, 31, 255, 12, 93, 30, 255, 11, 92, 29, 255, 14, 97, 32, 255, 14, 98, 33, 255, 13, 95, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 93, 30, 255, 14, 98, 32, 255, 14, 98, 32, 255, 14, 97, 32, 255, 16, 104, 36, 255, 21, 115, 42, 255, 23, 120, 44, 255, 19, 110, 39, 255, 16, 102, 34, 255, 19, 111, 39, 255, 27, 129, 49, 255, 29, 134, 52, 255, 26, 128, 49, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 28, 11, 255, 11, 50, 19, 255, 12, 68, 25, 255, 16, 92, 34, 255, 23, 112, 43, 255, 19, 102, 37, 255, 17, 99, 35, 255, 11, 84, 27, 255, 18, 104, 37, 255, 19, 107, 39, 255, 12, 89, 29, 255, 11, 90, 28, 255, 11, 92, 29, 255, 18, 107, 37, 255, 20, 113, 41, 255, 19, 109, 38, 255, 20, 111, 39, 255, 16, 101, 33, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 95, 31, 255, 15, 102, 35, 255, 14, 98, 32, 255, 12, 93, 30, 255, 11, 92, 29, 255, 14, 97, 32, 255, 11, 92, 29, 255, 12, 93, 29, 255, 12, 93, 30, 255, 11, 92, 29, 255, 13, 97, 32, 255, 12, 93, 30, 255, 12, 93, 30, 255, 13, 97, 32, 255, 13, 95, 31, 255, 19, 109, 38, 255, 23, 120, 44, 255, 20, 113, 40, 255, 14, 98, 32, 255, 12, 94, 30, 255, 19, 111, 40, 255, 22, 117, 43, 255, 19, 111, 39, 255, 18, 108, 37, 255, 15, 100, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 5, 23, 9, 255, 9, 44, 17, 255, 12, 64, 24, 255, 16, 86, 32, 255, 14, 91, 31, 255, 17, 99, 35, 255, 12, 89, 29, 255, 11, 85, 27, 255, 13, 92, 31, 255, 22, 115, 43, 255, 16, 102, 35, 255, 15, 98, 33, 255, 17, 105, 36, 255, 17, 105, 36, 255, 12, 94, 30, 255, 13, 96, 31, 255, 21, 115, 42, 255, 27, 129, 50, 255, 22, 118, 43, 255, 15, 101, 34, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 93, 30, 255, 15, 101, 34, 255, 14, 97, 32, 255, 13, 96, 31, 255, 20, 113, 40, 255, 26, 127, 48, 255, 19, 110, 39, 255, 15, 102, 35, 255, 16, 104, 36, 255, 20, 113, 41, 255, 26, 126, 48, 255, 23, 121, 45, 255, 23, 121, 45, 255, 26, 127, 48, 255, 19, 110, 39, 255, 20, 113, 40, 255, 23, 119, 44, 255, 19, 110, 38, 255, 12, 94, 30, 255, 13, 96, 31, 255, 19, 110, 39, 255, 21, 114, 41, 255, 15, 102, 34, 255, 12, 94, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 38, 15, 255, 12, 60, 23, 255, 16, 84, 33, 255, 10, 79, 25, 255, 16, 97, 34, 255, 23, 115, 44, 255, 15, 96, 33, 255, 11, 87, 27, 255, 11, 88, 28, 255, 11, 89, 28, 255, 11, 90, 28, 255, 18, 109, 38, 255, 18, 108, 38, 255, 14, 99, 33, 255, 12, 94, 30, 255, 18, 108, 38, 255, 29, 133, 52, 255, 26, 128, 49, 255, 28, 131, 50, 255, 23, 119, 44, 255, 14, 99, 33, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 96, 31, 255, 18, 109, 38, 255, 22, 118, 43, 255, 19, 110, 39, 255, 21, 115, 42, 255, 29, 134, 52, 255, 25, 125, 47, 255, 16, 103, 35, 255, 16, 104, 36, 255, 23, 121, 45, 255, 29, 134, 52, 255, 25, 126, 48, 255, 27, 129, 50, 255, 28, 131, 51, 255, 22, 118, 43, 255, 13, 96, 31, 255, 19, 111, 40, 255, 23, 121, 45, 255, 22, 117, 42, 255, 18, 107, 37, 255, 12, 94, 30, 255, 17, 106, 37, 255, 18, 107, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 29, 11, 255, 11, 52, 20, 255, 15, 78, 30, 255, 9, 70, 22, 255, 10, 78, 25, 255, 10, 85, 27, 255, 11, 87, 28, 255, 11, 87, 28, 255, 11, 89, 28, 255, 11, 90, 28, 255, 11, 91, 29, 255, 11, 92, 29, 255, 11, 93, 29, 255, 11, 93, 29, 255, 12, 94, 30, 255, 12, 94, 30, 255, 14, 99, 33, 255, 20, 113, 41, 255, 18, 108, 38, 255, 17, 107, 37, 255, 15, 102, 34, 255, 13, 96, 31, 255, 16, 103, 35, 255, 14, 97, 32, 255, 15, 100, 33, 255, 21, 116, 42, 255, 29, 134, 52, 255, 23, 120, 44, 255, 16, 102, 35, 255, 15, 100, 33, 255, 21, 116, 42, 255, 28, 133, 51, 255, 21, 115, 42, 255, 22, 118, 43, 255, 28, 132, 51, 255, 23, 119, 44, 255, 14, 98, 32, 255, 16, 103, 35, 255, 21, 114, 41, 255, 22, 117, 42, 255, 18, 109, 38, 255, 24, 123, 46, 255, 25, 124, 47, 255, 23, 121, 45, 255, 28, 133, 51, 255, 20, 114, 41, 255, 23, 121, 45, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 9, 41, 16, 255, 8, 53, 19, 255, 7, 57, 19, 255, 9, 67, 22, 255, 10, 78, 25, 255, 10, 84, 27, 255, 11, 88, 28, 255, 11, 89, 28, 255, 12, 91, 29, 255, 11, 91, 29, 255, 11, 93, 29, 255, 13, 96, 31, 255, 20, 114, 40, 255, 19, 110, 39, 255, 15, 101, 34, 255, 18, 107, 37, 255, 20, 112, 40, 255, 23, 120, 44, 255, 17, 105, 36, 255, 12, 94, 30, 255, 12, 93, 30, 255, 17, 106, 37, 255, 27, 129, 50, 255, 20, 113, 40, 255, 19, 111, 39, 255, 25, 124, 46, 255, 26, 128, 48, 255, 24, 123, 46, 255, 17, 106, 36, 255, 12, 95, 30, 255, 12, 93, 30, 255, 15, 100, 34, 255, 13, 95, 31, 255, 14, 99, 33, 255, 19, 111, 39, 255, 23, 121, 45, 255, 21, 115, 41, 255, 16, 102, 35, 255, 13, 95, 31, 255, 14, 97, 32, 255, 11, 92, 29, 255, 14, 99, 33, 255, 14, 98, 32, 255, 12, 95, 30, 255, 15, 100, 34, 255, 12, 93, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 31, 12, 255, 5, 41, 14, 255, 8, 54, 19, 255, 10, 65, 23, 255, 10, 69, 23, 255, 12, 82, 27, 255, 10, 84, 27, 255, 19, 110, 39, 255, 18, 107, 37, 255, 22, 118, 43, 255, 17, 107, 37, 255, 15, 103, 34, 255, 26, 129, 49, 255, 19, 113, 40, 255, 14, 99, 33, 255, 13, 97, 32, 255, 18, 108, 38, 255, 24, 123, 46, 255, 22, 119, 43, 255, 15, 100, 34, 255, 17, 106, 37, 255, 17, 106, 37, 255, 14, 98, 32, 255, 18, 109, 38, 255, 15, 100, 33, 255, 13, 97, 32, 255, 20, 113, 40, 255, 25, 126, 48, 255, 19, 110, 39, 255, 13, 95, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 14, 99, 33, 255, 22, 118, 43, 255, 28, 132, 51, 255, 24, 122, 45, 255, 17, 105, 36, 255, 15, 100, 34, 255, 18, 107, 37, 255, 16, 102, 35, 255, 11, 92, 29, 255, 11, 92, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 4, 32, 11, 255, 6, 42, 15, 255, 13, 66, 25, 255, 14, 74, 28, 255, 15, 81, 30, 255, 15, 89, 32, 255, 13, 88, 30, 255, 23, 118, 44, 255, 15, 101, 34, 255, 23, 121, 44, 255, 18, 109, 38, 255, 16, 107, 36, 255, 14, 102, 33, 255, 12, 95, 30, 255, 11, 93, 29, 255, 11, 92, 29, 255, 18, 108, 38, 255, 26, 127, 48, 255, 29, 134, 52, 255, 27, 129, 50, 255, 28, 133, 51, 255, 27, 129, 49, 255, 23, 120, 44, 255, 22, 117, 43, 255, 16, 103, 35, 255, 12, 93, 30, 255, 11, 92, 29, 255, 13, 97, 32, 255, 12, 94, 30, 255, 16, 103, 35, 255, 16, 103, 35, 255, 15, 101, 34, 255, 16, 104, 36, 255, 15, 101, 34, 255, 12, 93, 30, 255, 16, 103, 35, 255, 23, 120, 44, 255, 26, 128, 49, 255, 25, 126, 47, 255, 25, 125, 47, 255, 26, 127, 48, 255, 27, 129, 50, 255, 18, 109, 38, 255, 12, 94, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 5, 27, 11, 255, 5, 40, 14, 255, 8, 51, 18, 255, 7, 56, 19, 255, 10, 68, 24, 255, 10, 73, 25, 255, 20, 105, 39, 255, 22, 115, 42, 255, 25, 127, 48, 255, 24, 124, 46, 255, 16, 106, 35, 255, 12, 98, 31, 255, 12, 97, 31, 255, 14, 99, 33, 255, 22, 112, 44, 255, 13, 95, 31, 255, 20, 112, 40, 255, 28, 131, 50, 255, 29, 134, 52, 255, 29, 134, 52, 255, 29, 134, 52, 255, 27, 129, 49, 255, 21, 115, 41, 255, 15, 101, 34, 255, 12, 94, 30, 255, 17, 105, 36, 255, 17, 106, 36, 255, 15, 102, 34, 255, 19, 110, 39, 255, 23, 121, 45, 255, 25, 126, 47, 255, 25, 125, 47, 255, 25, 124, 46, 255, 22, 117, 42, 255, 17, 105, 36, 255, 18, 107, 37, 255, 25, 125, 47, 255, 27, 129, 50, 255, 21, 114, 41, 255, 20, 114, 41, 255, 23, 120, 44, 255, 17, 106, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 4, 19, 8, 255, 5, 40, 14, 255, 6, 48, 16, 255, 7, 56, 19, 255, 10, 69, 24, 255, 17, 94, 35, 255, 22, 111, 42, 255, 27, 127, 49, 255, 17, 104, 37, 255, 20, 115, 41, 255, 16, 107, 37, 255, 20, 113, 42, 255, 13, 100, 33, 255, 14, 100, 33, 255, 18, 105, 39, 255, 12, 93, 29, 255, 11, 92, 29, 255, 18, 108, 38, 255, 25, 124, 47, 255, 26, 127, 48, 255, 26, 128, 49, 255, 26, 128, 49, 255, 21, 115, 41, 255, 17, 106, 37, 255, 19, 110, 39, 255, 23, 121, 44, 255, 21, 114, 41, 255, 19, 110, 39, 255, 20, 113, 41, 255, 17, 106, 37, 255, 19, 111, 39, 255, 26, 127, 48, 255, 28, 131, 51, 255, 25, 125, 47, 255, 23, 121, 45, 255, 25, 124, 46, 255, 23, 120, 45, 255, 17, 106, 37, 255, 12, 94, 30, 255, 19, 110, 39, 255, 22, 118, 43, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 3, 13, 5, 255, 9, 40, 15, 255, 6, 48, 16, 255, 7, 56, 19, 255, 13, 77, 28, 255, 20, 101, 38, 255, 15, 91, 33, 255, 17, 100, 36, 255, 17, 103, 37, 255, 21, 116, 43, 255, 18, 108, 40, 255, 16, 107, 37, 255, 13, 99, 32, 255, 17, 106, 38, 255, 21, 112, 43, 255, 16, 102, 36, 255, 12, 93, 30, 255, 18, 109, 38, 255, 25, 125, 47, 255, 24, 123, 46, 255, 23, 121, 44, 255, 23, 121, 45, 255, 24, 122, 45, 255, 27, 129, 49, 255, 23, 121, 45, 255, 17, 105, 36, 255, 14, 98, 32, 255, 18, 108, 38, 255, 21, 115, 41, 255, 17, 107, 37, 255, 13, 95, 31, 255, 16, 103, 35, 255, 21, 115, 42, 255, 21, 116, 42, 255, 20, 112, 40, 255, 18, 109, 38, 255, 14, 97, 32, 255, 14, 97, 32, 255, 22, 117, 43, 255, 29, 134, 52, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 1, 6, 3, 255, 5, 23, 9, 255, 6, 48, 16, 255, 7, 56, 19, 255, 9, 64, 22, 255, 10, 73, 25, 255, 10, 78, 26, 255, 11, 83, 28, 255, 17, 102, 37, 255, 14, 96, 33, 255, 23, 125, 46, 255, 15, 104, 36, 255, 13, 97, 32, 255, 17, 107, 38, 255, 19, 111, 41, 255, 16, 103, 36, 255, 12, 95, 30, 255, 11, 93, 29, 255, 19, 111, 39, 255, 17, 105, 36, 255, 16, 103, 35, 255, 16, 104, 35, 255, 16, 103, 35, 255, 21, 115, 42, 255, 16, 104, 36, 255, 13, 95, 31, 255, 17, 106, 37, 255, 22, 118, 43, 255, 22, 117, 43, 255, 23, 120, 44, 255, 19, 111, 39, 255, 14, 98, 32, 255, 12, 94, 30, 255, 16, 103, 35, 255, 20, 114, 41, 255, 20, 113, 40, 255, 15, 100, 33, 255, 12, 93, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 1, 0, 255, 3, 16, 6, 255, 10, 48, 18, 255, 15, 75, 28, 255, 13, 76, 28, 255, 9, 72, 24, 255, 10, 77, 26, 255, 11, 82, 28, 255, 11, 87, 29, 255, 14, 96, 33, 255, 13, 98, 33, 255, 16, 104, 36, 255, 20, 114, 41, 255, 24, 124, 47, 255, 23, 121, 47, 255, 17, 107, 38, 255, 13, 98, 32, 255, 13, 98, 31, 255, 12, 94, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 93, 29, 255, 17, 104, 36, 255, 26, 126, 48, 255, 20, 113, 40, 255, 19, 110, 39, 255, 23, 121, 44, 255, 20, 113, 40, 255, 14, 97, 32, 255, 18, 107, 37, 255, 20, 113, 41, 255, 16, 103, 36, 255, 15, 102, 34, 255, 20, 113, 40, 255, 23, 120, 44, 255, 21, 115, 42, 255, 17, 105, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 2, 9, 4, 255, 8, 32, 12, 255, 16, 69, 27, 255, 13, 77, 28, 255, 10, 74, 26, 255, 10, 77, 26, 255, 11, 82, 28, 255, 11, 87, 29, 255, 12, 92, 31, 255, 15, 102, 36, 255, 25, 129, 48, 255, 29, 141, 54, 255, 28, 137, 52, 255, 27, 136, 51, 255, 22, 123, 44, 255, 21, 121, 43, 255, 23, 124, 45, 255, 18, 111, 38, 255, 12, 95, 30, 255, 17, 107, 37, 255, 11, 92, 29, 255, 13, 97, 32, 255, 17, 105, 36, 255, 14, 100, 33, 255, 16, 104, 36, 255, 22, 117, 42, 255, 23, 119, 44, 255, 18, 109, 38, 255, 23, 120, 44, 255, 26, 127, 48, 255, 20, 112, 40, 255, 12, 93, 30, 255, 16, 103, 35, 255, 21, 115, 41, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 1, 3, 1, 255, 4, 19, 7, 255, 14, 52, 21, 255, 12, 65, 24, 255, 10, 72, 24, 255, 10, 77, 26, 255, 14, 90, 31, 255, 11, 87, 29, 255, 12, 90, 31, 255, 17, 105, 37, 255, 27, 135, 51, 255, 24, 128, 48, 255, 20, 116, 42, 255, 26, 132, 50, 255, 32, 150, 58, 255, 32, 147, 57, 255, 28, 137, 52, 255, 19, 116, 40, 255, 12, 97, 31, 255, 12, 95, 30, 255, 13, 98, 32, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 95, 31, 255, 18, 108, 37, 255, 22, 117, 42, 255, 17, 106, 36, 255, 12, 94, 30, 255, 16, 104, 36, 255, 23, 121, 45, 255, 28, 131, 51, 255, 21, 115, 42, 255, 14, 99, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 3, 12, 5, 255, 10, 44, 16, 255, 14, 57, 22, 255, 11, 69, 24, 255, 16, 94, 34, 255, 17, 98, 36, 255, 12, 88, 30, 255, 12, 89, 30, 255, 14, 96, 33, 255, 20, 115, 42, 255, 20, 115, 41, 255, 14, 100, 34, 255, 15, 104, 36, 255, 22, 122, 45, 255, 29, 140, 54, 255, 30, 144, 55, 255, 22, 125, 45, 255, 15, 107, 35, 255, 12, 98, 31, 255, 14, 101, 33, 255, 12, 96, 31, 255, 13, 96, 31, 255, 11, 92, 29, 255, 16, 102, 35, 255, 17, 106, 36, 255, 13, 95, 31, 255, 15, 101, 34, 255, 14, 98, 32, 255, 16, 103, 35, 255, 24, 122, 46, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 2, 6, 3, 255, 7, 27, 10, 255, 17, 55, 23, 255, 17, 75, 29, 255, 24, 113, 44, 255, 15, 92, 33, 255, 11, 85, 29, 255, 12, 87, 30, 255, 12, 90, 30, 255, 18, 109, 39, 255, 22, 121, 44, 255, 16, 105, 37, 255, 13, 96, 33, 255, 13, 98, 33, 255, 18, 112, 40, 255, 25, 130, 49, 255, 32, 148, 57, 255, 27, 136, 51, 255, 20, 118, 42, 255, 22, 124, 44, 255, 19, 115, 40, 255, 19, 112, 39, 255, 23, 120, 44, 255, 18, 107, 37, 255, 20, 114, 41, 255, 17, 106, 36, 255, 21, 115, 41, 255, 18, 108, 38, 255, 18, 108, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 4, 15, 6, 255, 13, 60, 22, 255, 19, 96, 37, 255, 20, 94, 36, 255, 16, 88, 32, 255, 13, 87, 30, 255, 11, 85, 29, 255, 13, 91, 31, 255, 18, 106, 38, 255, 20, 115, 42, 255, 15, 102, 36, 255, 13, 95, 32, 255, 13, 97, 33, 255, 13, 98, 33, 255, 14, 102, 35, 255, 19, 116, 42, 255, 20, 117, 42, 255, 16, 107, 37, 255, 17, 109, 38, 255, 16, 107, 36, 255, 14, 103, 34, 255, 20, 116, 41, 255, 27, 131, 50, 255, 13, 95, 31, 255, 14, 98, 32, 255, 20, 113, 40, 255, 18, 107, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 3, 8, 4, 255, 9, 39, 14, 255, 19, 77, 31, 255, 21, 87, 34, 255, 20, 92, 35, 255, 18, 96, 36, 255, 15, 94, 34, 255, 12, 87, 30, 255, 14, 95, 33, 255, 15, 98, 34, 255, 13, 94, 32, 255, 13, 96, 33, 255, 13, 96, 32, 255, 13, 97, 33, 255, 13, 98, 33, 255, 13, 99, 34, 255, 14, 101, 35, 255, 17, 108, 38, 255, 15, 102, 35, 255, 13, 97, 32, 255, 12, 98, 32, 255, 12, 98, 31, 255, 16, 106, 35, 255, 14, 101, 33, 255, 14, 100, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 22, 8, 255, 16, 67, 25, 255, 21, 77, 31, 255, 21, 90, 36, 255, 22, 110, 43, 255, 19, 95, 36, 255, 17, 83, 31, 255, 14, 84, 30, 255, 12, 89, 30, 255, 16, 103, 37, 255, 19, 113, 41, 255, 17, 106, 38, 255, 13, 96, 32, 255, 13, 97, 33, 255, 13, 98, 33, 255, 19, 116, 42, 255, 32, 151, 58, 255, 24, 129, 48, 255, 16, 105, 37, 255, 13, 97, 33, 255, 13, 97, 32, 255, 12, 98, 31, 255, 12, 98, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 4, 11, 5, 255, 11, 46, 17, 255, 20, 65, 27, 255, 21, 78, 32, 255, 21, 89, 35, 255, 22, 83, 34, 255, 21, 74, 30, 255, 19, 79, 30, 255, 17, 89, 33, 255, 23, 119, 45, 255, 28, 137, 52, 255, 24, 126, 47, 255, 19, 112, 41, 255, 14, 99, 34, 255, 13, 98, 33, 255, 17, 111, 39, 255, 23, 126, 47, 255, 18, 115, 41, 255, 13, 101, 34, 255, 13, 99, 34, 255, 13, 97, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 28, 11, 255, 16, 52, 21, 255, 19, 61, 25, 255, 21, 71, 29, 255, 22, 70, 29, 255, 22, 71, 30, 255, 23, 73, 30, 255, 22, 96, 38, 255, 26, 126, 49, 255, 29, 134, 52, 255, 31, 145, 56, 255, 21, 119, 44, 255, 14, 98, 33, 255, 13, 98, 34, 255, 13, 98, 33, 255, 15, 104, 36, 255, 14, 101, 34, 255, 17, 111, 39, 255, 15, 106, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 16, 7, 255, 12, 36, 15, 255, 15, 49, 20, 255, 18, 58, 24, 255, 21, 68, 28, 255, 22, 70, 29, 255, 22, 77, 32, 255, 23, 99, 39, 255, 24, 116, 45, 255, 26, 109, 43, 255, 27, 113, 44, 255, 20, 106, 39, 255, 13, 97, 33, 255, 16, 103, 36, 255, 15, 103, 36, 255, 13, 98, 34, 255, 18, 112, 40, 255, 25, 132, 49, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 4, 8, 4, 255, 9, 20, 9, 255, 12, 31, 13, 255, 14, 44, 18, 255, 17, 56, 23, 255, 20, 66, 27, 255, 22, 74, 30, 255, 23, 90, 36, 255, 23, 91, 36, 255, 24, 79, 32, 255, 24, 86, 35, 255, 20, 87, 33, 255, 18, 94, 35, 255, 19, 108, 40, 255, 15, 103, 36, 255, 13, 96, 33, 255, 19, 115, 42, 255, 30, 146, 56, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 10, 5, 255, 8, 17, 8, 255, 11, 26, 11, 255, 14, 38, 16, 255, 16, 53, 22, 255, 20, 63, 26, 255, 22, 71, 30, 255, 23, 76, 31, 255, 23, 75, 31, 255, 24, 77, 32, 255, 24, 80, 33, 255, 23, 87, 34, 255, 21, 100, 38, 255, 17, 103, 37, 255, 13, 96, 32, 255, 16, 106, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 5, 8, 4, 255, 8, 15, 7, 255, 10, 22, 10, 255, 13, 33, 14, 255, 16, 47, 20, 255, 19, 60, 25, 255, 22, 70, 29, 255, 23, 74, 31, 255, 24, 76, 31, 255, 24, 78, 32, 255, 25, 79, 33, 255, 24, 104, 41, 255, 21, 116, 44, 255, 18, 99, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 12, 7, 255, 11, 20, 10, 255, 12, 28, 12, 255, 15, 41, 17, 255, 18, 58, 24, 255, 21, 68, 28, 255, 23, 74, 31, 255, 24, 76, 32, 255, 24, 84, 34, 255, 25, 107, 42, 255, 25, 114, 45, 255, 23, 92, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 10, 6, 255, 11, 18, 9, 255, 12, 25, 12, 255, 14, 36, 15, 255, 17, 51, 21, 255, 20, 65, 27, 255, 23, 75, 31, 255, 24, 79, 33, 255, 24, 94, 38, 255, 25, 92, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 16, 9, 255, 13, 22, 11, 255, 13, 31, 13, 255, 16, 45, 19, 255, 19, 62, 26, 255, 22, 72, 30, 255, 24, 77, 32, 255, 24, 80, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 9, 12, 7, 255, 12, 19, 11, 255, 13, 27, 13, 255, 15, 39, 17, 255, 18, 56, 23, 255, 22, 69, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 10, 6, 255, 10, 16, 10, 255, 13, 24, 13, 255, 15, 34, 15, 255, 18, 49, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 14, 9, 255, 13, 22, 13, 255, 15, 31, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 9, 12, 8, 255, 12, 19, 12, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 6, 4, 255, 2, 2, 1, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 4, 4, 2, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255), "format": "RGBA8", "height": 64, "mipmaps": false, "width": 64 } -[sub_resource type="ImageTexture" id=36] -image = SubResource( 81 ) -size = Vector2( 64, 64 ) +[sub_resource type="ImageTexture" id="36"] +image = SubResource("Image_nqms8") -[sub_resource type="ConcavePolygonShape3D" id=37] -data = PackedVector3Array( 0.438, -1.0999, -1.0398, 0.7073, -1.1999, -0.8999, 0.438, -1.1999, -1.0398, 0.438, -1.0999, -1.0398, 0.7073, -1.0999, -0.8999, 0.7073, -1.1999, -0.8999, 0.3073, -1.1999, -1.2999, 0.4073, -1.2999, -1.6346, 0.3073, -1.1999, -1.6346, 0.3073, -1.1999, -1.2999, 0.4073, -1.2999, -1.2999, 0.4073, -1.2999, -1.6346, 0.438, -1.1999, -1.0398, 0.4073, -1.2999, -1.2999, 0.3073, -1.1999, -1.2999, 0.438, -1.1999, -1.0398, 0.5073, -1.2999, -1.0999, 0.4073, -1.2999, -1.2999, 0.3073, -1.0999, -1.2999, 0.3073, -1.1999, -1.6346, 0.3073, -1.0999, -1.6346, 0.3073, -1.0999, -1.2999, 0.3073, -1.1999, -1.2999, 0.3073, -1.1999, -1.6346, 0.438, -1.0999, -1.0398, 0.3073, -1.1999, -1.2999, 0.3073, -1.0999, -1.2999, 0.438, -1.0999, -1.0398, 0.438, -1.1999, -1.0398, 0.3073, -1.1999, -1.2999, 0.438, -1.1999, -1.0398, 0.7073, -1.2999, -0.9999, 0.5073, -1.2999, -1.0999, 0.438, -1.1999, -1.0398, 0.7073, -1.1999, -0.8999, 0.7073, -1.2999, -0.9999, 0.5073, -0.9999, -1.0999, 0.7073, -1.0999, -0.8999, 0.438, -1.0999, -1.0398, 0.5073, -0.9999, -1.0999, 0.7073, -0.9999, -0.9999, 0.7073, -1.0999, -0.8999, 0.3073, -1.0999, -1.6346, 0.4073, -0.9999, -1.2999, 0.3073, -1.0999, -1.2999, 0.3073, -1.0999, -1.6346, 0.4073, -0.9999, -1.6346, 0.4073, -0.9999, -1.2999, 0.3073, -1.0999, -1.2999, 0.5073, -0.9999, -1.0999, 0.438, -1.0999, -1.0398, 0.3073, -1.0999, -1.2999, 0.4073, -0.9999, -1.2999, 0.5073, -0.9999, -1.0999, 0.4073, -0.9999, -1.2999, 0.6073, -0.9999, -1.1999, 0.5073, -0.9999, -1.0999, 0.4073, -0.9999, -1.2999, 0.5073, -0.9999, -1.2999, 0.6073, -0.9999, -1.1999, 0.7073, -0.9999, -0.9999, 0.6073, -0.9999, -1.1999, 0.7073, -0.9999, -1.0999, 0.7073, -0.9999, -0.9999, 0.5073, -0.9999, -1.0999, 0.6073, -0.9999, -1.1999, 0.4073, -0.9999, -1.6346, 0.5073, -0.9999, -1.2999, 0.4073, -0.9999, -1.2999, 0.4073, -0.9999, -1.6346, 0.5073, -0.9999, -1.6346, 0.5073, -0.9999, -1.2999, 0.5073, -0.9999, -1.6346, 1.004, -0.9999, -1.6348, 1.004, -0.9999, -1.0999, 0.5073, -0.9999, -1.6346, 1.004, -0.9999, -1.0999, 0.5073, -0.9999, -1.2999, 0.5073, -0.9999, -1.2999, 1.004, -0.9999, -1.0999, 0.6073, -0.9999, -1.1999, 0.6073, -0.9999, -1.1999, 1.004, -0.9999, -1.0999, 0.7073, -0.9999, -1.0999, 0.7073, -1.0999, -0.8999, 1.004, -1.1999, -0.8999, 0.7073, -1.1999, -0.8999, 0.7073, -1.0999, -0.8999, 1.004, -1.0999, -0.8999, 1.004, -1.1999, -0.8999, 0.7073, -1.1999, -0.8999, 1.004, -1.2999, -0.9999, 0.7073, -1.2999, -0.9999, 0.7073, -1.1999, -0.8999, 1.004, -1.1999, -0.8999, 1.004, -1.2999, -0.9999, 1.004, -1.0999, -0.8999, 0.7073, -0.9999, -0.9999, 1.004, -0.9999, -0.9999, 1.004, -1.0999, -0.8999, 0.7073, -1.0999, -0.8999, 0.7073, -0.9999, -0.9999, 1.004, -0.9999, -0.9999, 0.7073, -0.9999, -1.0999, 1.004, -0.9999, -1.0999, 1.004, -0.9999, -0.9999, 0.7073, -0.9999, -0.9999, 0.7073, -0.9999, -1.0999 ) +[sub_resource type="ConcavePolygonShape3D" id="37"] +data = PackedVector3Array(0.438, -1.0999, -1.0398, 0.7073, -1.1999, -0.8999, 0.438, -1.1999, -1.0398, 0.438, -1.0999, -1.0398, 0.7073, -1.0999, -0.8999, 0.7073, -1.1999, -0.8999, 0.3073, -1.1999, -1.2999, 0.4073, -1.2999, -1.6346, 0.3073, -1.1999, -1.6346, 0.3073, -1.1999, -1.2999, 0.4073, -1.2999, -1.2999, 0.4073, -1.2999, -1.6346, 0.438, -1.1999, -1.0398, 0.4073, -1.2999, -1.2999, 0.3073, -1.1999, -1.2999, 0.438, -1.1999, -1.0398, 0.5073, -1.2999, -1.0999, 0.4073, -1.2999, -1.2999, 0.3073, -1.0999, -1.2999, 0.3073, -1.1999, -1.6346, 0.3073, -1.0999, -1.6346, 0.3073, -1.0999, -1.2999, 0.3073, -1.1999, -1.2999, 0.3073, -1.1999, -1.6346, 0.438, -1.0999, -1.0398, 0.3073, -1.1999, -1.2999, 0.3073, -1.0999, -1.2999, 0.438, -1.0999, -1.0398, 0.438, -1.1999, -1.0398, 0.3073, -1.1999, -1.2999, 0.438, -1.1999, -1.0398, 0.7073, -1.2999, -0.9999, 0.5073, -1.2999, -1.0999, 0.438, -1.1999, -1.0398, 0.7073, -1.1999, -0.8999, 0.7073, -1.2999, -0.9999, 0.5073, -0.9999, -1.0999, 0.7073, -1.0999, -0.8999, 0.438, -1.0999, -1.0398, 0.5073, -0.9999, -1.0999, 0.7073, -0.9999, -0.9999, 0.7073, -1.0999, -0.8999, 0.3073, -1.0999, -1.6346, 0.4073, -0.9999, -1.2999, 0.3073, -1.0999, -1.2999, 0.3073, -1.0999, -1.6346, 0.4073, -0.9999, -1.6346, 0.4073, -0.9999, -1.2999, 0.3073, -1.0999, -1.2999, 0.5073, -0.9999, -1.0999, 0.438, -1.0999, -1.0398, 0.3073, -1.0999, -1.2999, 0.4073, -0.9999, -1.2999, 0.5073, -0.9999, -1.0999, 0.4073, -0.9999, -1.2999, 0.6073, -0.9999, -1.1999, 0.5073, -0.9999, -1.0999, 0.4073, -0.9999, -1.2999, 0.5073, -0.9999, -1.2999, 0.6073, -0.9999, -1.1999, 0.7073, -0.9999, -0.9999, 0.6073, -0.9999, -1.1999, 0.7073, -0.9999, -1.0999, 0.7073, -0.9999, -0.9999, 0.5073, -0.9999, -1.0999, 0.6073, -0.9999, -1.1999, 0.4073, -0.9999, -1.6346, 0.5073, -0.9999, -1.2999, 0.4073, -0.9999, -1.2999, 0.4073, -0.9999, -1.6346, 0.5073, -0.9999, -1.6346, 0.5073, -0.9999, -1.2999, 0.5073, -0.9999, -1.6346, 1.004, -0.9999, -1.6348, 1.004, -0.9999, -1.0999, 0.5073, -0.9999, -1.6346, 1.004, -0.9999, -1.0999, 0.5073, -0.9999, -1.2999, 0.5073, -0.9999, -1.2999, 1.004, -0.9999, -1.0999, 0.6073, -0.9999, -1.1999, 0.6073, -0.9999, -1.1999, 1.004, -0.9999, -1.0999, 0.7073, -0.9999, -1.0999, 0.7073, -1.0999, -0.8999, 1.004, -1.1999, -0.8999, 0.7073, -1.1999, -0.8999, 0.7073, -1.0999, -0.8999, 1.004, -1.0999, -0.8999, 1.004, -1.1999, -0.8999, 0.7073, -1.1999, -0.8999, 1.004, -1.2999, -0.9999, 0.7073, -1.2999, -0.9999, 0.7073, -1.1999, -0.8999, 1.004, -1.1999, -0.8999, 1.004, -1.2999, -0.9999, 1.004, -1.0999, -0.8999, 0.7073, -0.9999, -0.9999, 1.004, -0.9999, -0.9999, 1.004, -1.0999, -0.8999, 0.7073, -1.0999, -0.8999, 0.7073, -0.9999, -0.9999, 1.004, -0.9999, -0.9999, 0.7073, -0.9999, -1.0999, 1.004, -0.9999, -1.0999, 1.004, -0.9999, -0.9999, 0.7073, -0.9999, -0.9999, 0.7073, -0.9999, -1.0999) -[sub_resource type="ArrayMesh" id=38] +[sub_resource type="ArrayMesh" id="38"] resource_name = "Cube.036" -surfaces/0 = { -"aabb": AABB( -0.999271, -1.3, -1.63489, 0.696762, 0.3, 0.734894 ), -"array_data": PackedByteArray( 238, 182, 102, 188, 40, 188, 0, 60, 85, 43, 83, 0, 24, 58, 174, 52, 158, 185, 102, 188, 51, 187, 0, 60, 27, 45, 115, 0, 114, 58, 214, 52, 158, 185, 204, 188, 51, 187, 0, 60, 27, 211, 115, 0, 110, 58, 8, 53, 238, 182, 204, 188, 40, 188, 0, 60, 85, 213, 83, 0, 16, 58, 237, 52, 215, 180, 204, 188, 51, 189, 0, 60, 115, 211, 26, 0, 146, 59, 7, 53, 112, 182, 51, 189, 51, 189, 0, 60, 88, 168, 23, 0, 153, 59, 100, 53, 112, 182, 51, 189, 137, 190, 0, 60, 89, 167, 0, 0, 82, 59, 105, 53, 215, 180, 204, 188, 137, 190, 0, 60, 117, 208, 0, 0, 81, 59, 13, 53, 238, 182, 204, 188, 40, 188, 0, 60, 85, 213, 83, 0, 244, 59, 8, 53, 5, 184, 51, 189, 102, 188, 0, 60, 65, 170, 66, 0, 235, 59, 104, 53, 215, 180, 102, 188, 51, 189, 0, 60, 115, 45, 26, 0, 146, 59, 201, 52, 215, 180, 102, 188, 137, 190, 0, 60, 117, 48, 0, 0, 81, 59, 194, 52, 238, 182, 102, 188, 40, 188, 0, 60, 85, 43, 83, 0, 243, 59, 191, 52, 158, 185, 51, 189, 0, 188, 0, 60, 24, 169, 88, 0, 96, 58, 83, 53, 5, 184, 51, 189, 102, 188, 0, 60, 65, 170, 66, 0, 26, 58, 67, 53, 5, 184, 0, 188, 102, 188, 0, 60, 41, 112, 41, 0, 23, 58, 98, 52, 158, 185, 0, 188, 0, 188, 0, 60, 14, 114, 53, 0, 114, 58, 146, 52, 112, 182, 0, 188, 137, 190, 0, 60, 48, 117, 0, 0, 84, 59, 101, 52, 112, 182, 0, 188, 51, 189, 0, 60, 53, 114, 14, 0, 154, 59, 114, 52, 5, 184, 0, 188, 102, 188, 0, 60, 41, 112, 41, 0, 231, 59, 95, 52, 5, 184, 0, 188, 51, 189, 0, 60, 0, 127, 0, 0, 162, 59, 47, 52, 209, 184, 0, 188, 204, 188, 0, 60, 0, 127, 0, 0, 209, 59, 3, 52, 209, 184, 0, 188, 204, 188, 0, 60, 0, 127, 0, 0, 70, 58, 35, 52, 158, 185, 0, 188, 102, 188, 0, 60, 0, 127, 0, 0, 113, 58, 93, 52, 5, 184, 0, 188, 137, 190, 0, 60, 0, 127, 0, 0, 87, 59, 22, 52, 5, 184, 0, 188, 137, 190, 0, 60, 0, 127, 0, 0, 62, 59, 219, 47, 254, 187, 0, 188, 138, 190, 0, 60, 0, 127, 0, 0, 180, 58, 219, 47, 254, 187, 0, 188, 102, 188, 0, 60, 0, 127, 0, 0, 180, 58, 65, 50, 5, 184, 0, 188, 51, 189, 0, 60, 0, 127, 0, 0, 62, 59, 98, 49, 209, 184, 0, 188, 204, 188, 0, 60, 0, 127, 0, 0, 35, 59, 210, 49, 158, 185, 0, 188, 102, 188, 0, 60, 0, 127, 0, 0, 7, 59, 65, 50, 254, 187, 102, 188, 51, 187, 0, 60, 0, 48, 117, 0, 187, 58, 220, 52, 254, 187, 204, 188, 51, 187, 0, 60, 0, 208, 117, 0, 185, 58, 20, 53, 254, 187, 51, 189, 0, 188, 0, 60, 0, 167, 89, 0, 182, 58, 88, 53, 254, 187, 0, 188, 0, 188, 0, 60, 0, 117, 48, 0, 189, 58, 155, 52, 254, 187, 0, 188, 102, 188, 0, 60, 0, 127, 0, 0, 192, 58, 101, 52 ), -"array_index_data": PackedByteArray( 0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 5, 0, 9, 0, 8, 0, 4, 0, 5, 0, 10, 0, 7, 0, 4, 0, 10, 0, 11, 0, 7, 0, 12, 0, 4, 0, 8, 0, 12, 0, 10, 0, 4, 0, 3, 0, 13, 0, 2, 0, 3, 0, 14, 0, 13, 0, 1, 0, 15, 0, 0, 0, 1, 0, 16, 0, 15, 0, 11, 0, 18, 0, 17, 0, 11, 0, 10, 0, 18, 0, 19, 0, 10, 0, 12, 0, 19, 0, 18, 0, 10, 0, 18, 0, 21, 0, 20, 0, 18, 0, 19, 0, 21, 0, 16, 0, 22, 0, 15, 0, 16, 0, 23, 0, 22, 0, 17, 0, 20, 0, 24, 0, 17, 0, 18, 0, 20, 0, 25, 0, 27, 0, 26, 0, 25, 0, 28, 0, 27, 0, 27, 0, 28, 0, 29, 0, 27, 0, 29, 0, 30, 0, 1, 0, 32, 0, 31, 0, 1, 0, 2, 0, 32, 0, 2, 0, 33, 0, 32, 0, 2, 0, 13, 0, 33, 0, 31, 0, 16, 0, 1, 0, 31, 0, 34, 0, 16, 0, 34, 0, 23, 0, 16, 0, 34, 0, 35, 0, 23, 0 ), -"blend_shape_data": [ ], -"format": 98067, +_surfaces = [{ +"aabb": AABB(-0.999271, -1.3, -1.63489, 0.696762, 0.3, 0.734894), +"attribute_data": PackedByteArray(0, 0, 67, 63, 0, 192, 149, 62, 0, 64, 78, 63, 0, 192, 154, 62, 0, 192, 77, 63, 0, 0, 161, 62, 0, 0, 66, 63, 0, 160, 157, 62, 0, 64, 114, 63, 0, 224, 160, 62, 0, 32, 115, 63, 0, 128, 172, 62, 0, 64, 106, 63, 0, 32, 173, 62, 0, 32, 106, 63, 0, 160, 161, 62, 0, 128, 126, 63, 0, 0, 161, 62, 0, 96, 125, 63, 0, 0, 173, 62, 0, 64, 114, 63, 0, 32, 153, 62, 0, 32, 106, 63, 0, 64, 152, 62, 0, 96, 126, 63, 0, 224, 151, 62, 0, 0, 76, 63, 0, 96, 170, 62, 0, 64, 67, 63, 0, 96, 168, 62, 0, 224, 66, 63, 0, 64, 140, 62, 0, 64, 78, 63, 0, 64, 146, 62, 0, 128, 106, 63, 0, 160, 140, 62, 0, 64, 115, 63, 0, 64, 142, 62, 0, 224, 124, 63, 0, 224, 139, 62, 0, 64, 116, 63, 0, 224, 133, 62, 0, 32, 122, 63, 0, 96, 128, 62, 0, 192, 72, 63, 0, 96, 132, 62, 0, 32, 78, 63, 0, 160, 139, 62, 0, 224, 106, 63, 0, 192, 130, 62, 0, 192, 103, 63, 0, 96, 251, 61, 0, 128, 86, 63, 0, 96, 251, 61, 0, 128, 86, 63, 0, 32, 72, 62, 0, 192, 103, 63, 0, 64, 44, 62, 0, 96, 100, 63, 0, 64, 58, 62, 0, 224, 96, 63, 0, 32, 72, 62, 0, 96, 87, 63, 0, 128, 155, 62, 0, 32, 87, 63, 0, 128, 162, 62, 0, 192, 86, 63, 0, 0, 171, 62, 0, 160, 87, 63, 0, 96, 147, 62, 0, 0, 88, 63, 0, 160, 140, 62), +"format": 4115, "index_count": 108, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [ ], -"vertex_count": 36 -} - -[sub_resource type="Image" id=82] +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 5, 0, 9, 0, 8, 0, 4, 0, 5, 0, 10, 0, 7, 0, 4, 0, 10, 0, 11, 0, 7, 0, 12, 0, 4, 0, 8, 0, 12, 0, 10, 0, 4, 0, 3, 0, 13, 0, 2, 0, 3, 0, 14, 0, 13, 0, 1, 0, 15, 0, 0, 0, 1, 0, 16, 0, 15, 0, 11, 0, 18, 0, 17, 0, 11, 0, 10, 0, 18, 0, 19, 0, 10, 0, 12, 0, 19, 0, 18, 0, 10, 0, 18, 0, 21, 0, 20, 0, 18, 0, 19, 0, 21, 0, 16, 0, 22, 0, 15, 0, 16, 0, 23, 0, 22, 0, 17, 0, 20, 0, 24, 0, 17, 0, 18, 0, 20, 0, 25, 0, 27, 0, 26, 0, 25, 0, 28, 0, 27, 0, 27, 0, 28, 0, 29, 0, 27, 0, 29, 0, 30, 0, 1, 0, 32, 0, 31, 0, 1, 0, 2, 0, 32, 0, 2, 0, 33, 0, 32, 0, 2, 0, 13, 0, 33, 0, 31, 0, 16, 0, 1, 0, 31, 0, 34, 0, 16, 0, 34, 0, 23, 0, 16, 0, 34, 0, 35, 0, 23, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 36, +"vertex_data": PackedByteArray(0, 192, 221, 190, 0, 192, 140, 191, 0, 0, 133, 191, 143, 179, 21, 154, 0, 192, 51, 191, 0, 192, 140, 191, 0, 96, 102, 191, 122, 146, 204, 158, 0, 192, 51, 191, 0, 128, 153, 191, 0, 96, 102, 191, 122, 146, 50, 97, 0, 192, 221, 190, 0, 128, 153, 191, 0, 0, 133, 191, 143, 179, 233, 101, 0, 224, 154, 190, 0, 128, 153, 191, 0, 96, 166, 191, 34, 207, 7, 97, 0, 0, 206, 190, 0, 96, 166, 191, 0, 96, 166, 191, 153, 184, 101, 71, 0, 0, 206, 190, 0, 96, 166, 191, 0, 32, 209, 191, 255, 191, 255, 63, 0, 224, 154, 190, 0, 128, 153, 191, 0, 32, 209, 191, 194, 218, 195, 90, 0, 192, 221, 190, 0, 128, 153, 191, 0, 0, 133, 191, 143, 179, 233, 101, 0, 160, 0, 191, 0, 96, 166, 191, 0, 192, 140, 191, 86, 166, 69, 77, 0, 224, 154, 190, 0, 192, 140, 191, 0, 96, 166, 191, 34, 207, 247, 158, 0, 224, 154, 190, 0, 192, 140, 191, 0, 32, 209, 191, 194, 218, 59, 165, 0, 192, 221, 190, 0, 192, 140, 191, 0, 0, 133, 191, 143, 179, 21, 154, 0, 192, 51, 191, 0, 96, 166, 191, 0, 0, 128, 191, 111, 143, 10, 72, 0, 160, 0, 191, 0, 96, 166, 191, 0, 192, 140, 191, 86, 166, 69, 77, 0, 160, 0, 191, 0, 0, 128, 191, 0, 192, 140, 191, 12, 155, 228, 201, 0, 192, 51, 191, 0, 0, 128, 191, 0, 0, 128, 191, 230, 137, 157, 208, 0, 0, 206, 190, 0, 0, 128, 191, 0, 32, 209, 191, 59, 165, 194, 218, 0, 0, 206, 190, 0, 0, 128, 191, 0, 96, 166, 191, 122, 165, 157, 208, 0, 160, 0, 191, 0, 0, 128, 191, 0, 192, 140, 191, 12, 155, 228, 201, 0, 160, 0, 191, 0, 0, 128, 191, 0, 96, 166, 191, 255, 127, 255, 255, 0, 32, 26, 191, 0, 0, 128, 191, 0, 128, 153, 191, 255, 127, 255, 255, 0, 32, 26, 191, 0, 0, 128, 191, 0, 128, 153, 191, 255, 127, 255, 255, 0, 192, 51, 191, 0, 0, 128, 191, 0, 192, 140, 191, 255, 127, 255, 255, 0, 160, 0, 191, 0, 0, 128, 191, 0, 32, 209, 191, 255, 127, 255, 255, 0, 160, 0, 191, 0, 0, 128, 191, 0, 32, 209, 191, 255, 127, 255, 255, 0, 192, 127, 191, 0, 0, 128, 191, 0, 64, 209, 191, 255, 127, 255, 255, 0, 192, 127, 191, 0, 0, 128, 191, 0, 192, 140, 191, 255, 127, 255, 255, 0, 160, 0, 191, 0, 0, 128, 191, 0, 96, 166, 191, 255, 127, 255, 255, 0, 32, 26, 191, 0, 0, 128, 191, 0, 128, 153, 191, 255, 127, 255, 255, 0, 192, 51, 191, 0, 0, 128, 191, 0, 192, 140, 191, 255, 127, 255, 255, 0, 192, 127, 191, 0, 192, 140, 191, 0, 96, 102, 191, 255, 127, 59, 165, 0, 192, 127, 191, 0, 128, 153, 191, 0, 96, 102, 191, 255, 127, 195, 90, 0, 192, 127, 191, 0, 96, 166, 191, 0, 0, 128, 191, 255, 127, 255, 63, 0, 192, 127, 191, 0, 0, 128, 191, 0, 0, 128, 191, 255, 127, 194, 218, 0, 192, 127, 191, 0, 0, 128, 191, 0, 192, 140, 191, 255, 127, 255, 255) +}] + +[sub_resource type="Image" id="Image_tb660"] data = { -"data": PackedByteArray( 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 98, 33, 255, 19, 111, 39, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 12, 94, 30, 255, 15, 102, 34, 255, 16, 104, 36, 255, 22, 116, 43, 255, 26, 128, 49, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 119, 44, 255, 18, 109, 38, 255, 23, 120, 44, 255, 20, 112, 40, 255, 24, 122, 45, 255, 28, 132, 51, 255, 28, 131, 50, 255, 29, 134, 52, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 12, 93, 29, 255, 19, 111, 40, 255, 18, 109, 38, 255, 12, 93, 30, 255, 14, 98, 32, 255, 12, 93, 29, 255, 15, 101, 34, 255, 20, 112, 40, 255, 23, 121, 45, 255, 22, 117, 43, 255, 15, 101, 34, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 11, 92, 29, 255, 15, 100, 33, 255, 24, 122, 45, 255, 25, 125, 47, 255, 18, 108, 38, 255, 14, 98, 32, 255, 16, 102, 35, 255, 15, 100, 33, 255, 15, 102, 34, 255, 21, 116, 42, 255, 23, 119, 44, 255, 16, 104, 35, 255, 12, 94, 30, 255, 11, 92, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 96, 31, 255, 21, 116, 42, 255, 25, 126, 47, 255, 23, 121, 45, 255, 22, 117, 43, 255, 23, 120, 44, 255, 22, 119, 43, 255, 22, 118, 43, 255, 21, 115, 41, 255, 16, 103, 35, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 97, 32, 255, 19, 111, 40, 255, 20, 112, 40, 255, 13, 96, 31, 255, 14, 99, 33, 255, 22, 118, 43, 255, 21, 116, 42, 255, 18, 108, 38, 255, 20, 112, 40, 255, 17, 107, 37, 255, 18, 109, 38, 255, 21, 114, 41, 255, 17, 105, 36, 255, 13, 96, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 95, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 108, 38, 255, 23, 120, 44, 255, 28, 133, 51, 255, 22, 117, 43, 255, 13, 97, 32, 255, 13, 96, 31, 255, 19, 109, 38, 255, 18, 107, 37, 255, 19, 111, 39, 255, 22, 118, 43, 255, 17, 104, 36, 255, 12, 93, 29, 255, 14, 98, 32, 255, 18, 108, 38, 255, 19, 111, 40, 255, 16, 102, 35, 255, 11, 92, 29, 255, 11, 92, 29, 255, 15, 100, 34, 255, 22, 118, 43, 255, 25, 126, 47, 255, 18, 109, 38, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 28, 132, 51, 255, 21, 116, 42, 255, 17, 105, 36, 255, 23, 119, 44, 255, 26, 126, 48, 255, 19, 111, 39, 255, 15, 100, 33, 255, 13, 95, 31, 255, 18, 109, 38, 255, 25, 126, 47, 255, 28, 133, 51, 255, 25, 125, 47, 255, 16, 103, 35, 255, 12, 93, 29, 255, 14, 98, 32, 255, 18, 108, 38, 255, 19, 109, 38, 255, 15, 102, 34, 255, 11, 92, 29, 255, 11, 92, 29, 255, 14, 99, 33, 255, 21, 115, 42, 255, 18, 109, 38, 255, 12, 93, 29, 255, 11, 92, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 108, 38, 255, 18, 107, 37, 255, 12, 93, 29, 255, 18, 108, 38, 255, 25, 124, 47, 255, 26, 128, 49, 255, 26, 128, 49, 255, 25, 125, 47, 255, 18, 107, 37, 255, 11, 92, 29, 255, 19, 110, 39, 255, 27, 129, 49, 255, 27, 128, 49, 255, 17, 106, 37, 255, 12, 93, 30, 255, 13, 96, 31, 255, 14, 97, 32, 255, 12, 95, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 14, 99, 33, 255, 20, 113, 40, 255, 17, 106, 36, 255, 12, 94, 30, 255, 11, 92, 29, 255, 15, 100, 33, 255, 24, 121, 45, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 101, 34, 255, 12, 94, 30, 255, 13, 97, 32, 255, 20, 112, 40, 255, 28, 131, 50, 255, 25, 126, 47, 255, 24, 122, 46, 255, 24, 122, 45, 255, 23, 121, 45, 255, 23, 121, 45, 255, 21, 115, 41, 255, 23, 121, 45, 255, 29, 133, 52, 255, 22, 119, 44, 255, 15, 100, 33, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 95, 31, 255, 18, 109, 38, 255, 16, 103, 35, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 94, 30, 255, 17, 106, 37, 255, 17, 105, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 118, 43, 255, 21, 116, 42, 255, 23, 120, 44, 255, 19, 110, 39, 255, 19, 112, 40, 255, 24, 123, 46, 255, 22, 117, 43, 255, 14, 99, 33, 255, 14, 99, 33, 255, 14, 99, 33, 255, 13, 95, 31, 255, 18, 109, 38, 255, 26, 127, 48, 255, 26, 127, 48, 255, 21, 115, 42, 255, 17, 105, 37, 255, 13, 97, 32, 255, 12, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 93, 29, 255, 16, 103, 35, 255, 26, 127, 48, 255, 23, 120, 44, 255, 16, 103, 35, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 94, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 100, 33, 255, 19, 111, 39, 255, 22, 119, 43, 255, 19, 110, 39, 255, 17, 106, 37, 255, 21, 114, 41, 255, 24, 122, 45, 255, 23, 121, 44, 255, 19, 109, 38, 255, 14, 98, 32, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 19, 111, 39, 255, 18, 108, 38, 255, 14, 98, 32, 255, 17, 106, 37, 255, 13, 97, 32, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 93, 29, 255, 13, 95, 31, 255, 12, 94, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 93, 29, 255, 18, 109, 38, 255, 25, 126, 48, 255, 25, 124, 47, 255, 17, 107, 37, 255, 12, 93, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 29, 133, 52, 255, 23, 120, 44, 255, 16, 103, 35, 255, 14, 97, 32, 255, 15, 102, 34, 255, 12, 93, 30, 255, 14, 99, 33, 255, 22, 116, 43, 255, 29, 133, 52, 255, 26, 128, 49, 255, 24, 123, 46, 255, 17, 106, 37, 255, 12, 95, 31, 255, 11, 92, 29, 255, 15, 101, 34, 255, 24, 122, 46, 255, 27, 129, 49, 255, 26, 127, 48, 255, 28, 131, 51, 255, 17, 107, 37, 255, 12, 94, 30, 255, 13, 95, 31, 255, 15, 100, 34, 255, 17, 105, 37, 255, 14, 98, 32, 255, 12, 93, 29, 255, 12, 93, 30, 255, 13, 95, 31, 255, 12, 93, 30, 255, 17, 105, 36, 255, 21, 116, 42, 255, 22, 117, 42, 255, 15, 100, 33, 255, 12, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 21, 114, 41, 255, 21, 115, 42, 255, 25, 125, 47, 255, 26, 128, 49, 255, 21, 116, 43, 255, 18, 109, 39, 255, 17, 106, 37, 255, 14, 99, 33, 255, 14, 97, 32, 255, 20, 114, 41, 255, 27, 129, 49, 255, 23, 121, 45, 255, 16, 104, 35, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 16, 102, 35, 255, 22, 119, 44, 255, 25, 125, 47, 255, 18, 108, 38, 255, 11, 92, 29, 255, 12, 93, 30, 255, 14, 98, 32, 255, 18, 107, 38, 255, 18, 108, 39, 255, 14, 99, 34, 255, 11, 92, 29, 255, 13, 95, 31, 255, 16, 101, 35, 255, 16, 104, 36, 255, 17, 106, 37, 255, 16, 103, 35, 255, 14, 99, 33, 255, 12, 94, 30, 255, 15, 102, 34, 255, 15, 100, 33, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 17, 105, 36, 255, 17, 105, 36, 255, 14, 99, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 105, 36, 255, 16, 104, 35, 255, 18, 107, 37, 255, 13, 96, 31, 255, 16, 102, 34, 255, 22, 119, 44, 255, 23, 120, 44, 255, 18, 109, 38, 255, 21, 116, 42, 255, 21, 115, 42, 255, 16, 104, 36, 255, 15, 101, 34, 255, 21, 116, 42, 255, 23, 119, 44, 255, 17, 106, 36, 255, 12, 94, 30, 255, 14, 99, 33, 255, 16, 104, 36, 255, 15, 101, 34, 255, 16, 104, 36, 255, 18, 108, 38, 255, 13, 97, 32, 255, 14, 97, 32, 255, 13, 96, 32, 255, 12, 93, 29, 255, 16, 102, 35, 255, 20, 113, 42, 255, 16, 103, 36, 255, 12, 93, 30, 255, 11, 92, 29, 255, 14, 98, 32, 255, 17, 106, 37, 255, 17, 106, 37, 255, 14, 98, 33, 255, 15, 102, 34, 255, 21, 115, 42, 255, 25, 125, 47, 255, 18, 108, 38, 255, 13, 95, 31, 255, 11, 92, 29, 255, 14, 98, 32, 255, 22, 118, 43, 255, 28, 133, 52, 255, 27, 129, 49, 255, 27, 130, 50, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 118, 43, 255, 19, 110, 39, 255, 18, 107, 37, 255, 19, 110, 39, 255, 14, 98, 32, 255, 13, 95, 31, 255, 17, 107, 37, 255, 18, 108, 38, 255, 16, 103, 35, 255, 20, 114, 41, 255, 23, 120, 44, 255, 20, 114, 41, 255, 19, 111, 40, 255, 20, 113, 41, 255, 16, 103, 35, 255, 11, 92, 29, 255, 18, 108, 38, 255, 23, 121, 45, 255, 25, 125, 47, 255, 25, 125, 47, 255, 25, 126, 47, 255, 20, 112, 40, 255, 15, 101, 34, 255, 15, 100, 34, 255, 14, 98, 33, 255, 12, 93, 29, 255, 15, 99, 33, 255, 18, 108, 39, 255, 15, 102, 35, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 95, 31, 255, 14, 97, 32, 255, 21, 113, 41, 255, 25, 126, 48, 255, 29, 134, 52, 255, 27, 130, 50, 255, 20, 112, 40, 255, 14, 98, 32, 255, 14, 98, 33, 255, 14, 98, 33, 255, 21, 115, 42, 255, 28, 132, 51, 255, 11, 92, 29, 255, 12, 94, 30, 255, 14, 102, 34, 255, 20, 117, 42, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 97, 31, 255, 15, 102, 34, 255, 12, 94, 30, 255, 17, 106, 36, 255, 19, 110, 38, 255, 16, 103, 35, 255, 19, 111, 39, 255, 23, 120, 44, 255, 23, 120, 44, 255, 23, 119, 44, 255, 21, 115, 41, 255, 16, 104, 36, 255, 14, 98, 33, 255, 19, 110, 39, 255, 20, 113, 40, 255, 15, 101, 34, 255, 12, 93, 29, 255, 18, 109, 38, 255, 24, 123, 46, 255, 25, 126, 47, 255, 25, 125, 47, 255, 20, 113, 41, 255, 13, 97, 32, 255, 11, 92, 29, 255, 12, 93, 29, 255, 12, 92, 29, 255, 16, 101, 33, 255, 21, 112, 40, 255, 22, 116, 43, 255, 20, 112, 41, 255, 15, 102, 35, 255, 12, 93, 30, 255, 11, 92, 29, 255, 13, 95, 31, 255, 15, 100, 34, 255, 22, 116, 43, 255, 27, 129, 49, 255, 29, 134, 52, 255, 27, 130, 50, 255, 20, 114, 41, 255, 15, 100, 33, 255, 15, 100, 33, 255, 15, 100, 34, 255, 21, 115, 41, 255, 12, 94, 30, 255, 12, 95, 30, 255, 16, 107, 36, 255, 18, 112, 39, 255, 17, 113, 39, 255, 14, 105, 34, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 98, 33, 255, 12, 98, 32, 255, 12, 99, 31, 255, 18, 112, 39, 255, 26, 129, 49, 255, 23, 120, 44, 255, 17, 105, 36, 255, 15, 100, 34, 255, 17, 105, 36, 255, 16, 103, 35, 255, 16, 103, 35, 255, 19, 110, 38, 255, 14, 99, 33, 255, 14, 97, 32, 255, 18, 108, 38, 255, 23, 119, 44, 255, 19, 112, 40, 255, 15, 100, 33, 255, 12, 93, 30, 255, 12, 94, 30, 255, 15, 100, 33, 255, 19, 110, 39, 255, 16, 102, 35, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 16, 100, 33, 255, 17, 103, 34, 255, 15, 100, 33, 255, 15, 101, 34, 255, 15, 100, 34, 255, 12, 93, 30, 255, 15, 101, 34, 255, 23, 119, 44, 255, 22, 117, 43, 255, 15, 101, 34, 255, 17, 105, 36, 255, 21, 114, 41, 255, 18, 107, 37, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 92, 29, 255, 13, 95, 31, 255, 23, 120, 44, 255, 23, 122, 45, 255, 27, 133, 50, 255, 24, 128, 47, 255, 15, 108, 36, 255, 13, 104, 33, 255, 18, 117, 40, 255, 27, 141, 52, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 100, 34, 255, 13, 98, 33, 255, 13, 97, 32, 255, 12, 98, 32, 255, 12, 98, 31, 255, 17, 108, 37, 255, 20, 116, 41, 255, 18, 109, 38, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 95, 31, 255, 19, 111, 40, 255, 25, 124, 46, 255, 19, 111, 40, 255, 24, 121, 45, 255, 26, 128, 48, 255, 20, 112, 40, 255, 13, 96, 31, 255, 14, 99, 33, 255, 19, 111, 39, 255, 19, 112, 40, 255, 19, 110, 39, 255, 24, 123, 46, 255, 19, 109, 39, 255, 12, 94, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 14, 98, 32, 255, 19, 110, 39, 255, 17, 106, 37, 255, 11, 92, 29, 255, 13, 96, 31, 255, 16, 102, 35, 255, 14, 97, 32, 255, 12, 92, 29, 255, 11, 92, 29, 255, 12, 95, 30, 255, 20, 114, 40, 255, 27, 132, 50, 255, 29, 139, 53, 255, 20, 118, 41, 255, 13, 103, 32, 255, 13, 104, 33, 255, 15, 110, 36, 255, 22, 128, 45, 255, 28, 144, 53, 255, 27, 141, 51, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 124, 45, 255, 15, 106, 36, 255, 13, 100, 34, 255, 15, 105, 36, 255, 13, 97, 33, 255, 13, 98, 32, 255, 16, 106, 36, 255, 19, 116, 40, 255, 17, 108, 37, 255, 12, 94, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 15, 102, 34, 255, 17, 105, 36, 255, 14, 98, 32, 255, 20, 113, 41, 255, 24, 123, 46, 255, 21, 115, 42, 255, 20, 113, 40, 255, 21, 115, 42, 255, 23, 120, 44, 255, 19, 110, 39, 255, 14, 99, 33, 255, 17, 107, 37, 255, 16, 102, 34, 255, 13, 96, 31, 255, 14, 98, 32, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 95, 31, 255, 13, 96, 31, 255, 12, 94, 30, 255, 13, 97, 32, 255, 13, 95, 31, 255, 11, 92, 29, 255, 19, 112, 39, 255, 14, 100, 33, 255, 13, 100, 32, 255, 16, 109, 37, 255, 13, 102, 32, 255, 15, 106, 35, 255, 15, 109, 36, 255, 19, 118, 42, 255, 26, 135, 52, 255, 25, 136, 50, 255, 21, 127, 44, 255, 22, 129, 46, 255, 27, 139, 51, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 147, 57, 255, 23, 126, 46, 255, 14, 104, 35, 255, 20, 121, 44, 255, 29, 144, 55, 255, 21, 122, 44, 255, 14, 100, 34, 255, 16, 107, 37, 255, 21, 120, 43, 255, 17, 111, 38, 255, 13, 98, 31, 255, 12, 95, 30, 255, 16, 104, 35, 255, 11, 92, 29, 255, 11, 92, 29, 255, 14, 98, 32, 255, 20, 114, 41, 255, 24, 122, 45, 255, 26, 126, 48, 255, 29, 134, 52, 255, 27, 131, 50, 255, 28, 132, 51, 255, 23, 121, 45, 255, 15, 100, 33, 255, 11, 92, 29, 255, 14, 99, 33, 255, 22, 117, 43, 255, 26, 127, 48, 255, 19, 111, 39, 255, 12, 94, 30, 255, 13, 96, 31, 255, 13, 96, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 17, 105, 36, 255, 21, 115, 41, 255, 19, 111, 39, 255, 14, 97, 32, 255, 11, 92, 29, 255, 25, 125, 47, 255, 21, 118, 42, 255, 14, 101, 33, 255, 12, 98, 31, 255, 12, 100, 32, 255, 14, 105, 34, 255, 17, 111, 38, 255, 18, 115, 40, 255, 20, 120, 43, 255, 24, 131, 51, 255, 22, 126, 47, 255, 17, 116, 39, 255, 13, 107, 34, 255, 19, 117, 41, 255, 24, 130, 48, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 21, 120, 44, 255, 17, 111, 39, 255, 14, 102, 35, 255, 20, 119, 43, 255, 26, 137, 51, 255, 21, 123, 44, 255, 14, 102, 35, 255, 20, 118, 43, 255, 26, 134, 50, 255, 20, 120, 42, 255, 12, 100, 31, 255, 12, 97, 31, 255, 12, 97, 31, 255, 13, 98, 32, 255, 11, 92, 29, 255, 11, 92, 29, 255, 20, 113, 40, 255, 24, 122, 45, 255, 25, 124, 47, 255, 28, 131, 51, 255, 29, 134, 52, 255, 27, 130, 50, 255, 21, 114, 41, 255, 12, 94, 30, 255, 16, 102, 35, 255, 17, 105, 37, 255, 22, 117, 43, 255, 27, 130, 50, 255, 29, 134, 52, 255, 21, 114, 41, 255, 21, 110, 38, 255, 19, 107, 37, 255, 14, 96, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 93, 29, 255, 16, 103, 35, 255, 26, 126, 48, 255, 25, 125, 47, 255, 18, 109, 38, 255, 12, 94, 30, 255, 19, 111, 39, 255, 17, 107, 36, 255, 12, 97, 31, 255, 12, 99, 31, 255, 13, 101, 32, 255, 14, 105, 34, 255, 17, 112, 38, 255, 16, 114, 38, 255, 17, 117, 39, 255, 22, 126, 47, 255, 22, 126, 47, 255, 15, 113, 37, 255, 13, 105, 34, 255, 13, 101, 34, 255, 16, 106, 37, 255, 20, 117, 42, 255, 16, 105, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 95, 33, 255, 14, 101, 35, 255, 13, 99, 34, 255, 14, 102, 35, 255, 15, 104, 36, 255, 17, 112, 39, 255, 14, 103, 35, 255, 14, 105, 35, 255, 20, 120, 43, 255, 28, 142, 54, 255, 31, 150, 57, 255, 23, 127, 46, 255, 21, 121, 43, 255, 22, 122, 44, 255, 18, 110, 38, 255, 12, 94, 30, 255, 11, 92, 29, 255, 24, 123, 46, 255, 23, 121, 45, 255, 22, 119, 44, 255, 28, 132, 51, 255, 29, 134, 52, 255, 29, 134, 52, 255, 26, 127, 48, 255, 22, 118, 43, 255, 23, 120, 44, 255, 19, 111, 39, 255, 22, 119, 44, 255, 26, 127, 48, 255, 20, 114, 41, 255, 17, 105, 36, 255, 21, 113, 41, 255, 19, 109, 38, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 93, 29, 255, 18, 108, 38, 255, 22, 118, 43, 255, 20, 113, 40, 255, 12, 94, 30, 255, 12, 97, 31, 255, 16, 106, 35, 255, 14, 104, 34, 255, 19, 117, 40, 255, 18, 118, 40, 255, 14, 109, 34, 255, 14, 112, 36, 255, 17, 118, 40, 255, 22, 128, 48, 255, 27, 135, 54, 255, 22, 124, 47, 255, 15, 108, 37, 255, 13, 100, 34, 255, 15, 103, 36, 255, 21, 119, 43, 255, 20, 117, 42, 255, 18, 111, 40, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 99, 37, 255, 15, 102, 36, 255, 15, 103, 36, 255, 16, 108, 38, 255, 14, 103, 35, 255, 13, 101, 34, 255, 14, 102, 35, 255, 14, 103, 35, 255, 14, 105, 35, 255, 18, 118, 42, 255, 26, 138, 52, 255, 34, 157, 61, 255, 32, 151, 58, 255, 29, 142, 54, 255, 19, 116, 40, 255, 12, 99, 31, 255, 12, 95, 30, 255, 11, 93, 29, 255, 16, 104, 36, 255, 11, 92, 29, 255, 18, 109, 38, 255, 24, 123, 46, 255, 22, 117, 43, 255, 20, 112, 40, 255, 21, 116, 42, 255, 18, 108, 38, 255, 13, 95, 31, 255, 13, 95, 31, 255, 13, 97, 32, 255, 11, 92, 29, 255, 15, 100, 34, 255, 22, 119, 44, 255, 23, 120, 45, 255, 14, 100, 33, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 95, 31, 255, 16, 103, 35, 255, 17, 106, 37, 255, 12, 95, 30, 255, 15, 104, 35, 255, 22, 122, 44, 255, 24, 130, 47, 255, 27, 137, 51, 255, 31, 149, 57, 255, 19, 122, 41, 255, 14, 112, 36, 255, 20, 125, 45, 255, 25, 133, 52, 255, 27, 135, 54, 255, 22, 121, 46, 255, 16, 108, 39, 255, 15, 103, 35, 255, 14, 101, 35, 255, 16, 107, 38, 255, 22, 121, 44, 255, 20, 115, 42, 255, 23, 124, 46, 255, 27, 132, 50, 255, 76, 76, 76, 255, 76, 76, 76, 255, 25, 92, 37, 255, 23, 114, 44, 255, 20, 112, 42, 255, 19, 106, 39, 255, 18, 111, 40, 255, 14, 102, 35, 255, 14, 103, 35, 255, 14, 104, 35, 255, 14, 102, 35, 255, 14, 104, 35, 255, 14, 105, 36, 255, 17, 114, 40, 255, 25, 134, 50, 255, 32, 154, 59, 255, 30, 146, 55, 255, 20, 120, 42, 255, 18, 112, 40, 255, 18, 110, 39, 255, 15, 103, 35, 255, 16, 103, 37, 255, 15, 99, 34, 255, 11, 92, 29, 255, 13, 96, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 14, 99, 33, 255, 15, 101, 34, 255, 13, 97, 32, 255, 11, 92, 29, 255, 15, 102, 34, 255, 17, 106, 36, 255, 14, 99, 33, 255, 13, 95, 31, 255, 13, 95, 31, 255, 14, 98, 32, 255, 16, 104, 36, 255, 15, 101, 34, 255, 15, 102, 34, 255, 16, 104, 35, 255, 13, 96, 31, 255, 28, 134, 52, 255, 22, 121, 44, 255, 17, 110, 37, 255, 20, 120, 42, 255, 25, 133, 48, 255, 27, 140, 52, 255, 27, 142, 52, 255, 20, 127, 43, 255, 15, 115, 37, 255, 20, 124, 44, 255, 28, 139, 56, 255, 24, 127, 50, 255, 18, 114, 42, 255, 13, 101, 34, 255, 19, 115, 41, 255, 23, 127, 47, 255, 19, 115, 42, 255, 18, 111, 39, 255, 19, 112, 40, 255, 13, 96, 33, 255, 22, 118, 44, 255, 18, 107, 39, 255, 18, 103, 38, 255, 76, 76, 76, 255, 25, 94, 38, 255, 25, 118, 46, 255, 25, 105, 41, 255, 23, 94, 37, 255, 19, 99, 36, 255, 13, 98, 33, 255, 20, 118, 43, 255, 22, 123, 45, 255, 16, 109, 38, 255, 14, 103, 35, 255, 14, 104, 35, 255, 14, 105, 36, 255, 15, 110, 38, 255, 23, 130, 47, 255, 31, 150, 57, 255, 29, 144, 55, 255, 26, 134, 52, 255, 23, 123, 47, 255, 19, 113, 41, 255, 22, 117, 45, 255, 19, 110, 41, 255, 19, 109, 41, 255, 17, 106, 38, 255, 12, 96, 30, 255, 12, 96, 30, 255, 20, 115, 41, 255, 19, 114, 40, 255, 12, 96, 30, 255, 13, 99, 32, 255, 23, 122, 45, 255, 20, 115, 41, 255, 12, 96, 30, 255, 12, 96, 30, 255, 15, 103, 34, 255, 18, 110, 38, 255, 13, 99, 32, 255, 13, 99, 32, 255, 15, 103, 34, 255, 13, 98, 31, 255, 16, 105, 35, 255, 20, 118, 42, 255, 15, 107, 35, 255, 17, 113, 38, 255, 24, 132, 48, 255, 27, 142, 52, 255, 28, 146, 54, 255, 27, 145, 53, 255, 21, 132, 46, 255, 15, 115, 37, 255, 21, 125, 46, 255, 21, 122, 46, 255, 15, 107, 37, 255, 13, 101, 34, 255, 15, 105, 36, 255, 24, 129, 48, 255, 32, 151, 59, 255, 27, 135, 51, 255, 26, 131, 49, 255, 20, 116, 42, 255, 23, 121, 45, 255, 26, 130, 49, 255, 20, 97, 37, 255, 20, 83, 33, 255, 24, 78, 32, 255, 25, 85, 35, 255, 25, 93, 38, 255, 25, 86, 35, 255, 25, 83, 34, 255, 22, 88, 34, 255, 22, 103, 39, 255, 29, 137, 53, 255, 29, 143, 55, 255, 23, 128, 47, 255, 17, 110, 39, 255, 14, 103, 35, 255, 16, 109, 38, 255, 17, 114, 40, 255, 18, 117, 41, 255, 30, 150, 57, 255, 31, 152, 58, 255, 23, 128, 47, 255, 17, 113, 39, 255, 13, 105, 34, 255, 14, 107, 35, 255, 14, 106, 34, 255, 13, 105, 33, 255, 13, 104, 33, 255, 13, 104, 33, 255, 22, 126, 45, 255, 26, 135, 50, 255, 15, 108, 36, 255, 13, 102, 32, 255, 13, 101, 32, 255, 13, 102, 33, 255, 16, 108, 36, 255, 20, 119, 42, 255, 21, 122, 43, 255, 15, 108, 36, 255, 16, 110, 36, 255, 26, 136, 51, 255, 20, 122, 43, 255, 16, 110, 37, 255, 13, 105, 34, 255, 18, 114, 40, 255, 18, 114, 40, 255, 14, 106, 34, 255, 17, 115, 38, 255, 23, 132, 47, 255, 29, 148, 55, 255, 29, 151, 56, 255, 29, 152, 56, 255, 24, 137, 49, 255, 23, 129, 47, 255, 27, 134, 53, 255, 20, 117, 44, 255, 13, 101, 34, 255, 13, 100, 34, 255, 15, 105, 37, 255, 26, 135, 51, 255, 32, 149, 58, 255, 28, 137, 52, 255, 20, 115, 42, 255, 17, 106, 38, 255, 24, 119, 45, 255, 27, 108, 43, 255, 23, 74, 31, 255, 20, 75, 31, 255, 21, 68, 28, 255, 24, 77, 32, 255, 25, 80, 33, 255, 25, 81, 33, 255, 25, 82, 34, 255, 26, 83, 34, 255, 26, 95, 38, 255, 30, 124, 49, 255, 32, 148, 58, 255, 30, 145, 55, 255, 18, 115, 41, 255, 14, 103, 35, 255, 21, 123, 44, 255, 23, 131, 48, 255, 23, 132, 48, 255, 34, 162, 63, 255, 26, 140, 52, 255, 17, 114, 40, 255, 17, 114, 40, 255, 21, 127, 45, 255, 20, 124, 44, 255, 26, 134, 53, 255, 16, 115, 38, 255, 14, 111, 35, 255, 17, 118, 39, 255, 21, 126, 44, 255, 14, 108, 34, 255, 14, 108, 34, 255, 14, 107, 34, 255, 14, 106, 34, 255, 14, 106, 34, 255, 23, 128, 46, 255, 25, 135, 50, 255, 18, 118, 40, 255, 14, 108, 34, 255, 18, 118, 40, 255, 22, 129, 45, 255, 18, 118, 40, 255, 23, 128, 49, 255, 18, 118, 41, 255, 14, 111, 35, 255, 14, 112, 35, 255, 14, 112, 35, 255, 14, 112, 35, 255, 21, 132, 45, 255, 28, 150, 55, 255, 29, 152, 56, 255, 25, 138, 50, 255, 20, 123, 44, 255, 25, 129, 51, 255, 28, 134, 54, 255, 17, 110, 40, 255, 13, 100, 34, 255, 15, 105, 36, 255, 23, 127, 47, 255, 32, 151, 59, 255, 26, 133, 50, 255, 19, 112, 40, 255, 12, 93, 32, 255, 17, 95, 34, 255, 24, 96, 38, 255, 22, 82, 34, 255, 19, 84, 34, 255, 16, 55, 23, 255, 17, 45, 19, 255, 20, 63, 26, 255, 23, 74, 31, 255, 25, 80, 33, 255, 25, 81, 34, 255, 26, 82, 34, 255, 26, 83, 35, 255, 27, 111, 44, 255, 30, 141, 55, 255, 26, 132, 50, 255, 16, 109, 38, 255, 15, 106, 36, 255, 21, 124, 45, 255, 24, 131, 48, 255, 21, 124, 44, 255, 23, 131, 48, 255, 19, 121, 43, 255, 15, 110, 37, 255, 22, 129, 46, 255, 18, 120, 42, 255, 22, 131, 48, 255, 25, 141, 51, 255, 24, 137, 49, 255, 26, 144, 52, 255, 28, 147, 54, 255, 29, 149, 55, 255, 23, 133, 47, 255, 16, 115, 37, 255, 15, 112, 36, 255, 15, 112, 36, 255, 15, 111, 36, 255, 15, 111, 36, 255, 17, 119, 40, 255, 22, 130, 46, 255, 21, 129, 46, 255, 27, 144, 53, 255, 32, 154, 59, 255, 29, 144, 57, 255, 23, 131, 49, 255, 15, 116, 37, 255, 15, 117, 37, 255, 15, 117, 37, 255, 15, 118, 37, 255, 19, 128, 43, 255, 27, 148, 54, 255, 27, 146, 53, 255, 22, 130, 46, 255, 17, 114, 39, 255, 14, 104, 35, 255, 18, 113, 41, 255, 17, 109, 39, 255, 13, 101, 34, 255, 13, 99, 34, 255, 17, 109, 38, 255, 25, 131, 49, 255, 23, 123, 46, 255, 16, 104, 36, 255, 15, 94, 33, 255, 19, 94, 34, 255, 23, 91, 36, 255, 21, 80, 33, 255, 18, 77, 32, 255, 15, 47, 20, 255, 12, 31, 13, 255, 14, 29, 14, 255, 16, 40, 17, 255, 19, 57, 24, 255, 22, 71, 30, 255, 25, 80, 33, 255, 25, 81, 34, 255, 26, 87, 36, 255, 26, 110, 44, 255, 27, 130, 51, 255, 24, 110, 42, 255, 17, 95, 34, 255, 14, 100, 34, 255, 17, 112, 39, 255, 17, 113, 39, 255, 14, 104, 35, 255, 16, 110, 38, 255, 14, 107, 36, 255, 14, 108, 37, 255, 15, 111, 38, 255, 16, 113, 39, 255, 30, 151, 57, 255, 23, 133, 49, 255, 27, 144, 53, 255, 32, 161, 61, 255, 19, 129, 43, 255, 25, 142, 51, 255, 20, 131, 45, 255, 15, 118, 38, 255, 15, 118, 38, 255, 15, 117, 38, 255, 24, 138, 50, 255, 20, 128, 44, 255, 23, 134, 47, 255, 30, 153, 57, 255, 30, 154, 57, 255, 31, 157, 59, 255, 34, 164, 62, 255, 29, 151, 56, 255, 17, 123, 40, 255, 18, 125, 42, 255, 21, 131, 47, 255, 16, 121, 40, 255, 15, 118, 37, 255, 20, 130, 45, 255, 23, 135, 48, 255, 19, 122, 43, 255, 14, 106, 36, 255, 14, 105, 35, 255, 14, 103, 35, 255, 14, 102, 35, 255, 13, 101, 34, 255, 13, 100, 34, 255, 13, 99, 34, 255, 20, 118, 43, 255, 22, 123, 45, 255, 13, 95, 32, 255, 17, 95, 34, 255, 21, 94, 36, 255, 23, 82, 33, 255, 20, 61, 25, 255, 17, 62, 25, 255, 14, 40, 17, 255, 12, 26, 12, 255, 12, 18, 11, 255, 12, 17, 11, 255, 14, 26, 14, 255, 15, 35, 15, 255, 18, 51, 21, 255, 21, 68, 28, 255, 24, 78, 32, 255, 26, 84, 35, 255, 26, 102, 41, 255, 26, 104, 42, 255, 26, 90, 37, 255, 23, 90, 35, 255, 19, 95, 35, 255, 15, 102, 35, 255, 14, 103, 35, 255, 14, 104, 35, 255, 14, 105, 35, 255, 14, 106, 36, 255, 14, 107, 36, 255, 14, 108, 37, 255, 15, 110, 38, 255, 20, 123, 44, 255, 16, 114, 39, 255, 34, 162, 62, 255, 34, 164, 62, 255, 29, 151, 56, 255, 37, 171, 67, 255, 19, 130, 44, 255, 16, 123, 40, 255, 16, 123, 40, 255, 22, 135, 46, 255, 31, 157, 59, 255, 22, 136, 47, 255, 33, 163, 62, 255, 31, 157, 58, 255, 32, 162, 61, 255, 32, 161, 60, 255, 32, 159, 59, 255, 25, 143, 51, 255, 17, 125, 41, 255, 20, 127, 45, 255, 29, 143, 58, 255, 19, 122, 43, 255, 18, 122, 42, 255, 31, 154, 58, 255, 23, 131, 48, 255, 14, 106, 36, 255, 14, 105, 36, 255, 14, 104, 35, 255, 14, 103, 35, 255, 13, 101, 34, 255, 13, 100, 34, 255, 13, 100, 34, 255, 18, 113, 40, 255, 29, 142, 55, 255, 25, 124, 47, 255, 21, 100, 37, 255, 24, 95, 37, 255, 22, 73, 30, 255, 19, 60, 25, 255, 16, 60, 24, 255, 13, 35, 15, 255, 13, 23, 12, 255, 11, 15, 10, 255, 76, 76, 76, 255, 76, 76, 76, 255, 11, 15, 10, 255, 13, 23, 13, 255, 15, 32, 15, 255, 17, 45, 19, 255, 20, 64, 26, 255, 23, 75, 31, 255, 26, 83, 35, 255, 26, 88, 36, 255, 26, 85, 35, 255, 27, 86, 36, 255, 24, 97, 38, 255, 20, 111, 41, 255, 16, 108, 38, 255, 14, 103, 35, 255, 14, 105, 36, 255, 15, 109, 38, 255, 14, 106, 36, 255, 14, 107, 36, 255, 15, 107, 37, 255, 15, 108, 37, 255, 18, 118, 42, 255, 29, 147, 56, 255, 36, 167, 65, 255, 33, 160, 61, 255, 25, 141, 51, 255, 17, 122, 40, 255, 16, 122, 40, 255, 16, 123, 40, 255, 17, 124, 40, 255, 19, 130, 43, 255, 26, 146, 52, 255, 26, 145, 52, 255, 18, 128, 42, 255, 25, 143, 51, 255, 29, 152, 56, 255, 35, 168, 65, 255, 21, 133, 46, 255, 15, 117, 38, 255, 16, 116, 39, 255, 19, 119, 43, 255, 16, 111, 38, 255, 16, 110, 38, 255, 24, 134, 50, 255, 20, 122, 44, 255, 14, 105, 36, 255, 14, 105, 35, 255, 14, 103, 35, 255, 13, 102, 35, 255, 13, 101, 34, 255, 13, 100, 34, 255, 13, 98, 33, 255, 20, 118, 43, 255, 27, 130, 50, 255, 26, 116, 45, 255, 24, 90, 36, 255, 21, 65, 27, 255, 18, 55, 23, 255, 15, 45, 18, 255, 13, 28, 12, 255, 12, 20, 11, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 13, 9, 255, 13, 20, 13, 255, 15, 29, 14, 255, 16, 40, 17, 255, 19, 57, 24, 255, 22, 72, 30, 255, 25, 81, 34, 255, 26, 84, 35, 255, 26, 85, 35, 255, 27, 106, 43, 255, 25, 132, 51, 255, 21, 118, 44, 255, 17, 107, 38, 255, 17, 112, 39, 255, 21, 122, 44, 255, 21, 125, 45, 255, 14, 106, 36, 255, 15, 107, 36, 255, 15, 107, 37, 255, 15, 108, 37, 255, 20, 123, 44, 255, 30, 151, 58, 255, 29, 147, 55, 255, 17, 115, 40, 255, 22, 131, 46, 255, 19, 127, 43, 255, 16, 122, 39, 255, 16, 123, 40, 255, 17, 124, 40, 255, 30, 156, 57, 255, 28, 152, 55, 255, 18, 126, 42, 255, 17, 123, 40, 255, 20, 129, 44, 255, 28, 147, 55, 255, 20, 126, 45, 255, 15, 111, 38, 255, 15, 109, 38, 255, 15, 108, 37, 255, 15, 107, 37, 255, 15, 107, 36, 255, 15, 108, 37, 255, 14, 105, 36, 255, 18, 113, 41, 255, 19, 114, 42, 255, 14, 102, 35, 255, 13, 101, 34, 255, 13, 100, 34, 255, 13, 99, 33, 255, 13, 97, 33, 255, 17, 104, 37, 255, 22, 111, 42, 255, 23, 82, 33, 255, 20, 61, 25, 255, 17, 52, 21, 255, 14, 37, 15, 255, 12, 25, 11, 255, 11, 17, 9, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 18, 11, 255, 16, 26, 14, 255, 16, 36, 16, 255, 18, 51, 21, 255, 21, 69, 28, 255, 24, 78, 32, 255, 26, 87, 36, 255, 27, 103, 42, 255, 27, 122, 48, 255, 27, 122, 47, 255, 23, 114, 43, 255, 23, 119, 44, 255, 30, 148, 57, 255, 23, 129, 47, 255, 14, 105, 36, 255, 14, 106, 36, 255, 15, 106, 36, 255, 15, 107, 37, 255, 17, 114, 40, 255, 32, 155, 60, 255, 28, 144, 54, 255, 16, 110, 38, 255, 24, 136, 50, 255, 26, 140, 51, 255, 17, 120, 40, 255, 16, 120, 39, 255, 16, 123, 40, 255, 37, 172, 66, 255, 31, 158, 59, 255, 21, 130, 45, 255, 16, 115, 39, 255, 16, 113, 39, 255, 16, 111, 38, 255, 15, 110, 38, 255, 15, 109, 38, 255, 15, 108, 37, 255, 15, 107, 37, 255, 15, 106, 37, 255, 18, 115, 41, 255, 23, 129, 48, 255, 16, 111, 39, 255, 21, 118, 44, 255, 23, 123, 47, 255, 15, 105, 36, 255, 13, 100, 34, 255, 13, 99, 34, 255, 13, 97, 33, 255, 13, 95, 33, 255, 15, 90, 32, 255, 20, 70, 28, 255, 19, 58, 24, 255, 16, 46, 19, 255, 13, 32, 14, 255, 12, 23, 11, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 16, 10, 255, 16, 26, 14, 255, 16, 34, 15, 255, 17, 46, 20, 255, 20, 64, 27, 255, 23, 75, 31, 255, 26, 88, 36, 255, 27, 101, 41, 255, 27, 106, 42, 255, 27, 116, 45, 255, 27, 129, 50, 255, 31, 147, 57, 255, 18, 110, 39, 255, 14, 104, 35, 255, 15, 107, 37, 255, 16, 110, 38, 255, 15, 106, 36, 255, 15, 108, 37, 255, 23, 131, 48, 255, 27, 142, 53, 255, 16, 112, 39, 255, 18, 119, 42, 255, 25, 137, 50, 255, 21, 126, 45, 255, 16, 114, 39, 255, 17, 119, 40, 255, 33, 163, 62, 255, 32, 157, 60, 255, 26, 139, 51, 255, 22, 129, 47, 255, 18, 118, 41, 255, 15, 110, 38, 255, 15, 109, 37, 255, 15, 108, 37, 255, 15, 107, 37, 255, 15, 106, 36, 255, 15, 106, 36, 255, 20, 121, 44, 255, 32, 154, 59, 255, 24, 130, 48, 255, 24, 129, 48, 255, 18, 112, 40, 255, 13, 101, 34, 255, 13, 99, 34, 255, 13, 97, 33, 255, 13, 94, 33, 255, 14, 81, 29, 255, 16, 65, 24, 255, 17, 54, 22, 255, 16, 41, 17, 255, 13, 29, 13, 255, 12, 20, 10, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 24, 13, 255, 16, 31, 15, 255, 17, 42, 18, 255, 20, 59, 25, 255, 23, 72, 30, 255, 25, 82, 34, 255, 27, 95, 38, 255, 27, 105, 42, 255, 27, 126, 49, 255, 28, 129, 51, 255, 23, 99, 38, 255, 19, 98, 36, 255, 16, 105, 37, 255, 19, 117, 42, 255, 22, 125, 46, 255, 21, 123, 45, 255, 15, 108, 37, 255, 18, 118, 42, 255, 16, 111, 38, 255, 15, 109, 38, 255, 19, 122, 43, 255, 29, 149, 56, 255, 21, 128, 46, 255, 16, 114, 40, 255, 25, 138, 51, 255, 31, 154, 58, 255, 36, 169, 66, 255, 38, 172, 67, 255, 23, 130, 48, 255, 15, 109, 37, 255, 15, 108, 37, 255, 15, 107, 37, 255, 15, 106, 36, 255, 14, 106, 36, 255, 14, 105, 36, 255, 15, 106, 36, 255, 17, 112, 39, 255, 22, 124, 45, 255, 33, 144, 56, 255, 19, 109, 40, 255, 13, 98, 34, 255, 13, 96, 33, 255, 13, 91, 32, 255, 15, 75, 27, 255, 15, 61, 23, 255, 15, 48, 19, 255, 14, 37, 15, 255, 13, 26, 12, 255, 11, 17, 9, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 21, 12, 255, 16, 28, 14, 255, 16, 38, 16, 255, 19, 54, 23, 255, 22, 70, 29, 255, 24, 78, 32, 255, 25, 81, 34, 255, 26, 95, 39, 255, 27, 109, 44, 255, 28, 93, 39, 255, 27, 89, 37, 255, 23, 94, 37, 255, 23, 106, 40, 255, 27, 132, 50, 255, 33, 157, 60, 255, 19, 120, 43, 255, 14, 107, 36, 255, 15, 108, 37, 255, 15, 109, 37, 255, 16, 113, 39, 255, 27, 144, 54, 255, 29, 150, 57, 255, 15, 112, 38, 255, 20, 124, 44, 255, 24, 136, 50, 255, 33, 161, 62, 255, 25, 136, 50, 255, 16, 113, 39, 255, 17, 114, 40, 255, 17, 113, 40, 255, 14, 106, 36, 255, 14, 106, 36, 255, 14, 105, 36, 255, 15, 107, 37, 255, 18, 101, 36, 255, 21, 96, 36, 255, 24, 96, 38, 255, 28, 95, 39, 255, 20, 92, 35, 255, 14, 87, 31, 255, 15, 81, 29, 255, 15, 71, 26, 255, 15, 56, 21, 255, 15, 44, 17, 255, 14, 33, 14, 255, 13, 24, 12, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 17, 10, 255, 15, 25, 13, 255, 15, 35, 15, 255, 18, 49, 21, 255, 20, 65, 27, 255, 21, 69, 29, 255, 23, 72, 30, 255, 24, 76, 32, 255, 25, 78, 33, 255, 26, 94, 39, 255, 27, 95, 40, 255, 27, 87, 37, 255, 27, 103, 42, 255, 32, 131, 52, 255, 24, 124, 46, 255, 14, 106, 36, 255, 14, 107, 36, 255, 14, 108, 37, 255, 15, 108, 37, 255, 17, 116, 40, 255, 21, 128, 46, 255, 16, 113, 39, 255, 17, 117, 41, 255, 19, 121, 43, 255, 26, 140, 51, 255, 19, 121, 43, 255, 17, 114, 40, 255, 29, 147, 55, 255, 26, 139, 52, 255, 17, 105, 37, 255, 20, 104, 38, 255, 22, 113, 43, 255, 25, 134, 51, 255, 27, 101, 41, 255, 26, 84, 35, 255, 25, 83, 34, 255, 24, 105, 41, 255, 19, 95, 36, 255, 15, 66, 25, 255, 15, 61, 23, 255, 15, 52, 20, 255, 15, 40, 16, 255, 14, 30, 14, 255, 14, 24, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 23, 11, 255, 15, 32, 14, 255, 17, 43, 18, 255, 18, 50, 21, 255, 19, 58, 24, 255, 20, 70, 29, 255, 21, 77, 32, 255, 22, 89, 37, 255, 23, 102, 42, 255, 24, 80, 34, 255, 25, 78, 33, 255, 26, 81, 34, 255, 26, 93, 37, 255, 21, 96, 36, 255, 17, 103, 36, 255, 14, 107, 36, 255, 14, 108, 36, 255, 14, 108, 37, 255, 15, 109, 37, 255, 15, 111, 38, 255, 15, 111, 38, 255, 15, 110, 38, 255, 16, 112, 38, 255, 16, 107, 37, 255, 19, 107, 38, 255, 28, 125, 49, 255, 29, 117, 47, 255, 27, 100, 41, 255, 26, 96, 40, 255, 25, 98, 40, 255, 24, 94, 38, 255, 23, 76, 32, 255, 22, 72, 30, 255, 21, 71, 29, 255, 20, 77, 31, 255, 17, 60, 24, 255, 15, 48, 19, 255, 15, 44, 18, 255, 14, 36, 15, 255, 15, 27, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 21, 11, 255, 14, 28, 13, 255, 15, 32, 14, 255, 15, 37, 16, 255, 16, 47, 20, 255, 17, 60, 25, 255, 18, 62, 26, 255, 19, 67, 28, 255, 20, 65, 27, 255, 21, 66, 28, 255, 22, 70, 29, 255, 23, 74, 31, 255, 24, 77, 32, 255, 24, 82, 33, 255, 21, 104, 39, 255, 18, 111, 40, 255, 14, 103, 35, 255, 14, 107, 36, 255, 14, 109, 37, 255, 15, 110, 37, 255, 20, 105, 39, 255, 23, 98, 38, 255, 26, 93, 38, 255, 27, 97, 40, 255, 26, 96, 39, 255, 25, 92, 38, 255, 24, 96, 40, 255, 23, 86, 35, 255, 22, 72, 30, 255, 21, 66, 28, 255, 20, 63, 26, 255, 18, 59, 25, 255, 17, 52, 22, 255, 16, 46, 19, 255, 15, 38, 16, 255, 14, 34, 14, 255, 15, 31, 15, 255, 15, 26, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 21, 10, 255, 13, 24, 11, 255, 13, 27, 12, 255, 14, 31, 13, 255, 14, 37, 16, 255, 15, 43, 18, 255, 16, 50, 21, 255, 17, 55, 23, 255, 18, 58, 25, 255, 19, 62, 26, 255, 20, 66, 27, 255, 21, 71, 29, 255, 22, 96, 38, 255, 23, 107, 42, 255, 22, 87, 34, 255, 19, 90, 34, 255, 16, 97, 35, 255, 13, 101, 34, 255, 27, 99, 41, 255, 25, 94, 39, 255, 24, 81, 34, 255, 23, 93, 39, 255, 22, 80, 33, 255, 21, 70, 29, 255, 20, 65, 27, 255, 19, 56, 24, 255, 18, 51, 22, 255, 17, 48, 20, 255, 16, 41, 17, 255, 15, 35, 15, 255, 15, 32, 15, 255, 15, 29, 15, 255, 15, 25, 14, 255, 15, 23, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 14, 7, 255, 13, 26, 12, 255, 13, 30, 13, 255, 14, 35, 15, 255, 15, 42, 17, 255, 16, 49, 20, 255, 17, 54, 23, 255, 18, 63, 26, 255, 19, 79, 31, 255, 20, 75, 30, 255, 21, 68, 28, 255, 22, 76, 32, 255, 23, 83, 34, 255, 22, 87, 35, 255, 23, 92, 38, 255, 22, 78, 32, 255, 21, 66, 28, 255, 20, 57, 25, 255, 19, 53, 23, 255, 18, 50, 21, 255, 17, 41, 18, 255, 16, 36, 16, 255, 16, 32, 15, 255, 17, 30, 16, 255, 17, 29, 16, 255, 10, 25, 12, 255, 2, 2, 1, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 4, 8, 4, 255, 10, 29, 13, 255, 13, 34, 14, 255, 14, 44, 18, 255, 15, 59, 23, 255, 16, 58, 23, 255, 17, 56, 23, 255, 18, 62, 26, 255, 19, 70, 29, 255, 20, 74, 31, 255, 19, 55, 23, 255, 18, 48, 21, 255, 17, 42, 18, 255, 17, 37, 16, 255, 16, 36, 16, 255, 16, 33, 15, 255, 16, 27, 13, 255, 8, 19, 9, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 3, 5, 3, 255, 7, 18, 8, 255, 14, 37, 16, 255, 15, 41, 18, 255, 16, 47, 20, 255, 17, 55, 23, 255, 17, 35, 16, 255, 17, 31, 15, 255, 17, 28, 14, 255, 6, 12, 6, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 2, 3, 2, 255, 4, 6, 3, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255 ), +"data": PackedByteArray(76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 98, 33, 255, 19, 111, 39, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 12, 94, 30, 255, 15, 102, 34, 255, 16, 104, 36, 255, 22, 116, 43, 255, 26, 128, 49, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 119, 44, 255, 18, 109, 38, 255, 23, 120, 44, 255, 20, 112, 40, 255, 24, 122, 45, 255, 28, 132, 51, 255, 28, 131, 50, 255, 29, 134, 52, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 12, 93, 29, 255, 19, 111, 40, 255, 18, 109, 38, 255, 12, 93, 30, 255, 14, 98, 32, 255, 12, 93, 29, 255, 15, 101, 34, 255, 20, 112, 40, 255, 23, 121, 45, 255, 22, 117, 43, 255, 15, 101, 34, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 11, 92, 29, 255, 15, 100, 33, 255, 24, 122, 45, 255, 25, 125, 47, 255, 18, 108, 38, 255, 14, 98, 32, 255, 16, 102, 35, 255, 15, 100, 33, 255, 15, 102, 34, 255, 21, 116, 42, 255, 23, 119, 44, 255, 16, 104, 35, 255, 12, 94, 30, 255, 11, 92, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 96, 31, 255, 21, 116, 42, 255, 25, 126, 47, 255, 23, 121, 45, 255, 22, 117, 43, 255, 23, 120, 44, 255, 22, 119, 43, 255, 22, 118, 43, 255, 21, 115, 41, 255, 16, 103, 35, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 97, 32, 255, 19, 111, 40, 255, 20, 112, 40, 255, 13, 96, 31, 255, 14, 99, 33, 255, 22, 118, 43, 255, 21, 116, 42, 255, 18, 108, 38, 255, 20, 112, 40, 255, 17, 107, 37, 255, 18, 109, 38, 255, 21, 114, 41, 255, 17, 105, 36, 255, 13, 96, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 95, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 108, 38, 255, 23, 120, 44, 255, 28, 133, 51, 255, 22, 117, 43, 255, 13, 97, 32, 255, 13, 96, 31, 255, 19, 109, 38, 255, 18, 107, 37, 255, 19, 111, 39, 255, 22, 118, 43, 255, 17, 104, 36, 255, 12, 93, 29, 255, 14, 98, 32, 255, 18, 108, 38, 255, 19, 111, 40, 255, 16, 102, 35, 255, 11, 92, 29, 255, 11, 92, 29, 255, 15, 100, 34, 255, 22, 118, 43, 255, 25, 126, 47, 255, 18, 109, 38, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 28, 132, 51, 255, 21, 116, 42, 255, 17, 105, 36, 255, 23, 119, 44, 255, 26, 126, 48, 255, 19, 111, 39, 255, 15, 100, 33, 255, 13, 95, 31, 255, 18, 109, 38, 255, 25, 126, 47, 255, 28, 133, 51, 255, 25, 125, 47, 255, 16, 103, 35, 255, 12, 93, 29, 255, 14, 98, 32, 255, 18, 108, 38, 255, 19, 109, 38, 255, 15, 102, 34, 255, 11, 92, 29, 255, 11, 92, 29, 255, 14, 99, 33, 255, 21, 115, 42, 255, 18, 109, 38, 255, 12, 93, 29, 255, 11, 92, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 108, 38, 255, 18, 107, 37, 255, 12, 93, 29, 255, 18, 108, 38, 255, 25, 124, 47, 255, 26, 128, 49, 255, 26, 128, 49, 255, 25, 125, 47, 255, 18, 107, 37, 255, 11, 92, 29, 255, 19, 110, 39, 255, 27, 129, 49, 255, 27, 128, 49, 255, 17, 106, 37, 255, 12, 93, 30, 255, 13, 96, 31, 255, 14, 97, 32, 255, 12, 95, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 14, 99, 33, 255, 20, 113, 40, 255, 17, 106, 36, 255, 12, 94, 30, 255, 11, 92, 29, 255, 15, 100, 33, 255, 24, 121, 45, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 101, 34, 255, 12, 94, 30, 255, 13, 97, 32, 255, 20, 112, 40, 255, 28, 131, 50, 255, 25, 126, 47, 255, 24, 122, 46, 255, 24, 122, 45, 255, 23, 121, 45, 255, 23, 121, 45, 255, 21, 115, 41, 255, 23, 121, 45, 255, 29, 133, 52, 255, 22, 119, 44, 255, 15, 100, 33, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 95, 31, 255, 18, 109, 38, 255, 16, 103, 35, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 94, 30, 255, 17, 106, 37, 255, 17, 105, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 118, 43, 255, 21, 116, 42, 255, 23, 120, 44, 255, 19, 110, 39, 255, 19, 112, 40, 255, 24, 123, 46, 255, 22, 117, 43, 255, 14, 99, 33, 255, 14, 99, 33, 255, 14, 99, 33, 255, 13, 95, 31, 255, 18, 109, 38, 255, 26, 127, 48, 255, 26, 127, 48, 255, 21, 115, 42, 255, 17, 105, 37, 255, 13, 97, 32, 255, 12, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 93, 29, 255, 16, 103, 35, 255, 26, 127, 48, 255, 23, 120, 44, 255, 16, 103, 35, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 94, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 100, 33, 255, 19, 111, 39, 255, 22, 119, 43, 255, 19, 110, 39, 255, 17, 106, 37, 255, 21, 114, 41, 255, 24, 122, 45, 255, 23, 121, 44, 255, 19, 109, 38, 255, 14, 98, 32, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 19, 111, 39, 255, 18, 108, 38, 255, 14, 98, 32, 255, 17, 106, 37, 255, 13, 97, 32, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 93, 29, 255, 13, 95, 31, 255, 12, 94, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 93, 29, 255, 18, 109, 38, 255, 25, 126, 48, 255, 25, 124, 47, 255, 17, 107, 37, 255, 12, 93, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 29, 133, 52, 255, 23, 120, 44, 255, 16, 103, 35, 255, 14, 97, 32, 255, 15, 102, 34, 255, 12, 93, 30, 255, 14, 99, 33, 255, 22, 116, 43, 255, 29, 133, 52, 255, 26, 128, 49, 255, 24, 123, 46, 255, 17, 106, 37, 255, 12, 95, 31, 255, 11, 92, 29, 255, 15, 101, 34, 255, 24, 122, 46, 255, 27, 129, 49, 255, 26, 127, 48, 255, 28, 131, 51, 255, 17, 107, 37, 255, 12, 94, 30, 255, 13, 95, 31, 255, 15, 100, 34, 255, 17, 105, 37, 255, 14, 98, 32, 255, 12, 93, 29, 255, 12, 93, 30, 255, 13, 95, 31, 255, 12, 93, 30, 255, 17, 105, 36, 255, 21, 116, 42, 255, 22, 117, 42, 255, 15, 100, 33, 255, 12, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 21, 114, 41, 255, 21, 115, 42, 255, 25, 125, 47, 255, 26, 128, 49, 255, 21, 116, 43, 255, 18, 109, 39, 255, 17, 106, 37, 255, 14, 99, 33, 255, 14, 97, 32, 255, 20, 114, 41, 255, 27, 129, 49, 255, 23, 121, 45, 255, 16, 104, 35, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 16, 102, 35, 255, 22, 119, 44, 255, 25, 125, 47, 255, 18, 108, 38, 255, 11, 92, 29, 255, 12, 93, 30, 255, 14, 98, 32, 255, 18, 107, 38, 255, 18, 108, 39, 255, 14, 99, 34, 255, 11, 92, 29, 255, 13, 95, 31, 255, 16, 101, 35, 255, 16, 104, 36, 255, 17, 106, 37, 255, 16, 103, 35, 255, 14, 99, 33, 255, 12, 94, 30, 255, 15, 102, 34, 255, 15, 100, 33, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 17, 105, 36, 255, 17, 105, 36, 255, 14, 99, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 105, 36, 255, 16, 104, 35, 255, 18, 107, 37, 255, 13, 96, 31, 255, 16, 102, 34, 255, 22, 119, 44, 255, 23, 120, 44, 255, 18, 109, 38, 255, 21, 116, 42, 255, 21, 115, 42, 255, 16, 104, 36, 255, 15, 101, 34, 255, 21, 116, 42, 255, 23, 119, 44, 255, 17, 106, 36, 255, 12, 94, 30, 255, 14, 99, 33, 255, 16, 104, 36, 255, 15, 101, 34, 255, 16, 104, 36, 255, 18, 108, 38, 255, 13, 97, 32, 255, 14, 97, 32, 255, 13, 96, 32, 255, 12, 93, 29, 255, 16, 102, 35, 255, 20, 113, 42, 255, 16, 103, 36, 255, 12, 93, 30, 255, 11, 92, 29, 255, 14, 98, 32, 255, 17, 106, 37, 255, 17, 106, 37, 255, 14, 98, 33, 255, 15, 102, 34, 255, 21, 115, 42, 255, 25, 125, 47, 255, 18, 108, 38, 255, 13, 95, 31, 255, 11, 92, 29, 255, 14, 98, 32, 255, 22, 118, 43, 255, 28, 133, 52, 255, 27, 129, 49, 255, 27, 130, 50, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 118, 43, 255, 19, 110, 39, 255, 18, 107, 37, 255, 19, 110, 39, 255, 14, 98, 32, 255, 13, 95, 31, 255, 17, 107, 37, 255, 18, 108, 38, 255, 16, 103, 35, 255, 20, 114, 41, 255, 23, 120, 44, 255, 20, 114, 41, 255, 19, 111, 40, 255, 20, 113, 41, 255, 16, 103, 35, 255, 11, 92, 29, 255, 18, 108, 38, 255, 23, 121, 45, 255, 25, 125, 47, 255, 25, 125, 47, 255, 25, 126, 47, 255, 20, 112, 40, 255, 15, 101, 34, 255, 15, 100, 34, 255, 14, 98, 33, 255, 12, 93, 29, 255, 15, 99, 33, 255, 18, 108, 39, 255, 15, 102, 35, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 95, 31, 255, 14, 97, 32, 255, 21, 113, 41, 255, 25, 126, 48, 255, 29, 134, 52, 255, 27, 130, 50, 255, 20, 112, 40, 255, 14, 98, 32, 255, 14, 98, 33, 255, 14, 98, 33, 255, 21, 115, 42, 255, 28, 132, 51, 255, 11, 92, 29, 255, 12, 94, 30, 255, 14, 102, 34, 255, 20, 117, 42, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 97, 31, 255, 15, 102, 34, 255, 12, 94, 30, 255, 17, 106, 36, 255, 19, 110, 38, 255, 16, 103, 35, 255, 19, 111, 39, 255, 23, 120, 44, 255, 23, 120, 44, 255, 23, 119, 44, 255, 21, 115, 41, 255, 16, 104, 36, 255, 14, 98, 33, 255, 19, 110, 39, 255, 20, 113, 40, 255, 15, 101, 34, 255, 12, 93, 29, 255, 18, 109, 38, 255, 24, 123, 46, 255, 25, 126, 47, 255, 25, 125, 47, 255, 20, 113, 41, 255, 13, 97, 32, 255, 11, 92, 29, 255, 12, 93, 29, 255, 12, 92, 29, 255, 16, 101, 33, 255, 21, 112, 40, 255, 22, 116, 43, 255, 20, 112, 41, 255, 15, 102, 35, 255, 12, 93, 30, 255, 11, 92, 29, 255, 13, 95, 31, 255, 15, 100, 34, 255, 22, 116, 43, 255, 27, 129, 49, 255, 29, 134, 52, 255, 27, 130, 50, 255, 20, 114, 41, 255, 15, 100, 33, 255, 15, 100, 33, 255, 15, 100, 34, 255, 21, 115, 41, 255, 12, 94, 30, 255, 12, 95, 30, 255, 16, 107, 36, 255, 18, 112, 39, 255, 17, 113, 39, 255, 14, 105, 34, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 98, 33, 255, 12, 98, 32, 255, 12, 99, 31, 255, 18, 112, 39, 255, 26, 129, 49, 255, 23, 120, 44, 255, 17, 105, 36, 255, 15, 100, 34, 255, 17, 105, 36, 255, 16, 103, 35, 255, 16, 103, 35, 255, 19, 110, 38, 255, 14, 99, 33, 255, 14, 97, 32, 255, 18, 108, 38, 255, 23, 119, 44, 255, 19, 112, 40, 255, 15, 100, 33, 255, 12, 93, 30, 255, 12, 94, 30, 255, 15, 100, 33, 255, 19, 110, 39, 255, 16, 102, 35, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 16, 100, 33, 255, 17, 103, 34, 255, 15, 100, 33, 255, 15, 101, 34, 255, 15, 100, 34, 255, 12, 93, 30, 255, 15, 101, 34, 255, 23, 119, 44, 255, 22, 117, 43, 255, 15, 101, 34, 255, 17, 105, 36, 255, 21, 114, 41, 255, 18, 107, 37, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 92, 29, 255, 13, 95, 31, 255, 23, 120, 44, 255, 23, 122, 45, 255, 27, 133, 50, 255, 24, 128, 47, 255, 15, 108, 36, 255, 13, 104, 33, 255, 18, 117, 40, 255, 27, 141, 52, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 100, 34, 255, 13, 98, 33, 255, 13, 97, 32, 255, 12, 98, 32, 255, 12, 98, 31, 255, 17, 108, 37, 255, 20, 116, 41, 255, 18, 109, 38, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 95, 31, 255, 19, 111, 40, 255, 25, 124, 46, 255, 19, 111, 40, 255, 24, 121, 45, 255, 26, 128, 48, 255, 20, 112, 40, 255, 13, 96, 31, 255, 14, 99, 33, 255, 19, 111, 39, 255, 19, 112, 40, 255, 19, 110, 39, 255, 24, 123, 46, 255, 19, 109, 39, 255, 12, 94, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 14, 98, 32, 255, 19, 110, 39, 255, 17, 106, 37, 255, 11, 92, 29, 255, 13, 96, 31, 255, 16, 102, 35, 255, 14, 97, 32, 255, 12, 92, 29, 255, 11, 92, 29, 255, 12, 95, 30, 255, 20, 114, 40, 255, 27, 132, 50, 255, 29, 139, 53, 255, 20, 118, 41, 255, 13, 103, 32, 255, 13, 104, 33, 255, 15, 110, 36, 255, 22, 128, 45, 255, 28, 144, 53, 255, 27, 141, 51, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 124, 45, 255, 15, 106, 36, 255, 13, 100, 34, 255, 15, 105, 36, 255, 13, 97, 33, 255, 13, 98, 32, 255, 16, 106, 36, 255, 19, 116, 40, 255, 17, 108, 37, 255, 12, 94, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 15, 102, 34, 255, 17, 105, 36, 255, 14, 98, 32, 255, 20, 113, 41, 255, 24, 123, 46, 255, 21, 115, 42, 255, 20, 113, 40, 255, 21, 115, 42, 255, 23, 120, 44, 255, 19, 110, 39, 255, 14, 99, 33, 255, 17, 107, 37, 255, 16, 102, 34, 255, 13, 96, 31, 255, 14, 98, 32, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 95, 31, 255, 13, 96, 31, 255, 12, 94, 30, 255, 13, 97, 32, 255, 13, 95, 31, 255, 11, 92, 29, 255, 19, 112, 39, 255, 14, 100, 33, 255, 13, 100, 32, 255, 16, 109, 37, 255, 13, 102, 32, 255, 15, 106, 35, 255, 15, 109, 36, 255, 19, 118, 42, 255, 26, 135, 52, 255, 25, 136, 50, 255, 21, 127, 44, 255, 22, 129, 46, 255, 27, 139, 51, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 147, 57, 255, 23, 126, 46, 255, 14, 104, 35, 255, 20, 121, 44, 255, 29, 144, 55, 255, 21, 122, 44, 255, 14, 100, 34, 255, 16, 107, 37, 255, 21, 120, 43, 255, 17, 111, 38, 255, 13, 98, 31, 255, 12, 95, 30, 255, 16, 104, 35, 255, 11, 92, 29, 255, 11, 92, 29, 255, 14, 98, 32, 255, 20, 114, 41, 255, 24, 122, 45, 255, 26, 126, 48, 255, 29, 134, 52, 255, 27, 131, 50, 255, 28, 132, 51, 255, 23, 121, 45, 255, 15, 100, 33, 255, 11, 92, 29, 255, 14, 99, 33, 255, 22, 117, 43, 255, 26, 127, 48, 255, 19, 111, 39, 255, 12, 94, 30, 255, 13, 96, 31, 255, 13, 96, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 17, 105, 36, 255, 21, 115, 41, 255, 19, 111, 39, 255, 14, 97, 32, 255, 11, 92, 29, 255, 25, 125, 47, 255, 21, 118, 42, 255, 14, 101, 33, 255, 12, 98, 31, 255, 12, 100, 32, 255, 14, 105, 34, 255, 17, 111, 38, 255, 18, 115, 40, 255, 20, 120, 43, 255, 24, 131, 51, 255, 22, 126, 47, 255, 17, 116, 39, 255, 13, 107, 34, 255, 19, 117, 41, 255, 24, 130, 48, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 21, 120, 44, 255, 17, 111, 39, 255, 14, 102, 35, 255, 20, 119, 43, 255, 26, 137, 51, 255, 21, 123, 44, 255, 14, 102, 35, 255, 20, 118, 43, 255, 26, 134, 50, 255, 20, 120, 42, 255, 12, 100, 31, 255, 12, 97, 31, 255, 12, 97, 31, 255, 13, 98, 32, 255, 11, 92, 29, 255, 11, 92, 29, 255, 20, 113, 40, 255, 24, 122, 45, 255, 25, 124, 47, 255, 28, 131, 51, 255, 29, 134, 52, 255, 27, 130, 50, 255, 21, 114, 41, 255, 12, 94, 30, 255, 16, 102, 35, 255, 17, 105, 37, 255, 22, 117, 43, 255, 27, 130, 50, 255, 29, 134, 52, 255, 21, 114, 41, 255, 21, 110, 38, 255, 19, 107, 37, 255, 14, 96, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 93, 29, 255, 16, 103, 35, 255, 26, 126, 48, 255, 25, 125, 47, 255, 18, 109, 38, 255, 12, 94, 30, 255, 19, 111, 39, 255, 17, 107, 36, 255, 12, 97, 31, 255, 12, 99, 31, 255, 13, 101, 32, 255, 14, 105, 34, 255, 17, 112, 38, 255, 16, 114, 38, 255, 17, 117, 39, 255, 22, 126, 47, 255, 22, 126, 47, 255, 15, 113, 37, 255, 13, 105, 34, 255, 13, 101, 34, 255, 16, 106, 37, 255, 20, 117, 42, 255, 16, 105, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 95, 33, 255, 14, 101, 35, 255, 13, 99, 34, 255, 14, 102, 35, 255, 15, 104, 36, 255, 17, 112, 39, 255, 14, 103, 35, 255, 14, 105, 35, 255, 20, 120, 43, 255, 28, 142, 54, 255, 31, 150, 57, 255, 23, 127, 46, 255, 21, 121, 43, 255, 22, 122, 44, 255, 18, 110, 38, 255, 12, 94, 30, 255, 11, 92, 29, 255, 24, 123, 46, 255, 23, 121, 45, 255, 22, 119, 44, 255, 28, 132, 51, 255, 29, 134, 52, 255, 29, 134, 52, 255, 26, 127, 48, 255, 22, 118, 43, 255, 23, 120, 44, 255, 19, 111, 39, 255, 22, 119, 44, 255, 26, 127, 48, 255, 20, 114, 41, 255, 17, 105, 36, 255, 21, 113, 41, 255, 19, 109, 38, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 93, 29, 255, 18, 108, 38, 255, 22, 118, 43, 255, 20, 113, 40, 255, 12, 94, 30, 255, 12, 97, 31, 255, 16, 106, 35, 255, 14, 104, 34, 255, 19, 117, 40, 255, 18, 118, 40, 255, 14, 109, 34, 255, 14, 112, 36, 255, 17, 118, 40, 255, 22, 128, 48, 255, 27, 135, 54, 255, 22, 124, 47, 255, 15, 108, 37, 255, 13, 100, 34, 255, 15, 103, 36, 255, 21, 119, 43, 255, 20, 117, 42, 255, 18, 111, 40, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 99, 37, 255, 15, 102, 36, 255, 15, 103, 36, 255, 16, 108, 38, 255, 14, 103, 35, 255, 13, 101, 34, 255, 14, 102, 35, 255, 14, 103, 35, 255, 14, 105, 35, 255, 18, 118, 42, 255, 26, 138, 52, 255, 34, 157, 61, 255, 32, 151, 58, 255, 29, 142, 54, 255, 19, 116, 40, 255, 12, 99, 31, 255, 12, 95, 30, 255, 11, 93, 29, 255, 16, 104, 36, 255, 11, 92, 29, 255, 18, 109, 38, 255, 24, 123, 46, 255, 22, 117, 43, 255, 20, 112, 40, 255, 21, 116, 42, 255, 18, 108, 38, 255, 13, 95, 31, 255, 13, 95, 31, 255, 13, 97, 32, 255, 11, 92, 29, 255, 15, 100, 34, 255, 22, 119, 44, 255, 23, 120, 45, 255, 14, 100, 33, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 95, 31, 255, 16, 103, 35, 255, 17, 106, 37, 255, 12, 95, 30, 255, 15, 104, 35, 255, 22, 122, 44, 255, 24, 130, 47, 255, 27, 137, 51, 255, 31, 149, 57, 255, 19, 122, 41, 255, 14, 112, 36, 255, 20, 125, 45, 255, 25, 133, 52, 255, 27, 135, 54, 255, 22, 121, 46, 255, 16, 108, 39, 255, 15, 103, 35, 255, 14, 101, 35, 255, 16, 107, 38, 255, 22, 121, 44, 255, 20, 115, 42, 255, 23, 124, 46, 255, 27, 132, 50, 255, 76, 76, 76, 255, 76, 76, 76, 255, 25, 92, 37, 255, 23, 114, 44, 255, 20, 112, 42, 255, 19, 106, 39, 255, 18, 111, 40, 255, 14, 102, 35, 255, 14, 103, 35, 255, 14, 104, 35, 255, 14, 102, 35, 255, 14, 104, 35, 255, 14, 105, 36, 255, 17, 114, 40, 255, 25, 134, 50, 255, 32, 154, 59, 255, 30, 146, 55, 255, 20, 120, 42, 255, 18, 112, 40, 255, 18, 110, 39, 255, 15, 103, 35, 255, 16, 103, 37, 255, 15, 99, 34, 255, 11, 92, 29, 255, 13, 96, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 14, 99, 33, 255, 15, 101, 34, 255, 13, 97, 32, 255, 11, 92, 29, 255, 15, 102, 34, 255, 17, 106, 36, 255, 14, 99, 33, 255, 13, 95, 31, 255, 13, 95, 31, 255, 14, 98, 32, 255, 16, 104, 36, 255, 15, 101, 34, 255, 15, 102, 34, 255, 16, 104, 35, 255, 13, 96, 31, 255, 28, 134, 52, 255, 22, 121, 44, 255, 17, 110, 37, 255, 20, 120, 42, 255, 25, 133, 48, 255, 27, 140, 52, 255, 27, 142, 52, 255, 20, 127, 43, 255, 15, 115, 37, 255, 20, 124, 44, 255, 28, 139, 56, 255, 24, 127, 50, 255, 18, 114, 42, 255, 13, 101, 34, 255, 19, 115, 41, 255, 23, 127, 47, 255, 19, 115, 42, 255, 18, 111, 39, 255, 19, 112, 40, 255, 13, 96, 33, 255, 22, 118, 44, 255, 18, 107, 39, 255, 18, 103, 38, 255, 76, 76, 76, 255, 25, 94, 38, 255, 25, 118, 46, 255, 25, 105, 41, 255, 23, 94, 37, 255, 19, 99, 36, 255, 13, 98, 33, 255, 20, 118, 43, 255, 22, 123, 45, 255, 16, 109, 38, 255, 14, 103, 35, 255, 14, 104, 35, 255, 14, 105, 36, 255, 15, 110, 38, 255, 23, 130, 47, 255, 31, 150, 57, 255, 29, 144, 55, 255, 26, 134, 52, 255, 23, 123, 47, 255, 19, 113, 41, 255, 22, 117, 45, 255, 19, 110, 41, 255, 19, 109, 41, 255, 17, 106, 38, 255, 12, 96, 30, 255, 12, 96, 30, 255, 20, 115, 41, 255, 19, 114, 40, 255, 12, 96, 30, 255, 13, 99, 32, 255, 23, 122, 45, 255, 20, 115, 41, 255, 12, 96, 30, 255, 12, 96, 30, 255, 15, 103, 34, 255, 18, 110, 38, 255, 13, 99, 32, 255, 13, 99, 32, 255, 15, 103, 34, 255, 13, 98, 31, 255, 16, 105, 35, 255, 20, 118, 42, 255, 15, 107, 35, 255, 17, 113, 38, 255, 24, 132, 48, 255, 27, 142, 52, 255, 28, 146, 54, 255, 27, 145, 53, 255, 21, 132, 46, 255, 15, 115, 37, 255, 21, 125, 46, 255, 21, 122, 46, 255, 15, 107, 37, 255, 13, 101, 34, 255, 15, 105, 36, 255, 24, 129, 48, 255, 32, 151, 59, 255, 27, 135, 51, 255, 26, 131, 49, 255, 20, 116, 42, 255, 23, 121, 45, 255, 26, 130, 49, 255, 20, 97, 37, 255, 20, 83, 33, 255, 24, 78, 32, 255, 25, 85, 35, 255, 25, 93, 38, 255, 25, 86, 35, 255, 25, 83, 34, 255, 22, 88, 34, 255, 22, 103, 39, 255, 29, 137, 53, 255, 29, 143, 55, 255, 23, 128, 47, 255, 17, 110, 39, 255, 14, 103, 35, 255, 16, 109, 38, 255, 17, 114, 40, 255, 18, 117, 41, 255, 30, 150, 57, 255, 31, 152, 58, 255, 23, 128, 47, 255, 17, 113, 39, 255, 13, 105, 34, 255, 14, 107, 35, 255, 14, 106, 34, 255, 13, 105, 33, 255, 13, 104, 33, 255, 13, 104, 33, 255, 22, 126, 45, 255, 26, 135, 50, 255, 15, 108, 36, 255, 13, 102, 32, 255, 13, 101, 32, 255, 13, 102, 33, 255, 16, 108, 36, 255, 20, 119, 42, 255, 21, 122, 43, 255, 15, 108, 36, 255, 16, 110, 36, 255, 26, 136, 51, 255, 20, 122, 43, 255, 16, 110, 37, 255, 13, 105, 34, 255, 18, 114, 40, 255, 18, 114, 40, 255, 14, 106, 34, 255, 17, 115, 38, 255, 23, 132, 47, 255, 29, 148, 55, 255, 29, 151, 56, 255, 29, 152, 56, 255, 24, 137, 49, 255, 23, 129, 47, 255, 27, 134, 53, 255, 20, 117, 44, 255, 13, 101, 34, 255, 13, 100, 34, 255, 15, 105, 37, 255, 26, 135, 51, 255, 32, 149, 58, 255, 28, 137, 52, 255, 20, 115, 42, 255, 17, 106, 38, 255, 24, 119, 45, 255, 27, 108, 43, 255, 23, 74, 31, 255, 20, 75, 31, 255, 21, 68, 28, 255, 24, 77, 32, 255, 25, 80, 33, 255, 25, 81, 33, 255, 25, 82, 34, 255, 26, 83, 34, 255, 26, 95, 38, 255, 30, 124, 49, 255, 32, 148, 58, 255, 30, 145, 55, 255, 18, 115, 41, 255, 14, 103, 35, 255, 21, 123, 44, 255, 23, 131, 48, 255, 23, 132, 48, 255, 34, 162, 63, 255, 26, 140, 52, 255, 17, 114, 40, 255, 17, 114, 40, 255, 21, 127, 45, 255, 20, 124, 44, 255, 26, 134, 53, 255, 16, 115, 38, 255, 14, 111, 35, 255, 17, 118, 39, 255, 21, 126, 44, 255, 14, 108, 34, 255, 14, 108, 34, 255, 14, 107, 34, 255, 14, 106, 34, 255, 14, 106, 34, 255, 23, 128, 46, 255, 25, 135, 50, 255, 18, 118, 40, 255, 14, 108, 34, 255, 18, 118, 40, 255, 22, 129, 45, 255, 18, 118, 40, 255, 23, 128, 49, 255, 18, 118, 41, 255, 14, 111, 35, 255, 14, 112, 35, 255, 14, 112, 35, 255, 14, 112, 35, 255, 21, 132, 45, 255, 28, 150, 55, 255, 29, 152, 56, 255, 25, 138, 50, 255, 20, 123, 44, 255, 25, 129, 51, 255, 28, 134, 54, 255, 17, 110, 40, 255, 13, 100, 34, 255, 15, 105, 36, 255, 23, 127, 47, 255, 32, 151, 59, 255, 26, 133, 50, 255, 19, 112, 40, 255, 12, 93, 32, 255, 17, 95, 34, 255, 24, 96, 38, 255, 22, 82, 34, 255, 19, 84, 34, 255, 16, 55, 23, 255, 17, 45, 19, 255, 20, 63, 26, 255, 23, 74, 31, 255, 25, 80, 33, 255, 25, 81, 34, 255, 26, 82, 34, 255, 26, 83, 35, 255, 27, 111, 44, 255, 30, 141, 55, 255, 26, 132, 50, 255, 16, 109, 38, 255, 15, 106, 36, 255, 21, 124, 45, 255, 24, 131, 48, 255, 21, 124, 44, 255, 23, 131, 48, 255, 19, 121, 43, 255, 15, 110, 37, 255, 22, 129, 46, 255, 18, 120, 42, 255, 22, 131, 48, 255, 25, 141, 51, 255, 24, 137, 49, 255, 26, 144, 52, 255, 28, 147, 54, 255, 29, 149, 55, 255, 23, 133, 47, 255, 16, 115, 37, 255, 15, 112, 36, 255, 15, 112, 36, 255, 15, 111, 36, 255, 15, 111, 36, 255, 17, 119, 40, 255, 22, 130, 46, 255, 21, 129, 46, 255, 27, 144, 53, 255, 32, 154, 59, 255, 29, 144, 57, 255, 23, 131, 49, 255, 15, 116, 37, 255, 15, 117, 37, 255, 15, 117, 37, 255, 15, 118, 37, 255, 19, 128, 43, 255, 27, 148, 54, 255, 27, 146, 53, 255, 22, 130, 46, 255, 17, 114, 39, 255, 14, 104, 35, 255, 18, 113, 41, 255, 17, 109, 39, 255, 13, 101, 34, 255, 13, 99, 34, 255, 17, 109, 38, 255, 25, 131, 49, 255, 23, 123, 46, 255, 16, 104, 36, 255, 15, 94, 33, 255, 19, 94, 34, 255, 23, 91, 36, 255, 21, 80, 33, 255, 18, 77, 32, 255, 15, 47, 20, 255, 12, 31, 13, 255, 14, 29, 14, 255, 16, 40, 17, 255, 19, 57, 24, 255, 22, 71, 30, 255, 25, 80, 33, 255, 25, 81, 34, 255, 26, 87, 36, 255, 26, 110, 44, 255, 27, 130, 51, 255, 24, 110, 42, 255, 17, 95, 34, 255, 14, 100, 34, 255, 17, 112, 39, 255, 17, 113, 39, 255, 14, 104, 35, 255, 16, 110, 38, 255, 14, 107, 36, 255, 14, 108, 37, 255, 15, 111, 38, 255, 16, 113, 39, 255, 30, 151, 57, 255, 23, 133, 49, 255, 27, 144, 53, 255, 32, 161, 61, 255, 19, 129, 43, 255, 25, 142, 51, 255, 20, 131, 45, 255, 15, 118, 38, 255, 15, 118, 38, 255, 15, 117, 38, 255, 24, 138, 50, 255, 20, 128, 44, 255, 23, 134, 47, 255, 30, 153, 57, 255, 30, 154, 57, 255, 31, 157, 59, 255, 34, 164, 62, 255, 29, 151, 56, 255, 17, 123, 40, 255, 18, 125, 42, 255, 21, 131, 47, 255, 16, 121, 40, 255, 15, 118, 37, 255, 20, 130, 45, 255, 23, 135, 48, 255, 19, 122, 43, 255, 14, 106, 36, 255, 14, 105, 35, 255, 14, 103, 35, 255, 14, 102, 35, 255, 13, 101, 34, 255, 13, 100, 34, 255, 13, 99, 34, 255, 20, 118, 43, 255, 22, 123, 45, 255, 13, 95, 32, 255, 17, 95, 34, 255, 21, 94, 36, 255, 23, 82, 33, 255, 20, 61, 25, 255, 17, 62, 25, 255, 14, 40, 17, 255, 12, 26, 12, 255, 12, 18, 11, 255, 12, 17, 11, 255, 14, 26, 14, 255, 15, 35, 15, 255, 18, 51, 21, 255, 21, 68, 28, 255, 24, 78, 32, 255, 26, 84, 35, 255, 26, 102, 41, 255, 26, 104, 42, 255, 26, 90, 37, 255, 23, 90, 35, 255, 19, 95, 35, 255, 15, 102, 35, 255, 14, 103, 35, 255, 14, 104, 35, 255, 14, 105, 35, 255, 14, 106, 36, 255, 14, 107, 36, 255, 14, 108, 37, 255, 15, 110, 38, 255, 20, 123, 44, 255, 16, 114, 39, 255, 34, 162, 62, 255, 34, 164, 62, 255, 29, 151, 56, 255, 37, 171, 67, 255, 19, 130, 44, 255, 16, 123, 40, 255, 16, 123, 40, 255, 22, 135, 46, 255, 31, 157, 59, 255, 22, 136, 47, 255, 33, 163, 62, 255, 31, 157, 58, 255, 32, 162, 61, 255, 32, 161, 60, 255, 32, 159, 59, 255, 25, 143, 51, 255, 17, 125, 41, 255, 20, 127, 45, 255, 29, 143, 58, 255, 19, 122, 43, 255, 18, 122, 42, 255, 31, 154, 58, 255, 23, 131, 48, 255, 14, 106, 36, 255, 14, 105, 36, 255, 14, 104, 35, 255, 14, 103, 35, 255, 13, 101, 34, 255, 13, 100, 34, 255, 13, 100, 34, 255, 18, 113, 40, 255, 29, 142, 55, 255, 25, 124, 47, 255, 21, 100, 37, 255, 24, 95, 37, 255, 22, 73, 30, 255, 19, 60, 25, 255, 16, 60, 24, 255, 13, 35, 15, 255, 13, 23, 12, 255, 11, 15, 10, 255, 76, 76, 76, 255, 76, 76, 76, 255, 11, 15, 10, 255, 13, 23, 13, 255, 15, 32, 15, 255, 17, 45, 19, 255, 20, 64, 26, 255, 23, 75, 31, 255, 26, 83, 35, 255, 26, 88, 36, 255, 26, 85, 35, 255, 27, 86, 36, 255, 24, 97, 38, 255, 20, 111, 41, 255, 16, 108, 38, 255, 14, 103, 35, 255, 14, 105, 36, 255, 15, 109, 38, 255, 14, 106, 36, 255, 14, 107, 36, 255, 15, 107, 37, 255, 15, 108, 37, 255, 18, 118, 42, 255, 29, 147, 56, 255, 36, 167, 65, 255, 33, 160, 61, 255, 25, 141, 51, 255, 17, 122, 40, 255, 16, 122, 40, 255, 16, 123, 40, 255, 17, 124, 40, 255, 19, 130, 43, 255, 26, 146, 52, 255, 26, 145, 52, 255, 18, 128, 42, 255, 25, 143, 51, 255, 29, 152, 56, 255, 35, 168, 65, 255, 21, 133, 46, 255, 15, 117, 38, 255, 16, 116, 39, 255, 19, 119, 43, 255, 16, 111, 38, 255, 16, 110, 38, 255, 24, 134, 50, 255, 20, 122, 44, 255, 14, 105, 36, 255, 14, 105, 35, 255, 14, 103, 35, 255, 13, 102, 35, 255, 13, 101, 34, 255, 13, 100, 34, 255, 13, 98, 33, 255, 20, 118, 43, 255, 27, 130, 50, 255, 26, 116, 45, 255, 24, 90, 36, 255, 21, 65, 27, 255, 18, 55, 23, 255, 15, 45, 18, 255, 13, 28, 12, 255, 12, 20, 11, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 13, 9, 255, 13, 20, 13, 255, 15, 29, 14, 255, 16, 40, 17, 255, 19, 57, 24, 255, 22, 72, 30, 255, 25, 81, 34, 255, 26, 84, 35, 255, 26, 85, 35, 255, 27, 106, 43, 255, 25, 132, 51, 255, 21, 118, 44, 255, 17, 107, 38, 255, 17, 112, 39, 255, 21, 122, 44, 255, 21, 125, 45, 255, 14, 106, 36, 255, 15, 107, 36, 255, 15, 107, 37, 255, 15, 108, 37, 255, 20, 123, 44, 255, 30, 151, 58, 255, 29, 147, 55, 255, 17, 115, 40, 255, 22, 131, 46, 255, 19, 127, 43, 255, 16, 122, 39, 255, 16, 123, 40, 255, 17, 124, 40, 255, 30, 156, 57, 255, 28, 152, 55, 255, 18, 126, 42, 255, 17, 123, 40, 255, 20, 129, 44, 255, 28, 147, 55, 255, 20, 126, 45, 255, 15, 111, 38, 255, 15, 109, 38, 255, 15, 108, 37, 255, 15, 107, 37, 255, 15, 107, 36, 255, 15, 108, 37, 255, 14, 105, 36, 255, 18, 113, 41, 255, 19, 114, 42, 255, 14, 102, 35, 255, 13, 101, 34, 255, 13, 100, 34, 255, 13, 99, 33, 255, 13, 97, 33, 255, 17, 104, 37, 255, 22, 111, 42, 255, 23, 82, 33, 255, 20, 61, 25, 255, 17, 52, 21, 255, 14, 37, 15, 255, 12, 25, 11, 255, 11, 17, 9, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 18, 11, 255, 16, 26, 14, 255, 16, 36, 16, 255, 18, 51, 21, 255, 21, 69, 28, 255, 24, 78, 32, 255, 26, 87, 36, 255, 27, 103, 42, 255, 27, 122, 48, 255, 27, 122, 47, 255, 23, 114, 43, 255, 23, 119, 44, 255, 30, 148, 57, 255, 23, 129, 47, 255, 14, 105, 36, 255, 14, 106, 36, 255, 15, 106, 36, 255, 15, 107, 37, 255, 17, 114, 40, 255, 32, 155, 60, 255, 28, 144, 54, 255, 16, 110, 38, 255, 24, 136, 50, 255, 26, 140, 51, 255, 17, 120, 40, 255, 16, 120, 39, 255, 16, 123, 40, 255, 37, 172, 66, 255, 31, 158, 59, 255, 21, 130, 45, 255, 16, 115, 39, 255, 16, 113, 39, 255, 16, 111, 38, 255, 15, 110, 38, 255, 15, 109, 38, 255, 15, 108, 37, 255, 15, 107, 37, 255, 15, 106, 37, 255, 18, 115, 41, 255, 23, 129, 48, 255, 16, 111, 39, 255, 21, 118, 44, 255, 23, 123, 47, 255, 15, 105, 36, 255, 13, 100, 34, 255, 13, 99, 34, 255, 13, 97, 33, 255, 13, 95, 33, 255, 15, 90, 32, 255, 20, 70, 28, 255, 19, 58, 24, 255, 16, 46, 19, 255, 13, 32, 14, 255, 12, 23, 11, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 16, 10, 255, 16, 26, 14, 255, 16, 34, 15, 255, 17, 46, 20, 255, 20, 64, 27, 255, 23, 75, 31, 255, 26, 88, 36, 255, 27, 101, 41, 255, 27, 106, 42, 255, 27, 116, 45, 255, 27, 129, 50, 255, 31, 147, 57, 255, 18, 110, 39, 255, 14, 104, 35, 255, 15, 107, 37, 255, 16, 110, 38, 255, 15, 106, 36, 255, 15, 108, 37, 255, 23, 131, 48, 255, 27, 142, 53, 255, 16, 112, 39, 255, 18, 119, 42, 255, 25, 137, 50, 255, 21, 126, 45, 255, 16, 114, 39, 255, 17, 119, 40, 255, 33, 163, 62, 255, 32, 157, 60, 255, 26, 139, 51, 255, 22, 129, 47, 255, 18, 118, 41, 255, 15, 110, 38, 255, 15, 109, 37, 255, 15, 108, 37, 255, 15, 107, 37, 255, 15, 106, 36, 255, 15, 106, 36, 255, 20, 121, 44, 255, 32, 154, 59, 255, 24, 130, 48, 255, 24, 129, 48, 255, 18, 112, 40, 255, 13, 101, 34, 255, 13, 99, 34, 255, 13, 97, 33, 255, 13, 94, 33, 255, 14, 81, 29, 255, 16, 65, 24, 255, 17, 54, 22, 255, 16, 41, 17, 255, 13, 29, 13, 255, 12, 20, 10, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 24, 13, 255, 16, 31, 15, 255, 17, 42, 18, 255, 20, 59, 25, 255, 23, 72, 30, 255, 25, 82, 34, 255, 27, 95, 38, 255, 27, 105, 42, 255, 27, 126, 49, 255, 28, 129, 51, 255, 23, 99, 38, 255, 19, 98, 36, 255, 16, 105, 37, 255, 19, 117, 42, 255, 22, 125, 46, 255, 21, 123, 45, 255, 15, 108, 37, 255, 18, 118, 42, 255, 16, 111, 38, 255, 15, 109, 38, 255, 19, 122, 43, 255, 29, 149, 56, 255, 21, 128, 46, 255, 16, 114, 40, 255, 25, 138, 51, 255, 31, 154, 58, 255, 36, 169, 66, 255, 38, 172, 67, 255, 23, 130, 48, 255, 15, 109, 37, 255, 15, 108, 37, 255, 15, 107, 37, 255, 15, 106, 36, 255, 14, 106, 36, 255, 14, 105, 36, 255, 15, 106, 36, 255, 17, 112, 39, 255, 22, 124, 45, 255, 33, 144, 56, 255, 19, 109, 40, 255, 13, 98, 34, 255, 13, 96, 33, 255, 13, 91, 32, 255, 15, 75, 27, 255, 15, 61, 23, 255, 15, 48, 19, 255, 14, 37, 15, 255, 13, 26, 12, 255, 11, 17, 9, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 21, 12, 255, 16, 28, 14, 255, 16, 38, 16, 255, 19, 54, 23, 255, 22, 70, 29, 255, 24, 78, 32, 255, 25, 81, 34, 255, 26, 95, 39, 255, 27, 109, 44, 255, 28, 93, 39, 255, 27, 89, 37, 255, 23, 94, 37, 255, 23, 106, 40, 255, 27, 132, 50, 255, 33, 157, 60, 255, 19, 120, 43, 255, 14, 107, 36, 255, 15, 108, 37, 255, 15, 109, 37, 255, 16, 113, 39, 255, 27, 144, 54, 255, 29, 150, 57, 255, 15, 112, 38, 255, 20, 124, 44, 255, 24, 136, 50, 255, 33, 161, 62, 255, 25, 136, 50, 255, 16, 113, 39, 255, 17, 114, 40, 255, 17, 113, 40, 255, 14, 106, 36, 255, 14, 106, 36, 255, 14, 105, 36, 255, 15, 107, 37, 255, 18, 101, 36, 255, 21, 96, 36, 255, 24, 96, 38, 255, 28, 95, 39, 255, 20, 92, 35, 255, 14, 87, 31, 255, 15, 81, 29, 255, 15, 71, 26, 255, 15, 56, 21, 255, 15, 44, 17, 255, 14, 33, 14, 255, 13, 24, 12, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 17, 10, 255, 15, 25, 13, 255, 15, 35, 15, 255, 18, 49, 21, 255, 20, 65, 27, 255, 21, 69, 29, 255, 23, 72, 30, 255, 24, 76, 32, 255, 25, 78, 33, 255, 26, 94, 39, 255, 27, 95, 40, 255, 27, 87, 37, 255, 27, 103, 42, 255, 32, 131, 52, 255, 24, 124, 46, 255, 14, 106, 36, 255, 14, 107, 36, 255, 14, 108, 37, 255, 15, 108, 37, 255, 17, 116, 40, 255, 21, 128, 46, 255, 16, 113, 39, 255, 17, 117, 41, 255, 19, 121, 43, 255, 26, 140, 51, 255, 19, 121, 43, 255, 17, 114, 40, 255, 29, 147, 55, 255, 26, 139, 52, 255, 17, 105, 37, 255, 20, 104, 38, 255, 22, 113, 43, 255, 25, 134, 51, 255, 27, 101, 41, 255, 26, 84, 35, 255, 25, 83, 34, 255, 24, 105, 41, 255, 19, 95, 36, 255, 15, 66, 25, 255, 15, 61, 23, 255, 15, 52, 20, 255, 15, 40, 16, 255, 14, 30, 14, 255, 14, 24, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 23, 11, 255, 15, 32, 14, 255, 17, 43, 18, 255, 18, 50, 21, 255, 19, 58, 24, 255, 20, 70, 29, 255, 21, 77, 32, 255, 22, 89, 37, 255, 23, 102, 42, 255, 24, 80, 34, 255, 25, 78, 33, 255, 26, 81, 34, 255, 26, 93, 37, 255, 21, 96, 36, 255, 17, 103, 36, 255, 14, 107, 36, 255, 14, 108, 36, 255, 14, 108, 37, 255, 15, 109, 37, 255, 15, 111, 38, 255, 15, 111, 38, 255, 15, 110, 38, 255, 16, 112, 38, 255, 16, 107, 37, 255, 19, 107, 38, 255, 28, 125, 49, 255, 29, 117, 47, 255, 27, 100, 41, 255, 26, 96, 40, 255, 25, 98, 40, 255, 24, 94, 38, 255, 23, 76, 32, 255, 22, 72, 30, 255, 21, 71, 29, 255, 20, 77, 31, 255, 17, 60, 24, 255, 15, 48, 19, 255, 15, 44, 18, 255, 14, 36, 15, 255, 15, 27, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 21, 11, 255, 14, 28, 13, 255, 15, 32, 14, 255, 15, 37, 16, 255, 16, 47, 20, 255, 17, 60, 25, 255, 18, 62, 26, 255, 19, 67, 28, 255, 20, 65, 27, 255, 21, 66, 28, 255, 22, 70, 29, 255, 23, 74, 31, 255, 24, 77, 32, 255, 24, 82, 33, 255, 21, 104, 39, 255, 18, 111, 40, 255, 14, 103, 35, 255, 14, 107, 36, 255, 14, 109, 37, 255, 15, 110, 37, 255, 20, 105, 39, 255, 23, 98, 38, 255, 26, 93, 38, 255, 27, 97, 40, 255, 26, 96, 39, 255, 25, 92, 38, 255, 24, 96, 40, 255, 23, 86, 35, 255, 22, 72, 30, 255, 21, 66, 28, 255, 20, 63, 26, 255, 18, 59, 25, 255, 17, 52, 22, 255, 16, 46, 19, 255, 15, 38, 16, 255, 14, 34, 14, 255, 15, 31, 15, 255, 15, 26, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 21, 10, 255, 13, 24, 11, 255, 13, 27, 12, 255, 14, 31, 13, 255, 14, 37, 16, 255, 15, 43, 18, 255, 16, 50, 21, 255, 17, 55, 23, 255, 18, 58, 25, 255, 19, 62, 26, 255, 20, 66, 27, 255, 21, 71, 29, 255, 22, 96, 38, 255, 23, 107, 42, 255, 22, 87, 34, 255, 19, 90, 34, 255, 16, 97, 35, 255, 13, 101, 34, 255, 27, 99, 41, 255, 25, 94, 39, 255, 24, 81, 34, 255, 23, 93, 39, 255, 22, 80, 33, 255, 21, 70, 29, 255, 20, 65, 27, 255, 19, 56, 24, 255, 18, 51, 22, 255, 17, 48, 20, 255, 16, 41, 17, 255, 15, 35, 15, 255, 15, 32, 15, 255, 15, 29, 15, 255, 15, 25, 14, 255, 15, 23, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 14, 7, 255, 13, 26, 12, 255, 13, 30, 13, 255, 14, 35, 15, 255, 15, 42, 17, 255, 16, 49, 20, 255, 17, 54, 23, 255, 18, 63, 26, 255, 19, 79, 31, 255, 20, 75, 30, 255, 21, 68, 28, 255, 22, 76, 32, 255, 23, 83, 34, 255, 22, 87, 35, 255, 23, 92, 38, 255, 22, 78, 32, 255, 21, 66, 28, 255, 20, 57, 25, 255, 19, 53, 23, 255, 18, 50, 21, 255, 17, 41, 18, 255, 16, 36, 16, 255, 16, 32, 15, 255, 17, 30, 16, 255, 17, 29, 16, 255, 10, 25, 12, 255, 2, 2, 1, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 4, 8, 4, 255, 10, 29, 13, 255, 13, 34, 14, 255, 14, 44, 18, 255, 15, 59, 23, 255, 16, 58, 23, 255, 17, 56, 23, 255, 18, 62, 26, 255, 19, 70, 29, 255, 20, 74, 31, 255, 19, 55, 23, 255, 18, 48, 21, 255, 17, 42, 18, 255, 17, 37, 16, 255, 16, 36, 16, 255, 16, 33, 15, 255, 16, 27, 13, 255, 8, 19, 9, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 3, 5, 3, 255, 7, 18, 8, 255, 14, 37, 16, 255, 15, 41, 18, 255, 16, 47, 20, 255, 17, 55, 23, 255, 17, 35, 16, 255, 17, 31, 15, 255, 17, 28, 14, 255, 6, 12, 6, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 2, 3, 2, 255, 4, 6, 3, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255), "format": "RGBA8", "height": 64, "mipmaps": false, "width": 64 } -[sub_resource type="ImageTexture" id=40] -image = SubResource( 82 ) -size = Vector2( 64, 64 ) +[sub_resource type="ImageTexture" id="40"] +image = SubResource("Image_tb660") -[sub_resource type="ConcavePolygonShape3D" id=41] -data = PackedVector3Array( -0.4331, -1.0999, -1.0398, -0.7024, -1.1999, -0.8999, -0.7024, -1.0999, -0.8999, -0.4331, -1.0999, -1.0398, -0.4331, -1.1999, -1.0398, -0.7024, -1.1999, -0.8999, -0.3024, -1.1999, -1.2999, -0.4024, -1.2999, -1.6346, -0.4024, -1.2999, -1.2999, -0.3024, -1.1999, -1.2999, -0.3024, -1.1999, -1.6346, -0.4024, -1.2999, -1.6346, -0.4331, -1.1999, -1.0398, -0.4024, -1.2999, -1.2999, -0.5024, -1.2999, -1.0999, -0.4331, -1.1999, -1.0398, -0.3024, -1.1999, -1.2999, -0.4024, -1.2999, -1.2999, -0.3024, -1.0999, -1.2999, -0.3024, -1.1999, -1.6346, -0.3024, -1.1999, -1.2999, -0.3024, -1.0999, -1.2999, -0.3024, -1.0999, -1.6346, -0.3024, -1.1999, -1.6346, -0.4331, -1.0999, -1.0398, -0.3024, -1.1999, -1.2999, -0.4331, -1.1999, -1.0398, -0.4331, -1.0999, -1.0398, -0.3024, -1.0999, -1.2999, -0.3024, -1.1999, -1.2999, -0.4331, -1.1999, -1.0398, -0.7024, -1.2999, -0.9999, -0.7024, -1.1999, -0.8999, -0.4331, -1.1999, -1.0398, -0.5024, -1.2999, -1.0999, -0.7024, -1.2999, -0.9999, -0.7024, -1.0999, -0.8999, -0.5024, -0.9999, -1.0999, -0.4331, -1.0999, -1.0398, -0.7024, -1.0999, -0.8999, -0.7024, -0.9999, -0.9999, -0.5024, -0.9999, -1.0999, -0.3024, -1.0999, -1.6346, -0.4024, -0.9999, -1.2999, -0.4024, -0.9999, -1.6346, -0.3024, -1.0999, -1.6346, -0.3024, -1.0999, -1.2999, -0.4024, -0.9999, -1.2999, -0.5024, -0.9999, -1.0999, -0.3024, -1.0999, -1.2999, -0.4331, -1.0999, -1.0398, -0.5024, -0.9999, -1.0999, -0.4024, -0.9999, -1.2999, -0.3024, -1.0999, -1.2999, -0.4024, -0.9999, -1.2999, -0.6024, -0.9999, -1.1999, -0.5024, -0.9999, -1.2999, -0.4024, -0.9999, -1.2999, -0.5024, -0.9999, -1.0999, -0.6024, -0.9999, -1.1999, -0.7024, -0.9999, -0.9999, -0.6024, -0.9999, -1.1999, -0.5024, -0.9999, -1.0999, -0.7024, -0.9999, -0.9999, -0.7024, -0.9999, -1.0999, -0.6024, -0.9999, -1.1999, -0.4024, -0.9999, -1.6346, -0.5024, -0.9999, -1.2999, -0.5024, -0.9999, -1.6346, -0.4024, -0.9999, -1.6346, -0.4024, -0.9999, -1.2999, -0.5024, -0.9999, -1.2999, -0.5024, -0.9999, -1.6346, -0.9992, -0.9999, -1.0999, -0.9992, -0.9999, -1.6348, -0.5024, -0.9999, -1.6346, -0.5024, -0.9999, -1.2999, -0.9992, -0.9999, -1.0999, -0.9992, -0.9999, -1.0999, -0.5024, -0.9999, -1.2999, -0.6024, -0.9999, -1.1999, -0.9992, -0.9999, -1.0999, -0.6024, -0.9999, -1.1999, -0.7024, -0.9999, -1.0999, -0.7024, -1.0999, -0.8999, -0.9992, -1.1999, -0.8999, -0.9992, -1.0999, -0.8999, -0.7024, -1.0999, -0.8999, -0.7024, -1.1999, -0.8999, -0.9992, -1.1999, -0.8999, -0.7024, -1.1999, -0.8999, -0.9992, -1.2999, -0.9999, -0.9992, -1.1999, -0.8999, -0.7024, -1.1999, -0.8999, -0.7024, -1.2999, -0.9999, -0.9992, -1.2999, -0.9999, -0.9992, -1.0999, -0.8999, -0.7024, -0.9999, -0.9999, -0.7024, -1.0999, -0.8999, -0.9992, -1.0999, -0.8999, -0.9992, -0.9999, -0.9999, -0.7024, -0.9999, -0.9999, -0.9992, -0.9999, -0.9999, -0.7024, -0.9999, -1.0999, -0.7024, -0.9999, -0.9999, -0.9992, -0.9999, -0.9999, -0.9992, -0.9999, -1.0999, -0.7024, -0.9999, -1.0999 ) +[sub_resource type="ConcavePolygonShape3D" id="41"] +data = PackedVector3Array(-0.4331, -1.0999, -1.0398, -0.7024, -1.1999, -0.8999, -0.7024, -1.0999, -0.8999, -0.4331, -1.0999, -1.0398, -0.4331, -1.1999, -1.0398, -0.7024, -1.1999, -0.8999, -0.3024, -1.1999, -1.2999, -0.4024, -1.2999, -1.6346, -0.4024, -1.2999, -1.2999, -0.3024, -1.1999, -1.2999, -0.3024, -1.1999, -1.6346, -0.4024, -1.2999, -1.6346, -0.4331, -1.1999, -1.0398, -0.4024, -1.2999, -1.2999, -0.5024, -1.2999, -1.0999, -0.4331, -1.1999, -1.0398, -0.3024, -1.1999, -1.2999, -0.4024, -1.2999, -1.2999, -0.3024, -1.0999, -1.2999, -0.3024, -1.1999, -1.6346, -0.3024, -1.1999, -1.2999, -0.3024, -1.0999, -1.2999, -0.3024, -1.0999, -1.6346, -0.3024, -1.1999, -1.6346, -0.4331, -1.0999, -1.0398, -0.3024, -1.1999, -1.2999, -0.4331, -1.1999, -1.0398, -0.4331, -1.0999, -1.0398, -0.3024, -1.0999, -1.2999, -0.3024, -1.1999, -1.2999, -0.4331, -1.1999, -1.0398, -0.7024, -1.2999, -0.9999, -0.7024, -1.1999, -0.8999, -0.4331, -1.1999, -1.0398, -0.5024, -1.2999, -1.0999, -0.7024, -1.2999, -0.9999, -0.7024, -1.0999, -0.8999, -0.5024, -0.9999, -1.0999, -0.4331, -1.0999, -1.0398, -0.7024, -1.0999, -0.8999, -0.7024, -0.9999, -0.9999, -0.5024, -0.9999, -1.0999, -0.3024, -1.0999, -1.6346, -0.4024, -0.9999, -1.2999, -0.4024, -0.9999, -1.6346, -0.3024, -1.0999, -1.6346, -0.3024, -1.0999, -1.2999, -0.4024, -0.9999, -1.2999, -0.5024, -0.9999, -1.0999, -0.3024, -1.0999, -1.2999, -0.4331, -1.0999, -1.0398, -0.5024, -0.9999, -1.0999, -0.4024, -0.9999, -1.2999, -0.3024, -1.0999, -1.2999, -0.4024, -0.9999, -1.2999, -0.6024, -0.9999, -1.1999, -0.5024, -0.9999, -1.2999, -0.4024, -0.9999, -1.2999, -0.5024, -0.9999, -1.0999, -0.6024, -0.9999, -1.1999, -0.7024, -0.9999, -0.9999, -0.6024, -0.9999, -1.1999, -0.5024, -0.9999, -1.0999, -0.7024, -0.9999, -0.9999, -0.7024, -0.9999, -1.0999, -0.6024, -0.9999, -1.1999, -0.4024, -0.9999, -1.6346, -0.5024, -0.9999, -1.2999, -0.5024, -0.9999, -1.6346, -0.4024, -0.9999, -1.6346, -0.4024, -0.9999, -1.2999, -0.5024, -0.9999, -1.2999, -0.5024, -0.9999, -1.6346, -0.9992, -0.9999, -1.0999, -0.9992, -0.9999, -1.6348, -0.5024, -0.9999, -1.6346, -0.5024, -0.9999, -1.2999, -0.9992, -0.9999, -1.0999, -0.9992, -0.9999, -1.0999, -0.5024, -0.9999, -1.2999, -0.6024, -0.9999, -1.1999, -0.9992, -0.9999, -1.0999, -0.6024, -0.9999, -1.1999, -0.7024, -0.9999, -1.0999, -0.7024, -1.0999, -0.8999, -0.9992, -1.1999, -0.8999, -0.9992, -1.0999, -0.8999, -0.7024, -1.0999, -0.8999, -0.7024, -1.1999, -0.8999, -0.9992, -1.1999, -0.8999, -0.7024, -1.1999, -0.8999, -0.9992, -1.2999, -0.9999, -0.9992, -1.1999, -0.8999, -0.7024, -1.1999, -0.8999, -0.7024, -1.2999, -0.9999, -0.9992, -1.2999, -0.9999, -0.9992, -1.0999, -0.8999, -0.7024, -0.9999, -0.9999, -0.7024, -1.0999, -0.8999, -0.9992, -1.0999, -0.8999, -0.9992, -0.9999, -0.9999, -0.7024, -0.9999, -0.9999, -0.9992, -0.9999, -0.9999, -0.7024, -0.9999, -1.0999, -0.7024, -0.9999, -0.9999, -0.9992, -0.9999, -0.9999, -0.9992, -0.9999, -1.0999, -0.7024, -0.9999, -1.0999) -[sub_resource type="ArrayMesh" id=42] -surfaces/0 = { -"aabb": AABB( -1, -1, 1, 2, 2, 0 ), -"array_data": PackedByteArray( 0, 188, 0, 188, 0, 60, 0, 60, 0, 0, 126, 0, 15, 54, 245, 51, 0, 60, 0, 188, 0, 60, 0, 60, 0, 0, 126, 0, 5, 57, 245, 51, 0, 60, 0, 60, 0, 60, 0, 60, 0, 0, 126, 0, 5, 57, 64, 15, 0, 188, 0, 60, 0, 60, 0, 60, 0, 0, 126, 0, 15, 54, 64, 15 ), -"array_index_data": PackedByteArray( 0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0 ), -"blend_shape_data": [ ], -"format": 98067, +[sub_resource type="ArrayMesh" id="42"] +_surfaces = [{ +"aabb": AABB(-1, -1, 1, 2, 2, 0), +"attribute_data": PackedByteArray(0, 224, 193, 62, 0, 160, 126, 62, 0, 160, 32, 63, 0, 160, 126, 62, 0, 160, 32, 63, 0, 0, 232, 57, 0, 224, 193, 62, 0, 0, 232, 57), +"format": 4115, "index_count": 6, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [ ], -"vertex_count": 4 -} - -[sub_resource type="Image" id=83] +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 4, +"vertex_data": PackedByteArray(0, 0, 128, 191, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 255, 127, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 255, 127, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 255, 127, 255, 127, 0, 0, 128, 191, 0, 0, 128, 63, 0, 0, 128, 63, 255, 127, 255, 127) +}] + +[sub_resource type="Image" id="Image_muo1n"] data = { -"data": PackedByteArray( 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 25, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 37, 30, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 27, 22, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 35, 28, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 32, 26, 24, 255, 34, 27, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 23, 19, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 28, 24, 20, 255, 31, 25, 23, 255, 33, 26, 25, 255, 36, 29, 27, 255, 35, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 26, 25, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 22, 255, 32, 26, 24, 255, 32, 26, 24, 255, 32, 26, 23, 255, 35, 29, 27, 255, 36, 30, 28, 255, 36, 30, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 35, 27, 24, 255, 30, 25, 21, 255, 28, 24, 20, 255, 29, 24, 21, 255, 30, 25, 22, 255, 29, 24, 21, 255, 31, 26, 23, 255, 33, 27, 25, 255, 32, 26, 23, 255, 37, 29, 26, 255, 28, 21, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 47, 35, 30, 255, 37, 29, 25, 255, 32, 26, 22, 255, 28, 24, 20, 255, 30, 25, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 22, 255, 29, 24, 21, 255, 32, 26, 22, 255, 32, 26, 23, 255, 33, 26, 23, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 52, 38, 32, 255, 51, 37, 32, 255, 41, 31, 27, 255, 34, 27, 23, 255, 34, 27, 23, 255, 32, 26, 22, 255, 28, 24, 20, 255, 29, 24, 21, 255, 29, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 29, 24, 21, 255, 32, 25, 22, 255, 21, 17, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 49, 37, 31, 255, 47, 36, 30, 255, 53, 38, 32, 255, 45, 34, 29, 255, 45, 34, 29, 255, 42, 32, 27, 255, 34, 27, 23, 255, 31, 25, 21, 255, 33, 26, 22, 255, 28, 24, 20, 255, 31, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 21, 255, 26, 22, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 50, 37, 31, 255, 45, 34, 28, 255, 45, 35, 29, 255, 52, 38, 32, 255, 52, 37, 32, 255, 53, 38, 33, 255, 46, 34, 29, 255, 39, 30, 25, 255, 43, 32, 27, 255, 37, 28, 26, 255, 39, 29, 27, 255, 35, 27, 25, 255, 28, 24, 20, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 16, 14, 12, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 50, 37, 31, 255, 47, 35, 30, 255, 45, 34, 28, 255, 49, 36, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 51, 37, 32, 255, 53, 38, 33, 255, 48, 35, 31, 255, 49, 36, 32, 255, 46, 33, 30, 255, 39, 29, 27, 255, 33, 26, 23, 255, 34, 27, 23, 255, 29, 24, 21, 255, 28, 24, 20, 255, 23, 20, 17, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 50, 37, 31, 255, 50, 37, 31, 255, 49, 36, 30, 255, 49, 36, 31, 255, 50, 37, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 31, 255, 44, 32, 30, 255, 45, 33, 28, 255, 36, 28, 24, 255, 31, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 44, 32, 29, 255, 50, 36, 31, 255, 50, 37, 31, 255, 50, 37, 31, 255, 47, 35, 30, 255, 50, 37, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 31, 255, 38, 29, 25, 255, 33, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 20, 17, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 34, 27, 24, 255, 41, 30, 29, 255, 47, 35, 30, 255, 50, 37, 31, 255, 47, 35, 29, 255, 49, 36, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 47, 35, 29, 255, 40, 30, 26, 255, 35, 27, 23, 255, 30, 25, 21, 255, 28, 24, 20, 255, 27, 23, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 28, 24, 20, 255, 31, 25, 22, 255, 39, 29, 27, 255, 45, 33, 30, 255, 43, 32, 27, 255, 44, 33, 28, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 42, 33, 30, 255, 43, 33, 28, 255, 44, 33, 28, 255, 37, 29, 25, 255, 32, 26, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 19, 15, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 30, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 35, 27, 25, 255, 35, 27, 24, 255, 35, 27, 23, 255, 43, 32, 28, 255, 51, 37, 32, 255, 46, 34, 29, 255, 53, 38, 33, 255, 51, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 44, 33, 30, 255, 37, 30, 29, 255, 47, 35, 31, 255, 51, 37, 32, 255, 41, 31, 27, 255, 34, 27, 23, 255, 29, 24, 21, 255, 30, 25, 21, 255, 28, 22, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 26, 23, 255, 31, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 22, 255, 28, 24, 20, 255, 33, 26, 22, 255, 38, 29, 25, 255, 35, 27, 23, 255, 42, 32, 27, 255, 41, 31, 27, 255, 45, 33, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 32, 255, 42, 32, 30, 255, 46, 34, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 45, 33, 29, 255, 36, 28, 24, 255, 29, 24, 21, 255, 30, 25, 21, 255, 32, 26, 23, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 34, 27, 25, 255, 32, 25, 22, 255, 29, 24, 21, 255, 29, 25, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 21, 255, 29, 24, 21, 255, 32, 26, 22, 255, 32, 26, 22, 255, 34, 27, 23, 255, 41, 31, 27, 255, 48, 35, 31, 255, 47, 34, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 51, 37, 32, 255, 47, 35, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 31, 255, 33, 26, 23, 255, 28, 24, 20, 255, 29, 24, 21, 255, 33, 26, 23, 255, 31, 23, 22, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 28, 26, 255, 33, 26, 23, 255, 32, 26, 24, 255, 31, 26, 22, 255, 29, 24, 21, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 28, 24, 20, 255, 32, 26, 22, 255, 35, 28, 24, 255, 36, 28, 25, 255, 44, 32, 29, 255, 51, 37, 32, 255, 47, 35, 31, 255, 46, 34, 29, 255, 47, 34, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 45, 32, 30, 255, 33, 26, 24, 255, 28, 24, 20, 255, 29, 24, 21, 255, 36, 27, 25, 255, 37, 30, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 28, 255, 36, 29, 27, 255, 35, 29, 26, 255, 32, 26, 23, 255, 30, 25, 22, 255, 31, 26, 22, 255, 29, 24, 21, 255, 30, 25, 22, 255, 29, 24, 21, 255, 28, 24, 20, 255, 30, 25, 21, 255, 28, 24, 20, 255, 33, 26, 23, 255, 40, 30, 28, 255, 39, 30, 27, 255, 35, 28, 25, 255, 36, 28, 24, 255, 45, 33, 28, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 44, 32, 30, 255, 37, 28, 26, 255, 29, 24, 21, 255, 31, 25, 22, 255, 30, 25, 22, 255, 37, 30, 28, 255, 24, 20, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 35, 28, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 30, 28, 255, 33, 27, 25, 255, 35, 29, 27, 255, 32, 26, 23, 255, 33, 27, 24, 255, 31, 26, 23, 255, 29, 25, 21, 255, 29, 24, 21, 255, 29, 24, 21, 255, 28, 24, 20, 255, 30, 25, 21, 255, 32, 26, 23, 255, 30, 25, 22, 255, 31, 25, 22, 255, 40, 30, 26, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 47, 34, 31, 255, 37, 28, 26, 255, 28, 24, 20, 255, 29, 24, 20, 255, 35, 28, 26, 255, 37, 30, 28, 255, 33, 27, 26, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 32, 25, 23, 255, 34, 27, 26, 255, 36, 29, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 27, 255, 35, 29, 27, 255, 32, 27, 24, 255, 31, 26, 23, 255, 33, 26, 23, 255, 30, 25, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 26, 23, 255, 40, 30, 27, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 47, 34, 30, 255, 30, 25, 22, 255, 28, 24, 20, 255, 29, 24, 21, 255, 34, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 28, 24, 20, 255, 30, 25, 22, 255, 33, 26, 25, 255, 35, 28, 27, 255, 34, 28, 26, 255, 36, 29, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 34, 28, 26, 255, 36, 29, 27, 255, 34, 27, 24, 255, 31, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 39, 29, 27, 255, 46, 33, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 41, 30, 28, 255, 35, 28, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 26, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 30, 24, 23, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 29, 24, 21, 255, 28, 24, 20, 255, 29, 24, 21, 255, 32, 26, 24, 255, 32, 26, 23, 255, 31, 26, 23, 255, 35, 28, 26, 255, 36, 30, 28, 255, 36, 29, 27, 255, 39, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 28, 25, 255, 32, 26, 23, 255, 30, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 35, 27, 25, 255, 43, 31, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 37, 32, 255, 47, 35, 30, 255, 31, 25, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 27, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 50, 37, 31, 255, 35, 28, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 24, 21, 255, 29, 24, 21, 255, 31, 25, 22, 255, 33, 27, 24, 255, 31, 26, 23, 255, 37, 28, 26, 255, 36, 28, 25, 255, 36, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 27, 255, 33, 26, 23, 255, 31, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 26, 23, 255, 49, 35, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 42, 32, 27, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 25, 21, 255, 36, 29, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 10, 8, 8, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 53, 38, 33, 255, 53, 38, 33, 255, 41, 31, 27, 255, 28, 24, 20, 255, 30, 25, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 22, 255, 29, 24, 21, 255, 31, 25, 22, 255, 32, 25, 22, 255, 32, 26, 23, 255, 35, 28, 26, 255, 36, 29, 28, 255, 36, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 34, 27, 25, 255, 32, 25, 22, 255, 29, 24, 21, 255, 28, 24, 20, 255, 36, 28, 24, 255, 48, 35, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 47, 35, 30, 255, 32, 26, 22, 255, 28, 24, 20, 255, 29, 24, 21, 255, 34, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 15, 12, 11, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 35, 30, 255, 37, 29, 24, 255, 33, 27, 23, 255, 28, 24, 20, 255, 29, 24, 21, 255, 29, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 29, 24, 21, 255, 31, 25, 22, 255, 33, 26, 24, 255, 32, 26, 24, 255, 35, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 28, 26, 255, 33, 26, 23, 255, 30, 25, 21, 255, 30, 25, 21, 255, 35, 28, 24, 255, 44, 33, 28, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 35, 28, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 26, 24, 255, 37, 30, 28, 255, 15, 12, 11, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 44, 33, 28, 255, 35, 28, 24, 255, 32, 26, 22, 255, 34, 27, 23, 255, 29, 24, 21, 255, 32, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 21, 255, 28, 24, 20, 255, 31, 25, 23, 255, 34, 27, 25, 255, 36, 29, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 28, 255, 34, 27, 24, 255, 29, 24, 21, 255, 28, 24, 20, 255, 33, 27, 23, 255, 43, 32, 28, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 47, 34, 30, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 22, 255, 14, 11, 11, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 35, 30, 255, 40, 30, 26, 255, 44, 33, 28, 255, 39, 29, 27, 255, 40, 30, 27, 255, 37, 28, 26, 255, 29, 24, 21, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 22, 255, 33, 26, 24, 255, 35, 28, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 31, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 34, 27, 23, 255, 52, 38, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 41, 31, 27, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 11, 10, 8, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 38, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 53, 38, 33, 255, 50, 36, 31, 255, 50, 36, 32, 255, 47, 34, 31, 255, 40, 29, 28, 255, 34, 27, 24, 255, 35, 27, 23, 255, 29, 24, 21, 255, 28, 24, 20, 255, 29, 24, 21, 255, 32, 25, 23, 255, 34, 27, 26, 255, 36, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 34, 28, 26, 255, 31, 25, 22, 255, 29, 24, 21, 255, 30, 25, 21, 255, 38, 29, 25, 255, 48, 35, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 47, 35, 30, 255, 32, 26, 22, 255, 28, 24, 20, 255, 11, 10, 8, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 50, 36, 32, 255, 45, 33, 30, 255, 46, 34, 29, 255, 37, 28, 24, 255, 32, 26, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 22, 255, 33, 26, 25, 255, 35, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 28, 26, 255, 31, 26, 23, 255, 29, 25, 21, 255, 30, 25, 21, 255, 35, 28, 24, 255, 52, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 38, 30, 25, 255, 11, 10, 8, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 26, 23, 255, 47, 33, 29, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 50, 37, 31, 255, 40, 31, 26, 255, 34, 27, 23, 255, 29, 24, 21, 255, 28, 24, 20, 255, 29, 24, 21, 255, 32, 26, 24, 255, 34, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 27, 255, 32, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 41, 31, 27, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 18, 13, 11, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 28, 24, 20, 255, 28, 24, 20, 255, 42, 30, 27, 255, 52, 35, 31, 255, 49, 35, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 45, 33, 28, 255, 36, 28, 24, 255, 31, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 25, 23, 255, 36, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 27, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 37, 29, 25, 255, 52, 37, 32, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 21, 15, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 36, 27, 24, 255, 37, 28, 25, 255, 41, 31, 27, 255, 53, 38, 33, 255, 52, 38, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 32, 255, 49, 36, 31, 255, 39, 30, 25, 255, 33, 26, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 33, 26, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 25, 255, 32, 27, 24, 255, 29, 24, 21, 255, 28, 24, 20, 255, 31, 25, 21, 255, 48, 34, 30, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 21, 15, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 28, 24, 20, 255, 35, 28, 24, 255, 47, 35, 30, 255, 40, 31, 26, 255, 53, 38, 33, 255, 48, 35, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 43, 32, 28, 255, 35, 27, 23, 255, 30, 25, 21, 255, 30, 25, 21, 255, 33, 26, 23, 255, 35, 29, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 27, 255, 30, 25, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 35, 27, 24, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 21, 14, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 30, 24, 23, 255, 33, 28, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 29, 24, 21, 255, 34, 27, 23, 255, 35, 28, 24, 255, 39, 30, 26, 255, 53, 38, 33, 255, 51, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 47, 35, 30, 255, 37, 29, 25, 255, 29, 24, 21, 255, 29, 24, 21, 255, 32, 26, 22, 255, 36, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 27, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 42, 31, 27, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 21, 14, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 36, 29, 27, 255, 31, 25, 22, 255, 32, 26, 23, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 26, 22, 255, 43, 32, 28, 255, 37, 28, 24, 255, 51, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 51, 37, 32, 255, 34, 27, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 33, 26, 23, 255, 40, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 27, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 36, 28, 24, 255, 50, 35, 31, 255, 52, 35, 31, 255, 21, 14, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 34, 27, 26, 255, 35, 29, 27, 255, 36, 29, 28, 255, 31, 26, 23, 255, 29, 24, 21, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 25, 22, 255, 45, 32, 28, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 45, 33, 30, 255, 35, 27, 25, 255, 28, 24, 20, 255, 29, 24, 21, 255, 35, 27, 24, 255, 36, 29, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 27, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 25, 21, 255, 45, 32, 28, 255, 21, 14, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 28, 25, 255, 36, 29, 28, 255, 31, 26, 23, 255, 33, 27, 24, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 39, 29, 26, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 45, 33, 30, 255, 38, 28, 26, 255, 30, 25, 21, 255, 30, 25, 21, 255, 29, 24, 21, 255, 36, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 27, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 15, 12, 10, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 27, 255, 37, 30, 28, 255, 32, 26, 24, 255, 30, 25, 22, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 33, 26, 23, 255, 48, 33, 29, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 35, 31, 255, 38, 28, 26, 255, 28, 24, 20, 255, 29, 24, 20, 255, 34, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 29, 27, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 11, 10, 8, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 28, 23, 22, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 28, 26, 255, 37, 30, 28, 255, 32, 27, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 42, 30, 27, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 35, 31, 255, 32, 26, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 33, 27, 25, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 27, 24, 255, 28, 24, 20, 255, 11, 10, 8, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 34, 28, 26, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 36, 28, 24, 255, 50, 34, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 33, 255, 43, 31, 29, 255, 37, 29, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 26, 23, 255, 36, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 34, 28, 26, 255, 12, 10, 8, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 32, 26, 25, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 30, 28, 255, 31, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 21, 255, 51, 36, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 35, 30, 255, 31, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 26, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 15, 12, 11, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 43, 32, 28, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 45, 33, 28, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 35, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 15, 12, 11, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 34, 28, 26, 255, 33, 27, 25, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 27, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 43, 32, 28, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 31, 255, 35, 27, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 33, 27, 25, 255, 37, 30, 28, 255, 37, 30, 28, 255, 15, 12, 11, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 21, 17, 15, 255, 31, 26, 23, 255, 36, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 36, 29, 24, 255, 52, 38, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 36, 29, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 26, 23, 255, 36, 29, 28, 255, 15, 12, 11, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 29, 24, 21, 255, 34, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 36, 29, 24, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 35, 30, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 14, 11, 10, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 24, 20, 17, 255, 32, 27, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 34, 28, 26, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 21, 255, 49, 36, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 43, 32, 28, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 11, 10, 8, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 30, 25, 22, 255, 35, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 29, 27, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 43, 32, 28, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 31, 255, 34, 27, 23, 255, 28, 24, 20, 255, 11, 10, 8, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 27, 22, 19, 255, 33, 27, 25, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 31, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 50, 37, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 40, 31, 26, 255, 11, 10, 8, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 16, 14, 255, 31, 26, 23, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 29, 27, 255, 28, 24, 20, 255, 28, 24, 20, 255, 38, 30, 25, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 19, 14, 12, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 35, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 34, 27, 23, 255, 49, 36, 31, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 21, 15, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 29, 24, 22, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 29, 27, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 46, 33, 29, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 21, 15, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 31, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 35, 27, 23, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 21, 14, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 27, 25, 255, 37, 30, 28, 255, 36, 30, 28, 255, 31, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 40, 30, 26, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 21, 14, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 34, 27, 23, 255, 48, 34, 30, 255, 52, 35, 31, 255, 21, 14, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 42, 31, 27, 255, 21, 14, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 27, 22, 21, 255, 36, 29, 28, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 14, 11, 10, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 36, 29, 28, 255, 31, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 11, 10, 8, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 25, 24, 255, 33, 27, 25, 255, 28, 24, 20, 255, 11, 10, 8, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 35, 29, 27, 255, 12, 10, 9, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 11, 11, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255 ), +"data": PackedByteArray(76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 25, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 37, 30, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 27, 22, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 35, 28, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 32, 26, 24, 255, 34, 27, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 23, 19, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 28, 24, 20, 255, 31, 25, 23, 255, 33, 26, 25, 255, 36, 29, 27, 255, 35, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 26, 25, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 22, 255, 32, 26, 24, 255, 32, 26, 24, 255, 32, 26, 23, 255, 35, 29, 27, 255, 36, 30, 28, 255, 36, 30, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 35, 27, 24, 255, 30, 25, 21, 255, 28, 24, 20, 255, 29, 24, 21, 255, 30, 25, 22, 255, 29, 24, 21, 255, 31, 26, 23, 255, 33, 27, 25, 255, 32, 26, 23, 255, 37, 29, 26, 255, 28, 21, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 47, 35, 30, 255, 37, 29, 25, 255, 32, 26, 22, 255, 28, 24, 20, 255, 30, 25, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 22, 255, 29, 24, 21, 255, 32, 26, 22, 255, 32, 26, 23, 255, 33, 26, 23, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 52, 38, 32, 255, 51, 37, 32, 255, 41, 31, 27, 255, 34, 27, 23, 255, 34, 27, 23, 255, 32, 26, 22, 255, 28, 24, 20, 255, 29, 24, 21, 255, 29, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 29, 24, 21, 255, 32, 25, 22, 255, 21, 17, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 49, 37, 31, 255, 47, 36, 30, 255, 53, 38, 32, 255, 45, 34, 29, 255, 45, 34, 29, 255, 42, 32, 27, 255, 34, 27, 23, 255, 31, 25, 21, 255, 33, 26, 22, 255, 28, 24, 20, 255, 31, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 21, 255, 26, 22, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 50, 37, 31, 255, 45, 34, 28, 255, 45, 35, 29, 255, 52, 38, 32, 255, 52, 37, 32, 255, 53, 38, 33, 255, 46, 34, 29, 255, 39, 30, 25, 255, 43, 32, 27, 255, 37, 28, 26, 255, 39, 29, 27, 255, 35, 27, 25, 255, 28, 24, 20, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 16, 14, 12, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 50, 37, 31, 255, 47, 35, 30, 255, 45, 34, 28, 255, 49, 36, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 51, 37, 32, 255, 53, 38, 33, 255, 48, 35, 31, 255, 49, 36, 32, 255, 46, 33, 30, 255, 39, 29, 27, 255, 33, 26, 23, 255, 34, 27, 23, 255, 29, 24, 21, 255, 28, 24, 20, 255, 23, 20, 17, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 50, 37, 31, 255, 50, 37, 31, 255, 49, 36, 30, 255, 49, 36, 31, 255, 50, 37, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 31, 255, 44, 32, 30, 255, 45, 33, 28, 255, 36, 28, 24, 255, 31, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 44, 32, 29, 255, 50, 36, 31, 255, 50, 37, 31, 255, 50, 37, 31, 255, 47, 35, 30, 255, 50, 37, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 31, 255, 38, 29, 25, 255, 33, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 20, 17, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 34, 27, 24, 255, 41, 30, 29, 255, 47, 35, 30, 255, 50, 37, 31, 255, 47, 35, 29, 255, 49, 36, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 47, 35, 29, 255, 40, 30, 26, 255, 35, 27, 23, 255, 30, 25, 21, 255, 28, 24, 20, 255, 27, 23, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 28, 24, 20, 255, 31, 25, 22, 255, 39, 29, 27, 255, 45, 33, 30, 255, 43, 32, 27, 255, 44, 33, 28, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 42, 33, 30, 255, 43, 33, 28, 255, 44, 33, 28, 255, 37, 29, 25, 255, 32, 26, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 19, 15, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 30, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 35, 27, 25, 255, 35, 27, 24, 255, 35, 27, 23, 255, 43, 32, 28, 255, 51, 37, 32, 255, 46, 34, 29, 255, 53, 38, 33, 255, 51, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 44, 33, 30, 255, 37, 30, 29, 255, 47, 35, 31, 255, 51, 37, 32, 255, 41, 31, 27, 255, 34, 27, 23, 255, 29, 24, 21, 255, 30, 25, 21, 255, 28, 22, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 26, 23, 255, 31, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 22, 255, 28, 24, 20, 255, 33, 26, 22, 255, 38, 29, 25, 255, 35, 27, 23, 255, 42, 32, 27, 255, 41, 31, 27, 255, 45, 33, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 32, 255, 42, 32, 30, 255, 46, 34, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 45, 33, 29, 255, 36, 28, 24, 255, 29, 24, 21, 255, 30, 25, 21, 255, 32, 26, 23, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 34, 27, 25, 255, 32, 25, 22, 255, 29, 24, 21, 255, 29, 25, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 21, 255, 29, 24, 21, 255, 32, 26, 22, 255, 32, 26, 22, 255, 34, 27, 23, 255, 41, 31, 27, 255, 48, 35, 31, 255, 47, 34, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 51, 37, 32, 255, 47, 35, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 31, 255, 33, 26, 23, 255, 28, 24, 20, 255, 29, 24, 21, 255, 33, 26, 23, 255, 31, 23, 22, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 28, 26, 255, 33, 26, 23, 255, 32, 26, 24, 255, 31, 26, 22, 255, 29, 24, 21, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 28, 24, 20, 255, 32, 26, 22, 255, 35, 28, 24, 255, 36, 28, 25, 255, 44, 32, 29, 255, 51, 37, 32, 255, 47, 35, 31, 255, 46, 34, 29, 255, 47, 34, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 45, 32, 30, 255, 33, 26, 24, 255, 28, 24, 20, 255, 29, 24, 21, 255, 36, 27, 25, 255, 37, 30, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 28, 255, 36, 29, 27, 255, 35, 29, 26, 255, 32, 26, 23, 255, 30, 25, 22, 255, 31, 26, 22, 255, 29, 24, 21, 255, 30, 25, 22, 255, 29, 24, 21, 255, 28, 24, 20, 255, 30, 25, 21, 255, 28, 24, 20, 255, 33, 26, 23, 255, 40, 30, 28, 255, 39, 30, 27, 255, 35, 28, 25, 255, 36, 28, 24, 255, 45, 33, 28, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 44, 32, 30, 255, 37, 28, 26, 255, 29, 24, 21, 255, 31, 25, 22, 255, 30, 25, 22, 255, 37, 30, 28, 255, 24, 20, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 35, 28, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 30, 28, 255, 33, 27, 25, 255, 35, 29, 27, 255, 32, 26, 23, 255, 33, 27, 24, 255, 31, 26, 23, 255, 29, 25, 21, 255, 29, 24, 21, 255, 29, 24, 21, 255, 28, 24, 20, 255, 30, 25, 21, 255, 32, 26, 23, 255, 30, 25, 22, 255, 31, 25, 22, 255, 40, 30, 26, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 47, 34, 31, 255, 37, 28, 26, 255, 28, 24, 20, 255, 29, 24, 20, 255, 35, 28, 26, 255, 37, 30, 28, 255, 33, 27, 26, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 32, 25, 23, 255, 34, 27, 26, 255, 36, 29, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 27, 255, 35, 29, 27, 255, 32, 27, 24, 255, 31, 26, 23, 255, 33, 26, 23, 255, 30, 25, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 26, 23, 255, 40, 30, 27, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 47, 34, 30, 255, 30, 25, 22, 255, 28, 24, 20, 255, 29, 24, 21, 255, 34, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 28, 24, 20, 255, 30, 25, 22, 255, 33, 26, 25, 255, 35, 28, 27, 255, 34, 28, 26, 255, 36, 29, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 34, 28, 26, 255, 36, 29, 27, 255, 34, 27, 24, 255, 31, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 39, 29, 27, 255, 46, 33, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 41, 30, 28, 255, 35, 28, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 26, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 30, 24, 23, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 29, 24, 21, 255, 28, 24, 20, 255, 29, 24, 21, 255, 32, 26, 24, 255, 32, 26, 23, 255, 31, 26, 23, 255, 35, 28, 26, 255, 36, 30, 28, 255, 36, 29, 27, 255, 39, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 28, 25, 255, 32, 26, 23, 255, 30, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 35, 27, 25, 255, 43, 31, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 37, 32, 255, 47, 35, 30, 255, 31, 25, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 27, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 50, 37, 31, 255, 35, 28, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 24, 21, 255, 29, 24, 21, 255, 31, 25, 22, 255, 33, 27, 24, 255, 31, 26, 23, 255, 37, 28, 26, 255, 36, 28, 25, 255, 36, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 27, 255, 33, 26, 23, 255, 31, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 26, 23, 255, 49, 35, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 42, 32, 27, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 25, 21, 255, 36, 29, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 10, 8, 8, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 53, 38, 33, 255, 53, 38, 33, 255, 41, 31, 27, 255, 28, 24, 20, 255, 30, 25, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 22, 255, 29, 24, 21, 255, 31, 25, 22, 255, 32, 25, 22, 255, 32, 26, 23, 255, 35, 28, 26, 255, 36, 29, 28, 255, 36, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 34, 27, 25, 255, 32, 25, 22, 255, 29, 24, 21, 255, 28, 24, 20, 255, 36, 28, 24, 255, 48, 35, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 47, 35, 30, 255, 32, 26, 22, 255, 28, 24, 20, 255, 29, 24, 21, 255, 34, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 15, 12, 11, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 35, 30, 255, 37, 29, 24, 255, 33, 27, 23, 255, 28, 24, 20, 255, 29, 24, 21, 255, 29, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 29, 24, 21, 255, 31, 25, 22, 255, 33, 26, 24, 255, 32, 26, 24, 255, 35, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 28, 26, 255, 33, 26, 23, 255, 30, 25, 21, 255, 30, 25, 21, 255, 35, 28, 24, 255, 44, 33, 28, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 35, 28, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 26, 24, 255, 37, 30, 28, 255, 15, 12, 11, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 44, 33, 28, 255, 35, 28, 24, 255, 32, 26, 22, 255, 34, 27, 23, 255, 29, 24, 21, 255, 32, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 21, 255, 28, 24, 20, 255, 31, 25, 23, 255, 34, 27, 25, 255, 36, 29, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 28, 255, 34, 27, 24, 255, 29, 24, 21, 255, 28, 24, 20, 255, 33, 27, 23, 255, 43, 32, 28, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 47, 34, 30, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 22, 255, 14, 11, 11, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 35, 30, 255, 40, 30, 26, 255, 44, 33, 28, 255, 39, 29, 27, 255, 40, 30, 27, 255, 37, 28, 26, 255, 29, 24, 21, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 22, 255, 33, 26, 24, 255, 35, 28, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 31, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 34, 27, 23, 255, 52, 38, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 41, 31, 27, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 11, 10, 8, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 38, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 53, 38, 33, 255, 50, 36, 31, 255, 50, 36, 32, 255, 47, 34, 31, 255, 40, 29, 28, 255, 34, 27, 24, 255, 35, 27, 23, 255, 29, 24, 21, 255, 28, 24, 20, 255, 29, 24, 21, 255, 32, 25, 23, 255, 34, 27, 26, 255, 36, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 34, 28, 26, 255, 31, 25, 22, 255, 29, 24, 21, 255, 30, 25, 21, 255, 38, 29, 25, 255, 48, 35, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 47, 35, 30, 255, 32, 26, 22, 255, 28, 24, 20, 255, 11, 10, 8, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 50, 36, 32, 255, 45, 33, 30, 255, 46, 34, 29, 255, 37, 28, 24, 255, 32, 26, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 22, 255, 33, 26, 25, 255, 35, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 28, 26, 255, 31, 26, 23, 255, 29, 25, 21, 255, 30, 25, 21, 255, 35, 28, 24, 255, 52, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 38, 30, 25, 255, 11, 10, 8, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 26, 23, 255, 47, 33, 29, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 50, 37, 31, 255, 40, 31, 26, 255, 34, 27, 23, 255, 29, 24, 21, 255, 28, 24, 20, 255, 29, 24, 21, 255, 32, 26, 24, 255, 34, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 27, 255, 32, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 41, 31, 27, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 18, 13, 11, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 28, 24, 20, 255, 28, 24, 20, 255, 42, 30, 27, 255, 52, 35, 31, 255, 49, 35, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 45, 33, 28, 255, 36, 28, 24, 255, 31, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 25, 23, 255, 36, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 27, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 37, 29, 25, 255, 52, 37, 32, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 21, 15, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 36, 27, 24, 255, 37, 28, 25, 255, 41, 31, 27, 255, 53, 38, 33, 255, 52, 38, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 32, 255, 49, 36, 31, 255, 39, 30, 25, 255, 33, 26, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 33, 26, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 25, 255, 32, 27, 24, 255, 29, 24, 21, 255, 28, 24, 20, 255, 31, 25, 21, 255, 48, 34, 30, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 21, 15, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 28, 24, 20, 255, 35, 28, 24, 255, 47, 35, 30, 255, 40, 31, 26, 255, 53, 38, 33, 255, 48, 35, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 43, 32, 28, 255, 35, 27, 23, 255, 30, 25, 21, 255, 30, 25, 21, 255, 33, 26, 23, 255, 35, 29, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 27, 255, 30, 25, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 35, 27, 24, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 21, 14, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 30, 24, 23, 255, 33, 28, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 29, 24, 21, 255, 34, 27, 23, 255, 35, 28, 24, 255, 39, 30, 26, 255, 53, 38, 33, 255, 51, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 47, 35, 30, 255, 37, 29, 25, 255, 29, 24, 21, 255, 29, 24, 21, 255, 32, 26, 22, 255, 36, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 27, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 42, 31, 27, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 21, 14, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 36, 29, 27, 255, 31, 25, 22, 255, 32, 26, 23, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 26, 22, 255, 43, 32, 28, 255, 37, 28, 24, 255, 51, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 51, 37, 32, 255, 34, 27, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 33, 26, 23, 255, 40, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 27, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 36, 28, 24, 255, 50, 35, 31, 255, 52, 35, 31, 255, 21, 14, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 34, 27, 26, 255, 35, 29, 27, 255, 36, 29, 28, 255, 31, 26, 23, 255, 29, 24, 21, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 25, 22, 255, 45, 32, 28, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 45, 33, 30, 255, 35, 27, 25, 255, 28, 24, 20, 255, 29, 24, 21, 255, 35, 27, 24, 255, 36, 29, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 27, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 25, 21, 255, 45, 32, 28, 255, 21, 14, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 28, 25, 255, 36, 29, 28, 255, 31, 26, 23, 255, 33, 27, 24, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 39, 29, 26, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 45, 33, 30, 255, 38, 28, 26, 255, 30, 25, 21, 255, 30, 25, 21, 255, 29, 24, 21, 255, 36, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 27, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 15, 12, 10, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 27, 255, 37, 30, 28, 255, 32, 26, 24, 255, 30, 25, 22, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 33, 26, 23, 255, 48, 33, 29, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 35, 31, 255, 38, 28, 26, 255, 28, 24, 20, 255, 29, 24, 20, 255, 34, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 29, 27, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 11, 10, 8, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 28, 23, 22, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 28, 26, 255, 37, 30, 28, 255, 32, 27, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 42, 30, 27, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 35, 31, 255, 32, 26, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 33, 27, 25, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 27, 24, 255, 28, 24, 20, 255, 11, 10, 8, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 34, 28, 26, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 36, 28, 24, 255, 50, 34, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 33, 255, 43, 31, 29, 255, 37, 29, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 26, 23, 255, 36, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 34, 28, 26, 255, 12, 10, 8, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 32, 26, 25, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 30, 28, 255, 31, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 21, 255, 51, 36, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 35, 30, 255, 31, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 26, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 15, 12, 11, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 43, 32, 28, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 45, 33, 28, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 35, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 15, 12, 11, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 34, 28, 26, 255, 33, 27, 25, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 27, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 43, 32, 28, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 31, 255, 35, 27, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 33, 27, 25, 255, 37, 30, 28, 255, 37, 30, 28, 255, 15, 12, 11, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 21, 17, 15, 255, 31, 26, 23, 255, 36, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 36, 29, 24, 255, 52, 38, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 36, 29, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 26, 23, 255, 36, 29, 28, 255, 15, 12, 11, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 29, 24, 21, 255, 34, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 36, 29, 24, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 35, 30, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 14, 11, 10, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 24, 20, 17, 255, 32, 27, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 34, 28, 26, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 21, 255, 49, 36, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 43, 32, 28, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 11, 10, 8, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 30, 25, 22, 255, 35, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 29, 27, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 43, 32, 28, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 31, 255, 34, 27, 23, 255, 28, 24, 20, 255, 11, 10, 8, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 27, 22, 19, 255, 33, 27, 25, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 31, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 50, 37, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 40, 31, 26, 255, 11, 10, 8, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 16, 14, 255, 31, 26, 23, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 29, 27, 255, 28, 24, 20, 255, 28, 24, 20, 255, 38, 30, 25, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 19, 14, 12, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 35, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 34, 27, 23, 255, 49, 36, 31, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 21, 15, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 29, 24, 22, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 29, 27, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 46, 33, 29, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 21, 15, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 31, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 35, 27, 23, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 21, 14, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 27, 25, 255, 37, 30, 28, 255, 36, 30, 28, 255, 31, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 40, 30, 26, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 21, 14, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 34, 27, 23, 255, 48, 34, 30, 255, 52, 35, 31, 255, 21, 14, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 42, 31, 27, 255, 21, 14, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 27, 22, 21, 255, 36, 29, 28, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 14, 11, 10, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 36, 29, 28, 255, 31, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 11, 10, 8, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 25, 24, 255, 33, 27, 25, 255, 28, 24, 20, 255, 11, 10, 8, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 35, 29, 27, 255, 12, 10, 9, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 11, 11, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255), "format": "RGBA8", "height": 64, "mipmaps": false, "width": 64 } -[sub_resource type="ImageTexture" id=44] -image = SubResource( 83 ) -size = Vector2( 64, 64 ) +[sub_resource type="ImageTexture" id="44"] +image = SubResource("Image_muo1n") -[sub_resource type="ConcavePolygonShape3D" id=45] -data = PackedVector3Array( -0.9999, -0.9999, 1, 1, 1, 1, 1, -0.9999, 1, -0.9999, -0.9999, 1, -0.9999, 1, 1, 1, 1, 1 ) +[sub_resource type="ConcavePolygonShape3D" id="45"] +data = PackedVector3Array(-0.9999, -0.9999, 1, 1, 1, 1, 1, -0.9999, 1, -0.9999, -0.9999, 1, -0.9999, 1, 1, 1, 1, 1) -[sub_resource type="ArrayMesh" id=46] -surfaces/0 = { -"aabb": AABB( -1, -1, 1, 2, 2, 0 ), -"array_data": PackedByteArray( 0, 188, 0, 188, 0, 60, 0, 60, 0, 0, 126, 0, 0, 58, 255, 56, 0, 60, 0, 188, 0, 60, 0, 60, 0, 0, 126, 0, 1, 60, 255, 56, 0, 60, 0, 60, 0, 60, 0, 60, 0, 0, 126, 0, 1, 60, 0, 54, 0, 188, 0, 60, 0, 60, 0, 60, 0, 0, 126, 0, 0, 58, 0, 54 ), -"array_index_data": PackedByteArray( 0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0 ), -"blend_shape_data": [ ], -"format": 98067, +[sub_resource type="ArrayMesh" id="46"] +_surfaces = [{ +"aabb": AABB(-1, -1, 1, 2, 2, 0), +"attribute_data": PackedByteArray(0, 0, 64, 63, 0, 224, 31, 63, 0, 32, 128, 63, 0, 224, 31, 63, 0, 32, 128, 63, 0, 0, 192, 62, 0, 0, 64, 63, 0, 0, 192, 62), +"format": 4115, "index_count": 6, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [ ], -"vertex_count": 4 -} - -[sub_resource type="Image" id=84] +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 4, +"vertex_data": PackedByteArray(0, 0, 128, 191, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 255, 127, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 255, 127, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 255, 127, 255, 127, 0, 0, 128, 191, 0, 0, 128, 63, 0, 0, 128, 63, 255, 127, 255, 127) +}] + +[sub_resource type="Image" id="Image_aopf2"] data = { -"data": PackedByteArray( 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 16, 16, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 21, 20, 255, 37, 30, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 21, 20, 255, 37, 30, 28, 255, 37, 30, 28, 255, 25, 20, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 24, 20, 18, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 34, 28, 26, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 17, 15, 255, 32, 26, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 21, 17, 16, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 17, 15, 255, 28, 24, 20, 255, 30, 25, 22, 255, 35, 29, 27, 255, 36, 29, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 30, 25, 23, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 17, 15, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 27, 24, 255, 30, 25, 21, 255, 35, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 25, 21, 255, 32, 26, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 27, 24, 255, 32, 27, 24, 255, 34, 28, 25, 255, 25, 20, 17, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 38, 27, 23, 255, 53, 38, 33, 255, 38, 30, 25, 255, 28, 24, 20, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 25, 21, 255, 28, 24, 20, 255, 31, 25, 22, 255, 28, 23, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 38, 26, 23, 255, 53, 38, 33, 255, 53, 38, 33, 255, 44, 33, 28, 255, 33, 26, 23, 255, 39, 30, 26, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 17, 15, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 25, 22, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 51, 37, 32, 255, 53, 38, 33, 255, 46, 34, 29, 255, 31, 25, 21, 255, 35, 28, 24, 255, 28, 24, 20, 255, 30, 25, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 25, 21, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 25, 22, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 37, 32, 255, 46, 34, 29, 255, 46, 34, 29, 255, 38, 29, 25, 255, 42, 32, 27, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 15, 12, 10, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 25, 22, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 53, 37, 32, 255, 48, 35, 30, 255, 33, 26, 23, 255, 39, 30, 26, 255, 28, 24, 20, 255, 28, 24, 20, 255, 22, 18, 16, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 25, 22, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 49, 36, 31, 255, 49, 36, 31, 255, 34, 27, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 25, 19, 17, 255, 50, 34, 30, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 40, 31, 26, 255, 28, 24, 20, 255, 28, 24, 20, 255, 19, 16, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 17, 15, 255, 30, 25, 21, 255, 44, 31, 28, 255, 52, 35, 31, 255, 52, 36, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 46, 34, 29, 255, 31, 26, 22, 255, 28, 24, 20, 255, 26, 22, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 17, 15, 255, 28, 24, 20, 255, 28, 24, 20, 255, 38, 29, 25, 255, 49, 34, 30, 255, 44, 33, 28, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 38, 29, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 16, 13, 11, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 18, 16, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 25, 22, 255, 29, 24, 20, 255, 37, 29, 25, 255, 52, 38, 32, 255, 47, 35, 30, 255, 53, 38, 33, 255, 52, 37, 32, 255, 53, 37, 32, 255, 52, 36, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 44, 33, 28, 255, 29, 24, 21, 255, 28, 24, 20, 255, 23, 19, 16, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 21, 20, 255, 33, 27, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 26, 22, 255, 36, 28, 24, 255, 36, 28, 24, 255, 45, 33, 29, 255, 41, 31, 27, 255, 53, 38, 33, 255, 52, 36, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 50, 36, 31, 255, 32, 26, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 21, 20, 255, 37, 30, 28, 255, 35, 29, 27, 255, 30, 25, 22, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 21, 255, 28, 24, 20, 255, 35, 28, 24, 255, 50, 37, 31, 255, 43, 32, 28, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 32, 255, 53, 38, 33, 255, 44, 33, 28, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 25, 19, 17, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 21, 20, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 24, 255, 35, 29, 27, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 33, 27, 23, 255, 34, 26, 23, 255, 48, 33, 30, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 37, 29, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 26, 22, 255, 35, 28, 26, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 21, 20, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 27, 24, 255, 33, 27, 24, 255, 31, 25, 22, 255, 30, 25, 22, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 42, 31, 27, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 44, 33, 28, 255, 29, 24, 21, 255, 28, 24, 20, 255, 30, 25, 22, 255, 36, 29, 28, 255, 22, 18, 17, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 23, 19, 17, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 27, 255, 37, 30, 28, 255, 34, 28, 26, 255, 36, 29, 28, 255, 31, 26, 23, 255, 28, 24, 20, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 36, 28, 24, 255, 50, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 50, 36, 31, 255, 29, 25, 21, 255, 28, 24, 20, 255, 33, 27, 25, 255, 37, 30, 28, 255, 31, 25, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 17, 15, 255, 30, 25, 22, 255, 36, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 25, 255, 34, 28, 26, 255, 31, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 21, 255, 44, 32, 28, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 35, 27, 23, 255, 28, 24, 20, 255, 29, 24, 21, 255, 34, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 17, 15, 255, 28, 24, 20, 255, 28, 24, 20, 255, 33, 27, 25, 255, 36, 29, 28, 255, 35, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 30, 28, 255, 37, 30, 28, 255, 33, 27, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 38, 29, 25, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 51, 35, 31, 255, 37, 29, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 27, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 28, 22, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 18, 15, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 26, 23, 255, 29, 24, 20, 255, 33, 27, 25, 255, 37, 30, 28, 255, 36, 29, 27, 255, 37, 30, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 27, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 33, 26, 22, 255, 49, 34, 30, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 38, 32, 255, 35, 28, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 26, 23, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 27, 23, 255, 37, 29, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 26, 23, 255, 32, 26, 24, 255, 33, 27, 24, 255, 35, 27, 24, 255, 34, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 38, 30, 25, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 38, 32, 255, 46, 34, 29, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 36, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 19, 25, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 38, 27, 23, 255, 53, 38, 33, 255, 43, 32, 28, 255, 28, 24, 20, 255, 30, 25, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 28, 24, 20, 255, 30, 25, 21, 255, 28, 24, 20, 255, 32, 27, 24, 255, 37, 30, 28, 255, 35, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 28, 26, 255, 30, 25, 21, 255, 28, 24, 20, 255, 29, 24, 21, 255, 45, 34, 29, 255, 53, 38, 33, 255, 52, 36, 32, 255, 52, 35, 31, 255, 53, 38, 32, 255, 53, 38, 33, 255, 46, 34, 29, 255, 31, 26, 22, 255, 28, 24, 20, 255, 29, 25, 21, 255, 34, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 30, 39, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 26, 23, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 31, 255, 37, 29, 25, 255, 44, 33, 28, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 22, 255, 30, 25, 22, 255, 32, 26, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 39, 30, 26, 255, 53, 38, 33, 255, 53, 37, 32, 255, 53, 38, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 36, 28, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 27, 24, 255, 37, 30, 28, 255, 30, 39, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 25, 22, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 50, 37, 31, 255, 35, 28, 24, 255, 38, 29, 25, 255, 30, 25, 21, 255, 32, 26, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 22, 255, 35, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 33, 27, 23, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 51, 37, 32, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 22, 255, 29, 39, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 25, 22, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 35, 30, 255, 51, 36, 31, 255, 41, 30, 26, 255, 46, 34, 29, 255, 31, 26, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 33, 27, 25, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 29, 27, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 48, 35, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 40, 31, 26, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 25, 36, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 25, 22, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 53, 37, 32, 255, 52, 38, 32, 255, 37, 29, 25, 255, 42, 32, 27, 255, 32, 26, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 26, 23, 255, 36, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 28, 26, 255, 30, 25, 21, 255, 28, 24, 20, 255, 30, 25, 21, 255, 45, 34, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 46, 34, 29, 255, 31, 26, 22, 255, 28, 24, 20, 255, 25, 36, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 36, 25, 22, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 51, 37, 32, 255, 53, 38, 33, 255, 38, 30, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 34, 28, 25, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 47, 35, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 37, 29, 25, 255, 25, 36, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 19, 15, 255, 44, 33, 28, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 45, 33, 29, 255, 30, 25, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 26, 23, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 29, 25, 21, 255, 28, 24, 20, 255, 37, 29, 25, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 35, 32, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 34, 41, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 26, 17, 255, 24, 28, 21, 255, 37, 30, 26, 255, 52, 35, 31, 255, 51, 35, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 51, 37, 32, 255, 36, 28, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 33, 27, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 37, 29, 25, 255, 52, 37, 32, 255, 53, 38, 33, 255, 52, 35, 32, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 40, 44, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 36, 19, 255, 23, 40, 24, 255, 24, 32, 22, 255, 30, 28, 23, 255, 44, 32, 28, 255, 39, 30, 26, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 42, 32, 27, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 25, 21, 255, 36, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 28, 26, 255, 29, 24, 21, 255, 28, 24, 20, 255, 30, 25, 21, 255, 46, 34, 29, 255, 52, 35, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 40, 44, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 46, 22, 255, 23, 47, 26, 255, 23, 42, 25, 255, 24, 35, 23, 255, 24, 26, 21, 255, 27, 25, 20, 255, 33, 26, 23, 255, 48, 35, 30, 255, 45, 33, 29, 255, 53, 38, 33, 255, 51, 37, 32, 255, 53, 38, 33, 255, 52, 36, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 36, 30, 255, 33, 27, 23, 255, 28, 24, 20, 255, 29, 24, 21, 255, 34, 28, 25, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 27, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 25, 22, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 39, 43, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 36, 16, 255, 22, 60, 29, 255, 22, 49, 26, 255, 22, 49, 26, 255, 23, 39, 24, 255, 24, 30, 22, 255, 26, 25, 20, 255, 28, 24, 20, 255, 34, 27, 23, 255, 32, 26, 22, 255, 42, 32, 27, 255, 37, 29, 25, 255, 52, 37, 32, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 35, 28, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 26, 23, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 28, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 42, 31, 27, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 39, 43, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 58, 28, 255, 22, 58, 28, 255, 22, 54, 27, 255, 23, 44, 25, 255, 24, 34, 23, 255, 25, 26, 20, 255, 27, 25, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 21, 255, 46, 34, 29, 255, 40, 30, 26, 255, 49, 34, 30, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 46, 34, 29, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 36, 28, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 27, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 36, 28, 24, 255, 50, 35, 31, 255, 52, 35, 31, 255, 39, 43, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 47, 23, 255, 22, 59, 28, 255, 22, 59, 28, 255, 23, 48, 26, 255, 23, 38, 24, 255, 24, 29, 21, 255, 26, 25, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 26, 22, 255, 29, 24, 21, 255, 43, 31, 27, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 42, 32, 27, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 21, 255, 36, 29, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 34, 28, 26, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 21, 255, 45, 32, 28, 255, 39, 43, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 59, 28, 255, 22, 59, 28, 255, 22, 53, 27, 255, 23, 42, 25, 255, 24, 32, 22, 255, 25, 29, 21, 255, 27, 27, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 38, 28, 25, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 48, 35, 30, 255, 33, 27, 23, 255, 28, 24, 20, 255, 29, 24, 21, 255, 35, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 30, 28, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 39, 27, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 54, 26, 255, 21, 65, 30, 255, 23, 48, 26, 255, 23, 43, 24, 255, 23, 36, 22, 255, 23, 39, 23, 255, 26, 31, 22, 255, 28, 24, 20, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 26, 22, 255, 46, 32, 29, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 37, 32, 255, 53, 38, 33, 255, 30, 25, 21, 255, 28, 24, 20, 255, 32, 27, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 27, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 25, 36, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 46, 21, 255, 22, 62, 29, 255, 22, 49, 26, 255, 22, 48, 25, 255, 23, 39, 23, 255, 23, 39, 23, 255, 24, 35, 22, 255, 34, 29, 26, 255, 33, 27, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 40, 30, 26, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 38, 29, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 33, 27, 25, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 27, 24, 255, 28, 24, 20, 255, 25, 36, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 21, 63, 28, 255, 22, 59, 27, 255, 22, 52, 25, 255, 23, 42, 24, 255, 23, 39, 23, 255, 33, 34, 24, 255, 37, 31, 27, 255, 35, 29, 27, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 34, 27, 23, 255, 48, 34, 30, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 42, 31, 27, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 26, 23, 255, 36, 29, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 28, 26, 255, 26, 36, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 50, 21, 255, 22, 55, 26, 255, 22, 55, 26, 255, 23, 46, 24, 255, 29, 41, 25, 255, 35, 35, 25, 255, 37, 32, 26, 255, 37, 30, 28, 255, 32, 26, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 47, 33, 29, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 38, 32, 255, 37, 29, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 22, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 30, 39, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 55, 26, 255, 22, 59, 27, 255, 24, 51, 26, 255, 29, 44, 26, 255, 34, 38, 25, 255, 37, 32, 25, 255, 37, 31, 27, 255, 34, 28, 26, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 36, 28, 24, 255, 53, 37, 32, 255, 52, 36, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 38, 32, 255, 48, 36, 31, 255, 30, 25, 21, 255, 28, 24, 20, 255, 29, 24, 21, 255, 35, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 30, 39, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 58, 24, 255, 22, 58, 27, 255, 23, 55, 27, 255, 27, 49, 27, 255, 32, 40, 26, 255, 36, 34, 25, 255, 37, 31, 26, 255, 36, 29, 28, 255, 31, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 41, 31, 27, 255, 53, 38, 33, 255, 52, 36, 32, 255, 52, 35, 31, 255, 53, 38, 32, 255, 53, 38, 33, 255, 51, 37, 32, 255, 36, 28, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 33, 27, 25, 255, 37, 30, 28, 255, 37, 30, 28, 255, 30, 39, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 37, 17, 255, 20, 61, 28, 255, 20, 62, 28, 255, 23, 55, 27, 255, 30, 43, 26, 255, 34, 36, 24, 255, 37, 32, 25, 255, 37, 30, 28, 255, 33, 27, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 35, 27, 23, 255, 50, 36, 31, 255, 53, 37, 32, 255, 53, 38, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 40, 31, 26, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 26, 23, 255, 36, 29, 27, 255, 30, 39, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 65, 28, 255, 17, 65, 28, 255, 24, 53, 27, 255, 28, 44, 24, 255, 33, 38, 24, 255, 37, 33, 24, 255, 37, 31, 27, 255, 32, 27, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 52, 38, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 51, 37, 32, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 28, 38, 27, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 12, 48, 20, 255, 19, 63, 28, 255, 22, 54, 24, 255, 27, 47, 24, 255, 31, 41, 24, 255, 35, 35, 24, 255, 32, 32, 24, 255, 28, 25, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 44, 33, 28, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 45, 33, 29, 255, 29, 25, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 25, 36, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 62, 25, 255, 21, 56, 24, 255, 25, 50, 24, 255, 29, 43, 24, 255, 29, 38, 23, 255, 23, 37, 22, 255, 26, 28, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 41, 31, 27, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 51, 37, 32, 255, 36, 28, 24, 255, 28, 24, 20, 255, 25, 36, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 51, 20, 255, 19, 58, 24, 255, 23, 53, 24, 255, 25, 45, 24, 255, 22, 38, 22, 255, 22, 38, 22, 255, 25, 32, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 45, 34, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 42, 32, 27, 255, 25, 36, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 9, 36, 14, 255, 18, 61, 24, 255, 20, 54, 24, 255, 20, 47, 23, 255, 22, 38, 22, 255, 22, 38, 22, 255, 25, 27, 21, 255, 28, 24, 20, 255, 34, 27, 23, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 35, 32, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 37, 42, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 54, 22, 255, 19, 55, 23, 255, 19, 51, 23, 255, 21, 42, 22, 255, 23, 35, 22, 255, 24, 27, 21, 255, 27, 25, 20, 255, 32, 26, 22, 255, 47, 35, 30, 255, 53, 38, 33, 255, 52, 35, 32, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 40, 44, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 12, 38, 16, 255, 17, 60, 24, 255, 19, 53, 23, 255, 20, 46, 22, 255, 23, 38, 23, 255, 24, 30, 22, 255, 26, 25, 20, 255, 28, 24, 20, 255, 42, 32, 27, 255, 52, 35, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 39, 43, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 53, 23, 255, 18, 57, 23, 255, 21, 52, 26, 255, 23, 43, 25, 255, 24, 34, 23, 255, 25, 26, 20, 255, 29, 26, 21, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 39, 43, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 49, 19, 255, 20, 64, 29, 255, 22, 57, 29, 255, 23, 47, 26, 255, 23, 37, 24, 255, 24, 29, 21, 255, 35, 30, 25, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 39, 43, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 21, 69, 32, 255, 22, 59, 29, 255, 22, 51, 27, 255, 23, 41, 25, 255, 24, 33, 22, 255, 28, 27, 22, 255, 45, 33, 29, 255, 52, 35, 31, 255, 39, 43, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 58, 27, 255, 22, 59, 29, 255, 22, 56, 28, 255, 23, 47, 26, 255, 23, 37, 23, 255, 24, 28, 21, 255, 38, 31, 26, 255, 39, 43, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 38, 19, 255, 21, 67, 32, 255, 22, 59, 28, 255, 22, 52, 27, 255, 23, 41, 24, 255, 24, 32, 22, 255, 27, 38, 25, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 59, 28, 255, 21, 65, 30, 255, 22, 56, 28, 255, 23, 45, 25, 255, 22, 42, 25, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 54, 24, 255, 22, 63, 29, 255, 22, 60, 29, 255, 22, 51, 27, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 21, 67, 31, 255, 21, 59, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 55, 26, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255 ), +"data": PackedByteArray(76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 16, 16, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 21, 20, 255, 37, 30, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 21, 20, 255, 37, 30, 28, 255, 37, 30, 28, 255, 25, 20, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 24, 20, 18, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 34, 28, 26, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 17, 15, 255, 32, 26, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 21, 17, 16, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 17, 15, 255, 28, 24, 20, 255, 30, 25, 22, 255, 35, 29, 27, 255, 36, 29, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 30, 25, 23, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 17, 15, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 27, 24, 255, 30, 25, 21, 255, 35, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 25, 21, 255, 32, 26, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 27, 24, 255, 32, 27, 24, 255, 34, 28, 25, 255, 25, 20, 17, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 38, 27, 23, 255, 53, 38, 33, 255, 38, 30, 25, 255, 28, 24, 20, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 25, 21, 255, 28, 24, 20, 255, 31, 25, 22, 255, 28, 23, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 38, 26, 23, 255, 53, 38, 33, 255, 53, 38, 33, 255, 44, 33, 28, 255, 33, 26, 23, 255, 39, 30, 26, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 17, 15, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 25, 22, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 51, 37, 32, 255, 53, 38, 33, 255, 46, 34, 29, 255, 31, 25, 21, 255, 35, 28, 24, 255, 28, 24, 20, 255, 30, 25, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 25, 21, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 25, 22, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 37, 32, 255, 46, 34, 29, 255, 46, 34, 29, 255, 38, 29, 25, 255, 42, 32, 27, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 15, 12, 10, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 25, 22, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 53, 37, 32, 255, 48, 35, 30, 255, 33, 26, 23, 255, 39, 30, 26, 255, 28, 24, 20, 255, 28, 24, 20, 255, 22, 18, 16, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 25, 22, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 49, 36, 31, 255, 49, 36, 31, 255, 34, 27, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 25, 19, 17, 255, 50, 34, 30, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 40, 31, 26, 255, 28, 24, 20, 255, 28, 24, 20, 255, 19, 16, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 17, 15, 255, 30, 25, 21, 255, 44, 31, 28, 255, 52, 35, 31, 255, 52, 36, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 46, 34, 29, 255, 31, 26, 22, 255, 28, 24, 20, 255, 26, 22, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 17, 15, 255, 28, 24, 20, 255, 28, 24, 20, 255, 38, 29, 25, 255, 49, 34, 30, 255, 44, 33, 28, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 38, 29, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 16, 13, 11, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 18, 16, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 25, 22, 255, 29, 24, 20, 255, 37, 29, 25, 255, 52, 38, 32, 255, 47, 35, 30, 255, 53, 38, 33, 255, 52, 37, 32, 255, 53, 37, 32, 255, 52, 36, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 44, 33, 28, 255, 29, 24, 21, 255, 28, 24, 20, 255, 23, 19, 16, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 21, 20, 255, 33, 27, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 26, 22, 255, 36, 28, 24, 255, 36, 28, 24, 255, 45, 33, 29, 255, 41, 31, 27, 255, 53, 38, 33, 255, 52, 36, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 50, 36, 31, 255, 32, 26, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 21, 20, 255, 37, 30, 28, 255, 35, 29, 27, 255, 30, 25, 22, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 21, 255, 28, 24, 20, 255, 35, 28, 24, 255, 50, 37, 31, 255, 43, 32, 28, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 32, 255, 53, 38, 33, 255, 44, 33, 28, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 25, 19, 17, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 21, 20, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 24, 255, 35, 29, 27, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 33, 27, 23, 255, 34, 26, 23, 255, 48, 33, 30, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 37, 29, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 26, 22, 255, 35, 28, 26, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 21, 20, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 27, 24, 255, 33, 27, 24, 255, 31, 25, 22, 255, 30, 25, 22, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 42, 31, 27, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 44, 33, 28, 255, 29, 24, 21, 255, 28, 24, 20, 255, 30, 25, 22, 255, 36, 29, 28, 255, 22, 18, 17, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 23, 19, 17, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 27, 255, 37, 30, 28, 255, 34, 28, 26, 255, 36, 29, 28, 255, 31, 26, 23, 255, 28, 24, 20, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 36, 28, 24, 255, 50, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 50, 36, 31, 255, 29, 25, 21, 255, 28, 24, 20, 255, 33, 27, 25, 255, 37, 30, 28, 255, 31, 25, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 17, 15, 255, 30, 25, 22, 255, 36, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 25, 255, 34, 28, 26, 255, 31, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 21, 255, 44, 32, 28, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 35, 27, 23, 255, 28, 24, 20, 255, 29, 24, 21, 255, 34, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 17, 15, 255, 28, 24, 20, 255, 28, 24, 20, 255, 33, 27, 25, 255, 36, 29, 28, 255, 35, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 30, 28, 255, 37, 30, 28, 255, 33, 27, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 38, 29, 25, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 51, 35, 31, 255, 37, 29, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 27, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 28, 22, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 18, 15, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 26, 23, 255, 29, 24, 20, 255, 33, 27, 25, 255, 37, 30, 28, 255, 36, 29, 27, 255, 37, 30, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 27, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 33, 26, 22, 255, 49, 34, 30, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 38, 32, 255, 35, 28, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 26, 23, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 27, 23, 255, 37, 29, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 26, 23, 255, 32, 26, 24, 255, 33, 27, 24, 255, 35, 27, 24, 255, 34, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 38, 30, 25, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 38, 32, 255, 46, 34, 29, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 36, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 19, 25, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 38, 27, 23, 255, 53, 38, 33, 255, 43, 32, 28, 255, 28, 24, 20, 255, 30, 25, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 28, 24, 20, 255, 30, 25, 21, 255, 28, 24, 20, 255, 32, 27, 24, 255, 37, 30, 28, 255, 35, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 28, 26, 255, 30, 25, 21, 255, 28, 24, 20, 255, 29, 24, 21, 255, 45, 34, 29, 255, 53, 38, 33, 255, 52, 36, 32, 255, 52, 35, 31, 255, 53, 38, 32, 255, 53, 38, 33, 255, 46, 34, 29, 255, 31, 26, 22, 255, 28, 24, 20, 255, 29, 25, 21, 255, 34, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 30, 39, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 26, 23, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 31, 255, 37, 29, 25, 255, 44, 33, 28, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 22, 255, 30, 25, 22, 255, 32, 26, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 39, 30, 26, 255, 53, 38, 33, 255, 53, 37, 32, 255, 53, 38, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 36, 28, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 27, 24, 255, 37, 30, 28, 255, 30, 39, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 25, 22, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 50, 37, 31, 255, 35, 28, 24, 255, 38, 29, 25, 255, 30, 25, 21, 255, 32, 26, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 22, 255, 35, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 33, 27, 23, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 51, 37, 32, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 22, 255, 29, 39, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 25, 22, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 35, 30, 255, 51, 36, 31, 255, 41, 30, 26, 255, 46, 34, 29, 255, 31, 26, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 33, 27, 25, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 29, 27, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 48, 35, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 40, 31, 26, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 25, 36, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 25, 22, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 53, 37, 32, 255, 52, 38, 32, 255, 37, 29, 25, 255, 42, 32, 27, 255, 32, 26, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 26, 23, 255, 36, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 28, 26, 255, 30, 25, 21, 255, 28, 24, 20, 255, 30, 25, 21, 255, 45, 34, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 46, 34, 29, 255, 31, 26, 22, 255, 28, 24, 20, 255, 25, 36, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 36, 25, 22, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 51, 37, 32, 255, 53, 38, 33, 255, 38, 30, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 34, 28, 25, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 47, 35, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 37, 29, 25, 255, 25, 36, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 19, 15, 255, 44, 33, 28, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 45, 33, 29, 255, 30, 25, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 26, 23, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 29, 25, 21, 255, 28, 24, 20, 255, 37, 29, 25, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 35, 32, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 34, 41, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 26, 17, 255, 24, 28, 21, 255, 37, 30, 26, 255, 52, 35, 31, 255, 51, 35, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 51, 37, 32, 255, 36, 28, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 33, 27, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 37, 29, 25, 255, 52, 37, 32, 255, 53, 38, 33, 255, 52, 35, 32, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 40, 44, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 36, 19, 255, 23, 40, 24, 255, 24, 32, 22, 255, 30, 28, 23, 255, 44, 32, 28, 255, 39, 30, 26, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 42, 32, 27, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 25, 21, 255, 36, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 28, 26, 255, 29, 24, 21, 255, 28, 24, 20, 255, 30, 25, 21, 255, 46, 34, 29, 255, 52, 35, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 40, 44, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 46, 22, 255, 23, 47, 26, 255, 23, 42, 25, 255, 24, 35, 23, 255, 24, 26, 21, 255, 27, 25, 20, 255, 33, 26, 23, 255, 48, 35, 30, 255, 45, 33, 29, 255, 53, 38, 33, 255, 51, 37, 32, 255, 53, 38, 33, 255, 52, 36, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 36, 30, 255, 33, 27, 23, 255, 28, 24, 20, 255, 29, 24, 21, 255, 34, 28, 25, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 27, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 25, 22, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 39, 43, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 36, 16, 255, 22, 60, 29, 255, 22, 49, 26, 255, 22, 49, 26, 255, 23, 39, 24, 255, 24, 30, 22, 255, 26, 25, 20, 255, 28, 24, 20, 255, 34, 27, 23, 255, 32, 26, 22, 255, 42, 32, 27, 255, 37, 29, 25, 255, 52, 37, 32, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 35, 28, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 26, 23, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 28, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 42, 31, 27, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 39, 43, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 58, 28, 255, 22, 58, 28, 255, 22, 54, 27, 255, 23, 44, 25, 255, 24, 34, 23, 255, 25, 26, 20, 255, 27, 25, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 21, 255, 46, 34, 29, 255, 40, 30, 26, 255, 49, 34, 30, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 46, 34, 29, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 36, 28, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 27, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 36, 28, 24, 255, 50, 35, 31, 255, 52, 35, 31, 255, 39, 43, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 47, 23, 255, 22, 59, 28, 255, 22, 59, 28, 255, 23, 48, 26, 255, 23, 38, 24, 255, 24, 29, 21, 255, 26, 25, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 26, 22, 255, 29, 24, 21, 255, 43, 31, 27, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 42, 32, 27, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 21, 255, 36, 29, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 34, 28, 26, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 21, 255, 45, 32, 28, 255, 39, 43, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 59, 28, 255, 22, 59, 28, 255, 22, 53, 27, 255, 23, 42, 25, 255, 24, 32, 22, 255, 25, 29, 21, 255, 27, 27, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 38, 28, 25, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 48, 35, 30, 255, 33, 27, 23, 255, 28, 24, 20, 255, 29, 24, 21, 255, 35, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 30, 28, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 39, 27, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 54, 26, 255, 21, 65, 30, 255, 23, 48, 26, 255, 23, 43, 24, 255, 23, 36, 22, 255, 23, 39, 23, 255, 26, 31, 22, 255, 28, 24, 20, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 26, 22, 255, 46, 32, 29, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 37, 32, 255, 53, 38, 33, 255, 30, 25, 21, 255, 28, 24, 20, 255, 32, 27, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 27, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 25, 36, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 46, 21, 255, 22, 62, 29, 255, 22, 49, 26, 255, 22, 48, 25, 255, 23, 39, 23, 255, 23, 39, 23, 255, 24, 35, 22, 255, 34, 29, 26, 255, 33, 27, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 40, 30, 26, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 38, 29, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 33, 27, 25, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 27, 24, 255, 28, 24, 20, 255, 25, 36, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 21, 63, 28, 255, 22, 59, 27, 255, 22, 52, 25, 255, 23, 42, 24, 255, 23, 39, 23, 255, 33, 34, 24, 255, 37, 31, 27, 255, 35, 29, 27, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 34, 27, 23, 255, 48, 34, 30, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 42, 31, 27, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 26, 23, 255, 36, 29, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 28, 26, 255, 26, 36, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 50, 21, 255, 22, 55, 26, 255, 22, 55, 26, 255, 23, 46, 24, 255, 29, 41, 25, 255, 35, 35, 25, 255, 37, 32, 26, 255, 37, 30, 28, 255, 32, 26, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 47, 33, 29, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 38, 32, 255, 37, 29, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 22, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 30, 39, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 55, 26, 255, 22, 59, 27, 255, 24, 51, 26, 255, 29, 44, 26, 255, 34, 38, 25, 255, 37, 32, 25, 255, 37, 31, 27, 255, 34, 28, 26, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 36, 28, 24, 255, 53, 37, 32, 255, 52, 36, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 38, 32, 255, 48, 36, 31, 255, 30, 25, 21, 255, 28, 24, 20, 255, 29, 24, 21, 255, 35, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 30, 39, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 58, 24, 255, 22, 58, 27, 255, 23, 55, 27, 255, 27, 49, 27, 255, 32, 40, 26, 255, 36, 34, 25, 255, 37, 31, 26, 255, 36, 29, 28, 255, 31, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 41, 31, 27, 255, 53, 38, 33, 255, 52, 36, 32, 255, 52, 35, 31, 255, 53, 38, 32, 255, 53, 38, 33, 255, 51, 37, 32, 255, 36, 28, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 33, 27, 25, 255, 37, 30, 28, 255, 37, 30, 28, 255, 30, 39, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 37, 17, 255, 20, 61, 28, 255, 20, 62, 28, 255, 23, 55, 27, 255, 30, 43, 26, 255, 34, 36, 24, 255, 37, 32, 25, 255, 37, 30, 28, 255, 33, 27, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 35, 27, 23, 255, 50, 36, 31, 255, 53, 37, 32, 255, 53, 38, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 40, 31, 26, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 26, 23, 255, 36, 29, 27, 255, 30, 39, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 65, 28, 255, 17, 65, 28, 255, 24, 53, 27, 255, 28, 44, 24, 255, 33, 38, 24, 255, 37, 33, 24, 255, 37, 31, 27, 255, 32, 27, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 52, 38, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 51, 37, 32, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 28, 38, 27, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 12, 48, 20, 255, 19, 63, 28, 255, 22, 54, 24, 255, 27, 47, 24, 255, 31, 41, 24, 255, 35, 35, 24, 255, 32, 32, 24, 255, 28, 25, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 44, 33, 28, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 45, 33, 29, 255, 29, 25, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 25, 36, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 62, 25, 255, 21, 56, 24, 255, 25, 50, 24, 255, 29, 43, 24, 255, 29, 38, 23, 255, 23, 37, 22, 255, 26, 28, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 41, 31, 27, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 51, 37, 32, 255, 36, 28, 24, 255, 28, 24, 20, 255, 25, 36, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 51, 20, 255, 19, 58, 24, 255, 23, 53, 24, 255, 25, 45, 24, 255, 22, 38, 22, 255, 22, 38, 22, 255, 25, 32, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 45, 34, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 42, 32, 27, 255, 25, 36, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 9, 36, 14, 255, 18, 61, 24, 255, 20, 54, 24, 255, 20, 47, 23, 255, 22, 38, 22, 255, 22, 38, 22, 255, 25, 27, 21, 255, 28, 24, 20, 255, 34, 27, 23, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 35, 32, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 37, 42, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 54, 22, 255, 19, 55, 23, 255, 19, 51, 23, 255, 21, 42, 22, 255, 23, 35, 22, 255, 24, 27, 21, 255, 27, 25, 20, 255, 32, 26, 22, 255, 47, 35, 30, 255, 53, 38, 33, 255, 52, 35, 32, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 40, 44, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 12, 38, 16, 255, 17, 60, 24, 255, 19, 53, 23, 255, 20, 46, 22, 255, 23, 38, 23, 255, 24, 30, 22, 255, 26, 25, 20, 255, 28, 24, 20, 255, 42, 32, 27, 255, 52, 35, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 39, 43, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 53, 23, 255, 18, 57, 23, 255, 21, 52, 26, 255, 23, 43, 25, 255, 24, 34, 23, 255, 25, 26, 20, 255, 29, 26, 21, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 39, 43, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 49, 19, 255, 20, 64, 29, 255, 22, 57, 29, 255, 23, 47, 26, 255, 23, 37, 24, 255, 24, 29, 21, 255, 35, 30, 25, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 39, 43, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 21, 69, 32, 255, 22, 59, 29, 255, 22, 51, 27, 255, 23, 41, 25, 255, 24, 33, 22, 255, 28, 27, 22, 255, 45, 33, 29, 255, 52, 35, 31, 255, 39, 43, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 58, 27, 255, 22, 59, 29, 255, 22, 56, 28, 255, 23, 47, 26, 255, 23, 37, 23, 255, 24, 28, 21, 255, 38, 31, 26, 255, 39, 43, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 38, 19, 255, 21, 67, 32, 255, 22, 59, 28, 255, 22, 52, 27, 255, 23, 41, 24, 255, 24, 32, 22, 255, 27, 38, 25, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 59, 28, 255, 21, 65, 30, 255, 22, 56, 28, 255, 23, 45, 25, 255, 22, 42, 25, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 54, 24, 255, 22, 63, 29, 255, 22, 60, 29, 255, 22, 51, 27, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 21, 67, 31, 255, 21, 59, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 55, 26, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255), "format": "RGBA8", "height": 64, "mipmaps": false, "width": 64 } -[sub_resource type="ImageTexture" id=48] -image = SubResource( 84 ) -size = Vector2( 64, 64 ) +[sub_resource type="ImageTexture" id="48"] +image = SubResource("Image_aopf2") -[sub_resource type="ConcavePolygonShape3D" id=49] -data = PackedVector3Array( -0.9999, -0.9999, 1, 1, 1, 1, 1, -0.9999, 1, -0.9999, -0.9999, 1, -0.9999, 1, 1, 1, 1, 1 ) +[sub_resource type="ConcavePolygonShape3D" id="49"] +data = PackedVector3Array(-0.9999, -0.9999, 1, 1, 1, 1, 1, -0.9999, 1, -0.9999, -0.9999, 1, -0.9999, 1, 1, 1, 1, 1) -[sub_resource type="ArrayMesh" id=50] -surfaces/0 = { -"aabb": AABB( -1, -1, -1, 2, 2, 2 ), -"array_data": PackedByteArray( 0, 188, 0, 60, 102, 56, 0, 60, 130, 0, 0, 0, 98, 58, 2, 54, 0, 188, 0, 60, 0, 188, 0, 60, 130, 0, 0, 0, 1, 60, 2, 54, 0, 188, 0, 188, 0, 188, 0, 60, 130, 0, 0, 0, 1, 60, 254, 56, 0, 188, 0, 188, 102, 56, 0, 60, 130, 0, 0, 0, 98, 58, 254, 56, 51, 187, 0, 188, 51, 59, 0, 60, 167, 0, 89, 0, 2, 58, 254, 56, 153, 185, 0, 188, 0, 60, 0, 60, 227, 0, 123, 0, 56, 58, 254, 56, 153, 185, 0, 60, 0, 60, 0, 60, 227, 0, 123, 0, 56, 58, 255, 53, 51, 187, 0, 60, 51, 59, 0, 60, 167, 0, 89, 0, 2, 58, 255, 53, 102, 184, 0, 60, 0, 60, 0, 60, 0, 0, 126, 0, 96, 58, 255, 53, 102, 184, 0, 188, 0, 60, 0, 60, 0, 0, 126, 0, 96, 58, 254, 56, 0, 188, 0, 188, 153, 57, 0, 60, 133, 0, 29, 0, 58, 58, 254, 56, 51, 187, 0, 188, 51, 59, 0, 60, 167, 0, 89, 0, 4, 58, 254, 56, 51, 187, 0, 60, 51, 59, 0, 60, 167, 0, 89, 0, 4, 58, 2, 54, 0, 188, 0, 60, 153, 57, 0, 60, 133, 0, 29, 0, 58, 58, 2, 54, 0, 60, 0, 60, 0, 60, 0, 60, 0, 0, 126, 0, 0, 60, 255, 53, 0, 60, 0, 188, 0, 60, 0, 60, 0, 0, 126, 0, 0, 60, 254, 56, 0, 188, 0, 188, 153, 57, 0, 60, 0, 127, 0, 0, 45, 59, 133, 50, 0, 188, 0, 188, 0, 60, 0, 60, 0, 127, 0, 0, 45, 59, 245, 45, 51, 187, 0, 188, 51, 59, 0, 60, 0, 127, 0, 0, 225, 58, 40, 48, 153, 185, 0, 188, 0, 60, 0, 60, 0, 127, 0, 0, 74, 58, 245, 45 ), -"array_index_data": PackedByteArray( 0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 5, 0, 6, 0, 8, 0, 9, 0, 5, 0, 10, 0, 12, 0, 11, 0, 10, 0, 13, 0, 12, 0, 14, 0, 9, 0, 8, 0, 14, 0, 15, 0, 9, 0, 13, 0, 3, 0, 0, 0, 13, 0, 10, 0, 3, 0, 16, 0, 18, 0, 17, 0, 17, 0, 18, 0, 19, 0 ), -"blend_shape_data": [ ], -"format": 98067, +[sub_resource type="ArrayMesh" id="50"] +_surfaces = [{ +"aabb": AABB(-1, -1, -1, 2, 2, 2), +"attribute_data": PackedByteArray(0, 64, 76, 63, 0, 64, 192, 62, 0, 32, 128, 63, 0, 64, 192, 62, 0, 32, 128, 63, 0, 192, 31, 63, 0, 64, 76, 63, 0, 192, 31, 63, 0, 64, 64, 63, 0, 192, 31, 63, 0, 0, 71, 63, 0, 192, 31, 63, 0, 0, 71, 63, 0, 224, 191, 62, 0, 64, 64, 63, 0, 224, 191, 62, 0, 0, 76, 63, 0, 224, 191, 62, 0, 0, 76, 63, 0, 192, 31, 63, 0, 64, 71, 63, 0, 192, 31, 63, 0, 128, 64, 63, 0, 192, 31, 63, 0, 128, 64, 63, 0, 64, 192, 62, 0, 64, 71, 63, 0, 64, 192, 62, 0, 0, 128, 63, 0, 224, 191, 62, 0, 0, 128, 63, 0, 192, 31, 63, 0, 160, 101, 63, 0, 160, 80, 62, 0, 160, 101, 63, 0, 160, 190, 61, 0, 32, 92, 63, 0, 0, 5, 62, 0, 64, 73, 63, 0, 160, 190, 61), +"format": 4115, "index_count": 42, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [ ], -"vertex_count": 20 -} - -[sub_resource type="Image" id=85] +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 5, 0, 6, 0, 8, 0, 9, 0, 5, 0, 10, 0, 12, 0, 11, 0, 10, 0, 13, 0, 12, 0, 14, 0, 9, 0, 8, 0, 14, 0, 15, 0, 9, 0, 13, 0, 3, 0, 0, 0, 13, 0, 10, 0, 3, 0, 16, 0, 18, 0, 17, 0, 17, 0, 18, 0, 19, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 20, +"vertex_data": PackedByteArray(0, 0, 128, 191, 0, 0, 128, 63, 0, 192, 12, 63, 0, 0, 255, 127, 0, 0, 128, 191, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 255, 127, 0, 0, 128, 191, 0, 0, 128, 191, 0, 0, 128, 191, 0, 0, 255, 127, 0, 0, 128, 191, 0, 0, 128, 191, 0, 192, 12, 63, 0, 0, 255, 127, 0, 96, 102, 191, 0, 0, 128, 191, 0, 96, 102, 63, 255, 63, 255, 127, 0, 32, 51, 191, 0, 0, 128, 191, 0, 0, 128, 63, 147, 103, 255, 127, 0, 32, 51, 191, 0, 0, 128, 63, 0, 0, 128, 63, 147, 103, 255, 127, 0, 96, 102, 191, 0, 0, 128, 63, 0, 96, 102, 63, 255, 63, 255, 127, 0, 192, 12, 191, 0, 0, 128, 63, 0, 0, 128, 63, 255, 127, 255, 127, 0, 192, 12, 191, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 255, 127, 0, 0, 128, 191, 0, 0, 128, 191, 0, 32, 51, 63, 107, 24, 255, 127, 0, 96, 102, 191, 0, 0, 128, 191, 0, 96, 102, 63, 255, 63, 255, 127, 0, 96, 102, 191, 0, 0, 128, 63, 0, 96, 102, 63, 255, 63, 255, 127, 0, 0, 128, 191, 0, 0, 128, 63, 0, 32, 51, 63, 107, 24, 255, 127, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 255, 127, 255, 127, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 255, 127, 0, 0, 128, 191, 0, 0, 128, 191, 0, 32, 51, 63, 255, 127, 255, 255, 0, 0, 128, 191, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 255, 255, 0, 96, 102, 191, 0, 0, 128, 191, 0, 96, 102, 63, 255, 127, 255, 255, 0, 32, 51, 191, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 255, 255) +}] + +[sub_resource type="Image" id="Image_517xd"] data = { -"data": PackedByteArray( 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 5, 3, 3, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 4, 4, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 4, 4, 255, 28, 21, 18, 255, 20, 15, 13, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 4, 4, 255, 27, 21, 18, 255, 31, 24, 21, 255, 29, 22, 19, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 4, 4, 255, 25, 20, 17, 255, 27, 22, 19, 255, 34, 27, 23, 255, 34, 27, 23, 255, 16, 13, 11, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 5, 4, 255, 23, 19, 16, 255, 28, 23, 19, 255, 29, 24, 20, 255, 32, 26, 22, 255, 31, 25, 22, 255, 20, 17, 15, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 5, 5, 255, 31, 23, 20, 255, 32, 25, 21, 255, 36, 28, 24, 255, 33, 26, 22, 255, 34, 27, 23, 255, 31, 25, 22, 255, 25, 21, 18, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 6, 5, 255, 40, 29, 25, 255, 41, 30, 26, 255, 44, 33, 28, 255, 43, 32, 27, 255, 41, 31, 27, 255, 36, 28, 24, 255, 33, 26, 23, 255, 30, 25, 21, 255, 18, 15, 13, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 5, 5, 255, 40, 29, 25, 255, 47, 34, 29, 255, 51, 37, 32, 255, 49, 36, 31, 255, 51, 37, 32, 255, 46, 34, 29, 255, 39, 30, 26, 255, 42, 32, 27, 255, 35, 27, 23, 255, 23, 20, 17, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 5, 4, 255, 39, 28, 24, 255, 47, 34, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 31, 255, 50, 36, 31, 255, 50, 36, 31, 255, 39, 30, 26, 255, 28, 24, 20, 255, 16, 14, 12, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 5, 4, 4, 255, 37, 27, 23, 255, 41, 30, 26, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 43, 33, 28, 255, 33, 26, 23, 255, 21, 18, 15, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 5, 4, 4, 255, 30, 23, 19, 255, 34, 26, 22, 255, 44, 32, 28, 255, 49, 36, 31, 255, 48, 36, 30, 255, 50, 37, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 35, 30, 255, 37, 29, 25, 255, 26, 22, 19, 255, 14, 12, 10, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 4, 4, 255, 22, 18, 15, 255, 28, 23, 20, 255, 35, 28, 24, 255, 39, 30, 26, 255, 41, 32, 27, 255, 43, 33, 28, 255, 46, 34, 29, 255, 52, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 37, 29, 25, 255, 29, 24, 21, 255, 19, 16, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 5, 5, 255, 25, 20, 17, 255, 27, 22, 19, 255, 30, 25, 21, 255, 33, 27, 23, 255, 31, 25, 22, 255, 35, 28, 24, 255, 38, 30, 25, 255, 39, 30, 26, 255, 47, 35, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 46, 34, 29, 255, 34, 27, 23, 255, 31, 25, 22, 255, 27, 22, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 6, 5, 255, 28, 21, 18, 255, 31, 24, 21, 255, 32, 26, 22, 255, 29, 25, 21, 255, 32, 26, 22, 255, 30, 25, 21, 255, 32, 26, 22, 255, 32, 26, 22, 255, 32, 26, 22, 255, 43, 32, 28, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 51, 37, 32, 255, 42, 32, 27, 255, 36, 28, 24, 255, 33, 26, 22, 255, 37, 28, 24, 255, 22, 17, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 6, 5, 255, 28, 21, 18, 255, 32, 25, 21, 255, 37, 28, 24, 255, 34, 27, 23, 255, 34, 27, 23, 255, 34, 28, 23, 255, 32, 26, 22, 255, 32, 26, 22, 255, 31, 26, 22, 255, 29, 24, 21, 255, 38, 30, 25, 255, 49, 36, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 37, 32, 255, 45, 33, 29, 255, 34, 27, 23, 255, 32, 26, 22, 255, 35, 28, 24, 255, 29, 22, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 6, 5, 255, 27, 21, 18, 255, 32, 25, 21, 255, 37, 28, 24, 255, 37, 29, 25, 255, 37, 30, 25, 255, 37, 30, 25, 255, 38, 30, 25, 255, 36, 29, 24, 255, 34, 28, 23, 255, 32, 26, 22, 255, 30, 25, 21, 255, 34, 27, 23, 255, 45, 33, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 44, 33, 28, 255, 32, 26, 22, 255, 30, 25, 21, 255, 35, 27, 23, 255, 35, 27, 23, 255, 19, 15, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 6, 5, 255, 26, 20, 17, 255, 28, 23, 19, 255, 35, 28, 24, 255, 36, 28, 24, 255, 36, 28, 24, 255, 39, 31, 26, 255, 39, 31, 26, 255, 39, 31, 26, 255, 38, 30, 25, 255, 35, 28, 24, 255, 33, 27, 22, 255, 31, 25, 21, 255, 30, 25, 21, 255, 43, 33, 28, 255, 52, 38, 32, 255, 53, 38, 33, 255, 51, 37, 32, 255, 42, 32, 27, 255, 33, 27, 23, 255, 31, 25, 22, 255, 37, 28, 24, 255, 37, 28, 24, 255, 24, 23, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 6, 5, 255, 24, 19, 17, 255, 27, 22, 19, 255, 30, 25, 21, 255, 33, 27, 23, 255, 31, 25, 21, 255, 34, 27, 23, 255, 38, 30, 25, 255, 37, 29, 25, 255, 38, 30, 25, 255, 39, 30, 25, 255, 36, 29, 24, 255, 34, 27, 23, 255, 32, 26, 22, 255, 33, 27, 23, 255, 44, 33, 28, 255, 51, 37, 32, 255, 53, 38, 33, 255, 49, 36, 30, 255, 40, 30, 26, 255, 33, 26, 23, 255, 35, 28, 24, 255, 37, 28, 24, 255, 34, 33, 25, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 6, 5, 255, 28, 21, 18, 255, 31, 24, 21, 255, 34, 27, 23, 255, 30, 25, 21, 255, 33, 26, 23, 255, 30, 25, 21, 255, 32, 26, 22, 255, 34, 27, 23, 255, 35, 28, 23, 255, 37, 29, 25, 255, 39, 31, 26, 255, 37, 30, 25, 255, 35, 28, 23, 255, 32, 26, 22, 255, 37, 29, 24, 255, 45, 34, 28, 255, 51, 37, 32, 255, 53, 38, 33, 255, 48, 35, 30, 255, 38, 29, 25, 255, 31, 25, 22, 255, 34, 27, 23, 255, 34, 33, 25, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 6, 5, 255, 38, 27, 24, 255, 38, 29, 25, 255, 41, 32, 27, 255, 40, 31, 26, 255, 38, 29, 25, 255, 35, 27, 23, 255, 32, 26, 22, 255, 29, 24, 21, 255, 31, 26, 22, 255, 34, 27, 23, 255, 36, 29, 24, 255, 38, 30, 25, 255, 38, 30, 25, 255, 34, 28, 23, 255, 30, 25, 21, 255, 36, 29, 24, 255, 47, 35, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 31, 255, 38, 29, 25, 255, 29, 24, 21, 255, 30, 31, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 6, 5, 255, 40, 29, 25, 255, 47, 34, 29, 255, 49, 36, 31, 255, 48, 35, 30, 255, 48, 35, 30, 255, 43, 32, 27, 255, 37, 29, 25, 255, 38, 30, 25, 255, 30, 25, 21, 255, 30, 25, 21, 255, 33, 27, 22, 255, 35, 28, 24, 255, 37, 30, 25, 255, 39, 31, 26, 255, 34, 27, 23, 255, 29, 24, 21, 255, 37, 29, 25, 255, 50, 36, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 32, 255, 42, 32, 27, 255, 29, 31, 23, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 6, 4, 255, 40, 29, 25, 255, 47, 34, 29, 255, 53, 38, 33, 255, 52, 38, 32, 255, 52, 38, 32, 255, 53, 38, 32, 255, 46, 34, 29, 255, 49, 36, 31, 255, 45, 34, 29, 255, 35, 27, 23, 255, 30, 25, 21, 255, 32, 26, 22, 255, 34, 28, 23, 255, 38, 30, 25, 255, 39, 31, 26, 255, 33, 27, 23, 255, 32, 26, 22, 255, 40, 30, 26, 255, 47, 34, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 42, 38, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 4, 6, 4, 255, 40, 29, 25, 255, 47, 34, 29, 255, 53, 38, 33, 255, 52, 38, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 53, 38, 33, 255, 50, 36, 31, 255, 39, 30, 26, 255, 29, 24, 20, 255, 31, 25, 22, 255, 35, 28, 24, 255, 39, 31, 26, 255, 37, 29, 24, 255, 32, 26, 22, 255, 33, 26, 23, 255, 37, 28, 24, 255, 47, 34, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 47, 41, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 101, 37, 255, 3, 7, 4, 255, 40, 29, 25, 255, 47, 34, 29, 255, 53, 38, 33, 255, 49, 38, 31, 255, 41, 37, 28, 255, 50, 37, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 43, 33, 28, 255, 33, 26, 23, 255, 31, 25, 21, 255, 36, 29, 24, 255, 39, 31, 26, 255, 35, 28, 24, 255, 29, 24, 21, 255, 32, 26, 22, 255, 39, 30, 26, 255, 52, 38, 32, 255, 53, 38, 33, 255, 47, 41, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 101, 39, 255, 18, 103, 39, 255, 2, 5, 2, 255, 40, 29, 25, 255, 47, 34, 29, 255, 53, 38, 33, 255, 49, 37, 31, 255, 32, 34, 25, 255, 34, 33, 25, 255, 45, 34, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 35, 30, 255, 34, 27, 23, 255, 29, 25, 21, 255, 34, 28, 23, 255, 38, 30, 25, 255, 34, 27, 23, 255, 30, 25, 21, 255, 31, 25, 22, 255, 43, 33, 28, 255, 53, 38, 33, 255, 47, 41, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 98, 37, 255, 17, 99, 37, 255, 27, 36, 22, 255, 45, 35, 29, 255, 53, 38, 33, 255, 49, 36, 31, 255, 33, 29, 23, 255, 28, 28, 21, 255, 30, 25, 21, 255, 41, 31, 27, 255, 51, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 45, 33, 28, 255, 33, 26, 23, 255, 29, 24, 21, 255, 34, 27, 23, 255, 37, 28, 24, 255, 35, 28, 24, 255, 32, 26, 22, 255, 29, 24, 21, 255, 40, 31, 26, 255, 45, 40, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 11, 40, 17, 255, 26, 45, 24, 255, 45, 43, 31, 255, 49, 38, 31, 255, 33, 30, 24, 255, 28, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 36, 29, 24, 255, 47, 35, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 50, 36, 31, 255, 39, 30, 26, 255, 34, 27, 23, 255, 32, 26, 22, 255, 37, 28, 24, 255, 37, 28, 24, 255, 37, 28, 24, 255, 33, 27, 23, 255, 30, 25, 21, 255, 33, 33, 25, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 11, 38, 16, 255, 23, 55, 26, 255, 36, 47, 29, 255, 32, 36, 25, 255, 27, 30, 22, 255, 28, 26, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 26, 22, 255, 43, 32, 28, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 31, 255, 42, 32, 27, 255, 33, 27, 23, 255, 33, 26, 23, 255, 37, 28, 24, 255, 37, 28, 24, 255, 37, 28, 24, 255, 35, 27, 23, 255, 29, 31, 23, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 9, 33, 14, 255, 17, 58, 25, 255, 25, 50, 27, 255, 25, 39, 24, 255, 27, 32, 22, 255, 28, 28, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 38, 30, 25, 255, 49, 36, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 37, 32, 255, 42, 32, 27, 255, 29, 24, 21, 255, 32, 26, 22, 255, 36, 28, 24, 255, 37, 28, 24, 255, 37, 28, 24, 255, 33, 33, 25, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 49, 22, 255, 22, 55, 27, 255, 24, 44, 25, 255, 26, 34, 23, 255, 27, 30, 22, 255, 28, 25, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 34, 27, 23, 255, 44, 35, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 50, 37, 31, 255, 39, 30, 26, 255, 31, 25, 22, 255, 32, 26, 22, 255, 37, 28, 24, 255, 37, 28, 24, 255, 34, 33, 25, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 38, 18, 255, 21, 59, 28, 255, 23, 48, 26, 255, 26, 38, 23, 255, 27, 32, 22, 255, 28, 27, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 30, 22, 255, 39, 37, 27, 255, 51, 38, 32, 255, 52, 38, 32, 255, 47, 35, 30, 255, 38, 29, 25, 255, 32, 26, 22, 255, 36, 28, 24, 255, 37, 28, 24, 255, 34, 33, 25, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 54, 25, 255, 22, 53, 27, 255, 25, 42, 24, 255, 26, 33, 22, 255, 27, 28, 21, 255, 28, 24, 20, 255, 28, 26, 21, 255, 26, 33, 22, 255, 34, 36, 25, 255, 49, 38, 31, 255, 52, 38, 32, 255, 46, 34, 29, 255, 35, 27, 23, 255, 32, 26, 22, 255, 36, 28, 24, 255, 34, 33, 25, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 43, 20, 255, 21, 57, 28, 255, 24, 46, 24, 255, 26, 35, 22, 255, 27, 30, 21, 255, 28, 26, 21, 255, 28, 27, 21, 255, 27, 32, 21, 255, 39, 37, 27, 255, 53, 38, 33, 255, 53, 38, 33, 255, 46, 34, 29, 255, 34, 27, 23, 255, 31, 25, 21, 255, 32, 32, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 57, 25, 255, 23, 49, 24, 255, 25, 39, 22, 255, 27, 32, 22, 255, 28, 28, 21, 255, 28, 25, 21, 255, 37, 33, 26, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 35, 30, 255, 37, 29, 25, 255, 27, 29, 22, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 46, 19, 255, 22, 54, 24, 255, 24, 44, 23, 255, 26, 34, 22, 255, 27, 30, 21, 255, 38, 30, 25, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 38, 36, 27, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 12, 36, 15, 255, 21, 58, 24, 255, 23, 48, 23, 255, 25, 38, 22, 255, 37, 34, 26, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 47, 41, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 50, 21, 255, 22, 52, 24, 255, 32, 43, 26, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 47, 41, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 40, 17, 255, 22, 58, 26, 255, 38, 50, 31, 255, 52, 39, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 47, 41, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 58, 26, 255, 32, 54, 30, 255, 46, 44, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 47, 41, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 47, 21, 255, 26, 58, 29, 255, 40, 48, 31, 255, 53, 38, 33, 255, 47, 41, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 12, 36, 16, 255, 21, 62, 29, 255, 35, 52, 30, 255, 44, 44, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 52, 24, 255, 27, 56, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 40, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255 ), +"data": PackedByteArray(76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 5, 3, 3, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 4, 4, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 4, 4, 255, 28, 21, 18, 255, 20, 15, 13, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 4, 4, 255, 27, 21, 18, 255, 31, 24, 21, 255, 29, 22, 19, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 4, 4, 255, 25, 20, 17, 255, 27, 22, 19, 255, 34, 27, 23, 255, 34, 27, 23, 255, 16, 13, 11, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 5, 4, 255, 23, 19, 16, 255, 28, 23, 19, 255, 29, 24, 20, 255, 32, 26, 22, 255, 31, 25, 22, 255, 20, 17, 15, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 5, 5, 255, 31, 23, 20, 255, 32, 25, 21, 255, 36, 28, 24, 255, 33, 26, 22, 255, 34, 27, 23, 255, 31, 25, 22, 255, 25, 21, 18, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 6, 5, 255, 40, 29, 25, 255, 41, 30, 26, 255, 44, 33, 28, 255, 43, 32, 27, 255, 41, 31, 27, 255, 36, 28, 24, 255, 33, 26, 23, 255, 30, 25, 21, 255, 18, 15, 13, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 5, 5, 255, 40, 29, 25, 255, 47, 34, 29, 255, 51, 37, 32, 255, 49, 36, 31, 255, 51, 37, 32, 255, 46, 34, 29, 255, 39, 30, 26, 255, 42, 32, 27, 255, 35, 27, 23, 255, 23, 20, 17, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 5, 4, 255, 39, 28, 24, 255, 47, 34, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 31, 255, 50, 36, 31, 255, 50, 36, 31, 255, 39, 30, 26, 255, 28, 24, 20, 255, 16, 14, 12, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 5, 4, 4, 255, 37, 27, 23, 255, 41, 30, 26, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 43, 33, 28, 255, 33, 26, 23, 255, 21, 18, 15, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 5, 4, 4, 255, 30, 23, 19, 255, 34, 26, 22, 255, 44, 32, 28, 255, 49, 36, 31, 255, 48, 36, 30, 255, 50, 37, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 35, 30, 255, 37, 29, 25, 255, 26, 22, 19, 255, 14, 12, 10, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 4, 4, 255, 22, 18, 15, 255, 28, 23, 20, 255, 35, 28, 24, 255, 39, 30, 26, 255, 41, 32, 27, 255, 43, 33, 28, 255, 46, 34, 29, 255, 52, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 37, 29, 25, 255, 29, 24, 21, 255, 19, 16, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 5, 5, 255, 25, 20, 17, 255, 27, 22, 19, 255, 30, 25, 21, 255, 33, 27, 23, 255, 31, 25, 22, 255, 35, 28, 24, 255, 38, 30, 25, 255, 39, 30, 26, 255, 47, 35, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 46, 34, 29, 255, 34, 27, 23, 255, 31, 25, 22, 255, 27, 22, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 6, 5, 255, 28, 21, 18, 255, 31, 24, 21, 255, 32, 26, 22, 255, 29, 25, 21, 255, 32, 26, 22, 255, 30, 25, 21, 255, 32, 26, 22, 255, 32, 26, 22, 255, 32, 26, 22, 255, 43, 32, 28, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 51, 37, 32, 255, 42, 32, 27, 255, 36, 28, 24, 255, 33, 26, 22, 255, 37, 28, 24, 255, 22, 17, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 6, 5, 255, 28, 21, 18, 255, 32, 25, 21, 255, 37, 28, 24, 255, 34, 27, 23, 255, 34, 27, 23, 255, 34, 28, 23, 255, 32, 26, 22, 255, 32, 26, 22, 255, 31, 26, 22, 255, 29, 24, 21, 255, 38, 30, 25, 255, 49, 36, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 37, 32, 255, 45, 33, 29, 255, 34, 27, 23, 255, 32, 26, 22, 255, 35, 28, 24, 255, 29, 22, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 6, 5, 255, 27, 21, 18, 255, 32, 25, 21, 255, 37, 28, 24, 255, 37, 29, 25, 255, 37, 30, 25, 255, 37, 30, 25, 255, 38, 30, 25, 255, 36, 29, 24, 255, 34, 28, 23, 255, 32, 26, 22, 255, 30, 25, 21, 255, 34, 27, 23, 255, 45, 33, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 44, 33, 28, 255, 32, 26, 22, 255, 30, 25, 21, 255, 35, 27, 23, 255, 35, 27, 23, 255, 19, 15, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 6, 5, 255, 26, 20, 17, 255, 28, 23, 19, 255, 35, 28, 24, 255, 36, 28, 24, 255, 36, 28, 24, 255, 39, 31, 26, 255, 39, 31, 26, 255, 39, 31, 26, 255, 38, 30, 25, 255, 35, 28, 24, 255, 33, 27, 22, 255, 31, 25, 21, 255, 30, 25, 21, 255, 43, 33, 28, 255, 52, 38, 32, 255, 53, 38, 33, 255, 51, 37, 32, 255, 42, 32, 27, 255, 33, 27, 23, 255, 31, 25, 22, 255, 37, 28, 24, 255, 37, 28, 24, 255, 24, 23, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 6, 5, 255, 24, 19, 17, 255, 27, 22, 19, 255, 30, 25, 21, 255, 33, 27, 23, 255, 31, 25, 21, 255, 34, 27, 23, 255, 38, 30, 25, 255, 37, 29, 25, 255, 38, 30, 25, 255, 39, 30, 25, 255, 36, 29, 24, 255, 34, 27, 23, 255, 32, 26, 22, 255, 33, 27, 23, 255, 44, 33, 28, 255, 51, 37, 32, 255, 53, 38, 33, 255, 49, 36, 30, 255, 40, 30, 26, 255, 33, 26, 23, 255, 35, 28, 24, 255, 37, 28, 24, 255, 34, 33, 25, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 6, 5, 255, 28, 21, 18, 255, 31, 24, 21, 255, 34, 27, 23, 255, 30, 25, 21, 255, 33, 26, 23, 255, 30, 25, 21, 255, 32, 26, 22, 255, 34, 27, 23, 255, 35, 28, 23, 255, 37, 29, 25, 255, 39, 31, 26, 255, 37, 30, 25, 255, 35, 28, 23, 255, 32, 26, 22, 255, 37, 29, 24, 255, 45, 34, 28, 255, 51, 37, 32, 255, 53, 38, 33, 255, 48, 35, 30, 255, 38, 29, 25, 255, 31, 25, 22, 255, 34, 27, 23, 255, 34, 33, 25, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 6, 5, 255, 38, 27, 24, 255, 38, 29, 25, 255, 41, 32, 27, 255, 40, 31, 26, 255, 38, 29, 25, 255, 35, 27, 23, 255, 32, 26, 22, 255, 29, 24, 21, 255, 31, 26, 22, 255, 34, 27, 23, 255, 36, 29, 24, 255, 38, 30, 25, 255, 38, 30, 25, 255, 34, 28, 23, 255, 30, 25, 21, 255, 36, 29, 24, 255, 47, 35, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 31, 255, 38, 29, 25, 255, 29, 24, 21, 255, 30, 31, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 6, 5, 255, 40, 29, 25, 255, 47, 34, 29, 255, 49, 36, 31, 255, 48, 35, 30, 255, 48, 35, 30, 255, 43, 32, 27, 255, 37, 29, 25, 255, 38, 30, 25, 255, 30, 25, 21, 255, 30, 25, 21, 255, 33, 27, 22, 255, 35, 28, 24, 255, 37, 30, 25, 255, 39, 31, 26, 255, 34, 27, 23, 255, 29, 24, 21, 255, 37, 29, 25, 255, 50, 36, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 32, 255, 42, 32, 27, 255, 29, 31, 23, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 6, 4, 255, 40, 29, 25, 255, 47, 34, 29, 255, 53, 38, 33, 255, 52, 38, 32, 255, 52, 38, 32, 255, 53, 38, 32, 255, 46, 34, 29, 255, 49, 36, 31, 255, 45, 34, 29, 255, 35, 27, 23, 255, 30, 25, 21, 255, 32, 26, 22, 255, 34, 28, 23, 255, 38, 30, 25, 255, 39, 31, 26, 255, 33, 27, 23, 255, 32, 26, 22, 255, 40, 30, 26, 255, 47, 34, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 42, 38, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 4, 6, 4, 255, 40, 29, 25, 255, 47, 34, 29, 255, 53, 38, 33, 255, 52, 38, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 53, 38, 33, 255, 50, 36, 31, 255, 39, 30, 26, 255, 29, 24, 20, 255, 31, 25, 22, 255, 35, 28, 24, 255, 39, 31, 26, 255, 37, 29, 24, 255, 32, 26, 22, 255, 33, 26, 23, 255, 37, 28, 24, 255, 47, 34, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 47, 41, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 101, 37, 255, 3, 7, 4, 255, 40, 29, 25, 255, 47, 34, 29, 255, 53, 38, 33, 255, 49, 38, 31, 255, 41, 37, 28, 255, 50, 37, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 43, 33, 28, 255, 33, 26, 23, 255, 31, 25, 21, 255, 36, 29, 24, 255, 39, 31, 26, 255, 35, 28, 24, 255, 29, 24, 21, 255, 32, 26, 22, 255, 39, 30, 26, 255, 52, 38, 32, 255, 53, 38, 33, 255, 47, 41, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 101, 39, 255, 18, 103, 39, 255, 2, 5, 2, 255, 40, 29, 25, 255, 47, 34, 29, 255, 53, 38, 33, 255, 49, 37, 31, 255, 32, 34, 25, 255, 34, 33, 25, 255, 45, 34, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 35, 30, 255, 34, 27, 23, 255, 29, 25, 21, 255, 34, 28, 23, 255, 38, 30, 25, 255, 34, 27, 23, 255, 30, 25, 21, 255, 31, 25, 22, 255, 43, 33, 28, 255, 53, 38, 33, 255, 47, 41, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 98, 37, 255, 17, 99, 37, 255, 27, 36, 22, 255, 45, 35, 29, 255, 53, 38, 33, 255, 49, 36, 31, 255, 33, 29, 23, 255, 28, 28, 21, 255, 30, 25, 21, 255, 41, 31, 27, 255, 51, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 45, 33, 28, 255, 33, 26, 23, 255, 29, 24, 21, 255, 34, 27, 23, 255, 37, 28, 24, 255, 35, 28, 24, 255, 32, 26, 22, 255, 29, 24, 21, 255, 40, 31, 26, 255, 45, 40, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 11, 40, 17, 255, 26, 45, 24, 255, 45, 43, 31, 255, 49, 38, 31, 255, 33, 30, 24, 255, 28, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 36, 29, 24, 255, 47, 35, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 50, 36, 31, 255, 39, 30, 26, 255, 34, 27, 23, 255, 32, 26, 22, 255, 37, 28, 24, 255, 37, 28, 24, 255, 37, 28, 24, 255, 33, 27, 23, 255, 30, 25, 21, 255, 33, 33, 25, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 11, 38, 16, 255, 23, 55, 26, 255, 36, 47, 29, 255, 32, 36, 25, 255, 27, 30, 22, 255, 28, 26, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 26, 22, 255, 43, 32, 28, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 31, 255, 42, 32, 27, 255, 33, 27, 23, 255, 33, 26, 23, 255, 37, 28, 24, 255, 37, 28, 24, 255, 37, 28, 24, 255, 35, 27, 23, 255, 29, 31, 23, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 9, 33, 14, 255, 17, 58, 25, 255, 25, 50, 27, 255, 25, 39, 24, 255, 27, 32, 22, 255, 28, 28, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 38, 30, 25, 255, 49, 36, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 37, 32, 255, 42, 32, 27, 255, 29, 24, 21, 255, 32, 26, 22, 255, 36, 28, 24, 255, 37, 28, 24, 255, 37, 28, 24, 255, 33, 33, 25, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 49, 22, 255, 22, 55, 27, 255, 24, 44, 25, 255, 26, 34, 23, 255, 27, 30, 22, 255, 28, 25, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 34, 27, 23, 255, 44, 35, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 50, 37, 31, 255, 39, 30, 26, 255, 31, 25, 22, 255, 32, 26, 22, 255, 37, 28, 24, 255, 37, 28, 24, 255, 34, 33, 25, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 38, 18, 255, 21, 59, 28, 255, 23, 48, 26, 255, 26, 38, 23, 255, 27, 32, 22, 255, 28, 27, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 30, 22, 255, 39, 37, 27, 255, 51, 38, 32, 255, 52, 38, 32, 255, 47, 35, 30, 255, 38, 29, 25, 255, 32, 26, 22, 255, 36, 28, 24, 255, 37, 28, 24, 255, 34, 33, 25, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 54, 25, 255, 22, 53, 27, 255, 25, 42, 24, 255, 26, 33, 22, 255, 27, 28, 21, 255, 28, 24, 20, 255, 28, 26, 21, 255, 26, 33, 22, 255, 34, 36, 25, 255, 49, 38, 31, 255, 52, 38, 32, 255, 46, 34, 29, 255, 35, 27, 23, 255, 32, 26, 22, 255, 36, 28, 24, 255, 34, 33, 25, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 43, 20, 255, 21, 57, 28, 255, 24, 46, 24, 255, 26, 35, 22, 255, 27, 30, 21, 255, 28, 26, 21, 255, 28, 27, 21, 255, 27, 32, 21, 255, 39, 37, 27, 255, 53, 38, 33, 255, 53, 38, 33, 255, 46, 34, 29, 255, 34, 27, 23, 255, 31, 25, 21, 255, 32, 32, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 57, 25, 255, 23, 49, 24, 255, 25, 39, 22, 255, 27, 32, 22, 255, 28, 28, 21, 255, 28, 25, 21, 255, 37, 33, 26, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 35, 30, 255, 37, 29, 25, 255, 27, 29, 22, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 46, 19, 255, 22, 54, 24, 255, 24, 44, 23, 255, 26, 34, 22, 255, 27, 30, 21, 255, 38, 30, 25, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 38, 36, 27, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 12, 36, 15, 255, 21, 58, 24, 255, 23, 48, 23, 255, 25, 38, 22, 255, 37, 34, 26, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 47, 41, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 50, 21, 255, 22, 52, 24, 255, 32, 43, 26, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 47, 41, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 40, 17, 255, 22, 58, 26, 255, 38, 50, 31, 255, 52, 39, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 47, 41, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 58, 26, 255, 32, 54, 30, 255, 46, 44, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 47, 41, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 47, 21, 255, 26, 58, 29, 255, 40, 48, 31, 255, 53, 38, 33, 255, 47, 41, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 12, 36, 16, 255, 21, 62, 29, 255, 35, 52, 30, 255, 44, 44, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 52, 24, 255, 27, 56, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 40, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255), "format": "RGBA8", "height": 64, "mipmaps": false, "width": 64 } -[sub_resource type="ImageTexture" id=52] -image = SubResource( 85 ) -size = Vector2( 64, 64 ) +[sub_resource type="ImageTexture" id="52"] +image = SubResource("Image_517xd") -[sub_resource type="ConcavePolygonShape3D" id=53] -data = PackedVector3Array( -0.9999, 1, 0.55, -0.9999, -0.9999, -0.9999, -0.9999, 1, -0.9999, -0.9999, 1, 0.55, -0.9999, -0.9999, 0.55, -0.9999, -0.9999, -0.9999, -0.8999, -0.9999, 0.9, -0.6999, 1, 1, -0.6999, -0.9999, 1, -0.8999, -0.9999, 0.9, -0.8999, 1, 0.9, -0.6999, 1, 1, -0.5499, 1, 1, -0.6999, -0.9999, 1, -0.6999, 1, 1, -0.5499, 1, 1, -0.5499, -0.9999, 1, -0.6999, -0.9999, 1, -0.9999, -0.9999, 0.7, -0.8999, 1, 0.9, -0.8999, -0.9999, 0.9, -0.9999, -0.9999, 0.7, -0.9999, 1, 0.7, -0.8999, 1, 0.9, 1, 1, 1, -0.5499, -0.9999, 1, -0.5499, 1, 1, 1, 1, 1, 1, -0.9999, 1, -0.5499, -0.9999, 1, -0.9999, 1, 0.7, -0.9999, -0.9999, 0.55, -0.9999, 1, 0.55, -0.9999, 1, 0.7, -0.9999, -0.9999, 0.7, -0.9999, -0.9999, 0.55, -0.9999, -0.9999, 0.7, -0.8999, -0.9999, 0.9, -0.9999, -0.9999, 1, -0.9999, -0.9999, 1, -0.8999, -0.9999, 0.9, -0.6999, -0.9999, 1 ) +[sub_resource type="ConcavePolygonShape3D" id="53"] +data = PackedVector3Array(-0.9999, 1, 0.55, -0.9999, -0.9999, -0.9999, -0.9999, 1, -0.9999, -0.9999, 1, 0.55, -0.9999, -0.9999, 0.55, -0.9999, -0.9999, -0.9999, -0.8999, -0.9999, 0.9, -0.6999, 1, 1, -0.6999, -0.9999, 1, -0.8999, -0.9999, 0.9, -0.8999, 1, 0.9, -0.6999, 1, 1, -0.5499, 1, 1, -0.6999, -0.9999, 1, -0.6999, 1, 1, -0.5499, 1, 1, -0.5499, -0.9999, 1, -0.6999, -0.9999, 1, -0.9999, -0.9999, 0.7, -0.8999, 1, 0.9, -0.8999, -0.9999, 0.9, -0.9999, -0.9999, 0.7, -0.9999, 1, 0.7, -0.8999, 1, 0.9, 1, 1, 1, -0.5499, -0.9999, 1, -0.5499, 1, 1, 1, 1, 1, 1, -0.9999, 1, -0.5499, -0.9999, 1, -0.9999, 1, 0.7, -0.9999, -0.9999, 0.55, -0.9999, 1, 0.55, -0.9999, 1, 0.7, -0.9999, -0.9999, 0.7, -0.9999, -0.9999, 0.55, -0.9999, -0.9999, 0.7, -0.8999, -0.9999, 0.9, -0.9999, -0.9999, 1, -0.9999, -0.9999, 1, -0.8999, -0.9999, 0.9, -0.6999, -0.9999, 1) -[sub_resource type="ArrayMesh" id=54] -surfaces/0 = { -"aabb": AABB( -1.1, -1.3, -1, 2.1, 0.3, 2.1 ), -"array_data": PackedByteArray( 153, 185, 102, 188, 102, 60, 0, 60, 230, 45, 115, 0, 114, 58, 214, 52, 153, 185, 204, 188, 102, 60, 0, 60, 230, 211, 115, 0, 110, 58, 8, 53, 253, 183, 204, 188, 102, 60, 0, 60, 0, 208, 117, 0, 185, 58, 20, 53, 253, 183, 102, 188, 102, 60, 0, 60, 0, 48, 117, 0, 187, 58, 220, 52, 193, 187, 102, 188, 174, 59, 0, 60, 172, 43, 83, 0, 24, 58, 174, 52, 193, 187, 204, 188, 174, 59, 0, 60, 172, 213, 83, 0, 16, 58, 237, 52, 0, 60, 204, 188, 102, 60, 0, 60, 0, 208, 117, 0, 252, 59, 18, 53, 253, 183, 51, 189, 0, 60, 0, 60, 0, 167, 89, 0, 182, 58, 88, 53, 0, 60, 51, 189, 0, 60, 0, 60, 0, 167, 89, 0, 252, 59, 78, 53, 102, 188, 204, 188, 153, 57, 0, 60, 141, 211, 26, 0, 146, 59, 7, 53, 102, 188, 204, 188, 252, 55, 0, 60, 139, 208, 0, 0, 81, 59, 13, 53, 0, 188, 51, 189, 252, 55, 0, 60, 167, 167, 0, 0, 82, 59, 105, 53, 0, 188, 51, 189, 153, 57, 0, 60, 168, 168, 23, 0, 153, 59, 100, 53, 193, 187, 204, 188, 174, 59, 0, 60, 172, 213, 83, 0, 244, 59, 8, 53, 51, 187, 51, 189, 51, 59, 0, 60, 191, 170, 66, 0, 235, 59, 104, 53, 102, 188, 102, 188, 0, 188, 0, 60, 139, 48, 0, 0, 9, 58, 153, 52, 102, 188, 204, 188, 0, 188, 0, 60, 139, 208, 0, 0, 8, 58, 238, 52, 102, 188, 102, 188, 252, 55, 0, 60, 139, 48, 0, 0, 81, 59, 194, 52, 0, 188, 51, 189, 0, 188, 0, 60, 167, 167, 0, 0, 7, 58, 68, 53, 0, 60, 102, 188, 102, 60, 0, 60, 0, 48, 117, 0, 252, 59, 215, 52, 102, 188, 102, 188, 153, 57, 0, 60, 141, 45, 26, 0, 146, 59, 201, 52, 153, 185, 51, 189, 0, 60, 0, 60, 232, 169, 88, 0, 96, 58, 83, 53, 193, 187, 102, 188, 174, 59, 0, 60, 172, 43, 83, 0, 243, 59, 191, 52, 51, 187, 51, 189, 51, 59, 0, 60, 191, 170, 66, 0, 26, 58, 67, 53, 253, 183, 0, 188, 0, 60, 0, 60, 0, 117, 48, 0, 189, 58, 155, 52, 153, 185, 0, 188, 0, 60, 0, 60, 242, 114, 53, 0, 114, 58, 146, 52, 51, 187, 0, 188, 51, 59, 0, 60, 215, 112, 41, 0, 23, 58, 98, 52, 0, 60, 0, 188, 0, 60, 0, 60, 0, 117, 48, 0, 252, 59, 156, 52, 0, 188, 0, 188, 153, 57, 0, 60, 203, 114, 14, 0, 154, 59, 114, 52, 0, 188, 0, 188, 252, 55, 0, 60, 208, 117, 0, 0, 84, 59, 101, 52, 51, 187, 0, 188, 51, 59, 0, 60, 215, 112, 41, 0, 231, 59, 95, 52, 0, 188, 0, 188, 0, 188, 0, 60, 208, 117, 0, 0, 11, 58, 67, 52, 102, 186, 0, 188, 102, 58, 0, 60, 0, 127, 0, 0, 209, 59, 3, 52, 51, 187, 0, 188, 153, 57, 0, 60, 0, 127, 0, 0, 162, 59, 47, 52, 51, 187, 0, 188, 252, 55, 0, 60, 0, 127, 0, 0, 87, 59, 22, 52, 51, 187, 0, 188, 0, 188, 0, 60, 0, 127, 0, 0, 12, 58, 218, 51, 153, 185, 0, 188, 51, 59, 0, 60, 0, 127, 0, 0, 113, 58, 93, 52, 102, 186, 0, 188, 102, 58, 0, 60, 0, 127, 0, 0, 70, 58, 35, 52, 0, 60, 0, 188, 51, 59, 0, 60, 0, 127, 0, 0, 252, 59, 98, 52, 253, 183, 0, 188, 51, 59, 0, 60, 0, 127, 0, 0, 192, 58, 101, 52, 51, 187, 0, 188, 252, 55, 0, 60, 0, 127, 0, 0, 22, 58, 193, 49, 0, 60, 0, 188, 0, 188, 0, 60, 0, 127, 0, 0, 252, 59, 45, 150, 51, 187, 0, 188, 0, 188, 0, 60, 0, 127, 0, 0, 11, 58, 45, 150, 51, 187, 0, 188, 153, 57, 0, 60, 0, 127, 0, 0, 25, 58, 241, 50 ), -"array_index_data": PackedByteArray( 0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 1, 0, 5, 0, 4, 0, 0, 0, 1, 0, 6, 0, 7, 0, 2, 0, 6, 0, 8, 0, 7, 0, 9, 0, 11, 0, 10, 0, 9, 0, 12, 0, 11, 0, 13, 0, 12, 0, 9, 0, 13, 0, 14, 0, 12, 0, 15, 0, 10, 0, 16, 0, 15, 0, 17, 0, 10, 0, 16, 0, 11, 0, 18, 0, 16, 0, 10, 0, 11, 0, 19, 0, 2, 0, 3, 0, 19, 0, 6, 0, 2, 0, 20, 0, 10, 0, 17, 0, 20, 0, 9, 0, 10, 0, 1, 0, 7, 0, 21, 0, 1, 0, 2, 0, 7, 0, 22, 0, 9, 0, 20, 0, 22, 0, 13, 0, 9, 0, 5, 0, 21, 0, 23, 0, 5, 0, 1, 0, 21, 0, 3, 0, 25, 0, 24, 0, 3, 0, 0, 0, 25, 0, 26, 0, 0, 0, 4, 0, 26, 0, 25, 0, 0, 0, 3, 0, 27, 0, 19, 0, 3, 0, 24, 0, 27, 0, 17, 0, 28, 0, 20, 0, 17, 0, 29, 0, 28, 0, 20, 0, 30, 0, 22, 0, 20, 0, 28, 0, 30, 0, 17, 0, 31, 0, 29, 0, 17, 0, 15, 0, 31, 0, 28, 0, 32, 0, 30, 0, 28, 0, 33, 0, 32, 0, 29, 0, 35, 0, 34, 0, 29, 0, 31, 0, 35, 0, 25, 0, 37, 0, 36, 0, 25, 0, 26, 0, 37, 0, 29, 0, 33, 0, 28, 0, 29, 0, 34, 0, 33, 0, 24, 0, 38, 0, 27, 0, 24, 0, 39, 0, 38, 0, 24, 0, 36, 0, 39, 0, 24, 0, 25, 0, 36, 0, 40, 0, 42, 0, 41, 0, 40, 0, 41, 0, 38, 0, 40, 0, 38, 0, 43, 0, 43, 0, 38, 0, 37, 0, 37, 0, 38, 0, 36, 0, 36, 0, 38, 0, 39, 0 ), -"blend_shape_data": [ ], -"format": 98067, +[sub_resource type="ArrayMesh" id="54"] +_surfaces = [{ +"aabb": AABB(-1.1, -1.3, -1, 2.1, 0.3, 2.1), +"attribute_data": PackedByteArray(0, 64, 78, 63, 0, 192, 154, 62, 0, 192, 77, 63, 0, 0, 161, 62, 0, 32, 87, 63, 0, 128, 162, 62, 0, 96, 87, 63, 0, 128, 155, 62, 0, 0, 67, 63, 0, 192, 149, 62, 0, 0, 66, 63, 0, 160, 157, 62, 0, 128, 127, 63, 0, 64, 162, 62, 0, 192, 86, 63, 0, 0, 171, 62, 0, 128, 127, 63, 0, 192, 169, 62, 0, 64, 114, 63, 0, 224, 160, 62, 0, 32, 106, 63, 0, 160, 161, 62, 0, 64, 106, 63, 0, 32, 173, 62, 0, 32, 115, 63, 0, 128, 172, 62, 0, 128, 126, 63, 0, 0, 161, 62, 0, 96, 125, 63, 0, 0, 173, 62, 0, 32, 65, 63, 0, 32, 147, 62, 0, 0, 65, 63, 0, 192, 157, 62, 0, 32, 106, 63, 0, 64, 152, 62, 0, 224, 64, 63, 0, 128, 168, 62, 0, 128, 127, 63, 0, 224, 154, 62, 0, 64, 114, 63, 0, 32, 153, 62, 0, 0, 76, 63, 0, 96, 170, 62, 0, 96, 126, 63, 0, 224, 151, 62, 0, 64, 67, 63, 0, 96, 168, 62, 0, 160, 87, 63, 0, 96, 147, 62, 0, 64, 78, 63, 0, 64, 146, 62, 0, 224, 66, 63, 0, 64, 140, 62, 0, 128, 127, 63, 0, 128, 147, 62, 0, 64, 115, 63, 0, 64, 142, 62, 0, 128, 106, 63, 0, 160, 140, 62, 0, 224, 124, 63, 0, 224, 139, 62, 0, 96, 65, 63, 0, 96, 136, 62, 0, 32, 122, 63, 0, 96, 128, 62, 0, 64, 116, 63, 0, 224, 133, 62, 0, 224, 106, 63, 0, 192, 130, 62, 0, 128, 65, 63, 0, 64, 123, 62, 0, 32, 78, 63, 0, 160, 139, 62, 0, 192, 72, 63, 0, 96, 132, 62, 0, 128, 127, 63, 0, 64, 140, 62, 0, 0, 88, 63, 0, 160, 140, 62, 0, 192, 66, 63, 0, 32, 56, 62, 0, 128, 127, 63, 0, 160, 197, 186, 0, 96, 65, 63, 0, 160, 197, 186, 0, 32, 67, 63, 0, 32, 94, 62), +"format": 4115, "index_count": 162, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [ ], -"vertex_count": 44 -} - -[sub_resource type="Image" id=86] +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 1, 0, 5, 0, 4, 0, 0, 0, 1, 0, 6, 0, 7, 0, 2, 0, 6, 0, 8, 0, 7, 0, 9, 0, 11, 0, 10, 0, 9, 0, 12, 0, 11, 0, 13, 0, 12, 0, 9, 0, 13, 0, 14, 0, 12, 0, 15, 0, 10, 0, 16, 0, 15, 0, 17, 0, 10, 0, 16, 0, 11, 0, 18, 0, 16, 0, 10, 0, 11, 0, 19, 0, 2, 0, 3, 0, 19, 0, 6, 0, 2, 0, 20, 0, 10, 0, 17, 0, 20, 0, 9, 0, 10, 0, 1, 0, 7, 0, 21, 0, 1, 0, 2, 0, 7, 0, 22, 0, 9, 0, 20, 0, 22, 0, 13, 0, 9, 0, 5, 0, 21, 0, 23, 0, 5, 0, 1, 0, 21, 0, 3, 0, 25, 0, 24, 0, 3, 0, 0, 0, 25, 0, 26, 0, 0, 0, 4, 0, 26, 0, 25, 0, 0, 0, 3, 0, 27, 0, 19, 0, 3, 0, 24, 0, 27, 0, 17, 0, 28, 0, 20, 0, 17, 0, 29, 0, 28, 0, 20, 0, 30, 0, 22, 0, 20, 0, 28, 0, 30, 0, 17, 0, 31, 0, 29, 0, 17, 0, 15, 0, 31, 0, 28, 0, 32, 0, 30, 0, 28, 0, 33, 0, 32, 0, 29, 0, 35, 0, 34, 0, 29, 0, 31, 0, 35, 0, 25, 0, 37, 0, 36, 0, 25, 0, 26, 0, 37, 0, 29, 0, 33, 0, 28, 0, 29, 0, 34, 0, 33, 0, 24, 0, 38, 0, 27, 0, 24, 0, 39, 0, 38, 0, 24, 0, 36, 0, 39, 0, 24, 0, 25, 0, 36, 0, 40, 0, 42, 0, 41, 0, 40, 0, 41, 0, 38, 0, 40, 0, 38, 0, 43, 0, 43, 0, 38, 0, 37, 0, 37, 0, 38, 0, 36, 0, 36, 0, 38, 0, 39, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 44, +"vertex_data": PackedByteArray(0, 32, 51, 191, 0, 192, 140, 191, 0, 192, 140, 63, 27, 110, 247, 158, 0, 32, 51, 191, 0, 128, 153, 191, 0, 192, 140, 63, 27, 110, 7, 97, 0, 160, 255, 190, 0, 128, 153, 191, 0, 192, 140, 63, 255, 127, 195, 90, 0, 160, 255, 190, 0, 192, 140, 191, 0, 192, 140, 63, 255, 127, 59, 165, 0, 32, 120, 191, 0, 192, 140, 191, 0, 192, 117, 63, 204, 76, 53, 154, 0, 32, 120, 191, 0, 128, 153, 191, 0, 192, 117, 63, 204, 76, 201, 101, 0, 0, 128, 63, 0, 128, 153, 191, 0, 192, 140, 63, 255, 127, 195, 90, 0, 160, 255, 190, 0, 96, 166, 191, 0, 0, 128, 63, 255, 127, 255, 63, 0, 0, 128, 63, 0, 96, 166, 191, 0, 0, 128, 63, 255, 127, 255, 63, 0, 192, 140, 191, 0, 128, 153, 191, 0, 32, 51, 63, 220, 48, 7, 97, 0, 192, 140, 191, 0, 128, 153, 191, 0, 128, 255, 62, 60, 37, 195, 90, 0, 0, 128, 191, 0, 96, 166, 191, 0, 128, 255, 62, 255, 63, 255, 63, 0, 0, 128, 191, 0, 96, 166, 191, 0, 32, 51, 63, 101, 71, 101, 71, 0, 32, 120, 191, 0, 128, 153, 191, 0, 192, 117, 63, 204, 76, 201, 101, 0, 96, 102, 191, 0, 96, 166, 191, 0, 96, 102, 63, 168, 89, 69, 77, 0, 192, 140, 191, 0, 192, 140, 191, 0, 0, 128, 191, 60, 37, 59, 165, 0, 192, 140, 191, 0, 128, 153, 191, 0, 0, 128, 191, 60, 37, 195, 90, 0, 192, 140, 191, 0, 192, 140, 191, 0, 128, 255, 62, 60, 37, 59, 165, 0, 0, 128, 191, 0, 96, 166, 191, 0, 0, 128, 191, 255, 63, 255, 63, 0, 0, 128, 63, 0, 192, 140, 191, 0, 192, 140, 63, 255, 127, 59, 165, 0, 192, 140, 191, 0, 192, 140, 191, 0, 32, 51, 63, 220, 48, 247, 158, 0, 32, 51, 191, 0, 96, 166, 191, 0, 0, 128, 63, 143, 112, 10, 72, 0, 32, 120, 191, 0, 192, 140, 191, 0, 192, 117, 63, 204, 76, 53, 154, 0, 96, 102, 191, 0, 96, 166, 191, 0, 96, 102, 63, 168, 89, 69, 77, 0, 160, 255, 190, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 194, 218, 0, 32, 51, 191, 0, 0, 128, 191, 0, 0, 128, 63, 24, 118, 157, 208, 0, 96, 102, 191, 0, 0, 128, 191, 0, 96, 102, 63, 242, 100, 228, 201, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 194, 218, 0, 0, 128, 191, 0, 0, 128, 191, 0, 32, 51, 63, 132, 90, 157, 208, 0, 0, 128, 191, 0, 0, 128, 191, 0, 128, 255, 62, 195, 90, 194, 218, 0, 96, 102, 191, 0, 0, 128, 191, 0, 96, 102, 63, 242, 100, 228, 201, 0, 0, 128, 191, 0, 0, 128, 191, 0, 0, 128, 191, 195, 90, 194, 218, 0, 192, 76, 191, 0, 0, 128, 191, 0, 192, 76, 63, 255, 127, 255, 255, 0, 96, 102, 191, 0, 0, 128, 191, 0, 32, 51, 63, 255, 127, 255, 255, 0, 96, 102, 191, 0, 0, 128, 191, 0, 128, 255, 62, 255, 127, 255, 255, 0, 96, 102, 191, 0, 0, 128, 191, 0, 0, 128, 191, 255, 127, 255, 255, 0, 32, 51, 191, 0, 0, 128, 191, 0, 96, 102, 63, 255, 127, 255, 255, 0, 192, 76, 191, 0, 0, 128, 191, 0, 192, 76, 63, 255, 127, 255, 255, 0, 0, 128, 63, 0, 0, 128, 191, 0, 96, 102, 63, 255, 127, 255, 255, 0, 160, 255, 190, 0, 0, 128, 191, 0, 96, 102, 63, 255, 127, 255, 255, 0, 96, 102, 191, 0, 0, 128, 191, 0, 128, 255, 62, 255, 127, 255, 255, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 128, 191, 255, 127, 255, 255, 0, 96, 102, 191, 0, 0, 128, 191, 0, 0, 128, 191, 255, 127, 255, 255, 0, 96, 102, 191, 0, 0, 128, 191, 0, 32, 51, 63, 255, 127, 255, 255) +}] + +[sub_resource type="Image" id="Image_tmuqv"] data = { -"data": PackedByteArray( 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 3, 15, 6, 255, 12, 66, 26, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 9, 56, 21, 255, 13, 71, 28, 255, 15, 83, 32, 255, 17, 100, 38, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 2, 11, 4, 255, 12, 66, 26, 255, 14, 75, 30, 255, 15, 88, 34, 255, 20, 113, 42, 255, 18, 107, 38, 255, 19, 109, 39, 255, 9, 52, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 41, 16, 255, 12, 75, 29, 255, 14, 84, 33, 255, 15, 97, 34, 255, 19, 110, 39, 255, 18, 108, 38, 255, 18, 107, 38, 255, 19, 110, 40, 255, 17, 105, 37, 255, 11, 69, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 11, 69, 27, 255, 13, 81, 31, 255, 15, 91, 35, 255, 20, 111, 42, 255, 16, 102, 36, 255, 16, 101, 35, 255, 16, 102, 35, 255, 16, 102, 35, 255, 18, 107, 38, 255, 19, 108, 40, 255, 17, 102, 37, 255, 14, 89, 31, 255, 6, 39, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 5, 27, 11, 255, 13, 74, 29, 255, 14, 85, 33, 255, 17, 96, 34, 255, 17, 103, 36, 255, 16, 101, 35, 255, 16, 101, 35, 255, 15, 99, 34, 255, 13, 95, 31, 255, 13, 96, 32, 255, 15, 99, 34, 255, 15, 99, 35, 255, 13, 95, 31, 255, 16, 101, 36, 255, 22, 112, 44, 255, 11, 64, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 59, 22, 255, 15, 79, 29, 255, 16, 89, 34, 255, 14, 95, 32, 255, 14, 97, 33, 255, 14, 97, 33, 255, 16, 102, 36, 255, 15, 101, 35, 255, 12, 92, 29, 255, 12, 92, 29, 255, 14, 96, 33, 255, 15, 98, 34, 255, 13, 95, 31, 255, 16, 101, 36, 255, 21, 111, 44, 255, 18, 104, 39, 255, 14, 96, 32, 255, 13, 84, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 3, 15, 6, 255, 16, 74, 27, 255, 18, 83, 31, 255, 16, 96, 34, 255, 14, 96, 32, 255, 11, 92, 29, 255, 14, 96, 32, 255, 14, 97, 33, 255, 14, 98, 33, 255, 13, 96, 32, 255, 11, 92, 29, 255, 12, 93, 30, 255, 12, 93, 29, 255, 15, 100, 34, 255, 16, 100, 35, 255, 16, 100, 35, 255, 12, 94, 31, 255, 16, 100, 35, 255, 22, 115, 45, 255, 19, 108, 40, 255, 16, 100, 35, 255, 7, 49, 16, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 46, 17, 255, 17, 78, 29, 255, 18, 94, 35, 255, 17, 101, 36, 255, 12, 93, 30, 255, 15, 98, 33, 255, 15, 97, 33, 255, 12, 93, 30, 255, 14, 97, 33, 255, 15, 100, 34, 255, 13, 95, 31, 255, 14, 97, 32, 255, 15, 101, 34, 255, 14, 99, 33, 255, 19, 113, 41, 255, 18, 108, 38, 255, 16, 100, 35, 255, 15, 99, 34, 255, 16, 100, 35, 255, 16, 101, 35, 255, 15, 98, 34, 255, 12, 94, 30, 255, 14, 97, 32, 255, 15, 80, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 1, 4, 1, 255, 15, 69, 25, 255, 18, 85, 31, 255, 20, 103, 39, 255, 14, 96, 32, 255, 12, 92, 29, 255, 16, 99, 34, 255, 19, 103, 37, 255, 15, 97, 32, 255, 12, 93, 30, 255, 20, 104, 37, 255, 18, 102, 35, 255, 12, 94, 30, 255, 13, 95, 31, 255, 12, 94, 30, 255, 13, 95, 31, 255, 18, 110, 39, 255, 17, 105, 36, 255, 19, 105, 37, 255, 16, 100, 34, 255, 16, 100, 35, 255, 16, 100, 35, 255, 15, 99, 34, 255, 13, 95, 32, 255, 12, 94, 30, 255, 20, 106, 39, 255, 21, 101, 37, 255, 9, 44, 16, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 33, 12, 255, 16, 77, 28, 255, 19, 98, 37, 255, 18, 102, 37, 255, 12, 93, 30, 255, 13, 94, 30, 255, 13, 94, 30, 255, 15, 97, 32, 255, 14, 96, 31, 255, 13, 94, 30, 255, 12, 94, 30, 255, 16, 98, 33, 255, 14, 95, 31, 255, 16, 99, 34, 255, 14, 96, 32, 255, 13, 96, 32, 255, 12, 94, 30, 255, 13, 95, 31, 255, 14, 96, 31, 255, 13, 95, 30, 255, 12, 93, 30, 255, 15, 97, 32, 255, 15, 98, 33, 255, 13, 96, 32, 255, 16, 100, 35, 255, 18, 102, 36, 255, 20, 105, 38, 255, 22, 107, 39, 255, 19, 104, 37, 255, 12, 65, 23, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 73, 26, 255, 16, 86, 32, 255, 16, 94, 34, 255, 18, 106, 38, 255, 16, 100, 33, 255, 16, 101, 34, 255, 18, 103, 35, 255, 18, 103, 35, 255, 19, 104, 36, 255, 19, 103, 37, 255, 17, 100, 35, 255, 18, 102, 36, 255, 19, 102, 36, 255, 22, 108, 40, 255, 21, 106, 38, 255, 13, 94, 31, 255, 13, 96, 31, 255, 12, 93, 30, 255, 12, 93, 30, 255, 15, 98, 32, 255, 13, 95, 31, 255, 16, 98, 32, 255, 15, 97, 32, 255, 15, 98, 32, 255, 15, 97, 32, 255, 19, 102, 36, 255, 17, 101, 35, 255, 20, 104, 37, 255, 20, 105, 38, 255, 20, 104, 37, 255, 18, 102, 36, 255, 12, 81, 27, 255, 4, 31, 10, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 4, 20, 8, 255, 14, 77, 28, 255, 18, 94, 35, 255, 17, 100, 36, 255, 21, 107, 38, 255, 22, 110, 39, 255, 18, 102, 35, 255, 15, 98, 32, 255, 17, 102, 35, 255, 19, 108, 38, 255, 16, 105, 36, 255, 16, 101, 35, 255, 15, 98, 33, 255, 14, 95, 31, 255, 11, 92, 29, 255, 15, 97, 32, 255, 20, 104, 37, 255, 15, 97, 32, 255, 16, 99, 33, 255, 18, 102, 35, 255, 14, 97, 32, 255, 15, 99, 33, 255, 15, 98, 32, 255, 18, 102, 35, 255, 13, 94, 30, 255, 12, 92, 29, 255, 11, 92, 29, 255, 12, 93, 29, 255, 13, 94, 30, 255, 17, 99, 34, 255, 20, 105, 38, 255, 23, 109, 40, 255, 20, 107, 38, 255, 15, 100, 33, 255, 12, 93, 29, 255, 6, 50, 16, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 9, 51, 19, 255, 11, 74, 25, 255, 14, 88, 30, 255, 15, 99, 34, 255, 16, 99, 35, 255, 13, 95, 31, 255, 18, 102, 35, 255, 20, 107, 38, 255, 16, 100, 34, 255, 14, 99, 33, 255, 17, 106, 37, 255, 16, 104, 36, 255, 15, 100, 34, 255, 12, 94, 30, 255, 12, 93, 30, 255, 11, 92, 29, 255, 12, 93, 30, 255, 11, 92, 29, 255, 13, 95, 31, 255, 19, 105, 37, 255, 18, 103, 35, 255, 16, 99, 33, 255, 18, 104, 36, 255, 20, 106, 37, 255, 18, 104, 37, 255, 15, 99, 34, 255, 14, 98, 33, 255, 15, 99, 34, 255, 15, 100, 34, 255, 16, 101, 36, 255, 15, 99, 34, 255, 14, 97, 32, 255, 15, 98, 33, 255, 16, 103, 35, 255, 19, 111, 40, 255, 14, 99, 33, 255, 12, 93, 29, 255, 10, 73, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 2, 8, 3, 255, 12, 68, 26, 255, 11, 77, 26, 255, 15, 94, 32, 255, 15, 99, 34, 255, 16, 100, 35, 255, 18, 105, 38, 255, 18, 105, 39, 255, 19, 107, 40, 255, 19, 108, 40, 255, 19, 112, 40, 255, 19, 113, 41, 255, 17, 106, 37, 255, 14, 98, 32, 255, 15, 100, 34, 255, 15, 100, 34, 255, 16, 101, 34, 255, 15, 99, 33, 255, 16, 98, 32, 255, 14, 96, 31, 255, 12, 93, 29, 255, 12, 93, 30, 255, 13, 95, 31, 255, 18, 103, 35, 255, 17, 101, 34, 255, 14, 97, 32, 255, 15, 99, 34, 255, 16, 100, 35, 255, 17, 103, 37, 255, 19, 109, 40, 255, 16, 102, 36, 255, 17, 104, 37, 255, 21, 113, 43, 255, 18, 107, 39, 255, 17, 105, 37, 255, 23, 119, 44, 255, 22, 119, 44, 255, 14, 99, 33, 255, 15, 100, 33, 255, 17, 105, 36, 255, 16, 97, 33, 255, 7, 45, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 38, 14, 255, 11, 74, 25, 255, 13, 85, 29, 255, 16, 101, 35, 255, 14, 96, 32, 255, 16, 99, 35, 255, 15, 98, 34, 255, 16, 99, 35, 255, 17, 102, 36, 255, 14, 97, 33, 255, 15, 100, 35, 255, 17, 102, 37, 255, 19, 111, 40, 255, 19, 113, 40, 255, 16, 105, 36, 255, 18, 109, 38, 255, 17, 106, 36, 255, 16, 99, 33, 255, 15, 98, 32, 255, 16, 99, 32, 255, 14, 97, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 94, 30, 255, 14, 97, 32, 255, 12, 93, 29, 255, 13, 94, 30, 255, 13, 94, 30, 255, 15, 99, 34, 255, 16, 102, 36, 255, 15, 100, 34, 255, 12, 93, 30, 255, 12, 93, 30, 255, 15, 100, 34, 255, 21, 113, 43, 255, 20, 111, 42, 255, 17, 105, 37, 255, 16, 102, 35, 255, 16, 103, 35, 255, 16, 102, 35, 255, 17, 103, 35, 255, 17, 102, 35, 255, 18, 104, 36, 255, 14, 72, 26, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 11, 70, 26, 255, 12, 79, 27, 255, 14, 90, 30, 255, 13, 95, 31, 255, 16, 98, 33, 255, 22, 107, 39, 255, 17, 100, 35, 255, 12, 92, 29, 255, 15, 99, 34, 255, 16, 100, 36, 255, 14, 97, 33, 255, 12, 93, 30, 255, 13, 96, 32, 255, 12, 94, 30, 255, 17, 105, 37, 255, 18, 110, 39, 255, 17, 105, 36, 255, 22, 111, 39, 255, 17, 104, 35, 255, 13, 94, 30, 255, 15, 98, 32, 255, 16, 99, 32, 255, 14, 96, 31, 255, 14, 96, 31, 255, 16, 100, 34, 255, 14, 96, 31, 255, 15, 98, 32, 255, 20, 107, 38, 255, 19, 104, 36, 255, 17, 101, 34, 255, 19, 107, 38, 255, 21, 113, 43, 255, 19, 108, 40, 255, 16, 100, 35, 255, 17, 105, 37, 255, 15, 100, 34, 255, 14, 96, 32, 255, 15, 100, 34, 255, 13, 96, 32, 255, 16, 100, 34, 255, 14, 97, 32, 255, 14, 97, 32, 255, 16, 99, 33, 255, 18, 104, 36, 255, 21, 109, 39, 255, 18, 94, 33, 255, 7, 39, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 5, 25, 9, 255, 13, 72, 27, 255, 14, 81, 31, 255, 16, 91, 35, 255, 16, 98, 33, 255, 14, 96, 32, 255, 17, 100, 34, 255, 15, 97, 33, 255, 12, 93, 30, 255, 15, 98, 33, 255, 17, 102, 36, 255, 13, 96, 32, 255, 15, 99, 34, 255, 18, 105, 38, 255, 16, 101, 36, 255, 13, 95, 31, 255, 17, 106, 38, 255, 18, 110, 39, 255, 15, 99, 33, 255, 16, 100, 33, 255, 15, 99, 32, 255, 12, 94, 30, 255, 16, 100, 33, 255, 15, 99, 32, 255, 13, 95, 31, 255, 13, 96, 31, 255, 15, 100, 34, 255, 11, 92, 29, 255, 11, 92, 29, 255, 14, 97, 32, 255, 18, 104, 36, 255, 19, 107, 38, 255, 21, 116, 43, 255, 22, 119, 45, 255, 18, 106, 38, 255, 16, 101, 35, 255, 13, 96, 32, 255, 12, 94, 30, 255, 12, 93, 30, 255, 14, 96, 32, 255, 12, 94, 31, 255, 16, 101, 35, 255, 13, 96, 31, 255, 13, 95, 31, 255, 12, 93, 30, 255, 17, 102, 35, 255, 23, 111, 40, 255, 20, 107, 38, 255, 19, 105, 37, 255, 11, 61, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 58, 21, 255, 18, 85, 31, 255, 19, 91, 33, 255, 19, 97, 36, 255, 17, 102, 38, 255, 17, 98, 36, 255, 18, 101, 35, 255, 12, 93, 29, 255, 14, 99, 33, 255, 16, 102, 36, 255, 16, 100, 35, 255, 16, 100, 35, 255, 15, 99, 34, 255, 16, 100, 35, 255, 20, 109, 42, 255, 23, 114, 46, 255, 19, 110, 40, 255, 19, 112, 40, 255, 17, 106, 36, 255, 15, 100, 34, 255, 13, 94, 30, 255, 12, 94, 30, 255, 17, 103, 34, 255, 20, 108, 37, 255, 13, 95, 30, 255, 14, 99, 34, 255, 18, 112, 42, 255, 18, 110, 42, 255, 14, 98, 33, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 97, 32, 255, 17, 108, 38, 255, 16, 104, 35, 255, 16, 104, 35, 255, 17, 107, 37, 255, 17, 106, 38, 255, 17, 103, 37, 255, 15, 99, 34, 255, 13, 95, 31, 255, 15, 99, 34, 255, 17, 104, 37, 255, 20, 111, 41, 255, 18, 106, 38, 255, 15, 99, 33, 255, 13, 95, 31, 255, 16, 100, 34, 255, 14, 97, 32, 255, 17, 102, 35, 255, 22, 110, 39, 255, 17, 102, 35, 255, 10, 74, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 33, 13, 255, 16, 75, 28, 255, 19, 87, 32, 255, 17, 100, 37, 255, 17, 101, 38, 255, 17, 101, 38, 255, 17, 99, 37, 255, 17, 100, 37, 255, 12, 94, 30, 255, 14, 98, 33, 255, 17, 105, 38, 255, 16, 100, 35, 255, 16, 100, 35, 255, 17, 103, 37, 255, 21, 112, 43, 255, 23, 115, 45, 255, 23, 120, 46, 255, 20, 114, 41, 255, 19, 113, 40, 255, 19, 112, 40, 255, 23, 122, 46, 255, 17, 107, 37, 255, 15, 101, 34, 255, 19, 110, 40, 255, 22, 121, 49, 255, 16, 106, 38, 255, 18, 113, 43, 255, 16, 106, 38, 255, 15, 102, 36, 255, 13, 97, 33, 255, 12, 92, 29, 255, 14, 98, 32, 255, 16, 104, 36, 255, 18, 110, 39, 255, 16, 104, 35, 255, 12, 94, 30, 255, 13, 96, 31, 255, 15, 101, 34, 255, 17, 104, 36, 255, 17, 104, 37, 255, 13, 96, 32, 255, 11, 92, 29, 255, 17, 103, 36, 255, 17, 104, 37, 255, 19, 107, 39, 255, 17, 104, 37, 255, 16, 100, 34, 255, 23, 111, 40, 255, 16, 101, 34, 255, 12, 92, 29, 255, 14, 96, 31, 255, 12, 94, 30, 255, 16, 101, 34, 255, 18, 103, 35, 255, 7, 47, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 3, 14, 6, 255, 12, 66, 26, 255, 19, 88, 32, 255, 19, 87, 33, 255, 19, 100, 37, 255, 17, 102, 39, 255, 17, 102, 39, 255, 17, 102, 39, 255, 17, 103, 39, 255, 17, 106, 40, 255, 17, 103, 37, 255, 19, 107, 40, 255, 16, 100, 35, 255, 16, 100, 35, 255, 17, 103, 36, 255, 20, 107, 39, 255, 21, 107, 40, 255, 21, 107, 40, 255, 19, 105, 38, 255, 16, 102, 35, 255, 17, 107, 37, 255, 14, 99, 33, 255, 16, 105, 36, 255, 19, 111, 40, 255, 18, 109, 39, 255, 16, 103, 36, 255, 12, 94, 30, 255, 12, 93, 30, 255, 14, 99, 34, 255, 17, 110, 41, 255, 14, 100, 35, 255, 12, 92, 29, 255, 14, 99, 33, 255, 19, 111, 40, 255, 16, 104, 35, 255, 13, 97, 32, 255, 17, 108, 38, 255, 15, 102, 34, 255, 12, 92, 29, 255, 18, 104, 36, 255, 22, 110, 40, 255, 16, 100, 34, 255, 16, 101, 35, 255, 22, 114, 43, 255, 26, 123, 49, 255, 22, 114, 43, 255, 14, 97, 32, 255, 14, 97, 33, 255, 21, 110, 42, 255, 19, 106, 38, 255, 17, 102, 35, 255, 13, 95, 31, 255, 13, 95, 31, 255, 15, 99, 33, 255, 12, 92, 29, 255, 15, 98, 33, 255, 13, 74, 26, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 43, 17, 255, 20, 97, 35, 255, 20, 95, 35, 255, 20, 95, 36, 255, 19, 104, 39, 255, 20, 102, 38, 255, 17, 102, 39, 255, 17, 102, 39, 255, 17, 102, 39, 255, 17, 101, 38, 255, 17, 101, 38, 255, 16, 100, 35, 255, 16, 100, 35, 255, 17, 102, 37, 255, 20, 107, 40, 255, 18, 100, 36, 255, 19, 101, 37, 255, 20, 104, 38, 255, 19, 103, 38, 255, 22, 110, 43, 255, 21, 114, 43, 255, 19, 112, 40, 255, 19, 110, 40, 255, 21, 114, 43, 255, 18, 108, 39, 255, 15, 100, 34, 255, 13, 95, 31, 255, 15, 102, 35, 255, 16, 105, 38, 255, 17, 105, 38, 255, 13, 96, 32, 255, 13, 95, 31, 255, 13, 96, 31, 255, 19, 109, 40, 255, 21, 113, 43, 255, 19, 109, 40, 255, 23, 120, 45, 255, 18, 104, 36, 255, 13, 94, 30, 255, 17, 101, 34, 255, 17, 101, 34, 255, 17, 101, 34, 255, 20, 106, 37, 255, 15, 98, 33, 255, 14, 97, 32, 255, 14, 97, 33, 255, 13, 94, 31, 255, 11, 92, 29, 255, 14, 97, 33, 255, 15, 98, 34, 255, 15, 99, 33, 255, 19, 105, 36, 255, 18, 103, 36, 255, 19, 105, 37, 255, 18, 103, 36, 255, 19, 105, 37, 255, 19, 105, 37, 255, 17, 96, 34, 255, 8, 43, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 5, 22, 9, 255, 12, 68, 23, 255, 16, 89, 35, 255, 17, 96, 37, 255, 17, 104, 41, 255, 17, 103, 40, 255, 18, 105, 40, 255, 20, 104, 39, 255, 20, 102, 38, 255, 17, 101, 38, 255, 17, 98, 36, 255, 17, 96, 35, 255, 18, 99, 37, 255, 17, 106, 37, 255, 13, 97, 32, 255, 18, 106, 38, 255, 21, 108, 40, 255, 23, 111, 43, 255, 21, 107, 41, 255, 19, 102, 37, 255, 18, 100, 36, 255, 23, 114, 43, 255, 21, 113, 42, 255, 19, 111, 40, 255, 22, 116, 44, 255, 16, 102, 35, 255, 12, 93, 30, 255, 12, 93, 30, 255, 14, 100, 34, 255, 14, 98, 32, 255, 13, 96, 32, 255, 15, 99, 34, 255, 14, 96, 32, 255, 12, 92, 29, 255, 15, 100, 34, 255, 16, 100, 35, 255, 16, 104, 36, 255, 19, 113, 40, 255, 17, 103, 35, 255, 12, 93, 30, 255, 17, 102, 34, 255, 17, 102, 35, 255, 14, 96, 31, 255, 16, 99, 33, 255, 14, 97, 32, 255, 12, 93, 30, 255, 12, 93, 30, 255, 12, 93, 30, 255, 16, 102, 37, 255, 18, 106, 40, 255, 22, 111, 44, 255, 17, 103, 37, 255, 15, 100, 34, 255, 18, 105, 37, 255, 19, 105, 37, 255, 18, 104, 36, 255, 19, 105, 37, 255, 20, 106, 37, 255, 24, 108, 40, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 9, 41, 15, 255, 16, 76, 28, 255, 16, 92, 36, 255, 18, 107, 42, 255, 18, 108, 42, 255, 17, 103, 40, 255, 17, 103, 40, 255, 18, 105, 40, 255, 19, 104, 39, 255, 20, 102, 38, 255, 17, 100, 38, 255, 18, 100, 37, 255, 21, 103, 38, 255, 22, 107, 40, 255, 20, 115, 41, 255, 18, 111, 39, 255, 16, 105, 36, 255, 22, 113, 43, 255, 25, 118, 48, 255, 21, 109, 41, 255, 18, 104, 38, 255, 21, 111, 41, 255, 22, 115, 43, 255, 18, 106, 38, 255, 22, 114, 42, 255, 16, 101, 35, 255, 11, 92, 29, 255, 12, 93, 30, 255, 14, 98, 32, 255, 16, 105, 36, 255, 15, 100, 33, 255, 12, 95, 31, 255, 13, 95, 31, 255, 15, 98, 33, 255, 15, 100, 35, 255, 18, 109, 39, 255, 18, 110, 39, 255, 18, 110, 39, 255, 18, 108, 38, 255, 16, 102, 35, 255, 17, 104, 36, 255, 15, 98, 33, 255, 14, 96, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 94, 30, 255, 19, 104, 36, 255, 19, 105, 36, 255, 12, 93, 30, 255, 16, 101, 36, 255, 18, 106, 39, 255, 15, 101, 34, 255, 13, 95, 31, 255, 15, 102, 35, 255, 17, 104, 36, 255, 15, 99, 33, 255, 13, 94, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 4, 18, 7, 255, 16, 71, 26, 255, 16, 96, 37, 255, 18, 113, 44, 255, 21, 110, 39, 255, 18, 106, 37, 255, 20, 106, 40, 255, 20, 104, 39, 255, 19, 102, 39, 255, 18, 102, 38, 255, 19, 99, 37, 255, 16, 99, 37, 255, 19, 103, 38, 255, 22, 106, 40, 255, 23, 108, 40, 255, 18, 108, 38, 255, 14, 98, 32, 255, 15, 102, 34, 255, 19, 111, 40, 255, 18, 106, 38, 255, 17, 103, 37, 255, 17, 104, 37, 255, 17, 104, 37, 255, 17, 103, 37, 255, 17, 104, 37, 255, 16, 102, 36, 255, 16, 100, 35, 255, 14, 99, 33, 255, 13, 96, 31, 255, 16, 104, 35, 255, 20, 114, 41, 255, 19, 111, 40, 255, 17, 106, 37, 255, 18, 110, 39, 255, 12, 93, 30, 255, 13, 97, 32, 255, 20, 113, 41, 255, 17, 108, 38, 255, 18, 110, 39, 255, 20, 116, 42, 255, 19, 113, 40, 255, 21, 113, 40, 255, 22, 111, 39, 255, 18, 104, 36, 255, 13, 95, 31, 255, 13, 95, 31, 255, 18, 103, 36, 255, 17, 102, 35, 255, 12, 93, 30, 255, 13, 95, 31, 255, 15, 101, 34, 255, 16, 101, 35, 255, 14, 98, 32, 255, 14, 97, 32, 255, 16, 101, 35, 255, 16, 101, 35, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 69, 25, 255, 16, 93, 36, 255, 24, 113, 41, 255, 26, 125, 45, 255, 21, 117, 41, 255, 15, 103, 35, 255, 23, 110, 40, 255, 22, 107, 39, 255, 22, 104, 38, 255, 17, 102, 38, 255, 17, 97, 36, 255, 14, 96, 36, 255, 15, 97, 37, 255, 19, 102, 38, 255, 22, 107, 40, 255, 17, 108, 38, 255, 12, 94, 30, 255, 12, 93, 29, 255, 14, 97, 33, 255, 16, 101, 35, 255, 20, 110, 40, 255, 24, 119, 46, 255, 21, 111, 41, 255, 16, 101, 35, 255, 13, 94, 31, 255, 13, 96, 32, 255, 12, 93, 30, 255, 12, 94, 30, 255, 15, 101, 34, 255, 15, 101, 34, 255, 12, 93, 29, 255, 15, 99, 34, 255, 21, 113, 44, 255, 13, 96, 32, 255, 11, 92, 29, 255, 14, 98, 32, 255, 15, 101, 34, 255, 13, 96, 31, 255, 13, 95, 31, 255, 19, 107, 37, 255, 22, 113, 39, 255, 15, 100, 33, 255, 13, 96, 31, 255, 18, 103, 35, 255, 17, 102, 35, 255, 16, 99, 33, 255, 15, 97, 32, 255, 13, 95, 31, 255, 14, 97, 32, 255, 17, 102, 34, 255, 16, 103, 35, 255, 19, 111, 41, 255, 19, 110, 40, 255, 28, 100, 41, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 38, 15, 255, 16, 86, 34, 255, 22, 98, 36, 255, 25, 118, 43, 255, 25, 117, 42, 255, 24, 110, 40, 255, 18, 105, 36, 255, 13, 97, 32, 255, 22, 103, 38, 255, 22, 105, 39, 255, 17, 104, 39, 255, 18, 99, 37, 255, 11, 92, 35, 255, 14, 96, 36, 255, 18, 101, 38, 255, 18, 101, 38, 255, 13, 96, 32, 255, 15, 100, 35, 255, 15, 99, 34, 255, 12, 94, 30, 255, 18, 106, 39, 255, 24, 118, 47, 255, 24, 118, 46, 255, 20, 110, 42, 255, 20, 109, 41, 255, 19, 109, 41, 255, 13, 96, 32, 255, 13, 95, 31, 255, 17, 105, 38, 255, 17, 105, 37, 255, 18, 108, 39, 255, 15, 101, 35, 255, 15, 99, 34, 255, 13, 96, 32, 255, 15, 99, 34, 255, 15, 99, 34, 255, 16, 100, 35, 255, 15, 100, 34, 255, 11, 92, 29, 255, 12, 93, 30, 255, 15, 98, 32, 255, 21, 110, 38, 255, 19, 106, 36, 255, 14, 97, 32, 255, 16, 99, 33, 255, 13, 96, 31, 255, 12, 93, 30, 255, 15, 100, 33, 255, 15, 99, 33, 255, 16, 102, 34, 255, 14, 97, 32, 255, 12, 94, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 2, 8, 3, 255, 19, 85, 31, 255, 20, 83, 31, 255, 24, 113, 41, 255, 24, 107, 39, 255, 23, 110, 39, 255, 20, 106, 37, 255, 17, 105, 35, 255, 12, 97, 31, 255, 21, 100, 37, 255, 22, 104, 38, 255, 17, 105, 40, 255, 18, 103, 38, 255, 16, 99, 37, 255, 21, 105, 39, 255, 22, 107, 40, 255, 20, 104, 39, 255, 18, 106, 38, 255, 19, 109, 40, 255, 14, 97, 32, 255, 13, 95, 32, 255, 13, 96, 31, 255, 18, 104, 36, 255, 17, 102, 35, 255, 14, 96, 32, 255, 16, 100, 35, 255, 17, 104, 37, 255, 18, 106, 38, 255, 14, 96, 32, 255, 13, 95, 31, 255, 17, 102, 35, 255, 17, 102, 35, 255, 13, 95, 31, 255, 11, 92, 29, 255, 12, 93, 30, 255, 16, 102, 35, 255, 17, 105, 37, 255, 18, 110, 38, 255, 18, 110, 38, 255, 16, 102, 34, 255, 13, 94, 30, 255, 14, 96, 31, 255, 12, 93, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 94, 30, 255, 13, 96, 31, 255, 18, 92, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 12, 38, 16, 255, 18, 77, 29, 255, 20, 86, 32, 255, 23, 102, 37, 255, 21, 101, 36, 255, 20, 105, 36, 255, 20, 116, 39, 255, 18, 110, 37, 255, 14, 98, 32, 255, 17, 104, 37, 255, 22, 104, 38, 255, 23, 107, 39, 255, 18, 105, 39, 255, 17, 100, 38, 255, 20, 104, 39, 255, 23, 108, 40, 255, 17, 105, 37, 255, 16, 102, 35, 255, 18, 104, 36, 255, 15, 98, 32, 255, 17, 101, 34, 255, 22, 110, 39, 255, 19, 104, 36, 255, 13, 95, 31, 255, 15, 98, 33, 255, 16, 101, 35, 255, 19, 105, 37, 255, 17, 102, 35, 255, 12, 93, 30, 255, 11, 92, 29, 255, 15, 99, 33, 255, 16, 100, 33, 255, 12, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 15, 102, 34, 255, 17, 105, 36, 255, 17, 106, 37, 255, 21, 118, 44, 255, 19, 111, 39, 255, 16, 102, 34, 255, 15, 98, 34, 255, 12, 93, 31, 255, 12, 93, 30, 255, 12, 94, 31, 255, 14, 97, 35, 255, 13, 95, 32, 255, 12, 92, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 11, 25, 12, 255, 16, 59, 25, 255, 20, 89, 32, 255, 18, 85, 30, 255, 19, 98, 34, 255, 19, 103, 36, 255, 20, 106, 37, 255, 20, 112, 38, 255, 18, 113, 39, 255, 15, 103, 35, 255, 23, 110, 40, 255, 23, 111, 40, 255, 18, 105, 40, 255, 20, 104, 39, 255, 18, 101, 37, 255, 18, 103, 37, 255, 14, 97, 32, 255, 13, 95, 31, 255, 13, 94, 30, 255, 13, 95, 31, 255, 17, 103, 35, 255, 16, 100, 34, 255, 12, 93, 30, 255, 15, 99, 34, 255, 16, 100, 35, 255, 18, 106, 38, 255, 16, 99, 33, 255, 18, 102, 35, 255, 19, 104, 36, 255, 15, 98, 32, 255, 15, 98, 32, 255, 13, 94, 30, 255, 12, 93, 30, 255, 14, 98, 32, 255, 16, 104, 35, 255, 16, 104, 36, 255, 16, 102, 35, 255, 16, 102, 35, 255, 15, 102, 35, 255, 15, 101, 35, 255, 16, 102, 36, 255, 13, 95, 31, 255, 12, 94, 31, 255, 11, 92, 29, 255, 13, 95, 32, 255, 11, 92, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 17, 9, 255, 16, 47, 21, 255, 18, 76, 28, 255, 18, 95, 33, 255, 19, 103, 35, 255, 19, 106, 36, 255, 20, 118, 40, 255, 24, 127, 46, 255, 23, 113, 42, 255, 18, 108, 38, 255, 16, 104, 36, 255, 20, 110, 40, 255, 17, 104, 40, 255, 19, 103, 39, 255, 14, 98, 34, 255, 13, 98, 33, 255, 17, 101, 35, 255, 15, 97, 32, 255, 15, 96, 32, 255, 12, 94, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 14, 98, 33, 255, 16, 102, 36, 255, 18, 106, 39, 255, 17, 104, 37, 255, 17, 102, 35, 255, 14, 96, 31, 255, 15, 97, 32, 255, 18, 102, 36, 255, 18, 101, 35, 255, 18, 102, 36, 255, 15, 98, 33, 255, 12, 94, 30, 255, 15, 101, 34, 255, 16, 102, 35, 255, 16, 102, 35, 255, 14, 97, 33, 255, 12, 93, 30, 255, 15, 100, 34, 255, 21, 113, 44, 255, 18, 105, 39, 255, 12, 93, 30, 255, 19, 80, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 34, 16, 255, 17, 68, 28, 255, 18, 105, 36, 255, 18, 105, 36, 255, 20, 115, 40, 255, 26, 133, 51, 255, 28, 127, 50, 255, 27, 119, 47, 255, 22, 115, 42, 255, 16, 103, 35, 255, 17, 107, 40, 255, 17, 107, 40, 255, 18, 102, 39, 255, 14, 100, 35, 255, 15, 101, 35, 255, 20, 105, 38, 255, 21, 106, 39, 255, 18, 102, 35, 255, 14, 96, 31, 255, 12, 92, 29, 255, 11, 92, 29, 255, 13, 95, 32, 255, 16, 100, 35, 255, 16, 100, 35, 255, 13, 96, 32, 255, 15, 103, 35, 255, 17, 104, 36, 255, 18, 101, 35, 255, 19, 103, 37, 255, 19, 103, 37, 255, 18, 101, 36, 255, 14, 96, 32, 255, 18, 102, 36, 255, 21, 108, 39, 255, 19, 107, 39, 255, 16, 101, 35, 255, 15, 99, 34, 255, 15, 99, 34, 255, 14, 97, 33, 255, 14, 97, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 23, 12, 255, 16, 53, 23, 255, 18, 88, 31, 255, 22, 107, 40, 255, 26, 121, 47, 255, 27, 120, 47, 255, 27, 121, 47, 255, 28, 122, 48, 255, 22, 113, 42, 255, 13, 98, 32, 255, 17, 99, 37, 255, 17, 102, 38, 255, 17, 102, 39, 255, 16, 104, 38, 255, 15, 101, 35, 255, 15, 97, 33, 255, 12, 93, 29, 255, 14, 95, 31, 255, 13, 94, 30, 255, 14, 97, 32, 255, 12, 94, 30, 255, 13, 96, 32, 255, 13, 95, 31, 255, 15, 101, 34, 255, 16, 103, 35, 255, 16, 103, 35, 255, 15, 99, 33, 255, 15, 97, 32, 255, 18, 102, 35, 255, 17, 100, 34, 255, 15, 97, 32, 255, 15, 97, 32, 255, 18, 101, 35, 255, 16, 98, 33, 255, 15, 97, 32, 255, 12, 93, 30, 255, 15, 98, 33, 255, 20, 93, 35, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 14, 8, 255, 15, 39, 18, 255, 17, 75, 30, 255, 25, 99, 40, 255, 26, 99, 40, 255, 26, 111, 44, 255, 27, 119, 47, 255, 28, 123, 48, 255, 26, 121, 45, 255, 22, 121, 44, 255, 19, 112, 40, 255, 17, 103, 39, 255, 17, 103, 40, 255, 16, 100, 36, 255, 14, 98, 33, 255, 15, 98, 32, 255, 15, 98, 32, 255, 18, 104, 36, 255, 18, 104, 36, 255, 19, 105, 37, 255, 16, 102, 35, 255, 16, 102, 35, 255, 16, 103, 35, 255, 12, 93, 30, 255, 14, 98, 33, 255, 15, 100, 34, 255, 14, 99, 33, 255, 18, 105, 37, 255, 19, 104, 37, 255, 16, 98, 33, 255, 18, 101, 35, 255, 18, 101, 35, 255, 16, 98, 33, 255, 17, 99, 34, 255, 18, 102, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 27, 14, 255, 16, 59, 25, 255, 24, 85, 36, 255, 25, 95, 39, 255, 26, 106, 42, 255, 27, 121, 46, 255, 27, 128, 47, 255, 27, 127, 47, 255, 24, 122, 44, 255, 18, 112, 39, 255, 17, 105, 39, 255, 17, 103, 40, 255, 16, 96, 35, 255, 14, 95, 33, 255, 12, 93, 29, 255, 16, 100, 34, 255, 17, 101, 34, 255, 13, 94, 30, 255, 15, 100, 34, 255, 18, 109, 39, 255, 19, 112, 40, 255, 14, 98, 32, 255, 13, 96, 31, 255, 15, 100, 34, 255, 16, 102, 35, 255, 17, 106, 38, 255, 20, 113, 42, 255, 18, 107, 38, 255, 19, 103, 36, 255, 19, 102, 36, 255, 16, 98, 33, 255, 20, 102, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 11, 17, 9, 255, 16, 45, 20, 255, 24, 81, 34, 255, 25, 90, 37, 255, 24, 100, 38, 255, 26, 118, 44, 255, 27, 126, 47, 255, 28, 130, 48, 255, 24, 121, 44, 255, 18, 109, 38, 255, 14, 99, 33, 255, 17, 98, 37, 255, 16, 96, 36, 255, 15, 96, 34, 255, 13, 96, 31, 255, 16, 101, 34, 255, 15, 101, 35, 255, 17, 106, 38, 255, 17, 106, 37, 255, 13, 95, 31, 255, 12, 94, 30, 255, 17, 107, 37, 255, 17, 105, 36, 255, 16, 102, 35, 255, 16, 104, 36, 255, 14, 98, 33, 255, 18, 109, 39, 255, 17, 105, 37, 255, 19, 107, 38, 255, 33, 91, 39, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 32, 15, 255, 16, 66, 27, 255, 20, 81, 31, 255, 23, 103, 38, 255, 25, 114, 42, 255, 27, 125, 46, 255, 27, 123, 46, 255, 25, 109, 40, 255, 21, 109, 40, 255, 20, 112, 42, 255, 20, 104, 38, 255, 17, 102, 39, 255, 20, 99, 37, 255, 15, 99, 34, 255, 17, 104, 36, 255, 16, 102, 35, 255, 13, 97, 32, 255, 16, 103, 35, 255, 15, 101, 35, 255, 13, 96, 32, 255, 12, 94, 31, 255, 15, 99, 33, 255, 16, 102, 35, 255, 13, 95, 31, 255, 17, 106, 38, 255, 19, 111, 41, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 12, 21, 11, 255, 16, 51, 22, 255, 21, 90, 34, 255, 22, 92, 35, 255, 24, 103, 39, 255, 26, 120, 45, 255, 25, 114, 42, 255, 25, 111, 41, 255, 23, 110, 41, 255, 20, 111, 41, 255, 23, 109, 39, 255, 17, 103, 40, 255, 21, 98, 37, 255, 23, 114, 46, 255, 21, 113, 43, 255, 19, 111, 40, 255, 17, 106, 38, 255, 16, 104, 36, 255, 18, 107, 38, 255, 15, 99, 33, 255, 16, 104, 36, 255, 18, 108, 39, 255, 20, 113, 42, 255, 30, 106, 44, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 9, 12, 7, 255, 15, 38, 17, 255, 17, 73, 29, 255, 20, 81, 31, 255, 22, 95, 36, 255, 23, 101, 38, 255, 24, 108, 40, 255, 26, 114, 42, 255, 25, 119, 44, 255, 17, 106, 36, 255, 14, 99, 33, 255, 17, 99, 39, 255, 21, 98, 37, 255, 15, 98, 34, 255, 13, 96, 32, 255, 15, 101, 34, 255, 19, 110, 40, 255, 21, 114, 43, 255, 17, 106, 38, 255, 20, 113, 41, 255, 21, 116, 44, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 26, 13, 255, 16, 57, 24, 255, 20, 78, 30, 255, 21, 86, 33, 255, 23, 96, 36, 255, 25, 115, 43, 255, 27, 125, 46, 255, 26, 114, 42, 255, 22, 109, 40, 255, 21, 115, 44, 255, 22, 106, 39, 255, 22, 102, 38, 255, 15, 99, 34, 255, 15, 99, 34, 255, 15, 100, 34, 255, 18, 108, 38, 255, 20, 113, 42, 255, 21, 107, 40, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 16, 9, 255, 15, 42, 19, 255, 19, 74, 29, 255, 21, 88, 33, 255, 24, 108, 40, 255, 25, 113, 42, 255, 24, 107, 40, 255, 24, 110, 42, 255, 24, 117, 45, 255, 20, 112, 42, 255, 19, 107, 39, 255, 20, 110, 42, 255, 16, 101, 35, 255, 15, 98, 33, 255, 15, 98, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 30, 15, 255, 16, 62, 26, 255, 22, 97, 36, 255, 23, 102, 38, 255, 22, 96, 37, 255, 22, 95, 37, 255, 25, 115, 44, 255, 25, 123, 48, 255, 24, 125, 48, 255, 23, 119, 46, 255, 18, 106, 38, 255, 18, 106, 38, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 12, 20, 10, 255, 16, 48, 21, 255, 21, 89, 33, 255, 21, 87, 34, 255, 22, 94, 37, 255, 24, 113, 43, 255, 25, 122, 47, 255, 27, 132, 51, 255, 25, 133, 51, 255, 17, 94, 35, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 35, 17, 255, 17, 68, 29, 255, 20, 85, 33, 255, 22, 96, 37, 255, 23, 106, 41, 255, 23, 104, 41, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 24, 12, 255, 16, 53, 23, 255, 20, 81, 32, 255, 21, 89, 35, 255, 20, 82, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 15, 8, 255, 15, 40, 18, 255, 15, 64, 26, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 11, 24, 12, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 1, 4, 2, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255 ), +"data": PackedByteArray(76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 3, 15, 6, 255, 12, 66, 26, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 9, 56, 21, 255, 13, 71, 28, 255, 15, 83, 32, 255, 17, 100, 38, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 2, 11, 4, 255, 12, 66, 26, 255, 14, 75, 30, 255, 15, 88, 34, 255, 20, 113, 42, 255, 18, 107, 38, 255, 19, 109, 39, 255, 9, 52, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 41, 16, 255, 12, 75, 29, 255, 14, 84, 33, 255, 15, 97, 34, 255, 19, 110, 39, 255, 18, 108, 38, 255, 18, 107, 38, 255, 19, 110, 40, 255, 17, 105, 37, 255, 11, 69, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 11, 69, 27, 255, 13, 81, 31, 255, 15, 91, 35, 255, 20, 111, 42, 255, 16, 102, 36, 255, 16, 101, 35, 255, 16, 102, 35, 255, 16, 102, 35, 255, 18, 107, 38, 255, 19, 108, 40, 255, 17, 102, 37, 255, 14, 89, 31, 255, 6, 39, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 5, 27, 11, 255, 13, 74, 29, 255, 14, 85, 33, 255, 17, 96, 34, 255, 17, 103, 36, 255, 16, 101, 35, 255, 16, 101, 35, 255, 15, 99, 34, 255, 13, 95, 31, 255, 13, 96, 32, 255, 15, 99, 34, 255, 15, 99, 35, 255, 13, 95, 31, 255, 16, 101, 36, 255, 22, 112, 44, 255, 11, 64, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 59, 22, 255, 15, 79, 29, 255, 16, 89, 34, 255, 14, 95, 32, 255, 14, 97, 33, 255, 14, 97, 33, 255, 16, 102, 36, 255, 15, 101, 35, 255, 12, 92, 29, 255, 12, 92, 29, 255, 14, 96, 33, 255, 15, 98, 34, 255, 13, 95, 31, 255, 16, 101, 36, 255, 21, 111, 44, 255, 18, 104, 39, 255, 14, 96, 32, 255, 13, 84, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 3, 15, 6, 255, 16, 74, 27, 255, 18, 83, 31, 255, 16, 96, 34, 255, 14, 96, 32, 255, 11, 92, 29, 255, 14, 96, 32, 255, 14, 97, 33, 255, 14, 98, 33, 255, 13, 96, 32, 255, 11, 92, 29, 255, 12, 93, 30, 255, 12, 93, 29, 255, 15, 100, 34, 255, 16, 100, 35, 255, 16, 100, 35, 255, 12, 94, 31, 255, 16, 100, 35, 255, 22, 115, 45, 255, 19, 108, 40, 255, 16, 100, 35, 255, 7, 49, 16, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 46, 17, 255, 17, 78, 29, 255, 18, 94, 35, 255, 17, 101, 36, 255, 12, 93, 30, 255, 15, 98, 33, 255, 15, 97, 33, 255, 12, 93, 30, 255, 14, 97, 33, 255, 15, 100, 34, 255, 13, 95, 31, 255, 14, 97, 32, 255, 15, 101, 34, 255, 14, 99, 33, 255, 19, 113, 41, 255, 18, 108, 38, 255, 16, 100, 35, 255, 15, 99, 34, 255, 16, 100, 35, 255, 16, 101, 35, 255, 15, 98, 34, 255, 12, 94, 30, 255, 14, 97, 32, 255, 15, 80, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 1, 4, 1, 255, 15, 69, 25, 255, 18, 85, 31, 255, 20, 103, 39, 255, 14, 96, 32, 255, 12, 92, 29, 255, 16, 99, 34, 255, 19, 103, 37, 255, 15, 97, 32, 255, 12, 93, 30, 255, 20, 104, 37, 255, 18, 102, 35, 255, 12, 94, 30, 255, 13, 95, 31, 255, 12, 94, 30, 255, 13, 95, 31, 255, 18, 110, 39, 255, 17, 105, 36, 255, 19, 105, 37, 255, 16, 100, 34, 255, 16, 100, 35, 255, 16, 100, 35, 255, 15, 99, 34, 255, 13, 95, 32, 255, 12, 94, 30, 255, 20, 106, 39, 255, 21, 101, 37, 255, 9, 44, 16, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 33, 12, 255, 16, 77, 28, 255, 19, 98, 37, 255, 18, 102, 37, 255, 12, 93, 30, 255, 13, 94, 30, 255, 13, 94, 30, 255, 15, 97, 32, 255, 14, 96, 31, 255, 13, 94, 30, 255, 12, 94, 30, 255, 16, 98, 33, 255, 14, 95, 31, 255, 16, 99, 34, 255, 14, 96, 32, 255, 13, 96, 32, 255, 12, 94, 30, 255, 13, 95, 31, 255, 14, 96, 31, 255, 13, 95, 30, 255, 12, 93, 30, 255, 15, 97, 32, 255, 15, 98, 33, 255, 13, 96, 32, 255, 16, 100, 35, 255, 18, 102, 36, 255, 20, 105, 38, 255, 22, 107, 39, 255, 19, 104, 37, 255, 12, 65, 23, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 73, 26, 255, 16, 86, 32, 255, 16, 94, 34, 255, 18, 106, 38, 255, 16, 100, 33, 255, 16, 101, 34, 255, 18, 103, 35, 255, 18, 103, 35, 255, 19, 104, 36, 255, 19, 103, 37, 255, 17, 100, 35, 255, 18, 102, 36, 255, 19, 102, 36, 255, 22, 108, 40, 255, 21, 106, 38, 255, 13, 94, 31, 255, 13, 96, 31, 255, 12, 93, 30, 255, 12, 93, 30, 255, 15, 98, 32, 255, 13, 95, 31, 255, 16, 98, 32, 255, 15, 97, 32, 255, 15, 98, 32, 255, 15, 97, 32, 255, 19, 102, 36, 255, 17, 101, 35, 255, 20, 104, 37, 255, 20, 105, 38, 255, 20, 104, 37, 255, 18, 102, 36, 255, 12, 81, 27, 255, 4, 31, 10, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 4, 20, 8, 255, 14, 77, 28, 255, 18, 94, 35, 255, 17, 100, 36, 255, 21, 107, 38, 255, 22, 110, 39, 255, 18, 102, 35, 255, 15, 98, 32, 255, 17, 102, 35, 255, 19, 108, 38, 255, 16, 105, 36, 255, 16, 101, 35, 255, 15, 98, 33, 255, 14, 95, 31, 255, 11, 92, 29, 255, 15, 97, 32, 255, 20, 104, 37, 255, 15, 97, 32, 255, 16, 99, 33, 255, 18, 102, 35, 255, 14, 97, 32, 255, 15, 99, 33, 255, 15, 98, 32, 255, 18, 102, 35, 255, 13, 94, 30, 255, 12, 92, 29, 255, 11, 92, 29, 255, 12, 93, 29, 255, 13, 94, 30, 255, 17, 99, 34, 255, 20, 105, 38, 255, 23, 109, 40, 255, 20, 107, 38, 255, 15, 100, 33, 255, 12, 93, 29, 255, 6, 50, 16, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 9, 51, 19, 255, 11, 74, 25, 255, 14, 88, 30, 255, 15, 99, 34, 255, 16, 99, 35, 255, 13, 95, 31, 255, 18, 102, 35, 255, 20, 107, 38, 255, 16, 100, 34, 255, 14, 99, 33, 255, 17, 106, 37, 255, 16, 104, 36, 255, 15, 100, 34, 255, 12, 94, 30, 255, 12, 93, 30, 255, 11, 92, 29, 255, 12, 93, 30, 255, 11, 92, 29, 255, 13, 95, 31, 255, 19, 105, 37, 255, 18, 103, 35, 255, 16, 99, 33, 255, 18, 104, 36, 255, 20, 106, 37, 255, 18, 104, 37, 255, 15, 99, 34, 255, 14, 98, 33, 255, 15, 99, 34, 255, 15, 100, 34, 255, 16, 101, 36, 255, 15, 99, 34, 255, 14, 97, 32, 255, 15, 98, 33, 255, 16, 103, 35, 255, 19, 111, 40, 255, 14, 99, 33, 255, 12, 93, 29, 255, 10, 73, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 2, 8, 3, 255, 12, 68, 26, 255, 11, 77, 26, 255, 15, 94, 32, 255, 15, 99, 34, 255, 16, 100, 35, 255, 18, 105, 38, 255, 18, 105, 39, 255, 19, 107, 40, 255, 19, 108, 40, 255, 19, 112, 40, 255, 19, 113, 41, 255, 17, 106, 37, 255, 14, 98, 32, 255, 15, 100, 34, 255, 15, 100, 34, 255, 16, 101, 34, 255, 15, 99, 33, 255, 16, 98, 32, 255, 14, 96, 31, 255, 12, 93, 29, 255, 12, 93, 30, 255, 13, 95, 31, 255, 18, 103, 35, 255, 17, 101, 34, 255, 14, 97, 32, 255, 15, 99, 34, 255, 16, 100, 35, 255, 17, 103, 37, 255, 19, 109, 40, 255, 16, 102, 36, 255, 17, 104, 37, 255, 21, 113, 43, 255, 18, 107, 39, 255, 17, 105, 37, 255, 23, 119, 44, 255, 22, 119, 44, 255, 14, 99, 33, 255, 15, 100, 33, 255, 17, 105, 36, 255, 16, 97, 33, 255, 7, 45, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 38, 14, 255, 11, 74, 25, 255, 13, 85, 29, 255, 16, 101, 35, 255, 14, 96, 32, 255, 16, 99, 35, 255, 15, 98, 34, 255, 16, 99, 35, 255, 17, 102, 36, 255, 14, 97, 33, 255, 15, 100, 35, 255, 17, 102, 37, 255, 19, 111, 40, 255, 19, 113, 40, 255, 16, 105, 36, 255, 18, 109, 38, 255, 17, 106, 36, 255, 16, 99, 33, 255, 15, 98, 32, 255, 16, 99, 32, 255, 14, 97, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 94, 30, 255, 14, 97, 32, 255, 12, 93, 29, 255, 13, 94, 30, 255, 13, 94, 30, 255, 15, 99, 34, 255, 16, 102, 36, 255, 15, 100, 34, 255, 12, 93, 30, 255, 12, 93, 30, 255, 15, 100, 34, 255, 21, 113, 43, 255, 20, 111, 42, 255, 17, 105, 37, 255, 16, 102, 35, 255, 16, 103, 35, 255, 16, 102, 35, 255, 17, 103, 35, 255, 17, 102, 35, 255, 18, 104, 36, 255, 14, 72, 26, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 11, 70, 26, 255, 12, 79, 27, 255, 14, 90, 30, 255, 13, 95, 31, 255, 16, 98, 33, 255, 22, 107, 39, 255, 17, 100, 35, 255, 12, 92, 29, 255, 15, 99, 34, 255, 16, 100, 36, 255, 14, 97, 33, 255, 12, 93, 30, 255, 13, 96, 32, 255, 12, 94, 30, 255, 17, 105, 37, 255, 18, 110, 39, 255, 17, 105, 36, 255, 22, 111, 39, 255, 17, 104, 35, 255, 13, 94, 30, 255, 15, 98, 32, 255, 16, 99, 32, 255, 14, 96, 31, 255, 14, 96, 31, 255, 16, 100, 34, 255, 14, 96, 31, 255, 15, 98, 32, 255, 20, 107, 38, 255, 19, 104, 36, 255, 17, 101, 34, 255, 19, 107, 38, 255, 21, 113, 43, 255, 19, 108, 40, 255, 16, 100, 35, 255, 17, 105, 37, 255, 15, 100, 34, 255, 14, 96, 32, 255, 15, 100, 34, 255, 13, 96, 32, 255, 16, 100, 34, 255, 14, 97, 32, 255, 14, 97, 32, 255, 16, 99, 33, 255, 18, 104, 36, 255, 21, 109, 39, 255, 18, 94, 33, 255, 7, 39, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 5, 25, 9, 255, 13, 72, 27, 255, 14, 81, 31, 255, 16, 91, 35, 255, 16, 98, 33, 255, 14, 96, 32, 255, 17, 100, 34, 255, 15, 97, 33, 255, 12, 93, 30, 255, 15, 98, 33, 255, 17, 102, 36, 255, 13, 96, 32, 255, 15, 99, 34, 255, 18, 105, 38, 255, 16, 101, 36, 255, 13, 95, 31, 255, 17, 106, 38, 255, 18, 110, 39, 255, 15, 99, 33, 255, 16, 100, 33, 255, 15, 99, 32, 255, 12, 94, 30, 255, 16, 100, 33, 255, 15, 99, 32, 255, 13, 95, 31, 255, 13, 96, 31, 255, 15, 100, 34, 255, 11, 92, 29, 255, 11, 92, 29, 255, 14, 97, 32, 255, 18, 104, 36, 255, 19, 107, 38, 255, 21, 116, 43, 255, 22, 119, 45, 255, 18, 106, 38, 255, 16, 101, 35, 255, 13, 96, 32, 255, 12, 94, 30, 255, 12, 93, 30, 255, 14, 96, 32, 255, 12, 94, 31, 255, 16, 101, 35, 255, 13, 96, 31, 255, 13, 95, 31, 255, 12, 93, 30, 255, 17, 102, 35, 255, 23, 111, 40, 255, 20, 107, 38, 255, 19, 105, 37, 255, 11, 61, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 58, 21, 255, 18, 85, 31, 255, 19, 91, 33, 255, 19, 97, 36, 255, 17, 102, 38, 255, 17, 98, 36, 255, 18, 101, 35, 255, 12, 93, 29, 255, 14, 99, 33, 255, 16, 102, 36, 255, 16, 100, 35, 255, 16, 100, 35, 255, 15, 99, 34, 255, 16, 100, 35, 255, 20, 109, 42, 255, 23, 114, 46, 255, 19, 110, 40, 255, 19, 112, 40, 255, 17, 106, 36, 255, 15, 100, 34, 255, 13, 94, 30, 255, 12, 94, 30, 255, 17, 103, 34, 255, 20, 108, 37, 255, 13, 95, 30, 255, 14, 99, 34, 255, 18, 112, 42, 255, 18, 110, 42, 255, 14, 98, 33, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 97, 32, 255, 17, 108, 38, 255, 16, 104, 35, 255, 16, 104, 35, 255, 17, 107, 37, 255, 17, 106, 38, 255, 17, 103, 37, 255, 15, 99, 34, 255, 13, 95, 31, 255, 15, 99, 34, 255, 17, 104, 37, 255, 20, 111, 41, 255, 18, 106, 38, 255, 15, 99, 33, 255, 13, 95, 31, 255, 16, 100, 34, 255, 14, 97, 32, 255, 17, 102, 35, 255, 22, 110, 39, 255, 17, 102, 35, 255, 10, 74, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 33, 13, 255, 16, 75, 28, 255, 19, 87, 32, 255, 17, 100, 37, 255, 17, 101, 38, 255, 17, 101, 38, 255, 17, 99, 37, 255, 17, 100, 37, 255, 12, 94, 30, 255, 14, 98, 33, 255, 17, 105, 38, 255, 16, 100, 35, 255, 16, 100, 35, 255, 17, 103, 37, 255, 21, 112, 43, 255, 23, 115, 45, 255, 23, 120, 46, 255, 20, 114, 41, 255, 19, 113, 40, 255, 19, 112, 40, 255, 23, 122, 46, 255, 17, 107, 37, 255, 15, 101, 34, 255, 19, 110, 40, 255, 22, 121, 49, 255, 16, 106, 38, 255, 18, 113, 43, 255, 16, 106, 38, 255, 15, 102, 36, 255, 13, 97, 33, 255, 12, 92, 29, 255, 14, 98, 32, 255, 16, 104, 36, 255, 18, 110, 39, 255, 16, 104, 35, 255, 12, 94, 30, 255, 13, 96, 31, 255, 15, 101, 34, 255, 17, 104, 36, 255, 17, 104, 37, 255, 13, 96, 32, 255, 11, 92, 29, 255, 17, 103, 36, 255, 17, 104, 37, 255, 19, 107, 39, 255, 17, 104, 37, 255, 16, 100, 34, 255, 23, 111, 40, 255, 16, 101, 34, 255, 12, 92, 29, 255, 14, 96, 31, 255, 12, 94, 30, 255, 16, 101, 34, 255, 18, 103, 35, 255, 7, 47, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 3, 14, 6, 255, 12, 66, 26, 255, 19, 88, 32, 255, 19, 87, 33, 255, 19, 100, 37, 255, 17, 102, 39, 255, 17, 102, 39, 255, 17, 102, 39, 255, 17, 103, 39, 255, 17, 106, 40, 255, 17, 103, 37, 255, 19, 107, 40, 255, 16, 100, 35, 255, 16, 100, 35, 255, 17, 103, 36, 255, 20, 107, 39, 255, 21, 107, 40, 255, 21, 107, 40, 255, 19, 105, 38, 255, 16, 102, 35, 255, 17, 107, 37, 255, 14, 99, 33, 255, 16, 105, 36, 255, 19, 111, 40, 255, 18, 109, 39, 255, 16, 103, 36, 255, 12, 94, 30, 255, 12, 93, 30, 255, 14, 99, 34, 255, 17, 110, 41, 255, 14, 100, 35, 255, 12, 92, 29, 255, 14, 99, 33, 255, 19, 111, 40, 255, 16, 104, 35, 255, 13, 97, 32, 255, 17, 108, 38, 255, 15, 102, 34, 255, 12, 92, 29, 255, 18, 104, 36, 255, 22, 110, 40, 255, 16, 100, 34, 255, 16, 101, 35, 255, 22, 114, 43, 255, 26, 123, 49, 255, 22, 114, 43, 255, 14, 97, 32, 255, 14, 97, 33, 255, 21, 110, 42, 255, 19, 106, 38, 255, 17, 102, 35, 255, 13, 95, 31, 255, 13, 95, 31, 255, 15, 99, 33, 255, 12, 92, 29, 255, 15, 98, 33, 255, 13, 74, 26, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 43, 17, 255, 20, 97, 35, 255, 20, 95, 35, 255, 20, 95, 36, 255, 19, 104, 39, 255, 20, 102, 38, 255, 17, 102, 39, 255, 17, 102, 39, 255, 17, 102, 39, 255, 17, 101, 38, 255, 17, 101, 38, 255, 16, 100, 35, 255, 16, 100, 35, 255, 17, 102, 37, 255, 20, 107, 40, 255, 18, 100, 36, 255, 19, 101, 37, 255, 20, 104, 38, 255, 19, 103, 38, 255, 22, 110, 43, 255, 21, 114, 43, 255, 19, 112, 40, 255, 19, 110, 40, 255, 21, 114, 43, 255, 18, 108, 39, 255, 15, 100, 34, 255, 13, 95, 31, 255, 15, 102, 35, 255, 16, 105, 38, 255, 17, 105, 38, 255, 13, 96, 32, 255, 13, 95, 31, 255, 13, 96, 31, 255, 19, 109, 40, 255, 21, 113, 43, 255, 19, 109, 40, 255, 23, 120, 45, 255, 18, 104, 36, 255, 13, 94, 30, 255, 17, 101, 34, 255, 17, 101, 34, 255, 17, 101, 34, 255, 20, 106, 37, 255, 15, 98, 33, 255, 14, 97, 32, 255, 14, 97, 33, 255, 13, 94, 31, 255, 11, 92, 29, 255, 14, 97, 33, 255, 15, 98, 34, 255, 15, 99, 33, 255, 19, 105, 36, 255, 18, 103, 36, 255, 19, 105, 37, 255, 18, 103, 36, 255, 19, 105, 37, 255, 19, 105, 37, 255, 17, 96, 34, 255, 8, 43, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 5, 22, 9, 255, 12, 68, 23, 255, 16, 89, 35, 255, 17, 96, 37, 255, 17, 104, 41, 255, 17, 103, 40, 255, 18, 105, 40, 255, 20, 104, 39, 255, 20, 102, 38, 255, 17, 101, 38, 255, 17, 98, 36, 255, 17, 96, 35, 255, 18, 99, 37, 255, 17, 106, 37, 255, 13, 97, 32, 255, 18, 106, 38, 255, 21, 108, 40, 255, 23, 111, 43, 255, 21, 107, 41, 255, 19, 102, 37, 255, 18, 100, 36, 255, 23, 114, 43, 255, 21, 113, 42, 255, 19, 111, 40, 255, 22, 116, 44, 255, 16, 102, 35, 255, 12, 93, 30, 255, 12, 93, 30, 255, 14, 100, 34, 255, 14, 98, 32, 255, 13, 96, 32, 255, 15, 99, 34, 255, 14, 96, 32, 255, 12, 92, 29, 255, 15, 100, 34, 255, 16, 100, 35, 255, 16, 104, 36, 255, 19, 113, 40, 255, 17, 103, 35, 255, 12, 93, 30, 255, 17, 102, 34, 255, 17, 102, 35, 255, 14, 96, 31, 255, 16, 99, 33, 255, 14, 97, 32, 255, 12, 93, 30, 255, 12, 93, 30, 255, 12, 93, 30, 255, 16, 102, 37, 255, 18, 106, 40, 255, 22, 111, 44, 255, 17, 103, 37, 255, 15, 100, 34, 255, 18, 105, 37, 255, 19, 105, 37, 255, 18, 104, 36, 255, 19, 105, 37, 255, 20, 106, 37, 255, 24, 108, 40, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 9, 41, 15, 255, 16, 76, 28, 255, 16, 92, 36, 255, 18, 107, 42, 255, 18, 108, 42, 255, 17, 103, 40, 255, 17, 103, 40, 255, 18, 105, 40, 255, 19, 104, 39, 255, 20, 102, 38, 255, 17, 100, 38, 255, 18, 100, 37, 255, 21, 103, 38, 255, 22, 107, 40, 255, 20, 115, 41, 255, 18, 111, 39, 255, 16, 105, 36, 255, 22, 113, 43, 255, 25, 118, 48, 255, 21, 109, 41, 255, 18, 104, 38, 255, 21, 111, 41, 255, 22, 115, 43, 255, 18, 106, 38, 255, 22, 114, 42, 255, 16, 101, 35, 255, 11, 92, 29, 255, 12, 93, 30, 255, 14, 98, 32, 255, 16, 105, 36, 255, 15, 100, 33, 255, 12, 95, 31, 255, 13, 95, 31, 255, 15, 98, 33, 255, 15, 100, 35, 255, 18, 109, 39, 255, 18, 110, 39, 255, 18, 110, 39, 255, 18, 108, 38, 255, 16, 102, 35, 255, 17, 104, 36, 255, 15, 98, 33, 255, 14, 96, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 94, 30, 255, 19, 104, 36, 255, 19, 105, 36, 255, 12, 93, 30, 255, 16, 101, 36, 255, 18, 106, 39, 255, 15, 101, 34, 255, 13, 95, 31, 255, 15, 102, 35, 255, 17, 104, 36, 255, 15, 99, 33, 255, 13, 94, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 4, 18, 7, 255, 16, 71, 26, 255, 16, 96, 37, 255, 18, 113, 44, 255, 21, 110, 39, 255, 18, 106, 37, 255, 20, 106, 40, 255, 20, 104, 39, 255, 19, 102, 39, 255, 18, 102, 38, 255, 19, 99, 37, 255, 16, 99, 37, 255, 19, 103, 38, 255, 22, 106, 40, 255, 23, 108, 40, 255, 18, 108, 38, 255, 14, 98, 32, 255, 15, 102, 34, 255, 19, 111, 40, 255, 18, 106, 38, 255, 17, 103, 37, 255, 17, 104, 37, 255, 17, 104, 37, 255, 17, 103, 37, 255, 17, 104, 37, 255, 16, 102, 36, 255, 16, 100, 35, 255, 14, 99, 33, 255, 13, 96, 31, 255, 16, 104, 35, 255, 20, 114, 41, 255, 19, 111, 40, 255, 17, 106, 37, 255, 18, 110, 39, 255, 12, 93, 30, 255, 13, 97, 32, 255, 20, 113, 41, 255, 17, 108, 38, 255, 18, 110, 39, 255, 20, 116, 42, 255, 19, 113, 40, 255, 21, 113, 40, 255, 22, 111, 39, 255, 18, 104, 36, 255, 13, 95, 31, 255, 13, 95, 31, 255, 18, 103, 36, 255, 17, 102, 35, 255, 12, 93, 30, 255, 13, 95, 31, 255, 15, 101, 34, 255, 16, 101, 35, 255, 14, 98, 32, 255, 14, 97, 32, 255, 16, 101, 35, 255, 16, 101, 35, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 69, 25, 255, 16, 93, 36, 255, 24, 113, 41, 255, 26, 125, 45, 255, 21, 117, 41, 255, 15, 103, 35, 255, 23, 110, 40, 255, 22, 107, 39, 255, 22, 104, 38, 255, 17, 102, 38, 255, 17, 97, 36, 255, 14, 96, 36, 255, 15, 97, 37, 255, 19, 102, 38, 255, 22, 107, 40, 255, 17, 108, 38, 255, 12, 94, 30, 255, 12, 93, 29, 255, 14, 97, 33, 255, 16, 101, 35, 255, 20, 110, 40, 255, 24, 119, 46, 255, 21, 111, 41, 255, 16, 101, 35, 255, 13, 94, 31, 255, 13, 96, 32, 255, 12, 93, 30, 255, 12, 94, 30, 255, 15, 101, 34, 255, 15, 101, 34, 255, 12, 93, 29, 255, 15, 99, 34, 255, 21, 113, 44, 255, 13, 96, 32, 255, 11, 92, 29, 255, 14, 98, 32, 255, 15, 101, 34, 255, 13, 96, 31, 255, 13, 95, 31, 255, 19, 107, 37, 255, 22, 113, 39, 255, 15, 100, 33, 255, 13, 96, 31, 255, 18, 103, 35, 255, 17, 102, 35, 255, 16, 99, 33, 255, 15, 97, 32, 255, 13, 95, 31, 255, 14, 97, 32, 255, 17, 102, 34, 255, 16, 103, 35, 255, 19, 111, 41, 255, 19, 110, 40, 255, 28, 100, 41, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 38, 15, 255, 16, 86, 34, 255, 22, 98, 36, 255, 25, 118, 43, 255, 25, 117, 42, 255, 24, 110, 40, 255, 18, 105, 36, 255, 13, 97, 32, 255, 22, 103, 38, 255, 22, 105, 39, 255, 17, 104, 39, 255, 18, 99, 37, 255, 11, 92, 35, 255, 14, 96, 36, 255, 18, 101, 38, 255, 18, 101, 38, 255, 13, 96, 32, 255, 15, 100, 35, 255, 15, 99, 34, 255, 12, 94, 30, 255, 18, 106, 39, 255, 24, 118, 47, 255, 24, 118, 46, 255, 20, 110, 42, 255, 20, 109, 41, 255, 19, 109, 41, 255, 13, 96, 32, 255, 13, 95, 31, 255, 17, 105, 38, 255, 17, 105, 37, 255, 18, 108, 39, 255, 15, 101, 35, 255, 15, 99, 34, 255, 13, 96, 32, 255, 15, 99, 34, 255, 15, 99, 34, 255, 16, 100, 35, 255, 15, 100, 34, 255, 11, 92, 29, 255, 12, 93, 30, 255, 15, 98, 32, 255, 21, 110, 38, 255, 19, 106, 36, 255, 14, 97, 32, 255, 16, 99, 33, 255, 13, 96, 31, 255, 12, 93, 30, 255, 15, 100, 33, 255, 15, 99, 33, 255, 16, 102, 34, 255, 14, 97, 32, 255, 12, 94, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 2, 8, 3, 255, 19, 85, 31, 255, 20, 83, 31, 255, 24, 113, 41, 255, 24, 107, 39, 255, 23, 110, 39, 255, 20, 106, 37, 255, 17, 105, 35, 255, 12, 97, 31, 255, 21, 100, 37, 255, 22, 104, 38, 255, 17, 105, 40, 255, 18, 103, 38, 255, 16, 99, 37, 255, 21, 105, 39, 255, 22, 107, 40, 255, 20, 104, 39, 255, 18, 106, 38, 255, 19, 109, 40, 255, 14, 97, 32, 255, 13, 95, 32, 255, 13, 96, 31, 255, 18, 104, 36, 255, 17, 102, 35, 255, 14, 96, 32, 255, 16, 100, 35, 255, 17, 104, 37, 255, 18, 106, 38, 255, 14, 96, 32, 255, 13, 95, 31, 255, 17, 102, 35, 255, 17, 102, 35, 255, 13, 95, 31, 255, 11, 92, 29, 255, 12, 93, 30, 255, 16, 102, 35, 255, 17, 105, 37, 255, 18, 110, 38, 255, 18, 110, 38, 255, 16, 102, 34, 255, 13, 94, 30, 255, 14, 96, 31, 255, 12, 93, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 94, 30, 255, 13, 96, 31, 255, 18, 92, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 12, 38, 16, 255, 18, 77, 29, 255, 20, 86, 32, 255, 23, 102, 37, 255, 21, 101, 36, 255, 20, 105, 36, 255, 20, 116, 39, 255, 18, 110, 37, 255, 14, 98, 32, 255, 17, 104, 37, 255, 22, 104, 38, 255, 23, 107, 39, 255, 18, 105, 39, 255, 17, 100, 38, 255, 20, 104, 39, 255, 23, 108, 40, 255, 17, 105, 37, 255, 16, 102, 35, 255, 18, 104, 36, 255, 15, 98, 32, 255, 17, 101, 34, 255, 22, 110, 39, 255, 19, 104, 36, 255, 13, 95, 31, 255, 15, 98, 33, 255, 16, 101, 35, 255, 19, 105, 37, 255, 17, 102, 35, 255, 12, 93, 30, 255, 11, 92, 29, 255, 15, 99, 33, 255, 16, 100, 33, 255, 12, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 15, 102, 34, 255, 17, 105, 36, 255, 17, 106, 37, 255, 21, 118, 44, 255, 19, 111, 39, 255, 16, 102, 34, 255, 15, 98, 34, 255, 12, 93, 31, 255, 12, 93, 30, 255, 12, 94, 31, 255, 14, 97, 35, 255, 13, 95, 32, 255, 12, 92, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 11, 25, 12, 255, 16, 59, 25, 255, 20, 89, 32, 255, 18, 85, 30, 255, 19, 98, 34, 255, 19, 103, 36, 255, 20, 106, 37, 255, 20, 112, 38, 255, 18, 113, 39, 255, 15, 103, 35, 255, 23, 110, 40, 255, 23, 111, 40, 255, 18, 105, 40, 255, 20, 104, 39, 255, 18, 101, 37, 255, 18, 103, 37, 255, 14, 97, 32, 255, 13, 95, 31, 255, 13, 94, 30, 255, 13, 95, 31, 255, 17, 103, 35, 255, 16, 100, 34, 255, 12, 93, 30, 255, 15, 99, 34, 255, 16, 100, 35, 255, 18, 106, 38, 255, 16, 99, 33, 255, 18, 102, 35, 255, 19, 104, 36, 255, 15, 98, 32, 255, 15, 98, 32, 255, 13, 94, 30, 255, 12, 93, 30, 255, 14, 98, 32, 255, 16, 104, 35, 255, 16, 104, 36, 255, 16, 102, 35, 255, 16, 102, 35, 255, 15, 102, 35, 255, 15, 101, 35, 255, 16, 102, 36, 255, 13, 95, 31, 255, 12, 94, 31, 255, 11, 92, 29, 255, 13, 95, 32, 255, 11, 92, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 17, 9, 255, 16, 47, 21, 255, 18, 76, 28, 255, 18, 95, 33, 255, 19, 103, 35, 255, 19, 106, 36, 255, 20, 118, 40, 255, 24, 127, 46, 255, 23, 113, 42, 255, 18, 108, 38, 255, 16, 104, 36, 255, 20, 110, 40, 255, 17, 104, 40, 255, 19, 103, 39, 255, 14, 98, 34, 255, 13, 98, 33, 255, 17, 101, 35, 255, 15, 97, 32, 255, 15, 96, 32, 255, 12, 94, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 14, 98, 33, 255, 16, 102, 36, 255, 18, 106, 39, 255, 17, 104, 37, 255, 17, 102, 35, 255, 14, 96, 31, 255, 15, 97, 32, 255, 18, 102, 36, 255, 18, 101, 35, 255, 18, 102, 36, 255, 15, 98, 33, 255, 12, 94, 30, 255, 15, 101, 34, 255, 16, 102, 35, 255, 16, 102, 35, 255, 14, 97, 33, 255, 12, 93, 30, 255, 15, 100, 34, 255, 21, 113, 44, 255, 18, 105, 39, 255, 12, 93, 30, 255, 19, 80, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 34, 16, 255, 17, 68, 28, 255, 18, 105, 36, 255, 18, 105, 36, 255, 20, 115, 40, 255, 26, 133, 51, 255, 28, 127, 50, 255, 27, 119, 47, 255, 22, 115, 42, 255, 16, 103, 35, 255, 17, 107, 40, 255, 17, 107, 40, 255, 18, 102, 39, 255, 14, 100, 35, 255, 15, 101, 35, 255, 20, 105, 38, 255, 21, 106, 39, 255, 18, 102, 35, 255, 14, 96, 31, 255, 12, 92, 29, 255, 11, 92, 29, 255, 13, 95, 32, 255, 16, 100, 35, 255, 16, 100, 35, 255, 13, 96, 32, 255, 15, 103, 35, 255, 17, 104, 36, 255, 18, 101, 35, 255, 19, 103, 37, 255, 19, 103, 37, 255, 18, 101, 36, 255, 14, 96, 32, 255, 18, 102, 36, 255, 21, 108, 39, 255, 19, 107, 39, 255, 16, 101, 35, 255, 15, 99, 34, 255, 15, 99, 34, 255, 14, 97, 33, 255, 14, 97, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 23, 12, 255, 16, 53, 23, 255, 18, 88, 31, 255, 22, 107, 40, 255, 26, 121, 47, 255, 27, 120, 47, 255, 27, 121, 47, 255, 28, 122, 48, 255, 22, 113, 42, 255, 13, 98, 32, 255, 17, 99, 37, 255, 17, 102, 38, 255, 17, 102, 39, 255, 16, 104, 38, 255, 15, 101, 35, 255, 15, 97, 33, 255, 12, 93, 29, 255, 14, 95, 31, 255, 13, 94, 30, 255, 14, 97, 32, 255, 12, 94, 30, 255, 13, 96, 32, 255, 13, 95, 31, 255, 15, 101, 34, 255, 16, 103, 35, 255, 16, 103, 35, 255, 15, 99, 33, 255, 15, 97, 32, 255, 18, 102, 35, 255, 17, 100, 34, 255, 15, 97, 32, 255, 15, 97, 32, 255, 18, 101, 35, 255, 16, 98, 33, 255, 15, 97, 32, 255, 12, 93, 30, 255, 15, 98, 33, 255, 20, 93, 35, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 14, 8, 255, 15, 39, 18, 255, 17, 75, 30, 255, 25, 99, 40, 255, 26, 99, 40, 255, 26, 111, 44, 255, 27, 119, 47, 255, 28, 123, 48, 255, 26, 121, 45, 255, 22, 121, 44, 255, 19, 112, 40, 255, 17, 103, 39, 255, 17, 103, 40, 255, 16, 100, 36, 255, 14, 98, 33, 255, 15, 98, 32, 255, 15, 98, 32, 255, 18, 104, 36, 255, 18, 104, 36, 255, 19, 105, 37, 255, 16, 102, 35, 255, 16, 102, 35, 255, 16, 103, 35, 255, 12, 93, 30, 255, 14, 98, 33, 255, 15, 100, 34, 255, 14, 99, 33, 255, 18, 105, 37, 255, 19, 104, 37, 255, 16, 98, 33, 255, 18, 101, 35, 255, 18, 101, 35, 255, 16, 98, 33, 255, 17, 99, 34, 255, 18, 102, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 27, 14, 255, 16, 59, 25, 255, 24, 85, 36, 255, 25, 95, 39, 255, 26, 106, 42, 255, 27, 121, 46, 255, 27, 128, 47, 255, 27, 127, 47, 255, 24, 122, 44, 255, 18, 112, 39, 255, 17, 105, 39, 255, 17, 103, 40, 255, 16, 96, 35, 255, 14, 95, 33, 255, 12, 93, 29, 255, 16, 100, 34, 255, 17, 101, 34, 255, 13, 94, 30, 255, 15, 100, 34, 255, 18, 109, 39, 255, 19, 112, 40, 255, 14, 98, 32, 255, 13, 96, 31, 255, 15, 100, 34, 255, 16, 102, 35, 255, 17, 106, 38, 255, 20, 113, 42, 255, 18, 107, 38, 255, 19, 103, 36, 255, 19, 102, 36, 255, 16, 98, 33, 255, 20, 102, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 11, 17, 9, 255, 16, 45, 20, 255, 24, 81, 34, 255, 25, 90, 37, 255, 24, 100, 38, 255, 26, 118, 44, 255, 27, 126, 47, 255, 28, 130, 48, 255, 24, 121, 44, 255, 18, 109, 38, 255, 14, 99, 33, 255, 17, 98, 37, 255, 16, 96, 36, 255, 15, 96, 34, 255, 13, 96, 31, 255, 16, 101, 34, 255, 15, 101, 35, 255, 17, 106, 38, 255, 17, 106, 37, 255, 13, 95, 31, 255, 12, 94, 30, 255, 17, 107, 37, 255, 17, 105, 36, 255, 16, 102, 35, 255, 16, 104, 36, 255, 14, 98, 33, 255, 18, 109, 39, 255, 17, 105, 37, 255, 19, 107, 38, 255, 33, 91, 39, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 32, 15, 255, 16, 66, 27, 255, 20, 81, 31, 255, 23, 103, 38, 255, 25, 114, 42, 255, 27, 125, 46, 255, 27, 123, 46, 255, 25, 109, 40, 255, 21, 109, 40, 255, 20, 112, 42, 255, 20, 104, 38, 255, 17, 102, 39, 255, 20, 99, 37, 255, 15, 99, 34, 255, 17, 104, 36, 255, 16, 102, 35, 255, 13, 97, 32, 255, 16, 103, 35, 255, 15, 101, 35, 255, 13, 96, 32, 255, 12, 94, 31, 255, 15, 99, 33, 255, 16, 102, 35, 255, 13, 95, 31, 255, 17, 106, 38, 255, 19, 111, 41, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 12, 21, 11, 255, 16, 51, 22, 255, 21, 90, 34, 255, 22, 92, 35, 255, 24, 103, 39, 255, 26, 120, 45, 255, 25, 114, 42, 255, 25, 111, 41, 255, 23, 110, 41, 255, 20, 111, 41, 255, 23, 109, 39, 255, 17, 103, 40, 255, 21, 98, 37, 255, 23, 114, 46, 255, 21, 113, 43, 255, 19, 111, 40, 255, 17, 106, 38, 255, 16, 104, 36, 255, 18, 107, 38, 255, 15, 99, 33, 255, 16, 104, 36, 255, 18, 108, 39, 255, 20, 113, 42, 255, 30, 106, 44, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 9, 12, 7, 255, 15, 38, 17, 255, 17, 73, 29, 255, 20, 81, 31, 255, 22, 95, 36, 255, 23, 101, 38, 255, 24, 108, 40, 255, 26, 114, 42, 255, 25, 119, 44, 255, 17, 106, 36, 255, 14, 99, 33, 255, 17, 99, 39, 255, 21, 98, 37, 255, 15, 98, 34, 255, 13, 96, 32, 255, 15, 101, 34, 255, 19, 110, 40, 255, 21, 114, 43, 255, 17, 106, 38, 255, 20, 113, 41, 255, 21, 116, 44, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 26, 13, 255, 16, 57, 24, 255, 20, 78, 30, 255, 21, 86, 33, 255, 23, 96, 36, 255, 25, 115, 43, 255, 27, 125, 46, 255, 26, 114, 42, 255, 22, 109, 40, 255, 21, 115, 44, 255, 22, 106, 39, 255, 22, 102, 38, 255, 15, 99, 34, 255, 15, 99, 34, 255, 15, 100, 34, 255, 18, 108, 38, 255, 20, 113, 42, 255, 21, 107, 40, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 16, 9, 255, 15, 42, 19, 255, 19, 74, 29, 255, 21, 88, 33, 255, 24, 108, 40, 255, 25, 113, 42, 255, 24, 107, 40, 255, 24, 110, 42, 255, 24, 117, 45, 255, 20, 112, 42, 255, 19, 107, 39, 255, 20, 110, 42, 255, 16, 101, 35, 255, 15, 98, 33, 255, 15, 98, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 30, 15, 255, 16, 62, 26, 255, 22, 97, 36, 255, 23, 102, 38, 255, 22, 96, 37, 255, 22, 95, 37, 255, 25, 115, 44, 255, 25, 123, 48, 255, 24, 125, 48, 255, 23, 119, 46, 255, 18, 106, 38, 255, 18, 106, 38, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 12, 20, 10, 255, 16, 48, 21, 255, 21, 89, 33, 255, 21, 87, 34, 255, 22, 94, 37, 255, 24, 113, 43, 255, 25, 122, 47, 255, 27, 132, 51, 255, 25, 133, 51, 255, 17, 94, 35, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 35, 17, 255, 17, 68, 29, 255, 20, 85, 33, 255, 22, 96, 37, 255, 23, 106, 41, 255, 23, 104, 41, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 24, 12, 255, 16, 53, 23, 255, 20, 81, 32, 255, 21, 89, 35, 255, 20, 82, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 15, 8, 255, 15, 40, 18, 255, 15, 64, 26, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 11, 24, 12, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 1, 4, 2, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255), "format": "RGBA8", "height": 64, "mipmaps": false, "width": 64 } -[sub_resource type="ImageTexture" id=56] -image = SubResource( 86 ) -size = Vector2( 64, 64 ) +[sub_resource type="ImageTexture" id="56"] +image = SubResource("Image_tmuqv") -[sub_resource type="ConcavePolygonShape3D" id=57] -data = PackedVector3Array( -0.6999, -1.0999, 1.1, -0.4994, -1.1999, 1.1, -0.6999, -1.1999, 1.1, -0.6999, -1.0999, 1.1, -0.4994, -1.0999, 1.1, -0.4994, -1.1999, 1.1, -0.9692, -1.0999, 0.9601, -0.6999, -1.1999, 1.1, -0.9692, -1.1999, 0.9601, -0.9692, -1.0999, 0.9601, -0.6999, -1.0999, 1.1, -0.6999, -1.1999, 1.1, 1, -1.1999, 1.1, -0.4994, -1.2999, 1, -0.4994, -1.1999, 1.1, 1, -1.1999, 1.1, 1, -1.2999, 1, -0.4994, -1.2999, 1, -1.0999, -1.1999, 0.7, -0.9999, -1.2999, 0.4992, -1.0999, -1.1999, 0.4992, -1.0999, -1.1999, 0.7, -0.9999, -1.2999, 0.7, -0.9999, -1.2999, 0.4992, -0.9692, -1.1999, 0.9601, -0.9999, -1.2999, 0.7, -1.0999, -1.1999, 0.7, -0.9692, -1.1999, 0.9601, -0.8999, -1.2999, 0.9, -0.9999, -1.2999, 0.7, -1.0999, -1.0999, -0.9999, -1.0999, -1.1999, 0.4992, -1.0999, -1.1999, -0.9999, -1.0999, -1.0999, -0.9999, -1.0999, -1.0999, 0.4992, -1.0999, -1.1999, 0.4992, -1.0999, -1.1999, -0.9999, -0.9999, -1.2999, 0.4992, -0.9999, -1.2999, -0.9999, -1.0999, -1.1999, -0.9999, -1.0999, -1.1999, 0.4992, -0.9999, -1.2999, 0.4992, 1, -1.0999, 1.1, -0.4994, -1.1999, 1.1, -0.4994, -1.0999, 1.1, 1, -1.0999, 1.1, 1, -1.1999, 1.1, -0.4994, -1.1999, 1.1, -1.0999, -1.0999, 0.7, -1.0999, -1.1999, 0.4992, -1.0999, -1.0999, 0.4992, -1.0999, -1.0999, 0.7, -1.0999, -1.1999, 0.7, -1.0999, -1.1999, 0.4992, -0.6999, -1.1999, 1.1, -0.4994, -1.2999, 1, -0.6999, -1.2999, 1, -0.6999, -1.1999, 1.1, -0.4994, -1.1999, 1.1, -0.4994, -1.2999, 1, -0.9692, -1.0999, 0.9601, -1.0999, -1.1999, 0.7, -1.0999, -1.0999, 0.7, -0.9692, -1.0999, 0.9601, -0.9692, -1.1999, 0.9601, -1.0999, -1.1999, 0.7, -0.9692, -1.1999, 0.9601, -0.6999, -1.2999, 1, -0.8999, -1.2999, 0.9, -0.9692, -1.1999, 0.9601, -0.6999, -1.1999, 1.1, -0.6999, -1.2999, 1, -0.4994, -1.0999, 1.1, -0.6999, -0.9999, 1, -0.4994, -0.9999, 1, -0.4994, -1.0999, 1.1, -0.6999, -1.0999, 1.1, -0.6999, -0.9999, 1, -0.8999, -0.9999, 0.9, -0.6999, -1.0999, 1.1, -0.9692, -1.0999, 0.9601, -0.8999, -0.9999, 0.9, -0.6999, -0.9999, 1, -0.6999, -1.0999, 1.1, -0.4994, -1.0999, 1.1, 1, -0.9999, 1, 1, -1.0999, 1.1, -0.4994, -1.0999, 1.1, -0.4994, -0.9999, 1, 1, -0.9999, 1, -1.0999, -1.0999, 0.4992, -0.9999, -0.9999, 0.7, -1.0999, -1.0999, 0.7, -1.0999, -1.0999, 0.4992, -0.9999, -0.9999, 0.4992, -0.9999, -0.9999, 0.7, -1.0999, -1.0999, 0.7, -0.8999, -0.9999, 0.9, -0.9692, -1.0999, 0.9601, -1.0999, -1.0999, 0.7, -0.9999, -0.9999, 0.7, -0.8999, -0.9999, 0.9, -1.0999, -1.0999, 0.4992, -0.9999, -0.9999, -0.9999, -0.9999, -0.9999, 0.4992, -1.0999, -1.0999, 0.4992, -1.0999, -1.0999, -0.9999, -0.9999, -0.9999, -0.9999, -0.9999, -0.9999, 0.7, -0.7999, -0.9999, 0.8, -0.8999, -0.9999, 0.9, -0.9999, -0.9999, 0.7, -0.8999, -0.9999, 0.7, -0.7999, -0.9999, 0.8, -0.9999, -0.9999, 0.4992, -0.8999, -0.9999, -0.9999, -0.8999, -0.9999, 0.4992, -0.9999, -0.9999, 0.4992, -0.9999, -0.9999, -0.9999, -0.8999, -0.9999, -0.9999, -0.6999, -0.9999, 1, -0.7999, -0.9999, 0.8, -0.6999, -0.9999, 0.9, -0.6999, -0.9999, 1, -0.8999, -0.9999, 0.9, -0.7999, -0.9999, 0.8, -0.9999, -0.9999, 0.4992, -0.8999, -0.9999, 0.7, -0.9999, -0.9999, 0.7, -0.9999, -0.9999, 0.4992, -0.8999, -0.9999, 0.4992, -0.8999, -0.9999, 0.7, -0.4994, -0.9999, 1, 1, -0.9999, 0.9, 1, -0.9999, 1, -0.4994, -0.9999, 1, -0.4994, -0.9999, 0.9, 1, -0.9999, 0.9, -0.4994, -0.9999, 1, -0.6999, -0.9999, 0.9, -0.4994, -0.9999, 0.9, -0.4994, -0.9999, 1, -0.6999, -0.9999, 1, -0.6999, -0.9999, 0.9, -0.8999, -0.9999, 0.4992, -0.8999, -0.9999, -0.9999, 1, -0.9999, -0.9999, -0.8999, -0.9999, 0.4992, 1, -0.9999, -0.9999, 1, -0.9999, 0.9, -0.8999, -0.9999, 0.4992, 1, -0.9999, 0.9, -0.8999, -0.9999, 0.7, -0.8999, -0.9999, 0.7, 1, -0.9999, 0.9, -0.7999, -0.9999, 0.8, -0.7999, -0.9999, 0.8, 1, -0.9999, 0.9, -0.6999, -0.9999, 0.9, -0.6999, -0.9999, 0.9, 1, -0.9999, 0.9, -0.4994, -0.9999, 0.9 ) +[sub_resource type="ConcavePolygonShape3D" id="57"] +data = PackedVector3Array(-0.6999, -1.0999, 1.1, -0.4994, -1.1999, 1.1, -0.6999, -1.1999, 1.1, -0.6999, -1.0999, 1.1, -0.4994, -1.0999, 1.1, -0.4994, -1.1999, 1.1, -0.9692, -1.0999, 0.9601, -0.6999, -1.1999, 1.1, -0.9692, -1.1999, 0.9601, -0.9692, -1.0999, 0.9601, -0.6999, -1.0999, 1.1, -0.6999, -1.1999, 1.1, 1, -1.1999, 1.1, -0.4994, -1.2999, 1, -0.4994, -1.1999, 1.1, 1, -1.1999, 1.1, 1, -1.2999, 1, -0.4994, -1.2999, 1, -1.0999, -1.1999, 0.7, -0.9999, -1.2999, 0.4992, -1.0999, -1.1999, 0.4992, -1.0999, -1.1999, 0.7, -0.9999, -1.2999, 0.7, -0.9999, -1.2999, 0.4992, -0.9692, -1.1999, 0.9601, -0.9999, -1.2999, 0.7, -1.0999, -1.1999, 0.7, -0.9692, -1.1999, 0.9601, -0.8999, -1.2999, 0.9, -0.9999, -1.2999, 0.7, -1.0999, -1.0999, -0.9999, -1.0999, -1.1999, 0.4992, -1.0999, -1.1999, -0.9999, -1.0999, -1.0999, -0.9999, -1.0999, -1.0999, 0.4992, -1.0999, -1.1999, 0.4992, -1.0999, -1.1999, -0.9999, -0.9999, -1.2999, 0.4992, -0.9999, -1.2999, -0.9999, -1.0999, -1.1999, -0.9999, -1.0999, -1.1999, 0.4992, -0.9999, -1.2999, 0.4992, 1, -1.0999, 1.1, -0.4994, -1.1999, 1.1, -0.4994, -1.0999, 1.1, 1, -1.0999, 1.1, 1, -1.1999, 1.1, -0.4994, -1.1999, 1.1, -1.0999, -1.0999, 0.7, -1.0999, -1.1999, 0.4992, -1.0999, -1.0999, 0.4992, -1.0999, -1.0999, 0.7, -1.0999, -1.1999, 0.7, -1.0999, -1.1999, 0.4992, -0.6999, -1.1999, 1.1, -0.4994, -1.2999, 1, -0.6999, -1.2999, 1, -0.6999, -1.1999, 1.1, -0.4994, -1.1999, 1.1, -0.4994, -1.2999, 1, -0.9692, -1.0999, 0.9601, -1.0999, -1.1999, 0.7, -1.0999, -1.0999, 0.7, -0.9692, -1.0999, 0.9601, -0.9692, -1.1999, 0.9601, -1.0999, -1.1999, 0.7, -0.9692, -1.1999, 0.9601, -0.6999, -1.2999, 1, -0.8999, -1.2999, 0.9, -0.9692, -1.1999, 0.9601, -0.6999, -1.1999, 1.1, -0.6999, -1.2999, 1, -0.4994, -1.0999, 1.1, -0.6999, -0.9999, 1, -0.4994, -0.9999, 1, -0.4994, -1.0999, 1.1, -0.6999, -1.0999, 1.1, -0.6999, -0.9999, 1, -0.8999, -0.9999, 0.9, -0.6999, -1.0999, 1.1, -0.9692, -1.0999, 0.9601, -0.8999, -0.9999, 0.9, -0.6999, -0.9999, 1, -0.6999, -1.0999, 1.1, -0.4994, -1.0999, 1.1, 1, -0.9999, 1, 1, -1.0999, 1.1, -0.4994, -1.0999, 1.1, -0.4994, -0.9999, 1, 1, -0.9999, 1, -1.0999, -1.0999, 0.4992, -0.9999, -0.9999, 0.7, -1.0999, -1.0999, 0.7, -1.0999, -1.0999, 0.4992, -0.9999, -0.9999, 0.4992, -0.9999, -0.9999, 0.7, -1.0999, -1.0999, 0.7, -0.8999, -0.9999, 0.9, -0.9692, -1.0999, 0.9601, -1.0999, -1.0999, 0.7, -0.9999, -0.9999, 0.7, -0.8999, -0.9999, 0.9, -1.0999, -1.0999, 0.4992, -0.9999, -0.9999, -0.9999, -0.9999, -0.9999, 0.4992, -1.0999, -1.0999, 0.4992, -1.0999, -1.0999, -0.9999, -0.9999, -0.9999, -0.9999, -0.9999, -0.9999, 0.7, -0.7999, -0.9999, 0.8, -0.8999, -0.9999, 0.9, -0.9999, -0.9999, 0.7, -0.8999, -0.9999, 0.7, -0.7999, -0.9999, 0.8, -0.9999, -0.9999, 0.4992, -0.8999, -0.9999, -0.9999, -0.8999, -0.9999, 0.4992, -0.9999, -0.9999, 0.4992, -0.9999, -0.9999, -0.9999, -0.8999, -0.9999, -0.9999, -0.6999, -0.9999, 1, -0.7999, -0.9999, 0.8, -0.6999, -0.9999, 0.9, -0.6999, -0.9999, 1, -0.8999, -0.9999, 0.9, -0.7999, -0.9999, 0.8, -0.9999, -0.9999, 0.4992, -0.8999, -0.9999, 0.7, -0.9999, -0.9999, 0.7, -0.9999, -0.9999, 0.4992, -0.8999, -0.9999, 0.4992, -0.8999, -0.9999, 0.7, -0.4994, -0.9999, 1, 1, -0.9999, 0.9, 1, -0.9999, 1, -0.4994, -0.9999, 1, -0.4994, -0.9999, 0.9, 1, -0.9999, 0.9, -0.4994, -0.9999, 1, -0.6999, -0.9999, 0.9, -0.4994, -0.9999, 0.9, -0.4994, -0.9999, 1, -0.6999, -0.9999, 1, -0.6999, -0.9999, 0.9, -0.8999, -0.9999, 0.4992, -0.8999, -0.9999, -0.9999, 1, -0.9999, -0.9999, -0.8999, -0.9999, 0.4992, 1, -0.9999, -0.9999, 1, -0.9999, 0.9, -0.8999, -0.9999, 0.4992, 1, -0.9999, 0.9, -0.8999, -0.9999, 0.7, -0.8999, -0.9999, 0.7, 1, -0.9999, 0.9, -0.7999, -0.9999, 0.8, -0.7999, -0.9999, 0.8, 1, -0.9999, 0.9, -0.6999, -0.9999, 0.9, -0.6999, -0.9999, 0.9, 1, -0.9999, 0.9, -0.4994, -0.9999, 0.9) -[sub_resource type="ArrayMesh" id=58] -surfaces/0 = { -"aabb": AABB( -1, -1.3, -1, 2, 0.3, 2.1 ), -"array_data": PackedByteArray( 0, 188, 0, 188, 51, 59, 0, 60, 0, 127, 0, 0, 11, 58, 182, 51, 0, 60, 0, 188, 51, 59, 0, 60, 0, 127, 0, 0, 248, 59, 182, 51, 0, 60, 0, 188, 0, 188, 0, 60, 0, 127, 0, 0, 248, 59, 213, 27, 0, 188, 0, 188, 0, 188, 0, 60, 0, 127, 0, 0, 11, 58, 213, 27, 0, 188, 0, 188, 0, 60, 0, 60, 0, 117, 48, 0, 7, 58, 58, 52, 0, 188, 102, 188, 102, 60, 0, 60, 0, 48, 117, 0, 11, 58, 153, 52, 0, 60, 102, 188, 102, 60, 0, 60, 0, 48, 117, 0, 248, 59, 153, 52, 0, 60, 0, 188, 0, 60, 0, 60, 0, 117, 48, 0, 244, 59, 58, 52, 0, 188, 204, 188, 102, 60, 0, 60, 0, 208, 117, 0, 16, 58, 247, 52, 0, 188, 51, 189, 0, 60, 0, 60, 0, 167, 89, 0, 20, 58, 86, 53, 0, 60, 51, 189, 0, 60, 0, 60, 0, 167, 89, 0, 0, 60, 86, 53, 0, 60, 204, 188, 102, 60, 0, 60, 0, 208, 117, 0, 253, 59, 247, 52 ), -"array_index_data": PackedByteArray( 0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 10, 0, 9, 0, 8, 0, 11, 0, 10, 0, 4, 0, 1, 0, 7, 0, 4, 0, 0, 0, 1, 0, 5, 0, 11, 0, 8, 0, 5, 0, 6, 0, 11, 0 ), -"blend_shape_data": [ ], -"format": 98067, +[sub_resource type="ArrayMesh" id="58"] +_surfaces = [{ +"aabb": AABB(-1, -1.3, -1, 2, 0.3, 2.1), +"attribute_data": PackedByteArray(0, 96, 65, 63, 0, 192, 118, 62, 0, 0, 127, 63, 0, 192, 118, 62, 0, 0, 127, 63, 0, 160, 122, 59, 0, 96, 65, 63, 0, 160, 122, 59, 0, 224, 64, 63, 0, 64, 135, 62, 0, 96, 65, 63, 0, 32, 147, 62, 0, 0, 127, 63, 0, 32, 147, 62, 0, 128, 126, 63, 0, 64, 135, 62, 0, 0, 66, 63, 0, 224, 158, 62, 0, 128, 66, 63, 0, 192, 170, 62, 0, 0, 128, 63, 0, 192, 170, 62, 0, 160, 127, 63, 0, 224, 158, 62), +"format": 4115, "index_count": 30, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [ ], -"vertex_count": 12 -} - -[sub_resource type="Image" id=87] +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 10, 0, 9, 0, 8, 0, 11, 0, 10, 0, 4, 0, 1, 0, 7, 0, 4, 0, 0, 0, 1, 0, 5, 0, 11, 0, 8, 0, 5, 0, 6, 0, 11, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 12, +"vertex_data": PackedByteArray(0, 0, 128, 191, 0, 0, 128, 191, 0, 96, 102, 63, 255, 127, 255, 255, 0, 0, 128, 63, 0, 0, 128, 191, 0, 96, 102, 63, 255, 127, 255, 255, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 128, 191, 255, 127, 255, 255, 0, 0, 128, 191, 0, 0, 128, 191, 0, 0, 128, 191, 255, 127, 255, 255, 0, 0, 128, 191, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 194, 218, 0, 0, 128, 191, 0, 192, 140, 191, 0, 192, 140, 63, 255, 127, 59, 165, 0, 0, 128, 63, 0, 192, 140, 191, 0, 192, 140, 63, 255, 127, 59, 165, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 194, 218, 0, 0, 128, 191, 0, 128, 153, 191, 0, 192, 140, 63, 255, 127, 195, 90, 0, 0, 128, 191, 0, 96, 166, 191, 0, 0, 128, 63, 255, 127, 255, 63, 0, 0, 128, 63, 0, 96, 166, 191, 0, 0, 128, 63, 255, 127, 255, 63, 0, 0, 128, 63, 0, 128, 153, 191, 0, 192, 140, 63, 255, 127, 195, 90) +}] + +[sub_resource type="Image" id="Image_30mha"] data = { -"data": PackedByteArray( 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 112, 41, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 110, 40, 255, 16, 103, 36, 255, 18, 108, 39, 255, 19, 111, 40, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 110, 41, 255, 16, 104, 36, 255, 17, 105, 37, 255, 16, 104, 36, 255, 18, 107, 38, 255, 19, 110, 40, 255, 17, 104, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 106, 38, 255, 16, 100, 35, 255, 16, 100, 35, 255, 16, 101, 35, 255, 14, 98, 33, 255, 15, 100, 34, 255, 17, 104, 37, 255, 19, 107, 40, 255, 16, 100, 35, 255, 15, 98, 34, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 99, 34, 255, 16, 100, 35, 255, 16, 100, 35, 255, 18, 106, 38, 255, 16, 101, 35, 255, 13, 94, 31, 255, 12, 93, 30, 255, 14, 97, 33, 255, 15, 98, 34, 255, 13, 95, 31, 255, 13, 95, 31, 255, 19, 107, 41, 255, 22, 112, 45, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 98, 33, 255, 12, 93, 30, 255, 13, 96, 32, 255, 12, 94, 30, 255, 14, 98, 33, 255, 13, 95, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 95, 31, 255, 15, 98, 34, 255, 15, 98, 34, 255, 18, 105, 38, 255, 18, 106, 39, 255, 17, 101, 37, 255, 16, 101, 36, 255, 18, 106, 38, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 94, 30, 255, 12, 93, 29, 255, 12, 92, 29, 255, 14, 97, 32, 255, 15, 99, 34, 255, 15, 99, 34, 255, 13, 95, 31, 255, 12, 93, 29, 255, 13, 96, 32, 255, 13, 96, 31, 255, 17, 107, 38, 255, 18, 105, 38, 255, 15, 99, 34, 255, 12, 94, 31, 255, 15, 99, 34, 255, 21, 113, 44, 255, 19, 107, 40, 255, 16, 100, 35, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 99, 34, 255, 13, 94, 30, 255, 14, 96, 32, 255, 21, 105, 38, 255, 16, 99, 34, 255, 12, 92, 29, 255, 15, 98, 33, 255, 16, 102, 35, 255, 14, 97, 32, 255, 14, 99, 33, 255, 14, 99, 33, 255, 12, 94, 30, 255, 17, 107, 38, 255, 18, 107, 38, 255, 16, 101, 35, 255, 16, 99, 35, 255, 16, 100, 35, 255, 16, 100, 35, 255, 15, 99, 34, 255, 13, 94, 31, 255, 13, 95, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 98, 33, 255, 11, 92, 29, 255, 12, 93, 30, 255, 16, 99, 34, 255, 16, 98, 33, 255, 11, 92, 29, 255, 12, 93, 30, 255, 19, 103, 37, 255, 17, 100, 34, 255, 11, 92, 29, 255, 12, 93, 30, 255, 11, 92, 29, 255, 12, 94, 30, 255, 17, 107, 37, 255, 17, 106, 36, 255, 18, 104, 36, 255, 16, 100, 34, 255, 15, 98, 34, 255, 16, 100, 35, 255, 16, 100, 35, 255, 14, 97, 33, 255, 12, 93, 30, 255, 18, 103, 36, 255, 23, 109, 40, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 96, 31, 255, 13, 95, 31, 255, 13, 94, 30, 255, 15, 97, 32, 255, 15, 98, 32, 255, 17, 100, 35, 255, 16, 99, 34, 255, 15, 96, 32, 255, 15, 97, 32, 255, 17, 100, 34, 255, 17, 100, 34, 255, 19, 103, 37, 255, 17, 100, 34, 255, 14, 98, 33, 255, 13, 96, 31, 255, 11, 92, 29, 255, 14, 95, 31, 255, 13, 94, 30, 255, 12, 93, 29, 255, 14, 96, 31, 255, 15, 99, 33, 255, 13, 95, 32, 255, 14, 97, 33, 255, 17, 101, 36, 255, 19, 104, 37, 255, 21, 106, 39, 255, 20, 105, 38, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 107, 38, 255, 20, 107, 38, 255, 17, 102, 34, 255, 18, 102, 35, 255, 19, 105, 36, 255, 19, 105, 36, 255, 18, 104, 36, 255, 18, 103, 36, 255, 17, 101, 35, 255, 18, 101, 35, 255, 17, 100, 35, 255, 20, 105, 37, 255, 22, 107, 39, 255, 15, 97, 33, 255, 13, 95, 31, 255, 13, 94, 30, 255, 12, 93, 29, 255, 14, 96, 31, 255, 14, 95, 31, 255, 14, 96, 32, 255, 15, 97, 32, 255, 15, 98, 32, 255, 14, 96, 31, 255, 17, 100, 35, 255, 18, 101, 35, 255, 19, 102, 36, 255, 20, 105, 38, 255, 20, 104, 38, 255, 19, 103, 37, 255, 17, 99, 34, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 100, 35, 255, 18, 103, 36, 255, 22, 110, 39, 255, 19, 105, 36, 255, 13, 95, 31, 255, 15, 99, 33, 255, 19, 110, 39, 255, 17, 107, 37, 255, 16, 102, 35, 255, 15, 99, 33, 255, 13, 94, 30, 255, 11, 92, 29, 255, 12, 92, 29, 255, 17, 100, 35, 255, 16, 99, 34, 255, 14, 96, 31, 255, 19, 105, 36, 255, 16, 100, 34, 255, 15, 99, 33, 255, 15, 97, 32, 255, 17, 101, 34, 255, 16, 99, 33, 255, 12, 92, 29, 255, 11, 92, 29, 255, 12, 93, 30, 255, 11, 92, 29, 255, 14, 96, 32, 255, 18, 101, 35, 255, 21, 106, 38, 255, 23, 109, 40, 255, 19, 104, 37, 255, 13, 95, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 100, 36, 255, 16, 100, 36, 255, 16, 101, 36, 255, 14, 97, 33, 255, 15, 99, 34, 255, 19, 106, 38, 255, 18, 105, 36, 255, 16, 103, 35, 255, 16, 104, 36, 255, 16, 103, 35, 255, 15, 101, 34, 255, 13, 96, 31, 255, 12, 94, 30, 255, 12, 94, 30, 255, 12, 93, 30, 255, 12, 93, 29, 255, 12, 93, 30, 255, 16, 100, 34, 255, 19, 104, 36, 255, 17, 101, 34, 255, 17, 102, 35, 255, 19, 105, 37, 255, 20, 106, 37, 255, 18, 103, 36, 255, 14, 97, 33, 255, 14, 97, 33, 255, 14, 98, 33, 255, 14, 98, 33, 255, 16, 100, 34, 255, 13, 94, 30, 255, 17, 100, 34, 255, 15, 98, 33, 255, 16, 102, 35, 255, 17, 105, 36, 255, 14, 97, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 96, 32, 255, 16, 99, 35, 255, 16, 99, 35, 255, 17, 103, 37, 255, 19, 107, 40, 255, 19, 107, 40, 255, 19, 107, 40, 255, 19, 110, 40, 255, 21, 118, 44, 255, 19, 112, 40, 255, 13, 97, 32, 255, 14, 97, 32, 255, 15, 102, 34, 255, 16, 102, 35, 255, 15, 100, 33, 255, 15, 98, 32, 255, 15, 98, 32, 255, 13, 94, 30, 255, 12, 93, 29, 255, 12, 92, 29, 255, 15, 98, 33, 255, 19, 105, 36, 255, 16, 100, 34, 255, 15, 98, 33, 255, 16, 100, 35, 255, 16, 100, 35, 255, 17, 104, 37, 255, 19, 109, 40, 255, 17, 104, 37, 255, 20, 110, 41, 255, 20, 110, 41, 255, 17, 105, 37, 255, 17, 106, 37, 255, 24, 123, 46, 255, 22, 117, 43, 255, 13, 97, 32, 255, 13, 96, 32, 255, 16, 103, 35, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 96, 32, 255, 12, 93, 30, 255, 15, 97, 32, 255, 17, 101, 35, 255, 15, 98, 33, 255, 15, 97, 33, 255, 16, 100, 35, 255, 14, 97, 33, 255, 13, 95, 32, 255, 15, 99, 34, 255, 17, 104, 37, 255, 19, 111, 40, 255, 17, 108, 38, 255, 17, 108, 37, 255, 18, 109, 38, 255, 17, 102, 34, 255, 15, 98, 32, 255, 15, 98, 32, 255, 15, 98, 32, 255, 13, 95, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 14, 97, 32, 255, 14, 97, 32, 255, 12, 93, 29, 255, 12, 92, 29, 255, 14, 96, 32, 255, 16, 100, 35, 255, 17, 104, 37, 255, 14, 99, 34, 255, 11, 92, 29, 255, 12, 92, 29, 255, 16, 102, 36, 255, 21, 114, 44, 255, 20, 110, 41, 255, 17, 106, 37, 255, 17, 105, 37, 255, 17, 105, 36, 255, 17, 105, 37, 255, 18, 105, 36, 255, 17, 101, 34, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 97, 33, 255, 16, 98, 33, 255, 17, 100, 34, 255, 23, 108, 40, 255, 18, 101, 35, 255, 12, 93, 29, 255, 15, 99, 34, 255, 17, 103, 37, 255, 15, 99, 35, 255, 13, 95, 32, 255, 13, 95, 31, 255, 13, 95, 32, 255, 15, 99, 34, 255, 19, 110, 40, 255, 16, 106, 36, 255, 19, 106, 36, 255, 21, 110, 38, 255, 15, 99, 32, 255, 13, 95, 31, 255, 15, 99, 32, 255, 15, 98, 32, 255, 13, 94, 30, 255, 14, 96, 31, 255, 16, 99, 33, 255, 14, 96, 31, 255, 16, 100, 34, 255, 19, 104, 36, 255, 17, 100, 34, 255, 17, 101, 34, 255, 18, 107, 38, 255, 18, 107, 39, 255, 16, 102, 36, 255, 15, 99, 34, 255, 17, 104, 37, 255, 18, 107, 39, 255, 17, 103, 37, 255, 16, 100, 35, 255, 13, 96, 32, 255, 14, 98, 32, 255, 13, 96, 32, 255, 15, 97, 32, 255, 16, 100, 33, 255, 18, 103, 35, 255, 22, 109, 39, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 113, 44, 255, 16, 101, 35, 255, 14, 96, 32, 255, 15, 98, 33, 255, 14, 95, 31, 255, 14, 96, 32, 255, 12, 93, 30, 255, 14, 97, 33, 255, 16, 101, 36, 255, 14, 98, 33, 255, 13, 95, 31, 255, 17, 103, 37, 255, 18, 105, 39, 255, 14, 98, 33, 255, 14, 99, 34, 255, 19, 110, 40, 255, 16, 105, 36, 255, 14, 97, 32, 255, 16, 101, 34, 255, 14, 98, 32, 255, 13, 96, 31, 255, 16, 99, 33, 255, 15, 99, 32, 255, 13, 95, 31, 255, 15, 98, 33, 255, 15, 98, 33, 255, 11, 92, 29, 255, 11, 92, 29, 255, 17, 102, 35, 255, 21, 108, 38, 255, 19, 105, 37, 255, 21, 114, 42, 255, 23, 120, 47, 255, 19, 108, 40, 255, 16, 100, 35, 255, 14, 96, 32, 255, 12, 93, 29, 255, 12, 93, 30, 255, 14, 97, 32, 255, 14, 96, 32, 255, 16, 100, 34, 255, 15, 99, 33, 255, 14, 96, 31, 255, 14, 97, 32, 255, 17, 101, 34, 255, 21, 108, 38, 255, 20, 107, 38, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 100, 35, 255, 17, 105, 37, 255, 18, 106, 38, 255, 19, 104, 37, 255, 19, 102, 36, 255, 12, 93, 30, 255, 14, 98, 33, 255, 16, 103, 36, 255, 16, 100, 35, 255, 16, 100, 35, 255, 15, 99, 34, 255, 15, 99, 34, 255, 18, 104, 39, 255, 22, 113, 45, 255, 21, 112, 43, 255, 18, 111, 39, 255, 18, 110, 39, 255, 16, 104, 36, 255, 14, 99, 33, 255, 12, 94, 30, 255, 13, 95, 30, 255, 19, 105, 36, 255, 19, 106, 36, 255, 13, 95, 30, 255, 13, 98, 33, 255, 17, 109, 40, 255, 17, 107, 39, 255, 13, 95, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 14, 98, 32, 255, 18, 108, 38, 255, 19, 113, 40, 255, 19, 113, 41, 255, 18, 108, 38, 255, 18, 106, 38, 255, 16, 103, 36, 255, 14, 98, 33, 255, 14, 97, 32, 255, 15, 99, 34, 255, 15, 100, 34, 255, 19, 108, 39, 255, 18, 106, 37, 255, 14, 96, 32, 255, 14, 96, 31, 255, 16, 100, 34, 255, 20, 107, 38, 255, 21, 108, 38, 255, 19, 106, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 98, 34, 255, 15, 99, 34, 255, 15, 98, 34, 255, 16, 100, 35, 255, 14, 98, 33, 255, 12, 92, 29, 255, 12, 93, 30, 255, 14, 98, 33, 255, 17, 104, 37, 255, 16, 100, 35, 255, 16, 100, 35, 255, 16, 100, 35, 255, 19, 108, 40, 255, 23, 116, 47, 255, 23, 118, 46, 255, 22, 119, 44, 255, 19, 113, 40, 255, 18, 109, 38, 255, 19, 112, 40, 255, 18, 110, 39, 255, 14, 98, 32, 255, 15, 100, 33, 255, 19, 111, 41, 255, 18, 110, 41, 255, 15, 102, 36, 255, 19, 114, 44, 255, 18, 110, 41, 255, 16, 103, 37, 255, 14, 98, 33, 255, 11, 92, 29, 255, 13, 96, 31, 255, 15, 101, 34, 255, 17, 106, 37, 255, 15, 101, 34, 255, 12, 94, 30, 255, 14, 99, 33, 255, 16, 102, 35, 255, 16, 101, 35, 255, 16, 100, 35, 255, 14, 96, 32, 255, 12, 94, 30, 255, 15, 100, 34, 255, 18, 105, 38, 255, 18, 105, 38, 255, 16, 102, 36, 255, 13, 96, 32, 255, 15, 99, 33, 255, 15, 98, 32, 255, 14, 96, 31, 255, 20, 106, 37, 255, 19, 105, 36, 255, 13, 95, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 100, 35, 255, 14, 97, 32, 255, 15, 99, 34, 255, 17, 103, 37, 255, 13, 94, 31, 255, 16, 103, 36, 255, 20, 111, 42, 255, 18, 106, 39, 255, 15, 100, 35, 255, 18, 106, 39, 255, 21, 112, 43, 255, 16, 102, 36, 255, 16, 100, 35, 255, 17, 104, 37, 255, 20, 110, 41, 255, 21, 109, 41, 255, 21, 108, 41, 255, 19, 108, 39, 255, 16, 104, 36, 255, 18, 110, 38, 255, 19, 112, 40, 255, 18, 111, 39, 255, 18, 111, 39, 255, 18, 109, 39, 255, 19, 112, 42, 255, 16, 104, 37, 255, 13, 97, 32, 255, 13, 98, 33, 255, 13, 97, 33, 255, 16, 103, 37, 255, 14, 98, 34, 255, 12, 93, 30, 255, 13, 97, 32, 255, 17, 108, 38, 255, 18, 112, 39, 255, 17, 106, 37, 255, 14, 99, 33, 255, 12, 94, 30, 255, 13, 96, 31, 255, 19, 106, 37, 255, 20, 108, 39, 255, 14, 98, 33, 255, 12, 93, 29, 255, 18, 105, 37, 255, 20, 111, 41, 255, 20, 111, 41, 255, 20, 110, 40, 255, 14, 98, 33, 255, 18, 102, 35, 255, 21, 108, 38, 255, 15, 98, 32, 255, 12, 93, 29, 255, 11, 92, 29, 255, 15, 98, 33, 255, 19, 105, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 99, 34, 255, 12, 94, 30, 255, 16, 101, 35, 255, 18, 104, 38, 255, 19, 107, 39, 255, 16, 100, 35, 255, 16, 103, 36, 255, 20, 112, 42, 255, 21, 112, 43, 255, 18, 107, 39, 255, 16, 101, 35, 255, 16, 100, 35, 255, 16, 100, 35, 255, 16, 100, 35, 255, 16, 100, 35, 255, 18, 101, 37, 255, 21, 106, 40, 255, 21, 107, 40, 255, 21, 107, 40, 255, 19, 105, 38, 255, 17, 106, 37, 255, 16, 104, 35, 255, 14, 99, 33, 255, 19, 110, 40, 255, 18, 107, 38, 255, 16, 103, 35, 255, 14, 98, 33, 255, 12, 93, 29, 255, 13, 96, 32, 255, 16, 107, 39, 255, 16, 107, 39, 255, 12, 95, 31, 255, 12, 92, 29, 255, 15, 101, 34, 255, 20, 111, 42, 255, 16, 103, 36, 255, 15, 101, 34, 255, 19, 112, 40, 255, 16, 105, 36, 255, 12, 94, 30, 255, 15, 98, 33, 255, 21, 109, 39, 255, 20, 107, 38, 255, 17, 102, 35, 255, 18, 105, 38, 255, 24, 118, 45, 255, 25, 119, 47, 255, 16, 101, 35, 255, 12, 93, 30, 255, 18, 105, 39, 255, 21, 110, 42, 255, 19, 105, 37, 255, 16, 101, 34, 255, 12, 94, 30, 255, 14, 97, 32, 255, 14, 97, 32, 255, 12, 94, 30, 255, 16, 101, 34, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 87, 34, 255, 17, 107, 40, 255, 15, 98, 33, 255, 16, 102, 36, 255, 22, 113, 44, 255, 17, 102, 36, 255, 16, 100, 35, 255, 14, 97, 32, 255, 14, 97, 33, 255, 18, 105, 38, 255, 15, 99, 34, 255, 15, 100, 34, 255, 16, 100, 35, 255, 16, 100, 35, 255, 15, 99, 34, 255, 18, 105, 38, 255, 23, 112, 44, 255, 19, 102, 37, 255, 18, 100, 36, 255, 19, 102, 37, 255, 18, 100, 36, 255, 22, 108, 41, 255, 23, 116, 45, 255, 20, 113, 42, 255, 19, 112, 41, 255, 21, 116, 44, 255, 21, 114, 43, 255, 16, 102, 35, 255, 14, 98, 33, 255, 15, 101, 34, 255, 18, 108, 39, 255, 17, 105, 38, 255, 16, 103, 36, 255, 14, 97, 33, 255, 14, 97, 32, 255, 15, 100, 34, 255, 21, 113, 43, 255, 19, 108, 40, 255, 19, 110, 40, 255, 23, 117, 43, 255, 18, 103, 35, 255, 13, 95, 31, 255, 17, 101, 34, 255, 16, 99, 33, 255, 15, 99, 33, 255, 21, 108, 38, 255, 17, 102, 35, 255, 12, 93, 29, 255, 14, 97, 33, 255, 14, 96, 32, 255, 11, 92, 29, 255, 12, 93, 30, 255, 14, 97, 33, 255, 14, 97, 33, 255, 16, 100, 34, 255, 18, 104, 36, 255, 18, 104, 36, 255, 18, 104, 36, 255, 18, 104, 36, 255, 19, 105, 37, 255, 19, 105, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 24, 128, 49, 255, 20, 112, 44, 255, 19, 106, 41, 255, 18, 103, 39, 255, 14, 96, 32, 255, 15, 100, 35, 255, 16, 100, 35, 255, 16, 100, 35, 255, 16, 100, 35, 255, 18, 105, 38, 255, 21, 113, 44, 255, 17, 104, 37, 255, 12, 93, 30, 255, 13, 95, 31, 255, 18, 107, 38, 255, 18, 108, 39, 255, 14, 100, 34, 255, 19, 109, 40, 255, 23, 113, 44, 255, 24, 114, 45, 255, 21, 107, 41, 255, 19, 102, 38, 255, 19, 103, 37, 255, 23, 115, 44, 255, 20, 110, 40, 255, 18, 109, 39, 255, 21, 115, 43, 255, 16, 102, 35, 255, 12, 92, 29, 255, 12, 93, 30, 255, 14, 98, 32, 255, 15, 101, 34, 255, 12, 94, 30, 255, 15, 99, 33, 255, 15, 98, 33, 255, 13, 94, 31, 255, 13, 96, 32, 255, 16, 101, 35, 255, 16, 100, 35, 255, 17, 107, 37, 255, 19, 111, 39, 255, 16, 100, 34, 255, 13, 95, 31, 255, 17, 102, 35, 255, 16, 101, 34, 255, 14, 96, 31, 255, 17, 101, 34, 255, 15, 98, 33, 255, 12, 92, 29, 255, 12, 93, 29, 255, 12, 92, 29, 255, 15, 100, 35, 255, 17, 103, 37, 255, 19, 106, 40, 255, 19, 106, 40, 255, 14, 98, 33, 255, 17, 103, 36, 255, 19, 105, 37, 255, 19, 105, 37, 255, 19, 105, 37, 255, 19, 105, 37, 255, 21, 108, 38, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 117, 43, 255, 21, 122, 44, 255, 21, 124, 45, 255, 19, 106, 42, 255, 18, 104, 40, 255, 17, 99, 37, 255, 15, 99, 34, 255, 15, 98, 33, 255, 16, 100, 35, 255, 18, 106, 39, 255, 22, 116, 45, 255, 17, 104, 37, 255, 12, 93, 30, 255, 16, 103, 35, 255, 20, 114, 41, 255, 20, 114, 41, 255, 19, 113, 40, 255, 17, 107, 37, 255, 19, 107, 39, 255, 24, 118, 46, 255, 24, 114, 45, 255, 20, 106, 39, 255, 19, 107, 39, 255, 22, 114, 43, 255, 20, 110, 40, 255, 18, 105, 37, 255, 21, 112, 41, 255, 15, 99, 34, 255, 11, 92, 29, 255, 12, 93, 29, 255, 14, 99, 33, 255, 17, 107, 37, 255, 14, 98, 33, 255, 12, 94, 30, 255, 11, 92, 29, 255, 13, 96, 32, 255, 15, 99, 34, 255, 17, 105, 37, 255, 17, 107, 37, 255, 17, 106, 37, 255, 17, 108, 37, 255, 16, 102, 35, 255, 17, 103, 35, 255, 18, 103, 35, 255, 14, 96, 32, 255, 11, 92, 29, 255, 12, 93, 29, 255, 11, 92, 29, 255, 13, 95, 31, 255, 17, 101, 34, 255, 15, 99, 33, 255, 12, 94, 31, 255, 18, 105, 39, 255, 21, 111, 43, 255, 17, 104, 37, 255, 15, 99, 34, 255, 16, 104, 36, 255, 18, 108, 38, 255, 16, 101, 34, 255, 15, 98, 32, 255, 15, 98, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 108, 39, 255, 15, 101, 33, 255, 15, 106, 35, 255, 16, 111, 37, 255, 13, 109, 34, 255, 20, 114, 45, 255, 19, 110, 43, 255, 18, 104, 39, 255, 14, 98, 33, 255, 19, 107, 40, 255, 15, 99, 34, 255, 16, 101, 35, 255, 19, 107, 39, 255, 18, 107, 38, 255, 19, 112, 40, 255, 18, 109, 38, 255, 16, 105, 36, 255, 17, 108, 37, 255, 15, 100, 33, 255, 15, 102, 35, 255, 19, 112, 40, 255, 19, 109, 40, 255, 17, 103, 37, 255, 17, 103, 37, 255, 17, 104, 37, 255, 18, 106, 38, 255, 17, 104, 37, 255, 18, 106, 38, 255, 16, 102, 36, 255, 15, 99, 34, 255, 15, 99, 33, 255, 14, 97, 32, 255, 16, 103, 35, 255, 19, 113, 41, 255, 20, 115, 42, 255, 18, 109, 38, 255, 21, 116, 43, 255, 14, 98, 33, 255, 13, 98, 32, 255, 19, 113, 41, 255, 22, 119, 44, 255, 20, 115, 42, 255, 21, 117, 43, 255, 18, 110, 39, 255, 18, 109, 38, 255, 20, 107, 37, 255, 19, 105, 37, 255, 13, 95, 31, 255, 11, 92, 29, 255, 15, 98, 32, 255, 21, 108, 38, 255, 17, 102, 35, 255, 11, 92, 29, 255, 13, 96, 31, 255, 16, 101, 35, 255, 16, 101, 35, 255, 14, 97, 32, 255, 13, 96, 32, 255, 16, 101, 35, 255, 16, 101, 35, 255, 14, 97, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 74, 29, 255, 23, 106, 39, 255, 19, 108, 37, 255, 16, 108, 37, 255, 16, 109, 36, 255, 16, 112, 37, 255, 20, 122, 48, 255, 19, 116, 45, 255, 18, 110, 42, 255, 18, 106, 39, 255, 15, 99, 34, 255, 16, 100, 34, 255, 19, 105, 36, 255, 16, 99, 33, 255, 13, 97, 32, 255, 17, 107, 37, 255, 19, 113, 40, 255, 19, 112, 40, 255, 17, 108, 37, 255, 12, 95, 30, 255, 14, 97, 32, 255, 16, 103, 36, 255, 16, 102, 36, 255, 19, 107, 39, 255, 21, 111, 41, 255, 18, 106, 38, 255, 17, 103, 37, 255, 15, 100, 34, 255, 14, 96, 32, 255, 14, 97, 32, 255, 12, 93, 30, 255, 13, 95, 31, 255, 16, 105, 36, 255, 16, 106, 37, 255, 13, 97, 32, 255, 15, 99, 34, 255, 17, 105, 38, 255, 11, 92, 29, 255, 13, 96, 31, 255, 16, 102, 35, 255, 15, 100, 34, 255, 12, 93, 30, 255, 16, 105, 36, 255, 20, 113, 40, 255, 22, 114, 40, 255, 21, 109, 38, 255, 18, 103, 35, 255, 18, 104, 36, 255, 14, 97, 32, 255, 13, 95, 31, 255, 17, 102, 35, 255, 17, 102, 35, 255, 13, 94, 30, 255, 13, 95, 31, 255, 15, 101, 34, 255, 16, 102, 35, 255, 14, 99, 33, 255, 13, 96, 32, 255, 16, 102, 35, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 23, 10, 255, 12, 57, 23, 255, 24, 108, 40, 255, 23, 114, 42, 255, 25, 119, 44, 255, 21, 115, 40, 255, 26, 124, 45, 255, 23, 123, 44, 255, 19, 119, 46, 255, 19, 112, 43, 255, 19, 107, 40, 255, 22, 109, 39, 255, 16, 100, 34, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 93, 30, 255, 15, 101, 34, 255, 16, 102, 35, 255, 15, 100, 34, 255, 12, 93, 30, 255, 12, 94, 30, 255, 12, 93, 29, 255, 14, 96, 32, 255, 17, 103, 37, 255, 24, 118, 46, 255, 27, 125, 50, 255, 20, 109, 40, 255, 15, 99, 34, 255, 16, 101, 35, 255, 15, 98, 33, 255, 12, 93, 30, 255, 12, 94, 30, 255, 16, 102, 35, 255, 15, 100, 33, 255, 13, 96, 31, 255, 14, 98, 33, 255, 16, 103, 36, 255, 11, 92, 29, 255, 12, 93, 30, 255, 13, 95, 31, 255, 15, 101, 34, 255, 14, 99, 33, 255, 12, 93, 30, 255, 15, 100, 33, 255, 22, 111, 39, 255, 19, 107, 36, 255, 13, 95, 30, 255, 14, 97, 32, 255, 18, 104, 36, 255, 17, 102, 35, 255, 14, 96, 31, 255, 13, 94, 30, 255, 13, 95, 31, 255, 15, 98, 32, 255, 16, 100, 33, 255, 16, 103, 35, 255, 21, 114, 43, 255, 20, 114, 42, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 9, 42, 17, 255, 15, 86, 34, 255, 23, 110, 40, 255, 19, 105, 36, 255, 18, 110, 37, 255, 20, 115, 40, 255, 21, 118, 41, 255, 23, 121, 46, 255, 22, 112, 42, 255, 20, 106, 40, 255, 15, 98, 32, 255, 12, 93, 29, 255, 12, 93, 30, 255, 12, 93, 30, 255, 14, 97, 32, 255, 13, 95, 31, 255, 14, 98, 33, 255, 13, 95, 31, 255, 17, 104, 37, 255, 18, 106, 39, 255, 13, 96, 32, 255, 17, 104, 37, 255, 21, 112, 43, 255, 22, 113, 43, 255, 20, 110, 42, 255, 17, 104, 38, 255, 21, 112, 43, 255, 15, 100, 34, 255, 12, 94, 31, 255, 16, 101, 35, 255, 18, 107, 38, 255, 17, 104, 37, 255, 18, 107, 39, 255, 15, 100, 35, 255, 15, 98, 33, 255, 14, 96, 32, 255, 16, 101, 35, 255, 16, 101, 35, 255, 16, 102, 35, 255, 15, 101, 34, 255, 12, 93, 29, 255, 12, 94, 30, 255, 13, 96, 31, 255, 20, 108, 37, 255, 20, 109, 37, 255, 15, 98, 32, 255, 16, 99, 33, 255, 14, 96, 32, 255, 11, 92, 29, 255, 14, 97, 31, 255, 16, 101, 34, 255, 15, 100, 33, 255, 16, 101, 33, 255, 13, 95, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 28, 12, 255, 13, 69, 27, 255, 22, 101, 37, 255, 21, 105, 37, 255, 21, 113, 40, 255, 19, 115, 40, 255, 22, 123, 45, 255, 22, 126, 46, 255, 25, 119, 44, 255, 20, 109, 40, 255, 12, 94, 35, 255, 18, 104, 36, 255, 16, 103, 35, 255, 22, 118, 43, 255, 18, 109, 38, 255, 22, 118, 43, 255, 17, 106, 37, 255, 20, 110, 41, 255, 17, 105, 38, 255, 12, 93, 30, 255, 13, 95, 31, 255, 13, 94, 30, 255, 18, 104, 36, 255, 18, 103, 35, 255, 14, 97, 32, 255, 15, 100, 34, 255, 17, 103, 36, 255, 18, 107, 39, 255, 15, 99, 34, 255, 13, 94, 30, 255, 16, 99, 33, 255, 18, 103, 36, 255, 15, 98, 33, 255, 12, 93, 30, 255, 11, 92, 29, 255, 14, 97, 32, 255, 17, 104, 37, 255, 17, 106, 37, 255, 19, 112, 40, 255, 17, 107, 37, 255, 15, 99, 32, 255, 13, 95, 31, 255, 14, 96, 31, 255, 13, 94, 30, 255, 11, 92, 29, 255, 12, 93, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 94, 30, 255, 13, 95, 31, 255, 14, 96, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 53, 21, 255, 17, 99, 38, 255, 24, 117, 42, 255, 20, 114, 41, 255, 18, 114, 40, 255, 27, 132, 52, 255, 23, 127, 47, 255, 27, 127, 46, 255, 22, 117, 43, 255, 17, 103, 38, 255, 12, 94, 30, 255, 16, 104, 36, 255, 19, 111, 40, 255, 23, 120, 44, 255, 18, 108, 38, 255, 17, 104, 37, 255, 17, 102, 36, 255, 17, 101, 34, 255, 13, 95, 31, 255, 18, 103, 35, 255, 22, 110, 40, 255, 17, 102, 35, 255, 12, 93, 30, 255, 15, 98, 33, 255, 16, 100, 35, 255, 18, 105, 37, 255, 18, 103, 36, 255, 13, 94, 30, 255, 12, 93, 29, 255, 16, 99, 33, 255, 18, 103, 35, 255, 13, 94, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 94, 30, 255, 16, 103, 35, 255, 16, 104, 35, 255, 19, 113, 41, 255, 21, 117, 43, 255, 16, 103, 35, 255, 15, 98, 32, 255, 13, 95, 31, 255, 11, 92, 29, 255, 12, 92, 29, 255, 11, 92, 29, 255, 13, 95, 32, 255, 13, 95, 32, 255, 12, 92, 29, 255, 12, 93, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 38, 15, 255, 16, 80, 31, 255, 24, 116, 42, 255, 19, 109, 37, 255, 17, 111, 39, 255, 19, 116, 42, 255, 21, 122, 44, 255, 27, 127, 46, 255, 25, 124, 45, 255, 20, 110, 41, 255, 16, 98, 37, 255, 18, 109, 39, 255, 20, 113, 41, 255, 14, 98, 32, 255, 15, 99, 33, 255, 14, 96, 32, 255, 16, 100, 34, 255, 14, 96, 32, 255, 17, 102, 35, 255, 19, 106, 37, 255, 16, 101, 34, 255, 13, 95, 31, 255, 15, 99, 33, 255, 16, 101, 35, 255, 18, 104, 36, 255, 15, 98, 32, 255, 15, 97, 32, 255, 16, 99, 33, 255, 13, 95, 31, 255, 14, 96, 31, 255, 12, 93, 29, 255, 11, 92, 29, 255, 12, 94, 30, 255, 16, 103, 35, 255, 18, 109, 38, 255, 16, 103, 35, 255, 16, 102, 35, 255, 18, 108, 38, 255, 18, 110, 39, 255, 16, 103, 37, 255, 16, 101, 38, 255, 13, 95, 32, 255, 13, 95, 32, 255, 14, 96, 34, 255, 16, 101, 38, 255, 12, 94, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 21, 9, 255, 13, 59, 23, 255, 23, 107, 39, 255, 21, 103, 37, 255, 19, 111, 40, 255, 17, 111, 38, 255, 19, 118, 42, 255, 24, 130, 48, 255, 27, 128, 46, 255, 22, 116, 42, 255, 17, 102, 38, 255, 17, 104, 36, 255, 17, 102, 35, 255, 19, 103, 37, 255, 16, 98, 33, 255, 12, 93, 29, 255, 13, 94, 30, 255, 11, 92, 29, 255, 13, 95, 31, 255, 11, 92, 29, 255, 14, 97, 32, 255, 19, 109, 40, 255, 19, 107, 39, 255, 23, 116, 45, 255, 19, 106, 38, 255, 23, 111, 40, 255, 17, 102, 35, 255, 16, 98, 32, 255, 16, 99, 33, 255, 15, 97, 32, 255, 15, 97, 32, 255, 15, 98, 33, 255, 15, 100, 33, 255, 16, 102, 35, 255, 16, 102, 35, 255, 16, 102, 35, 255, 14, 98, 33, 255, 13, 94, 31, 255, 16, 101, 35, 255, 17, 105, 37, 255, 14, 98, 33, 255, 13, 94, 31, 255, 12, 92, 29, 255, 11, 92, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 9, 40, 16, 255, 18, 82, 31, 255, 21, 98, 35, 255, 15, 98, 32, 255, 13, 104, 33, 255, 19, 117, 41, 255, 25, 133, 49, 255, 27, 132, 48, 255, 22, 121, 44, 255, 17, 107, 38, 255, 18, 102, 36, 255, 19, 103, 37, 255, 19, 103, 37, 255, 18, 101, 35, 255, 17, 100, 35, 255, 16, 99, 34, 255, 13, 94, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 95, 31, 255, 15, 99, 34, 255, 16, 101, 36, 255, 15, 98, 34, 255, 13, 96, 31, 255, 12, 93, 30, 255, 16, 98, 33, 255, 19, 103, 36, 255, 19, 102, 36, 255, 19, 103, 37, 255, 16, 99, 34, 255, 13, 94, 31, 255, 16, 100, 34, 255, 16, 103, 35, 255, 17, 104, 36, 255, 16, 100, 35, 255, 13, 96, 32, 255, 12, 93, 30, 255, 18, 106, 39, 255, 22, 115, 45, 255, 15, 99, 34, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 26, 11, 255, 14, 60, 23, 255, 18, 98, 34, 255, 16, 105, 35, 255, 13, 101, 32, 255, 22, 123, 45, 255, 33, 148, 60, 255, 24, 134, 50, 255, 20, 125, 46, 255, 17, 113, 40, 255, 15, 103, 36, 255, 19, 103, 37, 255, 20, 105, 38, 255, 23, 108, 40, 255, 18, 101, 35, 255, 15, 98, 32, 255, 12, 93, 30, 255, 11, 92, 29, 255, 12, 94, 30, 255, 15, 99, 34, 255, 15, 98, 34, 255, 15, 99, 34, 255, 15, 101, 34, 255, 18, 109, 38, 255, 17, 103, 35, 255, 19, 103, 36, 255, 19, 103, 36, 255, 19, 103, 37, 255, 17, 100, 34, 255, 14, 95, 31, 255, 19, 102, 36, 255, 22, 108, 40, 255, 19, 106, 38, 255, 16, 101, 35, 255, 15, 99, 34, 255, 15, 99, 34, 255, 14, 98, 33, 255, 14, 96, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 44, 18, 255, 19, 85, 32, 255, 17, 98, 34, 255, 18, 111, 38, 255, 19, 115, 41, 255, 22, 127, 47, 255, 16, 115, 38, 255, 20, 126, 47, 255, 18, 118, 43, 255, 16, 109, 39, 255, 19, 103, 36, 255, 14, 96, 32, 255, 12, 93, 30, 255, 14, 95, 31, 255, 13, 95, 31, 255, 14, 97, 32, 255, 13, 94, 31, 255, 14, 96, 32, 255, 12, 94, 30, 255, 15, 99, 33, 255, 16, 102, 35, 255, 16, 104, 36, 255, 15, 101, 34, 255, 15, 98, 33, 255, 16, 98, 33, 255, 19, 102, 36, 255, 16, 98, 33, 255, 15, 96, 32, 255, 16, 98, 33, 255, 18, 102, 35, 255, 16, 98, 33, 255, 14, 96, 32, 255, 12, 93, 29, 255, 15, 98, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 32, 13, 255, 16, 71, 27, 255, 20, 108, 39, 255, 19, 106, 38, 255, 18, 116, 40, 255, 16, 112, 37, 255, 14, 108, 35, 255, 18, 119, 41, 255, 19, 118, 44, 255, 16, 107, 38, 255, 14, 99, 33, 255, 15, 97, 32, 255, 16, 99, 33, 255, 18, 104, 36, 255, 19, 104, 36, 255, 18, 104, 36, 255, 16, 102, 35, 255, 15, 101, 34, 255, 15, 102, 35, 255, 13, 95, 31, 255, 14, 99, 33, 255, 15, 100, 34, 255, 13, 97, 32, 255, 16, 101, 35, 255, 20, 106, 38, 255, 17, 100, 34, 255, 16, 99, 33, 255, 18, 102, 36, 255, 18, 102, 36, 255, 16, 99, 33, 255, 16, 99, 33, 255, 17, 100, 35, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 18, 8, 255, 11, 54, 21, 255, 17, 108, 40, 255, 24, 111, 43, 255, 19, 112, 40, 255, 15, 108, 36, 255, 17, 116, 39, 255, 18, 120, 41, 255, 20, 115, 43, 255, 17, 106, 38, 255, 14, 98, 33, 255, 12, 92, 29, 255, 16, 100, 34, 255, 16, 99, 33, 255, 15, 98, 33, 255, 15, 101, 34, 255, 18, 109, 39, 255, 23, 122, 46, 255, 14, 100, 34, 255, 11, 92, 29, 255, 14, 99, 33, 255, 16, 102, 35, 255, 17, 106, 38, 255, 23, 119, 46, 255, 18, 106, 38, 255, 16, 98, 33, 255, 17, 100, 34, 255, 12, 93, 30, 255, 16, 99, 33, 255, 19, 103, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 9, 38, 15, 255, 14, 81, 31, 255, 24, 108, 42, 255, 18, 105, 37, 255, 17, 115, 39, 255, 19, 120, 42, 255, 18, 119, 40, 255, 20, 117, 44, 255, 18, 108, 40, 255, 15, 100, 34, 255, 16, 101, 34, 255, 16, 101, 34, 255, 14, 98, 32, 255, 17, 106, 37, 255, 18, 108, 38, 255, 14, 98, 33, 255, 12, 95, 31, 255, 16, 105, 36, 255, 16, 104, 36, 255, 16, 101, 35, 255, 15, 100, 34, 255, 15, 101, 34, 255, 17, 107, 38, 255, 18, 105, 37, 255, 22, 107, 39, 255, 19, 103, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 24, 10, 255, 12, 60, 23, 255, 24, 109, 42, 255, 23, 117, 43, 255, 21, 123, 44, 255, 18, 118, 40, 255, 13, 106, 34, 255, 18, 120, 41, 255, 21, 112, 42, 255, 20, 107, 39, 255, 19, 105, 39, 255, 16, 101, 35, 255, 16, 102, 35, 255, 16, 102, 35, 255, 13, 96, 32, 255, 11, 92, 29, 255, 15, 101, 34, 255, 16, 102, 35, 255, 16, 103, 36, 255, 18, 108, 39, 255, 16, 103, 36, 255, 21, 115, 43, 255, 19, 109, 40, 255, 19, 109, 39, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 44, 18, 255, 15, 95, 35, 255, 24, 115, 42, 255, 20, 114, 40, 255, 16, 111, 37, 255, 16, 111, 37, 255, 22, 125, 47, 255, 25, 119, 44, 255, 23, 111, 42, 255, 21, 109, 41, 255, 15, 100, 34, 255, 16, 103, 35, 255, 16, 104, 36, 255, 16, 102, 35, 255, 13, 95, 31, 255, 13, 95, 31, 255, 15, 100, 34, 255, 15, 101, 34, 255, 12, 94, 30, 255, 18, 107, 38, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 29, 12, 255, 13, 69, 27, 255, 24, 109, 40, 255, 20, 104, 37, 255, 20, 115, 42, 255, 23, 123, 48, 255, 19, 118, 42, 255, 19, 120, 43, 255, 24, 112, 42, 255, 23, 111, 43, 255, 21, 110, 43, 255, 16, 104, 36, 255, 18, 108, 38, 255, 16, 102, 35, 255, 15, 100, 34, 255, 17, 106, 37, 255, 18, 108, 39, 255, 21, 114, 43, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 16, 8, 255, 11, 50, 20, 255, 18, 94, 36, 255, 22, 101, 38, 255, 21, 113, 42, 255, 18, 113, 40, 255, 17, 113, 39, 255, 18, 116, 40, 255, 25, 115, 43, 255, 23, 112, 42, 255, 22, 111, 43, 255, 23, 119, 46, 255, 19, 109, 40, 255, 19, 110, 40, 255, 20, 114, 42, 255, 19, 112, 41, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 34, 14, 255, 16, 74, 29, 255, 23, 101, 37, 255, 19, 108, 38, 255, 15, 106, 35, 255, 19, 116, 42, 255, 24, 130, 50, 255, 26, 122, 45, 255, 24, 112, 42, 255, 23, 113, 44, 255, 23, 114, 46, 255, 19, 109, 39, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 21, 9, 255, 13, 56, 22, 255, 22, 101, 38, 255, 21, 101, 37, 255, 23, 119, 45, 255, 25, 128, 50, 255, 27, 135, 53, 255, 20, 122, 44, 255, 25, 114, 43, 255, 24, 101, 40, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 40, 16, 255, 18, 83, 31, 255, 22, 107, 41, 255, 20, 111, 41, 255, 21, 120, 44, 255, 20, 120, 44, 255, 20, 123, 44, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 26, 11, 255, 14, 63, 25, 255, 22, 109, 42, 255, 24, 125, 49, 255, 23, 125, 48, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 11, 46, 19, 255, 20, 91, 34, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 31, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255 ), +"data": PackedByteArray(76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 112, 41, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 110, 40, 255, 16, 103, 36, 255, 18, 108, 39, 255, 19, 111, 40, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 110, 41, 255, 16, 104, 36, 255, 17, 105, 37, 255, 16, 104, 36, 255, 18, 107, 38, 255, 19, 110, 40, 255, 17, 104, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 106, 38, 255, 16, 100, 35, 255, 16, 100, 35, 255, 16, 101, 35, 255, 14, 98, 33, 255, 15, 100, 34, 255, 17, 104, 37, 255, 19, 107, 40, 255, 16, 100, 35, 255, 15, 98, 34, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 99, 34, 255, 16, 100, 35, 255, 16, 100, 35, 255, 18, 106, 38, 255, 16, 101, 35, 255, 13, 94, 31, 255, 12, 93, 30, 255, 14, 97, 33, 255, 15, 98, 34, 255, 13, 95, 31, 255, 13, 95, 31, 255, 19, 107, 41, 255, 22, 112, 45, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 98, 33, 255, 12, 93, 30, 255, 13, 96, 32, 255, 12, 94, 30, 255, 14, 98, 33, 255, 13, 95, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 95, 31, 255, 15, 98, 34, 255, 15, 98, 34, 255, 18, 105, 38, 255, 18, 106, 39, 255, 17, 101, 37, 255, 16, 101, 36, 255, 18, 106, 38, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 94, 30, 255, 12, 93, 29, 255, 12, 92, 29, 255, 14, 97, 32, 255, 15, 99, 34, 255, 15, 99, 34, 255, 13, 95, 31, 255, 12, 93, 29, 255, 13, 96, 32, 255, 13, 96, 31, 255, 17, 107, 38, 255, 18, 105, 38, 255, 15, 99, 34, 255, 12, 94, 31, 255, 15, 99, 34, 255, 21, 113, 44, 255, 19, 107, 40, 255, 16, 100, 35, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 99, 34, 255, 13, 94, 30, 255, 14, 96, 32, 255, 21, 105, 38, 255, 16, 99, 34, 255, 12, 92, 29, 255, 15, 98, 33, 255, 16, 102, 35, 255, 14, 97, 32, 255, 14, 99, 33, 255, 14, 99, 33, 255, 12, 94, 30, 255, 17, 107, 38, 255, 18, 107, 38, 255, 16, 101, 35, 255, 16, 99, 35, 255, 16, 100, 35, 255, 16, 100, 35, 255, 15, 99, 34, 255, 13, 94, 31, 255, 13, 95, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 98, 33, 255, 11, 92, 29, 255, 12, 93, 30, 255, 16, 99, 34, 255, 16, 98, 33, 255, 11, 92, 29, 255, 12, 93, 30, 255, 19, 103, 37, 255, 17, 100, 34, 255, 11, 92, 29, 255, 12, 93, 30, 255, 11, 92, 29, 255, 12, 94, 30, 255, 17, 107, 37, 255, 17, 106, 36, 255, 18, 104, 36, 255, 16, 100, 34, 255, 15, 98, 34, 255, 16, 100, 35, 255, 16, 100, 35, 255, 14, 97, 33, 255, 12, 93, 30, 255, 18, 103, 36, 255, 23, 109, 40, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 96, 31, 255, 13, 95, 31, 255, 13, 94, 30, 255, 15, 97, 32, 255, 15, 98, 32, 255, 17, 100, 35, 255, 16, 99, 34, 255, 15, 96, 32, 255, 15, 97, 32, 255, 17, 100, 34, 255, 17, 100, 34, 255, 19, 103, 37, 255, 17, 100, 34, 255, 14, 98, 33, 255, 13, 96, 31, 255, 11, 92, 29, 255, 14, 95, 31, 255, 13, 94, 30, 255, 12, 93, 29, 255, 14, 96, 31, 255, 15, 99, 33, 255, 13, 95, 32, 255, 14, 97, 33, 255, 17, 101, 36, 255, 19, 104, 37, 255, 21, 106, 39, 255, 20, 105, 38, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 107, 38, 255, 20, 107, 38, 255, 17, 102, 34, 255, 18, 102, 35, 255, 19, 105, 36, 255, 19, 105, 36, 255, 18, 104, 36, 255, 18, 103, 36, 255, 17, 101, 35, 255, 18, 101, 35, 255, 17, 100, 35, 255, 20, 105, 37, 255, 22, 107, 39, 255, 15, 97, 33, 255, 13, 95, 31, 255, 13, 94, 30, 255, 12, 93, 29, 255, 14, 96, 31, 255, 14, 95, 31, 255, 14, 96, 32, 255, 15, 97, 32, 255, 15, 98, 32, 255, 14, 96, 31, 255, 17, 100, 35, 255, 18, 101, 35, 255, 19, 102, 36, 255, 20, 105, 38, 255, 20, 104, 38, 255, 19, 103, 37, 255, 17, 99, 34, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 100, 35, 255, 18, 103, 36, 255, 22, 110, 39, 255, 19, 105, 36, 255, 13, 95, 31, 255, 15, 99, 33, 255, 19, 110, 39, 255, 17, 107, 37, 255, 16, 102, 35, 255, 15, 99, 33, 255, 13, 94, 30, 255, 11, 92, 29, 255, 12, 92, 29, 255, 17, 100, 35, 255, 16, 99, 34, 255, 14, 96, 31, 255, 19, 105, 36, 255, 16, 100, 34, 255, 15, 99, 33, 255, 15, 97, 32, 255, 17, 101, 34, 255, 16, 99, 33, 255, 12, 92, 29, 255, 11, 92, 29, 255, 12, 93, 30, 255, 11, 92, 29, 255, 14, 96, 32, 255, 18, 101, 35, 255, 21, 106, 38, 255, 23, 109, 40, 255, 19, 104, 37, 255, 13, 95, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 100, 36, 255, 16, 100, 36, 255, 16, 101, 36, 255, 14, 97, 33, 255, 15, 99, 34, 255, 19, 106, 38, 255, 18, 105, 36, 255, 16, 103, 35, 255, 16, 104, 36, 255, 16, 103, 35, 255, 15, 101, 34, 255, 13, 96, 31, 255, 12, 94, 30, 255, 12, 94, 30, 255, 12, 93, 30, 255, 12, 93, 29, 255, 12, 93, 30, 255, 16, 100, 34, 255, 19, 104, 36, 255, 17, 101, 34, 255, 17, 102, 35, 255, 19, 105, 37, 255, 20, 106, 37, 255, 18, 103, 36, 255, 14, 97, 33, 255, 14, 97, 33, 255, 14, 98, 33, 255, 14, 98, 33, 255, 16, 100, 34, 255, 13, 94, 30, 255, 17, 100, 34, 255, 15, 98, 33, 255, 16, 102, 35, 255, 17, 105, 36, 255, 14, 97, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 96, 32, 255, 16, 99, 35, 255, 16, 99, 35, 255, 17, 103, 37, 255, 19, 107, 40, 255, 19, 107, 40, 255, 19, 107, 40, 255, 19, 110, 40, 255, 21, 118, 44, 255, 19, 112, 40, 255, 13, 97, 32, 255, 14, 97, 32, 255, 15, 102, 34, 255, 16, 102, 35, 255, 15, 100, 33, 255, 15, 98, 32, 255, 15, 98, 32, 255, 13, 94, 30, 255, 12, 93, 29, 255, 12, 92, 29, 255, 15, 98, 33, 255, 19, 105, 36, 255, 16, 100, 34, 255, 15, 98, 33, 255, 16, 100, 35, 255, 16, 100, 35, 255, 17, 104, 37, 255, 19, 109, 40, 255, 17, 104, 37, 255, 20, 110, 41, 255, 20, 110, 41, 255, 17, 105, 37, 255, 17, 106, 37, 255, 24, 123, 46, 255, 22, 117, 43, 255, 13, 97, 32, 255, 13, 96, 32, 255, 16, 103, 35, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 96, 32, 255, 12, 93, 30, 255, 15, 97, 32, 255, 17, 101, 35, 255, 15, 98, 33, 255, 15, 97, 33, 255, 16, 100, 35, 255, 14, 97, 33, 255, 13, 95, 32, 255, 15, 99, 34, 255, 17, 104, 37, 255, 19, 111, 40, 255, 17, 108, 38, 255, 17, 108, 37, 255, 18, 109, 38, 255, 17, 102, 34, 255, 15, 98, 32, 255, 15, 98, 32, 255, 15, 98, 32, 255, 13, 95, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 14, 97, 32, 255, 14, 97, 32, 255, 12, 93, 29, 255, 12, 92, 29, 255, 14, 96, 32, 255, 16, 100, 35, 255, 17, 104, 37, 255, 14, 99, 34, 255, 11, 92, 29, 255, 12, 92, 29, 255, 16, 102, 36, 255, 21, 114, 44, 255, 20, 110, 41, 255, 17, 106, 37, 255, 17, 105, 37, 255, 17, 105, 36, 255, 17, 105, 37, 255, 18, 105, 36, 255, 17, 101, 34, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 97, 33, 255, 16, 98, 33, 255, 17, 100, 34, 255, 23, 108, 40, 255, 18, 101, 35, 255, 12, 93, 29, 255, 15, 99, 34, 255, 17, 103, 37, 255, 15, 99, 35, 255, 13, 95, 32, 255, 13, 95, 31, 255, 13, 95, 32, 255, 15, 99, 34, 255, 19, 110, 40, 255, 16, 106, 36, 255, 19, 106, 36, 255, 21, 110, 38, 255, 15, 99, 32, 255, 13, 95, 31, 255, 15, 99, 32, 255, 15, 98, 32, 255, 13, 94, 30, 255, 14, 96, 31, 255, 16, 99, 33, 255, 14, 96, 31, 255, 16, 100, 34, 255, 19, 104, 36, 255, 17, 100, 34, 255, 17, 101, 34, 255, 18, 107, 38, 255, 18, 107, 39, 255, 16, 102, 36, 255, 15, 99, 34, 255, 17, 104, 37, 255, 18, 107, 39, 255, 17, 103, 37, 255, 16, 100, 35, 255, 13, 96, 32, 255, 14, 98, 32, 255, 13, 96, 32, 255, 15, 97, 32, 255, 16, 100, 33, 255, 18, 103, 35, 255, 22, 109, 39, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 113, 44, 255, 16, 101, 35, 255, 14, 96, 32, 255, 15, 98, 33, 255, 14, 95, 31, 255, 14, 96, 32, 255, 12, 93, 30, 255, 14, 97, 33, 255, 16, 101, 36, 255, 14, 98, 33, 255, 13, 95, 31, 255, 17, 103, 37, 255, 18, 105, 39, 255, 14, 98, 33, 255, 14, 99, 34, 255, 19, 110, 40, 255, 16, 105, 36, 255, 14, 97, 32, 255, 16, 101, 34, 255, 14, 98, 32, 255, 13, 96, 31, 255, 16, 99, 33, 255, 15, 99, 32, 255, 13, 95, 31, 255, 15, 98, 33, 255, 15, 98, 33, 255, 11, 92, 29, 255, 11, 92, 29, 255, 17, 102, 35, 255, 21, 108, 38, 255, 19, 105, 37, 255, 21, 114, 42, 255, 23, 120, 47, 255, 19, 108, 40, 255, 16, 100, 35, 255, 14, 96, 32, 255, 12, 93, 29, 255, 12, 93, 30, 255, 14, 97, 32, 255, 14, 96, 32, 255, 16, 100, 34, 255, 15, 99, 33, 255, 14, 96, 31, 255, 14, 97, 32, 255, 17, 101, 34, 255, 21, 108, 38, 255, 20, 107, 38, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 100, 35, 255, 17, 105, 37, 255, 18, 106, 38, 255, 19, 104, 37, 255, 19, 102, 36, 255, 12, 93, 30, 255, 14, 98, 33, 255, 16, 103, 36, 255, 16, 100, 35, 255, 16, 100, 35, 255, 15, 99, 34, 255, 15, 99, 34, 255, 18, 104, 39, 255, 22, 113, 45, 255, 21, 112, 43, 255, 18, 111, 39, 255, 18, 110, 39, 255, 16, 104, 36, 255, 14, 99, 33, 255, 12, 94, 30, 255, 13, 95, 30, 255, 19, 105, 36, 255, 19, 106, 36, 255, 13, 95, 30, 255, 13, 98, 33, 255, 17, 109, 40, 255, 17, 107, 39, 255, 13, 95, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 14, 98, 32, 255, 18, 108, 38, 255, 19, 113, 40, 255, 19, 113, 41, 255, 18, 108, 38, 255, 18, 106, 38, 255, 16, 103, 36, 255, 14, 98, 33, 255, 14, 97, 32, 255, 15, 99, 34, 255, 15, 100, 34, 255, 19, 108, 39, 255, 18, 106, 37, 255, 14, 96, 32, 255, 14, 96, 31, 255, 16, 100, 34, 255, 20, 107, 38, 255, 21, 108, 38, 255, 19, 106, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 98, 34, 255, 15, 99, 34, 255, 15, 98, 34, 255, 16, 100, 35, 255, 14, 98, 33, 255, 12, 92, 29, 255, 12, 93, 30, 255, 14, 98, 33, 255, 17, 104, 37, 255, 16, 100, 35, 255, 16, 100, 35, 255, 16, 100, 35, 255, 19, 108, 40, 255, 23, 116, 47, 255, 23, 118, 46, 255, 22, 119, 44, 255, 19, 113, 40, 255, 18, 109, 38, 255, 19, 112, 40, 255, 18, 110, 39, 255, 14, 98, 32, 255, 15, 100, 33, 255, 19, 111, 41, 255, 18, 110, 41, 255, 15, 102, 36, 255, 19, 114, 44, 255, 18, 110, 41, 255, 16, 103, 37, 255, 14, 98, 33, 255, 11, 92, 29, 255, 13, 96, 31, 255, 15, 101, 34, 255, 17, 106, 37, 255, 15, 101, 34, 255, 12, 94, 30, 255, 14, 99, 33, 255, 16, 102, 35, 255, 16, 101, 35, 255, 16, 100, 35, 255, 14, 96, 32, 255, 12, 94, 30, 255, 15, 100, 34, 255, 18, 105, 38, 255, 18, 105, 38, 255, 16, 102, 36, 255, 13, 96, 32, 255, 15, 99, 33, 255, 15, 98, 32, 255, 14, 96, 31, 255, 20, 106, 37, 255, 19, 105, 36, 255, 13, 95, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 100, 35, 255, 14, 97, 32, 255, 15, 99, 34, 255, 17, 103, 37, 255, 13, 94, 31, 255, 16, 103, 36, 255, 20, 111, 42, 255, 18, 106, 39, 255, 15, 100, 35, 255, 18, 106, 39, 255, 21, 112, 43, 255, 16, 102, 36, 255, 16, 100, 35, 255, 17, 104, 37, 255, 20, 110, 41, 255, 21, 109, 41, 255, 21, 108, 41, 255, 19, 108, 39, 255, 16, 104, 36, 255, 18, 110, 38, 255, 19, 112, 40, 255, 18, 111, 39, 255, 18, 111, 39, 255, 18, 109, 39, 255, 19, 112, 42, 255, 16, 104, 37, 255, 13, 97, 32, 255, 13, 98, 33, 255, 13, 97, 33, 255, 16, 103, 37, 255, 14, 98, 34, 255, 12, 93, 30, 255, 13, 97, 32, 255, 17, 108, 38, 255, 18, 112, 39, 255, 17, 106, 37, 255, 14, 99, 33, 255, 12, 94, 30, 255, 13, 96, 31, 255, 19, 106, 37, 255, 20, 108, 39, 255, 14, 98, 33, 255, 12, 93, 29, 255, 18, 105, 37, 255, 20, 111, 41, 255, 20, 111, 41, 255, 20, 110, 40, 255, 14, 98, 33, 255, 18, 102, 35, 255, 21, 108, 38, 255, 15, 98, 32, 255, 12, 93, 29, 255, 11, 92, 29, 255, 15, 98, 33, 255, 19, 105, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 99, 34, 255, 12, 94, 30, 255, 16, 101, 35, 255, 18, 104, 38, 255, 19, 107, 39, 255, 16, 100, 35, 255, 16, 103, 36, 255, 20, 112, 42, 255, 21, 112, 43, 255, 18, 107, 39, 255, 16, 101, 35, 255, 16, 100, 35, 255, 16, 100, 35, 255, 16, 100, 35, 255, 16, 100, 35, 255, 18, 101, 37, 255, 21, 106, 40, 255, 21, 107, 40, 255, 21, 107, 40, 255, 19, 105, 38, 255, 17, 106, 37, 255, 16, 104, 35, 255, 14, 99, 33, 255, 19, 110, 40, 255, 18, 107, 38, 255, 16, 103, 35, 255, 14, 98, 33, 255, 12, 93, 29, 255, 13, 96, 32, 255, 16, 107, 39, 255, 16, 107, 39, 255, 12, 95, 31, 255, 12, 92, 29, 255, 15, 101, 34, 255, 20, 111, 42, 255, 16, 103, 36, 255, 15, 101, 34, 255, 19, 112, 40, 255, 16, 105, 36, 255, 12, 94, 30, 255, 15, 98, 33, 255, 21, 109, 39, 255, 20, 107, 38, 255, 17, 102, 35, 255, 18, 105, 38, 255, 24, 118, 45, 255, 25, 119, 47, 255, 16, 101, 35, 255, 12, 93, 30, 255, 18, 105, 39, 255, 21, 110, 42, 255, 19, 105, 37, 255, 16, 101, 34, 255, 12, 94, 30, 255, 14, 97, 32, 255, 14, 97, 32, 255, 12, 94, 30, 255, 16, 101, 34, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 87, 34, 255, 17, 107, 40, 255, 15, 98, 33, 255, 16, 102, 36, 255, 22, 113, 44, 255, 17, 102, 36, 255, 16, 100, 35, 255, 14, 97, 32, 255, 14, 97, 33, 255, 18, 105, 38, 255, 15, 99, 34, 255, 15, 100, 34, 255, 16, 100, 35, 255, 16, 100, 35, 255, 15, 99, 34, 255, 18, 105, 38, 255, 23, 112, 44, 255, 19, 102, 37, 255, 18, 100, 36, 255, 19, 102, 37, 255, 18, 100, 36, 255, 22, 108, 41, 255, 23, 116, 45, 255, 20, 113, 42, 255, 19, 112, 41, 255, 21, 116, 44, 255, 21, 114, 43, 255, 16, 102, 35, 255, 14, 98, 33, 255, 15, 101, 34, 255, 18, 108, 39, 255, 17, 105, 38, 255, 16, 103, 36, 255, 14, 97, 33, 255, 14, 97, 32, 255, 15, 100, 34, 255, 21, 113, 43, 255, 19, 108, 40, 255, 19, 110, 40, 255, 23, 117, 43, 255, 18, 103, 35, 255, 13, 95, 31, 255, 17, 101, 34, 255, 16, 99, 33, 255, 15, 99, 33, 255, 21, 108, 38, 255, 17, 102, 35, 255, 12, 93, 29, 255, 14, 97, 33, 255, 14, 96, 32, 255, 11, 92, 29, 255, 12, 93, 30, 255, 14, 97, 33, 255, 14, 97, 33, 255, 16, 100, 34, 255, 18, 104, 36, 255, 18, 104, 36, 255, 18, 104, 36, 255, 18, 104, 36, 255, 19, 105, 37, 255, 19, 105, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 24, 128, 49, 255, 20, 112, 44, 255, 19, 106, 41, 255, 18, 103, 39, 255, 14, 96, 32, 255, 15, 100, 35, 255, 16, 100, 35, 255, 16, 100, 35, 255, 16, 100, 35, 255, 18, 105, 38, 255, 21, 113, 44, 255, 17, 104, 37, 255, 12, 93, 30, 255, 13, 95, 31, 255, 18, 107, 38, 255, 18, 108, 39, 255, 14, 100, 34, 255, 19, 109, 40, 255, 23, 113, 44, 255, 24, 114, 45, 255, 21, 107, 41, 255, 19, 102, 38, 255, 19, 103, 37, 255, 23, 115, 44, 255, 20, 110, 40, 255, 18, 109, 39, 255, 21, 115, 43, 255, 16, 102, 35, 255, 12, 92, 29, 255, 12, 93, 30, 255, 14, 98, 32, 255, 15, 101, 34, 255, 12, 94, 30, 255, 15, 99, 33, 255, 15, 98, 33, 255, 13, 94, 31, 255, 13, 96, 32, 255, 16, 101, 35, 255, 16, 100, 35, 255, 17, 107, 37, 255, 19, 111, 39, 255, 16, 100, 34, 255, 13, 95, 31, 255, 17, 102, 35, 255, 16, 101, 34, 255, 14, 96, 31, 255, 17, 101, 34, 255, 15, 98, 33, 255, 12, 92, 29, 255, 12, 93, 29, 255, 12, 92, 29, 255, 15, 100, 35, 255, 17, 103, 37, 255, 19, 106, 40, 255, 19, 106, 40, 255, 14, 98, 33, 255, 17, 103, 36, 255, 19, 105, 37, 255, 19, 105, 37, 255, 19, 105, 37, 255, 19, 105, 37, 255, 21, 108, 38, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 117, 43, 255, 21, 122, 44, 255, 21, 124, 45, 255, 19, 106, 42, 255, 18, 104, 40, 255, 17, 99, 37, 255, 15, 99, 34, 255, 15, 98, 33, 255, 16, 100, 35, 255, 18, 106, 39, 255, 22, 116, 45, 255, 17, 104, 37, 255, 12, 93, 30, 255, 16, 103, 35, 255, 20, 114, 41, 255, 20, 114, 41, 255, 19, 113, 40, 255, 17, 107, 37, 255, 19, 107, 39, 255, 24, 118, 46, 255, 24, 114, 45, 255, 20, 106, 39, 255, 19, 107, 39, 255, 22, 114, 43, 255, 20, 110, 40, 255, 18, 105, 37, 255, 21, 112, 41, 255, 15, 99, 34, 255, 11, 92, 29, 255, 12, 93, 29, 255, 14, 99, 33, 255, 17, 107, 37, 255, 14, 98, 33, 255, 12, 94, 30, 255, 11, 92, 29, 255, 13, 96, 32, 255, 15, 99, 34, 255, 17, 105, 37, 255, 17, 107, 37, 255, 17, 106, 37, 255, 17, 108, 37, 255, 16, 102, 35, 255, 17, 103, 35, 255, 18, 103, 35, 255, 14, 96, 32, 255, 11, 92, 29, 255, 12, 93, 29, 255, 11, 92, 29, 255, 13, 95, 31, 255, 17, 101, 34, 255, 15, 99, 33, 255, 12, 94, 31, 255, 18, 105, 39, 255, 21, 111, 43, 255, 17, 104, 37, 255, 15, 99, 34, 255, 16, 104, 36, 255, 18, 108, 38, 255, 16, 101, 34, 255, 15, 98, 32, 255, 15, 98, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 108, 39, 255, 15, 101, 33, 255, 15, 106, 35, 255, 16, 111, 37, 255, 13, 109, 34, 255, 20, 114, 45, 255, 19, 110, 43, 255, 18, 104, 39, 255, 14, 98, 33, 255, 19, 107, 40, 255, 15, 99, 34, 255, 16, 101, 35, 255, 19, 107, 39, 255, 18, 107, 38, 255, 19, 112, 40, 255, 18, 109, 38, 255, 16, 105, 36, 255, 17, 108, 37, 255, 15, 100, 33, 255, 15, 102, 35, 255, 19, 112, 40, 255, 19, 109, 40, 255, 17, 103, 37, 255, 17, 103, 37, 255, 17, 104, 37, 255, 18, 106, 38, 255, 17, 104, 37, 255, 18, 106, 38, 255, 16, 102, 36, 255, 15, 99, 34, 255, 15, 99, 33, 255, 14, 97, 32, 255, 16, 103, 35, 255, 19, 113, 41, 255, 20, 115, 42, 255, 18, 109, 38, 255, 21, 116, 43, 255, 14, 98, 33, 255, 13, 98, 32, 255, 19, 113, 41, 255, 22, 119, 44, 255, 20, 115, 42, 255, 21, 117, 43, 255, 18, 110, 39, 255, 18, 109, 38, 255, 20, 107, 37, 255, 19, 105, 37, 255, 13, 95, 31, 255, 11, 92, 29, 255, 15, 98, 32, 255, 21, 108, 38, 255, 17, 102, 35, 255, 11, 92, 29, 255, 13, 96, 31, 255, 16, 101, 35, 255, 16, 101, 35, 255, 14, 97, 32, 255, 13, 96, 32, 255, 16, 101, 35, 255, 16, 101, 35, 255, 14, 97, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 74, 29, 255, 23, 106, 39, 255, 19, 108, 37, 255, 16, 108, 37, 255, 16, 109, 36, 255, 16, 112, 37, 255, 20, 122, 48, 255, 19, 116, 45, 255, 18, 110, 42, 255, 18, 106, 39, 255, 15, 99, 34, 255, 16, 100, 34, 255, 19, 105, 36, 255, 16, 99, 33, 255, 13, 97, 32, 255, 17, 107, 37, 255, 19, 113, 40, 255, 19, 112, 40, 255, 17, 108, 37, 255, 12, 95, 30, 255, 14, 97, 32, 255, 16, 103, 36, 255, 16, 102, 36, 255, 19, 107, 39, 255, 21, 111, 41, 255, 18, 106, 38, 255, 17, 103, 37, 255, 15, 100, 34, 255, 14, 96, 32, 255, 14, 97, 32, 255, 12, 93, 30, 255, 13, 95, 31, 255, 16, 105, 36, 255, 16, 106, 37, 255, 13, 97, 32, 255, 15, 99, 34, 255, 17, 105, 38, 255, 11, 92, 29, 255, 13, 96, 31, 255, 16, 102, 35, 255, 15, 100, 34, 255, 12, 93, 30, 255, 16, 105, 36, 255, 20, 113, 40, 255, 22, 114, 40, 255, 21, 109, 38, 255, 18, 103, 35, 255, 18, 104, 36, 255, 14, 97, 32, 255, 13, 95, 31, 255, 17, 102, 35, 255, 17, 102, 35, 255, 13, 94, 30, 255, 13, 95, 31, 255, 15, 101, 34, 255, 16, 102, 35, 255, 14, 99, 33, 255, 13, 96, 32, 255, 16, 102, 35, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 23, 10, 255, 12, 57, 23, 255, 24, 108, 40, 255, 23, 114, 42, 255, 25, 119, 44, 255, 21, 115, 40, 255, 26, 124, 45, 255, 23, 123, 44, 255, 19, 119, 46, 255, 19, 112, 43, 255, 19, 107, 40, 255, 22, 109, 39, 255, 16, 100, 34, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 93, 30, 255, 15, 101, 34, 255, 16, 102, 35, 255, 15, 100, 34, 255, 12, 93, 30, 255, 12, 94, 30, 255, 12, 93, 29, 255, 14, 96, 32, 255, 17, 103, 37, 255, 24, 118, 46, 255, 27, 125, 50, 255, 20, 109, 40, 255, 15, 99, 34, 255, 16, 101, 35, 255, 15, 98, 33, 255, 12, 93, 30, 255, 12, 94, 30, 255, 16, 102, 35, 255, 15, 100, 33, 255, 13, 96, 31, 255, 14, 98, 33, 255, 16, 103, 36, 255, 11, 92, 29, 255, 12, 93, 30, 255, 13, 95, 31, 255, 15, 101, 34, 255, 14, 99, 33, 255, 12, 93, 30, 255, 15, 100, 33, 255, 22, 111, 39, 255, 19, 107, 36, 255, 13, 95, 30, 255, 14, 97, 32, 255, 18, 104, 36, 255, 17, 102, 35, 255, 14, 96, 31, 255, 13, 94, 30, 255, 13, 95, 31, 255, 15, 98, 32, 255, 16, 100, 33, 255, 16, 103, 35, 255, 21, 114, 43, 255, 20, 114, 42, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 9, 42, 17, 255, 15, 86, 34, 255, 23, 110, 40, 255, 19, 105, 36, 255, 18, 110, 37, 255, 20, 115, 40, 255, 21, 118, 41, 255, 23, 121, 46, 255, 22, 112, 42, 255, 20, 106, 40, 255, 15, 98, 32, 255, 12, 93, 29, 255, 12, 93, 30, 255, 12, 93, 30, 255, 14, 97, 32, 255, 13, 95, 31, 255, 14, 98, 33, 255, 13, 95, 31, 255, 17, 104, 37, 255, 18, 106, 39, 255, 13, 96, 32, 255, 17, 104, 37, 255, 21, 112, 43, 255, 22, 113, 43, 255, 20, 110, 42, 255, 17, 104, 38, 255, 21, 112, 43, 255, 15, 100, 34, 255, 12, 94, 31, 255, 16, 101, 35, 255, 18, 107, 38, 255, 17, 104, 37, 255, 18, 107, 39, 255, 15, 100, 35, 255, 15, 98, 33, 255, 14, 96, 32, 255, 16, 101, 35, 255, 16, 101, 35, 255, 16, 102, 35, 255, 15, 101, 34, 255, 12, 93, 29, 255, 12, 94, 30, 255, 13, 96, 31, 255, 20, 108, 37, 255, 20, 109, 37, 255, 15, 98, 32, 255, 16, 99, 33, 255, 14, 96, 32, 255, 11, 92, 29, 255, 14, 97, 31, 255, 16, 101, 34, 255, 15, 100, 33, 255, 16, 101, 33, 255, 13, 95, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 28, 12, 255, 13, 69, 27, 255, 22, 101, 37, 255, 21, 105, 37, 255, 21, 113, 40, 255, 19, 115, 40, 255, 22, 123, 45, 255, 22, 126, 46, 255, 25, 119, 44, 255, 20, 109, 40, 255, 12, 94, 35, 255, 18, 104, 36, 255, 16, 103, 35, 255, 22, 118, 43, 255, 18, 109, 38, 255, 22, 118, 43, 255, 17, 106, 37, 255, 20, 110, 41, 255, 17, 105, 38, 255, 12, 93, 30, 255, 13, 95, 31, 255, 13, 94, 30, 255, 18, 104, 36, 255, 18, 103, 35, 255, 14, 97, 32, 255, 15, 100, 34, 255, 17, 103, 36, 255, 18, 107, 39, 255, 15, 99, 34, 255, 13, 94, 30, 255, 16, 99, 33, 255, 18, 103, 36, 255, 15, 98, 33, 255, 12, 93, 30, 255, 11, 92, 29, 255, 14, 97, 32, 255, 17, 104, 37, 255, 17, 106, 37, 255, 19, 112, 40, 255, 17, 107, 37, 255, 15, 99, 32, 255, 13, 95, 31, 255, 14, 96, 31, 255, 13, 94, 30, 255, 11, 92, 29, 255, 12, 93, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 94, 30, 255, 13, 95, 31, 255, 14, 96, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 53, 21, 255, 17, 99, 38, 255, 24, 117, 42, 255, 20, 114, 41, 255, 18, 114, 40, 255, 27, 132, 52, 255, 23, 127, 47, 255, 27, 127, 46, 255, 22, 117, 43, 255, 17, 103, 38, 255, 12, 94, 30, 255, 16, 104, 36, 255, 19, 111, 40, 255, 23, 120, 44, 255, 18, 108, 38, 255, 17, 104, 37, 255, 17, 102, 36, 255, 17, 101, 34, 255, 13, 95, 31, 255, 18, 103, 35, 255, 22, 110, 40, 255, 17, 102, 35, 255, 12, 93, 30, 255, 15, 98, 33, 255, 16, 100, 35, 255, 18, 105, 37, 255, 18, 103, 36, 255, 13, 94, 30, 255, 12, 93, 29, 255, 16, 99, 33, 255, 18, 103, 35, 255, 13, 94, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 94, 30, 255, 16, 103, 35, 255, 16, 104, 35, 255, 19, 113, 41, 255, 21, 117, 43, 255, 16, 103, 35, 255, 15, 98, 32, 255, 13, 95, 31, 255, 11, 92, 29, 255, 12, 92, 29, 255, 11, 92, 29, 255, 13, 95, 32, 255, 13, 95, 32, 255, 12, 92, 29, 255, 12, 93, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 38, 15, 255, 16, 80, 31, 255, 24, 116, 42, 255, 19, 109, 37, 255, 17, 111, 39, 255, 19, 116, 42, 255, 21, 122, 44, 255, 27, 127, 46, 255, 25, 124, 45, 255, 20, 110, 41, 255, 16, 98, 37, 255, 18, 109, 39, 255, 20, 113, 41, 255, 14, 98, 32, 255, 15, 99, 33, 255, 14, 96, 32, 255, 16, 100, 34, 255, 14, 96, 32, 255, 17, 102, 35, 255, 19, 106, 37, 255, 16, 101, 34, 255, 13, 95, 31, 255, 15, 99, 33, 255, 16, 101, 35, 255, 18, 104, 36, 255, 15, 98, 32, 255, 15, 97, 32, 255, 16, 99, 33, 255, 13, 95, 31, 255, 14, 96, 31, 255, 12, 93, 29, 255, 11, 92, 29, 255, 12, 94, 30, 255, 16, 103, 35, 255, 18, 109, 38, 255, 16, 103, 35, 255, 16, 102, 35, 255, 18, 108, 38, 255, 18, 110, 39, 255, 16, 103, 37, 255, 16, 101, 38, 255, 13, 95, 32, 255, 13, 95, 32, 255, 14, 96, 34, 255, 16, 101, 38, 255, 12, 94, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 21, 9, 255, 13, 59, 23, 255, 23, 107, 39, 255, 21, 103, 37, 255, 19, 111, 40, 255, 17, 111, 38, 255, 19, 118, 42, 255, 24, 130, 48, 255, 27, 128, 46, 255, 22, 116, 42, 255, 17, 102, 38, 255, 17, 104, 36, 255, 17, 102, 35, 255, 19, 103, 37, 255, 16, 98, 33, 255, 12, 93, 29, 255, 13, 94, 30, 255, 11, 92, 29, 255, 13, 95, 31, 255, 11, 92, 29, 255, 14, 97, 32, 255, 19, 109, 40, 255, 19, 107, 39, 255, 23, 116, 45, 255, 19, 106, 38, 255, 23, 111, 40, 255, 17, 102, 35, 255, 16, 98, 32, 255, 16, 99, 33, 255, 15, 97, 32, 255, 15, 97, 32, 255, 15, 98, 33, 255, 15, 100, 33, 255, 16, 102, 35, 255, 16, 102, 35, 255, 16, 102, 35, 255, 14, 98, 33, 255, 13, 94, 31, 255, 16, 101, 35, 255, 17, 105, 37, 255, 14, 98, 33, 255, 13, 94, 31, 255, 12, 92, 29, 255, 11, 92, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 9, 40, 16, 255, 18, 82, 31, 255, 21, 98, 35, 255, 15, 98, 32, 255, 13, 104, 33, 255, 19, 117, 41, 255, 25, 133, 49, 255, 27, 132, 48, 255, 22, 121, 44, 255, 17, 107, 38, 255, 18, 102, 36, 255, 19, 103, 37, 255, 19, 103, 37, 255, 18, 101, 35, 255, 17, 100, 35, 255, 16, 99, 34, 255, 13, 94, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 95, 31, 255, 15, 99, 34, 255, 16, 101, 36, 255, 15, 98, 34, 255, 13, 96, 31, 255, 12, 93, 30, 255, 16, 98, 33, 255, 19, 103, 36, 255, 19, 102, 36, 255, 19, 103, 37, 255, 16, 99, 34, 255, 13, 94, 31, 255, 16, 100, 34, 255, 16, 103, 35, 255, 17, 104, 36, 255, 16, 100, 35, 255, 13, 96, 32, 255, 12, 93, 30, 255, 18, 106, 39, 255, 22, 115, 45, 255, 15, 99, 34, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 26, 11, 255, 14, 60, 23, 255, 18, 98, 34, 255, 16, 105, 35, 255, 13, 101, 32, 255, 22, 123, 45, 255, 33, 148, 60, 255, 24, 134, 50, 255, 20, 125, 46, 255, 17, 113, 40, 255, 15, 103, 36, 255, 19, 103, 37, 255, 20, 105, 38, 255, 23, 108, 40, 255, 18, 101, 35, 255, 15, 98, 32, 255, 12, 93, 30, 255, 11, 92, 29, 255, 12, 94, 30, 255, 15, 99, 34, 255, 15, 98, 34, 255, 15, 99, 34, 255, 15, 101, 34, 255, 18, 109, 38, 255, 17, 103, 35, 255, 19, 103, 36, 255, 19, 103, 36, 255, 19, 103, 37, 255, 17, 100, 34, 255, 14, 95, 31, 255, 19, 102, 36, 255, 22, 108, 40, 255, 19, 106, 38, 255, 16, 101, 35, 255, 15, 99, 34, 255, 15, 99, 34, 255, 14, 98, 33, 255, 14, 96, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 44, 18, 255, 19, 85, 32, 255, 17, 98, 34, 255, 18, 111, 38, 255, 19, 115, 41, 255, 22, 127, 47, 255, 16, 115, 38, 255, 20, 126, 47, 255, 18, 118, 43, 255, 16, 109, 39, 255, 19, 103, 36, 255, 14, 96, 32, 255, 12, 93, 30, 255, 14, 95, 31, 255, 13, 95, 31, 255, 14, 97, 32, 255, 13, 94, 31, 255, 14, 96, 32, 255, 12, 94, 30, 255, 15, 99, 33, 255, 16, 102, 35, 255, 16, 104, 36, 255, 15, 101, 34, 255, 15, 98, 33, 255, 16, 98, 33, 255, 19, 102, 36, 255, 16, 98, 33, 255, 15, 96, 32, 255, 16, 98, 33, 255, 18, 102, 35, 255, 16, 98, 33, 255, 14, 96, 32, 255, 12, 93, 29, 255, 15, 98, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 32, 13, 255, 16, 71, 27, 255, 20, 108, 39, 255, 19, 106, 38, 255, 18, 116, 40, 255, 16, 112, 37, 255, 14, 108, 35, 255, 18, 119, 41, 255, 19, 118, 44, 255, 16, 107, 38, 255, 14, 99, 33, 255, 15, 97, 32, 255, 16, 99, 33, 255, 18, 104, 36, 255, 19, 104, 36, 255, 18, 104, 36, 255, 16, 102, 35, 255, 15, 101, 34, 255, 15, 102, 35, 255, 13, 95, 31, 255, 14, 99, 33, 255, 15, 100, 34, 255, 13, 97, 32, 255, 16, 101, 35, 255, 20, 106, 38, 255, 17, 100, 34, 255, 16, 99, 33, 255, 18, 102, 36, 255, 18, 102, 36, 255, 16, 99, 33, 255, 16, 99, 33, 255, 17, 100, 35, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 18, 8, 255, 11, 54, 21, 255, 17, 108, 40, 255, 24, 111, 43, 255, 19, 112, 40, 255, 15, 108, 36, 255, 17, 116, 39, 255, 18, 120, 41, 255, 20, 115, 43, 255, 17, 106, 38, 255, 14, 98, 33, 255, 12, 92, 29, 255, 16, 100, 34, 255, 16, 99, 33, 255, 15, 98, 33, 255, 15, 101, 34, 255, 18, 109, 39, 255, 23, 122, 46, 255, 14, 100, 34, 255, 11, 92, 29, 255, 14, 99, 33, 255, 16, 102, 35, 255, 17, 106, 38, 255, 23, 119, 46, 255, 18, 106, 38, 255, 16, 98, 33, 255, 17, 100, 34, 255, 12, 93, 30, 255, 16, 99, 33, 255, 19, 103, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 9, 38, 15, 255, 14, 81, 31, 255, 24, 108, 42, 255, 18, 105, 37, 255, 17, 115, 39, 255, 19, 120, 42, 255, 18, 119, 40, 255, 20, 117, 44, 255, 18, 108, 40, 255, 15, 100, 34, 255, 16, 101, 34, 255, 16, 101, 34, 255, 14, 98, 32, 255, 17, 106, 37, 255, 18, 108, 38, 255, 14, 98, 33, 255, 12, 95, 31, 255, 16, 105, 36, 255, 16, 104, 36, 255, 16, 101, 35, 255, 15, 100, 34, 255, 15, 101, 34, 255, 17, 107, 38, 255, 18, 105, 37, 255, 22, 107, 39, 255, 19, 103, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 24, 10, 255, 12, 60, 23, 255, 24, 109, 42, 255, 23, 117, 43, 255, 21, 123, 44, 255, 18, 118, 40, 255, 13, 106, 34, 255, 18, 120, 41, 255, 21, 112, 42, 255, 20, 107, 39, 255, 19, 105, 39, 255, 16, 101, 35, 255, 16, 102, 35, 255, 16, 102, 35, 255, 13, 96, 32, 255, 11, 92, 29, 255, 15, 101, 34, 255, 16, 102, 35, 255, 16, 103, 36, 255, 18, 108, 39, 255, 16, 103, 36, 255, 21, 115, 43, 255, 19, 109, 40, 255, 19, 109, 39, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 44, 18, 255, 15, 95, 35, 255, 24, 115, 42, 255, 20, 114, 40, 255, 16, 111, 37, 255, 16, 111, 37, 255, 22, 125, 47, 255, 25, 119, 44, 255, 23, 111, 42, 255, 21, 109, 41, 255, 15, 100, 34, 255, 16, 103, 35, 255, 16, 104, 36, 255, 16, 102, 35, 255, 13, 95, 31, 255, 13, 95, 31, 255, 15, 100, 34, 255, 15, 101, 34, 255, 12, 94, 30, 255, 18, 107, 38, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 29, 12, 255, 13, 69, 27, 255, 24, 109, 40, 255, 20, 104, 37, 255, 20, 115, 42, 255, 23, 123, 48, 255, 19, 118, 42, 255, 19, 120, 43, 255, 24, 112, 42, 255, 23, 111, 43, 255, 21, 110, 43, 255, 16, 104, 36, 255, 18, 108, 38, 255, 16, 102, 35, 255, 15, 100, 34, 255, 17, 106, 37, 255, 18, 108, 39, 255, 21, 114, 43, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 16, 8, 255, 11, 50, 20, 255, 18, 94, 36, 255, 22, 101, 38, 255, 21, 113, 42, 255, 18, 113, 40, 255, 17, 113, 39, 255, 18, 116, 40, 255, 25, 115, 43, 255, 23, 112, 42, 255, 22, 111, 43, 255, 23, 119, 46, 255, 19, 109, 40, 255, 19, 110, 40, 255, 20, 114, 42, 255, 19, 112, 41, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 34, 14, 255, 16, 74, 29, 255, 23, 101, 37, 255, 19, 108, 38, 255, 15, 106, 35, 255, 19, 116, 42, 255, 24, 130, 50, 255, 26, 122, 45, 255, 24, 112, 42, 255, 23, 113, 44, 255, 23, 114, 46, 255, 19, 109, 39, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 21, 9, 255, 13, 56, 22, 255, 22, 101, 38, 255, 21, 101, 37, 255, 23, 119, 45, 255, 25, 128, 50, 255, 27, 135, 53, 255, 20, 122, 44, 255, 25, 114, 43, 255, 24, 101, 40, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 40, 16, 255, 18, 83, 31, 255, 22, 107, 41, 255, 20, 111, 41, 255, 21, 120, 44, 255, 20, 120, 44, 255, 20, 123, 44, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 26, 11, 255, 14, 63, 25, 255, 22, 109, 42, 255, 24, 125, 49, 255, 23, 125, 48, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 11, 46, 19, 255, 20, 91, 34, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 31, 13, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255), "format": "RGBA8", "height": 64, "mipmaps": false, "width": 64 } -[sub_resource type="ImageTexture" id=60] -image = SubResource( 87 ) -size = Vector2( 64, 64 ) +[sub_resource type="ImageTexture" id="60"] +image = SubResource("Image_30mha") -[sub_resource type="ConcavePolygonShape3D" id=61] -data = PackedVector3Array( -0.9999, -0.9999, 0.9, 1, -0.9999, -0.9999, 1, -0.9999, 0.9, -0.9999, -0.9999, 0.9, -0.9999, -0.9999, -0.9999, 1, -0.9999, -0.9999, -0.9999, -0.9999, 1, 1, -1.0999, 1.1, -0.9999, -1.0999, 1.1, -0.9999, -0.9999, 1, 1, -0.9999, 1, 1, -1.0999, 1.1, -0.9999, -1.1999, 1.1, 1, -1.2999, 1, -0.9999, -1.2999, 1, -0.9999, -1.1999, 1.1, 1, -1.1999, 1.1, 1, -1.2999, 1, -0.9999, -0.9999, 1, 1, -0.9999, 0.9, 1, -0.9999, 1, -0.9999, -0.9999, 1, -0.9999, -0.9999, 0.9, 1, -0.9999, 0.9, -0.9999, -1.0999, 1.1, 1, -1.1999, 1.1, -0.9999, -1.1999, 1.1, -0.9999, -1.0999, 1.1, 1, -1.0999, 1.1, 1, -1.1999, 1.1 ) +[sub_resource type="ConcavePolygonShape3D" id="61"] +data = PackedVector3Array(-0.9999, -0.9999, 0.9, 1, -0.9999, -0.9999, 1, -0.9999, 0.9, -0.9999, -0.9999, 0.9, -0.9999, -0.9999, -0.9999, 1, -0.9999, -0.9999, -0.9999, -0.9999, 1, 1, -1.0999, 1.1, -0.9999, -1.0999, 1.1, -0.9999, -0.9999, 1, 1, -0.9999, 1, 1, -1.0999, 1.1, -0.9999, -1.1999, 1.1, 1, -1.2999, 1, -0.9999, -1.2999, 1, -0.9999, -1.1999, 1.1, 1, -1.1999, 1.1, 1, -1.2999, 1, -0.9999, -0.9999, 1, 1, -0.9999, 0.9, 1, -0.9999, 1, -0.9999, -0.9999, 1, -0.9999, -0.9999, 0.9, 1, -0.9999, 0.9, -0.9999, -1.0999, 1.1, 1, -1.1999, 1.1, -0.9999, -1.1999, 1.1, -0.9999, -1.0999, 1.1, 1, -1.0999, 1.1, 1, -1.1999, 1.1) -[sub_resource type="Image" id=88] +[sub_resource type="Image" id="Image_ds7kg"] data = { -"data": PackedByteArray( 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 117, 45, 255, 19, 111, 41, 255, 19, 110, 40, 255, 12, 71, 26, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 110, 40, 255, 19, 110, 40, 255, 17, 105, 37, 255, 18, 108, 39, 255, 19, 110, 40, 255, 14, 88, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 109, 40, 255, 16, 102, 35, 255, 17, 104, 36, 255, 16, 102, 35, 255, 17, 106, 37, 255, 19, 111, 40, 255, 17, 105, 38, 255, 16, 100, 35, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 107, 39, 255, 17, 105, 38, 255, 16, 100, 35, 255, 16, 100, 35, 255, 15, 100, 34, 255, 14, 97, 32, 255, 15, 99, 33, 255, 16, 102, 36, 255, 18, 105, 38, 255, 15, 99, 34, 255, 15, 98, 34, 255, 15, 82, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 99, 34, 255, 16, 100, 35, 255, 16, 101, 35, 255, 18, 107, 39, 255, 15, 100, 35, 255, 12, 94, 30, 255, 12, 93, 30, 255, 15, 97, 33, 255, 15, 98, 34, 255, 12, 94, 31, 255, 14, 97, 33, 255, 20, 109, 42, 255, 21, 110, 43, 255, 14, 95, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 103, 36, 255, 14, 97, 32, 255, 11, 92, 29, 255, 13, 96, 32, 255, 12, 93, 30, 255, 14, 98, 33, 255, 12, 93, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 95, 31, 255, 15, 98, 34, 255, 15, 99, 34, 255, 18, 105, 39, 255, 17, 103, 38, 255, 15, 99, 35, 255, 17, 104, 38, 255, 19, 109, 40, 255, 12, 71, 26, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 97, 33, 255, 13, 94, 30, 255, 12, 93, 30, 255, 12, 93, 30, 255, 14, 97, 33, 255, 15, 99, 34, 255, 15, 99, 34, 255, 12, 94, 30, 255, 12, 94, 30, 255, 14, 97, 32, 255, 14, 98, 32, 255, 18, 110, 39, 255, 18, 106, 38, 255, 15, 99, 34, 255, 13, 95, 31, 255, 15, 99, 34, 255, 20, 110, 41, 255, 18, 106, 39, 255, 15, 99, 34, 255, 11, 84, 27, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 98, 33, 255, 12, 93, 30, 255, 15, 98, 33, 255, 22, 107, 39, 255, 15, 97, 32, 255, 11, 92, 29, 255, 16, 99, 34, 255, 16, 101, 35, 255, 13, 97, 32, 255, 15, 100, 34, 255, 14, 98, 33, 255, 12, 93, 30, 255, 17, 107, 37, 255, 17, 105, 37, 255, 16, 101, 35, 255, 16, 100, 35, 255, 16, 100, 35, 255, 16, 100, 35, 255, 15, 99, 34, 255, 12, 94, 30, 255, 13, 95, 31, 255, 20, 110, 42, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 103, 35, 255, 14, 97, 32, 255, 11, 92, 29, 255, 13, 94, 31, 255, 17, 101, 35, 255, 15, 97, 32, 255, 11, 92, 29, 255, 14, 95, 31, 255, 20, 105, 37, 255, 15, 98, 33, 255, 11, 92, 29, 255, 12, 93, 30, 255, 11, 92, 29, 255, 13, 95, 31, 255, 17, 108, 37, 255, 17, 105, 36, 255, 18, 103, 35, 255, 15, 99, 33, 255, 15, 98, 33, 255, 16, 100, 35, 255, 16, 100, 35, 255, 15, 98, 33, 255, 12, 94, 31, 255, 17, 101, 35, 255, 22, 107, 39, 255, 17, 84, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 96, 31, 255, 12, 93, 30, 255, 13, 95, 31, 255, 14, 96, 31, 255, 15, 97, 32, 255, 17, 100, 35, 255, 15, 97, 32, 255, 14, 96, 31, 255, 15, 97, 32, 255, 17, 100, 35, 255, 17, 100, 34, 255, 20, 104, 37, 255, 16, 98, 33, 255, 14, 99, 33, 255, 13, 95, 31, 255, 12, 93, 29, 255, 14, 95, 31, 255, 13, 94, 30, 255, 12, 93, 30, 255, 14, 97, 32, 255, 15, 98, 33, 255, 13, 94, 31, 255, 15, 97, 33, 255, 18, 102, 36, 255, 19, 104, 37, 255, 22, 107, 39, 255, 21, 106, 38, 255, 19, 103, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 106, 37, 255, 19, 104, 36, 255, 19, 105, 37, 255, 16, 100, 34, 255, 19, 105, 37, 255, 18, 104, 36, 255, 19, 105, 37, 255, 18, 103, 36, 255, 19, 103, 37, 255, 17, 100, 35, 255, 19, 103, 36, 255, 18, 101, 35, 255, 22, 107, 39, 255, 21, 106, 38, 255, 13, 94, 31, 255, 13, 96, 31, 255, 12, 93, 30, 255, 12, 93, 30, 255, 15, 97, 32, 255, 14, 95, 31, 255, 15, 97, 32, 255, 14, 97, 32, 255, 15, 97, 32, 255, 14, 96, 31, 255, 17, 100, 35, 255, 17, 100, 35, 255, 18, 101, 36, 255, 20, 104, 37, 255, 20, 104, 37, 255, 20, 104, 37, 255, 17, 100, 34, 255, 10, 68, 22, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 101, 36, 255, 17, 102, 36, 255, 21, 109, 39, 255, 21, 109, 38, 255, 16, 100, 33, 255, 14, 97, 32, 255, 17, 104, 36, 255, 18, 109, 38, 255, 16, 104, 36, 255, 16, 101, 34, 255, 15, 97, 32, 255, 13, 94, 30, 255, 11, 92, 29, 255, 14, 96, 31, 255, 18, 102, 36, 255, 15, 97, 32, 255, 15, 98, 33, 255, 19, 104, 36, 255, 16, 99, 33, 255, 16, 99, 33, 255, 15, 98, 32, 255, 18, 103, 35, 255, 15, 98, 33, 255, 12, 92, 29, 255, 11, 92, 29, 255, 12, 93, 29, 255, 12, 92, 29, 255, 14, 96, 32, 255, 18, 101, 35, 255, 21, 106, 39, 255, 23, 108, 40, 255, 19, 106, 38, 255, 14, 97, 32, 255, 10, 84, 26, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 97, 35, 255, 18, 104, 38, 255, 16, 100, 35, 255, 15, 99, 34, 255, 13, 94, 30, 255, 19, 105, 37, 255, 19, 105, 36, 255, 16, 101, 34, 255, 15, 102, 34, 255, 17, 105, 36, 255, 16, 103, 35, 255, 15, 100, 33, 255, 12, 93, 30, 255, 12, 94, 30, 255, 11, 92, 29, 255, 12, 93, 30, 255, 11, 92, 29, 255, 13, 94, 30, 255, 18, 103, 36, 255, 18, 104, 36, 255, 17, 100, 34, 255, 18, 103, 35, 255, 19, 105, 37, 255, 19, 106, 37, 255, 17, 102, 36, 255, 14, 97, 33, 255, 15, 98, 33, 255, 15, 99, 34, 255, 15, 99, 34, 255, 16, 101, 35, 255, 13, 95, 31, 255, 16, 99, 34, 255, 14, 97, 32, 255, 16, 104, 36, 255, 18, 107, 38, 255, 14, 98, 33, 255, 11, 92, 29, 255, 8, 59, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 12, 93, 30, 255, 15, 98, 33, 255, 16, 99, 35, 255, 16, 101, 36, 255, 19, 107, 40, 255, 18, 105, 39, 255, 19, 107, 40, 255, 19, 108, 40, 255, 19, 113, 41, 255, 19, 113, 41, 255, 16, 104, 36, 255, 14, 98, 32, 255, 15, 101, 34, 255, 15, 100, 34, 255, 16, 102, 34, 255, 15, 99, 33, 255, 16, 98, 32, 255, 14, 96, 31, 255, 12, 93, 30, 255, 12, 94, 30, 255, 12, 92, 29, 255, 16, 100, 34, 255, 19, 105, 37, 255, 16, 99, 33, 255, 15, 98, 33, 255, 16, 100, 35, 255, 16, 100, 35, 255, 17, 105, 37, 255, 19, 109, 40, 255, 16, 103, 36, 255, 20, 110, 42, 255, 20, 110, 41, 255, 17, 106, 38, 255, 17, 107, 37, 255, 25, 124, 47, 255, 22, 117, 43, 255, 14, 97, 32, 255, 14, 98, 32, 255, 16, 104, 36, 255, 14, 85, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 95, 31, 255, 13, 94, 30, 255, 16, 99, 34, 255, 16, 99, 35, 255, 15, 98, 34, 255, 16, 101, 36, 255, 16, 101, 36, 255, 14, 97, 33, 255, 16, 101, 35, 255, 17, 104, 37, 255, 19, 112, 41, 255, 19, 112, 40, 255, 16, 103, 35, 255, 17, 108, 37, 255, 17, 106, 36, 255, 16, 100, 33, 255, 15, 98, 32, 255, 16, 99, 32, 255, 15, 98, 32, 255, 12, 93, 30, 255, 11, 92, 29, 255, 12, 93, 30, 255, 15, 99, 33, 255, 13, 96, 31, 255, 12, 93, 30, 255, 12, 92, 29, 255, 14, 97, 32, 255, 16, 100, 35, 255, 17, 104, 37, 255, 14, 98, 33, 255, 12, 93, 29, 255, 12, 92, 29, 255, 16, 103, 36, 255, 22, 114, 44, 255, 19, 110, 41, 255, 17, 105, 37, 255, 17, 104, 36, 255, 17, 105, 37, 255, 17, 105, 36, 255, 18, 105, 37, 255, 17, 102, 35, 255, 18, 102, 35, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 12, 93, 30, 255, 14, 96, 32, 255, 12, 93, 30, 255, 18, 102, 35, 255, 22, 108, 39, 255, 15, 97, 33, 255, 12, 93, 30, 255, 16, 100, 35, 255, 16, 99, 35, 255, 13, 96, 32, 255, 11, 92, 29, 255, 13, 95, 32, 255, 12, 92, 29, 255, 17, 106, 37, 255, 19, 113, 40, 255, 18, 108, 37, 255, 22, 113, 40, 255, 18, 104, 35, 255, 12, 93, 30, 255, 14, 97, 31, 255, 16, 99, 32, 255, 14, 96, 31, 255, 12, 93, 29, 255, 14, 96, 32, 255, 16, 99, 33, 255, 14, 96, 32, 255, 18, 103, 35, 255, 18, 103, 35, 255, 16, 99, 33, 255, 17, 102, 35, 255, 19, 108, 39, 255, 18, 106, 39, 255, 16, 102, 36, 255, 15, 99, 34, 255, 18, 106, 38, 255, 18, 106, 38, 255, 16, 101, 35, 255, 15, 100, 34, 255, 13, 95, 31, 255, 14, 98, 32, 255, 13, 96, 31, 255, 14, 96, 32, 255, 16, 99, 33, 255, 18, 102, 35, 255, 21, 109, 39, 255, 16, 82, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 102, 36, 255, 14, 97, 32, 255, 16, 99, 34, 255, 16, 98, 33, 255, 19, 102, 36, 255, 14, 96, 32, 255, 12, 94, 30, 255, 15, 99, 34, 255, 17, 103, 37, 255, 14, 97, 33, 255, 15, 99, 35, 255, 17, 103, 37, 255, 16, 100, 35, 255, 14, 96, 32, 255, 18, 106, 38, 255, 18, 108, 38, 255, 14, 98, 32, 255, 16, 100, 33, 255, 17, 103, 34, 255, 14, 97, 32, 255, 15, 98, 32, 255, 16, 99, 32, 255, 15, 98, 32, 255, 14, 96, 31, 255, 16, 101, 34, 255, 14, 96, 32, 255, 11, 92, 29, 255, 13, 95, 31, 255, 19, 105, 36, 255, 20, 107, 38, 255, 19, 107, 37, 255, 22, 115, 43, 255, 23, 118, 46, 255, 18, 106, 39, 255, 15, 100, 35, 255, 13, 96, 32, 255, 11, 92, 29, 255, 12, 93, 30, 255, 14, 97, 32, 255, 14, 96, 32, 255, 16, 100, 34, 255, 15, 98, 33, 255, 14, 96, 31, 255, 14, 96, 31, 255, 16, 100, 33, 255, 21, 108, 38, 255, 21, 108, 38, 255, 18, 100, 35, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 103, 37, 255, 19, 109, 40, 255, 18, 107, 39, 255, 17, 102, 36, 255, 21, 106, 39, 255, 14, 95, 31, 255, 11, 92, 29, 255, 14, 97, 33, 255, 15, 99, 34, 255, 16, 100, 35, 255, 15, 99, 34, 255, 14, 97, 33, 255, 16, 99, 35, 255, 20, 108, 42, 255, 22, 112, 45, 255, 17, 106, 38, 255, 18, 111, 39, 255, 18, 109, 38, 255, 16, 103, 35, 255, 14, 97, 32, 255, 12, 93, 29, 255, 14, 97, 32, 255, 21, 111, 38, 255, 16, 101, 34, 255, 12, 93, 30, 255, 14, 100, 34, 255, 18, 111, 42, 255, 15, 102, 36, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 16, 101, 34, 255, 19, 111, 39, 255, 19, 113, 41, 255, 20, 114, 41, 255, 17, 107, 38, 255, 18, 107, 39, 255, 16, 101, 35, 255, 15, 98, 33, 255, 14, 96, 32, 255, 15, 100, 34, 255, 16, 101, 35, 255, 20, 109, 40, 255, 18, 106, 38, 255, 15, 98, 32, 255, 14, 96, 31, 255, 16, 100, 34, 255, 19, 106, 37, 255, 19, 106, 37, 255, 20, 106, 37, 255, 19, 106, 37, 255, 12, 68, 23, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 100, 35, 255, 16, 100, 35, 255, 16, 100, 35, 255, 16, 101, 35, 255, 15, 98, 34, 255, 14, 96, 32, 255, 11, 92, 29, 255, 13, 97, 32, 255, 18, 107, 39, 255, 16, 102, 36, 255, 16, 100, 35, 255, 16, 100, 35, 255, 16, 102, 36, 255, 20, 110, 42, 255, 23, 116, 47, 255, 22, 117, 45, 255, 20, 114, 41, 255, 18, 111, 39, 255, 17, 105, 36, 255, 18, 108, 38, 255, 13, 97, 32, 255, 14, 97, 32, 255, 16, 101, 34, 255, 19, 110, 40, 255, 14, 99, 34, 255, 16, 104, 37, 255, 19, 115, 44, 255, 17, 109, 40, 255, 15, 102, 37, 255, 13, 96, 32, 255, 11, 92, 29, 255, 13, 97, 32, 255, 16, 102, 35, 255, 17, 106, 37, 255, 13, 97, 32, 255, 13, 96, 31, 255, 15, 100, 33, 255, 16, 103, 35, 255, 16, 101, 35, 255, 16, 100, 35, 255, 13, 95, 31, 255, 12, 94, 31, 255, 15, 100, 34, 255, 18, 105, 38, 255, 17, 104, 37, 255, 16, 102, 36, 255, 13, 96, 32, 255, 16, 100, 33, 255, 15, 99, 33, 255, 13, 94, 30, 255, 19, 104, 36, 255, 19, 104, 36, 255, 13, 94, 30, 255, 12, 83, 27, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 97, 33, 255, 13, 95, 31, 255, 14, 98, 33, 255, 13, 95, 31, 255, 16, 101, 35, 255, 17, 105, 37, 255, 15, 99, 34, 255, 14, 97, 33, 255, 16, 101, 35, 255, 20, 111, 42, 255, 17, 103, 37, 255, 16, 100, 35, 255, 16, 102, 36, 255, 19, 109, 40, 255, 22, 112, 43, 255, 22, 111, 42, 255, 21, 113, 42, 255, 17, 107, 38, 255, 18, 109, 38, 255, 19, 114, 41, 255, 20, 116, 42, 255, 19, 113, 41, 255, 17, 107, 38, 255, 19, 110, 40, 255, 20, 114, 44, 255, 15, 102, 36, 255, 15, 103, 36, 255, 14, 99, 34, 255, 15, 100, 35, 255, 15, 102, 36, 255, 13, 95, 32, 255, 12, 92, 29, 255, 15, 100, 34, 255, 18, 110, 39, 255, 18, 110, 39, 255, 16, 105, 36, 255, 13, 97, 32, 255, 11, 92, 29, 255, 14, 98, 32, 255, 20, 108, 38, 255, 20, 106, 38, 255, 13, 96, 32, 255, 12, 94, 30, 255, 19, 108, 39, 255, 21, 112, 42, 255, 21, 112, 41, 255, 19, 109, 40, 255, 14, 97, 32, 255, 17, 102, 35, 255, 21, 108, 38, 255, 16, 99, 33, 255, 12, 92, 29, 255, 12, 92, 29, 255, 15, 99, 33, 255, 19, 105, 36, 255, 15, 98, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 99, 34, 255, 14, 98, 33, 255, 15, 99, 34, 255, 17, 104, 38, 255, 22, 114, 44, 255, 16, 101, 35, 255, 16, 101, 35, 255, 20, 110, 41, 255, 23, 116, 46, 255, 18, 106, 39, 255, 16, 100, 35, 255, 17, 104, 37, 255, 16, 100, 35, 255, 16, 100, 35, 255, 16, 100, 35, 255, 18, 103, 37, 255, 21, 107, 40, 255, 21, 107, 40, 255, 21, 107, 40, 255, 18, 104, 38, 255, 16, 102, 35, 255, 16, 105, 36, 255, 12, 93, 30, 255, 17, 106, 37, 255, 19, 111, 40, 255, 17, 107, 38, 255, 16, 102, 35, 255, 13, 95, 31, 255, 11, 92, 29, 255, 14, 99, 34, 255, 18, 112, 43, 255, 15, 103, 36, 255, 12, 93, 30, 255, 12, 95, 31, 255, 17, 106, 38, 255, 19, 110, 40, 255, 14, 97, 32, 255, 16, 104, 36, 255, 19, 113, 40, 255, 15, 101, 34, 255, 11, 92, 29, 255, 17, 102, 35, 255, 22, 110, 39, 255, 19, 105, 37, 255, 17, 102, 36, 255, 18, 106, 38, 255, 25, 120, 47, 255, 23, 117, 45, 255, 15, 99, 33, 255, 12, 94, 30, 255, 19, 106, 40, 255, 21, 109, 42, 255, 19, 105, 37, 255, 17, 102, 35, 255, 13, 95, 31, 255, 14, 97, 32, 255, 14, 97, 32, 255, 13, 95, 31, 255, 17, 102, 35, 255, 15, 82, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 110, 42, 255, 15, 99, 34, 255, 15, 100, 34, 255, 19, 108, 40, 255, 16, 101, 36, 255, 16, 101, 36, 255, 14, 98, 33, 255, 14, 99, 33, 255, 18, 106, 38, 255, 18, 105, 38, 255, 18, 105, 38, 255, 16, 101, 36, 255, 16, 100, 35, 255, 16, 100, 35, 255, 17, 103, 37, 255, 20, 108, 41, 255, 18, 101, 37, 255, 18, 100, 36, 255, 20, 104, 38, 255, 19, 102, 37, 255, 21, 106, 40, 255, 22, 112, 43, 255, 20, 114, 42, 255, 18, 110, 39, 255, 20, 112, 41, 255, 21, 114, 43, 255, 17, 105, 37, 255, 15, 100, 34, 255, 13, 96, 31, 255, 16, 103, 36, 255, 17, 105, 38, 255, 17, 106, 38, 255, 14, 97, 33, 255, 13, 96, 32, 255, 13, 95, 31, 255, 17, 104, 37, 255, 21, 114, 44, 255, 19, 108, 40, 255, 21, 115, 42, 255, 22, 114, 42, 255, 15, 99, 33, 255, 14, 96, 31, 255, 18, 102, 35, 255, 16, 99, 33, 255, 16, 100, 34, 255, 20, 107, 38, 255, 16, 99, 33, 255, 12, 94, 30, 255, 14, 96, 32, 255, 13, 95, 32, 255, 11, 92, 29, 255, 12, 93, 30, 255, 14, 96, 32, 255, 14, 96, 32, 255, 16, 99, 33, 255, 19, 105, 36, 255, 19, 105, 36, 255, 19, 105, 37, 255, 19, 105, 36, 255, 19, 105, 37, 255, 19, 105, 37, 255, 19, 104, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 107, 39, 255, 15, 98, 33, 255, 14, 97, 32, 255, 17, 104, 38, 255, 16, 100, 35, 255, 16, 100, 35, 255, 15, 98, 34, 255, 16, 103, 36, 255, 22, 114, 44, 255, 16, 102, 36, 255, 12, 93, 30, 255, 14, 97, 33, 255, 16, 100, 35, 255, 16, 101, 35, 255, 13, 95, 31, 255, 20, 108, 40, 255, 21, 107, 40, 255, 21, 107, 40, 255, 20, 105, 39, 255, 19, 101, 37, 255, 17, 99, 35, 255, 22, 112, 43, 255, 23, 117, 45, 255, 20, 112, 41, 255, 23, 119, 46, 255, 20, 112, 41, 255, 13, 96, 32, 255, 13, 95, 31, 255, 12, 94, 30, 255, 15, 102, 35, 255, 13, 96, 31, 255, 15, 99, 34, 255, 16, 102, 36, 255, 14, 97, 33, 255, 12, 94, 30, 255, 15, 100, 34, 255, 16, 102, 36, 255, 16, 102, 35, 255, 18, 110, 39, 255, 19, 109, 38, 255, 14, 97, 32, 255, 15, 97, 32, 255, 18, 103, 36, 255, 15, 98, 33, 255, 14, 96, 32, 255, 17, 101, 34, 255, 15, 97, 32, 255, 12, 93, 29, 255, 12, 92, 29, 255, 12, 93, 30, 255, 16, 101, 36, 255, 17, 104, 38, 255, 20, 108, 41, 255, 18, 105, 39, 255, 15, 99, 33, 255, 17, 104, 36, 255, 19, 106, 37, 255, 19, 105, 36, 255, 19, 105, 36, 255, 19, 105, 37, 255, 21, 108, 38, 255, 25, 102, 39, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 100, 35, 255, 15, 99, 34, 255, 16, 100, 35, 255, 16, 100, 35, 255, 16, 100, 35, 255, 16, 100, 35, 255, 17, 103, 37, 255, 21, 112, 43, 255, 18, 107, 39, 255, 13, 95, 31, 255, 12, 95, 31, 255, 18, 109, 39, 255, 22, 121, 45, 255, 19, 112, 40, 255, 19, 112, 40, 255, 21, 111, 41, 255, 27, 123, 50, 255, 24, 115, 46, 255, 21, 107, 41, 255, 19, 106, 39, 255, 22, 116, 44, 255, 21, 112, 41, 255, 14, 97, 32, 255, 18, 107, 38, 255, 16, 103, 36, 255, 13, 95, 31, 255, 11, 92, 29, 255, 13, 96, 31, 255, 18, 109, 38, 255, 15, 102, 35, 255, 12, 94, 30, 255, 12, 93, 30, 255, 11, 92, 29, 255, 13, 96, 32, 255, 15, 100, 35, 255, 17, 105, 37, 255, 16, 104, 36, 255, 17, 107, 37, 255, 16, 105, 36, 255, 15, 101, 34, 255, 18, 104, 36, 255, 17, 102, 34, 255, 13, 94, 30, 255, 12, 93, 29, 255, 12, 92, 29, 255, 12, 92, 29, 255, 14, 96, 31, 255, 17, 101, 34, 255, 15, 97, 32, 255, 13, 95, 32, 255, 19, 107, 40, 255, 20, 110, 42, 255, 17, 103, 36, 255, 14, 99, 33, 255, 16, 104, 36, 255, 18, 107, 38, 255, 16, 101, 34, 255, 15, 97, 32, 255, 15, 97, 32, 255, 28, 82, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 111, 42, 255, 15, 99, 34, 255, 13, 95, 31, 255, 16, 100, 35, 255, 17, 104, 37, 255, 20, 110, 41, 255, 18, 107, 39, 255, 15, 102, 34, 255, 18, 110, 39, 255, 18, 110, 39, 255, 17, 106, 37, 255, 18, 108, 38, 255, 16, 104, 36, 255, 16, 103, 35, 255, 20, 112, 41, 255, 21, 112, 43, 255, 18, 106, 39, 255, 17, 103, 37, 255, 18, 106, 38, 255, 20, 110, 41, 255, 19, 107, 39, 255, 20, 110, 41, 255, 18, 105, 37, 255, 14, 97, 32, 255, 14, 98, 33, 255, 13, 96, 31, 255, 15, 100, 33, 255, 17, 106, 37, 255, 20, 114, 41, 255, 16, 105, 37, 255, 19, 112, 40, 255, 17, 106, 37, 255, 13, 96, 31, 255, 16, 106, 37, 255, 22, 119, 44, 255, 20, 116, 42, 255, 21, 118, 44, 255, 19, 112, 40, 255, 18, 109, 38, 255, 18, 106, 37, 255, 20, 106, 37, 255, 17, 101, 34, 255, 11, 92, 29, 255, 12, 93, 29, 255, 16, 100, 34, 255, 21, 108, 38, 255, 16, 100, 34, 255, 11, 92, 29, 255, 14, 97, 32, 255, 16, 101, 35, 255, 16, 101, 35, 255, 14, 97, 32, 255, 14, 97, 32, 255, 16, 101, 35, 255, 16, 101, 35, 255, 14, 96, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 12, 93, 30, 255, 16, 102, 36, 255, 22, 115, 45, 255, 16, 100, 35, 255, 12, 94, 30, 255, 17, 104, 36, 255, 19, 105, 37, 255, 17, 106, 37, 255, 19, 113, 40, 255, 18, 110, 39, 255, 19, 113, 40, 255, 16, 105, 36, 255, 11, 92, 29, 255, 15, 102, 35, 255, 19, 110, 40, 255, 17, 104, 37, 255, 17, 103, 37, 255, 18, 107, 39, 255, 17, 104, 37, 255, 17, 103, 37, 255, 17, 103, 37, 255, 15, 100, 34, 255, 15, 99, 34, 255, 14, 97, 32, 255, 12, 93, 29, 255, 15, 100, 34, 255, 18, 111, 39, 255, 17, 107, 37, 255, 12, 95, 31, 255, 17, 106, 37, 255, 14, 97, 32, 255, 12, 93, 30, 255, 15, 99, 33, 255, 17, 106, 37, 255, 13, 97, 32, 255, 15, 102, 35, 255, 18, 111, 39, 255, 20, 114, 40, 255, 23, 114, 40, 255, 20, 108, 37, 255, 19, 105, 36, 255, 17, 101, 34, 255, 13, 94, 30, 255, 15, 97, 32, 255, 18, 104, 36, 255, 16, 99, 33, 255, 12, 93, 30, 255, 14, 97, 32, 255, 16, 101, 34, 255, 16, 102, 35, 255, 14, 97, 32, 255, 14, 98, 32, 255, 16, 102, 35, 255, 21, 86, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 100, 35, 255, 16, 101, 36, 255, 17, 102, 36, 255, 20, 106, 37, 255, 18, 103, 35, 255, 13, 95, 31, 255, 11, 92, 29, 255, 14, 99, 33, 255, 17, 108, 37, 255, 17, 108, 38, 255, 17, 107, 37, 255, 13, 96, 31, 255, 11, 92, 29, 255, 13, 95, 31, 255, 15, 98, 33, 255, 17, 103, 37, 255, 23, 116, 44, 255, 24, 119, 46, 255, 19, 108, 40, 255, 15, 100, 34, 255, 13, 95, 31, 255, 14, 96, 32, 255, 12, 94, 30, 255, 12, 93, 30, 255, 15, 100, 33, 255, 15, 101, 34, 255, 13, 95, 31, 255, 13, 95, 31, 255, 19, 108, 40, 255, 15, 100, 35, 255, 11, 92, 29, 255, 12, 94, 30, 255, 14, 99, 33, 255, 15, 100, 34, 255, 13, 95, 31, 255, 13, 95, 31, 255, 19, 107, 36, 255, 22, 113, 39, 255, 16, 100, 33, 255, 12, 94, 30, 255, 16, 100, 34, 255, 18, 104, 36, 255, 17, 101, 34, 255, 14, 96, 31, 255, 13, 94, 30, 255, 13, 96, 31, 255, 15, 100, 33, 255, 15, 100, 33, 255, 17, 104, 36, 255, 21, 114, 42, 255, 21, 114, 43, 255, 43, 86, 42, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 100, 34, 255, 19, 105, 36, 255, 15, 98, 32, 255, 12, 93, 30, 255, 11, 92, 29, 255, 12, 94, 30, 255, 15, 98, 33, 255, 15, 99, 33, 255, 15, 99, 34, 255, 13, 96, 32, 255, 15, 98, 33, 255, 14, 98, 33, 255, 12, 93, 30, 255, 16, 102, 36, 255, 23, 116, 46, 255, 25, 120, 47, 255, 24, 118, 47, 255, 19, 107, 40, 255, 22, 114, 44, 255, 17, 104, 37, 255, 12, 93, 30, 255, 13, 96, 32, 255, 18, 106, 38, 255, 17, 105, 37, 255, 18, 108, 39, 255, 15, 100, 34, 255, 15, 98, 33, 255, 13, 96, 32, 255, 15, 98, 33, 255, 15, 98, 33, 255, 15, 98, 33, 255, 16, 101, 35, 255, 13, 95, 31, 255, 12, 93, 29, 255, 11, 92, 29, 255, 17, 103, 34, 255, 23, 113, 40, 255, 17, 103, 34, 255, 14, 97, 32, 255, 16, 100, 33, 255, 14, 96, 31, 255, 12, 93, 29, 255, 15, 99, 32, 255, 15, 100, 33, 255, 16, 100, 33, 255, 15, 99, 33, 255, 12, 94, 30, 255, 24, 95, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 21, 109, 39, 255, 14, 97, 32, 255, 12, 94, 30, 255, 14, 97, 32, 255, 13, 96, 31, 255, 16, 103, 35, 255, 13, 97, 32, 255, 16, 103, 35, 255, 13, 96, 31, 255, 18, 106, 38, 255, 22, 115, 45, 255, 15, 100, 35, 255, 15, 98, 34, 255, 16, 101, 35, 255, 18, 104, 36, 255, 18, 105, 37, 255, 12, 94, 30, 255, 16, 100, 35, 255, 16, 100, 35, 255, 16, 102, 36, 255, 16, 101, 35, 255, 15, 98, 33, 255, 15, 97, 32, 255, 17, 103, 36, 255, 16, 101, 35, 255, 13, 96, 32, 255, 11, 92, 29, 255, 13, 96, 31, 255, 17, 106, 38, 255, 17, 106, 38, 255, 18, 110, 39, 255, 17, 108, 38, 255, 16, 102, 34, 255, 14, 96, 31, 255, 14, 97, 32, 255, 15, 98, 32, 255, 12, 94, 30, 255, 12, 93, 29, 255, 12, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 94, 30, 255, 13, 95, 31, 255, 14, 96, 32, 255, 14, 96, 31, 255, 34, 79, 35, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 95, 31, 255, 15, 99, 33, 255, 15, 99, 33, 255, 19, 111, 39, 255, 19, 110, 39, 255, 21, 116, 42, 255, 18, 108, 38, 255, 18, 106, 38, 255, 16, 101, 35, 255, 13, 95, 31, 255, 11, 92, 29, 255, 14, 97, 32, 255, 20, 107, 37, 255, 19, 105, 36, 255, 13, 96, 31, 255, 14, 98, 33, 255, 16, 101, 35, 255, 18, 106, 38, 255, 18, 105, 37, 255, 14, 96, 31, 255, 12, 93, 30, 255, 16, 100, 34, 255, 18, 104, 36, 255, 14, 96, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 93, 30, 255, 14, 99, 33, 255, 16, 103, 35, 255, 18, 109, 38, 255, 21, 118, 43, 255, 17, 106, 37, 255, 14, 96, 31, 255, 13, 95, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 93, 30, 255, 13, 94, 31, 255, 12, 94, 31, 255, 11, 92, 29, 255, 16, 91, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 11, 92, 29, 255, 13, 96, 31, 255, 17, 105, 37, 255, 20, 113, 41, 255, 29, 133, 52, 255, 18, 109, 39, 255, 17, 105, 37, 255, 17, 102, 35, 255, 23, 111, 40, 255, 16, 100, 34, 255, 19, 105, 36, 255, 20, 107, 38, 255, 19, 106, 37, 255, 14, 97, 32, 255, 15, 98, 32, 255, 16, 100, 34, 255, 19, 105, 36, 255, 17, 101, 34, 255, 12, 94, 30, 255, 13, 95, 31, 255, 12, 93, 30, 255, 14, 97, 32, 255, 12, 94, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 97, 32, 255, 18, 109, 38, 255, 17, 106, 37, 255, 16, 102, 35, 255, 18, 108, 38, 255, 19, 113, 40, 255, 17, 106, 37, 255, 17, 102, 38, 255, 14, 97, 35, 255, 13, 95, 32, 255, 13, 95, 32, 255, 15, 99, 36, 255, 15, 98, 35, 255, 12, 93, 30, 255, 21, 78, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 95, 31, 255, 13, 96, 32, 255, 16, 103, 35, 255, 17, 105, 36, 255, 14, 96, 32, 255, 16, 99, 33, 255, 13, 94, 30, 255, 12, 94, 30, 255, 11, 92, 29, 255, 14, 96, 31, 255, 16, 101, 34, 255, 14, 97, 32, 255, 12, 94, 30, 255, 16, 102, 36, 255, 17, 103, 37, 255, 19, 108, 40, 255, 18, 104, 36, 255, 19, 105, 36, 255, 20, 106, 37, 255, 16, 100, 33, 255, 16, 98, 33, 255, 15, 97, 32, 255, 13, 94, 30, 255, 14, 96, 31, 255, 15, 100, 34, 255, 16, 103, 35, 255, 16, 102, 35, 255, 16, 102, 35, 255, 15, 102, 34, 255, 14, 98, 33, 255, 14, 97, 33, 255, 17, 104, 37, 255, 14, 98, 33, 255, 12, 94, 31, 255, 12, 93, 30, 255, 12, 93, 30, 255, 11, 92, 29, 255, 25, 65, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 12, 94, 30, 255, 16, 101, 35, 255, 19, 103, 37, 255, 19, 103, 37, 255, 18, 102, 36, 255, 15, 98, 33, 255, 15, 96, 32, 255, 14, 95, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 93, 30, 255, 15, 100, 34, 255, 16, 102, 36, 255, 18, 106, 39, 255, 17, 103, 37, 255, 17, 102, 35, 255, 14, 96, 31, 255, 15, 97, 32, 255, 18, 102, 36, 255, 18, 101, 35, 255, 18, 102, 36, 255, 17, 100, 34, 255, 12, 93, 30, 255, 14, 98, 33, 255, 16, 102, 35, 255, 16, 102, 35, 255, 16, 100, 35, 255, 14, 96, 32, 255, 11, 92, 29, 255, 16, 101, 35, 255, 22, 114, 44, 255, 18, 106, 39, 255, 12, 94, 31, 255, 18, 82, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 102, 36, 255, 16, 99, 34, 255, 18, 102, 36, 255, 19, 103, 37, 255, 19, 104, 37, 255, 20, 104, 37, 255, 19, 103, 37, 255, 15, 97, 32, 255, 12, 93, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 14, 97, 33, 255, 16, 100, 35, 255, 15, 98, 34, 255, 12, 93, 30, 255, 15, 100, 33, 255, 16, 100, 34, 255, 18, 101, 35, 255, 19, 103, 37, 255, 19, 103, 37, 255, 19, 103, 37, 255, 15, 98, 33, 255, 17, 100, 35, 255, 20, 106, 38, 255, 20, 109, 40, 255, 17, 104, 37, 255, 16, 100, 35, 255, 15, 98, 34, 255, 15, 99, 34, 255, 15, 100, 35, 255, 15, 99, 34, 255, 29, 77, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 101, 35, 255, 19, 104, 37, 255, 20, 104, 37, 255, 19, 103, 37, 255, 15, 97, 32, 255, 14, 96, 31, 255, 12, 93, 30, 255, 12, 93, 30, 255, 12, 93, 30, 255, 14, 96, 32, 255, 13, 95, 31, 255, 14, 98, 33, 255, 16, 102, 35, 255, 17, 108, 38, 255, 17, 105, 36, 255, 17, 101, 35, 255, 17, 100, 34, 255, 18, 101, 35, 255, 16, 99, 34, 255, 13, 95, 31, 255, 15, 97, 32, 255, 20, 104, 37, 255, 18, 102, 35, 255, 15, 98, 33, 255, 13, 95, 31, 255, 14, 97, 32, 255, 15, 99, 34, 255, 17, 90, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 23, 109, 40, 255, 19, 104, 37, 255, 12, 92, 29, 255, 13, 95, 31, 255, 15, 98, 32, 255, 16, 100, 33, 255, 18, 104, 36, 255, 16, 101, 34, 255, 15, 99, 34, 255, 14, 98, 33, 255, 15, 101, 34, 255, 15, 100, 33, 255, 15, 101, 34, 255, 15, 100, 34, 255, 12, 94, 30, 255, 15, 98, 33, 255, 22, 107, 39, 255, 19, 102, 35, 255, 16, 98, 33, 255, 17, 99, 34, 255, 18, 102, 36, 255, 17, 100, 34, 255, 16, 98, 33, 255, 15, 97, 33, 255, 15, 99, 34, 255, 24, 81, 34, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 101, 34, 255, 15, 97, 32, 255, 14, 97, 32, 255, 17, 102, 35, 255, 17, 102, 35, 255, 18, 103, 35, 255, 17, 102, 35, 255, 16, 104, 36, 255, 18, 110, 39, 255, 14, 99, 33, 255, 12, 94, 30, 255, 15, 99, 33, 255, 15, 101, 34, 255, 16, 103, 35, 255, 20, 110, 40, 255, 18, 104, 37, 255, 16, 98, 33, 255, 18, 101, 35, 255, 15, 98, 33, 255, 14, 96, 32, 255, 17, 100, 35, 255, 19, 103, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 12, 93, 30, 255, 13, 95, 31, 255, 18, 103, 35, 255, 16, 99, 33, 255, 12, 94, 30, 255, 15, 101, 35, 255, 19, 110, 39, 255, 18, 110, 39, 255, 14, 98, 32, 255, 13, 96, 31, 255, 15, 100, 33, 255, 16, 102, 35, 255, 16, 102, 35, 255, 18, 109, 39, 255, 20, 113, 42, 255, 18, 104, 37, 255, 21, 106, 38, 255, 18, 101, 35, 255, 17, 100, 35, 255, 28, 91, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 11, 92, 29, 255, 15, 99, 33, 255, 16, 101, 35, 255, 15, 101, 35, 255, 19, 110, 39, 255, 17, 104, 36, 255, 12, 93, 30, 255, 13, 96, 31, 255, 18, 109, 38, 255, 17, 105, 37, 255, 16, 101, 35, 255, 16, 103, 36, 255, 13, 96, 31, 255, 17, 105, 37, 255, 17, 105, 37, 255, 18, 106, 38, 255, 19, 105, 38, 255, 43, 83, 41, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 101, 35, 255, 15, 101, 35, 255, 13, 96, 32, 255, 15, 99, 33, 255, 15, 100, 34, 255, 13, 96, 31, 255, 12, 94, 30, 255, 14, 98, 33, 255, 16, 102, 35, 255, 17, 105, 37, 255, 15, 100, 34, 255, 19, 110, 40, 255, 20, 114, 42, 255, 26, 103, 41, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 23, 118, 46, 255, 18, 109, 39, 255, 18, 109, 39, 255, 17, 106, 38, 255, 18, 109, 39, 255, 15, 100, 34, 255, 12, 93, 29, 255, 15, 100, 34, 255, 16, 102, 35, 255, 16, 104, 36, 255, 18, 109, 39, 255, 37, 91, 42, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 105, 37, 255, 16, 103, 36, 255, 19, 110, 40, 255, 17, 106, 38, 255, 17, 106, 37, 255, 19, 111, 40, 255, 19, 111, 40, 255, 24, 115, 45, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 109, 39, 255, 20, 113, 42, 255, 17, 106, 37, 255, 18, 109, 39, 255, 22, 118, 45, 255, 26, 95, 40, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 108, 39, 255, 20, 112, 41, 255, 20, 112, 41, 255, 29, 78, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255 ), +"data": PackedByteArray(76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 117, 45, 255, 19, 111, 41, 255, 19, 110, 40, 255, 12, 71, 26, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 110, 40, 255, 19, 110, 40, 255, 17, 105, 37, 255, 18, 108, 39, 255, 19, 110, 40, 255, 14, 88, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 109, 40, 255, 16, 102, 35, 255, 17, 104, 36, 255, 16, 102, 35, 255, 17, 106, 37, 255, 19, 111, 40, 255, 17, 105, 38, 255, 16, 100, 35, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 107, 39, 255, 17, 105, 38, 255, 16, 100, 35, 255, 16, 100, 35, 255, 15, 100, 34, 255, 14, 97, 32, 255, 15, 99, 33, 255, 16, 102, 36, 255, 18, 105, 38, 255, 15, 99, 34, 255, 15, 98, 34, 255, 15, 82, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 99, 34, 255, 16, 100, 35, 255, 16, 101, 35, 255, 18, 107, 39, 255, 15, 100, 35, 255, 12, 94, 30, 255, 12, 93, 30, 255, 15, 97, 33, 255, 15, 98, 34, 255, 12, 94, 31, 255, 14, 97, 33, 255, 20, 109, 42, 255, 21, 110, 43, 255, 14, 95, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 103, 36, 255, 14, 97, 32, 255, 11, 92, 29, 255, 13, 96, 32, 255, 12, 93, 30, 255, 14, 98, 33, 255, 12, 93, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 95, 31, 255, 15, 98, 34, 255, 15, 99, 34, 255, 18, 105, 39, 255, 17, 103, 38, 255, 15, 99, 35, 255, 17, 104, 38, 255, 19, 109, 40, 255, 12, 71, 26, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 97, 33, 255, 13, 94, 30, 255, 12, 93, 30, 255, 12, 93, 30, 255, 14, 97, 33, 255, 15, 99, 34, 255, 15, 99, 34, 255, 12, 94, 30, 255, 12, 94, 30, 255, 14, 97, 32, 255, 14, 98, 32, 255, 18, 110, 39, 255, 18, 106, 38, 255, 15, 99, 34, 255, 13, 95, 31, 255, 15, 99, 34, 255, 20, 110, 41, 255, 18, 106, 39, 255, 15, 99, 34, 255, 11, 84, 27, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 98, 33, 255, 12, 93, 30, 255, 15, 98, 33, 255, 22, 107, 39, 255, 15, 97, 32, 255, 11, 92, 29, 255, 16, 99, 34, 255, 16, 101, 35, 255, 13, 97, 32, 255, 15, 100, 34, 255, 14, 98, 33, 255, 12, 93, 30, 255, 17, 107, 37, 255, 17, 105, 37, 255, 16, 101, 35, 255, 16, 100, 35, 255, 16, 100, 35, 255, 16, 100, 35, 255, 15, 99, 34, 255, 12, 94, 30, 255, 13, 95, 31, 255, 20, 110, 42, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 103, 35, 255, 14, 97, 32, 255, 11, 92, 29, 255, 13, 94, 31, 255, 17, 101, 35, 255, 15, 97, 32, 255, 11, 92, 29, 255, 14, 95, 31, 255, 20, 105, 37, 255, 15, 98, 33, 255, 11, 92, 29, 255, 12, 93, 30, 255, 11, 92, 29, 255, 13, 95, 31, 255, 17, 108, 37, 255, 17, 105, 36, 255, 18, 103, 35, 255, 15, 99, 33, 255, 15, 98, 33, 255, 16, 100, 35, 255, 16, 100, 35, 255, 15, 98, 33, 255, 12, 94, 31, 255, 17, 101, 35, 255, 22, 107, 39, 255, 17, 84, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 96, 31, 255, 12, 93, 30, 255, 13, 95, 31, 255, 14, 96, 31, 255, 15, 97, 32, 255, 17, 100, 35, 255, 15, 97, 32, 255, 14, 96, 31, 255, 15, 97, 32, 255, 17, 100, 35, 255, 17, 100, 34, 255, 20, 104, 37, 255, 16, 98, 33, 255, 14, 99, 33, 255, 13, 95, 31, 255, 12, 93, 29, 255, 14, 95, 31, 255, 13, 94, 30, 255, 12, 93, 30, 255, 14, 97, 32, 255, 15, 98, 33, 255, 13, 94, 31, 255, 15, 97, 33, 255, 18, 102, 36, 255, 19, 104, 37, 255, 22, 107, 39, 255, 21, 106, 38, 255, 19, 103, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 106, 37, 255, 19, 104, 36, 255, 19, 105, 37, 255, 16, 100, 34, 255, 19, 105, 37, 255, 18, 104, 36, 255, 19, 105, 37, 255, 18, 103, 36, 255, 19, 103, 37, 255, 17, 100, 35, 255, 19, 103, 36, 255, 18, 101, 35, 255, 22, 107, 39, 255, 21, 106, 38, 255, 13, 94, 31, 255, 13, 96, 31, 255, 12, 93, 30, 255, 12, 93, 30, 255, 15, 97, 32, 255, 14, 95, 31, 255, 15, 97, 32, 255, 14, 97, 32, 255, 15, 97, 32, 255, 14, 96, 31, 255, 17, 100, 35, 255, 17, 100, 35, 255, 18, 101, 36, 255, 20, 104, 37, 255, 20, 104, 37, 255, 20, 104, 37, 255, 17, 100, 34, 255, 10, 68, 22, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 101, 36, 255, 17, 102, 36, 255, 21, 109, 39, 255, 21, 109, 38, 255, 16, 100, 33, 255, 14, 97, 32, 255, 17, 104, 36, 255, 18, 109, 38, 255, 16, 104, 36, 255, 16, 101, 34, 255, 15, 97, 32, 255, 13, 94, 30, 255, 11, 92, 29, 255, 14, 96, 31, 255, 18, 102, 36, 255, 15, 97, 32, 255, 15, 98, 33, 255, 19, 104, 36, 255, 16, 99, 33, 255, 16, 99, 33, 255, 15, 98, 32, 255, 18, 103, 35, 255, 15, 98, 33, 255, 12, 92, 29, 255, 11, 92, 29, 255, 12, 93, 29, 255, 12, 92, 29, 255, 14, 96, 32, 255, 18, 101, 35, 255, 21, 106, 39, 255, 23, 108, 40, 255, 19, 106, 38, 255, 14, 97, 32, 255, 10, 84, 26, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 97, 35, 255, 18, 104, 38, 255, 16, 100, 35, 255, 15, 99, 34, 255, 13, 94, 30, 255, 19, 105, 37, 255, 19, 105, 36, 255, 16, 101, 34, 255, 15, 102, 34, 255, 17, 105, 36, 255, 16, 103, 35, 255, 15, 100, 33, 255, 12, 93, 30, 255, 12, 94, 30, 255, 11, 92, 29, 255, 12, 93, 30, 255, 11, 92, 29, 255, 13, 94, 30, 255, 18, 103, 36, 255, 18, 104, 36, 255, 17, 100, 34, 255, 18, 103, 35, 255, 19, 105, 37, 255, 19, 106, 37, 255, 17, 102, 36, 255, 14, 97, 33, 255, 15, 98, 33, 255, 15, 99, 34, 255, 15, 99, 34, 255, 16, 101, 35, 255, 13, 95, 31, 255, 16, 99, 34, 255, 14, 97, 32, 255, 16, 104, 36, 255, 18, 107, 38, 255, 14, 98, 33, 255, 11, 92, 29, 255, 8, 59, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 12, 93, 30, 255, 15, 98, 33, 255, 16, 99, 35, 255, 16, 101, 36, 255, 19, 107, 40, 255, 18, 105, 39, 255, 19, 107, 40, 255, 19, 108, 40, 255, 19, 113, 41, 255, 19, 113, 41, 255, 16, 104, 36, 255, 14, 98, 32, 255, 15, 101, 34, 255, 15, 100, 34, 255, 16, 102, 34, 255, 15, 99, 33, 255, 16, 98, 32, 255, 14, 96, 31, 255, 12, 93, 30, 255, 12, 94, 30, 255, 12, 92, 29, 255, 16, 100, 34, 255, 19, 105, 37, 255, 16, 99, 33, 255, 15, 98, 33, 255, 16, 100, 35, 255, 16, 100, 35, 255, 17, 105, 37, 255, 19, 109, 40, 255, 16, 103, 36, 255, 20, 110, 42, 255, 20, 110, 41, 255, 17, 106, 38, 255, 17, 107, 37, 255, 25, 124, 47, 255, 22, 117, 43, 255, 14, 97, 32, 255, 14, 98, 32, 255, 16, 104, 36, 255, 14, 85, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 95, 31, 255, 13, 94, 30, 255, 16, 99, 34, 255, 16, 99, 35, 255, 15, 98, 34, 255, 16, 101, 36, 255, 16, 101, 36, 255, 14, 97, 33, 255, 16, 101, 35, 255, 17, 104, 37, 255, 19, 112, 41, 255, 19, 112, 40, 255, 16, 103, 35, 255, 17, 108, 37, 255, 17, 106, 36, 255, 16, 100, 33, 255, 15, 98, 32, 255, 16, 99, 32, 255, 15, 98, 32, 255, 12, 93, 30, 255, 11, 92, 29, 255, 12, 93, 30, 255, 15, 99, 33, 255, 13, 96, 31, 255, 12, 93, 30, 255, 12, 92, 29, 255, 14, 97, 32, 255, 16, 100, 35, 255, 17, 104, 37, 255, 14, 98, 33, 255, 12, 93, 29, 255, 12, 92, 29, 255, 16, 103, 36, 255, 22, 114, 44, 255, 19, 110, 41, 255, 17, 105, 37, 255, 17, 104, 36, 255, 17, 105, 37, 255, 17, 105, 36, 255, 18, 105, 37, 255, 17, 102, 35, 255, 18, 102, 35, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 12, 93, 30, 255, 14, 96, 32, 255, 12, 93, 30, 255, 18, 102, 35, 255, 22, 108, 39, 255, 15, 97, 33, 255, 12, 93, 30, 255, 16, 100, 35, 255, 16, 99, 35, 255, 13, 96, 32, 255, 11, 92, 29, 255, 13, 95, 32, 255, 12, 92, 29, 255, 17, 106, 37, 255, 19, 113, 40, 255, 18, 108, 37, 255, 22, 113, 40, 255, 18, 104, 35, 255, 12, 93, 30, 255, 14, 97, 31, 255, 16, 99, 32, 255, 14, 96, 31, 255, 12, 93, 29, 255, 14, 96, 32, 255, 16, 99, 33, 255, 14, 96, 32, 255, 18, 103, 35, 255, 18, 103, 35, 255, 16, 99, 33, 255, 17, 102, 35, 255, 19, 108, 39, 255, 18, 106, 39, 255, 16, 102, 36, 255, 15, 99, 34, 255, 18, 106, 38, 255, 18, 106, 38, 255, 16, 101, 35, 255, 15, 100, 34, 255, 13, 95, 31, 255, 14, 98, 32, 255, 13, 96, 31, 255, 14, 96, 32, 255, 16, 99, 33, 255, 18, 102, 35, 255, 21, 109, 39, 255, 16, 82, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 102, 36, 255, 14, 97, 32, 255, 16, 99, 34, 255, 16, 98, 33, 255, 19, 102, 36, 255, 14, 96, 32, 255, 12, 94, 30, 255, 15, 99, 34, 255, 17, 103, 37, 255, 14, 97, 33, 255, 15, 99, 35, 255, 17, 103, 37, 255, 16, 100, 35, 255, 14, 96, 32, 255, 18, 106, 38, 255, 18, 108, 38, 255, 14, 98, 32, 255, 16, 100, 33, 255, 17, 103, 34, 255, 14, 97, 32, 255, 15, 98, 32, 255, 16, 99, 32, 255, 15, 98, 32, 255, 14, 96, 31, 255, 16, 101, 34, 255, 14, 96, 32, 255, 11, 92, 29, 255, 13, 95, 31, 255, 19, 105, 36, 255, 20, 107, 38, 255, 19, 107, 37, 255, 22, 115, 43, 255, 23, 118, 46, 255, 18, 106, 39, 255, 15, 100, 35, 255, 13, 96, 32, 255, 11, 92, 29, 255, 12, 93, 30, 255, 14, 97, 32, 255, 14, 96, 32, 255, 16, 100, 34, 255, 15, 98, 33, 255, 14, 96, 31, 255, 14, 96, 31, 255, 16, 100, 33, 255, 21, 108, 38, 255, 21, 108, 38, 255, 18, 100, 35, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 103, 37, 255, 19, 109, 40, 255, 18, 107, 39, 255, 17, 102, 36, 255, 21, 106, 39, 255, 14, 95, 31, 255, 11, 92, 29, 255, 14, 97, 33, 255, 15, 99, 34, 255, 16, 100, 35, 255, 15, 99, 34, 255, 14, 97, 33, 255, 16, 99, 35, 255, 20, 108, 42, 255, 22, 112, 45, 255, 17, 106, 38, 255, 18, 111, 39, 255, 18, 109, 38, 255, 16, 103, 35, 255, 14, 97, 32, 255, 12, 93, 29, 255, 14, 97, 32, 255, 21, 111, 38, 255, 16, 101, 34, 255, 12, 93, 30, 255, 14, 100, 34, 255, 18, 111, 42, 255, 15, 102, 36, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 16, 101, 34, 255, 19, 111, 39, 255, 19, 113, 41, 255, 20, 114, 41, 255, 17, 107, 38, 255, 18, 107, 39, 255, 16, 101, 35, 255, 15, 98, 33, 255, 14, 96, 32, 255, 15, 100, 34, 255, 16, 101, 35, 255, 20, 109, 40, 255, 18, 106, 38, 255, 15, 98, 32, 255, 14, 96, 31, 255, 16, 100, 34, 255, 19, 106, 37, 255, 19, 106, 37, 255, 20, 106, 37, 255, 19, 106, 37, 255, 12, 68, 23, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 100, 35, 255, 16, 100, 35, 255, 16, 100, 35, 255, 16, 101, 35, 255, 15, 98, 34, 255, 14, 96, 32, 255, 11, 92, 29, 255, 13, 97, 32, 255, 18, 107, 39, 255, 16, 102, 36, 255, 16, 100, 35, 255, 16, 100, 35, 255, 16, 102, 36, 255, 20, 110, 42, 255, 23, 116, 47, 255, 22, 117, 45, 255, 20, 114, 41, 255, 18, 111, 39, 255, 17, 105, 36, 255, 18, 108, 38, 255, 13, 97, 32, 255, 14, 97, 32, 255, 16, 101, 34, 255, 19, 110, 40, 255, 14, 99, 34, 255, 16, 104, 37, 255, 19, 115, 44, 255, 17, 109, 40, 255, 15, 102, 37, 255, 13, 96, 32, 255, 11, 92, 29, 255, 13, 97, 32, 255, 16, 102, 35, 255, 17, 106, 37, 255, 13, 97, 32, 255, 13, 96, 31, 255, 15, 100, 33, 255, 16, 103, 35, 255, 16, 101, 35, 255, 16, 100, 35, 255, 13, 95, 31, 255, 12, 94, 31, 255, 15, 100, 34, 255, 18, 105, 38, 255, 17, 104, 37, 255, 16, 102, 36, 255, 13, 96, 32, 255, 16, 100, 33, 255, 15, 99, 33, 255, 13, 94, 30, 255, 19, 104, 36, 255, 19, 104, 36, 255, 13, 94, 30, 255, 12, 83, 27, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 14, 97, 33, 255, 13, 95, 31, 255, 14, 98, 33, 255, 13, 95, 31, 255, 16, 101, 35, 255, 17, 105, 37, 255, 15, 99, 34, 255, 14, 97, 33, 255, 16, 101, 35, 255, 20, 111, 42, 255, 17, 103, 37, 255, 16, 100, 35, 255, 16, 102, 36, 255, 19, 109, 40, 255, 22, 112, 43, 255, 22, 111, 42, 255, 21, 113, 42, 255, 17, 107, 38, 255, 18, 109, 38, 255, 19, 114, 41, 255, 20, 116, 42, 255, 19, 113, 41, 255, 17, 107, 38, 255, 19, 110, 40, 255, 20, 114, 44, 255, 15, 102, 36, 255, 15, 103, 36, 255, 14, 99, 34, 255, 15, 100, 35, 255, 15, 102, 36, 255, 13, 95, 32, 255, 12, 92, 29, 255, 15, 100, 34, 255, 18, 110, 39, 255, 18, 110, 39, 255, 16, 105, 36, 255, 13, 97, 32, 255, 11, 92, 29, 255, 14, 98, 32, 255, 20, 108, 38, 255, 20, 106, 38, 255, 13, 96, 32, 255, 12, 94, 30, 255, 19, 108, 39, 255, 21, 112, 42, 255, 21, 112, 41, 255, 19, 109, 40, 255, 14, 97, 32, 255, 17, 102, 35, 255, 21, 108, 38, 255, 16, 99, 33, 255, 12, 92, 29, 255, 12, 92, 29, 255, 15, 99, 33, 255, 19, 105, 36, 255, 15, 98, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 15, 99, 34, 255, 14, 98, 33, 255, 15, 99, 34, 255, 17, 104, 38, 255, 22, 114, 44, 255, 16, 101, 35, 255, 16, 101, 35, 255, 20, 110, 41, 255, 23, 116, 46, 255, 18, 106, 39, 255, 16, 100, 35, 255, 17, 104, 37, 255, 16, 100, 35, 255, 16, 100, 35, 255, 16, 100, 35, 255, 18, 103, 37, 255, 21, 107, 40, 255, 21, 107, 40, 255, 21, 107, 40, 255, 18, 104, 38, 255, 16, 102, 35, 255, 16, 105, 36, 255, 12, 93, 30, 255, 17, 106, 37, 255, 19, 111, 40, 255, 17, 107, 38, 255, 16, 102, 35, 255, 13, 95, 31, 255, 11, 92, 29, 255, 14, 99, 34, 255, 18, 112, 43, 255, 15, 103, 36, 255, 12, 93, 30, 255, 12, 95, 31, 255, 17, 106, 38, 255, 19, 110, 40, 255, 14, 97, 32, 255, 16, 104, 36, 255, 19, 113, 40, 255, 15, 101, 34, 255, 11, 92, 29, 255, 17, 102, 35, 255, 22, 110, 39, 255, 19, 105, 37, 255, 17, 102, 36, 255, 18, 106, 38, 255, 25, 120, 47, 255, 23, 117, 45, 255, 15, 99, 33, 255, 12, 94, 30, 255, 19, 106, 40, 255, 21, 109, 42, 255, 19, 105, 37, 255, 17, 102, 35, 255, 13, 95, 31, 255, 14, 97, 32, 255, 14, 97, 32, 255, 13, 95, 31, 255, 17, 102, 35, 255, 15, 82, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 110, 42, 255, 15, 99, 34, 255, 15, 100, 34, 255, 19, 108, 40, 255, 16, 101, 36, 255, 16, 101, 36, 255, 14, 98, 33, 255, 14, 99, 33, 255, 18, 106, 38, 255, 18, 105, 38, 255, 18, 105, 38, 255, 16, 101, 36, 255, 16, 100, 35, 255, 16, 100, 35, 255, 17, 103, 37, 255, 20, 108, 41, 255, 18, 101, 37, 255, 18, 100, 36, 255, 20, 104, 38, 255, 19, 102, 37, 255, 21, 106, 40, 255, 22, 112, 43, 255, 20, 114, 42, 255, 18, 110, 39, 255, 20, 112, 41, 255, 21, 114, 43, 255, 17, 105, 37, 255, 15, 100, 34, 255, 13, 96, 31, 255, 16, 103, 36, 255, 17, 105, 38, 255, 17, 106, 38, 255, 14, 97, 33, 255, 13, 96, 32, 255, 13, 95, 31, 255, 17, 104, 37, 255, 21, 114, 44, 255, 19, 108, 40, 255, 21, 115, 42, 255, 22, 114, 42, 255, 15, 99, 33, 255, 14, 96, 31, 255, 18, 102, 35, 255, 16, 99, 33, 255, 16, 100, 34, 255, 20, 107, 38, 255, 16, 99, 33, 255, 12, 94, 30, 255, 14, 96, 32, 255, 13, 95, 32, 255, 11, 92, 29, 255, 12, 93, 30, 255, 14, 96, 32, 255, 14, 96, 32, 255, 16, 99, 33, 255, 19, 105, 36, 255, 19, 105, 36, 255, 19, 105, 37, 255, 19, 105, 36, 255, 19, 105, 37, 255, 19, 105, 37, 255, 19, 104, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 107, 39, 255, 15, 98, 33, 255, 14, 97, 32, 255, 17, 104, 38, 255, 16, 100, 35, 255, 16, 100, 35, 255, 15, 98, 34, 255, 16, 103, 36, 255, 22, 114, 44, 255, 16, 102, 36, 255, 12, 93, 30, 255, 14, 97, 33, 255, 16, 100, 35, 255, 16, 101, 35, 255, 13, 95, 31, 255, 20, 108, 40, 255, 21, 107, 40, 255, 21, 107, 40, 255, 20, 105, 39, 255, 19, 101, 37, 255, 17, 99, 35, 255, 22, 112, 43, 255, 23, 117, 45, 255, 20, 112, 41, 255, 23, 119, 46, 255, 20, 112, 41, 255, 13, 96, 32, 255, 13, 95, 31, 255, 12, 94, 30, 255, 15, 102, 35, 255, 13, 96, 31, 255, 15, 99, 34, 255, 16, 102, 36, 255, 14, 97, 33, 255, 12, 94, 30, 255, 15, 100, 34, 255, 16, 102, 36, 255, 16, 102, 35, 255, 18, 110, 39, 255, 19, 109, 38, 255, 14, 97, 32, 255, 15, 97, 32, 255, 18, 103, 36, 255, 15, 98, 33, 255, 14, 96, 32, 255, 17, 101, 34, 255, 15, 97, 32, 255, 12, 93, 29, 255, 12, 92, 29, 255, 12, 93, 30, 255, 16, 101, 36, 255, 17, 104, 38, 255, 20, 108, 41, 255, 18, 105, 39, 255, 15, 99, 33, 255, 17, 104, 36, 255, 19, 106, 37, 255, 19, 105, 36, 255, 19, 105, 36, 255, 19, 105, 37, 255, 21, 108, 38, 255, 25, 102, 39, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 100, 35, 255, 15, 99, 34, 255, 16, 100, 35, 255, 16, 100, 35, 255, 16, 100, 35, 255, 16, 100, 35, 255, 17, 103, 37, 255, 21, 112, 43, 255, 18, 107, 39, 255, 13, 95, 31, 255, 12, 95, 31, 255, 18, 109, 39, 255, 22, 121, 45, 255, 19, 112, 40, 255, 19, 112, 40, 255, 21, 111, 41, 255, 27, 123, 50, 255, 24, 115, 46, 255, 21, 107, 41, 255, 19, 106, 39, 255, 22, 116, 44, 255, 21, 112, 41, 255, 14, 97, 32, 255, 18, 107, 38, 255, 16, 103, 36, 255, 13, 95, 31, 255, 11, 92, 29, 255, 13, 96, 31, 255, 18, 109, 38, 255, 15, 102, 35, 255, 12, 94, 30, 255, 12, 93, 30, 255, 11, 92, 29, 255, 13, 96, 32, 255, 15, 100, 35, 255, 17, 105, 37, 255, 16, 104, 36, 255, 17, 107, 37, 255, 16, 105, 36, 255, 15, 101, 34, 255, 18, 104, 36, 255, 17, 102, 34, 255, 13, 94, 30, 255, 12, 93, 29, 255, 12, 92, 29, 255, 12, 92, 29, 255, 14, 96, 31, 255, 17, 101, 34, 255, 15, 97, 32, 255, 13, 95, 32, 255, 19, 107, 40, 255, 20, 110, 42, 255, 17, 103, 36, 255, 14, 99, 33, 255, 16, 104, 36, 255, 18, 107, 38, 255, 16, 101, 34, 255, 15, 97, 32, 255, 15, 97, 32, 255, 28, 82, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 20, 111, 42, 255, 15, 99, 34, 255, 13, 95, 31, 255, 16, 100, 35, 255, 17, 104, 37, 255, 20, 110, 41, 255, 18, 107, 39, 255, 15, 102, 34, 255, 18, 110, 39, 255, 18, 110, 39, 255, 17, 106, 37, 255, 18, 108, 38, 255, 16, 104, 36, 255, 16, 103, 35, 255, 20, 112, 41, 255, 21, 112, 43, 255, 18, 106, 39, 255, 17, 103, 37, 255, 18, 106, 38, 255, 20, 110, 41, 255, 19, 107, 39, 255, 20, 110, 41, 255, 18, 105, 37, 255, 14, 97, 32, 255, 14, 98, 33, 255, 13, 96, 31, 255, 15, 100, 33, 255, 17, 106, 37, 255, 20, 114, 41, 255, 16, 105, 37, 255, 19, 112, 40, 255, 17, 106, 37, 255, 13, 96, 31, 255, 16, 106, 37, 255, 22, 119, 44, 255, 20, 116, 42, 255, 21, 118, 44, 255, 19, 112, 40, 255, 18, 109, 38, 255, 18, 106, 37, 255, 20, 106, 37, 255, 17, 101, 34, 255, 11, 92, 29, 255, 12, 93, 29, 255, 16, 100, 34, 255, 21, 108, 38, 255, 16, 100, 34, 255, 11, 92, 29, 255, 14, 97, 32, 255, 16, 101, 35, 255, 16, 101, 35, 255, 14, 97, 32, 255, 14, 97, 32, 255, 16, 101, 35, 255, 16, 101, 35, 255, 14, 96, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 12, 93, 30, 255, 16, 102, 36, 255, 22, 115, 45, 255, 16, 100, 35, 255, 12, 94, 30, 255, 17, 104, 36, 255, 19, 105, 37, 255, 17, 106, 37, 255, 19, 113, 40, 255, 18, 110, 39, 255, 19, 113, 40, 255, 16, 105, 36, 255, 11, 92, 29, 255, 15, 102, 35, 255, 19, 110, 40, 255, 17, 104, 37, 255, 17, 103, 37, 255, 18, 107, 39, 255, 17, 104, 37, 255, 17, 103, 37, 255, 17, 103, 37, 255, 15, 100, 34, 255, 15, 99, 34, 255, 14, 97, 32, 255, 12, 93, 29, 255, 15, 100, 34, 255, 18, 111, 39, 255, 17, 107, 37, 255, 12, 95, 31, 255, 17, 106, 37, 255, 14, 97, 32, 255, 12, 93, 30, 255, 15, 99, 33, 255, 17, 106, 37, 255, 13, 97, 32, 255, 15, 102, 35, 255, 18, 111, 39, 255, 20, 114, 40, 255, 23, 114, 40, 255, 20, 108, 37, 255, 19, 105, 36, 255, 17, 101, 34, 255, 13, 94, 30, 255, 15, 97, 32, 255, 18, 104, 36, 255, 16, 99, 33, 255, 12, 93, 30, 255, 14, 97, 32, 255, 16, 101, 34, 255, 16, 102, 35, 255, 14, 97, 32, 255, 14, 98, 32, 255, 16, 102, 35, 255, 21, 86, 33, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 100, 35, 255, 16, 101, 36, 255, 17, 102, 36, 255, 20, 106, 37, 255, 18, 103, 35, 255, 13, 95, 31, 255, 11, 92, 29, 255, 14, 99, 33, 255, 17, 108, 37, 255, 17, 108, 38, 255, 17, 107, 37, 255, 13, 96, 31, 255, 11, 92, 29, 255, 13, 95, 31, 255, 15, 98, 33, 255, 17, 103, 37, 255, 23, 116, 44, 255, 24, 119, 46, 255, 19, 108, 40, 255, 15, 100, 34, 255, 13, 95, 31, 255, 14, 96, 32, 255, 12, 94, 30, 255, 12, 93, 30, 255, 15, 100, 33, 255, 15, 101, 34, 255, 13, 95, 31, 255, 13, 95, 31, 255, 19, 108, 40, 255, 15, 100, 35, 255, 11, 92, 29, 255, 12, 94, 30, 255, 14, 99, 33, 255, 15, 100, 34, 255, 13, 95, 31, 255, 13, 95, 31, 255, 19, 107, 36, 255, 22, 113, 39, 255, 16, 100, 33, 255, 12, 94, 30, 255, 16, 100, 34, 255, 18, 104, 36, 255, 17, 101, 34, 255, 14, 96, 31, 255, 13, 94, 30, 255, 13, 96, 31, 255, 15, 100, 33, 255, 15, 100, 33, 255, 17, 104, 36, 255, 21, 114, 42, 255, 21, 114, 43, 255, 43, 86, 42, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 100, 34, 255, 19, 105, 36, 255, 15, 98, 32, 255, 12, 93, 30, 255, 11, 92, 29, 255, 12, 94, 30, 255, 15, 98, 33, 255, 15, 99, 33, 255, 15, 99, 34, 255, 13, 96, 32, 255, 15, 98, 33, 255, 14, 98, 33, 255, 12, 93, 30, 255, 16, 102, 36, 255, 23, 116, 46, 255, 25, 120, 47, 255, 24, 118, 47, 255, 19, 107, 40, 255, 22, 114, 44, 255, 17, 104, 37, 255, 12, 93, 30, 255, 13, 96, 32, 255, 18, 106, 38, 255, 17, 105, 37, 255, 18, 108, 39, 255, 15, 100, 34, 255, 15, 98, 33, 255, 13, 96, 32, 255, 15, 98, 33, 255, 15, 98, 33, 255, 15, 98, 33, 255, 16, 101, 35, 255, 13, 95, 31, 255, 12, 93, 29, 255, 11, 92, 29, 255, 17, 103, 34, 255, 23, 113, 40, 255, 17, 103, 34, 255, 14, 97, 32, 255, 16, 100, 33, 255, 14, 96, 31, 255, 12, 93, 29, 255, 15, 99, 32, 255, 15, 100, 33, 255, 16, 100, 33, 255, 15, 99, 33, 255, 12, 94, 30, 255, 24, 95, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 21, 109, 39, 255, 14, 97, 32, 255, 12, 94, 30, 255, 14, 97, 32, 255, 13, 96, 31, 255, 16, 103, 35, 255, 13, 97, 32, 255, 16, 103, 35, 255, 13, 96, 31, 255, 18, 106, 38, 255, 22, 115, 45, 255, 15, 100, 35, 255, 15, 98, 34, 255, 16, 101, 35, 255, 18, 104, 36, 255, 18, 105, 37, 255, 12, 94, 30, 255, 16, 100, 35, 255, 16, 100, 35, 255, 16, 102, 36, 255, 16, 101, 35, 255, 15, 98, 33, 255, 15, 97, 32, 255, 17, 103, 36, 255, 16, 101, 35, 255, 13, 96, 32, 255, 11, 92, 29, 255, 13, 96, 31, 255, 17, 106, 38, 255, 17, 106, 38, 255, 18, 110, 39, 255, 17, 108, 38, 255, 16, 102, 34, 255, 14, 96, 31, 255, 14, 97, 32, 255, 15, 98, 32, 255, 12, 94, 30, 255, 12, 93, 29, 255, 12, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 94, 30, 255, 13, 95, 31, 255, 14, 96, 32, 255, 14, 96, 31, 255, 34, 79, 35, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 95, 31, 255, 15, 99, 33, 255, 15, 99, 33, 255, 19, 111, 39, 255, 19, 110, 39, 255, 21, 116, 42, 255, 18, 108, 38, 255, 18, 106, 38, 255, 16, 101, 35, 255, 13, 95, 31, 255, 11, 92, 29, 255, 14, 97, 32, 255, 20, 107, 37, 255, 19, 105, 36, 255, 13, 96, 31, 255, 14, 98, 33, 255, 16, 101, 35, 255, 18, 106, 38, 255, 18, 105, 37, 255, 14, 96, 31, 255, 12, 93, 30, 255, 16, 100, 34, 255, 18, 104, 36, 255, 14, 96, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 93, 30, 255, 14, 99, 33, 255, 16, 103, 35, 255, 18, 109, 38, 255, 21, 118, 43, 255, 17, 106, 37, 255, 14, 96, 31, 255, 13, 95, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 93, 30, 255, 13, 94, 31, 255, 12, 94, 31, 255, 11, 92, 29, 255, 16, 91, 31, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 11, 92, 29, 255, 13, 96, 31, 255, 17, 105, 37, 255, 20, 113, 41, 255, 29, 133, 52, 255, 18, 109, 39, 255, 17, 105, 37, 255, 17, 102, 35, 255, 23, 111, 40, 255, 16, 100, 34, 255, 19, 105, 36, 255, 20, 107, 38, 255, 19, 106, 37, 255, 14, 97, 32, 255, 15, 98, 32, 255, 16, 100, 34, 255, 19, 105, 36, 255, 17, 101, 34, 255, 12, 94, 30, 255, 13, 95, 31, 255, 12, 93, 30, 255, 14, 97, 32, 255, 12, 94, 30, 255, 11, 92, 29, 255, 11, 92, 29, 255, 13, 97, 32, 255, 18, 109, 38, 255, 17, 106, 37, 255, 16, 102, 35, 255, 18, 108, 38, 255, 19, 113, 40, 255, 17, 106, 37, 255, 17, 102, 38, 255, 14, 97, 35, 255, 13, 95, 32, 255, 13, 95, 32, 255, 15, 99, 36, 255, 15, 98, 35, 255, 12, 93, 30, 255, 21, 78, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 13, 95, 31, 255, 13, 96, 32, 255, 16, 103, 35, 255, 17, 105, 36, 255, 14, 96, 32, 255, 16, 99, 33, 255, 13, 94, 30, 255, 12, 94, 30, 255, 11, 92, 29, 255, 14, 96, 31, 255, 16, 101, 34, 255, 14, 97, 32, 255, 12, 94, 30, 255, 16, 102, 36, 255, 17, 103, 37, 255, 19, 108, 40, 255, 18, 104, 36, 255, 19, 105, 36, 255, 20, 106, 37, 255, 16, 100, 33, 255, 16, 98, 33, 255, 15, 97, 32, 255, 13, 94, 30, 255, 14, 96, 31, 255, 15, 100, 34, 255, 16, 103, 35, 255, 16, 102, 35, 255, 16, 102, 35, 255, 15, 102, 34, 255, 14, 98, 33, 255, 14, 97, 33, 255, 17, 104, 37, 255, 14, 98, 33, 255, 12, 94, 31, 255, 12, 93, 30, 255, 12, 93, 30, 255, 11, 92, 29, 255, 25, 65, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 12, 94, 30, 255, 16, 101, 35, 255, 19, 103, 37, 255, 19, 103, 37, 255, 18, 102, 36, 255, 15, 98, 33, 255, 15, 96, 32, 255, 14, 95, 31, 255, 11, 92, 29, 255, 11, 92, 29, 255, 12, 93, 30, 255, 15, 100, 34, 255, 16, 102, 36, 255, 18, 106, 39, 255, 17, 103, 37, 255, 17, 102, 35, 255, 14, 96, 31, 255, 15, 97, 32, 255, 18, 102, 36, 255, 18, 101, 35, 255, 18, 102, 36, 255, 17, 100, 34, 255, 12, 93, 30, 255, 14, 98, 33, 255, 16, 102, 35, 255, 16, 102, 35, 255, 16, 100, 35, 255, 14, 96, 32, 255, 11, 92, 29, 255, 16, 101, 35, 255, 22, 114, 44, 255, 18, 106, 39, 255, 12, 94, 31, 255, 18, 82, 30, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 102, 36, 255, 16, 99, 34, 255, 18, 102, 36, 255, 19, 103, 37, 255, 19, 104, 37, 255, 20, 104, 37, 255, 19, 103, 37, 255, 15, 97, 32, 255, 12, 93, 29, 255, 11, 92, 29, 255, 11, 92, 29, 255, 14, 97, 33, 255, 16, 100, 35, 255, 15, 98, 34, 255, 12, 93, 30, 255, 15, 100, 33, 255, 16, 100, 34, 255, 18, 101, 35, 255, 19, 103, 37, 255, 19, 103, 37, 255, 19, 103, 37, 255, 15, 98, 33, 255, 17, 100, 35, 255, 20, 106, 38, 255, 20, 109, 40, 255, 17, 104, 37, 255, 16, 100, 35, 255, 15, 98, 34, 255, 15, 99, 34, 255, 15, 100, 35, 255, 15, 99, 34, 255, 29, 77, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 101, 35, 255, 19, 104, 37, 255, 20, 104, 37, 255, 19, 103, 37, 255, 15, 97, 32, 255, 14, 96, 31, 255, 12, 93, 30, 255, 12, 93, 30, 255, 12, 93, 30, 255, 14, 96, 32, 255, 13, 95, 31, 255, 14, 98, 33, 255, 16, 102, 35, 255, 17, 108, 38, 255, 17, 105, 36, 255, 17, 101, 35, 255, 17, 100, 34, 255, 18, 101, 35, 255, 16, 99, 34, 255, 13, 95, 31, 255, 15, 97, 32, 255, 20, 104, 37, 255, 18, 102, 35, 255, 15, 98, 33, 255, 13, 95, 31, 255, 14, 97, 32, 255, 15, 99, 34, 255, 17, 90, 32, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 23, 109, 40, 255, 19, 104, 37, 255, 12, 92, 29, 255, 13, 95, 31, 255, 15, 98, 32, 255, 16, 100, 33, 255, 18, 104, 36, 255, 16, 101, 34, 255, 15, 99, 34, 255, 14, 98, 33, 255, 15, 101, 34, 255, 15, 100, 33, 255, 15, 101, 34, 255, 15, 100, 34, 255, 12, 94, 30, 255, 15, 98, 33, 255, 22, 107, 39, 255, 19, 102, 35, 255, 16, 98, 33, 255, 17, 99, 34, 255, 18, 102, 36, 255, 17, 100, 34, 255, 16, 98, 33, 255, 15, 97, 33, 255, 15, 99, 34, 255, 24, 81, 34, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 101, 34, 255, 15, 97, 32, 255, 14, 97, 32, 255, 17, 102, 35, 255, 17, 102, 35, 255, 18, 103, 35, 255, 17, 102, 35, 255, 16, 104, 36, 255, 18, 110, 39, 255, 14, 99, 33, 255, 12, 94, 30, 255, 15, 99, 33, 255, 15, 101, 34, 255, 16, 103, 35, 255, 20, 110, 40, 255, 18, 104, 37, 255, 16, 98, 33, 255, 18, 101, 35, 255, 15, 98, 33, 255, 14, 96, 32, 255, 17, 100, 35, 255, 19, 103, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 12, 93, 30, 255, 13, 95, 31, 255, 18, 103, 35, 255, 16, 99, 33, 255, 12, 94, 30, 255, 15, 101, 35, 255, 19, 110, 39, 255, 18, 110, 39, 255, 14, 98, 32, 255, 13, 96, 31, 255, 15, 100, 33, 255, 16, 102, 35, 255, 16, 102, 35, 255, 18, 109, 39, 255, 20, 113, 42, 255, 18, 104, 37, 255, 21, 106, 38, 255, 18, 101, 35, 255, 17, 100, 35, 255, 28, 91, 37, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 11, 92, 29, 255, 15, 99, 33, 255, 16, 101, 35, 255, 15, 101, 35, 255, 19, 110, 39, 255, 17, 104, 36, 255, 12, 93, 30, 255, 13, 96, 31, 255, 18, 109, 38, 255, 17, 105, 37, 255, 16, 101, 35, 255, 16, 103, 36, 255, 13, 96, 31, 255, 17, 105, 37, 255, 17, 105, 37, 255, 18, 106, 38, 255, 19, 105, 38, 255, 43, 83, 41, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 16, 101, 35, 255, 15, 101, 35, 255, 13, 96, 32, 255, 15, 99, 33, 255, 15, 100, 34, 255, 13, 96, 31, 255, 12, 94, 30, 255, 14, 98, 33, 255, 16, 102, 35, 255, 17, 105, 37, 255, 15, 100, 34, 255, 19, 110, 40, 255, 20, 114, 42, 255, 26, 103, 41, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 23, 118, 46, 255, 18, 109, 39, 255, 18, 109, 39, 255, 17, 106, 38, 255, 18, 109, 39, 255, 15, 100, 34, 255, 12, 93, 29, 255, 15, 100, 34, 255, 16, 102, 35, 255, 16, 104, 36, 255, 18, 109, 39, 255, 37, 91, 42, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 17, 105, 37, 255, 16, 103, 36, 255, 19, 110, 40, 255, 17, 106, 38, 255, 17, 106, 37, 255, 19, 111, 40, 255, 19, 111, 40, 255, 24, 115, 45, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 109, 39, 255, 20, 113, 42, 255, 17, 106, 37, 255, 18, 109, 39, 255, 22, 118, 45, 255, 26, 95, 40, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 18, 108, 39, 255, 20, 112, 41, 255, 20, 112, 41, 255, 29, 78, 36, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255), "format": "RGBA8", "height": 64, "mipmaps": false, "width": 64 } -[sub_resource type="ImageTexture" id=63] -image = SubResource( 88 ) -size = Vector2( 64, 64 ) +[sub_resource type="ImageTexture" id="63"] +image = SubResource("Image_ds7kg") -[sub_resource type="ConcavePolygonShape3D" id=64] -data = PackedVector3Array( -0.9999, -0.9999, 1, 1, -0.9999, -0.9999, 1, -0.9999, 1, -0.9999, -0.9999, 1, -0.9999, -0.9999, -0.9999, 1, -0.9999, -0.9999 ) +[sub_resource type="ConcavePolygonShape3D" id="64"] +data = PackedVector3Array(-0.9999, -0.9999, 1, 1, -0.9999, -0.9999, 1, -0.9999, 1, -0.9999, -0.9999, 1, -0.9999, -0.9999, -0.9999, 1, -0.9999, -0.9999) -[sub_resource type="ArrayMesh" id=65] -surfaces/0 = { -"aabb": AABB( -1, -1, 1, 2, 2, 0 ), -"array_data": PackedByteArray( 0, 188, 0, 188, 0, 60, 0, 60, 0, 0, 126, 0, 238, 20, 245, 51, 0, 60, 0, 188, 0, 60, 0, 60, 0, 0, 126, 0, 1, 52, 245, 51, 0, 60, 0, 60, 0, 60, 0, 60, 0, 0, 126, 0, 1, 52, 64, 15, 0, 188, 0, 60, 0, 60, 0, 60, 0, 0, 126, 0, 238, 20, 64, 15 ), -"array_index_data": PackedByteArray( 0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0 ), -"blend_shape_data": [ ], -"format": 98067, +[sub_resource type="ArrayMesh" id="65"] +_surfaces = [{ +"aabb": AABB(-1, -1, 1, 2, 2, 0), +"attribute_data": PackedByteArray(0, 192, 157, 58, 0, 160, 126, 62, 0, 32, 128, 62, 0, 160, 126, 62, 0, 32, 128, 62, 0, 0, 232, 57, 0, 192, 157, 58, 0, 0, 232, 57), +"format": 4115, "index_count": 6, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [ ], -"vertex_count": 4 -} - -[sub_resource type="Image" id=89] +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 4, +"vertex_data": PackedByteArray(0, 0, 128, 191, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 255, 127, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 255, 127, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 255, 127, 255, 127, 0, 0, 128, 191, 0, 0, 128, 63, 0, 0, 128, 63, 255, 127, 255, 127) +}] + +[sub_resource type="Image" id="Image_r0i8e"] data = { -"data": PackedByteArray( 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 28, 30, 23, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 34, 36, 28, 255, 37, 30, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 34, 36, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 27, 22, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 33, 25, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 30, 21, 255, 32, 26, 23, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 29, 22, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 30, 21, 255, 28, 24, 20, 255, 30, 25, 21, 255, 35, 28, 26, 255, 35, 29, 27, 255, 36, 30, 28, 255, 37, 30, 28, 255, 37, 30, 27, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 30, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 26, 23, 255, 29, 24, 21, 255, 34, 28, 26, 255, 37, 30, 28, 255, 36, 29, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 43, 41, 30, 255, 33, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 27, 24, 255, 32, 26, 23, 255, 34, 27, 24, 255, 35, 28, 22, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 48, 44, 33, 255, 53, 38, 33, 255, 39, 30, 26, 255, 28, 24, 20, 255, 30, 25, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 28, 24, 20, 255, 31, 25, 21, 255, 28, 24, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 47, 42, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 45, 34, 29, 255, 36, 29, 24, 255, 40, 31, 26, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 19, 16, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 46, 40, 30, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 37, 32, 255, 53, 38, 33, 255, 46, 34, 29, 255, 31, 26, 22, 255, 37, 29, 25, 255, 28, 24, 20, 255, 31, 26, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 26, 22, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 46, 40, 30, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 48, 35, 30, 255, 47, 34, 29, 255, 40, 30, 26, 255, 43, 32, 28, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 16, 14, 12, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 46, 40, 30, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 53, 37, 32, 255, 49, 36, 31, 255, 34, 27, 23, 255, 40, 31, 26, 255, 29, 24, 21, 255, 28, 24, 20, 255, 23, 20, 17, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 46, 40, 30, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 50, 37, 31, 255, 50, 36, 31, 255, 35, 28, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 32, 33, 23, 255, 50, 34, 30, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 41, 31, 27, 255, 28, 24, 20, 255, 28, 24, 20, 255, 20, 17, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 30, 20, 255, 30, 25, 21, 255, 44, 32, 28, 255, 52, 35, 31, 255, 51, 36, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 47, 35, 30, 255, 32, 26, 22, 255, 28, 24, 20, 255, 27, 23, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 30, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 38, 29, 25, 255, 46, 32, 29, 255, 44, 33, 28, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 39, 30, 26, 255, 28, 24, 20, 255, 28, 24, 20, 255, 17, 15, 12, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 27, 31, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 25, 22, 255, 28, 24, 20, 255, 37, 29, 25, 255, 52, 38, 32, 255, 46, 34, 29, 255, 53, 38, 33, 255, 51, 37, 32, 255, 53, 37, 32, 255, 52, 36, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 45, 33, 29, 255, 30, 25, 21, 255, 28, 24, 20, 255, 24, 21, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 35, 27, 255, 33, 27, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 26, 22, 255, 34, 27, 23, 255, 36, 28, 24, 255, 43, 32, 28, 255, 41, 31, 27, 255, 53, 38, 33, 255, 52, 36, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 51, 37, 32, 255, 33, 27, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 35, 28, 255, 37, 30, 28, 255, 35, 28, 26, 255, 30, 25, 22, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 28, 24, 20, 255, 35, 28, 24, 255, 50, 36, 31, 255, 42, 31, 27, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 37, 32, 255, 53, 38, 33, 255, 45, 33, 29, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 27, 21, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 35, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 25, 255, 35, 29, 27, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 32, 26, 22, 255, 33, 26, 23, 255, 47, 33, 29, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 39, 30, 26, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 25, 22, 255, 37, 29, 27, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 35, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 27, 24, 255, 33, 27, 25, 255, 31, 25, 22, 255, 30, 25, 22, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 42, 30, 27, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 45, 33, 29, 255, 30, 25, 21, 255, 28, 24, 20, 255, 30, 25, 21, 255, 36, 29, 28, 255, 24, 20, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 30, 33, 25, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 28, 255, 37, 30, 28, 255, 34, 28, 26, 255, 36, 29, 28, 255, 31, 26, 23, 255, 28, 24, 20, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 36, 28, 24, 255, 50, 34, 30, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 51, 37, 32, 255, 30, 25, 21, 255, 28, 24, 20, 255, 32, 27, 24, 255, 37, 30, 28, 255, 33, 27, 26, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 30, 21, 255, 31, 26, 23, 255, 36, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 25, 255, 35, 28, 26, 255, 31, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 21, 255, 44, 32, 28, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 36, 28, 24, 255, 28, 24, 20, 255, 29, 24, 21, 255, 34, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 31, 21, 255, 28, 24, 20, 255, 29, 24, 21, 255, 34, 28, 25, 255, 35, 29, 27, 255, 35, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 38, 29, 25, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 38, 29, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 26, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 30, 24, 23, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 27, 31, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 26, 23, 255, 28, 24, 20, 255, 33, 27, 25, 255, 37, 30, 28, 255, 36, 29, 27, 255, 37, 30, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 27, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 26, 22, 255, 49, 34, 30, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 36, 28, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 22, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 45, 42, 31, 255, 35, 28, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 26, 23, 255, 31, 26, 23, 255, 33, 27, 24, 255, 34, 27, 24, 255, 35, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 38, 30, 25, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 47, 35, 30, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 36, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 18, 14, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 48, 43, 32, 255, 53, 38, 33, 255, 41, 31, 27, 255, 28, 24, 20, 255, 31, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 28, 24, 20, 255, 30, 25, 21, 255, 28, 24, 20, 255, 32, 27, 24, 255, 37, 30, 28, 255, 35, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 28, 26, 255, 30, 25, 22, 255, 28, 24, 20, 255, 29, 24, 21, 255, 45, 34, 29, 255, 53, 38, 33, 255, 52, 36, 32, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 47, 35, 30, 255, 32, 26, 22, 255, 28, 24, 20, 255, 29, 24, 21, 255, 34, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 25, 20, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 47, 42, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 35, 30, 255, 38, 30, 25, 255, 43, 32, 28, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 22, 255, 30, 25, 22, 255, 32, 27, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 39, 30, 26, 255, 53, 38, 33, 255, 53, 37, 32, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 37, 29, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 26, 24, 255, 37, 30, 28, 255, 25, 20, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 47, 41, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 31, 255, 34, 27, 23, 255, 39, 30, 26, 255, 29, 24, 21, 255, 32, 26, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 22, 255, 35, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 33, 26, 23, 255, 52, 38, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 30, 25, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 22, 255, 24, 19, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 47, 41, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 31, 255, 49, 35, 31, 255, 41, 31, 27, 255, 45, 34, 29, 255, 30, 25, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 33, 27, 25, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 29, 27, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 47, 35, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 42, 32, 27, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 19, 16, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 47, 41, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 53, 37, 32, 255, 51, 37, 32, 255, 36, 29, 24, 255, 42, 32, 27, 255, 31, 26, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 26, 23, 255, 36, 29, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 28, 26, 255, 30, 25, 21, 255, 28, 24, 20, 255, 30, 25, 21, 255, 45, 34, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 47, 35, 30, 255, 32, 26, 22, 255, 28, 24, 20, 255, 19, 16, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 47, 42, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 51, 37, 32, 255, 53, 38, 33, 255, 38, 29, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 34, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 47, 34, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 38, 30, 25, 255, 19, 16, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 34, 24, 255, 47, 33, 29, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 44, 33, 28, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 26, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 29, 25, 21, 255, 28, 24, 20, 255, 36, 28, 24, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 36, 32, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 30, 22, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 27, 32, 22, 255, 28, 24, 20, 255, 42, 30, 27, 255, 52, 35, 31, 255, 51, 35, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 50, 36, 31, 255, 35, 28, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 33, 27, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 37, 29, 25, 255, 52, 37, 32, 255, 53, 38, 33, 255, 52, 36, 32, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 36, 26, 22, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 27, 32, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 36, 27, 24, 255, 44, 32, 28, 255, 41, 31, 27, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 41, 31, 27, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 21, 255, 36, 29, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 28, 26, 255, 29, 24, 21, 255, 28, 24, 20, 255, 31, 25, 21, 255, 46, 34, 29, 255, 52, 36, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 36, 25, 22, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 29, 33, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 24, 21, 255, 28, 24, 20, 255, 35, 28, 24, 255, 50, 36, 31, 255, 44, 33, 28, 255, 53, 38, 33, 255, 50, 37, 31, 255, 53, 38, 33, 255, 52, 36, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 47, 35, 30, 255, 32, 26, 22, 255, 28, 24, 20, 255, 29, 24, 21, 255, 34, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 27, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 21, 255, 51, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 35, 24, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 28, 32, 24, 255, 33, 28, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 34, 27, 23, 255, 34, 27, 23, 255, 41, 31, 27, 255, 39, 30, 26, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 34, 27, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 26, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 28, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 41, 30, 26, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 35, 24, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 36, 29, 27, 255, 31, 25, 22, 255, 30, 25, 22, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 26, 22, 255, 47, 35, 30, 255, 41, 30, 26, 255, 51, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 46, 34, 29, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 36, 28, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 27, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 36, 28, 24, 255, 50, 35, 31, 255, 52, 35, 31, 255, 35, 24, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 34, 27, 26, 255, 34, 28, 25, 255, 36, 29, 28, 255, 31, 26, 23, 255, 28, 24, 20, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 26, 22, 255, 31, 25, 22, 255, 45, 32, 28, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 41, 31, 27, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 25, 21, 255, 36, 29, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 34, 28, 26, 255, 29, 24, 21, 255, 28, 24, 20, 255, 31, 25, 21, 255, 45, 32, 28, 255, 35, 24, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 25, 255, 34, 28, 25, 255, 31, 26, 23, 255, 31, 26, 23, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 39, 29, 26, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 37, 32, 255, 47, 35, 30, 255, 32, 26, 22, 255, 28, 24, 20, 255, 29, 24, 21, 255, 35, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 26, 20, 17, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 30, 28, 255, 37, 30, 28, 255, 35, 28, 26, 255, 37, 30, 28, 255, 32, 26, 24, 255, 28, 24, 20, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 33, 26, 23, 255, 48, 33, 29, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 30, 25, 21, 255, 28, 24, 20, 255, 32, 26, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 29, 27, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 19, 16, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 28, 23, 22, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 34, 28, 26, 255, 35, 29, 27, 255, 32, 27, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 42, 30, 27, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 38, 29, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 33, 27, 25, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 27, 24, 255, 28, 24, 20, 255, 19, 16, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 34, 28, 26, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 36, 28, 24, 255, 50, 34, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 41, 31, 26, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 26, 23, 255, 36, 29, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 34, 28, 26, 255, 20, 17, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 32, 26, 25, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 30, 28, 255, 31, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 21, 255, 48, 34, 30, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 37, 29, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 21, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 25, 20, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 37, 29, 25, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 48, 35, 30, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 35, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 25, 20, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 36, 29, 28, 255, 34, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 27, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 43, 32, 28, 255, 53, 38, 33, 255, 52, 36, 32, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 49, 36, 31, 255, 35, 27, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 33, 27, 25, 255, 37, 30, 28, 255, 37, 30, 28, 255, 25, 20, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 18, 16, 255, 31, 26, 23, 255, 36, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 36, 29, 24, 255, 51, 37, 32, 255, 53, 37, 32, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 40, 31, 26, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 26, 23, 255, 36, 29, 28, 255, 25, 20, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 29, 24, 21, 255, 34, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 27, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 21, 255, 52, 38, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 30, 25, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 23, 19, 17, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 24, 20, 17, 255, 32, 27, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 29, 27, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 45, 34, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 44, 33, 28, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 19, 16, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 30, 25, 22, 255, 35, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 29, 27, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 43, 32, 28, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 31, 255, 34, 27, 23, 255, 28, 24, 20, 255, 19, 16, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 27, 22, 19, 255, 33, 27, 25, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 27, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 45, 34, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 40, 31, 26, 255, 19, 16, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 16, 14, 255, 31, 26, 23, 255, 36, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 30, 25, 21, 255, 28, 24, 20, 255, 35, 28, 24, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 36, 32, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 32, 23, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 32, 27, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 34, 28, 26, 255, 28, 24, 20, 255, 28, 24, 20, 255, 34, 27, 23, 255, 49, 36, 31, 255, 53, 38, 33, 255, 52, 36, 32, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 36, 26, 22, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 29, 24, 22, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 29, 27, 255, 29, 25, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 44, 33, 28, 255, 52, 36, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 36, 25, 22, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 21, 255, 51, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 35, 24, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 27, 25, 255, 37, 30, 28, 255, 37, 30, 28, 255, 31, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 39, 29, 25, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 35, 24, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 34, 27, 23, 255, 48, 34, 30, 255, 52, 35, 31, 255, 35, 24, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 28, 26, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 42, 31, 27, 255, 35, 24, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 27, 22, 21, 255, 37, 30, 28, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 25, 19, 16, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 36, 29, 28, 255, 31, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 19, 16, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 25, 24, 255, 33, 27, 25, 255, 28, 24, 20, 255, 19, 16, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 35, 29, 27, 255, 20, 17, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 24, 19, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255 ), +"data": PackedByteArray(76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 28, 30, 23, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 34, 36, 28, 255, 37, 30, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 34, 36, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 27, 22, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 33, 25, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 30, 21, 255, 32, 26, 23, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 29, 22, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 30, 21, 255, 28, 24, 20, 255, 30, 25, 21, 255, 35, 28, 26, 255, 35, 29, 27, 255, 36, 30, 28, 255, 37, 30, 28, 255, 37, 30, 27, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 30, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 26, 23, 255, 29, 24, 21, 255, 34, 28, 26, 255, 37, 30, 28, 255, 36, 29, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 43, 41, 30, 255, 33, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 27, 24, 255, 32, 26, 23, 255, 34, 27, 24, 255, 35, 28, 22, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 48, 44, 33, 255, 53, 38, 33, 255, 39, 30, 26, 255, 28, 24, 20, 255, 30, 25, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 28, 24, 20, 255, 31, 25, 21, 255, 28, 24, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 47, 42, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 45, 34, 29, 255, 36, 29, 24, 255, 40, 31, 26, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 19, 16, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 46, 40, 30, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 37, 32, 255, 53, 38, 33, 255, 46, 34, 29, 255, 31, 26, 22, 255, 37, 29, 25, 255, 28, 24, 20, 255, 31, 26, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 26, 22, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 46, 40, 30, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 48, 35, 30, 255, 47, 34, 29, 255, 40, 30, 26, 255, 43, 32, 28, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 16, 14, 12, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 46, 40, 30, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 53, 37, 32, 255, 49, 36, 31, 255, 34, 27, 23, 255, 40, 31, 26, 255, 29, 24, 21, 255, 28, 24, 20, 255, 23, 20, 17, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 46, 40, 30, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 50, 37, 31, 255, 50, 36, 31, 255, 35, 28, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 32, 33, 23, 255, 50, 34, 30, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 41, 31, 27, 255, 28, 24, 20, 255, 28, 24, 20, 255, 20, 17, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 30, 20, 255, 30, 25, 21, 255, 44, 32, 28, 255, 52, 35, 31, 255, 51, 36, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 47, 35, 30, 255, 32, 26, 22, 255, 28, 24, 20, 255, 27, 23, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 30, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 38, 29, 25, 255, 46, 32, 29, 255, 44, 33, 28, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 39, 30, 26, 255, 28, 24, 20, 255, 28, 24, 20, 255, 17, 15, 12, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 27, 31, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 25, 22, 255, 28, 24, 20, 255, 37, 29, 25, 255, 52, 38, 32, 255, 46, 34, 29, 255, 53, 38, 33, 255, 51, 37, 32, 255, 53, 37, 32, 255, 52, 36, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 45, 33, 29, 255, 30, 25, 21, 255, 28, 24, 20, 255, 24, 21, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 35, 27, 255, 33, 27, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 26, 22, 255, 34, 27, 23, 255, 36, 28, 24, 255, 43, 32, 28, 255, 41, 31, 27, 255, 53, 38, 33, 255, 52, 36, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 51, 37, 32, 255, 33, 27, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 35, 28, 255, 37, 30, 28, 255, 35, 28, 26, 255, 30, 25, 22, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 28, 24, 20, 255, 35, 28, 24, 255, 50, 36, 31, 255, 42, 31, 27, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 37, 32, 255, 53, 38, 33, 255, 45, 33, 29, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 27, 21, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 35, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 25, 255, 35, 29, 27, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 32, 26, 22, 255, 33, 26, 23, 255, 47, 33, 29, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 39, 30, 26, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 25, 22, 255, 37, 29, 27, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 35, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 27, 24, 255, 33, 27, 25, 255, 31, 25, 22, 255, 30, 25, 22, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 42, 30, 27, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 45, 33, 29, 255, 30, 25, 21, 255, 28, 24, 20, 255, 30, 25, 21, 255, 36, 29, 28, 255, 24, 20, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 30, 33, 25, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 28, 255, 37, 30, 28, 255, 34, 28, 26, 255, 36, 29, 28, 255, 31, 26, 23, 255, 28, 24, 20, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 36, 28, 24, 255, 50, 34, 30, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 51, 37, 32, 255, 30, 25, 21, 255, 28, 24, 20, 255, 32, 27, 24, 255, 37, 30, 28, 255, 33, 27, 26, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 30, 21, 255, 31, 26, 23, 255, 36, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 25, 255, 35, 28, 26, 255, 31, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 21, 255, 44, 32, 28, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 36, 28, 24, 255, 28, 24, 20, 255, 29, 24, 21, 255, 34, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 31, 21, 255, 28, 24, 20, 255, 29, 24, 21, 255, 34, 28, 25, 255, 35, 29, 27, 255, 35, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 38, 29, 25, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 38, 29, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 26, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 30, 24, 23, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 27, 31, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 26, 23, 255, 28, 24, 20, 255, 33, 27, 25, 255, 37, 30, 28, 255, 36, 29, 27, 255, 37, 30, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 27, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 26, 22, 255, 49, 34, 30, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 36, 28, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 22, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 45, 42, 31, 255, 35, 28, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 26, 23, 255, 31, 26, 23, 255, 33, 27, 24, 255, 34, 27, 24, 255, 35, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 38, 30, 25, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 47, 35, 30, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 36, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 18, 14, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 48, 43, 32, 255, 53, 38, 33, 255, 41, 31, 27, 255, 28, 24, 20, 255, 31, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 28, 24, 20, 255, 30, 25, 21, 255, 28, 24, 20, 255, 32, 27, 24, 255, 37, 30, 28, 255, 35, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 28, 26, 255, 30, 25, 22, 255, 28, 24, 20, 255, 29, 24, 21, 255, 45, 34, 29, 255, 53, 38, 33, 255, 52, 36, 32, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 47, 35, 30, 255, 32, 26, 22, 255, 28, 24, 20, 255, 29, 24, 21, 255, 34, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 25, 20, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 47, 42, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 35, 30, 255, 38, 30, 25, 255, 43, 32, 28, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 22, 255, 30, 25, 22, 255, 32, 27, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 39, 30, 26, 255, 53, 38, 33, 255, 53, 37, 32, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 37, 29, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 26, 24, 255, 37, 30, 28, 255, 25, 20, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 47, 41, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 31, 255, 34, 27, 23, 255, 39, 30, 26, 255, 29, 24, 21, 255, 32, 26, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 22, 255, 35, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 33, 26, 23, 255, 52, 38, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 30, 25, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 22, 255, 24, 19, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 47, 41, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 31, 255, 49, 35, 31, 255, 41, 31, 27, 255, 45, 34, 29, 255, 30, 25, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 33, 27, 25, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 29, 27, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 47, 35, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 42, 32, 27, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 19, 16, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 47, 41, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 53, 37, 32, 255, 51, 37, 32, 255, 36, 29, 24, 255, 42, 32, 27, 255, 31, 26, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 26, 23, 255, 36, 29, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 28, 26, 255, 30, 25, 21, 255, 28, 24, 20, 255, 30, 25, 21, 255, 45, 34, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 47, 35, 30, 255, 32, 26, 22, 255, 28, 24, 20, 255, 19, 16, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 47, 42, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 51, 37, 32, 255, 53, 38, 33, 255, 38, 29, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 34, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 47, 34, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 38, 30, 25, 255, 19, 16, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 34, 24, 255, 47, 33, 29, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 44, 33, 28, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 26, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 29, 25, 21, 255, 28, 24, 20, 255, 36, 28, 24, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 36, 32, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 30, 22, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 27, 32, 22, 255, 28, 24, 20, 255, 42, 30, 27, 255, 52, 35, 31, 255, 51, 35, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 50, 36, 31, 255, 35, 28, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 33, 27, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 37, 29, 25, 255, 52, 37, 32, 255, 53, 38, 33, 255, 52, 36, 32, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 36, 26, 22, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 27, 32, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 36, 27, 24, 255, 44, 32, 28, 255, 41, 31, 27, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 41, 31, 27, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 21, 255, 36, 29, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 28, 26, 255, 29, 24, 21, 255, 28, 24, 20, 255, 31, 25, 21, 255, 46, 34, 29, 255, 52, 36, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 36, 25, 22, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 29, 33, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 24, 21, 255, 28, 24, 20, 255, 35, 28, 24, 255, 50, 36, 31, 255, 44, 33, 28, 255, 53, 38, 33, 255, 50, 37, 31, 255, 53, 38, 33, 255, 52, 36, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 47, 35, 30, 255, 32, 26, 22, 255, 28, 24, 20, 255, 29, 24, 21, 255, 34, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 27, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 21, 255, 51, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 35, 24, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 28, 32, 24, 255, 33, 28, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 34, 27, 23, 255, 34, 27, 23, 255, 41, 31, 27, 255, 39, 30, 26, 255, 53, 38, 33, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 34, 27, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 26, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 28, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 41, 30, 26, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 35, 24, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 36, 29, 27, 255, 31, 25, 22, 255, 30, 25, 22, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 32, 26, 22, 255, 47, 35, 30, 255, 41, 30, 26, 255, 51, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 46, 34, 29, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 36, 28, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 27, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 36, 28, 24, 255, 50, 35, 31, 255, 52, 35, 31, 255, 35, 24, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 34, 27, 26, 255, 34, 28, 25, 255, 36, 29, 28, 255, 31, 26, 23, 255, 28, 24, 20, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 26, 22, 255, 31, 25, 22, 255, 45, 32, 28, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 41, 31, 27, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 25, 21, 255, 36, 29, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 34, 28, 26, 255, 29, 24, 21, 255, 28, 24, 20, 255, 31, 25, 21, 255, 45, 32, 28, 255, 35, 24, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 25, 255, 34, 28, 25, 255, 31, 26, 23, 255, 31, 26, 23, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 39, 29, 26, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 37, 32, 255, 47, 35, 30, 255, 32, 26, 22, 255, 28, 24, 20, 255, 29, 24, 21, 255, 35, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 26, 20, 17, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 30, 28, 255, 37, 30, 28, 255, 35, 28, 26, 255, 37, 30, 28, 255, 32, 26, 24, 255, 28, 24, 20, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 33, 26, 23, 255, 48, 33, 29, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 30, 25, 21, 255, 28, 24, 20, 255, 32, 26, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 29, 27, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 19, 16, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 28, 23, 22, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 34, 28, 26, 255, 35, 29, 27, 255, 32, 27, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 42, 30, 27, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 36, 32, 255, 38, 29, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 33, 27, 25, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 27, 24, 255, 28, 24, 20, 255, 19, 16, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 34, 28, 26, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 36, 28, 24, 255, 50, 34, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 41, 31, 26, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 26, 23, 255, 36, 29, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 34, 28, 26, 255, 20, 17, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 32, 26, 25, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 30, 28, 255, 31, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 21, 255, 48, 34, 30, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 37, 29, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 21, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 25, 20, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 37, 29, 25, 255, 53, 37, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 53, 37, 32, 255, 48, 35, 30, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 35, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 25, 20, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 36, 29, 28, 255, 34, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 36, 29, 27, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 43, 32, 28, 255, 53, 38, 33, 255, 52, 36, 32, 255, 52, 35, 31, 255, 53, 37, 32, 255, 53, 38, 33, 255, 49, 36, 31, 255, 35, 27, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 33, 27, 25, 255, 37, 30, 28, 255, 37, 30, 28, 255, 25, 20, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 22, 18, 16, 255, 31, 26, 23, 255, 36, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 36, 29, 24, 255, 51, 37, 32, 255, 53, 37, 32, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 40, 31, 26, 255, 28, 24, 20, 255, 28, 24, 20, 255, 31, 26, 23, 255, 36, 29, 28, 255, 25, 20, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 29, 24, 21, 255, 34, 28, 26, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 27, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 21, 255, 52, 38, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 30, 25, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 29, 24, 21, 255, 23, 19, 17, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 24, 20, 17, 255, 32, 27, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 29, 27, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 45, 34, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 44, 33, 28, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 19, 16, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 30, 25, 22, 255, 35, 29, 27, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 29, 27, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 43, 32, 28, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 31, 255, 34, 27, 23, 255, 28, 24, 20, 255, 19, 16, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 27, 22, 19, 255, 33, 27, 25, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 32, 27, 24, 255, 28, 24, 20, 255, 28, 24, 20, 255, 45, 34, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 40, 31, 26, 255, 19, 16, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 19, 16, 14, 255, 31, 26, 23, 255, 36, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 30, 25, 21, 255, 28, 24, 20, 255, 35, 28, 24, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 36, 32, 255, 53, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 32, 23, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 32, 27, 24, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 34, 28, 26, 255, 28, 24, 20, 255, 28, 24, 20, 255, 34, 27, 23, 255, 49, 36, 31, 255, 53, 38, 33, 255, 52, 36, 32, 255, 52, 35, 31, 255, 52, 36, 32, 255, 53, 38, 33, 255, 36, 26, 22, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 29, 24, 22, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 29, 27, 255, 29, 25, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 44, 33, 28, 255, 52, 36, 32, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 36, 25, 22, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 30, 25, 21, 255, 51, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 35, 24, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 27, 25, 255, 37, 30, 28, 255, 37, 30, 28, 255, 31, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 39, 29, 25, 255, 52, 35, 31, 255, 52, 35, 31, 255, 52, 35, 31, 255, 35, 24, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 37, 30, 28, 255, 33, 27, 25, 255, 28, 24, 20, 255, 28, 24, 20, 255, 34, 27, 23, 255, 48, 34, 30, 255, 52, 35, 31, 255, 35, 24, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 30, 28, 255, 37, 30, 28, 255, 35, 28, 26, 255, 29, 24, 21, 255, 28, 24, 20, 255, 28, 24, 20, 255, 42, 31, 27, 255, 35, 24, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 27, 22, 21, 255, 37, 30, 28, 255, 30, 25, 22, 255, 28, 24, 20, 255, 28, 24, 20, 255, 28, 24, 20, 255, 25, 19, 16, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 36, 29, 28, 255, 31, 26, 23, 255, 28, 24, 20, 255, 28, 24, 20, 255, 19, 16, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 31, 25, 24, 255, 33, 27, 25, 255, 28, 24, 20, 255, 19, 16, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 35, 29, 27, 255, 20, 17, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 24, 19, 18, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255), "format": "RGBA8", "height": 64, "mipmaps": false, "width": 64 } -[sub_resource type="ImageTexture" id=67] -image = SubResource( 89 ) -size = Vector2( 64, 64 ) +[sub_resource type="ImageTexture" id="67"] +image = SubResource("Image_r0i8e") -[sub_resource type="ConcavePolygonShape3D" id=68] -data = PackedVector3Array( -0.9999, -0.9999, 1, 1, 1, 1, 1, -0.9999, 1, -0.9999, -0.9999, 1, -0.9999, 1, 1, 1, 1, 1 ) +[sub_resource type="ConcavePolygonShape3D" id="68"] +data = PackedVector3Array(-0.9999, -0.9999, 1, 1, 1, 1, 1, -0.9999, 1, -0.9999, -0.9999, 1, -0.9999, 1, 1, 1, 1, 1) -[sub_resource type="ArrayMesh" id=69] -surfaces/0 = { -"aabb": AABB( -1, -1, -1, 2, 2, 2 ), -"array_data": PackedByteArray( 0, 188, 0, 60, 102, 56, 0, 60, 130, 0, 0, 0, 142, 43, 247, 18, 0, 188, 0, 60, 0, 188, 0, 60, 130, 0, 0, 0, 1, 52, 247, 18, 0, 188, 0, 188, 0, 188, 0, 60, 130, 0, 0, 0, 1, 52, 237, 51, 0, 188, 0, 188, 102, 56, 0, 60, 130, 0, 0, 0, 142, 43, 237, 51, 51, 187, 0, 188, 51, 59, 0, 60, 167, 0, 89, 0, 235, 34, 239, 51, 153, 185, 0, 188, 0, 60, 0, 60, 227, 0, 123, 0, 229, 40, 239, 51, 153, 185, 0, 60, 0, 60, 0, 60, 227, 0, 123, 0, 229, 40, 129, 16, 51, 187, 0, 60, 51, 59, 0, 60, 167, 0, 89, 0, 235, 34, 129, 16, 102, 184, 0, 60, 0, 60, 0, 60, 0, 0, 126, 0, 69, 43, 129, 16, 102, 184, 0, 188, 0, 60, 0, 60, 0, 0, 126, 0, 69, 43, 239, 51, 0, 188, 0, 188, 153, 57, 0, 60, 133, 0, 29, 0, 47, 41, 237, 51, 51, 187, 0, 188, 51, 59, 0, 60, 167, 0, 89, 0, 12, 36, 237, 51, 51, 187, 0, 60, 51, 59, 0, 60, 167, 0, 89, 0, 12, 36, 247, 18, 0, 188, 0, 60, 153, 57, 0, 60, 133, 0, 29, 0, 47, 41, 247, 18, 0, 60, 0, 60, 0, 60, 0, 60, 0, 0, 126, 0, 244, 51, 129, 16, 0, 60, 0, 188, 0, 60, 0, 60, 0, 0, 126, 0, 244, 51, 239, 51 ), -"array_index_data": PackedByteArray( 0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 5, 0, 6, 0, 8, 0, 9, 0, 5, 0, 10, 0, 12, 0, 11, 0, 10, 0, 13, 0, 12, 0, 14, 0, 9, 0, 8, 0, 14, 0, 15, 0, 9, 0, 13, 0, 3, 0, 0, 0, 13, 0, 10, 0, 3, 0 ), -"blend_shape_data": [ ], -"format": 98067, +[sub_resource type="ArrayMesh" id="69"] +_surfaces = [{ +"aabb": AABB(-1, -1, -1, 2, 2, 2), +"attribute_data": PackedByteArray(0, 192, 113, 61, 0, 224, 94, 58, 0, 32, 128, 62, 0, 224, 94, 58, 0, 32, 128, 62, 0, 160, 125, 62, 0, 192, 113, 61, 0, 160, 125, 62, 0, 96, 93, 60, 0, 224, 125, 62, 0, 160, 28, 61, 0, 224, 125, 62, 0, 160, 28, 61, 0, 32, 16, 58, 0, 96, 93, 60, 0, 32, 16, 58, 0, 160, 104, 61, 0, 32, 16, 58, 0, 160, 104, 61, 0, 224, 125, 62, 0, 224, 37, 61, 0, 160, 125, 62, 0, 128, 129, 60, 0, 160, 125, 62, 0, 128, 129, 60, 0, 224, 94, 58, 0, 224, 37, 61, 0, 224, 94, 58, 0, 128, 126, 62, 0, 32, 16, 58, 0, 128, 126, 62, 0, 224, 125, 62), +"format": 4115, "index_count": 36, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [ ], -"vertex_count": 16 -} - -[sub_resource type="Image" id=90] +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 5, 0, 6, 0, 8, 0, 9, 0, 5, 0, 10, 0, 12, 0, 11, 0, 10, 0, 13, 0, 12, 0, 14, 0, 9, 0, 8, 0, 14, 0, 15, 0, 9, 0, 13, 0, 3, 0, 0, 0, 13, 0, 10, 0, 3, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 16, +"vertex_data": PackedByteArray(0, 0, 128, 191, 0, 0, 128, 63, 0, 192, 12, 63, 0, 0, 255, 127, 0, 0, 128, 191, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 255, 127, 0, 0, 128, 191, 0, 0, 128, 191, 0, 0, 128, 191, 0, 0, 255, 127, 0, 0, 128, 191, 0, 0, 128, 191, 0, 192, 12, 63, 0, 0, 255, 127, 0, 96, 102, 191, 0, 0, 128, 191, 0, 96, 102, 63, 255, 63, 255, 127, 0, 32, 51, 191, 0, 0, 128, 191, 0, 0, 128, 63, 147, 103, 255, 127, 0, 32, 51, 191, 0, 0, 128, 63, 0, 0, 128, 63, 147, 103, 255, 127, 0, 96, 102, 191, 0, 0, 128, 63, 0, 96, 102, 63, 255, 63, 255, 127, 0, 192, 12, 191, 0, 0, 128, 63, 0, 0, 128, 63, 255, 127, 255, 127, 0, 192, 12, 191, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 255, 127, 0, 0, 128, 191, 0, 0, 128, 191, 0, 32, 51, 63, 107, 24, 255, 127, 0, 96, 102, 191, 0, 0, 128, 191, 0, 96, 102, 63, 255, 63, 255, 127, 0, 96, 102, 191, 0, 0, 128, 63, 0, 96, 102, 63, 255, 63, 255, 127, 0, 0, 128, 191, 0, 0, 128, 63, 0, 32, 51, 63, 107, 24, 255, 127, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 255, 127, 255, 127, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 255, 127) +}] + +[sub_resource type="Image" id="Image_fth77"] data = { -"data": PackedByteArray( 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 5, 4, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 6, 5, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 6, 5, 255, 27, 21, 18, 255, 31, 23, 18, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 6, 5, 255, 23, 19, 16, 255, 31, 24, 21, 255, 37, 28, 23, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 6, 6, 255, 23, 19, 16, 255, 26, 22, 18, 255, 33, 26, 23, 255, 31, 25, 21, 255, 30, 23, 17, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 6, 6, 255, 27, 21, 18, 255, 30, 24, 20, 255, 30, 25, 21, 255, 33, 26, 23, 255, 30, 25, 21, 255, 25, 21, 17, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 9, 7, 6, 255, 33, 25, 21, 255, 37, 28, 24, 255, 40, 31, 26, 255, 38, 29, 25, 255, 35, 28, 24, 255, 32, 26, 22, 255, 27, 23, 19, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 7, 6, 255, 40, 29, 25, 255, 43, 32, 27, 255, 48, 36, 30, 255, 48, 35, 30, 255, 43, 32, 28, 255, 37, 28, 24, 255, 38, 29, 25, 255, 31, 26, 22, 255, 20, 17, 14, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 7, 6, 255, 40, 29, 25, 255, 47, 34, 29, 255, 52, 38, 32, 255, 52, 38, 32, 255, 53, 38, 33, 255, 46, 34, 29, 255, 47, 35, 30, 255, 46, 34, 29, 255, 36, 28, 24, 255, 25, 21, 18, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 6, 6, 255, 37, 27, 23, 255, 47, 34, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 51, 37, 32, 255, 53, 38, 33, 255, 51, 37, 32, 255, 40, 31, 26, 255, 30, 25, 21, 255, 18, 15, 13, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 5, 5, 255, 30, 23, 19, 255, 41, 30, 26, 255, 52, 38, 32, 255, 50, 37, 31, 255, 52, 38, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 44, 33, 28, 255, 34, 27, 23, 255, 23, 19, 16, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 5, 5, 255, 25, 20, 17, 255, 32, 25, 21, 255, 42, 32, 27, 255, 44, 33, 28, 255, 45, 34, 29, 255, 49, 36, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 31, 255, 37, 29, 25, 255, 28, 23, 20, 255, 16, 13, 11, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 5, 5, 255, 22, 18, 15, 255, 28, 22, 19, 255, 34, 27, 23, 255, 34, 27, 23, 255, 38, 30, 25, 255, 40, 32, 26, 255, 43, 32, 28, 255, 51, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 51, 37, 32, 255, 36, 28, 24, 255, 30, 25, 21, 255, 21, 17, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 5, 5, 255, 25, 20, 17, 255, 27, 22, 19, 255, 31, 25, 21, 255, 31, 26, 22, 255, 29, 24, 21, 255, 34, 27, 23, 255, 33, 27, 23, 255, 36, 28, 24, 255, 47, 34, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 32, 255, 43, 32, 28, 255, 35, 27, 23, 255, 31, 25, 22, 255, 29, 24, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 6, 5, 255, 28, 21, 18, 255, 31, 24, 21, 255, 33, 26, 22, 255, 33, 27, 22, 255, 33, 27, 22, 255, 30, 25, 21, 255, 32, 26, 22, 255, 30, 25, 21, 255, 32, 26, 22, 255, 42, 32, 27, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 51, 37, 32, 255, 43, 32, 27, 255, 36, 28, 24, 255, 33, 26, 22, 255, 36, 28, 24, 255, 24, 18, 16, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 6, 5, 255, 28, 21, 18, 255, 32, 25, 21, 255, 37, 29, 25, 255, 36, 29, 24, 255, 36, 29, 24, 255, 36, 29, 24, 255, 34, 27, 23, 255, 33, 27, 23, 255, 31, 26, 22, 255, 29, 24, 21, 255, 38, 29, 25, 255, 48, 36, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 45, 34, 29, 255, 34, 27, 23, 255, 31, 25, 22, 255, 35, 27, 23, 255, 30, 23, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 6, 5, 255, 25, 20, 17, 255, 32, 25, 21, 255, 36, 28, 24, 255, 37, 29, 25, 255, 39, 30, 26, 255, 39, 31, 26, 255, 39, 31, 26, 255, 37, 29, 24, 255, 34, 28, 23, 255, 32, 26, 22, 255, 30, 25, 21, 255, 33, 27, 23, 255, 45, 33, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 44, 33, 28, 255, 33, 26, 22, 255, 30, 25, 21, 255, 34, 27, 23, 255, 37, 28, 24, 255, 21, 16, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 6, 6, 255, 22, 18, 16, 255, 28, 22, 19, 255, 34, 27, 23, 255, 32, 26, 22, 255, 36, 28, 24, 255, 39, 31, 26, 255, 38, 30, 25, 255, 39, 31, 26, 255, 38, 30, 25, 255, 35, 28, 24, 255, 33, 27, 23, 255, 31, 25, 21, 255, 30, 25, 21, 255, 44, 33, 28, 255, 52, 38, 32, 255, 53, 38, 33, 255, 50, 37, 31, 255, 42, 32, 27, 255, 33, 27, 23, 255, 31, 25, 22, 255, 37, 28, 24, 255, 37, 28, 24, 255, 25, 19, 16, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 6, 6, 255, 25, 20, 17, 255, 27, 22, 19, 255, 31, 25, 22, 255, 32, 26, 22, 255, 29, 24, 21, 255, 34, 27, 23, 255, 36, 29, 24, 255, 36, 29, 24, 255, 38, 30, 25, 255, 39, 30, 25, 255, 36, 29, 24, 255, 34, 27, 23, 255, 32, 26, 22, 255, 35, 28, 24, 255, 45, 34, 28, 255, 51, 37, 32, 255, 53, 38, 33, 255, 48, 36, 30, 255, 40, 30, 26, 255, 33, 26, 23, 255, 35, 27, 23, 255, 37, 28, 24, 255, 33, 25, 22, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 9, 7, 6, 255, 30, 23, 20, 255, 34, 26, 22, 255, 36, 29, 24, 255, 35, 27, 23, 255, 33, 26, 23, 255, 30, 25, 21, 255, 31, 25, 22, 255, 32, 26, 22, 255, 35, 28, 23, 255, 37, 29, 25, 255, 39, 31, 26, 255, 37, 30, 25, 255, 34, 28, 23, 255, 32, 26, 22, 255, 37, 30, 25, 255, 45, 35, 29, 255, 51, 38, 32, 255, 53, 38, 33, 255, 48, 35, 30, 255, 38, 29, 25, 255, 31, 25, 21, 255, 34, 27, 23, 255, 33, 25, 22, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 7, 6, 255, 38, 27, 24, 255, 41, 30, 26, 255, 46, 35, 29, 255, 44, 33, 28, 255, 39, 30, 26, 255, 35, 27, 23, 255, 34, 27, 23, 255, 29, 24, 21, 255, 31, 26, 22, 255, 34, 27, 23, 255, 36, 29, 24, 255, 38, 30, 25, 255, 38, 30, 25, 255, 33, 27, 23, 255, 30, 25, 21, 255, 36, 29, 24, 255, 48, 36, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 50, 36, 31, 255, 39, 30, 26, 255, 29, 24, 21, 255, 29, 23, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 7, 6, 255, 40, 29, 25, 255, 47, 34, 29, 255, 50, 37, 31, 255, 52, 38, 32, 255, 49, 36, 31, 255, 42, 32, 27, 255, 44, 33, 28, 255, 40, 31, 26, 255, 30, 25, 21, 255, 31, 25, 21, 255, 33, 27, 22, 255, 35, 28, 24, 255, 38, 30, 25, 255, 39, 31, 26, 255, 33, 27, 23, 255, 29, 24, 21, 255, 38, 30, 25, 255, 49, 36, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 43, 32, 28, 255, 28, 23, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 9, 6, 6, 255, 40, 29, 24, 255, 47, 34, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 50, 36, 31, 255, 53, 38, 33, 255, 45, 33, 29, 255, 34, 27, 23, 255, 30, 25, 21, 255, 32, 26, 22, 255, 35, 28, 23, 255, 39, 30, 26, 255, 38, 30, 25, 255, 33, 27, 22, 255, 32, 26, 22, 255, 39, 30, 26, 255, 46, 34, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 42, 31, 26, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 6, 5, 255, 33, 24, 21, 255, 44, 32, 27, 255, 52, 38, 32, 255, 51, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 31, 255, 39, 30, 26, 255, 29, 24, 21, 255, 31, 26, 22, 255, 37, 29, 25, 255, 39, 31, 26, 255, 36, 29, 24, 255, 31, 26, 22, 255, 33, 26, 23, 255, 37, 28, 24, 255, 47, 34, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 34, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 5, 5, 255, 27, 21, 18, 255, 35, 27, 23, 255, 46, 34, 29, 255, 47, 36, 30, 255, 48, 36, 30, 255, 52, 38, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 43, 32, 28, 255, 32, 26, 22, 255, 31, 26, 22, 255, 36, 29, 24, 255, 39, 31, 26, 255, 34, 28, 23, 255, 29, 24, 21, 255, 32, 26, 22, 255, 39, 30, 26, 255, 52, 38, 32, 255, 53, 38, 33, 255, 48, 34, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 4, 3, 4, 255, 23, 19, 16, 255, 29, 23, 20, 255, 36, 28, 24, 255, 38, 30, 25, 255, 41, 32, 27, 255, 44, 33, 28, 255, 48, 35, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 46, 34, 29, 255, 33, 26, 23, 255, 30, 25, 21, 255, 34, 28, 23, 255, 38, 29, 25, 255, 34, 27, 23, 255, 30, 25, 21, 255, 31, 26, 22, 255, 43, 32, 28, 255, 53, 38, 33, 255, 48, 34, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 24, 19, 17, 255, 25, 21, 18, 255, 32, 26, 22, 255, 31, 25, 22, 255, 32, 26, 22, 255, 36, 29, 24, 255, 36, 28, 24, 255, 42, 32, 27, 255, 52, 38, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 40, 31, 26, 255, 33, 26, 22, 255, 29, 24, 21, 255, 35, 27, 23, 255, 37, 28, 24, 255, 35, 28, 24, 255, 32, 26, 22, 255, 29, 24, 21, 255, 40, 31, 26, 255, 45, 33, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 27, 21, 18, 255, 29, 23, 20, 255, 31, 25, 22, 255, 32, 26, 22, 255, 31, 26, 22, 255, 30, 25, 21, 255, 32, 27, 22, 255, 29, 24, 21, 255, 38, 29, 25, 255, 48, 35, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 35, 30, 255, 39, 30, 25, 255, 34, 27, 23, 255, 33, 26, 22, 255, 37, 28, 24, 255, 37, 28, 24, 255, 37, 28, 24, 255, 33, 27, 23, 255, 30, 25, 21, 255, 32, 25, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 20, 17, 255, 35, 28, 24, 255, 35, 28, 23, 255, 35, 28, 24, 255, 34, 27, 23, 255, 32, 26, 22, 255, 32, 26, 22, 255, 30, 25, 21, 255, 33, 27, 23, 255, 44, 33, 28, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 35, 30, 255, 42, 31, 27, 255, 33, 26, 22, 255, 33, 27, 23, 255, 37, 28, 24, 255, 37, 28, 24, 255, 37, 28, 24, 255, 35, 27, 23, 255, 28, 23, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 24, 18, 16, 255, 38, 30, 25, 255, 38, 30, 25, 255, 39, 31, 26, 255, 37, 29, 25, 255, 35, 28, 24, 255, 33, 27, 23, 255, 31, 25, 21, 255, 29, 24, 21, 255, 39, 30, 26, 255, 50, 37, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 51, 37, 32, 255, 40, 31, 26, 255, 29, 24, 21, 255, 32, 26, 22, 255, 36, 28, 24, 255, 37, 28, 24, 255, 37, 28, 24, 255, 32, 25, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 35, 27, 23, 255, 39, 31, 26, 255, 39, 30, 26, 255, 39, 30, 26, 255, 36, 29, 24, 255, 34, 28, 23, 255, 32, 26, 22, 255, 29, 25, 21, 255, 36, 28, 24, 255, 48, 35, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 31, 255, 38, 30, 25, 255, 31, 25, 22, 255, 32, 26, 22, 255, 37, 28, 24, 255, 37, 28, 24, 255, 33, 25, 22, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 28, 22, 18, 255, 37, 29, 25, 255, 37, 29, 25, 255, 39, 31, 26, 255, 37, 30, 25, 255, 35, 28, 24, 255, 33, 27, 22, 255, 31, 26, 22, 255, 38, 30, 25, 255, 47, 35, 30, 255, 53, 38, 33, 255, 52, 38, 32, 255, 46, 34, 29, 255, 37, 29, 25, 255, 32, 26, 22, 255, 36, 28, 24, 255, 37, 28, 24, 255, 33, 25, 22, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 32, 26, 22, 255, 36, 29, 24, 255, 38, 30, 25, 255, 38, 30, 25, 255, 36, 29, 24, 255, 33, 27, 23, 255, 33, 27, 23, 255, 40, 31, 26, 255, 48, 36, 30, 255, 52, 38, 32, 255, 52, 38, 32, 255, 45, 33, 29, 255, 34, 27, 23, 255, 32, 26, 22, 255, 36, 28, 24, 255, 33, 25, 22, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 27, 21, 18, 255, 35, 28, 24, 255, 37, 30, 25, 255, 39, 31, 26, 255, 37, 29, 24, 255, 31, 26, 22, 255, 32, 27, 22, 255, 40, 32, 26, 255, 50, 37, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 45, 34, 29, 255, 33, 27, 23, 255, 31, 25, 22, 255, 31, 24, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 34, 28, 23, 255, 36, 29, 24, 255, 39, 31, 26, 255, 37, 29, 25, 255, 31, 26, 22, 255, 31, 25, 22, 255, 42, 32, 27, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 47, 35, 30, 255, 37, 29, 25, 255, 26, 22, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 29, 23, 20, 255, 36, 29, 24, 255, 39, 31, 26, 255, 37, 29, 24, 255, 31, 26, 22, 255, 33, 26, 23, 255, 43, 32, 28, 255, 50, 37, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 37, 32, 255, 36, 28, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 23, 19, 16, 255, 38, 30, 25, 255, 39, 30, 25, 255, 35, 28, 23, 255, 32, 26, 22, 255, 35, 28, 24, 255, 40, 31, 26, 255, 49, 36, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 34, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 29, 24, 255, 38, 30, 25, 255, 33, 27, 22, 255, 30, 25, 21, 255, 34, 27, 23, 255, 43, 32, 27, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 34, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 30, 23, 19, 255, 37, 29, 25, 255, 32, 26, 22, 255, 29, 24, 21, 255, 35, 27, 23, 255, 49, 36, 31, 255, 53, 38, 33, 255, 48, 34, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 28, 24, 255, 33, 27, 23, 255, 30, 25, 21, 255, 35, 28, 24, 255, 46, 34, 29, 255, 48, 34, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 30, 23, 20, 255, 35, 27, 23, 255, 31, 25, 22, 255, 31, 25, 22, 255, 37, 28, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 24, 18, 16, 255, 36, 28, 24, 255, 33, 26, 22, 255, 26, 22, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 25, 22, 255, 31, 24, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 24, 18, 16, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255 ), +"data": PackedByteArray(76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 5, 4, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 6, 5, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 6, 5, 255, 27, 21, 18, 255, 31, 23, 18, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 6, 5, 255, 23, 19, 16, 255, 31, 24, 21, 255, 37, 28, 23, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 6, 6, 255, 23, 19, 16, 255, 26, 22, 18, 255, 33, 26, 23, 255, 31, 25, 21, 255, 30, 23, 17, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 6, 6, 255, 27, 21, 18, 255, 30, 24, 20, 255, 30, 25, 21, 255, 33, 26, 23, 255, 30, 25, 21, 255, 25, 21, 17, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 9, 7, 6, 255, 33, 25, 21, 255, 37, 28, 24, 255, 40, 31, 26, 255, 38, 29, 25, 255, 35, 28, 24, 255, 32, 26, 22, 255, 27, 23, 19, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 7, 6, 255, 40, 29, 25, 255, 43, 32, 27, 255, 48, 36, 30, 255, 48, 35, 30, 255, 43, 32, 28, 255, 37, 28, 24, 255, 38, 29, 25, 255, 31, 26, 22, 255, 20, 17, 14, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 7, 6, 255, 40, 29, 25, 255, 47, 34, 29, 255, 52, 38, 32, 255, 52, 38, 32, 255, 53, 38, 33, 255, 46, 34, 29, 255, 47, 35, 30, 255, 46, 34, 29, 255, 36, 28, 24, 255, 25, 21, 18, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 6, 6, 255, 37, 27, 23, 255, 47, 34, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 51, 37, 32, 255, 53, 38, 33, 255, 51, 37, 32, 255, 40, 31, 26, 255, 30, 25, 21, 255, 18, 15, 13, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 5, 5, 255, 30, 23, 19, 255, 41, 30, 26, 255, 52, 38, 32, 255, 50, 37, 31, 255, 52, 38, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 44, 33, 28, 255, 34, 27, 23, 255, 23, 19, 16, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 5, 5, 255, 25, 20, 17, 255, 32, 25, 21, 255, 42, 32, 27, 255, 44, 33, 28, 255, 45, 34, 29, 255, 49, 36, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 31, 255, 37, 29, 25, 255, 28, 23, 20, 255, 16, 13, 11, 255, 0, 0, 0, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 5, 5, 255, 22, 18, 15, 255, 28, 22, 19, 255, 34, 27, 23, 255, 34, 27, 23, 255, 38, 30, 25, 255, 40, 32, 26, 255, 43, 32, 28, 255, 51, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 51, 37, 32, 255, 36, 28, 24, 255, 30, 25, 21, 255, 21, 17, 15, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 5, 5, 255, 25, 20, 17, 255, 27, 22, 19, 255, 31, 25, 21, 255, 31, 26, 22, 255, 29, 24, 21, 255, 34, 27, 23, 255, 33, 27, 23, 255, 36, 28, 24, 255, 47, 34, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 32, 255, 43, 32, 28, 255, 35, 27, 23, 255, 31, 25, 22, 255, 29, 24, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 6, 5, 255, 28, 21, 18, 255, 31, 24, 21, 255, 33, 26, 22, 255, 33, 27, 22, 255, 33, 27, 22, 255, 30, 25, 21, 255, 32, 26, 22, 255, 30, 25, 21, 255, 32, 26, 22, 255, 42, 32, 27, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 51, 37, 32, 255, 43, 32, 27, 255, 36, 28, 24, 255, 33, 26, 22, 255, 36, 28, 24, 255, 24, 18, 16, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 6, 5, 255, 28, 21, 18, 255, 32, 25, 21, 255, 37, 29, 25, 255, 36, 29, 24, 255, 36, 29, 24, 255, 36, 29, 24, 255, 34, 27, 23, 255, 33, 27, 23, 255, 31, 26, 22, 255, 29, 24, 21, 255, 38, 29, 25, 255, 48, 36, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 45, 34, 29, 255, 34, 27, 23, 255, 31, 25, 22, 255, 35, 27, 23, 255, 30, 23, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 6, 5, 255, 25, 20, 17, 255, 32, 25, 21, 255, 36, 28, 24, 255, 37, 29, 25, 255, 39, 30, 26, 255, 39, 31, 26, 255, 39, 31, 26, 255, 37, 29, 24, 255, 34, 28, 23, 255, 32, 26, 22, 255, 30, 25, 21, 255, 33, 27, 23, 255, 45, 33, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 44, 33, 28, 255, 33, 26, 22, 255, 30, 25, 21, 255, 34, 27, 23, 255, 37, 28, 24, 255, 21, 16, 14, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 6, 6, 255, 22, 18, 16, 255, 28, 22, 19, 255, 34, 27, 23, 255, 32, 26, 22, 255, 36, 28, 24, 255, 39, 31, 26, 255, 38, 30, 25, 255, 39, 31, 26, 255, 38, 30, 25, 255, 35, 28, 24, 255, 33, 27, 23, 255, 31, 25, 21, 255, 30, 25, 21, 255, 44, 33, 28, 255, 52, 38, 32, 255, 53, 38, 33, 255, 50, 37, 31, 255, 42, 32, 27, 255, 33, 27, 23, 255, 31, 25, 22, 255, 37, 28, 24, 255, 37, 28, 24, 255, 25, 19, 16, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 8, 6, 6, 255, 25, 20, 17, 255, 27, 22, 19, 255, 31, 25, 22, 255, 32, 26, 22, 255, 29, 24, 21, 255, 34, 27, 23, 255, 36, 29, 24, 255, 36, 29, 24, 255, 38, 30, 25, 255, 39, 30, 25, 255, 36, 29, 24, 255, 34, 27, 23, 255, 32, 26, 22, 255, 35, 28, 24, 255, 45, 34, 28, 255, 51, 37, 32, 255, 53, 38, 33, 255, 48, 36, 30, 255, 40, 30, 26, 255, 33, 26, 23, 255, 35, 27, 23, 255, 37, 28, 24, 255, 33, 25, 22, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 9, 7, 6, 255, 30, 23, 20, 255, 34, 26, 22, 255, 36, 29, 24, 255, 35, 27, 23, 255, 33, 26, 23, 255, 30, 25, 21, 255, 31, 25, 22, 255, 32, 26, 22, 255, 35, 28, 23, 255, 37, 29, 25, 255, 39, 31, 26, 255, 37, 30, 25, 255, 34, 28, 23, 255, 32, 26, 22, 255, 37, 30, 25, 255, 45, 35, 29, 255, 51, 38, 32, 255, 53, 38, 33, 255, 48, 35, 30, 255, 38, 29, 25, 255, 31, 25, 21, 255, 34, 27, 23, 255, 33, 25, 22, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 7, 6, 255, 38, 27, 24, 255, 41, 30, 26, 255, 46, 35, 29, 255, 44, 33, 28, 255, 39, 30, 26, 255, 35, 27, 23, 255, 34, 27, 23, 255, 29, 24, 21, 255, 31, 26, 22, 255, 34, 27, 23, 255, 36, 29, 24, 255, 38, 30, 25, 255, 38, 30, 25, 255, 33, 27, 23, 255, 30, 25, 21, 255, 36, 29, 24, 255, 48, 36, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 50, 36, 31, 255, 39, 30, 26, 255, 29, 24, 21, 255, 29, 23, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 10, 7, 6, 255, 40, 29, 25, 255, 47, 34, 29, 255, 50, 37, 31, 255, 52, 38, 32, 255, 49, 36, 31, 255, 42, 32, 27, 255, 44, 33, 28, 255, 40, 31, 26, 255, 30, 25, 21, 255, 31, 25, 21, 255, 33, 27, 22, 255, 35, 28, 24, 255, 38, 30, 25, 255, 39, 31, 26, 255, 33, 27, 23, 255, 29, 24, 21, 255, 38, 30, 25, 255, 49, 36, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 43, 32, 28, 255, 28, 23, 20, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 9, 6, 6, 255, 40, 29, 24, 255, 47, 34, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 50, 36, 31, 255, 53, 38, 33, 255, 45, 33, 29, 255, 34, 27, 23, 255, 30, 25, 21, 255, 32, 26, 22, 255, 35, 28, 23, 255, 39, 30, 26, 255, 38, 30, 25, 255, 33, 27, 22, 255, 32, 26, 22, 255, 39, 30, 26, 255, 46, 34, 29, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 42, 31, 26, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 7, 6, 5, 255, 33, 24, 21, 255, 44, 32, 27, 255, 52, 38, 32, 255, 51, 37, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 31, 255, 39, 30, 26, 255, 29, 24, 21, 255, 31, 26, 22, 255, 37, 29, 25, 255, 39, 31, 26, 255, 36, 29, 24, 255, 31, 26, 22, 255, 33, 26, 23, 255, 37, 28, 24, 255, 47, 34, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 34, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 6, 5, 5, 255, 27, 21, 18, 255, 35, 27, 23, 255, 46, 34, 29, 255, 47, 36, 30, 255, 48, 36, 30, 255, 52, 38, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 43, 32, 28, 255, 32, 26, 22, 255, 31, 26, 22, 255, 36, 29, 24, 255, 39, 31, 26, 255, 34, 28, 23, 255, 29, 24, 21, 255, 32, 26, 22, 255, 39, 30, 26, 255, 52, 38, 32, 255, 53, 38, 33, 255, 48, 34, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 4, 3, 4, 255, 23, 19, 16, 255, 29, 23, 20, 255, 36, 28, 24, 255, 38, 30, 25, 255, 41, 32, 27, 255, 44, 33, 28, 255, 48, 35, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 46, 34, 29, 255, 33, 26, 23, 255, 30, 25, 21, 255, 34, 28, 23, 255, 38, 29, 25, 255, 34, 27, 23, 255, 30, 25, 21, 255, 31, 26, 22, 255, 43, 32, 28, 255, 53, 38, 33, 255, 48, 34, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 24, 19, 17, 255, 25, 21, 18, 255, 32, 26, 22, 255, 31, 25, 22, 255, 32, 26, 22, 255, 36, 29, 24, 255, 36, 28, 24, 255, 42, 32, 27, 255, 52, 38, 32, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 38, 32, 255, 40, 31, 26, 255, 33, 26, 22, 255, 29, 24, 21, 255, 35, 27, 23, 255, 37, 28, 24, 255, 35, 28, 24, 255, 32, 26, 22, 255, 29, 24, 21, 255, 40, 31, 26, 255, 45, 33, 28, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 27, 21, 18, 255, 29, 23, 20, 255, 31, 25, 22, 255, 32, 26, 22, 255, 31, 26, 22, 255, 30, 25, 21, 255, 32, 27, 22, 255, 29, 24, 21, 255, 38, 29, 25, 255, 48, 35, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 35, 30, 255, 39, 30, 25, 255, 34, 27, 23, 255, 33, 26, 22, 255, 37, 28, 24, 255, 37, 28, 24, 255, 37, 28, 24, 255, 33, 27, 23, 255, 30, 25, 21, 255, 32, 25, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 26, 20, 17, 255, 35, 28, 24, 255, 35, 28, 23, 255, 35, 28, 24, 255, 34, 27, 23, 255, 32, 26, 22, 255, 32, 26, 22, 255, 30, 25, 21, 255, 33, 27, 23, 255, 44, 33, 28, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 35, 30, 255, 42, 31, 27, 255, 33, 26, 22, 255, 33, 27, 23, 255, 37, 28, 24, 255, 37, 28, 24, 255, 37, 28, 24, 255, 35, 27, 23, 255, 28, 23, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 24, 18, 16, 255, 38, 30, 25, 255, 38, 30, 25, 255, 39, 31, 26, 255, 37, 29, 25, 255, 35, 28, 24, 255, 33, 27, 23, 255, 31, 25, 21, 255, 29, 24, 21, 255, 39, 30, 26, 255, 50, 37, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 51, 37, 32, 255, 40, 31, 26, 255, 29, 24, 21, 255, 32, 26, 22, 255, 36, 28, 24, 255, 37, 28, 24, 255, 37, 28, 24, 255, 32, 25, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 35, 27, 23, 255, 39, 31, 26, 255, 39, 30, 26, 255, 39, 30, 26, 255, 36, 29, 24, 255, 34, 28, 23, 255, 32, 26, 22, 255, 29, 25, 21, 255, 36, 28, 24, 255, 48, 35, 30, 255, 53, 38, 33, 255, 53, 38, 33, 255, 49, 36, 31, 255, 38, 30, 25, 255, 31, 25, 22, 255, 32, 26, 22, 255, 37, 28, 24, 255, 37, 28, 24, 255, 33, 25, 22, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 28, 22, 18, 255, 37, 29, 25, 255, 37, 29, 25, 255, 39, 31, 26, 255, 37, 30, 25, 255, 35, 28, 24, 255, 33, 27, 22, 255, 31, 26, 22, 255, 38, 30, 25, 255, 47, 35, 30, 255, 53, 38, 33, 255, 52, 38, 32, 255, 46, 34, 29, 255, 37, 29, 25, 255, 32, 26, 22, 255, 36, 28, 24, 255, 37, 28, 24, 255, 33, 25, 22, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 32, 26, 22, 255, 36, 29, 24, 255, 38, 30, 25, 255, 38, 30, 25, 255, 36, 29, 24, 255, 33, 27, 23, 255, 33, 27, 23, 255, 40, 31, 26, 255, 48, 36, 30, 255, 52, 38, 32, 255, 52, 38, 32, 255, 45, 33, 29, 255, 34, 27, 23, 255, 32, 26, 22, 255, 36, 28, 24, 255, 33, 25, 22, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 27, 21, 18, 255, 35, 28, 24, 255, 37, 30, 25, 255, 39, 31, 26, 255, 37, 29, 24, 255, 31, 26, 22, 255, 32, 27, 22, 255, 40, 32, 26, 255, 50, 37, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 45, 34, 29, 255, 33, 27, 23, 255, 31, 25, 22, 255, 31, 24, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 34, 28, 23, 255, 36, 29, 24, 255, 39, 31, 26, 255, 37, 29, 25, 255, 31, 26, 22, 255, 31, 25, 22, 255, 42, 32, 27, 255, 53, 38, 33, 255, 53, 38, 33, 255, 53, 38, 33, 255, 47, 35, 30, 255, 37, 29, 25, 255, 26, 22, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 29, 23, 20, 255, 36, 29, 24, 255, 39, 31, 26, 255, 37, 29, 24, 255, 31, 26, 22, 255, 33, 26, 23, 255, 43, 32, 28, 255, 50, 37, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 52, 37, 32, 255, 36, 28, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 23, 19, 16, 255, 38, 30, 25, 255, 39, 30, 25, 255, 35, 28, 23, 255, 32, 26, 22, 255, 35, 28, 24, 255, 40, 31, 26, 255, 49, 36, 31, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 34, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 29, 24, 255, 38, 30, 25, 255, 33, 27, 22, 255, 30, 25, 21, 255, 34, 27, 23, 255, 43, 32, 27, 255, 53, 38, 33, 255, 53, 38, 33, 255, 48, 34, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 30, 23, 19, 255, 37, 29, 25, 255, 32, 26, 22, 255, 29, 24, 21, 255, 35, 27, 23, 255, 49, 36, 31, 255, 53, 38, 33, 255, 48, 34, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 37, 28, 24, 255, 33, 27, 23, 255, 30, 25, 21, 255, 35, 28, 24, 255, 46, 34, 29, 255, 48, 34, 29, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 30, 23, 20, 255, 35, 27, 23, 255, 31, 25, 22, 255, 31, 25, 22, 255, 37, 28, 24, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 24, 18, 16, 255, 36, 28, 24, 255, 33, 26, 22, 255, 26, 22, 19, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 33, 25, 22, 255, 31, 24, 21, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 24, 18, 16, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255, 76, 76, 76, 255), "format": "RGBA8", "height": 64, "mipmaps": false, "width": 64 } -[sub_resource type="ImageTexture" id=71] -image = SubResource( 90 ) -size = Vector2( 64, 64 ) +[sub_resource type="ImageTexture" id="71"] +image = SubResource("Image_fth77") -[sub_resource type="ConcavePolygonShape3D" id=72] -data = PackedVector3Array( -0.9999, 1, 0.55, -0.9999, -0.9999, -0.9999, -0.9999, 1, -0.9999, -0.9999, 1, 0.55, -0.9999, -0.9999, 0.55, -0.9999, -0.9999, -0.9999, -0.8999, -0.9999, 0.9, -0.6999, 1, 1, -0.6999, -0.9999, 1, -0.8999, -0.9999, 0.9, -0.8999, 1, 0.9, -0.6999, 1, 1, -0.5499, 1, 1, -0.6999, -0.9999, 1, -0.6999, 1, 1, -0.5499, 1, 1, -0.5499, -0.9999, 1, -0.6999, -0.9999, 1, -0.9999, -0.9999, 0.7, -0.8999, 1, 0.9, -0.8999, -0.9999, 0.9, -0.9999, -0.9999, 0.7, -0.9999, 1, 0.7, -0.8999, 1, 0.9, 1, 1, 1, -0.5499, -0.9999, 1, -0.5499, 1, 1, 1, 1, 1, 1, -0.9999, 1, -0.5499, -0.9999, 1, -0.9999, 1, 0.7, -0.9999, -0.9999, 0.55, -0.9999, 1, 0.55, -0.9999, 1, 0.7, -0.9999, -0.9999, 0.7, -0.9999, -0.9999, 0.55 ) +[sub_resource type="ConcavePolygonShape3D" id="72"] +data = PackedVector3Array(-0.9999, 1, 0.55, -0.9999, -0.9999, -0.9999, -0.9999, 1, -0.9999, -0.9999, 1, 0.55, -0.9999, -0.9999, 0.55, -0.9999, -0.9999, -0.9999, -0.8999, -0.9999, 0.9, -0.6999, 1, 1, -0.6999, -0.9999, 1, -0.8999, -0.9999, 0.9, -0.8999, 1, 0.9, -0.6999, 1, 1, -0.5499, 1, 1, -0.6999, -0.9999, 1, -0.6999, 1, 1, -0.5499, 1, 1, -0.5499, -0.9999, 1, -0.6999, -0.9999, 1, -0.9999, -0.9999, 0.7, -0.8999, 1, 0.9, -0.8999, -0.9999, 0.9, -0.9999, -0.9999, 0.7, -0.9999, 1, 0.7, -0.8999, 1, 0.9, 1, 1, 1, -0.5499, -0.9999, 1, -0.5499, 1, 1, 1, 1, 1, 1, -0.9999, 1, -0.5499, -0.9999, 1, -0.9999, 1, 0.7, -0.9999, -0.9999, 0.55, -0.9999, 1, 0.55, -0.9999, 1, 0.7, -0.9999, -0.9999, 0.7, -0.9999, -0.9999, 0.55) [resource] item/0/name = "CeilingCorner" -item/0/mesh = SubResource( 2 ) -item/0/mesh_transform = null -item/0/shapes = [ SubResource( 5 ), Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) ] -item/0/navmesh_transform = Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) -item/0/preview = SubResource( 4 ) +item/0/mesh = SubResource("2") +item/0/mesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) +item/0/shapes = [SubResource("5"), Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)] +item/0/navmesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) +item/0/preview = SubResource("4") item/1/name = "Ceiling" -item/1/mesh = SubResource( 6 ) -item/1/mesh_transform = null -item/1/shapes = [ SubResource( 9 ), Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) ] -item/1/navmesh_transform = Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) -item/1/preview = SubResource( 8 ) +item/1/mesh = SubResource("6") +item/1/mesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) +item/1/shapes = [SubResource("9"), Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)] +item/1/navmesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) +item/1/preview = SubResource("8") item/2/name = "WallVar" -item/2/mesh = SubResource( 42 ) -item/2/mesh_transform = null -item/2/shapes = [ SubResource( 45 ), Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) ] -item/2/navmesh_transform = Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) -item/2/preview = SubResource( 44 ) +item/2/mesh = SubResource("42") +item/2/mesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) +item/2/shapes = [SubResource("45"), Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)] +item/2/navmesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) +item/2/preview = SubResource("44") item/3/name = "WallFloor" -item/3/mesh = SubResource( 46 ) -item/3/mesh_transform = null -item/3/shapes = [ SubResource( 49 ), Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) ] -item/3/navmesh_transform = Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) -item/3/preview = SubResource( 48 ) +item/3/mesh = SubResource("46") +item/3/mesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) +item/3/shapes = [SubResource("49"), Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)] +item/3/navmesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) +item/3/preview = SubResource("48") item/4/name = "CornerFloor" -item/4/mesh = SubResource( 50 ) -item/4/mesh_transform = null -item/4/shapes = [ SubResource( 53 ), Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) ] -item/4/navmesh_transform = Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) -item/4/preview = SubResource( 52 ) +item/4/mesh = SubResource("50") +item/4/mesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) +item/4/shapes = [SubResource("53"), Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)] +item/4/navmesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) +item/4/preview = SubResource("52") item/5/name = "FloorCorner" -item/5/mesh = SubResource( 54 ) -item/5/mesh_transform = null -item/5/shapes = [ SubResource( 57 ), Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) ] -item/5/navmesh_transform = Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) -item/5/preview = SubResource( 56 ) +item/5/mesh = SubResource("54") +item/5/mesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) +item/5/shapes = [SubResource("57"), Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)] +item/5/navmesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) +item/5/preview = SubResource("56") item/6/name = "FloorEdge" -item/6/mesh = SubResource( 58 ) -item/6/mesh_transform = null -item/6/shapes = [ SubResource( 61 ), Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) ] -item/6/navmesh_transform = Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) -item/6/preview = SubResource( 60 ) +item/6/mesh = SubResource("58") +item/6/mesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) +item/6/shapes = [SubResource("61"), Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)] +item/6/navmesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) +item/6/preview = SubResource("60") item/7/name = "Floor" -item/7/mesh = ExtResource( 3 ) -item/7/mesh_transform = null -item/7/shapes = [ SubResource( 64 ), Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) ] -item/7/navmesh_transform = Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) -item/7/preview = SubResource( 63 ) +item/7/mesh = ExtResource("3") +item/7/mesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) +item/7/shapes = [SubResource("64"), Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)] +item/7/navmesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) +item/7/preview = SubResource("63") item/8/name = "Wall" -item/8/mesh = SubResource( 65 ) -item/8/mesh_transform = null -item/8/shapes = [ SubResource( 68 ), Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) ] -item/8/navmesh_transform = Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) -item/8/preview = SubResource( 67 ) +item/8/mesh = SubResource("65") +item/8/mesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) +item/8/shapes = [SubResource("68"), Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)] +item/8/navmesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) +item/8/preview = SubResource("67") item/9/name = "Corner" -item/9/mesh = SubResource( 69 ) -item/9/mesh_transform = null -item/9/shapes = [ SubResource( 72 ), Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) ] -item/9/navmesh_transform = Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) -item/9/preview = SubResource( 71 ) +item/9/mesh = SubResource("69") +item/9/mesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) +item/9/shapes = [SubResource("72"), Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)] +item/9/navmesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) +item/9/preview = SubResource("71") item/10/name = "TrunkFloor" -item/10/mesh = SubResource( 10 ) -item/10/mesh_transform = null -item/10/shapes = [ SubResource( 13 ), Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) ] -item/10/navmesh_transform = Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) -item/10/preview = SubResource( 12 ) +item/10/mesh = SubResource("10") +item/10/mesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) +item/10/shapes = [SubResource("13"), Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)] +item/10/navmesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) +item/10/preview = SubResource("12") item/11/name = "Trunk" -item/11/mesh = SubResource( 14 ) -item/11/mesh_transform = null -item/11/shapes = [ SubResource( 17 ), Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) ] -item/11/navmesh_transform = Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) -item/11/preview = SubResource( 16 ) +item/11/mesh = SubResource("14") +item/11/mesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) +item/11/shapes = [SubResource("17"), Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)] +item/11/navmesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) +item/11/preview = SubResource("16") item/12/name = "TrunkDeco" -item/12/mesh = SubResource( 18 ) -item/12/mesh_transform = null -item/12/shapes = [ SubResource( 21 ), Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) ] -item/12/navmesh_transform = Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) -item/12/preview = SubResource( 20 ) +item/12/mesh = SubResource("18") +item/12/mesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) +item/12/shapes = [SubResource("21"), Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)] +item/12/navmesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) +item/12/preview = SubResource("20") item/13/name = "TreeTop" -item/13/mesh = SubResource( 22 ) -item/13/mesh_transform = null -item/13/shapes = [ SubResource( 25 ), Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) ] -item/13/navmesh_transform = Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) -item/13/preview = SubResource( 24 ) +item/13/mesh = SubResource("22") +item/13/mesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) +item/13/shapes = [SubResource("25"), Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)] +item/13/navmesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) +item/13/preview = SubResource("24") item/14/name = "CeilingWall" -item/14/mesh = SubResource( 26 ) -item/14/mesh_transform = null -item/14/shapes = [ SubResource( 29 ), Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) ] -item/14/navmesh_transform = Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) -item/14/preview = SubResource( 28 ) +item/14/mesh = SubResource("26") +item/14/mesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) +item/14/shapes = [SubResource("29"), Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)] +item/14/navmesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) +item/14/preview = SubResource("28") item/15/name = "Ramp" -item/15/mesh = SubResource( 30 ) -item/15/mesh_transform = null -item/15/shapes = [ SubResource( 33 ), Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) ] -item/15/navmesh_transform = Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) -item/15/preview = SubResource( 32 ) +item/15/mesh = SubResource("30") +item/15/mesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) +item/15/shapes = [SubResource("33"), Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)] +item/15/navmesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) +item/15/preview = SubResource("32") item/16/name = "CornerFix" -item/16/mesh = SubResource( 34 ) -item/16/mesh_transform = null -item/16/shapes = [ SubResource( 37 ), Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) ] -item/16/navmesh_transform = Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) -item/16/preview = SubResource( 36 ) +item/16/mesh = SubResource("34") +item/16/mesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) +item/16/shapes = [SubResource("37"), Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)] +item/16/navmesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) +item/16/preview = SubResource("36") item/17/name = "CornerFixr" -item/17/mesh = SubResource( 38 ) -item/17/mesh_transform = null -item/17/shapes = [ SubResource( 41 ), Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) ] -item/17/navmesh_transform = Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) -item/17/preview = SubResource( 40 ) +item/17/mesh = SubResource("38") +item/17/mesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) +item/17/shapes = [SubResource("41"), Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)] +item/17/navmesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) +item/17/preview = SubResource("40") diff --git a/3d/platformer/stage/tiles.tscn b/3d/platformer/stage/tiles.tscn index a7761ba5ef0..02389a690e2 100644 --- a/3d/platformer/stage/tiles.tscn +++ b/3d/platformer/stage/tiles.tscn @@ -1,362 +1,341 @@ -[gd_scene load_steps=22 format=2] +[gd_scene load_steps=22 format=3 uid="uid://cedsb3fuegvrb"] -[ext_resource path="res://stage/texture.png" type="Texture2D" id=1] +[ext_resource type="Texture2D" uid="uid://hke4ujbcumgs" path="res://stage/texture.png" id="1"] -[sub_resource type="StandardMaterial3D" id=1] -params_diffuse_mode = 1 +[sub_resource type="StandardMaterial3D" id="1"] +diffuse_mode = 1 roughness = 0.0 -[sub_resource type="ArrayMesh" id=2] -surfaces/0 = { +[sub_resource type="ArrayMesh" id="2"] +_surfaces = [{ "aabb": AABB(-0.999271, -1.3, -1.63489, 0.696762, 0.3, 0.734894), -"array_data": PackedByteArray(238, 182, 102, 188, 40, 188, 0, 60, 85, 43, 83, 0, 24, 58, 174, 52, 158, 185, 102, 188, 51, 187, 0, 60, 27, 45, 115, 0, 114, 58, 214, 52, 158, 185, 204, 188, 51, 187, 0, 60, 27, 211, 115, 0, 110, 58, 8, 53, 238, 182, 204, 188, 40, 188, 0, 60, 85, 213, 83, 0, 16, 58, 237, 52, 215, 180, 204, 188, 51, 189, 0, 60, 115, 211, 26, 0, 146, 59, 7, 53, 112, 182, 51, 189, 51, 189, 0, 60, 88, 168, 23, 0, 153, 59, 100, 53, 112, 182, 51, 189, 137, 190, 0, 60, 89, 167, 0, 0, 82, 59, 105, 53, 215, 180, 204, 188, 137, 190, 0, 60, 117, 208, 0, 0, 81, 59, 13, 53, 238, 182, 204, 188, 40, 188, 0, 60, 85, 213, 83, 0, 244, 59, 8, 53, 5, 184, 51, 189, 102, 188, 0, 60, 65, 170, 66, 0, 235, 59, 104, 53, 215, 180, 102, 188, 51, 189, 0, 60, 115, 45, 26, 0, 146, 59, 201, 52, 215, 180, 102, 188, 137, 190, 0, 60, 117, 48, 0, 0, 81, 59, 194, 52, 238, 182, 102, 188, 40, 188, 0, 60, 85, 43, 83, 0, 243, 59, 191, 52, 158, 185, 51, 189, 0, 188, 0, 60, 24, 169, 88, 0, 96, 58, 83, 53, 5, 184, 51, 189, 102, 188, 0, 60, 65, 170, 66, 0, 26, 58, 67, 53, 5, 184, 0, 188, 102, 188, 0, 60, 41, 112, 41, 0, 23, 58, 98, 52, 158, 185, 0, 188, 0, 188, 0, 60, 14, 114, 53, 0, 114, 58, 146, 52, 112, 182, 0, 188, 137, 190, 0, 60, 48, 117, 0, 0, 84, 59, 101, 52, 112, 182, 0, 188, 51, 189, 0, 60, 53, 114, 14, 0, 154, 59, 114, 52, 5, 184, 0, 188, 102, 188, 0, 60, 41, 112, 41, 0, 231, 59, 95, 52, 5, 184, 0, 188, 51, 189, 0, 60, 0, 127, 0, 0, 162, 59, 47, 52, 209, 184, 0, 188, 204, 188, 0, 60, 0, 127, 0, 0, 209, 59, 3, 52, 209, 184, 0, 188, 204, 188, 0, 60, 0, 127, 0, 0, 70, 58, 35, 52, 158, 185, 0, 188, 102, 188, 0, 60, 0, 127, 0, 0, 113, 58, 93, 52, 5, 184, 0, 188, 137, 190, 0, 60, 0, 127, 0, 0, 87, 59, 22, 52, 5, 184, 0, 188, 137, 190, 0, 60, 0, 127, 0, 0, 62, 59, 219, 47, 254, 187, 0, 188, 138, 190, 0, 60, 0, 127, 0, 0, 180, 58, 219, 47, 254, 187, 0, 188, 102, 188, 0, 60, 0, 127, 0, 0, 180, 58, 65, 50, 5, 184, 0, 188, 51, 189, 0, 60, 0, 127, 0, 0, 62, 59, 98, 49, 209, 184, 0, 188, 204, 188, 0, 60, 0, 127, 0, 0, 35, 59, 210, 49, 158, 185, 0, 188, 102, 188, 0, 60, 0, 127, 0, 0, 7, 59, 65, 50, 254, 187, 102, 188, 51, 187, 0, 60, 0, 48, 117, 0, 187, 58, 220, 52, 254, 187, 204, 188, 51, 187, 0, 60, 0, 208, 117, 0, 185, 58, 20, 53, 254, 187, 51, 189, 0, 188, 0, 60, 0, 167, 89, 0, 182, 58, 88, 53, 254, 187, 0, 188, 0, 188, 0, 60, 0, 117, 48, 0, 189, 58, 155, 52, 254, 187, 0, 188, 102, 188, 0, 60, 0, 127, 0, 0, 192, 58, 101, 52), -"array_index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 5, 0, 9, 0, 8, 0, 4, 0, 5, 0, 10, 0, 7, 0, 4, 0, 10, 0, 11, 0, 7, 0, 12, 0, 4, 0, 8, 0, 12, 0, 10, 0, 4, 0, 3, 0, 13, 0, 2, 0, 3, 0, 14, 0, 13, 0, 1, 0, 15, 0, 0, 0, 1, 0, 16, 0, 15, 0, 11, 0, 18, 0, 17, 0, 11, 0, 10, 0, 18, 0, 19, 0, 10, 0, 12, 0, 19, 0, 18, 0, 10, 0, 18, 0, 21, 0, 20, 0, 18, 0, 19, 0, 21, 0, 16, 0, 22, 0, 15, 0, 16, 0, 23, 0, 22, 0, 17, 0, 20, 0, 24, 0, 17, 0, 18, 0, 20, 0, 25, 0, 27, 0, 26, 0, 25, 0, 28, 0, 27, 0, 27, 0, 28, 0, 29, 0, 27, 0, 29, 0, 30, 0, 1, 0, 32, 0, 31, 0, 1, 0, 2, 0, 32, 0, 2, 0, 33, 0, 32, 0, 2, 0, 13, 0, 33, 0, 31, 0, 16, 0, 1, 0, 31, 0, 34, 0, 16, 0, 34, 0, 23, 0, 16, 0, 34, 0, 35, 0, 23, 0), -"blend_shape_data": [], -"format": 98067, +"attribute_data": PackedByteArray(0, 0, 67, 63, 0, 192, 149, 62, 0, 64, 78, 63, 0, 192, 154, 62, 0, 192, 77, 63, 0, 0, 161, 62, 0, 0, 66, 63, 0, 160, 157, 62, 0, 64, 114, 63, 0, 224, 160, 62, 0, 32, 115, 63, 0, 128, 172, 62, 0, 64, 106, 63, 0, 32, 173, 62, 0, 32, 106, 63, 0, 160, 161, 62, 0, 128, 126, 63, 0, 0, 161, 62, 0, 96, 125, 63, 0, 0, 173, 62, 0, 64, 114, 63, 0, 32, 153, 62, 0, 32, 106, 63, 0, 64, 152, 62, 0, 96, 126, 63, 0, 224, 151, 62, 0, 0, 76, 63, 0, 96, 170, 62, 0, 64, 67, 63, 0, 96, 168, 62, 0, 224, 66, 63, 0, 64, 140, 62, 0, 64, 78, 63, 0, 64, 146, 62, 0, 128, 106, 63, 0, 160, 140, 62, 0, 64, 115, 63, 0, 64, 142, 62, 0, 224, 124, 63, 0, 224, 139, 62, 0, 64, 116, 63, 0, 224, 133, 62, 0, 32, 122, 63, 0, 96, 128, 62, 0, 192, 72, 63, 0, 96, 132, 62, 0, 32, 78, 63, 0, 160, 139, 62, 0, 224, 106, 63, 0, 192, 130, 62, 0, 192, 103, 63, 0, 96, 251, 61, 0, 128, 86, 63, 0, 96, 251, 61, 0, 128, 86, 63, 0, 32, 72, 62, 0, 192, 103, 63, 0, 64, 44, 62, 0, 96, 100, 63, 0, 64, 58, 62, 0, 224, 96, 63, 0, 32, 72, 62, 0, 96, 87, 63, 0, 128, 155, 62, 0, 32, 87, 63, 0, 128, 162, 62, 0, 192, 86, 63, 0, 0, 171, 62, 0, 160, 87, 63, 0, 96, 147, 62, 0, 0, 88, 63, 0, 160, 140, 62), +"format": 4115, "index_count": 108, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [], -"vertex_count": 36 -} - -[sub_resource type="StandardMaterial3D" id=3] -params_diffuse_mode = 1 -albedo_texture = ExtResource( 1 ) - -[sub_resource type="ArrayMesh" id=4] -surfaces/0 = { +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 5, 0, 9, 0, 8, 0, 4, 0, 5, 0, 10, 0, 7, 0, 4, 0, 10, 0, 11, 0, 7, 0, 12, 0, 4, 0, 8, 0, 12, 0, 10, 0, 4, 0, 3, 0, 13, 0, 2, 0, 3, 0, 14, 0, 13, 0, 1, 0, 15, 0, 0, 0, 1, 0, 16, 0, 15, 0, 11, 0, 18, 0, 17, 0, 11, 0, 10, 0, 18, 0, 19, 0, 10, 0, 12, 0, 19, 0, 18, 0, 10, 0, 18, 0, 21, 0, 20, 0, 18, 0, 19, 0, 21, 0, 16, 0, 22, 0, 15, 0, 16, 0, 23, 0, 22, 0, 17, 0, 20, 0, 24, 0, 17, 0, 18, 0, 20, 0, 25, 0, 27, 0, 26, 0, 25, 0, 28, 0, 27, 0, 27, 0, 28, 0, 29, 0, 27, 0, 29, 0, 30, 0, 1, 0, 32, 0, 31, 0, 1, 0, 2, 0, 32, 0, 2, 0, 33, 0, 32, 0, 2, 0, 13, 0, 33, 0, 31, 0, 16, 0, 1, 0, 31, 0, 34, 0, 16, 0, 34, 0, 23, 0, 16, 0, 34, 0, 35, 0, 23, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 36, +"vertex_data": PackedByteArray(0, 192, 221, 190, 0, 192, 140, 191, 0, 0, 133, 191, 143, 179, 21, 154, 0, 192, 51, 191, 0, 192, 140, 191, 0, 96, 102, 191, 122, 146, 204, 158, 0, 192, 51, 191, 0, 128, 153, 191, 0, 96, 102, 191, 122, 146, 50, 97, 0, 192, 221, 190, 0, 128, 153, 191, 0, 0, 133, 191, 143, 179, 233, 101, 0, 224, 154, 190, 0, 128, 153, 191, 0, 96, 166, 191, 34, 207, 7, 97, 0, 0, 206, 190, 0, 96, 166, 191, 0, 96, 166, 191, 153, 184, 101, 71, 0, 0, 206, 190, 0, 96, 166, 191, 0, 32, 209, 191, 255, 191, 255, 63, 0, 224, 154, 190, 0, 128, 153, 191, 0, 32, 209, 191, 194, 218, 195, 90, 0, 192, 221, 190, 0, 128, 153, 191, 0, 0, 133, 191, 143, 179, 233, 101, 0, 160, 0, 191, 0, 96, 166, 191, 0, 192, 140, 191, 86, 166, 69, 77, 0, 224, 154, 190, 0, 192, 140, 191, 0, 96, 166, 191, 34, 207, 247, 158, 0, 224, 154, 190, 0, 192, 140, 191, 0, 32, 209, 191, 194, 218, 59, 165, 0, 192, 221, 190, 0, 192, 140, 191, 0, 0, 133, 191, 143, 179, 21, 154, 0, 192, 51, 191, 0, 96, 166, 191, 0, 0, 128, 191, 111, 143, 10, 72, 0, 160, 0, 191, 0, 96, 166, 191, 0, 192, 140, 191, 86, 166, 69, 77, 0, 160, 0, 191, 0, 0, 128, 191, 0, 192, 140, 191, 12, 155, 228, 201, 0, 192, 51, 191, 0, 0, 128, 191, 0, 0, 128, 191, 230, 137, 157, 208, 0, 0, 206, 190, 0, 0, 128, 191, 0, 32, 209, 191, 59, 165, 194, 218, 0, 0, 206, 190, 0, 0, 128, 191, 0, 96, 166, 191, 122, 165, 157, 208, 0, 160, 0, 191, 0, 0, 128, 191, 0, 192, 140, 191, 12, 155, 228, 201, 0, 160, 0, 191, 0, 0, 128, 191, 0, 96, 166, 191, 255, 127, 255, 255, 0, 32, 26, 191, 0, 0, 128, 191, 0, 128, 153, 191, 255, 127, 255, 255, 0, 32, 26, 191, 0, 0, 128, 191, 0, 128, 153, 191, 255, 127, 255, 255, 0, 192, 51, 191, 0, 0, 128, 191, 0, 192, 140, 191, 255, 127, 255, 255, 0, 160, 0, 191, 0, 0, 128, 191, 0, 32, 209, 191, 255, 127, 255, 255, 0, 160, 0, 191, 0, 0, 128, 191, 0, 32, 209, 191, 255, 127, 255, 255, 0, 192, 127, 191, 0, 0, 128, 191, 0, 64, 209, 191, 255, 127, 255, 255, 0, 192, 127, 191, 0, 0, 128, 191, 0, 192, 140, 191, 255, 127, 255, 255, 0, 160, 0, 191, 0, 0, 128, 191, 0, 96, 166, 191, 255, 127, 255, 255, 0, 32, 26, 191, 0, 0, 128, 191, 0, 128, 153, 191, 255, 127, 255, 255, 0, 192, 51, 191, 0, 0, 128, 191, 0, 192, 140, 191, 255, 127, 255, 255, 0, 192, 127, 191, 0, 192, 140, 191, 0, 96, 102, 191, 255, 127, 59, 165, 0, 192, 127, 191, 0, 128, 153, 191, 0, 96, 102, 191, 255, 127, 195, 90, 0, 192, 127, 191, 0, 96, 166, 191, 0, 0, 128, 191, 255, 127, 255, 63, 0, 192, 127, 191, 0, 0, 128, 191, 0, 0, 128, 191, 255, 127, 194, 218, 0, 192, 127, 191, 0, 0, 128, 191, 0, 192, 140, 191, 255, 127, 255, 255) +}] + +[sub_resource type="StandardMaterial3D" id="3"] +diffuse_mode = 1 +albedo_texture = ExtResource("1") + +[sub_resource type="ArrayMesh" id="4"] +_surfaces = [{ "aabb": AABB(0.307282, -1.3, -1.63489, 0.696762, 0.3, 0.734894), -"array_data": PackedByteArray(1, 55, 102, 188, 40, 188, 0, 60, 172, 43, 83, 0, 24, 58, 174, 52, 1, 55, 204, 188, 40, 188, 0, 60, 172, 213, 83, 0, 16, 58, 237, 52, 168, 57, 204, 188, 51, 187, 0, 60, 230, 211, 115, 0, 110, 58, 8, 53, 168, 57, 102, 188, 51, 187, 0, 60, 230, 45, 115, 0, 114, 58, 214, 52, 234, 52, 204, 188, 51, 189, 0, 60, 141, 211, 26, 0, 146, 59, 7, 53, 234, 52, 204, 188, 137, 190, 0, 60, 139, 208, 0, 0, 81, 59, 13, 53, 132, 54, 51, 189, 137, 190, 0, 60, 167, 167, 0, 0, 82, 59, 105, 53, 132, 54, 51, 189, 51, 189, 0, 60, 168, 168, 23, 0, 153, 59, 100, 53, 1, 55, 204, 188, 40, 188, 0, 60, 172, 213, 83, 0, 244, 59, 8, 53, 14, 56, 51, 189, 102, 188, 0, 60, 191, 170, 66, 0, 235, 59, 104, 53, 234, 52, 102, 188, 51, 189, 0, 60, 141, 45, 26, 0, 146, 59, 201, 52, 234, 52, 102, 188, 137, 190, 0, 60, 139, 48, 0, 0, 81, 59, 194, 52, 1, 55, 102, 188, 40, 188, 0, 60, 172, 43, 83, 0, 243, 59, 191, 52, 14, 56, 51, 189, 102, 188, 0, 60, 191, 170, 66, 0, 26, 58, 67, 53, 168, 57, 51, 189, 0, 188, 0, 60, 232, 169, 88, 0, 96, 58, 83, 53, 14, 56, 0, 188, 102, 188, 0, 60, 215, 112, 41, 0, 23, 58, 98, 52, 168, 57, 0, 188, 0, 188, 0, 60, 242, 114, 53, 0, 114, 58, 146, 52, 132, 54, 0, 188, 51, 189, 0, 60, 203, 114, 14, 0, 154, 59, 114, 52, 132, 54, 0, 188, 137, 190, 0, 60, 208, 117, 0, 0, 84, 59, 101, 52, 14, 56, 0, 188, 102, 188, 0, 60, 215, 112, 41, 0, 231, 59, 95, 52, 219, 56, 0, 188, 204, 188, 0, 60, 0, 127, 0, 0, 209, 59, 3, 52, 14, 56, 0, 188, 51, 189, 0, 60, 0, 127, 0, 0, 162, 59, 47, 52, 168, 57, 0, 188, 102, 188, 0, 60, 0, 127, 0, 0, 113, 58, 93, 52, 219, 56, 0, 188, 204, 188, 0, 60, 0, 127, 0, 0, 70, 58, 35, 52, 14, 56, 0, 188, 137, 190, 0, 60, 0, 127, 0, 0, 87, 59, 22, 52, 14, 56, 0, 188, 137, 190, 0, 60, 0, 127, 0, 0, 62, 59, 219, 47, 4, 60, 0, 188, 102, 188, 0, 60, 0, 127, 0, 0, 180, 58, 65, 50, 4, 60, 0, 188, 138, 190, 0, 60, 0, 127, 0, 0, 180, 58, 219, 47, 14, 56, 0, 188, 51, 189, 0, 60, 0, 127, 0, 0, 62, 59, 98, 49, 219, 56, 0, 188, 204, 188, 0, 60, 0, 127, 0, 0, 35, 59, 210, 49, 168, 57, 0, 188, 102, 188, 0, 60, 0, 127, 0, 0, 7, 59, 65, 50, 4, 60, 204, 188, 51, 187, 0, 60, 0, 208, 117, 0, 185, 58, 20, 53, 4, 60, 102, 188, 51, 187, 0, 60, 0, 48, 117, 0, 187, 58, 220, 52, 4, 60, 51, 189, 0, 188, 0, 60, 0, 167, 89, 0, 182, 58, 88, 53, 4, 60, 0, 188, 0, 188, 0, 60, 0, 117, 48, 0, 189, 58, 155, 52, 4, 60, 0, 188, 102, 188, 0, 60, 0, 127, 0, 0, 192, 58, 101, 52), -"array_index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 7, 0, 4, 0, 8, 0, 9, 0, 7, 0, 10, 0, 5, 0, 11, 0, 10, 0, 4, 0, 5, 0, 12, 0, 4, 0, 10, 0, 12, 0, 8, 0, 4, 0, 1, 0, 14, 0, 13, 0, 1, 0, 2, 0, 14, 0, 15, 0, 3, 0, 0, 0, 15, 0, 16, 0, 3, 0, 11, 0, 17, 0, 10, 0, 11, 0, 18, 0, 17, 0, 10, 0, 19, 0, 12, 0, 10, 0, 17, 0, 19, 0, 17, 0, 20, 0, 19, 0, 17, 0, 21, 0, 20, 0, 16, 0, 23, 0, 22, 0, 16, 0, 15, 0, 23, 0, 18, 0, 21, 0, 17, 0, 18, 0, 24, 0, 21, 0, 25, 0, 27, 0, 26, 0, 25, 0, 26, 0, 28, 0, 28, 0, 26, 0, 29, 0, 29, 0, 26, 0, 30, 0, 3, 0, 31, 0, 2, 0, 3, 0, 32, 0, 31, 0, 2, 0, 33, 0, 14, 0, 2, 0, 31, 0, 33, 0, 32, 0, 16, 0, 34, 0, 32, 0, 3, 0, 16, 0, 34, 0, 22, 0, 35, 0, 34, 0, 16, 0, 22, 0), -"blend_shape_data": [], -"format": 98067, +"attribute_data": PackedByteArray(0, 0, 67, 63, 0, 192, 149, 62, 0, 0, 66, 63, 0, 160, 157, 62, 0, 192, 77, 63, 0, 0, 161, 62, 0, 64, 78, 63, 0, 192, 154, 62, 0, 64, 114, 63, 0, 224, 160, 62, 0, 32, 106, 63, 0, 160, 161, 62, 0, 64, 106, 63, 0, 32, 173, 62, 0, 32, 115, 63, 0, 128, 172, 62, 0, 128, 126, 63, 0, 0, 161, 62, 0, 96, 125, 63, 0, 0, 173, 62, 0, 64, 114, 63, 0, 32, 153, 62, 0, 32, 106, 63, 0, 64, 152, 62, 0, 96, 126, 63, 0, 224, 151, 62, 0, 64, 67, 63, 0, 96, 168, 62, 0, 0, 76, 63, 0, 96, 170, 62, 0, 224, 66, 63, 0, 64, 140, 62, 0, 64, 78, 63, 0, 64, 146, 62, 0, 64, 115, 63, 0, 64, 142, 62, 0, 128, 106, 63, 0, 160, 140, 62, 0, 224, 124, 63, 0, 224, 139, 62, 0, 32, 122, 63, 0, 96, 128, 62, 0, 64, 116, 63, 0, 224, 133, 62, 0, 32, 78, 63, 0, 160, 139, 62, 0, 192, 72, 63, 0, 96, 132, 62, 0, 224, 106, 63, 0, 192, 130, 62, 0, 192, 103, 63, 0, 96, 251, 61, 0, 128, 86, 63, 0, 32, 72, 62, 0, 128, 86, 63, 0, 96, 251, 61, 0, 192, 103, 63, 0, 64, 44, 62, 0, 96, 100, 63, 0, 64, 58, 62, 0, 224, 96, 63, 0, 32, 72, 62, 0, 32, 87, 63, 0, 128, 162, 62, 0, 96, 87, 63, 0, 128, 155, 62, 0, 192, 86, 63, 0, 0, 171, 62, 0, 160, 87, 63, 0, 96, 147, 62, 0, 0, 88, 63, 0, 160, 140, 62), +"format": 4115, "index_count": 108, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [], -"vertex_count": 36 -} - -[sub_resource type="ArrayMesh" id=5] +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 7, 0, 4, 0, 8, 0, 9, 0, 7, 0, 10, 0, 5, 0, 11, 0, 10, 0, 4, 0, 5, 0, 12, 0, 4, 0, 10, 0, 12, 0, 8, 0, 4, 0, 1, 0, 14, 0, 13, 0, 1, 0, 2, 0, 14, 0, 15, 0, 3, 0, 0, 0, 15, 0, 16, 0, 3, 0, 11, 0, 17, 0, 10, 0, 11, 0, 18, 0, 17, 0, 10, 0, 19, 0, 12, 0, 10, 0, 17, 0, 19, 0, 17, 0, 20, 0, 19, 0, 17, 0, 21, 0, 20, 0, 16, 0, 23, 0, 22, 0, 16, 0, 15, 0, 23, 0, 18, 0, 21, 0, 17, 0, 18, 0, 24, 0, 21, 0, 25, 0, 27, 0, 26, 0, 25, 0, 26, 0, 28, 0, 28, 0, 26, 0, 29, 0, 29, 0, 26, 0, 30, 0, 3, 0, 31, 0, 2, 0, 3, 0, 32, 0, 31, 0, 2, 0, 33, 0, 14, 0, 2, 0, 31, 0, 33, 0, 32, 0, 16, 0, 34, 0, 32, 0, 3, 0, 16, 0, 34, 0, 22, 0, 35, 0, 34, 0, 16, 0, 22, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 36, +"vertex_data": PackedByteArray(0, 32, 224, 62, 0, 192, 140, 191, 0, 0, 133, 191, 204, 76, 53, 154, 0, 32, 224, 62, 0, 128, 153, 191, 0, 0, 133, 191, 204, 76, 201, 101, 0, 0, 53, 63, 0, 128, 153, 191, 0, 96, 102, 191, 27, 110, 7, 97, 0, 0, 53, 63, 0, 192, 140, 191, 0, 96, 102, 191, 27, 110, 247, 158, 0, 64, 157, 62, 0, 128, 153, 191, 0, 96, 166, 191, 220, 48, 7, 97, 0, 64, 157, 62, 0, 128, 153, 191, 0, 32, 209, 191, 60, 37, 195, 90, 0, 128, 208, 62, 0, 96, 166, 191, 0, 32, 209, 191, 255, 63, 255, 63, 0, 128, 208, 62, 0, 96, 166, 191, 0, 96, 166, 191, 101, 71, 101, 71, 0, 32, 224, 62, 0, 128, 153, 191, 0, 0, 133, 191, 204, 76, 201, 101, 0, 192, 1, 63, 0, 96, 166, 191, 0, 192, 140, 191, 168, 89, 69, 77, 0, 64, 157, 62, 0, 192, 140, 191, 0, 96, 166, 191, 220, 48, 247, 158, 0, 64, 157, 62, 0, 192, 140, 191, 0, 32, 209, 191, 60, 37, 59, 165, 0, 32, 224, 62, 0, 192, 140, 191, 0, 0, 133, 191, 204, 76, 53, 154, 0, 192, 1, 63, 0, 96, 166, 191, 0, 192, 140, 191, 168, 89, 69, 77, 0, 0, 53, 63, 0, 96, 166, 191, 0, 0, 128, 191, 143, 112, 10, 72, 0, 192, 1, 63, 0, 0, 128, 191, 0, 192, 140, 191, 242, 100, 228, 201, 0, 0, 53, 63, 0, 0, 128, 191, 0, 0, 128, 191, 24, 118, 157, 208, 0, 128, 208, 62, 0, 0, 128, 191, 0, 96, 166, 191, 132, 90, 157, 208, 0, 128, 208, 62, 0, 0, 128, 191, 0, 32, 209, 191, 195, 90, 194, 218, 0, 192, 1, 63, 0, 0, 128, 191, 0, 192, 140, 191, 242, 100, 228, 201, 0, 96, 27, 63, 0, 0, 128, 191, 0, 128, 153, 191, 255, 127, 255, 255, 0, 192, 1, 63, 0, 0, 128, 191, 0, 96, 166, 191, 255, 127, 255, 255, 0, 0, 53, 63, 0, 0, 128, 191, 0, 192, 140, 191, 255, 127, 255, 255, 0, 96, 27, 63, 0, 0, 128, 191, 0, 128, 153, 191, 255, 127, 255, 255, 0, 192, 1, 63, 0, 0, 128, 191, 0, 32, 209, 191, 255, 127, 255, 255, 0, 192, 1, 63, 0, 0, 128, 191, 0, 32, 209, 191, 255, 127, 255, 255, 0, 128, 128, 63, 0, 0, 128, 191, 0, 192, 140, 191, 255, 127, 255, 255, 0, 128, 128, 63, 0, 0, 128, 191, 0, 64, 209, 191, 255, 127, 255, 255, 0, 192, 1, 63, 0, 0, 128, 191, 0, 96, 166, 191, 255, 127, 255, 255, 0, 96, 27, 63, 0, 0, 128, 191, 0, 128, 153, 191, 255, 127, 255, 255, 0, 0, 53, 63, 0, 0, 128, 191, 0, 192, 140, 191, 255, 127, 255, 255, 0, 128, 128, 63, 0, 128, 153, 191, 0, 96, 102, 191, 255, 127, 195, 90, 0, 128, 128, 63, 0, 192, 140, 191, 0, 96, 102, 191, 255, 127, 59, 165, 0, 128, 128, 63, 0, 96, 166, 191, 0, 0, 128, 191, 255, 127, 255, 63, 0, 128, 128, 63, 0, 0, 128, 191, 0, 0, 128, 191, 255, 127, 194, 218, 0, 128, 128, 63, 0, 0, 128, 191, 0, 192, 140, 191, 255, 127, 255, 255) +}] + +[sub_resource type="ArrayMesh" id="5"] resource_name = "Cube.033" -surfaces/0 = { +_surfaces = [{ "aabb": AABB(-1, -1, -1, 4, 2.00489, 2.00001), -"array_data": PackedByteArray(0, 188, 0, 60, 0, 60, 0, 60, 255, 127, 0, 0, 9, 58, 216, 51, 255, 184, 5, 60, 0, 60, 0, 60, 17, 125, 0, 0, 104, 58, 216, 51, 255, 184, 5, 60, 0, 188, 0, 60, 17, 125, 0, 0, 104, 58, 241, 28, 0, 188, 0, 60, 0, 188, 0, 60, 255, 127, 0, 0, 9, 58, 241, 28, 69, 166, 161, 58, 0, 60, 0, 60, 59, 112, 0, 0, 255, 58, 216, 51, 170, 59, 240, 35, 0, 60, 0, 60, 81, 97, 0, 0, 246, 59, 216, 51, 170, 59, 240, 35, 0, 188, 0, 60, 81, 97, 0, 0, 246, 59, 241, 28, 69, 166, 161, 58, 255, 187, 0, 60, 59, 112, 0, 0, 255, 58, 241, 28, 195, 63, 97, 186, 255, 59, 0, 60, 59, 112, 0, 0, 0, 59, 167, 51, 62, 65, 247, 187, 0, 60, 0, 60, 18, 125, 0, 0, 163, 59, 167, 51, 62, 65, 247, 187, 0, 188, 0, 60, 18, 125, 0, 0, 163, 59, 187, 30, 195, 63, 97, 186, 0, 188, 0, 60, 59, 112, 0, 0, 0, 59, 187, 30, 0, 66, 0, 188, 0, 60, 0, 60, 1, 127, 0, 0, 252, 59, 167, 51, 0, 66, 0, 188, 0, 188, 0, 60, 1, 127, 0, 0, 252, 59, 187, 30, 170, 59, 240, 35, 0, 60, 0, 60, 81, 97, 0, 0, 22, 58, 167, 51, 170, 59, 240, 35, 0, 188, 0, 60, 81, 97, 0, 0, 22, 58, 187, 30), -"array_index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 10, 0, 9, 0, 8, 0, 11, 0, 10, 0, 1, 0, 7, 0, 4, 0, 1, 0, 2, 0, 7, 0, 9, 0, 13, 0, 12, 0, 9, 0, 10, 0, 13, 0, 14, 0, 11, 0, 8, 0, 14, 0, 15, 0, 11, 0), -"blend_shape_data": [], -"format": 98067, +"attribute_data": PackedByteArray(0, 32, 65, 63, 0, 0, 123, 62, 0, 0, 77, 63, 0, 0, 123, 62, 0, 0, 77, 63, 0, 32, 158, 59, 0, 32, 65, 63, 0, 32, 158, 59, 0, 224, 95, 63, 0, 0, 123, 62, 0, 192, 126, 63, 0, 0, 123, 62, 0, 192, 126, 63, 0, 32, 158, 59, 0, 224, 95, 63, 0, 32, 158, 59, 0, 0, 96, 63, 0, 224, 116, 62, 0, 96, 116, 63, 0, 224, 116, 62, 0, 96, 116, 63, 0, 96, 215, 59, 0, 0, 96, 63, 0, 96, 215, 59, 0, 128, 127, 63, 0, 224, 116, 62, 0, 128, 127, 63, 0, 96, 215, 59, 0, 192, 66, 63, 0, 224, 116, 62, 0, 192, 66, 63, 0, 96, 215, 59), +"format": 4115, "index_count": 36, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [], -"vertex_count": 16 -} - -[sub_resource type="ArrayMesh" id=6] +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 10, 0, 9, 0, 8, 0, 11, 0, 10, 0, 1, 0, 7, 0, 4, 0, 1, 0, 2, 0, 7, 0, 9, 0, 13, 0, 12, 0, 9, 0, 10, 0, 13, 0, 14, 0, 11, 0, 8, 0, 14, 0, 15, 0, 11, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 16, +"vertex_data": PackedByteArray(0, 0, 128, 191, 0, 0, 128, 63, 0, 0, 128, 63, 255, 126, 255, 254, 0, 224, 31, 191, 0, 160, 128, 63, 0, 0, 128, 63, 82, 143, 172, 240, 0, 224, 31, 191, 0, 160, 128, 63, 0, 0, 128, 191, 82, 143, 172, 240, 0, 0, 128, 191, 0, 0, 128, 63, 0, 0, 128, 191, 255, 126, 255, 254, 0, 160, 200, 188, 0, 32, 84, 63, 0, 0, 128, 63, 41, 172, 213, 211, 0, 64, 117, 63, 0, 0, 126, 60, 0, 0, 128, 63, 62, 186, 191, 197, 0, 64, 117, 63, 0, 0, 126, 60, 0, 0, 128, 191, 62, 186, 191, 197, 0, 160, 200, 188, 0, 32, 84, 63, 0, 224, 127, 191, 41, 172, 213, 211, 0, 96, 248, 63, 0, 32, 76, 191, 0, 224, 127, 63, 41, 172, 213, 211, 0, 192, 39, 64, 0, 224, 126, 191, 0, 0, 128, 63, 28, 144, 226, 239, 0, 192, 39, 64, 0, 224, 126, 191, 0, 0, 128, 191, 28, 144, 226, 239, 0, 96, 248, 63, 0, 32, 76, 191, 0, 0, 128, 191, 41, 172, 213, 211, 0, 0, 64, 64, 0, 0, 128, 191, 0, 0, 128, 63, 255, 128, 255, 254, 0, 0, 64, 64, 0, 0, 128, 191, 0, 0, 128, 191, 255, 128, 255, 254, 0, 64, 117, 63, 0, 0, 126, 60, 0, 0, 128, 63, 62, 186, 191, 197, 0, 64, 117, 63, 0, 0, 126, 60, 0, 0, 128, 191, 62, 186, 191, 197) +}] + +[sub_resource type="ArrayMesh" id="6"] resource_name = "Cube.031" -surfaces/0 = { +_surfaces = [{ "aabb": AABB(-1, -1, -1, 2, 2, 2.00001), -"array_data": PackedByteArray(255, 187, 0, 188, 0, 60, 0, 60, 0, 0, 126, 0, 238, 20, 245, 51, 0, 60, 0, 188, 0, 60, 0, 60, 0, 0, 126, 0, 1, 52, 245, 51, 0, 60, 0, 60, 0, 60, 0, 60, 0, 0, 126, 0, 1, 52, 64, 15, 255, 187, 0, 60, 0, 60, 0, 60, 0, 0, 126, 0, 238, 20, 64, 15, 0, 60, 0, 188, 0, 60, 0, 60, 0, 130, 0, 0, 1, 54, 249, 56, 0, 188, 0, 188, 0, 60, 0, 60, 0, 130, 0, 0, 250, 56, 249, 56, 0, 188, 255, 187, 0, 188, 0, 60, 0, 130, 0, 0, 250, 56, 255, 53, 0, 60, 255, 187, 0, 188, 0, 60, 0, 130, 0, 0, 1, 54, 255, 53), -"array_index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0), -"blend_shape_data": [], -"format": 98067, +"attribute_data": PackedByteArray(0, 192, 157, 58, 0, 160, 126, 62, 0, 32, 128, 62, 0, 160, 126, 62, 0, 32, 128, 62, 0, 0, 232, 57, 0, 192, 157, 58, 0, 0, 232, 57, 0, 32, 192, 62, 0, 32, 31, 63, 0, 64, 31, 63, 0, 32, 31, 63, 0, 64, 31, 63, 0, 224, 191, 62, 0, 32, 192, 62, 0, 224, 191, 62), +"format": 4115, "index_count": 12, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [], -"vertex_count": 8 -} - -[sub_resource type="ArrayMesh" id=7] +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 8, +"vertex_data": PackedByteArray(0, 224, 127, 191, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 255, 127, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 255, 127, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 255, 127, 255, 127, 0, 224, 127, 191, 0, 0, 128, 63, 0, 0, 128, 63, 255, 127, 255, 127, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 0, 0, 0, 0, 128, 191, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 0, 0, 0, 0, 128, 191, 0, 224, 127, 191, 0, 0, 128, 191, 255, 127, 0, 0, 0, 0, 128, 63, 0, 224, 127, 191, 0, 0, 128, 191, 255, 127, 0, 0) +}] + +[sub_resource type="ArrayMesh" id="7"] resource_name = "Cube.030" -surfaces/0 = { +_surfaces = [{ "aabb": AABB(-0.999999, -1, -1, 2, 2, 2), -"array_data": PackedByteArray(204, 180, 0, 188, 204, 52, 0, 60, 0, 0, 126, 0, 202, 41, 11, 58, 204, 52, 0, 188, 204, 52, 0, 60, 0, 0, 126, 0, 36, 45, 11, 58, 204, 52, 0, 60, 204, 52, 0, 60, 0, 0, 126, 0, 36, 45, 244, 59, 204, 180, 0, 60, 204, 52, 0, 60, 0, 0, 126, 0, 202, 41, 244, 59, 204, 52, 0, 60, 204, 180, 0, 60, 0, 0, 129, 0, 36, 45, 244, 59, 204, 52, 0, 188, 204, 180, 0, 60, 0, 0, 129, 0, 202, 41, 244, 59, 204, 180, 0, 188, 204, 180, 0, 60, 0, 0, 129, 0, 202, 41, 11, 58, 204, 180, 0, 60, 204, 180, 0, 60, 0, 0, 129, 0, 36, 45, 11, 58, 204, 180, 0, 188, 204, 180, 0, 60, 130, 0, 0, 0, 202, 41, 11, 58, 204, 180, 0, 188, 204, 52, 0, 60, 130, 0, 0, 0, 36, 45, 11, 58, 204, 180, 0, 60, 204, 52, 0, 60, 130, 0, 0, 0, 36, 45, 244, 59, 204, 180, 0, 60, 204, 180, 0, 60, 130, 0, 0, 0, 202, 41, 244, 59, 204, 52, 0, 188, 204, 52, 0, 60, 127, 0, 0, 0, 36, 45, 244, 59, 204, 52, 0, 188, 204, 180, 0, 60, 127, 0, 0, 0, 202, 41, 244, 59, 204, 52, 0, 60, 204, 180, 0, 60, 127, 0, 0, 0, 202, 41, 11, 58, 204, 52, 0, 60, 204, 52, 0, 60, 127, 0, 0, 0, 36, 45, 11, 58, 255, 187, 0, 188, 0, 60, 0, 60, 0, 127, 0, 0, 7, 58, 236, 51, 0, 60, 0, 188, 0, 60, 0, 60, 0, 127, 0, 0, 0, 60, 236, 51, 0, 60, 0, 188, 0, 188, 0, 60, 0, 127, 0, 0, 0, 60, 239, 17, 255, 187, 0, 188, 0, 188, 0, 60, 0, 127, 0, 0, 7, 58, 239, 17), -"array_index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 10, 0, 9, 0, 8, 0, 11, 0, 10, 0, 12, 0, 14, 0, 13, 0, 12, 0, 15, 0, 14, 0, 16, 0, 18, 0, 17, 0, 16, 0, 19, 0, 18, 0), -"blend_shape_data": [], -"format": 98067, +"attribute_data": PackedByteArray(0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63, 0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63, 0, 224, 64, 63, 0, 128, 125, 62, 0, 0, 128, 63, 0, 128, 125, 62, 0, 0, 128, 63, 0, 224, 61, 58, 0, 224, 64, 63, 0, 224, 61, 58), +"format": 4115, "index_count": 30, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [], -"vertex_count": 20 -} - -[sub_resource type="ArrayMesh" id=8] +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 10, 0, 9, 0, 8, 0, 11, 0, 10, 0, 12, 0, 14, 0, 13, 0, 12, 0, 15, 0, 14, 0, 16, 0, 18, 0, 17, 0, 16, 0, 19, 0, 18, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 20, +"vertex_data": PackedByteArray(0, 128, 153, 190, 0, 0, 128, 191, 0, 128, 153, 62, 255, 127, 255, 127, 0, 128, 153, 62, 0, 0, 128, 191, 0, 128, 153, 62, 255, 127, 255, 127, 0, 128, 153, 62, 0, 0, 128, 63, 0, 128, 153, 62, 255, 127, 255, 127, 0, 128, 153, 190, 0, 0, 128, 63, 0, 128, 153, 62, 255, 127, 255, 127, 0, 128, 153, 62, 0, 0, 128, 63, 0, 128, 153, 190, 255, 255, 255, 255, 0, 128, 153, 62, 0, 0, 128, 191, 0, 128, 153, 190, 255, 255, 255, 255, 0, 128, 153, 190, 0, 0, 128, 191, 0, 128, 153, 190, 255, 255, 255, 255, 0, 128, 153, 190, 0, 0, 128, 63, 0, 128, 153, 190, 255, 255, 255, 255, 0, 128, 153, 190, 0, 0, 128, 191, 0, 128, 153, 190, 0, 0, 255, 127, 0, 128, 153, 190, 0, 0, 128, 191, 0, 128, 153, 62, 0, 0, 255, 127, 0, 128, 153, 190, 0, 0, 128, 63, 0, 128, 153, 62, 0, 0, 255, 127, 0, 128, 153, 190, 0, 0, 128, 63, 0, 128, 153, 190, 0, 0, 255, 127, 0, 128, 153, 62, 0, 0, 128, 191, 0, 128, 153, 62, 255, 255, 255, 127, 0, 128, 153, 62, 0, 0, 128, 191, 0, 128, 153, 190, 255, 255, 255, 127, 0, 128, 153, 62, 0, 0, 128, 63, 0, 128, 153, 190, 255, 255, 255, 127, 0, 128, 153, 62, 0, 0, 128, 63, 0, 128, 153, 62, 255, 255, 255, 127, 0, 224, 127, 191, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 255, 255, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 255, 255, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 128, 191, 255, 127, 255, 255, 0, 224, 127, 191, 0, 0, 128, 191, 0, 0, 128, 191, 255, 127, 255, 255) +}] + +[sub_resource type="ArrayMesh" id="8"] resource_name = "Cube.028" -surfaces/0 = { +_surfaces = [{ "aabb": AABB(-0.3, -1, -0.3, 0.6, 2, 0.60001), -"array_data": PackedByteArray(204, 180, 0, 188, 204, 52, 0, 60, 0, 0, 126, 0, 202, 41, 11, 58, 204, 52, 0, 188, 204, 52, 0, 60, 0, 0, 126, 0, 36, 45, 11, 58, 204, 52, 0, 60, 204, 52, 0, 60, 0, 0, 126, 0, 36, 45, 244, 59, 204, 180, 0, 60, 204, 52, 0, 60, 0, 0, 126, 0, 202, 41, 244, 59, 204, 52, 0, 60, 204, 180, 0, 60, 0, 0, 129, 0, 36, 45, 244, 59, 204, 52, 0, 188, 204, 180, 0, 60, 0, 0, 129, 0, 202, 41, 244, 59, 204, 180, 0, 188, 204, 180, 0, 60, 0, 0, 129, 0, 202, 41, 11, 58, 204, 180, 0, 60, 204, 180, 0, 60, 0, 0, 129, 0, 36, 45, 11, 58, 204, 180, 0, 188, 204, 180, 0, 60, 130, 0, 0, 0, 202, 41, 11, 58, 204, 180, 0, 188, 204, 52, 0, 60, 130, 0, 0, 0, 36, 45, 11, 58, 204, 180, 0, 60, 204, 52, 0, 60, 130, 0, 0, 0, 36, 45, 244, 59, 204, 180, 0, 60, 204, 180, 0, 60, 130, 0, 0, 0, 202, 41, 244, 59, 204, 52, 0, 188, 204, 52, 0, 60, 127, 0, 0, 0, 36, 45, 244, 59, 204, 52, 0, 188, 204, 180, 0, 60, 127, 0, 0, 0, 202, 41, 244, 59, 204, 52, 0, 60, 204, 180, 0, 60, 127, 0, 0, 0, 202, 41, 11, 58, 204, 52, 0, 60, 204, 52, 0, 60, 127, 0, 0, 0, 36, 45, 11, 58), -"array_index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 10, 0, 9, 0, 8, 0, 11, 0, 10, 0, 12, 0, 14, 0, 13, 0, 12, 0, 15, 0, 14, 0), -"blend_shape_data": [], -"format": 98067, +"attribute_data": PackedByteArray(0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63, 0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63), +"format": 4115, "index_count": 24, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [], -"vertex_count": 16 -} - -[sub_resource type="ArrayMesh" id=9] +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 10, 0, 9, 0, 8, 0, 11, 0, 10, 0, 12, 0, 14, 0, 13, 0, 12, 0, 15, 0, 14, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 16, +"vertex_data": PackedByteArray(0, 128, 153, 190, 0, 0, 128, 191, 0, 128, 153, 62, 255, 127, 255, 127, 0, 128, 153, 62, 0, 0, 128, 191, 0, 128, 153, 62, 255, 127, 255, 127, 0, 128, 153, 62, 0, 0, 128, 63, 0, 128, 153, 62, 255, 127, 255, 127, 0, 128, 153, 190, 0, 0, 128, 63, 0, 128, 153, 62, 255, 127, 255, 127, 0, 128, 153, 62, 0, 0, 128, 63, 0, 128, 153, 190, 255, 255, 255, 255, 0, 128, 153, 62, 0, 0, 128, 191, 0, 128, 153, 190, 255, 255, 255, 255, 0, 128, 153, 190, 0, 0, 128, 191, 0, 128, 153, 190, 255, 255, 255, 255, 0, 128, 153, 190, 0, 0, 128, 63, 0, 128, 153, 190, 255, 255, 255, 255, 0, 128, 153, 190, 0, 0, 128, 191, 0, 128, 153, 190, 0, 0, 255, 127, 0, 128, 153, 190, 0, 0, 128, 191, 0, 128, 153, 62, 0, 0, 255, 127, 0, 128, 153, 190, 0, 0, 128, 63, 0, 128, 153, 62, 0, 0, 255, 127, 0, 128, 153, 190, 0, 0, 128, 63, 0, 128, 153, 190, 0, 0, 255, 127, 0, 128, 153, 62, 0, 0, 128, 191, 0, 128, 153, 62, 255, 255, 255, 127, 0, 128, 153, 62, 0, 0, 128, 191, 0, 128, 153, 190, 255, 255, 255, 127, 0, 128, 153, 62, 0, 0, 128, 63, 0, 128, 153, 190, 255, 255, 255, 127, 0, 128, 153, 62, 0, 0, 128, 63, 0, 128, 153, 62, 255, 255, 255, 127) +}] + +[sub_resource type="ArrayMesh" id="9"] resource_name = "Cube.026" -surfaces/0 = { +_surfaces = [{ "aabb": AABB(-0.3, -1, -0.3, 1.47014, 2, 0.6), -"array_data": PackedByteArray(132, 60, 143, 53, 155, 179, 0, 60, 43, 145, 213, 0, 104, 51, 101, 54, 132, 60, 143, 53, 155, 51, 0, 60, 43, 145, 43, 0, 104, 51, 205, 56, 59, 57, 143, 53, 155, 51, 0, 60, 213, 145, 43, 0, 251, 39, 205, 56, 59, 57, 143, 53, 155, 179, 0, 60, 213, 145, 213, 0, 251, 39, 101, 54, 132, 60, 59, 59, 155, 51, 0, 60, 43, 111, 43, 0, 104, 51, 205, 56, 132, 60, 59, 59, 155, 179, 0, 60, 43, 111, 213, 0, 104, 51, 101, 54, 59, 57, 59, 59, 155, 179, 0, 60, 213, 111, 213, 0, 251, 39, 101, 54, 59, 57, 59, 59, 155, 51, 0, 60, 213, 111, 43, 0, 251, 39, 205, 56, 132, 60, 143, 53, 155, 51, 0, 60, 43, 145, 43, 0, 251, 39, 240, 56, 174, 60, 53, 54, 155, 51, 0, 60, 96, 198, 58, 0, 251, 39, 205, 56, 132, 60, 53, 54, 115, 52, 0, 60, 58, 198, 96, 0, 57, 35, 205, 56, 132, 60, 232, 58, 115, 52, 0, 60, 58, 58, 96, 0, 57, 35, 101, 54, 174, 60, 232, 58, 155, 51, 0, 60, 96, 58, 58, 0, 251, 39, 101, 54, 132, 60, 59, 59, 155, 51, 0, 60, 43, 111, 43, 0, 251, 39, 31, 54, 174, 60, 232, 58, 155, 179, 0, 60, 87, 87, 226, 0, 244, 51, 101, 54, 132, 60, 232, 58, 115, 180, 0, 60, 30, 87, 169, 0, 104, 51, 31, 54, 132, 60, 143, 53, 155, 179, 0, 60, 43, 145, 213, 0, 104, 51, 240, 56, 132, 60, 53, 54, 115, 180, 0, 60, 30, 170, 169, 0, 244, 51, 205, 56, 174, 60, 53, 54, 155, 179, 0, 60, 87, 170, 226, 0, 104, 51, 205, 56, 59, 57, 53, 54, 115, 52, 0, 60, 226, 170, 86, 0, 244, 51, 205, 56, 232, 56, 53, 54, 155, 51, 0, 60, 170, 170, 30, 0, 104, 51, 205, 56, 59, 57, 143, 53, 155, 51, 0, 60, 213, 145, 43, 0, 104, 51, 240, 56, 232, 56, 232, 58, 155, 51, 0, 60, 170, 87, 30, 0, 57, 35, 205, 56, 59, 57, 232, 58, 115, 52, 0, 60, 226, 87, 86, 0, 251, 39, 240, 56, 59, 57, 53, 54, 115, 180, 0, 60, 226, 170, 169, 0, 104, 51, 205, 56, 59, 57, 143, 53, 155, 179, 0, 60, 213, 145, 213, 0, 104, 51, 240, 56, 232, 56, 53, 54, 155, 179, 0, 60, 170, 170, 226, 0, 244, 51, 205, 56, 232, 56, 232, 58, 155, 179, 0, 60, 170, 87, 226, 0, 244, 51, 101, 54, 59, 57, 59, 59, 155, 179, 0, 60, 213, 111, 213, 0, 104, 51, 31, 54, 59, 57, 232, 58, 115, 180, 0, 60, 226, 87, 169, 0, 104, 51, 101, 54, 132, 60, 59, 59, 155, 51, 0, 60, 43, 111, 43, 0, 104, 51, 31, 54, 59, 57, 59, 59, 155, 51, 0, 60, 213, 111, 43, 0, 251, 39, 91, 54, 59, 57, 232, 58, 115, 52, 0, 60, 226, 87, 86, 0, 108, 40, 182, 54, 132, 60, 232, 58, 115, 52, 0, 60, 58, 58, 96, 0, 132, 51, 122, 54, 59, 57, 143, 53, 155, 51, 0, 60, 213, 145, 43, 0, 251, 39, 240, 56, 132, 60, 143, 53, 155, 51, 0, 60, 43, 145, 43, 0, 104, 51, 210, 56, 132, 60, 53, 54, 115, 52, 0, 60, 58, 198, 96, 0, 132, 51, 190, 56, 59, 57, 53, 54, 115, 52, 0, 60, 226, 170, 86, 0, 108, 40, 220, 56, 132, 60, 59, 59, 155, 179, 0, 60, 43, 111, 213, 0, 104, 51, 31, 54, 174, 60, 232, 58, 155, 179, 0, 60, 87, 87, 226, 0, 104, 51, 101, 54, 132, 60, 143, 53, 155, 179, 0, 60, 43, 145, 213, 0, 251, 39, 240, 56, 132, 60, 53, 54, 115, 180, 0, 60, 30, 170, 169, 0, 251, 39, 205, 56, 132, 60, 59, 59, 155, 179, 0, 60, 43, 111, 213, 0, 251, 39, 31, 54, 132, 60, 232, 58, 115, 180, 0, 60, 30, 87, 169, 0, 251, 39, 101, 54, 59, 57, 59, 59, 155, 51, 0, 60, 213, 111, 43, 0, 104, 51, 31, 54, 59, 57, 59, 59, 155, 179, 0, 60, 213, 111, 213, 0, 251, 39, 31, 54, 232, 56, 232, 58, 155, 179, 0, 60, 170, 87, 226, 0, 251, 39, 101, 54, 232, 56, 232, 58, 155, 51, 0, 60, 170, 87, 30, 0, 104, 51, 101, 54, 59, 57, 143, 53, 155, 179, 0, 60, 213, 145, 213, 0, 251, 39, 240, 56, 232, 56, 53, 54, 155, 179, 0, 60, 170, 170, 226, 0, 251, 39, 205, 56, 232, 56, 232, 58, 155, 51, 0, 60, 139, 0, 48, 0, 104, 51, 101, 54, 232, 56, 232, 58, 155, 179, 0, 60, 139, 0, 208, 0, 251, 39, 101, 54, 232, 56, 53, 54, 155, 179, 0, 60, 139, 0, 208, 0, 251, 39, 205, 56, 232, 56, 53, 54, 155, 51, 0, 60, 139, 0, 48, 0, 104, 51, 205, 56, 174, 60, 232, 58, 155, 179, 0, 60, 117, 0, 208, 0, 104, 51, 101, 54, 174, 60, 232, 58, 155, 51, 0, 60, 127, 0, 0, 0, 251, 39, 101, 54, 174, 60, 53, 54, 155, 51, 0, 60, 127, 0, 0, 0, 251, 39, 205, 56, 174, 60, 53, 54, 155, 179, 0, 60, 117, 0, 208, 0, 104, 51, 205, 56, 59, 57, 232, 58, 115, 180, 0, 60, 208, 0, 139, 0, 104, 51, 101, 54, 132, 60, 232, 58, 115, 180, 0, 60, 48, 0, 139, 0, 251, 39, 101, 54, 132, 60, 53, 54, 115, 180, 0, 60, 48, 0, 139, 0, 251, 39, 205, 56, 59, 57, 53, 54, 115, 180, 0, 60, 208, 0, 139, 0, 104, 51, 205, 56, 132, 60, 53, 54, 115, 180, 0, 60, 48, 0, 139, 0, 244, 51, 205, 56, 132, 60, 232, 58, 115, 180, 0, 60, 48, 0, 139, 0, 244, 51, 101, 54, 59, 57, 53, 54, 115, 52, 0, 60, 208, 0, 117, 0, 244, 51, 205, 56, 59, 57, 232, 58, 115, 52, 0, 60, 208, 0, 117, 0, 244, 51, 101, 54, 232, 56, 53, 54, 155, 179, 0, 60, 139, 0, 208, 0, 244, 51, 205, 56, 232, 56, 232, 58, 155, 179, 0, 60, 139, 0, 208, 0, 244, 51, 101, 54, 132, 60, 232, 58, 115, 52, 0, 60, 0, 0, 126, 0, 132, 51, 122, 54, 59, 57, 232, 58, 115, 52, 0, 60, 208, 0, 117, 0, 108, 40, 182, 54, 59, 57, 53, 54, 115, 52, 0, 60, 208, 0, 117, 0, 108, 40, 220, 56, 132, 60, 53, 54, 115, 52, 0, 60, 0, 0, 126, 0, 132, 51, 190, 56, 204, 52, 0, 60, 204, 52, 0, 60, 0, 0, 126, 0, 36, 45, 244, 59, 204, 180, 0, 60, 204, 52, 0, 60, 0, 0, 126, 0, 202, 41, 244, 59, 204, 180, 0, 188, 204, 52, 0, 60, 0, 0, 126, 0, 202, 41, 11, 58, 204, 52, 0, 188, 204, 52, 0, 60, 0, 0, 126, 0, 36, 45, 11, 58, 204, 52, 0, 60, 204, 180, 0, 60, 0, 0, 129, 0, 36, 45, 244, 59, 204, 52, 0, 188, 204, 180, 0, 60, 0, 0, 129, 0, 202, 41, 244, 59, 204, 180, 0, 188, 204, 180, 0, 60, 0, 0, 129, 0, 202, 41, 11, 58, 204, 180, 0, 60, 204, 180, 0, 60, 0, 0, 129, 0, 36, 45, 11, 58, 204, 180, 0, 60, 204, 52, 0, 60, 130, 0, 0, 0, 36, 45, 244, 59, 204, 180, 0, 60, 204, 180, 0, 60, 130, 0, 0, 0, 202, 41, 244, 59, 204, 180, 0, 188, 204, 180, 0, 60, 130, 0, 0, 0, 202, 41, 11, 58, 204, 180, 0, 188, 204, 52, 0, 60, 130, 0, 0, 0, 36, 45, 11, 58, 204, 52, 0, 188, 204, 52, 0, 60, 127, 0, 0, 0, 36, 45, 244, 59, 204, 52, 0, 188, 204, 180, 0, 60, 127, 0, 0, 0, 202, 41, 244, 59, 204, 52, 0, 60, 204, 180, 0, 60, 127, 0, 0, 0, 202, 41, 11, 58, 204, 52, 0, 60, 204, 52, 0, 60, 127, 0, 0, 0, 36, 45, 11, 58, 128, 59, 15, 170, 64, 44, 0, 60, 0, 0, 126, 0, 36, 45, 244, 59, 128, 59, 120, 45, 64, 44, 0, 60, 0, 0, 126, 0, 202, 41, 244, 59, 204, 49, 120, 45, 64, 44, 0, 60, 0, 0, 126, 0, 202, 41, 11, 58, 204, 49, 15, 170, 64, 44, 0, 60, 0, 0, 126, 0, 36, 45, 11, 58, 128, 59, 15, 170, 64, 172, 0, 60, 0, 0, 129, 0, 36, 45, 244, 59, 204, 49, 15, 170, 64, 172, 0, 60, 0, 0, 129, 0, 202, 41, 244, 59, 204, 49, 120, 45, 64, 172, 0, 60, 0, 0, 129, 0, 202, 41, 11, 58, 128, 59, 120, 45, 64, 172, 0, 60, 0, 0, 129, 0, 36, 45, 11, 58, 128, 59, 120, 45, 64, 44, 0, 60, 0, 127, 0, 0, 36, 45, 244, 59, 128, 59, 120, 45, 64, 172, 0, 60, 0, 127, 0, 0, 202, 41, 244, 59, 204, 49, 120, 45, 64, 172, 0, 60, 0, 127, 0, 0, 202, 41, 11, 58, 204, 49, 120, 45, 64, 44, 0, 60, 0, 127, 0, 0, 36, 45, 11, 58, 204, 49, 15, 170, 64, 44, 0, 60, 0, 130, 0, 0, 36, 45, 244, 59, 204, 49, 15, 170, 64, 172, 0, 60, 0, 130, 0, 0, 202, 41, 244, 59, 128, 59, 15, 170, 64, 172, 0, 60, 0, 130, 0, 0, 202, 41, 11, 58, 128, 59, 15, 170, 64, 44, 0, 60, 0, 130, 0, 0, 36, 45, 11, 58, 111, 58, 62, 165, 64, 44, 0, 60, 0, 0, 126, 0, 36, 45, 244, 59, 127, 59, 62, 165, 64, 44, 0, 60, 0, 0, 126, 0, 202, 41, 244, 59, 127, 59, 59, 56, 64, 44, 0, 60, 0, 0, 126, 0, 202, 41, 11, 58, 111, 58, 59, 56, 64, 44, 0, 60, 0, 0, 126, 0, 36, 45, 11, 58, 111, 58, 62, 165, 64, 172, 0, 60, 0, 0, 129, 0, 36, 45, 244, 59, 111, 58, 59, 56, 64, 172, 0, 60, 0, 0, 129, 0, 202, 41, 244, 59, 127, 59, 59, 56, 64, 172, 0, 60, 0, 0, 129, 0, 202, 41, 11, 58, 127, 59, 62, 165, 64, 172, 0, 60, 0, 0, 129, 0, 36, 45, 11, 58, 127, 59, 62, 165, 64, 44, 0, 60, 127, 0, 0, 0, 36, 45, 244, 59, 127, 59, 62, 165, 64, 172, 0, 60, 127, 0, 0, 0, 202, 41, 244, 59, 127, 59, 59, 56, 64, 172, 0, 60, 127, 0, 0, 0, 202, 41, 11, 58, 127, 59, 59, 56, 64, 44, 0, 60, 127, 0, 0, 0, 36, 45, 11, 58, 111, 58, 59, 56, 64, 44, 0, 60, 130, 0, 0, 0, 36, 45, 244, 59, 111, 58, 59, 56, 64, 172, 0, 60, 130, 0, 0, 0, 202, 41, 244, 59, 111, 58, 62, 165, 64, 172, 0, 60, 130, 0, 0, 0, 202, 41, 11, 58, 111, 58, 62, 165, 64, 44, 0, 60, 130, 0, 0, 0, 36, 45, 11, 58), -"array_index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 10, 0, 9, 0, 11, 0, 13, 0, 12, 0, 14, 0, 5, 0, 15, 0, 16, 0, 18, 0, 17, 0, 19, 0, 21, 0, 20, 0, 7, 0, 23, 0, 22, 0, 24, 0, 26, 0, 25, 0, 27, 0, 29, 0, 28, 0, 11, 0, 9, 0, 10, 0, 11, 0, 12, 0, 9, 0, 30, 0, 32, 0, 31, 0, 30, 0, 33, 0, 32, 0, 34, 0, 36, 0, 35, 0, 34, 0, 37, 0, 36, 0, 38, 0, 12, 0, 13, 0, 38, 0, 39, 0, 12, 0, 8, 0, 18, 0, 16, 0, 8, 0, 9, 0, 18, 0, 40, 0, 24, 0, 25, 0, 40, 0, 41, 0, 24, 0, 28, 0, 43, 0, 42, 0, 28, 0, 29, 0, 43, 0, 44, 0, 46, 0, 45, 0, 44, 0, 47, 0, 46, 0, 48, 0, 20, 0, 21, 0, 48, 0, 49, 0, 20, 0, 50, 0, 52, 0, 51, 0, 50, 0, 53, 0, 52, 0, 54, 0, 56, 0, 55, 0, 54, 0, 57, 0, 56, 0, 58, 0, 60, 0, 59, 0, 58, 0, 61, 0, 60, 0, 62, 0, 54, 0, 63, 0, 62, 0, 57, 0, 54, 0, 50, 0, 64, 0, 53, 0, 50, 0, 65, 0, 64, 0, 58, 0, 66, 0, 61, 0, 58, 0, 67, 0, 66, 0, 68, 0, 70, 0, 69, 0, 68, 0, 71, 0, 70, 0, 72, 0, 74, 0, 73, 0, 72, 0, 75, 0, 74, 0, 76, 0, 78, 0, 77, 0, 76, 0, 79, 0, 78, 0, 80, 0, 82, 0, 81, 0, 80, 0, 83, 0, 82, 0, 84, 0, 86, 0, 85, 0, 84, 0, 87, 0, 86, 0, 88, 0, 90, 0, 89, 0, 88, 0, 91, 0, 90, 0, 92, 0, 94, 0, 93, 0, 92, 0, 95, 0, 94, 0, 96, 0, 98, 0, 97, 0, 96, 0, 99, 0, 98, 0, 100, 0, 102, 0, 101, 0, 100, 0, 103, 0, 102, 0, 104, 0, 106, 0, 105, 0, 104, 0, 107, 0, 106, 0, 108, 0, 110, 0, 109, 0, 108, 0, 111, 0, 110, 0, 112, 0, 114, 0, 113, 0, 112, 0, 115, 0, 114, 0, 116, 0, 118, 0, 117, 0, 116, 0, 119, 0, 118, 0), -"blend_shape_data": [], -"format": 98067, +"attribute_data": PackedByteArray(0, 0, 109, 62, 0, 160, 204, 62, 0, 0, 109, 62, 0, 160, 25, 63, 0, 96, 255, 60, 0, 160, 25, 63, 0, 96, 255, 60, 0, 160, 204, 62, 0, 0, 109, 62, 0, 160, 25, 63, 0, 0, 109, 62, 0, 160, 204, 62, 0, 96, 255, 60, 0, 160, 204, 62, 0, 96, 255, 60, 0, 160, 25, 63, 0, 96, 255, 60, 0, 0, 30, 63, 0, 96, 255, 60, 0, 160, 25, 63, 0, 32, 103, 60, 0, 160, 25, 63, 0, 32, 103, 60, 0, 160, 204, 62, 0, 96, 255, 60, 0, 160, 204, 62, 0, 96, 255, 60, 0, 224, 195, 62, 0, 128, 126, 62, 0, 160, 204, 62, 0, 0, 109, 62, 0, 224, 195, 62, 0, 0, 109, 62, 0, 0, 30, 63, 0, 128, 126, 62, 0, 160, 25, 63, 0, 0, 109, 62, 0, 160, 25, 63, 0, 128, 126, 62, 0, 160, 25, 63, 0, 0, 109, 62, 0, 160, 25, 63, 0, 0, 109, 62, 0, 0, 30, 63, 0, 32, 103, 60, 0, 160, 25, 63, 0, 96, 255, 60, 0, 0, 30, 63, 0, 0, 109, 62, 0, 160, 25, 63, 0, 0, 109, 62, 0, 0, 30, 63, 0, 128, 126, 62, 0, 160, 25, 63, 0, 128, 126, 62, 0, 160, 204, 62, 0, 0, 109, 62, 0, 224, 195, 62, 0, 0, 109, 62, 0, 160, 204, 62, 0, 0, 109, 62, 0, 224, 195, 62, 0, 96, 255, 60, 0, 96, 203, 62, 0, 128, 13, 61, 0, 192, 214, 62, 0, 128, 112, 62, 0, 64, 207, 62, 0, 96, 255, 60, 0, 0, 30, 63, 0, 0, 109, 62, 0, 64, 26, 63, 0, 128, 112, 62, 0, 192, 23, 63, 0, 128, 13, 61, 0, 128, 27, 63, 0, 0, 109, 62, 0, 224, 195, 62, 0, 0, 109, 62, 0, 160, 204, 62, 0, 96, 255, 60, 0, 0, 30, 63, 0, 96, 255, 60, 0, 160, 25, 63, 0, 96, 255, 60, 0, 224, 195, 62, 0, 96, 255, 60, 0, 160, 204, 62, 0, 0, 109, 62, 0, 224, 195, 62, 0, 96, 255, 60, 0, 224, 195, 62, 0, 96, 255, 60, 0, 160, 204, 62, 0, 0, 109, 62, 0, 160, 204, 62, 0, 96, 255, 60, 0, 0, 30, 63, 0, 96, 255, 60, 0, 160, 25, 63, 0, 0, 109, 62, 0, 160, 204, 62, 0, 96, 255, 60, 0, 160, 204, 62, 0, 96, 255, 60, 0, 160, 25, 63, 0, 0, 109, 62, 0, 160, 25, 63, 0, 0, 109, 62, 0, 160, 204, 62, 0, 96, 255, 60, 0, 160, 204, 62, 0, 96, 255, 60, 0, 160, 25, 63, 0, 0, 109, 62, 0, 160, 25, 63, 0, 0, 109, 62, 0, 160, 204, 62, 0, 96, 255, 60, 0, 160, 204, 62, 0, 96, 255, 60, 0, 160, 25, 63, 0, 0, 109, 62, 0, 160, 25, 63, 0, 128, 126, 62, 0, 160, 25, 63, 0, 128, 126, 62, 0, 160, 204, 62, 0, 128, 126, 62, 0, 160, 25, 63, 0, 128, 126, 62, 0, 160, 204, 62, 0, 128, 126, 62, 0, 160, 25, 63, 0, 128, 126, 62, 0, 160, 204, 62, 0, 128, 112, 62, 0, 64, 207, 62, 0, 128, 13, 61, 0, 192, 214, 62, 0, 128, 13, 61, 0, 128, 27, 63, 0, 128, 112, 62, 0, 192, 23, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 128, 126, 63, 0, 64, 57, 61, 0, 96, 65, 63, 0, 128, 164, 61, 0, 96, 65, 63), +"format": 4115, "index_count": 204, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [], -"vertex_count": 120 -} - -[sub_resource type="ArrayMesh" id=10] +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 10, 0, 9, 0, 11, 0, 13, 0, 12, 0, 14, 0, 5, 0, 15, 0, 16, 0, 18, 0, 17, 0, 19, 0, 21, 0, 20, 0, 7, 0, 23, 0, 22, 0, 24, 0, 26, 0, 25, 0, 27, 0, 29, 0, 28, 0, 11, 0, 9, 0, 10, 0, 11, 0, 12, 0, 9, 0, 30, 0, 32, 0, 31, 0, 30, 0, 33, 0, 32, 0, 34, 0, 36, 0, 35, 0, 34, 0, 37, 0, 36, 0, 38, 0, 12, 0, 13, 0, 38, 0, 39, 0, 12, 0, 8, 0, 18, 0, 16, 0, 8, 0, 9, 0, 18, 0, 40, 0, 24, 0, 25, 0, 40, 0, 41, 0, 24, 0, 28, 0, 43, 0, 42, 0, 28, 0, 29, 0, 43, 0, 44, 0, 46, 0, 45, 0, 44, 0, 47, 0, 46, 0, 48, 0, 20, 0, 21, 0, 48, 0, 49, 0, 20, 0, 50, 0, 52, 0, 51, 0, 50, 0, 53, 0, 52, 0, 54, 0, 56, 0, 55, 0, 54, 0, 57, 0, 56, 0, 58, 0, 60, 0, 59, 0, 58, 0, 61, 0, 60, 0, 62, 0, 54, 0, 63, 0, 62, 0, 57, 0, 54, 0, 50, 0, 64, 0, 53, 0, 50, 0, 65, 0, 64, 0, 58, 0, 66, 0, 61, 0, 58, 0, 67, 0, 66, 0, 68, 0, 70, 0, 69, 0, 68, 0, 71, 0, 70, 0, 72, 0, 74, 0, 73, 0, 72, 0, 75, 0, 74, 0, 76, 0, 78, 0, 77, 0, 76, 0, 79, 0, 78, 0, 80, 0, 82, 0, 81, 0, 80, 0, 83, 0, 82, 0, 84, 0, 86, 0, 85, 0, 84, 0, 87, 0, 86, 0, 88, 0, 90, 0, 89, 0, 88, 0, 91, 0, 90, 0, 92, 0, 94, 0, 93, 0, 92, 0, 95, 0, 94, 0, 96, 0, 98, 0, 97, 0, 96, 0, 99, 0, 98, 0, 100, 0, 102, 0, 101, 0, 100, 0, 103, 0, 102, 0, 104, 0, 106, 0, 105, 0, 104, 0, 107, 0, 106, 0, 108, 0, 110, 0, 109, 0, 108, 0, 111, 0, 110, 0, 112, 0, 114, 0, 113, 0, 112, 0, 115, 0, 114, 0, 116, 0, 118, 0, 117, 0, 116, 0, 119, 0, 118, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 120, +"vertex_data": PackedByteArray(0, 128, 144, 63, 0, 224, 177, 62, 0, 96, 115, 190, 224, 183, 240, 27, 0, 128, 144, 63, 0, 224, 177, 62, 0, 96, 115, 62, 239, 155, 224, 55, 0, 96, 39, 63, 0, 224, 177, 62, 0, 96, 115, 62, 15, 100, 224, 55, 0, 96, 39, 63, 0, 224, 177, 62, 0, 96, 115, 190, 30, 72, 240, 27, 0, 128, 144, 63, 0, 96, 103, 63, 0, 96, 115, 62, 239, 155, 30, 200, 0, 128, 144, 63, 0, 96, 103, 63, 0, 96, 115, 190, 224, 183, 14, 228, 0, 96, 39, 63, 0, 96, 103, 63, 0, 96, 115, 190, 30, 72, 14, 228, 0, 96, 39, 63, 0, 96, 103, 63, 0, 96, 115, 62, 15, 100, 30, 200, 0, 128, 144, 63, 0, 224, 177, 62, 0, 96, 115, 62, 239, 155, 224, 55, 0, 192, 149, 63, 0, 160, 198, 62, 0, 96, 115, 62, 245, 185, 250, 92, 0, 128, 144, 63, 0, 160, 198, 62, 0, 96, 142, 62, 4, 163, 250, 92, 0, 128, 144, 63, 0, 0, 93, 63, 0, 96, 142, 62, 4, 163, 4, 163, 0, 192, 149, 63, 0, 0, 93, 63, 0, 96, 115, 62, 245, 185, 4, 163, 0, 128, 144, 63, 0, 96, 103, 63, 0, 96, 115, 62, 239, 155, 30, 200, 0, 192, 149, 63, 0, 0, 93, 63, 0, 96, 115, 190, 104, 201, 104, 201, 0, 128, 144, 63, 0, 0, 93, 63, 0, 96, 142, 190, 104, 201, 44, 237, 0, 128, 144, 63, 0, 224, 177, 62, 0, 96, 115, 190, 224, 183, 240, 27, 0, 128, 144, 63, 0, 160, 198, 62, 0, 96, 142, 190, 197, 201, 234, 18, 0, 192, 149, 63, 0, 160, 198, 62, 0, 96, 115, 190, 197, 201, 219, 54, 0, 96, 39, 63, 0, 160, 198, 62, 0, 96, 142, 62, 253, 108, 128, 73, 0, 0, 29, 63, 0, 160, 198, 62, 0, 96, 115, 62, 128, 73, 128, 73, 0, 96, 39, 63, 0, 224, 177, 62, 0, 96, 115, 62, 15, 100, 224, 55, 0, 0, 29, 63, 0, 0, 93, 63, 0, 96, 115, 62, 197, 73, 218, 182, 0, 96, 39, 63, 0, 0, 93, 63, 0, 96, 142, 62, 21, 109, 218, 182, 0, 96, 39, 63, 0, 160, 198, 62, 0, 96, 142, 190, 57, 54, 234, 18, 0, 96, 39, 63, 0, 224, 177, 62, 0, 96, 115, 190, 30, 72, 240, 27, 0, 0, 29, 63, 0, 160, 198, 62, 0, 96, 115, 190, 126, 54, 126, 54, 0, 0, 29, 63, 0, 0, 93, 63, 0, 96, 115, 190, 219, 54, 197, 201, 0, 96, 39, 63, 0, 96, 103, 63, 0, 96, 115, 190, 30, 72, 14, 228, 0, 96, 39, 63, 0, 0, 93, 63, 0, 96, 142, 190, 150, 54, 44, 237, 0, 128, 144, 63, 0, 96, 103, 63, 0, 96, 115, 62, 239, 155, 30, 200, 0, 96, 39, 63, 0, 96, 103, 63, 0, 96, 115, 62, 15, 100, 30, 200, 0, 96, 39, 63, 0, 0, 93, 63, 0, 96, 142, 62, 21, 109, 218, 182, 0, 128, 144, 63, 0, 0, 93, 63, 0, 96, 142, 62, 4, 163, 4, 163, 0, 96, 39, 63, 0, 224, 177, 62, 0, 96, 115, 62, 15, 100, 224, 55, 0, 128, 144, 63, 0, 224, 177, 62, 0, 96, 115, 62, 239, 155, 224, 55, 0, 128, 144, 63, 0, 160, 198, 62, 0, 96, 142, 62, 4, 163, 250, 92, 0, 96, 39, 63, 0, 160, 198, 62, 0, 96, 142, 62, 253, 108, 128, 73, 0, 128, 144, 63, 0, 96, 103, 63, 0, 96, 115, 190, 224, 183, 14, 228, 0, 192, 149, 63, 0, 0, 93, 63, 0, 96, 115, 190, 104, 201, 104, 201, 0, 128, 144, 63, 0, 224, 177, 62, 0, 96, 115, 190, 224, 183, 240, 27, 0, 128, 144, 63, 0, 160, 198, 62, 0, 96, 142, 190, 197, 201, 234, 18, 0, 128, 144, 63, 0, 96, 103, 63, 0, 96, 115, 190, 224, 183, 14, 228, 0, 128, 144, 63, 0, 0, 93, 63, 0, 96, 142, 190, 104, 201, 44, 237, 0, 96, 39, 63, 0, 96, 103, 63, 0, 96, 115, 62, 15, 100, 30, 200, 0, 96, 39, 63, 0, 96, 103, 63, 0, 96, 115, 190, 30, 72, 14, 228, 0, 0, 29, 63, 0, 0, 93, 63, 0, 96, 115, 190, 219, 54, 197, 201, 0, 0, 29, 63, 0, 0, 93, 63, 0, 96, 115, 62, 197, 73, 218, 182, 0, 96, 39, 63, 0, 224, 177, 62, 0, 96, 115, 190, 30, 72, 240, 27, 0, 0, 29, 63, 0, 160, 198, 62, 0, 96, 115, 190, 126, 54, 126, 54, 0, 0, 29, 63, 0, 0, 93, 63, 0, 96, 115, 62, 60, 37, 255, 127, 0, 0, 29, 63, 0, 0, 93, 63, 0, 96, 115, 190, 0, 0, 59, 165, 0, 0, 29, 63, 0, 160, 198, 62, 0, 96, 115, 190, 0, 0, 59, 165, 0, 0, 29, 63, 0, 160, 198, 62, 0, 96, 115, 62, 60, 37, 255, 127, 0, 192, 149, 63, 0, 0, 93, 63, 0, 96, 115, 190, 255, 255, 59, 165, 0, 192, 149, 63, 0, 0, 93, 63, 0, 96, 115, 62, 255, 255, 255, 127, 0, 192, 149, 63, 0, 160, 198, 62, 0, 96, 115, 62, 255, 255, 255, 127, 0, 192, 149, 63, 0, 160, 198, 62, 0, 96, 115, 190, 255, 255, 59, 165, 0, 96, 39, 63, 0, 0, 93, 63, 0, 96, 142, 190, 0, 0, 194, 218, 0, 128, 144, 63, 0, 0, 93, 63, 0, 96, 142, 190, 255, 255, 194, 218, 0, 128, 144, 63, 0, 160, 198, 62, 0, 96, 142, 190, 255, 255, 194, 218, 0, 96, 39, 63, 0, 160, 198, 62, 0, 96, 142, 190, 0, 0, 194, 218, 0, 128, 144, 63, 0, 160, 198, 62, 0, 96, 142, 190, 255, 255, 194, 218, 0, 128, 144, 63, 0, 0, 93, 63, 0, 96, 142, 190, 255, 255, 194, 218, 0, 96, 39, 63, 0, 160, 198, 62, 0, 96, 142, 62, 195, 90, 255, 127, 0, 96, 39, 63, 0, 0, 93, 63, 0, 96, 142, 62, 195, 90, 255, 127, 0, 0, 29, 63, 0, 160, 198, 62, 0, 96, 115, 190, 0, 0, 59, 165, 0, 0, 29, 63, 0, 0, 93, 63, 0, 96, 115, 190, 0, 0, 59, 165, 0, 128, 144, 63, 0, 0, 93, 63, 0, 96, 142, 62, 255, 127, 255, 127, 0, 96, 39, 63, 0, 0, 93, 63, 0, 96, 142, 62, 195, 90, 255, 127, 0, 96, 39, 63, 0, 160, 198, 62, 0, 96, 142, 62, 195, 90, 255, 127, 0, 128, 144, 63, 0, 160, 198, 62, 0, 96, 142, 62, 255, 127, 255, 127, 0, 128, 153, 62, 0, 0, 128, 63, 0, 128, 153, 62, 255, 127, 255, 127, 0, 128, 153, 190, 0, 0, 128, 63, 0, 128, 153, 62, 255, 127, 255, 127, 0, 128, 153, 190, 0, 0, 128, 191, 0, 128, 153, 62, 255, 127, 255, 127, 0, 128, 153, 62, 0, 0, 128, 191, 0, 128, 153, 62, 255, 127, 255, 127, 0, 128, 153, 62, 0, 0, 128, 63, 0, 128, 153, 190, 255, 255, 255, 255, 0, 128, 153, 62, 0, 0, 128, 191, 0, 128, 153, 190, 255, 255, 255, 255, 0, 128, 153, 190, 0, 0, 128, 191, 0, 128, 153, 190, 255, 255, 255, 255, 0, 128, 153, 190, 0, 0, 128, 63, 0, 128, 153, 190, 255, 255, 255, 255, 0, 128, 153, 190, 0, 0, 128, 63, 0, 128, 153, 62, 0, 0, 255, 127, 0, 128, 153, 190, 0, 0, 128, 63, 0, 128, 153, 190, 0, 0, 255, 127, 0, 128, 153, 190, 0, 0, 128, 191, 0, 128, 153, 190, 0, 0, 255, 127, 0, 128, 153, 190, 0, 0, 128, 191, 0, 128, 153, 62, 0, 0, 255, 127, 0, 128, 153, 62, 0, 0, 128, 191, 0, 128, 153, 62, 255, 255, 255, 127, 0, 128, 153, 62, 0, 0, 128, 191, 0, 128, 153, 190, 255, 255, 255, 127, 0, 128, 153, 62, 0, 0, 128, 63, 0, 128, 153, 190, 255, 255, 255, 127, 0, 128, 153, 62, 0, 0, 128, 63, 0, 128, 153, 62, 255, 255, 255, 127, 0, 0, 112, 63, 0, 224, 65, 189, 0, 0, 136, 61, 255, 127, 255, 127, 0, 0, 112, 63, 0, 0, 175, 61, 0, 0, 136, 61, 255, 127, 255, 127, 0, 128, 57, 62, 0, 0, 175, 61, 0, 0, 136, 61, 255, 127, 255, 127, 0, 128, 57, 62, 0, 224, 65, 189, 0, 0, 136, 61, 255, 127, 255, 127, 0, 0, 112, 63, 0, 224, 65, 189, 0, 0, 136, 189, 255, 255, 255, 255, 0, 128, 57, 62, 0, 224, 65, 189, 0, 0, 136, 189, 255, 255, 255, 255, 0, 128, 57, 62, 0, 0, 175, 61, 0, 0, 136, 189, 255, 255, 255, 255, 0, 0, 112, 63, 0, 0, 175, 61, 0, 0, 136, 189, 255, 255, 255, 255, 0, 0, 112, 63, 0, 0, 175, 61, 0, 0, 136, 61, 255, 127, 255, 255, 0, 0, 112, 63, 0, 0, 175, 61, 0, 0, 136, 189, 255, 127, 255, 255, 0, 128, 57, 62, 0, 0, 175, 61, 0, 0, 136, 189, 255, 127, 255, 255, 0, 128, 57, 62, 0, 0, 175, 61, 0, 0, 136, 61, 255, 127, 255, 255, 0, 128, 57, 62, 0, 224, 65, 189, 0, 0, 136, 61, 255, 127, 0, 0, 0, 128, 57, 62, 0, 224, 65, 189, 0, 0, 136, 189, 255, 127, 0, 0, 0, 0, 112, 63, 0, 224, 65, 189, 0, 0, 136, 189, 255, 127, 0, 0, 0, 0, 112, 63, 0, 224, 65, 189, 0, 0, 136, 61, 255, 127, 0, 0, 0, 224, 77, 63, 0, 192, 167, 188, 0, 0, 136, 61, 255, 127, 255, 127, 0, 224, 111, 63, 0, 192, 167, 188, 0, 0, 136, 61, 255, 127, 255, 127, 0, 224, 111, 63, 0, 96, 7, 63, 0, 0, 136, 61, 255, 127, 255, 127, 0, 224, 77, 63, 0, 96, 7, 63, 0, 0, 136, 61, 255, 127, 255, 127, 0, 224, 77, 63, 0, 192, 167, 188, 0, 0, 136, 189, 255, 255, 255, 255, 0, 224, 77, 63, 0, 96, 7, 63, 0, 0, 136, 189, 255, 255, 255, 255, 0, 224, 111, 63, 0, 96, 7, 63, 0, 0, 136, 189, 255, 255, 255, 255, 0, 224, 111, 63, 0, 192, 167, 188, 0, 0, 136, 189, 255, 255, 255, 255, 0, 224, 111, 63, 0, 192, 167, 188, 0, 0, 136, 61, 255, 255, 255, 127, 0, 224, 111, 63, 0, 192, 167, 188, 0, 0, 136, 189, 255, 255, 255, 127, 0, 224, 111, 63, 0, 96, 7, 63, 0, 0, 136, 189, 255, 255, 255, 127, 0, 224, 111, 63, 0, 96, 7, 63, 0, 0, 136, 61, 255, 255, 255, 127, 0, 224, 77, 63, 0, 96, 7, 63, 0, 0, 136, 61, 0, 0, 255, 127, 0, 224, 77, 63, 0, 96, 7, 63, 0, 0, 136, 189, 0, 0, 255, 127, 0, 224, 77, 63, 0, 192, 167, 188, 0, 0, 136, 189, 0, 0, 255, 127, 0, 224, 77, 63, 0, 192, 167, 188, 0, 0, 136, 61, 0, 0, 255, 127) +}] + +[sub_resource type="ArrayMesh" id="10"] resource_name = "Cube.025" -surfaces/0 = { +_surfaces = [{ "aabb": AABB(-1, -1, -1, 2, 2, 2), -"array_data": PackedByteArray(213, 58, 0, 188, 213, 186, 0, 60, 43, 145, 213, 0, 104, 51, 101, 54, 213, 58, 0, 188, 213, 58, 0, 60, 43, 145, 43, 0, 104, 51, 205, 56, 213, 186, 0, 188, 213, 58, 0, 60, 213, 145, 43, 0, 251, 39, 205, 56, 213, 186, 255, 187, 213, 186, 0, 60, 213, 145, 213, 0, 251, 39, 101, 54, 213, 58, 0, 60, 213, 58, 0, 60, 43, 111, 43, 0, 104, 51, 205, 56, 213, 58, 0, 60, 213, 186, 0, 60, 43, 111, 213, 0, 104, 51, 101, 54, 213, 186, 255, 59, 213, 186, 0, 60, 213, 111, 213, 0, 251, 39, 101, 54, 213, 186, 0, 60, 213, 58, 0, 60, 213, 111, 43, 0, 251, 39, 205, 56, 213, 58, 0, 188, 213, 58, 0, 60, 43, 145, 43, 0, 251, 39, 240, 56, 0, 60, 213, 186, 213, 58, 0, 60, 96, 198, 58, 0, 251, 39, 205, 56, 213, 58, 213, 186, 0, 60, 0, 60, 58, 198, 96, 0, 57, 35, 205, 56, 213, 58, 213, 58, 0, 60, 0, 60, 58, 58, 96, 0, 57, 35, 101, 54, 255, 59, 213, 58, 213, 58, 0, 60, 96, 58, 58, 0, 251, 39, 101, 54, 213, 58, 0, 60, 213, 58, 0, 60, 43, 111, 43, 0, 251, 39, 31, 54, 0, 60, 213, 58, 213, 186, 0, 60, 87, 87, 226, 0, 244, 51, 101, 54, 213, 58, 213, 58, 255, 187, 0, 60, 30, 87, 169, 0, 104, 51, 31, 54, 213, 58, 0, 188, 213, 186, 0, 60, 43, 145, 213, 0, 104, 51, 240, 56, 213, 58, 213, 186, 255, 187, 0, 60, 30, 170, 169, 0, 244, 51, 205, 56, 0, 60, 213, 186, 213, 186, 0, 60, 87, 170, 226, 0, 104, 51, 205, 56, 213, 186, 213, 186, 0, 60, 0, 60, 226, 170, 86, 0, 244, 51, 205, 56, 0, 188, 213, 186, 213, 58, 0, 60, 170, 170, 30, 0, 104, 51, 205, 56, 213, 186, 0, 188, 213, 58, 0, 60, 213, 145, 43, 0, 104, 51, 240, 56, 0, 188, 213, 58, 213, 58, 0, 60, 170, 87, 30, 0, 57, 35, 205, 56, 213, 186, 213, 58, 0, 60, 0, 60, 226, 87, 86, 0, 251, 39, 240, 56, 213, 186, 213, 186, 0, 188, 0, 60, 226, 170, 169, 0, 104, 51, 205, 56, 213, 186, 255, 187, 213, 186, 0, 60, 213, 145, 213, 0, 104, 51, 240, 56, 0, 188, 213, 186, 213, 186, 0, 60, 170, 170, 226, 0, 244, 51, 205, 56, 0, 188, 213, 58, 213, 186, 0, 60, 170, 87, 226, 0, 244, 51, 101, 54, 213, 186, 255, 59, 213, 186, 0, 60, 213, 111, 213, 0, 104, 51, 31, 54, 213, 186, 213, 58, 255, 187, 0, 60, 226, 87, 169, 0, 104, 51, 101, 54, 213, 58, 0, 60, 213, 58, 0, 60, 43, 111, 43, 0, 104, 51, 31, 54, 213, 186, 0, 60, 213, 58, 0, 60, 213, 111, 43, 0, 251, 39, 91, 54, 213, 186, 213, 58, 0, 60, 0, 60, 226, 87, 86, 0, 108, 40, 182, 54, 213, 58, 213, 58, 0, 60, 0, 60, 58, 58, 96, 0, 132, 51, 122, 54, 213, 186, 0, 188, 213, 58, 0, 60, 213, 145, 43, 0, 251, 39, 240, 56, 213, 58, 0, 188, 213, 58, 0, 60, 43, 145, 43, 0, 104, 51, 210, 56, 213, 58, 213, 186, 0, 60, 0, 60, 58, 198, 96, 0, 132, 51, 190, 56, 213, 186, 213, 186, 0, 60, 0, 60, 226, 170, 86, 0, 108, 40, 220, 56, 213, 58, 0, 60, 213, 186, 0, 60, 43, 111, 213, 0, 104, 51, 31, 54, 0, 60, 213, 58, 213, 186, 0, 60, 87, 87, 226, 0, 104, 51, 101, 54, 213, 58, 0, 188, 213, 186, 0, 60, 43, 145, 213, 0, 251, 39, 240, 56, 213, 58, 213, 186, 255, 187, 0, 60, 30, 170, 169, 0, 251, 39, 205, 56, 213, 58, 0, 60, 213, 186, 0, 60, 43, 111, 213, 0, 251, 39, 31, 54, 213, 58, 213, 58, 255, 187, 0, 60, 30, 87, 169, 0, 251, 39, 101, 54, 213, 186, 0, 60, 213, 58, 0, 60, 213, 111, 43, 0, 104, 51, 31, 54, 213, 186, 255, 59, 213, 186, 0, 60, 213, 111, 213, 0, 251, 39, 31, 54, 0, 188, 213, 58, 213, 186, 0, 60, 170, 87, 226, 0, 251, 39, 101, 54, 0, 188, 213, 58, 213, 58, 0, 60, 170, 87, 30, 0, 104, 51, 101, 54, 213, 186, 255, 187, 213, 186, 0, 60, 213, 145, 213, 0, 251, 39, 240, 56, 0, 188, 213, 186, 213, 186, 0, 60, 170, 170, 226, 0, 251, 39, 205, 56, 0, 188, 213, 58, 213, 58, 0, 60, 139, 0, 48, 0, 104, 51, 101, 54, 0, 188, 213, 58, 213, 186, 0, 60, 139, 0, 208, 0, 251, 39, 101, 54, 0, 188, 213, 186, 213, 186, 0, 60, 139, 0, 208, 0, 251, 39, 205, 56, 0, 188, 213, 186, 213, 58, 0, 60, 139, 0, 48, 0, 104, 51, 205, 56, 0, 60, 213, 58, 213, 186, 0, 60, 117, 0, 208, 0, 104, 51, 101, 54, 255, 59, 213, 58, 213, 58, 0, 60, 127, 0, 0, 0, 251, 39, 101, 54, 0, 60, 213, 186, 213, 58, 0, 60, 127, 0, 0, 0, 251, 39, 205, 56, 0, 60, 213, 186, 213, 186, 0, 60, 117, 0, 208, 0, 104, 51, 205, 56, 213, 186, 213, 58, 255, 187, 0, 60, 208, 0, 139, 0, 104, 51, 101, 54, 213, 58, 213, 58, 255, 187, 0, 60, 48, 0, 139, 0, 251, 39, 101, 54, 213, 58, 213, 186, 255, 187, 0, 60, 48, 0, 139, 0, 251, 39, 205, 56, 213, 186, 213, 186, 0, 188, 0, 60, 208, 0, 139, 0, 104, 51, 205, 56, 213, 58, 213, 186, 255, 187, 0, 60, 48, 0, 139, 0, 244, 51, 205, 56, 213, 58, 213, 58, 255, 187, 0, 60, 48, 0, 139, 0, 244, 51, 101, 54, 213, 186, 213, 186, 0, 60, 0, 60, 208, 0, 117, 0, 244, 51, 205, 56, 213, 186, 213, 58, 0, 60, 0, 60, 208, 0, 117, 0, 244, 51, 101, 54, 0, 188, 213, 186, 213, 186, 0, 60, 139, 0, 208, 0, 244, 51, 205, 56, 0, 188, 213, 58, 213, 186, 0, 60, 139, 0, 208, 0, 244, 51, 101, 54, 213, 58, 213, 58, 0, 60, 0, 60, 0, 0, 126, 0, 132, 51, 122, 54, 213, 186, 213, 58, 0, 60, 0, 60, 208, 0, 117, 0, 108, 40, 182, 54, 213, 186, 213, 186, 0, 60, 0, 60, 208, 0, 117, 0, 108, 40, 220, 56, 213, 58, 213, 186, 0, 60, 0, 60, 0, 0, 126, 0, 132, 51, 190, 56), -"array_index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 10, 0, 9, 0, 11, 0, 13, 0, 12, 0, 14, 0, 5, 0, 15, 0, 16, 0, 18, 0, 17, 0, 19, 0, 21, 0, 20, 0, 7, 0, 23, 0, 22, 0, 24, 0, 26, 0, 25, 0, 27, 0, 29, 0, 28, 0, 11, 0, 9, 0, 10, 0, 11, 0, 12, 0, 9, 0, 30, 0, 32, 0, 31, 0, 30, 0, 33, 0, 32, 0, 34, 0, 36, 0, 35, 0, 34, 0, 37, 0, 36, 0, 38, 0, 12, 0, 13, 0, 38, 0, 39, 0, 12, 0, 8, 0, 18, 0, 16, 0, 8, 0, 9, 0, 18, 0, 40, 0, 24, 0, 25, 0, 40, 0, 41, 0, 24, 0, 28, 0, 43, 0, 42, 0, 28, 0, 29, 0, 43, 0, 44, 0, 46, 0, 45, 0, 44, 0, 47, 0, 46, 0, 48, 0, 20, 0, 21, 0, 48, 0, 49, 0, 20, 0, 50, 0, 52, 0, 51, 0, 50, 0, 53, 0, 52, 0, 54, 0, 56, 0, 55, 0, 54, 0, 57, 0, 56, 0, 58, 0, 60, 0, 59, 0, 58, 0, 61, 0, 60, 0, 62, 0, 54, 0, 63, 0, 62, 0, 57, 0, 54, 0, 50, 0, 64, 0, 53, 0, 50, 0, 65, 0, 64, 0, 58, 0, 66, 0, 61, 0, 58, 0, 67, 0, 66, 0, 68, 0, 70, 0, 69, 0, 68, 0, 71, 0, 70, 0), -"blend_shape_data": [], -"format": 98067, +"attribute_data": PackedByteArray(0, 0, 109, 62, 0, 160, 204, 62, 0, 0, 109, 62, 0, 160, 25, 63, 0, 96, 255, 60, 0, 160, 25, 63, 0, 96, 255, 60, 0, 160, 204, 62, 0, 0, 109, 62, 0, 160, 25, 63, 0, 0, 109, 62, 0, 160, 204, 62, 0, 96, 255, 60, 0, 160, 204, 62, 0, 96, 255, 60, 0, 160, 25, 63, 0, 96, 255, 60, 0, 0, 30, 63, 0, 96, 255, 60, 0, 160, 25, 63, 0, 32, 103, 60, 0, 160, 25, 63, 0, 32, 103, 60, 0, 160, 204, 62, 0, 96, 255, 60, 0, 160, 204, 62, 0, 96, 255, 60, 0, 224, 195, 62, 0, 128, 126, 62, 0, 160, 204, 62, 0, 0, 109, 62, 0, 224, 195, 62, 0, 0, 109, 62, 0, 0, 30, 63, 0, 128, 126, 62, 0, 160, 25, 63, 0, 0, 109, 62, 0, 160, 25, 63, 0, 128, 126, 62, 0, 160, 25, 63, 0, 0, 109, 62, 0, 160, 25, 63, 0, 0, 109, 62, 0, 0, 30, 63, 0, 32, 103, 60, 0, 160, 25, 63, 0, 96, 255, 60, 0, 0, 30, 63, 0, 0, 109, 62, 0, 160, 25, 63, 0, 0, 109, 62, 0, 0, 30, 63, 0, 128, 126, 62, 0, 160, 25, 63, 0, 128, 126, 62, 0, 160, 204, 62, 0, 0, 109, 62, 0, 224, 195, 62, 0, 0, 109, 62, 0, 160, 204, 62, 0, 0, 109, 62, 0, 224, 195, 62, 0, 96, 255, 60, 0, 96, 203, 62, 0, 128, 13, 61, 0, 192, 214, 62, 0, 128, 112, 62, 0, 64, 207, 62, 0, 96, 255, 60, 0, 0, 30, 63, 0, 0, 109, 62, 0, 64, 26, 63, 0, 128, 112, 62, 0, 192, 23, 63, 0, 128, 13, 61, 0, 128, 27, 63, 0, 0, 109, 62, 0, 224, 195, 62, 0, 0, 109, 62, 0, 160, 204, 62, 0, 96, 255, 60, 0, 0, 30, 63, 0, 96, 255, 60, 0, 160, 25, 63, 0, 96, 255, 60, 0, 224, 195, 62, 0, 96, 255, 60, 0, 160, 204, 62, 0, 0, 109, 62, 0, 224, 195, 62, 0, 96, 255, 60, 0, 224, 195, 62, 0, 96, 255, 60, 0, 160, 204, 62, 0, 0, 109, 62, 0, 160, 204, 62, 0, 96, 255, 60, 0, 0, 30, 63, 0, 96, 255, 60, 0, 160, 25, 63, 0, 0, 109, 62, 0, 160, 204, 62, 0, 96, 255, 60, 0, 160, 204, 62, 0, 96, 255, 60, 0, 160, 25, 63, 0, 0, 109, 62, 0, 160, 25, 63, 0, 0, 109, 62, 0, 160, 204, 62, 0, 96, 255, 60, 0, 160, 204, 62, 0, 96, 255, 60, 0, 160, 25, 63, 0, 0, 109, 62, 0, 160, 25, 63, 0, 0, 109, 62, 0, 160, 204, 62, 0, 96, 255, 60, 0, 160, 204, 62, 0, 96, 255, 60, 0, 160, 25, 63, 0, 0, 109, 62, 0, 160, 25, 63, 0, 128, 126, 62, 0, 160, 25, 63, 0, 128, 126, 62, 0, 160, 204, 62, 0, 128, 126, 62, 0, 160, 25, 63, 0, 128, 126, 62, 0, 160, 204, 62, 0, 128, 126, 62, 0, 160, 25, 63, 0, 128, 126, 62, 0, 160, 204, 62, 0, 128, 112, 62, 0, 64, 207, 62, 0, 128, 13, 61, 0, 192, 214, 62, 0, 128, 13, 61, 0, 128, 27, 63, 0, 128, 112, 62, 0, 192, 23, 63), +"format": 4115, "index_count": 132, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [], -"vertex_count": 72 -} - -[sub_resource type="ArrayMesh" id=11] +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 10, 0, 9, 0, 11, 0, 13, 0, 12, 0, 14, 0, 5, 0, 15, 0, 16, 0, 18, 0, 17, 0, 19, 0, 21, 0, 20, 0, 7, 0, 23, 0, 22, 0, 24, 0, 26, 0, 25, 0, 27, 0, 29, 0, 28, 0, 11, 0, 9, 0, 10, 0, 11, 0, 12, 0, 9, 0, 30, 0, 32, 0, 31, 0, 30, 0, 33, 0, 32, 0, 34, 0, 36, 0, 35, 0, 34, 0, 37, 0, 36, 0, 38, 0, 12, 0, 13, 0, 38, 0, 39, 0, 12, 0, 8, 0, 18, 0, 16, 0, 8, 0, 9, 0, 18, 0, 40, 0, 24, 0, 25, 0, 40, 0, 41, 0, 24, 0, 28, 0, 43, 0, 42, 0, 28, 0, 29, 0, 43, 0, 44, 0, 46, 0, 45, 0, 44, 0, 47, 0, 46, 0, 48, 0, 20, 0, 21, 0, 48, 0, 49, 0, 20, 0, 50, 0, 52, 0, 51, 0, 50, 0, 53, 0, 52, 0, 54, 0, 56, 0, 55, 0, 54, 0, 57, 0, 56, 0, 58, 0, 60, 0, 59, 0, 58, 0, 61, 0, 60, 0, 62, 0, 54, 0, 63, 0, 62, 0, 57, 0, 54, 0, 50, 0, 64, 0, 53, 0, 50, 0, 65, 0, 64, 0, 58, 0, 66, 0, 61, 0, 58, 0, 67, 0, 66, 0, 68, 0, 70, 0, 69, 0, 68, 0, 71, 0, 70, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 72, +"vertex_data": PackedByteArray(0, 160, 90, 63, 0, 0, 128, 191, 0, 160, 90, 191, 224, 183, 240, 27, 0, 160, 90, 63, 0, 0, 128, 191, 0, 160, 90, 63, 239, 155, 224, 55, 0, 160, 90, 191, 0, 0, 128, 191, 0, 160, 90, 63, 15, 100, 224, 55, 0, 160, 90, 191, 0, 224, 127, 191, 0, 160, 90, 191, 30, 72, 240, 27, 0, 160, 90, 63, 0, 0, 128, 63, 0, 160, 90, 63, 239, 155, 30, 200, 0, 160, 90, 63, 0, 0, 128, 63, 0, 160, 90, 191, 224, 183, 14, 228, 0, 160, 90, 191, 0, 224, 127, 63, 0, 160, 90, 191, 30, 72, 14, 228, 0, 160, 90, 191, 0, 0, 128, 63, 0, 160, 90, 63, 15, 100, 30, 200, 0, 160, 90, 63, 0, 0, 128, 191, 0, 160, 90, 63, 239, 155, 224, 55, 0, 0, 128, 63, 0, 160, 90, 191, 0, 160, 90, 63, 245, 185, 250, 92, 0, 160, 90, 63, 0, 160, 90, 191, 0, 0, 128, 63, 4, 163, 250, 92, 0, 160, 90, 63, 0, 160, 90, 63, 0, 0, 128, 63, 4, 163, 4, 163, 0, 224, 127, 63, 0, 160, 90, 63, 0, 160, 90, 63, 245, 185, 4, 163, 0, 160, 90, 63, 0, 0, 128, 63, 0, 160, 90, 63, 239, 155, 30, 200, 0, 0, 128, 63, 0, 160, 90, 63, 0, 160, 90, 191, 104, 201, 104, 201, 0, 160, 90, 63, 0, 160, 90, 63, 0, 224, 127, 191, 104, 201, 44, 237, 0, 160, 90, 63, 0, 0, 128, 191, 0, 160, 90, 191, 224, 183, 240, 27, 0, 160, 90, 63, 0, 160, 90, 191, 0, 224, 127, 191, 197, 201, 234, 18, 0, 0, 128, 63, 0, 160, 90, 191, 0, 160, 90, 191, 197, 201, 219, 54, 0, 160, 90, 191, 0, 160, 90, 191, 0, 0, 128, 63, 253, 108, 128, 73, 0, 0, 128, 191, 0, 160, 90, 191, 0, 160, 90, 63, 128, 73, 128, 73, 0, 160, 90, 191, 0, 0, 128, 191, 0, 160, 90, 63, 15, 100, 224, 55, 0, 0, 128, 191, 0, 160, 90, 63, 0, 160, 90, 63, 197, 73, 218, 182, 0, 160, 90, 191, 0, 160, 90, 63, 0, 0, 128, 63, 21, 109, 218, 182, 0, 160, 90, 191, 0, 160, 90, 191, 0, 0, 128, 191, 57, 54, 234, 18, 0, 160, 90, 191, 0, 224, 127, 191, 0, 160, 90, 191, 30, 72, 240, 27, 0, 0, 128, 191, 0, 160, 90, 191, 0, 160, 90, 191, 126, 54, 126, 54, 0, 0, 128, 191, 0, 160, 90, 63, 0, 160, 90, 191, 219, 54, 197, 201, 0, 160, 90, 191, 0, 224, 127, 63, 0, 160, 90, 191, 30, 72, 14, 228, 0, 160, 90, 191, 0, 160, 90, 63, 0, 224, 127, 191, 150, 54, 44, 237, 0, 160, 90, 63, 0, 0, 128, 63, 0, 160, 90, 63, 239, 155, 30, 200, 0, 160, 90, 191, 0, 0, 128, 63, 0, 160, 90, 63, 15, 100, 30, 200, 0, 160, 90, 191, 0, 160, 90, 63, 0, 0, 128, 63, 21, 109, 218, 182, 0, 160, 90, 63, 0, 160, 90, 63, 0, 0, 128, 63, 4, 163, 4, 163, 0, 160, 90, 191, 0, 0, 128, 191, 0, 160, 90, 63, 15, 100, 224, 55, 0, 160, 90, 63, 0, 0, 128, 191, 0, 160, 90, 63, 239, 155, 224, 55, 0, 160, 90, 63, 0, 160, 90, 191, 0, 0, 128, 63, 4, 163, 250, 92, 0, 160, 90, 191, 0, 160, 90, 191, 0, 0, 128, 63, 253, 108, 128, 73, 0, 160, 90, 63, 0, 0, 128, 63, 0, 160, 90, 191, 224, 183, 14, 228, 0, 0, 128, 63, 0, 160, 90, 63, 0, 160, 90, 191, 104, 201, 104, 201, 0, 160, 90, 63, 0, 0, 128, 191, 0, 160, 90, 191, 224, 183, 240, 27, 0, 160, 90, 63, 0, 160, 90, 191, 0, 224, 127, 191, 197, 201, 234, 18, 0, 160, 90, 63, 0, 0, 128, 63, 0, 160, 90, 191, 224, 183, 14, 228, 0, 160, 90, 63, 0, 160, 90, 63, 0, 224, 127, 191, 104, 201, 44, 237, 0, 160, 90, 191, 0, 0, 128, 63, 0, 160, 90, 63, 15, 100, 30, 200, 0, 160, 90, 191, 0, 224, 127, 63, 0, 160, 90, 191, 30, 72, 14, 228, 0, 0, 128, 191, 0, 160, 90, 63, 0, 160, 90, 191, 219, 54, 197, 201, 0, 0, 128, 191, 0, 160, 90, 63, 0, 160, 90, 63, 197, 73, 218, 182, 0, 160, 90, 191, 0, 224, 127, 191, 0, 160, 90, 191, 30, 72, 240, 27, 0, 0, 128, 191, 0, 160, 90, 191, 0, 160, 90, 191, 126, 54, 126, 54, 0, 0, 128, 191, 0, 160, 90, 63, 0, 160, 90, 63, 60, 37, 255, 127, 0, 0, 128, 191, 0, 160, 90, 63, 0, 160, 90, 191, 0, 0, 59, 165, 0, 0, 128, 191, 0, 160, 90, 191, 0, 160, 90, 191, 0, 0, 59, 165, 0, 0, 128, 191, 0, 160, 90, 191, 0, 160, 90, 63, 60, 37, 255, 127, 0, 0, 128, 63, 0, 160, 90, 63, 0, 160, 90, 191, 255, 255, 59, 165, 0, 224, 127, 63, 0, 160, 90, 63, 0, 160, 90, 63, 255, 255, 255, 127, 0, 0, 128, 63, 0, 160, 90, 191, 0, 160, 90, 63, 255, 255, 255, 127, 0, 0, 128, 63, 0, 160, 90, 191, 0, 160, 90, 191, 255, 255, 59, 165, 0, 160, 90, 191, 0, 160, 90, 63, 0, 224, 127, 191, 0, 0, 194, 218, 0, 160, 90, 63, 0, 160, 90, 63, 0, 224, 127, 191, 255, 255, 194, 218, 0, 160, 90, 63, 0, 160, 90, 191, 0, 224, 127, 191, 255, 255, 194, 218, 0, 160, 90, 191, 0, 160, 90, 191, 0, 0, 128, 191, 0, 0, 194, 218, 0, 160, 90, 63, 0, 160, 90, 191, 0, 224, 127, 191, 255, 255, 194, 218, 0, 160, 90, 63, 0, 160, 90, 63, 0, 224, 127, 191, 255, 255, 194, 218, 0, 160, 90, 191, 0, 160, 90, 191, 0, 0, 128, 63, 195, 90, 255, 127, 0, 160, 90, 191, 0, 160, 90, 63, 0, 0, 128, 63, 195, 90, 255, 127, 0, 0, 128, 191, 0, 160, 90, 191, 0, 160, 90, 191, 0, 0, 59, 165, 0, 0, 128, 191, 0, 160, 90, 63, 0, 160, 90, 191, 0, 0, 59, 165, 0, 160, 90, 63, 0, 160, 90, 63, 0, 0, 128, 63, 255, 127, 255, 127, 0, 160, 90, 191, 0, 160, 90, 63, 0, 0, 128, 63, 195, 90, 255, 127, 0, 160, 90, 191, 0, 160, 90, 191, 0, 0, 128, 63, 195, 90, 255, 127, 0, 160, 90, 63, 0, 160, 90, 191, 0, 0, 128, 63, 255, 127, 255, 127) +}] + +[sub_resource type="ArrayMesh" id="11"] resource_name = "Cube.024" -surfaces/0 = { +_surfaces = [{ "aabb": AABB(-1, -1, -1, 2, 1.00136e-05, 2), -"array_data": PackedByteArray(102, 186, 0, 188, 102, 58, 0, 60, 0, 130, 0, 0, 120, 54, 195, 56, 51, 187, 0, 188, 51, 59, 0, 60, 0, 130, 0, 0, 71, 54, 220, 56, 0, 188, 0, 188, 153, 57, 0, 60, 0, 130, 0, 0, 22, 54, 171, 56, 51, 187, 0, 188, 153, 57, 0, 60, 0, 130, 0, 0, 71, 54, 171, 56, 0, 188, 0, 188, 252, 55, 0, 60, 0, 130, 0, 0, 22, 54, 122, 56, 0, 188, 0, 188, 0, 188, 0, 60, 0, 130, 0, 0, 22, 54, 22, 54, 51, 187, 0, 188, 0, 188, 0, 60, 0, 130, 0, 0, 71, 54, 22, 54, 51, 187, 0, 188, 252, 55, 0, 60, 0, 130, 0, 0, 71, 54, 122, 56, 153, 185, 0, 188, 0, 60, 0, 60, 0, 130, 0, 0, 169, 54, 244, 56, 153, 185, 0, 188, 51, 59, 0, 60, 0, 130, 0, 0, 169, 54, 220, 56, 253, 183, 0, 188, 0, 60, 0, 60, 0, 130, 0, 0, 11, 55, 244, 56, 253, 183, 0, 188, 51, 59, 0, 60, 0, 130, 0, 0, 11, 55, 220, 56, 0, 60, 0, 188, 51, 59, 0, 60, 0, 130, 0, 0, 244, 56, 220, 56, 0, 60, 0, 188, 0, 60, 0, 60, 0, 130, 0, 0, 244, 56, 244, 56, 0, 60, 0, 188, 0, 188, 0, 60, 0, 130, 0, 0, 244, 56, 22, 54), -"array_index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 0, 0, 1, 0, 8, 0, 9, 0, 0, 0, 4, 0, 3, 0, 7, 0, 4, 0, 2, 0, 3, 0, 10, 0, 12, 0, 11, 0, 10, 0, 13, 0, 12, 0, 10, 0, 9, 0, 8, 0, 10, 0, 11, 0, 9, 0, 7, 0, 14, 0, 6, 0, 7, 0, 12, 0, 14, 0, 7, 0, 3, 0, 12, 0, 12, 0, 3, 0, 0, 0, 12, 0, 0, 0, 9, 0, 12, 0, 9, 0, 11, 0), -"blend_shape_data": [], -"format": 98067, +"attribute_data": PackedByteArray(0, 0, 207, 62, 0, 96, 24, 63, 0, 224, 200, 62, 0, 128, 27, 63, 0, 192, 194, 62, 0, 96, 21, 63, 0, 224, 200, 62, 0, 96, 21, 63, 0, 192, 194, 62, 0, 64, 15, 63, 0, 192, 194, 62, 0, 192, 194, 62, 0, 224, 200, 62, 0, 192, 194, 62, 0, 224, 200, 62, 0, 64, 15, 63, 0, 32, 213, 62, 0, 128, 30, 63, 0, 32, 213, 62, 0, 128, 27, 63, 0, 96, 225, 62, 0, 128, 30, 63, 0, 96, 225, 62, 0, 128, 27, 63, 0, 128, 30, 63, 0, 128, 27, 63, 0, 128, 30, 63, 0, 128, 30, 63, 0, 128, 30, 63, 0, 192, 194, 62), +"format": 4115, "index_count": 54, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [], -"vertex_count": 15 -} - -[sub_resource type="ArrayMesh" id=12] +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 0, 0, 1, 0, 8, 0, 9, 0, 0, 0, 4, 0, 3, 0, 7, 0, 4, 0, 2, 0, 3, 0, 10, 0, 12, 0, 11, 0, 10, 0, 13, 0, 12, 0, 10, 0, 9, 0, 8, 0, 10, 0, 11, 0, 9, 0, 7, 0, 14, 0, 6, 0, 7, 0, 12, 0, 14, 0, 7, 0, 3, 0, 12, 0, 12, 0, 3, 0, 0, 0, 12, 0, 0, 0, 9, 0, 12, 0, 9, 0, 11, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 15, +"vertex_data": PackedByteArray(0, 192, 76, 191, 0, 0, 128, 191, 0, 192, 76, 63, 255, 127, 0, 0, 0, 96, 102, 191, 0, 0, 128, 191, 0, 96, 102, 63, 255, 127, 0, 0, 0, 0, 128, 191, 0, 0, 128, 191, 0, 32, 51, 63, 255, 127, 0, 0, 0, 96, 102, 191, 0, 0, 128, 191, 0, 32, 51, 63, 255, 127, 0, 0, 0, 0, 128, 191, 0, 0, 128, 191, 0, 128, 255, 62, 255, 127, 0, 0, 0, 0, 128, 191, 0, 0, 128, 191, 0, 0, 128, 191, 255, 127, 0, 0, 0, 96, 102, 191, 0, 0, 128, 191, 0, 0, 128, 191, 255, 127, 0, 0, 0, 96, 102, 191, 0, 0, 128, 191, 0, 128, 255, 62, 255, 127, 0, 0, 0, 32, 51, 191, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 0, 0, 0, 32, 51, 191, 0, 0, 128, 191, 0, 96, 102, 63, 255, 127, 0, 0, 0, 160, 255, 190, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 0, 0, 0, 160, 255, 190, 0, 0, 128, 191, 0, 96, 102, 63, 255, 127, 0, 0, 0, 0, 128, 63, 0, 0, 128, 191, 0, 96, 102, 63, 255, 127, 0, 0, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 0, 0, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 128, 191, 255, 127, 0, 0) +}] + +[sub_resource type="ArrayMesh" id="12"] resource_name = "Cube.023" -surfaces/0 = { +_surfaces = [{ "aabb": AABB(-1, -1, -1, 2.00001, 1.00136e-05, 2.00001), -"array_data": PackedByteArray(0, 60, 0, 188, 0, 60, 0, 60, 0, 130, 0, 0, 1, 54, 249, 56, 0, 188, 0, 188, 0, 60, 0, 60, 0, 130, 0, 0, 250, 56, 249, 56, 0, 188, 255, 187, 0, 188, 0, 60, 0, 130, 0, 0, 250, 56, 255, 53, 0, 60, 255, 187, 0, 188, 0, 60, 0, 130, 0, 0, 1, 54, 255, 53), -"array_index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0), -"blend_shape_data": [], -"format": 98067, +"attribute_data": PackedByteArray(0, 32, 192, 62, 0, 32, 31, 63, 0, 64, 31, 63, 0, 32, 31, 63, 0, 64, 31, 63, 0, 224, 191, 62, 0, 32, 192, 62, 0, 224, 191, 62), +"format": 4115, "index_count": 6, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [], -"vertex_count": 4 -} - -[sub_resource type="ArrayMesh" id=13] +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 4, +"vertex_data": PackedByteArray(0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 0, 0, 0, 0, 128, 191, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 0, 0, 0, 0, 128, 191, 0, 224, 127, 191, 0, 0, 128, 191, 255, 127, 0, 0, 0, 0, 128, 63, 0, 224, 127, 191, 0, 0, 128, 191, 255, 127, 0, 0) +}] + +[sub_resource type="ArrayMesh" id="13"] resource_name = "Cube.022" -surfaces/0 = { +_surfaces = [{ "aabb": AABB(-1, -1, 1, 2, 2, 1.00136e-05), -"array_data": PackedByteArray(0, 188, 0, 188, 0, 60, 0, 60, 0, 0, 126, 0, 15, 54, 245, 51, 0, 60, 0, 188, 0, 60, 0, 60, 0, 0, 126, 0, 5, 57, 245, 51, 0, 60, 0, 60, 0, 60, 0, 60, 0, 0, 126, 0, 5, 57, 64, 15, 0, 188, 0, 60, 0, 60, 0, 60, 0, 0, 126, 0, 15, 54, 64, 15), -"array_index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0), -"blend_shape_data": [], -"format": 98067, +"attribute_data": PackedByteArray(0, 224, 193, 62, 0, 160, 126, 62, 0, 160, 32, 63, 0, 160, 126, 62, 0, 160, 32, 63, 0, 0, 232, 57, 0, 224, 193, 62, 0, 0, 232, 57), +"format": 4115, "index_count": 6, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [], -"vertex_count": 4 -} - -[sub_resource type="ArrayMesh" id=14] +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 4, +"vertex_data": PackedByteArray(0, 0, 128, 191, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 255, 127, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 255, 127, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 255, 127, 255, 127, 0, 0, 128, 191, 0, 0, 128, 63, 0, 0, 128, 63, 255, 127, 255, 127) +}] + +[sub_resource type="ArrayMesh" id="14"] resource_name = "Cube.021" -surfaces/0 = { +_surfaces = [{ "aabb": AABB(-1, -1, 1, 2, 2, 1.00136e-05), -"array_data": PackedByteArray(0, 188, 0, 188, 0, 60, 0, 60, 0, 0, 126, 0, 0, 58, 255, 56, 0, 60, 0, 188, 0, 60, 0, 60, 0, 0, 126, 0, 1, 60, 255, 56, 0, 60, 0, 60, 0, 60, 0, 60, 0, 0, 126, 0, 1, 60, 0, 54, 0, 188, 0, 60, 0, 60, 0, 60, 0, 0, 126, 0, 0, 58, 0, 54), -"array_index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0), -"blend_shape_data": [], -"format": 98067, +"attribute_data": PackedByteArray(0, 0, 64, 63, 0, 224, 31, 63, 0, 32, 128, 63, 0, 224, 31, 63, 0, 32, 128, 63, 0, 0, 192, 62, 0, 0, 64, 63, 0, 0, 192, 62), +"format": 4115, "index_count": 6, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [], -"vertex_count": 4 -} - -[sub_resource type="ArrayMesh" id=15] +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 4, +"vertex_data": PackedByteArray(0, 0, 128, 191, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 255, 127, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 255, 127, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 255, 127, 255, 127, 0, 0, 128, 191, 0, 0, 128, 63, 0, 0, 128, 63, 255, 127, 255, 127) +}] + +[sub_resource type="ArrayMesh" id="15"] resource_name = "Cube.020" -surfaces/0 = { +_surfaces = [{ "aabb": AABB(-1, -1, -1, 2, 2.00001, 2), -"array_data": PackedByteArray(0, 188, 0, 60, 102, 56, 0, 60, 130, 0, 0, 0, 98, 58, 2, 54, 0, 188, 0, 60, 0, 188, 0, 60, 130, 0, 0, 0, 1, 60, 2, 54, 0, 188, 0, 188, 0, 188, 0, 60, 130, 0, 0, 0, 1, 60, 254, 56, 0, 188, 0, 188, 102, 56, 0, 60, 130, 0, 0, 0, 98, 58, 254, 56, 51, 187, 0, 188, 51, 59, 0, 60, 167, 0, 89, 0, 2, 58, 254, 56, 153, 185, 0, 188, 0, 60, 0, 60, 227, 0, 123, 0, 56, 58, 254, 56, 153, 185, 0, 60, 0, 60, 0, 60, 227, 0, 123, 0, 56, 58, 255, 53, 51, 187, 0, 60, 51, 59, 0, 60, 167, 0, 89, 0, 2, 58, 255, 53, 102, 184, 0, 60, 0, 60, 0, 60, 0, 0, 126, 0, 96, 58, 255, 53, 102, 184, 0, 188, 0, 60, 0, 60, 0, 0, 126, 0, 96, 58, 254, 56, 0, 188, 0, 188, 153, 57, 0, 60, 133, 0, 29, 0, 58, 58, 254, 56, 51, 187, 0, 188, 51, 59, 0, 60, 167, 0, 89, 0, 4, 58, 254, 56, 51, 187, 0, 60, 51, 59, 0, 60, 167, 0, 89, 0, 4, 58, 2, 54, 0, 188, 0, 60, 153, 57, 0, 60, 133, 0, 29, 0, 58, 58, 2, 54, 0, 60, 0, 60, 0, 60, 0, 60, 0, 0, 126, 0, 0, 60, 255, 53, 0, 60, 0, 188, 0, 60, 0, 60, 0, 0, 126, 0, 0, 60, 254, 56, 0, 188, 0, 188, 153, 57, 0, 60, 0, 127, 0, 0, 45, 59, 133, 50, 0, 188, 0, 188, 0, 60, 0, 60, 0, 127, 0, 0, 45, 59, 245, 45, 51, 187, 0, 188, 51, 59, 0, 60, 0, 127, 0, 0, 225, 58, 40, 48, 153, 185, 0, 188, 0, 60, 0, 60, 0, 127, 0, 0, 74, 58, 245, 45), -"array_index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 5, 0, 6, 0, 8, 0, 9, 0, 5, 0, 10, 0, 12, 0, 11, 0, 10, 0, 13, 0, 12, 0, 14, 0, 9, 0, 8, 0, 14, 0, 15, 0, 9, 0, 13, 0, 3, 0, 0, 0, 13, 0, 10, 0, 3, 0, 16, 0, 18, 0, 17, 0, 17, 0, 18, 0, 19, 0), -"blend_shape_data": [], -"format": 98067, +"attribute_data": PackedByteArray(0, 64, 76, 63, 0, 64, 192, 62, 0, 32, 128, 63, 0, 64, 192, 62, 0, 32, 128, 63, 0, 192, 31, 63, 0, 64, 76, 63, 0, 192, 31, 63, 0, 64, 64, 63, 0, 192, 31, 63, 0, 0, 71, 63, 0, 192, 31, 63, 0, 0, 71, 63, 0, 224, 191, 62, 0, 64, 64, 63, 0, 224, 191, 62, 0, 0, 76, 63, 0, 224, 191, 62, 0, 0, 76, 63, 0, 192, 31, 63, 0, 64, 71, 63, 0, 192, 31, 63, 0, 128, 64, 63, 0, 192, 31, 63, 0, 128, 64, 63, 0, 64, 192, 62, 0, 64, 71, 63, 0, 64, 192, 62, 0, 0, 128, 63, 0, 224, 191, 62, 0, 0, 128, 63, 0, 192, 31, 63, 0, 160, 101, 63, 0, 160, 80, 62, 0, 160, 101, 63, 0, 160, 190, 61, 0, 32, 92, 63, 0, 0, 5, 62, 0, 64, 73, 63, 0, 160, 190, 61), +"format": 4115, "index_count": 42, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [], -"vertex_count": 20 -} - -[sub_resource type="ArrayMesh" id=16] +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 5, 0, 6, 0, 8, 0, 9, 0, 5, 0, 10, 0, 12, 0, 11, 0, 10, 0, 13, 0, 12, 0, 14, 0, 9, 0, 8, 0, 14, 0, 15, 0, 9, 0, 13, 0, 3, 0, 0, 0, 13, 0, 10, 0, 3, 0, 16, 0, 18, 0, 17, 0, 17, 0, 18, 0, 19, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 20, +"vertex_data": PackedByteArray(0, 0, 128, 191, 0, 0, 128, 63, 0, 192, 12, 63, 0, 0, 255, 127, 0, 0, 128, 191, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 255, 127, 0, 0, 128, 191, 0, 0, 128, 191, 0, 0, 128, 191, 0, 0, 255, 127, 0, 0, 128, 191, 0, 0, 128, 191, 0, 192, 12, 63, 0, 0, 255, 127, 0, 96, 102, 191, 0, 0, 128, 191, 0, 96, 102, 63, 255, 63, 255, 127, 0, 32, 51, 191, 0, 0, 128, 191, 0, 0, 128, 63, 147, 103, 255, 127, 0, 32, 51, 191, 0, 0, 128, 63, 0, 0, 128, 63, 147, 103, 255, 127, 0, 96, 102, 191, 0, 0, 128, 63, 0, 96, 102, 63, 255, 63, 255, 127, 0, 192, 12, 191, 0, 0, 128, 63, 0, 0, 128, 63, 255, 127, 255, 127, 0, 192, 12, 191, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 255, 127, 0, 0, 128, 191, 0, 0, 128, 191, 0, 32, 51, 63, 107, 24, 255, 127, 0, 96, 102, 191, 0, 0, 128, 191, 0, 96, 102, 63, 255, 63, 255, 127, 0, 96, 102, 191, 0, 0, 128, 63, 0, 96, 102, 63, 255, 63, 255, 127, 0, 0, 128, 191, 0, 0, 128, 63, 0, 32, 51, 63, 107, 24, 255, 127, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 255, 127, 255, 127, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 255, 127, 0, 0, 128, 191, 0, 0, 128, 191, 0, 32, 51, 63, 255, 127, 255, 255, 0, 0, 128, 191, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 255, 255, 0, 96, 102, 191, 0, 0, 128, 191, 0, 96, 102, 63, 255, 127, 255, 255, 0, 32, 51, 191, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 255, 255) +}] + +[sub_resource type="ArrayMesh" id="16"] resource_name = "Cube.019" -surfaces/0 = { +_surfaces = [{ "aabb": AABB(-1.1, -1.3, -1, 2.1, 0.3, 2.10001), -"array_data": PackedByteArray(153, 185, 102, 188, 102, 60, 0, 60, 230, 45, 115, 0, 114, 58, 214, 52, 153, 185, 204, 188, 102, 60, 0, 60, 230, 211, 115, 0, 110, 58, 8, 53, 253, 183, 204, 188, 102, 60, 0, 60, 0, 208, 117, 0, 185, 58, 20, 53, 253, 183, 102, 188, 102, 60, 0, 60, 0, 48, 117, 0, 187, 58, 220, 52, 193, 187, 102, 188, 174, 59, 0, 60, 172, 43, 83, 0, 24, 58, 174, 52, 193, 187, 204, 188, 174, 59, 0, 60, 172, 213, 83, 0, 16, 58, 237, 52, 0, 60, 204, 188, 102, 60, 0, 60, 0, 208, 117, 0, 252, 59, 18, 53, 253, 183, 51, 189, 0, 60, 0, 60, 0, 167, 89, 0, 182, 58, 88, 53, 0, 60, 51, 189, 0, 60, 0, 60, 0, 167, 89, 0, 252, 59, 78, 53, 102, 188, 204, 188, 153, 57, 0, 60, 141, 211, 26, 0, 146, 59, 7, 53, 102, 188, 204, 188, 252, 55, 0, 60, 139, 208, 0, 0, 81, 59, 13, 53, 0, 188, 51, 189, 252, 55, 0, 60, 167, 167, 0, 0, 82, 59, 105, 53, 0, 188, 51, 189, 153, 57, 0, 60, 168, 168, 23, 0, 153, 59, 100, 53, 193, 187, 204, 188, 174, 59, 0, 60, 172, 213, 83, 0, 244, 59, 8, 53, 51, 187, 51, 189, 51, 59, 0, 60, 191, 170, 66, 0, 235, 59, 104, 53, 102, 188, 102, 188, 0, 188, 0, 60, 139, 48, 0, 0, 9, 58, 153, 52, 102, 188, 204, 188, 0, 188, 0, 60, 139, 208, 0, 0, 8, 58, 238, 52, 102, 188, 102, 188, 252, 55, 0, 60, 139, 48, 0, 0, 81, 59, 194, 52, 0, 188, 51, 189, 0, 188, 0, 60, 167, 167, 0, 0, 7, 58, 68, 53, 0, 60, 102, 188, 102, 60, 0, 60, 0, 48, 117, 0, 252, 59, 215, 52, 102, 188, 102, 188, 153, 57, 0, 60, 141, 45, 26, 0, 146, 59, 201, 52, 153, 185, 51, 189, 0, 60, 0, 60, 232, 169, 88, 0, 96, 58, 83, 53, 193, 187, 102, 188, 174, 59, 0, 60, 172, 43, 83, 0, 243, 59, 191, 52, 51, 187, 51, 189, 51, 59, 0, 60, 191, 170, 66, 0, 26, 58, 67, 53, 253, 183, 0, 188, 0, 60, 0, 60, 0, 117, 48, 0, 189, 58, 155, 52, 153, 185, 0, 188, 0, 60, 0, 60, 242, 114, 53, 0, 114, 58, 146, 52, 51, 187, 0, 188, 51, 59, 0, 60, 215, 112, 41, 0, 23, 58, 98, 52, 0, 60, 0, 188, 0, 60, 0, 60, 0, 117, 48, 0, 252, 59, 156, 52, 0, 188, 0, 188, 153, 57, 0, 60, 203, 114, 14, 0, 154, 59, 114, 52, 0, 188, 0, 188, 252, 55, 0, 60, 208, 117, 0, 0, 84, 59, 101, 52, 51, 187, 0, 188, 51, 59, 0, 60, 215, 112, 41, 0, 231, 59, 95, 52, 0, 188, 0, 188, 0, 188, 0, 60, 208, 117, 0, 0, 11, 58, 67, 52, 102, 186, 0, 188, 102, 58, 0, 60, 0, 127, 0, 0, 209, 59, 3, 52, 51, 187, 0, 188, 153, 57, 0, 60, 0, 127, 0, 0, 162, 59, 47, 52, 51, 187, 0, 188, 252, 55, 0, 60, 0, 127, 0, 0, 87, 59, 22, 52, 51, 187, 0, 188, 0, 188, 0, 60, 0, 127, 0, 0, 12, 58, 218, 51, 153, 185, 0, 188, 51, 59, 0, 60, 0, 127, 0, 0, 113, 58, 93, 52, 102, 186, 0, 188, 102, 58, 0, 60, 0, 127, 0, 0, 70, 58, 35, 52, 0, 60, 0, 188, 51, 59, 0, 60, 0, 127, 0, 0, 252, 59, 98, 52, 253, 183, 0, 188, 51, 59, 0, 60, 0, 127, 0, 0, 192, 58, 101, 52, 51, 187, 0, 188, 252, 55, 0, 60, 0, 127, 0, 0, 22, 58, 193, 49, 0, 60, 0, 188, 0, 188, 0, 60, 0, 127, 0, 0, 252, 59, 45, 150, 51, 187, 0, 188, 0, 188, 0, 60, 0, 127, 0, 0, 11, 58, 45, 150, 51, 187, 0, 188, 153, 57, 0, 60, 0, 127, 0, 0, 25, 58, 241, 50), -"array_index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 1, 0, 5, 0, 4, 0, 0, 0, 1, 0, 6, 0, 7, 0, 2, 0, 6, 0, 8, 0, 7, 0, 9, 0, 11, 0, 10, 0, 9, 0, 12, 0, 11, 0, 13, 0, 12, 0, 9, 0, 13, 0, 14, 0, 12, 0, 15, 0, 10, 0, 16, 0, 15, 0, 17, 0, 10, 0, 16, 0, 11, 0, 18, 0, 16, 0, 10, 0, 11, 0, 19, 0, 2, 0, 3, 0, 19, 0, 6, 0, 2, 0, 20, 0, 10, 0, 17, 0, 20, 0, 9, 0, 10, 0, 1, 0, 7, 0, 21, 0, 1, 0, 2, 0, 7, 0, 22, 0, 9, 0, 20, 0, 22, 0, 13, 0, 9, 0, 5, 0, 21, 0, 23, 0, 5, 0, 1, 0, 21, 0, 3, 0, 25, 0, 24, 0, 3, 0, 0, 0, 25, 0, 26, 0, 0, 0, 4, 0, 26, 0, 25, 0, 0, 0, 3, 0, 27, 0, 19, 0, 3, 0, 24, 0, 27, 0, 17, 0, 28, 0, 20, 0, 17, 0, 29, 0, 28, 0, 20, 0, 30, 0, 22, 0, 20, 0, 28, 0, 30, 0, 17, 0, 31, 0, 29, 0, 17, 0, 15, 0, 31, 0, 28, 0, 32, 0, 30, 0, 28, 0, 33, 0, 32, 0, 29, 0, 35, 0, 34, 0, 29, 0, 31, 0, 35, 0, 25, 0, 37, 0, 36, 0, 25, 0, 26, 0, 37, 0, 29, 0, 33, 0, 28, 0, 29, 0, 34, 0, 33, 0, 24, 0, 38, 0, 27, 0, 24, 0, 39, 0, 38, 0, 24, 0, 36, 0, 39, 0, 24, 0, 25, 0, 36, 0, 40, 0, 42, 0, 41, 0, 40, 0, 41, 0, 38, 0, 40, 0, 38, 0, 43, 0, 43, 0, 38, 0, 37, 0, 37, 0, 38, 0, 36, 0, 36, 0, 38, 0, 39, 0), -"blend_shape_data": [], -"format": 98067, +"attribute_data": PackedByteArray(0, 64, 78, 63, 0, 192, 154, 62, 0, 192, 77, 63, 0, 0, 161, 62, 0, 32, 87, 63, 0, 128, 162, 62, 0, 96, 87, 63, 0, 128, 155, 62, 0, 0, 67, 63, 0, 192, 149, 62, 0, 0, 66, 63, 0, 160, 157, 62, 0, 128, 127, 63, 0, 64, 162, 62, 0, 192, 86, 63, 0, 0, 171, 62, 0, 128, 127, 63, 0, 192, 169, 62, 0, 64, 114, 63, 0, 224, 160, 62, 0, 32, 106, 63, 0, 160, 161, 62, 0, 64, 106, 63, 0, 32, 173, 62, 0, 32, 115, 63, 0, 128, 172, 62, 0, 128, 126, 63, 0, 0, 161, 62, 0, 96, 125, 63, 0, 0, 173, 62, 0, 32, 65, 63, 0, 32, 147, 62, 0, 0, 65, 63, 0, 192, 157, 62, 0, 32, 106, 63, 0, 64, 152, 62, 0, 224, 64, 63, 0, 128, 168, 62, 0, 128, 127, 63, 0, 224, 154, 62, 0, 64, 114, 63, 0, 32, 153, 62, 0, 0, 76, 63, 0, 96, 170, 62, 0, 96, 126, 63, 0, 224, 151, 62, 0, 64, 67, 63, 0, 96, 168, 62, 0, 160, 87, 63, 0, 96, 147, 62, 0, 64, 78, 63, 0, 64, 146, 62, 0, 224, 66, 63, 0, 64, 140, 62, 0, 128, 127, 63, 0, 128, 147, 62, 0, 64, 115, 63, 0, 64, 142, 62, 0, 128, 106, 63, 0, 160, 140, 62, 0, 224, 124, 63, 0, 224, 139, 62, 0, 96, 65, 63, 0, 96, 136, 62, 0, 32, 122, 63, 0, 96, 128, 62, 0, 64, 116, 63, 0, 224, 133, 62, 0, 224, 106, 63, 0, 192, 130, 62, 0, 128, 65, 63, 0, 64, 123, 62, 0, 32, 78, 63, 0, 160, 139, 62, 0, 192, 72, 63, 0, 96, 132, 62, 0, 128, 127, 63, 0, 64, 140, 62, 0, 0, 88, 63, 0, 160, 140, 62, 0, 192, 66, 63, 0, 32, 56, 62, 0, 128, 127, 63, 0, 160, 197, 186, 0, 96, 65, 63, 0, 160, 197, 186, 0, 32, 67, 63, 0, 32, 94, 62), +"format": 4115, "index_count": 162, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [], -"vertex_count": 44 -} - -[sub_resource type="ArrayMesh" id=17] +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 1, 0, 5, 0, 4, 0, 0, 0, 1, 0, 6, 0, 7, 0, 2, 0, 6, 0, 8, 0, 7, 0, 9, 0, 11, 0, 10, 0, 9, 0, 12, 0, 11, 0, 13, 0, 12, 0, 9, 0, 13, 0, 14, 0, 12, 0, 15, 0, 10, 0, 16, 0, 15, 0, 17, 0, 10, 0, 16, 0, 11, 0, 18, 0, 16, 0, 10, 0, 11, 0, 19, 0, 2, 0, 3, 0, 19, 0, 6, 0, 2, 0, 20, 0, 10, 0, 17, 0, 20, 0, 9, 0, 10, 0, 1, 0, 7, 0, 21, 0, 1, 0, 2, 0, 7, 0, 22, 0, 9, 0, 20, 0, 22, 0, 13, 0, 9, 0, 5, 0, 21, 0, 23, 0, 5, 0, 1, 0, 21, 0, 3, 0, 25, 0, 24, 0, 3, 0, 0, 0, 25, 0, 26, 0, 0, 0, 4, 0, 26, 0, 25, 0, 0, 0, 3, 0, 27, 0, 19, 0, 3, 0, 24, 0, 27, 0, 17, 0, 28, 0, 20, 0, 17, 0, 29, 0, 28, 0, 20, 0, 30, 0, 22, 0, 20, 0, 28, 0, 30, 0, 17, 0, 31, 0, 29, 0, 17, 0, 15, 0, 31, 0, 28, 0, 32, 0, 30, 0, 28, 0, 33, 0, 32, 0, 29, 0, 35, 0, 34, 0, 29, 0, 31, 0, 35, 0, 25, 0, 37, 0, 36, 0, 25, 0, 26, 0, 37, 0, 29, 0, 33, 0, 28, 0, 29, 0, 34, 0, 33, 0, 24, 0, 38, 0, 27, 0, 24, 0, 39, 0, 38, 0, 24, 0, 36, 0, 39, 0, 24, 0, 25, 0, 36, 0, 40, 0, 42, 0, 41, 0, 40, 0, 41, 0, 38, 0, 40, 0, 38, 0, 43, 0, 43, 0, 38, 0, 37, 0, 37, 0, 38, 0, 36, 0, 36, 0, 38, 0, 39, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 44, +"vertex_data": PackedByteArray(0, 32, 51, 191, 0, 192, 140, 191, 0, 192, 140, 63, 27, 110, 247, 158, 0, 32, 51, 191, 0, 128, 153, 191, 0, 192, 140, 63, 27, 110, 7, 97, 0, 160, 255, 190, 0, 128, 153, 191, 0, 192, 140, 63, 255, 127, 195, 90, 0, 160, 255, 190, 0, 192, 140, 191, 0, 192, 140, 63, 255, 127, 59, 165, 0, 32, 120, 191, 0, 192, 140, 191, 0, 192, 117, 63, 204, 76, 53, 154, 0, 32, 120, 191, 0, 128, 153, 191, 0, 192, 117, 63, 204, 76, 201, 101, 0, 0, 128, 63, 0, 128, 153, 191, 0, 192, 140, 63, 255, 127, 195, 90, 0, 160, 255, 190, 0, 96, 166, 191, 0, 0, 128, 63, 255, 127, 255, 63, 0, 0, 128, 63, 0, 96, 166, 191, 0, 0, 128, 63, 255, 127, 255, 63, 0, 192, 140, 191, 0, 128, 153, 191, 0, 32, 51, 63, 220, 48, 7, 97, 0, 192, 140, 191, 0, 128, 153, 191, 0, 128, 255, 62, 60, 37, 195, 90, 0, 0, 128, 191, 0, 96, 166, 191, 0, 128, 255, 62, 255, 63, 255, 63, 0, 0, 128, 191, 0, 96, 166, 191, 0, 32, 51, 63, 101, 71, 101, 71, 0, 32, 120, 191, 0, 128, 153, 191, 0, 192, 117, 63, 204, 76, 201, 101, 0, 96, 102, 191, 0, 96, 166, 191, 0, 96, 102, 63, 168, 89, 69, 77, 0, 192, 140, 191, 0, 192, 140, 191, 0, 0, 128, 191, 60, 37, 59, 165, 0, 192, 140, 191, 0, 128, 153, 191, 0, 0, 128, 191, 60, 37, 195, 90, 0, 192, 140, 191, 0, 192, 140, 191, 0, 128, 255, 62, 60, 37, 59, 165, 0, 0, 128, 191, 0, 96, 166, 191, 0, 0, 128, 191, 255, 63, 255, 63, 0, 0, 128, 63, 0, 192, 140, 191, 0, 192, 140, 63, 255, 127, 59, 165, 0, 192, 140, 191, 0, 192, 140, 191, 0, 32, 51, 63, 220, 48, 247, 158, 0, 32, 51, 191, 0, 96, 166, 191, 0, 0, 128, 63, 143, 112, 10, 72, 0, 32, 120, 191, 0, 192, 140, 191, 0, 192, 117, 63, 204, 76, 53, 154, 0, 96, 102, 191, 0, 96, 166, 191, 0, 96, 102, 63, 168, 89, 69, 77, 0, 160, 255, 190, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 194, 218, 0, 32, 51, 191, 0, 0, 128, 191, 0, 0, 128, 63, 24, 118, 157, 208, 0, 96, 102, 191, 0, 0, 128, 191, 0, 96, 102, 63, 242, 100, 228, 201, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 194, 218, 0, 0, 128, 191, 0, 0, 128, 191, 0, 32, 51, 63, 132, 90, 157, 208, 0, 0, 128, 191, 0, 0, 128, 191, 0, 128, 255, 62, 195, 90, 194, 218, 0, 96, 102, 191, 0, 0, 128, 191, 0, 96, 102, 63, 242, 100, 228, 201, 0, 0, 128, 191, 0, 0, 128, 191, 0, 0, 128, 191, 195, 90, 194, 218, 0, 192, 76, 191, 0, 0, 128, 191, 0, 192, 76, 63, 255, 127, 255, 255, 0, 96, 102, 191, 0, 0, 128, 191, 0, 32, 51, 63, 255, 127, 255, 255, 0, 96, 102, 191, 0, 0, 128, 191, 0, 128, 255, 62, 255, 127, 255, 255, 0, 96, 102, 191, 0, 0, 128, 191, 0, 0, 128, 191, 255, 127, 255, 255, 0, 32, 51, 191, 0, 0, 128, 191, 0, 96, 102, 63, 255, 127, 255, 255, 0, 192, 76, 191, 0, 0, 128, 191, 0, 192, 76, 63, 255, 127, 255, 255, 0, 0, 128, 63, 0, 0, 128, 191, 0, 96, 102, 63, 255, 127, 255, 255, 0, 160, 255, 190, 0, 0, 128, 191, 0, 96, 102, 63, 255, 127, 255, 255, 0, 96, 102, 191, 0, 0, 128, 191, 0, 128, 255, 62, 255, 127, 255, 255, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 128, 191, 255, 127, 255, 255, 0, 96, 102, 191, 0, 0, 128, 191, 0, 0, 128, 191, 255, 127, 255, 255, 0, 96, 102, 191, 0, 0, 128, 191, 0, 32, 51, 63, 255, 127, 255, 255) +}] + +[sub_resource type="ArrayMesh" id="17"] resource_name = "Cube.018" -surfaces/0 = { +_surfaces = [{ "aabb": AABB(-1, -1.3, -1, 2, 0.30001, 2.1), -"array_data": PackedByteArray(0, 188, 0, 188, 51, 59, 0, 60, 0, 127, 0, 0, 11, 58, 182, 51, 0, 60, 0, 188, 51, 59, 0, 60, 0, 127, 0, 0, 248, 59, 182, 51, 0, 60, 0, 188, 0, 188, 0, 60, 0, 127, 0, 0, 248, 59, 213, 27, 0, 188, 0, 188, 0, 188, 0, 60, 0, 127, 0, 0, 11, 58, 213, 27, 0, 188, 0, 188, 0, 60, 0, 60, 0, 117, 48, 0, 7, 58, 58, 52, 0, 188, 102, 188, 102, 60, 0, 60, 0, 48, 117, 0, 11, 58, 153, 52, 0, 60, 102, 188, 102, 60, 0, 60, 0, 48, 117, 0, 248, 59, 153, 52, 0, 60, 0, 188, 0, 60, 0, 60, 0, 117, 48, 0, 244, 59, 58, 52, 0, 188, 204, 188, 102, 60, 0, 60, 0, 208, 117, 0, 16, 58, 247, 52, 0, 188, 51, 189, 0, 60, 0, 60, 0, 167, 89, 0, 20, 58, 86, 53, 0, 60, 51, 189, 0, 60, 0, 60, 0, 167, 89, 0, 0, 60, 86, 53, 0, 60, 204, 188, 102, 60, 0, 60, 0, 208, 117, 0, 253, 59, 247, 52), -"array_index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 10, 0, 9, 0, 8, 0, 11, 0, 10, 0, 4, 0, 1, 0, 7, 0, 4, 0, 0, 0, 1, 0, 5, 0, 11, 0, 8, 0, 5, 0, 6, 0, 11, 0), -"blend_shape_data": [], -"format": 98067, +"attribute_data": PackedByteArray(0, 96, 65, 63, 0, 192, 118, 62, 0, 0, 127, 63, 0, 192, 118, 62, 0, 0, 127, 63, 0, 160, 122, 59, 0, 96, 65, 63, 0, 160, 122, 59, 0, 224, 64, 63, 0, 64, 135, 62, 0, 96, 65, 63, 0, 32, 147, 62, 0, 0, 127, 63, 0, 32, 147, 62, 0, 128, 126, 63, 0, 64, 135, 62, 0, 0, 66, 63, 0, 224, 158, 62, 0, 128, 66, 63, 0, 192, 170, 62, 0, 0, 128, 63, 0, 192, 170, 62, 0, 160, 127, 63, 0, 224, 158, 62), +"format": 4115, "index_count": 30, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [], -"vertex_count": 12 -} - -[sub_resource type="ArrayMesh" id=18] +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 10, 0, 9, 0, 8, 0, 11, 0, 10, 0, 4, 0, 1, 0, 7, 0, 4, 0, 0, 0, 1, 0, 5, 0, 11, 0, 8, 0, 5, 0, 6, 0, 11, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 12, +"vertex_data": PackedByteArray(0, 0, 128, 191, 0, 0, 128, 191, 0, 96, 102, 63, 255, 127, 255, 255, 0, 0, 128, 63, 0, 0, 128, 191, 0, 96, 102, 63, 255, 127, 255, 255, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 128, 191, 255, 127, 255, 255, 0, 0, 128, 191, 0, 0, 128, 191, 0, 0, 128, 191, 255, 127, 255, 255, 0, 0, 128, 191, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 194, 218, 0, 0, 128, 191, 0, 192, 140, 191, 0, 192, 140, 63, 255, 127, 59, 165, 0, 0, 128, 63, 0, 192, 140, 191, 0, 192, 140, 63, 255, 127, 59, 165, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 194, 218, 0, 0, 128, 191, 0, 128, 153, 191, 0, 192, 140, 63, 255, 127, 195, 90, 0, 0, 128, 191, 0, 96, 166, 191, 0, 0, 128, 63, 255, 127, 255, 63, 0, 0, 128, 63, 0, 96, 166, 191, 0, 0, 128, 63, 255, 127, 255, 63, 0, 0, 128, 63, 0, 128, 153, 191, 0, 192, 140, 63, 255, 127, 195, 90) +}] + +[sub_resource type="ArrayMesh" id="18"] resource_name = "Cube.016" -surfaces/0 = { +_surfaces = [{ "aabb": AABB(-1, -1, -1, 2, 1.00136e-05, 2.00001), -"array_data": PackedByteArray(0, 188, 0, 188, 0, 60, 0, 60, 0, 127, 0, 0, 7, 58, 236, 51, 0, 60, 0, 188, 0, 60, 0, 60, 0, 127, 0, 0, 0, 60, 236, 51, 0, 60, 0, 188, 0, 188, 0, 60, 0, 127, 0, 0, 0, 60, 239, 17, 0, 188, 0, 188, 0, 188, 0, 60, 0, 127, 0, 0, 7, 58, 239, 17), -"array_index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0), -"blend_shape_data": [], -"format": 98067, +"attribute_data": PackedByteArray(0, 224, 64, 63, 0, 128, 125, 62, 0, 0, 128, 63, 0, 128, 125, 62, 0, 0, 128, 63, 0, 224, 61, 58, 0, 224, 64, 63, 0, 224, 61, 58), +"format": 4115, "index_count": 6, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [], -"vertex_count": 4 -} - -[sub_resource type="ArrayMesh" id=19] +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 4, +"vertex_data": PackedByteArray(0, 0, 128, 191, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 255, 255, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 255, 255, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 128, 191, 255, 127, 255, 255, 0, 0, 128, 191, 0, 0, 128, 191, 0, 0, 128, 191, 255, 127, 255, 255) +}] + +[sub_resource type="ArrayMesh" id="19"] resource_name = "Cube.015" -surfaces/0 = { +_surfaces = [{ "aabb": AABB(-1, -1, 1, 2, 2, 1.00136e-05), -"array_data": PackedByteArray(0, 188, 0, 188, 0, 60, 0, 60, 0, 0, 126, 0, 238, 20, 245, 51, 0, 60, 0, 188, 0, 60, 0, 60, 0, 0, 126, 0, 1, 52, 245, 51, 0, 60, 0, 60, 0, 60, 0, 60, 0, 0, 126, 0, 1, 52, 64, 15, 0, 188, 0, 60, 0, 60, 0, 60, 0, 0, 126, 0, 238, 20, 64, 15), -"array_index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0), -"blend_shape_data": [], -"format": 98067, +"attribute_data": PackedByteArray(0, 192, 157, 58, 0, 160, 126, 62, 0, 32, 128, 62, 0, 160, 126, 62, 0, 32, 128, 62, 0, 0, 232, 57, 0, 192, 157, 58, 0, 0, 232, 57), +"format": 4115, "index_count": 6, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [], -"vertex_count": 4 -} - -[sub_resource type="ArrayMesh" id=20] +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 4, +"vertex_data": PackedByteArray(0, 0, 128, 191, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 255, 127, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 255, 127, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 255, 127, 255, 127, 0, 0, 128, 191, 0, 0, 128, 63, 0, 0, 128, 63, 255, 127, 255, 127) +}] + +[sub_resource type="ArrayMesh" id="20"] resource_name = "Cube.012" -surfaces/0 = { +_surfaces = [{ "aabb": AABB(-1, -1, -1, 2, 2.00001, 2), -"array_data": PackedByteArray(0, 188, 0, 60, 102, 56, 0, 60, 130, 0, 0, 0, 142, 43, 247, 18, 0, 188, 0, 60, 0, 188, 0, 60, 130, 0, 0, 0, 1, 52, 247, 18, 0, 188, 0, 188, 0, 188, 0, 60, 130, 0, 0, 0, 1, 52, 237, 51, 0, 188, 0, 188, 102, 56, 0, 60, 130, 0, 0, 0, 142, 43, 237, 51, 51, 187, 0, 188, 51, 59, 0, 60, 167, 0, 89, 0, 235, 34, 239, 51, 153, 185, 0, 188, 0, 60, 0, 60, 227, 0, 123, 0, 229, 40, 239, 51, 153, 185, 0, 60, 0, 60, 0, 60, 227, 0, 123, 0, 229, 40, 129, 16, 51, 187, 0, 60, 51, 59, 0, 60, 167, 0, 89, 0, 235, 34, 129, 16, 102, 184, 0, 60, 0, 60, 0, 60, 0, 0, 126, 0, 69, 43, 129, 16, 102, 184, 0, 188, 0, 60, 0, 60, 0, 0, 126, 0, 69, 43, 239, 51, 0, 188, 0, 188, 153, 57, 0, 60, 133, 0, 29, 0, 47, 41, 237, 51, 51, 187, 0, 188, 51, 59, 0, 60, 167, 0, 89, 0, 12, 36, 237, 51, 51, 187, 0, 60, 51, 59, 0, 60, 167, 0, 89, 0, 12, 36, 247, 18, 0, 188, 0, 60, 153, 57, 0, 60, 133, 0, 29, 0, 47, 41, 247, 18, 0, 60, 0, 60, 0, 60, 0, 60, 0, 0, 126, 0, 244, 51, 129, 16, 0, 60, 0, 188, 0, 60, 0, 60, 0, 0, 126, 0, 244, 51, 239, 51), -"array_index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 5, 0, 6, 0, 8, 0, 9, 0, 5, 0, 10, 0, 12, 0, 11, 0, 10, 0, 13, 0, 12, 0, 14, 0, 9, 0, 8, 0, 14, 0, 15, 0, 9, 0, 13, 0, 3, 0, 0, 0, 13, 0, 10, 0, 3, 0), -"blend_shape_data": [], -"format": 98067, +"attribute_data": PackedByteArray(0, 192, 113, 61, 0, 224, 94, 58, 0, 32, 128, 62, 0, 224, 94, 58, 0, 32, 128, 62, 0, 160, 125, 62, 0, 192, 113, 61, 0, 160, 125, 62, 0, 96, 93, 60, 0, 224, 125, 62, 0, 160, 28, 61, 0, 224, 125, 62, 0, 160, 28, 61, 0, 32, 16, 58, 0, 96, 93, 60, 0, 32, 16, 58, 0, 160, 104, 61, 0, 32, 16, 58, 0, 160, 104, 61, 0, 224, 125, 62, 0, 224, 37, 61, 0, 160, 125, 62, 0, 128, 129, 60, 0, 160, 125, 62, 0, 128, 129, 60, 0, 224, 94, 58, 0, 224, 37, 61, 0, 224, 94, 58, 0, 128, 126, 62, 0, 32, 16, 58, 0, 128, 126, 62, 0, 224, 125, 62), +"format": 4115, "index_count": 36, -"material": SubResource( 1 ), -"primitive": 4, -"skeleton_aabb": [], -"vertex_count": 16 -} +"index_data": PackedByteArray(0, 0, 2, 0, 1, 0, 0, 0, 3, 0, 2, 0, 4, 0, 6, 0, 5, 0, 4, 0, 7, 0, 6, 0, 8, 0, 5, 0, 6, 0, 8, 0, 9, 0, 5, 0, 10, 0, 12, 0, 11, 0, 10, 0, 13, 0, 12, 0, 14, 0, 9, 0, 8, 0, 14, 0, 15, 0, 9, 0, 13, 0, 3, 0, 0, 0, 13, 0, 10, 0, 3, 0), +"material": SubResource("1"), +"primitive": 3, +"vertex_count": 16, +"vertex_data": PackedByteArray(0, 0, 128, 191, 0, 0, 128, 63, 0, 192, 12, 63, 0, 0, 255, 127, 0, 0, 128, 191, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 255, 127, 0, 0, 128, 191, 0, 0, 128, 191, 0, 0, 128, 191, 0, 0, 255, 127, 0, 0, 128, 191, 0, 0, 128, 191, 0, 192, 12, 63, 0, 0, 255, 127, 0, 96, 102, 191, 0, 0, 128, 191, 0, 96, 102, 63, 255, 63, 255, 127, 0, 32, 51, 191, 0, 0, 128, 191, 0, 0, 128, 63, 147, 103, 255, 127, 0, 32, 51, 191, 0, 0, 128, 63, 0, 0, 128, 63, 147, 103, 255, 127, 0, 96, 102, 191, 0, 0, 128, 63, 0, 96, 102, 63, 255, 63, 255, 127, 0, 192, 12, 191, 0, 0, 128, 63, 0, 0, 128, 63, 255, 127, 255, 127, 0, 192, 12, 191, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 255, 127, 0, 0, 128, 191, 0, 0, 128, 191, 0, 32, 51, 63, 107, 24, 255, 127, 0, 96, 102, 191, 0, 0, 128, 191, 0, 96, 102, 63, 255, 63, 255, 127, 0, 96, 102, 191, 0, 0, 128, 63, 0, 96, 102, 63, 255, 63, 255, 127, 0, 0, 128, 191, 0, 0, 128, 63, 0, 32, 51, 63, 107, 24, 255, 127, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 255, 127, 255, 127, 0, 0, 128, 63, 0, 0, 128, 191, 0, 0, 128, 63, 255, 127, 255, 127) +}] [node name="Node3D" type="Node3D"] -__meta__ = { -"__editor_plugin_screen__": "Script" -} [node name="CornerFixr" type="MeshInstance3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 21, 1, -2) -mesh = SubResource( 2 ) -surface_material_override/0 = SubResource( 3 ) +mesh = SubResource("2") +surface_material_override/0 = SubResource("3") [node name="CornerFixrCol" type="StaticBody3D" parent="CornerFixr"] [node name="CornerFix" type="MeshInstance3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 18, 1, -2) -mesh = SubResource( 4 ) -surface_material_override/0 = SubResource( 3 ) +mesh = SubResource("4") +surface_material_override/0 = SubResource("3") [node name="CornerFixCol" type="StaticBody3D" parent="CornerFix"] [node name="Ramp" type="MeshInstance3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 7, 1, 5) -mesh = SubResource( 5 ) -surface_material_override/0 = SubResource( 3 ) +mesh = SubResource("5") +surface_material_override/0 = SubResource("3") [node name="RampCol" type="StaticBody3D" parent="Ramp"] [node name="CeilingWall" type="MeshInstance3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 7, 8, 0) -mesh = SubResource( 6 ) -surface_material_override/0 = SubResource( 3 ) +mesh = SubResource("6") +surface_material_override/0 = SubResource("3") [node name="CelingWallCol" type="StaticBody3D" parent="CeilingWall"] [node name="TrunkFloor" type="MeshInstance3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 15, 4, 0) -mesh = SubResource( 7 ) -surface_material_override/0 = SubResource( 3 ) +mesh = SubResource("7") +surface_material_override/0 = SubResource("3") [node name="TrunkFloorCol" type="StaticBody3D" parent="TrunkFloor"] [node name="Trunk" type="MeshInstance3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 12, 4, 0) -mesh = SubResource( 8 ) -surface_material_override/0 = SubResource( 3 ) +mesh = SubResource("8") +surface_material_override/0 = SubResource("3") [node name="TrunkCol" type="StaticBody3D" parent="Trunk"] [node name="TrunkDeco" type="MeshInstance3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 9, 4, 0) -mesh = SubResource( 9 ) -surface_material_override/0 = SubResource( 3 ) +mesh = SubResource("9") +surface_material_override/0 = SubResource("3") [node name="DrunkDecoCol" type="StaticBody3D" parent="TrunkDeco"] [node name="TreeTop" type="MeshInstance3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 6, 4, 0) -mesh = SubResource( 10 ) -surface_material_override/0 = SubResource( 3 ) +mesh = SubResource("10") +surface_material_override/0 = SubResource("3") [node name="TreeTopCol" type="StaticBody3D" parent="TreeTop"] [node name="CeilingCorner" type="MeshInstance3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 13, 3, 0) -mesh = SubResource( 11 ) -surface_material_override/0 = SubResource( 3 ) +mesh = SubResource("11") +surface_material_override/0 = SubResource("3") [node name="CeilingCornerCol" type="StaticBody3D" parent="CeilingCorner"] [node name="Ceiling" type="MeshInstance3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 7, 3, 0) -mesh = SubResource( 12 ) -surface_material_override/0 = SubResource( 3 ) +mesh = SubResource("12") +surface_material_override/0 = SubResource("3") [node name="CeilingCol" type="StaticBody3D" parent="Ceiling"] [node name="WallVar" type="MeshInstance3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3, 4, 0) -mesh = SubResource( 13 ) -surface_material_override/0 = SubResource( 3 ) +mesh = SubResource("13") +surface_material_override/0 = SubResource("3") [node name="WallVarCol" type="StaticBody3D" parent="WallVar"] @@ -365,50 +344,50 @@ transform = Transform3D(0.857622, 0.156623, -0.489851, 0.253967, 0.699272, 0.668 [node name="WallFloor" type="MeshInstance3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -6, 1, 0) -mesh = SubResource( 14 ) -surface_material_override/0 = SubResource( 3 ) +mesh = SubResource("14") +surface_material_override/0 = SubResource("3") [node name="WallFloorCollider" type="StaticBody3D" parent="WallFloor"] [node name="CornerFloor" type="MeshInstance3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3, 1, 0) -mesh = SubResource( 15 ) -surface_material_override/0 = SubResource( 3 ) +mesh = SubResource("15") +surface_material_override/0 = SubResource("3") [node name="CornerFloorCol" type="StaticBody3D" parent="CornerFloor"] [node name="FloorCorner" type="MeshInstance3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 13, 1, 0) -mesh = SubResource( 16 ) -surface_material_override/0 = SubResource( 3 ) +mesh = SubResource("16") +surface_material_override/0 = SubResource("3") [node name="FloorCornerCol" type="StaticBody3D" parent="FloorCorner"] [node name="FloorEdge" type="MeshInstance3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 10, 1, 0) -mesh = SubResource( 17 ) -surface_material_override/0 = SubResource( 3 ) +mesh = SubResource("17") +surface_material_override/0 = SubResource("3") [node name="FloorEdgeCol" type="StaticBody3D" parent="FloorEdge"] [node name="Floor" type="MeshInstance3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 7, 1, 0) -mesh = SubResource( 18 ) -surface_material_override/0 = SubResource( 3 ) +mesh = SubResource("18") +surface_material_override/0 = SubResource("3") [node name="FloorCol" type="StaticBody3D" parent="Floor"] [node name="Wall" type="MeshInstance3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3, 1, 0) -mesh = SubResource( 19 ) -surface_material_override/0 = SubResource( 3 ) +mesh = SubResource("19") +surface_material_override/0 = SubResource("3") [node name="WallCol" type="StaticBody3D" parent="Wall"] [node name="Corner" type="MeshInstance3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0) -mesh = SubResource( 20 ) -surface_material_override/0 = SubResource( 3 ) +mesh = SubResource("20") +surface_material_override/0 = SubResource("3") [node name="CornerCol" type="StaticBody3D" parent="Corner"] diff --git a/3d/rigidbody_character/cubelib.tres b/3d/rigidbody_character/cubelib.tres index 04edee9ddb9..a94b8353256 100644 --- a/3d/rigidbody_character/cubelib.tres +++ b/3d/rigidbody_character/cubelib.tres @@ -1,8 +1,8 @@ [gd_resource type="MeshLibrary" load_steps=5 format=3 uid="uid://dxc3y3vtd7ins"] -[ext_resource type="ArrayMesh" path="res://models/cube.mesh" id="1"] +[ext_resource type="ArrayMesh" uid="uid://h65pkfq5sgmy" path="res://models/cube.mesh" id="1"] -[sub_resource type="Image" id="Image_jyk8h"] +[sub_resource type="Image" id="Image_lrgmn"] data = { "data": PackedByteArray(76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 66, 41, 73, 255, 68, 42, 73, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 55, 32, 61, 255, 62, 36, 68, 255, 70, 43, 77, 255, 72, 45, 78, 255, 67, 43, 73, 255, 63, 41, 68, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 57, 33, 63, 255, 59, 34, 65, 255, 65, 38, 72, 255, 73, 45, 80, 255, 76, 47, 82, 255, 72, 47, 78, 255, 69, 46, 75, 255, 63, 41, 69, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 59, 34, 64, 255, 61, 35, 67, 255, 63, 36, 69, 255, 66, 38, 73, 255, 75, 44, 81, 255, 78, 47, 84, 255, 76, 49, 83, 255, 75, 51, 82, 255, 69, 46, 75, 255, 62, 41, 69, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 54, 32, 59, 255, 60, 35, 65, 255, 62, 36, 68, 255, 63, 37, 70, 255, 62, 36, 69, 255, 69, 40, 76, 255, 80, 48, 87, 255, 82, 50, 89, 255, 81, 52, 88, 255, 80, 54, 87, 255, 75, 51, 81, 255, 68, 46, 75, 255, 63, 42, 68, 255, 55, 35, 61, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 52, 31, 57, 255, 57, 34, 63, 255, 64, 37, 70, 255, 62, 36, 69, 255, 62, 36, 69, 255, 68, 39, 75, 255, 77, 45, 84, 255, 88, 52, 94, 255, 89, 54, 96, 255, 85, 55, 92, 255, 83, 55, 90, 255, 81, 55, 87, 255, 75, 51, 81, 255, 68, 46, 74, 255, 61, 40, 67, 255, 54, 34, 59, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 48, 30, 53, 255, 51, 31, 56, 255, 54, 32, 59, 255, 61, 36, 67, 255, 63, 36, 69, 255, 62, 36, 69, 255, 70, 40, 77, 255, 74, 43, 81, 255, 79, 46, 87, 255, 87, 53, 95, 255, 90, 56, 97, 255, 91, 59, 99, 255, 85, 55, 93, 255, 85, 58, 92, 255, 81, 56, 87, 255, 73, 50, 80, 255, 67, 45, 73, 255, 60, 39, 65, 255, 53, 34, 58, 255, 46, 29, 51, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 46, 28, 51, 255, 50, 30, 55, 255, 54, 32, 59, 255, 59, 36, 65, 255, 64, 37, 70, 255, 65, 37, 72, 255, 72, 42, 80, 255, 76, 44, 84, 255, 76, 44, 84, 255, 82, 49, 90, 255, 94, 58, 103, 255, 97, 61, 105, 255, 95, 61, 103, 255, 91, 59, 98, 255, 88, 60, 96, 255, 86, 60, 93, 255, 79, 54, 85, 255, 72, 48, 78, 255, 67, 45, 73, 255, 60, 39, 65, 255, 52, 33, 57, 255, 45, 29, 50, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 45, 28, 49, 255, 48, 29, 53, 255, 55, 33, 60, 255, 60, 36, 65, 255, 64, 39, 70, 255, 68, 40, 74, 255, 75, 44, 83, 255, 78, 46, 85, 255, 75, 44, 84, 255, 78, 46, 87, 255, 85, 51, 93, 255, 93, 58, 103, 255, 99, 62, 107, 255, 101, 66, 110, 255, 96, 63, 104, 255, 92, 61, 100, 255, 90, 61, 97, 255, 85, 59, 92, 255, 77, 52, 84, 255, 73, 49, 79, 255, 67, 45, 72, 255, 58, 38, 63, 255, 49, 31, 54, 255, 43, 27, 47, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 38, 24, 41, 255, 45, 29, 49, 255, 50, 31, 54, 255, 54, 33, 59, 255, 59, 36, 64, 255, 63, 38, 69, 255, 68, 41, 74, 255, 75, 44, 82, 255, 77, 45, 85, 255, 76, 44, 84, 255, 80, 47, 88, 255, 80, 47, 89, 255, 86, 51, 95, 255, 98, 60, 106, 255, 102, 64, 110, 255, 105, 69, 114, 255, 101, 67, 110, 255, 95, 62, 103, 255, 93, 62, 100, 255, 90, 61, 97, 255, 82, 56, 89, 255, 76, 50, 82, 255, 72, 49, 78, 255, 64, 42, 69, 255, 53, 33, 58, 255, 46, 28, 50, 255, 41, 26, 45, 255, 38, 24, 42, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 35, 22, 39, 255, 41, 26, 45, 255, 50, 32, 54, 255, 54, 33, 59, 255, 59, 36, 64, 255, 62, 37, 68, 255, 67, 40, 73, 255, 72, 44, 79, 255, 75, 45, 83, 255, 78, 46, 85, 255, 82, 48, 90, 255, 83, 49, 92, 255, 82, 47, 91, 255, 92, 54, 101, 255, 101, 61, 108, 255, 105, 64, 113, 255, 109, 70, 119, 255, 105, 69, 114, 255, 100, 66, 109, 255, 95, 62, 103, 255, 94, 63, 101, 255, 89, 59, 95, 255, 80, 52, 86, 255, 76, 51, 82, 255, 69, 45, 75, 255, 56, 34, 61, 255, 49, 29, 54, 255, 44, 26, 48, 255, 43, 27, 47, 255, 37, 23, 40, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 29, 18, 32, 255, 34, 21, 37, 255, 37, 22, 41, 255, 44, 27, 48, 255, 51, 32, 56, 255, 57, 35, 62, 255, 61, 38, 68, 255, 66, 40, 72, 255, 71, 43, 78, 255, 73, 45, 81, 255, 77, 46, 85, 255, 82, 49, 90, 255, 88, 53, 96, 255, 85, 50, 95, 255, 86, 49, 96, 255, 94, 55, 104, 255, 102, 60, 111, 255, 104, 63, 114, 255, 112, 71, 122, 255, 110, 72, 119, 255, 104, 69, 113, 255, 99, 64, 107, 255, 93, 60, 101, 255, 92, 60, 99, 255, 87, 55, 94, 255, 81, 53, 87, 255, 73, 48, 80, 255, 62, 38, 67, 255, 53, 32, 59, 255, 48, 28, 53, 255, 46, 28, 50, 255, 43, 27, 46, 255, 35, 21, 38, 255, 30, 19, 33, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 28, 17, 31, 255, 33, 21, 37, 255, 38, 23, 41, 255, 41, 24, 45, 255, 48, 28, 52, 255, 55, 33, 60, 255, 61, 38, 67, 255, 65, 40, 72, 255, 70, 43, 77, 255, 72, 44, 79, 255, 76, 46, 83, 255, 81, 49, 89, 255, 88, 52, 96, 255, 88, 52, 97, 255, 88, 51, 98, 255, 92, 53, 101, 255, 97, 57, 107, 255, 106, 63, 115, 255, 111, 68, 121, 255, 116, 74, 127, 255, 114, 75, 124, 255, 109, 72, 119, 255, 103, 67, 112, 255, 95, 60, 104, 255, 91, 58, 99, 255, 89, 57, 97, 255, 86, 55, 93, 255, 78, 51, 85, 255, 68, 43, 74, 255, 60, 37, 65, 255, 53, 31, 58, 255, 48, 29, 53, 255, 46, 29, 50, 255, 39, 24, 42, 255, 32, 20, 36, 255, 28, 17, 31, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 27, 17, 29, 255, 33, 21, 36, 255, 38, 25, 42, 255, 41, 24, 45, 255, 45, 26, 50, 255, 53, 32, 58, 255, 61, 38, 67, 255, 65, 40, 71, 255, 69, 41, 75, 255, 72, 43, 79, 255, 76, 46, 84, 255, 80, 49, 88, 255, 86, 52, 94, 255, 89, 53, 98, 255, 93, 55, 102, 255, 98, 58, 108, 255, 97, 57, 107, 255, 101, 59, 111, 255, 117, 72, 127, 255, 123, 77, 134, 255, 121, 77, 131, 255, 119, 77, 129, 255, 111, 72, 121, 255, 105, 68, 115, 255, 99, 63, 108, 255, 92, 58, 101, 255, 90, 57, 98, 255, 87, 55, 94, 255, 83, 53, 90, 255, 74, 47, 81, 255, 65, 41, 71, 255, 59, 36, 65, 255, 53, 33, 59, 255, 48, 29, 53, 255, 44, 27, 48, 255, 37, 23, 41, 255, 31, 18, 34, 255, 26, 16, 28, 255, 21, 12, 23, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 20, 13, 22, 255, 26, 17, 28, 255, 32, 21, 35, 255, 39, 26, 42, 255, 42, 27, 46, 255, 44, 26, 49, 255, 51, 31, 56, 255, 58, 36, 64, 255, 63, 39, 69, 255, 68, 41, 75, 255, 73, 44, 80, 255, 76, 47, 84, 255, 79, 48, 87, 255, 85, 52, 94, 255, 90, 55, 99, 255, 96, 58, 105, 255, 102, 62, 112, 255, 102, 61, 112, 255, 100, 59, 110, 255, 107, 64, 117, 255, 120, 74, 130, 255, 128, 81, 139, 255, 123, 78, 134, 255, 122, 78, 133, 255, 114, 73, 124, 255, 105, 66, 115, 255, 101, 64, 110, 255, 95, 60, 104, 255, 90, 56, 98, 255, 87, 55, 95, 255, 85, 54, 92, 255, 79, 49, 85, 255, 70, 44, 77, 255, 63, 39, 69, 255, 58, 36, 64, 255, 53, 33, 58, 255, 47, 29, 52, 255, 41, 25, 45, 255, 35, 21, 39, 255, 29, 17, 31, 255, 24, 14, 26, 255, 20, 11, 21, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 19, 12, 20, 255, 25, 16, 27, 255, 31, 20, 33, 255, 38, 25, 41, 255, 45, 30, 48, 255, 47, 30, 51, 255, 50, 31, 55, 255, 57, 35, 62, 255, 61, 37, 67, 255, 67, 40, 73, 255, 73, 44, 80, 255, 77, 46, 84, 255, 79, 48, 86, 255, 85, 52, 93, 255, 91, 55, 100, 255, 96, 58, 105, 255, 103, 63, 112, 255, 106, 64, 116, 255, 103, 62, 114, 255, 106, 63, 116, 255, 111, 65, 120, 255, 122, 75, 132, 255, 129, 80, 140, 255, 128, 81, 139, 255, 124, 79, 135, 255, 119, 76, 129, 255, 110, 69, 119, 255, 102, 63, 111, 255, 97, 60, 106, 255, 91, 57, 100, 255, 87, 55, 96, 255, 85, 53, 93, 255, 82, 51, 89, 255, 74, 46, 81, 255, 66, 40, 72, 255, 61, 37, 67, 255, 57, 35, 62, 255, 50, 31, 55, 255, 45, 27, 49, 255, 39, 24, 43, 255, 33, 20, 37, 255, 28, 16, 30, 255, 23, 14, 26, 255, 18, 10, 20, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 12, 7, 13, 255, 17, 11, 19, 255, 23, 16, 25, 255, 29, 19, 32, 255, 35, 24, 38, 255, 42, 29, 46, 255, 49, 33, 53, 255, 52, 33, 56, 255, 56, 35, 61, 255, 61, 38, 66, 255, 65, 40, 71, 255, 71, 43, 78, 255, 76, 46, 83, 255, 81, 49, 89, 255, 84, 51, 93, 255, 89, 54, 98, 255, 96, 58, 105, 255, 104, 63, 113, 255, 110, 66, 120, 255, 107, 64, 117, 255, 108, 64, 118, 255, 112, 67, 122, 255, 115, 68, 126, 255, 122, 73, 137, 255, 127, 76, 141, 255, 130, 81, 140, 255, 126, 79, 136, 255, 122, 76, 132, 255, 116, 73, 126, 255, 108, 66, 116, 255, 101, 62, 110, 255, 95, 59, 104, 255, 90, 56, 98, 255, 85, 53, 93, 255, 82, 51, 90, 255, 77, 48, 84, 255, 70, 44, 77, 255, 65, 40, 71, 255, 60, 36, 65, 255, 55, 33, 60, 255, 48, 29, 53, 255, 42, 25, 46, 255, 37, 22, 41, 255, 32, 19, 35, 255, 27, 16, 29, 255, 21, 13, 24, 255, 16, 9, 17, 255, 10, 6, 11, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 10, 6, 11, 255, 16, 10, 17, 255, 22, 15, 23, 255, 28, 19, 30, 255, 33, 23, 36, 255, 40, 27, 43, 255, 46, 30, 50, 255, 53, 35, 58, 255, 57, 36, 62, 255, 61, 38, 67, 255, 64, 40, 70, 255, 69, 42, 75, 255, 73, 44, 80, 255, 80, 49, 88, 255, 84, 51, 92, 255, 88, 53, 96, 255, 94, 57, 103, 255, 105, 64, 114, 255, 111, 68, 122, 255, 110, 66, 120, 255, 110, 65, 120, 255, 112, 67, 123, 255, 115, 69, 127, 255, 118, 70, 131, 255, 129, 78, 143, 255, 131, 79, 144, 255, 130, 80, 140, 255, 129, 80, 139, 255, 123, 77, 133, 255, 121, 75, 130, 255, 112, 68, 120, 255, 107, 65, 116, 255, 101, 62, 110, 255, 94, 58, 102, 255, 89, 55, 97, 255, 83, 52, 91, 255, 79, 49, 86, 255, 73, 45, 80, 255, 69, 42, 75, 255, 64, 39, 70, 255, 59, 35, 64, 255, 52, 32, 57, 255, 47, 28, 51, 255, 41, 24, 45, 255, 35, 21, 38, 255, 29, 17, 32, 255, 24, 14, 26, 255, 19, 11, 21, 255, 14, 8, 15, 255, 9, 5, 10, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 8, 5, 9, 255, 14, 9, 15, 255, 20, 14, 22, 255, 26, 18, 28, 255, 32, 22, 35, 255, 38, 26, 41, 255, 44, 29, 47, 255, 50, 33, 54, 255, 58, 37, 62, 255, 62, 39, 67, 255, 65, 41, 71, 255, 67, 42, 74, 255, 72, 44, 79, 255, 77, 47, 84, 255, 81, 50, 89, 255, 88, 54, 96, 255, 93, 56, 102, 255, 103, 64, 113, 255, 113, 70, 123, 255, 113, 69, 123, 255, 111, 67, 122, 255, 113, 67, 123, 255, 116, 68, 126, 255, 118, 71, 131, 255, 124, 75, 137, 255, 136, 82, 148, 255, 137, 83, 149, 255, 133, 80, 142, 255, 132, 82, 142, 255, 123, 76, 134, 255, 121, 74, 130, 255, 116, 71, 125, 255, 110, 66, 119, 255, 108, 65, 118, 255, 99, 61, 109, 255, 93, 58, 102, 255, 88, 55, 96, 255, 81, 50, 89, 255, 77, 48, 84, 255, 72, 44, 79, 255, 68, 41, 74, 255, 63, 38, 69, 255, 55, 33, 61, 255, 50, 30, 55, 255, 45, 27, 49, 255, 40, 24, 44, 255, 33, 19, 36, 255, 26, 15, 28, 255, 21, 12, 23, 255, 17, 10, 19, 255, 12, 7, 13, 255, 8, 5, 9, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 12, 7, 13, 255, 18, 12, 19, 255, 24, 16, 26, 255, 31, 21, 33, 255, 37, 26, 40, 255, 43, 30, 47, 255, 49, 32, 53, 255, 56, 35, 60, 255, 61, 39, 66, 255, 65, 41, 70, 255, 68, 42, 74, 255, 71, 44, 78, 255, 74, 46, 82, 255, 78, 48, 86, 255, 84, 52, 92, 255, 92, 56, 101, 255, 103, 63, 112, 255, 110, 68, 120, 255, 115, 71, 125, 255, 114, 69, 125, 255, 115, 69, 126, 255, 117, 69, 127, 255, 119, 71, 130, 255, 122, 73, 134, 255, 129, 78, 141, 255, 138, 83, 151, 255, 137, 82, 150, 255, 133, 81, 143, 255, 132, 80, 141, 255, 127, 77, 136, 255, 123, 75, 132, 255, 118, 72, 127, 255, 113, 69, 122, 255, 109, 66, 119, 255, 105, 63, 114, 255, 96, 58, 105, 255, 88, 54, 97, 255, 83, 52, 91, 255, 78, 49, 86, 255, 74, 45, 81, 255, 71, 43, 78, 255, 66, 39, 72, 255, 59, 36, 65, 255, 52, 32, 57, 255, 47, 28, 51, 255, 43, 26, 47, 255, 39, 23, 43, 255, 32, 18, 35, 255, 24, 14, 27, 255, 19, 11, 21, 255, 15, 9, 17, 255, 11, 7, 12, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 15, 10, 17, 255, 22, 14, 24, 255, 28, 19, 30, 255, 35, 24, 38, 255, 41, 28, 45, 255, 48, 32, 51, 255, 54, 35, 58, 255, 58, 37, 63, 255, 62, 39, 68, 255, 66, 41, 72, 255, 69, 43, 75, 255, 72, 45, 79, 255, 76, 48, 84, 255, 80, 49, 88, 255, 92, 56, 100, 255, 103, 63, 112, 255, 109, 67, 118, 255, 114, 71, 125, 255, 118, 73, 128, 255, 118, 72, 129, 255, 120, 72, 131, 255, 119, 70, 129, 255, 121, 72, 132, 255, 127, 76, 138, 255, 134, 81, 143, 255, 143, 86, 155, 255, 142, 86, 155, 255, 133, 81, 146, 255, 132, 80, 142, 255, 128, 77, 137, 255, 123, 74, 132, 255, 122, 74, 131, 255, 117, 71, 126, 255, 111, 67, 121, 255, 109, 66, 120, 255, 102, 61, 111, 255, 88, 53, 97, 255, 84, 51, 93, 255, 78, 48, 86, 255, 76, 47, 84, 255, 73, 45, 80, 255, 70, 43, 76, 255, 63, 38, 69, 255, 56, 34, 61, 255, 50, 31, 55, 255, 45, 27, 49, 255, 40, 24, 44, 255, 36, 21, 40, 255, 30, 17, 33, 255, 23, 13, 25, 255, 18, 10, 19, 255, 14, 8, 15, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 19, 12, 21, 255, 25, 16, 28, 255, 31, 21, 34, 255, 39, 26, 42, 255, 45, 31, 49, 255, 51, 34, 55, 255, 55, 35, 60, 255, 60, 37, 65, 255, 64, 40, 69, 255, 67, 42, 73, 255, 72, 45, 79, 255, 74, 46, 82, 255, 78, 48, 85, 255, 91, 55, 99, 255, 101, 62, 110, 255, 109, 67, 118, 255, 114, 71, 124, 255, 118, 73, 129, 255, 122, 75, 132, 255, 122, 74, 133, 255, 122, 73, 133, 255, 123, 73, 133, 255, 124, 75, 135, 255, 133, 81, 143, 255, 134, 82, 144, 255, 146, 90, 160, 255, 145, 90, 160, 255, 138, 84, 152, 255, 132, 81, 146, 255, 124, 76, 135, 255, 123, 74, 132, 255, 122, 73, 130, 255, 118, 71, 128, 255, 114, 69, 125, 255, 111, 67, 121, 255, 107, 65, 117, 255, 95, 57, 104, 255, 89, 53, 97, 255, 85, 51, 93, 255, 78, 48, 86, 255, 76, 47, 84, 255, 72, 44, 79, 255, 67, 41, 74, 255, 60, 37, 66, 255, 54, 33, 59, 255, 48, 29, 53, 255, 43, 26, 48, 255, 37, 22, 41, 255, 32, 19, 36, 255, 27, 16, 30, 255, 22, 13, 24, 255, 17, 10, 19, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 23, 15, 25, 255, 29, 19, 32, 255, 35, 23, 38, 255, 42, 28, 46, 255, 48, 31, 52, 255, 52, 33, 57, 255, 57, 36, 62, 255, 61, 38, 67, 255, 65, 40, 71, 255, 71, 44, 78, 255, 75, 46, 82, 255, 76, 46, 84, 255, 87, 52, 94, 255, 97, 60, 106, 255, 106, 65, 115, 255, 113, 70, 123, 255, 118, 73, 129, 255, 122, 75, 133, 255, 123, 76, 134, 255, 124, 75, 135, 255, 127, 76, 137, 255, 125, 75, 135, 255, 131, 80, 141, 255, 133, 81, 143, 255, 133, 81, 144, 255, 142, 84, 155, 255, 140, 84, 154, 255, 140, 85, 154, 255, 140, 85, 154, 255, 125, 77, 138, 255, 122, 74, 133, 255, 121, 73, 131, 255, 120, 72, 130, 255, 117, 71, 129, 255, 112, 68, 124, 255, 109, 66, 120, 255, 102, 61, 111, 255, 94, 56, 103, 255, 92, 55, 100, 255, 88, 54, 96, 255, 82, 50, 90, 255, 75, 46, 82, 255, 71, 43, 78, 255, 65, 39, 71, 255, 59, 36, 65, 255, 53, 32, 58, 255, 47, 28, 52, 255, 41, 25, 46, 255, 35, 20, 39, 255, 29, 17, 33, 255, 25, 15, 28, 255, 21, 13, 23, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 27, 18, 30, 255, 33, 22, 36, 255, 40, 26, 43, 255, 46, 30, 50, 255, 51, 33, 55, 255, 55, 35, 60, 255, 59, 37, 65, 255, 63, 39, 69, 255, 69, 43, 76, 255, 74, 46, 81, 255, 74, 45, 82, 255, 82, 49, 90, 255, 93, 56, 101, 255, 103, 63, 111, 255, 110, 68, 120, 255, 117, 72, 127, 255, 120, 74, 131, 255, 121, 73, 131, 255, 124, 76, 135, 255, 129, 79, 139, 255, 131, 80, 139, 255, 130, 80, 140, 255, 133, 81, 143, 255, 133, 80, 144, 255, 135, 83, 146, 255, 143, 90, 156, 255, 143, 89, 157, 255, 138, 84, 151, 255, 139, 85, 153, 255, 133, 81, 146, 255, 121, 75, 134, 255, 122, 75, 134, 255, 120, 73, 131, 255, 120, 72, 131, 255, 119, 72, 130, 255, 112, 68, 123, 255, 107, 65, 117, 255, 97, 58, 107, 255, 97, 59, 106, 255, 94, 57, 102, 255, 91, 56, 99, 255, 84, 51, 91, 255, 74, 45, 81, 255, 68, 41, 75, 255, 63, 38, 70, 255, 57, 35, 63, 255, 51, 31, 56, 255, 46, 28, 51, 255, 39, 23, 43, 255, 33, 19, 36, 255, 28, 17, 31, 255, 25, 15, 27, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 31, 20, 34, 255, 38, 25, 41, 255, 44, 29, 48, 255, 50, 33, 54, 255, 55, 35, 60, 255, 59, 37, 64, 255, 62, 39, 68, 255, 67, 42, 74, 255, 73, 45, 80, 255, 75, 45, 83, 255, 78, 47, 86, 255, 88, 53, 96, 255, 97, 59, 105, 255, 105, 64, 114, 255, 112, 69, 123, 255, 118, 72, 128, 255, 117, 71, 127, 255, 121, 74, 131, 255, 130, 81, 140, 255, 133, 82, 142, 255, 134, 82, 142, 255, 135, 82, 144, 255, 134, 82, 144, 255, 133, 82, 144, 255, 134, 83, 146, 255, 145, 91, 159, 255, 144, 90, 158, 255, 133, 82, 147, 255, 137, 84, 150, 255, 134, 81, 147, 255, 125, 77, 138, 255, 121, 75, 134, 255, 122, 75, 133, 255, 119, 74, 130, 255, 122, 74, 133, 255, 117, 70, 128, 255, 112, 68, 122, 255, 100, 60, 110, 255, 95, 57, 105, 255, 99, 60, 107, 255, 96, 59, 104, 255, 91, 56, 99, 255, 84, 52, 91, 255, 75, 46, 82, 255, 68, 41, 74, 255, 62, 37, 68, 255, 55, 33, 60, 255, 48, 29, 53, 255, 43, 26, 48, 255, 36, 21, 39, 255, 31, 18, 34, 255, 28, 17, 31, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 36, 23, 39, 255, 42, 28, 46, 255, 48, 32, 52, 255, 54, 36, 59, 255, 58, 37, 64, 255, 61, 38, 66, 255, 66, 41, 72, 255, 73, 45, 80, 255, 78, 47, 85, 255, 81, 48, 89, 255, 83, 50, 91, 255, 90, 54, 98, 255, 96, 58, 106, 255, 106, 65, 116, 255, 112, 68, 122, 255, 117, 71, 128, 255, 119, 73, 129, 255, 125, 79, 136, 255, 131, 83, 143, 255, 136, 84, 145, 255, 137, 83, 145, 255, 134, 82, 144, 255, 133, 82, 144, 255, 138, 85, 149, 255, 138, 85, 150, 255, 136, 87, 151, 255, 132, 84, 147, 255, 138, 85, 152, 255, 137, 84, 150, 255, 134, 82, 147, 255, 130, 80, 143, 255, 123, 76, 136, 255, 123, 76, 135, 255, 123, 77, 134, 255, 118, 74, 129, 255, 119, 73, 130, 255, 114, 69, 125, 255, 107, 65, 117, 255, 95, 57, 106, 255, 100, 61, 109, 255, 100, 61, 109, 255, 96, 60, 105, 255, 90, 55, 98, 255, 83, 51, 90, 255, 76, 47, 82, 255, 68, 41, 74, 255, 60, 36, 66, 255, 53, 32, 58, 255, 44, 26, 49, 255, 38, 22, 43, 255, 34, 20, 37, 255, 31, 19, 34, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 40, 26, 43, 255, 46, 30, 50, 255, 52, 34, 57, 255, 57, 37, 62, 255, 59, 37, 65, 255, 64, 40, 70, 255, 72, 44, 79, 255, 78, 47, 85, 255, 84, 51, 91, 255, 87, 52, 95, 255, 89, 53, 97, 255, 88, 53, 97, 255, 99, 60, 109, 255, 107, 64, 117, 255, 114, 70, 125, 255, 118, 74, 129, 255, 121, 76, 132, 255, 128, 81, 139, 255, 136, 86, 147, 255, 136, 84, 146, 255, 135, 83, 144, 255, 133, 82, 144, 255, 139, 86, 150, 255, 143, 87, 153, 255, 153, 98, 169, 255, 219, 159, 236, 255, 229, 167, 245, 255, 176, 115, 191, 255, 138, 85, 152, 255, 136, 83, 150, 255, 134, 82, 148, 255, 132, 80, 145, 255, 125, 78, 137, 255, 125, 78, 136, 255, 123, 77, 134, 255, 118, 74, 128, 255, 117, 72, 128, 255, 110, 67, 120, 255, 105, 63, 115, 255, 101, 61, 111, 255, 102, 63, 112, 255, 100, 62, 109, 255, 95, 59, 103, 255, 88, 54, 95, 255, 82, 51, 89, 255, 75, 46, 82, 255, 66, 40, 72, 255, 59, 36, 64, 255, 50, 30, 55, 255, 42, 24, 46, 255, 37, 22, 41, 255, 34, 20, 37, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 43, 27, 47, 255, 49, 32, 54, 255, 56, 37, 61, 255, 59, 38, 65, 255, 64, 40, 69, 255, 70, 42, 75, 255, 75, 45, 82, 255, 81, 49, 89, 255, 87, 53, 96, 255, 91, 55, 99, 255, 94, 57, 103, 255, 96, 58, 105, 255, 105, 64, 115, 255, 110, 68, 120, 255, 114, 72, 124, 255, 119, 76, 130, 255, 125, 79, 136, 255, 130, 82, 142, 255, 134, 85, 146, 255, 134, 84, 145, 255, 135, 83, 145, 255, 139, 85, 149, 255, 141, 86, 156, 255, 175, 117, 191, 255, 162, 105, 178, 255, 166, 106, 182, 255, 168, 108, 184, 255, 178, 117, 193, 255, 198, 136, 214, 255, 150, 92, 161, 255, 137, 83, 150, 255, 138, 84, 150, 255, 133, 81, 145, 255, 126, 78, 137, 255, 125, 79, 136, 255, 123, 77, 133, 255, 119, 74, 130, 255, 113, 70, 123, 255, 109, 67, 119, 255, 105, 64, 115, 255, 103, 62, 112, 255, 103, 63, 112, 255, 99, 61, 108, 255, 92, 57, 101, 255, 85, 53, 93, 255, 79, 48, 86, 255, 72, 44, 79, 255, 64, 38, 69, 255, 56, 34, 62, 255, 47, 27, 51, 255, 40, 23, 45, 255, 38, 23, 41, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 46, 29, 50, 255, 54, 35, 59, 255, 60, 39, 65, 255, 64, 40, 70, 255, 69, 43, 74, 255, 73, 44, 79, 255, 77, 46, 84, 255, 84, 50, 92, 255, 88, 53, 97, 255, 95, 57, 104, 255, 99, 60, 109, 255, 103, 63, 112, 255, 106, 66, 116, 255, 109, 69, 119, 255, 117, 74, 127, 255, 128, 82, 138, 255, 126, 79, 138, 255, 130, 83, 142, 255, 134, 85, 147, 255, 136, 84, 147, 255, 139, 85, 149, 255, 152, 93, 167, 255, 185, 122, 201, 255, 160, 98, 175, 255, 157, 98, 173, 255, 157, 98, 173, 255, 157, 98, 173, 255, 152, 94, 168, 255, 156, 96, 171, 255, 189, 124, 200, 255, 156, 95, 167, 255, 139, 84, 152, 255, 136, 83, 149, 255, 131, 81, 142, 255, 126, 78, 136, 255, 122, 76, 133, 255, 115, 71, 125, 255, 113, 70, 123, 255, 110, 68, 119, 255, 107, 66, 117, 255, 105, 64, 114, 255, 102, 63, 112, 255, 101, 62, 110, 255, 96, 59, 105, 255, 89, 55, 97, 255, 81, 50, 88, 255, 74, 45, 80, 255, 66, 40, 72, 255, 59, 35, 64, 255, 51, 30, 56, 255, 44, 26, 49, 255, 40, 24, 44, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 50, 32, 55, 255, 58, 37, 63, 255, 64, 41, 69, 255, 69, 43, 74, 255, 73, 45, 79, 255, 77, 47, 83, 255, 81, 49, 89, 255, 87, 52, 95, 255, 93, 56, 102, 255, 98, 60, 108, 255, 100, 61, 109, 255, 104, 64, 113, 255, 109, 68, 118, 255, 112, 71, 122, 255, 122, 78, 133, 255, 127, 81, 138, 255, 128, 81, 140, 255, 133, 84, 146, 255, 132, 84, 145, 255, 143, 88, 157, 255, 172, 106, 187, 255, 172, 107, 187, 255, 165, 100, 180, 255, 164, 99, 179, 255, 159, 96, 174, 255, 158, 98, 173, 255, 152, 94, 167, 255, 141, 84, 156, 255, 143, 85, 157, 255, 152, 91, 164, 255, 167, 103, 177, 255, 170, 105, 179, 255, 143, 89, 153, 255, 134, 84, 147, 255, 128, 79, 139, 255, 121, 73, 130, 255, 116, 71, 125, 255, 111, 68, 120, 255, 111, 68, 120, 255, 108, 68, 118, 255, 104, 66, 114, 255, 104, 64, 114, 255, 100, 61, 109, 255, 97, 59, 105, 255, 93, 57, 101, 255, 85, 52, 92, 255, 75, 46, 82, 255, 68, 41, 75, 255, 61, 36, 67, 255, 54, 32, 59, 255, 48, 28, 53, 255, 43, 25, 47, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 55, 34, 59, 255, 62, 39, 67, 255, 67, 42, 72, 255, 72, 45, 77, 255, 75, 46, 81, 255, 80, 49, 86, 255, 85, 51, 92, 255, 91, 55, 100, 255, 98, 59, 108, 255, 101, 62, 110, 255, 105, 65, 114, 255, 106, 65, 115, 255, 109, 68, 119, 255, 113, 71, 124, 255, 122, 78, 133, 255, 128, 82, 139, 255, 134, 85, 146, 255, 132, 84, 145, 255, 152, 94, 167, 255, 175, 109, 191, 255, 163, 98, 178, 255, 161, 97, 176, 255, 163, 98, 178, 255, 160, 97, 176, 255, 161, 97, 176, 255, 152, 91, 167, 255, 138, 81, 154, 255, 142, 83, 155, 255, 148, 88, 160, 255, 155, 93, 166, 255, 152, 91, 164, 255, 157, 94, 168, 255, 161, 103, 176, 255, 150, 95, 163, 255, 132, 83, 144, 255, 123, 75, 133, 255, 115, 69, 123, 255, 114, 69, 123, 255, 110, 68, 119, 255, 109, 69, 119, 255, 107, 68, 117, 255, 105, 66, 114, 255, 101, 63, 110, 255, 95, 58, 103, 255, 94, 57, 102, 255, 88, 54, 96, 255, 80, 48, 87, 255, 72, 43, 78, 255, 65, 39, 71, 255, 58, 34, 63, 255, 52, 31, 57, 255, 47, 28, 51, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 58, 36, 63, 255, 65, 41, 70, 255, 70, 43, 75, 255, 73, 45, 79, 255, 78, 48, 84, 255, 83, 50, 89, 255, 86, 52, 94, 255, 94, 57, 103, 255, 97, 60, 106, 255, 102, 64, 111, 255, 103, 64, 112, 255, 104, 64, 112, 255, 110, 68, 119, 255, 115, 73, 125, 255, 125, 80, 137, 255, 135, 87, 147, 255, 137, 87, 150, 255, 160, 98, 176, 255, 168, 103, 184, 255, 159, 96, 175, 255, 154, 91, 170, 255, 158, 94, 173, 255, 164, 98, 179, 255, 164, 99, 180, 255, 149, 88, 165, 255, 138, 80, 154, 255, 143, 84, 159, 255, 150, 89, 165, 255, 152, 91, 164, 255, 146, 86, 158, 255, 142, 85, 156, 255, 141, 86, 156, 255, 147, 91, 162, 255, 159, 101, 174, 255, 148, 93, 162, 255, 128, 79, 138, 255, 118, 71, 126, 255, 114, 68, 122, 255, 114, 69, 123, 255, 110, 69, 120, 255, 111, 71, 121, 255, 110, 70, 119, 255, 103, 65, 112, 255, 99, 62, 107, 255, 95, 58, 103, 255, 90, 55, 98, 255, 83, 50, 91, 255, 76, 45, 82, 255, 68, 40, 75, 255, 63, 38, 69, 255, 56, 33, 61, 255, 52, 31, 57, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 63, 40, 69, 255, 68, 43, 74, 255, 72, 45, 78, 255, 76, 46, 81, 255, 80, 48, 86, 255, 84, 50, 90, 255, 88, 54, 96, 255, 92, 58, 101, 255, 99, 62, 107, 255, 103, 64, 112, 255, 103, 63, 111, 255, 107, 65, 115, 255, 113, 69, 122, 255, 119, 76, 129, 255, 132, 85, 144, 255, 151, 97, 166, 255, 170, 107, 187, 255, 163, 100, 179, 255, 160, 97, 175, 255, 151, 89, 166, 255, 147, 86, 162, 255, 157, 95, 172, 255, 162, 97, 177, 255, 162, 97, 177, 255, 145, 85, 160, 255, 140, 81, 156, 255, 151, 89, 166, 255, 156, 93, 172, 255, 153, 91, 169, 255, 138, 82, 152, 255, 133, 81, 148, 255, 137, 84, 152, 255, 140, 86, 154, 255, 138, 85, 152, 255, 139, 87, 154, 255, 149, 93, 160, 255, 136, 84, 145, 255, 116, 70, 124, 255, 114, 69, 123, 255, 112, 71, 122, 255, 112, 71, 122, 255, 114, 73, 124, 255, 109, 69, 118, 255, 101, 64, 110, 255, 100, 63, 108, 255, 94, 58, 102, 255, 86, 52, 94, 255, 79, 47, 86, 255, 72, 43, 79, 255, 66, 39, 72, 255, 60, 36, 66, 255, 55, 32, 59, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 65, 41, 70, 255, 71, 44, 76, 255, 76, 47, 82, 255, 78, 47, 83, 255, 81, 48, 87, 255, 85, 52, 93, 255, 90, 56, 98, 255, 97, 61, 106, 255, 103, 65, 113, 255, 103, 64, 112, 255, 105, 63, 112, 255, 109, 66, 117, 255, 114, 70, 123, 255, 125, 79, 135, 255, 155, 99, 170, 255, 164, 104, 181, 255, 155, 96, 173, 255, 152, 91, 168, 255, 144, 85, 159, 255, 148, 88, 163, 255, 157, 95, 172, 255, 159, 96, 174, 255, 158, 95, 173, 255, 150, 87, 165, 255, 146, 85, 161, 255, 149, 88, 164, 255, 159, 95, 174, 255, 155, 92, 170, 255, 139, 81, 154, 255, 139, 81, 154, 255, 142, 84, 156, 255, 135, 82, 149, 255, 132, 80, 146, 255, 127, 77, 142, 255, 133, 80, 145, 255, 142, 86, 152, 255, 143, 87, 153, 255, 133, 80, 145, 255, 114, 68, 122, 255, 115, 72, 125, 255, 115, 73, 125, 255, 114, 73, 125, 255, 110, 70, 120, 255, 105, 67, 114, 255, 102, 65, 111, 255, 99, 62, 106, 255, 91, 55, 98, 255, 83, 49, 90, 255, 74, 44, 81, 255, 69, 41, 76, 255, 64, 38, 70, 255, 58, 35, 64, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 67, 40, 71, 255, 73, 45, 79, 255, 78, 47, 83, 255, 79, 48, 85, 255, 83, 50, 90, 255, 87, 54, 96, 255, 93, 58, 101, 255, 99, 62, 108, 255, 103, 64, 112, 255, 103, 62, 110, 255, 104, 62, 111, 255, 110, 66, 117, 255, 117, 73, 130, 255, 157, 100, 173, 255, 157, 99, 174, 255, 150, 91, 167, 255, 148, 89, 166, 255, 142, 84, 162, 255, 152, 93, 169, 255, 161, 99, 176, 255, 160, 98, 175, 255, 158, 95, 172, 255, 152, 89, 166, 255, 149, 87, 163, 255, 154, 91, 168, 255, 157, 94, 172, 255, 152, 90, 166, 255, 138, 80, 152, 255, 141, 83, 155, 255, 144, 85, 159, 255, 139, 81, 153, 255, 137, 80, 151, 255, 129, 77, 143, 255, 128, 75, 142, 255, 132, 77, 145, 255, 132, 77, 145, 255, 135, 80, 146, 255, 135, 80, 146, 255, 134, 79, 145, 255, 132, 84, 144, 255, 120, 77, 131, 255, 119, 76, 129, 255, 111, 71, 121, 255, 106, 67, 116, 255, 106, 67, 114, 255, 102, 64, 109, 255, 96, 58, 101, 255, 86, 52, 92, 255, 78, 46, 85, 255, 72, 43, 79, 255, 67, 40, 74, 255, 61, 37, 68, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 70, 42, 75, 255, 75, 45, 80, 255, 78, 47, 84, 255, 77, 47, 85, 255, 83, 51, 91, 255, 87, 54, 96, 255, 94, 59, 103, 255, 101, 62, 109, 255, 104, 63, 111, 255, 105, 64, 113, 255, 107, 64, 114, 255, 116, 70, 129, 255, 134, 83, 148, 255, 148, 94, 163, 255, 155, 98, 171, 255, 161, 103, 175, 255, 162, 104, 177, 255, 157, 99, 173, 255, 157, 98, 172, 255, 154, 95, 170, 255, 151, 91, 166, 255, 148, 86, 162, 255, 144, 83, 158, 255, 150, 89, 164, 255, 155, 94, 170, 255, 152, 91, 166, 255, 146, 86, 160, 255, 143, 84, 157, 255, 143, 84, 157, 255, 144, 85, 158, 255, 151, 90, 165, 255, 144, 86, 159, 255, 130, 75, 144, 255, 127, 73, 142, 255, 128, 74, 142, 255, 130, 76, 142, 255, 131, 77, 143, 255, 130, 76, 142, 255, 132, 79, 143, 255, 147, 93, 160, 255, 142, 91, 155, 255, 126, 81, 137, 255, 117, 75, 128, 255, 110, 70, 120, 255, 105, 67, 115, 255, 103, 65, 111, 255, 98, 60, 104, 255, 90, 55, 96, 255, 80, 49, 87, 255, 76, 46, 83, 255, 72, 43, 78, 255, 67, 40, 73, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 73, 44, 78, 255, 77, 47, 84, 255, 79, 49, 88, 255, 82, 50, 90, 255, 85, 52, 94, 255, 92, 57, 101, 255, 99, 61, 108, 255, 105, 65, 114, 255, 108, 67, 117, 255, 110, 67, 121, 255, 124, 76, 137, 255, 127, 78, 141, 255, 136, 87, 150, 255, 141, 91, 155, 255, 145, 94, 159, 255, 153, 98, 167, 255, 156, 99, 171, 255, 154, 97, 169, 255, 152, 94, 168, 255, 147, 90, 165, 255, 144, 89, 163, 255, 143, 86, 160, 255, 150, 89, 164, 255, 151, 91, 165, 255, 148, 89, 161, 255, 141, 83, 155, 255, 138, 80, 152, 255, 140, 82, 154, 255, 144, 85, 158, 255, 151, 91, 165, 255, 142, 84, 156, 255, 136, 81, 150, 255, 134, 79, 149, 255, 135, 80, 149, 255, 139, 84, 152, 255, 133, 80, 144, 255, 130, 77, 140, 255, 125, 72, 133, 255, 127, 75, 136, 255, 135, 82, 145, 255, 139, 87, 150, 255, 138, 87, 149, 255, 118, 73, 130, 255, 112, 71, 122, 255, 108, 68, 118, 255, 103, 65, 112, 255, 99, 61, 106, 255, 94, 57, 100, 255, 86, 53, 92, 255, 81, 50, 87, 255, 76, 46, 82, 255, 71, 43, 77, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 74, 45, 81, 255, 81, 49, 89, 255, 86, 52, 95, 255, 86, 53, 94, 255, 91, 55, 100, 255, 100, 61, 109, 255, 104, 64, 113, 255, 108, 68, 118, 255, 127, 79, 139, 255, 138, 84, 151, 255, 134, 85, 148, 255, 140, 91, 154, 255, 133, 83, 146, 255, 125, 76, 139, 255, 126, 76, 139, 255, 134, 81, 148, 255, 141, 84, 156, 255, 142, 87, 159, 255, 145, 89, 162, 255, 150, 92, 165, 255, 147, 90, 163, 255, 149, 92, 165, 255, 147, 87, 161, 255, 146, 87, 160, 255, 138, 81, 152, 255, 139, 82, 154, 255, 145, 87, 159, 255, 140, 82, 153, 255, 142, 84, 155, 255, 139, 83, 153, 255, 137, 82, 151, 255, 141, 86, 155, 255, 140, 85, 154, 255, 143, 87, 157, 255, 144, 89, 158, 255, 138, 84, 152, 255, 132, 79, 143, 255, 129, 77, 138, 255, 129, 77, 138, 255, 126, 74, 135, 255, 124, 73, 133, 255, 131, 80, 143, 255, 130, 78, 147, 255, 120, 73, 133, 255, 107, 68, 117, 255, 104, 65, 113, 255, 99, 61, 106, 255, 94, 58, 101, 255, 89, 54, 96, 255, 83, 51, 90, 255, 79, 48, 85, 255, 74, 45, 80, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 78, 47, 85, 255, 85, 51, 93, 255, 86, 53, 95, 255, 89, 54, 98, 255, 96, 58, 105, 255, 102, 62, 112, 255, 107, 67, 117, 255, 133, 83, 145, 255, 142, 89, 155, 255, 137, 85, 150, 255, 137, 84, 149, 255, 137, 88, 150, 255, 135, 87, 149, 255, 130, 81, 143, 255, 130, 77, 143, 255, 132, 75, 145, 255, 135, 78, 148, 255, 140, 84, 154, 255, 145, 90, 160, 255, 146, 90, 161, 255, 145, 88, 160, 255, 145, 86, 159, 255, 147, 87, 160, 255, 143, 83, 156, 255, 144, 85, 157, 255, 141, 84, 155, 255, 134, 79, 148, 255, 138, 82, 151, 255, 139, 83, 153, 255, 143, 86, 156, 255, 142, 85, 156, 255, 138, 83, 151, 255, 142, 88, 156, 255, 146, 91, 160, 255, 146, 90, 159, 255, 138, 84, 152, 255, 128, 77, 142, 255, 128, 77, 140, 255, 128, 77, 138, 255, 128, 78, 139, 255, 126, 75, 138, 255, 124, 74, 141, 255, 125, 75, 142, 255, 132, 80, 146, 255, 127, 77, 139, 255, 103, 65, 113, 255, 102, 63, 109, 255, 94, 58, 102, 255, 89, 55, 96, 255, 85, 51, 92, 255, 80, 48, 86, 255, 76, 47, 82, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 80, 49, 88, 255, 85, 52, 93, 255, 87, 53, 95, 255, 91, 55, 100, 255, 98, 60, 107, 255, 116, 74, 128, 255, 136, 86, 149, 255, 136, 85, 149, 255, 135, 85, 148, 255, 138, 88, 151, 255, 143, 93, 155, 255, 144, 94, 157, 255, 143, 93, 156, 255, 136, 84, 149, 255, 132, 77, 144, 255, 133, 78, 145, 255, 136, 81, 148, 255, 140, 86, 153, 255, 142, 88, 156, 255, 139, 83, 153, 255, 139, 81, 151, 255, 142, 84, 155, 255, 147, 88, 160, 255, 149, 89, 162, 255, 140, 82, 153, 255, 133, 77, 146, 255, 137, 82, 150, 255, 138, 83, 151, 255, 140, 84, 153, 255, 137, 82, 151, 255, 136, 81, 149, 255, 141, 84, 154, 255, 145, 90, 159, 255, 148, 91, 162, 255, 141, 86, 154, 255, 132, 80, 145, 255, 131, 79, 144, 255, 130, 78, 143, 255, 129, 78, 142, 255, 128, 77, 141, 255, 125, 75, 141, 255, 124, 74, 140, 255, 126, 76, 140, 255, 129, 78, 141, 255, 130, 79, 142, 255, 126, 75, 139, 255, 108, 65, 120, 255, 99, 61, 106, 255, 92, 57, 99, 255, 86, 53, 93, 255, 81, 50, 88, 255, 77, 47, 83, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 81, 49, 88, 255, 83, 51, 92, 255, 90, 55, 98, 255, 94, 57, 103, 255, 119, 76, 133, 255, 136, 88, 149, 255, 134, 87, 147, 255, 134, 86, 147, 255, 136, 88, 148, 255, 139, 90, 151, 255, 145, 98, 157, 255, 150, 103, 162, 255, 149, 102, 162, 255, 144, 94, 156, 255, 135, 82, 147, 255, 136, 84, 149, 255, 137, 85, 150, 255, 140, 87, 153, 255, 141, 87, 154, 255, 135, 82, 148, 255, 136, 81, 149, 255, 140, 83, 153, 255, 141, 84, 154, 255, 137, 80, 150, 255, 137, 82, 150, 255, 141, 87, 154, 255, 135, 84, 148, 255, 131, 79, 144, 255, 132, 79, 145, 255, 133, 79, 146, 255, 135, 81, 148, 255, 142, 88, 155, 255, 145, 92, 158, 255, 142, 89, 155, 255, 138, 85, 151, 255, 133, 81, 146, 255, 128, 77, 141, 255, 128, 77, 140, 255, 128, 75, 137, 255, 129, 75, 138, 255, 127, 76, 139, 255, 122, 73, 137, 255, 125, 75, 138, 255, 126, 76, 138, 255, 126, 77, 138, 255, 125, 75, 136, 255, 127, 77, 139, 255, 118, 73, 129, 255, 97, 60, 104, 255, 91, 56, 98, 255, 84, 52, 91, 255, 80, 49, 86, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 80, 49, 88, 255, 87, 54, 96, 255, 95, 59, 103, 255, 120, 77, 135, 255, 127, 82, 144, 255, 129, 84, 143, 255, 134, 88, 144, 255, 135, 89, 146, 255, 136, 90, 148, 255, 140, 93, 152, 255, 143, 96, 154, 255, 146, 101, 158, 255, 145, 99, 157, 255, 144, 96, 156, 255, 141, 91, 154, 255, 138, 88, 151, 255, 138, 86, 150, 255, 141, 87, 153, 255, 137, 84, 150, 255, 132, 80, 145, 255, 135, 83, 148, 255, 132, 80, 144, 255, 127, 74, 139, 255, 134, 81, 146, 255, 134, 83, 147, 255, 125, 77, 138, 255, 128, 79, 141, 255, 135, 84, 148, 255, 127, 77, 139, 255, 132, 80, 145, 255, 138, 86, 150, 255, 139, 87, 152, 255, 139, 87, 152, 255, 139, 87, 151, 255, 136, 85, 149, 255, 131, 80, 143, 255, 128, 77, 140, 255, 130, 77, 141, 255, 130, 77, 141, 255, 126, 74, 135, 255, 121, 69, 128, 255, 121, 70, 130, 255, 120, 72, 133, 255, 122, 73, 134, 255, 124, 76, 135, 255, 123, 75, 134, 255, 122, 75, 133, 255, 124, 76, 135, 255, 110, 63, 121, 255, 99, 62, 108, 255, 88, 54, 95, 255, 80, 49, 87, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 82, 51, 90, 255, 101, 63, 108, 255, 120, 75, 127, 255, 121, 77, 132, 255, 122, 79, 138, 255, 126, 82, 140, 255, 129, 85, 141, 255, 130, 85, 142, 255, 132, 88, 144, 255, 133, 86, 145, 255, 135, 88, 146, 255, 136, 89, 148, 255, 139, 92, 150, 255, 139, 92, 151, 255, 143, 98, 156, 255, 141, 92, 153, 255, 140, 89, 152, 255, 138, 86, 151, 255, 136, 84, 148, 255, 133, 82, 145, 255, 127, 77, 140, 255, 124, 75, 136, 255, 127, 80, 139, 255, 125, 78, 137, 255, 118, 72, 130, 255, 127, 79, 140, 255, 127, 79, 140, 255, 118, 72, 130, 255, 127, 78, 138, 255, 136, 84, 147, 255, 137, 85, 149, 255, 136, 85, 148, 255, 136, 85, 148, 255, 136, 85, 148, 255, 135, 84, 146, 255, 134, 82, 144, 255, 132, 80, 142, 255, 130, 78, 142, 255, 127, 76, 138, 255, 125, 74, 134, 255, 123, 73, 133, 255, 119, 71, 129, 255, 111, 66, 122, 255, 120, 73, 131, 255, 122, 76, 133, 255, 118, 70, 128, 255, 116, 69, 127, 255, 114, 67, 125, 255, 113, 69, 124, 255, 111, 70, 122, 255, 95, 60, 105, 255, 82, 51, 90, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 102, 62, 108, 255, 116, 73, 124, 255, 116, 73, 124, 255, 119, 76, 127, 255, 123, 80, 133, 255, 127, 83, 136, 255, 130, 86, 138, 255, 130, 88, 141, 255, 133, 92, 143, 255, 134, 93, 145, 255, 134, 92, 145, 255, 134, 91, 145, 255, 135, 89, 146, 255, 134, 87, 146, 255, 136, 88, 147, 255, 139, 90, 150, 255, 138, 89, 149, 255, 136, 88, 148, 255, 133, 84, 145, 255, 129, 79, 141, 255, 123, 76, 134, 255, 121, 76, 131, 255, 117, 72, 126, 255, 119, 74, 130, 255, 122, 77, 134, 255, 112, 69, 123, 255, 112, 68, 123, 255, 127, 78, 138, 255, 133, 82, 144, 255, 136, 84, 148, 255, 136, 84, 148, 255, 134, 84, 146, 255, 134, 84, 145, 255, 133, 83, 145, 255, 131, 80, 142, 255, 132, 81, 143, 255, 130, 80, 141, 255, 125, 75, 134, 255, 124, 74, 134, 255, 125, 75, 136, 255, 122, 74, 132, 255, 117, 71, 127, 255, 117, 72, 127, 255, 118, 73, 129, 255, 116, 71, 126, 255, 114, 68, 125, 255, 111, 66, 121, 255, 108, 67, 118, 255, 106, 67, 116, 255, 101, 63, 111, 255, 109, 69, 120, 255, 90, 57, 100, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 111, 69, 118, 255, 113, 71, 120, 255, 117, 75, 126, 255, 121, 79, 130, 255, 126, 83, 136, 255, 126, 85, 137, 255, 127, 87, 138, 255, 129, 90, 140, 255, 130, 91, 141, 255, 131, 92, 142, 255, 132, 92, 143, 255, 135, 91, 144, 255, 135, 89, 145, 255, 133, 87, 144, 255, 131, 85, 143, 255, 130, 83, 141, 255, 127, 80, 138, 255, 125, 78, 136, 255, 122, 76, 133, 255, 118, 74, 129, 255, 116, 72, 126, 255, 118, 74, 129, 255, 117, 73, 127, 255, 108, 66, 115, 255, 111, 67, 118, 255, 120, 73, 128, 255, 124, 76, 133, 255, 128, 78, 138, 255, 130, 80, 141, 255, 132, 82, 144, 255, 132, 81, 143, 255, 131, 81, 143, 255, 131, 81, 143, 255, 130, 80, 141, 255, 126, 77, 136, 255, 124, 75, 133, 255, 122, 74, 131, 255, 124, 76, 133, 255, 124, 77, 133, 255, 121, 75, 131, 255, 117, 72, 127, 255, 115, 71, 124, 255, 114, 70, 123, 255, 112, 69, 122, 255, 108, 68, 118, 255, 104, 66, 114, 255, 103, 65, 113, 255, 104, 66, 114, 255, 106, 67, 116, 255, 97, 61, 107, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 64, 40, 70, 255, 110, 69, 117, 255, 113, 73, 123, 255, 120, 79, 130, 255, 121, 80, 131, 255, 122, 81, 132, 255, 124, 86, 134, 255, 126, 86, 136, 255, 127, 86, 136, 255, 131, 89, 138, 255, 133, 89, 139, 255, 130, 85, 137, 255, 126, 81, 136, 255, 123, 78, 134, 255, 121, 76, 132, 255, 120, 75, 131, 255, 118, 73, 127, 255, 115, 71, 123, 255, 115, 71, 124, 255, 116, 73, 127, 255, 114, 71, 124, 255, 107, 65, 116, 255, 105, 63, 115, 255, 111, 66, 120, 255, 119, 72, 126, 255, 121, 73, 128, 255, 121, 74, 129, 255, 123, 76, 132, 255, 124, 76, 135, 255, 126, 78, 137, 255, 126, 78, 137, 255, 126, 78, 137, 255, 122, 74, 132, 255, 117, 70, 125, 255, 115, 68, 121, 255, 118, 72, 125, 255, 121, 75, 129, 255, 118, 73, 126, 255, 118, 73, 126, 255, 114, 71, 123, 255, 112, 69, 121, 255, 110, 68, 119, 255, 105, 66, 115, 255, 101, 64, 111, 255, 100, 64, 110, 255, 103, 65, 113, 255, 105, 65, 114, 255, 61, 36, 67, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 106, 67, 115, 255, 111, 72, 121, 255, 112, 72, 121, 255, 113, 73, 123, 255, 115, 75, 125, 255, 118, 78, 127, 255, 123, 81, 130, 255, 123, 81, 131, 255, 123, 80, 131, 255, 117, 74, 127, 255, 117, 73, 127, 255, 115, 72, 126, 255, 112, 70, 121, 255, 112, 70, 121, 255, 108, 67, 115, 255, 111, 68, 118, 255, 113, 70, 122, 255, 114, 70, 122, 255, 110, 67, 119, 255, 100, 60, 111, 255, 101, 61, 112, 255, 106, 63, 115, 255, 110, 66, 118, 255, 114, 68, 121, 255, 117, 71, 124, 255, 116, 71, 125, 255, 117, 72, 128, 255, 117, 72, 128, 255, 115, 70, 126, 255, 114, 68, 124, 255, 116, 71, 127, 255, 114, 70, 123, 255, 114, 70, 121, 255, 112, 69, 120, 255, 110, 68, 119, 255, 114, 71, 122, 255, 117, 73, 123, 255, 113, 70, 120, 255, 107, 67, 116, 255, 101, 64, 111, 255, 100, 63, 110, 255, 97, 62, 107, 255, 99, 63, 109, 255, 101, 63, 110, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 99, 62, 108, 255, 108, 69, 117, 255, 111, 73, 121, 255, 111, 73, 119, 255, 110, 72, 117, 255, 110, 71, 118, 255, 112, 72, 122, 255, 113, 72, 122, 255, 114, 72, 123, 255, 112, 71, 122, 255, 107, 70, 117, 255, 107, 70, 117, 255, 110, 70, 120, 255, 108, 67, 116, 255, 108, 67, 116, 255, 106, 65, 113, 255, 108, 66, 116, 255, 109, 66, 119, 255, 108, 65, 118, 255, 105, 63, 114, 255, 102, 61, 111, 255, 96, 58, 107, 255, 99, 60, 109, 255, 96, 58, 106, 255, 102, 63, 113, 255, 107, 65, 117, 255, 106, 63, 116, 255, 106, 63, 116, 255, 111, 68, 121, 255, 111, 69, 120, 255, 110, 70, 117, 255, 106, 67, 114, 255, 105, 65, 114, 255, 109, 68, 117, 255, 109, 68, 117, 255, 107, 66, 115, 255, 105, 66, 114, 255, 103, 65, 113, 255, 104, 65, 114, 255, 100, 63, 110, 255, 98, 62, 107, 255, 97, 61, 106, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 0, 0, 0, 255, 102, 65, 108, 255, 106, 70, 114, 255, 109, 72, 117, 255, 110, 74, 119, 255, 110, 73, 118, 255, 111, 72, 119, 255, 111, 72, 120, 255, 111, 73, 120, 255, 110, 72, 120, 255, 106, 69, 116, 255, 100, 65, 110, 255, 101, 64, 110, 255, 104, 64, 112, 255, 107, 66, 116, 255, 108, 66, 118, 255, 108, 66, 117, 255, 108, 66, 118, 255, 107, 65, 117, 255, 108, 65, 115, 255, 107, 65, 115, 255, 104, 64, 114, 255, 96, 59, 107, 255, 91, 56, 101, 255, 100, 62, 111, 255, 105, 64, 115, 255, 108, 66, 118, 255, 103, 64, 112, 255, 100, 63, 109, 255, 100, 63, 109, 255, 105, 67, 112, 255, 110, 70, 116, 255, 104, 65, 112, 255, 98, 61, 107, 255, 98, 62, 108, 255, 101, 64, 111, 255, 102, 64, 112, 255, 97, 62, 107, 255, 94, 59, 103, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 101, 66, 108, 255, 104, 69, 112, 255, 106, 71, 114, 255, 106, 70, 114, 255, 106, 68, 115, 255, 108, 70, 117, 255, 111, 73, 120, 255, 102, 67, 112, 255, 96, 63, 105, 255, 96, 63, 105, 255, 98, 62, 107, 255, 101, 62, 110, 255, 101, 61, 110, 255, 101, 61, 111, 255, 104, 64, 114, 255, 104, 64, 114, 255, 103, 63, 112, 255, 101, 62, 112, 255, 102, 62, 113, 255, 105, 65, 115, 255, 103, 64, 113, 255, 103, 64, 112, 255, 97, 60, 107, 255, 98, 61, 107, 255, 94, 59, 104, 255, 98, 62, 107, 255, 100, 63, 107, 255, 99, 63, 106, 255, 101, 64, 108, 255, 101, 64, 108, 255, 99, 64, 106, 255, 95, 62, 102, 255, 98, 62, 107, 255, 99, 62, 108, 255, 92, 59, 101, 255, 93, 59, 102, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 25, 16, 28, 255, 100, 65, 108, 255, 104, 66, 113, 255, 102, 65, 111, 255, 105, 67, 114, 255, 106, 68, 114, 255, 101, 66, 110, 255, 96, 62, 105, 255, 95, 60, 104, 255, 97, 60, 106, 255, 96, 59, 104, 255, 96, 59, 104, 255, 96, 58, 104, 255, 95, 57, 104, 255, 97, 59, 107, 255, 96, 58, 107, 255, 94, 57, 106, 255, 96, 58, 107, 255, 95, 58, 106, 255, 98, 60, 108, 255, 93, 57, 102, 255, 93, 57, 102, 255, 93, 58, 102, 255, 93, 58, 102, 255, 95, 58, 103, 255, 93, 58, 101, 255, 89, 55, 97, 255, 89, 56, 97, 255, 91, 59, 98, 255, 94, 61, 102, 255, 96, 62, 103, 255, 95, 62, 103, 255, 96, 61, 104, 255, 25, 15, 27, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 93, 59, 102, 255, 96, 61, 105, 255, 100, 64, 109, 255, 102, 65, 110, 255, 101, 65, 110, 255, 99, 64, 108, 255, 99, 63, 107, 255, 99, 63, 108, 255, 98, 62, 106, 255, 95, 59, 103, 255, 95, 59, 103, 255, 94, 59, 103, 255, 93, 57, 102, 255, 94, 57, 103, 255, 96, 58, 105, 255, 96, 58, 105, 255, 96, 58, 105, 255, 95, 58, 104, 255, 94, 58, 102, 255, 95, 58, 104, 255, 92, 57, 101, 255, 84, 53, 93, 255, 80, 52, 88, 255, 82, 52, 90, 255, 85, 53, 93, 255, 84, 53, 90, 255, 83, 54, 89, 255, 86, 56, 92, 255, 89, 58, 96, 255, 94, 61, 102, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 71, 45, 78, 255, 96, 60, 103, 255, 96, 61, 104, 255, 95, 61, 104, 255, 96, 61, 104, 255, 94, 59, 102, 255, 92, 58, 100, 255, 90, 57, 98, 255, 88, 55, 96, 255, 87, 54, 96, 255, 88, 55, 97, 255, 86, 53, 96, 255, 84, 52, 95, 255, 83, 51, 94, 255, 89, 54, 98, 255, 87, 54, 96, 255, 85, 54, 93, 255, 86, 54, 94, 255, 86, 54, 95, 255, 84, 53, 93, 255, 80, 51, 88, 255, 80, 51, 88, 255, 81, 50, 88, 255, 82, 50, 89, 255, 80, 49, 88, 255, 78, 49, 85, 255, 79, 51, 84, 255, 70, 43, 78, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 88, 55, 96, 255, 88, 54, 96, 255, 90, 56, 97, 255, 89, 55, 96, 255, 89, 55, 96, 255, 83, 51, 92, 255, 80, 50, 90, 255, 85, 54, 94, 255, 85, 54, 93, 255, 82, 50, 91, 255, 80, 49, 90, 255, 80, 49, 89, 255, 79, 50, 88, 255, 80, 51, 88, 255, 85, 53, 93, 255, 84, 53, 92, 255, 84, 53, 92, 255, 82, 52, 89, 255, 78, 49, 86, 255, 77, 47, 84, 255, 74, 45, 82, 255, 73, 44, 81, 255, 75, 46, 83, 255, 73, 44, 80, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 87, 56, 94, 255, 85, 54, 93, 255, 86, 54, 93, 255, 85, 53, 93, 255, 83, 51, 91, 255, 82, 50, 90, 255, 78, 49, 87, 255, 76, 47, 85, 255, 75, 46, 85, 255, 75, 46, 85, 255, 76, 47, 84, 255, 76, 47, 84, 255, 77, 48, 84, 255, 79, 49, 86, 255, 78, 49, 85, 255, 76, 48, 83, 255, 77, 48, 84, 255, 76, 46, 83, 255, 71, 43, 78, 255, 70, 42, 77, 255, 72, 43, 79, 255, 70, 42, 77, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 0, 0, 0, 255, 77, 47, 84, 255, 78, 48, 85, 255, 79, 48, 85, 255, 79, 48, 86, 255, 78, 48, 85, 255, 76, 47, 83, 255, 71, 44, 78, 255, 73, 45, 80, 255, 71, 44, 78, 255, 71, 44, 78, 255, 71, 44, 78, 255, 71, 44, 78, 255, 69, 44, 77, 255, 72, 44, 78, 255, 74, 45, 81, 255, 75, 46, 81, 255, 73, 45, 80, 255, 73, 45, 79, 255, 0, 0, 0, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 72, 44, 79, 255, 74, 45, 80, 255, 72, 44, 79, 255, 71, 43, 78, 255, 67, 41, 74, 255, 65, 41, 72, 255, 65, 40, 72, 255, 65, 41, 72, 255, 65, 40, 72, 255, 64, 40, 71, 255, 68, 41, 75, 255, 70, 42, 76, 255, 72, 44, 78, 255, 72, 45, 79, 255, 70, 44, 77, 255, 71, 44, 78, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 30, 18, 33, 255, 66, 41, 73, 255, 66, 41, 73, 255, 68, 42, 77, 255, 68, 42, 77, 255, 68, 42, 77, 255, 65, 40, 72, 255, 63, 39, 69, 255, 64, 39, 71, 255, 66, 40, 72, 255, 68, 42, 74, 255, 66, 40, 73, 255, 65, 39, 71, 255, 30, 19, 33, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 62, 39, 70, 255, 64, 40, 72, 255, 64, 40, 73, 255, 62, 38, 69, 255, 61, 37, 67, 255, 61, 37, 67, 255, 61, 36, 67, 255, 61, 37, 67, 255, 62, 37, 68, 255, 62, 38, 68, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 57, 36, 64, 255, 56, 35, 62, 255, 58, 36, 64, 255, 58, 36, 64, 255, 56, 35, 62, 255, 57, 35, 63, 255, 57, 34, 63, 255, 57, 34, 62, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 0, 0, 0, 255, 51, 32, 57, 255, 50, 30, 55, 255, 54, 33, 59, 255, 54, 33, 59, 255, 0, 0, 0, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 49, 31, 54, 255, 48, 30, 53, 255, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0, 76, 76, 76, 0), "format": "RGBA8", @@ -12,15 +12,14 @@ data = { } [sub_resource type="ImageTexture" id="2"] -image = SubResource( "Image_jyk8h" ) -size = Vector2(64, 64) +image = SubResource("Image_lrgmn") [sub_resource type="BoxShape3D" id="3"] [resource] item/0/name = "cube" -item/0/mesh = ExtResource( "1" ) +item/0/mesh = ExtResource("1") item/0/mesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) -item/0/shapes = [SubResource( "3" ), Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)] +item/0/shapes = [SubResource("3"), Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)] item/0/navmesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0) -item/0/preview = SubResource( "2" ) +item/0/preview = SubResource("2") diff --git a/3d/rigidbody_character/default_env.tres b/3d/rigidbody_character/default_env.tres index 5cd11c4aa5e..b94fcf9fe96 100644 --- a/3d/rigidbody_character/default_env.tres +++ b/3d/rigidbody_character/default_env.tres @@ -8,12 +8,12 @@ ground_horizon_color = Color(0.14902, 0.137255, 0.12549, 1) ground_curve = 0.25 [sub_resource type="Sky" id="1"] -sky_material = SubResource( "ProceduralSkyMaterial_fiix7" ) +sky_material = SubResource("ProceduralSkyMaterial_fiix7") radiance_size = 1 [resource] background_mode = 2 -sky = SubResource( "1" ) +sky = SubResource("1") ambient_light_energy = 5.0 tonemap_mode = 2 tonemap_white = 6.0 diff --git a/3d/rigidbody_character/icon.png.import b/3d/rigidbody_character/icon.png.import index 7660c11e206..a9b6a6a2756 100644 --- a/3d/rigidbody_character/icon.png.import +++ b/3d/rigidbody_character/icon.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/3d/rigidbody_character/level.tscn b/3d/rigidbody_character/level.tscn index 535d2d76d51..357a49cafd2 100644 --- a/3d/rigidbody_character/level.tscn +++ b/3d/rigidbody_character/level.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=12 format=3 uid="uid://y0rsox5qdoci"] +[gd_scene load_steps=14 format=3 uid="uid://y0rsox5qdoci"] [ext_resource type="MeshLibrary" uid="uid://dxc3y3vtd7ins" path="res://cubelib.tres" id="1"] [ext_resource type="PackedScene" uid="uid://cbvuesb1ptdh4" path="res://player/cubio.tscn" id="2"] @@ -27,6 +27,11 @@ tracks/0/keys = { "values": [Vector3(0.5, 4.5, -2.5), Vector3(0.5, 4.5, -2.5), Vector3(0.5, 8.5, -2.5), Vector3(0.5, 8.5, -2.5), Vector3(0.5, 4.5, -2.5), Vector3(0.5, 4.5, -2.5)] } +[sub_resource type="AnimationLibrary" id="AnimationLibrary_64cvx"] +_data = { +"updown1": SubResource("2") +} + [sub_resource type="Animation" id="3"] length = 10.0 loop_mode = 1 @@ -43,27 +48,26 @@ tracks/0/keys = { "values": [Vector3(-3.5, 8.5, 4.5), Vector3(-3.5, 8.5, 4.5), Vector3(3.5, 8.5, 4.5), Vector3(3.5, 8.5, 4.5), Vector3(-3.5, 8.5, 4.5)] } +[sub_resource type="AnimationLibrary" id="AnimationLibrary_4vwp8"] +_data = { +"side": SubResource("3"), +"updown1": SubResource("2") +} + [sub_resource type="BoxShape3D" id="4"] [node name="World3D" type="Node3D"] -script = ExtResource( "6" ) -__meta__ = { -"__editor_plugin_screen__": "3D" -} +script = ExtResource("6") [node name="GridMap" type="GridMap" parent="."] -mesh_library = ExtResource( "1" ) +mesh_library = ExtResource("1") cell_size = Vector3(1, 1, 1) data = { "cells": PackedInt32Array(0, 0, 0, 1, 0, 0, 2, 0, 0, 3, 0, 0, 4, 0, 0, 65530, 0, 0, 65531, 0, 0, 65532, 0, 0, 65533, 0, 0, 65534, 0, 0, 65535, 0, 0, 196603, 0, 0, 196604, 0, 0, 524292, 0, 0, 589820, 0, 0, 786432, 0, 0, 851967, 0, 0, 0, 1, 0, 1, 1, 0, 2, 1, 0, 3, 1, 0, 4, 1, 0, 65530, 1, 0, 65531, 1, 0, 65532, 1, 0, 65533, 1, 0, 65534, 1, 0, 65535, 1, 0, 131075, 1, 0, 196603, 1, 0, 196604, 1, 0, 524292, 1, 0, 589820, 1, 0, 786432, 1, 0, 851967, 1, 0, 0, 2, 0, 1, 2, 0, 2, 2, 0, 3, 2, 0, 4, 2, 0, 65530, 2, 0, 65531, 2, 0, 65532, 2, 0, 65533, 2, 0, 65534, 2, 0, 65535, 2, 0, 131075, 2, 0, 196603, 2, 0, 196604, 2, 0, 524292, 2, 0, 589820, 2, 0, 786432, 2, 0, 786433, 2, 0, 851966, 2, 0, 851967, 2, 0, 0, 3, 0, 1, 3, 0, 2, 3, 0, 3, 3, 0, 4, 3, 0, 65530, 3, 0, 65531, 3, 0, 65532, 3, 0, 65533, 3, 0, 65534, 3, 0, 65535, 3, 0, 196603, 3, 0, 524291, 3, 0, 524292, 3, 0, 589820, 3, 0, 786432, 3, 0, 786433, 3, 0, 851966, 3, 0, 851967, 3, 0, 0, 4, 0, 1, 4, 0, 2, 4, 0, 3, 4, 0, 4, 4, 0, 65530, 4, 0, 65531, 4, 0, 65532, 4, 0, 65533, 4, 0, 65534, 4, 0, 65535, 4, 0, 196603, 4, 0, 0, 5, 0, 1, 5, 0, 2, 5, 0, 3, 5, 0, 4, 5, 0, 65530, 5, 0, 65531, 5, 0, 65532, 5, 0, 65533, 5, 0, 65534, 5, 0, 65535, 5, 0, 131075, 5, 0, 0, 6, 0, 1, 6, 0, 2, 6, 0, 3, 6, 0, 4, 6, 0, 65530, 6, 0, 65531, 6, 0, 65532, 6, 0, 65533, 6, 0, 65534, 6, 0, 65535, 6, 0, 131075, 6, 0, 196603, 6, 0, 0, 7, 0, 1, 7, 0, 2, 7, 0, 3, 7, 0, 4, 7, 0, 65530, 7, 0, 65531, 7, 0, 65532, 7, 0, 65533, 7, 0, 65534, 7, 0, 65535, 7, 0, 131075, 7, 0, 196603, 7, 0, 0, 8, 0, 1, 8, 0, 2, 8, 0, 3, 8, 0, 4, 8, 0, 65530, 8, 0, 65531, 8, 0, 65532, 8, 0, 65533, 8, 0, 65534, 8, 0, 65535, 8, 0, 131075, 8, 0, 196603, 8, 0, 196604, 8, 0, 0, 9, 0, 1, 9, 0, 2, 9, 0, 3, 9, 0, 4, 9, 0, 65530, 9, 0, 65531, 9, 0, 65532, 9, 0, 65533, 9, 0, 65534, 9, 0, 65535, 9, 0, 131073, 9, 0, 131074, 9, 0, 131075, 9, 0, 196603, 9, 0, 196604, 9, 0, 196605, 9, 0, 196608, 9, 0, 262142, 9, 0, 0, 10, 0, 1, 10, 0, 2, 10, 0, 3, 10, 0, 4, 10, 0, 65530, 10, 0, 65531, 10, 0, 65532, 10, 0, 65533, 10, 0, 65534, 10, 0, 65535, 10, 0, 0, 11, 0, 1, 11, 0, 2, 11, 0, 3, 11, 0, 4, 11, 0, 65530, 11, 0, 65531, 11, 0, 65532, 11, 0, 65533, 11, 0, 65534, 11, 0, 65535, 11, 0, 0, 65532, 0, 1, 65532, 0, 2, 65532, 0, 3, 65532, 0, 4, 65532, 0, 65530, 65532, 0, 65531, 65532, 0, 65532, 65532, 0, 65533, 65532, 0, 65534, 65532, 0, 65535, 65532, 0, 0, 65533, 0, 1, 65533, 0, 2, 65533, 0, 3, 65533, 0, 4, 65533, 0, 65530, 65533, 0, 65531, 65533, 0, 65532, 65533, 0, 65533, 65533, 0, 65534, 65533, 0, 65535, 65533, 0, 262145, 65533, 0, 262146, 65533, 0, 262147, 65533, 0, 589822, 65533, 0, 589823, 65533, 0, 655363, 65533, 0, 655364, 65533, 0, 720897, 65533, 0, 720898, 65533, 0, 786432, 65533, 0, 851967, 65533, 0, 0, 65534, 0, 1, 65534, 0, 2, 65534, 0, 3, 65534, 0, 4, 65534, 0, 65530, 65534, 0, 65531, 65534, 0, 65532, 65534, 0, 65533, 65534, 0, 65534, 65534, 0, 65535, 65534, 0, 65536, 65534, 0, 131071, 65534, 0, 196603, 65534, 0, 196604, 65534, 0, 196605, 65534, 0, 196606, 65534, 0, 196607, 65534, 0, 589822, 65534, 0, 589828, 65534, 0, 786432, 65534, 0, 851967, 65534, 0, 0, 65535, 0, 1, 65535, 0, 2, 65535, 0, 3, 65535, 0, 4, 65535, 0, 65530, 65535, 0, 65531, 65535, 0, 65532, 65535, 0, 65533, 65535, 0, 65534, 65535, 0, 65535, 65535, 0, 196603, 65535, 0, 196604, 65535, 0, 196611, 65535, 0, 589820, 65535, 0, 589821, 65535, 0, 589822, 65535, 0, 589828, 65535, 0, 786432, 65535, 0, 851967, 65535, 0) } -__meta__ = { -"_editor_clip_": 0, -"_editor_floor_": Vector3(0, 12, 0) -} [node name="WorldEnvironment" type="WorldEnvironment" parent="."] -environment = ExtResource( "3_scanf" ) +environment = ExtResource("3_scanf") [node name="DirectionalLight3D" type="DirectionalLight3D" parent="."] transform = Transform3D(-0.173649, 0.806707, -0.564863, 0, 0.573576, 0.819152, 0.984808, 0.142244, -0.0996007, 0, 0, 0) @@ -76,7 +80,7 @@ directional_shadow_split_3 = 0.2 directional_shadow_fade_start = 0.25 directional_shadow_max_distance = 50.0 -[node name="Cubio" parent="." instance=ExtResource( "2" )] +[node name="Cubio" parent="." instance=ExtResource("2")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.5, 2, 4) [node name="Elevator1" type="CharacterBody3D" parent="."] @@ -84,45 +88,48 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.5, 4.5, -2.5) input_capture_on_drag = true [node name="Mesh" type="MeshInstance3D" parent="Elevator1"] -mesh = ExtResource( "3" ) +mesh = ExtResource("3") [node name="CollisionShape3D" type="CollisionShape3D" parent="Elevator1"] -shape = SubResource( "1" ) +shape = SubResource("1") [node name="AnimationPlayer" type="AnimationPlayer" parent="Elevator1"] autoplay = "updown1" playback_process_mode = 0 -anims/updown1 = SubResource( "2" ) +libraries = { +"": SubResource("AnimationLibrary_64cvx") +} [node name="Elevator2" type="CharacterBody3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3.5, 8.5, 4.5) [node name="Mesh" type="MeshInstance3D" parent="Elevator2"] -mesh = ExtResource( "3" ) +mesh = ExtResource("3") [node name="CollisionShape3D" type="CollisionShape3D" parent="Elevator2"] -shape = SubResource( "1" ) +shape = SubResource("1") [node name="AnimationPlayer" type="AnimationPlayer" parent="Elevator2"] autoplay = "side" playback_process_mode = 0 -anims/side = SubResource( "3" ) -anims/updown1 = SubResource( "2" ) +libraries = { +"": SubResource("AnimationLibrary_4vwp8") +} [node name="Princess" type="Area3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 13.25, 3) -[node name="Mushroom" parent="Princess" instance=ExtResource( "5" )] +[node name="Mushroom" parent="Princess" instance=ExtResource("5")] [node name="CollisionShape3D" type="CollisionShape3D" parent="Princess"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0) -shape = SubResource( "4" ) +shape = SubResource("4") [node name="SpawnTimer" type="Timer" parent="."] wait_time = 2.0 autostart = true -[node name="cube_rigidbody" parent="." instance=ExtResource( "7" )] +[node name="cube_rigidbody" parent="." instance=ExtResource("7")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.416964, 3.3565, 2.6332) [connection signal="body_entered" from="Princess" to="Cubio" method="_on_tcube_body_entered"] diff --git a/3d/rigidbody_character/models/cube.glb.import b/3d/rigidbody_character/models/cube.glb.import index 72f07b1d34b..94dcb33dc18 100644 --- a/3d/rigidbody_character/models/cube.glb.import +++ b/3d/rigidbody_character/models/cube.glb.import @@ -15,6 +15,7 @@ dest_files=["res://.godot/imported/cube.glb-c6bf6ebacd621473d1ca4ff4a368b9dc.scn nodes/root_type="Node3D" nodes/root_name="Cube" +nodes/apply_root_scale=true nodes/root_scale=1.0 meshes/ensure_tangents=true meshes/generate_lods=true diff --git a/3d/rigidbody_character/models/mushroom.glb.import b/3d/rigidbody_character/models/mushroom.glb.import index 9a26347facf..db9a30926fc 100644 --- a/3d/rigidbody_character/models/mushroom.glb.import +++ b/3d/rigidbody_character/models/mushroom.glb.import @@ -15,6 +15,7 @@ dest_files=["res://.godot/imported/mushroom.glb-32cf35844b7be6455c0c736b26eb7163 nodes/root_type="Node3D" nodes/root_name="Mushroom" +nodes/apply_root_scale=true nodes/root_scale=1.0 meshes/ensure_tangents=true meshes/generate_lods=true diff --git a/3d/rigidbody_character/models/white_wood.png.import b/3d/rigidbody_character/models/white_wood.png.import index a489954d69c..aad45fc5ffa 100644 --- a/3d/rigidbody_character/models/white_wood.png.import +++ b/3d/rigidbody_character/models/white_wood.png.import @@ -31,5 +31,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=0 diff --git a/3d/rigidbody_character/player/cubio.gd b/3d/rigidbody_character/player/cubio.gd index b5cab315d89..f5f3de97f09 100644 --- a/3d/rigidbody_character/player/cubio.gd +++ b/3d/rigidbody_character/player/cubio.gd @@ -1,4 +1,4 @@ -extends RigidDynamicBody3D +extends RigidBody3D @onready var raycast = $RayCast3D @onready var camera = $Target/Camera3D diff --git a/3d/rigidbody_character/player/follow_camera.gd b/3d/rigidbody_character/player/follow_camera.gd index 0b69230ca93..9d24c51e00a 100644 --- a/3d/rigidbody_character/player/follow_camera.gd +++ b/3d/rigidbody_character/player/follow_camera.gd @@ -37,5 +37,5 @@ func _physics_process(_delta): # Turn a little up or down var t = transform - t.basis = Basis(t.basis[0], deg2rad(angle_v_adjust)) * t.basis + t.basis = Basis(t.basis[0], deg_to_rad(angle_v_adjust)) * t.basis transform = t diff --git a/3d/rigidbody_character/project.godot b/3d/rigidbody_character/project.godot index d143c79f4c1..64ea57c8c92 100644 --- a/3d/rigidbody_character/project.godot +++ b/3d/rigidbody_character/project.godot @@ -14,8 +14,8 @@ config/name="RigidBody Character 3D" config/description="Rigidbody character demo for 3D using a capsule for the character. " run/main_scene="res://level.tscn" -config/icon="res://icon.png" config/features=PackedStringArray("4.0") +config/icon="res://icon.png" [gdnative] @@ -25,52 +25,52 @@ singletons=[] jump={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":32,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":32,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":0,"pressure":0.0,"pressed":false,"script":null) ] } move_back={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777234,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":83,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":13,"pressure":0.0,"pressed":false,"script":null) +"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":13,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":1.0,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":83,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194322,"unicode":0,"echo":false,"script":null) ] } move_forward={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":12,"pressure":0.0,"pressed":false,"script":null) +"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":12,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":-1.0,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":87,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194320,"unicode":0,"echo":false,"script":null) ] } move_left={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777231,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":14,"pressure":0.0,"pressed":false,"script":null) +"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":14,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":-1.0,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":65,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194319,"unicode":0,"echo":false,"script":null) ] } move_right={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777233,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":15,"pressure":0.0,"pressed":false,"script":null) +"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":15,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":1.0,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":68,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194321,"unicode":0,"echo":false,"script":null) ] } reset_position={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":82,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":82,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":2,"pressure":0.0,"pressed":false,"script":null) ] } exit={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777217,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":11,"pressure":0.0,"pressed":false,"script":null) +"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":11,"pressure":0.0,"pressed":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194305,"unicode":0,"echo":false,"script":null) ] } diff --git a/3d/truck_town/car_select/car_select.tscn b/3d/truck_town/car_select/car_select.tscn index 1d207626a57..62c6e04103d 100644 --- a/3d/truck_town/car_select/car_select.tscn +++ b/3d/truck_town/car_select/car_select.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=5 format=3] +[gd_scene load_steps=5 format=3 uid="uid://ckvqraq6j1okh"] [ext_resource type="Script" path="res://car_select/car_select.gd" id="1"] [ext_resource type="Texture2D" uid="uid://bh7b4n4lg1uqt" path="res://car_select/choose_van.png" id="2"] @@ -23,6 +23,7 @@ size_flags_vertical = 2 script = ExtResource("1") [node name="HBoxContainer" type="HBoxContainer" parent="."] +layout_mode = 1 anchors_preset = 14 anchor_top = 0.5 anchor_right = 1.0 @@ -32,6 +33,7 @@ grow_vertical = 2 alignment = 1 [node name="MiniVan" type="Button" parent="HBoxContainer"] +layout_mode = 2 offset_left = 5.0 offset_right = 333.0 offset_bottom = 243.0 @@ -40,6 +42,7 @@ size_flags_vertical = 4 icon = ExtResource("2") [node name="TrailerTruck" type="Button" parent="HBoxContainer"] +layout_mode = 2 offset_left = 347.0 offset_right = 675.0 offset_bottom = 243.0 @@ -48,6 +51,7 @@ size_flags_vertical = 4 icon = ExtResource("3") [node name="TowTruck" type="Button" parent="HBoxContainer"] +layout_mode = 2 offset_left = 690.0 offset_right = 1018.0 offset_bottom = 243.0 diff --git a/3d/truck_town/project.godot b/3d/truck_town/project.godot index 5e1add436a6..8097cdc7a90 100644 --- a/3d/truck_town/project.godot +++ b/3d/truck_town/project.godot @@ -19,43 +19,43 @@ config/icon="res://icon.png" [display] -window/stretch/mode="2d" +window/stretch/mode="canvas_items" window/stretch/aspect="expand" [input] accelerate={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":0,"pressure":0.0,"pressed":false,"script":null) +"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":0,"pressure":0.0,"pressed":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":87,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194320,"unicode":0,"echo":false,"script":null) ] } reverse={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":83,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777234,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":1,"pressure":0.0,"pressed":false,"script":null) +"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":1,"pressure":0.0,"pressed":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":83,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194322,"unicode":0,"echo":false,"script":null) ] } turn_left={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777231,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":-1.0,"script":null) +"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":-1.0,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":65,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194319,"unicode":0,"echo":false,"script":null) ] } turn_right={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777233,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":1.0,"script":null) +"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":1.0,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":68,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194321,"unicode":0,"echo":false,"script":null) ] } back={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777217,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":11,"pressure":0.0,"pressed":false,"script":null) +"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":11,"pressure":0.0,"pressed":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194305,"unicode":0,"echo":false,"script":null) ] } diff --git a/3d/truck_town/town/town_scene.tscn b/3d/truck_town/town/town_scene.tscn index 182aeadfdf6..870725c3754 100644 --- a/3d/truck_town/town/town_scene.tscn +++ b/3d/truck_town/town/town_scene.tscn @@ -12,7 +12,7 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 14, 6, -40) [node name="Spedometer" type="Button" parent="."] -custom_minimum_size = Vector2(150, 40) +custom_minimum_size = Vector2i(150, 40) anchors_preset = 1 anchor_left = 1.0 anchor_right = 1.0 @@ -35,5 +35,6 @@ environment = ExtResource("3_t0mbp") [node name="Sun" type="DirectionalLight3D" parent="."] transform = Transform3D(0.939693, -0.280167, -0.196175, -5.01437e-08, -0.573577, 0.819152, -0.34202, -0.769751, -0.538986, 0, 24.4076, 0) shadow_enabled = true +directional_shadow_fade_start = 1.0 [connection signal="pressed" from="Spedometer" to="Spedometer" method="_on_spedometer_pressed"] diff --git a/3d/truck_town/town/truck_town.glb.import b/3d/truck_town/town/truck_town.glb.import index 97c0414b8a3..7f75e6a60af 100644 --- a/3d/truck_town/town/truck_town.glb.import +++ b/3d/truck_town/town/truck_town.glb.import @@ -15,6 +15,7 @@ dest_files=["res://.godot/imported/truck_town.glb-49b71606091d50bf5665443ce42e43 nodes/root_type="Node3D" nodes/root_name="TruckTown" +nodes/apply_root_scale=true nodes/root_scale=1.0 meshes/ensure_tangents=true meshes/generate_lods=true diff --git a/3d/truck_town/vehicles/meshes/meshes.glb.import b/3d/truck_town/vehicles/meshes/meshes.glb.import index b83660f3e69..3f84ed74984 100644 --- a/3d/truck_town/vehicles/meshes/meshes.glb.import +++ b/3d/truck_town/vehicles/meshes/meshes.glb.import @@ -15,6 +15,7 @@ dest_files=["res://.godot/imported/meshes.glb-030ff425937f3e98d423cb5cef7ede3d.s nodes/root_type="Node3D" nodes/root_name="Scene Root" +nodes/apply_root_scale=true nodes/root_scale=1.0 meshes/ensure_tangents=true meshes/generate_lods=true diff --git a/3d/volumetric_fog/project.godot b/3d/volumetric_fog/project.godot index 4b12cf87ffe..cac4825bcc1 100644 --- a/3d/volumetric_fog/project.godot +++ b/3d/volumetric_fog/project.godot @@ -23,54 +23,54 @@ window/stretch/aspect="expand" toggle_temporal_reprojection={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":0,"physical_keycode":32,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":32,"unicode":0,"echo":false,"script":null) ] } increase_temporal_reprojection={ "deadzone": 0.5, -"events": [Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":4,"pressed":false,"double_click":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":0,"physical_keycode":16777232,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":4,"pressed":false,"double_click":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194320,"unicode":0,"echo":false,"script":null) ] } decrease_temporal_reprojection={ "deadzone": 0.5, -"events": [Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":5,"pressed":false,"double_click":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":0,"physical_keycode":16777234,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":5,"pressed":false,"double_click":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194322,"unicode":0,"echo":false,"script":null) ] } increase_fog_density={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":0,"physical_keycode":16777233,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194321,"unicode":0,"echo":false,"script":null) ] } decrease_fog_density={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":0,"physical_keycode":16777231,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194319,"unicode":0,"echo":false,"script":null) ] } move_forward={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":0,"physical_keycode":87,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":87,"unicode":0,"echo":false,"script":null) ] } move_back={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":0,"physical_keycode":83,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":83,"unicode":0,"echo":false,"script":null) ] } move_right={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":0,"physical_keycode":68,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":68,"unicode":0,"echo":false,"script":null) ] } move_left={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":0,"physical_keycode":65,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":65,"unicode":0,"echo":false,"script":null) ] } toggle_mouse_capture={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":0,"physical_keycode":16777217,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194305,"unicode":0,"echo":false,"script":null) ] } diff --git a/3d/volumetric_fog/volumetric_fog.tscn b/3d/volumetric_fog/volumetric_fog.tscn index 364f6a4f794..aef41a9ef26 100644 --- a/3d/volumetric_fog/volumetric_fog.tscn +++ b/3d/volumetric_fog/volumetric_fog.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=17 format=3 uid="uid://d1d6jy84lcpg7"] +[gd_scene load_steps=18 format=3 uid="uid://d1d6jy84lcpg7"] [ext_resource type="Script" path="res://camera.gd" id="1_mfjvp"] [ext_resource type="CompressedTexture3D" uid="uid://bpvy0e34otmhk" path="res://icon_outlined.png" id="2_8fjmj"] @@ -10,11 +10,11 @@ ground_bottom_color = Color(0.121569, 0.121569, 0.129412, 1) ground_horizon_color = Color(0.672549, 0.704902, 0.734314, 1) [sub_resource type="Sky" id="Sky_5gwha"] -sky_material = SubResource( "ProceduralSkyMaterial_fefkn" ) +sky_material = SubResource("ProceduralSkyMaterial_fefkn") [sub_resource type="Environment" id="Environment_gsgar"] background_mode = 2 -sky = SubResource( "Sky_5gwha" ) +sky = SubResource("Sky_5gwha") tonemap_mode = 2 glow_enabled = true volumetric_fog_enabled = true @@ -89,6 +89,7 @@ tracks/2/keys = { [sub_resource type="Animation" id="Animation_axnf8"] resource_name = "move_fog_volume" length = 10.0 +loop_mode = 1 tracks/0/type = "value" tracks/0/imported = false tracks/0/enabled = true @@ -126,6 +127,12 @@ tracks/2/keys = { "values": [Vector3(1, 1, 1), Vector3(1, 1, 1), Vector3(3, 3, 3)] } +[sub_resource type="AnimationLibrary" id="AnimationLibrary_avffy"] +_data = { +"RESET": SubResource("Animation_jg7qq"), +"move_fog_volume": SubResource("Animation_axnf8") +} + [sub_resource type="BoxMesh" id="BoxMesh_fi43t"] [sub_resource type="FogMaterial" id="FogMaterial_ktn3i"] @@ -136,12 +143,12 @@ edge_fade = 0.0 density = 2.0 emission = Color(0, 0.501961, 1, 1) edge_fade = 0.0 -density_texture = ExtResource( "2_8fjmj" ) +density_texture = ExtResource("2_8fjmj") [node name="Node3D" type="Node3D"] [node name="WorldEnvironment" type="WorldEnvironment" parent="."] -environment = SubResource( "Environment_gsgar" ) +environment = SubResource("Environment_gsgar") [node name="DirectionalLight3D" type="DirectionalLight3D" parent="."] transform = Transform3D(-0.592126, -0.697883, 0.402923, -1.19487e-09, 0.5, 0.866026, -0.805846, 0.512796, -0.296063, 0, 0, 0) @@ -151,7 +158,7 @@ directional_shadow_max_distance = 250.0 [node name="Camera3D" type="Camera3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -8, 6, 18) -script = ExtResource( "1_mfjvp" ) +script = ExtResource("1_mfjvp") [node name="Label" type="Label" parent="Camera3D"] offset_left = 16.0 @@ -163,15 +170,13 @@ theme_override_constants/shadow_offset_x = 2 theme_override_constants/shadow_offset_y = 2 theme_override_constants/shadow_outline_size = 0 text = "Temporal reprojection: Disabled" -__meta__ = { -"_edit_use_anchors_": false -} [node name="HelpLabel" type="Label" parent="Camera3D"] +anchors_preset = 2 anchor_top = 1.0 anchor_bottom = 1.0 offset_left = 16.0 -offset_top = -369.0 +offset_top = -120.0 offset_right = 909.0 offset_bottom = -16.0 grow_vertical = 0 @@ -183,9 +188,6 @@ text = "W/A/S/D/Mouse: Move Left/Right arrows: Adjust global fog density Space: Toggle temporal reprojection Up/Down arrows or mouse wheel: Adjust temporal reprojection intensity" -__meta__ = { -"_edit_use_anchors_": false -} [node name="Ground" type="CSGBox3D" parent="."] size = Vector3(150, 2, 150) @@ -212,29 +214,29 @@ size = Vector3(7.5, 7.5, 7.5) [node name="FogVolumeNegativeDensity" type="FogVolume" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 5, 0) extents = Vector3(4, 4, 4) -material = SubResource( "FogMaterial_sfd8y" ) +material = SubResource("FogMaterial_sfd8y") [node name="FogVolumeEllipsoid" type="FogVolume" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -13, 6, 6) extents = Vector3(2, 2, 2) shape = 0 -material = SubResource( "FogMaterial_v1f5u" ) +material = SubResource("FogMaterial_v1f5u") [node name="FogVolumeEllipsoidHeightFalloff" type="FogVolume" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -13, 6, 2) extents = Vector3(2, 2, 2) shape = 0 -material = SubResource( "FogMaterial_blauf" ) +material = SubResource("FogMaterial_blauf") [node name="FogVolumeBox" type="FogVolume" parent="."] transform = Transform3D(0.707107, 0.5, -0.5, 0, 0.707107, 0.707107, 0.707107, -0.5, 0.5, -7.5189, 4.42465, -2.97368) extents = Vector3(2, 2, 2) -material = SubResource( "FogMaterial_yvnd5" ) +material = SubResource("FogMaterial_yvnd5") [node name="FogVolumeBoxHeightFalloff" type="FogVolume" parent="."] transform = Transform3D(0.707107, 0.5, -0.5, 0, 0.707107, 0.707107, 0.707107, -0.5, 0.5, -7.5189, 4.42465, -7.97368) extents = Vector3(2, 2, 2) -material = SubResource( "FogMaterial_gcgmm" ) +material = SubResource("FogMaterial_gcgmm") [node name="OmniLight3D" type="OmniLight3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.823152, 1.836, 4.31818) @@ -242,6 +244,13 @@ light_color = Color(1, 0.929412, 0, 1) light_energy = 2.0 omni_range = 6.0 +[node name="OmniLight3DHighVolumetricEnergy" type="OmniLight3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.67463, 1.836, -4.89264) +light_color = Color(1, 0.337255, 0, 1) +light_energy = 0.1 +light_volumetric_fog_energy = 500.0 +omni_range = 3.0 + [node name="OmniLight3DShadow" type="OmniLight3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 5.82315, 1.836, 4.31818) light_color = Color(1, 0.929412, 0, 1) @@ -257,22 +266,23 @@ light_energy = 4.0 [node name="FogVolumeAlbedoTweak" type="FogVolume" parent="."] transform = Transform3D(-0.89393, -0.0897075, -0.439138, 0, 0.979766, -0.200148, 0.448207, -0.178918, -0.875842, -15.8913, -15.118, 8.26876) extents = Vector3(4, 4, 4) -material = SubResource( "FogMaterial_8xcc6" ) +material = SubResource("FogMaterial_8xcc6") [node name="AnimationPlayer" type="AnimationPlayer" parent="."] autoplay = "move_fog_volume" -anims/RESET = SubResource( "Animation_jg7qq" ) -anims/move_fog_volume = SubResource( "Animation_axnf8" ) +libraries = { +"": SubResource("AnimationLibrary_avffy") +} [node name="MovingBox" type="MeshInstance3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 10) -mesh = SubResource( "BoxMesh_fi43t" ) +mesh = SubResource("BoxMesh_fi43t") [node name="FogVolumeBlue" type="FogVolume" parent="MovingBox"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 0) -material = SubResource( "FogMaterial_ktn3i" ) +material = SubResource("FogMaterial_ktn3i") [node name="FogVolumeTexture3D" type="FogVolume" parent="."] transform = Transform3D(-2.98023e-08, 4.82913e-08, -1, -4.2222e-08, -1, -4.82913e-08, -1, 4.2222e-08, -1.49012e-08, 17, 17, 12) extents = Vector3(16, 16, 2) -material = SubResource( "FogMaterial_yomn8" ) +material = SubResource("FogMaterial_yomn8") diff --git a/3d/voxel/default_bus_layout.tres b/3d/voxel/default_bus_layout.tres index a93324b8a0f..5124d8a2ed5 100644 --- a/3d/voxel/default_bus_layout.tres +++ b/3d/voxel/default_bus_layout.tres @@ -4,5 +4,5 @@ resource_name = "PitchShift" [resource] -bus/0/effect/0/effect = SubResource( "1" ) +bus/0/effect/0/effect = SubResource("1") bus/0/effect/0/enabled = true diff --git a/3d/voxel/icon.png.import b/3d/voxel/icon.png.import index 64a05c897dc..f0ab82d4c02 100644 --- a/3d/voxel/icon.png.import +++ b/3d/voxel/icon.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/3d/voxel/menu/button.png.import b/3d/voxel/menu/button.png.import index fbe25279d76..bcb1e63dba4 100644 --- a/3d/voxel/menu/button.png.import +++ b/3d/voxel/menu/button.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/3d/voxel/menu/ingame/pause_menu.tscn b/3d/voxel/menu/ingame/pause_menu.tscn index e7aac660e3e..f5dfccf5d36 100644 --- a/3d/voxel/menu/ingame/pause_menu.tscn +++ b/3d/voxel/menu/ingame/pause_menu.tscn @@ -1,32 +1,42 @@ [gd_scene load_steps=6 format=3 uid="uid://dk8arl1if3lyr"] [ext_resource type="Texture2D" uid="uid://cgv7xgoy43rbc" path="res://player/crosshair.svg" id="1"] -[ext_resource type="Theme" path="res://menu/theme/theme.tres" id="2"] +[ext_resource type="Theme" uid="uid://ckax6htygmelo" path="res://menu/theme/theme.tres" id="2"] [ext_resource type="PackedScene" uid="uid://e22n700qhxqr" path="res://menu/options/options.tscn" id="3"] [ext_resource type="Script" path="res://menu/ingame/pause_menu.gd" id="4"] [ext_resource type="Texture2D" uid="uid://ej6lqf2fptv8" path="res://menu/button.png" id="5"] [node name="PauseMenu" type="Control"] +layout_mode = 3 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 -theme = ExtResource( "2" ) -script = ExtResource( "4" ) +grow_horizontal = 2 +grow_vertical = 2 +theme = ExtResource("2") +script = ExtResource("4") [node name="Crosshair" type="CenterContainer" parent="."] +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 [node name="TextureRect" type="TextureRect" parent="Crosshair"] -offset_left = 496.0 -offset_top = 284.0 -offset_right = 528.0 -offset_bottom = 316.0 -texture = ExtResource( "1" ) +offset_left = 784.0 +offset_top = 434.0 +offset_right = 816.0 +offset_bottom = 466.0 +texture = ExtResource("1") [node name="Pause" type="VBoxContainer" parent="."] visible = false +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 [node name="ButtonHolder" type="HBoxContainer" parent="Pause"] offset_right = 1024.0 @@ -45,13 +55,16 @@ alignment = 1 offset_top = 142.0 offset_right = 384.0 offset_bottom = 206.0 -texture_normal = ExtResource( "5" ) +texture_normal = ExtResource("5") [node name="Label" type="Label" parent="Pause/ButtonHolder/MainButtons/Resume"] +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 offset_top = -1.0 offset_bottom = -18.0 +grow_horizontal = 2 +grow_vertical = 2 theme_override_font_sizes/font_size = 60 text = "Resume Game" horizontal_alignment = 1 @@ -61,60 +74,62 @@ vertical_alignment = 1 offset_top = 226.0 offset_right = 384.0 offset_bottom = 290.0 -texture_normal = ExtResource( "5" ) +texture_normal = ExtResource("5") [node name="Label" type="Label" parent="Pause/ButtonHolder/MainButtons/Options"] +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 offset_top = -1.0 offset_bottom = -18.0 +grow_horizontal = 2 +grow_vertical = 2 theme_override_font_sizes/font_size = 60 text = "Options" horizontal_alignment = 1 vertical_alignment = 1 -__meta__ = { -"_edit_use_anchors_": false -} [node name="MainMenu" type="TextureButton" parent="Pause/ButtonHolder/MainButtons"] offset_top = 310.0 offset_right = 384.0 offset_bottom = 374.0 -texture_normal = ExtResource( "5" ) +texture_normal = ExtResource("5") [node name="Label" type="Label" parent="Pause/ButtonHolder/MainButtons/MainMenu"] +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 offset_top = -1.0 offset_bottom = -18.0 +grow_horizontal = 2 +grow_vertical = 2 theme_override_font_sizes/font_size = 60 text = "Main Menu" horizontal_alignment = 1 vertical_alignment = 1 -__meta__ = { -"_edit_use_anchors_": false -} [node name="Exit" type="TextureButton" parent="Pause/ButtonHolder/MainButtons"] offset_top = 394.0 offset_right = 384.0 offset_bottom = 458.0 -texture_normal = ExtResource( "5" ) +texture_normal = ExtResource("5") [node name="Label" type="Label" parent="Pause/ButtonHolder/MainButtons/Exit"] +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 offset_top = -1.0 offset_bottom = -18.0 +grow_horizontal = 2 +grow_vertical = 2 theme_override_font_sizes/font_size = 60 text = "Exit Game" horizontal_alignment = 1 vertical_alignment = 1 -__meta__ = { -"_edit_use_anchors_": false -} -[node name="Options" parent="." instance=ExtResource( "3" )] +[node name="Options" parent="." instance=ExtResource("3")] +grow_horizontal = 2 +grow_vertical = 2 [connection signal="pressed" from="Pause/ButtonHolder/MainButtons/Resume" to="." method="_on_Resume_pressed"] [connection signal="pressed" from="Pause/ButtonHolder/MainButtons/Options" to="." method="_on_Options_pressed"] diff --git a/3d/voxel/menu/main/dark_dirt.png.import b/3d/voxel/menu/main/dark_dirt.png.import index eefc27b5eee..4cfa6497805 100644 --- a/3d/voxel/menu/main/dark_dirt.png.import +++ b/3d/voxel/menu/main/dark_dirt.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/3d/voxel/menu/main/main_menu.gd b/3d/voxel/menu/main/main_menu.gd index 2958733f4e7..c35bccb57bd 100644 --- a/3d/voxel/menu/main/main_menu.gd +++ b/3d/voxel/menu/main/main_menu.gd @@ -24,12 +24,12 @@ func _on_Exit_pressed(): func _on_RandomBlocks_pressed(): Settings.world_type = 0 - tree.change_scene("res://world/world.tscn") + tree.change_scene_to_packed(preload("res://world/world.tscn")) func _on_FlatGrass_pressed(): Settings.world_type = 1 - tree.change_scene("res://world/world.tscn") + tree.change_scene_to_packed(preload("res://world/world.tscn")) func _on_BackToTitle_pressed(): diff --git a/3d/voxel/menu/main/main_menu.tscn b/3d/voxel/menu/main/main_menu.tscn index a73fc236be0..fc5254c6f89 100644 --- a/3d/voxel/menu/main/main_menu.tscn +++ b/3d/voxel/menu/main/main_menu.tscn @@ -5,50 +5,68 @@ [ext_resource type="Script" path="res://menu/main/main_menu.gd" id="3"] [ext_resource type="Texture2D" uid="uid://c514noc8ngc4x" path="res://menu/main/dark_dirt.png" id="4"] [ext_resource type="PackedScene" uid="uid://e22n700qhxqr" path="res://menu/options/options.tscn" id="5"] -[ext_resource type="Theme" path="res://menu/theme/theme.tres" id="6"] +[ext_resource type="Theme" uid="uid://ckax6htygmelo" path="res://menu/theme/theme.tres" id="6"] [ext_resource type="Texture2D" uid="uid://ej6lqf2fptv8" path="res://menu/button.png" id="7"] [node name="MainMenu" type="Control"] +layout_mode = 3 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 -theme = ExtResource( "6" ) -script = ExtResource( "3" ) +grow_horizontal = 2 +grow_vertical = 2 +theme = ExtResource("6") +script = ExtResource("3") [node name="Background" type="TextureRect" parent="."] +layout_mode = 1 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 -texture = ExtResource( "4" ) +grow_horizontal = 2 +grow_vertical = 2 +texture = ExtResource("4") stretch_mode = 1 [node name="TitleScreen" type="VBoxContainer" parent="."] +layout_mode = 1 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 [node name="Logo" type="CenterContainer" parent="TitleScreen"] texture_repeat = 2 -minimum_size = Vector2(0, 240) -offset_right = 1024.0 -offset_bottom = 240.0 +layout_mode = 2 +offset_right = 1600.0 +offset_bottom = 80.0 [node name="Logo" type="TextureRect" parent="TitleScreen/Logo"] -offset_left = 144.0 -offset_top = 80.0 -offset_right = 880.0 -offset_bottom = 160.0 -texture = ExtResource( "1" ) +layout_mode = 2 +offset_left = 432.0 +offset_right = 1168.0 +offset_bottom = 80.0 +texture = ExtResource("1") [node name="SplashHolder" type="Control" parent="TitleScreen/Logo/Logo"] +layout_mode = 1 +anchors_preset = 3 anchor_left = 1.0 anchor_top = 1.0 anchor_right = 1.0 anchor_bottom = 1.0 offset_left = -36.0 offset_right = -36.0 -script = ExtResource( "2" ) +grow_horizontal = 0 +grow_vertical = 0 +script = ExtResource("2") [node name="SplashText" type="Label" parent="TitleScreen/Logo/Logo/SplashHolder"] modulate = Color(1, 1, 0, 1) texture_filter = 1 +layout_mode = 1 +anchors_preset = 3 anchor_left = 1.0 anchor_top = 1.0 anchor_right = 1.0 @@ -61,98 +79,108 @@ grow_vertical = 0 rotation = -0.261799 theme_override_font_sizes/font_size = 61 text = "Made in Godot!" -__meta__ = { -"_edit_layout_mode": 1, -"_edit_use_anchors_": false, -"_edit_use_custom_anchors": false -} [node name="ButtonHolder" type="HBoxContainer" parent="TitleScreen"] -offset_top = 244.0 -offset_right = 1024.0 -offset_bottom = 476.0 +layout_mode = 2 +offset_top = 84.0 +offset_right = 1600.0 +offset_bottom = 896.0 size_flags_vertical = 3 alignment = 1 [node name="MainButtons" type="VBoxContainer" parent="TitleScreen/ButtonHolder"] -offset_left = 320.0 -offset_right = 704.0 -offset_bottom = 232.0 +layout_mode = 2 +offset_left = 608.0 +offset_right = 992.0 +offset_bottom = 812.0 theme_override_constants/separation = 20 alignment = 1 [node name="Start" type="TextureButton" parent="TitleScreen/ButtonHolder/MainButtons"] +layout_mode = 2 +offset_top = 290.0 offset_right = 384.0 -offset_bottom = 64.0 -texture_normal = ExtResource( "7" ) +offset_bottom = 354.0 +texture_normal = ExtResource("7") [node name="Label" type="Label" parent="TitleScreen/ButtonHolder/MainButtons/Start"] texture_filter = 1 +layout_mode = 1 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 offset_top = -1.0 offset_bottom = -18.0 +grow_horizontal = 2 +grow_vertical = 2 theme_override_font_sizes/font_size = 60 text = "Start Game" horizontal_alignment = 1 vertical_alignment = 1 -__meta__ = { -"_edit_use_anchors_": false -} [node name="Options" type="TextureButton" parent="TitleScreen/ButtonHolder/MainButtons"] -offset_top = 84.0 +layout_mode = 2 +offset_top = 374.0 offset_right = 384.0 -offset_bottom = 148.0 -texture_normal = ExtResource( "7" ) +offset_bottom = 438.0 +texture_normal = ExtResource("7") [node name="Label" type="Label" parent="TitleScreen/ButtonHolder/MainButtons/Options"] texture_filter = 1 +layout_mode = 1 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 offset_top = -1.0 offset_bottom = -18.0 +grow_horizontal = 2 +grow_vertical = 2 theme_override_font_sizes/font_size = 60 text = "Options" horizontal_alignment = 1 vertical_alignment = 1 [node name="Exit" type="TextureButton" parent="TitleScreen/ButtonHolder/MainButtons"] -offset_top = 168.0 +layout_mode = 2 +offset_top = 458.0 offset_right = 384.0 -offset_bottom = 232.0 -texture_normal = ExtResource( "7" ) +offset_bottom = 522.0 +texture_normal = ExtResource("7") [node name="Label" type="Label" parent="TitleScreen/ButtonHolder/MainButtons/Exit"] texture_filter = 1 +layout_mode = 1 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 offset_top = -1.0 offset_bottom = -18.0 +grow_horizontal = 2 +grow_vertical = 2 theme_override_font_sizes/font_size = 60 text = "Exit Game" horizontal_alignment = 1 vertical_alignment = 1 -__meta__ = { -"_edit_use_anchors_": false -} [node name="Spacer" type="Control" parent="TitleScreen"] -minimum_size = Vector2(0, 120) -offset_top = 480.0 -offset_right = 1024.0 -offset_bottom = 600.0 +layout_mode = 2 +anchors_preset = 0 +offset_top = 900.0 +offset_right = 1600.0 +offset_bottom = 900.0 [node name="StartGame" type="HBoxContainer" parent="."] visible = false +layout_mode = 1 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 alignment = 1 -__meta__ = { -"_edit_use_anchors_": false -} [node name="StartButtons" type="VBoxContainer" parent="StartGame"] +layout_mode = 2 offset_left = 320.0 offset_right = 704.0 offset_bottom = 600.0 @@ -160,68 +188,79 @@ theme_override_constants/separation = 20 alignment = 1 [node name="Spacer" type="Control" parent="StartGame/StartButtons"] +layout_mode = 2 +anchors_preset = 0 offset_top = 198.0 offset_right = 384.0 offset_bottom = 198.0 [node name="RandomBlocks" type="TextureButton" parent="StartGame/StartButtons"] +layout_mode = 2 offset_top = 202.0 offset_right = 384.0 offset_bottom = 266.0 -texture_normal = ExtResource( "7" ) +texture_normal = ExtResource("7") [node name="Label" type="Label" parent="StartGame/StartButtons/RandomBlocks"] +layout_mode = 1 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 offset_top = -1.0 offset_bottom = -18.0 +grow_horizontal = 2 +grow_vertical = 2 theme_override_font_sizes/font_size = 60 text = "Random Blocks" horizontal_alignment = 1 vertical_alignment = 1 -__meta__ = { -"_edit_use_anchors_": false -} [node name="FlatGrass" type="TextureButton" parent="StartGame/StartButtons"] +layout_mode = 2 offset_top = 270.0 offset_right = 384.0 offset_bottom = 334.0 -texture_normal = ExtResource( "7" ) +texture_normal = ExtResource("7") [node name="Label" type="Label" parent="StartGame/StartButtons/FlatGrass"] +layout_mode = 1 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 offset_top = -1.0 offset_bottom = -18.0 +grow_horizontal = 2 +grow_vertical = 2 theme_override_font_sizes/font_size = 60 text = "Flat Grass" horizontal_alignment = 1 vertical_alignment = 1 -__meta__ = { -"_edit_use_anchors_": false -} [node name="BackToTitle" type="TextureButton" parent="StartGame/StartButtons"] +layout_mode = 2 offset_top = 338.0 offset_right = 384.0 offset_bottom = 402.0 -texture_normal = ExtResource( "7" ) +texture_normal = ExtResource("7") [node name="Label" type="Label" parent="StartGame/StartButtons/BackToTitle"] +layout_mode = 1 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 offset_top = -1.0 offset_bottom = -18.0 +grow_horizontal = 2 +grow_vertical = 2 theme_override_font_sizes/font_size = 60 text = "Back" horizontal_alignment = 1 vertical_alignment = 1 -__meta__ = { -"_edit_use_anchors_": false -} -[node name="Options" parent="." instance=ExtResource( "5" )] +[node name="Options" parent="." instance=ExtResource("5")] +layout_mode = 1 +grow_horizontal = 2 +grow_vertical = 2 [connection signal="pressed" from="TitleScreen/ButtonHolder/MainButtons/Start" to="." method="_on_Start_pressed"] [connection signal="pressed" from="TitleScreen/ButtonHolder/MainButtons/Options" to="." method="_on_Options_pressed"] diff --git a/3d/voxel/menu/main/title.png.import b/3d/voxel/menu/main/title.png.import index 94d43780cba..6ad3955cacf 100644 --- a/3d/voxel/menu/main/title.png.import +++ b/3d/voxel/menu/main/title.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=false process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/3d/voxel/menu/options/options.tscn b/3d/voxel/menu/options/options.tscn index 7fd70b4caea..bed7eabbf54 100644 --- a/3d/voxel/menu/options/options.tscn +++ b/3d/voxel/menu/options/options.tscn @@ -1,20 +1,18 @@ [gd_scene load_steps=5 format=3 uid="uid://e22n700qhxqr"] [ext_resource type="Script" path="res://menu/options/options.gd" id="1"] -[ext_resource type="Theme" path="res://menu/theme/theme.tres" id="1_1y7gy"] +[ext_resource type="Theme" uid="uid://ckax6htygmelo" path="res://menu/theme/theme.tres" id="1_1y7gy"] [ext_resource type="Script" path="res://menu/options/option_buttons.gd" id="2"] [ext_resource type="Texture2D" uid="uid://ej6lqf2fptv8" path="res://menu/button.png" id="3"] [node name="Options" type="HBoxContainer"] visible = false +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 -theme = ExtResource( "1_1y7gy" ) +theme = ExtResource("1_1y7gy") alignment = 1 -script = ExtResource( "1" ) -__meta__ = { -"_edit_use_anchors_": false -} +script = ExtResource("1") [node name="VBoxContainer" type="VBoxContainer" parent="."] offset_left = 87.0 @@ -24,14 +22,14 @@ theme_override_constants/separation = 20 alignment = 1 [node name="OptionsBackground" type="TextureRect" parent="VBoxContainer"] -minimum_size = Vector2(850, 150) offset_top = 183.0 offset_right = 850.0 offset_bottom = 333.0 -texture = ExtResource( "3" ) +texture = ExtResource("3") stretch_mode = 1 [node name="OptionButtons" type="GridContainer" parent="VBoxContainer/OptionsBackground"] +anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 @@ -41,19 +39,15 @@ offset_top = -66.0 offset_right = 400.0 offset_bottom = 66.0 columns = 2 -script = ExtResource( "2" ) +script = ExtResource("2") [node name="RenderDistanceLabel" type="Label" parent="VBoxContainer/OptionsBackground/OptionButtons"] -minimum_size = Vector2(320, 0) offset_right = 320.0 offset_bottom = 64.0 size_flags_vertical = 5 theme_override_font_sizes/font_size = 60 text = "Render distance: 3" horizontal_alignment = 2 -__meta__ = { -"_edit_use_anchors_": false -} [node name="RenderDistanceSlider" type="HSlider" parent="VBoxContainer/OptionsBackground/OptionButtons"] offset_left = 324.0 @@ -92,9 +86,10 @@ alignment = 1 offset_left = 233.0 offset_right = 617.0 offset_bottom = 64.0 -texture_normal = ExtResource( "3" ) +texture_normal = ExtResource("3") [node name="Label" type="Label" parent="VBoxContainer/HBoxContainer/Back"] +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 offset_top = -1.0 diff --git a/3d/voxel/menu/theme/TinyUnicode.tres b/3d/voxel/menu/theme/TinyUnicode.tres deleted file mode 100644 index 886f2c8adb1..00000000000 --- a/3d/voxel/menu/theme/TinyUnicode.tres +++ /dev/null @@ -1,6 +0,0 @@ -[gd_resource type="Font" load_steps=2 format=3 uid="uid://65p88jvybwaw"] - -[ext_resource type="FontData" uid="uid://d223lt6j1fyie" path="res://menu/theme/TinyUnicode.ttf" id="1"] - -[resource] -data/0 = ExtResource( "1" ) diff --git a/3d/voxel/menu/theme/TinyUnicode.ttf.import b/3d/voxel/menu/theme/TinyUnicode.ttf.import index 7164edd8cd3..c080499690c 100644 --- a/3d/voxel/menu/theme/TinyUnicode.ttf.import +++ b/3d/voxel/menu/theme/TinyUnicode.ttf.import @@ -1,7 +1,7 @@ [remap] importer="font_data_dynamic" -type="FontData" +type="FontFile" uid="uid://d223lt6j1fyie" path="res://.godot/imported/TinyUnicode.ttf-eba88eb6541afc571b283cb8123beb7f.fontdata" @@ -12,22 +12,21 @@ dest_files=["res://.godot/imported/TinyUnicode.ttf-eba88eb6541afc571b283cb8123be [params] -antialiased=true +Rendering=null +antialiasing=1 +generate_mipmaps=false multichannel_signed_distance_field=false msdf_pixel_range=8 msdf_size=48 force_autohinter=false hinting=1 subpixel_positioning=1 -embolden=0.0 -transform=Transform2D(1, 0, 0, 1, 0, 0) oversampling=0.0 +Fallbacks=null +fallbacks=[] +Compress=null compress=true -opentype_feature_overrides={} -preload/char_ranges=PackedStringArray() -preload/glyph_ranges=PackedStringArray() -preload/configurations=PackedStringArray() -support_overrides/language_enabled=PackedStringArray() -support_overrides/language_disabled=PackedStringArray() -support_overrides/script_enabled=PackedStringArray() -support_overrides/script_disabled=PackedStringArray() +preload=[] +language_support={} +script_support={} +opentype_features={} diff --git a/3d/voxel/menu/theme/theme.tres b/3d/voxel/menu/theme/theme.tres index c710251a165..b62c154fb61 100644 --- a/3d/voxel/menu/theme/theme.tres +++ b/3d/voxel/menu/theme/theme.tres @@ -1,6 +1,6 @@ -[gd_resource type="Theme" load_steps=2 format=2] +[gd_resource type="Theme" load_steps=2 format=3 uid="uid://ckax6htygmelo"] -[ext_resource path="res://menu/theme/TinyUnicode.tres" type="Font" id=1] +[ext_resource type="FontFile" uid="uid://d223lt6j1fyie" path="res://menu/theme/TinyUnicode.ttf" id="1_bshmy"] [resource] -default_font = ExtResource( 1 ) +default_font = ExtResource("1_bshmy") diff --git a/3d/voxel/player/crosshair.svg.import b/3d/voxel/player/crosshair.svg.import index 1c40a5d7d01..9fac552bcf3 100644 --- a/3d/voxel/player/crosshair.svg.import +++ b/3d/voxel/player/crosshair.svg.import @@ -29,6 +29,9 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/3d/voxel/player/player.gd b/3d/voxel/player/player.gd index 07e39c9c86e..adf9938f0e1 100644 --- a/3d/voxel/player/player.gd +++ b/3d/voxel/player/player.gd @@ -7,7 +7,7 @@ var _selected_block = 6 @onready var head = $Head @onready var raycast = $Head/RayCast3D -@onready var camera_effects = $Head/Camera3D.effects +@onready var camera_attributes = $Head/Camera3D.attributes @onready var selected_block_texture = $SelectedBlock @onready var voxel_world = $"../VoxelWorld" @onready var crosshair = $"../PauseMenu/Crosshair" @@ -58,9 +58,9 @@ func _process(_delta): func _physics_process(delta): - camera_effects.dof_blur_far_enabled = Settings.fog_enabled - camera_effects.dof_blur_far_distance = Settings.fog_distance * 1.5 - camera_effects.dof_blur_far_transition = Settings.fog_distance / 8 + camera_attributes.dof_blur_far_enabled = Settings.fog_enabled + camera_attributes.dof_blur_far_distance = Settings.fog_distance * 1.5 + camera_attributes.dof_blur_far_transition = Settings.fog_distance / 8 # Crouching. var crouching = Input.is_action_pressed(&"crouch") if crouching: diff --git a/3d/voxel/player/player.tscn b/3d/voxel/player/player.tscn index 7dc9f50e38b..ac20bc67c93 100644 --- a/3d/voxel/player/player.tscn +++ b/3d/voxel/player/player.tscn @@ -4,32 +4,28 @@ [ext_resource type="Texture2D" uid="uid://d3f34krqfgdjd" path="res://world/textures/texture_sheet.png" id="2"] [sub_resource type="CylinderShape3D" id="1"] -radius = 0.375 height = 1.75 +radius = 0.375 -[sub_resource type="CameraEffects" id="CameraEffects_hnscx"] -dof_blur_far_enabled = true -dof_blur_far_distance = 100.0 -dof_blur_far_transition = 16.0 -dof_blur_amount = 0.25 +[sub_resource type="CameraAttributesPractical" id="CameraAttributesPractical_jyixh"] [sub_resource type="AtlasTexture" id="2"] -atlas = ExtResource( "2" ) +atlas = ExtResource("2") region = Rect2(0, 0, 64, 64) [node name="Player" type="CharacterBody3D"] collision_layer = 0 -script = ExtResource( "1" ) +script = ExtResource("1") [node name="CollisionShape3D" type="CollisionShape3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.875, 0) -shape = SubResource( "1" ) +shape = SubResource("1") [node name="Head" type="Node3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.6, 0) [node name="Camera3D" type="Camera3D" parent="Head"] -effects = SubResource( "CameraEffects_hnscx" ) +attributes = SubResource("CameraAttributesPractical_jyixh") near = 0.02 far = 1000.0 @@ -38,11 +34,12 @@ target_position = Vector3(0, 0, -4) [node name="SelectedBlock" type="TextureRect" parent="."] texture_filter = 1 +anchors_preset = 3 anchor_left = 1.0 anchor_top = 1.0 anchor_right = 1.0 anchor_bottom = 1.0 offset_left = -128.0 offset_top = -128.0 -texture = SubResource( "2" ) +texture = SubResource("2") ignore_texture_size = true diff --git a/3d/voxel/project.godot b/3d/voxel/project.godot index 18c1c55dcd4..40ce3ee42c9 100644 --- a/3d/voxel/project.godot +++ b/3d/voxel/project.godot @@ -33,8 +33,8 @@ Sticking to GDScript and the built-in Godot tools, as this demo does, is quite limiting. If you are making your own voxel game, you should probably use Zylann's voxel module instead: https://github.com/Zylann/godot_voxel" run/main_scene="res://menu/main/main_menu.tscn" -config/icon="res://icon.png" config/features=PackedStringArray("4.0") +config/icon="res://icon.png" [autoload] @@ -42,69 +42,70 @@ Settings="*res://settings.gd" [display] -window/stretch/mode="2d" +window/size/viewport_width=1600 +window/size/viewport_height=900 +window/stretch/mode="canvas_items" window/stretch/aspect="expand" -window/size/width=1600 -window/size/height=900 [input] move_forward={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":-1.0,"script":null) +"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":-1.0,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":87,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194320,"unicode":0,"echo":false,"script":null) ] } move_back={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":83,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777234,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":1.0,"script":null) +"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":1.0,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":83,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194322,"unicode":0,"echo":false,"script":null) ] } move_left={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777231,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":-1.0,"script":null) +"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":-1.0,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":65,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194319,"unicode":0,"echo":false,"script":null) ] } move_right={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777233,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":1.0,"script":null) +"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":1.0,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":68,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194321,"unicode":0,"echo":false,"script":null) ] } jump={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":32,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":32,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":0,"pressure":0.0,"pressed":false,"script":null) ] } crouch={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777237,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":1,"pressure":0.0,"pressed":false,"script":null) +"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":1,"pressure":0.0,"pressed":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194325,"unicode":0,"echo":false,"script":null) ] } pause={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777217,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":11,"pressure":0.0,"pressed":false,"script":null) +"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":11,"pressure":0.0,"pressed":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194305,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194313,"unicode":0,"echo":false,"script":null) ] } break={ "deadzone": 0.5, -"events": [Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":1,"pressed":false,"double_click":false,"script":null) +"events": [Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":1,"pressed":false,"double_click":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":7,"axis_value":1.0,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":7,"pressure":0.0,"pressed":false,"script":null) ] } place={ "deadzone": 0.5, -"events": [Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":2,"pressed":false,"double_click":false,"script":null) +"events": [Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":2,"pressed":false,"double_click":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":6,"axis_value":1.0,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":6,"pressure":0.0,"pressed":false,"script":null) ] @@ -131,26 +132,26 @@ look_right={ } debug={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777246,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194334,"unicode":0,"echo":false,"script":null) ] } prev_block={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":123,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":4,"pressed":false,"double_click":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":91,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":123,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":4,"pressed":false,"double_click":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":91,"physical_keycode":0,"unicode":0,"echo":false,"script":null) ] } next_block={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":125,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":5,"pressed":false,"double_click":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":93,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":125,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":5,"pressed":false,"double_click":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":93,"physical_keycode":0,"unicode":0,"echo":false,"script":null) ] } pick_block={ "deadzone": 0.5, -"events": [Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":3,"pressed":false,"double_click":false,"script":null) +"events": [Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":3,"pressed":false,"double_click":false,"script":null) ] } @@ -161,9 +162,9 @@ common/physics_fps=120 [rendering] -anti_aliasing/quality/msaa=3 anti_aliasing/quality/screen_space_aa=1 textures/canvas_textures/default_texture_filter=0 +anti_aliasing/quality/msaa=3 quality/driver/driver_name="GLES2" vram_compression/import_etc=true vram_compression/import_etc2=false diff --git a/3d/voxel/settings.gd b/3d/voxel/settings.gd index d250536aedb..c7298526aaa 100644 --- a/3d/voxel/settings.gd +++ b/3d/voxel/settings.gd @@ -18,9 +18,8 @@ func _enter_tree(): else: Settings._loaded = true - var file = File.new() - if file.file_exists(_save_path): - file.open(_save_path, File.READ) + if FileAccess.file_exists(_save_path): + var file = FileAccess.open(_save_path, FileAccess.READ) while file.get_position() < file.get_length(): # Get the saved dictionary from the next line in the save file var json = JSON.new() @@ -28,17 +27,14 @@ func _enter_tree(): var data = json.get_data() render_distance = data["render_distance"] fog_enabled = data["fog_enabled"] - file.close() else: save_settings() func save_settings(): - var file = File.new() - file.open(_save_path, File.WRITE) + var file = FileAccess.open(_save_path, FileAccess.WRITE) var data = { "render_distance": render_distance, "fog_enabled": fog_enabled, } file.store_line(JSON.new().stringify(data)) - file.close() diff --git a/3d/voxel/world/textures/texture_sheet.png.import b/3d/voxel/world/textures/texture_sheet.png.import index 2b9f54b353d..98ad6051f00 100644 --- a/3d/voxel/world/textures/texture_sheet.png.import +++ b/3d/voxel/world/textures/texture_sheet.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=false process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=0 diff --git a/3d/voxel/world/world.tscn b/3d/voxel/world/world.tscn index f289a1b96d3..e46b08709a5 100644 --- a/3d/voxel/world/world.tscn +++ b/3d/voxel/world/world.tscn @@ -5,18 +5,18 @@ [ext_resource type="Script" path="res://world/environment.gd" id="4"] [ext_resource type="PackedScene" uid="uid://dk8arl1if3lyr" path="res://menu/ingame/pause_menu.tscn" id="5"] [ext_resource type="Script" path="res://menu/debug.gd" id="6"] -[ext_resource type="Theme" path="res://menu/theme/theme.tres" id="7"] +[ext_resource type="Theme" uid="uid://ckax6htygmelo" path="res://menu/theme/theme.tres" id="7"] [sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_rhfg5"] sky_horizon_color = Color(0.64625, 0.65575, 0.67075, 1) ground_horizon_color = Color(0.64625, 0.65575, 0.67075, 1) [sub_resource type="Sky" id="Sky_iri27"] -sky_material = SubResource( "ProceduralSkyMaterial_rhfg5" ) +sky_material = SubResource("ProceduralSkyMaterial_rhfg5") [sub_resource type="Environment" id="Environment_cs0j5"] background_mode = 2 -sky = SubResource( "Sky_iri27" ) +sky = SubResource("Sky_iri27") tonemap_mode = 2 glow_enabled = true fog_enabled = true @@ -24,30 +24,30 @@ fog_aerial_perspective = 0.5 [node name="World3D" type="Node3D"] -[node name="Player" parent="." instance=ExtResource( "1" )] +[node name="Player" parent="." instance=ExtResource("1")] [node name="Debug" type="Label" parent="."] visible = false +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 offset_left = 20.0 offset_right = -20.0 offset_bottom = -20.0 -theme = ExtResource( "7" ) +grow_horizontal = 2 +grow_vertical = 2 +theme = ExtResource("7") theme_override_font_sizes/font_size = 48 -script = ExtResource( "6" ) -__meta__ = { -"_edit_use_anchors_": false -} +script = ExtResource("6") -[node name="PauseMenu" parent="." instance=ExtResource( "5" )] +[node name="PauseMenu" parent="." instance=ExtResource("5")] [node name="VoxelWorld" type="Node" parent="."] -script = ExtResource( "2" ) +script = ExtResource("2") [node name="Environment" type="WorldEnvironment" parent="."] -environment = SubResource( "Environment_cs0j5" ) -script = ExtResource( "4" ) +environment = SubResource("Environment_cs0j5") +script = ExtResource("4") [node name="Sun" type="DirectionalLight3D" parent="Environment"] transform = Transform3D(-0.866025, -0.433013, 0.25, 0, 0.5, 0.866026, -0.5, 0.75, -0.433013, 0, 0, 0) diff --git a/3d/waypoints/icon.png.import b/3d/waypoints/icon.png.import index 409505962c8..e8e6c7a9a01 100644 --- a/3d/waypoints/icon.png.import +++ b/3d/waypoints/icon.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/3d/waypoints/main.tscn b/3d/waypoints/main.tscn index 3483019cc7b..e7435e17121 100644 --- a/3d/waypoints/main.tscn +++ b/3d/waypoints/main.tscn @@ -7,38 +7,38 @@ albedo_color = Color(0.25098, 0.470588, 0.996078, 1) [sub_resource type="BoxMesh" id="6"] -material = SubResource( "5" ) +material = SubResource("5") [sub_resource type="StandardMaterial3D" id="7"] albedo_color = Color(0.435294, 0.917647, 0.380392, 1) [sub_resource type="BoxMesh" id="8"] -material = SubResource( "7" ) +material = SubResource("7") [sub_resource type="StandardMaterial3D" id="9"] albedo_color = Color(0.862745, 0.764706, 0.12549, 1) [sub_resource type="BoxMesh" id="10"] -material = SubResource( "9" ) +material = SubResource("9") [sub_resource type="StandardMaterial3D" id="11"] albedo_color = Color(0.996078, 0.266667, 0.25098, 1) [sub_resource type="BoxMesh" id="12"] -material = SubResource( "11" ) +material = SubResource("11") [sub_resource type="StandardMaterial3D" id="1"] albedo_color = Color(0.6, 0.564706, 0.423529, 1) [sub_resource type="BoxMesh" id="2"] -material = SubResource( "1" ) +material = SubResource("1") size = Vector3(16, 2, 16) [sub_resource type="StandardMaterial3D" id="3"] albedo_color = Color(0.788235, 0.788235, 0.788235, 1) [sub_resource type="BoxMesh" id="4"] -material = SubResource( "3" ) +material = SubResource("3") size = Vector3(4, 1.5, 4) [sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_1hqbf"] @@ -46,83 +46,87 @@ sky_horizon_color = Color(0.64625, 0.65575, 0.67075, 1) ground_horizon_color = Color(0.64625, 0.65575, 0.67075, 1) [sub_resource type="Sky" id="Sky_47fsp"] -sky_material = SubResource( "ProceduralSkyMaterial_1hqbf" ) +sky_material = SubResource("ProceduralSkyMaterial_1hqbf") [sub_resource type="Environment" id="Environment_ob0ys"] background_mode = 2 -sky = SubResource( "Sky_47fsp" ) -tonemap_mode = 2 -glow_enabled = true +sky = SubResource("Sky_47fsp") +tonemap_mode = 3 +tonemap_white = 6.0 [node name="Main" type="Node3D"] [node name="BlueCube" type="MeshInstance3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 5, 0, -5) -mesh = SubResource( "6" ) +mesh = SubResource("6") -[node name="WaypointAnchor" type="Position3D" parent="BlueCube"] +[node name="WaypointAnchor" type="Marker3D" parent="BlueCube"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) -[node name="Waypoint" parent="BlueCube/WaypointAnchor" instance=ExtResource( "2" )] +[node name="Waypoint" parent="BlueCube/WaypointAnchor" instance=ExtResource("2")] modulate = Color(0.501961, 0.764706, 1, 1) text = "Blue Waypoint" [node name="GreenCube" type="MeshInstance3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 5, 0, 5) -mesh = SubResource( "8" ) +mesh = SubResource("8") -[node name="WaypointAnchor" type="Position3D" parent="GreenCube"] +[node name="WaypointAnchor" type="Marker3D" parent="GreenCube"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) -[node name="Waypoint" parent="GreenCube/WaypointAnchor" instance=ExtResource( "2" )] +[node name="Waypoint" parent="GreenCube/WaypointAnchor" instance=ExtResource("2")] modulate = Color(0.419608, 1, 0.427451, 1) text = "Green Waypoint" [node name="YellowCube" type="MeshInstance3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -5, 0, 5) -mesh = SubResource( "10" ) +mesh = SubResource("10") -[node name="WaypointAnchor" type="Position3D" parent="YellowCube"] +[node name="WaypointAnchor" type="Marker3D" parent="YellowCube"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) -[node name="Waypoint" parent="YellowCube/WaypointAnchor" instance=ExtResource( "2" )] +[node name="Waypoint" parent="YellowCube/WaypointAnchor" instance=ExtResource("2")] modulate = Color(1, 0.992157, 0.419608, 1) text = "Yellow Waypoint (non-sticky)" sticky = false [node name="RedCube" type="MeshInstance3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -5, 0, -5) -mesh = SubResource( "12" ) +mesh = SubResource("12") -[node name="WaypointAnchor" type="Position3D" parent="RedCube"] +[node name="WaypointAnchor" type="Marker3D" parent="RedCube"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) -[node name="Waypoint" parent="RedCube/WaypointAnchor" instance=ExtResource( "2" )] +[node name="Waypoint" parent="RedCube/WaypointAnchor" instance=ExtResource("2")] modulate = Color(1, 0.466667, 0.427451, 1) text = "Red Waypoint" [node name="Camera3D" type="Camera3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 8) -script = ExtResource( "1" ) +script = ExtResource("1") [node name="Label" type="Label" parent="."] offset_left = 10.0 offset_top = 10.0 offset_right = 325.0 offset_bottom = 36.0 +theme_override_colors/font_outline_color = Color(0, 0, 0, 1) +theme_override_constants/outline_size = 3 +theme_override_font_sizes/font_size = 18 text = "Press Esc or F10 to toggle mouse capture" [node name="Ground" type="MeshInstance3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1.5, 0) -mesh = SubResource( "2" ) +mesh = SubResource("2") [node name="WhiteCube" type="MeshInstance3D" parent="."] -mesh = SubResource( "4" ) +mesh = SubResource("4") [node name="Environment" type="WorldEnvironment" parent="."] -environment = SubResource( "Environment_ob0ys" ) +environment = SubResource("Environment_ob0ys") [node name="Sun" type="DirectionalLight3D" parent="Environment"] transform = Transform3D(-0.866025, -0.433013, 0.25, 0, 0.5, 0.866026, -0.5, 0.75, -0.433013, 0, 0, 0) shadow_enabled = true -directional_shadow_max_distance = 250.0 +shadow_normal_bias = 1.5 +directional_shadow_max_distance = 50.0 diff --git a/3d/waypoints/noto_sans_regular.ttf.import b/3d/waypoints/noto_sans_regular.ttf.import index 7ee4283e287..c99183d99d3 100644 --- a/3d/waypoints/noto_sans_regular.ttf.import +++ b/3d/waypoints/noto_sans_regular.ttf.import @@ -1,7 +1,7 @@ [remap] importer="font_data_dynamic" -type="FontData" +type="FontFile" uid="uid://bvthc4p0nqt1r" path="res://.godot/imported/noto_sans_regular.ttf-e8bec33260ad1aa067149f43e3e4ab21.fontdata" @@ -12,22 +12,21 @@ dest_files=["res://.godot/imported/noto_sans_regular.ttf-e8bec33260ad1aa067149f4 [params] -antialiased=true +Rendering=null +antialiasing=1 +generate_mipmaps=false multichannel_signed_distance_field=false msdf_pixel_range=8 msdf_size=48 force_autohinter=false hinting=1 subpixel_positioning=1 -embolden=0.0 -transform=Transform2D(1, 0, 0, 1, 0, 0) oversampling=0.0 +Fallbacks=null +fallbacks=[] +Compress=null compress=true -opentype_feature_overrides={} -preload/char_ranges=PackedStringArray() -preload/glyph_ranges=PackedStringArray() -preload/configurations=PackedStringArray() -support_overrides/language_enabled=PackedStringArray() -support_overrides/language_disabled=PackedStringArray() -support_overrides/script_enabled=PackedStringArray() -support_overrides/script_disabled=PackedStringArray() +preload=[] +language_support={} +script_support={} +opentype_features={} diff --git a/3d/waypoints/project.godot b/3d/waypoints/project.godot index d150f0a9f08..e8cfd9c39a9 100644 --- a/3d/waypoints/project.godot +++ b/3d/waypoints/project.godot @@ -13,59 +13,60 @@ config_version=5 config/name="3D Waypoints" config/description="This is an example of displaying GUI elements such as Labels in a 3D world, without relying on viewports. This results in better readability and performance for use cases such as showing player names." run/main_scene="res://main.tscn" -config/icon="res://icon.png" config/features=PackedStringArray("4.0") +config/icon="res://icon.png" [display] -window/stretch/mode="2d" +window/stretch/mode="canvas_items" window/stretch/aspect="expand" [input] move_forward={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":90,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":90,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":12,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":-1.0,"script":null) ] } move_back={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":83,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777234,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":83,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777234,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":13,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":1.0,"script":null) ] } move_left={ "deadzone": 0.51, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":81,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777231,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":81,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777231,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":14,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":-1.0,"script":null) ] } move_right={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777233,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777233,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":15,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":1.0,"script":null) ] } toggle_mouse_capture={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777253,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777217,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194305,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194341,"unicode":0,"echo":false,"script":null) ] } [rendering] +anti_aliasing/quality/msaa_3d=2 quality/driver/driver_name="GLES2" vram_compression/import_etc=true vram_compression/import_etc2=false diff --git a/3d/waypoints/waypoint.gd b/3d/waypoints/waypoint.gd index b0c584cad8e..ca579be5f33 100644 --- a/3d/waypoints/waypoint.gd +++ b/3d/waypoints/waypoint.gd @@ -41,7 +41,7 @@ func _process(_delta): # Fade the waypoint when the camera gets close. var distance = camera_position.distance_to(parent_position) - modulate.a = clamp(range_lerp(distance, 0, 2, 0, 1), 0, 1 ) + modulate.a = clamp(remap(distance, 0, 2, 0, 1), 0, 1 ) var unprojected_position = camera.unproject_position(parent_position) # `get_size_override()` will return a valid size only if the stretch mode is `2d`. @@ -77,7 +77,7 @@ func _process(_delta): unprojected_position.x > viewport_base_size.x - MARGIN: var look = camera_transform.looking_at(parent_position, Vector3.UP) var diff = angle_diff(look.basis.get_euler().x, camera_transform.basis.get_euler().x) - unprojected_position.y = viewport_base_size.y * (0.5 + (diff / deg2rad(camera.fov))) + unprojected_position.y = viewport_base_size.y * (0.5 + (diff / deg_to_rad(camera.fov))) position = Vector2( clamp(unprojected_position.x, MARGIN, viewport_base_size.x - MARGIN), diff --git a/3d/waypoints/waypoint.svg.import b/3d/waypoints/waypoint.svg.import index 8dbb3a9da76..cd6f42089c0 100644 --- a/3d/waypoints/waypoint.svg.import +++ b/3d/waypoints/waypoint.svg.import @@ -29,6 +29,9 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/3d/waypoints/waypoint.tscn b/3d/waypoints/waypoint.tscn index 3554be17e96..dc11fff0a22 100644 --- a/3d/waypoints/waypoint.tscn +++ b/3d/waypoints/waypoint.tscn @@ -4,29 +4,25 @@ [ext_resource type="Texture2D" uid="uid://cgow8dqpnhb4h" path="res://waypoint.svg" id="2"] [node name="Waypoint" type="Control"] -script = ExtResource( "1" ) +layout_mode = 3 +anchors_preset = 0 +script = ExtResource("1") [node name="Label" type="Label" parent="."] offset_left = -200.0 -offset_top = -40.0 +offset_top = -44.0 offset_right = 200.0 -offset_bottom = -17.0 +offset_bottom = -15.0 +theme_override_colors/font_outline_color = Color(0, 0, 0, 1) +theme_override_constants/outline_size = 3 +theme_override_font_sizes/font_size = 18 text = "Waypoint" horizontal_alignment = 1 vertical_alignment = 1 -__meta__ = { -"_edit_use_anchors_": false -} [node name="Marker" type="TextureRect" parent="."] offset_left = -8.0 offset_top = -16.0 offset_right = 8.0 -texture = ExtResource( "2" ) +texture = ExtResource("2") ignore_texture_size = true -__meta__ = { -"_edit_layout_mode": 0, -"_edit_use_anchors_": false, -"_edit_use_custom_anchors": false, -"_editor_description_": "An high-resolution texture is used and scaled down so the demo looks good at higher resolutions." -} diff --git a/audio/midi_piano/project.godot b/audio/midi_piano/project.godot index 1a86e483011..56b0fb1909c 100644 --- a/audio/midi_piano/project.godot +++ b/audio/midi_piano/project.godot @@ -27,8 +27,8 @@ config/features=PackedStringArray("4.0") [display] -window/size/width=1280 -window/size/height=200 +window/size/viewport_width=1280 +window/size/viewport_height=200 [network] diff --git a/gui/drag_and_drop/project.godot b/gui/drag_and_drop/project.godot index df80ade9fcf..106041cf30d 100644 --- a/gui/drag_and_drop/project.godot +++ b/gui/drag_and_drop/project.godot @@ -21,7 +21,7 @@ config/icon="res://icon.png" [display] window/dpi/allow_hidpi=true -window/stretch/mode="2d" +window/stretch/mode="canvas_items" window/stretch/aspect="expand" [gdnative] diff --git a/gui/multiple_resolutions/project.godot b/gui/multiple_resolutions/project.godot index 6cda88a0f96..c6865f127ca 100644 --- a/gui/multiple_resolutions/project.godot +++ b/gui/multiple_resolutions/project.godot @@ -37,8 +37,8 @@ config/features=PackedStringArray("4.0") window/handheld/orientation="sensor" window/stretch/mode="canvas_items" window/stretch/aspect="expand" -window/size/width=648 -window/size/height=648 +window/size/viewport_width=648 +window/size/viewport_height=648 window/size/test_width=1152 window/size/test_height=648 diff --git a/gui/regex/project.godot b/gui/regex/project.godot index 3126bcc8a2a..03fae1f52e6 100644 --- a/gui/regex/project.godot +++ b/gui/regex/project.godot @@ -19,7 +19,7 @@ config/icon="res://icon.png" [display] window/dpi/allow_hidpi=true -window/stretch/mode="2d" +window/stretch/mode="canvas_items" window/stretch/aspect="expand" [gdnative] diff --git a/gui/rich_text_bbcode/project.godot b/gui/rich_text_bbcode/project.godot index 2b62e54f982..d8e2a1ec1ec 100644 --- a/gui/rich_text_bbcode/project.godot +++ b/gui/rich_text_bbcode/project.godot @@ -18,7 +18,7 @@ config/icon="res://icon.png" [display] window/dpi/allow_hidpi=true -window/stretch/mode="2d" +window/stretch/mode="canvas_items" window/stretch/aspect="expand" [gdnative] diff --git a/gui/sdf_font/project.godot b/gui/sdf_font/project.godot index 6fb5c1f018d..93a67326eb0 100644 --- a/gui/sdf_font/project.godot +++ b/gui/sdf_font/project.godot @@ -20,7 +20,7 @@ config/icon="res://icon.png" [display] window/dpi/allow_hidpi=true -window/stretch/mode="2d" +window/stretch/mode="canvas_items" window/stretch/aspect="expand" [gdnative] diff --git a/gui/theming_override/project.godot b/gui/theming_override/project.godot index 923a2e6bedc..b2ed68d88b6 100644 --- a/gui/theming_override/project.godot +++ b/gui/theming_override/project.godot @@ -17,9 +17,9 @@ config/icon="res://icon.png" [display] -window/size/height=576 +window/size/viewport_height=576 window/dpi/allow_hidpi=true -window/stretch/mode="2d" +window/stretch/mode="canvas_items" window/stretch/aspect="expand" [rendering] diff --git a/loading/background_load/project.godot b/loading/background_load/project.godot index d892ea9ef30..56432d4eb00 100644 --- a/loading/background_load/project.godot +++ b/loading/background_load/project.godot @@ -22,7 +22,7 @@ background_load="*res://background_load.tscn" [display] window/dpi/allow_hidpi=true -window/stretch/mode="2d" +window/stretch/mode="canvas_items" window/stretch/aspect="expand" [input] diff --git a/loading/scene_changer/project.godot b/loading/scene_changer/project.godot index 7f3a3586ead..4d9795219ae 100644 --- a/loading/scene_changer/project.godot +++ b/loading/scene_changer/project.godot @@ -21,7 +21,7 @@ gdscript/warnings/return_value_discarded=false [display] window/dpi/allow_hidpi=true -window/stretch/mode="2d" +window/stretch/mode="canvas_items" window/stretch/aspect="expand" [gdnative] diff --git a/loading/serialization/project.godot b/loading/serialization/project.godot index c062ea1d014..57c7c97dae8 100644 --- a/loading/serialization/project.godot +++ b/loading/serialization/project.godot @@ -21,8 +21,8 @@ config/icon="res://icon.png" [display] -window/size/height=576 -window/stretch/mode="2d" +window/size/viewport_height=576 +window/stretch/mode="canvas_items" window/stretch/aspect="expand" [input] diff --git a/misc/2.5d/project.godot b/misc/2.5d/project.godot index 7d64b7522ed..67aeea8ebda 100644 --- a/misc/2.5d/project.godot +++ b/misc/2.5d/project.godot @@ -47,8 +47,8 @@ config/icon="res://icon.png" [display] -window/size/width=1600 -window/size/height=900 +window/size/viewport_width=1600 +window/size/viewport_height=900 [editor_plugins] diff --git a/misc/joypads/project.godot b/misc/joypads/project.godot index 77b2a5dbe7e..46b698558b4 100644 --- a/misc/joypads/project.godot +++ b/misc/joypads/project.godot @@ -31,10 +31,10 @@ gdscript/warnings/return_value_discarded=false [display] -window/size/width=600 -window/size/height=540 +window/size/viewport_width=600 +window/size/viewport_height=540 window/dpi/allow_hidpi=true -window/stretch/mode="2d" +window/stretch/mode="canvas_items" window/stretch/aspect="expand" [gdnative] diff --git a/misc/opensimplexnoise/project.godot b/misc/opensimplexnoise/project.godot index e315bbc64e3..daba580657b 100644 --- a/misc/opensimplexnoise/project.godot +++ b/misc/opensimplexnoise/project.godot @@ -19,7 +19,7 @@ config/icon="res://icon.png" [display] window/dpi/allow_hidpi=true -window/stretch/mode="2d" +window/stretch/mode="canvas_items" window/stretch/aspect="expand" [rendering] diff --git a/misc/os_test/project.godot b/misc/os_test/project.godot index 356aadf06e6..f1be168bdc1 100644 --- a/misc/os_test/project.godot +++ b/misc/os_test/project.godot @@ -28,7 +28,7 @@ gdscript/warnings/return_value_discarded=false [display] window/dpi/allow_hidpi=true -window/stretch/mode="2d" +window/stretch/mode="canvas_items" window/stretch/aspect="expand" [rendering] diff --git a/misc/window_management/project.godot b/misc/window_management/project.godot index 179aa2118e6..7d92faae42b 100644 --- a/misc/window_management/project.godot +++ b/misc/window_management/project.godot @@ -20,7 +20,7 @@ config/features=PackedStringArray("4.0") window/stretch/mode="canvas_items" window/stretch/aspect="expand" -window/size/width=800 +window/size/viewport_width=800 window/fullscreen=false window/resizable=true diff --git a/mobile/android_iap/project.godot b/mobile/android_iap/project.godot index b27d59484a7..2ba9063bf02 100644 --- a/mobile/android_iap/project.godot +++ b/mobile/android_iap/project.godot @@ -28,7 +28,7 @@ gdscript/warnings/return_value_discarded=false [display] window/dpi/allow_hidpi=true -window/stretch/mode="2d" +window/stretch/mode="canvas_items" window/stretch/aspect="expand" [gdnative] diff --git a/mono/2.5d/project.godot b/mono/2.5d/project.godot index f3990de69f0..a984a33f1d7 100644 --- a/mono/2.5d/project.godot +++ b/mono/2.5d/project.godot @@ -19,8 +19,8 @@ config/icon="res://icon.png" [display] -window/size/width=1600 -window/size/height=900 +window/size/viewport_width=1600 +window/size/viewport_height=900 [editor_plugins] diff --git a/mono/android_iap/project.godot b/mono/android_iap/project.godot index 3fdbbf82a14..927037d80ee 100644 --- a/mono/android_iap/project.godot +++ b/mono/android_iap/project.godot @@ -24,7 +24,7 @@ gdscript/warnings/return_value_discarded=false [display] window/dpi/allow_hidpi=true -window/stretch/mode="2d" +window/stretch/mode="canvas_items" window/stretch/aspect="expand" [gdnative] diff --git a/mono/dodge_the_creeps/project.godot b/mono/dodge_the_creeps/project.godot index 13785e84a3f..2e91bbb4d5b 100644 --- a/mono/dodge_the_creeps/project.godot +++ b/mono/dodge_the_creeps/project.godot @@ -22,8 +22,8 @@ config/icon="res://icon.png" [display] -window/size/width=480 -window/size/height=720 +window/size/viewport_width=480 +window/size/viewport_height=720 [input] diff --git a/mono/multiplayer_pong/project.godot b/mono/multiplayer_pong/project.godot index f622b680903..0c3d3c6c1ee 100644 --- a/mono/multiplayer_pong/project.godot +++ b/mono/multiplayer_pong/project.godot @@ -19,9 +19,9 @@ config/icon="res://icon.png" [display] -window/size/width=640 -window/size/height=400 -window/stretch/mode="2d" +window/size/viewport_width=640 +window/size/viewport_height=400 +window/stretch/mode="canvas_items" window/stretch/aspect="expand" [input] diff --git a/mono/pong/project.godot b/mono/pong/project.godot index 4b5de4965f6..d6807567e9f 100644 --- a/mono/pong/project.godot +++ b/mono/pong/project.godot @@ -18,10 +18,10 @@ config/icon="res://icon.png" [display] -window/size/width=640 -window/size/height=400 +window/size/viewport_width=640 +window/size/viewport_height=400 window/dpi/allow_hidpi=true -window/stretch/mode="2d" +window/stretch/mode="canvas_items" window/stretch/aspect="keep" [gdnative] diff --git a/networking/multiplayer_bomber/project.godot b/networking/multiplayer_bomber/project.godot index 6999bc90438..6f1ff54e91c 100644 --- a/networking/multiplayer_bomber/project.godot +++ b/networking/multiplayer_bomber/project.godot @@ -28,7 +28,7 @@ gdscript/warnings/return_value_discarded=false [display] -window/stretch/mode="2d" +window/stretch/mode="canvas_items" window/stretch/aspect="expand" window/vsync/use_vsync=false diff --git a/networking/multiplayer_pong/project.godot b/networking/multiplayer_pong/project.godot index a306a03dc8e..7b00219d1c4 100644 --- a/networking/multiplayer_pong/project.godot +++ b/networking/multiplayer_pong/project.godot @@ -23,10 +23,10 @@ gdscript/warnings/return_value_discarded=false [display] -window/size/width=640 -window/size/height=400 +window/size/viewport_width=640 +window/size/viewport_height=400 window/dpi/allow_hidpi=true -window/stretch/mode="2d" +window/stretch/mode="canvas_items" window/stretch/aspect="expand" stretch_2d=true diff --git a/networking/webrtc_minimal/project.godot b/networking/webrtc_minimal/project.godot index e48ebed375c..8cfc5068e27 100644 --- a/networking/webrtc_minimal/project.godot +++ b/networking/webrtc_minimal/project.godot @@ -21,7 +21,7 @@ Signaling="*res://Signaling.gd" [display] -window/stretch/mode="2d" +window/stretch/mode="canvas_items" window/stretch/aspect="expand" [gdnative] diff --git a/networking/webrtc_signaling/project.godot b/networking/webrtc_signaling/project.godot index e3c8c1d7d1e..cb396d59b7e 100644 --- a/networking/webrtc_signaling/project.godot +++ b/networking/webrtc_signaling/project.godot @@ -26,7 +26,7 @@ gdscript/warnings/unused_argument=false [display] -window/stretch/mode="2d" +window/stretch/mode="canvas_items" window/stretch/aspect="expand" [gdnative] diff --git a/plugins/addons/custom_node/heart.png.import b/plugins/addons/custom_node/heart.png.import index 4efcf2080e2..47fe803dc71 100644 --- a/plugins/addons/custom_node/heart.png.import +++ b/plugins/addons/custom_node/heart.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/heart.png-53d6538480df02caf4bbbee10b65a623.stex" +type="CompressedTexture2D" +uid="uid://bs4k1qi5vdken" +path="res://.godot/imported/heart.png-53d6538480df02caf4bbbee10b65a623.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://addons/custom_node/heart.png" -dest_files=["res://.godot/imported/heart.png-53d6538480df02caf4bbbee10b65a623.stex"] +dest_files=["res://.godot/imported/heart.png-53d6538480df02caf4bbbee10b65a623.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/plugins/addons/custom_node/heart_icon.png.import b/plugins/addons/custom_node/heart_icon.png.import index 5cacd341f5e..6387c02627a 100644 --- a/plugins/addons/custom_node/heart_icon.png.import +++ b/plugins/addons/custom_node/heart_icon.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/heart_icon.png-8f04adf78b3bd1a5c39f790588a1fa78.stex" +type="CompressedTexture2D" +uid="uid://bjgimovw2g5qv" +path="res://.godot/imported/heart_icon.png-8f04adf78b3bd1a5c39f790588a1fa78.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://addons/custom_node/heart_icon.png" -dest_files=["res://.godot/imported/heart_icon.png-8f04adf78b3bd1a5c39f790588a1fa78.stex"] +dest_files=["res://.godot/imported/heart_icon.png-8f04adf78b3bd1a5c39f790588a1fa78.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/plugins/addons/main_screen/main_panel.tscn b/plugins/addons/main_screen/main_panel.tscn index caac623787b..f3abc1f621c 100644 --- a/plugins/addons/main_screen/main_panel.tscn +++ b/plugins/addons/main_screen/main_panel.tscn @@ -1,24 +1,23 @@ -[gd_scene load_steps=2 format=2] +[gd_scene load_steps=2 format=3 uid="uid://b8623u0gk1acu"] -[ext_resource path="res://addons/main_screen/print_hello.gd" type="Script" id=1] +[ext_resource type="Script" path="res://addons/main_screen/print_hello.gd" id="1"] [node name="MainPanel" type="CenterContainer"] +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 size_flags_vertical = 3 -__meta__ = { -"_edit_use_anchors_": false -} [node name="PrintHello" type="Button" parent="."] -offset_left = 472.0 -offset_top = 290.0 -offset_right = 552.0 -offset_bottom = 310.0 -text = "Print Hello" -script = ExtResource( 1 ) -__meta__ = { -"_edit_use_anchors_": false -} +layout_mode = 2 +offset_left = 460.0 +offset_top = 297.0 +offset_right = 691.0 +offset_bottom = 351.0 +text = "Print Hello +(check Output bottom panel)" +script = ExtResource("1") [connection signal="pressed" from="PrintHello" to="PrintHello" method="_on_PrintHello_pressed"] diff --git a/plugins/addons/main_screen/main_screen_plugin.gd b/plugins/addons/main_screen/main_screen_plugin.gd index d44c24d1363..074dac3d01c 100644 --- a/plugins/addons/main_screen/main_screen_plugin.gd +++ b/plugins/addons/main_screen/main_screen_plugin.gd @@ -8,9 +8,9 @@ var main_panel_instance func _enter_tree(): main_panel_instance = MainPanel.instantiate() # Add the main panel to the editor's main viewport. - get_editor_interface().get_editor_viewport().add_child(main_panel_instance) + get_editor_interface().get_editor_main_screen().add_child(main_panel_instance) # Hide the main panel. Very much required. - make_visible(false) + _make_visible(false) func _exit_tree(): @@ -18,24 +18,24 @@ func _exit_tree(): main_panel_instance.queue_free() -func has_main_screen(): +func _has_main_screen(): return true -func make_visible(visible): +func _make_visible(visible): if main_panel_instance: main_panel_instance.visible = visible # If your plugin doesn't handle any node types, you can remove this method. -func handles(obj): - return obj is preload("res://addons/main_screen/handled_by_main_screen.gd") +func _handles(object): + return object is preload("res://addons/main_screen/handled_by_main_screen.gd") -func get_plugin_name(): +func _get_plugin_name(): return "Main Screen Plugin" -func get_plugin_icon(): +func _get_plugin_icon(): # Must return some kind of Texture2D for the icon. - return get_editor_interface().get_base_control().get_icon("Node", "EditorIcons") + return get_editor_interface().get_base_control().get_theme_icon("Node", "EditorIcons") diff --git a/plugins/addons/material_creator/material_creator.gd b/plugins/addons/material_creator/material_creator.gd index 56dfebc3475..e22ff238250 100644 --- a/plugins/addons/material_creator/material_creator.gd +++ b/plugins/addons/material_creator/material_creator.gd @@ -41,17 +41,14 @@ func apply_pressed(): func save_file_selected(path): var silly_resource = _silly_resource_from_values() - # Make a file, store the silly material as a json string, then close the file. - var file = File.new() - file.open(path, File.WRITE) + # Make a file, store the silly material as a JSON string. + var file = FileAccess.open(path, FileAccess.WRITE) file.store_string(silly_resource.make_json()) - file.close() return true func load_file_selected(path): - var file = File.new() var SpatialMaterial_Silly = null # Make a new silly resource (which in this case actually is a node) @@ -60,23 +57,21 @@ func load_file_selected(path): silly_resource.init() # If the file exists, then open it - if file.file_exists(path): - file.open(path, File.READ) + if FileAccess.file_exists(path): + var file = FileAccess.open(path, FileAccess.READ) # Get the JSON string and convert it into a silly material. var json_dict_as_string = file.get_line() if json_dict_as_string != null: silly_resource.from_json(json_dict_as_string) else: - file.close() return false get_node(^"VBoxContainer/AlbedoColorPicker").color = silly_resource.albedo_color get_node(^"VBoxContainer/MetallicSlider").value = silly_resource.metallic_strength get_node(^"VBoxContainer/RoughnessSlider").value = silly_resource.roughness_strength - # Close the file and return true (success!) - file.close() + # Return true (success!) return true #else: If the file does not exist, then return false (failure) diff --git a/plugins/addons/material_creator/material_dock.tscn b/plugins/addons/material_creator/material_dock.tscn index 2c328501491..f8c4c839313 100644 --- a/plugins/addons/material_creator/material_dock.tscn +++ b/plugins/addons/material_creator/material_dock.tscn @@ -1,139 +1,106 @@ -[gd_scene load_steps=2 format=2] +[gd_scene load_steps=2 format=3 uid="uid://n44d53us24uu"] -[ext_resource path="res://addons/material_creator/material_creator.gd" type="Script" id=1] +[ext_resource type="Script" path="res://addons/material_creator/material_creator.gd" id="1"] [node name="Material Creator Plugin" type="Panel"] offset_right = 220.0 offset_bottom = 340.0 -rect_min_size = Vector2(210, 410) -script = ExtResource( 1 ) -__meta__ = { -"_edit_use_anchors_": false -} +script = ExtResource("1") [node name="VBoxContainer" type="VBoxContainer" parent="."] +anchors_preset = 13 anchor_left = 0.5 anchor_right = 0.5 anchor_bottom = 1.0 offset_left = -100.0 offset_right = 100.0 -rect_min_size = Vector2(0, 400) +grow_horizontal = 2 +grow_vertical = 2 [node name="DockName" type="Label" parent="VBoxContainer"] offset_right = 200.0 -offset_bottom = 30.0 -rect_min_size = Vector2(200, 30) -custom_constants/shadow_as_outline = 1 +offset_bottom = 26.0 text = "Material creator" -align = 1 -valign = 2 [node name="AlbedoLabel" type="Label" parent="VBoxContainer"] -offset_top = 34.0 +offset_top = 30.0 offset_right = 200.0 -offset_bottom = 64.0 -rect_min_size = Vector2(200, 30) +offset_bottom = 56.0 text = "Albedo color" -align = 1 -valign = 2 [node name="AlbedoColorPicker" type="ColorPickerButton" parent="VBoxContainer"] -offset_top = 68.0 +offset_top = 60.0 offset_right = 200.0 -offset_bottom = 98.0 -rect_min_size = Vector2(200, 30) +offset_bottom = 68.0 color = Color(1, 1, 1, 1) [node name="MetallicLabel" type="Label" parent="VBoxContainer"] -offset_top = 102.0 +offset_top = 72.0 offset_right = 200.0 -offset_bottom = 132.0 -rect_min_size = Vector2(200, 30) +offset_bottom = 98.0 text = "Metallic strength" -align = 1 -valign = 2 [node name="MetallicSlider" type="HSlider" parent="VBoxContainer"] -offset_top = 136.0 +offset_top = 102.0 offset_right = 200.0 -offset_bottom = 166.0 -rect_min_size = Vector2(200, 30) +offset_bottom = 118.0 max_value = 1.0 step = 0.05 [node name="RoughnessLabel" type="Label" parent="VBoxContainer"] -offset_top = 170.0 +offset_top = 122.0 offset_right = 200.0 -offset_bottom = 200.0 -rect_min_size = Vector2(200, 30) +offset_bottom = 148.0 text = "Roughness strength" -align = 1 -valign = 2 [node name="RoughnessSlider" type="HSlider" parent="VBoxContainer"] -offset_top = 204.0 +offset_top = 152.0 offset_right = 200.0 -offset_bottom = 234.0 -rect_min_size = Vector2(200, 30) +offset_bottom = 168.0 max_value = 1.0 step = 0.05 ticks_on_borders = true [node name="HSeparator" type="HSeparator" parent="VBoxContainer"] -offset_top = 238.0 +offset_top = 172.0 offset_right = 200.0 -offset_bottom = 258.0 -rect_min_size = Vector2(200, 20) +offset_bottom = 176.0 [node name="ApplyButton" type="Button" parent="VBoxContainer"] -offset_top = 262.0 +offset_top = 180.0 offset_right = 200.0 -offset_bottom = 312.0 -rect_min_size = Vector2(200, 50) +offset_bottom = 211.0 text = "Apply material" [node name="SaveButton" type="Button" parent="VBoxContainer"] -offset_top = 316.0 +offset_top = 215.0 offset_right = 200.0 -offset_bottom = 366.0 -rect_min_size = Vector2(200, 50) +offset_bottom = 246.0 text = "Save material" [node name="LoadButton" type="Button" parent="VBoxContainer"] -offset_top = 370.0 +offset_top = 250.0 offset_right = 200.0 -offset_bottom = 420.0 -rect_min_size = Vector2(200, 50) +offset_bottom = 281.0 text = "Load material" clip_text = true [node name="Label" type="Label" parent="VBoxContainer/LoadButton"] visible = false +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 offset_bottom = -10.0 -rect_min_size = Vector2(0, 50) +grow_horizontal = 2 +grow_vertical = 2 text = "Load silly material and apply to selected node(s)" -align = 1 -valign = 1 -autowrap = true [node name="SaveMaterialDialog" type="FileDialog" parent="."] -offset_left = 150.0 -offset_top = 20.0 -offset_right = 600.0 -offset_bottom = 360.0 -resizable = true filters = PackedStringArray("*.silly_mat") [node name="LoadMaterialDialog" type="FileDialog" parent="."] -offset_left = 150.0 -offset_top = 20.0 -offset_right = 600.0 -offset_bottom = 360.0 -rect_min_size = Vector2(200, 100) -window_title = "Open a File" -resizable = true -mode = 0 +title = "Open a File" +ok_button_text = "Open" +file_mode = 0 filters = PackedStringArray("*.silly_mat") diff --git a/plugins/addons/material_import_plugin/import.gd b/plugins/addons/material_import_plugin/import.gd index e33179f4d08..a1a0d3181c3 100644 --- a/plugins/addons/material_import_plugin/import.gd +++ b/plugins/addons/material_import_plugin/import.gd @@ -3,37 +3,37 @@ extends EditorImportPlugin enum Presets { PRESET_DEFAULT } -func get_importer_name(): +func _get_importer_name(): return "demos.sillymaterial" -func get_visible_name(): +func _get_visible_name(): return "Silly Material" -func get_recognized_extensions(): +func _get_recognized_extensions(): return ["mtxt"] -func get_save_extension(): +func _get_save_extension(): return "res" -func get_resource_type(): +func _get_resource_type(): return "Material" -func get_preset_count(): +func _get_preset_count(): return Presets.size() -func get_preset_name(preset): +func _get_preset_name(preset): match preset: Presets.PRESET_DEFAULT: return "Default" _: return "Unknown" -func get_import_options(preset): +func _get_import_options(_path, preset): match preset: Presets.PRESET_DEFAULT: return [{ @@ -43,20 +43,18 @@ func get_import_options(preset): _: return [] -func get_option_visibility(option, options): - return true +func _get_import_order(): + return ResourceImporter.IMPORT_ORDER_DEFAULT + +func _get_option_visibility(path, option, options): + return true -func import(source_file, save_path, options, r_platform_variants, r_gen_files): - var file = File.new() - var err = file.open(source_file, File.READ) - if err != OK: - return err +func _import(source_file, save_path, options, r_platform_variants, r_gen_files): + var file = FileAccess.open(source_file, FileAccess.READ) var line = file.get_line() - file.close() - var channels = line.split(",") if channels.size() != 3: return ERR_PARSE_ERROR @@ -69,4 +67,4 @@ func import(source_file, save_path, options, r_platform_variants, r_gen_files): material.albedo_color = color - return ResourceSaver.save("%s.%s" % [save_path, get_save_extension()], material) + return ResourceSaver.save(material ,"%s.%s" % [save_path, _get_save_extension()]) diff --git a/plugins/addons/material_import_plugin/test.mtxt.import b/plugins/addons/material_import_plugin/test.mtxt.import index eeace7c1463..c2217b30afb 100644 --- a/plugins/addons/material_import_plugin/test.mtxt.import +++ b/plugins/addons/material_import_plugin/test.mtxt.import @@ -2,6 +2,7 @@ importer="demos.sillymaterial" type="Material" +uid="uid://0kxvpjo37ehr" path="res://.godot/imported/test.mtxt-32ce4469df24b9f725d1e3476ff3b332.res" [deps] diff --git a/plugins/icon.png.import b/plugins/icon.png.import index 889af9df580..ff6ad79b2c7 100644 --- a/plugins/icon.png.import +++ b/plugins/icon.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture2D" -path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" +type="CompressedTexture2D" +uid="uid://cmi7w2ar1c7cb" +path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex" metadata={ "vram_texture": false } @@ -10,26 +11,24 @@ metadata={ [deps] source_file="res://icon.png" -dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.stex"] +dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"] [params] compress/mode=0 compress/lossy_quality=0.7 -compress/hdr_mode=0 +compress/hdr_compression=1 compress/bptc_ldr=0 compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/plugins/project.godot b/plugins/project.godot index 7f008a76aa0..66eb5ec28af 100644 --- a/plugins/project.godot +++ b/plugins/project.godot @@ -6,7 +6,7 @@ ; [section] ; section goes between [] ; param=value ; assign values to parameters -config_version=4 +config_version=5 [application] @@ -21,6 +21,7 @@ This project contains 4 plugins: * The material creator plugin shows how to add a custom dock with some simple functionality. * The main screen plugin is a minimal example of how to create a plugin with a main screen." run/main_scene="res://test_scene.tscn" +config/features=PackedStringArray("4.0") config/icon="res://icon.png" [editor_plugins] diff --git a/plugins/test_scene.tscn b/plugins/test_scene.tscn index b5d65ffbb98..10608e80a47 100644 --- a/plugins/test_scene.tscn +++ b/plugins/test_scene.tscn @@ -1,22 +1,21 @@ -[gd_scene load_steps=4 format=2] +[gd_scene load_steps=4 format=3 uid="uid://dlap00bmh07ai"] -[ext_resource path="res://addons/main_screen/handled_by_main_screen.gd" type="Script" id=1] -[ext_resource path="res://addons/custom_node/heart.gd" type="Script" id=2] +[ext_resource type="Script" path="res://addons/main_screen/handled_by_main_screen.gd" id="1"] +[ext_resource type="Script" path="res://addons/custom_node/heart.gd" id="2"] -[sub_resource type="BoxMesh" id=1] +[sub_resource type="BoxMesh" id="1"] [node name="TestScene" type="Node"] [node name="Heart" type="Node2D" parent="."] -script = ExtResource( 2 ) +script = ExtResource("2") [node name="MeshInstance3D" type="MeshInstance3D" parent="."] -mesh = SubResource( 1 ) +mesh = SubResource("1") skeleton = NodePath("") -surface_material_override/0 = null [node name="HandledByMainScreen" type="Node" parent="."] -script = ExtResource( 1 ) +script = ExtResource("1") [node name="DirectionalLight3D" type="DirectionalLight3D" parent="."] transform = Transform3D(0.866025, -0.433013, 0.25, 0, 0.5, 0.866025, -0.5, -0.75, 0.433013, 0, 0, 0) diff --git a/viewport/2d_in_3d/2D_in_3D.tscn b/viewport/2d_in_3d/2D_in_3D.tscn index 30adf3a0a72..e43a3381b0d 100644 --- a/viewport/2d_in_3d/2D_in_3D.tscn +++ b/viewport/2d_in_3d/2D_in_3D.tscn @@ -29,16 +29,16 @@ sky_horizon_color = Color(0.64625, 0.65575, 0.67075, 1) ground_horizon_color = Color(0.64625, 0.65575, 0.67075, 1) [sub_resource type="Sky" id="Sky_7gemw"] -sky_material = SubResource( "ProceduralSkyMaterial_cvh5i" ) +sky_material = SubResource("ProceduralSkyMaterial_cvh5i") [sub_resource type="Environment" id="Environment_fvsgw"] background_mode = 2 -sky = SubResource( "Sky_7gemw" ) +sky = SubResource("Sky_7gemw") tonemap_mode = 2 glow_enabled = true [node name="2Din3D" type="Node3D"] -script = ExtResource( "1" ) +script = ExtResource("1") [node name="Camera3D" type="Camera3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.1, 0) @@ -47,15 +47,15 @@ near = 0.1 [node name="ViewportQuad" type="MeshInstance3D" parent="."] transform = Transform3D(2, 0, 0, 0, 0, -1.333, 0, 1, 0, 0, 1.2, -4.25) -material_override = SubResource( "6" ) -mesh = SubResource( "1" ) +material_override = SubResource("6") +mesh = SubResource("1") [node name="SubViewport" type="SubViewport" parent="."] size = Vector2i(600, 400) render_target_update_mode = 4 [node name="Pong" type="Node2D" parent="SubViewport"] -script = ExtResource( "2" ) +script = ExtResource("2") [node name="Background" type="Panel" parent="SubViewport/Pong"] offset_right = 600.0 @@ -63,72 +63,72 @@ offset_bottom = 400.0 [node name="Ball" type="Sprite2D" parent="SubViewport/Pong"] position = Vector2(300, 200) -texture = ExtResource( "3" ) +texture = ExtResource("3") [node name="LeftPaddle" type="Sprite2D" parent="SubViewport/Pong"] position = Vector2(20, 200) -texture = ExtResource( "4" ) +texture = ExtResource("4") [node name="RightPaddle" type="Sprite2D" parent="SubViewport/Pong"] position = Vector2(580, 200) -texture = ExtResource( "5" ) +texture = ExtResource("5") [node name="Separator" type="Sprite2D" parent="SubViewport/Pong"] position = Vector2(298, 200) -texture = ExtResource( "6" ) +texture = ExtResource("6") [node name="Environment" type="Node3D" parent="."] [node name="Floor" type="MeshInstance3D" parent="Environment"] transform = Transform3D(4, 0, 0, 0, 4, 0, 0, 0, 4, 0, -1, -2) -mesh = SubResource( "1" ) +mesh = SubResource("1") skeleton = NodePath("../..") -surface_material_override/0 = SubResource( "2" ) +surface_material_override/0 = SubResource("2") [node name="Pillar1" type="Node3D" parent="Environment"] transform = Transform3D(0.6, 0, 0, 0, 0.6, 0, 0, 0, 0.6, -3, -0.2, -4) [node name="PillarBottom" type="MeshInstance3D" parent="Environment/Pillar1"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.5, 0) -mesh = SubResource( "3" ) -surface_material_override/0 = SubResource( "4" ) +mesh = SubResource("3") +surface_material_override/0 = SubResource("4") [node name="PillarTop" type="MeshInstance3D" parent="Environment/Pillar1"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 5.5, 0) -mesh = SubResource( "3" ) -surface_material_override/0 = SubResource( "4" ) +mesh = SubResource("3") +surface_material_override/0 = SubResource("4") [node name="PillarMiddle" type="MeshInstance3D" parent="Environment/Pillar1"] transform = Transform3D(0.7, 0, 0, 0, 2, 0, 0, 0, 0.7, 0, 2.5, 0) -mesh = SubResource( "3" ) -surface_material_override/0 = SubResource( "4" ) +mesh = SubResource("3") +surface_material_override/0 = SubResource("4") [node name="Pillar2" type="Node3D" parent="Environment"] transform = Transform3D(0.6, 0, 0, 0, 0.6, 0, 0, 0, 0.6, 3, -0.2, -4) [node name="PillarBottom" type="MeshInstance3D" parent="Environment/Pillar2"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.5, 0) -mesh = SubResource( "3" ) -surface_material_override/0 = SubResource( "4" ) +mesh = SubResource("3") +surface_material_override/0 = SubResource("4") [node name="PillarTop" type="MeshInstance3D" parent="Environment/Pillar2"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 5.5, 0) -mesh = SubResource( "3" ) -surface_material_override/0 = SubResource( "4" ) +mesh = SubResource("3") +surface_material_override/0 = SubResource("4") [node name="PillarMiddle" type="MeshInstance3D" parent="Environment/Pillar2"] transform = Transform3D(0.7, 0, 0, 0, 2, 0, 0, 0, 0.7, 0, 2.5, 0) -mesh = SubResource( "3" ) -surface_material_override/0 = SubResource( "4" ) +mesh = SubResource("3") +surface_material_override/0 = SubResource("4") [node name="PillarBack" type="MeshInstance3D" parent="Environment"] transform = Transform3D(4, 0, 0, 0, 4, 0, 0, 0, 4, 0, 1.2, -4.5) -mesh = SubResource( "5" ) +mesh = SubResource("5") skeleton = NodePath("../..") -surface_material_override/0 = SubResource( "4" ) +surface_material_override/0 = SubResource("4") [node name="WorldEnvironment" type="WorldEnvironment" parent="Environment"] -environment = SubResource( "Environment_fvsgw" ) +environment = SubResource("Environment_fvsgw") [node name="DirectionalLight3D" type="DirectionalLight3D" parent="Environment"] transform = Transform3D(0.623013, -0.733525, 0.271653, 0.321394, 0.55667, 0.766045, -0.713134, -0.389948, 0.582563, 0, 10, 0) diff --git a/viewport/2d_in_3d/ball.png.import b/viewport/2d_in_3d/ball.png.import index 484ba69fcea..9820846ef82 100644 --- a/viewport/2d_in_3d/ball.png.import +++ b/viewport/2d_in_3d/ball.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/viewport/2d_in_3d/icon.png.import b/viewport/2d_in_3d/icon.png.import index cbbf8a7ee8a..691f5781be8 100644 --- a/viewport/2d_in_3d/icon.png.import +++ b/viewport/2d_in_3d/icon.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/viewport/2d_in_3d/left_pallete.png.import b/viewport/2d_in_3d/left_pallete.png.import index 945d02a271c..0fd4bdf3d56 100644 --- a/viewport/2d_in_3d/left_pallete.png.import +++ b/viewport/2d_in_3d/left_pallete.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/viewport/2d_in_3d/project.godot b/viewport/2d_in_3d/project.godot index 59f5f225db1..9f88a439451 100644 --- a/viewport/2d_in_3d/project.godot +++ b/viewport/2d_in_3d/project.godot @@ -13,8 +13,8 @@ config_version=5 config/name="2D in 3D" config/description="A demo showing how a 2D scene can be shown within a 3D one using viewports." run/main_scene="res://2D_in_3D.tscn" -config/icon="res://icon.png" config/features=PackedStringArray("4.0") +config/icon="res://icon.png" [gdnative] @@ -24,22 +24,22 @@ singletons=[] left_move_up={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"unicode":0,"echo":false,"script":null) ] } left_move_down={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":83,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":83,"physical_keycode":0,"unicode":0,"echo":false,"script":null) ] } right_move_up={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) ] } right_move_down={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777234,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777234,"physical_keycode":0,"unicode":0,"echo":false,"script":null) ] } diff --git a/viewport/2d_in_3d/right_pallete.png.import b/viewport/2d_in_3d/right_pallete.png.import index c470b0e1182..09b896cabe6 100644 --- a/viewport/2d_in_3d/right_pallete.png.import +++ b/viewport/2d_in_3d/right_pallete.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/viewport/2d_in_3d/separator.png.import b/viewport/2d_in_3d/separator.png.import index 766d8f9f7e9..a9ce05b3487 100644 --- a/viewport/2d_in_3d/separator.png.import +++ b/viewport/2d_in_3d/separator.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/viewport/3d_in_2d/3d_in_2d.gd b/viewport/3d_in_2d/3d_in_2d.gd index 4e270ca775f..b094a42b8ae 100644 --- a/viewport/3d_in_2d/3d_in_2d.gd +++ b/viewport/3d_in_2d/3d_in_2d.gd @@ -18,4 +18,4 @@ func _root_viewport_size_changed(): # The viewport is resized depending on the window height. # To compensate for the larger resolution, the viewport sprite is scaled down. viewport.size = Vector2.ONE * get_viewport().size.y - viewport_sprite.scale = Vector2(1, -1) * viewport_initial_size.y / get_viewport().size.y + viewport_sprite.scale = Vector2.ONE * viewport_initial_size.y / get_viewport().size.y diff --git a/viewport/3d_in_2d/3d_in_2d.tscn b/viewport/3d_in_2d/3d_in_2d.tscn index 7128c377ce0..bd8a4bcd184 100644 --- a/viewport/3d_in_2d/3d_in_2d.tscn +++ b/viewport/3d_in_2d/3d_in_2d.tscn @@ -8,51 +8,52 @@ viewport_path = NodePath("SubViewport") [sub_resource type="AtlasTexture" id="2"] -atlas = ExtResource( "2" ) +atlas = ExtResource("2") region = Rect2(0, 0, 64, 64) [sub_resource type="AtlasTexture" id="3"] -atlas = ExtResource( "2" ) +atlas = ExtResource("2") region = Rect2(64, 0, 64, 64) [sub_resource type="AtlasTexture" id="4"] -atlas = ExtResource( "2" ) +atlas = ExtResource("2") region = Rect2(128, 0, 64, 64) [sub_resource type="AtlasTexture" id="5"] -atlas = ExtResource( "2" ) +atlas = ExtResource("2") region = Rect2(192, 0, 64, 64) [sub_resource type="AtlasTexture" id="6"] -atlas = ExtResource( "2" ) +atlas = ExtResource("2") region = Rect2(256, 0, 64, 64) [sub_resource type="SpriteFrames" id="7"] animations = [{ -"frames": [SubResource( "2" ), SubResource( "3" ), SubResource( "4" ), SubResource( "5" ), SubResource( "6" )], +"frames": [SubResource("2"), SubResource("3"), SubResource("4"), SubResource("5"), SubResource("6")], "loop": true, "name": &"default", "speed": 5.0 }] [node name="3Din2D" type="Node2D"] -script = ExtResource( "1" ) +script = ExtResource("1") [node name="SubViewport" type="SubViewport" parent="."] -msaa = 2 +transparent_bg = true +msaa_3d = 2 size = Vector2i(300, 300) render_target_update_mode = 4 -[node name="Robot3D" parent="SubViewport" instance=ExtResource( "3" )] +[node name="Robot3D" parent="SubViewport" instance=ExtResource("3")] [node name="ViewportSprite" type="Sprite2D" parent="."] position = Vector2(650, 300) -texture = SubResource( "ViewportTexture_2squv" ) +texture = SubResource("ViewportTexture_2squv") [node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."] position = Vector2(350, 300) scale = Vector2(3, 3) -frames = SubResource( "7" ) +frames = SubResource("7") [node name="Camera2D" type="Camera2D" parent="."] offset = Vector2(512, 300) diff --git a/viewport/3d_in_2d/icon.png.import b/viewport/3d_in_2d/icon.png.import index 7723f8004e6..72d69d32673 100644 --- a/viewport/3d_in_2d/icon.png.import +++ b/viewport/3d_in_2d/icon.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/viewport/3d_in_2d/project.godot b/viewport/3d_in_2d/project.godot index 6d6c76000cb..7fa416f4a80 100644 --- a/viewport/3d_in_2d/project.godot +++ b/viewport/3d_in_2d/project.godot @@ -13,12 +13,12 @@ config_version=5 config/name="3D in 2D" config/description="A demo showing how a 3D scene can be shown within a 2D one using viewports." run/main_scene="res://3d_in_2d.tscn" -config/icon="res://icon.png" config/features=PackedStringArray("4.0") +config/icon="res://icon.png" [display] -window/stretch/mode="2d" +window/stretch/mode="canvas_items" window/stretch/aspect="expand" [gdnative] diff --git a/viewport/3d_in_2d/robot_demo.png.import b/viewport/3d_in_2d/robot_demo.png.import index 8877ff4fd46..70a59d34273 100644 --- a/viewport/3d_in_2d/robot_demo.png.import +++ b/viewport/3d_in_2d/robot_demo.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/viewport/3d_scaling/cubes.tscn b/viewport/3d_scaling/cubes.tscn index 39fe8e33cb7..b1c3d431a63 100644 --- a/viewport/3d_scaling/cubes.tscn +++ b/viewport/3d_scaling/cubes.tscn @@ -1,15 +1,16 @@ [gd_scene load_steps=2 format=3 uid="uid://bbnebk7xoaoto"] [sub_resource type="BoxMesh" id="1"] +size = Vector3(2, 2, 2) [node name="Cubes" type="Node3D"] [node name="MeshInstance1" type="MeshInstance3D" parent="."] -mesh = SubResource( "1" ) +mesh = SubResource("1") [node name="MeshInstance2" type="MeshInstance3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, -1) -mesh = SubResource( "1" ) +mesh = SubResource("1") [node name="Camera3D" type="Camera3D" parent="."] transform = Transform3D(0.877582, 0.229849, -0.420736, 0, 0.877582, 0.479426, 0.479426, -0.420736, 0.770151, -1.68294, 2.25571, 3.0806) diff --git a/viewport/3d_scaling/default_env.tres b/viewport/3d_scaling/default_env.tres index f88d3f9981d..38c88068671 100644 --- a/viewport/3d_scaling/default_env.tres +++ b/viewport/3d_scaling/default_env.tres @@ -1,9 +1,10 @@ -[gd_resource type="Environment" load_steps=2 format=2] +[gd_resource type="Environment" load_steps=3 format=3 uid="uid://gvgtl0xxtewa"] -[sub_resource type="Sky" id=1] -sky_top_color = Color( 0.207843, 0.239216, 0.254902, 1 ) -sky_horizon_color = Color( 0.466667, 0.478431, 0.490196, 1 ) +[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_fikmw"] + +[sub_resource type="Sky" id="1"] +sky_material = SubResource("ProceduralSkyMaterial_fikmw") [resource] background_mode = 2 -background_sky = SubResource( 1 ) +sky = SubResource("1") diff --git a/viewport/3d_scaling/hud.tscn b/viewport/3d_scaling/hud.tscn index df7fe22e846..ebbdaa6f9dd 100644 --- a/viewport/3d_scaling/hud.tscn +++ b/viewport/3d_scaling/hud.tscn @@ -1,36 +1,34 @@ -[gd_scene load_steps=6 format=3 uid="uid://c5uc5vwuqvck5"] +[gd_scene load_steps=4 format=3 uid="uid://c5uc5vwuqvck5"] -[ext_resource type="FontData" uid="uid://dj5xxi41l3y1r" path="res://noto_sans_ui_regular.ttf" id="1"] [ext_resource type="PackedScene" uid="uid://bbnebk7xoaoto" path="res://cubes.tscn" id="2"] [ext_resource type="Script" path="res://hud.gd" id="3"] -[sub_resource type="Font" id="1"] -data/0 = ExtResource( "1" ) - [sub_resource type="Theme" id="2"] -default_font = SubResource( "1" ) [node name="HUD" type="Control"] +layout_mode = 3 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 -theme = SubResource( "2" ) -script = ExtResource( "3" ) +theme = SubResource("2") +script = ExtResource("3") [node name="SubViewportContainer" type="SubViewportContainer" parent="."] texture_filter = 1 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 stretch = true [node name="SubViewport" type="SubViewport" parent="SubViewportContainer"] handle_input_locally = false -shadow_atlas_size = 4096 -size = Vector2i(1024, 600) +size = Vector2i(1152, 648) render_target_update_mode = 4 -[node name="Cubes" parent="SubViewportContainer/SubViewport" instance=ExtResource( "2" )] +[node name="Cubes" parent="SubViewportContainer/SubViewport" instance=ExtResource("2")] [node name="Help" type="Label" parent="."] +anchors_preset = 2 anchor_top = 1.0 anchor_bottom = 1.0 offset_left = 16.0 @@ -40,32 +38,20 @@ offset_bottom = -16.0 text = "This text will always render at the native resolution. Press Space to adjust the 3D viewport's resolution scaling. Press Enter to toggle filtering." -__meta__ = { -"_edit_use_anchors_": false -} [node name="VBoxContainer" type="VBoxContainer" parent="."] offset_left = 16.0 offset_top = 16.0 offset_right = 124.0 offset_bottom = 76.0 -__meta__ = { -"_edit_use_anchors_": false -} [node name="Scale" type="Label" parent="VBoxContainer"] -offset_right = 108.0 +offset_right = 111.0 offset_bottom = 26.0 text = "Scale: 100%" -__meta__ = { -"_edit_use_anchors_": false -} [node name="Filter" type="Label" parent="VBoxContainer"] offset_top = 30.0 -offset_right = 108.0 +offset_right = 111.0 offset_bottom = 56.0 text = "Filter: Enabled" -__meta__ = { -"_edit_use_anchors_": false -} diff --git a/viewport/3d_scaling/icon.png.import b/viewport/3d_scaling/icon.png.import index 8bb3516ffe1..705fec72c20 100644 --- a/viewport/3d_scaling/icon.png.import +++ b/viewport/3d_scaling/icon.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/viewport/3d_scaling/noto_sans_ui_regular.ttf.import b/viewport/3d_scaling/noto_sans_ui_regular.ttf.import index ab8a85763c1..c796179ed08 100644 --- a/viewport/3d_scaling/noto_sans_ui_regular.ttf.import +++ b/viewport/3d_scaling/noto_sans_ui_regular.ttf.import @@ -1,7 +1,7 @@ [remap] importer="font_data_dynamic" -type="FontData" +type="FontFile" uid="uid://dj5xxi41l3y1r" path="res://.godot/imported/noto_sans_ui_regular.ttf-37da988dfa3a55ebf3ea2c9fc7b383a8.fontdata" @@ -12,22 +12,21 @@ dest_files=["res://.godot/imported/noto_sans_ui_regular.ttf-37da988dfa3a55ebf3ea [params] -antialiased=true +Rendering=null +antialiasing=1 +generate_mipmaps=false multichannel_signed_distance_field=false msdf_pixel_range=8 msdf_size=48 force_autohinter=false hinting=1 subpixel_positioning=1 -embolden=0.0 -transform=Transform2D(1, 0, 0, 1, 0, 0) oversampling=0.0 +Fallbacks=null +fallbacks=[] +Compress=null compress=true -opentype_feature_overrides={} -preload/char_ranges=PackedStringArray() -preload/glyph_ranges=PackedStringArray() -preload/configurations=PackedStringArray() -support_overrides/language_enabled=PackedStringArray() -support_overrides/language_disabled=PackedStringArray() -support_overrides/script_enabled=PackedStringArray() -support_overrides/script_disabled=PackedStringArray() +preload=[] +language_support={} +script_support={} +opentype_features={} diff --git a/viewport/3d_scaling/project.godot b/viewport/3d_scaling/project.godot index ff134368f34..7de25d77cdb 100644 --- a/viewport/3d_scaling/project.godot +++ b/viewport/3d_scaling/project.godot @@ -17,8 +17,8 @@ viewport. This technique can be useful in 2D games as well. For instance, it can be used to have a \"pixel art\" viewport for the main game area and a non-pixel-art viewport for HUD elements." run/main_scene="res://hud.tscn" -config/icon="res://icon.png" config/features=PackedStringArray("4.0") +config/icon="res://icon.png" [display] @@ -29,19 +29,19 @@ window/stretch/aspect="expand" cycle_viewport_resolution={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":32,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":32,"physical_keycode":0,"unicode":0,"echo":false,"script":null) ] } toggle_filtering={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777221,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":4194309,"physical_keycode":0,"unicode":0,"echo":false,"script":null) ] } [rendering] +environment/defaults/default_environment="res://default_env.tres" quality/driver/driver_name="GLES2" quality/intended_usage/framebuffer_allocation=3 vram_compression/import_etc=true vram_compression/import_etc2=false -environment/default_environment="res://default_env.tres" diff --git a/viewport/dynamic_split_screen/camera_controller.gd b/viewport/dynamic_split_screen/camera_controller.gd index 6229226e7d8..c6180375343 100644 --- a/viewport/dynamic_split_screen/camera_controller.gd +++ b/viewport/dynamic_split_screen/camera_controller.gd @@ -39,8 +39,8 @@ func _ready(): get_viewport().connect(&"size_changed", self._on_size_changed) - view.material.set_shader_param("viewport1", viewport1.get_texture()) - view.material.set_shader_param("viewport2", viewport2.get_texture()) + view.material.set_shader_parameter("viewport1", viewport1.get_texture()) + view.material.set_shader_parameter("viewport2", viewport2.get_texture()) func _process(_delta): @@ -71,16 +71,16 @@ func _update_splitscreen(): if adaptive_split_line_thickness: var position_difference = _compute_position_difference_in_world() var distance = _compute_horizontal_length(position_difference) - thickness = lerp(0, split_line_thickness, (distance - max_separation) / max_separation) - thickness = clamp(thickness, 0, split_line_thickness) + thickness = lerpf(0, split_line_thickness, (distance - max_separation) / max_separation) + thickness = clampf(thickness, 0, split_line_thickness) else: thickness = split_line_thickness - view.material.set_shader_param("split_active", _get_split_state()) - view.material.set_shader_param("player1_position", player1_position) - view.material.set_shader_param("player2_position", player2_position) - view.material.set_shader_param("split_line_thickness", thickness) - view.material.set_shader_param("split_line_color", split_line_color) + view.material.set_shader_parameter("split_active", _get_split_state()) + view.material.set_shader_parameter("player1_position", player1_position) + view.material.set_shader_parameter("player2_position", player2_position) + view.material.set_shader_parameter("split_line_thickness", thickness) + view.material.set_shader_parameter("split_line_color", split_line_color) # Split screen is active if players are too far apart from each other. @@ -97,7 +97,7 @@ func _on_size_changed(): $Viewport1.size = screen_size $Viewport2.size = screen_size - view.material.set_shader_param("viewport_size", screen_size) + view.material.set_shader_parameter("viewport_size", screen_size) func _compute_position_difference_in_world(): diff --git a/viewport/dynamic_split_screen/icon.png.import b/viewport/dynamic_split_screen/icon.png.import index 299df8ef839..bf0b5d95483 100644 --- a/viewport/dynamic_split_screen/icon.png.import +++ b/viewport/dynamic_split_screen/icon.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/viewport/dynamic_split_screen/project.godot b/viewport/dynamic_split_screen/project.godot index e7d12fb9fcf..3eb16c28109 100644 --- a/viewport/dynamic_split_screen/project.godot +++ b/viewport/dynamic_split_screen/project.godot @@ -14,8 +14,8 @@ config/name="Dynamic Split Screen" config/description="This sample project showcases an implementation of dynamic split screen, also called Voronoi split screen, using GDSL." run/main_scene="res://split_screen.tscn" -config/icon="res://icon.png" config/features=PackedStringArray("4.0") +config/icon="res://icon.png" [debug] @@ -25,58 +25,58 @@ gdscript/warnings/return_value_discarded=false move_up_player1={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":90,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":90,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":-1.0,"script":null) ] } move_down_player1={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":83,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":83,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":1.0,"script":null) ] } move_left_player1={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":81,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":81,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":-1.0,"script":null) ] } move_right_player1={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":1.0,"script":null) ] } move_up_player2={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":73,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":73,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":3,"axis_value":-1.0,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":1,"axis":1,"axis_value":-1.0,"script":null) ] } move_down_player2={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":75,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777234,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":75,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777234,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":3,"axis_value":1.0,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":1,"axis":1,"axis_value":1.0,"script":null) ] } move_left_player2={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":74,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777231,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":74,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777231,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":2,"axis_value":-1.0,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":1,"axis":0,"axis_value":-1.0,"script":null) ] } move_right_player2={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":76,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"store_command":true,"alt_pressed":false,"shift_pressed":false,"meta_pressed":false,"command_pressed":false,"pressed":false,"keycode":16777233,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":76,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777233,"physical_keycode":0,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":2,"axis_value":1.0,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":1,"axis":0,"axis_value":1.0,"script":null) ] diff --git a/viewport/dynamic_split_screen/split_screen.gdshader b/viewport/dynamic_split_screen/split_screen.gdshader index 0bb5cecbfc9..f0c69c0b56f 100644 --- a/viewport/dynamic_split_screen/split_screen.gdshader +++ b/viewport/dynamic_split_screen/split_screen.gdshader @@ -2,8 +2,8 @@ shader_type canvas_item; render_mode unshaded; uniform vec2 viewport_size; // size in pixels of the viewport. Cannot be access from the shader in GLES2 -uniform sampler2D viewport1 : hint_albedo; -uniform sampler2D viewport2 : hint_albedo; +uniform sampler2D viewport1 : source_color; +uniform sampler2D viewport2 : source_color; uniform bool split_active; // true: split screen, false: use view1 uniform vec2 player1_position; // position of player 1 un UV coordinates uniform vec2 player2_position; // position of player 2 un UV coordinates diff --git a/viewport/dynamic_split_screen/split_screen.tscn b/viewport/dynamic_split_screen/split_screen.tscn index 03a16bd2fa7..d2792c959b7 100644 --- a/viewport/dynamic_split_screen/split_screen.tscn +++ b/viewport/dynamic_split_screen/split_screen.tscn @@ -10,22 +10,22 @@ sky_horizon_color = Color(0.64625, 0.65575, 0.67075, 1) ground_horizon_color = Color(0.64625, 0.65575, 0.67075, 1) [sub_resource type="Sky" id="Sky_i64ko"] -sky_material = SubResource( "ProceduralSkyMaterial_16la2" ) +sky_material = SubResource("ProceduralSkyMaterial_16la2") [sub_resource type="Environment" id="Environment_vdrvu"] background_mode = 2 -sky = SubResource( "Sky_i64ko" ) +sky = SubResource("Sky_i64ko") tonemap_mode = 2 glow_enabled = true [sub_resource type="ShaderMaterial" id="1"] -shader = ExtResource( "3" ) -shader_param/viewport_size = null -shader_param/split_active = null -shader_param/player1_position = null -shader_param/player2_position = null -shader_param/split_line_thickness = null -shader_param/split_line_color = null +shader = ExtResource("3") +shader_parameter/player1_position = null +shader_parameter/player2_position = null +shader_parameter/split_active = null +shader_parameter/split_line_color = null +shader_parameter/split_line_thickness = null +shader_parameter/viewport_size = null [sub_resource type="CapsuleMesh" id="2"] radius = 0.375 @@ -44,7 +44,7 @@ albedo_color = Color(0.0784314, 0.411765, 0.933333, 1) [sub_resource type="StandardMaterial3D" id="6"] [sub_resource type="PlaneMesh" id="7"] -material = SubResource( "6" ) +material = SubResource("6") size = Vector2(200, 200) [sub_resource type="BoxShape3D" id="8"] @@ -184,28 +184,28 @@ albedo_color = Color(0.791675, 0.946163, 0.317723, 1) [node name="DirectionalLight3D" type="DirectionalLight3D" parent="."] transform = Transform3D(-0.866025, -0.433013, 0.25, 0, 0.5, 0.866025, -0.5, 0.75, -0.433013, 0, 0, 0) shadow_enabled = true +directional_shadow_mode = 0 directional_shadow_split_3 = 0.25 directional_shadow_blend_splits = true -directional_shadow_max_distance = 50.0 +directional_shadow_fade_start = 1.0 +directional_shadow_max_distance = 25.0 [node name="WorldEnvironment" type="WorldEnvironment" parent="."] -environment = SubResource( "Environment_vdrvu" ) +environment = SubResource("Environment_vdrvu") [node name="Cameras" type="Node3D" parent="."] -script = ExtResource( "2" ) +script = ExtResource("2") max_separation = 10.0 [node name="View" type="TextureRect" parent="Cameras"] -material = SubResource( "1" ) +material = SubResource("1") +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 -texture = ExtResource( "4" ) -__meta__ = { -"_edit_use_anchors_": false -} +texture = ExtResource("4") [node name="Viewport1" type="SubViewport" parent="Cameras"] -msaa = 2 +msaa_3d = 2 size = Vector2i(100, 100) render_target_update_mode = 3 @@ -214,7 +214,7 @@ transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 10, current = true [node name="Viewport2" type="SubViewport" parent="Cameras"] -msaa = 2 +msaa_3d = 2 size = Vector2i(100, 100) render_target_update_mode = 3 @@ -224,36 +224,36 @@ current = true [node name="Player1" type="CharacterBody3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.875, 0) -script = ExtResource( "5" ) +script = ExtResource("5") [node name="Mesh" type="MeshInstance3D" parent="Player1"] -mesh = SubResource( "2" ) -surface_material_override/0 = SubResource( "3" ) +mesh = SubResource("2") +surface_material_override/0 = SubResource("3") [node name="CollisionShape3D" type="CollisionShape3D" parent="Player1"] -shape = SubResource( "4" ) +shape = SubResource("4") [node name="Player2" type="CharacterBody3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4.184, 0.875, 3.019) -script = ExtResource( "5" ) +script = ExtResource("5") player_id = 2 [node name="Mesh" type="MeshInstance3D" parent="Player2"] -mesh = SubResource( "2" ) -surface_material_override/0 = SubResource( "5" ) +mesh = SubResource("2") +surface_material_override/0 = SubResource("5") [node name="CollisionShape3D" type="CollisionShape3D" parent="Player2"] -shape = SubResource( "4" ) +shape = SubResource("4") [node name="Ground" type="StaticBody3D" parent="."] [node name="Mesh" type="MeshInstance3D" parent="Ground"] transform = Transform3D(20, 0, 0, 0, 1, 0, 0, 0, 20, 0, 0, 0) -mesh = SubResource( "7" ) +mesh = SubResource("7") [node name="CollisionShape3D" type="CollisionShape3D" parent="Ground"] transform = Transform3D(200, 0, 0, 0, 1, 0, 0, 0, 200, 0, -1, 0) -shape = SubResource( "8" ) +shape = SubResource("8") [node name="Walls" type="Node3D" parent="."] @@ -263,61 +263,61 @@ shape = SubResource( "8" ) transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.04192, 0.5, -2.95078) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group1/Wall1"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group1/Wall1" groups=["walls"]] -material_override = SubResource( "10" ) -mesh = SubResource( "11" ) +material_override = SubResource("10") +mesh = SubResource("11") [node name="Wall2" type="StaticBody3D" parent="Walls/Group1"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 6.1906, 0.5, -1.34368) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group1/Wall2"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group1/Wall2" groups=["walls"]] -material_override = SubResource( "12" ) -mesh = SubResource( "11" ) +material_override = SubResource("12") +mesh = SubResource("11") [node name="Wall3" type="StaticBody3D" parent="Walls/Group1"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4.49545, 0.5, -6.6514) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group1/Wall3"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group1/Wall3" groups=["walls"]] -material_override = SubResource( "13" ) -mesh = SubResource( "11" ) +material_override = SubResource("13") +mesh = SubResource("11") [node name="Wall4" type="StaticBody3D" parent="Walls/Group1"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.55082, 0.5, 2.19531) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group1/Wall4"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group1/Wall4" groups=["walls"]] -material_override = SubResource( "14" ) -mesh = SubResource( "11" ) +material_override = SubResource("14") +mesh = SubResource("11") [node name="Wall5" type="StaticBody3D" parent="Walls/Group1"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.06483, 0.5, -4.54868) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group1/Wall5"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group1/Wall5" groups=["walls"]] -material_override = SubResource( "15" ) -mesh = SubResource( "11" ) +material_override = SubResource("15") +mesh = SubResource("11") [node name="Wall6" type="StaticBody3D" parent="Walls/Group1"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3.49651, 0.5, 0.88507) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group1/Wall6"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group1/Wall6" groups=["walls"]] -material_override = SubResource( "16" ) -mesh = SubResource( "11" ) +material_override = SubResource("16") +mesh = SubResource("11") [node name="Group2" type="Node3D" parent="Walls"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -12, 0, -2) @@ -326,61 +326,61 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -12, 0, -2) transform = Transform3D(0.988065, 0, -0.154039, 0, 1, 0, 0.154039, 0, 0.988065, -0.858015, 0.5, -2.8199) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group2/Wall1"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group2/Wall1" groups=["walls"]] -material_override = SubResource( "17" ) -mesh = SubResource( "11" ) +material_override = SubResource("17") +mesh = SubResource("11") [node name="Wall2" type="StaticBody3D" parent="Walls/Group2"] transform = Transform3D(0.988065, 0, -0.154039, 0, 1, 0, 0.154039, 0, 0.988065, 7.02869, 0.5, 0.0361555) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group2/Wall2"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group2/Wall2" groups=["walls"]] -material_override = SubResource( "18" ) -mesh = SubResource( "11" ) +material_override = SubResource("18") +mesh = SubResource("11") [node name="Wall3" type="StaticBody3D" parent="Walls/Group2"] transform = Transform3D(0.988065, 0, -0.154039, 0, 1, 0, 0.154039, 0, 0.988065, -2.71223, 0.5, -6.85429) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group2/Wall3"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group2/Wall3" groups=["walls"]] -material_override = SubResource( "19" ) -mesh = SubResource( "11" ) +material_override = SubResource("19") +mesh = SubResource("11") [node name="Wall4" type="StaticBody3D" parent="Walls/Group2"] transform = Transform3D(0.988065, 0, -0.154039, 0, 1, 0, 0.154039, 0, 0.988065, -0.177408, 0.5, 2.49446) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group2/Wall4"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group2/Wall4" groups=["walls"]] -material_override = SubResource( "20" ) -mesh = SubResource( "11" ) +material_override = SubResource("20") +mesh = SubResource("11") [node name="Wall5" type="StaticBody3D" parent="Walls/Group2"] transform = Transform3D(0.988065, 0, -0.154039, 0, 1, 0, 0.154039, 0, 0.988065, 3.44585, 0.5, -3.76612) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group2/Wall5"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group2/Wall5" groups=["walls"]] -material_override = SubResource( "21" ) -mesh = SubResource( "11" ) +material_override = SubResource("21") +mesh = SubResource("11") [node name="Wall6" type="StaticBody3D" parent="Walls/Group2"] transform = Transform3D(0.988065, 0, -0.154039, 0, 1, 0, 0.154039, 0, 0.988065, -2.88611, 0.5, 0.746109) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group2/Wall6"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group2/Wall6" groups=["walls"]] -material_override = SubResource( "22" ) -mesh = SubResource( "11" ) +material_override = SubResource("22") +mesh = SubResource("11") [node name="Group3" type="Node3D" parent="Walls"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -6, 0, 9) @@ -389,61 +389,61 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -6, 0, 9) transform = Transform3D(0.905096, 0, 0.425207, 0, 1, 0, -0.425207, 0, 0.905096, -3.48748, 0.5, -1.93005) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group3/Wall1"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group3/Wall1" groups=["walls"]] -material_override = SubResource( "23" ) -mesh = SubResource( "11" ) +material_override = SubResource("23") +mesh = SubResource("11") [node name="Wall2" type="StaticBody3D" parent="Walls/Group3"] transform = Transform3D(0.905096, 0, 0.425207, 0, 1, 0, -0.425207, 0, 0.905096, 4.6471, 0.5, -3.97599) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group3/Wall2"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group3/Wall2" groups=["walls"]] -material_override = SubResource( "24" ) -mesh = SubResource( "11" ) +material_override = SubResource("24") +mesh = SubResource("11") [node name="Wall3" type="StaticBody3D" parent="Walls/Group3"] transform = Transform3D(0.905096, 0, 0.425207, 0, 1, 0, -0.425207, 0, 0.905096, -7.28169, 0.5, -4.23621) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group3/Wall3"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group3/Wall3" groups=["walls"]] -material_override = SubResource( "25" ) -mesh = SubResource( "11" ) +material_override = SubResource("25") +mesh = SubResource("11") [node name="Wall4" type="StaticBody3D" parent="Walls/Group3"] transform = Transform3D(0.905096, 0, 0.425207, 0, 1, 0, -0.425207, 0, 0.905096, 0.0502639, 0.5, 2.09362) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group3/Wall4"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group3/Wall4" groups=["walls"]] -material_override = SubResource( "26" ) -mesh = SubResource( "11" ) +material_override = SubResource("26") +mesh = SubResource("11") [node name="Wall5" type="StaticBody3D" parent="Walls/Group3"] transform = Transform3D(0.905096, 0, 0.425207, 0, 1, 0, -0.425207, 0, 0.905096, -0.449914, 0.5, -5.12252) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group3/Wall5"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group3/Wall5" groups=["walls"]] -material_override = SubResource( "27" ) -mesh = SubResource( "11" ) +material_override = SubResource("27") +mesh = SubResource("11") [node name="Wall6" type="StaticBody3D" parent="Walls/Group3"] transform = Transform3D(0.905096, 0, 0.425207, 0, 1, 0, -0.425207, 0, 0.905096, -3.17299, 0.5, 2.16026) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group3/Wall6"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group3/Wall6" groups=["walls"]] -material_override = SubResource( "28" ) -mesh = SubResource( "11" ) +material_override = SubResource("28") +mesh = SubResource("11") [node name="Group4" type="Node3D" parent="Walls"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 7, 0, 6) @@ -452,61 +452,61 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 7, 0, 6) transform = Transform3D(0.155702, 0, -0.987804, 0, 1, 0, 0.987804, 0, 0.155702, 2.61556, 0.5, -2.40266) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group4/Wall1"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group4/Wall1" groups=["walls"]] -material_override = SubResource( "29" ) -mesh = SubResource( "11" ) +material_override = SubResource("29") +mesh = SubResource("11") [node name="Wall2" type="StaticBody3D" parent="Walls/Group4"] transform = Transform3D(0.155702, 0, -0.987804, 0, 1, 0, 0.987804, 0, 0.155702, 2.30988, 0.5, 5.97969) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group4/Wall2"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group4/Wall2" groups=["walls"]] -material_override = SubResource( "30" ) -mesh = SubResource( "11" ) +material_override = SubResource("30") +mesh = SubResource("11") [node name="Wall3" type="StaticBody3D" parent="Walls/Group4"] transform = Transform3D(0.155702, 0, -0.987804, 0, 1, 0, 0.987804, 0, 0.155702, 5.88903, 0.5, -5.40246) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group4/Wall3"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group4/Wall3" groups=["walls"]] -material_override = SubResource( "31" ) -mesh = SubResource( "11" ) +material_override = SubResource("31") +mesh = SubResource("11") [node name="Wall4" type="StaticBody3D" parent="Walls/Group4"] transform = Transform3D(0.155702, 0, -0.987804, 0, 1, 0, 0.987804, 0, 0.155702, -2.23559, 0.5, -0.128489) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group4/Wall4"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group4/Wall4" groups=["walls"]] -material_override = SubResource( "32" ) -mesh = SubResource( "11" ) +material_override = SubResource("32") +mesh = SubResource("11") [node name="Wall5" type="StaticBody3D" parent="Walls/Group4"] transform = Transform3D(0.155702, 0, -0.987804, 0, 1, 0, 0.987804, 0, 0.155702, 4.8334, 0.5, 1.4052) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group4/Wall5"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group4/Wall5" groups=["walls"]] -material_override = SubResource( "33" ) -mesh = SubResource( "11" ) +material_override = SubResource("33") +mesh = SubResource("11") [node name="Wall6" type="StaticBody3D" parent="Walls/Group4"] transform = Transform3D(0.155702, 0, -0.987804, 0, 1, 0, 0.987804, 0, 0.155702, -1.39999, 0.5, -3.24225) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group4/Wall6"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group4/Wall6" groups=["walls"]] -material_override = SubResource( "34" ) -mesh = SubResource( "11" ) +material_override = SubResource("34") +mesh = SubResource("11") [node name="Group5" type="Node3D" parent="Walls"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14) @@ -515,61 +515,61 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14) transform = Transform3D(0.999549, 0, 0.0300306, 0, 1, 0, -0.0300306, 0, 0.999549, -1.87929, 0.5, -3.04373) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group5/Wall1"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group5/Wall1" groups=["walls"]] -material_override = SubResource( "35" ) -mesh = SubResource( "11" ) +material_override = SubResource("35") +mesh = SubResource("11") [node name="Wall2" type="StaticBody3D" parent="Walls/Group5"] transform = Transform3D(0.999549, 0, 0.0300306, 0, 1, 0, -0.0300306, 0, 0.999549, 6.39778, 0.5, -1.68458) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group5/Wall2"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group5/Wall2" groups=["walls"]] -material_override = SubResource( "36" ) -mesh = SubResource( "11" ) +material_override = SubResource("36") +mesh = SubResource("11") [node name="Wall3" type="StaticBody3D" parent="Walls/Group5"] transform = Transform3D(0.999549, 0, 0.0300306, 0, 1, 0, -0.0300306, 0, 0.999549, -4.44285, 0.5, -6.669) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group5/Wall3"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group5/Wall3" groups=["walls"]] -material_override = SubResource( "37" ) -mesh = SubResource( "11" ) +material_override = SubResource("37") +mesh = SubResource("11") [node name="Wall4" type="StaticBody3D" parent="Walls/Group5"] transform = Transform3D(0.999549, 0, 0.0300306, 0, 1, 0, -0.0300306, 0, 0.999549, -0.234326, 0.5, 2.05526) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group5/Wall4"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group5/Wall4" groups=["walls"]] -material_override = SubResource( "38" ) -mesh = SubResource( "11" ) +material_override = SubResource("38") +mesh = SubResource("11") [node name="Wall5" type="StaticBody3D" parent="Walls/Group5"] transform = Transform3D(0.999549, 0, 0.0300306, 0, 1, 0, -0.0300306, 0, 0.999549, 2.17761, 0.5, -4.76423) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group5/Wall5"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group5/Wall5" groups=["walls"]] -material_override = SubResource( "39" ) -mesh = SubResource( "11" ) +material_override = SubResource("39") +mesh = SubResource("11") [node name="Wall6" type="StaticBody3D" parent="Walls/Group5"] transform = Transform3D(0.999549, 0, 0.0300306, 0, 1, 0, -0.0300306, 0, 0.999549, -3.21803, 0.5, 0.834073) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group5/Wall6"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group5/Wall6" groups=["walls"]] -material_override = SubResource( "40" ) -mesh = SubResource( "11" ) +material_override = SubResource("40") +mesh = SubResource("11") [node name="Group6" type="Node3D" parent="Walls"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 10, 0, -7) @@ -578,61 +578,61 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 10, 0, -7) transform = Transform3D(0.613129, 0, -0.789983, 0, 1, 0, 0.789983, 0, 0.613129, 1.70841, 0.5, -3.54429) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group6/Wall1"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group6/Wall1" groups=["walls"]] -material_override = SubResource( "41" ) -mesh = SubResource( "11" ) +material_override = SubResource("41") +mesh = SubResource("11") [node name="Wall2" type="StaticBody3D" parent="Walls/Group6"] transform = Transform3D(0.613129, 0, -0.789983, 0, 1, 0, 0.789983, 0, 0.613129, 5.48642, 0.5, 3.94462) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group6/Wall2"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group6/Wall2" groups=["walls"]] -material_override = SubResource( "42" ) -mesh = SubResource( "11" ) +material_override = SubResource("42") +mesh = SubResource("11") [node name="Wall3" type="StaticBody3D" parent="Walls/Group6"] transform = Transform3D(0.613129, 0, -0.789983, 0, 1, 0, 0.789983, 0, 0.613129, 3.1275, 0.5, -7.7515) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group6/Wall3"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group6/Wall3" groups=["walls"]] -material_override = SubResource( "43" ) -mesh = SubResource( "11" ) +material_override = SubResource("43") +mesh = SubResource("11") [node name="Wall4" type="StaticBody3D" parent="Walls/Group6"] transform = Transform3D(0.613129, 0, -0.789983, 0, 1, 0, 0.789983, 0, 0.613129, -1.44268, 0.5, 0.788867) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group6/Wall4"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group6/Wall4" groups=["walls"]] -material_override = SubResource( "44" ) -mesh = SubResource( "11" ) +material_override = SubResource("44") +mesh = SubResource("11") [node name="Wall5" type="StaticBody3D" parent="Walls/Group6"] transform = Transform3D(0.613129, 0, -0.789983, 0, 1, 0, 0.789983, 0, 0.613129, 5.48868, 0.5, -1.27975) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group6/Wall5"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group6/Wall5" groups=["walls"]] -material_override = SubResource( "45" ) -mesh = SubResource( "11" ) +material_override = SubResource("45") +mesh = SubResource("11") [node name="Wall6" type="StaticBody3D" parent="Walls/Group6"] transform = Transform3D(0.613129, 0, -0.789983, 0, 1, 0, 0.789983, 0, 0.613129, -2.2137, 0.5, -2.34152) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group6/Wall6"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group6/Wall6" groups=["walls"]] -material_override = SubResource( "46" ) -mesh = SubResource( "11" ) +material_override = SubResource("46") +mesh = SubResource("11") [node name="Group7" type="Node3D" parent="Walls"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4, 0, -16) @@ -641,58 +641,58 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4, 0, -16) transform = Transform3D(-0.999329, 0, -0.0366257, 0, 1, 0, 0.0366257, 0, -0.999329, 1.73055, 0.5, 2.47421) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group7/Wall1"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group7/Wall1" groups=["walls"]] -material_override = SubResource( "47" ) -mesh = SubResource( "11" ) +material_override = SubResource("47") +mesh = SubResource("11") [node name="Wall2" type="StaticBody3D" parent="Walls/Group7"] transform = Transform3D(-0.999329, 0, -0.0366257, 0, 1, 0, 0.0366257, 0, -0.999329, -6.55531, 0.5, 1.16971) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group7/Wall2"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group7/Wall2" groups=["walls"]] -material_override = SubResource( "48" ) -mesh = SubResource( "11" ) +material_override = SubResource("48") +mesh = SubResource("11") [node name="Wall3" type="StaticBody3D" parent="Walls/Group7"] transform = Transform3D(-0.999329, 0, -0.0366257, 0, 1, 0, 0.0366257, 0, -0.999329, 4.31798, 0.5, 6.08249) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group7/Wall3"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group7/Wall3" groups=["walls"]] -material_override = SubResource( "49" ) -mesh = SubResource( "11" ) +material_override = SubResource("49") +mesh = SubResource("11") [node name="Wall4" type="StaticBody3D" parent="Walls/Group7"] transform = Transform3D(-0.999329, 0, -0.0366257, 0, 1, 0, 0.0366257, 0, -0.999329, 0.0519707, 0.5, -2.61381) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group7/Wall4"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group7/Wall4" groups=["walls"]] -material_override = SubResource( "50" ) -mesh = SubResource( "11" ) +material_override = SubResource("50") +mesh = SubResource("11") [node name="Wall5" type="StaticBody3D" parent="Walls/Group7"] transform = Transform3D(-0.999329, 0, -0.0366257, 0, 1, 0, 0.0366257, 0, -0.999329, -2.31492, 0.5, 4.22145) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group7/Wall5"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group7/Wall5" groups=["walls"]] -material_override = SubResource( "51" ) -mesh = SubResource( "11" ) +material_override = SubResource("51") +mesh = SubResource("11") [node name="Wall6" type="StaticBody3D" parent="Walls/Group7"] transform = Transform3D(-0.999329, 0, -0.0366257, 0, 1, 0, 0.0366257, 0, -0.999329, 3.04367, 0.5, -1.41234) [node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Group7/Wall6"] -shape = SubResource( "9" ) +shape = SubResource("9") [node name="MeshInstance3D" type="MeshInstance3D" parent="Walls/Group7/Wall6" groups=["walls"]] -material_override = SubResource( "52" ) -mesh = SubResource( "11" ) +material_override = SubResource("52") +mesh = SubResource("11") diff --git a/viewport/gui_in_3d/gui_in_3d.tscn b/viewport/gui_in_3d/gui_in_3d.tscn index e0ee99f4755..9f9fccc44e6 100644 --- a/viewport/gui_in_3d/gui_in_3d.tscn +++ b/viewport/gui_in_3d/gui_in_3d.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=9 format=3 uid="uid://0iek6ri88gkb"] +[gd_scene load_steps=10 format=3 uid="uid://0iek6ri88gkb"] [ext_resource type="PackedScene" uid="uid://dvl383ispakmn" path="res://gui_panel_3d.tscn" id="1"] @@ -7,16 +7,17 @@ sky_horizon_color = Color(0.64625, 0.65575, 0.67075, 1) ground_horizon_color = Color(0.64625, 0.65575, 0.67075, 1) [sub_resource type="Sky" id="Sky_pq42j"] -sky_material = SubResource( "ProceduralSkyMaterial_1lgdv" ) +sky_material = SubResource("ProceduralSkyMaterial_1lgdv") [sub_resource type="Environment" id="Environment_niyks"] background_mode = 2 -sky = SubResource( "Sky_pq42j" ) +sky = SubResource("Sky_pq42j") tonemap_mode = 2 glow_enabled = true [sub_resource type="Animation" id="1"] length = 6.0 +loop_mode = 1 tracks/0/type = "value" tracks/0/imported = false tracks/0/enabled = true @@ -25,11 +26,16 @@ tracks/0/interp = 1 tracks/0/loop_wrap = true tracks/0/keys = { "times": PackedFloat32Array(0, 2, 4, 6), -"transitions": PackedFloat32Array(1, 1, 1, 1), +"transitions": PackedFloat32Array(-2, -2, -2, -2), "update": 0, "values": [Transform3D(0.994592, 0, 0.103856, 0, 1, 0, -0.103856, 0, 0.994592, 0.465682, 0, 1.78523), Transform3D(0.962984, 0, -0.269557, 0, 1, 0, 0.269557, 0, 0.962984, -0.462237, 0, 2.41934), Transform3D(0.806599, 0, -0.591098, 0, 1, 0, 0.591098, 0, 0.806599, -1.59502, 0, 2.05358), Transform3D(0.994592, 0, 0.103856, 0, 1, 0, -0.103856, 0, 0.994592, 0.465682, 0, 1.78523)] } +[sub_resource type="AnimationLibrary" id="AnimationLibrary_uw4n0"] +_data = { +"Move_camera": SubResource("1") +} + [sub_resource type="PlaneMesh" id="2"] [sub_resource type="BoxMesh" id="3"] @@ -41,9 +47,9 @@ roughness = 0.0 [node name="GUIin3D" type="Node3D"] [node name="WorldEnvironment" type="WorldEnvironment" parent="."] -environment = SubResource( "Environment_niyks" ) +environment = SubResource("Environment_niyks") -[node name="GUIPanel3D" parent="." instance=ExtResource( "1" )] +[node name="GUIPanel3D" parent="." instance=ExtResource("1")] [node name="Camera3D" type="Camera3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 0.999999, 0, 0, 3) @@ -53,41 +59,44 @@ near = 0.1 [node name="OmniLight3D" type="OmniLight3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.38866, 1.2413, 2.72141) shadow_enabled = true +shadow_blur = 3.0 omni_range = 10.0 [node name="Camera_Move" type="AnimationPlayer" parent="."] autoplay = "Move_camera" playback_speed = 0.25 -anims/Move_camera = SubResource( "1" ) +libraries = { +"": SubResource("AnimationLibrary_uw4n0") +} [node name="Background" type="Node3D" parent="."] [node name="Wall" type="MeshInstance3D" parent="Background"] transform = Transform3D(4, 0, 0, 0, -1.74846e-07, -4, 0, 4, -1.74846e-07, -2.60819, 0.589247, -2.08943) -mesh = SubResource( "2" ) +mesh = SubResource("2") [node name="Wall2" type="MeshInstance3D" parent="Background"] transform = Transform3D(4, 0, 0, 0, -1.74846e-07, -4, 0, 4, -1.74846e-07, 5.08055, 0.589247, -2.08943) -mesh = SubResource( "2" ) +mesh = SubResource("2") [node name="Wall3" type="MeshInstance3D" parent="Background"] transform = Transform3D(-1.74846e-07, -4, 0, -1.74846e-07, 7.64274e-15, -4, 4, -1.74846e-07, -1.74846e-07, 9.04446, 0.589247, 1.62058) -mesh = SubResource( "2" ) +mesh = SubResource("2") [node name="Floor" type="MeshInstance3D" parent="Background"] transform = Transform3D(4, 0, 0, 0, 4, 0, 0, 0, 4, -2.60819, -2.68765, 1.46502) -mesh = SubResource( "2" ) +mesh = SubResource("2") [node name="Floor2" type="MeshInstance3D" parent="Background"] transform = Transform3D(4, 0, 0, 0, 4, 0, 0, 0, 4, 5.08055, -2.68765, 1.46502) -mesh = SubResource( "2" ) +mesh = SubResource("2") [node name="Cube" type="MeshInstance3D" parent="Background"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4.25901, -0.598608, 0.374871) -mesh = SubResource( "3" ) -surface_material_override/0 = SubResource( "4" ) +mesh = SubResource("3") +surface_material_override/0 = SubResource("4") [node name="Cube2" type="MeshInstance3D" parent="Background"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.88761, 2.01326, 0.374871) -mesh = SubResource( "3" ) -surface_material_override/0 = SubResource( "4" ) +mesh = SubResource("3") +surface_material_override/0 = SubResource("4") diff --git a/viewport/gui_in_3d/icon.png.import b/viewport/gui_in_3d/icon.png.import index e7a04b7e666..ebdf968fc39 100644 --- a/viewport/gui_in_3d/icon.png.import +++ b/viewport/gui_in_3d/icon.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/viewport/gui_in_3d/project.godot b/viewport/gui_in_3d/project.godot index 3ed74ab9466..1d661fddc39 100644 --- a/viewport/gui_in_3d/project.godot +++ b/viewport/gui_in_3d/project.godot @@ -14,8 +14,8 @@ config/name="GUI in 3D" config/description="A demo showing a GUI instanced within a 3D scene using viewports, as well as forwarding mouse and keyboard input to the GUI." run/main_scene="res://gui_in_3d.tscn" -config/icon="res://icon.png" config/features=PackedStringArray("4.0") +config/icon="res://icon.png" [gdnative] @@ -27,6 +27,8 @@ singletons=[] [rendering] +anti_aliasing/quality/msaa_3d=2 +anti_aliasing/quality/use_debanding=true quality/driver/fallback_to_gles2=true quality/intended_usage/framebuffer_allocation=3 vram_compression/import_etc=true diff --git a/viewport/screen_capture/icon.png.import b/viewport/screen_capture/icon.png.import index 06981762b61..381006f1808 100644 --- a/viewport/screen_capture/icon.png.import +++ b/viewport/screen_capture/icon.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/viewport/screen_capture/mountains.png.import b/viewport/screen_capture/mountains.png.import index d3115dcc0a2..ead717a961b 100644 --- a/viewport/screen_capture/mountains.png.import +++ b/viewport/screen_capture/mountains.png.import @@ -29,5 +29,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false process/hdr_as_srgb=false +process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 diff --git a/viewport/screen_capture/project.godot b/viewport/screen_capture/project.godot index 4dbe4a12988..3d63aed7595 100644 --- a/viewport/screen_capture/project.godot +++ b/viewport/screen_capture/project.godot @@ -13,8 +13,8 @@ config_version=5 config/name="Screen Capture" config/description="An example showing how to take screenshots of the screen." run/main_scene="res://screen_capture.tscn" -config/icon="res://icon.png" config/features=PackedStringArray("4.0") +config/icon="res://icon.png" [debug] @@ -22,7 +22,7 @@ gdscript/warnings/return_value_discarded=false [display] -window/stretch/mode="2d" +window/stretch/mode="canvas_items" [gdnative] diff --git a/viewport/screen_capture/screen_capture.gd b/viewport/screen_capture/screen_capture.gd index dd9ac59db8d..0d768a01dad 100644 --- a/viewport/screen_capture/screen_capture.gd +++ b/viewport/screen_capture/screen_capture.gd @@ -7,8 +7,7 @@ func _on_CaptureButton_pressed(): var img = get_viewport().get_texture().get_image() # Create a texture for it. - var tex = ImageTexture.new() - tex.create_from_image(img) + var tex = ImageTexture.create_from_image(img) # Set the texture to the captured image node. captured_image.set_texture(tex) diff --git a/viewport/screen_capture/screen_capture.tscn b/viewport/screen_capture/screen_capture.tscn index f4dcddda6f3..ecc59adceb2 100644 --- a/viewport/screen_capture/screen_capture.tscn +++ b/viewport/screen_capture/screen_capture.tscn @@ -4,18 +4,24 @@ [ext_resource type="Texture2D" uid="uid://tgwx64g0plcn" path="res://mountains.png" id="2"] [node name="ScreenCapture" type="Control"] +layout_mode = 3 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 -script = ExtResource( "1" ) +script = ExtResource("1") [node name="Background" type="TextureRect" parent="."] +layout_mode = 1 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 0 grow_vertical = 0 -texture = ExtResource( "2" ) +texture = ExtResource("2") [node name="CapturedImage" type="TextureRect" parent="."] +layout_mode = 1 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 offset_left = 128.0 @@ -26,12 +32,9 @@ grow_horizontal = 2 grow_vertical = 2 ignore_texture_size = true stretch_mode = 4 -__meta__ = { -"_edit_layout_mode": 1, -"_edit_use_custom_anchors": false -} [node name="CaptureButton" type="Button" parent="."] +layout_mode = 0 offset_left = 50.0 offset_top = 50.0 offset_right = 190.0