From 58b802635ffc93c87e26765066620c84665eb9e5 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Fri, 7 Oct 2022 00:31:53 +0200 Subject: [PATCH] Update demos for Godot 4.0.beta2 --- 2d/bullet_shower/bullet.png.import | 1 + 2d/bullet_shower/bullets.gd | 2 +- 2d/bullet_shower/face_happy.png.import | 1 + 2d/bullet_shower/face_sad.png.import | 1 + 2d/bullet_shower/icon.png.import | 1 + 2d/bullet_shower/project.godot | 2 +- 2d/bullet_shower/shower.tscn | 10 +- 2d/dodge_the_creeps/HUD.tscn | 13 +- 2d/dodge_the_creeps/Main.gd | 2 +- 2d/dodge_the_creeps/Main.tscn | 18 +- 2d/dodge_the_creeps/Mob.gd | 2 +- .../art/House In a Forest Loop.ogg.import | 5 +- 2d/dodge_the_creeps/art/gameover.wav.import | 2 +- .../fonts/Xolonium-Regular.ttf.import | 22 +- 2d/dodge_the_creeps/project.godot | 20 +- 2d/finite_state_machine/Demo.tscn | 76 +- .../debug/ControlsPanel.tscn | 13 +- .../debug/Explanations.tscn | 23 +- .../debug/StatesStackDiplayer.tscn | 22 +- .../fonts/SourceCodePro-Black.ttf.import | 32 + .../fonts/SourceCodePro-Bold.ttf.import | 32 + 2d/finite_state_machine/icon.png.import | 29 +- 2d/finite_state_machine/player/Player.tscn | 106 +- .../player/body.png.import | 29 +- .../player/bullet/Bullet.tscn | 10 +- .../player/player_controller.gd | 2 +- .../player/shadow.png.import | 29 +- .../player/weapon/Sword.tscn | 105 +- .../player/weapon/sword.png.import | 29 +- .../player/weapon/weapon_pivot.gd | 2 +- 2d/finite_state_machine/project.godot | 36 +- .../state_machine/state_machine.gd | 2 +- 2d/hdr/beach_cave.tscn | 36 +- 2d/hdr/icon.png.import | 29 +- 2d/hdr/ocean_beach.png.import | 29 +- 2d/hdr/ocean_cave.png.import | 29 +- 2d/hdr/project.godot | 11 +- 2d/hexagonal_map/icon.png.import | 29 +- 2d/hexagonal_map/map.tscn | 17 +- 2d/hexagonal_map/project.godot | 30 +- 2d/hexagonal_map/tiles/WWT-01.png.import | 29 +- 2d/hexagonal_map/tiles/WWT-02.png.import | 29 +- 2d/hexagonal_map/tiles/WWT-03.png.import | 29 +- 2d/hexagonal_map/tiles/WWT-04.png.import | 29 +- 2d/hexagonal_map/tiles/WWT-05.png.import | 29 +- 2d/hexagonal_map/tiles/WWT-06.png.import | 29 +- 2d/hexagonal_map/tiles/WWT-07.png.import | 29 +- 2d/hexagonal_map/tiles/WWT-08.png.import | 29 +- 2d/hexagonal_map/tiles/WWT-09.png.import | 29 +- 2d/hexagonal_map/tiles/WWT-10.png.import | 29 +- 2d/hexagonal_map/tiles/WWT-11.png.import | 29 +- 2d/hexagonal_map/tiles/WWT-12.png.import | 29 +- 2d/hexagonal_map/tiles/WWT-13.png.import | 29 +- 2d/hexagonal_map/tiles/WWT-14.png.import | 29 +- 2d/hexagonal_map/tiles/WWT-15.png.import | 29 +- 2d/hexagonal_map/tiles/WWT-16.png.import | 29 +- 2d/hexagonal_map/tiles/WWT-17.png.import | 29 +- 2d/hexagonal_map/tiles/WWT-18.png.import | 29 +- 2d/hexagonal_map/tiles/WWT-19.png.import | 29 +- 2d/hexagonal_map/tiles/WWT-20.png.import | 29 +- 2d/hexagonal_map/tiles/WWT-21.png.import | 29 +- 2d/hexagonal_map/tiles/WWT-22.png.import | 29 +- 2d/hexagonal_map/tiles/WWT-23.png.import | 29 +- 2d/hexagonal_map/tiles/WWT-24.png.import | 29 +- 2d/hexagonal_map/tiles/WWT-25.png.import | 29 +- 2d/hexagonal_map/tiles/WWT-26.png.import | 29 +- 2d/hexagonal_map/tileset.tres | 993 ++++++--- 2d/hexagonal_map/troll.gd | 6 +- 2d/hexagonal_map/troll.png.import | 29 +- 2d/instancing/bowling_ball.png.import | 1 + 2d/instancing/icon.png.import | 1 + 2d/instancing/project.godot | 3 +- 2d/instancing/scene_instancing.tscn | 72 +- 2d/isometric/dungeon.tscn | 33 +- 2d/isometric/icon.png.import | 29 +- 2d/isometric/isotiles.png.import | 29 +- 2d/isometric/project.godot | 30 +- 2d/isometric/tileset.tres | 341 +++- 2d/isometric/troll.gd | 5 +- 2d/isometric/troll.png.import | 29 +- 2d/kinematic_character/icon.png.import | 1 + .../level/circle.png.import | 1 + .../level/long_obstacle.png.import | 1 + .../level/obstacle.png.import | 1 + .../level/princess.png.import | 1 + .../player/player.png.import | 1 + 2d/kinematic_character/project.godot | 20 +- 2d/kinematic_character/world.tscn | 87 +- 2d/light2d_as_mask/burano.png.import | 29 +- 2d/light2d_as_mask/icon.png.import | 29 +- 2d/light2d_as_mask/lightmask.tscn | 53 +- 2d/light2d_as_mask/project.godot | 6 +- 2d/light2d_as_mask/splat.png.import | 29 +- 2d/lights_and_shadows/background.png.import | 29 +- 2d/lights_and_shadows/caster.png.import | 29 +- 2d/lights_and_shadows/godot.png.import | 29 +- 2d/lights_and_shadows/godot_normal.png.import | 29 +- 2d/lights_and_shadows/icon.png.import | 29 +- 2d/lights_and_shadows/light.png.import | 29 +- 2d/lights_and_shadows/light_shadows.tscn | 245 +-- 2d/lights_and_shadows/project.godot | 10 +- 2d/lights_and_shadows/spot.png.import | 29 +- 2d/navigation/character.png.import | 29 +- 2d/navigation/icon.png.import | 29 +- 2d/navigation/level.tscn | 36 +- 2d/navigation/map.png.import | 29 +- 2d/navigation/navigation.gd | 62 +- 2d/navigation/project.godot | 12 +- 2d/navigation_astar/Game.tscn | 27 +- 2d/navigation_astar/character.gd | 4 +- 2d/navigation_astar/icon.png.import | 29 +- 2d/navigation_astar/pathfind_astar.gd | 102 +- 2d/navigation_astar/project.godot | 8 +- .../sprites/character.png.import | 29 +- .../sprites/obstacle.png.import | 29 +- .../sprites/path_end.png.import | 29 +- .../sprites/path_start.png.import | 29 +- 2d/navigation_astar/tileset/tileset.tres | 55 +- 2d/particles/fire_particle.png.import | 29 +- 2d/particles/flipbook.png.import | 29 +- 2d/particles/icon.png.import | 29 +- 2d/particles/mask.png.import | 29 +- 2d/particles/particles.tscn | 253 +-- 2d/particles/project.godot | 6 +- 2d/particles/smoke_particle.png.import | 29 +- 2d/particles/spark_particle2.png.import | 29 +- 2d/physics_platformer/Stage.tscn | 213 +- 2d/physics_platformer/audio/music.ogg.import | 12 +- .../audio/sound_coin.wav.import | 7 +- .../audio/sound_explode.wav.import | 7 +- .../audio/sound_hit.wav.import | 7 +- .../audio/sound_jump.wav.import | 7 +- .../audio/sound_shoot.wav.import | 7 +- .../background/plank.png.import | 29 +- .../background/plankpin.png.import | 29 +- .../background/scroll_bg_cloud_1.png.import | 29 +- .../background/scroll_bg_cloud_2.png.import | 29 +- .../background/scroll_bg_cloud_3.png.import | 29 +- .../background/scroll_bg_fg_1.png.import | 29 +- .../background/scroll_bg_fg_2.png.import | 29 +- .../background/scroll_bg_sky.png.import | 29 +- 2d/physics_platformer/coin/coin.png.import | 29 +- 2d/physics_platformer/enemy/enemy.gd | 6 +- 2d/physics_platformer/enemy/enemy.png.import | 29 +- 2d/physics_platformer/icon.png.import | 29 +- .../platform/moving_platform.gd | 2 +- .../platform/moving_platform.png.import | 29 +- .../platform/one_way_platform.png.import | 29 +- 2d/physics_platformer/player/Player.tscn | 154 +- 2d/physics_platformer/player/bullet.gd | 2 +- .../player/bullet.png.import | 29 +- .../player/osb_fire.png.import | 29 +- .../player/osb_jump.png.import | 29 +- .../player/osb_left.png.import | 29 +- .../player/osb_right.png.import | 29 +- 2d/physics_platformer/player/player.gd | 2 +- .../player/robot_demo.png.import | 29 +- 2d/physics_platformer/project.godot | 39 +- 2d/physics_platformer/tiles_demo.png.import | 29 +- .../assets/texture/godot-head.png.import | 1 + .../assets/tileset/tiles_demo.png.import | 1 + 2d/physics_tests/icon.png.import | 1 + 2d/physics_tests/main.tscn | 139 +- 2d/physics_tests/project.godot | 24 +- 2d/physics_tests/test.gd | 4 +- .../tests/functional/test_character.gd | 10 +- .../functional/test_character_slopes.tscn | 66 +- .../tests/functional/test_collision_pairs.gd | 2 +- .../functional/test_one_way_collision.gd | 30 +- .../tests/performance/test_perf_contacts.gd | 2 +- .../utils/characterbody_controller.gd | 2 +- 2d/physics_tests/utils/option_menu.gd | 2 +- .../utils/rigidbody_controller.gd | 6 +- 2d/physics_tests/utils/rigidbody_pick.gd | 2 +- 2d/physics_tests/utils/scroll_log.gd | 2 +- .../assets/art/background/cloud_1.png.import | 29 +- .../assets/art/background/cloud_2.png.import | 29 +- .../assets/art/background/cloud_3.png.import | 29 +- .../background/distant_platforms_1.png.import | 29 +- .../background/distant_platforms_2.png.import | 29 +- .../assets/art/background/sky.png.import | 29 +- 2d/platformer/assets/art/coin/coin.png.import | 29 +- .../assets/art/enemy/enemy.png.import | 29 +- .../art/platforms/moving_platform.png.import | 29 +- .../art/platforms/one_way_platform.png.import | 29 +- .../art/player/bullet/bullet.png.import | 29 +- .../assets/art/player/robot_demo.png.import | 29 +- .../assets/art/tileset/tiles_demo.png.import | 29 +- .../art/ui/touch_button_fire.png.import | 29 +- .../art/ui/touch_button_jump.png.import | 29 +- .../art/ui/touch_button_left.png.import | 29 +- .../art/ui/touch_button_right.png.import | 29 +- .../assets/audio/music/music.ogg.import | 12 +- .../assets/audio/sfx/coin_pickup.wav.import | 7 +- .../assets/audio/sfx/explode.wav.import | 7 +- 2d/platformer/assets/audio/sfx/hit.wav.import | 7 +- .../assets/audio/sfx/jump.wav.import | 7 +- .../assets/audio/sfx/shoot.wav.import | 7 +- .../theme/fonts/kenney_mini_square.ttf.import | 32 + .../assets/theme/user_interface.tres | 74 +- 2d/platformer/icon.png.import | 29 +- 2d/platformer/project.godot | 73 +- 2d/platformer/src/Actors/Actor.gd | 5 +- 2d/platformer/src/Actors/Enemy.gd | 16 +- 2d/platformer/src/Actors/Gun.gd | 2 +- 2d/platformer/src/Actors/Player.gd | 22 +- 2d/platformer/src/Main/Game.gd | 7 +- 2d/platformer/src/Main/Game.tscn | 20 +- 2d/platformer/src/Objects/Bullet.gd | 2 +- 2d/platformer/src/UserInterface/PauseMenu.gd | 2 +- .../src/UserInterface/PauseMenu.tscn | 93 +- 2d/pong/ball.png.import | 1 + 2d/pong/icon.png.import | 1 + 2d/pong/paddle.png.import | 1 + 2d/pong/pong.tscn | 36 +- 2d/pong/project.godot | 14 +- 2d/pong/separator.png.import | 1 + .../combat/combatants/sprites/blue.png.import | 29 +- .../combatants/sprites/green.png.import | 29 +- .../combatants/sprites/shadow.png.import | 29 +- .../grid/lines/grid_lines.png.import | 29 +- .../grid_movement/grid/tiles/actor.png.import | 29 +- .../grid/tiles/object.png.import | 29 +- .../grid/tiles/obstacle.png.import | 29 +- .../grid_movement/pawns/character.png.import | 29 +- 2d/role_playing_game/icon.png.import | 29 +- 2d/role_playing_game/icon.svg.import | 30 +- 2d/role_playing_game/project.godot | 26 +- .../fonts/Montserrat-ExtraBold.otf.import | 32 + .../theme/images/background.png.import | 29 +- .../theme/images/button_rect.png.import | 29 +- .../images/button_rect_pressed.png.import | 29 +- .../theme/images/foreground_blue.png.import | 29 +- .../theme/images/foreground_red.png.import | 29 +- .../theme/images/panel_rect.png.import | 29 +- 2d/screen_space_shaders/project.godot | 2 +- 2d/screen_space_shaders/screen_shaders.tscn | 177 +- .../shaders/old_film.gdshader | 2 +- .../shaders/sepia.gdshader | 2 +- 2d/skeleton/icon.png.import | 29 +- 2d/skeleton/level.tscn | 1088 +++++++--- .../level/background/cloud_1.png.import | 29 +- .../level/background/cloud_2.png.import | 29 +- .../level/background/cloud_3.png.import | 29 +- .../background/distant_platforms_1.png.import | 29 +- .../background/distant_platforms_2.png.import | 29 +- 2d/skeleton/level/background/sky.png.import | 29 +- .../level/tileset/tiles_demo.png.import | 29 +- 2d/skeleton/player/gBot.png.import | 29 +- 2d/skeleton/player/player.gd | 1 - 2d/skeleton/project.godot | 28 +- 2d/sprite_shaders/godotea.png.import | 29 +- 2d/sprite_shaders/icon.png.import | 29 +- 2d/sprite_shaders/project.godot | 6 +- 2d/sprite_shaders/sprite_shaders.tscn | 155 +- 2d/tween/godot.png.import | 29 +- 2d/tween/icon.png.import | 29 +- 2d/tween/main.gd | 16 +- 2d/tween/main.tscn | 333 +-- 2d/tween/noto_sans_ui_regular.ttf.import | 32 + 2d/tween/project.godot | 10 +- 3d/global_illumination/project.godot | 28 +- 3d/global_illumination/test.tscn | 27 +- 3d/global_illumination/test_VoxelGIData.res | Bin 625597 -> 625370 bytes 3d/graphics_settings/control.tscn | 367 ++-- 3d/graphics_settings/project.godot | 2 +- 3d/graphics_settings/settings.gd | 18 +- .../sade/editor_gizmo_texture.png.import | 1 + 3d/ik/addons/sade/ik_fabrik.png.import | 1 + 3d/ik/addons/sade/ik_look_at.png.import | 1 + 3d/ik/fps/gun_textures.png.import | 1 + 3d/ik/fps/weapon_pistol.dae.import | 1 + 3d/ik/icon.png.import | 1 + 3d/ik/model/godot_battle_bot.dae.import | 1 + .../model/godot_battle_bot_colors.png.import | 1 + .../godot_battle_bot_emission.png.import | 1 + 3d/ik/project.godot | 4 +- 3d/kinematic_character/cubelib.tres | 11 +- 3d/kinematic_character/default_env.tres | 4 +- 3d/kinematic_character/icon.png.import | 1 + 3d/kinematic_character/level.tscn | 47 +- 3d/kinematic_character/models/cube.glb.import | 1 + .../models/mushroom.glb.import | 1 + .../models/white_wood.png.import | 1 + .../player/follow_camera.gd | 2 +- 3d/kinematic_character/project.godot | 34 +- 3d/material_testers/icon.png.import | 1 + 3d/material_testers/project.godot | 4 +- .../aluminium_albedo.png.import | 1 + .../test_materials/aluminium_flow.png.import | 1 + .../aluminium_normal.png.import | 1 + .../test_materials/marble_albedo.png.import | 1 + .../test_materials/rock_albedo.jpg.import | 1 + .../test_materials/rock_ao.jpg.import | 1 + .../test_materials/rock_depth.jpg.import | 1 + .../test_materials/rock_metal.jpg.import | 1 + .../test_materials/rock_rough.jpg.import | 1 + .../test_materials/sand_albedo.jpg.import | 1 + .../test_materials/sand_metal.jpg.import | 1 + .../test_materials/sand_normal.jpg.import | 1 + .../test_materials/sand_rough.jpg.import | 1 + .../test_materials/sand_shine.jpg.import | 1 + .../test_materials/texture_bricks.jpg.import | 1 + .../texture_bricks_depth.jpg.import | 1 + .../texture_bricks_metal.jpg.import | 1 + .../texture_bricks_normal.jpg.import | 1 + .../texture_cheese_albedo.png.import | 1 + .../texture_cheese_ao.png.import | 1 + .../texture_cheese_depth.png.import | 1 + .../texture_cheese_normal.png.import | 1 + .../texture_rock_albedo.png.import | 1 + .../test_materials/texture_rock_ao.png.import | 1 + .../texture_rock_depth.png.import | 1 + .../texture_rock_metal.png.import | 1 + .../texture_rock_normal.png.import | 1 + .../test_materials/texture_wood.png.import | 1 + .../test_materials/wool_albedo.png.import | 1 + .../test_materials/wool_depth.png.import | 1 + .../test_materials/wool_normal.png.import | 1 + 3d/navigation/navmesh.gd | 2 +- 3d/navigation/navmesh.tscn | 2 +- 3d/physics_tests/icon.png.import | 1 + 3d/physics_tests/main.tscn | 138 +- 3d/physics_tests/project.godot | 26 +- 3d/physics_tests/test.gd | 2 +- .../tests/functional/test_moving_platform.gd | 2 +- .../tests/performance/test_perf_contacts.gd | 2 +- 3d/physics_tests/utils/option_menu.gd | 2 +- .../utils/rigidbody_ground_check.gd | 2 +- 3d/physics_tests/utils/rigidbody_pick.gd | 2 +- 3d/platformer/coin/coin.tscn | 109 +- 3d/platformer/coin/sound_coin.wav.import | 7 +- 3d/platformer/default_bus_layout.tres | 22 +- 3d/platformer/enemy/enemy.gd | 6 +- 3d/platformer/enemy/enemy.tscn | 569 ++---- 3d/platformer/enemy/robot_walk.wav.import | 7 +- 3d/platformer/enemy/shine.png.import | 34 +- 3d/platformer/enemy/sound_explode.wav.import | 7 +- 3d/platformer/enemy/sound_hit.wav.import | 7 +- 3d/platformer/icon.png.import | 29 +- 3d/platformer/player/bullet/bullet.gd | 2 +- 3d/platformer/player/bullet/bullet.tscn | 86 +- .../player/controls/osb_down.png.import | 29 +- .../player/controls/osb_fire.png.import | 29 +- .../player/controls/osb_jump.png.import | 29 +- .../player/controls/osb_left.png.import | 29 +- .../player/controls/osb_right.png.import | 29 +- .../player/controls/osb_up.png.import | 29 +- 3d/platformer/player/follow_camera.gd | 14 +- 3d/platformer/player/player.gd | 2 +- 3d/platformer/player/player.tscn | 1812 ++--------------- 3d/platformer/player/sound_jump.wav.import | 7 +- 3d/platformer/player/sound_shoot.wav.import | 7 +- 3d/platformer/project.godot | 51 +- 3d/platformer/stage/floor_mesh.tres | 35 +- 3d/platformer/stage/panorama.png.import | 29 +- 3d/platformer/stage/stage.tscn | 208 +- 3d/platformer/stage/texture.png.import | 35 +- 3d/platformer/stage/texturemr.png.import | 35 +- 3d/platformer/stage/tiles.tres | 857 ++++---- 3d/platformer/stage/tiles.tscn | 503 +++-- 3d/rigidbody_character/cubelib.tres | 13 +- 3d/rigidbody_character/default_env.tres | 4 +- 3d/rigidbody_character/icon.png.import | 1 + 3d/rigidbody_character/level.tscn | 51 +- 3d/rigidbody_character/models/cube.glb.import | 1 + .../models/mushroom.glb.import | 1 + .../models/white_wood.png.import | 1 + 3d/rigidbody_character/player/cubio.gd | 2 +- .../player/follow_camera.gd | 2 +- 3d/rigidbody_character/project.godot | 34 +- 3d/truck_town/car_select/car_select.tscn | 6 +- 3d/truck_town/project.godot | 30 +- 3d/truck_town/town/town_scene.tscn | 3 +- 3d/truck_town/town/truck_town.glb.import | 1 + .../vehicles/meshes/meshes.glb.import | 1 + 3d/volumetric_fog/project.godot | 24 +- 3d/volumetric_fog/volumetric_fog.tscn | 58 +- 3d/voxel/default_bus_layout.tres | 2 +- 3d/voxel/icon.png.import | 1 + 3d/voxel/menu/button.png.import | 1 + 3d/voxel/menu/ingame/pause_menu.tscn | 59 +- 3d/voxel/menu/main/dark_dirt.png.import | 1 + 3d/voxel/menu/main/main_menu.gd | 4 +- 3d/voxel/menu/main/main_menu.tscn | 155 +- 3d/voxel/menu/main/title.png.import | 1 + 3d/voxel/menu/options/options.tscn | 23 +- 3d/voxel/menu/theme/TinyUnicode.tres | 6 - 3d/voxel/menu/theme/TinyUnicode.ttf.import | 23 +- 3d/voxel/menu/theme/theme.tres | 6 +- 3d/voxel/player/crosshair.svg.import | 3 + 3d/voxel/player/player.gd | 8 +- 3d/voxel/player/player.tscn | 19 +- 3d/voxel/project.godot | 65 +- 3d/voxel/settings.gd | 10 +- .../world/textures/texture_sheet.png.import | 1 + 3d/voxel/world/world.tscn | 26 +- 3d/waypoints/icon.png.import | 1 + 3d/waypoints/main.tscn | 58 +- 3d/waypoints/noto_sans_regular.ttf.import | 23 +- 3d/waypoints/project.godot | 29 +- 3d/waypoints/waypoint.gd | 4 +- 3d/waypoints/waypoint.svg.import | 3 + 3d/waypoints/waypoint.tscn | 22 +- audio/midi_piano/project.godot | 4 +- gui/drag_and_drop/project.godot | 2 +- gui/multiple_resolutions/project.godot | 4 +- gui/regex/project.godot | 2 +- gui/rich_text_bbcode/project.godot | 2 +- gui/sdf_font/project.godot | 2 +- gui/theming_override/project.godot | 4 +- loading/background_load/project.godot | 2 +- loading/scene_changer/project.godot | 2 +- loading/serialization/project.godot | 4 +- misc/2.5d/project.godot | 4 +- misc/joypads/project.godot | 6 +- misc/opensimplexnoise/project.godot | 2 +- misc/os_test/project.godot | 2 +- misc/window_management/project.godot | 2 +- mobile/android_iap/project.godot | 2 +- mono/2.5d/project.godot | 4 +- mono/android_iap/project.godot | 2 +- mono/dodge_the_creeps/project.godot | 4 +- mono/multiplayer_pong/project.godot | 6 +- mono/pong/project.godot | 6 +- networking/multiplayer_bomber/project.godot | 2 +- networking/multiplayer_pong/project.godot | 6 +- networking/webrtc_minimal/project.godot | 2 +- networking/webrtc_signaling/project.godot | 2 +- plugins/addons/custom_node/heart.png.import | 29 +- .../addons/custom_node/heart_icon.png.import | 29 +- plugins/addons/main_screen/main_panel.tscn | 27 +- .../addons/main_screen/main_screen_plugin.gd | 18 +- .../material_creator/material_creator.gd | 15 +- .../material_creator/material_dock.tscn | 99 +- .../addons/material_import_plugin/import.gd | 34 +- .../material_import_plugin/test.mtxt.import | 1 + plugins/icon.png.import | 29 +- plugins/project.godot | 3 +- plugins/test_scene.tscn | 15 +- viewport/2d_in_3d/2D_in_3D.tscn | 54 +- viewport/2d_in_3d/ball.png.import | 1 + viewport/2d_in_3d/icon.png.import | 1 + viewport/2d_in_3d/left_pallete.png.import | 1 + viewport/2d_in_3d/project.godot | 10 +- viewport/2d_in_3d/right_pallete.png.import | 1 + viewport/2d_in_3d/separator.png.import | 1 + viewport/3d_in_2d/3d_in_2d.gd | 2 +- viewport/3d_in_2d/3d_in_2d.tscn | 23 +- viewport/3d_in_2d/icon.png.import | 1 + viewport/3d_in_2d/project.godot | 4 +- viewport/3d_in_2d/robot_demo.png.import | 1 + viewport/3d_scaling/cubes.tscn | 5 +- viewport/3d_scaling/default_env.tres | 11 +- viewport/3d_scaling/hud.tscn | 36 +- viewport/3d_scaling/icon.png.import | 1 + .../noto_sans_ui_regular.ttf.import | 23 +- viewport/3d_scaling/project.godot | 8 +- .../dynamic_split_screen/camera_controller.gd | 20 +- viewport/dynamic_split_screen/icon.png.import | 1 + viewport/dynamic_split_screen/project.godot | 30 +- .../split_screen.gdshader | 4 +- .../dynamic_split_screen/split_screen.tscn | 312 +-- viewport/gui_in_3d/gui_in_3d.tscn | 41 +- viewport/gui_in_3d/icon.png.import | 1 + viewport/gui_in_3d/project.godot | 4 +- viewport/screen_capture/icon.png.import | 1 + viewport/screen_capture/mountains.png.import | 1 + viewport/screen_capture/project.godot | 4 +- viewport/screen_capture/screen_capture.gd | 3 +- viewport/screen_capture/screen_capture.tscn | 15 +- 471 files changed, 8241 insertions(+), 8968 deletions(-) create mode 100644 2d/finite_state_machine/fonts/SourceCodePro-Black.ttf.import create mode 100644 2d/finite_state_machine/fonts/SourceCodePro-Bold.ttf.import create mode 100644 2d/platformer/assets/theme/fonts/kenney_mini_square.ttf.import create mode 100644 2d/role_playing_game/theme/fonts/Montserrat-ExtraBold.otf.import create mode 100644 2d/tween/noto_sans_ui_regular.ttf.import delete mode 100644 3d/voxel/menu/theme/TinyUnicode.tres 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 c477cb98361c46e2ab34efee71aa9bb01e00ffb5..b3146909d68088c549d17d5232d2d6070ebbc1ef 100644 GIT binary patch delta 103108 zcmX_`1ymH@`~P=gNokNS>Fy4f2Bkp-5v5Za6%k};kuK>*Qj}OEL{hpDq@-JsMsj!O zKc3&```>e3=lwj-y)!rF&Ye4Vwl$q+{v8isVydo=1A~4PFqn+2KCBNP2BU*0M8IHA zAq~ZY!TvzxK>UC>gII)c#)ZN9Ap{_M7|Qz#!W^<4|DzYuR}fDi{vGQJ;SG@o5e#7g zp^OK+4cmr{U5E|{F$gvYGYCSc@E}P4ok$--3gS0Z$X|$QhFx1|Af+hN{*I*@BRL1*r+7^N@}}I6~b2r%+57q8qY5K-5C~OFxDng5oxix;whkP<`utFase6CMnJy@w1MsIXHg!~c4o z0gCNFC_%s=+MqPv|9k|L_YdU%tArjz1!OZq$^n6dSb=;FC=VLaWe6%Lb^+jK!|4$|JpbP=_SO!^ZE72+0zHN?NG^c;ysxvg;r|Lo}xBkqE-& zQW!|tfS*uWKLjomr-D$15P|px#qL6S4}u9o=|BGG>p?yP1RKP^TRDGESm-C|59qXNoe}Io@Yzv`eSRlMBlK8~4v3ZbP_0 zm_yJ(U?HR-enDrThLj3I1?t&K$oGQmcPY8#oZ`PBZxNy#ij+aR0;xR&4}>EGDTEA! zCd7A$-IOD8YKBnAdIFINAqG(laTnrF3JV1roFYY;g6-BL$mfR2Yll<@Qd~&+Al-*b z;e_;F%4-Tb2E6}r{kxc(knIEU7$Pv`BL$oEzk75U@=_t%AzK8}e|L*9G^#eCBOD+* z4vLLK{2N6Jke;T%Dd~trAdeXGhEi@(B88bC&kV}H4k-x~{a5Ep2quVM5KkfALtr58 zro>UQ!3k47QgX7mL-~iHAzOIg!Bib2uSOpEBWs_*F*llanl3Y6cA_#4T$e4HdNYhSV{%e2bxH7 zs4WnA&~3{1SrlUpBi}*Mmd%bSRJ zYV*L*n?DMFFw_-I$hR;Y{z`P*vwmi!z+IL13~x@3BRf=l-j|A|A!*{rd>=<``qX=w z3ip?X%c_^jZ=bTx8j{m+(gh>_>vnfBSXSsb6&pprX`&Q9h`P;ah6hZz%9)m>D-p67 zd;EOtv^Vg0`=az!huz0)#+f^CvUH(>ka!_u={=DI9gA^~|}uIL=LWMHV!> zKeZ5g z5%V}XSA4;@cTOm~ao=7qi%L(-J>%^0kSq=fYuob6a54AB$b}{6UG8_eq5ZctJ*16d zS`90xI+%s10*3M;c%OcM{<6*pwEuK7IH6!5aa%MAbtal*#T=2-BMk z2LV+(BO=DmjyiV_r2ESy>0?S>1cDs~Cscvqu)~J>T~32(aG(HX6%ITKM%WR&c;)!c zTUjF%Q4^f{xW?wi?f-@VsU+$bS1kfq#fw&n(prO4Qs9M4;i$eVWzX8;@6EuZ%&T8U zV+${K{=8#0$j4#&Macn1g`C|yI-u0y1Q5h&bDVMtnE2oyQ|d2nIlirOz`KfIl}ckJ z>-MHd7rVDb+er@(G8rDjwShT+Tp@jlEZ-(J7na52RbxKQFjgCSu6|##z1<4nxrd*> z5a@hg(-a4m(v?jdvM-c*%jWnImM!_w$mUG=_D*k(Mg9IIazf(H#w0jYOl3>*8u#WY zlf`gKk95P5k0V8Bp+Z6&)5oE=(y48V?9qie7Qwi4J_CIu5kl9C8@gJe{OmGC5z~$p z^rbFYr6ct&jHMaRC^lUT=}R4fVLiR!jNYB+%$$j`l4CEwTq06#MmreGq+GaksL%Ic zsHqI~>nilKi;r4uQ})smKwWYs_OXrERTY_8HMSh*O%!>z;CZ<*ZD7h z7!_`Z`xKB*-26r?+qXAj4I(>@W8LU0=X1`4dv(M$IdRT-JIJ44wEa7t`=>oSJZ^Fl zC&@4+XvJi6+`1Usi)P#s|KmZ~AenuNmHXs8KR5@JH``olIp#`_GTP0CREysxs*T*^ z%KycAsmC_pbR|~ygc!CUbgC(FoBEk$J?4G4($pwj&ztL_%V**9PyUW=V$o-AlFqDO zT&rVn{C`B!;XVGWT8Y!EOjf1$jE!p;eGpbhN4nBmeqQ#dtaU$$7TK8jZ2RCom;GY; zmp1}O0A6v|=X-;^`62PH{zi0BmRY+`Y2z}v8Z)1)#3O;6SIyqD_RY9WgMIoRZpbeP zLcy1 zuIRV>LHIHv)6*{jp=VFDOg%A-R6PwxuP$*PBURI$7|XS^WA*Y#7bI88{DOyE`=)}& ze&!Rj90nk^u!z8WVC!wl{IOidsh(#EW`6Tr$;0Dx(`TXCt9oJO@tjh*5AB2zC0VPQ@A$SKXi8qAr5q!3nQ6+BCV-|_*F(|48FM+K z(Y-(LsYh%T?RZJN1z$X>VLFX`{eUUE9Ou6|$N?pzW{3xj5YW|3@i_i=JDrhpn$@6L ziz&ABNQ>mx9F6#@&`X;40@uWc{eipaU=`C9Olq>_UV8r^Wx-L^2{Vo3g()T={3WXU z#%Kt|az~iyj{V0%H_N(Gea%tAG7a3FoaM{cH!+j1Z!^nK-2ZDH(C)T%*8eGEQGOn! zHPYSDo8syPh%5Z;&35g$)hqu^RzWc{Q;OqLLsHJUWbymarb6-)@W0yTiogVH2&srE zF5Cz}u-#G&4*?g0i^D5Y!IEqE2-us@pcOyBVKCc9eVUrFJS04i2ejC*(@gTmY*DjKU2;N zHt46G$MmfeZNE_JTmYo=*!PhvhJ5F2alGNzqJ6Qv!Pn$(VtE6v4|=KlF?8zy(UO~z z%>p2nH@??H-GrH0Bbv8VviS)JmcWT27iFG#$Fk4GZLXIXF<8j43O!gsG=e63yGwBXR{ z7BK))UKx(l@Srz~*;mQgA_xKCoKNKfrM=o|rA$nQ-7$7Pluf`1L;BOuqI-%9R>)Z+ z5WoQ+`-QLeYKN5~F+O(InD4ML9w!9(oCY6VQp~6`1RN* zFdKw1+iri_hAlqH|NI0TxvXZa1~<^!?lXWlHoJ5eDF@ye`n#MB7Oh^5jR4~wn3=71 zrv|LuNj}N~{CHW-@DZFs_qk02F4#vryGSXJKj!apCYX#l-$t5)nfxbK2nkS?Ub5^{ zZf6&b-a|l9J%T^A@&!JzDZAz#31CVuy+=Y_%6@mAflKe!y?RNF3>-dZr(m%N!?Dpr zYvR1o6+7b5(G_dr+$YVhJ+3$3gL2AOo+-tklzzx0P+2;@)2?Sadumn5FZTVEt&(48 z@N~I?pRemQzk;9Z%c)fbKYQINTLnLJ<>_)cKRr-%nqSUOlXYrU&QFni%2v*Aou&33 zysfV~4y5B?oGOyb_>Hc1r6TSmbEv-BD5osu=gSJs6?xt?J}03alOyC^)6sm~8=WoS zUS5+~rxl&W=TcDM@6-D>lgA+=@u7s)+YBz7#9;Y4XJRd^?!679hN<;Yejz_aVT~;z z-c3O@zW0P`a6AfP-XJ5f)iAZUtTZ}@1!A@Yc$5l!;r*&`1Q{`#htZ*Rm>Mckmk@V`8)jF>T%1ZYm_$oGaV@I_rBEbY~r5ZVgVIz z%8`z7N`_ojtnOX??ll`9W`5UXTFJZK>z=37O1G|~kcS+z9?^&DWS0rQk@Er1OaP?D zxV#?eUlQlD1`(!GXT^dAT_#h;nDv)>Yq!X1bs0DIb0Sf(PMoNBMZ!34s=wEgj%eo! zeoG!_Q~Tq&M7;Q+ZS|aTS}m(@O^!9?X)3jA2w4#?2)!-M}#kT-c?SEkk}cP-d} zZdgBT4CZ@#Vc^J%uIw8NGnt=fkmx=R#>daY@@tDsJFQ=E&>~AVso&EehW+o(O{OQ` zyxweeEoNGUwTRH}58rDNR9}rB4sQ{s+V9qAx`De&HXPO>O1A$MO~2s%(5rDXeMKZD zR8bg-@G~b{czk)Y>4WXc=wLzz%R9IqU>XG9FCuJ8ImY!O*lZ2(;oblAHl@YOPp@N9 zxcTHo`o_=PbB|5Yp#T~(0P zzAdJ1;p3HmbJ&l~{hR5EW{>tQFf|JmUwqOB2U#lF%B|kDnBLph({C2!-i*JO+5#9G z?Q29_NjG12Z;Vcg4lI^hm9Zr&>LU%>^)iB__sKBP3y(Q`oLu@JbKmky4PDT`nrMEFJMN@8{X0b`vew}Q>u$QHf-Y+ajXdjEV zULd;q*mP37_Q^0>@iyQ7Sx(cW-5MZb_*PMgYkxns3B|eg$skHmfqfsx*Cpt^Qm*<5 z({qpE>PdOy?QXPO=4FHe-Bu&fu;HZqU8|r>vFDeM*N##5ep#k1a|t2uY_s3LR4zL9 zor*F}UFP6JY8nQ;%|TO0U$WR9OV)3g=?o+oB`>pcAyu`5LSoUdo0phd$0rVw8#CJd z35JQwtn5f-WRQO#`tbB(arFp=S~t_~OE8FEW@bjp%LaM7p;x9ZS__YSCD&)PdK2_x zml^4i(xO2wmgw>Ni(H!{Nz|H|R!@Rn^fEmSQoNbEU2K~pSMmtAcvB>0*m9N^HyBgi zDaFBFqr*4APdm*XmQ;9W6Y(+>A9s0KX!$$rpP{F1Ms$mxgzy% z%ICdYS-6!PUs+R(?#j<>x2?F;%zI$uZCp`aUTJ>sp5;9Ofl2||oAM+><9#mIOKMJS zU;4;$QoHO)t1(-4y_C;|&Q*Nrgo}P9D7buEuJ1Hul99+bJ-nHa#YR3s6C@kx#&3BW zwWKpt#YvG>zSQgvxD^%@l$*165BqADE5#@Lc`+H~71lTv=J>#w0*_=@Dfw4v;bnOt zb-eEFn#l=ujPK|C!u<;~#ZZ{BF5Q1O8HNY;#k8M{g#GIth`E3N{-BuJ`wQ3-Y!!x* zuu_2o!D!iyK0rTd5%a!2-D?Y}le;jyw#=g_87QlDPR-}x$ zN}wnN$@bvmKo}Oy>r5ViJz3vwR|yzDvC3CIy(AxJJx2Gv83TZ`;O%y0KL9(4dLsu; z)Sg)7DS)emC(F6=;9Sy)RjzW!rRQiixbdfO1n`Bi=@4Mugg$o|0-n^PXSjy|%Nlg!<{)5E zg-$OSgkPWS{lt|^Iks5=?(st}Wl0*H`W$y`iHR9{#ln(S--}aqP)JGOAeJ;_C`DXc zwpZ+0k0~_bgsC_KrKtH`7K*f`q{DWoC6b?DoE@b?qolELr`;rhzm<1g7xYHULl24l zRr;N&-)f0EP`||u1@Pe&S#EOI-DD9=4 zYWu{1G{IFpP@EyUY#*gcM!3^Y0as!$3U+sGEVDSIQoHuiPVh#W^|+Fjw=*g?KW9BM`k`X)2F5-7M01nq<4qqCc8wrr z`qt$UJqBlBhcyKy{OMr%39w~;{o0}%flRaBhni|s$wq4IJ`;*~Jhen(3y4_x0i(Ok(=NBC$>*Q;^foZ!{dbdXqHJ7n z5!|%p-bNhkTL_;d8m@O_h4@^W-6L>HYXp8Y0zbag!fq^}p`s?`tvfSdQJcCiI`z2! zYq1>p!Gpaci3iI3ul47)R)5^zj$7Z2Y4|$uq0X(u3gxf#;BVed=i6rtzJVu+Up48T zDz@IU`fIVPUC-(9FgtF<^mz7miP|!wH)n3L|5$b3{B2wNgFhpCbBmda9n2S1U4=P& zj*V^pp2-qN0*Z@^DFc@d9>Cu4-@wKXR}*4Zmw&@G=I1b_Ia2e{1K-;@&qSKO0t~>3 z_;^7zzrITe|Ho$~!mSa=TPM^s&G8D2PU55&v**hBJ??HKIN97LB1t}XlJC?7e*c=< z*{QQ&({f^?JF)nO_K9}jyK0ug>6Wvtvp@TRrXC7OK7rzFM*=NM@D(oi(MBCbAo7TP z0v4ZR`JVE<#BS&C5{r9|*8Aekj3tdhc$cE^`=wW~8;T)vpg zcSP+H92oC^NLlqm=^~dB{1b9ZLG*Sz1lS;NmKo6Iw0_#gj7J}}<1GyhGeKFPu7(GNx=F-(hx z33e(I%sWA>3NIqNMc6i0UWu~oCPr;K<&4SdOl>P2KQ%<*ktu$Wcl0;&)z<=J!wT?P zSTnyrES*8GMtssXV?-4_0BW1&CcsS?@Aa;e z`c>O=gTyS7|8<-&?3D}q|K2cPe4(mP`{76ZnFs?!<^pqVx4Ll zi|b8f1@zU#5jXkD)BYPD!x_Ui$B#K^+jKj=_`Nkd6IrcX;F6;Hei#O+v;XM1_{!WA-EX&e};=dh}7E2L4Gz;&?^@wEClq(T~iAI-EzBdLO|Et zqOM@jIXAQmK}5-}uA5-pm_Y8?SpaCb;2ayF{aU#W)J&QiZ~FgV8m+yrQ+6> zfC{bJ{dT?Lnsc^FdH#7FMZ9e1 zGIQKL8rQsBjyRNQf&8~WG>(Ib3}Jt0Y~yn|Vrxx<`Cmkfb{niZ%<_LBRK!cSE}O;q zLt_z?%Mnv;YW?eZwBT0*8;2SG${hu~cl;(rvkG{ryatZBMQ^K2#oj)T=B_a)-1xzt z+@ye){Gd#(>o<+ogIu5}s?wCgIO#Wy`h%oB8s7&YziHGAC^wKV%Vv-AznH=<4;J~K zq0{$ikXT>8Xy)74r+&oD%2+$UXeK4>BR^s$u<*mtayMpmwd@qs;keS(X;`SB!`Tn@TP`nWDjZ3?_XKw;Py6k-R2=1MpyMdB{Bu zc1JFnJN$fnI%&8nxJj8j1e9KclySisNmZfF^OC^md2?&y{>FUQ zc|hleV{ogJ<<7UWgz;bf!1G9<*n(E}nFrrS89$j0=9q-OT)#DC#W2{e5XSa(xNMl; z!GPcQF0J-g)%cg8Y~Eahlnuw6@v{`IpTl$R(AZ2=GT69s2Cy&xsM#MOv1%(4SO~mM zjam#C%=zxa<7Yx}x3b{}TQ0X*TQr%0&EfFDuP9PeJIN^muQ2P}h~P)XeGC^W)~|;MveAlT%=A!Qj`cy?8Xz*|Kz7BX3!5e2O z{)uLBrubJ>YSs-9T-Z{*FIP@6NLJOBqg_&d~8I6DG}g{ksV-cfk> zrxqVCOjf9z@=>IMn?M$j65AD|U`-K#64`w-pPj*8wOt_4t|~FvbbG*Y`Se>zF}j96 zDCa6~{N&x?ZVrqzs~XgPn7qq#qu(y^xzNlR;QWk@*mhGC=TemPe&E}xBW`Z&_kMt1 z2yaQ_N}J`VI+91rz_t?bx|z~`x4fEa-i+wzLpWOC7Vxex^+xlJ+8)h_;N`@}BnFS; z?+iA}q>U?lFL`(;&%4JR7uwy*j9?k{jgTAQ@e;F^v!V~6^DRZXTaqv*eJ1Yyy}wg0 zVY^;0BM$Q^p)bFelH8U zL1QI#lI!Z*bD6h(wVNJCzQ5={sn`vNe#84}^#0X^TvyLdrd{_^Jy;K{`Uh5ctHt^+ zdzm)TP7O~qI<(pB5@S{ErYyXUM|C7vNQyow4&QwK>yd(C_fclCP{hM5hpzI5RH2v4 zJ6;92|2@(51yMfH-gtD%g0Sc(V*i^TsrLl&Ft9TiPRdn6IAHf1iR_E|YgJ^IdR0Bf z#%2!QQoyeO&zRSL0B=s2zx@CrkC}^q01=1GVLyOy?0(gi=eW2Q#z}h$cpeY`-7a5< zE%uEy1P6{zt#a(Vt`0^@!3F25YW-4h*80kGqy(HYzY^6i0mqH54u;=@!#Y>hdhK=^ zj1tUff=@svu$)G@((W>3eVE_q0J|`p4+XynuLBb_=)OJraVm7<9z7Zx&_IF!T@(+k zWN<+n#ojhB=jO%1y!a_*Cbk2Zj!!y3I^tqKydVh#g;Q>=AYJ>K&hsS#KyJmzFW@Vd z;w7LzK4~BMWM?!}P&RbR$gzJLo@q7eBB9R1=NLScR4974GL;%Y*6ed6r>7v3ZkL*w4D1Z>PNoySAq zZ}6CCoOKdy806zaVBaLXnAbZZ92Vpv;WvhAykl{0rWvo(Blv{Edd2aDzV(Uo2-)?D zBTnTa!yWqNw1VmTU^TH6;K-w1U|C!QniY?&(dVn}FGaEIjU?n?=cC9N@a*%2AzKW1 z{PBW3KN{Q@F8&4_q$RB(1BO-(^IIGWY#|&RymOIY84mWUUKlQffnCDt-M}fCgNAJliH;PlP|9`kHDHJzyiq}X(Y0kpF~P(u>##*-XkWz14$=IbvVO^^>Q+!BqRrDNZqC^FW6dzzFn^e zET4ml7muy3lnp;r$2Ttd(J7FVxO#v_E|>UCDT-ltdb!WQBX6aL4VJPDXTL3eJU8{X znbk8pC)dvVD7WTS(26WwN3NU`n=ej7!{BD@t)tGe!yB@QmyyL{a+Qibb&I`p) zC{|9^CTUBlI~b6jt{2Jg)87m<8-Kq0>646pzu*7X_9ZBbcQy#%s60f8Bm9okDnFl) z&UZL_Smx>$^d*sSf?~~-1Mdf%JJA`2YcEC0vdOT%#d~-hGQXwr=z(g0tMZIciRoZ! z2B+w{ksy0-kO${SoG0TgG8{h2F`uG_9xh(!CNrDZh%o00OFO;KFU-BRck+8-IU#rW z%``J!#-Y`w+pU=qC>3<5!na38?@#lz+O@S0`~3GiUc&>coH6>u=AVYY2=?NC!K3GRM6Cm8$)*k6^-N>o&m_hD_MB|* ze%`Om>6Jg`x|RqGi)zZYgH>Q1W|;Tq;%VKYrQy#J^v0qdct;|b7j=+Dg$I!M{aW#@ zKj_9VKbG9P^+wq}KMN?Ol}&EnYQuj|)-u25@#VEguiS2&0d0>Lj6#)RXroJ6Eb6|2 zwBxX0_}ItR%rqO0&t9edQ`vietJY&i`O6$dt=37dYy70%I9ho6I);)Q1{O{Tgk=L%niq`xo;hk5cumUP35 zWt)Vn_?S;&yWu6;vO1nv{r&$vb8=A=C7*DC48c1DR0UM*&!S2n*b|z%5pP zb867ZVBZ(DW5@U^wt*o?eOoie;Bflj{%JsRAS)U_*ba$#{mQRwrSNyNEwjLWP5ocI z22+&_eo^W}#WLKS6WF%bh$=D?oWR4B7XXF7tv+W;TcP%!@}D-Up+}bf%E!FaTzz5# zj5L>xGcDP{MFnpAVH^Dp0wr2+TwQkB&?*MwIHnF%xp$QaXbFnk8|6x=`Hxnq(2vkeQ7*FDRg&KbyDy(+d7|9JAU^kdfZs1yEa z*6#!R2O=Sz-nO&J;$5US?nWL4wr#>JfNa(01T&Xvbtd0t79T4sD$=kMB{|A8Pxh@_ z$8ri##LljCHVpH?XJ$xACEggXk$8l4vLE6{i=sK2=0nK^bQxrcBg4)Tat#c9eRypB zWVP@sNNig3E11RZ+ThoO76e%JwQG+*)otmrK+Cy(8_RNI#e%fRpl74G#7U4cekm98-mw&|8&7WYA6%LI!6|pS?tbIQgz` z&_46@tb;sG@;3|IpRvO*ddk~&)O+ui-GAQN%44{ff1GlEHn$gpuft5~)ysQsGMMW@ z-i};^&zL$>?gl7yJ;sVjzHo@&Hk<9LIJ22J*{RY=n|T&yuK8e-1~_RA=ynXs*>nN# zBBef4J8#@_nbn{td$ZY2A{R9(ky|G`%T)6CX^?P7sPb0aoU!!kqKmn)Qf2JY#FN=4 zOhCttz{eA0gTKF%Vrey6X@Cc;`Ldye=3J>dJg8&Xh-<@8HOLmHspX?TOp-TFl*4iqT-!7l4)IWX zHOF}H�A#Gz4%M%21@Q@NX`rBqDsIYU0z5+rsMSOv*R!zGFC-hxI%@U$Dy|dv%xI zbErRH^!5a^XQF(&;G4On{g=FMkBn1y$)xZsIwkBg5PPcNKAX4^&1}sH?PMO>-&85H8 zTL$1gnqR$K+!ovS?k{21+V{U+SFCCS68*&{>Wu352i+$Gr8XBuvAd%!R_K{rzxIpj zUbp`;J2LbUUQ{a{1i4=LFe@vZV4sh@A>X}kUbg+-_cZFUXu`0gD2031Oz zpU}I;C63ayH3r#^n!EyNjmULwHsprR2Ma4iEV28@^Y$A*1fM$A-fwdLgWYrV z{Ta~3Dr**)6H%0Bau(m~d4}^XB$Gp_OSWmvHfdI=;jLD~F{wgL1R~0xWt>&2buaz3 zDt&mY`)+cXsXX)CdFxK8t@(67F#(9x@^bQI80vwtrW;=i*;)Ja!b-674N5<|RG-nwT>Lp@9&i&{5HV z;X-ES%YL5UCK617rR{xA3u=pe#SfbdHx-0=ohaOffT#3$imMYXou52G@8W2Fk2?jp zx9-nXb!xP;D>#?2BvU+&*t-MGY&alHQeP7z8)xu=y)iej68T zfs^{lk{N_+vnz`)Zej@YYaK$3naO4A?WfyZ!SA09W4=cz1NrczkYV<9vmEbd7yZGMTP?l}8t-A|9%U z!N3Q>hHKpRw%|Q7pg5~ta2RxDtpa39?k~kufY+(*8PgI$4U-Dj*>-<6NNCn%53Xy4 zqrq&cEc{_d$5PhruWuY(o6hC7iSx zjzHyhFDS)Pae9>$hK|gdB_-zLLaTG=txm`Kt599`Y~UO2rk1Wr;Vr)SkHEbX=DVL_ zb|WLX4ufBl5KRaqqhu{Ce^N8&ZK!-u{B6tYzLOIm<<<^-9i91D^;t<`o z6jG1do(+#;F_V=dc-O!H>mr`9ozwBa`ula8<#6045dde;c+T0*h$UV?T4gP-=(p(nAveLI8=)s`RYrwk zqt2qjORH`p@7a8vXm3BmtT<^p1)lBo%is2j46})L3P;^EUrj3kSsEi40C@}A*5;4m@#l|L_*8aTD5mQF_ zIrxb^efmDf|5k9DsNor6JRrNJv#y$NAxWD;Y1X2Av+}UcoQi?dwRxKVjj}>lyCl-$ zcFjbt3f)6-^b;Ycqn{XZ zFIGilpzfaT$I{x?XuLgh^+y8YsI*^41G4n*zKWJVHpF`)mepSO%0=2x)d_Y?~(KA z&zrw@de{G62CQWj$F|v~ZGV)r)8J;c+U4Vdu@kXNA#mt%U1neZZw+>zAEsbJg4$fW z0k<|WP!T&S2*;%&)e@sPVrwiBx=6?h1xq6?Jb#){p?Tf;*(n0$RytMQ;4l-q(HE>D z-E}Dst?Enc2@l!oORQms%cv5|i+ogxxpPA*G3cO3+zw_4M|1(R@pT974k<<(DS$DD zP{fEaj!?;jF}sk%h%rn|VK7Wn+q;HFTDzG>Q`@BjHepQ5tPqW(u6?H_RSLYRKpa|9 zaG3!8kL*mCyC2w2vn?gb6t@iyzl8VprL#VH`Rvkg+2jS<$%Ee#JJh&|4Ah-CvT81I z9!SC?NMkZ{Gp{g?z<&qr7dZ3+jvHwbnvtpW#@6W8;N$$(lBNsK1(Q6q+1LPZnuV72 z?gm3BM z$P+1)C{N#@S~2{+{wQbhETi@LGM`v1qQoKBkBemnuJ2!PQwlXl8yMen z6SR-eo0C4*nn&LE|8dvh4}6E0uJJI#;Mq?7W_C#s``>4x;ozUXLPef*!0OJ*)Q3D< z!`>D0@wTTxz(H#+)6}&L{4^=X)L);PAm!mNkykH7M<#HcCNn65NL~Eyejrfd^ip2f z#lJUS98o`ekAb;DghP39!&X4j;Q%8Nctc`q`!B-tmXdbh4j~ecP`|Uxz_p{oLyV*6 z36oue5V4d$oz(ZCl2M2j^=d z&1~_ztD&AMCG}-^&d~!8?wUu}oK=l#pf4^7${sf@hZ01(X8%ZK2{JD}iyJgUTX6!ymbp^11C8}hbCRGPS^N@8stw-xPExlYK5&Ee|ZFpyK? z`tz7V75?Aih?@&GXlPFMe_xH-C#>Z0Heo+uTd*Yd5xF5w&3J5#cbZ0&WsZYU42sa! zJ55D!6i27$A@)5W7sE#5^vicmC{QoQ!SF3==azSx66a{BcK5^maJd*33a5&bRiS4} zISvMIQ2nc3X>v@XINIMHF4@b)WUGTVa=O`|bxzMXKsVY|Iv#_fxEkwvIDJnpCJVKq zIFthN<#3OLqY9F|(j+NIZSlJv4l2prU?6Z}m|PLErOyGlheJ`p#$IWnM5AkXoe#e- z%iW;Eb(%9-5wal6+4SsqSVt&#BMs)%jI$#20Gn4rd^5-?v+h91O zVAz17O~4@Q@H%0j4NTj)HoVgYCa+wR543{uv)5xftzh){bwdAFFtY#JQ0FTc+Hp3;Y-KwD@(Aa6cY=uzF$m!@>;>ys7L3%BCgO z+fAgflAmcAz@+G-AJOc&14$Q zy9lC*V)b|uX@TxFq}Eg8Bep^skkn%6EqF%wotlrFT?yE~sGTe$iv};Mdb)vUchRy= z!kpL`^);mYQ_3T@913Ev_2JMPa6b4#G$rOz4xotqjBc)>MLrU$Dj9neTUGMokw8_1 zVJ_JH(Se*r8GQF>C`SoQ`sNFLg?^f3$2$tFu2fx)WoLn3N-h(avcQJiOT$ME5}*y| z$?|7$@FDey)n_r#824nkUKG4@a%@#E0;;YbFQbG(`N?A|6!f5Rxb$R515+Pgip~KR zOXip4a~2C|0uSN)SjFkc5ny>*Z4+r{iWO`~V**PoVp72Z~F>GaJ%{PD}Z>H98XLd`89BdqTW+!8J_8}#`k z;-p#xAD_=m)l(i8NWdF=Xh@CJSpe=(XRVAl41-tw+fiANGEaRJ_m4yFH<~RzoTbwI z6^0FFAI<|crO0=7_xe>XS+CrD+B;u@)L-r6WsDzCx#Z#Q4F~sRXAuW;1WPsH`gbvR zNFXG&=(krhdw6>Vb$v?q{gbYGDFb}We(F<-X&~Uw=m*xGO7ZS@QUw8WJItyb?&4~= zQ%2fvS0ep*to%zCa0LFFV}77)uQzd7RLaGzc@W$b_lxclgb>^@bta)?M=+OZ$lX=- zz)!IUwSn{F?74@Ml208ShlgV`GsPt(9UXgzhco6J!Z3DIs(7FGe`5JHwPvyJV~iqY zim-=&6&t_5y5-%@#ZRGEn^7&_(PuwG`S zykvC_f7!P3M4;hGK-PgvoA!zF$a#e0MSHcAFwJ(907}C2U)JHwOn%>iU*pTvpH<*v z-0;th6g=={TsS8EkRMJ9aNJTEzr#0S&vQqfMcsFMdf`K8y20TqqW!Y1uL3otSB0r6 zA#dBi=Ip(6>J%iF_?B|&6|HiVuU`l-mjJHO*W&s%QRv(;qgxZpch2d3KveIK3i|RiBrw6TSN=$7s;VP_XN(L?F8uj&b!y#_u+uQJRor+@5$?g%KbZu0ZpgM_n(vB z-*?Zi#tIi{;3={-iI`Mn>wH7Qhy8MBnxDG18bt8iX zjr@Y}K?J;{@l+H(feRRgIj7XqQ^Ba%DbzX=({}j!9i{}x`Ohx{+pMaOejER#ynPb& zrTW577EH{(GH$BH<7@o3 z^py`c=?~I)ZKXd}b07K)bpKla9=E$oB`IdU>&4HARDHzuV-Ex>CG+@B!sh9#X&XAP zbEPRO^XU{yX=xT4oSf$Ndd30dT47nm_kL29tYvCSMpRS0N=&=MauAx z%iehH&-}P9#*7x`8oK-yC8<+1CNBj#yAM-E$wuFTyUZ#F2dx3;p!ILDP@eE=-JzdRdubWCph!Hs zi08~f?q%)If~+YBZ`4(X3*y09 z8vS(Oo4CMYxwi(##+~t0vr)Kp*n9m*T@On=j-nC~YAN=0CO#zW8Qzz_V|(B` z2*!?BM_YSPjwxp(U>xgX5J?v1ZqN3xhvW`yUR<2|)~;`sqFp+}e4c($tDoeY94p=q z;>&t;7ZCaW?>@)fq)+cB^K#a*zJI79vYBI3BTNJ+t7c6CIjn;`rax8>)sG6WWxPt~ zBb$gdC^+$ctr6$0&rC8UOEcE@x2A43O_r=S)Q5wkby>zdVC3QZ=)WXyw`#vkhC54I zOaiw0QW+*z3W@KAa&pQio3k=$y#~i$$hbXi`UU%BYo>xXMR`wyPW9&LjY^n8=#7;d z=7tJ>IIFmg7W!}@1TbB0L&0%+mn-RB>U#xffWPadQlYT+V#h&z)-X+SoZ@GR39jC9 z%5qEpSdSMW|7Cthm$pUZ{7;DVNAz$mIR!%2y+Ya;)BhqyivPMs_SKq3>>PW?HQAtw z1=~~Mm)7wCX#vxy>65&c>65gRw3eKfC2HP@@s-NQ@^G_+PZrZnxT=i#O=+6XuS4XS z{~uLn8P(R-g=>=F#i2OGt+;z}C|ax(E$$H9p+SnfyK8X|l;Tp{-5rX%6v^d$_nbS% z-6MZ?vj1d_wby*tJD)k%?i0p%E+gDk#6o9NoY@i}DC|9N@iQHK%_^O7nTfAdo`r(r zS0P!WJK23%0-^Li($Ne%QKF9#7;wfSq9Nb7GfSyzYrb}gcZ~-Ep$2Mz4rBm2lw21e z4i8b1M$YqV4p(eMQi|iTIG|8}x<91(vMuFeBSA66yfzd6OTb3G@e;ZnBW$Ft6TeY& zQdWMFHjTC_+}b&I&eLvsdPw{_DsY5U$o4ZIwNY;>l!9&yGBmzd1yDRug2i(?m2US{ z_HCsJ(`{&bT3T|L<$vBpWN-c*U1(i~7l6$83uxXo(u}qbW-m2pGg>Q5j}^_C!p zUDYe_`YCI;uRjT+S&-KM{NrGnElo0 z1}#vaU3ZUZk3NS7C@MRP5r%>G4X42~OMD3GMDzt**oJ-M?QGB2#SRdSfnyiUqBKtr zg9`3>JC10%C?OZoF#034kr&{m^O0Gl`9!``wp?>5G$WRTcX0dsSa;CRW~Soo95FtTFQH4u$_|ZwEg*n@ zU2z=j0iz%YMya?VRiPY~G%W%nhAPse)E^u}EU_9~AiQo}0R>}O0*B_GiBns1ax%rA zh8t>9Lv0g-8V?T#m@$rG*{>Nq2kVtI8SDHiy?x~_N+rO9Ja-b&w?!1lX^6be@#%xz z%uV7|%hitwA?7bJM+5BLtLIrP0|;faQbBKFXiMIZrLcBU9QsY}z^U}~lR7v0pgn7t zZDkhTXyvnZ{MB9gX9{WyO(#q2i-3cd4=zO73f>!6gzH&%bAnGch}wM(pkJ^ zUzjo_ZgV;BL&Bj;;`b$`%n(3$m{cb&g@6h?E3g3&)JxMzblO=n@`P%uEU32muNwu# z+=Ys|0LVcQ)>73_DncGPRXOqaerzO8t_(aR95G7dCQ3gQY9l#yjrS}_Vt@A`FT0|T zT*G5C^(}7~*4k6`dCdI!jO=&{>lLqfm$l0pU^Wo@b&UEKF6GZ2#=G%}On=!`1OTxn zlJ6G>AFJOYc0APE~O7NWtJMJoE-HQ)ZnVrKw46PLV*eA|58|08Z z>waP<9hKTj$Vk95>vm{eb~2NcrGB;7B|KK4boV(l(&{|wv!$r+{QPQDQ|#(brhNMMB**x&(q8~jnI~eI49Ms zBdJz7_fB3M$SN(YY^=SkZ9YH_<9CXeDv(K_vbJA@`TLVQqz1tMt}_W)eRdz zdouLbZ&8Qd^(prf>)J-f|IBQCXt4)?4g}#VHHwX!&~ii#+T=ju?0KavULzTytXL^7 z@_Re0tRV+#ebife%RbtX@&MUIQA%QXpuZRe7BW25_DUwRajP`~F0&72ID4?;Hri$n zS!kv-V$H~i=scJ$>QwAImWl*CMwHZyxgrkoKfROwxg4}Q>ofXK20>1m?Z}X$NI#7| zb~^mt*hR7gP^Au9CN3WH_Oa1GW;A0@6Dpn%{)#+XIAeJOhT4x_GAVRLWJ*M-iB932 zb+Fk8Z%IAb18G}4i;JDIgc*=@sJt{7gFc9>Qx;4@!~RkI!Z35$7DSaB((R=ObVIc)#@ED{iKm+JBf0kR&T?;)5WKT$f>1 zYHVGibEp>oXBX^3pL_rV@DSXhsMC)Zk)dSN1-p@^Hy!A8tL3JXv@uKF803vVHP zwRchrw)K9nEfLZY)CT<&_x4cAGrcxav_TtAwd+?i)0(U6=k46%j!D&Cz!vI@uAz1d zB{Qwt5Trfu|Q$wou5*U@ZTN4_Gf~v5o&s)pSJW7 ztlH))k+<8o4Oi@@HbhX}0Kg)=2BaL@F3Nh_+{jKeNofZ!DlkmTOi4@F01mOa11#ULQIuhUunRcTG=hUrQE$6yD&2N8NI4wl) zk055XY)I{r=np4+ua?Wd*(DW%L;5ii3me!Qj7iLEHV}N0-e^5jEEj=zl2*@Wv@o-w zJi6wxsob;HyP-U?W@@yU@t(mOH^|gJ-S1clC%TO>pq5Ykz`exS-phgB2m}#D?AsP4 z51hJykjIe1PC74gqDf%8H5cU3#IV)ei<~GT*lg?tc@!aR)bAoEk^t7{a6ul44{I~L z$ccChYgD-)kHCXfie2P{w(64nKI7#1uF?jk1?6BcxSP9BN@ z^L<61LeOEZ6X)b1XfV6Z^PJ!}FteI-a!4>LOh5NLCkO@hIrjXu*chhdcb@Yd2`24u zPW~McCSrJ=6NmugQ8_0Mgom++o#zCAV6^P#yKLGX?>zv#l4u%eQo&%=> zdoy7Viz33K`VewUIHk^jNhut7id=_VijfN&Lkk~+7$frRcd!S(zal3PfcXuJNaqeR7ETC>9?uMm-r{BsfuRo zQ;Dg{=a+iUQfe425#C#B7-ib~OM@iww-09nxuH)MrYaII)SNpVRDr0M>#^dmj>~;!v3}6w2I7^>$6aye8g-?f{qWe5GV?qR)7r%_Hn$1LQA{z{@WwyPK zNTG}cfFS}llZ0+?>*{3wt|uCA$^(d(+{<83F*0*MQ+GTe{=H`6Zi#H2wm>L3L1z%Y zZYVWY%G+T7Z-o@0g_BpU`EQ~_G2;NmAZGYdBbC=UZ0aZ{r-SxtUr5Ozz3$=v$=0)u z6x}Qkg3t?4643^F1X^S|QZ^F-M384H-P}?2s7ZKvAPo>NFZC3`K@BfFUj;8Hp8-Eh z*00c5FnK(^Lf}tCoe6hJzGUmonwNbWbWQiH@@~%isO|L@hKQBPM`b&nUe=%LX-Sm? zq)VSL2GfX9e@vKmbS`70v;3=Zl9;SGAyt@$;J#-_RD-MnUr4=Db)Cr|cpa6$6 zzx`d5&3Qbo&;E96B12sJ_dVC_R>AZLWbn+`w*HY=()acS50vg(X+-(!`MN&i!@cr{ zw&P-kcOQOqH?3Z?IJ@z%h}vAsHtz0zE@w&pQrV>SwQ#_AY|IYid@67!uV*TuvU~_q<9kIPmlsh~*ntHrd zhi7=pdX^=k{4+VF>Zd4S+6t&QSth{$8hDy=ZDwsWz8sq2=cXTtA{Ug}DdZVuTu>Z1}kVLjzjYE~s9%{6V@Jt+46AJq1CF)ZD3y*D7aOu!*g@8;D#0beM5##mc z5TK$s^l0fP-Oqu&Jf1;d&v)y53c50Hm6(eny^7a!dEPeQPIUEY1*Yz~D6u+xyQBX` z{zp`(3!jK&#tnqX6ZGfqR(ACh!bzg46plPYerVxX?kx`s`iuq~DTv9_bjWrB{UDB^ zUJM!`*Ze!;Shh84QPw*{axum&qaJe&LuWFxDi~IRdm0y0n2ONm{~_K9|9VwU@%tPq zx4OKmPQ(WVhJtXqv0RdExCX6;)%SA${h4RzN-5yuYr_BaJzqh@$;Fx>3D7|4r3;n* zVJZ}PF!=j3h@cy~c)zho$u^-_oK&nSQJckwW75056~1`(uPY-iN5KJ;*K+oM)lE;FUd(VM|l&&&i8pICW=W4CH=<5Ys*-1$*-8yEk(0xWX zA?@#+hkTbn{$oO1V1<$L{Rl3Hhw>1L{+q(>a2mye)03ym)&>1a&rl?U`mpUnf9h7; zp;L%&a&MUtR|AD~`Yu^-fscb_)i?7{>EQ*p`&hKniH(WiuacsIJ9&whdb_CZ8-Dio zv)y+;A4K+!le77AADA;%s)DCu{pV7P3y^}0N2p6ZzAG~?yr7ldB-t|Uo>d);M3*K{ z1sC5P|2I-*P^l^aJP4vzYSe(E&y7%7i>Mm1NJsXMn6#8Gm7|CZNVT5Bkf_f8^5?VV zS#CJ7N=DLHn?yPLP`Ksc4Oo}9Pk-TwD~Q`?uYz6;hcW<+qXP&eBH~wemP|o0tvVO$D;;j|0{I#>9Cd%U(s(ZPfV*r@c{V9af}2x0#xJDeS=O#X445W32shjiiuln6W97# zNuE^}F5mGLEYY?KuLMNj(vR|*o*_Y1>i`ufuhfky1r^1P!xjyKJkqOKWF`2zb9?o> zk*`Jy)$|qxYm%cVg;d}+zFkt>saB%gy?D_fuTAupxwT>FJVMvBeuFMIyz&Pf2+%dx zmbI_u?W@TCDEh_Nd(+r_%*Rt^ zut^NwHq3B}Brg)b8JdrEQ5JRi(Y3MGOo@3_^Db~LkwfP)|3{HE?^IL>AxpIITSZcR ziIAMd_ekZw+tyvlhILvh1MIeRZ}CXuneb79g32TV#q;P@Qv{}=_3UEuuYw9(SY$N?yW=;X90K~t*LueR*aaKM~K z7y_v`qrlqflDdC>koa2}W4_C#>r%&^llaF3PIQp&>*=45eeC(JHsVx}mEoSNPh>~gwiy` zD}+N&uGCAltVIad9~&sX>%56)8Ls>AWf9tz^46|6Cb_D(n+EC z{is+KgDLzG*%S@)t0<1xMAc7?3~x>=PZ4VQd?GdW?Sp>_;}8cFfTJ~1)W*E9(n^-QF=P+SA= zsJRt={#>E98CE#givI2RZ}Zf2ar({4RKw5v6oevsp(xXV&NBX+*N<;`$z9t|N`3u! zuVzFm!fFm}-SQ)?x)zUbzq#d6jZ%T)KI;}Gei6$}Yxfy#QnG1iIIcgeNAte2D=9}R zjg6DNUbN+^pMQdaT(eyfh=WQ#G%AtoRS@&e9@9lkpFKr*--HKoC=Yu#lr+4UW^FRC zqkC(<;j)}0onik5f?h5Iu5kfo(ET$2@@x07K<+_@SBp^0fdL5LEJgJP?`@rhykDe) z$tY{TpY3d-=BSvCj%{PEDY`#5kQ-qFuagsQ8g8ic0i_3yeW(8vi5%$r?zAK6Z@TzM zg%#ehuxQR=_16(g*KqL?z1@YyoOQZQBzeYf6`~kBDXz%Ug0YtbCNO?@uZ$?=-?eN7 zs}P|P{(w)du4xl-$Z!nD6ZNtvTx~soSVSyDIFm4?*z{G=3Z{P*P!crf8t}@?Q-I=# z)J$+Fuqm3uDZHrC#AL*EH0C&@Nw&{3%SeeX(Ru2pL^@t`2k^BtKR^PUQpYp#=*RbQ zNuEQzC8A}G^~A~*EN-EUCY|PzclR3i1qUx)l4Ao1X6Z`KgQlUxLba^sbQU`YvHrnD zZyq1)$b@B1y)PRT%olAN&|j<}pUu(d&%MWJDJQy0_RL9!lBm5ZiNDf;bk8i6$0JS$ znGh5?!Amo9Yi*Br7~j4jHC(Me)fnGgGzd%k_GAUfxt;$ZIVIE%$u54m?C}d;`L@;x zejsl}<0kmZ2)`}zi(>;q#A^<{f+w4_#t2`lLo`48{vkuAT3Fw+hjW!ra zUkH07e&*)8C~r5%6oJUnT9{pM*@O)pROt(iughIG_Q#82QPEO!%?MwJF+zF&0(#&f zzG+Od)o38p|m(YpRbk%fL~O5P%TsC(beTH7?9t|^-=$D zSYcesETMb;ij68~i9F0IGJPsoBH$vWyuPHOYLS9e{l~Q;H-A?#)^}zY>gm??>hXKq$ z5bRe$kZufmg-X~BL*WAXfR2d_^$QJ%i}(!jpYW>D+kH!pxFXZY3l1{fQeE$}d}f&o zWP3Dx&(Fc|YhS_7dsl)WaAsJ$&FwMPuUf<7qapOH&8Qhqp&Zfd8$8oMp@bF!hL6s! zp91L0td9}Sc)a#FE@|e3akKJlj!dy2nPdfHVC=NLp{!h^!=(k8jeb(ZpQ_ir0`VW{ zjHtl(&n3M$DO&kB3e1jSwC_B4M)uB_lJ8(sNE&dHETr?0qch0q9jp#Xqs9`yeI6ot z2RjCpp^^RXr*?xj1BWrogP!;)YNY+h;1A4!(Ke>FV-~7u15A?{7ec>pMN^H@|Hf+_w~fr~F3{+&>|+ zr!lmt*?K`3Y|j|0m*Q)WhRnC_thm)JmGPc+VL}$T+5Tj8=6o3lwbN1sM5f+nm5fV- zu8@P+hy5wUm0eBDCqYq?)P{ZOtw z^K_f8fhJpUc`v`IF?{R6gI@|u5`a;eH zN}~*1xP{b4)T%aT1cu(9{tAzD`~Q&tm7C;FuAi( zTB7}zRnzFnw^hDR{!s>&yeio#F%`5v zE^f~|IAq?R^>ZE{agD%10{$GV z3?X;_24Y&ZrMP1iQtRW1FWsHEbXLuI!RrpZ!U?XHb6!dZ(N^XY5=0uh(=Cd!308$z5Tzwx%g|W{16nb@iTc4PxQ@G~B8n)*({=0<`qlX$Lv?{!6&q z3!0j4Vld}V-^O=4%mP&TMI(|#r8iNNtRfWRKne+<9}vY4xrG6~P=x}3MG2tr2U5It zvgUz=BI;4b&KX7!lNfVkaaq#vV^s=upMNVWNmBd9@&^4)j;;slys=|=u~=62CTrj+ zp#q#tEB8&Gb$#1Kt7X0BP@xoLqjy z(aN~Klyf)p!&rz(Ghuk>Rl^X|wWkzI2fY`P?LAScz~#%FR7oQ=f5z*e*c5Sn#Q8l@ z@xbXz@)WVa;mdV=vA~|ooMh3!)=L9?(ZKpk^5hSJ<(KPkKLi$B<|K&(LNYE5-iib! zT#_dV2S!}3;|T`_Ugjir)jph!ZM-^0eHe*?pAPtmR?=a6Xk&vACB%|FQ30!$h`>Ej zev21xlRZ&Bvlko5JyBkh7u_CH2jds@dQ%6Z7li^-2g4W11XBlt7a^`@IvC{x7Z*Pr zjO^mlAgzn#VSHdC@#%{x#DVT5VZz=)?$u9f#(_x_lE%Y=(V}}HScvXBqLhIo7wdst zL=S8O8&YVkFT*8AqCPDztszIE-q4qFiz895#+MA)BT>)#mk9bJQIFaeZ=@qp_v#m$ z{X}*p8#F1xjC!uu8x>&M_16ZC@-Wqc>-7dXm>kJU0W1=I zY!cFkm~zmeA4>czYwHm5GR?y;6O8}NXX_C3GE9s1rAD{Y_PJ~~LbF;s{AHVmUjjBr zypjtuMz0!<SPU{$kE;+&{TnJNVr`J)F&MTt8V1eg2_Ys1>C{EC0DvROQ=?0#CCr z%$Jxn8zzh%JqAfUeVVs&aDK@!-4|63Ot{J^REpykNA-^2Z1(gHmJG79NyZHrshji6-yUV)qs{1{Ho zfVdB~|A5E`wx>s&S0-(3yCKwTZc8Iv`Pp_sNZQ<%qymMK1wJ%eqLm-rEj#_9PW2N|KFjX1Ps#Xw$cD;!A7H zQp>ssmJsiPb6b1d%oC;V4XS6P%EdJ*G>j?8_%HE$=e?6I11@`vmsC%ibLa>O$SlyL z35qa?2(`6GjYU^pT*G-HBhjmCqZDg`f_~qccP^}<;w_T^jJ-+NZS8^IPguli+5m7( z(2kd*{UgzDZ7<8ek3@X|ZIptUk!@yzq@itODe|1a7bFCKxKbl2nv_pmKzs-Q5G_Tg zFH^*gwEC)w#6&GjS-xjYh24Hm*eFw#BvT{jmqkm~Yn=VocL})S+-RvMZ%f-~b!&KL z%5_CJjGoXyk@2Mn>{X*tL3F75(;sX~J**JC*~mdLol)%co|CV*t?la+`^I!_LJJqwwy>&_Itz%{rg#m5 z*x`j*bg$D3~D zqG#E^9`L7hBy62`+L?Z0+|*Vp?@6p2`YPYOF(D_ka7${x{;!AH@&YrULpXvvfm?!u zv7nykP{F}y)j|%iI$&rgkJYj5Fy!4wd#rXCJVM;}?iTzq!K~mw% zxSB9`CR?zL?nxiDQ>hm~hvhAj26JZ&pRcEl>feu#>@h#_nLDHR+D40~j09Z4)YRsGwUYP1zP+?Y!r2Z)*Qb2A9td#M!5lcL*kn(|TDGruP^l+vf z2g}5Ms9ubPrJ_98YsbP80k2G43@rBH{!A+d7I|@By$}rx{c~@x6%G5odC#^G1@l|H zKl>5|^O?M_o{xli4Bp#+iG;ay-LuU{z#Llc&om=owzc=wbKx+{ANTf};V{#@d$zeS z7{oB`{_JxYOfT-fdNvfM6?Sj`ITWVhf6q1>0#ot4Khp?-DLUR)&jiChM&Sf)cBl}% zfNloWOHg2r@#pJwN?0$$*BhdWDa20}VO@|U{3lttE=a;FZI03fiNkn88tjC`kYe9g zPx`?KQIIDYwX(7&QINTR!u!dDY>Xd3Fe+Hb4}cY8;|FLJ7~=C0<~ z+tYmI&YjAqFV~xAjUL$al3zi`(;>))rp0cDeR;v90rWl0Q+G8H)?BGP1XCY z^wP7p(_y3ZQs2MRVXc6e@>>RY1OfS7|05wNju~kGNw2?hEYmLkXnW>RI7+fnRMc>t z_$gus=CK+(Q^ogQF<3LK2EBH6Vp;(*CWs_zR@Qf4u+qfddNI0kBkZY&f#H@s0(4

ML z?g5@)o=s~%in}tyHoB0JuaOIlvaR!z!y*vc{t;*kPkUABuSW$>n;%QVpcuc06-cy1 zL-r4@<;Mj?RHypo%s`u#m{EQ3bWRHHO zXqUyOiB^DQ$NjPtovo3~Bfye$`>PH1yJo?zS~qo(EfFg|zG0Qc;6Nj}%^JvYa!Z-~ zsMWhab@Z*1rUw-hPh^GaG%daOn$WJ)@8^U9chu?%znj@ZTvh^BEje8@EnhIE7~}PD zm~9g{P$&;t%4Lg_odie_9LMX8g&@Zn@Q~Qrj}i@P^50_D~X1Vf~{9F+@*0(#6pzg}RMtHy~l;yS7_7!dkY*2dT60k}qkga7o zaY7lb8nXcu;a|`O^_Wn&x6s@D^GzkTggW67jBA2V#wF_&GH@K6v4qgFa_;Vt_~wj% zMHXC;My=!ZD)NRzRWX;~(kt^Xk@0c$8>jbk-DZT?t!L&hM8Z4vb?T}+U@l5b_%mYJ zqXaUal5o9Mwfu_s*b{+*fgWD;)uP7j(W^_T1Qjv>qRTzP9OY#{3Y@8%TP1VBu(L$U z5HI5W>q0-_HSwqW2;8G|OtFY*thq;DX|Xgip~E{P=re`mC_`Ff-to|m^zUYc2g;=d ze1%e8XGQ+&ta$ZBDk9;G$oxyg6|IhHi9*@1urrO~Dk%{3Y`tzXvkSk?M4z$w6#7sy zbSEf{>wPJ&@e3$WlDQ$1P+h02`b8Egyb(X`PJfMH{=YtI0z!I zu}P7)WaU$KqAth$>1c&KK}inCM7e`=@PA52Em+FWy)`LKbQndg+wVcOiXTo1E^yVa z)&uR|A9{IIzl<=&7cZM+l@`oZxVQ(ZeSqL|MR)KLWWXV@KS8zifd%k@B+)&j++60{$%|@w@|4iK zI$oE&$^P$LuSHd(d}ho$quki&2bL2%2&#S zTRgUx`Z2AtdPYSe$>dpnH%XCb5y5jWeCoLx%pd>RaCIWCoY1kjV=vI;=;|v`hO)F{ z54~82dC1V{@Z&_<@$v+w6P(z*7k+sl@DaeZ>v3N#Vw!lVI3 ziXoaJr%_!DousS5r6^XApl6rdvREa0JKz;+TCa&opOo;UE{s7-=9#^#f-7f z+Le*x6QmslUMfEs|b6vqN-acllF!4MeW{%Yo8U}J5l{eit+DSZAwbig`P+8{d= zd^@F`$4`N*$mw%^p$DlKe}4(Q$s454g>-qGl17Vz;Pb|lx0%*cnsE*Q2;SenjIG+4jd(NsW_H3 zPM&;0Z<1mL0J@1^`DsCNn)n7oe@L2St%9~v+9thSB}GPLio7m45c9-Hs9~emv;)x? zwus{wVzMJnPSE=_k{}$xQG|;l#()-J1h=4QTF^~mmbJa5OV+s_D(nU+N3WC=$0C*J zK4@Z6dUHQ1SJ||?H7qtf^fS0HqR1*Bg9!(3qPXfP*(-ohe}nRNM|0R-PgfIx$ksEV z-x}A(ZoN0ylIMKV`j~ZeLO#PblCOC3!)r;q5$LXpZ|~~M(Dfj9?8B=Sx_)&Ied`1)>N1vIAYio%%2#j{3*hN3t4`s zTB7OR4YI}bQY|28->)azE&ryjmTCTu;`zIOT>ups);(eJox2{fy0T;g05aX9>vb*uY>K5_)}X&C1sKwVV8Z8haUVV_R<5i!mIs> zjP`RiXHYK2 zDB|agPpCO(W=eIfz~0EgX)AiJ%+_aq^tD@P(*lF^s5UbDQ*ksobOHauyO=2)?{G;a!9%2NF@`u z0BA%k5R3_!N%@-tB!(oyi8JSEOfm(D%*k0ck|vgs@$SvDn%SW?4)yI-EfKAfY!P*mA zIVOBF^u~8h^-MrzF4WHzsM;JtI@37!?goqFm~V66D``}QxH^x z1uW`BOWta)smAShehj?S3meBEo-bLy?dgiZJc_3oYZd3qwpX zv?8Ol0{Zs9xVAVKA;WC$k@Is3?@B=`(Z|TME??GZz;Uw3|R|S#W(Nw06p-SDVIYHM? zSEGe3Qcfx)34NhAVn_cw(P4YhL@D&GZ-Mj=r)rx^A@Bsc4 zy)qyX#Lp5J1wq^T8Ey1-#rtQY>+he7rakH=2qcB570u~Sw0AaV-a@X`o?xB%WB2|T zr%_vmO5(GIbe|~5sNdMs`=38VOTwef=V{(Kw70%d&21TevCa&yUurmO+lg~sAle>1 zC|be{7D-m+`Y`(4jak-~+5EfPOryu;NtpO44Ft`(J4F>$a(trJ;&TEl$)3k^f1|%P zV@7w(+X+3+?O5wqhv-tLt+mtit|8x^t8{z)qx8J*P?_h?Ijae7u+UJW>E+okq%!<&5xGSbBv!g9*`KJN*4}X(Op+B|9@0bw z+9=6q@4G)pBq$wn8moZ8Z+60|ek^!$^ZaFK`IB>-C+*j(I=|Hi{XMivNbL;*X|A7A z3AGIH#%}3dejzDC911Mt2N7WYtK4^?o#j9Tc*xsQ|5TjNAi5t@0cvF8h-j0aMgG~` zInd_O#dT5WPJKfZFIKIzcb(@D;=4q>>lfmXv=J+{;kI$q6(AbFY#w}r*tDuTlehWi z*l*ABmg=v6CmyfEo5CCwyOgxgaPaVw>_i?HKKoAHTi2ZET;n0wHm;#yt>j99%PgjQN@nnK$b4oh*!ALDV=htJlen-QYscZnzGU0wl^%`HaT(%G#S}p*?w`dL z+2#(CnkZIc=(DIln~u3`paf4%D2-EjOhc5W50sfT@+webveUE&LZK*jP;|ymoWJO} z(Tmaw#ZTk3q#rr_HX8_P?k+F!Yd=3bvwoTP4Y6{qvbwa0Pd&qa;<62FXYVQQOn>|a z$W5?mqo!{}tPt`nMg4cAeHq}Ej2y7=uol!lBBAxL|L>zhsvOKFQT&u5RtwC71a^aW z+>B~SO7uN!mV-LMiEeq7B#rv_NBx!rb3ZvqxNQmk{=8TWY5@OoGpZ)Z(&vvzsnD-= z5!aea|J=$xA2q`2<4WE5#&NazSmF!c`_`J-s4mu#8F!PqH`=Sn$9%PV&7OVTN=$FT znt2WhL*FyhX;u<1TZw49l^C$VkPm|y%3Gs!m|)J$))x3RjjavyctpN9_GVAhE+uMI zFut5a0&+lxB*qG!@rHRUkk22h`N5=9iChG@vIE%Ii(Z?#cr?c#y#ue+xKGQpW$+xV z7IK{Jp?UI|^|lg$)|3d(!0it1)6x;h%%|0ZqcVKmKQoxXWz9Z7@LmvP6I|Tv15nZX z07uViprqHXptm5q)$L8q+Cab6?M2C2h_u!1NzR(MzuE0U#`^vDX16;Dt4qmdw;SJf z(8jxS{reO1;5Un_-wC{0!#2BJ30O5OHoINkvP#Krc01#;a?@{i-`(x*l{{WKO;0~N zwhaCl9#y`B?(P*oPCKbXrk{;k!Wf4~74O`4_lh3tou;RrRa@kK42{a)@$K#vJ|;M+ zPd$sbpfC=Ne!RQe*(-Q-cAB1i=4ctT92}LF2fvqh;=+#42#sD5Hr*-CqvCsm-6Cf> zFe)wqMn!ev!ivrC`?m75yijdC=nbsE8o=aL|zpGdjZq0$%xLvR#}-%y%@= zEN9U_D!>UI3UlPbh|F;Ky5h6FRh)s(w_MXaXdV@wVXd~J7`R23j>|Wm+H6(aJIYA| zjwf<-jttE(mRLapZPBG-@^yGL|0(JjWhDhWEjlzL%xG-hOLjdt-PLPid)w?{yhm(z8$FX9m$f-dE6DgL8- zZ&=~V>?v@dl1;!cc*sa;Ek6}Eb=*hgE%>bdiPwH;W3MeED6#UW#Vn2nz3?VUVmWzUUZfY~h2;PDSw^_YEw-1jlx0RA&DN=*~66yO>IT$`>k9Do%MxnE zl5yN?aV-@@-YXG_hi$voA;X!$JHl;@nAq%J9y?4Cygn3D?K2tPjq>k0m;|N%1w=q# zdk+zr(c{YHazl##3iB{q?L|oHE%ged)4Jsn%qO?0<-uQv^t2G?c`o-*x;QgJwYq>; zAjl>nw{$t^RRXc6q5~wr@mqKV^Y1{nq9-1{-J>qsmN#rHpO&pJs{ZbH#jUZpD%Nti z1maoDbRwjKn!2{2BD{>!rj1tLA`$h8sd(h74y9@-lDXl@LM`R$_!O7t4_cIhwsRz< zcxA`c>t@qyc~KJz-RXGLRKnlqTEVA;LL%4@yEyLxeINnUx*rbBE8*T@HvjenEo(vQ zrG=_5V>b~4=(~yc?%)3PN2OGujt%7Zy4YCcjznSKMKlUq`N@;}8jKAp{F94d5&+hQv#x~^1 z$tDE8Cy;(uM%sTyxU-4UY{%9r=@RgIy2hxQcR#gcS3at%cnOF0YTxrr4ywr! zjdbaWllby>^f86+;x0KeD|69c3y4bB3isf8`ov3x$_`o-a%FR(98)=HR(EHh*nWKN!g~rk)D_*T?7t zN-_M8URHrI=LQ6wA6r3_?d` zDT0mWx{8I(a>n^LT{YhW(0ytO1P79P_Yxi6&gYO-4Ky0LRlj}izkCV*fL5R>|MMQB z5J>;|3!D5CtrV`DHP4=U{D}0p{-=EXFgMzzBumIVn_%JF6A9`Fqgw}a9X#bvg(F?x z_?cNg?x(A95Pl|GQ;OO#oHJqi|STiG*&$ZDpeEv{>zol~0#*>)@Z>?1*D;}!boDL8p zTD~HMgL^$w8PVyFzoRjS$Pc+Qz(Q)2ZLdsse{C!tRBQrh2oDKSvBP@VpD|aTK5U1r zSLu_RvTzPe*PTdr=+xzwVw?Z4f&@E+~*tOveP2Mgmq#9%e)aAO`dild?`NI5_qzArmNAHZyGR1xC<-1)KS| z_WUA;B)RC`C^2spksJ2-ds{X*Hu56VETLt%XZf2#!|qw)hDX*NQT4*=at@B~6D z>wy_a=S0l|n=hyOE{12uff)#_;N}i50wNm!2;$S2wLXM9zO(#*M{4)S1IQo=!I^Qu zBd+`79%ZaM<@PwU zO5O@SV!eH7UTt?dWX(Rk-Ia8IJkM(Ny&GBm;C%-@xy@s8e>_~xXFJs5=BK|Wm{w^CH6QBZQe#aIbE-vyBu1Em51SWu_7WmY zzRd;=PY*AsGkrNcGC^|Y0DB%$Vt&BKu^rN8Bu_Cs3Zc?F9uz{1C@3)JCB3Qxk zrR-bzF&TKQP0fs3#+dkgl6pI}TjpO^^0xNQ@}u$i#Pvq}x9Gn1Iy!gv;qpDw_%wTL zn}3g>6V_{(+)R0%2gX7Y0$6o^F76pqRJbIJN{hAZZINH&9#9o!ShL=?pd4%!iW1O1 zv=IInm;UI(`eDg=GA=tJ>Qc}2`~FtG5W(BUmed3D^a!6rJt-I5(LNErKYGG0S0mCQ z&abC~TkRQVXE?Fq|J2^2ddEp{*4y&&U@tYoZ9|XLMSY}CkgrGYO`&uBZ)pZY51$qQ zlwc7^1At^p(fX%Ksj>F}umbZa$zEfwVJ9V^R-S@d)f_)17!>})|1fgs$;PB}wCTXq z;0I*{SVOJSTzbL!mv-?bZ_7toju62mI-$U+j|&`7|AustFjB*rqEt&B$r9sajq<&C zNEJIYEZsu3Y%;KVR~=V$TT-2g%r;7kzcVzm5F#PehS*rZp%cx#ry`r-58WeZyii;j z>|a?Q<+fxhoIUYa4fenq%5oX=Qv5q=i}$Tb=JLVTZ!vQJL0C3=$U9$vYRwkRkhZE7 zz})(Ft<+QSl4)Jv5$E^iuFa;NvT5F#UYkaCuuVo+u1_Z9u(Sr($xq?O>6*aw(Lo5(m^&jeAjGY;1 z{07D16w+7QmXo`i1sFK;a66m+KI zlN$=>N4vItYuVZ#dOC{b*UN{&~omFvaRekInt9RCGTC%j)`$ zSkCOLaX4SH8KKY~MbtW+H)imrst_xW(DD0@j43zldL@?5$%?#RwNXp<4|0rW^2mEh z1`6)M=q{Q!;>~dZwfw?1iL)BTtt5%M4dnB)Bs;3_7?3x8NQ;5C{$-XmEEA?iwTk5_t37d%yR;_0Bpp4GlfB zrn`1k?XI(H|C@~sDDj*hu3l1Pi?cxG^uuZQs^|4PeKn&jq?Vauq&hG#q9yDCNgWJ7 z#{9Z6lSDzrs9%t*RYN|OR*Pz}d&82&d&Wo5U>m9F(Ne8Sj$)6M--u^F--0}S>LSvi z$^t5y6w^VO$;RQXt$hVkVDZHI_&Q@&&klslsL@w97uOxovX*7VH4+NW8~HAPEOMg4 zs1@R{-O}Fi>I;GiB#2geVy87tW{_TimxT{jo;dx z4RL)ULsnu?oH#77K4HthwkExfyQhF|E2F;eb}p{MP*V<6%dRZ`U$FMQCI1FV6buht zAyB0+tEi}O$Fz*cw(OZ!3DTKwdme00P-w-AaTHQ}SCVk~?)t*_>1kVqa!qf(aaiP0 z`0L;|TYvWnqw)BW5eI4jPSIk)Qg%kouJ$gTIb0Z+A``~9gkCrx?C$^Pb;m?tYwMry zJ;+4y!!IK4_Dh!)J33ZH%k;$@3Gl~}XU9PJ z^N*EZkI#HU6|$gzy=x5%z|Uj|2NUFq$3x&SDprL9^G{`}%V*+v)zde%CV6t&@aKok9U&a z9w2&MtV^FqrZZ9Bs#@V=bJUrYc$(w95`PzuJigp)l9e=jKT*1L=EXO|Fqb*EI>VI8 zJv_Q&n>fBmPZ8%Nch_m}NS4&{y;fb)8+}ov_}%{Qzj+!$_QN1L0|Ns@36G%}AAey7 zH4^Y>2+hhN99hei*e?s`g3v{`q0@|wqnbg5e!Dk>WaMDBubFi3m4&iH2<+Nos7J>^ z22j#g_lDr~9B|bdxx`*sFbf2v(1uPuGA`A2pZel%z69}TPy}}Io8u6A5qg$jl9ZSH zqL$TN(o2RT6FP)Ejo!8iZ=)vSMcobE3o=PExpC`pgLt>w?+#EB5tg4l z!1Xwy&z`bPaM%9owrw^&TDteR{F2`bT{w3cM($kyk@iBbL!5!=)ElnFp>Xz;Vv@A_ zSGH}l@lo2n$N3lPUg*qu;+vJfXSb%fD?n8iNL4$@o}3P(;A1;Fd~ZM-lDB4eY?Df+ zxNf3#%$Q0hzpmq6Qjwzw1$(8wnNy{Q1hu#Ml$7VlLw7wJhRSkec-P4h{WNh^AYmr$ z=>0R}RO!%%LeGZ5k2xar>uY#NW!MT350UnmzUgtYcxYrCbU+s3%-n8BH$9GU;Ub=? zkwrOOQV?6*b{4qh)Hrb{v=`0u8o4ls<7v%l>wqy<45EM8R%tOgPUr_M9`d*b=jSk< zud$gQFvbW$qlIV)%Ff3gN5i zXgijJLU`6&<oOjeJZ6x|wV~5RRUQb(wO7Mf{D|K=y@w_DTgc#Aw9}$07ld-wi)So;zbTWO4mR(E`IxyoL3*-zh{nPgAR>+TO76jxHL7Am@uqYoal)&Zv zu%II{?k#)O8fO1fWrXZKQT=t~%RmJ{V3~&izP4G|7q%UcSij}eHiX{bzM`Ob zLcz|#Z}Y?gbD=-KIqj(4mSh)uDb2rD)ozwM`v2|jiM*wl`f3DVzODis=>lh}kv{4p zD}2U4jVrYN*k(_yLiHJSgCvnP;D7d4(*ni;<${0)8AbRYK6uv6o86`k#PX6)34f6J zYh2ATtf$)E!NqYI8zlpFVzaVdoZvd2#8rk7DS`e)c z?k0{Xrh@d5G%?bUN+npNCJ371D-U4E>(FbN1ex@DtXboEK=!V(R&UMjrJGrHxZo12 zS!N!OzY13q6b}5{()&jQWcX==@?79-W=_7E^zvp+B`<%WZXewl75vA9cfBIUVHXeQ z>wrvvfUPB`LrGPtO!6g53t7WtUhw}JgTKmb2b+%>798$}R z-k@4fo84Y*FR=o9dAiSfmdAg4fUpNzid2%V02W?7CpgN5knr74?vS|hAU>g=`nGY}ZK))mPYA<<@Dm=V zT-U36tvOb_H!>aAN8D-E8tSAJZg|InB|9~eqSl^`3>CI<2~9}1;nT^l3iIJ_geD$l zXJzFLgZ!EgiDPBu4OoS~X-!Y-zE7yp@U-$O-g!+xp__h~`Cdj|N0i3%boN?OUQG0b z=joRyWpz}F+Z*~RH|0qb5V7Z2Lm^#$K9Z2bQDxyyUOrIB<|wPMBrhKzWKro6k&rH^ zyQ>kyQ_2*Y;Oe)bsYH4ByUZ3YEawI)9Vg&dTj15~qaVlTRT|*A|G781Sn}1?N@xJI z=%FGH6V37bv!IQcny}#)X*g4Ftj?(<)bCq7ctuC?`F2k0V@XrKVYKI`1%lC}gt>6f+yxJrL2c%7ok?nnl3POfbiIx`HAT@a z=5(^oBo%dlXTZX>^q{7wzo+NIthBtQsIRBfLWA_62Dwn^%G6bAWI{f-=V^EmUHJOC{wcPklW*as~15{KN+r`ANCI`qHTJxydC=B~Ph%pn(`7QKH)dbRq_$I)frw zWOPE&m$yIA@S+|P!-}3(H7cHYagVz&!ya(L3ZFV~E1uZ^$6Xlkhs4l=r<|$sXZp*d zE;RoKoY4Fy|D^I~^6c#;u{&O^5<7`MYC{>{hN2zNMLHek)tjU6()>% zs>n9?iH;MX_Kc2rbOiK!do*;8+O7KBS!_-sl8>Uq zlXp>DRX)I8XhV8-dLt|0cFgnRB7xGNySh+{$Bf&Wh@0prZ$|4Y&?cO5{*a|IQ4S$~ z`bKLqE%y*5CvluzzreS|Q zDZu#}1rz2!k5#1Oc)LN7yoCh&nS#WFpJ=-AUJ3LEqqU~n zd~UG`^f)=Yt^k_eb+}q*Cnx?1Tl~?2Aa1D(1BtbSc-&^(gjmY~db7|LQ(OT7~Y%4!8pK{crCcfP3Hwwtlju(?=Hda(z5oiwl&x)vJf=c5_ z$zU=h!q0}(NHTK37ixE!F=&-R;=kD?nXp#b^p>X2@O(=Cr=^he`a${Dys9AqLD`t6 zW)VgBMR|}PbhD1cy4S<<^n~(zWgne!;*ga7p71+u4uS3hpbBX6iHxRTO?yqKeRuMM zrzaKmz1mtW%26prE9IYa**puhXP7Mhzfq}I%QG>k2?R$7j|R~Br4X{PF!RL$>rr_5 zJVA&W&B9F{sWNaVbJBa`Nr$?L+(=tluCbkMPC*B8k_wb>5BbpqHZ3M}gTp`7*4I}s z?V%}jod%x`AN&*Mzqg3R`Cr(kG+6iV{6$+le)A(tphqR5&GJF_kNYV(S@{kr429Qr zczCE^UlD$xcw(F|Pr@KNm_KKPT(j-<-omvWrtniYI%lxJ=k4``VwnfrRpWMY_8)rC!m)V-OUESVpvUNpd zbB_@UpfbMwUS8}3H+p|JXf)!wGD*VTY5mJUxR$~vv1w;z;y3cYLR>haEx##12#t#~ zM8|1bYAbr854|4?1rd$9Xw?wXQPgOhv}R@uQgo84Q+f`cfUkaGJN%BO%3~||CMloy ze&2-T&=vIcy!BcBTu*JQvU8;RW^R!>wz4mcVT;I6bJ8(BpNIqKk16NY=kj7<9A?xD zS5Yru~jMI$QyTsl{?I>&F}?Qjm~%VHnIN%Nl=L3*7x-;rE~F<+T}&RRG-idV&$ z;2<3gGH#IgI}pcnvQV>JIdRF76cT^&D8IR79#z0M;4Jqft8WdeiR7XECi=T<0!tY% zFj7|$X_RwTy=uesA;ondrgd6>j;$$p`f?To=C2X1H!jO%Q8CBN&7b+x%C}>^zn;VM z;ymD79Ll4WHBm&to2Gtbo<#X3V<%Z)i&jTZf9h#WB z#rz|IEe>sY`FNu8PY%#P(JBVLRrsqm+Oz+`#dDXw_tL@cziyAO#f}b?4kkFY7B}K% zyW{b#;A}1YLCBNcR@{Qe3>rgbRz2}SkILYlnX$LYy?31)B3)X}Tru|e^dL~3FXQ6| z{$Fsx(1OeX;swLGu_E`v0Vm&H_AeiY2D(17VOKvBsc6Ev{!r%TFSw`(F8O4xWYXp} z=PBeJ6I5FMAj$3guAwh_7;%V$E1h?WVa8zpA3v&$+Z%5N& za}D6il50kDMKW9LZiOKhonj}Z_gNp*QIexH^x2GUeHCUyi5ea=7xfm1lotpupcuH| zQMI}qw%rv=rll?r-M_e=C6QdRJ>J9FQ!fyWQ^_5C5BH|Cv3yPl_Kk8)9_8(Rbx2mX zTB*^&OjX@xK}0Y+tN=718nE0fp<8** zcEHs`=rc)GqSo*Iy!g)XC;8D)`47u`3GSJgiRJsPW-I1!sVK2N`_3W?0gbk+10sLn zzZXAKC@6bD@-(QYtQh}_1Ie-gjGSP2Eg$4T4q&)M7`pZ>5CNqMW@sysl0Y|}vjZN- z!n#&(?B^m=1@bJIsO?K5=MRh3ysv9X{K~%O6XOUe0SR2!ZeO94Up}m za-HGL=jQP5{i}M(M-LFvacvn;0WAXIqN=yd5I+vh6!0(}ooqBF9zJ*ohe{N7^ZV9w znl3qC*e_1h_(tGkc><+*0%gJG;q-7kWzN!JvSK`C#?+zaa2#do&>@~;9A#qn;q*`} zW$caBbV<@nQIw;YVtFbizf<#Kc}fPqHOXRm3Oc_rnqql!8o#f=VtFzuzfW71Me?K+ ze!0`yvWXIY?uVKKk(8Dn53l6au|#`^rgmN+i-syp?Vy51{SIS_aW0zb=Sh;A#AESdWONC>?+GVU*pu^z6*W^-&0r zt(F)53u~&c0S=BZJR;mBj1+9dGf+)XFZx@hmx0R80azl2#_x6leT=THuX%%TgyOxq zA5l^FVf-owM5wdj>(SnH+XK3`BQgs|!*-m4DWkl9&t^WckF7)>18I20KATg#C0qNA zYV4ZnyEjAT`0p#eYza071%MEh;s{=rSVvG-&dW9Iqax`)vb~%Yc)(C*sR3|r@rRFh zmIB{Pvc8LwrU^8@egs>g?%;gL!j1ZnSxVP}nTqbh*Ql1Ga$hM0MKrNhANxBj=to6Q zFH8)t8Xjy7u9$`*Dx!f&;m?CT3V? zL`<9B7?Hk`expx6T5``%RTQ)89v1N2(w?Ie(vXzv*>r=bOi?-=h8khOeA=VcZ9)Rj3;EQ!+x=X!nKG zv3-iKFbstf)Z~ojs5N8FrX**alc3UmWHZibP-!8=w@UYG5!tO=U`E7RZq2#l*gNJOSnIjEBISGIi=-D+*FHE8(|GwaZ@C zqQwXZ(#77kbDzHnj3$kiPf3Saqd>%KyHQb_Q3dC>&oJr*}J>s;4t*d#AK=s;2+~Tj3|A; zGvO7myGu0V9tKi`XT&mZuouCag15(i#t_9aZLsFSYFxK#zQkm_XWU@Pf|Z(W$GgW6 zy=T~9N{8iXY&&zuWW>;KFeJm$CAL+6Mia%*ZP3NT;yJh3zeHz5({9j6g#zxkN>CFi zgxohT`~3S*s5VIbVfKexdC5`wD3lw-J}~p8tw7DFMPv%GjaMEp!=WuxyeNHS@(n^4 zm}cvi=yc>Fm}~>z5vEwNMUfn-4<_BfwS`G$ZvEAWTm+G9U|Yfjqqo+lUSvG`f~w)f zA#W8Ogv z_UUYr45hd8R-n!@q{c-6; z$i-*1KHk9?!!^*D=tepAYy?#^jgGE=t-tejb9v_fdYLBQ#d8-$0DVx&7wu#ocsJ+x zRkm~BUD^Wo2d%yze5Yko>mL63l$g5U#^qz4=2!8AR;Q$aqvA&e^9=zt{xdS0U zZXG`C{gx9=8=Mo%@zv*gD&h`G+ODyo3YWZvzG~;(7?-$#;UQ}t#ca+cgRs(hoJnL zs^AuM0O&(7(URlxb=`CJ%!UjK2@DK`JcaBWs8T_uSK_BEn#c;)TldQv$ZFOyHp4(` z^ua$WGA0AuYXI}EFt&_w0F`%V_ow=OSKH!*<1Zf~$Th1?U3S^jgquZrUp&;EUsI9Z-vDuWO~+96i_dPwpp-FO4DPbL}h<3**cUP^o0EYsF7F zYG&(BKaUv+^dT9I?Umv43a??j&5RSLLVJ@u zuVp{xa8R#1T^%yMkca5=wpWHuj}yj1i#0s2Wr}kcao5@04jIvG#`sw8XBdRzAa?@5BGC7Xv54D)`xR%P#d3Cw=$@PE{Ss21J*TxbuF^=W| zl}hrsmdr)Z!QNbRy4+_B%eaaL{RJXrT*QDx;gYPY&p#fYfBZ$v$Iidc>(9^Sl8erN zP-%)q?QlrnG0sZ-f}?~XuTjrF*ld}Z7d{Frxtw$m{N&$bkg&fwuNoS>Nqj!I63IWf z4#=OpMxWdc>uWuIeqP^`{1F^6hMoO`%l?!6qw5cjQR}u$WMg@;|J|deGyp%jmYVmV zdk|;ZO-CSPbn1rej*}~zbk+X^iClcn>@4RNmot)d^)sp~xrn~y91%$fowJlQK9gl<^1w5z!iGxJ&rMV5wvTM2t~~IRCgQX%pepN8xq( zR`!ybMj{ejmB+3ZnNX5NTDT&b|M=td9G+QNGm6Y~;&l|2%df0o7N49c@KBb1RR8tB zS8AJDdo7l66tZ6uJC^sF1xFSTUKhdDyx3KUu8dUU5 zk^>i(MDHl9&er@YvM;g16+HXu4lXaA=M*-+e6HNhv|@Lc=qSN`36|u+Z7F2 zNzvku9P4IqlrlG1p?B$OkZm#8hw4WMZ>V0_C%2S^+YFANK%@B2@J z%ZY|N#*-rNn?}k0f<#!8Ej4pZQB{m2HE(X0iEDZIQ_Pl_$#?v$7D5!Qqb?P|D!i{r zLn5>rfD#HO1Ya$c*)`TL`PB_lV);Bs`0$i)qb@HwG^GcaE{2M4=#lO2?w5NR7wj;q zAyfTJozMbCTH3ln)oSp-R{-yK7J?En%oKf`V}c3ham??L$OkV?xY9jX+nT>f@t+yL zlxZr>!|n~LveB?SLa3re4B}JMmgGKmH+! z896N)Np>WKu+-FQwsHE)A$_g;gzSu>$;)}q67=`;#}yG%FT6Cs#tRako1GN|YqBfL zUwRd1HB(^mH5Zd$-AeLgJKKCwIXkQ%+@5=%yAogRXkV>BWyBO)>vdj&OPdr;`^6+L zcI!)_Ddv|lfnNLscpZhs3Xh_CGw%TP-Ovna^VxO-7xXfWFK*c~-Z=@FX?cjNe2L`p zr=ERym`Xd1ad4RIE|Pt<*?BeH*(bX&Lyz>6Zj24mM4Ljdx|-YAyUqD^(AxG=wa1_5 zM7JrjHKBlwZAv)3)^qOG{d9d4wX;dvl`i^fDOXqR4HJ*D%a-TlpJN`>P?-2s@@-w9I!Qw#Wj4*s~nUbF* z5p#q?{tnhgo7m0;4UTKvv-oYS%i48kKLWQAgFs&;%K#v!Cu61Bywo=%hGREL?PAc| z%y4e76VG0|)JKvpviyZ*3_Zi004xeWc52E!`y@4mR)tO&h7$6nf@`yx%#BGgr4fi{ zMxS7(N`C~Du*}rjFd~U=Ru1He|B4>iVwkMM5TjtY#RdJ$(9i$fxjuYppjB4X#vebO zlY#Ko+YPl6j=TC3HSAII^iAki9N~@Jjlqp^&Udz-Y&WJDtm#U$DQw`sj9G6}ejU}wQ*rZ` zO7Vo@?&v_X)Iz-h?g@cDlFp)91Tw;iz>IJn02_b{5NQ|v?<`LSpKjv% zC_uN=|6tLXX(G`NJ?}K*G;3Ma=~m$@h32BXqDNN%#R7u<{Jz>5iZ3981VR6~(f+eB zGBniG)6*MBOHY4kZEZb-%PS+z+wc6(@qZ@!6z2<6P7-SS?nuKluy0=ykv$E;|7YOT zb>m}7ZViAkB#04jE<~@QXpX6mG=xcUh8!VEB1=xEBoT)*wB4BC*p@$Pn781@p5Y-_ zJu6hZ=gwj4Wi%MIlh(i}rWnY3L*e?(iCY|5`Umh}pP%)ovD= z>zhPR%g%znnqbD(EayXqvij)8d8@N*gl1KEvh5iK$$qbxP<6{U@@|P}J=xK5i~bU9 z0y&OkNOmwbBj4qtQ1VxyAgvTn-!JC}>`T|V%a!*=#E7-1k%0dKK{iCv8ERzUH()kE zf@4Mq8CVSN`}3nDBOS68El{U0)GlrSWuld26+_MJdz5Q2Jw}YAGJZxY`@!{n0Q7~i z!=$shvNKXfRH*1HN*plpf2`^Ge;>PPk`vi8n{&eN&p4G6bqwIH=h?tQI1Jp{UD|P zY5kx<-z!XjB`1pGY4Xx}FTYctRQPI{v%;f{@n)g_Pz0f9PP51IJ%Pr=q9iX+THq;^r$#4ZAwx4m zZSnpU9=#+^g``HTMwmtpbre`Id>5_tJ3G`(*;Co^b8z}6`dXjAOF<{}uRQvXMPe!E-10-75R)m^LZK z$Ysg;WV`id4Mt`i0mtsz;l__RJ-xavQ_TF%NdWPU_KSa8-c-VeO2MS=HeR0BxS4q> zPWSXXj_O9aQqCLJA=VUb6(8}-a3zdIl)JzGs5S0Sv^E)Kq2kwxLSL|mDG8e;Cv&6H2iE(ljNm$g&P-bUz$)v7|ghr(y^%Jg(RZyxB^8;kkT^T-0GCZmd7nJ=_i@U2J# zKmz%ucrQe<+IK+2r)|{q+&!a1WZyUcfMe1JoR#JF40jT?J6qC&+H~)eYIDZ0EFpPY zf*|65E_)|&d7hRX7DD*&>x14hUS30w4r)qENsr=l=5tC2{+wRk?9I!9Lh>s@y1#xw z;gY8<))c}EW>%n=$5#+7cxmqimoUZMfl~9nQMIRDJ%*9LdriigtPp4Ce)B6ZUN~A(P;d&DQ;#+w ziQFt^zFPiMt?ggALP7#K8}Py)4ZW6UIZ@0^zx?YK%k0}%u)dj#6nNjvRm&H9dIkR{_--*~1#5vszHN-%zCE~& zabuuo%__vFVX?P%n#(NYQi7})lmxeqWgb>^yL~?%2#c=+(qLquN)wSI<(K!*S4U6uP87K)hvEr>QmKPkZ26+<^zpWLR$`sQXFQK**`{GA zrBaMo2A;wj(Okarlq$^@<{!}1;@2*F52nY>Y12ISIR?2Jz^dD5&SzJP<|D!2JYR~ki#(MXRdjfRX6=(i zz^Woum@mwv-Ga&mR>gsP;Q_o!#$nIC3h_A{0zypoL7ZCQ5^{FoyL>Nu9B)4^VsVoi0ERUQCF90I}r`gNnJ#e&1zPCF7;T z1!~MNojk}qh+hWNrEhT>6AqCGjpHUgNE2c_YT@qCY}stAjg7`Mm{&o5ov1ZmXR`4e z3|_)a$gy#vt_HSw6jgNWu$w5xa#fzNoK16*hxe^`xZAR;G5RJ*kol6so~|Q`Gs#u- z_qtoPBaA?ZS>cDMXxs}u;)?u!n>vl}!Zb4it#N(I+7V(Ci zOZvIq0_$Z9lMJ{DS*=L?YLW#c0YFusu^?Zi9>Oirk|WcMl!;+b(&16fX5hKf*)id- z7GWfQy(#bU##CEJpV)n*!$rq(pnUI>X$cnYvk%CG_yuvlrx%ue3zZVM8;Ho?H*woG8D z^F$B(=Rw1X2Rm{pz6kl`0#m*_CeSmwscK5D*de|ofG)z`L*e9&dH|$z$VVA zhRVKZ^HI($mu_Y>UTi3jDM1G2usPmlKdOYKoW<$J&$JG6spOrx31+oHH}diwfdn4m zeX?{sCWtZgaGMU*xNx|L? zV+~Y5Df_T)b2D+fN_voy!*%R8N?CmwkV~0_~@G`E{!2*yN(67K}tyHkedo806Wrr4ombuj7xKa^ySePP|iFdF3 zU3`3e&d$$kYge0JNaEgzOnSg{bonyOG!WU=MF?w!<`lxtCFN-w6v^rd*6W%GHU4fJSyio{X8>5fpLG|-;pzRd70aP7Lk9!$H&KpXh?q3SxQS6(vg;< zt_x6Up)8~KiYBb*;>zGq^<*}@_T}_KrO#=|CT9Sn*Lu?v!@iJm#~lEOgV5u&`!OAM zN8{tO9}JuQ=9E76JWEF<{FkqQ18`(<0UwBDnEr7D;@RVZ82bA=S4y!SL1IyA9MD`A z%2ad4??jALwN~QxADajz5Kcf0kfq4Tl9WX}VPM6~jZYFC7lv8VD~%k55sNPioRW;g zlR}fB#zhq&$BvGUMhm5n!=(%baE94ZccZT&3veUHnx=)HTK|P- zme2xYRUNVSnoz!JS4=(K`A{UJP{f__AM8eSz5ZuB5R30q@WzzclZHAr+s|}M6lr{v z{Ax0dY3_(S;8T8P=L+7a19qnzS2F*AJkKZo-Z^FM_ zh__^adtP(cz6$*DEAU6xJ`#~_y}(iiIE1o7vvG3WT;4vFA5Vf%3Os@f>`5$y7nV{0B}? z<(^5&IO%~5Ru&#R?M)n&auE`M0}L*|h}3Y!cr2&tGjSt;nVU#fzIEcsgwk!`IJ-iI z>h3T1o3kYFYwXVA7nhYEKQ4Yf9+?~Y4fce_#kB-l&y3)WH*dwHT!NNU+1 zCm7PI=F$EBTk6(Jo{Kk5#{4M#rHe4ADmLzR(0ucVe{7Y<%+axviBgytJ!w~)n?D0cey@BO5HUr8uQi1fx z;K`Wp8#%K!m^TnIKAZ5YQt4QhAe~KN1=BtF+x{|Ejx4yIlz&CKf`h$}yNweDL@_bm}P755|Aa*5Lo zwWfSkEtcfcWgtFYn2DlnN9tVUJh1|Y$%!-z*+Reu2+6g4j$CK!D)Q!0p&_j18iCcr zM<5Q4ZKuQl~c+nPC>?9YFxG_EPzdzk?@_MLozC=N1SU|W@7q2cD4+^ z&?iDoDG^Z1gFb@6hU?-3nipjl>KKkNOC|R9LgM$$hH~;*FPyOXNjK65nP8Eimu$?v z{L0?SKuG`}KoBq~uwmB6DRyO+su-kI{1IH1mLg=QF$K`P(&+h48;%4sWhkd+gP~Cs zS#AiHYcLa{fu#U!ggpStXyQvS2nI&+`o97H?`|NwnOESv%2$#VG- zH$1vhEPEHe^DKZVw6U?VPnlV5b>=qz1s4Rugi^;*4?Q$F)_CQ5rA55>ab49g^0Vn% zM@NVM>3QvzZaMMPB_=SMxo$%6Am4wm)>)ffke!9SXP@2v?ALt3n;)hA@DBBifuO$# z{CMy}co8~WwEitufjYoXOB+P-Sw(WUNDh!DijHRiLA^2q@f5Fg}zdEDs5f3 z#1r-a^H@5F(MGo#bdBi0!JC_RBT=R4FT46(KWLDrRG3?6UF2sO9^b(Ik*TL0hpPaJ z#bmJ`ZxlgXr=D;FyaX;Nn|*=rp&h#FbXT$-vZI%qN~szMwz8|MomH?}tWPW+(=aZk zOpT)h&Hjmaw5AqpuGFDO*~4=+gHrO4V4W*}lr~)HV>>hdaL1|apIN%PCLCuTIjQz+ zXG;G?)(#gF95zKwjP4MpkO>&v5WF|K9Je0|39{z;Y;CKzk7644Q7D&BD3@Z#^=ow+ z&P}?RGn19P(Mubh`K*m} zSUmK+PmCtRRZv`7R~hv8e})>53n+V;;qVrm_j+L|l&d+d=^yakdr{kj3pS)icLO6B zyLazeJDq0F?--qS2I9%g0`)Vv-XVHpvxi7kB>%&ZBBH#MW+0vfGs4|O zbDr`GMjY@Z`5kC=$25}^vaExOazgwgJ5OPCY`$S5-Nx_C^w7?NxJ%+r>fvc_V&SUk z-gycB{ki8cAj9xGkarm;#zs*t<{^+7-=J7vl}S&iX<|D>@=42< zUX{m$g}MfA={tI+?gp5@06;}_KfNhiR6|Ngg|D%_FYgdP`H|hz#*Ab?V{!-t|K5XSI+N|Dq zF5p;4i?#FY!+Ac!H}`4{-&R!Rmnx-FF3zXUc_DtN+PAeq3`VB=w~C|bueJSbFo+|Q zF>!2chBM6M>!e_z2rKS*qo2RF-r3dF_4xRh@!J|q1_y?yB8+lmhL}d4yV#BFzeZ^T zj=ta2hA~iE6rwN-A6abkrI7iMjtFg%$(V2**x^JbT#*mL5?ZoKMkxf`F;6isun#n2 z73Z9dCTtW$x~ZfGcp6@W-oY}(>B2~ULAv^9Va(iaRCEE`SR{lP?gH<^c&B*)cR`0P za6!6epUT)J0=FB<31PI!DN908OE@B3>WC>#6wl-ir~D8lr$PMIt?UP&7+9&kN&jk- z1^6a#Y)@oggzoSvSK4D_fLLqhMe-JPu;qXyq2}XzlIJ*bR5*$^$aeLkrjyZ0;o=Y# zfof#drX^u^t`f+OILW1(Eh&pnAVBt73J-PhUELKMPe%7Zee#rLE~N+zI~6CJ&AX1P z4FAm-`>V+M2yO*3Vw1cZo5+?OB-B!ed8B`<14V%l&8{ zk;w&)c}k?#aY$uxVOxZH7*#T<85AfukV_k>rbcV(q7|}m3HXwA^h%1LF1(XM%DXP7 z(B=DbWx1*bPh9&v`v&j2-}86P171B}Hww+)-0t>Z)&5v)J}#!0*y&~{rJE|XG@RkV zf`6(F#Eo6Lqe&2Kx%Yiz+Wjr86kw>xrAH5xEdBN--E{?A(oAS zCxW~A-5U=T=_@$KJo6vSYFb#CF>-X{dud^lENNqwNU_vQY+;k&%9mvkEn22oAXcS* zTyi7%U{HczSXEWb{5}Ovub4ue!>i`5<%#b(BXmqS6+5*QDgz9`7vaO_z@Uxh#HFQK ztMcIJ)ji1dP`&0=4X>^wog>c<-CA!!U0-i}q%~2EAZFwOHpkEF4E+i`{BJ-@uz(0) zfBi*z_bI&wpWIKRgz;Dh3&4R@fL#{4Ji7C;xmRy)8 zTSY)fOo7)OA(tUjh%elPj%kibz$EJaQzLLBp3~v<#g5<=blvkc(+zltw=Xj>PNTPn z@J1}J>@8-AHh%&mBr=mS#Z{ts^X~9BT2fd7)4o>!-m5*i0nUa}BApIfi@3powq12a&B1Xa&5?G|>W50N` zvxl|w8{h`wxszF3X8AIg6leonUo3)&<5jL(#CEM~l9II7>_2=XaoO2&w6qW6&?9fB zRA3G#EK_ohws z{pOe08i5;qvSua;v_+LeQILl4TSvbd&|$Zn09P#}8)jl=rP?oF+quCM(P%s}L22RI zWwfQ3E#4k}?zK6+k7b|A(lr4vVtuzMf%*bZC^J zyA%`{V(9Kp0Tt;6>4pJmq(MpP4go0@q?@6;lx_qh1QGadpZ9rw-?`?xIsd?Y0sHK; z_F8M7inS*Ng ziDW&CA_cn$5sC_Wd|E`c+vexSD-^W`B>(4v0%~S~r?Ra7L&dB?y$Sgw;$c{yc0d0d zu`(|ZqBI`Wb0Bf9Fsg4hwAT>@wp#?~TNK8Jo1f}1=fhMl#vuE)meZInM9js|-S5t} zwtj`nNDN|};2>vbP1KUn&ePR*%~Z}gRMYD_6furjSH4t7!Q!^O^sHm5TlS3pHNGXDayCx zJk5Y|9I3e!W%B!j`Dx_tCW8#h0`6VIc6U$aF@AN7XzQX3D!zokhJZ?>pn?}ngHqQQ z+3OYhT%qjVsztG;Hv56k%l9!qpGfy3UXp^c?i{YZmG5(g`L!-yA(IRV;hZ6qLtd8h zKNpXOixAdZ-lR{YZ;tcb`0pV0(-OgUV z_(AHicpoldLwAYijCoP(^s`q2|D7@DK?Iu7mr3P!g>s_!LHo&G3ls~>)e?V7e#x{Y z#aAP9*VrFCAR{Aqr!CFi?ISCV0b(-15>+~pE$IwR$4@iLX(7dQ2>1yGtK#;uo1=Mq zsR3dx+!T(*_`gBh9Rh)bU_3%Li2JZDRB3#Rf;Iv(N{6oi6aII+KsVd|!V1(l%ufC0 z3Vj5)1@YaW{HU#90YF6+F$Y$0A+U;p;x-ZyO0;kIHD zM}Z%k`K-80bi$hrM}*S6-8Vw9C2=<^EtvHp>;0Cw*+`2Mke@#~S^3XesMAvXb}a95 zlKvXJJf)CojaYm|DA>sq6w#%je7)1x9GU7(bp6d^@7atXgb4F$#Z%nWm{b1{P-K)J|_u0q(q2m6~TJxvcFv;XMnxXrU09Yn`CHI@#wa=-WX6M?kHN(N%p;o zazIA$EGZvxYtHra^Nqdd?$hCAbx?)j=;`|4wY16?htSMvMVy^`r1Xv7=P2e$GvBjI z>&@|IErXaU=zF;PH?Xo}A79-}$DM4Wb<1}xB=5JO9=gSRab7Zz5ho>TRh2PUaCU${ zigEF7CH>UtKFCjhMlHJ<_ot5`j?jeru0MV!qHk($GIyLig%Xh^#pnSOK1!3kq$;@Q z%_sA@i&PUdT!WKLq`B(Nkr5DSV4%v0u6!SkE@BA88l-4~ePd3r?EEk)RUrMI%cO4r z+qW?29{8=tdTXT80 zmNj~v)#G>gd*hkCr8K~T3V@vEYjIZGhMY))M!7^D@IBx&FcSJE^~oI9lR7j$6xvmz z1z)FV-hTiFiKjLOMM5w*8O+)lq3v{Vli)}wE!>1Seb*IH%PEQ=j2c795H!f)GlUWe zZ@=Fn_}J$>p~UvyJq}3pIx!qYxxl&LQnsU9&9!h&;5iJu6%q7g5J2U4hRglm=N_qYJ#2+udyJ-q+Y|j%{U&60`*72~4urwdP zDN4lVN=a_6-%d-OFxlM;kihK=gkpa|p&1rQE&LJ8Dq)q=G@2%9h~s!<*$`F!uF9P8 z&7Cq;+=c7hbQ;j1$NR=MOPpYnRuDFA>dh82e$7Q^&alwTrn+1jCTu}4j}+7u<7!7! zeZABAO_dWp^eQ~^OW*ITFLtiti{itLfnu;-9<~6UDcXxb7uG#APq7g{{(qJ~4>Hg@ z>L%!GC_T`gVJPO)I&yD2Et77mmk0+6rMqm01nZOr=lTNZJA!cmAS|5OrDOOai4GyF zWv(`gnj(h@b+0n!l@1?Lywb@iGB;lOo;bCIZ<0s;WJn?;C?oZ^serVb=Sy?s+cd=E z7S8JGyd2O~B5ZPJW|JX3Xtl>P`N@Q+)|xHjgf%K;ah!H5lE~iKmyO4)v?hupHX0ow zaS42|QP6CMQh9MkH4GB^U=SGk@AH#|Zl|onx&eQpNW41R`Zt$K(ZOBuUG{K`9lCIL z-ld%i9^J_MFp*!h5=du@mry>@_!N&IKW7}wH3MmGdA^ZdVY$32NTjL%*KL0kF1Utc zAD4Xe#AH&3?bycuQC*ZT?QaEEUrl#m>iyY0qbmK`=>}gVZQN^u$Il#U{gZ4+4?`2m zJ2+3fkJE(tVHCVG7U>oAqi;`umNUXEnH1R4O z6v=ojX1cD3#H~vbGDJ`^C}72}9`4 zgvqIyDj&SJbG42g7z=6?8iij;c}VmGJ3dAg;KJt%eALY$STCMEY3&>xA}zwYr<4IJ zy3wkoJ3k|X|6Fj6kg0Xq#WGj3T03*wzzOFPXqsR&&;nhauk1!PV zNoFBW!e?=3ggfkI#f;{EZJ{qnK%Q`UwgeVif;$CH&td#R4jqDIQqis}zuuu_&6m2CAAo0i40PfPNInP!{=viHJmA8x4Lx2_Md5dyf1ogSlA368A)X!0>K5@yJ zAv3j)erHow^v)>1p{U{I$>z}H-Cg|Mck;IQtY0U0s7-5!4s8HLxQtZ}n<^+}3IJ9+ z=}3!EoGilBZIAYqPx~B3(}f4o61TBiD=q0Cg<{VzAf}?}*ep(u84#s;8~ zU}C(aSaX$f=Q9t~6dutV*5jWmhOr^AMieQ{gaP$-*b}|?rc9^I zFJS{TNk$asL*lB3aeO>1$D6otZ`S~+X0y}nO}!EK{&c7Zc50?Lz+RhoytL!k#;kM;F5hBJ0mJlPSNz7+RTrd-4tR1PF`y)zqt=|{Q#FT&YoX0jc%!vqt5_L9 z#spD{?T#EZmQ}3zAi>5jNb+^F`bs$uJuMpNPEUrh6fthNX>%?%7TX-b93jHBwEjdyK>d)lnOi_#A{1NoYewzamnsnA2**%{aRhpK=B`ekrzA)_A$g0bmhnh5q*36-+4G<639-HQr zyJIWy9hFJMQA-2=)qClVbDukLMR?4sKBw9N2Q{CKhTR1I%6$XOBz zI;Pl#Y(uIc(_7tfg<0G99}T^}J@%e>&eM)!gOqGva)jfYuD{=4z@mP24|@P0xyk%_rl zN6ciS-ika&X&i;))dc%((@lcu82`rIG%4tUQuW`sQ=h)c>Jd3YU$&rn(1s7|vI(tI z2P(5Nd&ZxC=xIx|dWNS6k^?fD3f~zSbt>pn%jTi7FHW5E(}_(^pmDsaA>n*R8>XKP zFqHYsQPE2INzC9C#s_BL2UD#@NwnRbL9uDb%XR@%QtU@;1o~h_*O)Ks2fFTKhqUd> zFDfP;?36dydaU!>JD`9})yX9=7c-UiAeUm;MwO|(nDPzmqvacxUbsvOO)nn2D*?xg zCFrHL{z5z$NBh zBR=+DZVG^^<>eZBdZYvXe=}ds=r)2CJ&Y2K3o(!Pq9(e@D_{z}9U~S7P(UC77|<{< zA0KZ&`c4=uQ|eL)05S$Z?k&J3)&zJ8zHk7LePeZ&N=mHVw8V=t{T3MmTCLHL90+&e zP-WW+9gvkx3vrvCh6`bOWOT(A{?Jt(!v82RHLHu%O#2vLywB~*RX`Hoti_7zIvY>c zP+?x4j-6^qnCfFyKhwC|&AHvpnb^KAK?V%&RFb*56Io-*HdtA#uycR z+nSHBdy*G^W=`>l#{O-k88^qBrr$;2&_6?D$C}_sv|5vlA6n#%2>yMLskKT4x6!2p z_iOe>rkhgK+2mK#$WAG4gbJV{3&9)_a2|x{wQ9_2)mQoyNL{Ef?NT_8Yq$^(EIDob z4-`3XJ7!8t4;w+`^u>hd3r&n?A=8)HJle1-hAol?uM+1rm`WF|KP<}&N3|OyrQJZr z3T-`ed2zthOfW-Dji8AMUd3k@{|4gw`=A+WO&}15!FPz$RQ@<9HL7tw2SW{{1QG!a z0U`APK+U)tGuD|p3YA6Zi1J!m+KFLcy z9D37GjqiShQlm$xuiO0F)UKXR!XcTiFWkn3wwF>Cr+kE%$X@{A*~mFW@}%^oK_K|* z;ve6~U*I(Lg;<|P8^8Z3FN1M0?FU*YNFB4N@TkoTPn%k?E1@P`=P7W$N+Ix28 z3V>Yo;X`qf-CN|rYLd4Ic&G7m2x#8S{ptk%_zGMU%Wx~6&@@*{X9eT>e#rI;h$=g-)D`X^LY(8{?6 z=c${Gf* z1=5_Uudg^Yd>le6I8wr19ev6~rLe-yRBX$byj4|#Zl?~z%lbvD*ZI0#IIw7J=yr&o z#}x3DalS!(z8Wj#%dMa4xc2wIEeSCg`~^Vmy7=qRyQ@Wc-ZvWOJrQ>%#YYMRDg{WF z-4UFuf<^u0gaE%xRbTl*Qgxjlr~K`{L&1eI%pe4%^g4Xb=Z{>gXUsKCfd;ieP2eb5 zO`av_c5zYoKNL7k0=h6r-A{lzp|sGiJ!<8&O3R|7l`(4s-hE<#>V=dQKGfWkIO)81 zd-t8HP3Uu=ajV1*d7ztX@vP6=c$9J?voz!bayyGEYc<;a1OJSfeO2vzeZ!nGQ^xqk z^E4q|4gG9YMW@F@iRmQ=Urjp`z1}P>b5VKCCjA9)c;&*mI-PUek3)$&Q|A()+^GFv z^-|OBzda5SjM5tbdjt3gH07Y(SCVYTS*C`VA{|TOQNneZQr^p3Js~FHH)^c2UXhtg zhPv4mR2>=8L+z0aU=hqV@vdCj=rT%UOXlFl!JM7N6ejr-^<2mgJZ#CA5~ORKZdp_5 zH=8gi)eq~aQn%ZFs~>(Q>i#?^GTai3t-kohZ=C%Sadl$0VylU^R57sm!T3!|Ra$mM;1I4Qm`7kJb3xN@A{LAYv@7)%kjWqYVFKS8r4O(> z3+Il>*PNWSW*3ZF*wN`9T{kX?S~XCK=NiQq=tnkl7DN4#-f*3;f zb?G)43jcsJlj08vpN*H|VSY(hVHYCy@Te?k5LKG&4$1mTaKao@!mgdA5GO=vP;Qf` z@ZbNmiV!3}Bf;`NWG`B`2V6H}RT_VmcLu)9rK_r!e`2K8X>@!j)z27eAq3(Bn!m85 z=NMJ{0c0&|+6#xXn*;|zF)kO@_TfR*T&;27*2YU==!*TDY9`R%Dd_JM6M~z-0RFh0 zWe${;)PLzW{?x8yC_C!MZx_+#>pPDw>pRr1qc6)hl~~Ug;($$Yq7fh1v49|vg@#^%*B_x?IX{QHVN-ZTTbsz5NP{Hfz2|F0 z*;xJU+?C6ya}y1D`O~^{goKL)746wvhj6Nbo!vjgAg#(BBbab*_E(p(Fv-YhM4=e# zJ43_h&Qi)*9GUexC5yOp^6Px_2bm^E{ewL^acnjf%K)$6W)Ay^I5Ew`I~~I}A9wZS z40-0WCH?vJhWCgIxydI^-|&JyA$U-{fN(@JleSG4Uma^2gF82W&bQGeT+$?bCllWK z`!oWQCKlzs1)6R#{&oUZ!JWaThXR7H?az0_!q6|gSb6@eJooGV&5CN0eG65^Ksl0u z9%L#r=CasA?%a%u;D?oktb^$7aL+BDt)usJR`1u&7j82hzZc5@%B~a$BRjG<)z$T1i4M)FA<@0mLlq{4q{&M%f~3=BLw~*)(sG1FuX@&SP~!u zY_ZCp!w5I6w>!8p?Y_B#bmEye_EtCee{JxNop|2;Wb+MqZMI?P z%f9U( zcvGrK*HbX@WkXH>}1)|l!$$y{qio`%74#pa;V5r^ia0Tu4quHP?dWv=@^j&btk zbQ$rg-#O@0-mB)YD7bcPKej1Hvy9ENn7IXzdp^jtQ$0sP=8r>9apm=YwdbG*O;>11 zwyzFG(ZKCv4=?k?ttPg2G-o$46mCUUg)X-F<|V%RRjSwOtfI2M@_fm-72X(+s!OuY z+BV4Y>ZSO;nm#VH#aCCdid-5>mmXLtDWR`gmQUg2Rba(`tfPSwKx=8WvdGXkD-#lT z!PgQPTbm`U=(3xlkxYqxxmWO6Z$!z;i#I$LDd`x}6$chvcL>LY>>-Z(S6ZUv6<28_ z>H2WcoEiCE?I>1T^f%UxvBUyCXDF-N@n>!M-n9QLhdrbqPa_rPe_|7HdX#EbmPK<| znU(6g<@1!nB`eR0D?4NFVDZ9H1uP3hrzFUJs?@MI1skAMfkhsy;Vey>Rx{M>dH(C_ z$B&;RAPUfT$=st?1N3!)xJ0HGd~BVlOu9Yx3k22*T&s`XVsNBkMLlQwM6yqP@12` zW_~vU@{AUlaSir7BEUL^{~4?m@nHU${G9oXN%hf>&8nrZiq_x{fi25>92iBY|9Nng zcaH~>J=anueil-vb0lbp)7{>k#^3zG@Y$)w7K)RJ?}{9Y1oSE(JuW>{$Z~Ue!TfkR zJWjB9_ry*tW*o+p zEF(8fgHKrgc-hADY2%M5^T|HYQVg8!0s>w6A^9*q)pSm`;LG|O2U4MIG1AB=@3;@y zn>43uk}-vGk$S|uTJQ18T6gE10(e4RM^j|cek=|;e4U|uZqts~;Q>zEi#xs_7Z zFq{gdH*pC940#0Inu;G*{%j-(WF(ZjNl$m3Mi4t;jS1|ZjpF8nhd8&XH$LH8-#34} z>K1OZEgl#&Q*T3)mws;go3D#e3@M)xH#p*>$`YJd9d=DbQ`co|Qx5|*u_n0D2d15o zVHov(J6C1Xfl6Fc(>zq1AHOey#vj$kpJd2ps2VUPdfiT{xw9l2hX%|W=S@(sZ`G@f!rhOK3C@wM z;d#DmI6)>z5_g_fbhl%19KGqH>SGb^{)Zw*^k-8%>m0jjX*Ia6K_<5OLtq^@I`z6J zI;dK0C+_XDCi?$q6FoA}#j{jo9<&}A@qwnV7w!`@Ed4Wu6bV2qK!q;nnBu2Xne&1Dp#wA3B_A4wGQsx9Hnuz!i!9H4 za2Rpr!iTK50_RqUVj;chiAZBeZ%*rH`6lB@VVu($?qg>UL<}VOyP(9yy1j9p)d^MT z;j7<<&yrnvg0SOb?;F*~?^Fj%kz%i%KWC@FZKzdy7IA-%VJ{+DduQ!4WM|5;O1PZI z!wg@puWsDdiy3=exwFOA=3&H4jLXhi8KuGvv7<{u2AC@YYI>3v^^}5mKec0Sg3R5D z;gPQk!x&UnY~pwg>VXc!ho&RunCbgD$#e2AWv*glfYX0k3!ukf)P2Ct443^sMGF7a z|3?;k@hKYp{hDlpmyI;F{qgAMPwxU21MPXm0Oe8`RE{l{GUm&dj7W@99bryZ+OIt55^ZTv5 zYk1+eV|s%M{NK1`+S$6i3vdq;3cR^oE%#-Al>fK%_SJ=iQ&hym9v~df6aSgKt`g_9 z3BQkkS)3*Xov8DLJ>|~MN#XOmS zCq<=H5>Dza$}s8Pub4_0UugT_{2-EITBqWSHGRD)u~E~-rth6EHougLtbKeHy)m7DsTM}v_s_S0{xFUTV|)q*=8>US>41D$q% zcL_;QRwh)9Wzu3RX^0hU#kwYgD&ht_9>hGrwqd049+{VtWC{ne?Qn=7l|1M-;j#4k zBiL#+HnjDY&|7i^6YO9Lm_+960xKLC9?kI{@aVDV>gALh>%|wuZyLm{8(bg>&UJ%% zOG{F;_c)4_8H#j^lQ7jWlG&5El|*shgDY@Z9|08iJTtJ`5{o2ZDAz*b?*1P?9xOK7 zya!0@J^~7_h?z3C(S{k#XBD3tW{v#t8>WrSOYy@vS|~bV=&L> zjMJZxyJ_+s&z^CNU~G59(_}KPM+>`)SPnT@Yp$d2<&(dc9G@ngNX-Zt!M|2P#}E^X zguBBP!_WiPNDoEJY?ji5bF8CXTuQ!&P3$;`0zZC8jUi?Ue!{ zULs3Ix8FH-&jS7!PZf(prVy0_<1nj`AxV@dTb*?mZ<1}1T+bYKlR!Dt5sd0ecY>>> zv7=43kcuIBVwvNE<)QwQG9P0Cw*We5WJWSO*!ny*D|m%yHg0eO%Sm{DK}K!+1;dr z6X$pGox**q)<7%n`?$GaYt2<@D(81TJQNLBkGLU%X$R`6#hxFIzFAj?LwJ00*D+#0 zj>#nPlCw6j%R3vfQQBUvgb?~4hY*TiQu^cR9=8eQ67j-ryCW!s$rDD*ok^EmZsp!E z{kPo&5P`x|KUG4HP^uidcyF~iYEzWWI84nRzkR3taQE)+<_;AsTq^Z%GZ;w&{y%LX zB*b8?z@MyfU&R%YiPEE#Vl;UTlSy@KkQAw-TRygxOhnng$0Mn8yS?l@M3v(TqDLmf zPlLiyRvxv4E-lnE&&B#&W!Mp8t%3#esutHPRvad%jZ&=G9=j7+3`~VO#B1L4nY%%YnfI~7>0{c{sDtK51O1tAm}4k7k}h zuf=nyh9<|La5w`fcJf>98CoYm!t^ft_p7DW3P$jU(eUr<|OHxhAO z#=FKYFLLT%9)pY?S3eR>fBwq;_HHJLObQTNML^}DlE1!<`HwLGU9aCr^Km;uHGwm# zm>ICKp`CCnEKE!&^f3aH+5dYblVsn;n&##&PQWhl^xogde!@g_=|Br!6l-I z<|&fHar+6it{gruMBkhwqSzylmvx)^LPA~VXSQj~W*h{JYFKCZ;`G|bNI6|O!s1oSd6~j-eYafG~^NyUicV#_}fNglJX%?-o2C}DNftq_rj1b+D zg@|K1l0jSD7KFzNHH)Wsd_Q;MbN$PgB|f(Oww*Gal2!z#$dI>&3VS&`>^%MGTbg8f z6@s%X-Izxb)OQ_`4#KPL6Ua2U$Ya7h(pQ`jZNqYC`;1)UD~`6GZku$740%5^ws%&c z>Gut}g)>;WE%}UBBF$yB-hOG5bscmcjB2D*X8k|4)jGzwfYxE=s*P+4BD^qOw9Z(P z|HyJMr~md2xNaSg#DL1EstL{eHQG4p=?DFprzh{UxoEQFRy1hJ%ZjI@_>0Jt^-@l@ zjo9R`@^yon1XomrZ|^y~y~p_USsizEM*^gdqX6E$jN9=B+CC*{$B9ui@qOzj{qmGX zJh@Z}!SF9Dtn=0QvxV26)iJFM*(-Up=O|3E5OH}{;rCk!-f-3#{lzpH%m~DIO1Jfp zj8!Y&V-ZBuYkH#l7#b@~agwt1Qq0WM)G1~rnwmjSwsue8MSTVP-G*4V&r8-%J`>zQ zM$rDu;%V_41;-u!_~`%H54N+!ncuIaK5K+hVohu6>B&tu`87fxfKj*)Bkp;R;Ex?U zUFL08dh;XUTHVJC+@JVa`CR(NncRb7n+AI5LbluS-i~j7rVO zHY4ldC{aDBhYeHODqIaI${d{*2GJZ!F~RAS9IS;!E3#>}rkV6Q7&VESPoo+M1#HS{ z9RcDZIQ39k3ey;Tbj6au5U?pHf%tAJ{50#m%eWAE31Wg`D;I&L*qBORBWdn&=MtEq ztZLw=A`zI;OvV>@T@qSJ!Ef(oTg%gH5W>@of|IbAB?Jeah_P6R|4jYeT5^Uz_A3== z&usJm{_D*V2ZPM5cH8C9KivG?m%$FvAQE+4y4PY*Uz`BU)l~E^j7CE7xOL>3OWOJz za1EE*jKk9M^3e~c`A>dpLN9kj_pVZo|77L3#g&&!H z#6EuzPaK`pB#X9QygdXrQqataEB^kd{v4*jge;Gws{gcy)5mT1r4%{%uSO&XRC|l6 z?EmHi#JOj2YTy?r4N3td3+x{QukFc=!VHHPI>oL?c(MBQg6umQrk=gsW6*cK z`)ncVupWS=hxL;LjP>Pf55{z#gNfEj zh!}}b?1knL?waNf15{!4d!HlP92x${lH84zk7hjgcqG7g7YDXLEm4f#&B0=0F-@rN zr;WL(kJ=^Ivxi#Ce2|gog+e^*_kEsV&>(Dyl~zb6HCS1eWWP+7RF z5PDF7tgQqot-^Q!D>WErZVoM5nx5CQJ`|xVG~vvvX`@O<9M5EaEtHAFFN@C@5niO| zkDxS}!yper2K_w4k%{nDqh}ji5t`*0AWjX-$Q%i*cEBC_$*qH&OZra$=LdMj{G zWA*8Ihli&l2U#eQ>d6-ET{nt{b1;!7_lH~g?*y+M@iYPXTM2~E&^;zYDAuhBQ1T&T zF=j*u3#_8ZaM+x)ylt;-c&%K=>-%!RGmZgt5Iq&WmZdW?Z*CwOp5>*Uw^Bo|NwlKY zh#T&Vh55J6+i*5LctwS1EC}u~9HLBGm@?F1k+s|~FEw24P*rD*NYv?9 zv{J-uTQ4?UAOV9U!RC+JQ*s=(1D|z85P!v&eHt?1@YBi+q70eR-LKMPw*B=yczZS@Lv&anWOFc%lGP{x z%`aK9={7n3T;=qP)%IDTc7;JN7uI@A8dH_xM<4gN7Dr^Kmm@4lNF?W%n`dz$&9beK z0C|^{wM+Z@yw)hrH?FA}4)hC}nd9fC0<8Mxr$VP+J83f+ddv#>Dz<3BmKN?>O$lvK zKMe446RZ=;2}Ut406qWofG0&Zh+Tr+OYQ3y9SkUKIEgAQ21zlQ?i^8#38!9~9OJ1l zXD<;J29-2DR7kbtHEFAWle|fk2}?&3^wGpZq4*BXUUT_DSGwRu3Wx@D|vA2Q#lAe4LA_po! z>tDJe=a&1_eKCq$#)|!ivx=-?FE66XhjqoXIPFPaAFt=#F|!_Y@I)4n5)=>P%ZNMg zs3#u_E`z(mzH5zaO&vc`SMZUOFX6-JiZKj)MB9do{Y3u#C68^Ftp*P@YVuD)&E1?q zoQenxAxet8$U+rH)K0}5UG`)MGO;{@oHZ$TLxV6-fPC7xpu+l(N&57brkmrfTgj0dTR>ovU=L^?Vw!_8pKyH@+{Y6y(*-Ta{iTO}7I9mE2;=63>pD$51 zX1FZ8fN7HS+zu-%h>n_?01Imy5X)gWINW#OKcBzRW&aV}A=JRYH^&!|iAPmU+XJ6j zGyQ6b*^1AB59)xnr(Xw;*Z#VVph7raxiY8JVRT2%5wv~dSVkc{ICex6^wc5F>l7p0 z_56p2{Ig#gSf9BqP@QJjmwXSK#heZM(djw4jBXSd3_Sb-lppv5;a%aU>l-QJ@V`{TPMD!?`Amm z`awMzC-^VRE@x_VFBRMmg`?=iw$%Q>V)AA!YhFru3?4lmMR^-Olice_woU6n-+scc z566l_qn>@xnR>5f%f`C?B~p~BC`)X+8g>2zO!%G8rpvniKe<%_7y$?0J9Ykuo}K#q7})L7$_jg3GBdgx5l3 zqY1z8jO9Z*`YYqd9Yf=OUx{Y=p1Hp;p{9*-Wu=?1mo?{nd9K&Cm+T|-z0_zy=v`OB zLDSHMlpifaJS(!TrB0NjZ&X{J&uSz7RRXyMpRK+Xa01=K0VpvMI4o6k9{LB&mMXLW zwL-Ot6>wxR#(ZUCdI3f7FrU|u-d&BNZrympGndr1U9MyL$cf_f!I*2QjqeEA z5k&{uEU~z(D+R-0O%v-LaI|~tJ+!_TCH)B>r6qfEeUJ>_=_e*rL!4jfTITtOD?BES z>Gc(iE z|5I^DN=o*(2T3kQ%O?G`p8oT(`0tR>|2u8e5fY43%F`{}MVZK^BsBph{@dOSW26uL z2`RBrH2WIW#*^zBT!?aEHU+NpglCaRP9T$1xv^v>w9`oQLRn3DnL9cd*CylgM@Ak! zw0Ss9uldD54wsSzsXWHsq4io}AgC*jgxb9`_5Rtpih z=VA$u>2s>i7;As8-{v8`&u3EfpG^o0WHru8^*47kv3!HRi~_%C3bV!>$3UH^XM1bS z!MXFAFY!#CZ^g77K;Hgod4wSvZgm#fNAX_tg){voyTs^<`d!u@?ntd;$Ywd|h5eTVux1-N?!h)pW-FgK`x*W&#WqI%);(J(l>D7IqVgR{N)e=F(fSZdT?%q8qL(- z@*lX&L#_Ym<16Z|lZiG|Lj3r6ij_(2oUlsVw@W6xEt%7@C7ODt%@O!ndpFCEc92Vn zq}x!*uHFk@@89441qH}z)m0XhoXL}^Nb=gKZ&QbXGqF|*$u66!XOH;^<$#|$NA?_K z33>@CNVMi7iIU9+j>iC+>|oa>@EzmewFTvp82Z*+kvdDMU)Wgh^rUi=li^B=^72k? z-cHty+g2UFsFX3H3o&wh2_ zjwSpq8IV`9w^pai5*7)HQ92fz^1X6N{hFtBQrVtoU(h`PuV&Lg z*xcOVH_7(QFOC_WFLQHcnqN4D+E5l1pShQ-vn3DkrYp0km+@I!k2ICEOM6vtm+d=I zP?LQ5P(h=)|LL2){t-4l-xL)>N6h^(J*a<;8JLe8e7FtuTirG}Vd618T@*#YaoL$hNKK^zf+im)OgkFvSUM1EX`E{6-WyCB)QDQ4 zA7eH_Yc9Ixm*sM;_Eu2J*_S;#U1bkQ%Ljq5!qu|cT)1BBpQ+M;okI<AffCzF$=@&)f8$ z6TEm#2ERV^Y<|zFa#!;mqgn{xpX!^~H3P{3@>)=4XZ}fib^xih%Y};n_QBB3uF&Wt z>}TbCj!@@nloddJuZCGk+@KGrIDE^}O*6KlcX$X}ZkTB|66a(6j$YiLc#c8|;1qO< zUPG-1K*QTL_jgS;5(c8z%ZOHe)i6tm3o?TXbE7isa-;ow1Fc39ip9DW(-Y$3;mP$c zWitwG%YWu${$NVu=(tIij=mPIq+aqmA^udI-F-uw+HpfIWd%1U`3YK}J5CC{h^3x; z{wSP1@**{~omy^OFOJ|IswbN9vb+*rF8OxY+`sxpjWh z-?M44O6AJr0l?^%pSO}v?ga_cW&OJUJY+~&xdH*cTKUv6xj7GfDaLt|Bm4 zdA*7*7f@p#FHHBpxO#8?7@U7g`tyKGjkFjtu%SWa|@LKNziJA=&hF{!Qcc?y{2E@8q$M9@$ZDA*Jp zEJ;*MPv4aitp!IFX{q+G$9A%Zn~@bq<#oHNOFsPRhFnUM2|W@*7RY|KeD_TLx3}T0 z9r8q`xtN!E&1Fg4@|EXk!5^}Ztb3QFw(RCZLBTBdqv)X=k&;jbMJXsF&bS2*cS4E2 z#MgznGRrR4mqKB`r}PMz&#%Q%%U&nc&$IJJd~&`niHTUF(lQSzF2%4O;3Hsm(btwg zv;*4HX3U+^GIYDP*_l2vQPqu~66CA#?tKug`PB}{{gyw76^c0gwX;c))w2HmITU8P zn}7|(35)w%?E881tIAf8t5ZYrF(0Fx zOL4q^0J^T7jFi4YiJ1;5C~?F?`2!zM`t&AC=)Oc!(C3U#i#c^X%2ej* z_VV1#=N$2eQr#W8+~#2UZVT8zM_@dIdE_ji27#-X14Z-5cn!LQ#o@rv50v?Blv`fg z-NhO9ZCprX>mwf*X33S{K6xEU#V`tcCvUzpi*ps8m>Db|OHX}RV)%3tB37a)4yzpV zzk`DJw;nVP=!(0TK*#zaL_PV@anUnc5iMpi0{oX7azgxxTF`j4_k5)L;9G*8X))_d zvyhi(wLR72a|Q&@4e>X+3DCt}eOjiztw;S4GjH<;^}SUJHVqzf=y1Oa=S5X0WVIBt zGsiP^@ho%(58uSt9!g>hYU1KkS_F$pc0awy#a9vvEnAmnQH$>84svDmM)S6Iv6q|# zNzJwY;kJWYYR~s;EY-8~ImOUyu3EjHlkHHKdR+kC5Q*zFsVAu!CsetHwkQ>+klyIM zm-fo9;cFnyrSh+jN1s>P=JJst0u=`pVBF7dmUd_{`>#(^(3Gaia2Gj0k*xC>jf?p zlSnSnU*%O_IzEe zp{i~JUO~KEib;Pp7!~%XbzgoI+}XQ0^tC(cf<8aeu-g4}SWZ7|jyXo=4Kuq*Ap31H&DTIjjMxA%OPlYMVKCRqm zit9l9KeFC3s*N{V`%aJmZEy?jT3RHyySo(%EmquJ3JmTp#oZ}TT-xFkEACK=7uVth zdHJ8`oKJ67Rx+8nlbKn`%Iv-G>-y~%&6{_~oP6(j(Efy}=M0_(jTIy#VFqyp2RQ`n zPT9$xCx`GZyPr(Q|BT5oT897t#Wyp~{#8A{#I56e?P*&jG-H zhlxIW29HCGSKrSPdAQ1N9y#e;v43brHq4tFPF{K=tlP2r>x>v~W!SYuT-U~nJ+7pv zT;Ee1vE*c7#iEQtYzK)b896$~_KlTreL`u(6ekYd|5B$^qq@J!G)HVvI)@FxInNaj zk+6ji1f&*~k#QR`psB#M!*~*hl4ZSbNJQ4k6(6r0Q;VUu^8_pcR`OU?gA&s&%H6 zP8(6{kN_SsQ2)B8{AoQSg|d4x{SFWE{o7gB)X9F_nfMaARFg$k8|fymn89iCv85)~ ze1HkvZsiRY1<%cpCv@1DFSH~z{Vg8kQvC2*uav_nq@xf zffyOBo<>r3?9${-Qk&=teEb?JB-GGN(-{32PT;W)NKb|k--C0v@>9RO)RvC;w8tm*KWvFff!s_90!oI<0VKNoCLs*v z-O4>=_d3yIM?0+nn`&zao7lDvxadC20tI}%N%yQBplW!$kI^Id>RqIx0Kd}{QvxZ6*-0cKN{#~ZtiQz1*rGp$Z zd5sPUyrd<8T`QDLqrhG*hj+J*;|0Di$8F=AYR&~eODv_HnGm%xw2Jy4fsdkC+mtE( zZu|~0i@slq*bXTCow&@<1iZN^e@~iuS~f_jr90ub?Qtu^cRn~V4VXKGd0sya-Je){ zEVbQi+Jvj$y}(s-Db)+^-d7B(6|17PY#;7&<0lzmBp@rKCJm+LO^1Q2suQ&Z$|_Om zOe&v>+J@u3c@a-fe%ZhRu;kr|xPC%R-L7{2bp@v3@U*8V#})ds`wK+=qVvbHGG61{ z;tx!soTvSo{?{{)9Y$1IK7uD`<0*}K-};1451}IAOh@GDa0=xeC=x^@cVz_4U^gdk zs<$|BZ}VR8^)jsb$mw9JTFEJXn&-mG<6Lxqty!>eA-vo3%SjW?- zc$3P*Ipe5)V9I3TRMd+~eMftnS3ZET;Y{ls0vA$Nijj561}Q2kF~}pU<$M8^4-DM!$8BB_5IGro%Kd4#&kC^r z&29g+JFxj{qX;_2lFW1?+vZ?>j5k$KK-zUS8X0#wI|;vCya`I!ksQnz@#6Pe`G6x4 zjxdw?CT!e5?Q)5qj2iErJ*M#KXB>DJ4ld5$6#N+M=~#iU)_=WqmWB6SKkPV8I15Ew zw~Q=PuRHwXF;$p`R7q z8=j&}OL?{x^|HpDgljX(naSRNF9e@%#3|aUUDpyCd|A(s>$MEVxQI>yak$0sTWM4OL zZ~A5ItNbYk8p_2wAklX$cuQ@Y?E7LrHpyIBjOA}SSLi_qk2}5_;KMd#M>ZmLt0d#zMnh^AheEW@M z+pu5ufV;W|#5&VMkTmA1zRuU5a6(P|q3#@aLMq>%6?I=QJ06k&TU45Vn-RkGxdt0A zh(>Gg4(FZppz1eKjAY_P`2q8SnuBIhg^Y$vmE|n^-;&|pz*em{ATS~%H`x)LjmaF< zbH^mzbw?;jR0XU_hIJd(9QM3x*BN|_rY6g~+gTOlhldZAa1c15zhBtwdQ9A&~-GU&B7GhO9Ut5S?9w!&BPmFu70 z3)6CA8?~N63&_?g|H2P4YK?2si*{EYkQ#^eX$+H3dxSY88H}w5j-v~EV>MwFnbHk! z))Osck1mY#AC6eq^$VY7>1+7B{ovvHH3R6mskONon_&jtd=;w^TPfR|e!6Niv9Mue zGc6$@hvCb<6}oaV!whYxeXJI$YkL#W zeo2@fnt*1R??w5@uVpvea`U8r3qP1EmQ0)L4@!(xrm5`}4F(WfVk2{jO)3Q=wK!~` z!Z1<(l0E~nqfSuC0o57bvCfLVcCPlTRa&u)vhsI{0b;}xM<{#NgSY$4G&5c(z3uBy zz#B!PBLd6ksiuK zPInxmc&*VMyK^l^u*{Cv4Q5&bp^ltcL+nE;P+Rx3{-QFT)DH{0+pP01`ticG6LL}A zS1zfpZ#AzjV;@e_#7)7CybGJTL*Zy%rrDnMBe9v{bK^#UDU&;7bgz^pB)3_Zw1}tq#%>*6sbKqznL* zfW+$YfAyCdtr6frrSiHe`6U}DZa6o+Gcs;k>=~*f04sdts!5#QQyw09K|L=_So6T# zzN)+$;_+?sMR1NqMMObXI(jCmFLm;GKNAk<1IQfgiH@GjSpHXvi6=#06O(@8^J^~S zjggfoT~4sEPC6@Q9*OiG?^xGEbAh&gTsgPvo`9zNPCr4o?&)IQ5yFI5=WOxEiv|{g zywSJ(K-N2sZYLI5GM|SEuVF^F{3PtZb>bBRpay(mBp!I z7OdYE-~FHGi2???`d}-AlbDPZ{Kvlq@efrQ6O7p;51~W`?8+w%Sx^fN#_J$>BPq`e zUL0JSF`uMeaPYr;CIyo&KDsHa^n?uxYrLt|bi9DnkR5S>9&`(4V$XocC;v}NUV(kN zV9s9L&4MlAdE)3jx^8$x3U#vU$2BPo;|$i%7{kJ%xd9)TsF8rF%qb)%3mYnA2b20I8A!L-U;cE0k)mp$HJ%U_MOm?> zy+}4mxaDm!f@_-w$A{1Y7l*wKXtzDJ(wUDIT8H^8{^$SM@U5R*7qMWOt-I}SlS}c;k&~xbOspI3eVmcG~vizfjOQoj(WOmk25J2O<6jTO@0q~;wMMo;R)8H`<#;96Ekqc znNrbi(+o79>u8CNI$wbfvU&B)h~i;GUg_(Z7wyk$(_*(t&0L3h1^_{9|1#s}?v zo>80lFDE1d{u3Waoc<4NH=b<$ISuso#pFa&IVBo-}uBp>DO-9(__%`p*YE|NKdW^gG-QmG_9MndcYaP5#dx$dZ+zzQ$i;9g7IN z0(c)|tU?PGZcyxmn^iW2IB2GB=G}_UJhg!$qA6LGX=NJr_OX_NBuykiv2sSZKqt?z zWNzqKxJ1x};M{saG;Js3MbtCi!|Rq!)vJ8D{OX^GzsU^tNvrKS`IG1DTGK4gjR~ zqw&!7QE$e<{Wk4|E}?@uZTsv3bv|{#wcsY>^dFPjp;}yK9=VBw%gFs!`5C;T@1qaN z;yp`fK6)Vzfy9`&2Fhzj78%xU(C0!XUJ|AB3DU+2XH*CpE3MFJFnjj__mD=c?VkQ|4$ zUx&{_c! zZsWFt=q_rJ4eiM^+hKpT2?E6XHT*crAsa8p;w;lYR$FpRZw#5+I)-Q4J=~zI^F2{+ zO6s&E5kbgs!4EApOptsq*fmX!1tJ1Sl}|RxYFc7F%TgPkxt$3qxYUfXxYShY!*A}< z8+>JJPs7)L$WCr%Hbl)wSV51`W2xyOH%Zp<%GSvhTsg56$Fk+P9b-vfy}NcwiE#*elPv78C84JL*Ln!7Gzo*>hfy_9nIM~!ec zg`y;rk%h0S{C8~%B8km+(#uR-qKO{%dG8i~u&0N)f8pdtd(+MNaR;TD2ZfAx6l>0y z&&7Wb>7ak6e|i#^M)xGV;vvHPljcYc3GK>ApUXC55+83xV*|!$Y8LbVe+74W^1!g$ zw1+7*gX$n!m&$VaipG3;Kg?IO+un^OKQK91no+-Uio=6jevC+DziL9bZyhMee9-86 zf!cDw3Sl4u^R(bfKmx)1G0)hxLR#Anwq`un)a3MJN~z0T({n%Lbm}Z4x=2=o(H(D% z*){bF2Mk?S92`B?ueTDHmDj(p(uO4=$$(Y&$YQ2*{)p&(qsKpLH4Tw=QN^vsA69sW zz|a~o=DJCpY}6=4-Uv$v&+>e)=C;J^%Pls@GF0X*R}?8`b6Z~zUR zu5NNY19JLRMrpkJ?k*;BF=l}Gc(4W8;0w$Em18>xDX+?-QZW3|$&V-&aqBXkS%(=I ztOc3TsmwSsEv9@ec$P$ipGDpYhG`ljV8&cv9lVqUUa6Djy(7NPu$rq*rCJ&42jDcRRQV1b7^lk%PW=L^JB4 z!)cN{@yS$~Gx#)$uSO~|W-BbslDagCECd(`DcypR=YpUd`4P5a>=|4#(o^#BL?j>B=fIfy zPt*@zru?Q!ekJAzQX$0VjlX>gGV~7E#u{`glM=3E`Gw$9X*+EC|ZP zC&*y(X6_usPwMbD?pAQ%!x-ph6)OA`;0u7fYy&LD2f19S*}Qb z{_i|3n6#Z9E{ z?Hd``F|SwTiKO+uALJgEN#CtxTku>5NpOG`P9i6}IwCQt(RBrjeTIMBu6)`sG3lnG z5Kf`LLy<+H(4Hi@hA9XcWNKQPe^x%gI@ zFb5@12U)q^n3NG6UzM`!&=?#HZhGEX?b7=hwh$M)b8c-IM=Ug&G}xD5qE!wpJB$;b zz-}CScJv>1s~U`9b3Ld$6Qb47BMmWj!_x)Pvr`#pg22?&+`Dvw#NnAJAVnJ-5OakD zIw)ViO1B^d+~RKy5kUcuw*0V%d<6q9Ww8cAk>mHwd}F_4!UN)CU-m+fHt%>RrKC%* zCg7lJs)Ik0mcDs}GI9ecl@uCLlntEsUPlymUtMZzU6v)^k4T$BkQ~iRubvuD>ioG{ z&@Bu9$vZKw;**eVkjBV2sFQBA2w(|?mA=h@`a(H@@IBje^HIhjl{@RuwF}knlIaqt|4b zT^wD*4BsRYPpcd@sGH5LR9*Cfx#cq@0#Yv%%>2M#B3OImCL=O%r_E`IBKgS@BrT}D zr64K9{o-eRkR-l7@v}lGy_%i)nJko^eK_D>AGERKm>m+>B?$WEBE;O%<^ILX5k+Qyubwe^w+Hcz#Q{<+lcHgdeP-Ge!wrre6eZlTCKJVJ8N4pThhBM_fa zMMG|r9rCL8nCI_)FAYYdvKT*?AKrraCf3&r(OxsR)ewHIie3qf(pr)6vAhu2W2fa3 zAyn>x`ee-}nx;!QB4k-Y&lCHfr#tAk+=la8^hsF4+K}K0+T>VvE%XfRw1lQEs20Mb z7VnE&G0vaSUJS58CTCGd%7U{YCWsEu>xzluqci_@|aWOjRPO2!tRdrhL)>Mk85NmatK5vLI`EK|_#jd~qucgu~h~@U;4s zsbWNtK!@LUF?<8wklri_esPTbT8)2Reb(fzxk_qeu=Ceo)Ak_cc@c4USOkb7^4dcJ z<)Z#;NO$dbfuU^lC@fq>7`dxZh>gc?=o=~{_q6s}&bE-Uj1^DU-P6s z+%08S@C_mylUUqoQ2{XYz(j35q(CbHmZ=zK<)F$qwP^kP)7|kxVTGvR3#%XQ^Oo4h^(u=nQ{9Jk$g7TRJ+&*N?qv+&* znA|ETZ`vW5j41IRP^-@dK~J&Yo|3l|1un{ZsLD2ye|wNcZ*>nJj;Ki$n{!G!_u>Qc zbfl%3jI1y=Uxp^~qrp5^f7F6AFwp7Z8BQi)hzG<2PrMNXjH<~Is=DVfjTRs?gkE0G~|35?d^;Sy58 zFFh}fZ&vljfF&_{O@Z9HFRq3S|FvoQLhCse)RQOIGE{k^5)|+TmG)WM?o|Fr|Hw%K`~>Dz9@Iq0bUQK7-)J0Lt!IxFB4b zn0NG&*snS?+GUgAE!8@fr5i9xImT=$`wz-(GlvWeW729bRVUsm<;d2J92bXo^+r5O zRWMclxk0X0_}z%P@Y24o8Hrz=EdZTNRaqqJ%1V)Ut%HZgDEpJOXLG*j{L_#(&F#E- zk6KjEhosT<3as@vp<96aPPxpt2!&m})tE)cGv9T)I9xWG64 zDA}JnmY~MrvQihQ#x5e0tr%H(+aU0B#;%*?ujo>lO3p&Y2G%G5;M|BmI%U4EFJEd+ z>VwI1ZN8o!{#oqi&e@LP!5R3E!^^{sFXzrUPNm{|G>y_&exs-%)7a0PE>Erd34ZH$ zBPuIJzWmM$=?NK*FdA(99V;(Z^+aZhm}N!%p{EieQFoauF^8ve&6{}uIZdZUIsk%- z2ki5f@W`x;C-dFksTGr~5~*!EWM>3e6rPb(cA;M3c@5fvs8<14wCIJJqZ;K`1?wSBtAan(GjpJw?ILFOyO_kx`Ij$5`c= zSzzKD^i+C#gp3`Pg4VA9;Q}S=1>(X26HU0}rysDGYGj5LU5lc%MluL*u>#tFgZhJW z&D?MMVc#?biC{uOg|P=OOHESvue0NCxA0v|4^83VK}A)Xpm($N*3`PAo;$IrXWEUy zqU(-y6)-zZEDk0#HqHH=#}GE2BU@KN>S7W~G!GEv=&dDiI{t9#opB;|%Rpun@EwuZ z$t$JjZ&dmI{2qI|Y0O!v3hG1QF0415h2!T|XloDKk#hLs0sX(=lo&MEvY8CA0Rt`1 z1)V=Rnv!K6En(zw-@Xg!?SA|Iv-CjlxI?_xnBg<>@_TqUc)$#i2n8Eq6x;Q2h5lD(S+bOQ@5HD>_cTK^3OWTQ>t?{iI z+V`~^j8uRB!l^N}s*5v{RDXQY!jf^d@{4o)R1bg381IJVH!oT?K10}0P~H=QEYk3@ zAPT@TQNT1y*6*Hd)y3tG9bZ4Ajg2Qt)F8&5+G1a2UOG~2Xow#5ry$i(svAl;LST|E zWn+Pb`G%Z>rS>+$EdI^cCS9ypvy&fQnAFr%R0vlt#K1^yNcFDU@OHDXYMGtGOTnD_ zw(7Y5b~60mPKW~kTO@T7GZN{MjquXuqOMY~sc z#;xt>SPqV+!M_0*|4yOxDvfmXi|LM%k4vA3lo9+YQ;*UROy((3#ZTCn#SbXRNi(Eo zw6rudwy0@5*$^7wsOPz41-Dx8YI6o3i}8B}BG9i{<*9u?y?iC_wel$a_wskV*Xb2C zuj4pIphCHcH-pZ9cx8H3LEH%_E-7kBfNvP1@fue&THF_UGE*z`0-6vkTwduxr(TwB zaaK8JFIN{dO@2E>@IY2)j=~Pl0n3Nsz779jhD#LiwcJ7a* z&T4M0uWtp%5WmCM{LZJx&OL>%o94BpW^w{Pj#8Bpr_LlxqdblC^zZN= zRg@Uc9Gwb6b7P5RNg?o(6FrhxQ!jIYN^eqVEosYKG?R@5PotLCvo_rYgyw1_dGIW2 z)gWN_kHL1q9Z=Y}_*AP=O+D5yeqy=WgYxgtUKm01)v@SYSOrF<+yJEGJOhw{5@kjG zt5wMowqNysB}#GW*3c`M#|79v-XH~X|l?KJzO)v$PY zuJgnY_V>vWOiz6>*fb9Aw))f6B&Iph@BW_shZl{v+1A!bN`yuE!wVKu;p!!{ZgpY( zBTxQ`j2CWnO^zFh(}9L@$NYxTK=3a1zGc{^EGJfsbG*I1-LJapJ`FxJQrY|~ z-n1=#Bq2xFNQEXqkaE^vKB96vduUl~NOZdcl$@<3wLYa#=)aFG^DwW}SQvI^`L;kk z?`7z*MA(k^!{~X>ceT~Fbp%Dp=C6-j`bNn^D;X^S>B;YtA16B89I&c*z@+vn$NG1( zNZYzV>@YsK_xtCgXl}2x#m7OU=DZ|h1P3kKchmVt+qp;iAkV)`*bR%ybSyYOMMI#x zrg`V$xCmt4fQUi`hAWKpzK$<=TE?r|TEQwm3~R^5Q3!$&Edb!%@dsa2{5P#9G2E#HvQ{TvR{e(8FYbT+q!9E9d0Y-ToOm%LviTb zITL!9BA<@~>Zh7lLJo8-U-z|b9L)u&rHqBr zW6(YHZ07+f&W2w{)16qw8M>ndw*ur)_v|#)ySxh7XpPtWl!0o~07uG}joG4XCpdGT z^Hng(OQUMPjk1Li?I2!jE(ioG?<>Vyt+#LAeu`Bvh#4J!1Fwv$sfla4Ez%fJ|GjUD zwBfE3Mmt3w0w0cCKdAW!U_%GwXm{6xmDK}T^q8#$&d?SQ8Xp(Pv;GZ zcgP>ljWj#QD8uC~-VsxUmg16zvFLX0f#zg3ii1()CAg&}2>$OL5VzJyqtaB4y*O2q z5f{Ys`+j;YEiE8WnZb7qB+BD9iHT0AM=YvrNt7KE@DkT3kBJoLW!-H z)O?i{ICnqCVKJx1N;Fk?+Uor}`J#u1TxE3}uSsJ6p7R-aT3~KRn`l;y?B<3Ax&ept zx*Aul79r{U7laiTK;|GoDji7IrCC1T&>jn^YYwO}T``l+e)%tiLm)muCsv1&sJEC| zaPPAqWy-)kGq}&}Y(=)#J-xik`N~A~(3A1wuxD4WTvKoC>vjeDJ9^Y2P#&lRboglo z8TM7xxhmTI>v0F-!ymuv zmd=Mn>cGn(yOZ3DhlLfo!BhVqb(j6FzY#GxI=@$9v#S?Z9J{(-4+Z)6lh5;v|8;3| z7`lqvYBTZDrJ?NwJmZ6LNIO1-6~YfCr*zPMmltZigifux21KX>*Dv3wp7@?Te9$pB z>s)1A@L%P?L9~kp7PUKb&%J?{qOY%f$6<0h$u(PZYRT$oe|t&(XJu&Q@k$j{s^_R3 znze9Ldii~z*81U?%e8owj9K9FQxGx!g-{TPvs!-+O*YgIKwC!+^^;p0uIn3KxYl8f z@bg3p4fl(831ZSKvBym^rGFLUnT&fh*w=VvHJixW@d?L3u;Z)3q=~PiL^W)cb7JBq z&KA$qE$utGkc7lKO^qq7MYA!vuI{tH#WP3si(jCf)^sY;c4U&ApX`s}GCIuJG{!yf zH)Ubp`4DtQ;BlS)&wh0X@M-%6lsvRpC z=^qMjj%7`y&)yFxgx(y3aU%<1kTydsyK^BTP{aKrJ?)Ud4tLS*pV8Tj)z19e0&^RW z)sGBK0y``(UjIV`vdP>&m>0-ot_~UEN;Xt{%w)6)vtT={(6MHDk;~$vb}m@0*6&4P z+F`lwlx|_u(IN#?J#QZgfLV7SZq!fRw-HE01XJu59kz5t$`$%UsPb)VQjsrdf4b>+ ze1cJ$>wiAcmLeJUglIAkd!pg!rJPuPc4Dq3zzFngG57*u2Lr;NaxYM&L{Vlf>y^9FjELE9BKWUQhN2}t&(>!DZx9_y36ed`Rn5n95rhqx zUM8wtKlkvehM;1B8Po8-L%INYxorN(2fWo+*uQ>0x;Bc+)?rK0UYRROb3%J-ep!2S18>bK`+HnrE49*jjv`ae0)cE4FWS>9F}QP!%m(W#rfwEe3byf%*A7DGHIqY z^Grjs@dQ5yg5ss+=p!^TIvtr)dD802k$XAakCKSO0x0W^v(7A@`z1=!kbj8p#Ijh= zhA^;wgtp&K>W# z`X#ZqeSJ37geY<%B54ypAof7*v)M4QO2H(X6C6&bwfQX9h2e6@rdo-vdb@B%*C?c@ zv{Fiasy`t?7QPv*iCQA@gU1FYE7OzWQ=U^)8rk%HHI38P-=m8P3SUj*t+OR4ZPs_K z5kFkpWu)h4APbZalTcITu{YG@yyDxJcpJ-IF!rfti8aE&ap1`^D+2&zcNlyBA`W@e zN#x>5keQ*)k!}#<%Vq`wb2K6DF{_n8qzmP0t$zUNLF`+6{1ZM~b z2acQk5FXw8mPztD@9C#PyM=Byff{4Rm2^?f^^R?nrwZ-B9o%8PPDBiU<6Cwr#GV z^p?e}3crQ+^raRFcR&L{ZBbLs8cah<@?%Z} z%L`&*wFz|N@0wt*;6r6=<{HY?n4kYRTxZDMsdc_|SVckJ1ilI8sD@2nI%DnL9lpq^ zvHwjev(yoh(Y#t{ZSdKA(O(TG`Di>WTllvaSnpTv(Pn;8+T)xW#jw)6gB^J4Q$j!hjkm2{J` zztr#??o)Jl?11Pv-`4o3*XlN^B|lx+l1hua)Moq-L}sw~?2xUg_S^kS@AiyJ@0#A( zG{!!>fQy^ug#uT0J#^&Q_27hn=}9Af|MRACa$ zmAzdA-ff3&9u*CKR%1=1 zI6s#JQ)!Y+Q?`&z=ODMN-)aeeY4`q&f9xZl@&bGZGF14-x_w6S$BYNXB=7Vr+OaF3 zF%Sw%)!j#?$!tS;d^p;I>IzRNepQjPJU^F`ExeX5cuy{dc1B?LBIV>6J?HA`b-|F8 zv)!clF^1)}T9x{Xy%y~66lSjxSobGCT#M6%Eb0ntujuC6>3*T?Bda=f|a-rH} zj{!`EgH|OH1(REDTx(!fBT;j5T$}WF^7TJ?f{+iPfhJ|ymuz{Y`#&TsoR(@sn3*03 zhoaJV$Wip@hsj#5FZMrXo7-`vsZoz$xV$c@;|boCidODlA57%@ccOfQg%48Rj2KUQ#)s+Ybmq@4FrN>Xh(zdF?qxQ|4ZYlj&$SX)X;XSZ3ksW<#hSWHXpFys>&xH^q( z3PNJR?u4rp-ALnmdiJq3DN;u$3p1k_m-BHyB{k#eF5-ORd8z1q z?D&9$W;v(`)BuWiK0`d)^SM#JKaeR{FNdQiS9^^0VH^S0>GIUboCPbWj)a*L)$7bK(` zHx~@y_|)$#GxDlU>aUfYf!`m;<~!jJUkrbVBI9-d^^OI|IIl8Qmon^dRxJM7 zr~QK;*$JWPomjQU!cw_1T;@n zof;W8NS;XL{Sn2cP`y?QV0C~NEMZWcw{<>yrzF`DqCAmyV8;##0#`7pR^i8Qg{QY3#0e=f{fb* z!{dll%|tV+-4rhq5LXi243OHwAw2`a#F^km<2%cYcr~7>06Nr9+q2=O zn{LtA-+HnA^JO?Acr#BpqxPjVWzXf)0r0@|gZk6cm-a{eW%ch*JbqVQOo?cT*_$Sm z&X>}aEPI6D9SlC;6&E?ZI=33|$;ahspx;@1${*73>wE!sx^0uD^qUEa>(_P8@=?7H z`YMXj$zT!Q8dKFV@{m#0914>D#)<)2Y2w)#(H%HTQG;6-$Tx3INGz=b@svx$XUE(B z10niGB}|So@w1tRR?24E9X2NC&sa&WY(M0PHN&Ya$yw~be|AW-*tbQA1}@PI6ZPW< zW8ASOEL8dFp*%(sWXLT$bCAF2$g+b(E#s?@H()Sr+QS+|AB>Www+cY6)vypMB zacOYAD+t&Lj1&74*PJ>F?jk4YGYOiq;KEFP{I{0X0rOP`p^ zN@VWT>l5e4Ei?2*`G^2uL@E~2pF}<$XxoUN=slXDUHTb~H|$L*D7Vj>BPa0Zr_62r zcOE_~t0TDWF@+hW;(REs3{gZX>8Vv-^%>nOS1xS2OqXkVH8FRYSrnIo1%H`L9Xxi5 zxxE=>cIw?k`Am3|H;~1I6M&Tv);z`Qws%x!{QZ+KIWzLu4Lbp#m0)cvMYS;ATa+up z5RO6-cDi+k6Ea$HK`!OApw=8Ji|Aw^o{)IS zy&~MfkPnjSqN@w1gbRL%^8wbzPs*cmSthL^#Oq}L zNrjQNAR1_>6yzX};ugIF2rHP38BMp}?gx+a4LFq72JljoI^+} ziXw8La+=-|#0M~)nuP6PM3a!%yL{g58=SNhhhinOIAFyME`h%lE!exF5jH7}+dZ^% z!cJs=W)$tuiIlc>cbnAXQ^xV^)G~(kiAl}Xtc^s`VN3hmc?hGmVj)KHNBxVuo;Zzx!ihVDf$!RR?}SV-CK}+bUn`EZ=mwyU-d`K0VN?U22ry zbPZ|)rQI*dv{>S#3N$s<)tg8Aw%qpfboQSRN`AyMye=+%?k)xa$#gZzzd_mL&N<5# zf&v?N&)4QD-@Hq%rnwGuDA@2o4gotbD`8#g{N?_v(SDdmLrKwQp%9=kn`x|60b-|l zU%%p{K{orS@8KFJJl<>g#?TUd$NocSsgx?M$kgtoBX@R)h-1^c>N~m7DqXDs0uIF2 zTGKJ2#9^K_vpuoimqbLQpDu^TcPhd?0ubE*Hp?Auv7mu!SQgADdvGUBE`>}vDX6g}X@pMek}4>EMy zAMu-OTMp;sT5!4iJkQ= z=Cg8p-K(N_jC3-LN2}`j%85hsLNavFx6@;Au4j0? z|H2=#24PcbT@?u^m!wNT0-{Fcv(E*4TMfu zyx`fLFG!8QZ57Z#n3AG?ls!@oh^zQ5dO8u&>?MrHEVzc_jNoNZbCQeI@{pI&Rhe&P?Nm*x8C zs4X@BAbsc%9V$>MOLCeQ0-_EMY8gU6ke>P2Cv|<$?&XhpP3q4ka|Ao7eO{=L>1&N~ z#iQ}o>Z|u}C4Rk(&3XZmJo?HSLHl0|;HO@ap{AasBw2NOgd_l#s#oJCM9$TdG=}I~ znJ1_x`JJ>WyJ`+4fBe(7oXt73oQPJBE!`h^!K%<>cW7!})5y@=GbcvK#zGbK98Kd3 zBBd!mK->XTvOv@Fbtm)^8=mzrX|3lg^#l$rmL@G1Rf3=^Nc8`s>#d{OXxjhb1WBN1 zkQVpiP~6?2xU@iNad&ruTX8AwuEpKm-6`%?99s03`~Kd~IqyGjvgg`8n@wi3XLe@x znvYPE$0sO=mj{>evNQ1s@%8qw!_&*ll8vTrqdxmtXgbEQ(uETN!hVTzCGUM_35g~V)sgZ{2l_(MC={cl z+Lhoj#QRM%YAAh#E6QQNaTpJr)Y9b5rC1VWhU4yXz4E1wdc{=6_=9#E76H$`LwqHJ zA!;8?L-6hCT7!D-2$`%mHa~gdfrLw)mybhRu}d^9VesxklUaOM+FPmVd%v85Ura>% zP?0(P-}Z6SZ8O~CyAMIGp%PGx05<|6+kt)OZ43nfC8=HtSW-QJhjUPtqFz_%$)_Nb zaw73S@_MmBB4Qf9%TRjLyoM^Q2`TBXlywb9rrKvx5bPV0>%Yh>tj39-f6Xhk8t?Gx zxI`=w;{BU3R5w9JV@R;m`^8{(Oahmq8QU=i@e$U=``Dbm^_P;mixM`Xp8RGn0ho zox;H{T^v%c?THC{Z*F_SrVea7JincV`ya<&H?%}(t2-X67=vnW1?i+ih}Rx61M+J| zPE;_@zTO*($uQqjFu`f7h#y0w6Uao{jbt@Cx1^VpH_X&N1MUe!c~VK;2(i-}x{v zXS8=X1{A*DL-Xf`*W|NzcY^LKjs(tk+_M_;^!%CO4~#}*d{f>8R zaSM*qp%yG;{?erJlMhDBZ#JBvCOq8bvLm-fJ>UkFzHWtr)P#$_VS_riCf5@hU63Rx zXhIBfR%SApawb^)qRUh8y zgFOW&C8`)2F(L_j!_m@)>*=}2_TQ{ir3BJ@HkLrhtGPuglc~@o4~Q*ito6EqmD-Uk z?wWDUvDo`1OEQulCnMIL_-WwR(sUmq(eRjID68mUX_*a%E!ObHUWv!L&Yh!K32iL- zZ#qJ6FlF#30rru$$DTbeO2VFtQe zRkE{nAl48{`hU17uug}y7hwpDP0P)|NpP7}x5*V-#-4bZqLT5_S2XFDcHQnU8(42; z5@{-d{a&znn|Fnkg<_48F)wuLCYub5ea-mcvI_cw^W`8GVy1YGHgluf%fn zd<|ZAL7M85YCm{5)10oX%&d(w+9ZG2yBV1`Ds2lTIBH6Vn1J%aO3;-_l*MaNitqq9 znb>>FbB^>uCXPaa4)Uc)piZ9tS{Qk0c((akKP}q({x9g5l+sx501*WLh~_qg(POt2 z3~hF7+t6pY4!>F*AlG{xN;-FX1p0guAKT){Xr1y`C7-k&B4f?E7~A4bc8VVBK5Dbg z`=%Mm-@R&N$YUANwG3}MlrC2SzvNp0!O)g8EZDoGnQZEU#Vj;LROs>R!N>2=$lv#$Fi2sP zwQ5C`bM?s2K}P+x5rnLN5@o69Cm>hiIEVu#Sns_L)(QCcA;gk)n6fw!$L+HI)VEqp zCQP~7HwYcKj}TO;VfeQ8cNK-f(lHUi9gen<#QTZ zRAeR6C5{4ngV)?UxJ84Y);zQ1;&%Bm7=FutJE$m8Vp>G1>It25HYQwM_s))LXN`-B z4*1bsQ}@Qbes&uwHwdva7%Qq3`uxcL>$775H;fPv%QwrRcD?3OTRWX{&NA@@SjD-K zWMWb%8@G!?fE;(uMPw%(S2-t+i)%E&7yg(27WXjwI?AoXl`d%{iG&1<0tLeC+7U|J zP>Cm7C;Ow?&fMItXh#iGr7^z)N`6F*T7Tr{jE^&hs4-GBjh=t3t~~y+QMS~E*8TL` zqr{-zU3TK3vWIDG!IeDL)Ei@qc)=B00QH3b4KZS?v!F4N@`fb|=J1>=Kvog88!U3W z28fjMCS|EBJ#OVMV3Yl$4~;}3-|AZz9HLpkLYiIjoI$mGTPvC)xgi(`re-ulR@Jdn z`Rw&*KI!LIyrpA-sBwm$6D*|;bNFL{KzI}tk_B06ix6C;`kF>}CLp>zs4rwsd>6vW zNyfc|i4jbk@g)3l`0R-C*Pon|N#yYJ!H8NOQLz}Rs|txy^WuqN&@SERK2T`jCw935 zK>FbCK;wa3%zYNwJHWQ1t?ED!B%d8;0zM5@@xcz@_lP+qd@$iAbhVjMomTDRV9a7+ zfU7Uyno^?IgNN`I7aN+)c#oIR#mkzpZO$>C)BY(hxUBPl@zER}?PNopJ@QprHTh3A z*4ZxxkA?3KH!(b$P_~I|{K?{k*(b&??7v1)(*@^trKsrdsxZ9L{l;1DY0?QU@#fz% zNzn)MxTe@o1*Y_Iu`KT|2#PBSDi{Q(koS zKCe^F8xQ~p1RSVR{8l?#c3z#U(@{A(@_HT8?l{-y@H@B6j>*FKhj(lDif|wMsf*>Q zgYL|GqtVvmQFi@4quECr@9(d+p%1r_pH6;mL|8oME$!E?pGN9a``H77yBAZ1+Ecp6}i)59C`o9 zycqWWQB2rKcL3ReNZ6}yNf*lE=zO|JYaf+Mo9iZet$O;-I#e`+@lO0EKinHnuzKn9 z2&9)qy%z_q&rj1=AKkLY2Sss-TN(S#doyrju_kNPhpXo2PlM~*pdq2j9b|i=EF&23 z3`g=&T!yi3k`m-kyKJp>%h(-%+E8A~r~kbCwG?aNot(d4cW9_~VKkJZFYf3Xsg#Vp zg+=!nm5ZS5p_0o#?9rlL9Z8$6;)O4Neh@fwd_ddGG@GE8>f4q2oJx9(IcNUEL|6eh z?h^{Pd`dILYjEdkmh7F0w{KB^6|Qyb$C3@__pKOc9U83Z3F;1(GMocKHZjSiR6_zu zZs{p$Q#aX;Mmmq&eV{7osL7Jf5soEOODS471b9R=;KWpO$FZe*e@QfE8unoH_dIZ6 zT&o9dF*HANZr#R>9?bL>2E|9;28=XBRiuoCgI;@;ddxW(Z)nsKNcJ!+uZ_Ri=JM|i zmHGaam2#kF_#-;IbenR5j8@o@N4a9RAfHOki`d(8WHnpQ5&^AHP~Owz^e*NYNK92Z z1JU;nU%9!Mm5!FA_hj5TiIfzn;;Da}@Lu3v8+LDH=MwzXWg_RLAbWO19>2XOF)Q`J z-+sAskOemn%Ur2~Eg4~4-LWaIL|IS;v|g|pYF#Vf;+v7r38VB+na9ng~!@thSsMrn^;PqPAp z0}=xM$v{6>D`#eoB5+Te{WQH!%W5n(&p?2*-y}FJFUVZNB-=5fyxxyy*-Wut0m6B> ze^X)Zpgo?l%eFH{qq9oOvI&Vkd$OqdpynxGhLBSWZQr?Y;uNEYhuGTb%`GBn-*4Os zua=zLaRKE|vn0-78t6U93xwc173ll2`!K(sL4}w$wILTpM1AoT z)1YM)%j~tG98$I*h*vfH){Itc9jCr`q`NL0Su*NqH(A&V4|CvPaTKGc3}of;+&iLF z=a&?KmIoOpv%7yHMC?~Ep3A!pyo3ZP1YEG>;EJA*D)>cW0=$GF^-SB+;!N8r^6Om1h1s;)Yf zRwas=E=F1MRMONp@{^vzO&`c-f>0qJ=Ud{X>VKwF0*-TXFmMt&_KGR!aw5}t+*2-P z^snsYpC%=Ya2q}K!Qvp0Hz`1>I6A4%6s!RCgdtb`0U`SK2QMwByMNkjNoA2hwy)ox z&q)2AVa@NIzd9>i@JJa~j}=?4cGjV!`pK$6gEsW=y&lf2uc0LrEy(cIqs=EbC?-7B zy|1v=M)YVPz1GQ+ZITs^dTt%7dA znYy#xvdm|VtLh2wfuKz9P-vR%3Hz+mH35s z-Z)yAvkyLjSguFJP6v-{Wh#HrnV^Iv-bYQfY&x3(;XjRA}a7ao-rZcGvszAP^cyq7= zl)=xmSVgN?qQCz#n92~ArRhq*A{$H`^3urjj_{k+zrU#duxbKbFfC`@Sl19XsEVi| zmR|{6rsntXuXy{#Z7_&?)Ma^^(#l@IJ6&A!rqdeiIR;{dbeF`Hb|rPIRd$m_3t2taDb2(f+l;Tx#?IFAF2;G z{9QcHRt&cUr!dbJL$vdNo4#+60UK&C^Yr-RKsv*ieDk242_ESaYrNi*%+egIUJ&rG zhsl-T$99SoQ^x1E6&&%5pCU29#&SzA1w8#T382tCR<0{9k}oxEF`$#g2~C%GT=(ZF zi`3~7#d6h31EjA%Y9;LCd(s~pFayvxiOLpC5BI#7q-+Z&gZ}2Y2d0aN@}2BoPd?YG zS~2XXSDZSr#T!1!Ogo?|EIH+LASN7~(Z2m|UZR|JOZ-ZTLJ!nj>?F4@sa(GOLTR*U zO-y4`gqH7z09@T)dBE|N8LN1`ni;APR=*~0`a(L`rP0WAn;~A!74Lz4`iz9}+vAlC z$87(Rje*AdJn7sP%ntYaHi^m(ObHE8#~V0M_79MZm>5CD5G`Ds^vj8i`PTWKBG{|g zQ>hgBQ_JW{)_tMtOzYwEb=wB&;RCOt>f$@Y79RzF6j7F><=BiR@3k|I`dJg0xY+nq zZSBbp4pOzImG~%Y->PHy55rK=Otm^9@u&3MJv@UmUP;*gf&(0;K}^$0IzH_v@(DUv z=$M4XtuGUNKBLy5FF&#{TXr3eYUOf2nwEZd@xB=vvnzNN+yD3#cb`r6QXIC@PI~?4 z{9)v{DS2yj$P^BQ%nTRufP)K*klGwx83Z6|eLlHMDmb&qAFWO)~m zOuY^^V@^pR4VPI$oGSqbKj{Q}xA>b_=wJCfw_~D7aLFt_ou;qA*GV0sDwPaB zo-D!Zv)@{8>}Ocae#ukYQ0$c`*w9Rk9G^xO>|-v$Pwa|<5%6U$hKyWq?`50{;~aB< z@G+`YYTLqbB$PH%_P^#1rUsqv_jfTT_?$Ph<@c0A9x8JB{LI^$-;EgwG$RDgLRGPI ztrXRnDQMN+_2bDd;k@QusXbN4U;WzSAHbGy(>-1K++rSW_?>&c!_-UAG2}y?t_r^y zR2m_N)?@$r)RK{VqC*A>CW-)-_5EJ{%%Z>lFyS*iG9EP95sCPYlty*@02$X63i_L4(lu`ud?M z**zl^W?ws6yHvW*Im0_5xZ=dKb|NRXRhJ*<9vG+#eN|7&;L7Eo7R9$}RMZOC!{x=p z0;|1u>|}tFhI0}B`UYJ;Nrt*-oCSr3S2%d!sxH2=!WSmj-}|C_j~En0U)rJ7b6s%B zb6LD$rCOC@YC|aYIea5yDxac0u{tN@$k@k~$hWDGN+HUa&b@PukYJ;hs)2B4RA*A; z_8hfTMvM2KJkS_GznNJqx|VFUbb#YV=hixaNvld^a0BhnKk!W4&oy}6zL|-|n0X~b zY`igf$G_dPMWo@XEqOp9H4oZR;bN8C=15%0F9#9@Nqoz1*Jv z#@!U6ZVcT=`F}3p5Ie6wX~)vPG0W5eLD=i(hksZ9?zx2>dH$y$@8xku!|GcL(pK$* z8?AQ=t!BTsI>sa}2&TcdWtXJr1}2226u+KcB)@WH|FZRtx!E9M_B;oXaQt>`wSE2q zUFf_$FE4U??&Rm$??j`$|3XUj%ncqO4EghVCo%$+k6161R;~rKmL)*mqhiH-H^e3% zeaa&zQL+PoLZR@{Z#lnB^O+l&mZT7E$GXs{vJSXhT5wqS*WJT ze7NLIqYA&wR_>%wKcHTuG6qkvq}WB7-opz`nyvzeeHxM{9rwq#%fWL-!B<4l=hptI zYLhjJc*gF6b7^64tdlH%q9gGllSAze^@e^%0V&g#hS1?Q&Dox;izo8U4S&}qi1twJ z@8_YiyCn-P9?eC*Du`dit7vNxD=r?S2p1i>G)Q!yadlZrkau+(uv#6im8JU6lWo19 zxOmLNG+5#!tW6;aG_`x0(pxSkHns@`75U5+a(*_pnC9lqvxwQGIbR^7y&+M&dY}_N z`D{fD-`M32MnHff5&%HEUXp-V31X{j9PeeF`2w0k*sOp|kM}qwXRVBlcO>z(fFA8f zR`rvjKYvyVoHnm56|=PKf0O!cwHzF$q_R5jLZdqNY@tOK0DG7!7%lOJv&Qq~r_Z?(1%Sf#W z-{3#RUx2;~t13IU&k3sc?I{$4n;O*$*G*D!h7(StZF-<)$i)BYQw)&XY2YPz0aV#k3w6r25w9x$7DrfeAg2xI^rM@E= zOB-ySDtEWz{p4o4B}9sa6(K1hkQo!>$!oL9F|Li;%6txHI45N|C!27|RAB2{boe)F zPg3J=TLJ}OC-<}B-#s?}M%91!7n#Px{DM;djWe~f!GA!0qQ%ha{9=hY2iA~$7?(U7 z6G8@#B_9I&0-XS8qVR`+8GT>93|ocAHDEz@STWqk2*k+RkLo6Ctc!rR~2;r(^>roE zeV-&s{b#q66npcw?0eaW71RWIEP)&6A?nNF$O4dZEC7Olf)pb}IaVX9LqRc!q|eW- zjKtbc0uN-P4m^~tLDt8Ak|juq|FQoYVwQlR79YuI!}acEnMe?u=gq4ax)e2~P^NtH za;k$wk=dzr=9l@$kC6i=KX3Wi#NnxfRCW)0G2|1xhZ>Rnz$@r*1GkNP(cnN-gxhz3 zw@KFNU`enE;445Az>?II4mO4|2lw$Fh_y96vG>84){e>hl0!qu5mM#um|=63Xr_kN zQ5qGvmh*Kj9Hb5+r97#w%_4a<>Kd%`Ptqjn|9Xdgv1IZOL$$7`hcFRHRqWY{!j$AF zAPpj`pb#>$bQ_3X#zN6Uw zGyL!y4b=$t{2-+|9uE)b%>-o$zF$z(-vO8ed%5X5Bi7@=H~V2QcV)HqhhR1`+&5t1K`PF(NS~fZDn- zvJGqvz-_`^%N-_pB-myBR? zc;p}(0HAz{9z7dq=Z#ki{fRGpQB_)B$G*l&W+K0czw}Mm1m?3DsWP7Dx<=?4-gymQ zL~ij>UuIX9*F=@zQzxI_R#O%JSfZ?w12x{f9=!j0kp>h-q3_MkcOt0EwakdtnqoQp z8IT#akh1PaxO*7}QI}>MrMArys#Yv)<@nv)AhNHJ%o}Xz6{1FDXNAlO+7_9+-OM@= zn&!>-5NChx`&$Y8CPlxA*GVar(V1db$DL4Dtu9N@I%n7+trgF?EoZVdMG^7&z(aVI z+fg*g%nS-|nI){XEkt^^{kN*I#%1XWCE2DjmUr`*NthQtcNuhq(X^v@Nr|(6!xOMH zK{~B!c&-%x0}h-<1ii___(Nrt;|ByB0yz)h0^}LzGv+Nb_6{X9}iFd=dZBhpBKPSj#SLOXsffZm)#%@G$6n>Nu_NojI8v~-Km*XI zdpa?GWlu6WkCer}*-WtINSav&5&GQa$k}ti_s^#EzndVpN~u5TfPW4{`S&n@z-LOY z^#t;`*bPyu6%TIw3v~*! zDpp)4iERzaP|4|%VqV&7+mOFw0?W;eSx}u@9p1dIadNCL$5YD&yhP>-!|{Q{WApsL zfWAJ|ck#x>$$BF3Xe}W1?C!zaE~91&9OH1Br-;|ffRBHaX9vl)g&}tF-5l*cqvCS# zD8GmE-WMEnZ~lG#0Tz26>ZYDT_tu*IC|F?h5X%%yKNTCQkxdy^ok}JpSyX`CfystU z&VnVzLzp3@xIGl$D~d;Evh5oa1`|V!P-bK88cF~fP@^NI@W>eTAaSyu^l~I3=q7(OB4?ByOMWH^ z=5DBr9pxYUQj~ymRWVG3&|$y^K0=48U5J5QUBdp1=Eo0A?>8vDx~CPdi2GDyW4+#S z-%@Tsvek`tJzX7Q&*e&scOOZ%{{Hv#_bcUx*BD~Cqj2zN87h2%}+(iwy znUW~s3;YSm-xnUyg;A%9H@ppmh#|A{=Q3dR!+TT#g_~AHwA0d!`0{+2+g1pnSW$5Q zJ+bHzUB~K_Uf!P(gv-ln`cg!V~uJA?w`Qp}H%TT?%bG+dw$1u-i9 zK_9cqqTacvGmMB1UKoD19TK%l##=@oM$?;=LTUIj;*aGKe(%xK9K+JM)4LlT0{<2m z!%s|U8G8hm8&!+#yap7zdMmPp?z0qz@3P}E^i4<-{cxp@zyVfXqo*An6T zJOLdxtyxG?DaM}%4Dm)Bv${ga4cO&Vq4rIU0}i+dQqwo;>$1g^8s6dY3^Lz zW9O`QW`}Mhkw1FhpU7LcGw1W$8ySRA*|=P&&CTWL^!nP5$N7lKo+=!;Ou5mZVLA_4 z?lhCP1}M{(sr*h+qZ<3=JFWPEeuK=7wG8<`PzxFXz=hI70`n&avDdihZqm0|a2fP- zyV3kdjrJRlsETy0M`jRD%_li?QVDT*%#~xk;8#Q_AeMz~psX<%!9nGi=7skXji(QRSaSBS6f1hcDi_=vc9n z;Lc)f^;Kjs=6-$Dp_bx$8v$WjQ9h*NTB+6>H}?$%3dP%1ZdQZpXRN#*u_lk-7OY77 z;UEjzkGJ~eL%TnPH~aQaDD8aD5|)fLCOckGbdpc+y>%<Yd?(t=Ih&8~~twNk%*{9G`~Tq%ShGFv5MuRiM(8F#9kQb&F|M%1u zN&=)FW8FzjZq6hQi7s2;oHD%I=M2t~zr5@NOu`r)q_tL^Gjnzx7OKvF)4uNUV8k6X z7#5q5Bd#@V5$f|4tt8BJx`b+p_pu;70>yZ{yYUHFW36y-6_+B#cSeM;LUQJLk+Z6SXJG|&iyhisvrI{f%`-zgU+4YM_H4(=(+>XD` zDh55aCNJ=pIALK_@{?o1$n4Q9#V)4j73~c!aCKr!DL4EqS^J`q5w zm*9`ke;^LQfW~Pok^X1WB<_AZ!w99W`|&g;Nr?g4P7J?bxblukU$KXdlfNgkwV!{k zoso9`zT;e4bJ2wjn<`iDvIOib;xkm(*Z`=KB1?zXiwHr61x;+Frs>zmY!KO~M|> zCa>*ui$Oc+Cc=k7oC>q2=R`}fUxU9CH)+!Lvi|8s_;}}?Zu0)IcDA^9X&_+4NOur| ztS)=!u7mJ~>XBav4mTfhFzmf7o28NPu(L#s;RZl{X35o0Pm1J`UNtyj2j(EO1a7g* ztu9M7!N$g}Fl?RIWMCk+cc>e_57YHQKjdWh!OA-trfZXxN^X z+SYDXEfO7(Q-v%yHb*Z*wb|c}<-m=+!aa_ppU9d~B1S=D}utanaf_OS(GLOBHLE)}U}y!hhtiyg>0&(^WEod2<}ozf>7&wc~X z(+gpW^zHDubki3_?k`{N$HW6B|2Iz9g8+gTJ~q$p`I)gQ>Vw1gQ z_$#T`^WMStYxY(o6haqx3cq?3-4K&}IT`_S}-&2TdVSz`%bjwTNB`?^<)&@Q1B4?*ir0*b2WhHpx%KZB7@^C}i+ z@5;#G9*I-1TI;Z4g#K$i#t8wzRM1A7dvF~PY81C4tJ^D0^Nc~OmwtniAL!z=@+MM3I*V3>%}TnxK{J<5F`U3ZZua<&N? zeA0A??-&Qp?4`Z?i#NcDz7~y5}C!uTMpd6}Xi}94}oK z9Z#TwKVQ%N(!l#M-y}vfIGw{XwTKKlRH82pF;dx0>8 z&Fm3O$}Qo+V*F@QYlOUP{YGlLu*aer)hyy(gek~RAZ*>d(ktH|{rTiV9P~9>@YIOK zjll3qJire`&GcmE)jycRb7-H_Wg>OPreA4%9y4w6OQ>~MBC-$6^x(Bab?d0WvC953 z7G1y8K>f9ZnT#?uGz77z+=Ho;*zVm%!=;MRll&CR8sy>K)UIHV`HsfTpP z&YqS0@a6B$im8=38aBq}(QtGk0AC6j4Hd{fgeGCKb#X5k@H<00Ozn+^7tYw?-)6&l zVYT>QNgWJOjnHh+UI z6>U8Hna0|=80!XdKS|c3>kE8kib7V`F^41?pM*9G_PT|o-IZAK`VEX3J1#WFaEHlT z6fUTOd*iEVe4~~Fu)XL>NCgfSeTn?=jnHcUl8IT0NPRB4KpkRfj$Mb}&YV8Vho(X^ zd4!cejYLi^X5O~#v{*)TvvV^uvrD*bGFMY3iE)i>`$UiF{8F@b;i_fimTV8TGqkdD{Hd{}UM$h3 zCqnWA=X>={^veIKpl9F!_EYN*k+9*Q@B`_#pMHOiMP74TQS01Y{sv}t7?MPX*#SzU4_%1A2;#;UFN2n%FEdTF=)Z{AD;C97@UoM@JQ%z zz>i5Wh)D9#ECmQ!-gaLKc5?DqH&GgIKynoS?XTczfF={h_?+QMwN(5#i>tRokJ58y zWD$?@Ax+QBAaw#i*U^Xge$a#lgOVNPUJ6DDI`Dj;??RlSfl6F4}`%o&p@(e`zPA?SxYI^SDWy{~liB z@X-m}zr*a~ElBW;l$N8@lEP2YK|=ZrgioqRLh6Su=ggt^S}(Mz|l36Jmb)0h^gdQ`yz`B$+3XJ-a@{)CfKFQspmogKr}G zeLwLv8UJE0o}Rgr?ZTcs25J>D_gP|xhOAs`?$ELvU5+Kd zE2yyucK{P;$`k5Vl+Pz%qybHjS#cK9Z_&1KFFqN(ePmg`NDRlKxP@M0#)Rq(|De$t zrJ?b<8Sgt_!PaYatM|zIUxC6L8c<~qf!ulE7q(SE`in zZ<`paxryYZB1O61EqsWjye1kYY|uhydiuD4+q)S06S5&7g=YH}p~F3O;>gXzPPH42 zw|GLOwMOvAyB%t5CszD}pB8s7YDQ6my@A$77)GCqZWhAcL#e$=|Et%|*nkE?eK9io zcyzEIDbQz3S9%aHB!T%}t|I+-VIg(<)4-QrWl^h*8$#E-Y4uzG*RhbRQS3KC73~7i|-!wZk-o-D0puFV`>#`6XAjJ_zi* zhQ{2)W1e#&R6XFhhL6Eg`3L~vV$7Ss=SV>*DdL9P?k~5ts$IafT)|pjrUc+Bokn`O zyAl=M{~-KRn(n`)_5NFM2t&rz#aCFtA(Pv3MFL*9uoHp*x~OkdQSWeqUJhzh)a$8G zB6+2SMb1I`+TK19Xz+OXpHdMYWZ8 zuGkM*Emf=?=jR_9h<@*jyNBMx)Yk-7i??#4}X==eaCToErdmNeU&yaQN-QG_Q2wiYUr7L5N#k#k6oKwZ zMDLIs#nDv?-LB`B3Qy%&0t*h!Nz}v1l-oY04@s~}h~r`R5YoIy?d5o%jk^x7x-|}m zxlWaQ@ogHpbNa8Wvfku537yx5aMH{>Bn~K#&hPen#T@@NE2-d`*qk0^kMlQ3Vu$UY zLz}q6A&peF#B?Zexd~Lm#7Mi=JwT~-S{nB<7BbnZ!mSj0#zA|l6ka|3He)k9Ta0fk zQLd3F6ck?35OX{QJ{`~B)*cB6i@e-QBqs+ha0;G?cWi(cH6%r<|aI8RpdGHV8n;n9YeRa>!v?+m^E;IySMKpACJKfkiH-hinVCO}dGfi#E#AliteGcs6xbWIW>Pj)2+kZnZIbu0{q|8`g@Zk zpe&Kn$5N?dMj*^=2O{K3ap9a6wb=7_3n^nF-#OcT(}TK%uldCKF8wnr51X2A8~;j8 z*>h#1J0xMz__I`&Jg0F|&#x(^5rgCVT1Plu-0Jxjtl296hYel<3)Q~g&(h$`Q-5$I zjqW)l6;U8L!MppZCy`Jhg+PZ6X87=UjVE$M!^!k{9BThQZ(%4L=lrs|c0ah~DoVxJ zwxLH11iT}n6y*hVg`oE@o&uF`Otr`7U3KYR!+2ClO;t$QQ#RR9L#$TTS>%FMmm+9o zS>rITYkNf)g*{TF(H(}oO%U!6h*ct3$1kdp`g|jS+|}^>pWTvOH*DSSZwI>@hzm8B zis(aGxe#p~ez88)ACv?7I~| zM#}$UC;IEow~(2?mlk8cSNo0(gmor$ut@-z@87|xqs5eO)xTDOut1iSa++lX%gd|Y zO=gS!UpK<)(D3FR+WC^*QRp)|n~|^lX|&96Uq|SN(C7GoKA%uS17Rp)C|vdAmZYCV zad(v_7AKfBgeuYzVuvT5kQ<1(10R!+5Vr3f#m5>uPE?xAV3OG%JeEC~ED~A5n{@CY z&X7g!i`6I2LO1$byg@Gfg@meZ0MaoLPB=K1g?M(0O)vc3*B#*I6|xzyDJsH7tl>0l zE5NC1INSY*Gi(`{ z^uRkI?|f3T2y6%7uZ z!7I=$v9qh)@S9&&foq_Vr~) z*gu?*R_qN|RCvmz;}{}2Csg?;)Lv}DS5`1tYzW{vguiP?(cx$_p>#dAWz?G`a>)@h zVU84*hgE~!y;dqoVJAi|aJ40zkxfT4U%OampXuGllMmiXh%^1cswZ zUP59S75T~T3%LagrOJjzH7&jhtvPUjfG<%4zK!NbQ=y!Gp{c}elsugfqdV@S3{ zwk}(ht&gpat&FY7mgJ7eoy(odANM7sPBP}c#|igOq;Ma^$i@bSVHk#Cn1+f(JT{gp`t1UD<7{-*@gcY(P9 z^;asOKFz4~>3@tqeVWpzU;4Q9>$0gK#aq8Fn;8M)I9hByw4ldP?mV=h$5Fm`XhDyo zZ1K>79!Ht;(1IRESw6I&$DLku($5!tM1OP9RY10WDFDZ|^-)r6{S*`1)@LzL-~)r3 zQ3(`UpTwc{PXK6r0V^vstu*>P3V|Z1fv878w`O6-(IjmVU=SiiP7cNoKOy%)*}x`ezd6wy z-)E$bk`I(%1Mv~}K!bMLQPj);E4LzZ$mOPy+XvklztPD3LAQ+IcLIQDL$gbBv?Ko5 zgq^p>jdpuwql^I^6SLYQ8Mye@ph-|EnNAXC4i@OtgPY(c)d?bQj(leGig~ILP|9Y^ zz#ZVhv56rTb(Wb$%n>1#hYgb2AkI&{p@-Hc42`Y~zGT)hqb7goisS)@aApXXaApZF z1?77H(J^%m;Qd3ex5daC3$4luRAq_#!qyQIWRStl#ZhWSIPH#jY eNMdzA;GrVUL(WX1prhA(hzLAHN&p&CQ$s^cNHQ`2 delta 103374 zcmZ6y1y~f{8~43SgEWYADk0s?(jg57s0c`RgHl6-NTZaLw1I$2N-RisN+TUgcP%^5 z_&mS=^|weV;RPat?pj3a~B6*oHts2tlwwJcb~G3J->~8$uUC0^%=J$SK4mL^{Mqax*U>8L_}3O@ zh+Zh(0O`Nd|CJ~Jkqz0oknTh33F*J)Z9z5%r2ks>ug20447e}=Rsk=O4Z}d}K>oi<=sJ@c0r3dp-*HXIORRB1wpnPR7DHq~Ov7QYV+cOT{ti(CQJ=a? z%nR2^r6XYhW}&oR2s|iG4j~WmFK;^(djRPZ2u29G|9Au`3xqKQ9fSk~D+DuyA%q=- zE`%urJ%kKI281HSLkMq(7zh-E4HoPv365O*NlAW|UyK$YNy)EdGM;$KBx zK>Rz|GL#kyX*R^a0#YIVom?H_HH2L%1t|yN9F!{rA|h3u^c=Sqn(bn#(qz2S7|8O5 zP=IiNFoC!Ofd%!VIHZ4|Gu(!h5<(4%eTIBz$WBkqA>$CI%3-=QOdqW2)L0gA3cwkL!c1dv)z&LUm{r7S|;JBWW5ya1&Ct`|udNNFJb*M@&>Elu5}U@*OaEDb0n98w2J z|J5c3(iBK{AT@?^{~PO7$p1H%laS&-S`Ce45~Nj-4?=b)WdEDA_>iv(>1e7Yr3M@) z^%Lb6Y9BIaZGrFr!5a%0*(uVV$^;kqeaBYY3?0eydK#g>gPJDd(~!8HZ8d1A z_00&f_ubq1T#=U6}22{E&W^w1LB55q^0$fz8kv8zI*#-=d#OQrq-$e|$rn@ZFpN zi(7v%$*)5^P{-mW@;G*xo?Eu2ud~r)rE(z{uI(nB+_cRd3qe-zhC|I4oEsrC{!2zC zFnKCmajkwS%iYI!NEYxCr!=Eo9Up!us}9#7BALd!wXRW_-K+3X-iqA6a)H{CpX%br z!>ht5ZW%KiJC&P{W_X$_Dnfin76u1dpk3j+<6-uxOaDR2_RqQ|mhXRptb)ygc1C|_ zezr4b7MDeZwR&K^)vqj&sg_ZBEGAvk#l1M z-%BG&l)UC9TbW}nS?Q4qtS;C9`J8I0>Uc1oR@sL}rFd}#{+XSAU%AeAFB_J+PVl6a zQ)}feb(b3QNKk-k3McyO#>gTGc-l5zWZhbutbbI>3j@WAI{`S}CXIN_{NN>yH z$!2UxQsMrGVO{x@Vqu{+bMuJVgC?gn4m|<_MHm)&2n z5P0M1;Qdwq7#ug|4~Cwt#v zoCc`Tdcp7sXMAN@V()``wt8E*P+pe{&3=+z`M$lY!noJQK^3yd2(hw)hcceX_zn zj5q7zLLY0HMckf|NgHLEriK4JcWJPFo;U~S7?>xd4gM{h=DoI&se;eq^!??rSRdY- zJegNL@(T!`!wJ4@`sz%EMc%5J;6J@6G3S8SC7`sO?NEd+;H7H9 z=`ABy7fxt`yUSWeZyrZ3i=IusKXZYSlyQ2yX7IF`JN7fZf4vSFBIw%+?51S-S&W6q zI%#LzQ?gqH!5JT-DFSsKY%L>@y%9kI3YF{u2lJ zfcFh9Tn#xPWP<~Q!plC2u`4>>y-mo&Z7@blf!C*KZzM%gi4$RrwesLTu5Ph3LwSw2 zoReBDt#o7p7F+Wr!H1K(t1!`@9D>oH?1UkhVZ`r z>pif3IH0UUd$jjz(DS~S=T$XUk5{O@VU`pKadj$km_XqZ_HYMTOsp%CuEiqprtdy8>oibOqhJS@08@=B27H z_eh@~7pi>7WZWkTT@^ff<+lfzpYby{_?mWaPAsfUJZegdP(@rUCg z$r`&`(Me=ce`H!n7`Yjo1&)zD{QShe=)HYZ7aOogOKT{~iA-c1s=rNml7|rWe z$VVGqW^;ZYO6)|5wg&!>wdC zuvqhV6h!0~&iEjRdJaAJ!SBJj;G{p%Q;L05S8A`Z5ZwCH=PVf@E&6@PYAjcMy7#LyYP$4E35@@PiDo}n4lIn*31R}Z7HyT?ACF6{P^u(|T zL?AUgdZ7@uJj@)451evKT@-43Y+D56h=?(3h9(Dh62rm}uc#@}&4nRL!%UIbz%DoK zg_Xv~)ao(Hzj zT_+9$zhiIeHc_q}nDJwlI!kc<((OYfcz`bDp9cIe{dhYFS4gr(? zH!e^$lD?bMa3BZkV@G+XzWesqxhO1DHE=l{g3tIo{N5plqu# z#>Xs3Q?U5bE%Pflf-dEo1ne-{XN!5D#f@Fb06@`$#=md0@Cu&4ZGQxPA z?8<~9jeZR&S`q<8WjV`kM1>_emOrUgwPeF1cp_qbqX>*)xVyyUB?o_I=$Lid#_0le z+Ggk&bv};sJ}EaT4?AHg)c{>QPx4B5+^_V1QPba~I}m-qXp7^jXJJ&tBh@l7vf{XE z85mLVNY!)K>u068T>T1Iy@6B)%{is7mmSB@8x-jR8>VV|6OkCaC0$!`-6<6@HA62_C7 zhE(@RsKxY$q=d(dh^a)hySOP*?-ElAY0&7l^#E^T(b4uqd>BzNTz1~5GV&C50wPwf z;EV&q0(>e$W)9z&5ejyE0!9|sSCyk5@uHE1+5~VQRISWVlZQ10=jAH(-AGble0G%- zZwdpPlqUs`dfn4n-)!*p&Dyy$CabZ%UvZd}Em%Xy_CJCR|vc{MI)d@65;KksG- zJqDO|s)j#*WzxMJ_~`IG(n)vBhVVImQjOAqy3z~c-YO?`*TGPz<-ZWi&x?Zi7ol9#EQi<` zZ>DwO!TCw@tl-w~_Ld;nN3RTG?LMlJH5UU3ozaaDW*94A5MZ4 zdvu5coTye!mBpJ;$6;N~ItC?_qasa-VbM?0%7VK0Wdl*ocW4G2tzWm?@}FA1-fP|O z`AYoX3aHBoqkm{m!ldY{=>=ORt=xxQLm#x6cePUf{W`G49(d`Q#7T-21qULiL?(BaX1S&e2^3DCaZQB>J%%d8`==UbjLh~OR-2FDDmcG4> zloh?b*Jn`AA-e1u7a=Q5vG-H49{YG{?`^oOAOg?tInBJw<-Pj;f+f9vvNonPY`-VL zxO<;z>ybws?ix0&3-8QB8o9CdiqNomrPuqp^KTlRR@MaOnW)_TwD+18?g5v+rEA~j zm?&NSH1;YNaA$n&*7jzZl4M={)Pm=28aX`ec89u?8ktwSaAhB(1pTUlP4^z(G|jjD z^*oR5&-uddR~~G#_t30C+h(2g7uiHb-vZBlzmk&q_bHwl_xl#Ox%~>1Z?fitUV3i+ zNndjvuNWum%_(6iHRsep(fa|>!D@Q~6b(qRwQng&vJaH@IB)Fd>99Px{-|9I*7Kem zd*FZSUf^K%OYof+AM@zu?p|PL^owSSV}_6yLP|0C>?UfRLLOzG#RK0ia@@r0{`iHRJ4a}2HdS|)l!^6xy5VP5K0F!biq zL*)3DkHCN%RYqQk*Si+9h~?j-#*THnPh$;yC@quVlp&?hM**tqn`IP*+$c4J;MiO= zrSv763fh9+s5hX1Z?CFYLnZ9WIbQqwrx@p^05g*6$ffgk$6zuo{Jyw75 z(cw_GeZ|hUvm!2*CG&agVg_SuUdH?z^9--#q0EcWQIXWu=hNKqkejkLF?Ln~!ibdY zmzE@~;mIGhmZ4iN9PAYww<148Z5Rc4e}dUkR*=6JxmlU54^puvy~?QexJoUGV17qep#0%0-v3CD;lKK&qH4 z!T~whrCUri3rKjlw2ER4a6dNBmOr^5i%GaqMxR?DsKE7UvJODujCa%uK`D2}P-TUn z0GFrt+v9KKrlCag{%;yB4=~tRtOTIv;KpZ2x72idKl~N&3$zG zO9UZUKArdz;68hMkQaNyiS~PmAm9Yf0uB}v)ILIsnl9mWMj;fH{INnMH&g1fNFeIkYDB`uRxv{dhYuOQtm2^0Fh?~TL{$v zf)f@tWsqqWJ0HZmxzrzFK0|MI4+EiR`I{((fURSeeEGG@M6x^(vjZOnfPg)8sU4XI zrqF5=CFg@_SJ_0#dSQ?pn<$xpkmJQ{Nw9ZDdAUEB10rmJOF^AQGo&vTBCq&VpMEe&+|3J#KX6!#cl;%sa8PO+Xy zO1X!dDrSx1#qR9}zj<9d_v5>t=Iv!QYY}wX>5<5%cHL_u@qe#^fZD|Rv^&H^<|SRh zkIXjX0Hg5F?Fqioc-k??!wMg$Y~+-4%{Hv5r7SXWnEBjWMF{0gmO^ZnE-t2vrmLR< zw`8qOXNT-gWj--v$Uo=_pl*yL-Etx%j<*tvj(XOxCg)t1S;O(*+pM~j`NNixr&Y38 z+O^9`qt`iWD!8kMUBaVQL{k$e#70BI_Tr1{9on;Lzsc}6QAPgDs-n=(_G7 zEZ04aH4EY!@q75lTh?PZK(&lj+&<^izGZDGfx`J#)WZI9fWMnt{x3)UT3@m`L{R(h zkLNju6gbaL43fjy5{+f{lWT`FC}M||J~AkH6?P^3VrD6*9xFa^_n^9Wp@#$6Sj^{1tmCS*<(w;ARfssFpu zc9BjF*f{VzsctUxfOB`>sT0yex!KhGC_9+h5`*$rRn)EJDpa1!t zd@4ZDWK8!-T9}-@m`B&4n5W#kn7=uaA8Qrc8Bx;3_XVCov&S)cZbVa8ML{IkZ6SxZ zDoh-`d|`QPqK=QP?Ge2@6wR;ZhkWMEboi*n7bm6Eh{~9Q*GsqRkNe;4ZmF^Di{S6A zAEaN1?4s$q!ga8@Jw21vlls2mQUC6?>RoDgghm$z9Be(|{NfeaCowl| z%P{9`2aNicZ-1Wr@+c3vBfUf<=ya}O^sPo0JT0^(d#UkKIVNFPPd<@OYQ>yxsRJX| zawvQl7syoj9%%_ixuTJ@7xpwYd0;|ro7E<%r+agHf=_nLrCrCcq~^pX^T%0ZH&2X4y$9zwgH^WxIOS>beWu9chUH55m> z(7Ab%cF6T`&%M4I{58r&46i4lr>cOkYtOw7!UolPF!=e;4~g2|*NNT0z1q`yoI23= zx$=huZR>syLT4!fkKL|&UvKbNC|fW{k2j9u0!q6mvh*#rRmySO=gPAHvq0N6f-XJg z%siSlJ>-l9pEmu~*<#e4boaA7ygTXkXXa5f=@w@!cr@uIXN!@y(+$q@aBrt;o|#8d zrz@VZ;8Lecoh?RCr3;+_c@ZdW>TAKUH`?UaWXf-}iLdwJZ?p-nhudPbajq*uW3*w{ ziApir=qtCjd%isN5#PWUKPSz@wAW@;QQ8wLeuPi21%$O1?^&-ms`3SU@SZ6bHCGpS_gU*Bw`0$1nE0dK=t^SJwTTF$2EjuA$iIg z%Ak+{%aK|U)9<~8(l5L?WZ`51&FCZJK~^SYp5Hw<94oc+l_cCL_2yNJ{m3&vyV z7K~^fQkz)!kMDa~@iZd;aXR}kV7i#cI;)FziqysKR`L7x8z@qzC9a>8`0jlYKa5{VD%C3ns6 zjAUE-5{cUM#3}g_33uyJbWQWLQp^jfFoWf?&HPf&a zv6C}7@hL(GDB?phlD|^w2H*ih=MBwudsCOckyWGJiFC<&oLyqPSLcd`!A!Ql5@yd9 zYK5iQT7|zmiTpLa)-UT5Fi-JUrH_h|U`TALWO?((JG}fdiudq$lKd=4PBR1x7_J|Q zK1iGbFg-p|wCeTEtZk2f4$*&mZ&dyc>vbW`Q3dg!c}_Cf@3Se#;)lG&PkB-~92qs< zRVK!~@s23JjN$c*^V3tZqgJE!b>z&L&S&QK5&s$>x|)tEBa&Qf5ibg;c*rZBGs^TU zH086)sfOL3_Z0=<#m@!p`mB@`Q;qeez+IABUm13lubP6 zrcfjQNiLEdI?v+&+5A8??rDD?(hab|h36oDMX=%k2{1TUXi|}JFS8Rrt^lhd$FnHu z>4(_^3Dcdg9NSsFtjubo$38^x=nO0IqLhSFGZcF97EjvY?C8qO!0eUW)=l2a?Fej! zcNNzfna10kEIn39K73QP0QW-{diHfe_7%Z+$H3mQP3^nrVne`T#PN5;L?Zp6ISD^W zc1IbodH-(UdqZ=Zjta`3Pv}k`siW^JJ)!cvqyFg;1zWI6ExpWpsgkG5^oGXUF#`7< z9L3#sV<3M}PHMWPNc!aDlY~+vPv>&vv{k0)jiuG$s>!!UtU`Vor8S`ie|A~Il`@^~ zTI^htbBV!aVB;gao)JXsj~)?aA6b}W$V|P&W(MNAHl=sbIc@&x1og)3+s{j1-zcp( z?`gd3uZi4DQ8G}n%Ee8;_3ER}X@N)4+bPlRm}Upi0sMJkIBd0=68DCvJoqb|}T z))V)R4KFO~h1maANUB|4Tny|ChMjtq7y(eVPXNIQ6x%4(Zthd_JcL3eM#Y=h2;7zK z`T~;vk&gNT60b|Ee*uY>rSZOi1UCz&r;GVkaaY3$W#C^%>1!`UfS| zy>znpK^JToJu&~F16H-2EM{qgpQ=vGvmSsSKb|aRYJr)_C+3;K-7#V|QWs>v^Kh_* zpQ9BRPitF3xb?#h@~Uw`pJ!cQ0nbI^oN)fV3%5Dpi<@(2Is(kN?-I%x57X`&7X(W4 z9xT>aZCzK;g@Rw1I2M5cJoJ-Y+6&AxPL)<*BEe%HVRMGj_9gZKPi54b!6YV*1)ymp zNAyVoV>6h*WHk>oZrs=bI=_L=1U7-+Kt}?_9>T1_oeBFl(4GL_Lp|$$b)Hvg6?i?I z)(D0%wa)=Hvp4uVveZkDlYW9yd#|vqm~<2|C(s>JwMGj(NPu(n3cp~L zj(TfDAl((i+D%?X%-kJQNzB?!P!-429m2ZWEv(3=(k;v!=)Uw(2_KJ<#@QgBO)1J| zO$rZ-xWCmS4*O1;$0{uzA76WyFwsL3^>{1t{7Pc_ZrVy>mhOzoIJ$1~kyTpCG`3Y* z_)A9YRuN^iB;ZB|bk`G;gT3L0i_zdp^F`vKh#VTapMse|S5vmlnDb@rLrQI{Jwl9RtRxbQ$4Ghj|vgjPSXG(Y9Mgc;CjzYAhqX zs4%=-%Lq>jXrW$4c#vUk)e%#GqYO5xFDr>P#Zu2xZUA`5df6x+J8Kb+QF3+|);%T| zHsxn6D@qFrR-FtO+a1a`SeBXhK2_t1V#VZio_G-0(KNonbQyV4FsrGrLS$d?3}ir2Q$8b4q2=}2nEdl5NBV@NQj)i(V_V}VY5-aGguu* z=YNH9ej!Ayv{_xz_<>Zmn~7PcG}6DFF7tyFQ=(&pA}wC^(a7(mB(1oRpg%4e%%jBb zr5U%TY_R7KKOcX~-<~uxbIC|rp#5(x$l-%!S=;|_{|UQUm52#W4JUvPk04#&YvKS0 zWubEH5n5u)JluSmWAJ}(95$f+NP5Clv%WFaRhLD(ymaVG}`Ni_-dk8X8Y4IJx6>$*ahr-Rt2>@HQO3SaB3&AlY^st z>yG=Ewmd$1prg60WK5F9BPqQ4J%Egg`6~LP8}1*^KI{aGd@JW)mw+jLze|jM*2!r* zS-9mgS#vR}wddPy(K4R1)abgWKW>Au|mNkQe^H17ar^i$ZLAzc#*f&gTtb`(DF(T`2Lrp6{LQ zOmfPMkkIq>e9XG3dDAN~aaUzbLVoY@_jIvqNmMUp=0|Pg)Y{?>|D2l&S&F3s9J!rE zi3>39g|%&>TT-v20hbzl#@9tbj%SAau2R5Y5J{zsi$i$hpR)$K)vuB=rqu0lMI0Nx z)LZARtdFICWe6iE6za}wpGLiz_?gLW>{dI4Oc0bQ&CY5Lj2GQ$|2@i><FBLnj*ae#K)S>=>HnX*$^QyPrLsDN`3V z)ZY84^2wsp=e;RE_0N}8b$ODs(DQptH%n0bu;SoD{J%c*dVL@H-Sjv3EM9)q91Km! zA7IIJ+N6#X^`iO}qmzp_K3A&sYS3^=@7%;iVY}`Dd7kh`PrQQF{B{Gp@WP^@wHhII z3oUi0$?4gkX!*ag0zXKTb z6+dv|XbEq6w?tfErMe_c@;dIfPO!>GXPlnJ-*fb7Kv-bzVPtmX8al|+5C7-tmNdV+ zqS*lH_ATeqm@Q*^g4V6{VR+Q}Q#7JEw(VH*aOYAASNs@wd$bLQ(hD-2Rpi ze;VPXKOmX{82yQAR^_SB3Ow!3Fn*g%`jd_B!}`x;r{Uz*T{^ZekA2h#pZPThD~Lo5 ze%d4czG<{`Ku7t`R8o zIG>JvQ^_VX4Up$*s4Aq!TMew^EF2AuCgfZ;ZF)}&2L?~(|M--!!K9y?FaAJ^HohSw zzZ>qHt-y?L)nO27(Sx@)JJuNZ{F$V)HK|G`(|l-Z?~)lk60`2!NXKF>A$*@8lyEkW zLP36^_mE)jrrzL<_bu9;V@*=gM5 z7e6ek%20?4MJws(kLOYTH!P<}qAyRNZJn}ZRd&`4Rhoh@EMu9o{t-V(F!Z5Q0=`pbD3t__)YgP?`P_xX=K+8o+hKP zdlc8OQD06l84A$`-^YIb=2R|cNkDKQt|qK7Q@qywbCAh_f-GO9fTx0yA-N&8i^4`<$g3{ntPX(hhi{q@;O<;2U{{%;Rz6L25Sm{6OgU#w$;8Ka zIQnh$&Ti9&9owV4LfyZ{f{g-RogX~8I+K?d-h|8L&O~vkNYk!QeX;d)X!bP7l=J&q zaaGtGug0*Glf*DYVtBEdt^11ks*U^gFD6VtLR;MIMp~5zj<6MnWCN9k=VmwYK;ST2 zX+oBuAzmOH`KR&-7haB>uT8@NVBvHHS~CBZVhTcnXG%t%C~R5zy%Bl?)w)oGQot3e zchM`_gMQ1>@}UU!=|s>|ca!kvN6(}O&V1`+Z))RJ8}<~#6>m955^H^y-&(vW#QluL zy3;gJecT&x_iGkY$HTOdsoG|bhVx*Jp>r1vY|m! z2QiDFtlYlg;PtXshP90H(Z7Jhg@~TK&@o1QFq&*z&7`EeNcJSgOfYfqWJ{3)R{0%G zU)+vVB%$Z$VA!3NAFw69ZD9L>i^gohZ=|uk!p@`)vFoCm&BV#Z(e4w3eAmQB2>iT{ zrEGLx?S0m-s!F{@^|mj&OH4G~1=H`CnnsTNx$_>jiFyjr-^_z)+lJAp^M<_zRY7O* zgD&T)0rTHZ*o;#c#9dfOP!2>9*j#@vB7ZOS^{D+=o^Hu{Hl zo<&aWYwVKUJljZke0UJcfM#bB-vI*Sy1Xm06S}-E?oL`3#xo_)T&PzKN($|$K4-pZ zk%`s(b35??^?8+Hi zq-MS{ggGhGul90e>RA{qJZqUZe(Y*ML(`5vSy@re>~Xw49FcfU=Cas`q!_K{&^o(TjB(K}s{^3?_?2foUxcSQp z@{8G1$2k4Jzu6QUi1abu52dRck^Ei8cemIxCnXh0P`iKf^c@*vCrNYCX-s6Seu8{AQ=QV zd~n%vckkXkCVmhX^_IBP*|#NT;!;|5*nsnQCI@b9Kl>NLK|hnQMqasvmkCSLfTK;W zdhc!bg%JZB=E_92XVracOS^pE76?i8J@Xfsd_q$tymfDvzpu0YN}DJZ713}zh%@zV zK7B{3Jr&-LBgtX(lf-Day)4ZK;v1$SU;P+2{tH6c8ncx5#vAv$Ng_2&kcT7Kb zfJ)`apHhX*)vuzF;;F#{Ii?pQr{Q_Ga}Hfe6pI&o+FXSDS{-Zf%(C?P#;Y#;aNK8r z8sh8UpFVGcN;bdz)_!sU>vj1)wqubaUcJDl(J-9I5WK;F;%jv@{={c!%+NAXmc8;# zyag0g7d)v;Ew38n@C^)Fl2;mmCpGYII!YY15h!7|+CJYH9$1QZv2e zE-8(Zm&AC*{JC$G)k{7877HA1Itx!>q3C%|hNluLPH_1zN!#xA#+>f+UoS-!#=2df zyy44LpTP1@wtW8M?f<^Pv5V}PBEkhE{jl#|$Npq`jnfuh9{Kbek>J~V$-)I`PC1^_ zg&b(vW7)frCX_?UQCTy(>g7hd&#cJXm+t5qLKK> zsD)h^Mi2}$2HajVbUh9u?yTxan^!l$TUW=8jkM)|u}e|2XI*9C~Z5Z-Az zWbei+zuC#=$t*rAUM{{iPK68DsyXurR~kltQl-hh-y#0OdKuY2ba9HOf>@lr*x;5O zjS1ST9oeemofwVp-abC>5Z9m!>f{@K=Ft`NfVpMTP!py|sc27tBZN0rd5!bG1(^r- zz=#~Vv~mk>!Nr>K%HSvb4IT$=4D=Gjhz6~p+Xjp)qw8FF2r;R()Z_#Tj0YC^DsWO9 z3F481yxL-d3&B|<5u6LMStB9X#r}+u0D5@Fh)?X!M=bsCum@47)#`SK{kLnR0j^aGoXty|@LmGuc%h#BmE@UMOA;|2BG#mUQLO$9&mb zL-^}rKGeOV0pD01n%Cb3L#>YTnu^OV_UDY!(0BBEfrAwEIcYDjmw=uc>H&6Q(RB$u zz~3lzx?T^km6o!CaO1{o*S;eFA3b|eSY{GiMXk-_`;JLlsfzlg#%R?$llFuZtJL}R zZom*LRJ_b1iIN~iku$}}!ax(h3QzRWY8;#rM!~A7-IJoI7pC(`tQ`K9dP)Cu_gT*F z`MYMH>+`lFnZKRPrJmIooKBk@zq?G6aKlVRULu?*%ZmhY_@?zQ-N;{)>OT>WSOk+| z7m(NA({UVq-A0wJHs)I|KW2_K%Ov5i&;iyiS;Oz)da=7aSJw2|n^hjYcy$4O8&MZ$ z%@a|FE06gLyF7;M8=mF*q_<{HWolUCK1&3HqJt+95eHKXa`e+Nsj41 zk5_txS_VQ_f+_;yR#UfB3oAIfT+`ASm!_92QgOHs6{&0Wmsn|!S&|L$nIjgzNG%^E zRr)F6{O?x4e%X}UZ*|-T&$fjO*8p&u(yL*}h*e3P%BPfs^sr&Jc9otD>B=YMgcN%fKHor73 z&`?S{i_lJqW0}v6J-d@Q0{QN>JBJ=pr{8M>OvurG>#e|JV)T>ZR^TB4TGFN!Fv3CKxz`F9 zz|iNa{b07(@;OUt5Xe6Y?Z5_t_u9@`QUXAxs`I>LfAIFlbC%@SAW8ChUeYTNH}sq( z$q&47KhI0_1y3!`SrUD~U4!#HAi*14S3GA)@B$Z1Zbg9uXuCZGgUHaBJ!K*2n5{Ne z0NOKl6rd%E`+%Rh=sN?wKx-EI{B1ALl7^nr?gg4s&~>+ZfgcIz^!^^8J{Ilwwg;$< zLO;>&0jk5$lDB$*@4@Ih{oO#NKl(hj8~Emno_f#?eDy@v5p@H==gF6=h=<}B*_t#u z@O{By-lv+Li^PX06Q*a4F(qfAFaSdJ3;2HS|&n7@;9{xOmEY_C?rrCQUFB*CIZ|L`IC2Bw=7`x&+d#P5W9ED}5H2%)=;-(X zV5$pkr#k@r`ia&c834vx&|HK4z~~P&etbVLT#Me+=?4Ze7^}2(l#L0-*moU3Sv$S9 zT1Qwrc^tFU*F3!3H(`(fgPz@b560mW>|W73AT8?a`pUw%S|7uc9m3}>lDHkzib)|>MKl$o*@5h(+7~y=ON8+B zPJ;hiksgV8ioo?Z%A{rgEu`y6qw95SCZ#fA3r?JS@?7;*}auFMNMHDg|w0jvwf68u;8&wG0J)337U&Qh>%nVCGI zqBgc015KVK*}3Pc$MS>w4lSjZ%!B7*i+8e?!4{g_nrx2G1ARLGH>;g($-uo*6+pj6 z06u&V-du;d2Vca7W72=~z-a(BHpL|^ZU+%goG5wZsAYRxnc{V17Lra?aU8b*4f zWvj>*(~;p6>qqr3+7)Uj=vQWYMf`p_DqT!Hz1iMweD^fHR-X3d2UK zZFJVtuUVBX1hutzrunVhqh*vB?!F500`?|>^T8Ww)aGy3k?)TJ_yu ziRx&0;e9yp^15X~_$W4D5iX|nl$a7m$x5!=nv}N1-D5LxpNwul(6=#f>XnUkP|=KB z0dzN%F^D*+4esDnC@AKdn5BAp{@g=7FJpmguO^Mp=Fbbp2rdcY?-em<`sLl*Ok&%j z2hBLm>DC~q&eKW3f1Dsu&asevGaOqPk0S2dL+ zzrUCs7iKZL(f9^m+YTl^829jRD{x_WcsYi(FyUlvl71Ddz>@r18@uIrCNey2;e8m+ zLzYN?tI&uiJvpB_-)k+z1^)iE9enzf?CAMUd!D5F@hwLk_uy*4UVezQd6dAk7=Q0^ zDa%RGn8s+ZSnTmQH-X7D9iwK}6?R>n7<`-r2njFJf?h3?D+9n=Bh2;eHD^2)1HZWi2p~}9dHS+Gs5ZofXNH+@m-)eS1th7o&K;)F7^BCGAWEHYHYNPwY zHKXO5!ZfIA4Z2GZ4DRRO6lW5X;m!4MerG0jR+|$SrsB9(5f`+Q6|Ls@pc=4mT(W+0 z`zzIUOBvB$x|GSrw`I>ikw5l#&-$WQ@tw270wAE^0B~SdnumnBmkp**2IsOL;K`lx z@w{Pd5K7j>Gta6TMh zs?3s{{p7*jRLs)sm(K}H*F!ET@Y?iVY1{y#vJ}cV8|>uGkks$w)7a@CeDic5qg0S9Z&TY zW+fH=>?x>W6qcX{Hs!8MgQ-30gfNm@R863|5AdLpa(k6PtZb=5S zCx9e1+Z>r{J)BQt>+TnOIJ{w*;adNZ+$rjy)picwo|G`t)1Nu3JFcuc&YZ=stm^yk{rkzsIE7f8dkEC&Bo=gJFZ z+DWMzqvpC#940US!x{tFQS?oU|D_+GK6cAKdj^0jn*!+20GsJ{mH--bRtM5+y!0qb zfRkXtd7r;aDV`rjAsF)8?j@2@-WoHk1&nGJ&@ODPSk+WY>9`I0K#ZcSK2ooB-66oN>*8@AsK@PuR*Bsz_=Qe7a`?ROIN`acAIg@$h;nGqD{RW#ZTU+dUiBEvy(jQx<-3he{<&*{CT@p03c-;dSGz+nIT<#A6kG z!d)8?FhDVaXutn6S>6RL%jvsk_9V_J@ZSd`=mv!e7C0=o~nZ$ zMt3gUb+OzZ46BANbrdw2Vht}bA^=h?{R?}smJ(&)74_XFjkaH|&lW?zZ!mDK*<)_z z6*fGebFdKu)B<;;h+46xFi440P;6RJ`vopu)`=b}hyAY`iT30maSVUy0boFd@|J5v zGEu%#)KHX89(s-`(5M)VN-XspOPDF}J+qmjrZy)xrqta&6mbDYGLKIDT3nG_SW_B1 z$!j3luM-AcaaBC{J(XZ9i;I~CH~pP{lx56$7HwkR$>wNm6H$8W3zS+Wz>bCQbe2+O z^PE_bOA)l4fq}f$&iz$?I)IeVR2VudJd;n~yP?0A{C28ut+q1CEr{$EHeS%YZ2pK6Aq{>OKIGyb5xg6Y$ zIp^6iZ$Iw8>n)0H_k-(H&Dl5W*XYy=eoy5w@38L=$Js|^rZuB=>r31S?>jCedE*hD zb-JXg^MWpd5Wp14FjinEc!>PJ50rOk@m|pPoFpf>7AhjbY#ZcGn;bK6bhuDh!(;qA z@+vk_KgUh9vCKn-YKgN&YNB1vBv#YDf?8W^P(1co2Fn{PEVBsT4CL!U72z*}27g39 zvKnwKr-ruZ5$u*|Clp0863I(pZ_thnO#0<;KJplnVLPjDF~JD0^DBR8FZ%pMWA#br z{H#=BJ}7`I;S)H3p&xwvA%EQ7;U`-A=bCS2m8MgG?>pa2wyPyA3Y0h}))?8cg#KN) zWB8swU>FT5sAM3E&oCLez%QUb@m2@9%(&d8L~e9m&V6*IQRT4PC7LT2FDf?i`K~a| z>;sWOIZacx9Gy;?hyChJ$3Qp>bQVvzj=8 zOiLO7E*lJ3MAJ6WWL~148yfEemR(Yp1jFot%l=A{?EA)@2PM7K`1~$131?Qh;d);| zN@Pp3Ga&P z&B^E*>1zPJQ@>_=HnJuJScI|A`e~tAxCBp~st&GQZm9NQAV1+g)#{QMCD3g!y(nTi zXd6riLX4VigK1wOI;6M3G=hk#CkiSxKLQ5W22=4OVm7zHl-vlv-Yqc2ON2wg7MT16 z!XRi1Ova8-HroP|vLeK#x47bfY_VYj@a`8^L2R_dCFqVwJEmm$&T>#5SdLFaj?(w@HO zCaKbHZs!cC(oS~g>nYN9X6Jb+(pGxsCMnWp8s`it(ngBs>&eo3(&u@}((i63zvn*z zDwgWnu{;kEmfxZ8Fy1{06hfHJ^OB^oZxeCQ{Ge0b-P=89FCw`gBe%3-) z5nj*b{I@?HD-q!A&}Of?Zy{N|?bcNt{%}{BbS1KXjk$FPU`9GS<*tHA$lj)k(t&Imqc0cB`GmbSAT^ zMGs>dEcnt3Wje0bKDuO_|#} z4)OXn&U(8SzF@Px(>_j3Q<;)2&P4a#;_vtqV@S8dydHm<&2gEiBT3Y%Sd?|)90$Jv z*~u^HzbUFv@f+{4wE0%kdu$7mPF|J`MmcgCo#tB@ejh;n@7wMbJo7W4_@B6Irq1TU zs!<&LW=Q%;oNb5y#BrcZe^T?XuvRwNtk%vUVQvhGM&*dS*n7a+01xIt%)meNExYLP z15qMvf0C*_8cnfNrt`)z<&c>{cScQ4ULzMtCQ)K{jlvD@4~u@VRiWOlBTw$vq22dS z?Ei@_4e$36c|FBOtXl{7AIg7vH^i0V7EcA0jH~dY}4{d=o zpO3ilTZN1biZapyDapY*Y+=9=)n{_akY~@>U_zvc%cQUHO3g`a*_wEXa~qdRbZU+& z)44sHn|Yd-c6Hp~9*f`cbN;EYUmCY1w2O>w6_`ydNqkw5T|~mfyL4;O!)lHs*sOuUhwG zj$}H0!7Q7N`Bdre&;;vX53pn=Yd6qE?(|xa zq(n@Hcvb!Jz`_+G(W)VHnr*mXdqe+T$kf&Jd7X5P_m>ot>hOu^qhTkN&BLi!dGgpy z(+xikqH4cf*;0AuYPL{^uH^}_>lp|ig}0uFt@U~F<~7Rn2FNy>9pwG4-zP%!>=m?t zP$~@t;`pntCSQ>DmSkfyM}Z?t+=^37@7Y4S`hT10$1zc8F% zPa6Gjq5BEG`-Cz>yb{s5wzCEPlc8Dm?$qi^KoVuf{A9axEp-bVhk+kh>v!S+0)NR_ zJ+Hu|&r~cEtmmgmUZpOxJ1Ec|qh}&JB~FoR&I8zibDUVS*DA-N=BB9Tr;4Lr|GQ8| z@RwfzXsA$)aSd2-H+nF2Ds~h-fY9eMm2E23)Xavn>lL@oMvzhjmY)8qHuMig{&pZn5h)ArrM-ZW(WSy>_Lx%UD|4k#DWohQ8cnThbqo zi+3I?cWG7k_2^tilh=49rQt2yE>D5|4A(2%s%!I$)WUNra_<}Q64z0n319rS$R{5n zkmM2GOY}bck*UET!|2#m1AMGMlnH-gC|dblTC&7AKhsWATw1mVRBD&{_>BYulIj`Qs+{@Qb^P`qFFmOw6Isa(I6yzzLn%Utf}9Cg%Xs z5miHk?)7*a+T<$F5NR0T+2TxYKBC_LATSBn>U*O90UqITLx4S0C=n*J;M0+kB19=* z2KI3V9n2)Zc|9+M5xNQQjmO>ZBtVul7Ddd(9>I0DtSJFZqHjOm=sUXdiv%%a2)Fs8 zv)NL~YZ&l(aOiQocy?nw`i5~hBI@k^BK*tVB652A>K_m)1h&IWBkjr^jz{2q=fMjZ1yu@Id?h`gs5`ULXM=X7ia*M&z?Lx@27nkekCoRQ97k(9X_Y zS#XRTJ#?P(YsTziqXs-~6yQYwZIuhm$HVq0gy|(}>!YIWC7nzJxs}!y5uA<+f>ffa z^HHdy!nA=!KVlWclWgB*#o4iE&6nzpN_`h>Gik{S8_&+_E!mvrGyAn$Dr$O}K~jpj zA1l>Q6;b7g*p*nGw#T;L!+vOB`!KiI=}(gtaMdc+FPfHUlPBSgg&Z$vWLm<>FwJ^-J5jnQFf*HD0gIJ-HCaJTLaX-DDCsTD+;-f`iptANX-#P*Hm(+w z)5aJfF$c_VL?UBuz69D3$~aJ?D^E@eE>}fS)u@Uc6f4sS#e^(qON8>WuH7sKoeAPs zzQyE(THz)XN!2Z$6!X*5)*xw|4hRiL1k(Ub?SkC_s2cb0@#jNx#TcSoH`DagDv-^!HvFnVQ&2W(5VQ#1G za0b1e$d7F)%bsN_FwMek(v`0W%;EG)2`UUyP2(MzY0+cM{9%+NG~{*rQ*g9Fq2})| zr5dsPOYLqBk+*jGel*e(J{z_>mxj*3eDnG?TG@Kh-@!qvTMof>F8#m3+<7?ovytII<8qRj5;XNf1wgemUTP_(RW z-t%=m!bZduH;7}5P|*FAJ_$^G-Z1Z+>iWU@AyC)r!DF5REC}Pse(b2ftIQErbEs}Z z-+e~ZY!;_D`4#}DyaV*3L04Vyo7(pm|0IcrLzUqrd=Y%3-0r^?)KgD-)CHx2_V~%H zoifLRPBe~+$;xg>ZH3@*{yius{%+xy*>Bw)+vg{Sltq0srU-7r1y?68vAF%I*&R{MZA^Z7>^VEMeU?4* zVp*d&1j1l}7^J=j_F-*P+ zUP})hC2)v!(7EOWu$u@eU)g3<*5-Bl|o8-e8 zXz9i8E@K_~}N2o!QuS zI-%^CG`{S6{&0XdDT5>?ODx&g5&v%?aaPXy0pj%cTg1wS#DTh~_6UTHFOoMv3SC_+ zc>AN(DBkCNAP_hr%VD?{O`}6>$PjD@8=zl`n4Jr2qrV>0(|x^ z4@N}Giqvwm>BW8LJy?$VXCY@(dW;^x3T#ahmHiM44}zR`3*0Bzm$L1BMrmW*g+MqL z8gL37KnH)s2G*cLdoh@`1)p$DBGTu;Q1ADt)f$Upjsr5cTCtz>Ke%%wJzg+>x{G25uZSiAlvXrSh-o-OkbKX@T+{MVFY zUXe%ncN-pgRg;Y`W_fN9WKkFt7S=EuI*nV_^)TP$68rH3RB`ORIlV);V3Hi;sk=_B zlGrd_pWsg`qSEp&*k84$L)fToZS=k)Ahel5GGpczwdo4DtY zx9UZ0SXpXRVTw&s8dK-w>v7h9Jf=f9_=Rr8msemvdJX(1$hd-!;se*vp!MZRq(p>S zvZUrhX32^)Q^4f0iZ_xYMJRFK#Z8qjWcEEOM7<_VEVG zs)K!amS;Z}d*$>ThP{?S8G-if} zp~&#VxN*nUH3Pp5Peq9n>B4etJ+9RUnrJX9TfYiSQ0#R=R!G<{OcpzfdABsd#fN@O zY(Xb|`PU_qP599E*eA9sh5gaq`dPETwEpNMMJv&L=Irq&cRUts?edhfXOcc=f_FLAGIf|8NPyOiu7$q$}Q_y!$U~nW2C?+f~UQu!vbtVW!@=w<6|OK7D`GECjDjF zZ<~Vu6lZMB(XcGBE#EQ8mAtA%P3PhO(n6auA6LsUN*q5i41Amo<7==Gr@1MP*VC~i z%I$VBx3AqZufr(j%p~~|#`B#vs0cSJan@DQ`xBSnp}%(zwX;CGb2IIZBZK4zP3t1u z;>RJ|pX5o5*o4?9SSW;2q{&z+g(xTh6re1SRf+?J5k+8<46jZTJ58FLRd~Q$Y+CTG zE2Exw=;oug+RKs$eR67YN%$G*m%**nyiIDJ)i~UVX&6eZm))1Db(z`dqqxn1`4i|a(y>_<=%K5!kw=OvOy=J#+qj|kX zx4bcVy?VC<%6Yx-Zcm@(^=dp}Ke@dS=xuFuZm;5Pf>Lg;+^x&A++OKhweK4X58gJe zYKRzfOr;!lk8E7$ai}}S{!TYrh}K13wh(eq`hp=_5ZT3lkp~k%Hb1{$fbk=1%mhUE zkrjFZt$fH54FM58WPzeUD=#vK$}k0)_>f6On}Uq@xvd@BNPDocbX7vU6cB-uAQcZl ztt?0)D#Iuw6Ydk^PzFO`3yc*aex8@u8~69LcO&+J!qSxq1GzhU#qiY-x!Qk~*JXg5 zYrJCU(npRLUFCJ^AqP{g7&_l0yF#w=I&_iE?pF*QI>;J}tGxDi$P%q9hIVaaj?7hF zn-=o3;1xrgCNhrsDz8-o2@NB;VrW%I2B2Q$!PStDzIU|-Wyn^yJD25BWRu+;uR$rY z&g|}VsRUWAcUP-lf-Kj#b6F~W@{&54h7MuuA9S0CC||Dg$i^X8SMFtUW&Fc&F__vCPqi=nU&R`N#t7HSnmLK-d@%6dm` z)n-cHW-(elTPwtMUR%q@#a~_fFuc5+(wnnPgU=4iS}@hLz{X=0OdggZ-o}dc@e_o@ zDMCWv@DG0Of1IH%JJ<8(SUAsL2A88GZ(&CFwk^XFdgGRtqk5Z3zB#+R#-MO^VZ(qs zyGUSQI=is`IClEB@%1=vU}NSO@@=E@*lAz`am{A#nv95tNDsyn$*l^^5vH+2~$wt#S^uXO-RYaCFCbt1;THwIJYx%&1H4NNk7>b!64xyt9O5pKvE%NU6F2ST0dHv^3ZT(BvbFu8$E-NwG z$SyiD!*m`2-~%SzlTm@$Tjq3rK_EG_0F;gWf$H-N?dk&dy%f~Ok~=kLD(d=O%0{Jz z44o!}hyre!e)HU?!E?Zcz(!jmLl;$4%@;Z-QoM0SJX%YSvTNbl;cnp>N&BLZkqlGf zZpp~m1i#3v^6ij3O+1jh+>tM?Sfkn!MkOZ?HU*aiGkstv-`Zg zy6X2AeTTL|@gh~B^glFS{Cz_=+`wTFjOU<;?i9pesgjkeu$lG(+xBOlx2Ylf^7d}? z*~|9o`>#|@EWM>RjK{I2v8q3gE6xHftlx4c6Y7!+71@R!q+~Y=+06&3rPpYD))AD5 zGf>U=bVGNxHZ_`z94#38pan120L<2VNYung{?og6{a*oI*){EcyJk34WOJD3-yykX^z)$VwLl0Htg(9i}%eqJ;TLpC|a z2ezfx$^wO;&>yJ}Anp<9OyUE@@i25M_Ti>_7&;O8@Y8V^Iu`l>=Ng874}3^J`UV~L zfAFsU1|9Nw&~^L<9q@PnaeagKxjs-F4MBSxA8x9KpkHktemV?6J1rmJFNdJ*rVr`A z2cfNo58hRS(3bZPx(97s0Q%+a!%zDGXtnGEoO1wL zDfN*4s~=h}@!(zA4=ojW(6#S>vKoo%J2NTAK?dFJRLq7VMHK(Kq_ANjtv;SHlq%yP z8V5GIm2eP6#T(spp%Y=_fpQZ2B?tNI;oFn->iynBnc4*Oc8cu1Q8x0d=F8*(R`pX* zy3zTzKb|{{_dW-PJgRwej=a*r+yi?!B8uR9-M;pSl=QuBA6rC-_g=TRHNstYuiMKK zVFB9f_B2OmQS5blR6RNHuK((M@OJi8GDN(53UTgLPrUZFIlEhzm0xua6g;EQEgkP& zuxnN0`8s?~#f*o%JAQB;w`A?zLxb~ zzO2KIZ6$P!bkH);Ps)j#kav%hpWMK}R6>0iBx$}fIzSx78h0?|LWG`(z62mbTC_8i zuER%cUP*!X5H}gZCA3M?xY(0vXXv~-RHh~*-gY5vW{tx>SkDHbd9SB$Rk!r*jbBhd zBOxVOu#`C|R%o;|uWR z@JDZ6{t%@Tr~KpqhfVOiL;+nIhq)F87dw*ky?yn-!F@OeA{oS1j&*f*lC^L5wh!y&inD4G)PHIY~LuOICbn{<74Ybwj;|JK@njC z4;o2PWU0$bUcu`A%5?C3#jUY0?Q{5b85o3dBS$c$crsJE0V(N1!m6pTxWx?t4kH7w0w&Q5Y* zbs)M%^jn$Y875T>i|or1SuD|t>aQ<;Q_a6V=RCg?@j!QCUR%1tr#+p^yzLhgxxy_M zW-vk@1Bsjg;CiaS=6{+41X@52G^l#NE$p8>w0sK7UO|93@`YVdo2WaQF-Ry71M!vSOnp(w;xkM|>Wi*0u@aYX*I&6t+dFyA>ldxgw~z->b5# zX1g|tJ6j(O3dPwRfe4nriptkhVQ)pFnnHR-xe^jjRN{P=DJ|XB-)53Zo7l45_3N@2 z3UTCqOx;|1+#+`rGpg&CFa@@Mii8I(G8CsZpPb}-+sZIFVx%t}&E`mLVwWi!o73>{ zryqVKZ2SPWd%a>E?!2h}d&4fRPp~xTpNC%mTM4tmN#6sXs4Gu;SSE4HzV_4H39!m5bsO#`;eIXH<1e2{d>NJ+GCm{=Nj)bOV1udnbZZEO2iO(r( zL>t(Is%QOzQlVtt6>ZPc(dCc4I?uQqey87G5^7o9WeOsW!@rt;!RqP2Ul+@MUxAw~ zI8JozE1>$>o55-~K>v^xcVXscktl@Q;shkC5kyt9o=K9*kC>-?bEx0(uI>5jAI3~t z9nOm!mBy9L!CqN>rI5Q1#@j6G-nE+T^Uib1%{nCx&1MFx9I@R+0pC>Hk0bKwzNH5> zS@KcfKSvjOR1%HX_qWbWSZ~A)BgyV7vW^5NTAgcjN3UmQ-5Gz<(wNk`If*dN66&D* z9UJf1$kRcS`r*NhfBUZqESjkYpbdsg7y*mW044AZGhi?pH1rHBG*v1)IiqykJ@(py z%b-^io++Wq01QnN_`~3_TuvSfCvRuBvb|vK_Cj(%ln>}gD)8uRn{>CRaAUvk!34<9 zt+OIAJeusb22C3m2c*ST?QJpxxZj^Iq6vb{Y?M%q=wmm*^k?a^P($UJqra3 z9~_mNgFZ`3h0F;Fj>@@$$gRG=k&=j1gy%m0&*EtEhxlOP^lg053Ua{5^ zO!l2~hKyU}^`igm%dn?0<{N6kgBVkT^;6T@1pa&_hbOuTr%v@~0565hm;`j$)^2v_ z+eqLZHb8bt=wo@kB@?5z2(g}KhBhW4YS!i+aStP|By(}nunOb%Ck^bl0lq%j`N&cn zC#s}xui|t&?WCm$M!(tr{qRMefrv6E59+2RjU6m9s4WN>83Kc_@i!&u2R_O(@vH3kvv2#>R z_%7@1mC~m-*hPLr>wU$qwoBZp-?Cr_9ukc-fO248G@oSq?ho;!(ubvJ%^_;FvxmR0 zriwg8#Bsd4Eo{!olD|sai!tAQ@$8#Xjz%v)87CGDaK!UjC5j{O{y9`PAcpgsXb~D6 zQXlYJr8+o!t~%Vs>PFuT@Pap2Xo3Um$t7H4&gfP&gFIxusITreX10mllE}aunD27s z@5O8BDf<0fd}+*G{-$E;g990Ak>{~zO2^j)>fPY;_dNaY{a?){{wx7SO@X3wNG3Eu*qAyiMIHE}hH)#h!F zB%}4xnBUHUYYZvNWrv0BF^9#gIEJzm$Eq7!qP8~xit*PSIIZs|7GL+seHcFpp!mk$ zf!fO9y!hzNpWPsCjFx`11+u*1{WvOdy&4;^*D+kP!2UI6IWl04rWEqN#We4l#~k%q z&*XHg*(C3hNB`nV^whlBIPaWCbNhbY;yUKmb%b z@S!~EE#SGMt#nW!`3$8LYNnGQ1~JNWw0sQdI>k`VIAUD^Ck%>V8Or`QIKF`-_>R4( zv_pxQZdmMG_5cEr!Z1vqjV&1{N`$buaBr=JNI(nP?k3@<{%>X(l7g=^F52D@2lh)5 zVxWx<2vv4Y?~C$$odf2|qjhz!_2@(ODVYg1iSsH3*qBI>x{wW!?OKVP%Ra6w3x zaFg-_g*}ZLCrAbkfCTmIaG_7zOAVaErlT++9h&zJNO@tespf)NIf%KJZKebDYk65nX@;ZxGjc#REGBswLjOUTGt4s zQC%V7S1A5gR=yUKWAj#W$#l8sID=7G_^iTZTX2bw9ao26vlJl)VpL#GCh90R#9018 z;u3;4_c-8<>KR)2t_u1`~4 zeM$#)6FpWmEQkLeA0jR_DOr{`qLiu#8p}%yWplye&KAzqVQO6x&;wM?JHEh{Q5RXCD?)Aiov1t}K zD0&je&xOAtF#R-H#wQVem6bco`uE4)tIaRV{*%WTbZ!w>?t$#sA@IyMH$OX2?o(cu+u{ezye5*cws)r6uZP%-jYS-LiA!qL>RWVMkZou5PfyMG z<=*;Mf6R2`E{a=%Hk}go7)=+td3rxIF;`(XE)y>%MY)aLZWsF|f@w_;nU~~5*?yOn zA5Oa-T=&n~9{Oc%-d6jsX?#ji7WbEU?AeGEv9{mlf`)SYVzm7D8@5TR8()D%sZv&R zaL@u1o0%W1ek}ZB-{`gUeery@*Ci;+jQmy0{urZkAI~U)tf`Yb9d|yPl2H{O_+=GX( zv8F)L8 zOfri3;y?0NGv3gDiszHfe&Ar7Bc|1zi_8&wWiD%%fke!slLmR{`1mP@)n$22#`pYZ zf53v|or!6s`dPg#9C%B(rz?nVBm#NbjYQt8Bax3;MQTEKr#9ON-p0Vc*fL1OE317L zM1b$q!Jqh&I}GI4vaZxeIH(kejRpXvOIHG^pz1KG&|t3SPZ*iktv9XBRuRp5!{J&M zax}$M@7>TJSWkaD`-xlC`mQXMFCNAw1dls%ybxM*cy&vSOb6r+DtYKaRmozly_NV} z)PeBmmd@>b2gFS}&p3*nj=Yjxs<-%qK-i)-R`f#BMKKz9Ys;^~%=Ql4hU z+}TuDj1kiRJ=nl7gw!al_=67wGJY|@V`AH&Xe5vOecY+n(5#qFT%l5dVHfl`LT{KI zNqflI>C^Gv*U$nDF43QLjA%%SaYR)-d8PKbz#fHuVUViT=ijV-4qj3PL`Q>?mIq}J zM~1Og%mi!FX<&p8SJMAe*#)u|uqBx-C0`3lmul4TT5J<~1ASRfR><0>ZCQHELM`7J zypJqnYu)@DD!QUkh5D<=o6DWoPea8tFm`tZxQOX-A>dAi;$udyf^S8y$YtE_+wl$Xmsl?B8_`;6V9q=8;ZV4{U{!crn9qLRLkN z`wW(O(7cM8aGX}lkNZqO@*Q>aaf|t89aBH!CV7fIx0`YNRu7K)^g1n%qf2o58s@8) z!rGiIy*8_8DvTn34_Q&Pw`(kh)i~pNnU#K}NiiD!C2xue;i7Ohu6LbP3WL4lSSc3R z+#|&Xl{`4hN4b(b3xz?|&P!8#8b?B4Du11MfBfCBPGX>BV4c|Ls2ME%wU10Ah4X`EW)eFWK!b%@HW zL8$&X4+VOY40XVGS5`fynSe3(4j&q)&aQ7OpK%1vrd#XTYBQ5EVUV>-O%KAl}uy&#<(Ugzpfgcg{NP-7i4wt9hxg|CVnYkM?pMxOu}wT-@-8zHrP}#J7s8@_3~dGYW$|Ht|8+~? z1poI!Ez83Xhy0a3&3{St+B<6*n*KVtcT7WUCm1j4YbqZ}p)!?{GN(V&F6IbX2^L5Y zMust~0m--TX1BiJn>7QA|2=WLJSdeejKpxx7GM+_^m}=M2$L*x(p%Lnw49-yC;PNY zRN@Ur!b0XqvgejS-)EZlRLSGQ@!{T~1jg*bXmt{dWTigV`PajNcp5G`tCswOU$2V3 z?l19Bsq-?8)5FHty~W8>a9_#W#hdTFJctzSc+2)+ko2PoPM`J4W*hD(cDO2#V8O%+ zBQuZJfD&EwR=0GEx&apn1^98ciZ0(|SCC8`Wrjoq$17&};FXz6no?I^i0)s9PL{04 zkxJQYHPL!sCB}_KNL&_w-I>W9!-B8mA}pW+1nx^ot6YAh(}|u%R~5Vs*Ak8Ef?uiH zXw=7bAjTae8>SAN%V?2aa^~8``zu4Gc!_dpdhR!hbA2VA(aer^*G*`TNf>L@VUjmgR2DHd5EF9Vr(VIHrNVW#C%szZea1} z5tLm;lm&lH`v#N_giG}TFaDuT2sO_Ep7@n~8F&Doq+)VuYwNY((Tn4aPw^m3r@}e* zS1V4ngARbwtD76=3g*F~ed0uve#|dhSq*gLCd>79C(=5wy&+q|(hBvI9Zp^1XVOy4 zlOxJ6YrFb{+~abWwM7u3!*AR#xkelGW#%c&k}tnp%JQkd7^Lxc^@Q5BIf!%Rell2r zNjcKUt+Lq9Mr`|DdJ*FCIL`;|li`7XS$smPwj3}yrja58t^V-$5E!t{FugBY)^Cl?~u{v%a3!`}`8vrwU$+*ZO4H>66x>p_f~ zc{@6~xvv4SU?AH_TbkOf|86#_l~!s^2YK@4!`ddT z98*T}MDn0cGlH&|;XG5cS7ndUds$F&ClDB3p1u`EVZ;+HndZsz(ner(u*#vi(&=?W zd_}ThoDfTu5JuS^kKWXakQeV6ITY4QYc-;FDRXsb)dW-DdQ33a({5_9@aCl|Sv9F{e_Tu9}`#g##vUgp!JNEF@V+3@=x%Se8E9>J}PBLA@Re zW%Q?cgc>NV32aK`HZNtr(;h|i&jfpXc|jJUF}Jz;<1M~59R_Nuv@nx9XYxEZzXqR$ zt5?bP>ik)e`xlDxw4O%AGEd4i63kHEy-6NnKUIB^C!;EU9EfkMlpVgcUy07O4mtm~rcH8R#pE`zr zHkKAhyIZSwHmg1(;taA&o&r-^OHYNY;3bt`pnG=<(_Vg67}#p;dPjqxjlM3@IJ>2C z9JQj5s%jpR|L*zQ8`*Ajf3p6?p!@#k@zM?O5h`XEz$Kshk@rvkd30c7N;_-@_ z`||OjZmPp8J$7m-$a*vJu<$>jTL~{pyL&nD|6x%`B-DjTzdq#!7yzXOPy^nF^vhAx z@JzH~Z<=G{QCO|`yCw}lFewyPXkGbbPyx6+(XCV)OyPtS&OEIdAb??$tCqBI@8J44 zuMUbdfZa3??ST;RTBxlZ3_N4*7{C=%Zdo!1jsD;&GK1bS_n+ zBVg- z9)Y|K{Xfi(%89Bvd$mzUjLL}^@O+*AFbzqIajG-4bl=^gen~N>-IfvlT~0`gCpYQC zv`T7>RlXq$)LrY_AR8#pkk(!Bn;e^Y+KR^q{xJwG#pe~r4@6_*G%7rw+UzVw5(!nC*{C{kOl|wXtr1EndiX*c~tM*HInmUlI{#c2lls$ zUQ^H=wk>c>%E|li@U**YB;~|JIhVE#mrcmYf~E~u+*2k7Wk8dLKLqy+3t-kfdu=cF z%?n^wJX_D*|EOliggVE!*JmJCV8@xzi&ZdPBF*dCu2`DV@RTnk!?a`U*95 zhZ%O%?ZQQWkf=b=Qkjhq2j!+g=BAKI?`3wr4wO+{i^%?}W~V*TSE# zcm+jhn~09n$3Kk>2>X?{*2Xlh8A+C6qZxv}Y5@vkc$=)K1 zqHl9*!`w3?4SA9X)?)=M)t5eZ=77!vc9(i_rrJXJ6JTS9mUU^u8RL9Uat%ROFFw52 zA*;e8;xyiiGz%+Z`#bVS%)O$jEaOmbF&4plR6F^pOI)vImQ&{yD;HCD!3zFW)lw+gs= z``G-o4vpIUTTSfY)BWu}V9f-q{1%@E3&r(s-#=xQGm567Pv;@;wuyxm) z9a8=3>%vlpn;$+shrqWlN>VkIUWkNN$taE}?|jFmFU*G)^RLjeGhW!U#MZ~z;bmAb zf?v&}Q%1xuWlyodyOZJ+mlHBr9l{iD!acsvuRNxOrJjGm?#&6&!-Y)M zXpJ2LS>KhG>FPMwZ!Pl!M6Egod+6VH1XuZr<4zcDzAEPRtonaky#-iQT^BYy!we}g zq;xk(4KQ?fw}6UtGtwnGbSMqd9YZ5MQc8z(N_UHh3J6I2X3y29W~Elv zq0Gxh*W7-uk6Jc)f}eV|gAUQ5?Ak`g-A)w~>QLkV(u>WZqR%j-!3Yd6N{KXvi<`TW z7Gx7gXx%-f6=*cqdOz3}ul9l1Y37LMHdbsLG4^Ty>d#x~qF8n14EwL+@2B*C^4xmG zT|{8qJXIk8sc;K~wTnedvTl-U`0Y2anhRi_Eep;j z82^~g((3AoV5c)&$+6fu#)-GlY5kqr-|HF{shaze>#O1yNjnKiUQIqLU*H!*QwB{C zok;2=oN>~IG)N*Fz7=O~{Wp=;Du(OASK|)T6LL)qZI8-+J-tP&|GB$GN9+ArzrRye z_3@MYPYY{CRbF9CgY7%VwZU({D!yiarZFZ*;Z@~@K++tf|C(5rXjXD`vGbO{;+&5BvCJ)3qYiMm6A0Lk)vKM_|Oq@_KZhNZuIM8QM5^gvMy$3Dl z|0Woy%3P?%Ri4T{L&-JSIZFGMEYF-rfcK&=^RsFv)wWOtP_^s>Y}^KGi%$A}^hvjG zSnGU2P>ksoM*}BDhzT+t>}T4)tSX03Q;rDwa<*t|iI_8Cy)}rN z_lob2@5j={trQ6MP)J!AwF#*@*i zUN}02YYW$)^n!+FWJ7vZf&hESFn$<~f9r6;$Qb5RIQN1lG$bt>r(s1Zco!MM1AAcF zs$TGU3}^($%kYE-r)C3+R(MmhWm_$uO9%ei=@0uI|2_2Nf^Xqu2y>CDb)${>p^@rN z=wakjNN(bTJj4S}c`rFWQ@*R=g5@w3lK8D@3gLA0bm{v{zj{St_zMHCAms zx689N;AB3~;kW|$&xp2|odI3gZ}^$_uc5dcIK`rON;EQCQD~Jc^w2(06Bc6Hc2zvB z&5#Pe$nZ{yD#?~)UY!LV+Q+NHJjB`pil@dBr^Y@UAPJOVF05^t(eThH__Tocug3>_ z_zEy|qKh^v#Yt_-5co%c_e_6&_M@8>+o}CMJQ|KJg>`ZrY|>}?RbS% ze}4~00;W9LN~JKa4e@}#4)&Vq&CaG;5)w1 znYd-Rb(_b+m`wVm>5`#3QK?kQ=}M9lBs))0ZowBsJASixpi4tN)| zg<+x~-(RC~qpw$my|#s(!$wxhtG{Rq!PvKbyhh`Od{@c5wgsQTdRH8Izi11o=j;n>6 zv?k4san-;LT0Q0nP@nNZxIiFQ`V0Zc4Z(H4_a~69GvzQOn36usiA1D+#zv13hg#Ex zJI}to$bY3_^~6?vD>W|K*#$A@oFYuH3} zM<~PuzitHMV8!nf0}kmDoWujE-kYBM}+qsNgS8tX}7Z@S40J^2dwTLSF&1=tM~zzQXf{3aaX25)@yl3T;aAU=k!@vok7#RtbUg2b`n& zbt+wyx8^&V`tOxGAm1cPM)YbGq@BF`l*{*H<55`WsZ&#F1$lxJ^LVqQDyrs);J}Xu zVqbN2AJW-f9WEBx@KVrO)f`-ED62l^l4wzwN}7v_uhQ~1GA^>=CZW?m51*{poxrBM zI^&(JAED=yrt_YiNs$|TBu#^FIVm_18t)&7cTiqh78>sth;@)r>JS?58;EfbT{=!K zVX|kGq{ud&nujCNa~Pn?6;QB^$jIBle=O3x0nQrS;byaVp5MhIHGBnZ*=j-u#ao6u738}?dRCQHuIash_N%;f$j$}#s zG@2~y6_oKvI0LzlJ`pn$o-<%8-l7Wi?wuHC5mZ>`3|R8FeoT7zW`J1)`P~@s9doOaZfgS_z8?7ca}PX zz?Pvr)hke(5W7{i1mxV2o+9rt&N`-(R*8bM?_NHe5WW49XChJgbr`8J=xv1bR^lk# zZq0L%P&st0Ez63(oc8XBLKb&I>Aq$js=en(jo;1lX5BB@{t&Pgh~$X_;tZHV4IyY}Fy@mqx8F9^iK6k)Xk)Sf6*2!-WLRlW7$85xwsF@rZN+uD4rCg1) z$0uQA!VzSaD`%@@V^eo>!T&RPGc%ei`wIKU+gHuSBLAc~z(;hlx${*G|NEDjUj)As z(?S^np7A5Do~&PAw0$u?!Vc^^43XJ7-;iAi!n;Dz4aJG2ozSb~2_xD+;?J~@;`u%r z^wdb{R42jsS;MA@e>I3lI90fRC&l!bBdABOPJD5gkVZ>PTJ05k)0ia7qed0z&m@lh z-vAbTH2|N>u#NbmritfJ!l@@82=)dV`5`EuWaRqB4yOk$sME^GXjD(;J+YEalZ;H} z=mP1zw&x{b^)5cwcmqO^d1tYA zaf$>HFAR)Ji@!>ryN>_bHOwF2fh%W#U1mD(Z^OVMiv!z9B?4~uer0yFD6e*%o?vgc^6AQ9SRb_ zilQX|CDb2f)3(gpBduy>4*lGZ_Uf5piwjH44RzONRCf5ZZX87^z>k*(4A&cDG5VM= zN9>3xjG0)%LL|RzZ*wl^r#0LzrU?~Xyj0Ls8OA>)Y#&_n_`R?|oX-^W?_Vr}nxq2} zf`P~B>r5ajgq$Or0*k!%q=|Di(AP`H?IJoqmp8u_b3b=!kC)2ZQSqbi%5SLOoZn_8 z;@e~Y&m;L5g4mSLD9wnozfemPNdbNFk)HkV2Lr=mO@01+Q0df0lE~p`)yVgyvo*`J zqSn5ZCtR7228mK%j(^7BrmOmG=t^E`$i4blt1R8d8=;Lchm^y zv`)jTUo=9c7L{6_?w>xh-^o3iL!8fjx~N4bD}Yitdc4fRSH1GJwNe@yH}TWiUB~az zVAj;?THVZ5xLlV+pp60zy)qpC#Rp2GGz6aU*ok5H?RK*C^zH8sAg z4o=<46ZxDPz6EU5#8%xkqMPjeVej|uL#Nw;)Ua1k6>(hCPRlW~6*5T@7rEVwF0C~% ztt6c(w=s^3jPeIZ%jX4$9|>t*B4u5ihrTPrOi9D0`WR;d%`=9Go2#Cfrf*_@u<*YA zR?!&cPMP>$Y;`{m;MxwAAOym~Q`VyQwdNy>9l$baq&F-!H5cG5(m%@rk_OA*5e%BGvaM?vWUDa#(wa!&6mLsbFNMO-314bA& zY}M#V`GRg>QY`A)3(M>3*y=`RiX};x0(1g>)OLL%Lq+>X%jrt-*G&6!7Schp#ML3! zAry`yW4}j@81KeKpdbKJ%LaJ@j`Z@P2@aOI&6fzn~fJFyQVb zfud?lAPGvzjr%lllm18*M8m)-*Sfj?@TKJK_n*mh^gYGJDT?PWFbV!06w)XMRgn8% zxAkxj3AEd~nkCLsq&(0A`fZ=o<)98JN_bz`o(K^7@iWIruG!3@*0G}1elPQ8{psH2eBn#v`_0ik{W)zq?Zo!{V=|MM+tl+W-FHLLGL)I$jkd zYCbXfx_Hofk~E-tm53)}=@VvxE|k!3!__rE6br?q5Bh>@!EAiCJUj5EE2a5dWX-Qk zyJfsXulH*Y0quo2M;J5wsSi@iHa9O8D}|+1Yi6BqY^kR@uACmC zu>FgAezUnd4pE00mHC*jv!3GLzQjbCJOKrP(C*zIdIf5}zQZgE`@fjVMf zD5WsFwZ5i-o|ld3U_(Z~GQCe3xf~Kz@nF(+m92W=If6hH`0H=W)yC_ltLRRl?qseK;w3CU9NuT=tP3k-NHC&SnFPh|%Gh_CHm$_%!nPp1eOZ1sUCt@3dS z-if&7@1v#DblNB86Uu(reoS6@Q^p<_!orGGCYXESm$gsn{rohxf@;hII;L?IF9HK@ zUJrVU=&R;iIag?PWvIW(ZQFyFe5V6i`?KH5IPkq=-x-_a>|yoS@zA+E(9G{Fo|rV? z0eq;sJbAji?NvSaTh#_wg6eYv`Qd_}u>d4cvVLeI0phV@0CeSt^`$@mssE$!%^E;t zde6f(Tnm4;v$j)}jn1bXZvF`m_`?m*0dshmM=51GIigOV!w-S?eBvAVY)TyjmyZu2 z{GdC1p}zKDL<-&y?u~p_g$~@yhfWZFj5~RfzL&v>1dJcl8~H499hjG24v6@HcY;5A zC4&)fuklXtHu9Ne0GFt;^eKOkI%1dkjh`l`#iIiM#-OeKt(e~$92Pt|{#CA9rA0A* z8tfKa8UDpjw<4@#eyg)taHRTYYi-#v$M~tUTCgShr$}unZ$HoNI(-;^9>!-0GgZt|?ZHjb9qWY*UNSysuOE$?vB4K@077%-X+0@N*xkywmr3In2 zKkSS${YwC-3gI6jQ0`&LYD;b#XJCWo{D=PaG-9H3R17}VU__O~I!l9`s+x?KxC5Tp zWzbwWu|Em?c>V8DNZ+ zFW*+H)7|yF5TI&1VL2)e;H`thkwaPD&P`m6)p4^tjlcXe-nUY4>X&wfhT|CtZ7*NH zNg}kjhP|=GSL6((jgNhh_GVX@O}(h^O%r!RnsySKBE_Bc*|-ft={f>9j1|ab{C@lK zIrnSyDM9b9RO#oRYpn$q2Uk=(jrcp9?m}9j+34-q>LE=as{ADg9}`Q29q{Iqilgz2s>Y_KBwXu zA=|TOH5PQjp7R2>?%#fhTpkl$fv4w$fqt{$2d|gw3o`*Vm6FKFQl-#-&Fa&@zuRP! zOc-DvEzIOhwq5abR5*wUftB!s(l)5$)l%7h6(Z|?q#b^DR0RF>5&yz5%k}06%D&oR zHgRz8{rj_D-P`e-??MYmr{*7J6PIj$v9P@u0K?gVOwN?(QYDk&+@OO~oz#r2O{v2x z@1|!n4xj_965`Q1o>yAo%Fqj~B%8A4lbThR)jza5oVMF!xr@SOx)ma&PFOD;+nNc# zHnUfgJ87HpOlQ@Zl!#c>sJZl*C)q;}Mqd6ao8mYCl{Uu^3dm$~3F!WxlH-fgGd4CR z`12e|1N;pjL?I(Uv_J&xVN+{G@YopmlL(CXW_Cr&9Werr{GGms4C$nKY5QWwqp>Sa z3I2LJJ{t_D_3ZsfTRZhnYQcq5|pkwZbr_*N8NiJVI~E>ERi${?MXcZWvl+1krVJ7 z_pwKvaOX`Q1azb}+thotBl#}Fqfxo>b;2RF{*d)&jsGlfs$+i*3}^5L*xTB z*b}L?;hw26@;G>4>u~qP7{M#J^M)6+H!qv=Y^5V{ABiai<5_7{?;an+^?_>?ctLw|vLQPwL6ChU zE=UYU)6qKIrJX()4Y~yqruWByq!F?_%lGSl?$>Y8^-t&R{p$Vwc82C2%P+}jvTyP) zrv}o8g(q+GyDfpRp{9>!Vy2V_ck$E9*C*i}+5xzF)Sd0zKLu~M(TwH^`&Ux=`@e#E z8ZS2l`2O4@`~oInmQ0OddwyEfU#DbNP$QmZeD>Y*N&jIn6 zoH(McN%cj4P#DnF)G=prMhz$Rd#hcg+4}dv@q4llE;EdKM<7&O4k!=|e1^g)1Z{v2 ziYD-VWI4QxzVHba3D)0F-l}k>SlDKj3I7c&Wc-UGk6ffFZc|}3xtvt zz(rKTo7Qg}Qw!;glxW;X&eCQVsHsZ#L7V|0^up z_4{}8X!!%ixHMj6^Cs&@G+ru0m;do=j-i4pL1`fR{c?Sr?x$uVLRi7*Me`q2#)ux~ywXvFoES@+jr8$f(Hu@yNkQdwkETXXFFk-}>_26fjUlYJs?Q$tMWBpo1NK9 zv*3Gwr9CyCmr#RkduQdr0rq}kXyiFL@jmU@@|R}O%YL^-c^y9Ak{o1K0BPBq|E5?! zGXNFc1*+CTL{I=C^R30@D%k0I1xCf=tw!Cc_GkxBp9;S7;%RMZP-r=5WN8{Leg;-v z7P9te|D+-~wRBcoX69&SYiREx`5a&j&;n$dD%-xR+X}^I&Y>QS-QYmSUHgZ0k6?;3 zSF>vID2iL95*Fpu#SU>*1m&TlcTqpUQW(11J{^&W-vUmdMfxl;De81dC2|<*d7Sbk ztXA-CPrk5c_4-S*=GnHzObFL@@tEO4K=W)D8%%`q06!wRK8eQzG`~2-Zn3&IH z$AI#kdg_{Z@2|oq_fkC!@Xns~qCW#7pV+(*q(tJw+nXZ)2DOeg2xIZWU{RTq6nad#-i5=2dF1XP`SDX2Lx1Eck!vZ}Q=4F`gOf(A zOnXVJl=SylEAwN1Nkj{UMh`X~&q0(prwn5>xRauPC6kJaQQsrjbw*i&xlCzh-%S$xDL&)}iv(R34%)jIF4=L7@Y-eWE>5Cmk!h!#PQ=q^;)|L7I*?#SS9fe- z;2h6H76z)C3|xqT>3-)AGVuj$Y~{bf2Qxw0V_jSv2HgiH5d1biOu?fBg{uwJpu1HE*Of=WA=uNNeug z)rQ#ae4lPZLSzv3I4nCyx4ZCrSF77r%5kycdWhFNm{^wvtEitu6MNT6)qY;`x6*O# z+Oub!ZEb-*K8Hs~)5cCBO3zHI*-fgd<`75D%?-w1JL127AkpIJ^jThTP4GoCtUcvZ zdHbkddNm#zrIO{O0v!`B&a}^()B57N@n!ECa95ZVBXXuD#pFyB>8AW$Ujl!XAfu_@ z?6~$QiOHIFx}emJMuKSB@Us*S@Av`P(~NJReO95Zl3UvZAq{eYcQS>ByMV~L9+5v`c@{)dqNx0Swvs^e8F}ZG-YceGrj0_{0Cn`^lnd#%A^wVL zGuvXjxm@`XdJ>r1EENGAV+R~-#SNC9EkwGRM!T;z5jfE~KA`m`YE5KxFocH@1<3OwvS5(ipk{pAGX!@=09Y2fwRktwqPe$G4~p zn`9wlw0kppXb12XKn=rvj3iJ?SF=<*!8!q6ypaY3Z)K&4@i})$rO;!hwGjpil)bA#q$iK&@^9SPRz2C{o?f-h~?-3-Xg3rPpOv^;G(6a6o!onif zox}n|w$5k4LcGfLN81~)m{ggW6(xxE1e7vFSs~ZK_JSa*$->`)WKsiFC5O*s(Y$6a zb?<*8{#L&(0_*nLtKwO_kK?IXD+T*{e>{wct`XzwlX6i6?eZV!sw7iA`J||4kHZ@U zD_Uyypc?OBvJ70oO0|bEIF@`}aRM)vNGwa+1NJ z(BV&ic<*Ru3@`%70zA4gzrEr0Ny3{{CYp6pWa4%*DnB_4R--d9CNDQMD50n#Gh$;U zBR}0>V&9EUtps!LS44V}DG(1wzs1(pV5UndVq_FUWI81hf8-)P6e5*NjqwKZ$!u&( z)Bn!1%~#3~+M4OG&&*uw}{5v7zW<41Q|AEIgEOxx3BE-`L&MN3MY%#9zb#n! z!n^jU4eM|W>o8phv3%hlHp2_);5UuC)u69CRs>^OmItdzg{ar>ya&gR#;0*3?foTw zag&A=q$hBJ$q@_2PCjzaAc|uUM~kd!xt6&fVjqn}O&Ax$W2sh#er8E3Mb6gIrdqu{ z62O{G{-P6Q1UlX`Us){BXL)NQM~D(REXH*%G1pR=n@tu6_3vZsK*mD?`%GKbbN7BO zS}uOq^$Thyco(bu?k8C>Ey|T!j$j@lJ}|8ho=@`MGD0{%0g26P-D-{ayv7|UCs?3T z_bM{6q$YW6;l`|0#B5M6^fkj9LGt_I2g@E1Uj~($3oY!n#+XG<`sf9SVhb{^C4;s2 zF7jzckV0)QYI9sMw|J_**sqI*>Ym?`#AIHCvZfmHS2+6Z4 z7)*a&C>NBsNrgAns{lPR1*h~ww%^RfVbfTF6v+5UnJGFZdlVzcT)VLGQH^}yP#|Jh zT`__5&kf1@D}Mw@3!x6^jA4+raClpbVj_wxSD1U9|BJ{XVb z*}SQ_SR1?IT492lO(BKrsi7jFLJeI_7Ct7W-?5^wqHobIYxBeK2Falqa&{)YiQE(} z)RX{Nn+QQp0#M0P@cp$Ap8H5^oiZO~nIy;$h`5HgHj{*^l9{QMj@3b+NF_iyMdbpC0Q4Y4V=>T@*%S#hXmp*3wiR+Sv3 zaL6yPvL5&>o)UIfF3_j5+ANtn7YG?7l!Y~EyI`y*@Om}I0hAorc1R>v8J9R|H_c2Qy<^~olpKy}k&z-cj|Zo_e!y`?^AIrfFl z$=A$);~GQ>#{R6~Dc*B)>&QEserj&isv@`&Q>WEvE8h?+7(kd;(l6E`pU9+A8Y^0a zA48&6gi;0oJlQ7tJf-KaZ*9 zx?ZWU;Nsh6;P37$P^1E9`1ZRVeHt*+c@;pbAQDkrm#Zdn!2!C*&3;;Pd09{zPK115 zIL0*hyy0|$O(9iKE%R-y=TC5VCd)3n+IOi^t^M%GvPo9g9{dC(gvs zyO|KI%t9Q+3ejPxSpd6Qvs=x75pA~wfR=P`ZSW!X#KhlW%#d!Y17=42_`ofZr;*b| ziv_~=H`nvWKiCS%)22HaKn&QvPT6<*>Hi`3n@+VbI{^&_sVq2NJh}eWh~Y^ju5!Gg zWU(0CphpfmNyPYZ#tS2r9BZe{kyl%l%39r*;vYXn(xtxl6L&Id>R1wl;f9Mk2rpYK$!A*WEOv&}m)jPvM#kYF# zjZm(K(CplUH~%?$>=FUe=F+8g!2%MZ038x^5DT~0XD%o)HVG4P1EfTc5yHF-8Z4`= zC)>E36-fiq=C=)y1aBLDF~t)L+=y`N{?+xiG99T47K5q(ezpE-mKB&%l$ut`)kfJ* z$$`TZuE*pG0woLul_9`UihrGJi`es*bm6-Ev^Knlk1_u7$}6NTz?Wh?FCht z8`bHF8EF-9ph|KD3=g*^QtFM>B$_V8Gb6ICt26=Zl(oCQ_Rzw|$HlJ~9zyR1#X!)J zy0K~3EPIitBAqZ+N&0+Q-`Nb{Qt`Co2d?pPoHto^Z=yshxEYePN?*W*CcL0=a(@z6 zPCwzsBPCS?_lI&2!DWxI2<9#!tT!nc=Lj`R2w(9>uI=|i6B%_hH_%5uUEiHj#yJ9^ zjceY*l>T|q75aPn@z71!NmO+htI&%}RVtm}2JEY3OZIU3oRva9uajk);DVmg_(rTN zrl(lHa(V`uthQ|hSum%SM-@%)^m7ERr`2rkA_)P1IVljg=oE`05P->JMUDbCb!^$J zu~xCid)q%W-g>>3iPGVN=Wx*%Z;16jWM`52CU@GORlnZU57X7z1nMC~aBVgwUf?*-WhJt4^`I5zCP& zfImZkJ+CcQu4Y~a>G-b)eJ30Amzk}4x&KO*sG(Kx?b*l0*M|O5{6fF?Z|&l5<)ht- z9jhx##np5_E3yc@(eEB*>^PD67+ad3t)nO-D5jgDynkVaI5iO;Z4)zi3vctPJrOvS z5z+~xnIR)gG?p%V67Y1WL7+!Ivn`!I{#AF`%*6f6b!pk$mwW|*^wPTsn>Q1CbU#y zH_YagGI_`G6JOK838_Z1o05h}uD~=NpDZ5dl4WP6?M2-Ju_eWO(|D;SCoYAE8C~K6)4W9U* zhW2n+hZJ^R2*=Oe7~bUq)gjWK6_WEefLobrui~2+O2mGiZ`7sZ{H{E$(;$4XH2zY? zUJ=Tz8gG@OF5#Ga>up{Va$(=G@WE@k&>McXWOIgdzSn18x+oWElNOB?;5t{Ay$hSQ zh~!ct6?saDTE36@8To2p6GJzZ9?dn z-~vDOOB2G@lHv$?lvCX&Q1y?&WMG6F31EOikv);kiSS;vW3TwZ$ZPps3 zlQE!fH6r18{a2t0!{UXV3|eD^0tN_r56-&TQ&!Ytl1VZRG>!`7<-?SemHOW*<6s8m zYUs$DLG(ox2K&5p3iUW4IN<;@&d?AkA!q?E)=wO#Xe`C2@YdZl!;#$G&j`=fEzeH8 zk1I#b!oYsH5eISre zWWnjldSnwz7eyDrHnQ;C$J8pm=6|w4VJ7rk)D&Dn!e-3AMhS! zoXUZGTzIEsFrtkNM{3?qFA8wKw@`RAhB2p z7<^5ex$&{JfzE4SzN__@NpVJ1Jd9XYpJ=}nAK;ju+Z19{j8|~cW_ml5Z6HgV>njm3 zGvwKOr7V3k`B0h`+jg{wUK0D-roS<_KamE%gub8WQvl)uQ$mCs{*dK`$-Nlqen|q7 z)+|%#LzPpJ#AT9-zU0|kMjGfq6*dxdIdMwZ_rg0qp8dtI@qy8J6@;HZ{&*d6LNArf z){h9UUo4aShw%wXD_19{-s&c?e|gbTbzhLBBGQ$brtRGHUgnFfkj_DVwz`nNT;tl>tU?&1tozOASurnx>U1g+ z7mjbuEo?^-H+gJ^i13<5a*=iiYfh1mjMEuU5{M4x{7a#+{q({EdzlWcFNJA90|}KF%)m z@dclSuZhz$|6#E+G?v84LtZ`E7(dzPxDC}dVL9YaTW9Pmt>0mm-V2wE*N z7`Dqr?Txi|otKFrEIAr0)Pfi^7`lRp8ZY@soDqAq!3cMV&Cja|y(rIaTB`*ep0X-~ zw}lH`mXBu%yYPJ28)JGYTg-3?rS0K6Ar*9?a=P>(Qk;vNFOKOwQ$38tK{i<|f-^Ku zd`uE-mhU=vU7FlI97;rQiKJf*@DnoG3|XR@_BtWX7f(g`sl2?QM7#&WcSl z$7}7S3TSu-12_rD|*}B8#4PP*U;X-x}t%Mw!!4!vfAXMq*g@_QNR4$8`pmq3!6x|2S`D zwe!=bPk;WTSJ;7R5wsy%BPA7joWZgTNCs5MZm?o)yaVvdjF!?4(5g;eMT2U& z>Y*i-4jKdU0tuNhTylp(qgoEZuTBLEEpW2f<1A+c@b4n4Uj`uqWD4!4AIky;f^R77 zyZndH@&7rc3htK23R%|Y9pH;mVqA%VgUzs)5)&E2)`(o-aVgO&xA(*8GH0vZ0!YD;I_&g$2QVxh z-x2&0!62(z8nfnP4seN8w!UV;dADTynP#MUImhHEhIF1InR+nMWQNt+h#bRF17Bxt zpw=BS5ptfMD7Sy(q-q@Jdb7|nv(EDS>zQVslpx*fs@F=c1a)Jsc0M11556F*FSPt3_sJy41XzM@QB-&)2&egh=7}kR8-9 z$!ND=<0gc%JPi&KCTI3%?0Wl+nGo!ci=UFwC!qB|71hnDrujn_o?zn;BeZUi(A5fG z5UTniOG~hiex_WPVUFWm|C;etwLUJ|;Rm5lru^3gkx1|n0pt+plE9U4qVvH!P>tIqQOy}}S8UG7o$B2q+N6(Ka;L_q9Ls}OA%N%<92 zJok(1(wkEnO~Q>e0wse(_`rkXasdOoR1mSl>~(^0qHsd=(|sk*Hvr3DM&NfDfgU_u z-{v{xM2z28q@j2rha8e>AjmeHgb-Qq`%w7YnliV+L%3D2?<_GKM1qM@9aIgb^_CL6 z;8ubb$T1=E=^WeX(y-J>7QN06m}Y6KU%pKu*{;r1i0qFfw1hoscVeqf4p#7(H5{q8TK^IE@b3MDr*f*@4UH9EEO6z*~R_^O)>w2QmGnf zlmy{1C}-4n?t=&_9F(BJ(0+~$Wn@yO+W6?`{R8cd4a@C42VYc+Ao|xkm3U+9BHMg2($`GaU!b#Xal2#ZkX)Re5q7~nuC2g?a z>U`XnwUYDC*s$M}4_^y?-K>j?44cU?fSKI73gJBeKKaD2o-Spo^_7S}A))n|n15x~ ztBYS$LT28-zJI7h=lCHKOYpc;>}Ty(?Bw@Cya?}qMc6UvxFz#;7d2q_G_3D{@0EaO zu+*7NilS|R)>hl#Sht&)CnbgA$^XaJSBEv-{qJuux*$j1 zPDugj5Tx7Dh)5$1QqmyuedF^ypWi>f0~dP}*T%J-opZnLcpVEnPud1*C)E(`3?aX7 zn+;X9lM}ik{@q;+0gn^{Trw^WwqGJ!eNP`xEz;bkdV9wF`HBn(W62W{7LdNHi5>gE zzgYxVI686}Uh;i3Z%`bHUWf<^rE(`9z(UO>?i&dAB?#xG_jWp1Z0^Wdm1G#1L#3^} zQb{dipuIrXB7uLV;j7eBz5W-;G!TMjQWaSK-F87^aRtPZA?VFJE&5|t=7l0uFFs}n zVX^6P&n;FouuB3vuK*~z%u@mUEzRdCuJipR=vx}X=Nl}{TFo5CJo3R<)`MYUiUMhQ zMnXb-{74;+bdCjAPt?&o=e+|+hRiA-CW8$F>LdDK+~9F#sX^dX243nJmvt9vuTBV$ z{NJJ08;F7u7!dG!6PXS}^p9;*h))5JN7}r&2)DLoT3qz0(a>C6L=OGTLbhFYA`yT9 z3T&q>5%*K$<;%tAdh)3}z#OP2NkHonHFj?H zA~`;7ZBhlTj6mq$#V&!_#nba;PW!^*?Mm5#7_b`gP77s%fy%1h`yQ!j78nniw6h_ppr7g8^(6G+XzRx*)hH+H+sy2rG3lk+x zoG+t5YKOIs(yWDXI2=qOSpm$b_3fV;2F%)~e zXT1|D!y^&xMuAT_^0O%H4Dq4q)y#jYQPvBkWAFqA&;8 zI(#6Xh)VR&Ao$T05FjHHP+NCDRK@CzbK6L;9NzrW;Ggvo`)A`?Vp4_}Ie#2qGgxeTJb767UJ1)EN5~B7VN?-0A za}agjGonf9QJMH29CvCKj#IR9`9V2eQSUdI!BV`pKe^~gaIRlhBWAiJ(`CoMXQl8a zDeHK@WYuqb;C;%1_9l0v*b!dxFg_OlxI-YmA*D@`E>qn`_@+VUX5o$k zV%>Px3OgK}6rPlnbX$G*>u&4ngmu)K9x*#GR%z&B*TE^%q8(;}6G#RzCakA#>>C%y z&Gi1kZZLKiwwpxv(IrEE{7cZ{!>=ym?s? zgVE(-ym_d7>t4-dSf?(uRJ!5u&uyR$Gy^yM#pWzb7Y|>zXPT~4F}V4QGJi>^(*m*W zMrRgd=kVP0@&E3(!k}T>Dbj^^EwPZGFi3TLxR7Ya7E8v?RVz?2_C>@{636(Ow7d#D zxZwX}7KB+n6x4<~yVQ*y;uza24 z8;G*+jWC4f@1?*ZDPzLz%-NOvS1xdynBPDcP!J(RpwM*qqkEe4&aHoWB&*MO$Bl=> z;P+x_+7FkMA6a8JS-igc*XzdimU19T03M9hyjBDI#ZNbw?yJ?~f z24pUkl%Tj&3cNX8HF|i zBt`uU%KUc_2*N%&Zq1KGM9+Gd&G$t#PS*L5nx*gznuJAP*1QZ2ZK7@TzWfFz2z)~& zed0%pwTD0>Ehit0L(3xDG$BI78xPsSi$Ks;H;#{Ki$CSLB_ElK+C?$rg{pV;3+%x| z6*eZ??J~6%V2xy zYAr^k9UD_)Ceglh-eV2Nr%qg+it2=`TAmXajUg1M<=V+#bd_*9Z_x zY_hog;p9J28CtDus?uuwkLpB#evVOkFpZLoB3{(_6D5uSFok%ezvf ztZL|qWV1CKh5~0Oq>wr)L=C4Q#tF6jmiP;@C6iw44Z)|(LMZz3D;5|8otPLev3(>&vz6MUY`*?R2yF27>yAtqp<*MJ$`~~k}nkSNKBl=`X*zW6kqouY8kw>hC;@TgV zw~XEFY?ENzzHvnOJUnELu$B@u>_4dS9zvOsK zTk&(ql<37Glt{b-4~Jz0Y%Sf9*m|KBcFIK#5W=n5qy6b=xfBQLr)^w#lcPRqJE3aw zaxDGTRY3+#>pLxe!osQlDNYSUpv_cSCgAOxN)-&KW-yQlDBU|o^e=ka%BtH+O6mjqwoB!2mjUQJ|cNs@^8MD)oHzK^0@x}_B{UnX!4})Ah7YJW@kQxo&OT& z$#CMs!;ZWTA;9eUN(HohcUS(~h*S#zPjk8ejiEKd428ko0r(0T5}#{s)fagW{aX;n z_o{@`yt?wg>IO~u{8AF?vI{ka52na8rU+jty?l=x=5AxZIt5C&uve9Dt8v3b`Mf)m zI=?xZeJn-HgONDP5Lh>~;5%RceJ%U^NmumnN)$Gpv%G3stfIU8FLZ7j|fidWSA=pY;G zCN*rS$2v(FY>DC&FK!CWqyl$rq3aE+_`yHcCh__+kkdO`n5>>N$66pK+sn+Fyg4!J z(w0|s29IFYfhO>0hAry-&fg%loe)jUu?z+EX)cM(?-Mk5;V=B{4l&3tC_o%j{d+yB z{q4fIAg2@Dv#Zw#%@|f_VBklX-wimFx>3FViyM-P@ct!<`U{cW@@_uNPJj{t4n58i}I-1fZ0H%MKZ@=8lE-d@49YwK|*Ph$rz6=D| z(|=Sl08hXZ4HJ~vAE`esN}8ng@C3%i{=xiW4@>LM`KDK?>LY&X>4@}<$Bp}-0T=oM zn*o>VL2})&OIoYwxSC*wG(O8=!YJ;j+o9CQ-vE{Qu9fwVgzLe;-TvLpHx(|t0R2*z z>536kMdeIEB29kTaJ^v6Gy<|Muf7$7avhUo<&B`*dQuBAo{lTmGDnlA}1!{$4phy z4>N>oCQr(iI@=o}N;vyB6+SQ4^ z@uFT%6JAIfDKRm+d;5z*1MhAniUUi1Gy;#&6dGzUp>-uH?2GuU_Fjb4zqlK(*d|YF zn96d!R0ClbHFSlrA|WWXDrGEmIw%oGW+uVBQpS z=|n*OEB%S4`j1Q}rM3KJ=;GdW*5>pw?&G{X3ong)c%f5rrEviIzh$Bx2}sab^{>i$ z=eD_wIK0OX8l>2LVpmT+`?c7RwlC5zt^{6utUM=~cff`Ng`yM)tC@PVmTOoCm_#Z% zNgOI#W0fqlAPxKo#m>j<&F?E&azIi|8NwvyKN9QZUniI03!AnQdN~l_!e@E51G=yp zQO`R~$l7y_&)(d%eC^daa{EvHMBKFB729T@Q$Zl1rsT!EgTN7Rn=N0TZ>H??J(oZD z^c=gXB#Q^^iUrK77e4o6s7QUtWK2oe9M6isNBSxLXYNl0tg?!)wlTAT`crD4Gj9bA z!s>N$PfOjk=yfP{NOuT>8!@uRwuV@<5JP~D@?AC6P5=g*vYbaEirgEXInvA+wUPzW zW1`5!u*S&I3h(e{^GY z)Xw)HH=i5XXub5Y=sQQuNRPDR$Ln^My=zH6Dg)Zm87LxRBhGDD8sdJzC2c zLPA*(uS1NG$tuDNCd-5{rXcbAee|Ma#cP|ygb_P;uddJU$hK#DA~*cG9aJh}mqO*u z?r>b**y^qg+JP47fOd%J+!8b~ArVurwQH3eG>SGlh<#!+d6j!7@+47%b){{Fk79{v z#dstEy%Ti>>&#ZSYmY6)#fcV@Mkq{xTF;AzrI;#B%qXeb+&(*EvwI=lX_2OBoGD+ zuh^1jzP#?I9VeJn3|LUF`30*TG0H?y2EhShE3}YpYFy_?7gIYzWufsDSA3(fXjrRY z(#WB*jLcXSSHtYyTSbqViP=pE0k4>mS;>&i_V=gIT4tJx$b z285ERG|xNKjRxvz}9iCYf^pgQl_&i5}XUh;Psyv={>;`gM*@#;^~{BQQZzxw+JclUjJ zjHCF_(8m3-IZ9VhP#f_u0;Egx{}w~Qo}8${UJO8Hm;^#XLSlq@s@R=+q-G%2i+Y<_ zqM(o|n0A8b9ud491JqCncw&5Z z!xekTUeN5(+pi8Jn&+m}fjhlf{ORElZqTQ#v`n_x-0AsDWy^(^c0IVYg3}keP^Qe< z*y23|)ZC$vIJQ-D)AV|KsQ6LBfx}DB{rcsB;H*p^qh$T3CfXD+q zy?@@HDBOOFVJ{o4viB;VTvZ;?y`yasqu(MfL$XtDi=nny^q3goiPf9V%avwJt3`po zKqtgCO1;fb1iRr@zrv-fzcA&g@mTIew3`wlh?wH3?AV4-YtdbLk&{0Yp#4t_6xdMR z@I+|o<3zfn`o$h3q!HagVBhOx@Rhb3sjXvjU{sONm}tfokyaM5H@F&8+i}TP@!RXx zHuKh1&*7qFD+UQU5~vHO{9>AXD-)I5YB)czG>ufyZB=RiT?H#2fHtW$fmJZIC>p|m z7@5mOxi`X#g1!{6Mb<_p^mcO%LX_iz#}k;f-~v3)0V=(Jp%~{ug-#LUygLJEFNsnw zJ%F2Bl|B^8q(tUOlEUjDOnvT52%V&rfI`j1OlZhw38NkK0oT8R!+dG0$3fkoY>%@n z79I}E3JN8?A0;FX+Ff$^IV^AM09g;HM8FaNh{-n5T#<;qB!FJDmHPse}eoDK(ye!eDG$eM7>8h^Clm>unOa|Emr zM~9EfST0FF=|)`8q}#E6D#&ll&y1$%e8Q&wXT9S}ZX!mTcD}u)bXKp$r-x|7gfp;}b8$5w zaVms()!04u6VqOQ!Cu?~kCF*X?a6d*reuT-?S`@@jVN^p6cpd@kja3qxK z_j8*Xxp3_t;vqRltHg-9V8%3@Vxx^eA!QUD)=S%UkwsBDrj75IWlDBZ1h~Kon&c^hpKTm;?6Hsz*$_&=QQ)vona^jzq ziPD`Gb|v`-r9X?jitSg6+Cccmvi>_!7Xij6J@rK##0kNRGt)<=kYCKf!SSGT&frHV zTVQ#YuJ!}Avs|xLw7a{*=;f?uQjeGEPH{R!M5gxIh6kjIl!)`eeIi>6E4WYJyHx@w zU)V>F6j%1?Q%*!RZgnH$y=#A2$hx{2#vsKl5AjH1+Kkr^oW3`=raS|5CVirE(L9~* zStw61QFp3pJOqlce;A+v7*y}`5Mhk60Ey!a2%DM;kp3&_k{4N~hG=5oMac-!x@;M* z#m$f)vtq#Bx#1aZer1>>^-!!kLpFs%I8gD`@S$s{B_4L1o!6NX^>(?`grm+T=2o^e zUid>gfA4*@s5+#JwryiN48q$Iqh2t2#hlp^+~bUb@MkHtX@+gReYQUm``ZPQsl3M< ztF~a`@Z05$-<3g#=QlQ0imRV?NjRC91b(EQLNyE{DO;UR&g zMOwp{=d6SzNzSaj-f+x@nkZhC?d-vlGUYA#2iLdaKTh>JR}>9oY=vf0nyFG*Y@AcL z@8`DC3mC5tIH z`@YN|W3YuNh#v@%p~=oNstuBxOGcUY)6DSuSM1+?GzYaeUW%e$&i&XU^#91+ z9s|0+1l?a!qLb10pjdzbss>PCsDV0Ak2{q=5yFP}StXUTczgG0weGIt2B7WU;(Y4m zF>VBS_jiPHm<+N+fK?92EDcaAio?*oW@E9!g*%<5d|uxpcu&tdD<@>zY-dG|or=gA zu!lWRxUVhV16NPri4;R7Dq%@~dhn!(fK@|gR#HZhak3E)*sXwBA`eu2;5AOftCeP@ zo1mE14H|>3Ju!8S$mGL>)}OIyz}W^#Pg@5f%D=D9jF3+DpEmX4j9UftnuCZ98fZ`K%JUF|iFm&hZ7gd|3$2U^ScP}!3 zuM)A2GtCHHp*A%nLDWzX4WuCbc~zjuw?(~koBW8oU-6!0xIz?fA9;dY7L!7X_U$#? z3eC5xgXIBfSO%ohsi$?OO{A;BuAr;MQ3*VkW$zQzRBRZ6F&Qx>f)BT);ql7Bm}t@{ z?Tzg=4O8z4gK5k;fgBb4J^QYQ6PfS*Wc%uS8ff%~IORpUi}=hMAHN zo1oK@n;ue_BfpzRU2v(x#f?YPhUU2O?jlQj*^W4SsZ2l1r z%UWHc@aX@v_DrkoalMxzsRDcCfzy7fdUb2WTSv;9`tvXSFP4{n1M-DK;XV1@KJN<@wWNxtid$ozV9AZAoOLU5@(l^B!kEJjuQ=X+NQTo_?6! z8GQEonZ%;-aZkj>1~|Z^)U?^j5|0RoTItRc`E$vJ!{PKhsJ<4PB(XVlNX%zt4<|@G zIR>E{Slk+2E~5aA8l{o>P$$^nZ4<5uzB&i8d>|%#fA*G+>PzQ#||( zCHpyFj(w9^UE8#I`E6!bFiX~BXzevB!b(3Tz)dMe-rdPy)AHJV$OS+c5Gsm{R5 zTJ%IlqA?RXrxc?mZ16;Y;nX{Y%HJ`JIyV+Vx$o`uhSL1CYuvDo&L7sZIWZ)QYpO&l z^1u=|)5hO7bRY)oxwhFK3_gQ-xjX-nFI+#y%R|JPL#)WuCd5{f`K@BHT--0%xCjFx zsJ*L_;(3ezb6I4QfMzJw7^@#S;_A_pkWy8y&3ALC|g&l`UTQpaEU^Qm#sIc(oVd?D>O{TB! z`Ooh)Vm<>oG!5zlR&T8~Ev*m*gg{Tz;RQ2TJ-|l*v;?Jji1jFbon@4WwY6bUlK-#G zFJJCr|0E)$@|amCdYP476Cmlt>6n4^fE6!a7In2e08Qm`d@;MO^;4^F?1AFq?WOPG z=aZ$5%NV8rLtvIJIsxo*vj|ZfKxLW0F#{xnf!^Rq6MylYuNmZs!Va^1*T^hi`GKaI zQ*uo!_(bp}Se~XGqrj6v%rCS5*bz@&f;VtTJX_j^`o}gSA2doaK!LZ!yqSn)GKwKx zD&d+*(y6`zwf?)*2#X@R3_T1tZS_5s&N(G2WhHF}eqJ(^AWvY!k31B*wU?AaX)Y0^p6qQk(3UtD~XkmZc17>KKb(to$l?F z(`7H*bY0-bVDG#Gwg2L#j%qQtTYsn;2M}L1y=4srZ zjy$V*DMDV>zZqu16s;#wg|E$;eOtIrNw*?_ZV>3ueT%z+89&#LuV}?71 z-DS5tb-pl}l{0{-O6tqc|T9OB;7d{wo zFmI|b-bpIqvSg1We(=7&==1rU{eJy7O)5$UzssZ59*CdtYDhW*Oo&Md;1&YuG3b2P zCsGshA!=ZT)YW`Q2x1U__PJKa)#%s>RRRGjrD(c>>sgIMr;_gXah zi0#ZX8}T`(<)#T96pi<}VT_l}8@<*w-|eN0jIl19I#9yz4^j4>8rQ|Iq*xp8(-DZd zW}5p!FMw*qkJbG{j^raBN?*44_=afUpS z3ddo;s3^dcO^*v9M_>dV5lG)a{(ssO-ihBq76%JU>d5j9={g@PNouERj++bj&CH(} z3rPUjh=R&}#zV-AVy#?R_~M7W*W(pw)6>fa)#OT6%cKpx(5vgBBnx}E;vlm>B>6Cu zQM!q(&^w69zZzvES2=GxuG#DmStvp#~S zUqfms{}$hhsC|*iUlq|K9vHu|usn;G(XIx*t0b?{jsk9t{oOz6qZH%zsj%x;Bxy$` zt3>FiWT7b4)@zrPFj-ke`={O&K_1XkSX0yGy7&QbXz%)9rL)sN?%wCX=Zx+J+@o0^ zN~%CH#1N5F8Sg`w`)PxjM^#9Blm4ByrhIj@yjBmEXil81sKxs)VTzOd?|eLZqjt;m zd=inz^Ge30!u?uMR7**9lzL1uKrAI- z$iQgb0ihU`?tb?DZDy2*h1@EEenJ)xftN>lDJgg4e+^>35`&7&$v)w=nqvq>x{qM3? z)q2$fy2+Y)Z_0i2^vb^$kQGhWs+65-%kaHV)mGUlde5Gnq+OhVrh$?OO<+s#B1UP; z;8N31V8&w2WCq@9wd6_x)Ck*kXl?5|dxyiE*Y^;(Rj0YNP9xj5s=;H%nXBZ>Y=@YmDTTAn&oXr90GWQHnA7!dYjDb{t%-HlK;oF{hYn z4&K6gNL3RPHod!*pISe63vfQA{)8UZN*t6B!1-pR&^7OQXm(Og%_diyMu*He#q?#M zdLI+wXnZ1A{-L^sYaqxUhHGB8OXn=fQZvILmlQamR;JEM=)Z>|4+{jrhfj$LWwaS z7*<5~K!&cVvJBz~Mud?hn(~_#K*JPP>G49(9Rj5ZkwgL2;32-qgD!D~bYq=?4Pl}Q zM)57&g5ypMK7X#MK)RgaD>SeMY#Q%YD$bf78qj%MJsnH*Sa^!c=Muy;X+tg!Jv%N| z3C!xjFfAn^p<1}Sd_g0Qx|YZLl20f-!VD>n2LBOpM^PbO`EHlajGiMG@#6vDsJqbXm}jI2#qe8PJ|#mNY_iXm@r3v3%@-ko_S zt5YoC82L-ML?*8)@yp(syO!0_GPTWlFj^ReikrX0o8OiY{In2y^Qk)RH4{vK zFd-`{^yGWYVR>$_Na6PNsU8?tCM}aTZ?xo>s5l`$93;I~Po5-cu6sCec{_01aPY!$ z->ONd3StjbTSOqTGzI3r&bMt+&CTAnonzb4&EWwts@x~20&Ph_M`gOvM)t<@?9u?G zECwK%+9oW3Ue+Ur53Q8-WGc!p{plwc3*NQ#@)-T zkW`+j_d~t7j?L$zjtm4W=6)(V;! zMG4Ab7J#|!bf;*&EgdCXsUG}uZ)fzSn`aOZRTG)s|C_v^uA`Mc>H`Z*I9=acY}Fui%*J8Ba=xf|5+onDh#jP6+=YY`Yh!1P)nJz}& zxB(Kh1&Bs0s|;E+jRSU@=8KR0pRE;W%1QA@!XwkGLB&@0P(KU$>M`8{6hjJ61N}X}FgUhLwEn&_q7T~qwLoFLCVJ^N6Dw&X{8aLZO=<7fEdHOVaX$+p=+)!S^rYX9o!zoA7oL?^IG@siSc3|) zV-CY(2G))**NA8)juBo!HzPmhN$kKF`e5m~6_(nUbX5@tTcQ+cMfuhJ;oYN{9?&&% zJFB$Sz3OmF{l8E~*}{q?BjM7)dk~r0Z)t61N{UvXy@KNx%t`pbfD{7*4Xucf5EnPE z6Rnyi7I>&_QI`~dsc$=8emr+r)>azCtVm^7ZDCW%%`DEpE?qYbI!2ncECDB9b)%k4 zu6_oX$rbRLP8uL&V8o;B;#F`?D|N&VmNx{RE7Vvo(Fx$x z6i%3si_!36T#A7=uQnS7250xx;uvR+9FW0kd`foqQ{(@waipMPYE9rd9|7ONP7X7} zd~?lRSYT`AmTcCezq8tWPd!OHmhWzW>aAD_kb$%5^NF<(>6`bBI4$>`+DUU!I`{frLle^t=dUbz0hDpQpCS{AsJt{{vccUd|Z0qF8 zPg3WpNH_-mC(P$^&T@I7)9_u5BKfk%OZ6dfG`DZ<6Y#I%q`N38n-9f-DcPy^IUUEYrY zhuHpOs&fYHPI~fr?+I?)db|kNY;bv3gEb#py*1<2A^f)a64NTX!+xakfcvz@c+m1B z;~U+nsku1DliBNVtY6i^U2~wrKwTL5m4^ho&<}$12HOaRCcBJ2gW8a8wdv8AE-jj> zDNwHZ-6G=U@QRPa+vc6S;7glMEwaNFH)48c@T|gAAlWIo3cqNRfKTsAxL+^EC+fnc zwqrY+Y4~fO>I<>1!>GI1SW%{^`0VFfybj-&kewmO8j?d$JH^nHc*l1j^hjdf?Z0kupG+ih;-7 zmg!1kjo_M*V6|=!Y3vnsVQ3wGGL>o@&P zK#pU~PbxsW)Fm%HU*MjW(^lqhOWa?^O%i^-}+AL z?zrsQ`8q5q8Xsar)N)szGC5u~DY3t|NPkkp5?|OC9)v)W=3p*OKa!J^>m4za`H>>L zNHWzrc_wi=r1>Qm3lV|M|M3Ser;?t$&S$&o3;mgpeP+8T=`$e;cg^cAsphN{bIh+0 z7gZmnZ7sjLzL7t8easg-`WZu`iX4$2TUdpn8Ik=%t}*Wf(ufrU-z%I;|19YX{!^&U zG$eH@w$Mk;-&#mBa6(A$R=gBHnHl~A#>+c)7wt_>R%frO&Ww;Y@6WX7wu{yor$HKADakPkUM`b!Y>|TmNSXcPgczs z4rc2|7qZNF+UXWZGsY`0)VvdJP&-$3n8_WOFRqS_Ph0fwI;c(xf@iD$zrDwS<75=^ zGfV8_RGaqBG3@aHuGr%TBkclrP3Ml-8bFK)4#Jf<9hbv>6imp6J;Da>s&ecOGRN!+ zg{i6Yik~m5F%0VblB0 zUXf)^goo23>FCz4PYSvutA$rVU*G6rPIBB**y(?CS%Dp4T_%xV;g;2lI#8DAYR55P zQyAmvB({O2-T?v$qAC=(*ja;FSUS*z-W@Xo!EA8m$P1=Op0r5ov zZ#0E>LAbz(f@mrtX?nn`BJa;8#pbF0d4U}Tg-RAfCm0mWj`2V+n1@{TfmQrq8~!`q z;DF9hLQEO_sj?MFd2}X`0i%I(HFH;Fy`U|f68_oqAAWjz_4zo`9|=BX2Y^exqRFTYG9ul%(#qLB+00k4yNdUOo_KJnWjpfZj!R=Z#_3BK z(5PcO3JdMI()iSLesrH1PR@;YocTiv2gw5f_e{whpA~^~Q>gnq2BnPrDU@&+?%3pEzrYH6;^sFa#lzWu>0C6Dy%?JpI zH#w@?F4CGFPI^ow-3xG5o_IFofDsBV)A@r`Rb9)A2*;qJfGs225}Sz&t_g=mIg?RX zIJ_SAJ$x*AdHq>o*=#A7n9i?wIb;@XHsqlDd~$L4e7BH>$^%efsFLtP@wNtsL(`Kt zEnlRi6ZBx$iA}JNbMqkXBHl=z+2+JnUjQftz!7e_11GjQ1HjeEmG~)eb&paEDGPezP1(xRB-=U6@LR{h;{uqU(zdlsx^6_fzz^mQ=2_PHavUPE=2j*62D@ zW{OSJ#)tOZr*HTkZ&B%~iVe7uC)|2`m$VsUTAzSyrFy1pT^bID_ecFc#`_f*#WFHn z0sD7_x5NioJ(T(13jgN!n@qB%&x4S20&sL{{Ve1+m@T#DJH!fcd!?eV6ZFvPE+@*J z2-zDq-J|h)OX}`wY>3>+RVaI4A4dC9T09b+G@MR%bnk;g;Z~^(+jYK6YHu_vni+IK zCH9*sbn1!+YP@Lc-#Z2LmR6fY!Jj~`#ROY2ELg*%BN~GS{2LT{gtDN|2gs!U{r?(p zK#hq4?EX#3a}Y1E@K+p=$BY2eKW(~v)G^~fcy3%LaeT<3R1aak(&c|0OZn(k{X}~* z5Iy7qKEx7S)C?78oKj^LAY=%BpII^!MLvyg>LKCcIDeWU;n&bGM@$_IH_X1yJiuDw z9~S@)z;gciscP^4`xzf)jx7TLy#9B0|Lbh(Xng<1`gah#){sL*?dcBW#m2_M!o++u zA1R-}{I7i)@lPEydiD1X?(Q%GFiUwW0M``IF{g<%DHkXn3k zBq~j50KP6?JIlN0ADHK}hM>Bdohjg^*NYIB2(V?-mKE9r3L+TstM^@ZzdzPu-&4>U zpY?A`y3+Nn=R_;K{Dq3*quc8{fvD_?SKjEJ*IT+zoMRlRxSnQLzw8m>2;!AGV^Qnh z=Z$eX@Jaa1IfbeydCX2@jfB|`At*|UFf7CCaW)R4+wC%KD?D=W#vtXi;7x!yR$I!b95v@f#@Y5 z%@Fy2taKkH|6$LW&FACiSftY*^RaT;lst6y^!5j|DN4)C(@l`Rxz*GQbK8mdvC5~a zHECJ-QpB+|>IZifPS++Y0qRwes|&q;gkJ+-4KE7OKqw|LBbaJV;v^b(7-- z8n$TT{04lmQOiz6y?EGyBe_C5LjFgblAD=ZBnmc{R}*%u_+d&HL)S@LWB}EskFn8b zI{tCZLnPN3k4dVJV$<}Ebd+|bo<%Uu%Zu8lpAp*vkG=c8)WE~2nHwjE;+NErGJWI_ z`9R|N#SF`@K^$|7k1DiB4i2IiTTRJd%oO^59IsgL<^S}s&9{Es%dU|k2bZmVrOOx% z6|?vN^!VxSd45QlF7|7x70rAn3T`+X>F}IyAOXqD+|-Wy^#Mit;iidS)A=Ghho6w* zO*>+&$Har&+yx~uXKV2#kOz@*Q7~$tlnEB7rr(_=e-ZD3(n- zhX}n+-(@BDLO*wS@R?5H4r=N4%ti+Cqp2dKlU!iuga$AV!e#*v(q;+|%$D@?aH5na zGl^dZH6$H&*C-n@%}5kWDP&(odvpaom#Ds`Abtd@OD_36%>Gcia7TU;Qe7r*l=aJe z?$wXGjO1BAr?iQjq_Sei2JU^4mnnd`Z z2pvPF+&(T-)qNP6YcwXGw-CRJOUXKPw;M6;#AD53+w%i>j2)!w1eAb1i^a>7f39<#xIzA^Ny zND`rc^ttL2WwQ1n=;H@<23s#XE;hIxlNdcCpU;iX8;}p^Er|ES^oXQ!Mlt)mk{XD9 zO>U>Hkh~!0nBCs+t|y{`0OmYwVflSvd_``xc6l|7c$X{o(<3{s8(Q7++U3AN?Uaip zU*!b(2ma|i-x0CSQ_-xvud#>P_f~c+=umL1hb>$dd;j_`}0_8K<=B>}Gr#irhdL&PTkjKpP}k9@FQ?lpXWOT4Un!{_5O$*&Of z>D{??jI%q_+?}a{JLB9-I=LHoZ)T4*@iCI$FBh?BpnQ^q z2mCkHI4<9Q_ISxHCl)^0L&m5VN zoCr;9c&VFFu~+`90PTP&jlJtOsXOvUw48du^O&f4tiAV^Hnr=PTE>jrJmHuB9NkgE z`}1h(*(^^|#8=Jz$5;U^<>e+ZG1z^PjF-O;*xs&MpOEMLl%mBm=qYT8^`w2JrYCM~ zt<+!?t$O^7jM3p^J1D!RQTkRhQ)>%f57fKWA;8Lzq|S^zaQ>IO)B%lPEDT zY#0-dy%l+X=hSR@KmS&v-L@}fV|!E8=qR+{WZk-m@SvJkcWA0!TsnUo-r{JRZJQoy zTfZRX!!Xn`CimfJBkOy6y#0>74A-R*N`OTv@AEBrfi0pi=DJZZQFR<6p|%_!T^HlA zBI{cKU-;)1@?BEKn9}bl$>n!pKjBc5Z7njMqkei-TnO1TBpUt_1^E^)U245vmINSy zkD8wl6w%&tWk>uZbJSC|l4B!n0`oo;=Svvs)VLjeHNj7-1r-$_R8}hZiTtQ|%*76>l<@jphYDex=%{$tlwl z{LB$q){-sE0}Y8+NW#F6{hZPIN`Rk|GCIK<(UMbkAfdC?{YhM@2EM;hIMF!j`N@C2beh4yrpP#0T8@eK%KF&Y~1J2oH z_0t&P8X_>ykZ2647#S>PkV6*OZ!WfM`rr2X%RzVK)BULT|3qa9aHpXs_lJ49&Yhkc zWfikz``uBcDd9ms=Tn&_y2L;Hvuz=Mge;KXd~SU!p}3Hb^D9{CZP*dITDgLn37b}s z)v1lJdA7K7i&fMdu0HqKB-M8d$#4Evoi-(Y!dXH1aL>A{K5X$Okyx~NLU3Qxmt3?% zFx!|^N_W;xGr`8&h@QdQIotJT2RCi-15_gVFMy2`p`GT2Uf_-9-JJR(AB_j$Qp#&O z6j*+ayBf-@1Gq6elZfd*C^OU1v#{v%&h6u2o1DyLi9C=>@b{*KJ|$tlNRu|NWBk(Z zH>A1ZNAC$mLmG6Fras?%4NV^Cg-(4%5u!IHD2~ckesTvycQ*JV`zL>5z)lxfx`hKI z@WVSf8P1~&3Dpa`Y)MD1N4O9nRwwZy$PDH!Igz*vb>=AeW=!#TMdo%ujt(YWsK>L9 z4&4?-M6C{d`9aiBu;wpNxN~JuNJ!)y@r#-XsK9M-f{4Hf+f3Jp>qy`mf7UP$SdNq* z`L^CA`S!!$mJig`Rg|42G}ZZs;dLCR;&bt;_OB*a{}d0CjW)j}5*x>;VD zAOWaE6d$~dPwinr|*S=Q*~1&Km5W!1yAjgzb5V8mL@`caUhlxh~O0} z`IODZrVb>gP(NNjz!0Y8C#e{t5P!6VZG{>0OigwS#jmCwN{$+AS;?)**xgNU#p%E= zIOvy`vs1L7^wq9cO8a``!&7imS0UOXbl?b?tunM}Fjy|N?E~7b2F?#TL#W-g5KWO> zU+~+p&BURBE}NKs0)uHHkifL|$&mscgedDkjW}}dP1aHTXBr;`^=zbeouP|+3{K>E9>gw<%8hyYL!=nY;;7$eSdbb7sZ~wvDTbNUj!4auAN*z=@=qZ(1l{uRpT6Yg zX1UUuAT83Nrc;kBWmhs0)bDx!?CBbIlUF9g{RT7{<~Zj89KE!52XUX6di1exQ^yWxd>*e}edRo}G1| zWFZG;kTEpx_`rGQ;&PS3r93Z4bAu2)j|SP6VVExuyaI`$r&`pYnbY%XxI{h$x;`?a z^H!a`*9`^@#vP3txZLe<>MjT!KLn?4)}VzTLQA!t15Lj1yU>Zp)m&(aR?>*+cjE^y zrPWG#|Io=7{~ud#9n{7fwSOlBf;0rD!L?Xv3GPm@0!3S(w79zzhu~J+-MvuUTAZN8 zT?-ULbMaeRl^9ThhEpD_7i5G!=$+|UsG8!$ z(V32}7jOh-9svT>g3Jv{De2v0brC9ht%8~jg2YLJnn{AwLhwAoZb4s|>LqKtN#-Qm z%2|UCy_MMmr*G)VJ9?<1z-R)&VeBC-p3v*8#u zE*5BHk##MP|GeXJVqKjqexIbvJ=?hzJNRuwEE=QdT&usC5h@zv7J)F%dg~(guRyrp zw(D_9WJCI&2uFBa<2!AVsA3+Q+QnxSRO9T1b}2>%^0=u}tPGY0`B(si*+ZK+iR{cF z-f%M}&n3=H@#_=6^6XFzd};krN(U>U5{^4$gQQDgzz?NWzUyvE;9%TVLa zT`0T_RK7o6D@dNtl*4U67pFLtVAHNtFe@mtl`e!P<=G&!|MYY~;~X8Aw_B+DD`$Iv zWjOFWTWpM$NX$lD8cRQ^`7ebeLI`I4-MzTlm4f<5yF>bGR|me zQ^;Q2RKs8*S%Cm@B;#-w-505rQGrP~VC;R;1DW-Z*a#qz#I%FSZ;*Vj9hV6?Y0`m# z6A?W4=;6*7n;4IfkxbMcqwr7zB`GNHFPT)am5oVteN&)!d>)0T=Z00{ zb|F$l(KV?f=(6kLL*21=C#FAf>D5|%fLXcevJzvpdabjd^=ZKn5`YFzM60{j$OKe) zDhjiS=;i4zRP9TOp4j&nT`T|lmv|T!hVS|IYQKy)NR#c0(B%oCP?ic)LKyZM2tarUMv)@3~-ZsB|-(Ps(aD1`L7tB48J}u>7q+Od`t2}2fJ+$Rd2G5D%=;;!i8aL+z6*@_zqjwJwC1W zkA?PT_4__NA`tpQPxnpU$0wdO92dOQLVLi?;pE&36UaE&DrL2MvVG@Zr0A^=7bP#npd_kOXjX%*8>y%bZ1B z)z_uhc7fKJ1$1(CAI$>38voS?$8z%Tc?;(xCZLRl9uW^$C88lBTOPD4$ZGF19%4(W z++Wj>S2TLc^wBxf7u;XEbFzw2zUT|e8Nb_kH>M!5C+VpqBmQzvmL^w-mNd3ZZ*vco zfBXD44%y>r%3y_|p6hWFo8QfO_-vZU$x{-5!mei#nzZcu)XeTC>Q79z@pNIgxM`EmSPSVi}6qX7m z4-giUm>|Uqq3Vvo+;R$i<6z9Sa$amiUWBK&j}%MruTr0@VxpZP|I%oJCt^9OLV6TjJy373|%sY`5WF7falx0uSf_Dyzn9o z=f50Dqx)->O7=3T>4G>zxtCB>`A&QS{H;WyNIXAy&0Ol-@?+mWNxSKf&ihk(qW(hOdd6n z`t)hE?WJ@~+=mv-hn&3{U}Q*J@AqJi7K#xm@7)iwnwLuHM5Jxhfe^H4+8#fK0XR&A z0D$JQo%ARs<|ZQR)+|wU2Pe7za>#zh5{__WMEXufA`A}sksk$Yv7_FXQXLZUz+ZB; zy32@92QFw)fMup^)N&UHu}jXt2AO)V%#1P2kipaf;}>fR8a+($WdibDoU9zpw(T$IhI4Ex6l%p!t1s;_bS2XuUlCgvrKO*D)w zDgbyp1^+h&3G7+xSLGfWu$~gfb6+%hYJ(jlQOYsVKVXXJZwxX-A(`Tph9kfU^{Gue z%9uEHuxNBMsphcb{oW5T=@P?1qHCeD?TV}~;^YhC+gXznBkx|*89+`ehzI80-+3%v zG*Bf)-xUn>^Y0g!*|kRRtWwNYaNl`Qjuo`uqzms?DVp_1Je58X$GjW5z9jRz@yIUe zzrVv(5(k+)^&rqFYRA^u#nLKT8Yjo@MZ8|`)tDf9{Yv5=2pQz#Df=Ib;J%doYDN1^ z@~UN;<+?8izSYlq3SAnj`sSBRu^#@C&k{WRS{!vWYQ$GjGasSEeprAW^q@I_K2aTG zgoeBOOq2)GgYvX9;lsJo02Zl_R()8NIrnV4gDO>}{6cIwt+xjdAev(cQCgHdsWS{363*zN3f5mI**4#C%8DSXIXwP0LW51vG z4Z)vkJSqu`1XNs}#s>Ua-eUhCIOLPr|3y_2yyM|2L<<}L)pvfYB_)o1**hvH^*s3Q zn^x(8gBXI`#K?l9i!4`3kIr^@E_lo?ifu*XZa27 z8*PcGwteDywzuFX%RKk5o%m9VSr2mX=?*^Z>eW8_Kht3f?BY7?HW0i9`D>P*xrg(N zQl5oy%S@xzWB3Ftm}G?Gm@FT6!fN^|S-W5OI5r|M4$u7eHlEc98%|HFr|2rWX*W+C zPtuH3ue)JAq>j1D3f+ck7{{P(yJNr1Fv`7Q7K?n2r+j#t4x|wkL53czrP;yr!VyEo z=Pu(HNIjbLR4!wq;!vjI(bUwvxCHN(a4qI{N?OrMKq79~ub6*Ryk|C$hms;#nE&35 zFh4?|u>dky4f&-C&B&y~8hqnyV=EcGSCTUV<&-_$7kq?DH$;tJFXiU5<wDZy@j1aTqzxhBYlHleos_7g!Liis z2uP-D@b$;dzd{w_sAKvA4O1RZFjNpUmB51^)T^fl?NpodlG*FMlD+{_eKjns0n{nB z?00dib90?&|5{IigeM$cykLAFrjq~R8<1>gvMJIcU-%SF9M>K}5*I_tl6)C7VIZ z%}&YD0wd>Pp`FG|gCu9<8$3hmY{455Tvvuc1nCEGB?Wv>CVruY6_DN%5~rZ_5f5&j z9@dx^%K{2RdDJ(&FclDd-G{fqszfD$E(j^)lOmDwW5I}{&1*IZQo%$Tj9T8$yAY&N zIxsyGMb2l&D>Hj!jNU25mn-Vt8W-nhRGR*82tx$}Tz$5FgCCaw4P0sBKgUqU1(Gxc zKVeXV5VoZgdaM}vAIECIgu{s_2{?d&4(b)Z3k*EZ&78jIOar1v$vfn3B)YgK;2;c! z*51Bd&2yW_GH0RN?ZkS#ZSKD7M$gXUE+E**+Z1V<_`2T%fNM+O4+(OeuCtFTJs%@B zrOp|B$Sc55E^)5s4vGi`<9UN%ay<^?!{$+l+haj4?$p5=@ei3@u{{P$|3b`qrSNQj zGtwDn1F)iB=ct9TVe!P8nMrPJ;7g~q{8d_qUL4WAQXwER0!)x)ihw7EPFq{{!lyI( zUQG$6LtIse1_URWLl^HxKy+xh=3S4uBV>9avVMe^W|1~L@tFZTgTHriLu_px6BXC{?eaC7SjI^0rwZX9m zSfSQ@FIie8S|G}#sR>ALNo$QbE2t5J{x*)#xji`2X!GYX#`D`(Ppr3C*gV@fU$y#~ zHC1`XX@49IG(^|Mb?T8kg{ilw%+@bF*GEQ1e^1fn5R18<3~`Qhj`cTD5P10WRkJWw z*0URa7{>84`sKx;ZijDX zw~=A4oV{Ejjjbb4wfsFe=^X>0a27?H!e8e3w*6F6^k37?fBK2H&g$IkLmgu{|D6nE z2+I!Od7TEk=?vg$SAGuwP2O-bkS0rQ5LKUz*GE3BAz3!`r7OlV zUZdt|5UR2@QCb!t`pF>fW;zQViN>t72~P5(f~2HAA+bP6F|+9#(xO$A0k4MVQZo+IkP5TQh}&JD^ly zVXaJ%Vx*}~6MGzOlNBrs9kgDdm1CN;D8=3RT`0N*3#K)0ki?lS8u+U!1dI>*k-g0j{p{&%;p~P!kg#JN35x4{&Y&$v>zjh{k4kP&UnM)zwNJvzN zSns~9sH-){6{#E=Hp#<_vGGTDGN$*PNt^U?O#ifLuZza{6M5I&G3k!&Hbu zm?`|CL}6r%H;_<(H7}C#{Trdo{0pQ2q>3v#IRu|N<|OX=Qdi&#B|6#9lwmoh>@+Z%dRTc~u&QTBAU^;2N9_K9{3~7J&hZ>dj zM{dzFB(Q7oQ~bn@ulpDyE>4MeG~ZFa{WSAK3fRQV27W<`>b_K#0Q&<4T-@9;N(a(8 zzE&djwivey`&C7M%zM+om0>2xtY1Y>1A?RRx5)@7v#G5i_M z12~s?hRq|0kGDreqTw;r8VN#*Cz$v@Jv%pG{)DozAp|&=+GG8}UP+h|IacY9{}5M( zYjLEoR?t4%%&;q`dJJjS%~(WTh~+48s)oT7 zh|=dT*TSoE5M2VBz?W;sZa-)>nivSpVBa_yZWV2A8!93r(bU$~CfXW0T7e-NFq$`$ zE);jX0F`;;BG~>;c9?-i3%k?&aIJ!7#&<&8#w!-sq$L9$Km!gpQOkj?Nr6615ud|b$3utAR*i=e8Ah}@3}^k?sgGn<11l-8fGWW_u4z=vvJ2!x9J)#4$(kE#NH)Oo6LYeIZG}IphH|0oqUOmNxA-UXKoX|Ku^+@u zXfr{gV2*G1qT+y==2~vpgjwb*i^@%Y}n1c|6=i$D6_{e&gQF}sgYwsr_cx-7q&W~)Tk`#l@pFsScMmjI>2Cgyv zn!pxUk?ahZDvy(03pB>NYANq$GmWa$ApaX02U7u(%~GJI;CH|;DW6TjjzGDTF;g%( zV(dbo#vSnIQnI3=`oJS2m~>9wy*cE|kH@%gzmzDLyf<8Z(lK=?8o))4o^w^Vkm19- zDv)8zL5Txx(E9hfhfFHmCF^?(dTr}UTg#@IoV9|5_fI`o#4z0l!{%Tg7!2GEUkNk9T00=V)r;;FVb0$~LtLCdna?Ax!i z-L^B)1!1Mql?V1qky;6&T7YZnL!)Pu)w& zhM|)aW>~Rl_*#)l2{w9=vq4f(q}V7)F&vBK0+32iDmG5zPUybbE#@+FWc-m`l4n?)I^W`~qXe znP`?bF$*x?)+=b^2SIIZLA$)yX7rpO|0XVtd&J_kws_h{l!c@Rqd>w*cqFbP>dmgh zf_t_^8A>HR^=+6;j5E?Aa#UQ&z#6j@7gdr(2&_AHZv^#Y#}HAQ_pq?pgbWwGvmIBb z1T2zS3i+M}Iq*0`3OCbY<@4}y-|SF9<4*PP!4|O9%miMO$od5ZW5X%x>|pPNc}7=d;5ub&4>7*P3{wonl_-Pwb=&=I6L_HSroGB_Dq=27!YG2DTV zj0$?l*y9CXWer#@-zpc2IXp~VbfUq>iGW}JwiLhdY)<8-{p;o42IDE_6=1hUe54?& z;leOLWXU2u}7*OBd#5g%w|JxsS#?Y$)6+b2~ zA|90^M;S;lk(zuxxx(~e%^G7Zk_}#yF=|S*~i0Px@_LRfin}`gJM}g=9h%~Bi zsQ>c|&rctKtphnp@PhM(LWiVwWc&{{(SeAFAR;C<(NGW8oFSTm_hMYm5bB2xg%I4oRb-w7rB0>9qlPq;DrCRsoP) z|6|EzS?8!-{VJcoW7ba%DeR~61gHocT{4#1AA2}A zG_--9Kvdx`XZM@0CGXw;LPxs`5VRW9ZGKps@P!@+;D*5a>-tca*wa>(pP0C$VlIma zg{&(Gy3i3V@W=OA+h1Ie3~u7Z`SHgI*?R?wBS_=k?d;8>knrk%7u46(H#a-@KL_~# z=fL)Vmo@B-=`T>4*DPS04l?YY;KL+{g%H3nqUeV366m)MbsRx&wcW{6L%Y{m9d?KU zf*AE_jSWZI$ot24c6TTdj_DcS9|bir737-YC$aW+->Z|;QLQK{G87hkRIm(kad}Dh zwI6spWf3Qa9UTYq`h&<^e78X~Z9zy~(K+hPpQuh~>@v-Mj>%jIytHy9%;{o&*UP

~c)5P+y@TV)ivV z)-F4r+U>U9#M~*R@XOUKR{B&Hj%W6!R!YcAvIyus24f4MtfLKW=OxfIhRo)`XY#j6 z4B<(5+UY=WXJje|i(W;ROvP*zlUm+W3j4IVupHDPUE?xpO@Q89gxz@f$cH z(cE-1uc^h754CQ_nK&g*&x4uG_rCmWNSp(AjWiw#+1SgarP3(QW!5<4a{J`C8^fR% zi&y+LEjd`vcI7?gVwQ*o#NVN`#$lK-LllHsl|@D(9HIZ^QzCU4rSM+1tBFQI%vF}G zf}>@A#ue`T;|tHLuxKnQHqS4?VBY;!q*9=5<~Aw4W+-zlUBJA%as#TwUaH4E#O3d6 z1i>sI0azdvM$!H2-Bz1UA8V;cf#dvR3uT}0PlI0cXWvVZtBHN>>`NOOG=J90KBIro^BAJW zR(Cza{uRz^?-0?P^7yyxg?q73LCXmy7fmXMN=eGq2Z|5zaB%T3?XP+#PS#Ivm23k( zE9Huyt7IL&c%K6^)Npa)-2A~EJB~S5Sl7(3xDqCot^y@>PPk^FQK9B#GTWx;>)E7f zp{B;tq%RJc_^AH&rY+IGq&%#x|LD0Ej@bEXrz%NPC<2T@h_Iq?w~lDdVYa`y%#r7A zf0f<0BEStCk=fu@7r(HmqENLC44(39jCl0cpJFbwj)0p|s|jy}aS2<=FePr+A1L=Q zWREz$)7NlWtE`imTJ@V0$#(@4m^v&SYnpla8GxhGI5DX@%=(Ci3t+y=Q2gOswee~T zN=@=l{#nTc*w+9z%ae2$}G9*M%Zp*Js<*(-*b z0t+2S1+)0NzQE*FPVIJ_Uhl-4e`ZN&zT*)MqgQs}8tqDVLV4odpg$>JEMZa;v*JZ2 zKuiEkHE0ZQG=?6N*y4LC6}_*CN!zl|OH#RCo>Kvw5p$+LM9%k`p~WU;N})HDn@&koq@RpZyxb_W!1U=}l~w1QFQhb3foc~{ zk3C@PSS`+NyGY1$i$D(nBIy@nk83&i>la+B2o#pM9pHA&fUpgz{@1SgbNiNN*g9(? zS)1%H)xLXmF+bhiuFTvbd^B|V#}Vv*qcaQ`V7rMa0c-_Cv|Wmf9ULbT3N`%X-E^2< zS?Q9RTY1IzY0mK)gB<*_hH~vV9UCeTo#EC?rj0EXfI?=hP?{B1Z2FtJbX5Pc;KA`% zES2MB%80pBEcb6;o$(G@lL^w!OUY^pNHzKVQ}^qs7+5%o zYTkaY(J)qyP)`%W{M-_)9wj6Vv`hE6FFf{!^sy9VUK66mxs zNOhtmiD9SZ_Fo$Fppbts{Ef!~OFLNI`DZvSEJ1D_h-2za?}bW^TLwsKhLlC#8^gGY zZ7jWLw<3K&Xmvq|@GgI2k3qe!j*6SW3SQ zA)py=b;8yKMnSN|23!IPl*34PHhLOXQ(=Gd_xr(->0e8Q>S;d}FEW#$Z!+Tz8R5CU zY=p4yStEc;El!8ZBlOZXa)0aN;+_HF1LgcC+GH?0I=T-Dpg2V}9jt&Du>}fb)waAE z-b)-g@*17He)0P8M2*&h9`bgm--H{5!H@{UsAb;OyzxKbtji%1m12#~3J4ejCZJ`+ z2wd%+>soJ(3tWwUowN4$^Y%U*8$6`p_9AS|pJL5eI{%-a-gOz;ZWK}}v9WvUEM)5Z z5&gei>rT`OZLvT8&xq*%2IDvgnR<Byn!M-HlhIbD2NSWrKEo7 z>UlS+!XyMi@$S|7RLTDNX43$a>JX(NzA-;NMVIOQuyZX9i@{3h%EF4AerNzll*TE3 zt8mgcxRnj}x;+>h2*3hB3{Y&mZLN1a?8>{wW?C1FQ$OFFM?#x{7NKQS?`L+=G(zKP zv|-R7e={XXg=j7lAxYeH?q1rLqC|v-*_0r1*Ew2cpasBx-%6e2%El-c0nAYZq5}aE zV1SD^X+PJ`SHHKF6_2F}X(lWW`T(k~Ey>I)t%C|2t4{I1ngsVYKdJox9s*}rl`b}Z z1Mfb>%5y1ynYYS|TFH1f5GR0KYX*<7GBByhDVWlGt9wk5UIAccJE-S(N*rT62f&+j?A zDU3NMX3THlZSXH|zpc(7_VcP{o<20_;{JXA^de;I$r{K=yMwGB14^>4wAa(9p9Wc` ze|A5Un(P}GOk*V*k+>&OM|!`nr-{$==2|>)@RKH4Q?yt`GKAhcKoQ3R?!EpOxYYL5 z?twjIuSZV#dva_KY<|_*A|?4T$rW>Utf_me|9)xTK8vsrzof{2h{Y!!5&YVclP@~# z17rfiw$)aqlnWmBnWOG%<}ENtE~^@4^2JEQk0oX2zC2VO$eSawjTKJZGJW3_Oj!8f zMa_=ZKTKIH`Igv@(@Ks9A4dgGed!P z4PRKFKbumRa~7`HIrOt-^Zuh$_}y8&!mV2~H-S|K&4DBAXw=`Obluy!ek2>X4kpCM ztwcp-R0MFj1@sFNg>xhAd6P6I^L&|6h$DKA<5OO&T2V&Nw*@eKB;q&Mm1*Ud zV?sY2I&{~c&$J{s`{Pyamkn~N%D~3bX1qPbA2S9gZd=!M z`Wjj-f&Xs=vkGd+@GGj77yXTCJK@A;#XLmv2u`B1z)LessPG#Ue1bu<0O@wx;TR&r zFzuFf2CRzi84#gWdEqhj^-lwx_fLOs4={8XGgEdUHv0@#lM1%bF4kKQ0TsR+BpXI! zM|M#nCI4>&3Ut?n#8L$MGQAYqxS_0Fxat6}R>aWl9t}4?RB`Cr{GsUR=|UsCTs>~O478N3!VidDj5K>PL1-pdbUus&RN8F zqu<8p-RK@tshM&E<$Y{;Uk%lXvs~U%;SCx4CIbG{xZ5+#3n^)?3Eab(uY^f`huk^? zC;b#3?M0f}#^%*@mVU-n z@h;ut3N*ja86QjCuo-b~(fj_fwvEB#b)HUe7-SV83Y9XyIVOu3u70NQj>@JWLg^J; z9x(=_7kXIXXok04v|W2?B}F~>W*FT2^hg|DqhUl}^-ZY$98RSV@;Z^q>}>lP?ccLv zcX-rRzO#F!Vs_Q!#s(v_J29O{+VLm*T*LU1ecaLnjaDgGI2W$bIhd+Xu+Wg&uAh7i zG-nZR_+qNFZs^}B-+r_4`A`%v>&C3=K6}l=?2cCdN=h}-B>2pZE1xPYb(-2%XtK`@ z&q%uenwM25^5j)1$%ZhPoP5<$St|0_DaDwXg+&CZp@bYJjqDl1F;@EXeafqI2F( zv;x|$&)h$%_Wv16G_@fA9U--`qWz=3$ht4(bsIeR)45m?Nl% zFnnjLDE)3+X3To~piqo#!&KgPtb2WcY~1P5RGg6aO$}v31KklfdTPk7)I|uzhT87tuPZE++WyDY!zS{D3CNo@dvmQ!7@p}tYXxG zydLUts(GTUj8Qx6i4F5fBUD3q0vs09W8E`w=;GeLV5ZZ8g%lD~W#NMTtZoB+NGNw? ztKXqHzYfgZ6%!K`%~*M#VI`dPQM3uu(l|CbkjE>)K))+E2aSHd39y*7uPG{KmQmTM zgmI<8iVvy2M(EOJ9z0MWv~a9EpZXMVM|g<$7Zl(Yl&KHV!F6Vc5agR-e^{{v&pki6 z-LM$mS7=?wlwm)QvigB(PNa_N6?Su?jZX4IWkZrr!q>9HuO|4c_jGJ@rYPswg(k}y z$t!Uz+IxCTlsareW@Nr<+~BZ;G17R)Bf54``~wncRY`&_Cn}nP)e5#n08z-0xC#Zs zOwO|q28{zSK{bp3E}LW_w&6ja_GXT8h^eH1GyCv<7{D)9`>ohj_DQKASDr~d3OnW& zI>TXVl)}}gq`XNK5D>bQ!d3H?B&1Q_`Mu0OtqT!hYI2kxV^1b?YdYWSGME>|nxtlw zOWvqxr4?`3N9+C*=8OeIM*&g1p@+{Gis8uX{!E}IWDzL{f*pyTZSdLe=4Eq>wA%+# z_e6^r{>zyK#VJB#l;e6V?y)7~^9@`_*R*%wzS(BF$|I4==vgC$U9U!;q^n@E!8(XVd;@MHzkNq(r=$mcq&}4l{qp$ z^aj?tM;(teo(_k0smOIdDR?ooSP_zN&&@A-d>Xp9W&dX(WK1@a%T={Ap2Izs%742X z(kM4#Q5gQQ$@qJA)y~rGRqKIjFFdgrJ3Z>RyAUCQVXe+nCzM*&Eu)IsSd5};a|J!6XHBTHUK52rj$oV zXA*jbM|bDb7oXwVUzO=Ao~Nb#i}G!|bIJa7iW~glbKrjdDnfEVZzA0vANQG%o)dN4 z{D74&f*;D>F(zg?MlDum}(R)Iek^(Hfh9*th80p z4zI5iR++)k%KvV6{jex8Gu7hJDII@H;Mybof+=-OM+|I+DMcSdNPFw8t6NVF(qw;& zUh>;{`dfaagd(2Tt^c-%uKivh5m^5HQ!eh|wUk*$o!OO{PO{Gqwo&cLK0ZyBj~iOm zh|qm>Alm)+4YXh146s<%w2b4*Ux{VWbox5Jth&|CNyYrYzK)-Q$*E zb$mEG4P1>8LhphZ6YrfEPF~AgxE1oa#ozu+#8+@2ct*kWApEeRf1LGOkj;Ex#chJA zzMSp zcHaF0l~Efv$9tt;c7NnWS-VW0V%=SX+1OmyhB4-(Tp?BT}27YsWK}jOZaf6nZuPD~wx8Jdu*L)eW`qv#O zGt{!k0OIt7w1pt*cenf!+DpRQ6EWXAc{${Yw3M9Bk%T^znuZ9rA6ZekxYP{yd z`IiPyhR3*a4p)?Yi@g#dtOm;6al<(<^$%kSh>uQOzDv=>LGPgC(j#M)5F=UK4BN|R znX(44qc0)0M#&|8WqYF(^7OIQgy}?#V#UEp@kd z_5|Y;oYB9*LO!!LVtV(rrK0!q9puM}gIl=cqHl?*(#4XcD1umdaI~VLx!!PR=M~YB zAWS8<#>Sqgr|E*RQ>G9b#Ey6~<5lRw0o#E$Ukajo0~?0@IA$}5uFx3E_&d2~;Ed(K=Ra6BXeVm-9K*BN zyf@PUvdFk3wA;KoA2PS`kBaNNLTD$-&_l*Piyudcx9|p{I=oAwa;eH3y6_Kk)Qt@c zMZ+=9H?A^lF=Kfd({wZl_QL!y@&Z8mrA*y`Fv17el*Q`p@OIJ06gAYnqrGJt2 zbKVv_+Q)#nxwO)B%s1)22LW8zmn)cY4Xz?LB2t43p}`rVwwKNw3;QRomFn78WMR9A zB%fzgzLu8BraIe?MHG$MsI4cKnox*~Npv^Jl9m3C5FcV{d{} zM7(mMo+T@(?TKf<+2|x%<_KQve4xS~*tHn%R*=D7drYOkT5G464!D%Zie z6>^q1ZGG_VTpHU+a!}URbT3%DXYM+5D)l%0p8v%d(XF&6{yTH0tt7G6##zffd#C0r zZd8efj%Ho&t6n8{!0~Wu;RC1hMAVBpfMRDmCJV7EW2O%#W_>Z3Rc70jSoH22K^9zg zM>(kyrbql(6CdxXBO_-YLk%3FqH46+qk4^e@_;p35GJOEDsZ4xNAE_N4-U1rmH3+= zb}N6|(she|G=Z0dG$B* z7_C^#EJU1p-Ev~R-$?O~e?X3S^^>O3r$0h-Y4#=%@-J6IBcuyOWOTe4MnSG)>0*fj z+k*rUt|Q8;UnLuB3koCUka;;mUIQNGnSR5EX@almgbgPQu>5>ej8F6Tde;U+i;+7;K$oagzODHGxhF)rSg| z;%${T7*HGk0KG8VWaH$^Z$zNHoZ?<$^yc-f zHq-*gOvF_jFVi?eH2O{x*EnNp5vJ(d=bUJ#Ze^h^(f6o1JXjW3z0kzX(DQDo&yQB) zOk~0|(u+h?44Oc9Oyn4Y*UfdbMYb6-(wFJB+8?}k8phCV#O@gZ7uUKU?__RLm*3|8 zliHQepjP5=Mt9;sP7VrM{050xl0=lo6dwE2fXlKD&SfBw?nI^1N z@M~ZS{~A~a4Tg~tw+0?VrHx779dxA zamIl{mKgmBrqgrFYo&;iw{oNxN-koOE8K=cfpy$@T`g&pH12C%T`}8M8kS}H%qND! za{`|?+@m&lq1l0mDixETST^L=#fVAzoDJ0wl@@K_)Jr2VJmpqMjIkZ&;8?7CKGa zFPG>r*dX5jm%URdc(ku9 z=EvouIsoIc7+DokuFR#9uMHt6wE8fea0mi?J96L z97XXAb7hb?Es&$h%$y5Ph+Ft40teclpNh>vn=zE~pPdyK^te_igbZ3QtmxL!dL z#iYqH51CsKT8{WCGr96oS3I|`p!OFrg~{8QAncMsM9}Ca;W1w6Kh5yFn_*o0NHvF} zwM1~ikJPXcB2F08P!?@0+!^dG-cBJI`OYH#b{J825&5wh6Mcc=`2RXCl&Jyl&BGPO zC;6xpzj0o{YH6iEeA$($V0Y6v?aOR?$}ADT^nk(-gp`NmzyF4=dWQ`KM<2MAR2M3J zaAU1_NyYfHu%V%Y$Cnx?uBcJZ>I`rPH~?TB?`?jxhhvIRx&CaA9K@IX=?lfirJoqv9vgD4<&Rb7NFz(e1CL*rnjz!bkz@%J!YAtw6Gh#!vG?AD%(UzN2Fze1d z=??QreHEi2DswnR#qOB{m%dO7Zs(x)-X`A^>ibtM``Zhj*@V(k zshkM+;%etQCLAU&TT!v{J`Hc3t}>NI=V3>8gy2URwmCp-(G!G2Tie3H&o3r0yt|v#&o3E#TJRsy~9Z%W} zpG@ZQfXcj|r84WgAF-MK^CGl|=`Jz*&t551G|VnOLh+fCbwA$ov0KqpJdjPRgf8-H z{nx@<_N_(|$nI_*IJ<6G7+%6np6zw;YM%6olUBg+1oyHq=o z;z$B|b%lwI`>qEsW9fS!g4B{wBop~S1(kd)a>3#z*k&0 zKQ$C_()3Z1jv1uK)0hBfszZ~sxlsR)w1nqLFHwz(>)zVx=C~6fywVjQf^mF09K~Q0 zu?{<|^B}}Ywnhz~=)zLJL9SL4ROJ{THv7*^pqihC>a3+%A&&`B%uth7&^5OE(_SUc zxp+5$Wk)&kU*045G3|5khFD?$3h-ik3A_8R-JS+ktV0d!mZ?rKc?rXvwOGgDJ=QPft`>0 zleNeTWgV4=&hbu!Jla8{K*5ICnAT$CH;DZy)c*9)e?3;OsV_RR&}cK_vO$bD!~<6- zYHUb|I>w2eXZcUEPw7Iz6jR?OM3*utG!8urcB)W-z7>1O>1%6c;!fCwYhG)~wO=aj zku=fnl{nXo@?;p}6`H0M*prNSC-#(x2k|aW_wHOV{w<3L*O?;z=+mqZcTvb*4xzzb z7I57p&T+@0P<}U@3rrLiN;1aE? z=Gpl&Y*Vi`zUbd}zecf$elFL}IXV9N^y^h0VX3b6{~5`)F#(dfTi)iTstLtmy#}E( zfH0c=oq@}-z_>Jk(7);74vYpw%wCBmr_!Zn9M+Kz=~~-9y(u`VbC9ce zv9DA1K-M(Ve!ynok>{w}Ub0?Kt5CKN>ET z!nX>9mS)dcU5nUjNxnXn87thXy}L?BnIu32KA?Yuhax?u&a5Fti?(NB(o)FF_$2-d zTzxJs>Pc%?7wr0)P{X9~;1c7({ifXevEnqjOAv2(n2J)K2?x)QmI>@Ii!AeWt591f z-T)3tS`ZfAoAk)R@lfJ1ZWTt@!9mIHXLugDIy*muen~*0u+fS!;ls^CgFCiurr;Tf z$rJ#$=&7}&-=}77lZ?c&$Vo~|#g(~+*m2=Dw^>sTANoAsgW4hUm z%D#fT4z)oqiK17>smmU$!h&y2tmi(@jEBIJ&%j^its@4l{E>7E+r^1PKdzjz<7iNF}MpTg8-3$ z_2CkV)l^S)CmIgP3yUV!&Di(Vo7{&&s@Rc_r-jT5fgr10f0Tj%D;w8}fs$RHPdueH?-268Ob!OZC+*3nJ6ymm|vv7yLWx@G4b?1o|MG37SAr z?H9ySmeb$4a!(n#_|)r)QrCRDODWumlWL>=`#sff)oQv!6oXgxrvOzvy)xs^LzA!tE{_D5 zXLbC5rg=usooBmqE=T(I@vO~?#2gvme3ieyjZ%5IFnw4Uos`H|r_r`Y<@~2oq{tBi z|Ld0ME4eBm!Zb`xt{PrcF4eS^0a3d9QcFfp0!QiKg_vZZyVx`oK{aXRlwnIK+OvoE zbos6CzYsVMDZsr6N(%M?!kNp}k(>&*V^&vvzU=W|+?}0i_Y=Q-l$7$(=;?)#FiDQ2 zyv%z55NW!*R--W8fONa0(^x_$NI+hX1bR>h!9=Aztf8{Pj8!d=-4mskK9*W-VrRXc zgYVD>-VP`cZChruKmJhUbc zZy~#bdRD3^2WnZ{6n@9Tc|)<@J9i7UaYgqc11t$$8#ZavAW@Er!pTVrs~uIogGps2 z=YS&%@;@s$1FNRzP;M*D63w#o*j=7*vmbH*ydma#lHkt#(c7~Uk%5Ub0cZ-fnZ=|W z12!m)Zx8M7er={65PRGmJs)jbrFkv@H!<(x# zYLY1|L^Wi(`w*huSY<94DE}44NFaAQyG$lf#EpTu^wf&y$l;F+dC#(}eez#eI z4-cZ4XT4|lB>Eiwj8XUl!W0wR`)wca$-Ub=o+nVZ8DXK|;01?yl5WB#Bl5q`E9DoS{4y{b5Y8`v;J%1_VXETW zs5||lqOVd$D>|pM$zRO7i^(gXX(xYS{uGilHR*9&RZDi6?W4#0cwDFZ=pY0%e;g-% z+LXNSAAJ5vx>tdJt!7PlB{Q#^FKZ7TLCddE7~Xm4`#vKQP2PZpw4UPQ=aq2}kFBG< z`f0P0k{uyjkBqG`-!ENeYF|~jSRYGMPdLX7 zfHk};2y4q?g``bla*U*tuTUqsq^cPy5)#vK!Ju1~OOoBZ^El6T4`#&hHB|>Z!m1Pr z9)AAK1lqCk1yzBCN{Z3vx@G>iIhP)lnU~Tz#FT)Bq+r8k>4(Z#p{ZUkaWv%k&%H)v z#kZ|%7CuKQ&W={2a$S3){QC9^C#?EQL-~}d6WZ@RcMd_}CVq0Y1;$O)B{87=)-h0i z+8r*g?dMUV#egAJNkCf&oo@x-cIu;;VEU-$n~WLrF*WSA zhM#tZps`CtVZB<6aunME2L_j}8QY*~ACc9D$!KMR2*e2pI8~I>MCdHDIwxfLGFqMI zVp{1$|KLAJJdiKIIZ>k8`{Qt<(|sPz%y4Za6A9j6;R_E_B*<}LURT1|aTr>ZDPwtCsmDJ*4#L5#=bo;qC`?Z)i`B_7IrMF>*0Ak#6p6(2~ zg`@$`9Zc^i1ojiLRoUSEg9p|KR$^^0XI~0=>gU$+R+#rZ9j!SEJA8DGSsZNyl$eFv z;q43%6ZtiaFS5e2pKOLVax&ApXm1oO8DGa69QN82Z$}~&vKk6vn#r`r>O2eAlXI!* zsFiSVc6F_|E_=4R-WH%GgroSnu43n8gYUqnCLsdTo7bdM=^(fbxK@Tkdv3X08>c&4 zqbQON{}A}_%1vN<=zSKQAr1J#Iep2`joSJU^rAH15K(kJOxP1$x|di%jdt`wX{b9- zaC*G{yNSHYd*ppU?yC`u1DnW#A>p_YZXQ*sDc9V_8`;1fV{#uC#^-CM*+xLovs|Nj zOHb6FOfX{)xvOV%SPs%(le6e*i3Yqaq8F@xb+9vdmp5%wgME16p)`Pg7Q~yHlvqLQ zS486PL781Fc|N}zeNH*w-j0hLLgR@OaH=+9WgCRsyg?XtmtcwKXkXU6_<04vW-vbcIOKY8ZN)v z^~FlQ=!+Stn|tg3)&IMv?gpq8)n6(3sGdDLVS|Z3P>T^eJ7+_F`q%lD0yD$mJXxD) zBn9-li??68A_hQuXrY(gM$@Y8$@|;>(MikbcPE z&R(|bnUH>B+d;D1BW?DZyi2a7OBu+Z?Hr;u%W%NCJPnZqru27$&V}oB<-7RJ9lnEa z+(|b-5sm??1@NKIT)o|HRYyTrHmjTF5n|xo6|s zO7cTs^}&(10@QUJ8>j+t)S{+`9BD0rS07UN<7k27C`LHnYxHutub*XLFE{eaf<0TAqhUS_h zt&E9f?xp0}8YYNA5-EpYE4@=!72FMUw6klT4&kq~F%Ga^c6Ay{OS4bQk(&-(qzADK z#=IJRD;6A!{-wPl)_A>LpPeK~N3o&<-R9ESx8Y7e(P4z=Wf}ubjb%r1I63{tjG_fq zP4Rl_d~v>e47aGXM@n+bT*j~#{jv~K9X}duAd*xCw22JU^+8S|%eu}030CoG(KW(D zMB!T^e3`l8slwWK74WYfzYij5OEd&S>`?%ujx8^@ew zkttv&jy-ZKlh)tXS3-v)UBAlUS-T4+N_+|1R9pR(H8$qW%dRP^tgg~cA-Vw6?{%xNyhIu?&9wz~o{ZW*s%q3>C8W{9f z;y4Tw=R&x{c^`q-I%8MfPCn>|rAOPIg-ZUsa`V+OB1QRY8Rw|+OI1n}83if}mN*|q zhiLdCMN0-Rtj4&d+=p2~^y7IL%eWND;X7_WxK|6zEnN1Ykz3+g=e9QZyv5{4WhhM_ z^}t3bz@JSs24GAOoS1;qCaDmNRLqozO><+HZf`E8q2~qR_~dV#qd%xpPTFDOm3JC< zw5*6^TW&|HHrJ_h=8=zLZ4s>FG4S!LV@O)TedJ(!wjt8!go~@@GqnVT z3eOe%z7mzq+Xbb~rkRIAi2jE7)7KV`nXpvR4|g7>8%L#oRPF&--o4}cK@S^u@**+< zQkHCo6hE(n_~4GnCgs)bsT3BHy`<1spl8NZ$7_R=6Ctctb8y0gKh~(4tcRe+IQ5@e zcW=m5xJ7xwbyHJeV;5TX#3={elX6Sk{RMV3#+4sG;ZY>{N`lAzHL$>7 z2RrclRVkD&%uldOH$ttjysQ|35~E7v*i%+(6CJOw{Z#U@*1IoJy>#*F;jVhol-M>j-Ha9AfGZY;sda9<>7IT&!#Q`77UH*|OLU2ck} zM-6WJ+xK)8-}%&jV&EfDP70LT(xx!sBU7(Zy?9Z6X%91~61yPejI!yhZR`l^u7!&j ziA_n$%Zv$|PU|&M-)lF;*XgJ=!53+jo8p7}Lqei{m^4jnxFr4d$H|K4`Q``W!Dw2t zcWZ*f=N*9`m?^WjhGu%S;CycaA5$nE8s9Mu)dXz!XXLyj%V@^Ea*zei&n0XWlFlPY ztTlCNR%kyFuBy~Hx@rXFT_+l?M2z8oK}8wGbG+2}B1RjUFn!QuX}EXkVF!83|Aj+y zO@Bfv^e=w1W!mDky19hX!99WEuOg4h?30m7xU5N4YV1tA+pl?56xJ8nX7Ijg?f0_S zQ6J_m*oHJc*V}b2tI9dFFSWDjSu}p`?7@CVl(&b2Sk742f(8%ksfon$nXVSdYgMJr z0>kFRUX&3#zYoES|I+LCOa$fxpJDFi?_+d0i-JYTV%-I}sJQ6x^Nnj!qpH2`WB_2$ zpb0x?DSSZmSc6^QNba$OVX1Uq-&q*F8FFf;1_{F*NQC%FR~>0T9$hw!B2ER3HW3Mi z@d8^Xf8loGiUvP#k5Ax_3I+x*3!R;jzKUPOY&UF)r4VfAFT5Hx4&Pi?h7^EZfE$3UcWm%+=gSNM{t@6|2JOyLWHM=_sj1`uUk^{P}ZW zKOc~pM9z-*dKG7~`%?!2{oC5j0R z+OpL^EoJFznzW(61*3M=;@X>ldigAD672&b6aVI$lnb`|?rRqFdAQ&CN+$iH85$_zqba0rzi7)O;e%;>P%F$DNbMHqe=^|wB(%^;ZVEDId zRPHuK)wU-uM{mZq=w-2q`>}xP+ztAVez4+$Ir?V&3&pXx!`|ZqhmtNq`|ZMmX>1Xp zR#BC}T3tJ-5m@h1eN?JhghY;Z161mvGJlKI^hi$z`FW8Q3Ht!P)dY*aKpgEji+&t! zJF*_PW-u=3KVl#8l$wkGE#=#V-pi>X?zCukzl*_9r=q`-+iwi#S$P%Cq>wL$2!1DI z^O2(N$ryWFf=MK8!yS^Drl3=tC;#4lo7=27Le{Ny%-3>enBSdr zVV5(f6_<`-S&oirt3cuR1xU=2H}Su#%_8 z0c9Bte#$2`_A9}8n zO=wytpqKcN=L~OX;2mFqgk85D8)s-o3x80(3MGFA^E#4t#w*NEQ~%nh^KdX3t|%@r zW=oT@VZPU;Yu+8v6%nr22mkbtsi$wXKWJ9F0w~Xs5WpFS`<4<=Q;AZEkMh-=MG&r~ zoS;9ddXXcFNyW*7t*-5I#_D~(-UYXwaQoL~FwAgqUkEQdu?Zd7d|iYs<*Qm1TjB?a zi4ZYbi>V3X_pTRau}u3xtDEPEM3@Oje{8v<#MChw1yFdz=;#2OcAdd4Aov&*@N6es z9*I1moE2cD?D_q@C}BN5?J8Xy_y1 z^U=>8;+G}@0KLoYAdKr}f3#<;XIGk9V8_2`=qODcT%GxI%STI7!K2sI(l?*HS4_(Y zQq$xf(~}1CEfrCvjI6O1aHWJs4>e$4d(;Z~yVMwr=EBv1Klbi6;#BC(Oi?MEr_=VC zUob)AHtzVfgsb5%;M<}7E`ErN*aIJ$T5;TKoaR-36ar4p6?0Z$`q$rx+j zG+J9feD-PrwS!z~VSvHlB0jOXKh?pvD5um!|LK>H8ytH@1kWDXhE7NLFY4)gILr>M z6vE#3(~7;}df;mRw?x0yL;j3sm;bEZn3zby?ue;^=e{KKC;PWp`lp;={C%;JTy5(5 zLk^NVGazMyCDUSeoaya}f=tevavN$GhXTRKV_5-AP(w_>#6Xt#2e|4YoeCsK++ErB zTy~?T{jx+&|CeguvfyzrG9-IuzrmYbG}WqNNiS=?$me+T|K9|>5f6gj_`zw8C^Tgy zrs+!c0)A@_N06gOCc|12gZFd_*2q5j*e~3=2bb%(od@ZTR14Q*x4trC zq-VWX)|?^lT0-h_GEJ0%Bp&S2#;KIUOR`bxl`hCeO&CZed(348_*h7qSWI?W@_-P6)ZO!5B+b(tG7d^v|VWwL(9l0I;0V9Zk8kq-}A zdgV-!y$KDqTbk{7_PvTDs3(lz$LyS%DV9x!%EPUwe|wW#uBt+0Bhs5ZK0>|`9& z8YxB0Z!}XyW&N^P=-Rs*0Zt#^FAW(0)sJ6@e|!!Z{(shBo21cpm-{pu(s?m-)+6sE z9K%3GMsVRGS>pM*h8r@m;tjapsF#ymDM6j&Xx?Qz5|sC{wl=VfIpDMNE|pNuZC7zi z1iLS~^xc$2tW`jaDb;s)zH&ljSuEN4->lZ&2Qh|1klVNjdD(226AHJvYI6JrX9I?O zI=!1U9gQkVZ}M9TaS0S@H6|KyOww1QN_?FOg0mz`LxHajiAMmqgIRCzgRvMNNKP4S zL>bxBTjjFUt4ksm^PA7!dDZK=Z#xk`g_5Qy$$AQ>^VT=^M<~PQ&xP~LuMy<2V>v(l z+$=$im+BL{J$OnfetAuz0pLYkl(6e2@_29vHYzfU86A(02m?(8i?aeumzlc zT;Tb7-&QVdKQaNahlfK_w%?q`bSzlD(A}P&;)83YZIy0C@z0{$1dvAG)b|lI@=r)q zP}#QFpS*t!lo$0s5Ga{jf2fMJp5nA+hhyc>>JvrQpe^$8ccPxOA>h%;|5DEfpoFHD zmhEZj=>mVjw3gey#}ML!>e)QqrAAQ*+c$=9oKx#k?^Nbh+K5h2?`V|gw#A4&Yg=1! zNsZml5l(fj2Ykjz?4BtCoDJ4N6BkDf6hathgL#3U5UJTeSHiMwh(EhiB=cW;T&kzn@|}yc6^;C_kGYy|1`~Gp1P;O2%Hy2 z3EAodjFnH&sBwol2@nn3IP32W0$+l1cW&t{N#j7Y@zdVp0SM8vR3FRg>s_^LLi1b87vW4!9H)Dz{;uyDAJ*%E&)e&fMe%|q3SrU)-he9wx+25#7(Kf8 z=%0}zQZB(k*F?ig0p>9s|nf>ff+1HTi^%Dl@nVNAbxB}pC1ZT0PV&gowWFdywd3^ zRl@H+mhSJFp^l{$sBZ_vHYZu|&x6d`U72&0LtDNEQD^`s;1jX@(tKct8sS|QTq-v> z&h)4ZS9sQPXfpT9o0Wj9QNfdFIZTt{KC*FAxVg|oyQnf7E%em+*SbC2=|y@)xi#AJ zSMPX!eIM_*ZLzZ3k)qem$n_4&J-5cj!7H>YMCE3Bc`my-{aXkldif^-;V@(~T2_wq zf-LC(en)d6497?uBvS7G2+-nIqj{Vx{yRiP)2aT2QR+u7cieOdW(>~1>o^aI!pzwD zoL=YJ$udPU9C>IA0<}VL8gy@`;vm<(3rb#$vs85#!O{tLs# zJ_Bq+Eu{ZJsS^04dUWR=dvpV>p|-c`HgLB~GQ!m@>VD^v?i;f6Uw@y;+*4kB&iI_Y zN%uCf(wa$aI&`L>wNQ}yzz%DzFN0Vfpa;+a=rneWygzy?Tz$R>U2{b<%B1s+`?rev zPqo_HKJK&y_+^YhlyS9DpnC`9JD=PQG+=HUl6&rnT<5p+)qbPBsU2+=-q@jTW_VAY zii*Tqx~NKlP+F+ZKKYO=?htNL$ta<=h$U(y-V>6i+&^Q%EKK3*CzblFR=Qz=W_^OP z=y+;}i{dAWpP!eNm6rB>=PV^9A%UOq#h#()yx zh4z93dDw(3A5uDRBBmnDB+djj)i6^&SH<*iani0z@lw&F^Tv9Qk#ScG4YvA48~Dt- zR(SU}(TV+3xu_il*HF7{pH>304K9sM$!Fv4^xXQ*n5h-&)A!JuI&F#Iae1^Dtm0BA zn#Pv_c2oW=!$k0Jt}Y(qmh$eeQa^vuC>iCLbWIRs%2ZWDI`Fk?epQG<|E`}bdZ^Ny zkk(*gns1^^)_~qt$Q?f{UNkj7hMw)}s^T}bN~#aHv2;qzMV)m!Rq2@)wKK_+fVBv$ zyD2xZt=mz{*UC`#q8+a3bvOJ`icIGu%u4Dco}>w6&Z8A&1D%vUHV`Wh_sxwgEmipN zg~!SDeFl8mN@jPsu94drv9E5O9M~CQ`*J_ow==?C;qznQeCSn^Fsswnwp!CsH`p8t zD2vb-2de;c5ueAwpWz@~_FfMbITvYlUk@9d6_#LwpXG|$CAM0A<)guEvj%N5LTyv` z-zkM~!>QZv?L7am<(*?;Vq&hmXFDzpj)VEa^BeL3lgp3>%fdAuqE~F=rqfqiVTJ35W{_UYV-ODu)}7iK|xRg z3ev}P%tZ+2NSy78=F_LjTb*O{)luxhaS2v85_0m75F^kH1A#XMeh#0Ld)PfA74sHdAIOQn znc9K*U-{Z{hm8ZV+P&Aes2NTI4-RdVjwaBUv=gYVi*G77Pc zAf;stF=pvM`U_|Lsm_bJ6RA_MU;0Pgb)o3&ut!Tl&O+|wN!B1bB`}06{<8@R_ftA! z{<&~{B!7t}Xte8_xiz&?4vdohUL%H)F$~SnQULaF1KR9dG8X2M$+^ercf#Be4aAe` zHBBSlaC3|$3oc_w@+Ihm7R`s%{ob$z*JHdsunS6GG1J|gnmiLEKMH#@oBpG}I_|hP zG4f?n^FpAiI#IX_4yeCH?hb>b){*==cu;6B>vADyY&*^l8ltigqd1YlMZ05E$p4M$ z7CkvyPvw7*7;=E+h8M#32e<+LLz_eIQbU`gEys-2YPLNZ7+3j8V-Y+x2?)8O>s3?S zD@-!I$bVM!NQ6@2HZEY5+Z{#9L2bvt--VhxG@idwNyg6FV(A^eZ)%ReTs{BZ{Z zN_ku?1^+zD(L?Y0KYG+1YyIAP+hY{#bx*xZ{%6@o&q2rBC@X+QC1bDVbTe^k)KZ5Nhbum3*pv;5+<{I#FU$<55IE?}Iy|=%9$(rcC6S_Cf2y zP|-Fu|3r|G>F(GBd`A`i`9vfnZ`Z4MUg-L^{d4fKFWjkLXIoxmg@U*_`^1b8-?#nz zmpJ65aPH1t_K6VP;h(QY^%?6Fjt9I=GddNY43;8znYi-NnsI53(Gk}3V5H~cPQVJ+ z+IS;FEu9eSWWAp8ol>m5`SeKUPP$^6xZnzIa^6sSO1d27n2OK1NN_LouaYxJIQfk9 z&lci<`KJ=0e^tp1=QA^w8rszWSc;`O?)aa{ZFQ?Up0?C#MTFryKdOLYlf?DX;yv=0 zCu6M?Z>R8=BFXIJh)NjF7gpfHC`xH&{k$+&5g}aaw{2aY2M)(RU`wU1Z$tufsQXaG zEEoKX%GNGs3itoKZXI@}qMxuIP#crP{N~*Ay4y*mk+}$dgkK*PVS;}J3ULVv=H}sS z+P$@Stx9nomGi#X(x*pyapz&z6SMzMm+CC(37M(Ywwx87jwGg+NhuzDz(8mMeFgSg z@MWeZCe@^SFj3#64W317SET7a1Sp42)qE&S_F<}s!JM9g8Jo)O~SBflMRYFTV?+^Oi=7#}2DktCPi|5J(?Bc+6wF_3>W|ivOn}%s) zRao@Flpxi78)^&})RlJQ`tsNg?fla5_@|8+*vjpy(*)(^5;^u>;0QN?+t#ktoS5a| zkI!lw-U!Xq!1R_qev`JZ+&jLZiSqL1sK@ZQj^!NDxwx#foS@_DzLlR`elJb6Z6>hm zAKup&=n?Hok7J%4i&X{j*FWi~=*@>&9H&LJc_C*Gq4d{+_u zKPcq-Ai<+_6hawjytKo@KjfMqG-7T<9|Z@aHTzKdSQ17t-^7Ox#>b@(Tk$` z@4Qn*4nS{WS_8A-p?{5Mz%`X$-dCrK99Ma`gFce265 zx{#YKE7QkErNwYB7$={nSU0ipLXBo&<&2<|hMix9O(98-?p~pqE{XCU-8iYg9SfEF z&-~j&u0rU5Gju?7GL$IR@F!1ZTADTGQdRb1k>T+$?xDMu&bz*+1att7AWJ=4)C)Nx z7aB}EAc6ylErh#Vy@Bo?I&#umiFHRs{d|sZW_k%8bgFC*f58T3)!`j`>G@;+a)-R8 zQpfLk(g%&VkGSP7KPg)Gm)Q6ZdF8wzLnc@D$7WY%JFxrLCtY4~3#w;S_0)mykV=Q> zAct*a{9!Z(na*27Oh_}Rtwjw`#(xmqn!z;dVeit>GJ{t@9Y(cDl|RN5f0NZTEGUZu zE~aq7dJ>71U%O2|`Nv#7C>7|JN(3hA5XkdY)@6^A?|B%!O0CU4X4+W-m!WXgRXmwt@u@o1kJ(E~|)Qu-7j};09)8ilOz|IWUpb3l`+| zmMEMHsKciOMEDYvV@hr&q4$3i9KWBxZeE$&xV%5+4obqNB@#`2Ew$MvjF^1jC~Fdm;D;j z1c8{aBC1JCDQ1dxt+WNs;Gi!n0Clri5L`+a9k+oC78)a9aB%(^jaBd2C^5{= zL|HjaCXRwL$Y^=6W8pgYBC~R1Y^jXwgX=5q9=o`%zdNO3D+AY;8gkz^L~R9%oOBHn zCnAQl-YkSMCMSchV{cwR^{bmL?<7W>4Cc?PcS(~K0Z2urY5PPO|2ssF2moQTZ<;hN zz>PpS8Ozx4Jb@~c6zgnusI5+p5RK!-Us2z8KPU&bY1cvVQ=4)1&<)bKsVrEh$O|x+ zrxWK*cbB6OdlK^;Ij1QBu5g?)`2c^6nUfW^Q~aO}PIUxBs+KIOeDE707uEYOVUWXu zs=4W_3R;wV>x0XNN85-_(M4|&`wsFKH7kikEpJ$Xd!YYXHbw!^DfDkjy8<@=;ch?X zPNx+9f-p%LA5oZTjot?;0KUL!f+OT4f8c$PhxR7WrM1RrD*u_rQ>S~GJ9e|+mOJ!t zA;L3g$2&wYYPh`@zrP0#R4D~If9Mu;1%}g^B9(l3_=Ke4p9Xygv=<(($^E~n%3crH zj30gYLsaDhH4Ayr)Fcg6PYWtbgLgAk63z#BqbK(GZ~k(j`msMRyp?^{)*?)23<%cR zd)if;p5Wohq#{Zd_IC1RYBLweLcbvM@POfF^`ZqhHUv&+LP3hr`_7)h3<7|9^?PwK z22GHcZ2`wvD;qXly1aN8++B%$OjN~I+G1vE;%0H1O(9JJNapgR(#OaIuBO=&`(tpc z%WRz|#BJixBDckaKa9ij^+>a0$-Xz{!n>&Ab$J@L^syjD^DoS#k(q*x1JDHEmq7g} zkO`s4^t+Zs6t0VjH3a@g%KOuydE?#w-f%F8G);GYDl_VY`|rpkEK~Eq*5!#5w=JG*KUo{n70&OAaT?AbZ;a1A{~#XM zIZ{`>z<^Hsnx=qNle5q&?VZ{epx5dy{PkXivMLWwMuNk}!4bD`uk*qY7iV#7k3~3y zx|!bH9IJElU7TShK2lRsNb+6yE3dSZ?Yqw+inM$`?yqZ!Js5&idZ)4#%>DU)M>2$- zMF)(Evn4+Z5at|qZlg5uWLYYceqtmGML43thH#f!6e^(zle)W&FlIde0h?|Gr2|E+-5xVq*B@ z_J2Q%Toj-Zq7fCM1gB2#77DeQ2dgAzai(XP4*`eB z#P)RScB~A7KfbrIuFNqA;mxoMYdJ_J^54I<6YdN2_7At_UwOgHZl`0nxm@q=nHehO zo7>~r?uEGkz5Ps_1G1i7!KP_8Q9D1iQs-S%EwN;Fd&u*2+=%Vk!<(X+L_TQ7A~;PW zqC%9z`(Hx(RHQ zGiYrZ@Vj!e0}VX}AGGK{RdCn%+OdfzfnGj#XSk<_Bq-=K;sG^|%4{dP zB($|jLhxPqp(>$6ShdG6&eBd~YNH!<`J@{MuovUE$7x=Q#y5KUIzJDUI=?_L+1S-Y zo!vN7%eAL<@40$b{Hia{n4F`i%lXs}vzvzJF$YbAt0MC?d3=gST?`>Q0uF|}MPUUZ z=D?6XxEGV*`f7k)hqZwU7kRFOZN-=!xSm^+o6+6UcH4Zzi_^q){Gqjq7xyG$kcyqK zhYg)=b~DCi+R~xeK8T88a$zfw=9x36b~=zS$MQ3?9Fy!12aIkAE4)<0)?TrMuZUMi z%)8^OV@!=e-nK6U`<|ZX4=vd|K)1Rw8VUPpBFBKZp##U7;_;A;g4ZBrqLNHBS3pok zp@P=8GF0ekY>T}*j;Tee(mTn^XENmd3nu=~SCUBYIngqG(aa218}X$Azp~G{FM>6B z9L*QHj1?&k@92m1;I2<5^CfaE$PvYlm3kzbuh?>P7d^H3tHzJI+8n`>z(TVIR+!adh z@+i;3{WVMwuAj^Nu|kMPv{Vuem)2A>3~sy27@he^c?}rr_`0{XJ=qg#hMG_=ca6L z&MC^={r0>~70n7WFgO#%DvB_G<=ZjcZ0XAgwk-8Fr*0-K-gc=+W*vYMKoQV^_P=WMR0mgs|&vkAR-CD=<}EljH#HNG8p+D?8%A(ES8rc{{Aiq=r%jV-K#*(<-8 z;vvQi&2Sx`-gDzhS1Q&h(@KJCC??9&V}?r7PTuvQPm+VGRJ8zsrfkfCr{A6eUzT?D zzKqQPIm_7~0}oCS1f(1IgfwEE^le=OwXD0VInw?yk{fuIF)mr4qS0H*mT>3T$cg-B z%XMy8*uDwMRWr`!CM_xe0O10uZG_235D@vP@sqoco<74079H)QYJ%T#;GzIf0H_K4 z1ykJQum*Z;wiwVGv#xy78eMd@;=oX6V|6xNY@%m934Kg8JYn4E^->};%rI@~9w9DMirc z$+xzIk+z_s^X>g#{9Amf;l}>|@m?*c01Svd5{L@W8^Qk!;wt44!PS>p($8n{Hi(u@ zM)f>T12u5na9x@qik7@P4S$)R*@U#18CZ2nm4NB^EZ~%(E95##AQ`mC3M6YYG8@0OX^5Q-oF(5JZ8giBPc@tUl%dT{vzmbcGgff zt3U!M@tj*xM)NyUlzx14Kam7CO>iXA_%KSG4UzX8;sAFHe2Y}O#Gp8D*M@PM_u>2_ zkw?{FO1lGWzbVL?yns8bPfS3Q3%74nRH!A5Lr63IMGaTaco~c_T}5Q)^)5h{IiNaL zjVfaoK8LAdCNImo2o+v6J1FW%S0+Zh$=J<9ypr-AK+ILo^%vTJq0=v!fwBI(Y9f_y zRB!qT;RWhQFM*3_jtu+QIlo^{^4y!fs|4S}@i)0M!Aq8}rkv zFs)*M{V)_H@?sNMmzrtrqPV$UO8U$05uWomzT{Ce3Roaf2u(Tr<(1s>1>#C$#qO8s zAlitbGG=T^`>j_;z&?5V6qA?j5hwZ?+pm^fK_SotrWIrl)o1|X7*rev=S zD?8lCCO&hpw-J@u5VHz@lH9Fm=qavOT8)$piB@p}?%VdyTqz~DS_iy}--?qSUC-N? zhR{!jk$P853zn~O@~)L^?mVX9`upc{+)oo@fQ41}7owZFs%#WjP4#3DRdjR_O2E}l zGy+0{?2qnObEO8PXWSflP3I^m8=tdnV|0)T$aH!pqNmQs`c@U|Y<|)GfWzTz`aZI%bR=GL*rr+*MXDUL1 zJl{4(oFHOz$E{zM|7yN+gJ$Cx)TYrAnX%qH-1gL~Us0-`iqicy6At&2{WdU&^PK_# zGw&j*9ji3kJ!pmdFq4)T5pgUKd7uVjjs?<$h-Zb+aeQ6; zja;4-BJ8LwG!65VM>wPV>a?C&o5`SS|GOyNQ{}AIl|~7wb2X;nBi2|U6!1EDlA)rW z!h%>ZI&xTMhJ-x~F0j1g`EJ%zM0X`Lm;mIe6?^fL=>A1J&6O%H;XQ3!=<7%?QlXvK zoD~^q+8Lwes+QUemfA%1iphEkxucv#^_&^CF=>vP3vBoG7za>8Djn}kz-tx4WBrVj;=wnLx4podB#=ugcsqdRP(jC|J7Iper%$;tWPp$iO8?h#{cq!{-_W_bk2T{QTKEA7eur6hel>TN9i; zu(E9@@RTD$`|7y=ZSdUcA=?w5)yUcP;hMAaYk$^A3C<*#DKUHJo|oX{{|RISoBJ`x zZMq~NX)X&T03-v3-lwnM`}80ENBnmnH(-~3G>qB-7c6Rjprs?m2{i*tticM61322@ z%ke~f{QR7s=b7Wl3V*`yX&}vM2uT$bIujYv<^h5^jj$iV5KX77DFM?9m_o!imx2+$ zJ+>VjP$r2%aH2}iC|GS0F5xo<~sV+5yAVvcMbw+~m}p4kM00+t!K zl`;tOF9y{Y04CyimyKcwFMq6C!jGTRKmvJ|_Xbx3_Vi^S=-t5%vO5K40Av7Y0AIIF zDaFmLU$=SsCja#GTUtCD8(B6luR;Y4&CE;~#>BAtq?N}}<~+0+$m*M(d8~fO0Tyco zu2w4xT5DB(l9sB^aRRDTs#GeKLZMJ7Q^uM6VE?8JUg^8Ad>qG-V}Dor7Cd|mlOx4j zzb@OdnMv{1ufy0dCWaKT%UEUXW2|FrV{9@e`4aiMd{zFqFJX0+Y|MR*67HWk;Xa6v zj0{cFG)>dA4ojqSJtl~lmlSXPx@}%a@qV5@1Q1GVn-)^M_3O5|k>afZM=2O_NsN3# zeGvkoeuoqqd&mGM;|7_Kl&|_ z3J7XaK>g1MsL$e31M0U>Kz*6g>C^8heflz|Pyf_$>(_O*&g@9>*01AioZ~oRj6JlV z$5Fl>TF~PtUp%y+$5FO;XhDyoym@FrkE1LfTF~Q8PrB*nlYd^4Iq4`Kqy8y?#%R7-vDh3LCU{F&kfkM zsJsk>mD~WTe1C?}8-V7KH_WMYlZ2EvPsWg)f3v1PQTUtFu3ip`MT}0&VniXdwx@ zNj3gUR|E=&fMp1mfMp3U1zmdpg!8wwWeLv*4|DeG41_<99|-`zw_jgrx2SCiS_d%@ z04boGT=H(BSz7dT0p^(oos>8_uMw70n~H)piD6*cd!WSrCk8-7$dDJje%=C9w=Q)F z4-W=H2E{Z0a6wk(00`^GXA0=_ hMg)Q+R`&xQD&jok%p?jrdd-K3z(b@2paD`-Lqly(C$Inj 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