diff --git a/Player/player.gd b/Player/player.gd index 0bcd935..e74a28d 100644 --- a/Player/player.gd +++ b/Player/player.gd @@ -37,7 +37,11 @@ func _physics_process(delta: float) -> void: %AnimationPlayer.play("touch") #Look if %RayCast3D.is_colliding(): - print(%RayCast3D.get_collider()) + var collider = %RayCast3D.get_collider() + if collider.is_in_group("emotional"): + Hud.face.play(str(collider.get_parent().emotion)) + else: + Hud.face.play("neutral") if mouse_captured: _handle_joypad_camera_rotation(delta) velocity = _walk(delta) + _gravity(delta) + _jump(delta) diff --git a/Player/player.tscn b/Player/player.tscn index d766a2a..a87f215 100644 --- a/Player/player.tscn +++ b/Player/player.tscn @@ -96,7 +96,9 @@ surface_material_override/0 = SubResource("StandardMaterial3D_k53q1") [node name="RayCast3D" type="RayCast3D" parent="Camera"] unique_name_in_owner = true transform = Transform3D(1, 0, 0, 0, -0.0119028, -0.999929, 0, 0.999929, -0.0119028, 0, -0.33609, 0) -target_position = Vector3(0, -5, 0) +target_position = Vector3(0, -7, 0) +collide_with_areas = true +collide_with_bodies = false [node name="AnimationPlayer" type="AnimationPlayer" parent="."] unique_name_in_owner = true diff --git a/assets/graphics/ui/face_happy.png b/assets/graphics/ui/face_happy.png new file mode 100644 index 0000000..c100949 Binary files /dev/null and b/assets/graphics/ui/face_happy.png differ diff --git a/assets/graphics/ui/face_happy.png.import b/assets/graphics/ui/face_happy.png.import new file mode 100644 index 0000000..b952600 --- /dev/null +++ b/assets/graphics/ui/face_happy.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://fjgddkynnder" +path="res://.godot/imported/face_happy.png-4139ba8b4d693a247d795cbbfdf683a0.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/graphics/ui/face_happy.png" +dest_files=["res://.godot/imported/face_happy.png-4139ba8b4d693a247d795cbbfdf683a0.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +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/assets/graphics/ui/face_mad.png b/assets/graphics/ui/face_mad.png new file mode 100644 index 0000000..f1d5841 Binary files /dev/null and b/assets/graphics/ui/face_mad.png differ diff --git a/assets/graphics/ui/face_mad.png.import b/assets/graphics/ui/face_mad.png.import new file mode 100644 index 0000000..76ddbd6 --- /dev/null +++ b/assets/graphics/ui/face_mad.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cf4jyuwvoyu43" +path="res://.godot/imported/face_mad.png-19b50fd914baa0b288f50baa42073f24.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/graphics/ui/face_mad.png" +dest_files=["res://.godot/imported/face_mad.png-19b50fd914baa0b288f50baa42073f24.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +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/assets/graphics/ui/face_neutral.png b/assets/graphics/ui/face_neutral.png new file mode 100644 index 0000000..f523ae5 Binary files /dev/null and b/assets/graphics/ui/face_neutral.png differ diff --git a/assets/graphics/ui/face_neutral.png.import b/assets/graphics/ui/face_neutral.png.import new file mode 100644 index 0000000..2dd7a75 --- /dev/null +++ b/assets/graphics/ui/face_neutral.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bbcsjswtsq5vg" +path="res://.godot/imported/face_neutral.png-c76373830ea9ebe5d6bdbfc1696ff710.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/graphics/ui/face_neutral.png" +dest_files=["res://.godot/imported/face_neutral.png-c76373830ea9ebe5d6bdbfc1696ff710.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +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/assets/graphics/ui/smiley_happy.png b/assets/graphics/ui/smiley_happy.png new file mode 100644 index 0000000..1b5efc7 Binary files /dev/null and b/assets/graphics/ui/smiley_happy.png differ diff --git a/assets/graphics/ui/smiley_happy.png.import b/assets/graphics/ui/smiley_happy.png.import new file mode 100644 index 0000000..7b2ff07 --- /dev/null +++ b/assets/graphics/ui/smiley_happy.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dla7tr4klmbim" +path="res://.godot/imported/smiley_happy.png-e27a7d96cffeb6588076148a53e184bc.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/graphics/ui/smiley_happy.png" +dest_files=["res://.godot/imported/smiley_happy.png-e27a7d96cffeb6588076148a53e184bc.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +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/assets/graphics/ui/smiley_mad.png b/assets/graphics/ui/smiley_mad.png new file mode 100644 index 0000000..50bdbb8 Binary files /dev/null and b/assets/graphics/ui/smiley_mad.png differ diff --git a/assets/graphics/ui/smiley_mad.png.import b/assets/graphics/ui/smiley_mad.png.import new file mode 100644 index 0000000..a99fdaa --- /dev/null +++ b/assets/graphics/ui/smiley_mad.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bhkamm3nrfimg" +path="res://.godot/imported/smiley_mad.png-237d58d97e111b6cbc02d141ae686fef.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/graphics/ui/smiley_mad.png" +dest_files=["res://.godot/imported/smiley_mad.png-237d58d97e111b6cbc02d141ae686fef.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +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/emotional_object.gd b/emotional_object.gd new file mode 100644 index 0000000..d448ffb --- /dev/null +++ b/emotional_object.gd @@ -0,0 +1,3 @@ +extends MeshInstance3D + +@export var emotion = "neutral" diff --git a/emotional_object.gd.uid b/emotional_object.gd.uid new file mode 100644 index 0000000..bf4a1ec --- /dev/null +++ b/emotional_object.gd.uid @@ -0,0 +1 @@ +uid://ddqlip51shff0 diff --git a/node_3d.tscn b/node_3d.tscn index 0e1f75d..b805608 100644 --- a/node_3d.tscn +++ b/node_3d.tscn @@ -1,13 +1,13 @@ -[gd_scene load_steps=18 format=3 uid="uid://cyyt5n33nrbhi"] +[gd_scene load_steps=20 format=3 uid="uid://cyyt5n33nrbhi"] [ext_resource type="PackedScene" uid="uid://bmrkrdqab7j0d" path="res://assets/graphics/models/joeb.fbx" id="1_a202f"] [ext_resource type="PackedScene" uid="uid://cdk6hwb4hi2wc" path="res://Player/player.tscn" id="2_noarx"] [ext_resource type="PackedScene" uid="uid://duy7t4ji7vjo" path="res://assets/graphics/models/building1.fbx" id="3_a0tk4"] [ext_resource type="Texture2D" uid="uid://drm7sjwtp0i7d" path="res://assets/graphics/textures/image.png" id="4_r3fl7"] -[ext_resource type="Texture2D" uid="uid://evvl4jklinky" path="res://assets/graphics/ui/smileyface.png" id="5_jka67"] [ext_resource type="Texture2D" uid="uid://c64onof3uwdef" path="res://assets/graphics/textures/vote_chafee.png" id="6_i5arm"] [ext_resource type="PackedScene" uid="uid://d2hos7ra5ud7" path="res://assets/graphics/models/building2.obj" id="7_wc5p8"] [ext_resource type="PackedScene" uid="uid://dy6ryxbbf66b2" path="res://assets/graphics/models/buy_billboard.fbx" id="8_jsk3o"] +[ext_resource type="Script" uid="uid://ddqlip51shff0" path="res://emotional_object.gd" id="9_4arys"] [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_noarx"] albedo_color = Color(0.648482, 0.725614, 0, 1) @@ -41,6 +41,10 @@ albedo_texture = ExtResource("4_r3fl7") [sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_4arys"] data = PackedVector3Array(0, 1, -1, 0, -1, -1, 0.1951, 1, -0.9808, 0.1951, 1, -0.9808, 0, -1, -1, 0.1951, -1, -0.9808, 0, 1, -1, 0.1951, 1, -0.9808, 0, 1.1296, -0.6597, 0.1951, 1, -0.9808, 0.1951, -1, -0.9808, 0.3827, 1, -0.9239, 0.3827, 1, -0.9239, 0.1951, -1, -0.9808, 0.3827, -1, -0.9239, 0, 1.1296, -0.6597, 0.1951, 1, -0.9808, 0.1287, 1.1296, -0.647, 0.1951, 1, -0.9808, 0.3827, 1, -0.9239, 0.1287, 1.1296, -0.647, 0, 1.1296, -0.6597, 0.1287, 1.1296, -0.647, 0, 1.498, -0.807, 0.3827, 1, -0.9239, 0.3827, -1, -0.9239, 0.5556, 1, -0.8315, 0.5556, 1, -0.8315, 0.3827, -1, -0.9239, 0.5556, -1, -0.8315, 0.1287, 1.1296, -0.647, 0.3827, 1, -0.9239, 0.2524, 1.1296, -0.6094, 0.3827, 1, -0.9239, 0.5556, 1, -0.8315, 0.2524, 1.1296, -0.6094, 0, 1.498, -0.807, 0.1287, 1.1296, -0.647, 0.1574, 1.498, -0.7915, 0.1287, 1.1296, -0.647, 0.2524, 1.1296, -0.6094, 0.1574, 1.498, -0.7915, 0, 1.498, -0.807, 0.1574, 1.498, -0.7915, 0, 1.6128, -0.9634, 0.5556, 1, -0.8315, 0.5556, -1, -0.8315, 0.7071, 1, -0.7071, 0.7071, 1, -0.7071, 0.5556, -1, -0.8315, 0.7071, -1, -0.7071, 0.2524, 1.1296, -0.6094, 0.5556, 1, -0.8315, 0.3665, 1.1296, -0.5485, 0.5556, 1, -0.8315, 0.7071, 1, -0.7071, 0.3665, 1.1296, -0.5485, 0.1574, 1.498, -0.7915, 0.2524, 1.1296, -0.6094, 0.3088, 1.498, -0.7456, 0.2524, 1.1296, -0.6094, 0.3665, 1.1296, -0.5485, 0.3088, 1.498, -0.7456, 0, 1.6128, -0.9634, 0.1574, 1.498, -0.7915, 0.188, 1.6128, -0.9449, 0.1574, 1.498, -0.7915, 0.3088, 1.498, -0.7456, 0.188, 1.6128, -0.9449, 0, 1.6128, -0.9634, 0.188, 1.6128, -0.9449, 0, 2.0641, -0.9634, 0.7071, 1, -0.7071, 0.7071, -1, -0.7071, 0.8315, 1, -0.5556, 0.8315, 1, -0.5556, 0.7071, -1, -0.7071, 0.8315, -1, -0.5556, 0.3665, 1.1296, -0.5485, 0.7071, 1, -0.7071, 0.4664, 1.1296, -0.4664, 0.7071, 1, -0.7071, 0.8315, 1, -0.5556, 0.4664, 1.1296, -0.4664, 0, 2.0641, -0.9634, 0.188, 1.6128, -0.9449, 0.188, 2.0641, -0.9449, 0, 2.0641, -0.9634, 0.188, 2.0641, -0.9449, 0, 2.1319, -0.84, 0.188, 1.6128, -0.9449, 0.3687, 1.6128, -0.8901, 0.188, 2.0641, -0.9449, 0.188, 1.6128, -0.9449, 0.3088, 1.498, -0.7456, 0.3687, 1.6128, -0.8901, 0.3088, 1.498, -0.7456, 0.3665, 1.1296, -0.5485, 0.4483, 1.498, -0.671, 0.3665, 1.1296, -0.5485, 0.4664, 1.1296, -0.4664, 0.4483, 1.498, -0.671, 0.3088, 1.498, -0.7456, 0.4483, 1.498, -0.671, 0.3687, 1.6128, -0.8901, 0, 2.1319, -0.84, 0.188, 2.0641, -0.9449, 0.1639, 2.1319, -0.8238, 0, 2.1319, -0.84, 0.1639, 2.1319, -0.8238, 0, 2.7645, -0.8534, 0.188, 2.0641, -0.9449, 0.3687, 1.6128, -0.8901, 0.3687, 2.0641, -0.8901, 0.188, 2.0641, -0.9449, 0.3687, 2.0641, -0.8901, 0.1639, 2.1319, -0.8238, 0.3687, 1.6128, -0.8901, 0.4483, 1.498, -0.671, 0.5352, 1.6128, -0.8011, 0.3687, 1.6128, -0.8901, 0.5352, 1.6128, -0.8011, 0.3687, 2.0641, -0.8901, 0.4483, 1.498, -0.671, 0.5706, 1.498, -0.5706, 0.5352, 1.6128, -0.8011, 0.4483, 1.498, -0.671, 0.4664, 1.1296, -0.4664, 0.5706, 1.498, -0.5706, 0, 2.7645, -0.8534, 0.1639, 2.1319, -0.8238, 0.1665, 2.7645, -0.837, 0, 2.7645, -0.8534, 0.1665, 2.7645, -0.837, 0, 2.9952, -0.9904, 0.1639, 2.1319, -0.8238, 0.3687, 2.0641, -0.8901, 0.3214, 2.1319, -0.776, 0.1639, 2.1319, -0.8238, 0.3214, 2.1319, -0.776, 0.1665, 2.7645, -0.837, 0.3687, 2.0641, -0.8901, 0.5352, 1.6128, -0.8011, 0.5352, 2.0641, -0.8011, 0.3687, 2.0641, -0.8901, 0.5352, 2.0641, -0.8011, 0.3214, 2.1319, -0.776, 0.5352, 1.6128, -0.8011, 0.6812, 1.6128, -0.6812, 0.5352, 2.0641, -0.8011, 0.5352, 1.6128, -0.8011, 0.5706, 1.498, -0.5706, 0.6812, 1.6128, -0.6812, 0, 2.9952, -0.9904, 0.1665, 2.7645, -0.837, 0.1932, 2.9952, -0.9713, 0, 2.9952, -0.9904, 0.1932, 2.9952, -0.9713, 0, 3.655, -0.9904, 0.1665, 2.7645, -0.837, 0.3214, 2.1319, -0.776, 0.3266, 2.7645, -0.7884, 0.1665, 2.7645, -0.837, 0.3266, 2.7645, -0.7884, 0.1932, 2.9952, -0.9713, 0.3214, 2.1319, -0.776, 0.5352, 2.0641, -0.8011, 0.4667, 2.1319, -0.6984, 0.3214, 2.1319, -0.776, 0.4667, 2.1319, -0.6984, 0.3266, 2.7645, -0.7884, 0.5352, 2.0641, -0.8011, 0.6812, 2.0641, -0.6812, 0.4667, 2.1319, -0.6984, 0.5352, 2.0641, -0.8011, 0.6812, 1.6128, -0.6812, 0.6812, 2.0641, -0.6812, 0, 3.655, -0.9904, 0.1932, 2.9952, -0.9713, 0.1932, 3.655, -0.9713, 0, 3.655, -0.9904, 0.1932, 3.655, -0.9713, 0, 3.8607, -0.7831, 0.1932, 2.9952, -0.9713, 0.3266, 2.7645, -0.7884, 0.379, 2.9952, -0.915, 0.1932, 2.9952, -0.9713, 0.379, 2.9952, -0.915, 0.1932, 3.655, -0.9713, 0.3266, 2.7645, -0.7884, 0.4667, 2.1319, -0.6984, 0.4741, 2.7645, -0.7095, 0.3266, 2.7645, -0.7884, 0.4741, 2.7645, -0.7095, 0.379, 2.9952, -0.915, 0.4667, 2.1319, -0.6984, 0.594, 2.1319, -0.594, 0.4741, 2.7645, -0.7095, 0.4667, 2.1319, -0.6984, 0.6812, 2.0641, -0.6812, 0.594, 2.1319, -0.594, 0, 3.8607, -0.7831, 0.1932, 3.655, -0.9713, 0.1528, 3.8607, -0.768, 0, 3.8607, -0.7831, 0.1528, 3.8607, -0.768, 0, 4.0968, -0.7831, 0.1932, 3.655, -0.9713, 0.379, 2.9952, -0.915, 0.379, 3.655, -0.915, 0.1932, 3.655, -0.9713, 0.379, 3.655, -0.915, 0.1528, 3.8607, -0.768, 0.379, 2.9952, -0.915, 0.4741, 2.7645, -0.7095, 0.5502, 2.9952, -0.8234, 0.379, 2.9952, -0.915, 0.5502, 2.9952, -0.8234, 0.379, 3.655, -0.915, 0.4741, 2.7645, -0.7095, 0.6034, 2.7645, -0.6034, 0.5502, 2.9952, -0.8234, 0.4741, 2.7645, -0.7095, 0.594, 2.1319, -0.594, 0.6034, 2.7645, -0.6034, 0, 4.0968, -0.7831, 0.1528, 3.8607, -0.768, 0.1528, 4.0968, -0.768, 0, 4.0968, -0.7831, 0.1528, 4.0968, -0.768, 0, 4.1178, -0.2949, 0.1528, 3.8607, -0.768, 0.379, 3.655, -0.915, 0.2997, 3.8607, -0.7235, 0.1528, 3.8607, -0.768, 0.2997, 3.8607, -0.7235, 0.1528, 4.0968, -0.768, 0.379, 3.655, -0.915, 0.5502, 2.9952, -0.8234, 0.5502, 3.655, -0.8234, 0.379, 3.655, -0.915, 0.5502, 3.655, -0.8234, 0.2997, 3.8607, -0.7235, 0.5502, 2.9952, -0.8234, 0.7003, 2.9952, -0.7003, 0.5502, 3.655, -0.8234, 0.5502, 2.9952, -0.8234, 0.6034, 2.7645, -0.6034, 0.7003, 2.9952, -0.7003, 0, 4.1178, -0.2949, 0.1528, 4.0968, -0.768, 0.0575, 4.1178, -0.2892, 0, 4.1178, -0.2949, 0.0575, 4.1178, -0.2892, 0, 4.8074, -0.2949, 0.1528, 4.0968, -0.768, 0.2997, 3.8607, -0.7235, 0.2997, 4.0968, -0.7235, 0.1528, 4.0968, -0.768, 0.2997, 4.0968, -0.7235, 0.0575, 4.1178, -0.2892, 0.2997, 3.8607, -0.7235, 0.5502, 3.655, -0.8234, 0.4351, 3.8607, -0.6511, 0.2997, 3.8607, -0.7235, 0.4351, 3.8607, -0.6511, 0.2997, 4.0968, -0.7235, 0.5502, 3.655, -0.8234, 0.7003, 3.655, -0.7003, 0.4351, 3.8607, -0.6511, 0.5502, 3.655, -0.8234, 0.7003, 2.9952, -0.7003, 0.7003, 3.655, -0.7003, 0, 4.8074, -0.2949, 0.0575, 4.1178, -0.2892, 0.0575, 4.8074, -0.2892, 0, 4.8074, -0.2949, 0.0575, 4.8074, -0.2892, 0, 4.8716, -0.1245, 0.0575, 4.1178, -0.2892, 0.2997, 4.0968, -0.7235, 0.1128, 4.1178, -0.2724, 0.0575, 4.1178, -0.2892, 0.1128, 4.1178, -0.2724, 0.0575, 4.8074, -0.2892, 0.2997, 4.0968, -0.7235, 0.4351, 3.8607, -0.6511, 0.4351, 4.0968, -0.6511, 0.2997, 4.0968, -0.7235, 0.4351, 4.0968, -0.6511, 0.1128, 4.1178, -0.2724, 0.4351, 3.8607, -0.6511, 0.5537, 3.8607, -0.5537, 0.4351, 4.0968, -0.6511, 0.4351, 3.8607, -0.6511, 0.7003, 3.655, -0.7003, 0.5537, 3.8607, -0.5537, 0, 4.8716, -0.1245, 0.0575, 4.8074, -0.2892, 0.0243, 4.8716, -0.1221, 0, 4.8716, -0.1245, 0.0243, 4.8716, -0.1221, 0, 5.3091, -0.1245, 0, 5.3091, -0.1245, 0.0243, 4.8716, -0.1221, 0.0243, 5.3091, -0.1221, 0.0575, 4.8074, -0.2892, 0.1128, 4.8074, -0.2724, 0.0243, 4.8716, -0.1221, 0.0575, 4.8074, -0.2892, 0.1128, 4.1178, -0.2724, 0.1128, 4.8074, -0.2724, 0.0243, 4.8716, -0.1221, 0.0476, 4.8716, -0.115, 0.0243, 5.3091, -0.1221, 0.0243, 4.8716, -0.1221, 0.1128, 4.8074, -0.2724, 0.0476, 4.8716, -0.115, 0.0243, 5.3091, -0.1221, 0.0476, 4.8716, -0.115, 0.0476, 5.3091, -0.115, 0.1128, 4.1178, -0.2724, 0.1638, 4.1178, -0.2452, 0.1128, 4.8074, -0.2724, 0.1128, 4.1178, -0.2724, 0.4351, 4.0968, -0.6511, 0.1638, 4.1178, -0.2452, 0.1128, 4.8074, -0.2724, 0.1638, 4.8074, -0.2452, 0.0476, 4.8716, -0.115, 0.1128, 4.8074, -0.2724, 0.1638, 4.1178, -0.2452, 0.1638, 4.8074, -0.2452, 0.0476, 4.8716, -0.115, 0.0692, 4.8716, -0.1035, 0.0476, 5.3091, -0.115, 0.0476, 4.8716, -0.115, 0.1638, 4.8074, -0.2452, 0.0692, 4.8716, -0.1035, 0.0476, 5.3091, -0.115, 0.0692, 4.8716, -0.1035, 0.0692, 5.3091, -0.1035, 0.4351, 4.0968, -0.6511, 0.5537, 4.0968, -0.5537, 0.1638, 4.1178, -0.2452, 0.4351, 4.0968, -0.6511, 0.5537, 3.8607, -0.5537, 0.5537, 4.0968, -0.5537, 0.1638, 4.1178, -0.2452, 0.2085, 4.1178, -0.2085, 0.1638, 4.8074, -0.2452, 0.1638, 4.1178, -0.2452, 0.5537, 4.0968, -0.5537, 0.2085, 4.1178, -0.2085, 0.1638, 4.8074, -0.2452, 0.2085, 4.8074, -0.2085, 0.0692, 4.8716, -0.1035, 0.1638, 4.8074, -0.2452, 0.2085, 4.1178, -0.2085, 0.2085, 4.8074, -0.2085, 0.0692, 4.8716, -0.1035, 0.088, 4.8716, -0.088, 0.0692, 5.3091, -0.1035, 0.0692, 4.8716, -0.1035, 0.2085, 4.8074, -0.2085, 0.088, 4.8716, -0.088, 0.0692, 5.3091, -0.1035, 0.088, 4.8716, -0.088, 0.088, 5.3091, -0.088, 0.088, 4.8716, -0.088, 0.1035, 4.8716, -0.0692, 0.088, 5.3091, -0.088, 0.088, 5.3091, -0.088, 0.1035, 4.8716, -0.0692, 0.1035, 5.3091, -0.0692, 0.2085, 4.8074, -0.2085, 0.2452, 4.8074, -0.1638, 0.088, 4.8716, -0.088, 0.088, 4.8716, -0.088, 0.2452, 4.8074, -0.1638, 0.1035, 4.8716, -0.0692, 0.2085, 4.1178, -0.2085, 0.2452, 4.1178, -0.1638, 0.2085, 4.8074, -0.2085, 0.2085, 4.8074, -0.2085, 0.2452, 4.1178, -0.1638, 0.2452, 4.8074, -0.1638, 0.2085, 4.1178, -0.2085, 0.6511, 4.0968, -0.4351, 0.2452, 4.1178, -0.1638, 0.5537, 4.0968, -0.5537, 0.6511, 4.0968, -0.4351, 0.2085, 4.1178, -0.2085, 0.1035, 4.8716, -0.0692, 0.115, 4.8716, -0.0476, 0.1035, 5.3091, -0.0692, 0.1035, 5.3091, -0.0692, 0.115, 4.8716, -0.0476, 0.115, 5.3091, -0.0476, 0.2452, 4.8074, -0.1638, 0.2724, 4.8074, -0.1128, 0.1035, 4.8716, -0.0692, 0.1035, 4.8716, -0.0692, 0.2724, 4.8074, -0.1128, 0.115, 4.8716, -0.0476, 0.2452, 4.1178, -0.1638, 0.2724, 4.1178, -0.1128, 0.2452, 4.8074, -0.1638, 0.2452, 4.8074, -0.1638, 0.2724, 4.1178, -0.1128, 0.2724, 4.8074, -0.1128, 0.6511, 4.0968, -0.4351, 0.7235, 4.0968, -0.2997, 0.2452, 4.1178, -0.1638, 0.2452, 4.1178, -0.1638, 0.7235, 4.0968, -0.2997, 0.2724, 4.1178, -0.1128, 0.115, 4.8716, -0.0476, 0.1221, 4.8716, -0.0243, 0.115, 5.3091, -0.0476, 0.115, 5.3091, -0.0476, 0.1221, 4.8716, -0.0243, 0.1221, 5.3091, -0.0243, 0.2724, 4.8074, -0.1128, 0.2892, 4.8074, -0.0575, 0.115, 4.8716, -0.0476, 0.115, 4.8716, -0.0476, 0.2892, 4.8074, -0.0575, 0.1221, 4.8716, -0.0243, 0.2724, 4.1178, -0.1128, 0.2892, 4.1178, -0.0575, 0.2724, 4.8074, -0.1128, 0.2724, 4.8074, -0.1128, 0.2892, 4.1178, -0.0575, 0.2892, 4.8074, -0.0575, 0.7235, 4.0968, -0.2997, 0.768, 4.0968, -0.1528, 0.2724, 4.1178, -0.1128, 0.2724, 4.1178, -0.1128, 0.768, 4.0968, -0.1528, 0.2892, 4.1178, -0.0575, 0.1221, 4.8716, -0.0243, 0.1245, 4.8716, 0, 0.1221, 5.3091, -0.0243, 0.1221, 5.3091, -0.0243, 0.1245, 4.8716, 0, 0.1245, 5.3091, 0, 0.2892, 4.8074, -0.0575, 0.2949, 4.8074, 0, 0.1221, 4.8716, -0.0243, 0.1221, 4.8716, -0.0243, 0.2949, 4.8074, 0, 0.1245, 4.8716, 0, 0.2892, 4.1178, -0.0575, 0.2949, 4.1178, 0, 0.2892, 4.8074, -0.0575, 0.2892, 4.8074, -0.0575, 0.2949, 4.1178, 0, 0.2949, 4.8074, 0, 0.768, 4.0968, -0.1528, 0.7831, 4.0968, 0, 0.2892, 4.1178, -0.0575, 0.2892, 4.1178, -0.0575, 0.7831, 4.0968, 0, 0.2949, 4.1178, 0, 0.1245, 4.8716, 0, 0.1221, 4.8716, 0.0243, 0.1245, 5.3091, 0, 0.1245, 5.3091, 0, 0.1221, 4.8716, 0.0243, 0.1221, 5.3091, 0.0243, 0.2949, 4.8074, 0, 0.2892, 4.8074, 0.0575, 0.1245, 4.8716, 0, 0.1245, 4.8716, 0, 0.2892, 4.8074, 0.0575, 0.1221, 4.8716, 0.0243, 0.2949, 4.1178, 0, 0.2892, 4.1178, 0.0575, 0.2949, 4.8074, 0, 0.2949, 4.8074, 0, 0.2892, 4.1178, 0.0575, 0.2892, 4.8074, 0.0575, 0.7831, 4.0968, 0, 0.768, 4.0968, 0.1528, 0.2949, 4.1178, 0, 0.2949, 4.1178, 0, 0.768, 4.0968, 0.1528, 0.2892, 4.1178, 0.0575, 0.1221, 4.8716, 0.0243, 0.115, 4.8716, 0.0476, 0.1221, 5.3091, 0.0243, 0.1221, 5.3091, 0.0243, 0.115, 4.8716, 0.0476, 0.115, 5.3091, 0.0476, 0.2892, 4.8074, 0.0575, 0.2724, 4.8074, 0.1128, 0.1221, 4.8716, 0.0243, 0.1221, 4.8716, 0.0243, 0.2724, 4.8074, 0.1128, 0.115, 4.8716, 0.0476, 0.2892, 4.1178, 0.0575, 0.2724, 4.1178, 0.1128, 0.2892, 4.8074, 0.0575, 0.2892, 4.8074, 0.0575, 0.2724, 4.1178, 0.1128, 0.2724, 4.8074, 0.1128, 0.768, 4.0968, 0.1528, 0.7235, 4.0968, 0.2997, 0.2892, 4.1178, 0.0575, 0.2892, 4.1178, 0.0575, 0.7235, 4.0968, 0.2997, 0.2724, 4.1178, 0.1128, 0.115, 4.8716, 0.0476, 0.1035, 4.8716, 0.0692, 0.115, 5.3091, 0.0476, 0.115, 5.3091, 0.0476, 0.1035, 4.8716, 0.0692, 0.1035, 5.3091, 0.0692, 0.2724, 4.8074, 0.1128, 0.2452, 4.8074, 0.1638, 0.115, 4.8716, 0.0476, 0.115, 4.8716, 0.0476, 0.2452, 4.8074, 0.1638, 0.1035, 4.8716, 0.0692, 0.2724, 4.1178, 0.1128, 0.2452, 4.1178, 0.1638, 0.2724, 4.8074, 0.1128, 0.2724, 4.8074, 0.1128, 0.2452, 4.1178, 0.1638, 0.2452, 4.8074, 0.1638, 0.7235, 4.0968, 0.2997, 0.6511, 4.0968, 0.4351, 0.2724, 4.1178, 0.1128, 0.2724, 4.1178, 0.1128, 0.6511, 4.0968, 0.4351, 0.2452, 4.1178, 0.1638, 0.1035, 4.8716, 0.0692, 0.088, 4.8716, 0.088, 0.1035, 5.3091, 0.0692, 0.1035, 5.3091, 0.0692, 0.088, 4.8716, 0.088, 0.088, 5.3091, 0.088, 0.2452, 4.8074, 0.1638, 0.2085, 4.8074, 0.2085, 0.1035, 4.8716, 0.0692, 0.1035, 4.8716, 0.0692, 0.2085, 4.8074, 0.2085, 0.088, 4.8716, 0.088, 0.2452, 4.1178, 0.1638, 0.2085, 4.1178, 0.2085, 0.2452, 4.8074, 0.1638, 0.2452, 4.8074, 0.1638, 0.2085, 4.1178, 0.2085, 0.2085, 4.8074, 0.2085, 0.6511, 4.0968, 0.4351, 0.5537, 4.0968, 0.5537, 0.2452, 4.1178, 0.1638, 0.2452, 4.1178, 0.1638, 0.5537, 4.0968, 0.5537, 0.2085, 4.1178, 0.2085, 0.088, 4.8716, 0.088, 0.0692, 4.8716, 0.1035, 0.088, 5.3091, 0.088, 0.088, 5.3091, 0.088, 0.0692, 4.8716, 0.1035, 0.0692, 5.3091, 0.1035, 0.2085, 4.8074, 0.2085, 0.1638, 4.8074, 0.2452, 0.088, 4.8716, 0.088, 0.088, 4.8716, 0.088, 0.1638, 4.8074, 0.2452, 0.0692, 4.8716, 0.1035, 0.2085, 4.1178, 0.2085, 0.1638, 4.1178, 0.2452, 0.2085, 4.8074, 0.2085, 0.2085, 4.8074, 0.2085, 0.1638, 4.1178, 0.2452, 0.1638, 4.8074, 0.2452, 0.5537, 4.0968, 0.5537, 0.4351, 4.0968, 0.6511, 0.2085, 4.1178, 0.2085, 0.2085, 4.1178, 0.2085, 0.4351, 4.0968, 0.6511, 0.1638, 4.1178, 0.2452, 0.0692, 4.8716, 0.1035, 0.0476, 4.8716, 0.115, 0.0692, 5.3091, 0.1035, 0.0692, 5.3091, 0.1035, 0.0476, 4.8716, 0.115, 0.0476, 5.3091, 0.115, 0.1638, 4.8074, 0.2452, 0.1128, 4.8074, 0.2724, 0.0692, 4.8716, 0.1035, 0.0692, 4.8716, 0.1035, 0.1128, 4.8074, 0.2724, 0.0476, 4.8716, 0.115, 0.1638, 4.1178, 0.2452, 0.1128, 4.1178, 0.2724, 0.1638, 4.8074, 0.2452, 0.1638, 4.8074, 0.2452, 0.1128, 4.1178, 0.2724, 0.1128, 4.8074, 0.2724, 0.4351, 4.0968, 0.6511, 0.2997, 4.0968, 0.7235, 0.1638, 4.1178, 0.2452, 0.1638, 4.1178, 0.2452, 0.2997, 4.0968, 0.7235, 0.1128, 4.1178, 0.2724, 0.0476, 4.8716, 0.115, 0.0243, 4.8716, 0.1221, 0.0476, 5.3091, 0.115, 0.0476, 5.3091, 0.115, 0.0243, 4.8716, 0.1221, 0.0243, 5.3091, 0.1221, 0.1128, 4.8074, 0.2724, 0.0575, 4.8074, 0.2892, 0.0476, 4.8716, 0.115, 0.0476, 4.8716, 0.115, 0.0575, 4.8074, 0.2892, 0.0243, 4.8716, 0.1221, 0.1128, 4.1178, 0.2724, 0.0575, 4.1178, 0.2892, 0.1128, 4.8074, 0.2724, 0.1128, 4.8074, 0.2724, 0.0575, 4.1178, 0.2892, 0.0575, 4.8074, 0.2892, 0.2997, 4.0968, 0.7235, 0.1528, 4.0968, 0.768, 0.1128, 4.1178, 0.2724, 0.1128, 4.1178, 0.2724, 0.1528, 4.0968, 0.768, 0.0575, 4.1178, 0.2892, 0.0243, 4.8716, 0.1221, 0, 4.8716, 0.1245, 0.0243, 5.3091, 0.1221, 0.0243, 5.3091, 0.1221, 0, 4.8716, 0.1245, 0, 5.3091, 0.1245, 0.0575, 4.8074, 0.2892, 0, 4.8074, 0.2949, 0.0243, 4.8716, 0.1221, 0.0243, 4.8716, 0.1221, 0, 4.8074, 0.2949, 0, 4.8716, 0.1245, 0.0575, 4.1178, 0.2892, 0, 4.1178, 0.2949, 0.0575, 4.8074, 0.2892, 0.0575, 4.8074, 0.2892, 0, 4.1178, 0.2949, 0, 4.8074, 0.2949, 0.1528, 4.0968, 0.768, 0, 4.0968, 0.7831, 0.0575, 4.1178, 0.2892, 0.0575, 4.1178, 0.2892, 0, 4.0968, 0.7831, 0, 4.1178, 0.2949, 0, 4.8716, 0.1245, -0.0243, 4.8716, 0.1221, 0, 5.3091, 0.1245, 0, 5.3091, 0.1245, -0.0243, 4.8716, 0.1221, -0.0243, 5.3091, 0.1221, 0, 4.8074, 0.2949, -0.0575, 4.8074, 0.2892, 0, 4.8716, 0.1245, 0, 4.8716, 0.1245, -0.0575, 4.8074, 0.2892, -0.0243, 4.8716, 0.1221, 0, 4.1178, 0.2949, -0.0575, 4.1178, 0.2892, 0, 4.8074, 0.2949, 0, 4.8074, 0.2949, -0.0575, 4.1178, 0.2892, -0.0575, 4.8074, 0.2892, 0, 4.0968, 0.7831, -0.1528, 4.0968, 0.768, 0, 4.1178, 0.2949, 0, 4.1178, 0.2949, -0.1528, 4.0968, 0.768, -0.0575, 4.1178, 0.2892, -0.0243, 4.8716, 0.1221, -0.0476, 4.8716, 0.115, -0.0243, 5.3091, 0.1221, -0.0243, 5.3091, 0.1221, -0.0476, 4.8716, 0.115, -0.0476, 5.3091, 0.115, -0.0575, 4.8074, 0.2892, -0.1128, 4.8074, 0.2724, -0.0243, 4.8716, 0.1221, -0.0243, 4.8716, 0.1221, -0.1128, 4.8074, 0.2724, -0.0476, 4.8716, 0.115, -0.0575, 4.1178, 0.2892, -0.1128, 4.1178, 0.2724, -0.0575, 4.8074, 0.2892, -0.0575, 4.8074, 0.2892, -0.1128, 4.1178, 0.2724, -0.1128, 4.8074, 0.2724, -0.1528, 4.0968, 0.768, -0.2997, 4.0968, 0.7235, -0.0575, 4.1178, 0.2892, -0.0575, 4.1178, 0.2892, -0.2997, 4.0968, 0.7235, -0.1128, 4.1178, 0.2724, -0.0476, 4.8716, 0.115, -0.0692, 4.8716, 0.1035, -0.0476, 5.3091, 0.115, -0.0476, 5.3091, 0.115, -0.0692, 4.8716, 0.1035, -0.0692, 5.3091, 0.1035, -0.1128, 4.8074, 0.2724, -0.1638, 4.8074, 0.2452, -0.0476, 4.8716, 0.115, -0.0476, 4.8716, 0.115, -0.1638, 4.8074, 0.2452, -0.0692, 4.8716, 0.1035, -0.1128, 4.1178, 0.2724, -0.1638, 4.1178, 0.2452, -0.1128, 4.8074, 0.2724, -0.1128, 4.8074, 0.2724, -0.1638, 4.1178, 0.2452, -0.1638, 4.8074, 0.2452, -0.2997, 4.0968, 0.7235, -0.4351, 4.0968, 0.6511, -0.1128, 4.1178, 0.2724, -0.1128, 4.1178, 0.2724, -0.4351, 4.0968, 0.6511, -0.1638, 4.1178, 0.2452, -0.0692, 4.8716, 0.1035, -0.088, 4.8716, 0.088, -0.0692, 5.3091, 0.1035, -0.0692, 5.3091, 0.1035, -0.088, 4.8716, 0.088, -0.088, 5.3091, 0.088, -0.1638, 4.8074, 0.2452, -0.2085, 4.8074, 0.2085, -0.0692, 4.8716, 0.1035, -0.0692, 4.8716, 0.1035, -0.2085, 4.8074, 0.2085, -0.088, 4.8716, 0.088, -0.1638, 4.1178, 0.2452, -0.2085, 4.1178, 0.2085, -0.1638, 4.8074, 0.2452, -0.1638, 4.8074, 0.2452, -0.2085, 4.1178, 0.2085, -0.2085, 4.8074, 0.2085, -0.4351, 4.0968, 0.6511, -0.5537, 4.0968, 0.5537, -0.1638, 4.1178, 0.2452, -0.1638, 4.1178, 0.2452, -0.5537, 4.0968, 0.5537, -0.2085, 4.1178, 0.2085, -0.088, 4.8716, 0.088, -0.1035, 4.8716, 0.0692, -0.088, 5.3091, 0.088, -0.088, 5.3091, 0.088, -0.1035, 4.8716, 0.0692, -0.1035, 5.3091, 0.0692, -0.2085, 4.8074, 0.2085, -0.2452, 4.8074, 0.1638, -0.088, 4.8716, 0.088, -0.088, 4.8716, 0.088, -0.2452, 4.8074, 0.1638, -0.1035, 4.8716, 0.0692, -0.2085, 4.1178, 0.2085, -0.2452, 4.1178, 0.1638, -0.2085, 4.8074, 0.2085, -0.2085, 4.8074, 0.2085, -0.2452, 4.1178, 0.1638, -0.2452, 4.8074, 0.1638, -0.5537, 4.0968, 0.5537, -0.6511, 4.0968, 0.4351, -0.2085, 4.1178, 0.2085, -0.2085, 4.1178, 0.2085, -0.6511, 4.0968, 0.4351, -0.2452, 4.1178, 0.1638, -0.1035, 4.8716, 0.0692, -0.115, 4.8716, 0.0476, -0.1035, 5.3091, 0.0692, -0.1035, 5.3091, 0.0692, -0.115, 4.8716, 0.0476, -0.115, 5.3091, 0.0476, -0.2452, 4.8074, 0.1638, -0.2724, 4.8074, 0.1128, -0.1035, 4.8716, 0.0692, -0.1035, 4.8716, 0.0692, -0.2724, 4.8074, 0.1128, -0.115, 4.8716, 0.0476, -0.2452, 4.1178, 0.1638, -0.2724, 4.1178, 0.1128, -0.2452, 4.8074, 0.1638, -0.2452, 4.8074, 0.1638, -0.2724, 4.1178, 0.1128, -0.2724, 4.8074, 0.1128, -0.6511, 4.0968, 0.4351, -0.7235, 4.0968, 0.2997, -0.2452, 4.1178, 0.1638, -0.2452, 4.1178, 0.1638, -0.7235, 4.0968, 0.2997, -0.2724, 4.1178, 0.1128, -0.115, 4.8716, 0.0476, -0.1221, 4.8716, 0.0243, -0.115, 5.3091, 0.0476, -0.115, 5.3091, 0.0476, -0.1221, 4.8716, 0.0243, -0.1221, 5.3091, 0.0243, -0.2724, 4.8074, 0.1128, -0.2892, 4.8074, 0.0575, -0.115, 4.8716, 0.0476, -0.115, 4.8716, 0.0476, -0.2892, 4.8074, 0.0575, -0.1221, 4.8716, 0.0243, -0.2724, 4.1178, 0.1128, -0.2892, 4.1178, 0.0575, -0.2724, 4.8074, 0.1128, -0.2724, 4.8074, 0.1128, -0.2892, 4.1178, 0.0575, -0.2892, 4.8074, 0.0575, -0.7235, 4.0968, 0.2997, -0.768, 4.0968, 0.1528, -0.2724, 4.1178, 0.1128, -0.2724, 4.1178, 0.1128, -0.768, 4.0968, 0.1528, -0.2892, 4.1178, 0.0575, -0.1221, 4.8716, 0.0243, -0.1245, 4.8716, 0, -0.1221, 5.3091, 0.0243, -0.1221, 5.3091, 0.0243, -0.1245, 4.8716, 0, -0.1245, 5.3091, 0, -0.2892, 4.8074, 0.0575, -0.2949, 4.8074, 0, -0.1221, 4.8716, 0.0243, -0.1221, 4.8716, 0.0243, -0.2949, 4.8074, 0, -0.1245, 4.8716, 0, -0.2892, 4.1178, 0.0575, -0.2949, 4.1178, 0, -0.2892, 4.8074, 0.0575, -0.2892, 4.8074, 0.0575, -0.2949, 4.1178, 0, -0.2949, 4.8074, 0, -0.768, 4.0968, 0.1528, -0.7831, 4.0968, 0, -0.2892, 4.1178, 0.0575, -0.2892, 4.1178, 0.0575, -0.7831, 4.0968, 0, -0.2949, 4.1178, 0, -0.1245, 4.8716, 0, -0.1221, 4.8716, -0.0243, -0.1245, 5.3091, 0, -0.1245, 5.3091, 0, -0.1221, 4.8716, -0.0243, -0.1221, 5.3091, -0.0243, -0.2949, 4.8074, 0, -0.2892, 4.8074, -0.0575, -0.1245, 4.8716, 0, -0.1245, 4.8716, 0, -0.2892, 4.8074, -0.0575, -0.1221, 4.8716, -0.0243, -0.2949, 4.1178, 0, -0.2892, 4.1178, -0.0575, -0.2949, 4.8074, 0, -0.2949, 4.8074, 0, -0.2892, 4.1178, -0.0575, -0.2892, 4.8074, -0.0575, -0.7831, 4.0968, 0, -0.768, 4.0968, -0.1528, -0.2949, 4.1178, 0, -0.2949, 4.1178, 0, -0.768, 4.0968, -0.1528, -0.2892, 4.1178, -0.0575, -0.1221, 4.8716, -0.0243, -0.115, 4.8716, -0.0476, -0.1221, 5.3091, -0.0243, -0.1221, 5.3091, -0.0243, -0.115, 4.8716, -0.0476, -0.115, 5.3091, -0.0476, -0.2892, 4.8074, -0.0575, -0.2724, 4.8074, -0.1128, -0.1221, 4.8716, -0.0243, -0.1221, 4.8716, -0.0243, -0.2724, 4.8074, -0.1128, -0.115, 4.8716, -0.0476, -0.2892, 4.1178, -0.0575, -0.2724, 4.1178, -0.1128, -0.2892, 4.8074, -0.0575, -0.2892, 4.8074, -0.0575, -0.2724, 4.1178, -0.1128, -0.2724, 4.8074, -0.1128, -0.768, 4.0968, -0.1528, -0.7235, 4.0968, -0.2997, -0.2892, 4.1178, -0.0575, -0.2892, 4.1178, -0.0575, -0.7235, 4.0968, -0.2997, -0.2724, 4.1178, -0.1128, -0.115, 4.8716, -0.0476, -0.1035, 4.8716, -0.0692, -0.115, 5.3091, -0.0476, -0.115, 5.3091, -0.0476, -0.1035, 4.8716, -0.0692, -0.1035, 5.3091, -0.0692, -0.2724, 4.8074, -0.1128, -0.2452, 4.8074, -0.1638, -0.115, 4.8716, -0.0476, -0.115, 4.8716, -0.0476, -0.2452, 4.8074, -0.1638, -0.1035, 4.8716, -0.0692, -0.2724, 4.1178, -0.1128, -0.2452, 4.1178, -0.1638, -0.2724, 4.8074, -0.1128, -0.2724, 4.8074, -0.1128, -0.2452, 4.1178, -0.1638, -0.2452, 4.8074, -0.1638, -0.7235, 4.0968, -0.2997, -0.6511, 4.0968, -0.4351, -0.2724, 4.1178, -0.1128, -0.2724, 4.1178, -0.1128, -0.6511, 4.0968, -0.4351, -0.2452, 4.1178, -0.1638, -0.1035, 4.8716, -0.0692, -0.088, 4.8716, -0.088, -0.1035, 5.3091, -0.0692, -0.1035, 5.3091, -0.0692, -0.088, 4.8716, -0.088, -0.088, 5.3091, -0.088, -0.2452, 4.8074, -0.1638, -0.2085, 4.8074, -0.2085, -0.1035, 4.8716, -0.0692, -0.1035, 4.8716, -0.0692, -0.2085, 4.8074, -0.2085, -0.088, 4.8716, -0.088, -0.2452, 4.1178, -0.1638, -0.2085, 4.1178, -0.2085, -0.2452, 4.8074, -0.1638, -0.2452, 4.8074, -0.1638, -0.2085, 4.1178, -0.2085, -0.2085, 4.8074, -0.2085, -0.6511, 4.0968, -0.4351, -0.5537, 4.0968, -0.5537, -0.2452, 4.1178, -0.1638, -0.2452, 4.1178, -0.1638, -0.5537, 4.0968, -0.5537, -0.2085, 4.1178, -0.2085, -0.088, 4.8716, -0.088, -0.0692, 4.8716, -0.1035, -0.088, 5.3091, -0.088, -0.088, 5.3091, -0.088, -0.0692, 4.8716, -0.1035, -0.0692, 5.3091, -0.1035, -0.2085, 4.8074, -0.2085, -0.1638, 4.8074, -0.2452, -0.088, 4.8716, -0.088, -0.088, 4.8716, -0.088, -0.1638, 4.8074, -0.2452, -0.0692, 4.8716, -0.1035, -0.2085, 4.1178, -0.2085, -0.1638, 4.1178, -0.2452, -0.2085, 4.8074, -0.2085, -0.2085, 4.8074, -0.2085, -0.1638, 4.1178, -0.2452, -0.1638, 4.8074, -0.2452, -0.5537, 4.0968, -0.5537, -0.4351, 4.0968, -0.6511, -0.2085, 4.1178, -0.2085, -0.2085, 4.1178, -0.2085, -0.4351, 4.0968, -0.6511, -0.1638, 4.1178, -0.2452, -0.0692, 4.8716, -0.1035, -0.0476, 4.8716, -0.115, -0.0692, 5.3091, -0.1035, -0.0692, 5.3091, -0.1035, -0.0476, 4.8716, -0.115, -0.0476, 5.3091, -0.115, -0.1638, 4.8074, -0.2452, -0.1128, 4.8074, -0.2724, -0.0692, 4.8716, -0.1035, -0.0692, 4.8716, -0.1035, -0.1128, 4.8074, -0.2724, -0.0476, 4.8716, -0.115, -0.1638, 4.1178, -0.2452, -0.1128, 4.1178, -0.2724, -0.1638, 4.8074, -0.2452, -0.1638, 4.8074, -0.2452, -0.1128, 4.1178, -0.2724, -0.1128, 4.8074, -0.2724, -0.4351, 4.0968, -0.6511, -0.2997, 4.0968, -0.7235, -0.1638, 4.1178, -0.2452, -0.1638, 4.1178, -0.2452, -0.2997, 4.0968, -0.7235, -0.1128, 4.1178, -0.2724, -0.0476, 4.8716, -0.115, -0.0243, 4.8716, -0.1221, -0.0476, 5.3091, -0.115, -0.0476, 5.3091, -0.115, -0.0243, 4.8716, -0.1221, -0.0243, 5.3091, -0.1221, -0.0243, 4.8716, -0.1221, 0, 4.8716, -0.1245, -0.0243, 5.3091, -0.1221, -0.0243, 5.3091, -0.1221, 0, 4.8716, -0.1245, 0, 5.3091, -0.1245, -0.0243, 4.8716, -0.1221, 0, 4.8074, -0.2949, 0, 4.8716, -0.1245, -0.0476, 4.8716, -0.115, -0.0575, 4.8074, -0.2892, -0.0243, 4.8716, -0.1221, -0.0575, 4.8074, -0.2892, 0, 4.8074, -0.2949, -0.0243, 4.8716, -0.1221, -0.1128, 4.8074, -0.2724, -0.0575, 4.8074, -0.2892, -0.0476, 4.8716, -0.115, -0.0575, 4.8074, -0.2892, 0, 4.1178, -0.2949, 0, 4.8074, -0.2949, -0.1128, 4.8074, -0.2724, -0.0575, 4.1178, -0.2892, -0.0575, 4.8074, -0.2892, -0.0575, 4.1178, -0.2892, 0, 4.1178, -0.2949, -0.0575, 4.8074, -0.2892, -0.1128, 4.1178, -0.2724, -0.0575, 4.1178, -0.2892, -0.1128, 4.8074, -0.2724, -0.0575, 4.1178, -0.2892, 0, 4.0968, -0.7831, 0, 4.1178, -0.2949, -0.1128, 4.1178, -0.2724, -0.1528, 4.0968, -0.768, -0.0575, 4.1178, -0.2892, -0.1528, 4.0968, -0.768, 0, 4.0968, -0.7831, -0.0575, 4.1178, -0.2892, -0.2997, 4.0968, -0.7235, -0.1528, 4.0968, -0.768, -0.1128, 4.1178, -0.2724, -0.1528, 4.0968, -0.768, 0, 3.8607, -0.7831, 0, 4.0968, -0.7831, -0.1528, 3.8607, -0.768, 0, 3.8607, -0.7831, -0.1528, 4.0968, -0.768, -0.2997, 4.0968, -0.7235, -0.1528, 3.8607, -0.768, -0.1528, 4.0968, -0.768, -0.1528, 3.8607, -0.768, 0, 3.655, -0.9904, 0, 3.8607, -0.7831, -0.2997, 3.8607, -0.7235, -0.1528, 3.8607, -0.768, -0.2997, 4.0968, -0.7235, -0.1932, 3.655, -0.9713, 0, 3.655, -0.9904, -0.1528, 3.8607, -0.768, -0.2997, 3.8607, -0.7235, -0.1932, 3.655, -0.9713, -0.1528, 3.8607, -0.768, -0.1932, 3.655, -0.9713, 0, 2.9952, -0.9904, 0, 3.655, -0.9904, -0.4351, 4.0968, -0.6511, -0.2997, 3.8607, -0.7235, -0.2997, 4.0968, -0.7235, -0.1932, 2.9952, -0.9713, 0, 2.9952, -0.9904, -0.1932, 3.655, -0.9713, -0.1932, 2.9952, -0.9713, 0, 2.7645, -0.8534, 0, 2.9952, -0.9904, -0.379, 3.655, -0.915, -0.1932, 3.655, -0.9713, -0.2997, 3.8607, -0.7235, -0.379, 3.655, -0.915, -0.1932, 2.9952, -0.9713, -0.1932, 3.655, -0.9713, -0.4351, 3.8607, -0.6511, -0.2997, 3.8607, -0.7235, -0.4351, 4.0968, -0.6511, -0.4351, 3.8607, -0.6511, -0.379, 3.655, -0.915, -0.2997, 3.8607, -0.7235, -0.5537, 4.0968, -0.5537, -0.4351, 3.8607, -0.6511, -0.4351, 4.0968, -0.6511, -0.1665, 2.7645, -0.837, 0, 2.7645, -0.8534, -0.1932, 2.9952, -0.9713, -0.1665, 2.7645, -0.837, 0, 2.1319, -0.84, 0, 2.7645, -0.8534, -0.379, 2.9952, -0.915, -0.1932, 2.9952, -0.9713, -0.379, 3.655, -0.915, -0.379, 2.9952, -0.915, -0.1665, 2.7645, -0.837, -0.1932, 2.9952, -0.9713, -0.5502, 3.655, -0.8234, -0.379, 3.655, -0.915, -0.4351, 3.8607, -0.6511, -0.5502, 3.655, -0.8234, -0.379, 2.9952, -0.915, -0.379, 3.655, -0.915, -0.5537, 3.8607, -0.5537, -0.4351, 3.8607, -0.6511, -0.5537, 4.0968, -0.5537, -0.5537, 3.8607, -0.5537, -0.5502, 3.655, -0.8234, -0.4351, 3.8607, -0.6511, -0.6511, 4.0968, -0.4351, -0.5537, 3.8607, -0.5537, -0.5537, 4.0968, -0.5537, -0.1639, 2.1319, -0.8238, 0, 2.1319, -0.84, -0.1665, 2.7645, -0.837, -0.1639, 2.1319, -0.8238, 0, 2.0641, -0.9634, 0, 2.1319, -0.84, -0.3266, 2.7645, -0.7884, -0.1665, 2.7645, -0.837, -0.379, 2.9952, -0.915, -0.3266, 2.7645, -0.7884, -0.1639, 2.1319, -0.8238, -0.1665, 2.7645, -0.837, -0.5502, 2.9952, -0.8234, -0.379, 2.9952, -0.915, -0.5502, 3.655, -0.8234, -0.5502, 2.9952, -0.8234, -0.3266, 2.7645, -0.7884, -0.379, 2.9952, -0.915, -0.7003, 3.655, -0.7003, -0.5502, 3.655, -0.8234, -0.5537, 3.8607, -0.5537, -0.7003, 3.655, -0.7003, -0.5502, 2.9952, -0.8234, -0.5502, 3.655, -0.8234, -0.6511, 3.8607, -0.4351, -0.5537, 3.8607, -0.5537, -0.6511, 4.0968, -0.4351, -0.6511, 3.8607, -0.4351, -0.7003, 3.655, -0.7003, -0.5537, 3.8607, -0.5537, -0.7235, 4.0968, -0.2997, -0.6511, 3.8607, -0.4351, -0.6511, 4.0968, -0.4351, -0.7235, 3.8607, -0.2997, -0.6511, 3.8607, -0.4351, -0.7235, 4.0968, -0.2997, -0.768, 4.0968, -0.1528, -0.7235, 3.8607, -0.2997, -0.7235, 4.0968, -0.2997, -0.8234, 3.655, -0.5502, -0.7003, 3.655, -0.7003, -0.6511, 3.8607, -0.4351, -0.7235, 3.8607, -0.2997, -0.8234, 3.655, -0.5502, -0.6511, 3.8607, -0.4351, -0.7003, 2.9952, -0.7003, -0.5502, 2.9952, -0.8234, -0.7003, 3.655, -0.7003, -0.8234, 3.655, -0.5502, -0.7003, 2.9952, -0.7003, -0.7003, 3.655, -0.7003, -0.7003, 2.9952, -0.7003, -0.4741, 2.7645, -0.7095, -0.5502, 2.9952, -0.8234, -0.4741, 2.7645, -0.7095, -0.3266, 2.7645, -0.7884, -0.5502, 2.9952, -0.8234, -0.768, 3.8607, -0.1528, -0.7235, 3.8607, -0.2997, -0.768, 4.0968, -0.1528, -0.7831, 4.0968, 0, -0.768, 3.8607, -0.1528, -0.768, 4.0968, -0.1528, -0.915, 3.655, -0.379, -0.8234, 3.655, -0.5502, -0.7235, 3.8607, -0.2997, -0.768, 3.8607, -0.1528, -0.915, 3.655, -0.379, -0.7235, 3.8607, -0.2997, -0.8234, 2.9952, -0.5502, -0.7003, 2.9952, -0.7003, -0.8234, 3.655, -0.5502, -0.915, 3.655, -0.379, -0.8234, 2.9952, -0.5502, -0.8234, 3.655, -0.5502, -0.6034, 2.7645, -0.6034, -0.4741, 2.7645, -0.7095, -0.7003, 2.9952, -0.7003, -0.8234, 2.9952, -0.5502, -0.6034, 2.7645, -0.6034, -0.7003, 2.9952, -0.7003, -0.7831, 3.8607, 0, -0.768, 3.8607, -0.1528, -0.7831, 4.0968, 0, -0.768, 4.0968, 0.1528, -0.7831, 3.8607, 0, -0.7831, 4.0968, 0, -0.9713, 3.655, -0.1932, -0.915, 3.655, -0.379, -0.768, 3.8607, -0.1528, -0.7831, 3.8607, 0, -0.9713, 3.655, -0.1932, -0.768, 3.8607, -0.1528, -0.915, 2.9952, -0.379, -0.8234, 2.9952, -0.5502, -0.915, 3.655, -0.379, -0.9713, 3.655, -0.1932, -0.915, 2.9952, -0.379, -0.915, 3.655, -0.379, -0.7095, 2.7645, -0.4741, -0.6034, 2.7645, -0.6034, -0.8234, 2.9952, -0.5502, -0.915, 2.9952, -0.379, -0.7095, 2.7645, -0.4741, -0.8234, 2.9952, -0.5502, -0.768, 3.8607, 0.1528, -0.7831, 3.8607, 0, -0.768, 4.0968, 0.1528, -0.7235, 4.0968, 0.2997, -0.768, 3.8607, 0.1528, -0.768, 4.0968, 0.1528, -0.9904, 3.655, 0, -0.9713, 3.655, -0.1932, -0.7831, 3.8607, 0, -0.768, 3.8607, 0.1528, -0.9904, 3.655, 0, -0.7831, 3.8607, 0, -0.9713, 2.9952, -0.1932, -0.915, 2.9952, -0.379, -0.9713, 3.655, -0.1932, -0.9904, 3.655, 0, -0.9713, 2.9952, -0.1932, -0.9713, 3.655, -0.1932, -0.7884, 2.7645, -0.3266, -0.7095, 2.7645, -0.4741, -0.915, 2.9952, -0.379, -0.9713, 2.9952, -0.1932, -0.7884, 2.7645, -0.3266, -0.915, 2.9952, -0.379, -0.7235, 3.8607, 0.2997, -0.768, 3.8607, 0.1528, -0.7235, 4.0968, 0.2997, -0.6511, 4.0968, 0.4351, -0.7235, 3.8607, 0.2997, -0.7235, 4.0968, 0.2997, -0.9713, 3.655, 0.1932, -0.9904, 3.655, 0, -0.768, 3.8607, 0.1528, -0.7235, 3.8607, 0.2997, -0.9713, 3.655, 0.1932, -0.768, 3.8607, 0.1528, -0.9904, 2.9952, 0, -0.9713, 2.9952, -0.1932, -0.9904, 3.655, 0, -0.9713, 3.655, 0.1932, -0.9904, 2.9952, 0, -0.9904, 3.655, 0, -0.837, 2.7645, -0.1665, -0.7884, 2.7645, -0.3266, -0.9713, 2.9952, -0.1932, -0.9904, 2.9952, 0, -0.837, 2.7645, -0.1665, -0.9713, 2.9952, -0.1932, -0.6511, 3.8607, 0.4351, -0.7235, 3.8607, 0.2997, -0.6511, 4.0968, 0.4351, -0.5537, 4.0968, 0.5537, -0.6511, 3.8607, 0.4351, -0.6511, 4.0968, 0.4351, -0.915, 3.655, 0.379, -0.9713, 3.655, 0.1932, -0.7235, 3.8607, 0.2997, -0.6511, 3.8607, 0.4351, -0.915, 3.655, 0.379, -0.7235, 3.8607, 0.2997, -0.9713, 2.9952, 0.1932, -0.9904, 2.9952, 0, -0.9713, 3.655, 0.1932, -0.915, 3.655, 0.379, -0.9713, 2.9952, 0.1932, -0.9713, 3.655, 0.1932, -0.8534, 2.7645, 0, -0.837, 2.7645, -0.1665, -0.9904, 2.9952, 0, -0.9713, 2.9952, 0.1932, -0.8534, 2.7645, 0, -0.9904, 2.9952, 0, -0.5537, 3.8607, 0.5537, -0.6511, 3.8607, 0.4351, -0.5537, 4.0968, 0.5537, -0.4351, 4.0968, 0.6511, -0.5537, 3.8607, 0.5537, -0.5537, 4.0968, 0.5537, -0.8234, 3.655, 0.5502, -0.915, 3.655, 0.379, -0.6511, 3.8607, 0.4351, -0.5537, 3.8607, 0.5537, -0.8234, 3.655, 0.5502, -0.6511, 3.8607, 0.4351, -0.915, 2.9952, 0.379, -0.9713, 2.9952, 0.1932, -0.915, 3.655, 0.379, -0.8234, 3.655, 0.5502, -0.915, 2.9952, 0.379, -0.915, 3.655, 0.379, -0.837, 2.7645, 0.1665, -0.8534, 2.7645, 0, -0.9713, 2.9952, 0.1932, -0.915, 2.9952, 0.379, -0.837, 2.7645, 0.1665, -0.9713, 2.9952, 0.1932, -0.4351, 3.8607, 0.6511, -0.5537, 3.8607, 0.5537, -0.4351, 4.0968, 0.6511, -0.2997, 4.0968, 0.7235, -0.4351, 3.8607, 0.6511, -0.4351, 4.0968, 0.6511, -0.7003, 3.655, 0.7003, -0.8234, 3.655, 0.5502, -0.5537, 3.8607, 0.5537, -0.4351, 3.8607, 0.6511, -0.7003, 3.655, 0.7003, -0.5537, 3.8607, 0.5537, -0.8234, 2.9952, 0.5502, -0.915, 2.9952, 0.379, -0.8234, 3.655, 0.5502, -0.7003, 3.655, 0.7003, -0.8234, 2.9952, 0.5502, -0.8234, 3.655, 0.5502, -0.7884, 2.7645, 0.3266, -0.837, 2.7645, 0.1665, -0.915, 2.9952, 0.379, -0.8234, 2.9952, 0.5502, -0.7884, 2.7645, 0.3266, -0.915, 2.9952, 0.379, -0.2997, 3.8607, 0.7235, -0.4351, 3.8607, 0.6511, -0.2997, 4.0968, 0.7235, -0.1528, 4.0968, 0.768, -0.2997, 3.8607, 0.7235, -0.2997, 4.0968, 0.7235, -0.5502, 3.655, 0.8234, -0.7003, 3.655, 0.7003, -0.4351, 3.8607, 0.6511, -0.2997, 3.8607, 0.7235, -0.5502, 3.655, 0.8234, -0.4351, 3.8607, 0.6511, -0.7003, 2.9952, 0.7003, -0.8234, 2.9952, 0.5502, -0.7003, 3.655, 0.7003, -0.5502, 3.655, 0.8234, -0.7003, 2.9952, 0.7003, -0.7003, 3.655, 0.7003, -0.7095, 2.7645, 0.4741, -0.7884, 2.7645, 0.3266, -0.8234, 2.9952, 0.5502, -0.7003, 2.9952, 0.7003, -0.7095, 2.7645, 0.4741, -0.8234, 2.9952, 0.5502, -0.1528, 3.8607, 0.768, -0.2997, 3.8607, 0.7235, -0.1528, 4.0968, 0.768, 0, 4.0968, 0.7831, -0.1528, 3.8607, 0.768, -0.1528, 4.0968, 0.768, -0.379, 3.655, 0.915, -0.5502, 3.655, 0.8234, -0.2997, 3.8607, 0.7235, -0.1528, 3.8607, 0.768, -0.379, 3.655, 0.915, -0.2997, 3.8607, 0.7235, -0.5502, 2.9952, 0.8234, -0.7003, 2.9952, 0.7003, -0.5502, 3.655, 0.8234, -0.379, 3.655, 0.915, -0.5502, 2.9952, 0.8234, -0.5502, 3.655, 0.8234, -0.6034, 2.7645, 0.6034, -0.7095, 2.7645, 0.4741, -0.7003, 2.9952, 0.7003, -0.5502, 2.9952, 0.8234, -0.6034, 2.7645, 0.6034, -0.7003, 2.9952, 0.7003, 0, 3.8607, 0.7831, -0.1528, 3.8607, 0.768, 0, 4.0968, 0.7831, 0.1528, 4.0968, 0.768, 0, 3.8607, 0.7831, 0, 4.0968, 0.7831, -0.1932, 3.655, 0.9713, -0.379, 3.655, 0.915, -0.1528, 3.8607, 0.768, 0, 3.8607, 0.7831, -0.1932, 3.655, 0.9713, -0.1528, 3.8607, 0.768, -0.379, 2.9952, 0.915, -0.5502, 2.9952, 0.8234, -0.379, 3.655, 0.915, -0.1932, 3.655, 0.9713, -0.379, 2.9952, 0.915, -0.379, 3.655, 0.915, -0.4741, 2.7645, 0.7095, -0.6034, 2.7645, 0.6034, -0.5502, 2.9952, 0.8234, -0.379, 2.9952, 0.915, -0.4741, 2.7645, 0.7095, -0.5502, 2.9952, 0.8234, 0.1528, 3.8607, 0.768, 0, 3.8607, 0.7831, 0.1528, 4.0968, 0.768, 0.2997, 4.0968, 0.7235, 0.1528, 3.8607, 0.768, 0.1528, 4.0968, 0.768, 0, 3.655, 0.9904, -0.1932, 3.655, 0.9713, 0, 3.8607, 0.7831, 0.1528, 3.8607, 0.768, 0, 3.655, 0.9904, 0, 3.8607, 0.7831, -0.1932, 2.9952, 0.9713, -0.379, 2.9952, 0.915, -0.1932, 3.655, 0.9713, 0, 3.655, 0.9904, -0.1932, 2.9952, 0.9713, -0.1932, 3.655, 0.9713, -0.3266, 2.7645, 0.7884, -0.4741, 2.7645, 0.7095, -0.379, 2.9952, 0.915, -0.1932, 2.9952, 0.9713, -0.3266, 2.7645, 0.7884, -0.379, 2.9952, 0.915, 0.2997, 3.8607, 0.7235, 0.1528, 3.8607, 0.768, 0.2997, 4.0968, 0.7235, 0.4351, 4.0968, 0.6511, 0.2997, 3.8607, 0.7235, 0.2997, 4.0968, 0.7235, 0.1932, 3.655, 0.9713, 0, 3.655, 0.9904, 0.1528, 3.8607, 0.768, 0.2997, 3.8607, 0.7235, 0.1932, 3.655, 0.9713, 0.1528, 3.8607, 0.768, 0, 2.9952, 0.9904, -0.1932, 2.9952, 0.9713, 0, 3.655, 0.9904, 0.1932, 3.655, 0.9713, 0, 2.9952, 0.9904, 0, 3.655, 0.9904, -0.1665, 2.7645, 0.837, -0.3266, 2.7645, 0.7884, -0.1932, 2.9952, 0.9713, 0, 2.9952, 0.9904, -0.1665, 2.7645, 0.837, -0.1932, 2.9952, 0.9713, 0.4351, 3.8607, 0.6511, 0.2997, 3.8607, 0.7235, 0.4351, 4.0968, 0.6511, 0.5537, 4.0968, 0.5537, 0.4351, 3.8607, 0.6511, 0.4351, 4.0968, 0.6511, 0.379, 3.655, 0.915, 0.1932, 3.655, 0.9713, 0.2997, 3.8607, 0.7235, 0.4351, 3.8607, 0.6511, 0.379, 3.655, 0.915, 0.2997, 3.8607, 0.7235, 0.1932, 2.9952, 0.9713, 0, 2.9952, 0.9904, 0.1932, 3.655, 0.9713, 0.379, 3.655, 0.915, 0.1932, 2.9952, 0.9713, 0.1932, 3.655, 0.9713, 0, 2.7645, 0.8534, -0.1665, 2.7645, 0.837, 0, 2.9952, 0.9904, 0.1932, 2.9952, 0.9713, 0, 2.7645, 0.8534, 0, 2.9952, 0.9904, 0.5537, 3.8607, 0.5537, 0.4351, 3.8607, 0.6511, 0.5537, 4.0968, 0.5537, 0.6511, 4.0968, 0.4351, 0.5537, 3.8607, 0.5537, 0.5537, 4.0968, 0.5537, 0.5502, 3.655, 0.8234, 0.379, 3.655, 0.915, 0.4351, 3.8607, 0.6511, 0.5537, 3.8607, 0.5537, 0.5502, 3.655, 0.8234, 0.4351, 3.8607, 0.6511, 0.379, 2.9952, 0.915, 0.1932, 2.9952, 0.9713, 0.379, 3.655, 0.915, 0.5502, 3.655, 0.8234, 0.379, 2.9952, 0.915, 0.379, 3.655, 0.915, 0.1665, 2.7645, 0.837, 0, 2.7645, 0.8534, 0.1932, 2.9952, 0.9713, 0.379, 2.9952, 0.915, 0.1665, 2.7645, 0.837, 0.1932, 2.9952, 0.9713, 0.6511, 3.8607, 0.4351, 0.5537, 3.8607, 0.5537, 0.6511, 4.0968, 0.4351, 0.7235, 4.0968, 0.2997, 0.6511, 3.8607, 0.4351, 0.6511, 4.0968, 0.4351, 0.7003, 3.655, 0.7003, 0.5502, 3.655, 0.8234, 0.5537, 3.8607, 0.5537, 0.6511, 3.8607, 0.4351, 0.7003, 3.655, 0.7003, 0.5537, 3.8607, 0.5537, 0.5502, 2.9952, 0.8234, 0.379, 2.9952, 0.915, 0.5502, 3.655, 0.8234, 0.7003, 3.655, 0.7003, 0.5502, 2.9952, 0.8234, 0.5502, 3.655, 0.8234, 0.3266, 2.7645, 0.7884, 0.1665, 2.7645, 0.837, 0.379, 2.9952, 0.915, 0.5502, 2.9952, 0.8234, 0.3266, 2.7645, 0.7884, 0.379, 2.9952, 0.915, 0.7235, 3.8607, 0.2997, 0.6511, 3.8607, 0.4351, 0.7235, 4.0968, 0.2997, 0.768, 4.0968, 0.1528, 0.7235, 3.8607, 0.2997, 0.7235, 4.0968, 0.2997, 0.8234, 3.655, 0.5502, 0.7003, 3.655, 0.7003, 0.6511, 3.8607, 0.4351, 0.7235, 3.8607, 0.2997, 0.8234, 3.655, 0.5502, 0.6511, 3.8607, 0.4351, 0.7003, 2.9952, 0.7003, 0.5502, 2.9952, 0.8234, 0.7003, 3.655, 0.7003, 0.8234, 3.655, 0.5502, 0.7003, 2.9952, 0.7003, 0.7003, 3.655, 0.7003, 0.4741, 2.7645, 0.7095, 0.3266, 2.7645, 0.7884, 0.5502, 2.9952, 0.8234, 0.7003, 2.9952, 0.7003, 0.4741, 2.7645, 0.7095, 0.5502, 2.9952, 0.8234, 0.768, 3.8607, 0.1528, 0.7235, 3.8607, 0.2997, 0.768, 4.0968, 0.1528, 0.7831, 4.0968, 0, 0.768, 3.8607, 0.1528, 0.768, 4.0968, 0.1528, 0.915, 3.655, 0.379, 0.8234, 3.655, 0.5502, 0.7235, 3.8607, 0.2997, 0.768, 3.8607, 0.1528, 0.915, 3.655, 0.379, 0.7235, 3.8607, 0.2997, 0.8234, 2.9952, 0.5502, 0.7003, 2.9952, 0.7003, 0.8234, 3.655, 0.5502, 0.915, 3.655, 0.379, 0.8234, 2.9952, 0.5502, 0.8234, 3.655, 0.5502, 0.6034, 2.7645, 0.6034, 0.4741, 2.7645, 0.7095, 0.7003, 2.9952, 0.7003, 0.8234, 2.9952, 0.5502, 0.6034, 2.7645, 0.6034, 0.7003, 2.9952, 0.7003, 0.7831, 3.8607, 0, 0.768, 3.8607, 0.1528, 0.7831, 4.0968, 0, 0.768, 4.0968, -0.1528, 0.7831, 3.8607, 0, 0.7831, 4.0968, 0, 0.9713, 3.655, 0.1932, 0.915, 3.655, 0.379, 0.768, 3.8607, 0.1528, 0.7831, 3.8607, 0, 0.9713, 3.655, 0.1932, 0.768, 3.8607, 0.1528, 0.915, 2.9952, 0.379, 0.8234, 2.9952, 0.5502, 0.915, 3.655, 0.379, 0.9713, 3.655, 0.1932, 0.915, 2.9952, 0.379, 0.915, 3.655, 0.379, 0.7095, 2.7645, 0.4741, 0.6034, 2.7645, 0.6034, 0.8234, 2.9952, 0.5502, 0.915, 2.9952, 0.379, 0.7095, 2.7645, 0.4741, 0.8234, 2.9952, 0.5502, 0.768, 3.8607, -0.1528, 0.7831, 3.8607, 0, 0.768, 4.0968, -0.1528, 0.7235, 4.0968, -0.2997, 0.768, 3.8607, -0.1528, 0.768, 4.0968, -0.1528, 0.9904, 3.655, 0, 0.9713, 3.655, 0.1932, 0.7831, 3.8607, 0, 0.768, 3.8607, -0.1528, 0.9904, 3.655, 0, 0.7831, 3.8607, 0, 0.9713, 2.9952, 0.1932, 0.915, 2.9952, 0.379, 0.9713, 3.655, 0.1932, 0.9904, 3.655, 0, 0.9713, 2.9952, 0.1932, 0.9713, 3.655, 0.1932, 0.7884, 2.7645, 0.3266, 0.7095, 2.7645, 0.4741, 0.915, 2.9952, 0.379, 0.9713, 2.9952, 0.1932, 0.7884, 2.7645, 0.3266, 0.915, 2.9952, 0.379, 0.7235, 3.8607, -0.2997, 0.768, 3.8607, -0.1528, 0.7235, 4.0968, -0.2997, 0.6511, 4.0968, -0.4351, 0.7235, 3.8607, -0.2997, 0.7235, 4.0968, -0.2997, 0.9713, 3.655, -0.1932, 0.9904, 3.655, 0, 0.768, 3.8607, -0.1528, 0.7235, 3.8607, -0.2997, 0.9713, 3.655, -0.1932, 0.768, 3.8607, -0.1528, 0.9904, 2.9952, 0, 0.9713, 2.9952, 0.1932, 0.9904, 3.655, 0, 0.9713, 3.655, -0.1932, 0.9904, 2.9952, 0, 0.9904, 3.655, 0, 0.837, 2.7645, 0.1665, 0.7884, 2.7645, 0.3266, 0.9713, 2.9952, 0.1932, 0.9904, 2.9952, 0, 0.837, 2.7645, 0.1665, 0.9713, 2.9952, 0.1932, 0.6511, 3.8607, -0.4351, 0.7235, 3.8607, -0.2997, 0.6511, 4.0968, -0.4351, 0.5537, 4.0968, -0.5537, 0.6511, 3.8607, -0.4351, 0.6511, 4.0968, -0.4351, 0.5537, 3.8607, -0.5537, 0.6511, 3.8607, -0.4351, 0.5537, 4.0968, -0.5537, 0.6511, 3.8607, -0.4351, 0.915, 3.655, -0.379, 0.7235, 3.8607, -0.2997, 0.915, 3.655, -0.379, 0.9713, 3.655, -0.1932, 0.7235, 3.8607, -0.2997, 0.5537, 3.8607, -0.5537, 0.8234, 3.655, -0.5502, 0.6511, 3.8607, -0.4351, 0.8234, 3.655, -0.5502, 0.915, 3.655, -0.379, 0.6511, 3.8607, -0.4351, 0.7003, 3.655, -0.7003, 0.8234, 3.655, -0.5502, 0.5537, 3.8607, -0.5537, 0.915, 3.655, -0.379, 0.9713, 2.9952, -0.1932, 0.9713, 3.655, -0.1932, 0.9713, 2.9952, -0.1932, 0.9904, 2.9952, 0, 0.9713, 3.655, -0.1932, 0.8234, 3.655, -0.5502, 0.915, 2.9952, -0.379, 0.915, 3.655, -0.379, 0.915, 2.9952, -0.379, 0.9713, 2.9952, -0.1932, 0.915, 3.655, -0.379, 0.7003, 3.655, -0.7003, 0.8234, 2.9952, -0.5502, 0.8234, 3.655, -0.5502, 0.8234, 2.9952, -0.5502, 0.915, 2.9952, -0.379, 0.8234, 3.655, -0.5502, 0.7003, 2.9952, -0.7003, 0.8234, 2.9952, -0.5502, 0.7003, 3.655, -0.7003, 0.9713, 2.9952, -0.1932, 0.8534, 2.7645, 0, 0.9904, 2.9952, 0, 0.8534, 2.7645, 0, 0.837, 2.7645, 0.1665, 0.9904, 2.9952, 0, 0.915, 2.9952, -0.379, 0.837, 2.7645, -0.1665, 0.9713, 2.9952, -0.1932, 0.837, 2.7645, -0.1665, 0.8534, 2.7645, 0, 0.9713, 2.9952, -0.1932, 0.8234, 2.9952, -0.5502, 0.7884, 2.7645, -0.3266, 0.915, 2.9952, -0.379, 0.7884, 2.7645, -0.3266, 0.837, 2.7645, -0.1665, 0.915, 2.9952, -0.379, 0.7003, 2.9952, -0.7003, 0.7095, 2.7645, -0.4741, 0.8234, 2.9952, -0.5502, 0.7095, 2.7645, -0.4741, 0.7884, 2.7645, -0.3266, 0.8234, 2.9952, -0.5502, 0.6034, 2.7645, -0.6034, 0.7095, 2.7645, -0.4741, 0.7003, 2.9952, -0.7003, 0.6034, 2.7645, -0.6034, 0.6984, 2.1319, -0.4667, 0.7095, 2.7645, -0.4741, 0.594, 2.1319, -0.594, 0.6984, 2.1319, -0.4667, 0.6034, 2.7645, -0.6034, 0.7095, 2.7645, -0.4741, 0.776, 2.1319, -0.3214, 0.7884, 2.7645, -0.3266, 0.6984, 2.1319, -0.4667, 0.776, 2.1319, -0.3214, 0.7095, 2.7645, -0.4741, 0.7884, 2.7645, -0.3266, 0.8238, 2.1319, -0.1639, 0.837, 2.7645, -0.1665, 0.776, 2.1319, -0.3214, 0.8238, 2.1319, -0.1639, 0.7884, 2.7645, -0.3266, 0.8238, 2.1319, -0.1639, 0.84, 2.1319, 0, 0.837, 2.7645, -0.1665, 0.837, 2.7645, -0.1665, 0.84, 2.1319, 0, 0.8534, 2.7645, 0, 0.594, 2.1319, -0.594, 0.8011, 2.0641, -0.5352, 0.6984, 2.1319, -0.4667, 0.6812, 2.0641, -0.6812, 0.8011, 2.0641, -0.5352, 0.594, 2.1319, -0.594, 0.6984, 2.1319, -0.4667, 0.8901, 2.0641, -0.3687, 0.776, 2.1319, -0.3214, 0.8011, 2.0641, -0.5352, 0.8901, 2.0641, -0.3687, 0.6984, 2.1319, -0.4667, 0.776, 2.1319, -0.3214, 0.9449, 2.0641, -0.188, 0.8238, 2.1319, -0.1639, 0.8901, 2.0641, -0.3687, 0.9449, 2.0641, -0.188, 0.776, 2.1319, -0.3214, 0.8238, 2.1319, -0.1639, 0.9634, 2.0641, 0, 0.84, 2.1319, 0, 0.9449, 2.0641, -0.188, 0.9634, 2.0641, 0, 0.8238, 2.1319, -0.1639, 0.6812, 2.0641, -0.6812, 0.8011, 1.6128, -0.5352, 0.8011, 2.0641, -0.5352, 0.6812, 1.6128, -0.6812, 0.8011, 1.6128, -0.5352, 0.6812, 2.0641, -0.6812, 0.8011, 2.0641, -0.5352, 0.8901, 1.6128, -0.3687, 0.8901, 2.0641, -0.3687, 0.8011, 1.6128, -0.5352, 0.8901, 1.6128, -0.3687, 0.8011, 2.0641, -0.5352, 0.8901, 2.0641, -0.3687, 0.9449, 1.6128, -0.188, 0.9449, 2.0641, -0.188, 0.8901, 1.6128, -0.3687, 0.9449, 1.6128, -0.188, 0.8901, 2.0641, -0.3687, 0.9449, 2.0641, -0.188, 0.9634, 1.6128, 0, 0.9634, 2.0641, 0, 0.9449, 1.6128, -0.188, 0.9634, 1.6128, 0, 0.9449, 2.0641, -0.188, 0.6812, 1.6128, -0.6812, 0.671, 1.498, -0.4483, 0.8011, 1.6128, -0.5352, 0.5706, 1.498, -0.5706, 0.671, 1.498, -0.4483, 0.6812, 1.6128, -0.6812, 0.8011, 1.6128, -0.5352, 0.7456, 1.498, -0.3088, 0.8901, 1.6128, -0.3687, 0.671, 1.498, -0.4483, 0.7456, 1.498, -0.3088, 0.8011, 1.6128, -0.5352, 0.8901, 1.6128, -0.3687, 0.7915, 1.498, -0.1574, 0.9449, 1.6128, -0.188, 0.7456, 1.498, -0.3088, 0.7915, 1.498, -0.1574, 0.8901, 1.6128, -0.3687, 0.9449, 1.6128, -0.188, 0.807, 1.498, 0, 0.9634, 1.6128, 0, 0.7915, 1.498, -0.1574, 0.807, 1.498, 0, 0.9449, 1.6128, -0.188, 0.5706, 1.498, -0.5706, 0.5485, 1.1296, -0.3665, 0.671, 1.498, -0.4483, 0.4664, 1.1296, -0.4664, 0.5485, 1.1296, -0.3665, 0.5706, 1.498, -0.5706, 0.4664, 1.1296, -0.4664, 0.8315, 1, -0.5556, 0.5485, 1.1296, -0.3665, 0.5485, 1.1296, -0.3665, 0.6094, 1.1296, -0.2524, 0.671, 1.498, -0.4483, 0.671, 1.498, -0.4483, 0.6094, 1.1296, -0.2524, 0.7456, 1.498, -0.3088, 0.8315, 1, -0.5556, 0.9239, 1, -0.3827, 0.5485, 1.1296, -0.3665, 0.5485, 1.1296, -0.3665, 0.9239, 1, -0.3827, 0.6094, 1.1296, -0.2524, 0.8315, 1, -0.5556, 0.8315, -1, -0.5556, 0.9239, 1, -0.3827, 0.9239, 1, -0.3827, 0.8315, -1, -0.5556, 0.9239, -1, -0.3827, 0.9239, 1, -0.3827, 0.9239, -1, -0.3827, 0.9808, 1, -0.1951, 0.9239, 1, -0.3827, 0.9808, 1, -0.1951, 0.6094, 1.1296, -0.2524, 0.9808, 1, -0.1951, 0.9239, -1, -0.3827, 0.9808, -1, -0.1951, 0.6094, 1.1296, -0.2524, 0.647, 1.1296, -0.1287, 0.7456, 1.498, -0.3088, 0.6094, 1.1296, -0.2524, 0.9808, 1, -0.1951, 0.647, 1.1296, -0.1287, 0.7456, 1.498, -0.3088, 0.647, 1.1296, -0.1287, 0.7915, 1.498, -0.1574, 0.9808, 1, -0.1951, 0.9808, -1, -0.1951, 1, 1, 0, 0.9808, 1, -0.1951, 1, 1, 0, 0.647, 1.1296, -0.1287, 1, 1, 0, 0.9808, -1, -0.1951, 1, -1, 0, 0.647, 1.1296, -0.1287, 0.6597, 1.1296, 0, 0.7915, 1.498, -0.1574, 0.647, 1.1296, -0.1287, 1, 1, 0, 0.6597, 1.1296, 0, 0.7915, 1.498, -0.1574, 0.6597, 1.1296, 0, 0.807, 1.498, 0, 1, 1, 0, 1, -1, 0, 0.9808, 1, 0.1951, 1, 1, 0, 0.9808, 1, 0.1951, 0.6597, 1.1296, 0, 0.9808, 1, 0.1951, 1, -1, 0, 0.9808, -1, 0.1951, 0.6597, 1.1296, 0, 0.647, 1.1296, 0.1287, 0.807, 1.498, 0, 0.6597, 1.1296, 0, 0.9808, 1, 0.1951, 0.647, 1.1296, 0.1287, 0.9808, 1, 0.1951, 0.9808, -1, 0.1951, 0.9239, 1, 0.3827, 0.9808, 1, 0.1951, 0.9239, 1, 0.3827, 0.647, 1.1296, 0.1287, 0.9239, 1, 0.3827, 0.9808, -1, 0.1951, 0.9239, -1, 0.3827, 0.807, 1.498, 0, 0.647, 1.1296, 0.1287, 0.7915, 1.498, 0.1574, 0.807, 1.498, 0, 0.7915, 1.498, 0.1574, 0.9634, 1.6128, 0, 0.647, 1.1296, 0.1287, 0.9239, 1, 0.3827, 0.6094, 1.1296, 0.2524, 0.647, 1.1296, 0.1287, 0.6094, 1.1296, 0.2524, 0.7915, 1.498, 0.1574, 0.9239, 1, 0.3827, 0.9239, -1, 0.3827, 0.8315, 1, 0.5556, 0.9239, 1, 0.3827, 0.8315, 1, 0.5556, 0.6094, 1.1296, 0.2524, 0.8315, 1, 0.5556, 0.9239, -1, 0.3827, 0.8315, -1, 0.5556, 0.9634, 1.6128, 0, 0.7915, 1.498, 0.1574, 0.9449, 1.6128, 0.188, 0.9634, 1.6128, 0, 0.9449, 1.6128, 0.188, 0.9634, 2.0641, 0, 0.7915, 1.498, 0.1574, 0.6094, 1.1296, 0.2524, 0.7456, 1.498, 0.3088, 0.7915, 1.498, 0.1574, 0.7456, 1.498, 0.3088, 0.9449, 1.6128, 0.188, 0.6094, 1.1296, 0.2524, 0.8315, 1, 0.5556, 0.5485, 1.1296, 0.3665, 0.6094, 1.1296, 0.2524, 0.5485, 1.1296, 0.3665, 0.7456, 1.498, 0.3088, 0.8315, 1, 0.5556, 0.8315, -1, 0.5556, 0.7071, 1, 0.7071, 0.8315, 1, 0.5556, 0.7071, 1, 0.7071, 0.5485, 1.1296, 0.3665, 0.7071, 1, 0.7071, 0.8315, -1, 0.5556, 0.7071, -1, 0.7071, 0.9634, 2.0641, 0, 0.9449, 1.6128, 0.188, 0.9449, 2.0641, 0.188, 0.9634, 2.0641, 0, 0.9449, 2.0641, 0.188, 0.84, 2.1319, 0, 0.9449, 1.6128, 0.188, 0.7456, 1.498, 0.3088, 0.8901, 1.6128, 0.3687, 0.9449, 1.6128, 0.188, 0.8901, 1.6128, 0.3687, 0.9449, 2.0641, 0.188, 0.7456, 1.498, 0.3088, 0.671, 1.498, 0.4483, 0.8901, 1.6128, 0.3687, 0.7456, 1.498, 0.3088, 0.5485, 1.1296, 0.3665, 0.671, 1.498, 0.4483, 0.5485, 1.1296, 0.3665, 0.7071, 1, 0.7071, 0.4664, 1.1296, 0.4664, 0.5485, 1.1296, 0.3665, 0.4664, 1.1296, 0.4664, 0.671, 1.498, 0.4483, 0.7071, 1, 0.7071, 0.7071, -1, 0.7071, 0.5556, 1, 0.8315, 0.7071, 1, 0.7071, 0.5556, 1, 0.8315, 0.4664, 1.1296, 0.4664, 0.5556, 1, 0.8315, 0.7071, -1, 0.7071, 0.5556, -1, 0.8315, 0.5556, 1, 0.8315, 0.5556, -1, 0.8315, 0.3827, 1, 0.9239, 0.3827, 1, 0.9239, 0.5556, -1, 0.8315, 0.3827, -1, 0.9239, 0.4664, 1.1296, 0.4664, 0.5556, 1, 0.8315, 0.3665, 1.1296, 0.5485, 0.5556, 1, 0.8315, 0.3827, 1, 0.9239, 0.3665, 1.1296, 0.5485, 0.671, 1.498, 0.4483, 0.4664, 1.1296, 0.4664, 0.5706, 1.498, 0.5706, 0.4664, 1.1296, 0.4664, 0.3665, 1.1296, 0.5485, 0.5706, 1.498, 0.5706, 0.671, 1.498, 0.4483, 0.5706, 1.498, 0.5706, 0.8011, 1.6128, 0.5352, 0.8901, 1.6128, 0.3687, 0.671, 1.498, 0.4483, 0.8011, 1.6128, 0.5352, 0.3827, 1, 0.9239, 0.3827, -1, 0.9239, 0.1951, 1, 0.9808, 0.1951, 1, 0.9808, 0.3827, -1, 0.9239, 0.1951, -1, 0.9808, 0.3665, 1.1296, 0.5485, 0.3827, 1, 0.9239, 0.2524, 1.1296, 0.6094, 0.3827, 1, 0.9239, 0.1951, 1, 0.9808, 0.2524, 1.1296, 0.6094, 0.5706, 1.498, 0.5706, 0.3665, 1.1296, 0.5485, 0.4483, 1.498, 0.671, 0.3665, 1.1296, 0.5485, 0.2524, 1.1296, 0.6094, 0.4483, 1.498, 0.671, 0.5706, 1.498, 0.5706, 0.4483, 1.498, 0.671, 0.6812, 1.6128, 0.6812, 0.8011, 1.6128, 0.5352, 0.5706, 1.498, 0.5706, 0.6812, 1.6128, 0.6812, 0.1951, 1, 0.9808, 0.1951, -1, 0.9808, 0, 1, 1, 0, 1, 1, 0.1951, -1, 0.9808, 0, -1, 1, 0.2524, 1.1296, 0.6094, 0.1951, 1, 0.9808, 0.1287, 1.1296, 0.647, 0.1951, 1, 0.9808, 0, 1, 1, 0.1287, 1.1296, 0.647, 0.4483, 1.498, 0.671, 0.2524, 1.1296, 0.6094, 0.3088, 1.498, 0.7456, 0.2524, 1.1296, 0.6094, 0.1287, 1.1296, 0.647, 0.3088, 1.498, 0.7456, 0.4483, 1.498, 0.671, 0.3088, 1.498, 0.7456, 0.5352, 1.6128, 0.8011, 0.6812, 1.6128, 0.6812, 0.4483, 1.498, 0.671, 0.5352, 1.6128, 0.8011, 0, 1, 1, 0, -1, 1, -0.1951, 1, 0.9808, -0.1951, 1, 0.9808, 0, -1, 1, -0.1951, -1, 0.9808, 0.1287, 1.1296, 0.647, 0, 1, 1, 0, 1.1296, 0.6597, 0, 1, 1, -0.1951, 1, 0.9808, 0, 1.1296, 0.6597, 0.3088, 1.498, 0.7456, 0.1287, 1.1296, 0.647, 0.1574, 1.498, 0.7915, 0.1287, 1.1296, 0.647, 0, 1.1296, 0.6597, 0.1574, 1.498, 0.7915, 0.3088, 1.498, 0.7456, 0.1574, 1.498, 0.7915, 0.3687, 1.6128, 0.8901, 0.5352, 1.6128, 0.8011, 0.3088, 1.498, 0.7456, 0.3687, 1.6128, 0.8901, -0.1951, 1, 0.9808, -0.1951, -1, 0.9808, -0.3827, 1, 0.9239, -0.3827, 1, 0.9239, -0.1951, -1, 0.9808, -0.3827, -1, 0.9239, 0, 1.1296, 0.6597, -0.1951, 1, 0.9808, -0.1287, 1.1296, 0.647, -0.1951, 1, 0.9808, -0.3827, 1, 0.9239, -0.1287, 1.1296, 0.647, 0.1574, 1.498, 0.7915, 0, 1.1296, 0.6597, 0, 1.498, 0.807, 0, 1.1296, 0.6597, -0.1287, 1.1296, 0.647, 0, 1.498, 0.807, 0.1574, 1.498, 0.7915, 0, 1.498, 0.807, 0.188, 1.6128, 0.9449, 0.3687, 1.6128, 0.8901, 0.1574, 1.498, 0.7915, 0.188, 1.6128, 0.9449, -0.3827, 1, 0.9239, -0.3827, -1, 0.9239, -0.5556, 1, 0.8315, -0.5556, 1, 0.8315, -0.3827, -1, 0.9239, -0.5556, -1, 0.8315, -0.1287, 1.1296, 0.647, -0.3827, 1, 0.9239, -0.2524, 1.1296, 0.6094, -0.3827, 1, 0.9239, -0.5556, 1, 0.8315, -0.2524, 1.1296, 0.6094, 0, 1.498, 0.807, -0.1287, 1.1296, 0.647, -0.1574, 1.498, 0.7915, -0.1287, 1.1296, 0.647, -0.2524, 1.1296, 0.6094, -0.1574, 1.498, 0.7915, 0, 1.498, 0.807, -0.1574, 1.498, 0.7915, 0, 1.6128, 0.9634, 0.188, 1.6128, 0.9449, 0, 1.498, 0.807, 0, 1.6128, 0.9634, -0.5556, 1, 0.8315, -0.5556, -1, 0.8315, -0.7071, 1, 0.7071, -0.7071, 1, 0.7071, -0.5556, -1, 0.8315, -0.7071, -1, 0.7071, -0.2524, 1.1296, 0.6094, -0.5556, 1, 0.8315, -0.3665, 1.1296, 0.5485, -0.5556, 1, 0.8315, -0.7071, 1, 0.7071, -0.3665, 1.1296, 0.5485, -0.1574, 1.498, 0.7915, -0.2524, 1.1296, 0.6094, -0.3088, 1.498, 0.7456, -0.2524, 1.1296, 0.6094, -0.3665, 1.1296, 0.5485, -0.3088, 1.498, 0.7456, -0.1574, 1.498, 0.7915, -0.3088, 1.498, 0.7456, -0.188, 1.6128, 0.9449, 0, 1.6128, 0.9634, -0.1574, 1.498, 0.7915, -0.188, 1.6128, 0.9449, -0.7071, 1, 0.7071, -0.7071, -1, 0.7071, -0.8315, 1, 0.5556, -0.8315, 1, 0.5556, -0.7071, -1, 0.7071, -0.8315, -1, 0.5556, -0.3665, 1.1296, 0.5485, -0.7071, 1, 0.7071, -0.4664, 1.1296, 0.4664, -0.7071, 1, 0.7071, -0.8315, 1, 0.5556, -0.4664, 1.1296, 0.4664, -0.3088, 1.498, 0.7456, -0.3665, 1.1296, 0.5485, -0.4483, 1.498, 0.671, -0.3665, 1.1296, 0.5485, -0.4664, 1.1296, 0.4664, -0.4483, 1.498, 0.671, -0.3088, 1.498, 0.7456, -0.4483, 1.498, 0.671, -0.3687, 1.6128, 0.8901, -0.188, 1.6128, 0.9449, -0.3088, 1.498, 0.7456, -0.3687, 1.6128, 0.8901, -0.8315, 1, 0.5556, -0.8315, -1, 0.5556, -0.9239, 1, 0.3827, -0.9239, 1, 0.3827, -0.8315, -1, 0.5556, -0.9239, -1, 0.3827, -0.4664, 1.1296, 0.4664, -0.8315, 1, 0.5556, -0.5485, 1.1296, 0.3665, -0.8315, 1, 0.5556, -0.9239, 1, 0.3827, -0.5485, 1.1296, 0.3665, -0.4483, 1.498, 0.671, -0.4664, 1.1296, 0.4664, -0.5706, 1.498, 0.5706, -0.4664, 1.1296, 0.4664, -0.5485, 1.1296, 0.3665, -0.5706, 1.498, 0.5706, -0.4483, 1.498, 0.671, -0.5706, 1.498, 0.5706, -0.5352, 1.6128, 0.8011, -0.3687, 1.6128, 0.8901, -0.4483, 1.498, 0.671, -0.5352, 1.6128, 0.8011, -0.9239, 1, 0.3827, -0.9239, -1, 0.3827, -0.9808, 1, 0.1951, -0.9808, 1, 0.1951, -0.9239, -1, 0.3827, -0.9808, -1, 0.1951, -0.5485, 1.1296, 0.3665, -0.9239, 1, 0.3827, -0.6094, 1.1296, 0.2524, -0.9239, 1, 0.3827, -0.9808, 1, 0.1951, -0.6094, 1.1296, 0.2524, -0.5706, 1.498, 0.5706, -0.5485, 1.1296, 0.3665, -0.671, 1.498, 0.4483, -0.5485, 1.1296, 0.3665, -0.6094, 1.1296, 0.2524, -0.671, 1.498, 0.4483, -0.5706, 1.498, 0.5706, -0.671, 1.498, 0.4483, -0.6812, 1.6128, 0.6812, -0.5352, 1.6128, 0.8011, -0.5706, 1.498, 0.5706, -0.6812, 1.6128, 0.6812, -0.9808, 1, 0.1951, -0.9808, -1, 0.1951, -1, 1, 0, -1, 1, 0, -0.9808, -1, 0.1951, -1, -1, 0, -0.6094, 1.1296, 0.2524, -0.9808, 1, 0.1951, -0.647, 1.1296, 0.1287, -0.9808, 1, 0.1951, -1, 1, 0, -0.647, 1.1296, 0.1287, -0.671, 1.498, 0.4483, -0.6094, 1.1296, 0.2524, -0.7456, 1.498, 0.3088, -0.6094, 1.1296, 0.2524, -0.647, 1.1296, 0.1287, -0.7456, 1.498, 0.3088, -0.671, 1.498, 0.4483, -0.7456, 1.498, 0.3088, -0.8011, 1.6128, 0.5352, -0.6812, 1.6128, 0.6812, -0.671, 1.498, 0.4483, -0.8011, 1.6128, 0.5352, -1, 1, 0, -1, -1, 0, -0.9808, 1, -0.1951, -0.9808, 1, -0.1951, -1, -1, 0, -0.9808, -1, -0.1951, -0.647, 1.1296, 0.1287, -1, 1, 0, -0.6597, 1.1296, 0, -1, 1, 0, -0.9808, 1, -0.1951, -0.6597, 1.1296, 0, -0.7456, 1.498, 0.3088, -0.647, 1.1296, 0.1287, -0.7915, 1.498, 0.1574, -0.647, 1.1296, 0.1287, -0.6597, 1.1296, 0, -0.7915, 1.498, 0.1574, -0.7456, 1.498, 0.3088, -0.7915, 1.498, 0.1574, -0.8901, 1.6128, 0.3687, -0.8011, 1.6128, 0.5352, -0.7456, 1.498, 0.3088, -0.8901, 1.6128, 0.3687, -0.9808, 1, -0.1951, -0.9808, -1, -0.1951, -0.9239, 1, -0.3827, -0.9239, 1, -0.3827, -0.9808, -1, -0.1951, -0.9239, -1, -0.3827, -0.6597, 1.1296, 0, -0.9808, 1, -0.1951, -0.647, 1.1296, -0.1287, -0.9808, 1, -0.1951, -0.9239, 1, -0.3827, -0.647, 1.1296, -0.1287, -0.7915, 1.498, 0.1574, -0.6597, 1.1296, 0, -0.807, 1.498, 0, -0.6597, 1.1296, 0, -0.647, 1.1296, -0.1287, -0.807, 1.498, 0, -0.7915, 1.498, 0.1574, -0.807, 1.498, 0, -0.9449, 1.6128, 0.188, -0.8901, 1.6128, 0.3687, -0.7915, 1.498, 0.1574, -0.9449, 1.6128, 0.188, -0.9239, 1, -0.3827, -0.9239, -1, -0.3827, -0.8315, 1, -0.5556, -0.8315, 1, -0.5556, -0.9239, -1, -0.3827, -0.8315, -1, -0.5556, -0.647, 1.1296, -0.1287, -0.9239, 1, -0.3827, -0.6094, 1.1296, -0.2524, -0.9239, 1, -0.3827, -0.8315, 1, -0.5556, -0.6094, 1.1296, -0.2524, -0.807, 1.498, 0, -0.647, 1.1296, -0.1287, -0.7915, 1.498, -0.1574, -0.647, 1.1296, -0.1287, -0.6094, 1.1296, -0.2524, -0.7915, 1.498, -0.1574, -0.807, 1.498, 0, -0.7915, 1.498, -0.1574, -0.9634, 1.6128, 0, -0.9449, 1.6128, 0.188, -0.807, 1.498, 0, -0.9634, 1.6128, 0, -0.8315, 1, -0.5556, -0.8315, -1, -0.5556, -0.7071, 1, -0.7071, -0.7071, 1, -0.7071, -0.8315, -1, -0.5556, -0.7071, -1, -0.7071, -0.6094, 1.1296, -0.2524, -0.8315, 1, -0.5556, -0.5485, 1.1296, -0.3665, -0.8315, 1, -0.5556, -0.7071, 1, -0.7071, -0.5485, 1.1296, -0.3665, -0.7915, 1.498, -0.1574, -0.6094, 1.1296, -0.2524, -0.7456, 1.498, -0.3088, -0.6094, 1.1296, -0.2524, -0.5485, 1.1296, -0.3665, -0.7456, 1.498, -0.3088, -0.7915, 1.498, -0.1574, -0.7456, 1.498, -0.3088, -0.9449, 1.6128, -0.188, -0.9634, 1.6128, 0, -0.7915, 1.498, -0.1574, -0.9449, 1.6128, -0.188, -0.7071, 1, -0.7071, -0.7071, -1, -0.7071, -0.5556, 1, -0.8315, -0.5556, 1, -0.8315, -0.7071, -1, -0.7071, -0.5556, -1, -0.8315, -0.5485, 1.1296, -0.3665, -0.7071, 1, -0.7071, -0.4664, 1.1296, -0.4664, -0.7071, 1, -0.7071, -0.5556, 1, -0.8315, -0.4664, 1.1296, -0.4664, -0.7456, 1.498, -0.3088, -0.5485, 1.1296, -0.3665, -0.671, 1.498, -0.4483, -0.5485, 1.1296, -0.3665, -0.4664, 1.1296, -0.4664, -0.671, 1.498, -0.4483, -0.7456, 1.498, -0.3088, -0.671, 1.498, -0.4483, -0.8901, 1.6128, -0.3687, -0.9449, 1.6128, -0.188, -0.7456, 1.498, -0.3088, -0.8901, 1.6128, -0.3687, -0.5556, 1, -0.8315, -0.5556, -1, -0.8315, -0.3827, 1, -0.9239, -0.3827, 1, -0.9239, -0.5556, -1, -0.8315, -0.3827, -1, -0.9239, -0.4664, 1.1296, -0.4664, -0.5556, 1, -0.8315, -0.3665, 1.1296, -0.5485, -0.5556, 1, -0.8315, -0.3827, 1, -0.9239, -0.3665, 1.1296, -0.5485, -0.671, 1.498, -0.4483, -0.4664, 1.1296, -0.4664, -0.5706, 1.498, -0.5706, -0.4664, 1.1296, -0.4664, -0.3665, 1.1296, -0.5485, -0.5706, 1.498, -0.5706, -0.671, 1.498, -0.4483, -0.5706, 1.498, -0.5706, -0.8011, 1.6128, -0.5352, -0.8901, 1.6128, -0.3687, -0.671, 1.498, -0.4483, -0.8011, 1.6128, -0.5352, -0.3827, 1, -0.9239, -0.3827, -1, -0.9239, -0.1951, 1, -0.9808, -0.1951, 1, -0.9808, -0.3827, -1, -0.9239, -0.1951, -1, -0.9808, -0.1951, 1, -0.9808, -0.1951, -1, -0.9808, 0, 1, -1, 0, 1, -1, -0.1951, -1, -0.9808, 0, -1, -1, -0.3827, 1, -0.9239, -0.1951, 1, -0.9808, -0.2524, 1.1296, -0.6094, -0.3665, 1.1296, -0.5485, -0.3827, 1, -0.9239, -0.2524, 1.1296, -0.6094, -0.1951, 1, -0.9808, 0, 1, -1, -0.1287, 1.1296, -0.647, -0.2524, 1.1296, -0.6094, -0.1951, 1, -0.9808, -0.1287, 1.1296, -0.647, -0.1287, 1.1296, -0.647, 0, 1, -1, 0, 1.1296, -0.6597, -0.3665, 1.1296, -0.5485, -0.2524, 1.1296, -0.6094, -0.4483, 1.498, -0.671, -0.5706, 1.498, -0.5706, -0.3665, 1.1296, -0.5485, -0.4483, 1.498, -0.671, -0.2524, 1.1296, -0.6094, -0.1287, 1.1296, -0.647, -0.3088, 1.498, -0.7456, -0.4483, 1.498, -0.671, -0.2524, 1.1296, -0.6094, -0.3088, 1.498, -0.7456, -0.1287, 1.1296, -0.647, 0, 1.1296, -0.6597, -0.1574, 1.498, -0.7915, -0.3088, 1.498, -0.7456, -0.1287, 1.1296, -0.647, -0.1574, 1.498, -0.7915, -0.1574, 1.498, -0.7915, 0, 1.1296, -0.6597, 0, 1.498, -0.807, -0.5706, 1.498, -0.5706, -0.4483, 1.498, -0.671, -0.6812, 1.6128, -0.6812, -0.8011, 1.6128, -0.5352, -0.5706, 1.498, -0.5706, -0.6812, 1.6128, -0.6812, -0.4483, 1.498, -0.671, -0.3088, 1.498, -0.7456, -0.5352, 1.6128, -0.8011, -0.6812, 1.6128, -0.6812, -0.4483, 1.498, -0.671, -0.5352, 1.6128, -0.8011, -0.3088, 1.498, -0.7456, -0.1574, 1.498, -0.7915, -0.3687, 1.6128, -0.8901, -0.5352, 1.6128, -0.8011, -0.3088, 1.498, -0.7456, -0.3687, 1.6128, -0.8901, -0.1574, 1.498, -0.7915, 0, 1.498, -0.807, -0.188, 1.6128, -0.9449, -0.3687, 1.6128, -0.8901, -0.1574, 1.498, -0.7915, -0.188, 1.6128, -0.9449, -0.188, 1.6128, -0.9449, 0, 1.498, -0.807, 0, 1.6128, -0.9634, -0.188, 1.6128, -0.9449, 0, 1.6128, -0.9634, -0.188, 2.0641, -0.9449, -0.188, 2.0641, -0.9449, 0, 1.6128, -0.9634, 0, 2.0641, -0.9634, -0.188, 2.0641, -0.9449, 0, 2.0641, -0.9634, -0.1639, 2.1319, -0.8238, -0.3687, 2.0641, -0.8901, -0.188, 1.6128, -0.9449, -0.188, 2.0641, -0.9449, -0.3687, 1.6128, -0.8901, -0.188, 1.6128, -0.9449, -0.3687, 2.0641, -0.8901, -0.3214, 2.1319, -0.776, -0.188, 2.0641, -0.9449, -0.1639, 2.1319, -0.8238, -0.3687, 2.0641, -0.8901, -0.188, 2.0641, -0.9449, -0.3214, 2.1319, -0.776, -0.3214, 2.1319, -0.776, -0.1639, 2.1319, -0.8238, -0.3266, 2.7645, -0.7884, -0.4741, 2.7645, -0.7095, -0.3214, 2.1319, -0.776, -0.3266, 2.7645, -0.7884, -0.4667, 2.1319, -0.6984, -0.3214, 2.1319, -0.776, -0.4741, 2.7645, -0.7095, -0.4667, 2.1319, -0.6984, -0.3687, 2.0641, -0.8901, -0.3214, 2.1319, -0.776, -0.6034, 2.7645, -0.6034, -0.4667, 2.1319, -0.6984, -0.4741, 2.7645, -0.7095, -0.5352, 2.0641, -0.8011, -0.3687, 1.6128, -0.8901, -0.3687, 2.0641, -0.8901, -0.5352, 2.0641, -0.8011, -0.3687, 2.0641, -0.8901, -0.4667, 2.1319, -0.6984, -0.5352, 1.6128, -0.8011, -0.3687, 1.6128, -0.8901, -0.5352, 2.0641, -0.8011, -0.594, 2.1319, -0.594, -0.4667, 2.1319, -0.6984, -0.6034, 2.7645, -0.6034, -0.594, 2.1319, -0.594, -0.5352, 2.0641, -0.8011, -0.4667, 2.1319, -0.6984, -0.7095, 2.7645, -0.4741, -0.594, 2.1319, -0.594, -0.6034, 2.7645, -0.6034, -0.6812, 2.0641, -0.6812, -0.5352, 1.6128, -0.8011, -0.5352, 2.0641, -0.8011, -0.6812, 2.0641, -0.6812, -0.5352, 2.0641, -0.8011, -0.594, 2.1319, -0.594, -0.6812, 1.6128, -0.6812, -0.5352, 1.6128, -0.8011, -0.6812, 2.0641, -0.6812, -0.6984, 2.1319, -0.4667, -0.594, 2.1319, -0.594, -0.7095, 2.7645, -0.4741, -0.6984, 2.1319, -0.4667, -0.6812, 2.0641, -0.6812, -0.594, 2.1319, -0.594, -0.7884, 2.7645, -0.3266, -0.6984, 2.1319, -0.4667, -0.7095, 2.7645, -0.4741, -0.8011, 2.0641, -0.5352, -0.6812, 1.6128, -0.6812, -0.6812, 2.0641, -0.6812, -0.8011, 2.0641, -0.5352, -0.6812, 2.0641, -0.6812, -0.6984, 2.1319, -0.4667, -0.8011, 1.6128, -0.5352, -0.6812, 1.6128, -0.6812, -0.8011, 2.0641, -0.5352, -0.776, 2.1319, -0.3214, -0.6984, 2.1319, -0.4667, -0.7884, 2.7645, -0.3266, -0.776, 2.1319, -0.3214, -0.8011, 2.0641, -0.5352, -0.6984, 2.1319, -0.4667, -0.837, 2.7645, -0.1665, -0.776, 2.1319, -0.3214, -0.7884, 2.7645, -0.3266, -0.8901, 2.0641, -0.3687, -0.8011, 1.6128, -0.5352, -0.8011, 2.0641, -0.5352, -0.8901, 2.0641, -0.3687, -0.8011, 2.0641, -0.5352, -0.776, 2.1319, -0.3214, -0.8901, 1.6128, -0.3687, -0.8011, 1.6128, -0.5352, -0.8901, 2.0641, -0.3687, -0.8238, 2.1319, -0.1639, -0.776, 2.1319, -0.3214, -0.837, 2.7645, -0.1665, -0.8238, 2.1319, -0.1639, -0.8901, 2.0641, -0.3687, -0.776, 2.1319, -0.3214, -0.8534, 2.7645, 0, -0.8238, 2.1319, -0.1639, -0.837, 2.7645, -0.1665, -0.9449, 2.0641, -0.188, -0.8901, 1.6128, -0.3687, -0.8901, 2.0641, -0.3687, -0.9449, 2.0641, -0.188, -0.8901, 2.0641, -0.3687, -0.8238, 2.1319, -0.1639, -0.9449, 1.6128, -0.188, -0.8901, 1.6128, -0.3687, -0.9449, 2.0641, -0.188, -0.84, 2.1319, 0, -0.8238, 2.1319, -0.1639, -0.8534, 2.7645, 0, -0.84, 2.1319, 0, -0.9449, 2.0641, -0.188, -0.8238, 2.1319, -0.1639, -0.837, 2.7645, 0.1665, -0.84, 2.1319, 0, -0.8534, 2.7645, 0, -0.9634, 2.0641, 0, -0.9449, 1.6128, -0.188, -0.9449, 2.0641, -0.188, -0.9634, 2.0641, 0, -0.9449, 2.0641, -0.188, -0.84, 2.1319, 0, -0.9634, 1.6128, 0, -0.9449, 1.6128, -0.188, -0.9634, 2.0641, 0, -0.8238, 2.1319, 0.1639, -0.84, 2.1319, 0, -0.837, 2.7645, 0.1665, -0.8238, 2.1319, 0.1639, -0.9634, 2.0641, 0, -0.84, 2.1319, 0, -0.7884, 2.7645, 0.3266, -0.8238, 2.1319, 0.1639, -0.837, 2.7645, 0.1665, -0.9449, 2.0641, 0.188, -0.9634, 1.6128, 0, -0.9634, 2.0641, 0, -0.9449, 2.0641, 0.188, -0.9634, 2.0641, 0, -0.8238, 2.1319, 0.1639, -0.9449, 1.6128, 0.188, -0.9634, 1.6128, 0, -0.9449, 2.0641, 0.188, -0.776, 2.1319, 0.3214, -0.8238, 2.1319, 0.1639, -0.7884, 2.7645, 0.3266, -0.776, 2.1319, 0.3214, -0.9449, 2.0641, 0.188, -0.8238, 2.1319, 0.1639, -0.7095, 2.7645, 0.4741, -0.776, 2.1319, 0.3214, -0.7884, 2.7645, 0.3266, -0.8901, 2.0641, 0.3687, -0.9449, 1.6128, 0.188, -0.9449, 2.0641, 0.188, -0.8901, 2.0641, 0.3687, -0.9449, 2.0641, 0.188, -0.776, 2.1319, 0.3214, -0.8901, 1.6128, 0.3687, -0.9449, 1.6128, 0.188, -0.8901, 2.0641, 0.3687, -0.6984, 2.1319, 0.4667, -0.776, 2.1319, 0.3214, -0.7095, 2.7645, 0.4741, -0.6984, 2.1319, 0.4667, -0.8901, 2.0641, 0.3687, -0.776, 2.1319, 0.3214, -0.6034, 2.7645, 0.6034, -0.6984, 2.1319, 0.4667, -0.7095, 2.7645, 0.4741, -0.8011, 2.0641, 0.5352, -0.8901, 1.6128, 0.3687, -0.8901, 2.0641, 0.3687, -0.8011, 2.0641, 0.5352, -0.8901, 2.0641, 0.3687, -0.6984, 2.1319, 0.4667, -0.8011, 1.6128, 0.5352, -0.8901, 1.6128, 0.3687, -0.8011, 2.0641, 0.5352, -0.594, 2.1319, 0.594, -0.6984, 2.1319, 0.4667, -0.6034, 2.7645, 0.6034, -0.594, 2.1319, 0.594, -0.8011, 2.0641, 0.5352, -0.6984, 2.1319, 0.4667, -0.4741, 2.7645, 0.7095, -0.594, 2.1319, 0.594, -0.6034, 2.7645, 0.6034, -0.6812, 2.0641, 0.6812, -0.8011, 1.6128, 0.5352, -0.8011, 2.0641, 0.5352, -0.6812, 2.0641, 0.6812, -0.8011, 2.0641, 0.5352, -0.594, 2.1319, 0.594, -0.6812, 1.6128, 0.6812, -0.8011, 1.6128, 0.5352, -0.6812, 2.0641, 0.6812, -0.4667, 2.1319, 0.6984, -0.594, 2.1319, 0.594, -0.4741, 2.7645, 0.7095, -0.4667, 2.1319, 0.6984, -0.6812, 2.0641, 0.6812, -0.594, 2.1319, 0.594, -0.3266, 2.7645, 0.7884, -0.4667, 2.1319, 0.6984, -0.4741, 2.7645, 0.7095, -0.5352, 2.0641, 0.8011, -0.6812, 1.6128, 0.6812, -0.6812, 2.0641, 0.6812, -0.5352, 2.0641, 0.8011, -0.6812, 2.0641, 0.6812, -0.4667, 2.1319, 0.6984, -0.5352, 1.6128, 0.8011, -0.6812, 1.6128, 0.6812, -0.5352, 2.0641, 0.8011, -0.3214, 2.1319, 0.776, -0.4667, 2.1319, 0.6984, -0.3266, 2.7645, 0.7884, -0.3214, 2.1319, 0.776, -0.5352, 2.0641, 0.8011, -0.4667, 2.1319, 0.6984, -0.1665, 2.7645, 0.837, -0.3214, 2.1319, 0.776, -0.3266, 2.7645, 0.7884, -0.3687, 2.0641, 0.8901, -0.5352, 1.6128, 0.8011, -0.5352, 2.0641, 0.8011, -0.3687, 2.0641, 0.8901, -0.5352, 2.0641, 0.8011, -0.3214, 2.1319, 0.776, -0.3687, 1.6128, 0.8901, -0.5352, 1.6128, 0.8011, -0.3687, 2.0641, 0.8901, -0.1639, 2.1319, 0.8238, -0.3214, 2.1319, 0.776, -0.1665, 2.7645, 0.837, -0.1639, 2.1319, 0.8238, -0.3687, 2.0641, 0.8901, -0.3214, 2.1319, 0.776, 0, 2.7645, 0.8534, -0.1639, 2.1319, 0.8238, -0.1665, 2.7645, 0.837, -0.188, 2.0641, 0.9449, -0.3687, 1.6128, 0.8901, -0.3687, 2.0641, 0.8901, -0.188, 2.0641, 0.9449, -0.3687, 2.0641, 0.8901, -0.1639, 2.1319, 0.8238, -0.188, 1.6128, 0.9449, -0.3687, 1.6128, 0.8901, -0.188, 2.0641, 0.9449, 0, 2.1319, 0.84, -0.1639, 2.1319, 0.8238, 0, 2.7645, 0.8534, 0, 2.1319, 0.84, -0.188, 2.0641, 0.9449, -0.1639, 2.1319, 0.8238, 0.1665, 2.7645, 0.837, 0, 2.1319, 0.84, 0, 2.7645, 0.8534, 0, 2.0641, 0.9634, -0.188, 1.6128, 0.9449, -0.188, 2.0641, 0.9449, 0, 2.0641, 0.9634, -0.188, 2.0641, 0.9449, 0, 2.1319, 0.84, 0, 1.6128, 0.9634, -0.188, 1.6128, 0.9449, 0, 2.0641, 0.9634, 0.1639, 2.1319, 0.8238, 0, 2.1319, 0.84, 0.1665, 2.7645, 0.837, 0.1639, 2.1319, 0.8238, 0, 2.0641, 0.9634, 0, 2.1319, 0.84, 0.3266, 2.7645, 0.7884, 0.1639, 2.1319, 0.8238, 0.1665, 2.7645, 0.837, 0.188, 2.0641, 0.9449, 0, 1.6128, 0.9634, 0, 2.0641, 0.9634, 0.188, 2.0641, 0.9449, 0, 2.0641, 0.9634, 0.1639, 2.1319, 0.8238, 0.188, 1.6128, 0.9449, 0, 1.6128, 0.9634, 0.188, 2.0641, 0.9449, 0.3214, 2.1319, 0.776, 0.1639, 2.1319, 0.8238, 0.3266, 2.7645, 0.7884, 0.3214, 2.1319, 0.776, 0.188, 2.0641, 0.9449, 0.1639, 2.1319, 0.8238, 0.4741, 2.7645, 0.7095, 0.3214, 2.1319, 0.776, 0.3266, 2.7645, 0.7884, 0.3687, 2.0641, 0.8901, 0.188, 1.6128, 0.9449, 0.188, 2.0641, 0.9449, 0.3687, 2.0641, 0.8901, 0.188, 2.0641, 0.9449, 0.3214, 2.1319, 0.776, 0.3687, 1.6128, 0.8901, 0.188, 1.6128, 0.9449, 0.3687, 2.0641, 0.8901, 0.4667, 2.1319, 0.6984, 0.3214, 2.1319, 0.776, 0.4741, 2.7645, 0.7095, 0.4667, 2.1319, 0.6984, 0.3687, 2.0641, 0.8901, 0.3214, 2.1319, 0.776, 0.6034, 2.7645, 0.6034, 0.4667, 2.1319, 0.6984, 0.4741, 2.7645, 0.7095, 0.5352, 2.0641, 0.8011, 0.3687, 1.6128, 0.8901, 0.3687, 2.0641, 0.8901, 0.5352, 2.0641, 0.8011, 0.3687, 2.0641, 0.8901, 0.4667, 2.1319, 0.6984, 0.5352, 1.6128, 0.8011, 0.3687, 1.6128, 0.8901, 0.5352, 2.0641, 0.8011, 0.594, 2.1319, 0.594, 0.4667, 2.1319, 0.6984, 0.6034, 2.7645, 0.6034, 0.594, 2.1319, 0.594, 0.5352, 2.0641, 0.8011, 0.4667, 2.1319, 0.6984, 0.7095, 2.7645, 0.4741, 0.594, 2.1319, 0.594, 0.6034, 2.7645, 0.6034, 0.6812, 2.0641, 0.6812, 0.5352, 1.6128, 0.8011, 0.5352, 2.0641, 0.8011, 0.6812, 2.0641, 0.6812, 0.5352, 2.0641, 0.8011, 0.594, 2.1319, 0.594, 0.6812, 1.6128, 0.6812, 0.5352, 1.6128, 0.8011, 0.6812, 2.0641, 0.6812, 0.6984, 2.1319, 0.4667, 0.594, 2.1319, 0.594, 0.7095, 2.7645, 0.4741, 0.6984, 2.1319, 0.4667, 0.6812, 2.0641, 0.6812, 0.594, 2.1319, 0.594, 0.7884, 2.7645, 0.3266, 0.6984, 2.1319, 0.4667, 0.7095, 2.7645, 0.4741, 0.8011, 2.0641, 0.5352, 0.6812, 1.6128, 0.6812, 0.6812, 2.0641, 0.6812, 0.8011, 2.0641, 0.5352, 0.6812, 2.0641, 0.6812, 0.6984, 2.1319, 0.4667, 0.8011, 1.6128, 0.5352, 0.6812, 1.6128, 0.6812, 0.8011, 2.0641, 0.5352, 0.776, 2.1319, 0.3214, 0.6984, 2.1319, 0.4667, 0.7884, 2.7645, 0.3266, 0.776, 2.1319, 0.3214, 0.8011, 2.0641, 0.5352, 0.6984, 2.1319, 0.4667, 0.837, 2.7645, 0.1665, 0.776, 2.1319, 0.3214, 0.7884, 2.7645, 0.3266, 0.8901, 2.0641, 0.3687, 0.8011, 1.6128, 0.5352, 0.8011, 2.0641, 0.5352, 0.8901, 2.0641, 0.3687, 0.8011, 2.0641, 0.5352, 0.776, 2.1319, 0.3214, 0.8901, 1.6128, 0.3687, 0.8011, 1.6128, 0.5352, 0.8901, 2.0641, 0.3687, 0.9449, 2.0641, 0.188, 0.8901, 1.6128, 0.3687, 0.8901, 2.0641, 0.3687, 0.8238, 2.1319, 0.1639, 0.8901, 2.0641, 0.3687, 0.776, 2.1319, 0.3214, 0.9449, 2.0641, 0.188, 0.8901, 2.0641, 0.3687, 0.8238, 2.1319, 0.1639, 0.8238, 2.1319, 0.1639, 0.776, 2.1319, 0.3214, 0.837, 2.7645, 0.1665, 0.84, 2.1319, 0, 0.9449, 2.0641, 0.188, 0.8238, 2.1319, 0.1639, 0.8534, 2.7645, 0, 0.8238, 2.1319, 0.1639, 0.837, 2.7645, 0.1665, 0.84, 2.1319, 0, 0.8238, 2.1319, 0.1639, 0.8534, 2.7645, 0, 0.1951, -1, -0.9808, 0, -1, -1, 0.3827, -1, -0.9239, 0.3827, -1, -0.9239, 0, -1, -1, 0.5556, -1, -0.8315, 0.5556, -1, -0.8315, 0, -1, -1, 0.7071, -1, -0.7071, 0.7071, -1, -0.7071, 0, -1, -1, 0.8315, -1, -0.5556, 0.8315, -1, -0.5556, 0, -1, -1, 0.9239, -1, -0.3827, 0.9239, -1, -0.3827, 0, -1, -1, 0.9808, -1, -0.1951, 0.9808, -1, -0.1951, 0, -1, -1, 1, -1, 0, 1, -1, 0, 0, -1, -1, 0.9808, -1, 0.1951, 0.9808, -1, 0.1951, 0, -1, -1, 0.9239, -1, 0.3827, 0.9239, -1, 0.3827, 0, -1, -1, 0.8315, -1, 0.5556, 0.8315, -1, 0.5556, 0, -1, -1, 0.7071, -1, 0.7071, 0.7071, -1, 0.7071, 0, -1, -1, 0.5556, -1, 0.8315, 0.5556, -1, 0.8315, 0, -1, -1, 0.3827, -1, 0.9239, 0.3827, -1, 0.9239, 0, -1, -1, 0.1951, -1, 0.9808, 0.1951, -1, 0.9808, 0, -1, -1, 0, -1, 1, 0, -1, 1, 0, -1, -1, -0.1951, -1, 0.9808, -0.1951, -1, 0.9808, 0, -1, -1, -0.3827, -1, 0.9239, -0.3827, -1, 0.9239, 0, -1, -1, -0.5556, -1, 0.8315, -0.5556, -1, 0.8315, 0, -1, -1, -0.7071, -1, 0.7071, -0.7071, -1, 0.7071, 0, -1, -1, -0.8315, -1, 0.5556, -0.8315, -1, 0.5556, 0, -1, -1, -0.9239, -1, 0.3827, -0.9239, -1, 0.3827, 0, -1, -1, -0.9808, -1, 0.1951, -0.9808, -1, 0.1951, 0, -1, -1, -1, -1, 0, -1, -1, 0, 0, -1, -1, -0.9808, -1, -0.1951, -0.9808, -1, -0.1951, 0, -1, -1, -0.9239, -1, -0.3827, -0.9239, -1, -0.3827, 0, -1, -1, -0.8315, -1, -0.5556, -0.8315, -1, -0.5556, 0, -1, -1, -0.7071, -1, -0.7071, -0.7071, -1, -0.7071, 0, -1, -1, -0.5556, -1, -0.8315, -0.5556, -1, -0.8315, 0, -1, -1, -0.3827, -1, -0.9239, -0.3827, -1, -0.9239, 0, -1, -1, -0.1951, -1, -0.9808, 0, 5.3091, -0.1245, 0.0243, 5.3091, -0.1221, -0.0243, 5.3091, -0.1221, -0.0243, 5.3091, -0.1221, 0.0243, 5.3091, -0.1221, -0.0476, 5.3091, -0.115, -0.0476, 5.3091, -0.115, 0.0243, 5.3091, -0.1221, -0.0692, 5.3091, -0.1035, -0.0692, 5.3091, -0.1035, 0.0243, 5.3091, -0.1221, -0.088, 5.3091, -0.088, -0.088, 5.3091, -0.088, 0.0243, 5.3091, -0.1221, -0.1035, 5.3091, -0.0692, -0.1035, 5.3091, -0.0692, 0.0243, 5.3091, -0.1221, -0.115, 5.3091, -0.0476, -0.115, 5.3091, -0.0476, 0.0243, 5.3091, -0.1221, -0.1221, 5.3091, -0.0243, -0.1221, 5.3091, -0.0243, 0.0243, 5.3091, -0.1221, -0.1245, 5.3091, 0, -0.1245, 5.3091, 0, 0.0243, 5.3091, -0.1221, -0.1221, 5.3091, 0.0243, -0.1221, 5.3091, 0.0243, 0.0243, 5.3091, -0.1221, -0.115, 5.3091, 0.0476, -0.115, 5.3091, 0.0476, 0.0243, 5.3091, -0.1221, -0.1035, 5.3091, 0.0692, -0.1035, 5.3091, 0.0692, 0.0243, 5.3091, -0.1221, -0.088, 5.3091, 0.088, -0.088, 5.3091, 0.088, 0.0243, 5.3091, -0.1221, -0.0692, 5.3091, 0.1035, -0.0692, 5.3091, 0.1035, 0.0243, 5.3091, -0.1221, -0.0476, 5.3091, 0.115, -0.0476, 5.3091, 0.115, 0.0243, 5.3091, -0.1221, -0.0243, 5.3091, 0.1221, -0.0243, 5.3091, 0.1221, 0.0243, 5.3091, -0.1221, 0, 5.3091, 0.1245, 0, 5.3091, 0.1245, 0.0243, 5.3091, -0.1221, 0.0243, 5.3091, 0.1221, 0.0243, 5.3091, 0.1221, 0.0243, 5.3091, -0.1221, 0.0476, 5.3091, 0.115, 0.0476, 5.3091, 0.115, 0.0243, 5.3091, -0.1221, 0.0692, 5.3091, 0.1035, 0.0692, 5.3091, 0.1035, 0.0243, 5.3091, -0.1221, 0.088, 5.3091, 0.088, 0.088, 5.3091, 0.088, 0.0243, 5.3091, -0.1221, 0.1035, 5.3091, 0.0692, 0.1035, 5.3091, 0.0692, 0.0243, 5.3091, -0.1221, 0.115, 5.3091, 0.0476, 0.115, 5.3091, 0.0476, 0.0243, 5.3091, -0.1221, 0.1221, 5.3091, 0.0243, 0.1221, 5.3091, 0.0243, 0.0243, 5.3091, -0.1221, 0.1245, 5.3091, 0, 0.1245, 5.3091, 0, 0.0243, 5.3091, -0.1221, 0.1221, 5.3091, -0.0243, 0.1221, 5.3091, -0.0243, 0.0243, 5.3091, -0.1221, 0.115, 5.3091, -0.0476, 0.115, 5.3091, -0.0476, 0.0243, 5.3091, -0.1221, 0.1035, 5.3091, -0.0692, 0.1035, 5.3091, -0.0692, 0.0243, 5.3091, -0.1221, 0.088, 5.3091, -0.088, 0.088, 5.3091, -0.088, 0.0243, 5.3091, -0.1221, 0.0692, 5.3091, -0.1035, 0.0692, 5.3091, -0.1035, 0.0243, 5.3091, -0.1221, 0.0476, 5.3091, -0.115) +[sub_resource type="BoxMesh" id="BoxMesh_jsk3o"] + +[sub_resource type="BoxShape3D" id="BoxShape3D_4arys"] + [node name="Node3D" type="Node3D"] [node name="Player" parent="." instance=ExtResource("2_noarx")] @@ -76,16 +80,6 @@ surface_material_override/0 = SubResource("StandardMaterial3D_jka67") [node name="CollisionShape3D" type="CollisionShape3D" parent="building1/Cube/StaticBody3D"] shape = SubResource("ConcavePolygonShape3D_jsk3o") -[node name="Control" type="Control" parent="."] -layout_mode = 3 -anchors_preset = 0 -offset_right = 40.0 -offset_bottom = 40.0 - -[node name="Smileyface" type="Sprite2D" parent="Control"] -position = Vector2(53, 50) -texture = ExtResource("5_jka67") - [node name="MeshInstance3D2" type="MeshInstance3D" parent="."] transform = Transform3D(12.775, 0, 0, 0, 12.775, 0, 0, 0, 12.775, -22.2238, 52.6162, 39.9774) mesh = SubResource("QuadMesh_jsk3o") @@ -108,5 +102,37 @@ shape = SubResource("ConcavePolygonShape3D_4arys") [node name="buy_billboard2" parent="." instance=ExtResource("8_jsk3o")] transform = Transform3D(-0.283848, 0, -0.958869, 0, 1, 0, 0.958869, 0, -0.283848, 2.64952, 11.1725, -36.8166) +[node name="MeshInstance3D3" type="MeshInstance3D" parent="." groups=["emotional"]] +transform = Transform3D(4, 0, 0, 0, 4, 0, 0, 0, 4, 23.1427, 2.35825, -22.0444) +mesh = SubResource("BoxMesh_jsk3o") +script = ExtResource("9_4arys") + +[node name="Area3D" type="Area3D" parent="MeshInstance3D3" groups=["emotional"]] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="MeshInstance3D3/Area3D"] +shape = SubResource("BoxShape3D_4arys") + +[node name="MeshInstance3D4" type="MeshInstance3D" parent="." groups=["emotional"]] +transform = Transform3D(4, 0, 0, 0, 4, 0, 0, 0, 4, 30.0168, 2.35825, -14.5647) +mesh = SubResource("BoxMesh_jsk3o") +script = ExtResource("9_4arys") +emotion = "mad" + +[node name="Area3D" type="Area3D" parent="MeshInstance3D4" groups=["emotional"]] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="MeshInstance3D4/Area3D"] +shape = SubResource("BoxShape3D_4arys") + +[node name="MeshInstance3D5" type="MeshInstance3D" parent="." groups=["emotional"]] +transform = Transform3D(4, 0, 0, 0, 4, 0, 0, 0, 4, 11.2336, 1.92706, -29.6272) +mesh = SubResource("BoxMesh_jsk3o") +script = ExtResource("9_4arys") +emotion = "happy" + +[node name="Area3D" type="Area3D" parent="MeshInstance3D5" groups=["emotional"]] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="MeshInstance3D5/Area3D"] +shape = SubResource("BoxShape3D_4arys") + [editable path="building1"] [editable path="building2"] diff --git a/project.godot b/project.godot index a38783e..4df8eb8 100644 --- a/project.godot +++ b/project.godot @@ -15,6 +15,10 @@ run/main_scene="uid://cxllykh18amy3" config/features=PackedStringArray("4.4", "Forward Plus") config/icon="res://icon.svg" +[autoload] + +Hud="*res://ui/hud.tscn" + [display] window/size/viewport_width=480 @@ -54,3 +58,7 @@ touch={ "events": [Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":1,"position":Vector2(129, 17),"global_position":Vector2(138, 65),"factor":1.0,"button_index":1,"canceled":false,"pressed":true,"double_click":false,"script":null) ] } + +[rendering] + +textures/canvas_textures/default_texture_filter=0 diff --git a/ui/hud.gd b/ui/hud.gd new file mode 100644 index 0000000..e2ceafd --- /dev/null +++ b/ui/hud.gd @@ -0,0 +1,3 @@ +extends Control + +@onready var face = %Face diff --git a/ui/hud.gd.uid b/ui/hud.gd.uid new file mode 100644 index 0000000..e4ac550 --- /dev/null +++ b/ui/hud.gd.uid @@ -0,0 +1 @@ +uid://utw0yjt02c0v diff --git a/ui/hud.tscn b/ui/hud.tscn new file mode 100644 index 0000000..b04f2f6 --- /dev/null +++ b/ui/hud.tscn @@ -0,0 +1,108 @@ +[gd_scene load_steps=16 format=3 uid="uid://bnmtddab1b33d"] + +[ext_resource type="Script" uid="uid://utw0yjt02c0v" path="res://ui/hud.gd" id="1_7ihmi"] +[ext_resource type="Texture2D" uid="uid://evvl4jklinky" path="res://assets/graphics/ui/smileyface.png" id="1_rbyyf"] +[ext_resource type="Texture2D" uid="uid://fjgddkynnder" path="res://assets/graphics/ui/face_happy.png" id="3_1v5rv"] +[ext_resource type="Texture2D" uid="uid://cf4jyuwvoyu43" path="res://assets/graphics/ui/face_mad.png" id="3_en2x2"] +[ext_resource type="Texture2D" uid="uid://bbcsjswtsq5vg" path="res://assets/graphics/ui/face_neutral.png" id="5_q43x7"] + +[sub_resource type="AtlasTexture" id="AtlasTexture_spcu4"] +atlas = ExtResource("3_1v5rv") +region = Rect2(0, 0, 100, 100) + +[sub_resource type="AtlasTexture" id="AtlasTexture_ff8ar"] +atlas = ExtResource("3_1v5rv") +region = Rect2(100, 0, 100, 100) + +[sub_resource type="AtlasTexture" id="AtlasTexture_m0eg6"] +atlas = ExtResource("3_1v5rv") +region = Rect2(200, 0, 100, 100) + +[sub_resource type="AtlasTexture" id="AtlasTexture_1v5rv"] +atlas = ExtResource("3_en2x2") +region = Rect2(0, 0, 100, 100) + +[sub_resource type="AtlasTexture" id="AtlasTexture_q43x7"] +atlas = ExtResource("3_en2x2") +region = Rect2(100, 0, 100, 100) + +[sub_resource type="AtlasTexture" id="AtlasTexture_srpbi"] +atlas = ExtResource("3_en2x2") +region = Rect2(200, 0, 100, 100) + +[sub_resource type="AtlasTexture" id="AtlasTexture_b00kl"] +atlas = ExtResource("5_q43x7") +region = Rect2(0, 0, 100, 100) + +[sub_resource type="AtlasTexture" id="AtlasTexture_so1yu"] +atlas = ExtResource("5_q43x7") +region = Rect2(100, 0, 100, 100) + +[sub_resource type="AtlasTexture" id="AtlasTexture_65xic"] +atlas = ExtResource("5_q43x7") +region = Rect2(200, 0, 100, 100) + +[sub_resource type="SpriteFrames" id="SpriteFrames_en2x2"] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_spcu4") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_ff8ar") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_m0eg6") +}], +"loop": true, +"name": &"happy", +"speed": 10.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_1v5rv") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_q43x7") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_srpbi") +}], +"loop": true, +"name": &"mad", +"speed": 10.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_b00kl") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_so1yu") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_65xic") +}], +"loop": true, +"name": &"neutral", +"speed": 10.0 +}] + +[node name="Control" type="Control"] +layout_mode = 3 +anchors_preset = 0 +offset_right = 40.0 +offset_bottom = 40.0 +script = ExtResource("1_7ihmi") + +[node name="Smileyface" type="Sprite2D" parent="."] +visible = false +position = Vector2(53, 50) +texture = ExtResource("1_rbyyf") + +[node name="Face" type="AnimatedSprite2D" parent="."] +unique_name_in_owner = true +position = Vector2(50, 50) +sprite_frames = SubResource("SpriteFrames_en2x2") +animation = &"neutral" +autoplay = "neutral" +frame_progress = 0.807805