From a6007d8ca7b7499e476974e5bc66bd431ee79384 Mon Sep 17 00:00:00 2001
From: Rodz Labs <rodzilla@free.fr>
Date: Sun, 29 Oct 2023 16:03:48 +0100
Subject: [PATCH] tscn/tres file format update

---
 material_maker/darken.tscn                    |  6 +-
 material_maker/globals.tscn                   | 10 +--
 material_maker/main_window.tscn               |  4 +
 material_maker/nodes/edit_buttons.tscn        | 33 ++++---
 material_maker/nodes/ios/port.tscn            |  6 +-
 .../nodes/remote/named_parameter_dialog.tscn  |  2 +-
 material_maker/nodes/tones/tones.tscn         |  2 +-
 .../panels/graph_edit/graph_edit.tscn         |  2 +-
 .../panels/hierarchy/hierarchy_panel.tscn     | 40 ++++-----
 .../panels/layers/add_layer_menu.tscn         | 10 +--
 .../panels/layers/layer_tooltip.tscn          |  8 +-
 .../layers/layer_tooltip_thumbnail.tscn       | 22 ++---
 .../panels/library/create_lib_dialog.tscn     | 16 ++--
 .../panels/parameters/parameters.tscn         |  8 +-
 .../panels/preview_2d/control_point.tscn      |  6 +-
 .../panels/preview_2d/custom_size_dialog.tscn | 18 ++--
 .../panels/preview_2d/preview_2d_panel.tscn   |  2 +-
 .../panels/preview_3d/mesh_config_popup.tscn  | 12 +--
 .../panels/preview_3d/preview_light.tscn      | 32 ++++---
 .../panels/reference/gradient_slot.tscn       | 21 ++---
 .../panels/reference/reference_panel.tscn     |  4 +-
 material_maker/theme/default.tres             |  4 +-
 material_maker/theme/font.tres                | 22 +++--
 material_maker/tools/share/login_dialog.tscn  | 12 +--
 .../tools/share/preview_scene_viewer.tscn     | 10 +--
 .../widgets/curve_edit/control_point.tscn     | 17 ++--
 .../widgets/curve_edit/curve_dialog.tscn      |  2 +-
 .../widgets/curve_edit/curve_editor.tscn      | 11 +--
 .../widgets/desc_button/desc_button.tscn      | 16 ++--
 .../file_picker_button.tscn                   |  6 +-
 .../widgets/float_edit/expression_editor.tscn |  3 -
 .../gradient_editor/gradient_popup.tscn       | 18 ++--
 .../widgets/graph_tree/graph_tree.tscn        | 39 ++++----
 .../widgets/histogram/histogram.tscn          |  4 +-
 .../linked_widgets/editable_label.tscn        |  7 +-
 .../widgets/polygon_edit/control_point.tscn   |  9 +-
 .../widgets/polygon_edit/polygon_dialog.tscn  |  2 +-
 .../widgets/polygon_edit/polygon_edit.tscn    |  2 +-
 .../widgets/polygon_edit/polygon_editor.tscn  | 10 +--
 .../widgets/polygon_edit/polygon_view.tscn    |  6 +-
 .../port_group_button/port_group_button.tscn  | 10 +--
 .../windows/accept_dialog/accept_dialog.tscn  |  6 +-
 .../windows/file_dialog/left_panel.tscn       | 10 +--
 .../material_editor/export_editor.tscn        |  2 +-
 .../material_editor/expression_line_edit.tscn | 10 +--
 material_maker/windows/node_editor/input.tscn |  4 +-
 .../windows/node_editor/node_editor.tscn      |  7 +-
 .../windows/node_editor/output.tscn           |  4 +-
 .../windows/node_editor/parameter.tscn        |  2 +-
 .../windows/node_editor/parameter_float.tscn  |  2 +-
 .../node_editor/parameter_polygon.tscn        |  2 +-
 .../node_editor/parameter_polyline.tscn       |  2 +-
 .../windows/preferences/bool_option.tscn      |  9 +-
 .../windows/preferences/float_option.tscn     | 10 +--
 .../windows/preferences/preferences.tscn      |  4 +-
 .../progress_window/progress_window.tscn      |  6 +-
 material_maker/windows/sdf_builder/gizmo.tscn |  2 +-
 .../windows/sdf_builder/gizmo_arrow.tscn      | 90 +++++++++----------
 58 files changed, 323 insertions(+), 323 deletions(-)

diff --git a/material_maker/darken.tscn b/material_maker/darken.tscn
index 3a8e40844..3e59f8ab1 100644
--- a/material_maker/darken.tscn
+++ b/material_maker/darken.tscn
@@ -1,10 +1,10 @@
-[gd_scene load_steps=2 format=2]
+[gd_scene load_steps=2 format=3 uid="uid://cmeh4ewlvp7vx"]
 
-[ext_resource path="res://material_maker/darken.gd" type="Script" id=1]
+[ext_resource type="Script" path="res://material_maker/darken.gd" id="1"]
 
 [node name="Darken" type="ColorRect"]
 anchor_right = 1.0
 anchor_bottom = 1.0
-script = ExtResource( 1 )
+script = ExtResource("1")
 
 [connection signal="resized" from="." to="." method="_on_resized"]
diff --git a/material_maker/globals.tscn b/material_maker/globals.tscn
index 6622a0164..7cb379be7 100644
--- a/material_maker/globals.tscn
+++ b/material_maker/globals.tscn
@@ -1,10 +1,10 @@
-[gd_scene load_steps=3 format=2]
+[gd_scene load_steps=3 format=3 uid="uid://vt76awmi7ix7"]
 
-[ext_resource path="res://material_maker/globals.gd" type="Script" id=1]
-[ext_resource path="res://material_maker/globals_menu_manager.gd" type="Script" id=2]
+[ext_resource type="Script" path="res://material_maker/globals.gd" id="1"]
+[ext_resource type="Script" path="res://material_maker/globals_menu_manager.gd" id="2"]
 
 [node name="Globals" type="Node"]
-script = ExtResource( 1 )
+script = ExtResource("1")
 
 [node name="MenuManager" type="Node" parent="."]
-script = ExtResource( 2 )
+script = ExtResource("2")
diff --git a/material_maker/main_window.tscn b/material_maker/main_window.tscn
index 5789cd48c..8c1d0ebea 100644
--- a/material_maker/main_window.tscn
+++ b/material_maker/main_window.tscn
@@ -182,12 +182,14 @@ split_offset = 312
 [node name="Top" type="TabContainer" parent="VBoxContainer/Layout/Left"]
 layout_mode = 2
 drag_to_rearrange_enabled = true
+tabs_rearrange_group = 0
 use_hidden_tabs_for_min_size = true
 script = ExtResource("12_7mn0u")
 
 [node name="Bottom" type="TabContainer" parent="VBoxContainer/Layout/Left"]
 layout_mode = 2
 drag_to_rearrange_enabled = true
+tabs_rearrange_group = 0
 use_hidden_tabs_for_min_size = true
 script = ExtResource("12_7mn0u")
 
@@ -315,12 +317,14 @@ split_offset = 312
 [node name="Top" type="TabContainer" parent="VBoxContainer/Layout/SplitRight/Right"]
 layout_mode = 2
 drag_to_rearrange_enabled = true
+tabs_rearrange_group = 0
 use_hidden_tabs_for_min_size = true
 script = ExtResource("12_7mn0u")
 
 [node name="Bottom" type="TabContainer" parent="VBoxContainer/Layout/SplitRight/Right"]
 layout_mode = 2
 drag_to_rearrange_enabled = true
+tabs_rearrange_group = 0
 use_hidden_tabs_for_min_size = true
 script = ExtResource("12_7mn0u")
 
diff --git a/material_maker/nodes/edit_buttons.tscn b/material_maker/nodes/edit_buttons.tscn
index f90811881..0bdec20c4 100644
--- a/material_maker/nodes/edit_buttons.tscn
+++ b/material_maker/nodes/edit_buttons.tscn
@@ -1,45 +1,42 @@
-[gd_scene load_steps=6 format=3]
+[gd_scene load_steps=6 format=3 uid="uid://cit68cso5187c"]
 
 [ext_resource type="Script" path="res://material_maker/nodes/edit_buttons.gd" id="1"]
-[ext_resource type="Texture2D" path="res://material_maker/icons/icons.tres" id="2"]
+[ext_resource type="Texture2D" uid="uid://c0j4px4n72di5" path="res://material_maker/icons/icons.tres" id="2"]
 
-[sub_resource type="AtlasTexture" id=1]
-flags = 4
-atlas = ExtResource( 2 )
-region = Rect2( 16, 16, 16, 16 )
+[sub_resource type="AtlasTexture" id="1"]
+atlas = ExtResource("2")
+region = Rect2(16, 16, 16, 16)
 filter_clip = true
 
-[sub_resource type="AtlasTexture" id=2]
-flags = 4
-atlas = ExtResource( 2 )
-region = Rect2( 48, 16, 16, 16 )
+[sub_resource type="AtlasTexture" id="2"]
+atlas = ExtResource("2")
+region = Rect2(48, 16, 16, 16)
 
-[sub_resource type="AtlasTexture" id=3]
-flags = 4
-atlas = ExtResource( 2 )
-region = Rect2( 32, 16, 16, 16 )
+[sub_resource type="AtlasTexture" id="3"]
+atlas = ExtResource("2")
+region = Rect2(32, 16, 16, 16)
 
 [node name="NodeEditButtons" type="HBoxContainer"]
 offset_right = 65.0
 offset_bottom = 22.0
-script = ExtResource( 1 )
+script = ExtResource("1")
 
 [node name="Edit" type="Button" parent="."]
 offset_right = 28.0
 offset_bottom = 22.0
-icon = SubResource( 1 )
+icon = SubResource("1")
 flat = true
 
 [node name="Load" type="Button" parent="."]
 offset_left = 32.0
 offset_right = 60.0
 offset_bottom = 22.0
-icon = SubResource( 2 )
+icon = SubResource("2")
 flat = true
 
 [node name="Save" type="Button" parent="."]
 offset_left = 64.0
 offset_right = 92.0
 offset_bottom = 22.0
-icon = SubResource( 3 )
+icon = SubResource("3")
 flat = true
diff --git a/material_maker/nodes/ios/port.tscn b/material_maker/nodes/ios/port.tscn
index 74c2ff4fb..f80aaffe8 100644
--- a/material_maker/nodes/ios/port.tscn
+++ b/material_maker/nodes/ios/port.tscn
@@ -2,9 +2,9 @@
 
 [ext_resource type="Script" path="res://material_maker/nodes/ios/port.gd" id="1"]
 [ext_resource type="Texture2D" uid="uid://c0j4px4n72di5" path="res://material_maker/icons/icons.tres" id="2"]
-[ext_resource type="PackedScene" path="res://material_maker/widgets/linked_widgets/editable_label.tscn" id="3"]
-[ext_resource type="PackedScene" path="res://material_maker/widgets/port_group_button/port_group_button.tscn" id="4"]
-[ext_resource type="PackedScene" path="res://material_maker/widgets/desc_button/desc_button.tscn" id="5"]
+[ext_resource type="PackedScene" uid="uid://dvp8gd7whg6h7" path="res://material_maker/widgets/linked_widgets/editable_label.tscn" id="3"]
+[ext_resource type="PackedScene" uid="uid://bi88rsdxt0ld7" path="res://material_maker/widgets/port_group_button/port_group_button.tscn" id="4"]
+[ext_resource type="PackedScene" uid="uid://buj231c2gxm4o" path="res://material_maker/widgets/desc_button/desc_button.tscn" id="5"]
 
 [sub_resource type="AtlasTexture" id="1"]
 atlas = ExtResource("2")
diff --git a/material_maker/nodes/remote/named_parameter_dialog.tscn b/material_maker/nodes/remote/named_parameter_dialog.tscn
index 20a174eb0..9aa58823f 100644
--- a/material_maker/nodes/remote/named_parameter_dialog.tscn
+++ b/material_maker/nodes/remote/named_parameter_dialog.tscn
@@ -1,7 +1,7 @@
 [gd_scene load_steps=3 format=3 uid="uid://ds7xknsmsf66c"]
 
 [ext_resource type="Script" path="res://material_maker/nodes/remote/named_parameter_dialog.gd" id="1"]
-[ext_resource type="PackedScene" path="res://material_maker/widgets/float_edit/float_edit.tscn" id="2"]
+[ext_resource type="PackedScene" uid="uid://rflulhsuy3ax" path="res://material_maker/widgets/float_edit/float_edit.tscn" id="2"]
 
 [node name="Popup" type="Window"]
 script = ExtResource("1")
diff --git a/material_maker/nodes/tones/tones.tscn b/material_maker/nodes/tones/tones.tscn
index efed927c3..e6116cfbf 100644
--- a/material_maker/nodes/tones/tones.tscn
+++ b/material_maker/nodes/tones/tones.tscn
@@ -1,6 +1,6 @@
 [gd_scene load_steps=5 format=3 uid="uid://7wslfieqleli"]
 
-[ext_resource type="PackedScene" path="res://material_maker/widgets/histogram/histogram.tscn" id="1"]
+[ext_resource type="PackedScene" uid="uid://0b6d65sghy3s" path="res://material_maker/widgets/histogram/histogram.tscn" id="1"]
 [ext_resource type="Script" path="res://material_maker/nodes/tones/tones.gd" id="2"]
 [ext_resource type="Texture2D" uid="uid://c0j4px4n72di5" path="res://material_maker/icons/icons.tres" id="3"]
 
diff --git a/material_maker/panels/graph_edit/graph_edit.tscn b/material_maker/panels/graph_edit/graph_edit.tscn
index 7bde9835e..1c6e9d4c0 100644
--- a/material_maker/panels/graph_edit/graph_edit.tscn
+++ b/material_maker/panels/graph_edit/graph_edit.tscn
@@ -3,7 +3,7 @@
 [ext_resource type="Script" path="res://material_maker/panels/graph_edit/graph_edit.gd" id="1"]
 [ext_resource type="Texture2D" uid="uid://c0j4px4n72di5" path="res://material_maker/icons/icons.tres" id="2"]
 [ext_resource type="Script" path="res://material_maker/tools/undo_redo/undo_redo.gd" id="3"]
-[ext_resource type="PackedScene" path="res://material_maker/widgets/desc_button/desc_button.tscn" id="4"]
+[ext_resource type="PackedScene" uid="uid://buj231c2gxm4o" path="res://material_maker/widgets/desc_button/desc_button.tscn" id="4"]
 
 [sub_resource type="Theme" id="1"]
 GraphEdit/colors/activity = Color(1, 1, 1, 1)
diff --git a/material_maker/panels/hierarchy/hierarchy_panel.tscn b/material_maker/panels/hierarchy/hierarchy_panel.tscn
index f98907fc5..552e52430 100644
--- a/material_maker/panels/hierarchy/hierarchy_panel.tscn
+++ b/material_maker/panels/hierarchy/hierarchy_panel.tscn
@@ -1,27 +1,24 @@
-[gd_scene load_steps=6 format=3]
+[gd_scene load_steps=6 format=3 uid="uid://c5kgvwl2snpc8"]
 
 [ext_resource type="Script" path="res://material_maker/panels/hierarchy/hierarchy_panel.gd" id="1"]
-[ext_resource type="Texture2D" path="res://material_maker/icons/icons.tres" id="2"]
+[ext_resource type="Texture2D" uid="uid://c0j4px4n72di5" path="res://material_maker/icons/icons.tres" id="2"]
 
-[sub_resource type="AtlasTexture" id=1]
-flags = 7
-atlas = ExtResource( 2 )
-region = Rect2( 32, 48, 16, 16 )
+[sub_resource type="AtlasTexture" id="1"]
+atlas = ExtResource("2")
+region = Rect2(32, 48, 16, 16)
 
-[sub_resource type="AtlasTexture" id=2]
-flags = 7
-atlas = ExtResource( 2 )
-region = Rect2( 16, 48, 16, 16 )
+[sub_resource type="AtlasTexture" id="2"]
+atlas = ExtResource("2")
+region = Rect2(16, 48, 16, 16)
 
-[sub_resource type="AtlasTexture" id=3]
-flags = 7
-atlas = ExtResource( 2 )
-region = Rect2( 0, 32, 16, 16 )
+[sub_resource type="AtlasTexture" id="3"]
+atlas = ExtResource("2")
+region = Rect2(0, 32, 16, 16)
 
 [node name="Hierarchy" type="VBoxContainer"]
 offset_right = 40.0
 offset_bottom = 40.0
-script = ExtResource( 1 )
+script = ExtResource("1")
 __meta__ = {
 "_edit_use_anchors_": false
 }
@@ -34,33 +31,33 @@ offset_bottom = 22.0
 offset_right = 28.0
 offset_bottom = 22.0
 tooltip_text = "Expand all"
-icon = SubResource( 1 )
+icon = SubResource("1")
 
 [node name="Collapse" type="Button" parent="HBoxContainer"]
 offset_left = 32.0
 offset_right = 60.0
 offset_bottom = 22.0
 tooltip_text = "Collapse all"
-icon = SubResource( 2 )
+icon = SubResource("2")
 
 [node name="Space" type="Control" parent="HBoxContainer"]
 offset_left = 64.0
 offset_right = 74.0
 offset_bottom = 22.0
-custom_minimum_size = Vector2( 10, 0 )
+custom_minimum_size = Vector2(10, 0)
 
 [node name="PreviewMenu" type="MenuButton" parent="HBoxContainer"]
 offset_left = 78.0
 offset_right = 106.0
 offset_bottom = 22.0
-icon = SubResource( 3 )
-items = [ "No preview", null, 0, false, false, 0, 0, null, "", false, "1 preview", null, 0, false, false, 1, 0, null, "", false, "2 previews", null, 0, false, false, 2, 0, null, "", false, "3 previews", null, 0, false, false, 3, 0, null, "", false ]
+icon = SubResource("3")
+items = ["No preview", null, 0, false, false, 0, 0, null, "", false, "1 preview", null, 0, false, false, 1, 0, null, "", false, "2 previews", null, 0, false, false, 2, 0, null, "", false, "3 previews", null, 0, false, false, 3, 0, null, "", false]
 
 [node name="Tree" type="Tree" parent="."]
 offset_top = 26.0
 offset_right = 200.0
 offset_bottom = 176.0
-custom_minimum_size = Vector2( 200, 150 )
+custom_minimum_size = Vector2(200, 150)
 size_flags_vertical = 3
 allow_reselect = true
 __meta__ = {
@@ -70,6 +67,7 @@ __meta__ = {
 [node name="Delay" type="Timer" parent="."]
 wait_time = 0.5
 one_shot = true
+
 [connection signal="pressed" from="HBoxContainer/Expand" to="." method="_on_Expand_pressed"]
 [connection signal="pressed" from="HBoxContainer/Collapse" to="." method="_on_Collapse_pressed"]
 [connection signal="item_activated" from="Tree" to="." method="_on_Hierarchy_item_double_clicked"]
diff --git a/material_maker/panels/layers/add_layer_menu.tscn b/material_maker/panels/layers/add_layer_menu.tscn
index 8f150d5ef..396b7740f 100644
--- a/material_maker/panels/layers/add_layer_menu.tscn
+++ b/material_maker/panels/layers/add_layer_menu.tscn
@@ -1,10 +1,10 @@
-[gd_scene load_steps=4 format=2]
+[gd_scene load_steps=4 format=3 uid="uid://cy1ni25iat40x"]
 
-[ext_resource path="res://material_maker/panels/layers/icons/layer_paint.tres" type="Texture2D" id=1]
-[ext_resource path="res://material_maker/panels/layers/icons/layer_mask.tres" type="Texture2D" id=2]
-[ext_resource path="res://material_maker/panels/layers/icons/layer_proc.tres" type="Texture2D" id=3]
+[ext_resource type="Texture2D" path="res://material_maker/panels/layers/icons/layer_paint.tres" id="1"]
+[ext_resource type="Texture2D" path="res://material_maker/panels/layers/icons/layer_mask.tres" id="2"]
+[ext_resource type="Texture2D" path="res://material_maker/panels/layers/icons/layer_proc.tres" id="3"]
 
 [node name="AddLayerMenu" type="PopupMenu"]
 offset_right = 20.0
 offset_bottom = 20.0
-items = [ "Paint Layer", ExtResource( 1 ), 0, false, false, 0, 0, null, "", false, "Procedural Layer", ExtResource( 3 ), 0, false, false, 1, 0, null, "", false, "Mask Layer", ExtResource( 2 ), 0, false, false, 2, 0, null, "", false ]
+items = ["Paint Layer", ExtResource("1"), 0, false, false, 0, 0, null, "", false, "Procedural Layer", ExtResource("3"), 0, false, false, 1, 0, null, "", false, "Mask Layer", ExtResource("2"), 0, false, false, 2, 0, null, "", false]
diff --git a/material_maker/panels/layers/layer_tooltip.tscn b/material_maker/panels/layers/layer_tooltip.tscn
index ececbc741..438148a97 100644
--- a/material_maker/panels/layers/layer_tooltip.tscn
+++ b/material_maker/panels/layers/layer_tooltip.tscn
@@ -1,14 +1,14 @@
-[gd_scene load_steps=2 format=2]
+[gd_scene load_steps=2 format=3 uid="uid://b744rjxtaoi8a"]
 
-[ext_resource path="res://material_maker/panels/layers/layer_tooltip.gd" type="Script" id=1]
+[ext_resource type="Script" path="res://material_maker/panels/layers/layer_tooltip.gd" id="1"]
 
 [node name="LayerTooltip" type="PanelContainer"]
 anchor_right = 1.0
 anchor_bottom = 1.0
 offset_right = -1176.0
 offset_bottom = -679.0
-custom_minimum_size = Vector2( 104, 41 )
-script = ExtResource( 1 )
+custom_minimum_size = Vector2(104, 41)
+script = ExtResource("1")
 __meta__ = {
 "_edit_use_anchors_": false
 }
diff --git a/material_maker/panels/layers/layer_tooltip_thumbnail.tscn b/material_maker/panels/layers/layer_tooltip_thumbnail.tscn
index 95cdc786c..2682df56e 100644
--- a/material_maker/panels/layers/layer_tooltip_thumbnail.tscn
+++ b/material_maker/panels/layers/layer_tooltip_thumbnail.tscn
@@ -1,22 +1,22 @@
-[gd_scene load_steps=5 format=2]
+[gd_scene load_steps=5 format=3 uid="uid://djchjqk70hye1"]
 
-[ext_resource path="res://material_maker/panels/layers/layer_tooltip_thumbnail.gd" type="Script" id=1]
-[ext_resource path="res://material_maker/panels/layers/layer_tooltip_thumbnail.gdshader" type="Shader" id=2]
+[ext_resource type="Script" path="res://material_maker/panels/layers/layer_tooltip_thumbnail.gd" id="1"]
+[ext_resource type="Shader" path="res://material_maker/panels/layers/layer_tooltip_thumbnail.gdshader" id="2"]
 
-[sub_resource type="ShaderMaterial" id=1]
+[sub_resource type="ShaderMaterial" id="1"]
 resource_local_to_scene = true
-shader = ExtResource( 2 )
+shader = ExtResource("2")
 
-[sub_resource type="StyleBoxFlat" id=2]
-bg_color = Color( 0, 0, 0, 0.878431 )
+[sub_resource type="StyleBoxFlat" id="2"]
+bg_color = Color(0, 0, 0, 0.878431)
 
 [node name="Thumbnail" type="ColorRect"]
-material = SubResource( 1 )
+material = SubResource("1")
 offset_top = 18.0
 offset_right = 128.0
 offset_bottom = 146.0
-custom_minimum_size = Vector2( 128, 128 )
-script = ExtResource( 1 )
+custom_minimum_size = Vector2(128, 128)
+script = ExtResource("1")
 __meta__ = {
 "_edit_use_anchors_": false
 }
@@ -26,7 +26,7 @@ anchor_top = 1.0
 anchor_right = 1.0
 anchor_bottom = 1.0
 offset_top = -14.0
-theme_override_styles/normal = SubResource( 2 )
+theme_override_styles/normal = SubResource("2")
 text = "albedo"
 align = 1
 __meta__ = {
diff --git a/material_maker/panels/library/create_lib_dialog.tscn b/material_maker/panels/library/create_lib_dialog.tscn
index c66fd55e8..cc508a32b 100644
--- a/material_maker/panels/library/create_lib_dialog.tscn
+++ b/material_maker/panels/library/create_lib_dialog.tscn
@@ -1,14 +1,14 @@
-[gd_scene load_steps=3 format=2]
+[gd_scene load_steps=3 format=3 uid="uid://c0ir88hj07hh5"]
 
-[ext_resource path="res://material_maker/panels/library/create_lib_dialog.gd" type="Script" id=1]
-[ext_resource path="res://material_maker/widgets/file_picker_button/file_picker_button.tscn" type="PackedScene" id=2]
+[ext_resource type="Script" path="res://material_maker/panels/library/create_lib_dialog.gd" id="1"]
+[ext_resource type="PackedScene" uid="uid://cfyio0a1b27t0" path="res://material_maker/widgets/file_picker_button/file_picker_button.tscn" id="2"]
 
 [node name="CreateLibDialog" type="Window"]
 offset_right = 321.0
 offset_bottom = 76.0
 exclusive = true
 window_title = "New library"
-script = ExtResource( 1 )
+script = ExtResource("1")
 __meta__ = {
 "_edit_use_anchors_": false
 }
@@ -40,7 +40,7 @@ text = "Library name:"
 offset_left = 91.0
 offset_right = 317.0
 offset_bottom = 24.0
-custom_minimum_size = Vector2( 200, 0 )
+custom_minimum_size = Vector2(200, 0)
 size_flags_horizontal = 3
 __meta__ = {
 "_edit_use_anchors_": false
@@ -52,7 +52,7 @@ offset_right = 87.0
 offset_bottom = 45.0
 text = "Library file:"
 
-[node name="FilePickerButton" parent="VBoxContainer/GridContainer" instance=ExtResource( 2 )]
+[node name="FilePickerButton" parent="VBoxContainer/GridContainer" instance=ExtResource("2")]
 anchor_right = 0.0
 anchor_bottom = 0.0
 offset_left = 91.0
@@ -72,7 +72,7 @@ size_flags_vertical = 0
 [node name="OK" type="Button" parent="VBoxContainer/HBoxContainer"]
 offset_right = 60.0
 offset_bottom = 20.0
-custom_minimum_size = Vector2( 60, 0 )
+custom_minimum_size = Vector2(60, 0)
 disabled = true
 text = "OK"
 
@@ -80,7 +80,7 @@ text = "OK"
 offset_left = 64.0
 offset_right = 124.0
 offset_bottom = 20.0
-custom_minimum_size = Vector2( 60, 0 )
+custom_minimum_size = Vector2(60, 0)
 text = "Cancel"
 
 [connection signal="popup_hide" from="." to="." method="_on_Cancel_pressed"]
diff --git a/material_maker/panels/parameters/parameters.tscn b/material_maker/panels/parameters/parameters.tscn
index 9349ec1cc..ad9ad1ba0 100644
--- a/material_maker/panels/parameters/parameters.tscn
+++ b/material_maker/panels/parameters/parameters.tscn
@@ -1,14 +1,14 @@
-[gd_scene load_steps=2 format=2]
+[gd_scene load_steps=2 format=3 uid="uid://vkh00fjvl0py"]
 
-[ext_resource path="res://material_maker/panels/parameters/parameters.gd" type="Script" id=1]
+[ext_resource type="Script" path="res://material_maker/panels/parameters/parameters.gd" id="1"]
 
 [node name="BrushParams" type="ScrollContainer"]
 anchor_right = 1.0
 anchor_bottom = 1.0
-custom_minimum_size = Vector2( 200, 250 )
+custom_minimum_size = Vector2(200, 250)
 size_flags_horizontal = 3
 scroll_horizontal_enabled = false
-script = ExtResource( 1 )
+script = ExtResource("1")
 __meta__ = {
 "_edit_use_anchors_": false
 }
diff --git a/material_maker/panels/preview_2d/control_point.tscn b/material_maker/panels/preview_2d/control_point.tscn
index b1ffa3ec0..008484437 100644
--- a/material_maker/panels/preview_2d/control_point.tscn
+++ b/material_maker/panels/preview_2d/control_point.tscn
@@ -1,10 +1,10 @@
-[gd_scene load_steps=2 format=2]
+[gd_scene load_steps=2 format=3 uid="uid://est6pi7xbptp"]
 
-[ext_resource path="res://material_maker/panels/preview_2d/control_point.gd" type="Script" id=1]
+[ext_resource type="Script" path="res://material_maker/panels/preview_2d/control_point.gd" id="1"]
 
 [node name="Point" type="TextureRect"]
 mouse_filter = 0
 mouse_default_cursor_shape = 13
-script = ExtResource( 1 )
+script = ExtResource("1")
 
 [connection signal="gui_input" from="." to="." method="_on_Point_gui_input"]
diff --git a/material_maker/panels/preview_2d/custom_size_dialog.tscn b/material_maker/panels/preview_2d/custom_size_dialog.tscn
index 4849bb8bb..8ac5e6a35 100644
--- a/material_maker/panels/preview_2d/custom_size_dialog.tscn
+++ b/material_maker/panels/preview_2d/custom_size_dialog.tscn
@@ -1,19 +1,19 @@
-[gd_scene load_steps=3 format=2]
+[gd_scene load_steps=3 format=3 uid="uid://drqg75u53gmh8"]
 
-[ext_resource path="res://material_maker/panels/preview_2d/custom_size_dialog.gd" type="Script" id=1]
-[ext_resource path="res://material_maker/widgets/float_edit/float_edit.tscn" type="PackedScene" id=2]
+[ext_resource type="Script" path="res://material_maker/panels/preview_2d/custom_size_dialog.gd" id="1"]
+[ext_resource type="PackedScene" uid="uid://rflulhsuy3ax" path="res://material_maker/widgets/float_edit/float_edit.tscn" id="2"]
 
 [node name="Window" type="Window"]
 visible = true
 offset_right = 206.0
 offset_bottom = 86.0
 window_title = "Custom size"
-script = ExtResource( 1 )
+script = ExtResource("1")
 
 [node name="MarginContainer" type="MarginContainer" parent="."]
 anchor_right = 1.0
 anchor_bottom = 1.0
-custom_minimum_size = Vector2( 200, 0 )
+custom_minimum_size = Vector2(200, 0)
 theme_override_constants/margin_right = 4
 theme_override_constants/margin_top = 4
 theme_override_constants/margin_left = 4
@@ -39,7 +39,7 @@ offset_bottom = 19.0
 size_flags_horizontal = 3
 text = "Width:"
 
-[node name="Width" parent="MarginContainer/VBoxContainer/GridContainer" instance=ExtResource( 2 )]
+[node name="Width" parent="MarginContainer/VBoxContainer/GridContainer" instance=ExtResource("2")]
 anchor_left = 0.0
 anchor_right = 0.0
 anchor_bottom = 0.0
@@ -60,7 +60,7 @@ offset_bottom = 47.0
 size_flags_horizontal = 3
 text = "Height:"
 
-[node name="Height" parent="MarginContainer/VBoxContainer/GridContainer" instance=ExtResource( 2 )]
+[node name="Height" parent="MarginContainer/VBoxContainer/GridContainer" instance=ExtResource("2")]
 anchor_left = 0.0
 anchor_right = 0.0
 anchor_bottom = 0.0
@@ -85,7 +85,7 @@ size_flags_horizontal = 4
 [node name="OK" type="Button" parent="MarginContainer/VBoxContainer/HBoxContainer2"]
 offset_right = 60.0
 offset_bottom = 20.0
-custom_minimum_size = Vector2( 60, 0 )
+custom_minimum_size = Vector2(60, 0)
 size_flags_horizontal = 3
 text = "OK"
 
@@ -93,7 +93,7 @@ text = "OK"
 offset_left = 64.0
 offset_right = 124.0
 offset_bottom = 20.0
-custom_minimum_size = Vector2( 60, 0 )
+custom_minimum_size = Vector2(60, 0)
 size_flags_horizontal = 3
 text = "Cancel"
 
diff --git a/material_maker/panels/preview_2d/preview_2d_panel.tscn b/material_maker/panels/preview_2d/preview_2d_panel.tscn
index 13d224b0e..50938dd4d 100644
--- a/material_maker/panels/preview_2d/preview_2d_panel.tscn
+++ b/material_maker/panels/preview_2d/preview_2d_panel.tscn
@@ -1,7 +1,7 @@
 [gd_scene load_steps=13 format=3 uid="uid://b7x7yqgsurxhv"]
 
 [ext_resource type="Texture2D" uid="uid://c0j4px4n72di5" path="res://material_maker/icons/icons.tres" id="1"]
-[ext_resource type="PackedScene" path="res://material_maker/panels/preview_2d/control_point.tscn" id="2"]
+[ext_resource type="PackedScene" uid="uid://est6pi7xbptp" path="res://material_maker/panels/preview_2d/control_point.tscn" id="2"]
 [ext_resource type="PackedScene" uid="uid://bb6iar0tbj2qt" path="res://material_maker/panels/preview_2d/preview_2d.tscn" id="3"]
 [ext_resource type="Script" path="res://material_maker/panels/preview_2d/preview_2d_panel.gd" id="4"]
 [ext_resource type="Script" path="res://material_maker/panels/preview_2d/lines.gd" id="5"]
diff --git a/material_maker/panels/preview_3d/mesh_config_popup.tscn b/material_maker/panels/preview_3d/mesh_config_popup.tscn
index 419fa023b..bd4a79940 100644
--- a/material_maker/panels/preview_3d/mesh_config_popup.tscn
+++ b/material_maker/panels/preview_3d/mesh_config_popup.tscn
@@ -1,12 +1,12 @@
-[gd_scene load_steps=3 format=2]
+[gd_scene load_steps=3 format=3 uid="uid://e1adf0mjl5qe"]
 
-[ext_resource path="res://material_maker/widgets/float_edit/float_edit.tscn" type="PackedScene" id=1]
-[ext_resource path="res://material_maker/panels/preview_3d/mesh_config_popup.gd" type="Script" id=2]
+[ext_resource type="PackedScene" uid="uid://rflulhsuy3ax" path="res://material_maker/widgets/float_edit/float_edit.tscn" id="1"]
+[ext_resource type="Script" path="res://material_maker/panels/preview_3d/mesh_config_popup.gd" id="2"]
 
 [node name="MeshConfiguration" type="PopupPanel"]
 offset_right = 284.0
 offset_bottom = 127.0
-script = ExtResource( 2 )
+script = ExtResource("2")
 __meta__ = {
 "_edit_use_anchors_": false
 }
@@ -53,7 +53,7 @@ This can be used to check how well a material tiles."
 mouse_filter = 1
 text = "UV Scale:"
 
-[node name="X" parent="VBoxContainer/UVScale" instance=ExtResource( 1 )]
+[node name="X" parent="VBoxContainer/UVScale" instance=ExtResource("1")]
 anchor_left = 0.0
 anchor_right = 0.0
 anchor_bottom = 0.0
@@ -65,7 +65,7 @@ max_value = 5.0
 step = 0.01
 float_only = true
 
-[node name="Y" parent="VBoxContainer/UVScale" instance=ExtResource( 1 )]
+[node name="Y" parent="VBoxContainer/UVScale" instance=ExtResource("1")]
 anchor_left = 0.0
 anchor_right = 0.0
 anchor_bottom = 0.0
diff --git a/material_maker/panels/preview_3d/preview_light.tscn b/material_maker/panels/preview_3d/preview_light.tscn
index e6f07cf49..6e569271d 100644
--- a/material_maker/panels/preview_3d/preview_light.tscn
+++ b/material_maker/panels/preview_3d/preview_light.tscn
@@ -1,37 +1,35 @@
-[gd_scene load_steps=5 format=2]
+[gd_scene load_steps=5 format=3 uid="uid://cjvwpblan7v7w"]
 
-[ext_resource path="res://material_maker/panels/preview_3d/preview_light.gd" type="Script" id=1]
+[ext_resource type="Script" path="res://material_maker/panels/preview_3d/preview_light.gd" id="1"]
 
-
-
-
-[sub_resource type="SphereShape3D" id=3]
+[sub_resource type="SphereShape3D" id="3"]
 radius = 0.332384
 
-[sub_resource type="StandardMaterial3D" id=1]
-flags_unshaded = true
+[sub_resource type="StandardMaterial3D" id="1"]
+shading_mode = 0
 
-[sub_resource type="SphereMesh" id=2]
-material = SubResource( 1 )
+[sub_resource type="SphereMesh" id="2"]
+material = SubResource("1")
 radius = 0.25
 height = 0.5
 
 [node name="Light3D" type="Area3D"]
-transform = Transform3D( 0.999755, 0.0162074, -0.0150931, 0, 0.681502, 0.731816, 0.0221468, -0.731637, 0.681335, -2.22238, 3.98251, -2.64581 )
-script = ExtResource( 1 )
+transform = Transform3D(0.999755, 0.0162074, -0.0150931, 0, 0.681502, 0.731816, 0.0221468, -0.731637, 0.681335, -2.22238, 3.98251, -2.64581)
+script = ExtResource("1")
 
 [node name="CollisionShape3D" type="CollisionShape3D" parent="."]
-transform = Transform3D( 1, 0, 9.31323e-010, -1.86265e-009, 1, 2.98023e-008, 9.31323e-010, 2.98023e-008, 1, 0, 0, 0 )
-shape = SubResource( 3 )
+transform = Transform3D(1, 0, 9.31323e-10, -1.86265e-09, 1, 2.98023e-08, 9.31323e-10, 2.98023e-08, 1, 0, 0, 0)
+shape = SubResource("3")
 
 [node name="Light3D" type="OmniLight3D" parent="."]
-transform = Transform3D( 1, -1.86265e-009, 9.31323e-010, -1.86265e-009, 1, 0, 0, 2.98023e-008, 1, 0, 0, 0 )
+transform = Transform3D(1, -1.86265e-09, 9.31323e-10, -1.86265e-09, 1, 0, 0, 2.98023e-08, 1, 0, 0, 0)
 light_energy = 4.9
 omni_range = 12.9508
 
 [node name="Mesh" type="MeshInstance3D" parent="."]
-transform = Transform3D( 1, 1.11759e-008, -1.21072e-008, -5.58794e-009, 1, -4.17233e-007, 9.31323e-010, 0, 1, 0, 0, 0 )
+transform = Transform3D(1, 1.11759e-08, -1.21072e-08, -5.58794e-09, 1, -4.17233e-07, 9.31323e-10, 0, 1, 0, 0, 0)
 cast_shadow = 0
-mesh = SubResource( 2 )
+mesh = SubResource("2")
 material/0 = null
+
 [connection signal="input_event" from="." to="." method="_on_Light_input_event"]
diff --git a/material_maker/panels/reference/gradient_slot.tscn b/material_maker/panels/reference/gradient_slot.tscn
index e2213d655..c3c71c2ff 100644
--- a/material_maker/panels/reference/gradient_slot.tscn
+++ b/material_maker/panels/reference/gradient_slot.tscn
@@ -1,25 +1,26 @@
-[gd_scene load_steps=4 format=2]
+[gd_scene load_steps=4 format=3 uid="uid://jyqnc0l3oaeu"]
 
-[ext_resource path="res://material_maker/panels/reference/gradient_slot.gd" type="Script" id=1]
+[ext_resource type="Script" path="res://material_maker/panels/reference/gradient_slot.gd" id="1"]
 
-[sub_resource type="Shader" id=1]
+[sub_resource type="Shader" id="1"]
 
-[sub_resource type="ShaderMaterial" id=2]
+[sub_resource type="ShaderMaterial" id="2"]
 resource_local_to_scene = true
-shader = SubResource( 1 )
+render_priority = 0
+shader = SubResource("1")
 
 [node name="GradientSlot" type="ColorRect"]
 offset_right = 32.0
 offset_bottom = 32.0
-custom_minimum_size = Vector2( 32, 32 )
-color = Color( 1, 1, 1, 0 )
-script = ExtResource( 1 )
+custom_minimum_size = Vector2(32, 32)
+color = Color(1, 1, 1, 0)
+script = ExtResource("1")
 __meta__ = {
 "_edit_use_anchors_": false
 }
 
 [node name="ColorRect" type="ColorRect" parent="."]
-material = SubResource( 2 )
+material = SubResource("2")
 anchor_right = 1.0
 anchor_bottom = 1.0
 offset_left = 3.0
@@ -27,7 +28,7 @@ offset_top = 3.0
 offset_right = -3.0
 offset_bottom = -3.0
 mouse_filter = 2
-color = Color( 0.501961, 0.501961, 0.501961, 1 )
+color = Color(0.501961, 0.501961, 0.501961, 1)
 __meta__ = {
 "_edit_use_anchors_": false
 }
diff --git a/material_maker/panels/reference/reference_panel.tscn b/material_maker/panels/reference/reference_panel.tscn
index 8f5cafa72..f3ddb042a 100644
--- a/material_maker/panels/reference/reference_panel.tscn
+++ b/material_maker/panels/reference/reference_panel.tscn
@@ -1,8 +1,8 @@
 [gd_scene load_steps=7 format=3 uid="uid://drn8t5132w352"]
 
 [ext_resource type="Script" path="res://material_maker/panels/reference/reference_panel.gd" id="1"]
-[ext_resource type="PackedScene" path="res://material_maker/panels/reference/color_slot.tscn" id="2"]
-[ext_resource type="PackedScene" path="res://material_maker/panels/reference/gradient_slot.tscn" id="3"]
+[ext_resource type="PackedScene" uid="uid://cqalnln5sq2ff" path="res://material_maker/panels/reference/color_slot.tscn" id="2"]
+[ext_resource type="PackedScene" uid="uid://jyqnc0l3oaeu" path="res://material_maker/panels/reference/gradient_slot.tscn" id="3"]
 
 [sub_resource type="Shader" id="1"]
 code = "shader_type canvas_item;
diff --git a/material_maker/theme/default.tres b/material_maker/theme/default.tres
index 5cd7daede..ad6f747e2 100644
--- a/material_maker/theme/default.tres
+++ b/material_maker/theme/default.tres
@@ -54,7 +54,7 @@
 [ext_resource type="Texture2D" uid="uid://p5p3mlddsxcx" path="res://material_maker/theme/dark/popupmenu_radio_unchecked.png" id="52"]
 [ext_resource type="Texture2D" uid="uid://2dheuv4p0d2d" path="res://material_maker/theme/dark/tabcontainer_increment_highlight.png" id="53"]
 [ext_resource type="Texture2D" uid="uid://tetgna5qjvkf" path="res://material_maker/theme/dark/tabs_increment.png" id="54"]
-[ext_resource type="FontFile" path="res://material_maker/theme/font.tres" id="55"]
+[ext_resource type="FontFile" uid="uid://bbh5pjbblx75w" path="res://material_maker/theme/font.tres" id="55"]
 [ext_resource type="FontFile" uid="uid://btybkvkb8rtol" path="res://material_maker/fonts/DroidSansFallback.ttf" id="56"]
 
 [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_no02t"]
@@ -665,7 +665,7 @@ shadow_color = Color(0, 0, 0, 0.3)
 shadow_size = 4
 
 [resource]
-default_font = ExtResource("55")
+default_font = ExtResource("56")
 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)
diff --git a/material_maker/theme/font.tres b/material_maker/theme/font.tres
index e1f015863..e2cf43401 100644
--- a/material_maker/theme/font.tres
+++ b/material_maker/theme/font.tres
@@ -1,8 +1,20 @@
-[gd_resource type="FontFile" load_steps=2 format=2]
+[gd_resource type="FontFile" load_steps=2 format=3 uid="uid://bbh5pjbblx75w"]
 
-[ext_resource path="res://material_maker/fonts/DroidSansFallback.ttf" type="FontFile" id=1]
+[ext_resource type="FontFile" uid="uid://btybkvkb8rtol" path="res://material_maker/fonts/DroidSansFallback.ttf" id="1"]
 
 [resource]
-size = 15
-extra_spacing_top = -3
-font_data = ExtResource( 1 )
+fallbacks = Array[Font]([ExtResource("1")])
+cache/0/16/0/ascent = 0.0
+cache/0/16/0/descent = 0.0
+cache/0/16/0/underline_position = 0.0
+cache/0/16/0/underline_thickness = 0.0
+cache/0/16/0/scale = 1.0
+cache/0/16/0/kerning_overrides/16/0 = Vector2(0, 0)
+cache/0/16/0/kerning_overrides/50/0 = Vector2(0, 0)
+cache/0/50/0/ascent = 0.0
+cache/0/50/0/descent = 0.0
+cache/0/50/0/underline_position = 0.0
+cache/0/50/0/underline_thickness = 0.0
+cache/0/50/0/scale = 1.0
+cache/0/50/0/kerning_overrides/16/0 = Vector2(0, 0)
+cache/0/50/0/kerning_overrides/50/0 = Vector2(0, 0)
diff --git a/material_maker/tools/share/login_dialog.tscn b/material_maker/tools/share/login_dialog.tscn
index aca9825ac..121cfe695 100644
--- a/material_maker/tools/share/login_dialog.tscn
+++ b/material_maker/tools/share/login_dialog.tscn
@@ -1,15 +1,15 @@
-[gd_scene load_steps=2 format=2]
+[gd_scene load_steps=2 format=3 uid="uid://dgbc4ghr2602h"]
 
-[ext_resource path="res://material_maker/tools/share/login_dialog.gd" type="Script" id=1]
+[ext_resource type="Script" path="res://material_maker/tools/share/login_dialog.gd" id="1"]
 
 [node name="LoginDialog" type="Window"]
 anchor_right = 1.0
 anchor_bottom = 1.0
 offset_right = -1115.0
 offset_bottom = -526.0
-custom_minimum_size = Vector2( 300, 0 )
+custom_minimum_size = Vector2(300, 0)
 window_title = "Login to website"
-script = ExtResource( 1 )
+script = ExtResource("1")
 
 [node name="MarginContainer" type="MarginContainer" parent="."]
 anchor_right = 1.0
@@ -46,7 +46,7 @@ text = "Save user name"
 offset_top = 74.0
 offset_right = 290.0
 offset_bottom = 78.0
-custom_minimum_size = Vector2( 0, 4 )
+custom_minimum_size = Vector2(0, 4)
 
 [node name="PasswordLabel" type="Label" parent="MarginContainer/VBoxContainer"]
 offset_top = 82.0
@@ -70,7 +70,7 @@ text = "Save password"
 offset_top = 156.0
 offset_right = 290.0
 offset_bottom = 160.0
-custom_minimum_size = Vector2( 0, 4 )
+custom_minimum_size = Vector2(0, 4)
 
 [node name="Buttons" type="HBoxContainer" parent="MarginContainer/VBoxContainer"]
 offset_left = 86.0
diff --git a/material_maker/tools/share/preview_scene_viewer.tscn b/material_maker/tools/share/preview_scene_viewer.tscn
index 0d52f9c71..1a3b2e4b2 100644
--- a/material_maker/tools/share/preview_scene_viewer.tscn
+++ b/material_maker/tools/share/preview_scene_viewer.tscn
@@ -1,8 +1,8 @@
-[gd_scene load_steps=3 format=2]
+[gd_scene load_steps=3 format=3 uid="uid://ws30ffj3uwna"]
 
-[ext_resource path="res://material_maker/tools/share/preview_viewport.tscn" type="PackedScene" id=1]
+[ext_resource type="PackedScene" uid="uid://d0quoeux821as" path="res://material_maker/tools/share/preview_viewport.tscn" id="1"]
 
-[sub_resource type="ViewportTexture" id=1]
+[sub_resource type="ViewportTexture" id="1"]
 viewport_path = NodePath("PreviewViewport")
 
 [node name="PreviewSceneViewer" type="Node"]
@@ -10,11 +10,11 @@ viewport_path = NodePath("PreviewViewport")
 [node name="TextureRect" type="TextureRect" parent="."]
 offset_right = 512.0
 offset_bottom = 512.0
-texture = SubResource( 1 )
+texture = SubResource("1")
 __meta__ = {
 "_edit_use_anchors_": false
 }
 
-[node name="PreviewViewport" parent="." instance=ExtResource( 1 )]
+[node name="PreviewViewport" parent="." instance=ExtResource("1")]
 hdr = true
 render_target_update_mode = 3
diff --git a/material_maker/widgets/curve_edit/control_point.tscn b/material_maker/widgets/curve_edit/control_point.tscn
index cea863749..cf2dbee93 100644
--- a/material_maker/widgets/curve_edit/control_point.tscn
+++ b/material_maker/widgets/curve_edit/control_point.tscn
@@ -1,15 +1,15 @@
-[gd_scene load_steps=3 format=2]
+[gd_scene load_steps=3 format=3 uid="uid://bhr7y7noxv5e6"]
 
-[ext_resource path="res://material_maker/widgets/curve_edit/slope_point.gd" type="Script" id=1]
-[ext_resource path="res://material_maker/widgets/curve_edit/control_point.gd" type="Script" id=2]
+[ext_resource type="Script" path="res://material_maker/widgets/curve_edit/slope_point.gd" id="1"]
+[ext_resource type="Script" path="res://material_maker/widgets/curve_edit/control_point.gd" id="2"]
 
 [node name="ControlPoint" type="Control"]
 offset_left = 56.9864
 offset_top = 33.8615
 offset_right = 63.9864
 offset_bottom = 40.8615
-custom_minimum_size = Vector2( 7, 7 )
-script = ExtResource( 2 )
+custom_minimum_size = Vector2(7, 7)
+script = ExtResource("2")
 __meta__ = {
 "_edit_use_anchors_": false
 }
@@ -18,8 +18,8 @@ __meta__ = {
 offset_left = -18.5235
 offset_right = -11.5235
 offset_bottom = 7.0
-custom_minimum_size = Vector2( 7, 7 )
-script = ExtResource( 1 )
+custom_minimum_size = Vector2(7, 7)
+script = ExtResource("1")
 __meta__ = {
 "_edit_use_anchors_": false
 }
@@ -29,11 +29,12 @@ distance = -30.0
 offset_left = 15.6919
 offset_right = 22.6919
 offset_bottom = 7.0
-script = ExtResource( 1 )
+script = ExtResource("1")
 __meta__ = {
 "_edit_use_anchors_": false
 }
 distance = 30.0
+
 [connection signal="gui_input" from="." to="." method="_on_ControlPoint_gui_input"]
 [connection signal="gui_input" from="LeftSlope" to="LeftSlope" method="_on_ControlPoint_gui_input"]
 [connection signal="gui_input" from="RightSlope" to="RightSlope" method="_on_ControlPoint_gui_input"]
diff --git a/material_maker/widgets/curve_edit/curve_dialog.tscn b/material_maker/widgets/curve_edit/curve_dialog.tscn
index 3c4de8b66..f1b39a16f 100644
--- a/material_maker/widgets/curve_edit/curve_dialog.tscn
+++ b/material_maker/widgets/curve_edit/curve_dialog.tscn
@@ -1,6 +1,6 @@
 [gd_scene load_steps=4 format=3 uid="uid://dmfusfaiojjvf"]
 
-[ext_resource type="PackedScene" path="res://material_maker/widgets/curve_edit/curve_editor.tscn" id="1"]
+[ext_resource type="PackedScene" uid="uid://c2ns17avhb2nx" path="res://material_maker/widgets/curve_edit/curve_editor.tscn" id="1"]
 [ext_resource type="Script" path="res://material_maker/widgets/curve_edit/curve_dialog.gd" id="2"]
 [ext_resource type="Script" path="res://material_maker/widgets/curve_edit/presets_selector.gd" id="3"]
 
diff --git a/material_maker/widgets/curve_edit/curve_editor.tscn b/material_maker/widgets/curve_edit/curve_editor.tscn
index ac0208204..7d3478894 100644
--- a/material_maker/widgets/curve_edit/curve_editor.tscn
+++ b/material_maker/widgets/curve_edit/curve_editor.tscn
@@ -1,13 +1,14 @@
-[gd_scene load_steps=3 format=2]
+[gd_scene load_steps=3 format=3 uid="uid://c2ns17avhb2nx"]
 
-[ext_resource path="res://material_maker/widgets/curve_edit/curve_view.tscn" type="PackedScene" id=1]
-[ext_resource path="res://material_maker/widgets/curve_edit/curve_editor.gd" type="Script" id=2]
+[ext_resource type="PackedScene" uid="uid://yeaj0tj7b08i" path="res://material_maker/widgets/curve_edit/curve_view.tscn" id="1"]
+[ext_resource type="Script" path="res://material_maker/widgets/curve_edit/curve_editor.gd" id="2"]
 
-[node name="CurveEditor" instance=ExtResource( 1 )]
+[node name="CurveEditor" instance=ExtResource("1")]
 offset_left = 10.0
 offset_top = 10.0
 offset_right = -10.0
 offset_bottom = -10.0
 mouse_filter = 0
-script = ExtResource( 2 )
+script = ExtResource("2")
+
 [connection signal="gui_input" from="." to="." method="_on_CurveEditor_gui_input"]
diff --git a/material_maker/widgets/desc_button/desc_button.tscn b/material_maker/widgets/desc_button/desc_button.tscn
index cd8a3ebd0..d862c3f22 100644
--- a/material_maker/widgets/desc_button/desc_button.tscn
+++ b/material_maker/widgets/desc_button/desc_button.tscn
@@ -1,19 +1,19 @@
-[gd_scene load_steps=4 format=3]
+[gd_scene load_steps=4 format=3 uid="uid://buj231c2gxm4o"]
 
-[ext_resource type="Texture2D" path="res://material_maker/icons/icons.tres" id="1"]
+[ext_resource type="Texture2D" uid="uid://c0j4px4n72di5" path="res://material_maker/icons/icons.tres" id="1"]
 [ext_resource type="Script" path="res://material_maker/widgets/desc_button/desc_button.gd" id="2"]
 
-[sub_resource type="AtlasTexture" id=1]
-flags = 4
-atlas = ExtResource( 1 )
-region = Rect2( 64, 80, 16, 16 )
+[sub_resource type="AtlasTexture" id="1"]
+atlas = ExtResource("1")
+region = Rect2(64, 80, 16, 16)
 
 [node name="Button" type="Button"]
 offset_right = 12.0
 offset_bottom = 20.0
-icon = SubResource( 1 )
-script = ExtResource( 2 )
+icon = SubResource("1")
+script = ExtResource("2")
 __meta__ = {
 "_edit_use_anchors_": false
 }
+
 [connection signal="pressed" from="." to="." method="_on_Button_pressed"]
diff --git a/material_maker/widgets/file_picker_button/file_picker_button.tscn b/material_maker/widgets/file_picker_button/file_picker_button.tscn
index 9c9667fb7..ef7008f43 100644
--- a/material_maker/widgets/file_picker_button/file_picker_button.tscn
+++ b/material_maker/widgets/file_picker_button/file_picker_button.tscn
@@ -1,12 +1,12 @@
-[gd_scene load_steps=2 format=2]
+[gd_scene load_steps=2 format=3 uid="uid://cfyio0a1b27t0"]
 
-[ext_resource path="res://material_maker/widgets/file_picker_button/file_picker_button.gd" type="Script" id=1]
+[ext_resource type="Script" path="res://material_maker/widgets/file_picker_button/file_picker_button.gd" id="1"]
 
 [node name="FilePickerButton" type="Button"]
 anchor_right = 1.0
 anchor_bottom = 1.0
 text = "Default"
-script = ExtResource( 1 )
+script = ExtResource("1")
 __meta__ = {
 "_edit_use_anchors_": false
 }
diff --git a/material_maker/widgets/float_edit/expression_editor.tscn b/material_maker/widgets/float_edit/expression_editor.tscn
index 7d672f89b..025a84e1c 100644
--- a/material_maker/widgets/float_edit/expression_editor.tscn
+++ b/material_maker/widgets/float_edit/expression_editor.tscn
@@ -5,9 +5,6 @@
 
 [sub_resource type="FontFile" id="1"]
 fallbacks = Array[Font]([ExtResource("2")])
-face_index = null
-embolden = null
-transform = null
 cache/0/16/0/ascent = 0.0
 cache/0/16/0/descent = 0.0
 cache/0/16/0/underline_position = 0.0
diff --git a/material_maker/widgets/gradient_editor/gradient_popup.tscn b/material_maker/widgets/gradient_editor/gradient_popup.tscn
index 7750018f8..423b7e58b 100644
--- a/material_maker/widgets/gradient_editor/gradient_popup.tscn
+++ b/material_maker/widgets/gradient_editor/gradient_popup.tscn
@@ -1,25 +1,24 @@
-[gd_scene load_steps=4 format=2]
+[gd_scene load_steps=4 format=3 uid="uid://in4lqr3eetvc"]
 
-[ext_resource path="res://material_maker/widgets/gradient_editor/gradient_popup.gd" type="Script" id=1]
-[ext_resource path="res://material_maker/widgets/gradient_editor/gradient_editor.tscn" type="PackedScene" id=2]
+[ext_resource type="Script" path="res://material_maker/widgets/gradient_editor/gradient_popup.gd" id="1"]
+[ext_resource type="PackedScene" uid="uid://ccm3h8eyt35f5" path="res://material_maker/widgets/gradient_editor/gradient_editor.tscn" id="2"]
 
-
-[sub_resource type="StyleBoxFlat" id=1]
-bg_color = Color( 0, 0, 0.25098, 0.752941 )
+[sub_resource type="StyleBoxFlat" id="1"]
+bg_color = Color(0, 0, 0.25098, 0.752941)
 
 [node name="GradientPopup" type="Popup"]
 offset_right = 632.0
 offset_bottom = 49.0
 size_flags_horizontal = 0
 size_flags_vertical = 0
-script = ExtResource( 1 )
+script = ExtResource("1")
 
 [node name="Panel" type="Panel" parent="."]
 offset_right = 632.0
 offset_bottom = 49.0
-theme_override_styles/panel = SubResource( 1 )
+theme_override_styles/panel = SubResource("1")
 
-[node name="Control" parent="Panel" instance=ExtResource( 2 )]
+[node name="Control" parent="Panel" instance=ExtResource("2")]
 anchor_right = 1.0
 anchor_bottom = 1.0
 offset_left = 10.0
@@ -27,5 +26,6 @@ offset_top = 10.0
 offset_right = -10.0
 offset_bottom = -10.0
 embedded = false
+
 [connection signal="popup_hide" from="." to="." method="_on_GradientPopup_popup_hide"]
 [connection signal="updated" from="Panel/Control" to="." method="_on_Control_updated"]
diff --git a/material_maker/widgets/graph_tree/graph_tree.tscn b/material_maker/widgets/graph_tree/graph_tree.tscn
index bef9cf08a..983209a1f 100644
--- a/material_maker/widgets/graph_tree/graph_tree.tscn
+++ b/material_maker/widgets/graph_tree/graph_tree.tscn
@@ -1,25 +1,25 @@
-[gd_scene load_steps=4 format=2]
+[gd_scene load_steps=4 format=3 uid="uid://b0tos6mudimlv"]
 
-[ext_resource path="res://material_maker/widgets/graph_tree/graph_tree.gd" type="Script" id=1]
+[ext_resource type="Script" path="res://material_maker/widgets/graph_tree/graph_tree.gd" id="1"]
 
-[sub_resource type="StyleBoxFlat" id=1]
-bg_color = Color( 0.109804, 0.109804, 0.188235, 1 )
+[sub_resource type="StyleBoxFlat" id="1"]
+bg_color = Color(0.109804, 0.109804, 0.188235, 1)
 border_width_left = 4
 border_width_top = 4
 border_width_right = 4
 border_width_bottom = 4
-border_color = Color( 0.196078, 0.215686, 0.643137, 1 )
+border_color = Color(0.196078, 0.215686, 0.643137, 1)
 
-[sub_resource type="Theme" id=2]
-Tree/colors/cursor_color = Color( 0, 0, 0, 1 )
-Tree/colors/custom_button_font_highlight = Color( 0.941176, 0.941176, 0.941176, 1 )
-Tree/colors/drop_position_color = Color( 1, 0.3, 0.2, 1 )
-Tree/colors/font_color = Color( 0.690196, 0.690196, 0.690196, 1 )
-Tree/colors/font_color_selected = Color( 1, 1, 1, 1 )
-Tree/colors/guide_color = Color( 0, 0, 0, 0.1 )
-Tree/colors/relationship_line_color = Color( 0.27451, 0.27451, 0.27451, 1 )
-Tree/colors/selection_color = Color( 0.1, 0.1, 1, 0.8 )
-Tree/colors/title_button_color = Color( 0.878431, 0.878431, 0.878431, 1 )
+[sub_resource type="Theme" id="2"]
+Tree/colors/cursor_color = Color(0, 0, 0, 1)
+Tree/colors/custom_button_font_highlight = Color(0.941176, 0.941176, 0.941176, 1)
+Tree/colors/drop_position_color = Color(1, 0.3, 0.2, 1)
+Tree/colors/font_color = Color(0.690196, 0.690196, 0.690196, 1)
+Tree/colors/font_color_selected = Color(1, 1, 1, 1)
+Tree/colors/guide_color = Color(0, 0, 0, 0.1)
+Tree/colors/relationship_line_color = Color(0.27451, 0.27451, 0.27451, 1)
+Tree/colors/selection_color = Color(0.1, 0.1, 1, 0.8)
+Tree/colors/title_button_color = Color(0.878431, 0.878431, 0.878431, 1)
 Tree/constants/button_margin = 4
 Tree/constants/draw_guides = 1
 Tree/constants/draw_relationship_lines = 0
@@ -37,14 +37,14 @@ Tree/icons/checked = null
 Tree/icons/select_arrow = null
 Tree/icons/unchecked = null
 Tree/icons/updown = null
-Tree/styles/bg = SubResource( 1 )
-Tree/styles/focus = null
+Tree/styles/bg = SubResource("1")
 Tree/styles/button_pressed = null
 Tree/styles/cursor = null
 Tree/styles/cursor_unfocused = null
 Tree/styles/custom_button = null
 Tree/styles/custom_button_hover = null
 Tree/styles/custom_button_pressed = null
+Tree/styles/focus = null
 Tree/styles/selected = null
 Tree/styles/selected_focus = null
 Tree/styles/title_button_hover = null
@@ -54,11 +54,12 @@ Tree/styles/title_button_pressed = null
 [node name="GraphTree" type="Popup"]
 offset_right = 335.0
 offset_bottom = 339.0
-script = ExtResource( 1 )
+script = ExtResource("1")
 
 [node name="Tree" type="Tree" parent="."]
 anchor_right = 1.0
 anchor_bottom = 1.0
-theme = SubResource( 2 )
+theme = SubResource("2")
+
 [connection signal="item_activated" from="Tree" to="." method="_on_Tree_item_double_clicked"]
 [connection signal="item_icon_double_clicked" from="Tree" to="." method="_on_Tree_item_double_clicked"]
diff --git a/material_maker/widgets/histogram/histogram.tscn b/material_maker/widgets/histogram/histogram.tscn
index f037b6964..b57084d10 100644
--- a/material_maker/widgets/histogram/histogram.tscn
+++ b/material_maker/widgets/histogram/histogram.tscn
@@ -39,7 +39,7 @@ viewport_path = NodePath("ViewportImage")
 [sub_resource type="ShaderMaterial" id="6"]
 resource_local_to_scene = true
 shader = SubResource("4")
-shader_parameter/size = 256
+shader_parameter/size = 256.0
 shader_parameter/tex = SubResource("5")
 
 [sub_resource type="Shader" id="7"]
@@ -64,7 +64,7 @@ viewport_path = NodePath("ViewportHistogram1")
 [sub_resource type="ShaderMaterial" id="9"]
 resource_local_to_scene = true
 shader = SubResource("7")
-shader_parameter/size = 256
+shader_parameter/size = 256.0
 shader_parameter/tex = SubResource("8")
 
 [sub_resource type="Shader" id="10"]
diff --git a/material_maker/widgets/linked_widgets/editable_label.tscn b/material_maker/widgets/linked_widgets/editable_label.tscn
index 3107b0f0f..b9af2d856 100644
--- a/material_maker/widgets/linked_widgets/editable_label.tscn
+++ b/material_maker/widgets/linked_widgets/editable_label.tscn
@@ -1,11 +1,11 @@
-[gd_scene load_steps=2 format=2]
+[gd_scene load_steps=2 format=3 uid="uid://dvp8gd7whg6h7"]
 
-[ext_resource path="res://material_maker/widgets/linked_widgets/editable_label.gd" type="Script" id=1]
+[ext_resource type="Script" path="res://material_maker/widgets/linked_widgets/editable_label.gd" id="1"]
 
 [node name="EditableLabel" type="HBoxContainer"]
 offset_right = 40.0
 offset_bottom = 40.0
-script = ExtResource( 1 )
+script = ExtResource("1")
 
 [node name="Label" type="Label" parent="."]
 offset_top = 13.0
@@ -20,6 +20,7 @@ offset_left = 4.0
 offset_right = 62.0
 offset_bottom = 40.0
 size_flags_horizontal = 3
+
 [connection signal="gui_input" from="Label" to="." method="_on_gui_input"]
 [connection signal="focus_exited" from="Editor" to="." method="_on_Editor_focus_exited"]
 [connection signal="text_submitted" from="Editor" to="." method="_on_Editor_text_entered"]
diff --git a/material_maker/widgets/polygon_edit/control_point.tscn b/material_maker/widgets/polygon_edit/control_point.tscn
index 93fbe3ef7..b2ac44c0d 100644
--- a/material_maker/widgets/polygon_edit/control_point.tscn
+++ b/material_maker/widgets/polygon_edit/control_point.tscn
@@ -1,15 +1,16 @@
-[gd_scene load_steps=2 format=2]
+[gd_scene load_steps=2 format=3 uid="uid://crupd18xhx3me"]
 
-[ext_resource path="res://material_maker/widgets/polygon_edit/control_point.gd" type="Script" id=1]
+[ext_resource type="Script" path="res://material_maker/widgets/polygon_edit/control_point.gd" id="1"]
 
 [node name="ControlPoint" type="Control"]
 offset_left = 56.9864
 offset_top = 33.8615
 offset_right = 63.9864
 offset_bottom = 40.8615
-custom_minimum_size = Vector2( 7, 7 )
-script = ExtResource( 1 )
+custom_minimum_size = Vector2(7, 7)
+script = ExtResource("1")
 __meta__ = {
 "_edit_use_anchors_": false
 }
+
 [connection signal="gui_input" from="." to="." method="_on_ControlPoint_gui_input"]
diff --git a/material_maker/widgets/polygon_edit/polygon_dialog.tscn b/material_maker/widgets/polygon_edit/polygon_dialog.tscn
index dec16e9a7..96d8ade1a 100644
--- a/material_maker/widgets/polygon_edit/polygon_dialog.tscn
+++ b/material_maker/widgets/polygon_edit/polygon_dialog.tscn
@@ -1,6 +1,6 @@
 [gd_scene load_steps=3 format=3 uid="uid://da62d56oqbxsd"]
 
-[ext_resource type="PackedScene" path="res://material_maker/widgets/polygon_edit/polygon_editor.tscn" id="1"]
+[ext_resource type="PackedScene" uid="uid://djura7a50b2aq" path="res://material_maker/widgets/polygon_edit/polygon_editor.tscn" id="1"]
 [ext_resource type="Script" path="res://material_maker/widgets/polygon_edit/polygon_dialog.gd" id="2"]
 
 [node name="PolygonDialog" type="Window"]
diff --git a/material_maker/widgets/polygon_edit/polygon_edit.tscn b/material_maker/widgets/polygon_edit/polygon_edit.tscn
index 43bf8f916..61dc696a2 100644
--- a/material_maker/widgets/polygon_edit/polygon_edit.tscn
+++ b/material_maker/widgets/polygon_edit/polygon_edit.tscn
@@ -1,7 +1,7 @@
 [gd_scene load_steps=3 format=3 uid="uid://bklgd7r3g3w0h"]
 
 [ext_resource type="Script" path="res://material_maker/widgets/polygon_edit/polygon_edit.gd" id="1"]
-[ext_resource type="PackedScene" path="res://material_maker/widgets/polygon_edit/polygon_view.tscn" id="2"]
+[ext_resource type="PackedScene" uid="uid://d1orwebscru7s" path="res://material_maker/widgets/polygon_edit/polygon_view.tscn" id="2"]
 
 [node name="PolygonEdit" type="Button"]
 custom_minimum_size = Vector2(32, 32)
diff --git a/material_maker/widgets/polygon_edit/polygon_editor.tscn b/material_maker/widgets/polygon_edit/polygon_editor.tscn
index 6888a1113..b3d852111 100644
--- a/material_maker/widgets/polygon_edit/polygon_editor.tscn
+++ b/material_maker/widgets/polygon_edit/polygon_editor.tscn
@@ -1,14 +1,14 @@
-[gd_scene load_steps=3 format=2]
+[gd_scene load_steps=3 format=3 uid="uid://djura7a50b2aq"]
 
-[ext_resource path="res://material_maker/widgets/curve_edit/curve_view.tscn" type="PackedScene" id=1]
-[ext_resource path="res://material_maker/widgets/polygon_edit/polygon_editor.gd" type="Script" id=2]
+[ext_resource type="PackedScene" uid="uid://yeaj0tj7b08i" path="res://material_maker/widgets/curve_edit/curve_view.tscn" id="1"]
+[ext_resource type="Script" path="res://material_maker/widgets/polygon_edit/polygon_editor.gd" id="2"]
 
-[node name="PolygonEditor" instance=ExtResource( 1 )]
+[node name="PolygonEditor" instance=ExtResource("1")]
 offset_left = 10.0
 offset_top = 10.0
 offset_right = -10.0
 offset_bottom = -10.0
 mouse_filter = 0
-script = ExtResource( 2 )
+script = ExtResource("2")
 
 [connection signal="gui_input" from="." to="." method="_on_PolygonEditor_gui_input"]
diff --git a/material_maker/widgets/polygon_edit/polygon_view.tscn b/material_maker/widgets/polygon_edit/polygon_view.tscn
index 12784d5f7..895ca838c 100644
--- a/material_maker/widgets/polygon_edit/polygon_view.tscn
+++ b/material_maker/widgets/polygon_edit/polygon_view.tscn
@@ -1,12 +1,12 @@
-[gd_scene load_steps=2 format=2]
+[gd_scene load_steps=2 format=3 uid="uid://d1orwebscru7s"]
 
-[ext_resource path="res://material_maker/widgets/polygon_edit/polygon_view.gd" type="Script" id=1]
+[ext_resource type="Script" path="res://material_maker/widgets/polygon_edit/polygon_view.gd" id="1"]
 
 [node name="PolygonView" type="Control"]
 offset_right = 64.0
 offset_bottom = 64.0
 mouse_filter = 2
-script = ExtResource( 1 )
+script = ExtResource("1")
 __meta__ = {
 "_edit_use_anchors_": false
 }
diff --git a/material_maker/widgets/port_group_button/port_group_button.tscn b/material_maker/widgets/port_group_button/port_group_button.tscn
index d4912c4db..5f6833ae7 100644
--- a/material_maker/widgets/port_group_button/port_group_button.tscn
+++ b/material_maker/widgets/port_group_button/port_group_button.tscn
@@ -1,16 +1,16 @@
-[gd_scene load_steps=3 format=2]
+[gd_scene load_steps=3 format=3 uid="uid://bi88rsdxt0ld7"]
 
-[ext_resource path="res://material_maker/widgets/port_group_button/port_group_button.gd" type="Script" id=1]
-[ext_resource path="res://material_maker/icons/port_group_0.tres" type="Texture2D" id=2]
+[ext_resource type="Script" path="res://material_maker/widgets/port_group_button/port_group_button.gd" id="1"]
+[ext_resource type="Texture2D" path="res://material_maker/icons/port_group_0.tres" id="2"]
 
 [node name="PortGroupButton" type="TextureButton" groups=["port_group_button"]]
 offset_right = 16.0
 offset_bottom = 16.0
 tooltip_text = "Click to define port groups"
 size_flags_vertical = 4
-texture_normal = ExtResource( 2 )
+texture_normal = ExtResource("2")
 stretch_mode = 2
-script = ExtResource( 1 )
+script = ExtResource("1")
 __meta__ = {
 "_edit_use_anchors_": false
 }
diff --git a/material_maker/windows/accept_dialog/accept_dialog.tscn b/material_maker/windows/accept_dialog/accept_dialog.tscn
index 879fc5133..448d15794 100644
--- a/material_maker/windows/accept_dialog/accept_dialog.tscn
+++ b/material_maker/windows/accept_dialog/accept_dialog.tscn
@@ -1,12 +1,12 @@
-[gd_scene load_steps=2 format=2]
+[gd_scene load_steps=2 format=3 uid="uid://bqm3uffhyqjqt"]
 
-[ext_resource path="res://material_maker/windows/accept_dialog/accept_dialog.gd" type="Script" id=1]
+[ext_resource type="Script" path="res://material_maker/windows/accept_dialog/accept_dialog.gd" id="1"]
 
 [node name="AcceptDialog" type="AcceptDialog"]
 offset_right = 95.0
 offset_bottom = 58.0
 window_title = "Alert"
-script = ExtResource( 1 )
+script = ExtResource("1")
 
 [connection signal="confirmed" from="." to="." method="_on_AcceptDialog_confirmed"]
 [connection signal="custom_action" from="." to="." method="_on_AcceptDialog_custom_action"]
diff --git a/material_maker/windows/file_dialog/left_panel.tscn b/material_maker/windows/file_dialog/left_panel.tscn
index abfe314b6..a45f4a0c9 100644
--- a/material_maker/windows/file_dialog/left_panel.tscn
+++ b/material_maker/windows/file_dialog/left_panel.tscn
@@ -1,12 +1,12 @@
-[gd_scene load_steps=2 format=2]
+[gd_scene load_steps=2 format=3 uid="uid://d3e5alurdf5ys"]
 
-[ext_resource path="res://material_maker/windows/file_dialog/left_panel.gd" type="Script" id=1]
+[ext_resource type="Script" path="res://material_maker/windows/file_dialog/left_panel.gd" id="1"]
 
 [node name="LeftPanel" type="VBoxContainer"]
 offset_right = 40.0
 offset_bottom = 40.0
 size_flags_vertical = 3
-script = ExtResource( 1 )
+script = ExtResource("1")
 __meta__ = {
 "_edit_use_anchors_": false
 }
@@ -20,7 +20,7 @@ text = "Recent"
 offset_top = 18.0
 offset_right = 100.0
 offset_bottom = 18.0
-custom_minimum_size = Vector2( 100, 0 )
+custom_minimum_size = Vector2(100, 0)
 size_flags_vertical = 3
 __meta__ = {
 "_edit_use_anchors_": false
@@ -36,7 +36,7 @@ text = "Favorite"
 offset_top = 40.0
 offset_right = 100.0
 offset_bottom = 40.0
-custom_minimum_size = Vector2( 100, 0 )
+custom_minimum_size = Vector2(100, 0)
 size_flags_vertical = 3
 __meta__ = {
 "_edit_use_anchors_": false
diff --git a/material_maker/windows/material_editor/export_editor.tscn b/material_maker/windows/material_editor/export_editor.tscn
index db8c9c2ba..d3271b791 100644
--- a/material_maker/windows/material_editor/export_editor.tscn
+++ b/material_maker/windows/material_editor/export_editor.tscn
@@ -2,7 +2,7 @@
 
 [ext_resource type="Texture2D" uid="uid://c0j4px4n72di5" path="res://material_maker/icons/icons.tres" id="1"]
 [ext_resource type="Script" path="res://material_maker/windows/material_editor/export_editor.gd" id="2"]
-[ext_resource type="PackedScene" path="res://material_maker/windows/material_editor/expression_line_edit.tscn" id="3"]
+[ext_resource type="PackedScene" uid="uid://lt2wnsnw4af6" path="res://material_maker/windows/material_editor/expression_line_edit.tscn" id="3"]
 
 [sub_resource type="AtlasTexture" id="2"]
 atlas = ExtResource("1")
diff --git a/material_maker/windows/material_editor/expression_line_edit.tscn b/material_maker/windows/material_editor/expression_line_edit.tscn
index a7d999c35..a14dabb43 100644
--- a/material_maker/windows/material_editor/expression_line_edit.tscn
+++ b/material_maker/windows/material_editor/expression_line_edit.tscn
@@ -1,7 +1,7 @@
-[gd_scene load_steps=3 format=2]
+[gd_scene load_steps=3 format=3 uid="uid://lt2wnsnw4af6"]
 
-[ext_resource path="res://material_maker/windows/material_editor/expression_line_edit.gd" type="Script" id=1]
-[ext_resource path="res://material_maker/icons/edit.tres" type="Texture2D" id=2]
+[ext_resource type="Script" path="res://material_maker/windows/material_editor/expression_line_edit.gd" id="1"]
+[ext_resource type="Texture2D" path="res://material_maker/icons/edit.tres" id="2"]
 
 [node name="expression" type="LineEdit"]
 offset_left = 119.0
@@ -9,7 +9,7 @@ offset_top = 108.0
 offset_right = 475.0
 offset_bottom = 132.0
 size_flags_horizontal = 3
-script = ExtResource( 1 )
+script = ExtResource("1")
 
 [node name="Button" type="TextureButton" parent="."]
 anchor_left = 1.0
@@ -20,6 +20,6 @@ offset_left = -20.0
 offset_top = -8.0
 offset_right = -4.0
 offset_bottom = 8.0
-texture_normal = ExtResource( 2 )
+texture_normal = ExtResource("2")
 
 [connection signal="pressed" from="Button" to="." method="_on_Button_pressed"]
diff --git a/material_maker/windows/node_editor/input.tscn b/material_maker/windows/node_editor/input.tscn
index 654175205..81451bc21 100644
--- a/material_maker/windows/node_editor/input.tscn
+++ b/material_maker/windows/node_editor/input.tscn
@@ -2,8 +2,8 @@
 
 [ext_resource type="Script" path="res://material_maker/windows/node_editor/input.gd" id="1"]
 [ext_resource type="Texture2D" uid="uid://c0j4px4n72di5" path="res://material_maker/icons/icons.tres" id="2"]
-[ext_resource type="PackedScene" path="res://material_maker/widgets/port_group_button/port_group_button.tscn" id="3"]
-[ext_resource type="PackedScene" path="res://material_maker/widgets/desc_button/desc_button.tscn" id="4"]
+[ext_resource type="PackedScene" uid="uid://bi88rsdxt0ld7" path="res://material_maker/widgets/port_group_button/port_group_button.tscn" id="3"]
+[ext_resource type="PackedScene" uid="uid://buj231c2gxm4o" path="res://material_maker/widgets/desc_button/desc_button.tscn" id="4"]
 
 [sub_resource type="AtlasTexture" id="1"]
 atlas = ExtResource("2")
diff --git a/material_maker/windows/node_editor/node_editor.tscn b/material_maker/windows/node_editor/node_editor.tscn
index e52fee650..c111fff6b 100644
--- a/material_maker/windows/node_editor/node_editor.tscn
+++ b/material_maker/windows/node_editor/node_editor.tscn
@@ -3,7 +3,7 @@
 [ext_resource type="Script" path="res://material_maker/windows/node_editor/node_editor.gd" id="1"]
 [ext_resource type="Script" path="res://material_maker/windows/node_editor/node_editor_item_list.gd" id="2"]
 [ext_resource type="Texture2D" uid="uid://c0j4px4n72di5" path="res://material_maker/icons/icons.tres" id="3"]
-[ext_resource type="PackedScene" path="res://material_maker/widgets/desc_button/desc_button.tscn" id="4"]
+[ext_resource type="PackedScene" uid="uid://buj231c2gxm4o" path="res://material_maker/widgets/desc_button/desc_button.tscn" id="4"]
 [ext_resource type="PackedScene" uid="uid://ddgb7ul6fncx8" path="res://material_maker/widgets/code_editor/code_editor.tscn" id="5_l5uxq"]
 
 [sub_resource type="AtlasTexture" id="1"]
@@ -23,8 +23,8 @@ function_color = Color(0.792157, 0, 0.796078, 1)
 member_variable_color = Color(0, 0.639216, 0.635294, 1)
 
 [node name="NodeEditor" type="Window"]
-initial_position = 2
 title = "Node Editor"
+initial_position = 2
 size = Vector2i(950, 450)
 exclusive = true
 script = ExtResource("1")
@@ -127,13 +127,11 @@ flat = true
 [node name="Main Code" parent="Sizer/TabBar" instance=ExtResource("5_l5uxq")]
 visible = false
 layout_mode = 2
-delimiter_strings = Array[String](["\" \"", "' '"])
 
 [node name="Instance Functions" parent="Sizer/TabBar" instance=ExtResource("5_l5uxq")]
 visible = false
 layout_mode = 2
 syntax_highlighter = SubResource("CodeHighlighter_g2tsy")
-delimiter_strings = Array[String](["\" \"", "' '"])
 
 [node name="Global Functions" type="VBoxContainer" parent="Sizer/TabBar"]
 visible = false
@@ -154,7 +152,6 @@ size_flags_horizontal = 3
 layout_mode = 2
 size_flags_vertical = 3
 syntax_highlighter = SubResource("CodeHighlighter_062tj")
-delimiter_strings = Array[String](["\" \"", "' '"])
 
 [node name="ErrorLabel" type="Label" parent="Sizer/TabBar/Global Functions/Functions"]
 visible = false
diff --git a/material_maker/windows/node_editor/output.tscn b/material_maker/windows/node_editor/output.tscn
index a7d7f231e..b6702610b 100644
--- a/material_maker/windows/node_editor/output.tscn
+++ b/material_maker/windows/node_editor/output.tscn
@@ -2,8 +2,8 @@
 
 [ext_resource type="Script" path="res://material_maker/windows/node_editor/output.gd" id="1"]
 [ext_resource type="Texture2D" uid="uid://c0j4px4n72di5" path="res://material_maker/icons/icons.tres" id="2"]
-[ext_resource type="PackedScene" path="res://material_maker/widgets/port_group_button/port_group_button.tscn" id="3"]
-[ext_resource type="PackedScene" path="res://material_maker/widgets/desc_button/desc_button.tscn" id="4"]
+[ext_resource type="PackedScene" uid="uid://bi88rsdxt0ld7" path="res://material_maker/widgets/port_group_button/port_group_button.tscn" id="3"]
+[ext_resource type="PackedScene" uid="uid://buj231c2gxm4o" path="res://material_maker/widgets/desc_button/desc_button.tscn" id="4"]
 
 [sub_resource type="AtlasTexture" id="1"]
 atlas = ExtResource("2")
diff --git a/material_maker/windows/node_editor/parameter.tscn b/material_maker/windows/node_editor/parameter.tscn
index f93c186d3..fe6c4f692 100644
--- a/material_maker/windows/node_editor/parameter.tscn
+++ b/material_maker/windows/node_editor/parameter.tscn
@@ -8,7 +8,7 @@
 [ext_resource type="PackedScene" uid="uid://bv38uib754hon" path="res://material_maker/windows/node_editor/parameter_boolean.tscn" id="6"]
 [ext_resource type="PackedScene" uid="uid://42kwj2l3x2of" path="res://material_maker/windows/node_editor/parameter_color.tscn" id="7"]
 [ext_resource type="PackedScene" uid="uid://c6pc6upxc23kc" path="res://material_maker/windows/node_editor/parameter_gradient.tscn" id="8"]
-[ext_resource type="PackedScene" path="res://material_maker/widgets/desc_button/desc_button.tscn" id="9"]
+[ext_resource type="PackedScene" uid="uid://buj231c2gxm4o" path="res://material_maker/widgets/desc_button/desc_button.tscn" id="9"]
 [ext_resource type="PackedScene" uid="uid://ew3gj3j2u7w2" path="res://material_maker/windows/node_editor/parameter_curve.tscn" id="10"]
 [ext_resource type="PackedScene" uid="uid://dffueustyojkh" path="res://material_maker/windows/node_editor/parameter_polygon.tscn" id="11"]
 [ext_resource type="PackedScene" uid="uid://dij6o75etamwy" path="res://material_maker/windows/node_editor/parameter_polyline.tscn" id="12"]
diff --git a/material_maker/windows/node_editor/parameter_float.tscn b/material_maker/windows/node_editor/parameter_float.tscn
index 3ec22d950..96748e944 100644
--- a/material_maker/windows/node_editor/parameter_float.tscn
+++ b/material_maker/windows/node_editor/parameter_float.tscn
@@ -1,7 +1,7 @@
 [gd_scene load_steps=3 format=3 uid="uid://dn13ybhfpg52k"]
 
 [ext_resource type="Script" path="res://material_maker/windows/node_editor/parameter_float.gd" id="1"]
-[ext_resource type="PackedScene" path="res://material_maker/widgets/float_edit/float_edit.tscn" id="2"]
+[ext_resource type="PackedScene" uid="uid://rflulhsuy3ax" path="res://material_maker/widgets/float_edit/float_edit.tscn" id="2"]
 
 [node name="float" type="HBoxContainer"]
 offset_right = 400.0
diff --git a/material_maker/windows/node_editor/parameter_polygon.tscn b/material_maker/windows/node_editor/parameter_polygon.tscn
index 590afd427..002c77530 100644
--- a/material_maker/windows/node_editor/parameter_polygon.tscn
+++ b/material_maker/windows/node_editor/parameter_polygon.tscn
@@ -1,7 +1,7 @@
 [gd_scene load_steps=3 format=3 uid="uid://dffueustyojkh"]
 
 [ext_resource type="Script" path="res://material_maker/windows/node_editor/parameter_polygon.gd" id="1"]
-[ext_resource type="PackedScene" path="res://material_maker/widgets/polygon_edit/polygon_edit.tscn" id="2"]
+[ext_resource type="PackedScene" uid="uid://bklgd7r3g3w0h" path="res://material_maker/widgets/polygon_edit/polygon_edit.tscn" id="2"]
 
 [node name="polygon" type="HBoxContainer"]
 offset_right = 148.0
diff --git a/material_maker/windows/node_editor/parameter_polyline.tscn b/material_maker/windows/node_editor/parameter_polyline.tscn
index dcb94bd28..90c723318 100644
--- a/material_maker/windows/node_editor/parameter_polyline.tscn
+++ b/material_maker/windows/node_editor/parameter_polyline.tscn
@@ -1,6 +1,6 @@
 [gd_scene load_steps=3 format=3 uid="uid://dij6o75etamwy"]
 
-[ext_resource type="PackedScene" path="res://material_maker/widgets/polygon_edit/polygon_edit.tscn" id="1"]
+[ext_resource type="PackedScene" uid="uid://bklgd7r3g3w0h" path="res://material_maker/widgets/polygon_edit/polygon_edit.tscn" id="1"]
 [ext_resource type="Script" path="res://material_maker/windows/node_editor/parameter_polygon.gd" id="2"]
 
 [node name="polyline" type="HBoxContainer"]
diff --git a/material_maker/windows/preferences/bool_option.tscn b/material_maker/windows/preferences/bool_option.tscn
index 5addbec0a..ce523a682 100644
--- a/material_maker/windows/preferences/bool_option.tscn
+++ b/material_maker/windows/preferences/bool_option.tscn
@@ -1,13 +1,10 @@
-[gd_scene load_steps=2 format=2]
+[gd_scene load_steps=2 format=3 uid="uid://drg0s4lftblx3"]
 
-[ext_resource path="res://material_maker/windows/preferences/bool_option.gd" type="Script" id=1]
+[ext_resource type="Script" path="res://material_maker/windows/preferences/bool_option.gd" id="1"]
 
 [node name="BooleanOption" type="CheckBox"]
 offset_right = 308.0
 offset_bottom = 24.0
 text = "Confirm when quitting the application"
 flat = true
-script = ExtResource( 1 )
-__meta__ = {
-"_edit_use_anchors_": false
-}
+script = ExtResource("1")
diff --git a/material_maker/windows/preferences/float_option.tscn b/material_maker/windows/preferences/float_option.tscn
index cba1971da..3aedf7614 100644
--- a/material_maker/windows/preferences/float_option.tscn
+++ b/material_maker/windows/preferences/float_option.tscn
@@ -1,7 +1,7 @@
-[gd_scene load_steps=3 format=2]
+[gd_scene load_steps=3 format=3 uid="uid://3lo2jh781ten"]
 
-[ext_resource path="res://material_maker/widgets/float_edit/float_edit.tscn" type="PackedScene" id=1]
-[ext_resource path="res://material_maker/windows/preferences/float_option.gd" type="Script" id=2]
+[ext_resource type="PackedScene" uid="uid://rflulhsuy3ax" path="res://material_maker/widgets/float_edit/float_edit.tscn" id="1"]
+[ext_resource type="Script" path="res://material_maker/windows/preferences/float_option.gd" id="2"]
 
-[node name="FloatOption" instance=ExtResource( 1 )]
-script = ExtResource( 2 )
+[node name="FloatOption" instance=ExtResource("1")]
+script = ExtResource("2")
diff --git a/material_maker/windows/preferences/preferences.tscn b/material_maker/windows/preferences/preferences.tscn
index 4925102c3..c7855339f 100644
--- a/material_maker/windows/preferences/preferences.tscn
+++ b/material_maker/windows/preferences/preferences.tscn
@@ -1,8 +1,8 @@
 [gd_scene load_steps=5 format=3 uid="uid://c1j6a4jdggjm6"]
 
-[ext_resource type="PackedScene" path="res://material_maker/windows/preferences/bool_option.tscn" id="1"]
+[ext_resource type="PackedScene" uid="uid://drg0s4lftblx3" path="res://material_maker/windows/preferences/bool_option.tscn" id="1"]
 [ext_resource type="Script" path="res://material_maker/windows/preferences/preferences.gd" id="2"]
-[ext_resource type="PackedScene" path="res://material_maker/windows/preferences/float_option.tscn" id="3"]
+[ext_resource type="PackedScene" uid="uid://3lo2jh781ten" path="res://material_maker/windows/preferences/float_option.tscn" id="3"]
 [ext_resource type="Script" path="res://material_maker/windows/preferences/lang_option.gd" id="4"]
 
 [node name="Preferences" type="Window"]
diff --git a/material_maker/windows/progress_window/progress_window.tscn b/material_maker/windows/progress_window/progress_window.tscn
index 704ae483f..0b9a75613 100644
--- a/material_maker/windows/progress_window/progress_window.tscn
+++ b/material_maker/windows/progress_window/progress_window.tscn
@@ -1,6 +1,6 @@
-[gd_scene load_steps=2 format=2]
+[gd_scene load_steps=2 format=3 uid="uid://dn262nq5pxuwx"]
 
-[ext_resource path="res://material_maker/windows/progress_window/progress_window.gd" type="Script" id=1]
+[ext_resource type="Script" path="res://material_maker/windows/progress_window/progress_window.gd" id="1"]
 
 [node name="ProgressWindow" type="Popup"]
 anchor_left = 0.5
@@ -12,7 +12,7 @@ offset_top = -163.0
 offset_right = 5.0
 offset_bottom = -98.0
 exclusive = true
-script = ExtResource( 1 )
+script = ExtResource("1")
 __meta__ = {
 "_edit_use_anchors_": false
 }
diff --git a/material_maker/windows/sdf_builder/gizmo.tscn b/material_maker/windows/sdf_builder/gizmo.tscn
index 22ea3ca02..c79a65278 100644
--- a/material_maker/windows/sdf_builder/gizmo.tscn
+++ b/material_maker/windows/sdf_builder/gizmo.tscn
@@ -1,6 +1,6 @@
 [gd_scene load_steps=7 format=3 uid="uid://bkaug0arymhda"]
 
-[ext_resource type="PackedScene" path="res://material_maker/windows/sdf_builder/gizmo_arrow.tscn" id="1"]
+[ext_resource type="PackedScene" uid="uid://duqci7ecjbnyx" path="res://material_maker/windows/sdf_builder/gizmo_arrow.tscn" id="1"]
 [ext_resource type="Script" path="res://material_maker/windows/sdf_builder/gizmo.gd" id="2"]
 [ext_resource type="Shader" path="res://material_maker/windows/sdf_builder/gizmo.gdshader" id="3"]
 
diff --git a/material_maker/windows/sdf_builder/gizmo_arrow.tscn b/material_maker/windows/sdf_builder/gizmo_arrow.tscn
index 43926dda4..ca4132ed7 100644
--- a/material_maker/windows/sdf_builder/gizmo_arrow.tscn
+++ b/material_maker/windows/sdf_builder/gizmo_arrow.tscn
@@ -1,72 +1,66 @@
-[gd_scene load_steps=9 format=2]
+[gd_scene load_steps=9 format=3 uid="uid://duqci7ecjbnyx"]
 
-[ext_resource path="res://material_maker/windows/sdf_builder/gizmo_arrow.gd" type="Script" id=1]
+[ext_resource type="Script" path="res://material_maker/windows/sdf_builder/gizmo_arrow.gd" id="1"]
 
-[sub_resource type="StandardMaterial3D" id=3]
-flags_unshaded = true
-albedo_color = Color( 1, 0, 0, 1 )
+[sub_resource type="StandardMaterial3D" id="3"]
+shading_mode = 0
+albedo_color = Color(1, 0, 0, 1)
 
-[sub_resource type="StandardMaterial3D" id=1]
+[sub_resource type="StandardMaterial3D" id="1"]
 resource_name = "None"
-albedo_color = Color( 0.8, 0.8, 0.8, 1 )
+albedo_color = Color(0.8, 0.8, 0.8, 1)
 metallic = 0.8
 
-[sub_resource type="ArrayMesh" id=6]
-surfaces/0 = {
-"aabb": AABB( 0.001786, -0.034153, -0.034153, 1.00001, 0.068306, 0.068306 ),
-"array_data": PackedByteArray( 134, 58, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 127, 193, 0, 52, 20, 56, 134, 58, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 127, 193, 183, 54, 164, 56, 134, 58, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 127, 193, 35, 45, 164, 56, 134, 58, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 127, 193, 30, 33, 0, 58, 134, 58, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 127, 193, 35, 45, 91, 59, 134, 58, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 127, 193, 0, 52, 235, 59, 134, 58, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 127, 193, 183, 54, 91, 59, 134, 58, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 127, 193, 215, 55, 0, 58, 55, 24, 234, 58, 217, 179, 103, 188, 217, 179, 103, 188, 129, 0, 0, 255, 91, 59, 164, 56, 55, 24, 234, 58, 0, 0, 0, 0, 10, 215, 163, 188, 129, 0, 0, 255, 0, 58, 20, 56, 55, 24, 234, 58, 10, 215, 163, 188, 0, 0, 0, 0, 129, 0, 0, 255, 235, 59, 0, 58, 55, 24, 234, 58, 217, 179, 103, 188, 217, 179, 103, 60, 129, 0, 0, 255, 91, 59, 91, 59, 55, 24, 234, 58, 0, 0, 0, 0, 10, 215, 163, 60, 129, 0, 0, 255, 0, 58, 235, 59, 55, 24, 234, 58, 217, 179, 103, 60, 217, 179, 103, 60, 129, 0, 0, 255, 164, 56, 91, 59, 55, 24, 234, 58, 10, 215, 163, 60, 0, 0, 0, 0, 129, 0, 0, 255, 20, 56, 0, 58, 55, 24, 234, 58, 217, 179, 103, 60, 217, 179, 103, 188, 129, 0, 0, 255, 164, 56, 164, 56, 39, 22, 92, 63, 57, 214, 197, 60, 57, 214, 197, 188, 147, 59, 0, 108, 0, 48, 65, 42, 74, 206, 89, 63, 217, 179, 103, 60, 217, 179, 103, 188, 147, 59, 0, 108, 0, 48, 166, 42, 39, 22, 92, 63, 0, 0, 0, 0, 4, 228, 11, 189, 147, 59, 0, 108, 0, 0, 65, 42, 74, 206, 89, 63, 0, 0, 0, 0, 10, 215, 163, 188, 147, 59, 0, 108, 0, 0, 166, 42, 39, 22, 92, 63, 4, 228, 11, 61, 0, 0, 0, 0, 172, 59, 0, 82, 0, 52, 65, 42, 74, 206, 89, 63, 10, 215, 163, 60, 0, 0, 0, 0, 172, 59, 0, 82, 0, 52, 166, 42, 39, 22, 92, 63, 57, 214, 197, 60, 57, 214, 197, 188, 172, 59, 0, 82, 0, 48, 65, 42, 74, 206, 89, 63, 217, 179, 103, 60, 217, 179, 103, 188, 172, 59, 0, 82, 0, 48, 166, 42, 39, 22, 92, 63, 57, 214, 197, 60, 57, 214, 197, 60, 189, 42, 0, 44, 0, 54, 65, 42, 74, 206, 89, 63, 217, 179, 103, 60, 217, 179, 103, 60, 189, 42, 0, 44, 0, 54, 166, 42, 39, 22, 92, 63, 4, 228, 11, 61, 0, 0, 0, 0, 189, 42, 0, 44, 0, 52, 65, 42, 74, 206, 89, 63, 10, 215, 163, 60, 0, 0, 0, 0, 189, 42, 0, 44, 0, 52, 166, 42, 39, 22, 92, 63, 0, 0, 0, 0, 4, 228, 11, 61, 189, 17, 0, 18, 0, 56, 65, 42, 74, 206, 89, 63, 0, 0, 0, 0, 10, 215, 163, 60, 189, 17, 0, 18, 0, 56, 166, 42, 39, 22, 92, 63, 57, 214, 197, 60, 57, 214, 197, 60, 189, 17, 0, 18, 0, 54, 65, 42, 74, 206, 89, 63, 217, 179, 103, 60, 217, 179, 103, 60, 189, 17, 0, 18, 0, 54, 166, 42, 39, 22, 92, 63, 57, 214, 197, 188, 57, 214, 197, 60, 189, 239, 37, 1, 0, 57, 65, 42, 74, 206, 89, 63, 217, 179, 103, 188, 217, 179, 103, 60, 189, 239, 37, 1, 0, 57, 166, 42, 39, 22, 92, 63, 0, 0, 0, 0, 4, 228, 11, 61, 189, 239, 37, 1, 0, 56, 65, 42, 74, 206, 89, 63, 0, 0, 0, 0, 10, 215, 163, 60, 189, 239, 37, 1, 0, 56, 166, 42, 39, 22, 92, 63, 4, 228, 11, 189, 0, 0, 0, 0, 189, 214, 167, 1, 0, 58, 65, 42, 74, 206, 89, 63, 10, 215, 163, 188, 0, 0, 0, 0, 189, 214, 167, 1, 0, 58, 166, 42, 39, 22, 92, 63, 57, 214, 197, 188, 57, 214, 197, 60, 189, 214, 167, 1, 0, 57, 65, 42, 74, 206, 89, 63, 217, 179, 103, 188, 217, 179, 103, 60, 189, 214, 167, 1, 0, 57, 166, 42, 39, 22, 92, 63, 57, 214, 197, 188, 57, 214, 197, 188, 172, 197, 89, 126, 0, 59, 65, 42, 74, 206, 89, 63, 217, 179, 103, 188, 217, 179, 103, 188, 172, 197, 89, 126, 0, 59, 166, 42, 39, 22, 92, 63, 4, 228, 11, 189, 0, 0, 0, 0, 172, 197, 89, 126, 0, 58, 65, 42, 74, 206, 89, 63, 10, 215, 163, 188, 0, 0, 0, 0, 172, 197, 89, 126, 0, 58, 166, 42, 39, 22, 92, 63, 0, 0, 0, 0, 4, 228, 11, 189, 147, 197, 219, 126, 0, 60, 65, 42, 74, 206, 89, 63, 0, 0, 0, 0, 10, 215, 163, 188, 147, 197, 219, 126, 0, 60, 166, 42, 39, 22, 92, 63, 57, 214, 197, 188, 57, 214, 197, 188, 147, 197, 219, 126, 0, 59, 65, 42, 74, 206, 89, 63, 217, 179, 103, 188, 217, 179, 103, 188, 147, 197, 219, 126, 0, 59, 166, 42, 134, 58, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 127, 82, 127, 63, 0, 60, 0, 0, 39, 22, 92, 63, 0, 0, 0, 0, 4, 228, 11, 189, 129, 93, 19, 119, 0, 60, 65, 42, 134, 58, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 44, 158, 101, 110, 0, 59, 0, 0, 39, 22, 92, 63, 57, 214, 197, 188, 57, 214, 197, 188, 180, 155, 190, 121, 0, 59, 65, 42, 134, 58, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 24, 154, 124, 121, 0, 58, 0, 0, 39, 22, 92, 63, 57, 214, 197, 188, 57, 214, 197, 188, 180, 155, 71, 121, 0, 59, 65, 42, 39, 22, 92, 63, 4, 228, 11, 189, 0, 0, 0, 0, 223, 163, 135, 119, 0, 58, 65, 42, 134, 58, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 13, 217, 52, 5, 0, 57, 0, 0, 39, 22, 92, 63, 4, 228, 11, 189, 0, 0, 0, 0, 223, 163, 121, 7, 0, 58, 65, 42, 39, 22, 92, 63, 57, 214, 197, 188, 57, 214, 197, 60, 231, 206, 185, 5, 0, 57, 65, 42, 134, 58, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, 8, 3, 0, 56, 0, 0, 39, 22, 92, 63, 57, 214, 197, 188, 57, 214, 197, 60, 231, 206, 66, 5, 0, 57, 65, 42, 39, 22, 92, 63, 0, 0, 0, 0, 4, 228, 11, 61, 223, 0, 237, 7, 0, 56, 65, 42, 134, 58, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 14, 42, 2, 24, 0, 54, 0, 0, 39, 22, 92, 63, 0, 0, 0, 0, 4, 228, 11, 61, 223, 0, 14, 9, 0, 56, 65, 42, 39, 22, 92, 63, 57, 214, 197, 60, 57, 214, 197, 60, 231, 50, 246, 33, 0, 54, 65, 42, 134, 58, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 24, 102, 10, 62, 0, 52, 0, 0, 39, 22, 92, 63, 57, 214, 197, 60, 57, 214, 197, 60, 231, 50, 10, 35, 0, 54, 65, 42, 39, 22, 92, 63, 4, 228, 11, 61, 0, 0, 0, 0, 223, 93, 242, 60, 0, 52, 65, 42, 134, 58, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 45, 99, 251, 75, 0, 48, 0, 0, 39, 22, 92, 63, 4, 228, 11, 61, 0, 0, 0, 0, 223, 93, 14, 66, 0, 52, 65, 42, 39, 22, 92, 63, 57, 214, 197, 60, 57, 214, 197, 188, 180, 101, 246, 91, 0, 48, 65, 42, 134, 58, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 127, 82, 17, 113, 0, 0, 0, 0, 39, 22, 92, 63, 57, 214, 197, 60, 57, 214, 197, 188, 180, 101, 10, 93, 0, 48, 65, 42, 39, 22, 92, 63, 0, 0, 0, 0, 4, 228, 11, 189, 129, 93, 242, 117, 0, 0, 65, 42, 74, 206, 89, 63, 217, 179, 103, 60, 217, 179, 103, 188, 173, 87, 0, 95, 0, 48, 166, 42, 55, 24, 234, 58, 217, 179, 103, 60, 217, 179, 103, 188, 170, 80, 0, 95, 0, 48, 0, 56, 74, 206, 89, 63, 0, 0, 0, 0, 10, 215, 163, 188, 129, 77, 238, 111, 0, 0, 166, 42, 55, 24, 234, 58, 0, 0, 0, 0, 10, 215, 163, 188, 129, 70, 238, 109, 0, 0, 0, 56, 74, 206, 89, 63, 10, 215, 163, 60, 0, 0, 0, 0, 207, 77, 0, 63, 0, 52, 166, 42, 55, 24, 234, 58, 10, 215, 163, 60, 0, 0, 0, 0, 200, 70, 0, 63, 0, 52, 0, 56, 74, 206, 89, 63, 217, 179, 103, 60, 217, 179, 103, 60, 217, 43, 0, 31, 0, 54, 166, 42, 55, 24, 234, 58, 217, 179, 103, 60, 217, 179, 103, 60, 210, 40, 0, 31, 0, 54, 0, 56, 74, 206, 89, 63, 0, 0, 0, 0, 10, 215, 163, 60, 207, 0, 0, 1, 0, 56, 166, 42, 55, 24, 234, 58, 0, 0, 0, 0, 10, 215, 163, 60, 200, 0, 0, 1, 0, 56, 0, 56, 74, 206, 89, 63, 217, 179, 103, 188, 217, 179, 103, 60, 217, 213, 63, 1, 0, 57, 166, 42, 55, 24, 234, 58, 217, 179, 103, 188, 217, 179, 103, 60, 210, 216, 63, 1, 0, 57, 0, 56, 74, 206, 89, 63, 10, 215, 163, 188, 0, 0, 0, 0, 207, 179, 130, 127, 0, 58, 166, 42, 55, 24, 234, 58, 10, 215, 163, 188, 0, 0, 0, 0, 200, 186, 129, 127, 0, 58, 0, 56, 74, 206, 89, 63, 217, 179, 103, 188, 217, 179, 103, 188, 173, 169, 63, 126, 0, 59, 166, 42, 55, 24, 234, 58, 217, 179, 103, 188, 217, 179, 103, 188, 170, 176, 63, 126, 0, 59, 0, 56, 74, 206, 89, 63, 0, 0, 0, 0, 10, 215, 163, 188, 129, 77, 30, 117, 0, 60, 166, 42, 55, 24, 234, 58, 0, 0, 0, 0, 10, 215, 163, 188, 129, 70, 34, 117, 0, 60, 0, 56 ),
-"array_index_data": PackedByteArray( 0, 0, 1, 0, 2, 0, 2, 0, 1, 0, 3, 0, 3, 0, 1, 0, 4, 0, 4, 0, 1, 0, 5, 0, 5, 0, 1, 0, 6, 0, 6, 0, 1, 0, 7, 0, 8, 0, 9, 0, 10, 0, 10, 0, 9, 0, 11, 0, 11, 0, 9, 0, 12, 0, 12, 0, 9, 0, 13, 0, 13, 0, 9, 0, 14, 0, 14, 0, 9, 0, 15, 0, 16, 0, 17, 0, 18, 0, 18, 0, 17, 0, 19, 0, 20, 0, 21, 0, 22, 0, 22, 0, 21, 0, 23, 0, 24, 0, 25, 0, 26, 0, 26, 0, 25, 0, 27, 0, 28, 0, 29, 0, 30, 0, 30, 0, 29, 0, 31, 0, 32, 0, 33, 0, 34, 0, 34, 0, 33, 0, 35, 0, 36, 0, 37, 0, 38, 0, 38, 0, 37, 0, 39, 0, 40, 0, 41, 0, 42, 0, 42, 0, 41, 0, 43, 0, 44, 0, 45, 0, 46, 0, 46, 0, 45, 0, 47, 0, 48, 0, 49, 0, 50, 0, 50, 0, 49, 0, 51, 0, 50, 0, 51, 0, 52, 0, 52, 0, 53, 0, 54, 0, 52, 0, 54, 0, 55, 0, 55, 0, 56, 0, 57, 0, 55, 0, 57, 0, 58, 0, 58, 0, 59, 0, 60, 0, 58, 0, 60, 0, 61, 0, 61, 0, 62, 0, 63, 0, 61, 0, 63, 0, 64, 0, 64, 0, 65, 0, 66, 0, 64, 0, 66, 0, 67, 0, 67, 0, 68, 0, 69, 0, 67, 0, 69, 0, 70, 0, 70, 0, 71, 0, 72, 0, 73, 0, 74, 0, 75, 0, 75, 0, 74, 0, 76, 0, 77, 0, 78, 0, 73, 0, 73, 0, 78, 0, 74, 0, 79, 0, 80, 0, 77, 0, 77, 0, 80, 0, 78, 0, 81, 0, 82, 0, 79, 0, 79, 0, 82, 0, 80, 0, 83, 0, 84, 0, 81, 0, 81, 0, 84, 0, 82, 0, 85, 0, 86, 0, 83, 0, 83, 0, 86, 0, 84, 0, 87, 0, 88, 0, 85, 0, 85, 0, 88, 0, 86, 0, 89, 0, 90, 0, 87, 0, 87, 0, 90, 0, 88, 0 ),
-"blend_shape_data": [  ],
-"format": 2194711,
-"index_count": 180,
-"material": SubResource( 1 ),
+[sub_resource type="ArrayMesh" id="6"]
+_surfaces = [{
+"aabb": AABB(0, 0, 0, 0, 0, 0),
+"format": 34359738368,
+"material": SubResource("1"),
 "name": "None",
-"primitive": 4,
-"skeleton_aabb": [  ],
-"vertex_count": 91
-}
+"primitive": 5,
+"uv_scale": Vector4(0, 0, 0, 0),
+"vertex_count": 0,
+"vertex_data": PackedByteArray()
+}]
 
-[sub_resource type="StandardMaterial3D" id=7]
+[sub_resource type="StandardMaterial3D" id="7"]
 resource_name = "None"
-albedo_color = Color( 0.8, 0.8, 0.8, 1 )
+albedo_color = Color(0.8, 0.8, 0.8, 1)
 metallic = 0.8
 
-[sub_resource type="ArrayMesh" id=8]
-surfaces/0 = {
-"aabb": AABB( -0.02, -0.52, -0.52, 0.04, 1.04, 1.04 ),
-"array_data": PackedByteArray( 0, 0, 0, 0, 38, 251, 3, 191, 134, 1, 139, 189, 14, 129, 112, 127, 42, 56, 0, 56, 0, 0, 0, 0, 184, 30, 5, 191, 0, 0, 0, 0, 0, 129, 127, 127, 0, 56, 0, 56, 217, 179, 103, 60, 149, 126, 2, 191, 114, 112, 137, 189, 67, 189, 112, 126, 42, 56, 0, 54, 217, 179, 103, 60, 207, 158, 3, 191, 0, 0, 0, 0, 62, 192, 126, 126, 0, 56, 0, 54, 10, 215, 163, 60, 70, 207, 253, 190, 156, 168, 133, 189, 125, 254, 144, 126, 42, 56, 0, 52, 10, 215, 163, 60, 0, 0, 0, 191, 0, 0, 0, 0, 125, 255, 126, 127, 0, 56, 0, 52, 217, 179, 103, 60, 131, 161, 246, 190, 198, 224, 129, 189, 60, 58, 144, 126, 42, 56, 0, 48, 217, 179, 103, 60, 97, 194, 248, 190, 0, 0, 0, 0, 64, 62, 126, 1, 0, 56, 0, 48, 0, 0, 0, 0, 97, 168, 243, 190, 55, 80, 128, 189, 0, 112, 112, 127, 42, 56, 0, 0, 0, 0, 0, 0, 143, 194, 245, 190, 0, 0, 0, 0, 0, 127, 127, 127, 0, 56, 0, 0, 0, 0, 0, 0, 97, 168, 243, 190, 55, 80, 128, 189, 0, 112, 112, 127, 42, 56, 0, 60, 0, 0, 0, 0, 143, 194, 245, 190, 0, 0, 0, 0, 0, 127, 127, 127, 0, 56, 0, 60, 217, 179, 103, 188, 131, 161, 246, 190, 198, 224, 129, 189, 196, 58, 112, 126, 42, 56, 0, 59, 217, 179, 103, 188, 97, 194, 248, 190, 0, 0, 0, 0, 192, 62, 126, 126, 0, 56, 0, 59, 10, 215, 163, 188, 70, 207, 253, 190, 156, 168, 133, 189, 131, 254, 112, 126, 42, 56, 0, 58, 10, 215, 163, 188, 0, 0, 0, 191, 0, 0, 0, 0, 131, 255, 126, 1, 0, 56, 0, 58, 217, 179, 103, 188, 149, 126, 2, 191, 114, 112, 137, 189, 189, 189, 144, 126, 42, 56, 0, 57, 217, 179, 103, 188, 207, 158, 3, 191, 0, 0, 0, 0, 194, 192, 126, 1, 0, 56, 0, 57, 0, 0, 0, 0, 125, 149, 0, 191, 234, 208, 9, 190, 26, 129, 100, 127, 85, 56, 0, 56, 217, 179, 103, 60, 95, 69, 254, 190, 129, 67, 8, 190, 71, 186, 100, 126, 85, 56, 0, 54, 10, 215, 163, 60, 237, 70, 247, 190, 203, 131, 4, 190, 125, 254, 100, 126, 85, 56, 0, 52, 217, 179, 103, 60, 124, 72, 240, 190, 89, 196, 0, 190, 57, 54, 100, 126, 85, 56, 0, 48, 0, 0, 0, 0, 191, 98, 237, 190, 223, 109, 254, 189, 0, 100, 100, 127, 85, 56, 0, 0, 0, 0, 0, 0, 191, 98, 237, 190, 223, 109, 254, 189, 0, 100, 100, 127, 85, 56, 0, 60, 217, 179, 103, 188, 124, 72, 240, 190, 89, 196, 0, 190, 199, 54, 156, 126, 85, 56, 0, 59, 10, 215, 163, 188, 237, 70, 247, 190, 203, 131, 4, 190, 131, 254, 156, 126, 85, 56, 0, 58, 217, 179, 103, 188, 95, 69, 254, 190, 129, 67, 8, 190, 185, 186, 156, 126, 85, 56, 0, 57, 0, 0, 0, 0, 56, 249, 245, 190, 88, 197, 75, 190, 37, 129, 89, 127, 128, 56, 0, 56, 217, 179, 103, 60, 219, 51, 243, 190, 225, 121, 73, 190, 75, 184, 167, 126, 128, 56, 0, 54, 10, 215, 163, 60, 102, 131, 236, 190, 40, 239, 67, 190, 125, 254, 167, 126, 128, 56, 0, 52, 217, 179, 103, 60, 208, 210, 229, 190, 111, 100, 62, 190, 55, 50, 89, 126, 128, 56, 0, 48, 0, 0, 0, 0, 116, 13, 227, 190, 181, 24, 60, 190, 0, 89, 89, 127, 128, 56, 0, 0, 0, 0, 0, 0, 116, 13, 227, 190, 181, 24, 60, 190, 0, 89, 89, 127, 128, 56, 0, 60, 217, 179, 103, 188, 208, 210, 229, 190, 111, 100, 62, 190, 201, 50, 167, 126, 128, 56, 0, 59, 10, 215, 163, 188, 102, 131, 236, 190, 40, 239, 67, 190, 131, 254, 89, 126, 128, 56, 0, 58, 217, 179, 103, 188, 219, 51, 243, 190, 225, 121, 73, 190, 181, 184, 89, 126, 128, 56, 0, 57, 0, 0, 0, 0, 12, 146, 230, 190, 184, 30, 133, 190, 46, 129, 80, 127, 170, 56, 0, 56, 217, 179, 103, 60, 30, 249, 227, 190, 207, 158, 131, 190, 80, 182, 80, 126, 170, 56, 0, 54, 10, 215, 163, 60, 225, 179, 221, 190, 0, 0, 128, 190, 125, 254, 176, 126, 170, 56, 0, 52, 217, 179, 103, 60, 131, 110, 215, 190, 97, 194, 120, 190, 54, 46, 80, 126, 170, 56, 0, 48, 0, 0, 0, 0, 149, 213, 212, 190, 143, 194, 117, 190, 0, 80, 80, 127, 170, 56, 0, 0, 0, 0, 0, 0, 149, 213, 212, 190, 143, 194, 117, 190, 0, 80, 80, 127, 170, 56, 0, 60, 217, 179, 103, 188, 131, 110, 215, 190, 97, 194, 120, 190, 202, 46, 176, 126, 170, 56, 0, 59, 10, 215, 163, 188, 225, 179, 221, 190, 0, 0, 128, 190, 131, 254, 80, 126, 170, 56, 0, 58, 217, 179, 103, 188, 30, 249, 227, 190, 207, 158, 131, 190, 176, 182, 176, 126, 170, 56, 0, 57, 0, 0, 0, 0, 248, 56, 211, 190, 161, 19, 162, 190, 55, 129, 71, 127, 213, 56, 0, 56, 217, 179, 103, 60, 191, 215, 208, 190, 58, 64, 160, 190, 84, 182, 71, 126, 213, 56, 0, 54, 10, 215, 163, 60, 63, 25, 203, 190, 212, 215, 155, 190, 125, 254, 185, 126, 213, 56, 0, 52, 217, 179, 103, 60, 159, 90, 197, 190, 76, 111, 151, 190, 53, 41, 71, 126, 213, 56, 0, 48, 0, 0, 0, 0, 135, 249, 194, 190, 229, 155, 149, 190, 0, 71, 71, 127, 213, 56, 0, 0, 0, 0, 0, 0, 135, 249, 194, 190, 229, 155, 149, 190, 0, 71, 71, 127, 213, 56, 0, 60, 217, 179, 103, 188, 159, 90, 197, 190, 76, 111, 151, 190, 203, 41, 185, 126, 213, 56, 0, 59, 10, 215, 163, 188, 63, 25, 203, 190, 212, 215, 155, 190, 131, 254, 71, 126, 213, 56, 0, 58, 217, 179, 103, 188, 191, 215, 208, 190, 58, 64, 160, 190, 172, 182, 185, 126, 213, 56, 0, 57, 0, 0, 0, 0, 133, 66, 188, 190, 166, 66, 188, 190, 63, 129, 63, 127, 0, 57, 0, 56, 217, 179, 103, 60, 158, 35, 186, 190, 158, 35, 186, 190, 89, 181, 193, 126, 0, 57, 0, 54, 10, 215, 163, 60, 230, 4, 181, 190, 230, 4, 181, 190, 125, 254, 193, 127, 0, 57, 0, 52, 217, 179, 103, 60, 46, 230, 175, 190, 46, 230, 175, 190, 53, 36, 63, 126, 0, 57, 0, 48, 0, 0, 0, 0, 71, 199, 173, 190, 71, 199, 173, 190, 0, 63, 63, 127, 0, 57, 0, 0, 0, 0, 0, 0, 71, 199, 173, 190, 71, 199, 173, 190, 0, 63, 63, 127, 0, 57, 0, 60, 217, 179, 103, 188, 46, 230, 175, 190, 46, 230, 175, 190, 203, 36, 193, 126, 0, 57, 0, 59, 10, 215, 163, 188, 230, 4, 181, 190, 230, 4, 181, 190, 131, 254, 63, 127, 0, 57, 0, 58, 217, 179, 103, 188, 158, 35, 186, 190, 158, 35, 186, 190, 167, 181, 193, 126, 0, 57, 0, 57, 0, 0, 0, 0, 161, 19, 162, 190, 248, 56, 211, 190, 71, 129, 55, 127, 42, 57, 0, 56, 217, 179, 103, 60, 58, 64, 160, 190, 191, 215, 208, 190, 94, 182, 201, 126, 42, 57, 0, 54, 10, 215, 163, 60, 212, 215, 155, 190, 63, 25, 203, 190, 125, 254, 55, 126, 42, 57, 0, 52, 217, 179, 103, 60, 109, 111, 151, 190, 159, 90, 197, 190, 53, 31, 201, 126, 42, 57, 0, 48, 0, 0, 0, 0, 6, 156, 149, 190, 102, 249, 194, 190, 0, 55, 55, 127, 42, 57, 0, 0, 0, 0, 0, 0, 6, 156, 149, 190, 102, 249, 194, 190, 0, 55, 55, 127, 42, 57, 0, 60, 217, 179, 103, 188, 109, 111, 151, 190, 159, 90, 197, 190, 203, 31, 55, 126, 42, 57, 0, 59, 10, 215, 163, 188, 212, 215, 155, 190, 63, 25, 203, 190, 131, 254, 201, 126, 42, 57, 0, 58, 217, 179, 103, 188, 58, 64, 160, 190, 191, 215, 208, 190, 162, 182, 55, 126, 42, 57, 0, 57, 0, 0, 0, 0, 184, 30, 133, 190, 12, 146, 230, 190, 80, 129, 46, 127, 85, 57, 0, 56, 217, 179, 103, 60, 207, 158, 131, 190, 30, 249, 227, 190, 99, 182, 210, 126, 85, 57, 0, 54, 10, 215, 163, 60, 0, 0, 128, 190, 225, 179, 221, 190, 126, 254, 46, 126, 85, 57, 0, 52, 217, 179, 103, 60, 97, 194, 120, 190, 131, 110, 215, 190, 54, 26, 210, 126, 85, 57, 0, 48, 0, 0, 0, 0, 143, 194, 117, 190, 149, 213, 212, 190, 0, 46, 46, 127, 85, 57, 0, 0, 0, 0, 0, 0, 143, 194, 117, 190, 149, 213, 212, 190, 0, 46, 46, 127, 85, 57, 0, 60, 217, 179, 103, 188, 97, 194, 120, 190, 131, 110, 215, 190, 202, 26, 46, 126, 85, 57, 0, 59, 10, 215, 163, 188, 0, 0, 128, 190, 225, 179, 221, 190, 130, 254, 210, 126, 85, 57, 0, 58, 217, 179, 103, 188, 207, 158, 131, 190, 30, 249, 227, 190, 157, 182, 46, 126, 85, 57, 0, 57, 0, 0, 0, 0, 156, 197, 75, 190, 56, 249, 245, 190, 89, 129, 37, 127, 128, 57, 0, 56, 217, 179, 103, 60, 225, 121, 73, 190, 219, 51, 243, 190, 105, 184, 37, 126, 128, 57, 0, 54, 10, 215, 163, 60, 40, 239, 67, 190, 102, 131, 236, 190, 126, 254, 37, 126, 128, 57, 0, 52, 217, 179, 103, 60, 111, 100, 62, 190, 208, 210, 229, 190, 55, 20, 219, 126, 128, 57, 0, 48, 0, 0, 0, 0, 181, 24, 60, 190, 116, 13, 227, 190, 0, 37, 37, 127, 128, 57, 0, 0, 0, 0, 0, 0, 181, 24, 60, 190, 116, 13, 227, 190, 0, 37, 37, 127, 128, 57, 0, 60, 217, 179, 103, 188, 111, 100, 62, 190, 208, 210, 229, 190, 201, 20, 37, 126, 128, 57, 0, 59, 10, 215, 163, 188, 40, 239, 67, 190, 102, 131, 236, 190, 130, 254, 219, 126, 128, 57, 0, 58, 217, 179, 103, 188, 225, 121, 73, 190, 219, 51, 243, 190, 151, 184, 219, 126, 128, 57, 0, 57, 0, 0, 0, 0, 234, 208, 9, 190, 125, 149, 0, 191, 100, 129, 26, 127, 170, 57, 0, 56, 217, 179, 103, 60, 129, 67, 8, 190, 95, 69, 254, 190, 112, 186, 230, 126, 170, 57, 0, 54, 10, 215, 163, 60, 14, 132, 4, 190, 237, 70, 247, 190, 126, 254, 230, 126, 170, 57, 0, 52, 217, 179, 103, 60, 89, 196, 0, 190, 124, 72, 240, 190, 57, 14, 230, 126, 170, 57, 0, 48, 0, 0, 0, 0, 223, 109, 254, 189, 191, 98, 237, 190, 0, 26, 26, 127, 170, 57, 0, 0, 0, 0, 0, 0, 223, 109, 254, 189, 191, 98, 237, 190, 0, 26, 26, 127, 170, 57, 0, 60, 217, 179, 103, 188, 89, 196, 0, 190, 124, 72, 240, 190, 199, 14, 26, 126, 170, 57, 0, 59, 10, 215, 163, 188, 14, 132, 4, 190, 237, 70, 247, 190, 130, 254, 26, 126, 170, 57, 0, 58, 217, 179, 103, 188, 129, 67, 8, 190, 95, 69, 254, 190, 144, 186, 26, 126, 170, 57, 0, 57, 0, 0, 0, 0, 134, 1, 139, 189, 38, 251, 3, 191, 112, 129, 14, 127, 213, 57, 0, 56, 217, 179, 103, 60, 114, 112, 137, 189, 149, 126, 2, 191, 119, 189, 242, 126, 213, 57, 0, 54, 10, 215, 163, 60, 156, 168, 133, 189, 70, 207, 253, 190, 126, 254, 14, 126, 213, 57, 0, 52, 217, 179, 103, 60, 198, 224, 129, 189, 131, 161, 246, 190, 60, 7, 14, 126, 213, 57, 0, 48, 0, 0, 0, 0, 177, 79, 128, 189, 63, 168, 243, 190, 0, 14, 14, 127, 213, 57, 0, 0, 0, 0, 0, 0, 177, 79, 128, 189, 63, 168, 243, 190, 0, 14, 14, 127, 213, 57, 0, 60, 217, 179, 103, 188, 198, 224, 129, 189, 131, 161, 246, 190, 196, 7, 242, 126, 213, 57, 0, 59, 10, 215, 163, 188, 156, 168, 133, 189, 70, 207, 253, 190, 130, 254, 242, 126, 213, 57, 0, 58, 217, 179, 103, 188, 114, 112, 137, 189, 149, 126, 2, 191, 137, 189, 14, 126, 213, 57, 0, 57, 0, 0, 0, 0, 0, 0, 0, 0, 184, 30, 5, 191, 127, 127, 0, 127, 0, 58, 0, 56, 217, 179, 103, 60, 0, 0, 0, 0, 207, 158, 3, 191, 127, 64, 0, 126, 0, 58, 0, 54, 10, 215, 163, 60, 0, 0, 0, 0, 0, 0, 0, 191, 127, 1, 0, 126, 0, 58, 0, 52, 217, 179, 103, 60, 0, 0, 0, 0, 97, 194, 248, 190, 64, 0, 0, 126, 0, 58, 0, 48, 0, 0, 0, 0, 0, 0, 0, 0, 143, 194, 245, 190, 0, 0, 0, 127, 0, 58, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 143, 194, 245, 190, 0, 0, 0, 127, 0, 58, 0, 60, 217, 179, 103, 188, 0, 0, 0, 0, 97, 194, 248, 190, 192, 0, 0, 126, 0, 58, 0, 59, 10, 215, 163, 188, 0, 0, 0, 0, 0, 0, 0, 191, 129, 1, 0, 127, 0, 58, 0, 58, 217, 179, 103, 188, 0, 0, 0, 0, 207, 158, 3, 191, 129, 64, 0, 126, 0, 58, 0, 57, 0, 0, 0, 0, 134, 1, 139, 61, 38, 251, 3, 191, 112, 127, 0, 119, 42, 58, 0, 56, 217, 179, 103, 60, 114, 112, 137, 61, 149, 126, 2, 191, 119, 67, 0, 119, 42, 58, 0, 54, 10, 215, 163, 60, 156, 168, 133, 61, 70, 207, 253, 190, 126, 2, 0, 119, 42, 58, 0, 52, 217, 179, 103, 60, 198, 224, 129, 61, 131, 161, 246, 190, 60, 249, 0, 119, 42, 58, 0, 48, 0, 0, 0, 0, 55, 80, 128, 61, 63, 168, 243, 190, 0, 242, 0, 119, 42, 58, 0, 0, 0, 0, 0, 0, 55, 80, 128, 61, 63, 168, 243, 190, 0, 242, 0, 119, 42, 58, 0, 60, 217, 179, 103, 188, 198, 224, 129, 61, 131, 161, 246, 190, 196, 249, 0, 119, 42, 58, 0, 59, 10, 215, 163, 188, 156, 168, 133, 61, 70, 207, 253, 190, 130, 2, 0, 119, 42, 58, 0, 58, 217, 179, 103, 188, 114, 112, 137, 61, 149, 126, 2, 191, 137, 67, 0, 119, 42, 58, 0, 57, 0, 0, 0, 0, 234, 208, 9, 62, 125, 149, 0, 191, 100, 127, 0, 113, 85, 58, 0, 56, 217, 179, 103, 60, 129, 67, 8, 62, 95, 69, 254, 190, 112, 70, 0, 113, 85, 58, 0, 54, 10, 215, 163, 60, 203, 131, 4, 62, 237, 70, 247, 190, 126, 2, 0, 113, 85, 58, 0, 52, 217, 179, 103, 60, 89, 196, 0, 62, 124, 72, 240, 190, 57, 242, 0, 113, 85, 58, 0, 48, 0, 0, 0, 0, 223, 109, 254, 61, 191, 98, 237, 190, 0, 230, 0, 113, 85, 58, 0, 0, 0, 0, 0, 0, 223, 109, 254, 61, 191, 98, 237, 190, 0, 230, 0, 113, 85, 58, 0, 60, 217, 179, 103, 188, 89, 196, 0, 62, 124, 72, 240, 190, 199, 242, 0, 113, 85, 58, 0, 59, 10, 215, 163, 188, 203, 131, 4, 62, 237, 70, 247, 190, 130, 2, 0, 113, 85, 58, 0, 58, 217, 179, 103, 188, 129, 67, 8, 62, 95, 69, 254, 190, 144, 70, 0, 113, 85, 58, 0, 57, 0, 0, 0, 0, 88, 197, 75, 62, 56, 249, 245, 190, 89, 127, 0, 108, 128, 58, 0, 56, 217, 179, 103, 60, 225, 121, 73, 62, 219, 51, 243, 190, 105, 72, 0, 108, 128, 58, 0, 54, 10, 215, 163, 60, 40, 239, 67, 62, 102, 131, 236, 190, 126, 2, 0, 108, 128, 58, 0, 52, 217, 179, 103, 60, 111, 100, 62, 62, 208, 210, 229, 190, 55, 236, 0, 108, 128, 58, 0, 48, 0, 0, 0, 0, 181, 24, 60, 62, 116, 13, 227, 190, 0, 219, 0, 108, 128, 58, 0, 0, 0, 0, 0, 0, 181, 24, 60, 62, 116, 13, 227, 190, 0, 219, 0, 108, 128, 58, 0, 60, 217, 179, 103, 188, 111, 100, 62, 62, 208, 210, 229, 190, 201, 236, 0, 108, 128, 58, 0, 59, 10, 215, 163, 188, 40, 239, 67, 62, 102, 131, 236, 190, 130, 2, 0, 108, 128, 58, 0, 58, 217, 179, 103, 188, 225, 121, 73, 62, 219, 51, 243, 190, 151, 72, 0, 108, 128, 58, 0, 57, 0, 0, 0, 0, 184, 30, 133, 62, 12, 146, 230, 190, 80, 127, 0, 103, 170, 58, 0, 56, 217, 179, 103, 60, 207, 158, 131, 62, 30, 249, 227, 190, 99, 74, 0, 103, 170, 58, 0, 54, 10, 215, 163, 60, 0, 0, 128, 62, 225, 179, 221, 190, 126, 2, 0, 103, 170, 58, 0, 52, 217, 179, 103, 60, 97, 194, 120, 62, 131, 110, 215, 190, 54, 230, 0, 103, 170, 58, 0, 48, 0, 0, 0, 0, 143, 194, 117, 62, 149, 213, 212, 190, 0, 210, 0, 103, 170, 58, 0, 0, 0, 0, 0, 0, 143, 194, 117, 62, 149, 213, 212, 190, 0, 210, 0, 103, 170, 58, 0, 60, 217, 179, 103, 188, 97, 194, 120, 62, 131, 110, 215, 190, 202, 230, 0, 103, 170, 58, 0, 59, 10, 215, 163, 188, 0, 0, 128, 62, 225, 179, 221, 190, 130, 2, 0, 103, 170, 58, 0, 58, 217, 179, 103, 188, 207, 158, 131, 62, 30, 249, 227, 190, 157, 74, 0, 103, 170, 58, 0, 57, 0, 0, 0, 0, 161, 19, 162, 62, 248, 56, 211, 190, 71, 127, 0, 99, 213, 58, 0, 56, 217, 179, 103, 60, 58, 64, 160, 62, 191, 215, 208, 190, 94, 74, 0, 99, 213, 58, 0, 54, 10, 215, 163, 60, 212, 215, 155, 62, 63, 25, 203, 190, 125, 2, 0, 99, 213, 58, 0, 52, 217, 179, 103, 60, 109, 111, 151, 62, 159, 90, 197, 190, 53, 225, 0, 99, 213, 58, 0, 48, 0, 0, 0, 0, 229, 155, 149, 62, 135, 249, 194, 190, 0, 201, 0, 99, 213, 58, 0, 0, 0, 0, 0, 0, 229, 155, 149, 62, 135, 249, 194, 190, 0, 201, 0, 99, 213, 58, 0, 60, 217, 179, 103, 188, 109, 111, 151, 62, 159, 90, 197, 190, 203, 225, 0, 99, 213, 58, 0, 59, 10, 215, 163, 188, 212, 215, 155, 62, 63, 25, 203, 190, 131, 2, 0, 99, 213, 58, 0, 58, 217, 179, 103, 188, 58, 64, 160, 62, 191, 215, 208, 190, 162, 74, 0, 99, 213, 58, 0, 57, 0, 0, 0, 0, 166, 66, 188, 62, 133, 66, 188, 190, 63, 127, 0, 95, 0, 59, 0, 56, 217, 179, 103, 60, 158, 35, 186, 62, 158, 35, 186, 190, 89, 75, 0, 95, 0, 59, 0, 54, 10, 215, 163, 60, 230, 4, 181, 62, 230, 4, 181, 190, 125, 2, 0, 95, 0, 59, 0, 52, 217, 179, 103, 60, 46, 230, 175, 62, 46, 230, 175, 190, 53, 220, 0, 95, 0, 59, 0, 48, 0, 0, 0, 0, 71, 199, 173, 62, 71, 199, 173, 190, 0, 193, 0, 95, 0, 59, 0, 0, 0, 0, 0, 0, 71, 199, 173, 62, 71, 199, 173, 190, 0, 193, 0, 95, 0, 59, 0, 60, 217, 179, 103, 188, 46, 230, 175, 62, 46, 230, 175, 190, 203, 220, 0, 95, 0, 59, 0, 59, 10, 215, 163, 188, 230, 4, 181, 62, 230, 4, 181, 190, 131, 2, 0, 95, 0, 59, 0, 58, 217, 179, 103, 188, 158, 35, 186, 62, 158, 35, 186, 190, 167, 75, 0, 95, 0, 59, 0, 57, 0, 0, 0, 0, 248, 56, 211, 62, 161, 19, 162, 190, 55, 127, 0, 91, 42, 59, 0, 56, 217, 179, 103, 60, 191, 215, 208, 62, 58, 64, 160, 190, 84, 74, 0, 91, 42, 59, 0, 54, 10, 215, 163, 60, 63, 25, 203, 62, 212, 215, 155, 190, 125, 2, 0, 91, 42, 59, 0, 52, 217, 179, 103, 60, 159, 90, 197, 62, 109, 111, 151, 190, 53, 215, 0, 91, 42, 59, 0, 48, 0, 0, 0, 0, 135, 249, 194, 62, 229, 155, 149, 190, 0, 185, 0, 91, 42, 59, 0, 0, 0, 0, 0, 0, 135, 249, 194, 62, 229, 155, 149, 190, 0, 185, 0, 91, 42, 59, 0, 60, 217, 179, 103, 188, 159, 90, 197, 62, 109, 111, 151, 190, 203, 215, 0, 91, 42, 59, 0, 59, 10, 215, 163, 188, 63, 25, 203, 62, 212, 215, 155, 190, 131, 2, 0, 91, 42, 59, 0, 58, 217, 179, 103, 188, 191, 215, 208, 62, 58, 64, 160, 190, 172, 74, 0, 91, 42, 59, 0, 57, 0, 0, 0, 0, 12, 146, 230, 62, 184, 30, 133, 190, 46, 127, 0, 86, 85, 59, 0, 56, 217, 179, 103, 60, 30, 249, 227, 62, 207, 158, 131, 190, 80, 74, 0, 86, 85, 59, 0, 54, 10, 215, 163, 60, 225, 179, 221, 62, 0, 0, 128, 190, 125, 2, 0, 86, 85, 59, 0, 52, 217, 179, 103, 60, 131, 110, 215, 62, 97, 194, 120, 190, 54, 210, 0, 86, 85, 59, 0, 48, 0, 0, 0, 0, 149, 213, 212, 62, 143, 194, 117, 190, 0, 176, 0, 86, 85, 59, 0, 0, 0, 0, 0, 0, 149, 213, 212, 62, 143, 194, 117, 190, 0, 176, 0, 86, 85, 59, 0, 60, 217, 179, 103, 188, 131, 110, 215, 62, 97, 194, 120, 190, 202, 210, 0, 86, 85, 59, 0, 59, 10, 215, 163, 188, 225, 179, 221, 62, 0, 0, 128, 190, 131, 2, 0, 86, 85, 59, 0, 58, 217, 179, 103, 188, 30, 249, 227, 62, 207, 158, 131, 190, 176, 74, 0, 86, 85, 59, 0, 57, 0, 0, 0, 0, 56, 249, 245, 62, 88, 197, 75, 190, 37, 127, 0, 82, 128, 59, 0, 56, 217, 179, 103, 60, 219, 51, 243, 62, 225, 121, 73, 190, 75, 72, 0, 82, 128, 59, 0, 54, 10, 215, 163, 60, 102, 131, 236, 62, 40, 239, 67, 190, 125, 2, 0, 82, 128, 59, 0, 52, 217, 179, 103, 60, 208, 210, 229, 62, 111, 100, 62, 190, 55, 206, 0, 82, 128, 59, 0, 48, 0, 0, 0, 0, 116, 13, 227, 62, 181, 24, 60, 190, 0, 167, 0, 82, 128, 59, 0, 0, 0, 0, 0, 0, 116, 13, 227, 62, 181, 24, 60, 190, 0, 167, 0, 82, 128, 59, 0, 60, 217, 179, 103, 188, 208, 210, 229, 62, 111, 100, 62, 190, 201, 206, 0, 82, 128, 59, 0, 59, 10, 215, 163, 188, 102, 131, 236, 62, 40, 239, 67, 190, 131, 2, 0, 82, 128, 59, 0, 58, 217, 179, 103, 188, 219, 51, 243, 62, 225, 121, 73, 190, 181, 72, 0, 82, 128, 59, 0, 57, 0, 0, 0, 0, 125, 149, 0, 63, 234, 208, 9, 190, 26, 127, 0, 76, 170, 59, 0, 56, 217, 179, 103, 60, 95, 69, 254, 62, 129, 67, 8, 190, 71, 70, 0, 76, 170, 59, 0, 54, 10, 215, 163, 60, 237, 70, 247, 62, 203, 131, 4, 190, 125, 2, 0, 76, 170, 59, 0, 52, 217, 179, 103, 60, 124, 72, 240, 62, 89, 196, 0, 190, 57, 202, 0, 76, 170, 59, 0, 48, 0, 0, 0, 0, 191, 98, 237, 62, 223, 109, 254, 189, 0, 156, 0, 76, 170, 59, 0, 0, 0, 0, 0, 0, 191, 98, 237, 62, 223, 109, 254, 189, 0, 156, 0, 76, 170, 59, 0, 60, 217, 179, 103, 188, 124, 72, 240, 62, 89, 196, 0, 190, 199, 202, 0, 76, 170, 59, 0, 59, 10, 215, 163, 188, 237, 70, 247, 62, 203, 131, 4, 190, 131, 2, 0, 76, 170, 59, 0, 58, 217, 179, 103, 188, 95, 69, 254, 62, 129, 67, 8, 190, 185, 70, 0, 76, 170, 59, 0, 57, 0, 0, 0, 0, 38, 251, 3, 63, 134, 1, 139, 189, 14, 127, 0, 70, 213, 59, 0, 56, 217, 179, 103, 60, 149, 126, 2, 63, 114, 112, 137, 189, 67, 67, 0, 70, 213, 59, 0, 54, 10, 215, 163, 60, 70, 207, 253, 62, 156, 168, 133, 189, 125, 2, 0, 70, 213, 59, 0, 52, 217, 179, 103, 60, 131, 161, 246, 62, 198, 224, 129, 189, 60, 198, 0, 70, 213, 59, 0, 48, 0, 0, 0, 0, 63, 168, 243, 62, 55, 80, 128, 189, 0, 144, 0, 70, 213, 59, 0, 0, 0, 0, 0, 0, 63, 168, 243, 62, 55, 80, 128, 189, 0, 144, 0, 70, 213, 59, 0, 60, 217, 179, 103, 188, 131, 161, 246, 62, 198, 224, 129, 189, 196, 198, 0, 70, 213, 59, 0, 59, 10, 215, 163, 188, 70, 207, 253, 62, 156, 168, 133, 189, 131, 2, 0, 70, 213, 59, 0, 58, 217, 179, 103, 188, 149, 126, 2, 63, 114, 112, 137, 189, 189, 67, 0, 70, 213, 59, 0, 57, 0, 0, 0, 0, 184, 30, 5, 63, 0, 0, 0, 0, 0, 127, 0, 63, 0, 60, 0, 56, 217, 179, 103, 60, 207, 158, 3, 63, 0, 0, 0, 0, 62, 64, 253, 65, 0, 60, 0, 54, 10, 215, 163, 60, 0, 0, 0, 63, 0, 0, 0, 0, 125, 1, 0, 67, 0, 60, 0, 52, 217, 179, 103, 60, 97, 194, 248, 62, 0, 0, 0, 0, 64, 194, 3, 65, 0, 60, 0, 48, 0, 0, 0, 0, 143, 194, 245, 62, 0, 0, 0, 0, 0, 129, 0, 63, 0, 60, 0, 0, 0, 0, 0, 0, 143, 194, 245, 62, 0, 0, 0, 0, 0, 129, 0, 63, 0, 60, 0, 60, 217, 179, 103, 188, 97, 194, 248, 62, 0, 0, 0, 0, 192, 194, 253, 65, 0, 60, 0, 59, 10, 215, 163, 188, 0, 0, 0, 63, 0, 0, 0, 0, 131, 1, 0, 67, 0, 60, 0, 58, 217, 179, 103, 188, 207, 158, 3, 63, 0, 0, 0, 0, 194, 64, 3, 65, 0, 60, 0, 57, 0, 0, 0, 0, 38, 251, 3, 63, 134, 1, 139, 61, 0, 112, 0, 56, 85, 37, 0, 56, 0, 0, 0, 0, 184, 30, 5, 63, 0, 0, 0, 0, 0, 127, 0, 63, 0, 0, 0, 56, 217, 179, 103, 60, 149, 126, 2, 63, 114, 112, 137, 61, 59, 59, 0, 56, 85, 37, 0, 54, 217, 179, 103, 60, 207, 158, 3, 63, 0, 0, 0, 0, 62, 64, 3, 61, 0, 0, 0, 54, 10, 215, 163, 60, 70, 207, 253, 62, 156, 168, 133, 61, 124, 1, 0, 56, 85, 37, 0, 52, 10, 215, 163, 60, 0, 0, 0, 63, 0, 0, 0, 0, 125, 1, 0, 59, 0, 0, 0, 52, 217, 179, 103, 60, 131, 161, 246, 62, 198, 224, 129, 61, 68, 190, 0, 56, 85, 37, 0, 48, 217, 179, 103, 60, 97, 194, 248, 62, 0, 0, 0, 0, 64, 194, 253, 61, 0, 0, 0, 48, 0, 0, 0, 0, 63, 168, 243, 62, 55, 80, 128, 61, 14, 129, 0, 56, 85, 37, 0, 0, 0, 0, 0, 0, 143, 194, 245, 62, 0, 0, 0, 0, 0, 129, 0, 63, 0, 0, 0, 0, 0, 0, 0, 0, 63, 168, 243, 62, 55, 80, 128, 61, 14, 129, 0, 56, 85, 37, 0, 60, 0, 0, 0, 0, 143, 194, 245, 62, 0, 0, 0, 0, 0, 129, 0, 63, 0, 0, 0, 60, 217, 179, 103, 188, 131, 161, 246, 62, 198, 224, 129, 61, 188, 190, 0, 56, 85, 37, 0, 59, 217, 179, 103, 188, 97, 194, 248, 62, 0, 0, 0, 0, 192, 194, 3, 61, 0, 0, 0, 59, 10, 215, 163, 188, 70, 207, 253, 62, 156, 168, 133, 61, 132, 1, 0, 56, 85, 37, 0, 58, 10, 215, 163, 188, 0, 0, 0, 63, 0, 0, 0, 0, 131, 1, 0, 59, 0, 0, 0, 58, 217, 179, 103, 188, 149, 126, 2, 63, 114, 112, 137, 61, 197, 59, 0, 56, 85, 37, 0, 57, 217, 179, 103, 188, 207, 158, 3, 63, 0, 0, 0, 0, 194, 64, 253, 61, 0, 0, 0, 57, 0, 0, 0, 0, 125, 149, 0, 63, 234, 208, 9, 62, 0, 100, 0, 50, 85, 41, 0, 56, 217, 179, 103, 60, 95, 69, 254, 62, 129, 67, 8, 62, 56, 55, 0, 50, 85, 41, 0, 54, 10, 215, 163, 60, 237, 70, 247, 62, 203, 131, 4, 62, 124, 1, 0, 50, 85, 41, 0, 52, 217, 179, 103, 60, 124, 72, 240, 62, 89, 196, 0, 62, 72, 187, 0, 50, 85, 41, 0, 48, 0, 0, 0, 0, 191, 98, 237, 62, 223, 109, 254, 61, 26, 129, 0, 50, 85, 41, 0, 0, 0, 0, 0, 0, 191, 98, 237, 62, 223, 109, 254, 61, 26, 129, 0, 50, 85, 41, 0, 60, 217, 179, 103, 188, 124, 72, 240, 62, 89, 196, 0, 62, 184, 187, 0, 50, 85, 41, 0, 59, 10, 215, 163, 188, 237, 70, 247, 62, 203, 131, 4, 62, 132, 1, 0, 50, 85, 41, 0, 58, 217, 179, 103, 188, 95, 69, 254, 62, 129, 67, 8, 62, 200, 55, 0, 50, 85, 41, 0, 57, 0, 0, 0, 0, 56, 249, 245, 62, 88, 197, 75, 62, 0, 89, 0, 44, 0, 44, 0, 56, 217, 179, 103, 60, 219, 51, 243, 62, 158, 121, 73, 62, 54, 51, 0, 44, 0, 44, 0, 54, 10, 215, 163, 60, 102, 131, 236, 62, 40, 239, 67, 62, 124, 1, 0, 44, 0, 44, 0, 52, 217, 179, 103, 60, 208, 210, 229, 62, 111, 100, 62, 62, 76, 185, 0, 44, 0, 44, 0, 48, 0, 0, 0, 0, 116, 13, 227, 62, 181, 24, 60, 62, 37, 129, 0, 44, 0, 44, 0, 0, 0, 0, 0, 0, 116, 13, 227, 62, 181, 24, 60, 62, 37, 129, 0, 44, 0, 44, 0, 60, 217, 179, 103, 188, 208, 210, 229, 62, 111, 100, 62, 62, 180, 185, 0, 44, 0, 44, 0, 59, 10, 215, 163, 188, 102, 131, 236, 62, 40, 239, 67, 62, 132, 1, 0, 44, 0, 44, 0, 58, 217, 179, 103, 188, 219, 51, 243, 62, 158, 121, 73, 62, 202, 51, 0, 44, 0, 44, 0, 57, 0, 0, 0, 0, 12, 146, 230, 62, 184, 30, 133, 62, 0, 80, 0, 40, 85, 45, 0, 56, 217, 179, 103, 60, 30, 249, 227, 62, 207, 158, 131, 62, 52, 46, 0, 40, 85, 45, 0, 54, 10, 215, 163, 60, 225, 179, 221, 62, 0, 0, 128, 62, 124, 1, 0, 40, 85, 45, 0, 52, 217, 179, 103, 60, 131, 110, 215, 62, 97, 194, 120, 62, 80, 184, 0, 40, 85, 45, 0, 48, 0, 0, 0, 0, 149, 213, 212, 62, 143, 194, 117, 62, 46, 129, 0, 40, 85, 45, 0, 0, 0, 0, 0, 0, 149, 213, 212, 62, 143, 194, 117, 62, 46, 129, 0, 40, 85, 45, 0, 60, 217, 179, 103, 188, 131, 110, 215, 62, 97, 194, 120, 62, 176, 184, 0, 40, 85, 45, 0, 59, 10, 215, 163, 188, 225, 179, 221, 62, 0, 0, 128, 62, 132, 1, 0, 40, 85, 45, 0, 58, 217, 179, 103, 188, 30, 249, 227, 62, 207, 158, 131, 62, 204, 46, 0, 40, 85, 45, 0, 57, 0, 0, 0, 0, 248, 56, 211, 62, 161, 19, 162, 62, 0, 71, 0, 35, 170, 46, 0, 56, 217, 179, 103, 60, 191, 215, 208, 62, 58, 64, 160, 62, 52, 42, 0, 35, 170, 46, 0, 54, 10, 215, 163, 60, 63, 25, 203, 62, 212, 215, 155, 62, 124, 1, 0, 35, 170, 46, 0, 52, 217, 179, 103, 60, 159, 90, 197, 62, 109, 111, 151, 62, 85, 183, 0, 35, 170, 46, 0, 48, 0, 0, 0, 0, 135, 249, 194, 62, 229, 155, 149, 62, 55, 129, 0, 35, 170, 46, 0, 0, 0, 0, 0, 0, 135, 249, 194, 62, 229, 155, 149, 62, 55, 129, 0, 35, 170, 46, 0, 60, 217, 179, 103, 188, 159, 90, 197, 62, 109, 111, 151, 62, 171, 183, 0, 35, 170, 46, 0, 59, 10, 215, 163, 188, 63, 25, 203, 62, 212, 215, 155, 62, 132, 1, 0, 35, 170, 46, 0, 58, 217, 179, 103, 188, 191, 215, 208, 62, 58, 64, 160, 62, 204, 42, 0, 35, 170, 46, 0, 57, 0, 0, 0, 0, 166, 66, 188, 62, 133, 66, 188, 62, 0, 63, 0, 31, 0, 48, 0, 56, 217, 179, 103, 60, 158, 35, 186, 62, 158, 35, 186, 62, 51, 37, 0, 31, 0, 48, 0, 54, 10, 215, 163, 60, 230, 4, 181, 62, 230, 4, 181, 62, 124, 1, 0, 31, 0, 48, 0, 52, 217, 179, 103, 60, 46, 230, 175, 62, 46, 230, 175, 62, 90, 183, 0, 31, 0, 48, 0, 48, 0, 0, 0, 0, 71, 199, 173, 62, 71, 199, 173, 62, 63, 129, 0, 31, 0, 48, 0, 0, 0, 0, 0, 0, 71, 199, 173, 62, 71, 199, 173, 62, 63, 129, 0, 31, 0, 48, 0, 60, 217, 179, 103, 188, 46, 230, 175, 62, 46, 230, 175, 62, 166, 183, 0, 31, 0, 48, 0, 59, 10, 215, 163, 188, 230, 4, 181, 62, 230, 4, 181, 62, 132, 1, 0, 31, 0, 48, 0, 58, 217, 179, 103, 188, 158, 35, 186, 62, 158, 35, 186, 62, 205, 37, 0, 31, 0, 48, 0, 57, 0, 0, 0, 0, 161, 19, 162, 62, 248, 56, 211, 62, 0, 55, 0, 27, 170, 48, 0, 56, 217, 179, 103, 60, 58, 64, 160, 62, 191, 215, 208, 62, 52, 32, 0, 27, 170, 48, 0, 54, 10, 215, 163, 60, 212, 215, 155, 62, 30, 25, 203, 62, 124, 1, 0, 27, 170, 48, 0, 52, 217, 179, 103, 60, 109, 111, 151, 62, 159, 90, 197, 62, 95, 183, 0, 27, 170, 48, 0, 48, 0, 0, 0, 0, 6, 156, 149, 62, 102, 249, 194, 62, 71, 129, 0, 27, 170, 48, 0, 0, 0, 0, 0, 0, 6, 156, 149, 62, 102, 249, 194, 62, 71, 129, 0, 27, 170, 48, 0, 60, 217, 179, 103, 188, 109, 111, 151, 62, 159, 90, 197, 62, 161, 183, 0, 27, 170, 48, 0, 59, 10, 215, 163, 188, 212, 215, 155, 62, 30, 25, 203, 62, 132, 1, 0, 27, 170, 48, 0, 58, 217, 179, 103, 188, 58, 64, 160, 62, 191, 215, 208, 62, 204, 32, 0, 27, 170, 48, 0, 57, 0, 0, 0, 0, 184, 30, 133, 62, 12, 146, 230, 62, 0, 46, 0, 23, 85, 49, 0, 56, 217, 179, 103, 60, 207, 158, 131, 62, 30, 249, 227, 62, 52, 27, 0, 23, 85, 49, 0, 54, 10, 215, 163, 60, 0, 0, 128, 62, 225, 179, 221, 62, 124, 0, 0, 23, 85, 49, 0, 52, 217, 179, 103, 60, 97, 194, 120, 62, 131, 110, 215, 62, 100, 184, 0, 23, 85, 49, 0, 48, 0, 0, 0, 0, 143, 194, 117, 62, 149, 213, 212, 62, 80, 129, 0, 23, 85, 49, 0, 0, 0, 0, 0, 0, 143, 194, 117, 62, 149, 213, 212, 62, 80, 129, 0, 23, 85, 49, 0, 60, 217, 179, 103, 188, 97, 194, 120, 62, 131, 110, 215, 62, 156, 184, 0, 23, 85, 49, 0, 59, 10, 215, 163, 188, 0, 0, 128, 62, 225, 179, 221, 62, 132, 0, 0, 23, 85, 49, 0, 58, 217, 179, 103, 188, 207, 158, 131, 62, 30, 249, 227, 62, 204, 27, 0, 23, 85, 49, 0, 57, 0, 0, 0, 0, 88, 197, 75, 62, 56, 249, 245, 62, 0, 37, 0, 18, 0, 50, 0, 56, 217, 179, 103, 60, 225, 121, 73, 62, 219, 51, 243, 62, 54, 21, 0, 18, 0, 50, 0, 54, 10, 215, 163, 60, 40, 239, 67, 62, 102, 131, 236, 62, 124, 0, 0, 18, 0, 50, 0, 52, 217, 179, 103, 60, 111, 100, 62, 62, 208, 210, 229, 62, 106, 185, 0, 18, 0, 50, 0, 48, 0, 0, 0, 0, 181, 24, 60, 62, 116, 13, 227, 62, 89, 129, 0, 18, 0, 50, 0, 0, 0, 0, 0, 0, 181, 24, 60, 62, 116, 13, 227, 62, 89, 129, 0, 18, 0, 50, 0, 60, 217, 179, 103, 188, 111, 100, 62, 62, 208, 210, 229, 62, 150, 185, 0, 18, 0, 50, 0, 59, 10, 215, 163, 188, 40, 239, 67, 62, 102, 131, 236, 62, 132, 0, 0, 18, 0, 50, 0, 58, 217, 179, 103, 188, 225, 121, 73, 62, 219, 51, 243, 62, 202, 21, 0, 18, 0, 50, 0, 57, 0, 0, 0, 0, 234, 208, 9, 62, 125, 149, 0, 63, 0, 26, 0, 13, 170, 50, 0, 56, 217, 179, 103, 60, 129, 67, 8, 62, 95, 69, 254, 62, 56, 14, 0, 13, 170, 50, 0, 54, 10, 215, 163, 60, 14, 132, 4, 62, 237, 70, 247, 62, 124, 0, 0, 13, 170, 50, 0, 52, 217, 179, 103, 60, 89, 196, 0, 62, 124, 72, 240, 62, 112, 187, 0, 13, 170, 50, 0, 48, 0, 0, 0, 0, 223, 109, 254, 61, 191, 98, 237, 62, 100, 129, 0, 13, 170, 50, 0, 0, 0, 0, 0, 0, 223, 109, 254, 61, 191, 98, 237, 62, 100, 129, 0, 13, 170, 50, 0, 60, 217, 179, 103, 188, 89, 196, 0, 62, 124, 72, 240, 62, 144, 187, 0, 13, 170, 50, 0, 59, 10, 215, 163, 188, 14, 132, 4, 62, 237, 70, 247, 62, 132, 0, 0, 13, 170, 50, 0, 58, 217, 179, 103, 188, 129, 67, 8, 62, 95, 69, 254, 62, 200, 14, 0, 13, 170, 50, 0, 57, 0, 0, 0, 0, 134, 1, 139, 61, 38, 251, 3, 63, 0, 14, 0, 7, 85, 51, 0, 56, 217, 179, 103, 60, 114, 112, 137, 61, 149, 126, 2, 63, 59, 7, 0, 7, 85, 51, 0, 54, 10, 215, 163, 60, 156, 168, 133, 61, 70, 207, 253, 62, 124, 0, 0, 7, 85, 51, 0, 52, 217, 179, 103, 60, 198, 224, 129, 61, 131, 161, 246, 62, 119, 190, 0, 7, 85, 51, 0, 48, 0, 0, 0, 0, 55, 80, 128, 61, 63, 168, 243, 62, 112, 129, 0, 7, 85, 51, 0, 0, 0, 0, 0, 0, 55, 80, 128, 61, 63, 168, 243, 62, 112, 129, 0, 7, 85, 51, 0, 60, 217, 179, 103, 188, 198, 224, 129, 61, 131, 161, 246, 62, 137, 190, 0, 7, 85, 51, 0, 59, 10, 215, 163, 188, 156, 168, 133, 61, 70, 207, 253, 62, 132, 0, 0, 7, 85, 51, 0, 58, 217, 179, 103, 188, 114, 112, 137, 61, 149, 126, 2, 63, 197, 7, 0, 7, 85, 51, 0, 57, 0, 0, 0, 0, 0, 0, 0, 0, 184, 30, 5, 63, 0, 0, 0, 1, 0, 52, 0, 56, 217, 179, 103, 60, 0, 0, 0, 0, 207, 158, 3, 63, 62, 0, 0, 1, 0, 52, 0, 54, 10, 215, 163, 60, 0, 0, 0, 0, 0, 0, 0, 63, 125, 0, 0, 1, 0, 52, 0, 52, 217, 179, 103, 60, 0, 0, 0, 0, 97, 194, 248, 62, 127, 62, 0, 1, 0, 52, 0, 48, 0, 0, 0, 0, 0, 0, 0, 0, 143, 194, 245, 62, 127, 127, 0, 1, 0, 52, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 143, 194, 245, 62, 127, 127, 0, 1, 0, 52, 0, 60, 217, 179, 103, 188, 0, 0, 0, 0, 97, 194, 248, 62, 129, 62, 0, 1, 0, 52, 0, 59, 10, 215, 163, 188, 0, 0, 0, 0, 0, 0, 0, 63, 131, 0, 0, 1, 0, 52, 0, 58, 217, 179, 103, 188, 0, 0, 0, 0, 207, 158, 3, 63, 194, 0, 0, 1, 0, 52, 0, 57, 0, 0, 0, 0, 134, 1, 139, 189, 38, 251, 3, 63, 0, 242, 14, 1, 85, 52, 0, 56, 217, 179, 103, 60, 114, 112, 137, 189, 149, 126, 2, 63, 59, 249, 14, 1, 85, 52, 0, 54, 10, 215, 163, 60, 156, 168, 133, 189, 70, 207, 253, 62, 124, 0, 242, 1, 85, 52, 0, 52, 217, 179, 103, 60, 198, 224, 129, 189, 131, 161, 246, 62, 119, 66, 242, 1, 85, 52, 0, 48, 0, 0, 0, 0, 177, 79, 128, 189, 63, 168, 243, 62, 112, 127, 14, 1, 85, 52, 0, 0, 0, 0, 0, 0, 177, 79, 128, 189, 63, 168, 243, 62, 112, 127, 14, 1, 85, 52, 0, 60, 217, 179, 103, 188, 198, 224, 129, 189, 131, 161, 246, 62, 137, 66, 14, 1, 85, 52, 0, 59, 10, 215, 163, 188, 156, 168, 133, 189, 70, 207, 253, 62, 132, 0, 14, 1, 85, 52, 0, 58, 217, 179, 103, 188, 114, 112, 137, 189, 149, 126, 2, 63, 197, 249, 242, 1, 85, 52, 0, 57, 0, 0, 0, 0, 234, 208, 9, 190, 125, 149, 0, 63, 0, 230, 26, 1, 170, 52, 0, 56, 217, 179, 103, 60, 129, 67, 8, 190, 95, 69, 254, 62, 56, 242, 26, 1, 170, 52, 0, 54, 10, 215, 163, 60, 203, 131, 4, 190, 237, 70, 247, 62, 124, 0, 26, 1, 170, 52, 0, 52, 217, 179, 103, 60, 89, 196, 0, 190, 124, 72, 240, 62, 112, 69, 26, 1, 170, 52, 0, 48, 0, 0, 0, 0, 223, 109, 254, 189, 191, 98, 237, 62, 100, 127, 26, 1, 170, 52, 0, 0, 0, 0, 0, 0, 223, 109, 254, 189, 191, 98, 237, 62, 100, 127, 26, 1, 170, 52, 0, 60, 217, 179, 103, 188, 89, 196, 0, 190, 124, 72, 240, 62, 144, 69, 230, 1, 170, 52, 0, 59, 10, 215, 163, 188, 203, 131, 4, 190, 237, 70, 247, 62, 132, 0, 230, 1, 170, 52, 0, 58, 217, 179, 103, 188, 129, 67, 8, 190, 95, 69, 254, 62, 200, 242, 230, 1, 170, 52, 0, 57, 0, 0, 0, 0, 156, 197, 75, 190, 56, 249, 245, 62, 0, 219, 37, 1, 0, 53, 0, 56, 217, 179, 103, 60, 225, 121, 73, 190, 219, 51, 243, 62, 54, 235, 219, 1, 0, 53, 0, 54, 10, 215, 163, 60, 40, 239, 67, 190, 102, 131, 236, 62, 124, 0, 219, 1, 0, 53, 0, 52, 217, 179, 103, 60, 111, 100, 62, 190, 208, 210, 229, 62, 106, 71, 37, 1, 0, 53, 0, 48, 0, 0, 0, 0, 181, 24, 60, 190, 116, 13, 227, 62, 89, 127, 37, 1, 0, 53, 0, 0, 0, 0, 0, 0, 181, 24, 60, 190, 116, 13, 227, 62, 89, 127, 37, 1, 0, 53, 0, 60, 217, 179, 103, 188, 111, 100, 62, 190, 208, 210, 229, 62, 150, 71, 219, 1, 0, 53, 0, 59, 10, 215, 163, 188, 40, 239, 67, 190, 102, 131, 236, 62, 132, 0, 37, 1, 0, 53, 0, 58, 217, 179, 103, 188, 225, 121, 73, 190, 219, 51, 243, 62, 202, 235, 37, 1, 0, 53, 0, 57, 0, 0, 0, 0, 184, 30, 133, 190, 12, 146, 230, 62, 0, 210, 46, 1, 85, 53, 0, 56, 217, 179, 103, 60, 207, 158, 131, 190, 30, 249, 227, 62, 52, 229, 46, 1, 85, 53, 0, 54, 10, 215, 163, 60, 0, 0, 128, 190, 225, 179, 221, 62, 124, 0, 210, 1, 85, 53, 0, 52, 217, 179, 103, 60, 97, 194, 120, 190, 131, 110, 215, 62, 100, 72, 46, 1, 85, 53, 0, 48, 0, 0, 0, 0, 143, 194, 117, 190, 149, 213, 212, 62, 80, 127, 46, 1, 85, 53, 0, 0, 0, 0, 0, 0, 143, 194, 117, 190, 149, 213, 212, 62, 80, 127, 46, 1, 85, 53, 0, 60, 217, 179, 103, 188, 97, 194, 120, 190, 131, 110, 215, 62, 156, 72, 210, 1, 85, 53, 0, 59, 10, 215, 163, 188, 0, 0, 128, 190, 225, 179, 221, 62, 132, 0, 46, 1, 85, 53, 0, 58, 217, 179, 103, 188, 207, 158, 131, 190, 30, 249, 227, 62, 204, 229, 210, 1, 85, 53, 0, 57, 0, 0, 0, 0, 161, 19, 162, 190, 248, 56, 211, 62, 0, 201, 55, 1, 170, 53, 0, 56, 217, 179, 103, 60, 58, 64, 160, 190, 191, 215, 208, 62, 52, 224, 55, 1, 170, 53, 0, 54, 10, 215, 163, 60, 212, 215, 155, 190, 63, 25, 203, 62, 124, 255, 201, 1, 170, 53, 0, 52, 217, 179, 103, 60, 76, 111, 151, 190, 159, 90, 197, 62, 95, 73, 55, 1, 170, 53, 0, 48, 0, 0, 0, 0, 229, 155, 149, 190, 135, 249, 194, 62, 71, 127, 55, 1, 170, 53, 0, 0, 0, 0, 0, 0, 229, 155, 149, 190, 135, 249, 194, 62, 71, 127, 55, 1, 170, 53, 0, 60, 217, 179, 103, 188, 76, 111, 151, 190, 159, 90, 197, 62, 161, 73, 201, 1, 170, 53, 0, 59, 10, 215, 163, 188, 212, 215, 155, 190, 63, 25, 203, 62, 132, 255, 55, 1, 170, 53, 0, 58, 217, 179, 103, 188, 58, 64, 160, 190, 191, 215, 208, 62, 204, 224, 201, 1, 170, 53, 0, 57, 0, 0, 0, 0, 133, 66, 188, 190, 166, 66, 188, 62, 0, 193, 63, 1, 0, 54, 0, 56, 217, 179, 103, 60, 158, 35, 186, 190, 192, 35, 186, 62, 51, 219, 193, 1, 0, 54, 0, 54, 10, 215, 163, 60, 230, 4, 181, 190, 8, 5, 181, 62, 124, 255, 193, 1, 0, 54, 0, 52, 217, 179, 103, 60, 46, 230, 175, 190, 79, 230, 175, 62, 90, 73, 63, 1, 0, 54, 0, 48, 0, 0, 0, 0, 71, 199, 173, 190, 71, 199, 173, 62, 63, 127, 63, 1, 0, 54, 0, 0, 0, 0, 0, 0, 71, 199, 173, 190, 71, 199, 173, 62, 63, 127, 63, 1, 0, 54, 0, 60, 217, 179, 103, 188, 46, 230, 175, 190, 79, 230, 175, 62, 166, 73, 193, 1, 0, 54, 0, 59, 10, 215, 163, 188, 230, 4, 181, 190, 8, 5, 181, 62, 132, 255, 63, 1, 0, 54, 0, 58, 217, 179, 103, 188, 158, 35, 186, 190, 192, 35, 186, 62, 205, 219, 63, 1, 0, 54, 0, 57, 0, 0, 0, 0, 248, 56, 211, 190, 161, 19, 162, 62, 0, 185, 71, 1, 85, 54, 0, 56, 217, 179, 103, 60, 191, 215, 208, 190, 58, 64, 160, 62, 52, 214, 185, 1, 85, 54, 0, 54, 10, 215, 163, 60, 63, 25, 203, 190, 212, 215, 155, 62, 124, 255, 71, 1, 85, 54, 0, 52, 217, 179, 103, 60, 159, 90, 197, 190, 76, 111, 151, 62, 85, 73, 185, 1, 85, 54, 0, 48, 0, 0, 0, 0, 135, 249, 194, 190, 229, 155, 149, 62, 55, 127, 71, 1, 85, 54, 0, 0, 0, 0, 0, 0, 135, 249, 194, 190, 229, 155, 149, 62, 55, 127, 71, 1, 85, 54, 0, 60, 217, 179, 103, 188, 159, 90, 197, 190, 76, 111, 151, 62, 171, 73, 71, 1, 85, 54, 0, 59, 10, 215, 163, 188, 63, 25, 203, 190, 212, 215, 155, 62, 132, 255, 185, 1, 85, 54, 0, 58, 217, 179, 103, 188, 191, 215, 208, 190, 58, 64, 160, 62, 204, 214, 71, 1, 85, 54, 0, 57, 0, 0, 0, 0, 12, 146, 230, 190, 184, 30, 133, 62, 0, 176, 80, 1, 170, 54, 0, 56, 217, 179, 103, 60, 30, 249, 227, 190, 207, 158, 131, 62, 52, 210, 176, 1, 170, 54, 0, 54, 10, 215, 163, 60, 225, 179, 221, 190, 0, 0, 128, 62, 124, 255, 80, 1, 170, 54, 0, 52, 217, 179, 103, 60, 131, 110, 215, 190, 97, 194, 120, 62, 80, 72, 176, 1, 170, 54, 0, 48, 0, 0, 0, 0, 149, 213, 212, 190, 143, 194, 117, 62, 46, 127, 80, 1, 170, 54, 0, 0, 0, 0, 0, 0, 149, 213, 212, 190, 143, 194, 117, 62, 46, 127, 80, 1, 170, 54, 0, 60, 217, 179, 103, 188, 131, 110, 215, 190, 97, 194, 120, 62, 176, 72, 80, 1, 170, 54, 0, 59, 10, 215, 163, 188, 225, 179, 221, 190, 0, 0, 128, 62, 132, 255, 176, 1, 170, 54, 0, 58, 217, 179, 103, 188, 30, 249, 227, 190, 207, 158, 131, 62, 204, 210, 80, 1, 170, 54, 0, 57, 0, 0, 0, 0, 56, 249, 245, 190, 156, 197, 75, 62, 0, 167, 89, 1, 0, 55, 0, 56, 217, 179, 103, 60, 219, 51, 243, 190, 225, 121, 73, 62, 54, 205, 89, 1, 0, 55, 0, 54, 10, 215, 163, 60, 102, 131, 236, 190, 40, 239, 67, 62, 124, 255, 89, 1, 0, 55, 0, 52, 217, 179, 103, 60, 208, 210, 229, 190, 111, 100, 62, 62, 76, 71, 167, 1, 0, 55, 0, 48, 0, 0, 0, 0, 116, 13, 227, 190, 181, 24, 60, 62, 37, 127, 89, 1, 0, 55, 0, 0, 0, 0, 0, 0, 116, 13, 227, 190, 181, 24, 60, 62, 37, 127, 89, 1, 0, 55, 0, 60, 217, 179, 103, 188, 208, 210, 229, 190, 111, 100, 62, 62, 180, 71, 89, 1, 0, 55, 0, 59, 10, 215, 163, 188, 102, 131, 236, 190, 40, 239, 67, 62, 132, 255, 167, 1, 0, 55, 0, 58, 217, 179, 103, 188, 219, 51, 243, 190, 225, 121, 73, 62, 202, 205, 167, 1, 0, 55, 0, 57, 0, 0, 0, 0, 125, 149, 0, 191, 234, 208, 9, 62, 0, 156, 100, 1, 85, 55, 0, 56, 217, 179, 103, 60, 95, 69, 254, 190, 129, 67, 8, 62, 56, 201, 156, 1, 85, 55, 0, 54, 10, 215, 163, 60, 237, 70, 247, 190, 203, 131, 4, 62, 124, 255, 156, 1, 85, 55, 0, 52, 217, 179, 103, 60, 124, 72, 240, 190, 89, 196, 0, 62, 72, 69, 156, 1, 85, 55, 0, 48, 0, 0, 0, 0, 191, 98, 237, 190, 223, 109, 254, 61, 26, 127, 100, 1, 85, 55, 0, 0, 0, 0, 0, 0, 191, 98, 237, 190, 223, 109, 254, 61, 26, 127, 100, 1, 85, 55, 0, 60, 217, 179, 103, 188, 124, 72, 240, 190, 89, 196, 0, 62, 184, 69, 100, 1, 85, 55, 0, 59, 10, 215, 163, 188, 237, 70, 247, 190, 203, 131, 4, 62, 132, 255, 100, 1, 85, 55, 0, 58, 217, 179, 103, 188, 95, 69, 254, 190, 129, 67, 8, 62, 200, 201, 100, 1, 85, 55, 0, 57, 0, 0, 0, 0, 38, 251, 3, 191, 134, 1, 139, 61, 0, 144, 112, 1, 170, 55, 0, 56, 217, 179, 103, 60, 149, 126, 2, 191, 114, 112, 137, 61, 59, 197, 144, 1, 170, 55, 0, 54, 10, 215, 163, 60, 70, 207, 253, 190, 156, 168, 133, 61, 124, 255, 112, 1, 170, 55, 0, 52, 217, 179, 103, 60, 131, 161, 246, 190, 198, 224, 129, 61, 68, 66, 112, 1, 170, 55, 0, 48, 0, 0, 0, 0, 97, 168, 243, 190, 55, 80, 128, 61, 14, 127, 112, 1, 170, 55, 0, 0, 0, 0, 0, 0, 97, 168, 243, 190, 55, 80, 128, 61, 14, 127, 112, 1, 170, 55, 0, 60, 217, 179, 103, 188, 131, 161, 246, 190, 198, 224, 129, 61, 188, 66, 144, 1, 170, 55, 0, 59, 10, 215, 163, 188, 70, 207, 253, 190, 156, 168, 133, 61, 132, 255, 144, 1, 170, 55, 0, 58, 217, 179, 103, 188, 149, 126, 2, 191, 114, 112, 137, 61, 197, 197, 112, 1, 170, 55, 0, 57 ),
-"array_index_data": PackedByteArray( 0, 0, 1, 0, 2, 0, 2, 0, 1, 0, 3, 0, 2, 0, 3, 0, 4, 0, 4, 0, 3, 0, 5, 0, 4, 0, 5, 0, 6, 0, 6, 0, 5, 0, 7, 0, 6, 0, 7, 0, 8, 0, 8, 0, 7, 0, 9, 0, 10, 0, 11, 0, 12, 0, 12, 0, 11, 0, 13, 0, 12, 0, 13, 0, 14, 0, 14, 0, 13, 0, 15, 0, 14, 0, 15, 0, 16, 0, 16, 0, 15, 0, 17, 0, 16, 0, 17, 0, 0, 0, 0, 0, 17, 0, 1, 0, 18, 0, 0, 0, 19, 0, 19, 0, 0, 0, 2, 0, 19, 0, 2, 0, 20, 0, 20, 0, 2, 0, 4, 0, 20, 0, 4, 0, 21, 0, 21, 0, 4, 0, 6, 0, 21, 0, 6, 0, 22, 0, 22, 0, 6, 0, 8, 0, 23, 0, 10, 0, 24, 0, 24, 0, 10, 0, 12, 0, 24, 0, 12, 0, 25, 0, 25, 0, 12, 0, 14, 0, 25, 0, 14, 0, 26, 0, 26, 0, 14, 0, 16, 0, 26, 0, 16, 0, 18, 0, 18, 0, 16, 0, 0, 0, 27, 0, 18, 0, 28, 0, 28, 0, 18, 0, 19, 0, 28, 0, 19, 0, 29, 0, 29, 0, 19, 0, 20, 0, 29, 0, 20, 0, 30, 0, 30, 0, 20, 0, 21, 0, 30, 0, 21, 0, 31, 0, 31, 0, 21, 0, 22, 0, 32, 0, 23, 0, 33, 0, 33, 0, 23, 0, 24, 0, 33, 0, 24, 0, 34, 0, 34, 0, 24, 0, 25, 0, 34, 0, 25, 0, 35, 0, 35, 0, 25, 0, 26, 0, 35, 0, 26, 0, 27, 0, 27, 0, 26, 0, 18, 0, 36, 0, 27, 0, 37, 0, 37, 0, 27, 0, 28, 0, 37, 0, 28, 0, 38, 0, 38, 0, 28, 0, 29, 0, 38, 0, 29, 0, 39, 0, 39, 0, 29, 0, 30, 0, 39, 0, 30, 0, 40, 0, 40, 0, 30, 0, 31, 0, 41, 0, 32, 0, 42, 0, 42, 0, 32, 0, 33, 0, 42, 0, 33, 0, 43, 0, 43, 0, 33, 0, 34, 0, 43, 0, 34, 0, 44, 0, 44, 0, 34, 0, 35, 0, 44, 0, 35, 0, 36, 0, 36, 0, 35, 0, 27, 0, 45, 0, 36, 0, 46, 0, 46, 0, 36, 0, 37, 0, 46, 0, 37, 0, 47, 0, 47, 0, 37, 0, 38, 0, 47, 0, 38, 0, 48, 0, 48, 0, 38, 0, 39, 0, 48, 0, 39, 0, 49, 0, 49, 0, 39, 0, 40, 0, 50, 0, 41, 0, 51, 0, 51, 0, 41, 0, 42, 0, 51, 0, 42, 0, 52, 0, 52, 0, 42, 0, 43, 0, 52, 0, 43, 0, 53, 0, 53, 0, 43, 0, 44, 0, 53, 0, 44, 0, 45, 0, 45, 0, 44, 0, 36, 0, 54, 0, 45, 0, 55, 0, 55, 0, 45, 0, 46, 0, 55, 0, 46, 0, 56, 0, 56, 0, 46, 0, 47, 0, 56, 0, 47, 0, 57, 0, 57, 0, 47, 0, 48, 0, 57, 0, 48, 0, 58, 0, 58, 0, 48, 0, 49, 0, 59, 0, 50, 0, 60, 0, 60, 0, 50, 0, 51, 0, 60, 0, 51, 0, 61, 0, 61, 0, 51, 0, 52, 0, 61, 0, 52, 0, 62, 0, 62, 0, 52, 0, 53, 0, 62, 0, 53, 0, 54, 0, 54, 0, 53, 0, 45, 0, 63, 0, 54, 0, 64, 0, 64, 0, 54, 0, 55, 0, 64, 0, 55, 0, 65, 0, 65, 0, 55, 0, 56, 0, 65, 0, 56, 0, 66, 0, 66, 0, 56, 0, 57, 0, 66, 0, 57, 0, 67, 0, 67, 0, 57, 0, 58, 0, 68, 0, 59, 0, 69, 0, 69, 0, 59, 0, 60, 0, 69, 0, 60, 0, 70, 0, 70, 0, 60, 0, 61, 0, 70, 0, 61, 0, 71, 0, 71, 0, 61, 0, 62, 0, 71, 0, 62, 0, 63, 0, 63, 0, 62, 0, 54, 0, 72, 0, 63, 0, 73, 0, 73, 0, 63, 0, 64, 0, 73, 0, 64, 0, 74, 0, 74, 0, 64, 0, 65, 0, 74, 0, 65, 0, 75, 0, 75, 0, 65, 0, 66, 0, 75, 0, 66, 0, 76, 0, 76, 0, 66, 0, 67, 0, 77, 0, 68, 0, 78, 0, 78, 0, 68, 0, 69, 0, 78, 0, 69, 0, 79, 0, 79, 0, 69, 0, 70, 0, 79, 0, 70, 0, 80, 0, 80, 0, 70, 0, 71, 0, 80, 0, 71, 0, 72, 0, 72, 0, 71, 0, 63, 0, 81, 0, 72, 0, 82, 0, 82, 0, 72, 0, 73, 0, 82, 0, 73, 0, 83, 0, 83, 0, 73, 0, 74, 0, 83, 0, 74, 0, 84, 0, 84, 0, 74, 0, 75, 0, 84, 0, 75, 0, 85, 0, 85, 0, 75, 0, 76, 0, 86, 0, 77, 0, 87, 0, 87, 0, 77, 0, 78, 0, 87, 0, 78, 0, 88, 0, 88, 0, 78, 0, 79, 0, 88, 0, 79, 0, 89, 0, 89, 0, 79, 0, 80, 0, 89, 0, 80, 0, 81, 0, 81, 0, 80, 0, 72, 0, 90, 0, 81, 0, 91, 0, 91, 0, 81, 0, 82, 0, 91, 0, 82, 0, 92, 0, 92, 0, 82, 0, 83, 0, 92, 0, 83, 0, 93, 0, 93, 0, 83, 0, 84, 0, 93, 0, 84, 0, 94, 0, 94, 0, 84, 0, 85, 0, 95, 0, 86, 0, 96, 0, 96, 0, 86, 0, 87, 0, 96, 0, 87, 0, 97, 0, 97, 0, 87, 0, 88, 0, 97, 0, 88, 0, 98, 0, 98, 0, 88, 0, 89, 0, 98, 0, 89, 0, 90, 0, 90, 0, 89, 0, 81, 0, 99, 0, 90, 0, 100, 0, 100, 0, 90, 0, 91, 0, 100, 0, 91, 0, 101, 0, 101, 0, 91, 0, 92, 0, 101, 0, 92, 0, 102, 0, 102, 0, 92, 0, 93, 0, 102, 0, 93, 0, 103, 0, 103, 0, 93, 0, 94, 0, 104, 0, 95, 0, 105, 0, 105, 0, 95, 0, 96, 0, 105, 0, 96, 0, 106, 0, 106, 0, 96, 0, 97, 0, 106, 0, 97, 0, 107, 0, 107, 0, 97, 0, 98, 0, 107, 0, 98, 0, 99, 0, 99, 0, 98, 0, 90, 0, 108, 0, 99, 0, 109, 0, 109, 0, 99, 0, 100, 0, 109, 0, 100, 0, 110, 0, 110, 0, 100, 0, 101, 0, 110, 0, 101, 0, 111, 0, 111, 0, 101, 0, 102, 0, 111, 0, 102, 0, 112, 0, 112, 0, 102, 0, 103, 0, 113, 0, 104, 0, 114, 0, 114, 0, 104, 0, 105, 0, 114, 0, 105, 0, 115, 0, 115, 0, 105, 0, 106, 0, 115, 0, 106, 0, 116, 0, 116, 0, 106, 0, 107, 0, 116, 0, 107, 0, 108, 0, 108, 0, 107, 0, 99, 0, 117, 0, 108, 0, 118, 0, 118, 0, 108, 0, 109, 0, 118, 0, 109, 0, 119, 0, 119, 0, 109, 0, 110, 0, 119, 0, 110, 0, 120, 0, 120, 0, 110, 0, 111, 0, 120, 0, 111, 0, 121, 0, 121, 0, 111, 0, 112, 0, 122, 0, 113, 0, 123, 0, 123, 0, 113, 0, 114, 0, 123, 0, 114, 0, 124, 0, 124, 0, 114, 0, 115, 0, 124, 0, 115, 0, 125, 0, 125, 0, 115, 0, 116, 0, 125, 0, 116, 0, 117, 0, 117, 0, 116, 0, 108, 0, 126, 0, 117, 0, 127, 0, 127, 0, 117, 0, 118, 0, 127, 0, 118, 0, 128, 0, 128, 0, 118, 0, 119, 0, 128, 0, 119, 0, 129, 0, 129, 0, 119, 0, 120, 0, 129, 0, 120, 0, 130, 0, 130, 0, 120, 0, 121, 0, 131, 0, 122, 0, 132, 0, 132, 0, 122, 0, 123, 0, 132, 0, 123, 0, 133, 0, 133, 0, 123, 0, 124, 0, 133, 0, 124, 0, 134, 0, 134, 0, 124, 0, 125, 0, 134, 0, 125, 0, 126, 0, 126, 0, 125, 0, 117, 0, 135, 0, 126, 0, 136, 0, 136, 0, 126, 0, 127, 0, 136, 0, 127, 0, 137, 0, 137, 0, 127, 0, 128, 0, 137, 0, 128, 0, 138, 0, 138, 0, 128, 0, 129, 0, 138, 0, 129, 0, 139, 0, 139, 0, 129, 0, 130, 0, 140, 0, 131, 0, 141, 0, 141, 0, 131, 0, 132, 0, 141, 0, 132, 0, 142, 0, 142, 0, 132, 0, 133, 0, 142, 0, 133, 0, 143, 0, 143, 0, 133, 0, 134, 0, 143, 0, 134, 0, 135, 0, 135, 0, 134, 0, 126, 0, 144, 0, 135, 0, 145, 0, 145, 0, 135, 0, 136, 0, 145, 0, 136, 0, 146, 0, 146, 0, 136, 0, 137, 0, 146, 0, 137, 0, 147, 0, 147, 0, 137, 0, 138, 0, 147, 0, 138, 0, 148, 0, 148, 0, 138, 0, 139, 0, 149, 0, 140, 0, 150, 0, 150, 0, 140, 0, 141, 0, 150, 0, 141, 0, 151, 0, 151, 0, 141, 0, 142, 0, 151, 0, 142, 0, 152, 0, 152, 0, 142, 0, 143, 0, 152, 0, 143, 0, 144, 0, 144, 0, 143, 0, 135, 0, 153, 0, 144, 0, 154, 0, 154, 0, 144, 0, 145, 0, 154, 0, 145, 0, 155, 0, 155, 0, 145, 0, 146, 0, 155, 0, 146, 0, 156, 0, 156, 0, 146, 0, 147, 0, 156, 0, 147, 0, 157, 0, 157, 0, 147, 0, 148, 0, 158, 0, 149, 0, 159, 0, 159, 0, 149, 0, 150, 0, 159, 0, 150, 0, 160, 0, 160, 0, 150, 0, 151, 0, 160, 0, 151, 0, 161, 0, 161, 0, 151, 0, 152, 0, 161, 0, 152, 0, 153, 0, 153, 0, 152, 0, 144, 0, 162, 0, 153, 0, 163, 0, 163, 0, 153, 0, 154, 0, 163, 0, 154, 0, 164, 0, 164, 0, 154, 0, 155, 0, 164, 0, 155, 0, 165, 0, 165, 0, 155, 0, 156, 0, 165, 0, 156, 0, 166, 0, 166, 0, 156, 0, 157, 0, 167, 0, 158, 0, 168, 0, 168, 0, 158, 0, 159, 0, 168, 0, 159, 0, 169, 0, 169, 0, 159, 0, 160, 0, 169, 0, 160, 0, 170, 0, 170, 0, 160, 0, 161, 0, 170, 0, 161, 0, 162, 0, 162, 0, 161, 0, 153, 0, 171, 0, 162, 0, 172, 0, 172, 0, 162, 0, 163, 0, 172, 0, 163, 0, 173, 0, 173, 0, 163, 0, 164, 0, 173, 0, 164, 0, 174, 0, 174, 0, 164, 0, 165, 0, 174, 0, 165, 0, 175, 0, 175, 0, 165, 0, 166, 0, 176, 0, 167, 0, 177, 0, 177, 0, 167, 0, 168, 0, 177, 0, 168, 0, 178, 0, 178, 0, 168, 0, 169, 0, 178, 0, 169, 0, 179, 0, 179, 0, 169, 0, 170, 0, 179, 0, 170, 0, 171, 0, 171, 0, 170, 0, 162, 0, 180, 0, 171, 0, 181, 0, 181, 0, 171, 0, 172, 0, 181, 0, 172, 0, 182, 0, 182, 0, 172, 0, 173, 0, 182, 0, 173, 0, 183, 0, 183, 0, 173, 0, 174, 0, 183, 0, 174, 0, 184, 0, 184, 0, 174, 0, 175, 0, 185, 0, 176, 0, 186, 0, 186, 0, 176, 0, 177, 0, 186, 0, 177, 0, 187, 0, 187, 0, 177, 0, 178, 0, 187, 0, 178, 0, 188, 0, 188, 0, 178, 0, 179, 0, 188, 0, 179, 0, 180, 0, 180, 0, 179, 0, 171, 0, 189, 0, 180, 0, 190, 0, 190, 0, 180, 0, 181, 0, 190, 0, 181, 0, 191, 0, 191, 0, 181, 0, 182, 0, 191, 0, 182, 0, 192, 0, 192, 0, 182, 0, 183, 0, 192, 0, 183, 0, 193, 0, 193, 0, 183, 0, 184, 0, 194, 0, 185, 0, 195, 0, 195, 0, 185, 0, 186, 0, 195, 0, 186, 0, 196, 0, 196, 0, 186, 0, 187, 0, 196, 0, 187, 0, 197, 0, 197, 0, 187, 0, 188, 0, 197, 0, 188, 0, 189, 0, 189, 0, 188, 0, 180, 0, 198, 0, 189, 0, 199, 0, 199, 0, 189, 0, 190, 0, 199, 0, 190, 0, 200, 0, 200, 0, 190, 0, 191, 0, 200, 0, 191, 0, 201, 0, 201, 0, 191, 0, 192, 0, 201, 0, 192, 0, 202, 0, 202, 0, 192, 0, 193, 0, 203, 0, 194, 0, 204, 0, 204, 0, 194, 0, 195, 0, 204, 0, 195, 0, 205, 0, 205, 0, 195, 0, 196, 0, 205, 0, 196, 0, 206, 0, 206, 0, 196, 0, 197, 0, 206, 0, 197, 0, 198, 0, 198, 0, 197, 0, 189, 0, 207, 0, 198, 0, 208, 0, 208, 0, 198, 0, 199, 0, 208, 0, 199, 0, 209, 0, 209, 0, 199, 0, 200, 0, 209, 0, 200, 0, 210, 0, 210, 0, 200, 0, 201, 0, 210, 0, 201, 0, 211, 0, 211, 0, 201, 0, 202, 0, 212, 0, 203, 0, 213, 0, 213, 0, 203, 0, 204, 0, 213, 0, 204, 0, 214, 0, 214, 0, 204, 0, 205, 0, 214, 0, 205, 0, 215, 0, 215, 0, 205, 0, 206, 0, 215, 0, 206, 0, 207, 0, 207, 0, 206, 0, 198, 0, 216, 0, 207, 0, 217, 0, 217, 0, 207, 0, 208, 0, 217, 0, 208, 0, 218, 0, 218, 0, 208, 0, 209, 0, 218, 0, 209, 0, 219, 0, 219, 0, 209, 0, 210, 0, 219, 0, 210, 0, 220, 0, 220, 0, 210, 0, 211, 0, 221, 0, 212, 0, 222, 0, 222, 0, 212, 0, 213, 0, 222, 0, 213, 0, 223, 0, 223, 0, 213, 0, 214, 0, 223, 0, 214, 0, 224, 0, 224, 0, 214, 0, 215, 0, 224, 0, 215, 0, 216, 0, 216, 0, 215, 0, 207, 0, 225, 0, 226, 0, 227, 0, 227, 0, 226, 0, 228, 0, 227, 0, 228, 0, 229, 0, 229, 0, 228, 0, 230, 0, 229, 0, 230, 0, 231, 0, 231, 0, 230, 0, 232, 0, 231, 0, 232, 0, 233, 0, 233, 0, 232, 0, 234, 0, 235, 0, 236, 0, 237, 0, 237, 0, 236, 0, 238, 0, 237, 0, 238, 0, 239, 0, 239, 0, 238, 0, 240, 0, 239, 0, 240, 0, 241, 0, 241, 0, 240, 0, 242, 0, 241, 0, 242, 0, 225, 0, 225, 0, 242, 0, 226, 0, 243, 0, 225, 0, 244, 0, 244, 0, 225, 0, 227, 0, 244, 0, 227, 0, 245, 0, 245, 0, 227, 0, 229, 0, 245, 0, 229, 0, 246, 0, 246, 0, 229, 0, 231, 0, 246, 0, 231, 0, 247, 0, 247, 0, 231, 0, 233, 0, 248, 0, 235, 0, 249, 0, 249, 0, 235, 0, 237, 0, 249, 0, 237, 0, 250, 0, 250, 0, 237, 0, 239, 0, 250, 0, 239, 0, 251, 0, 251, 0, 239, 0, 241, 0, 251, 0, 241, 0, 243, 0, 243, 0, 241, 0, 225, 0, 252, 0, 243, 0, 253, 0, 253, 0, 243, 0, 244, 0, 253, 0, 244, 0, 254, 0, 254, 0, 244, 0, 245, 0, 254, 0, 245, 0, 255, 0, 255, 0, 245, 0, 246, 0, 255, 0, 246, 0, 0, 1, 0, 1, 246, 0, 247, 0, 1, 1, 248, 0, 2, 1, 2, 1, 248, 0, 249, 0, 2, 1, 249, 0, 3, 1, 3, 1, 249, 0, 250, 0, 3, 1, 250, 0, 4, 1, 4, 1, 250, 0, 251, 0, 4, 1, 251, 0, 252, 0, 252, 0, 251, 0, 243, 0, 5, 1, 252, 0, 6, 1, 6, 1, 252, 0, 253, 0, 6, 1, 253, 0, 7, 1, 7, 1, 253, 0, 254, 0, 7, 1, 254, 0, 8, 1, 8, 1, 254, 0, 255, 0, 8, 1, 255, 0, 9, 1, 9, 1, 255, 0, 0, 1, 10, 1, 1, 1, 11, 1, 11, 1, 1, 1, 2, 1, 11, 1, 2, 1, 12, 1, 12, 1, 2, 1, 3, 1, 12, 1, 3, 1, 13, 1, 13, 1, 3, 1, 4, 1, 13, 1, 4, 1, 5, 1, 5, 1, 4, 1, 252, 0, 14, 1, 5, 1, 15, 1, 15, 1, 5, 1, 6, 1, 15, 1, 6, 1, 16, 1, 16, 1, 6, 1, 7, 1, 16, 1, 7, 1, 17, 1, 17, 1, 7, 1, 8, 1, 17, 1, 8, 1, 18, 1, 18, 1, 8, 1, 9, 1, 19, 1, 10, 1, 20, 1, 20, 1, 10, 1, 11, 1, 20, 1, 11, 1, 21, 1, 21, 1, 11, 1, 12, 1, 21, 1, 12, 1, 22, 1, 22, 1, 12, 1, 13, 1, 22, 1, 13, 1, 14, 1, 14, 1, 13, 1, 5, 1, 23, 1, 14, 1, 24, 1, 24, 1, 14, 1, 15, 1, 24, 1, 15, 1, 25, 1, 25, 1, 15, 1, 16, 1, 25, 1, 16, 1, 26, 1, 26, 1, 16, 1, 17, 1, 26, 1, 17, 1, 27, 1, 27, 1, 17, 1, 18, 1, 28, 1, 19, 1, 29, 1, 29, 1, 19, 1, 20, 1, 29, 1, 20, 1, 30, 1, 30, 1, 20, 1, 21, 1, 30, 1, 21, 1, 31, 1, 31, 1, 21, 1, 22, 1, 31, 1, 22, 1, 23, 1, 23, 1, 22, 1, 14, 1, 32, 1, 23, 1, 33, 1, 33, 1, 23, 1, 24, 1, 33, 1, 24, 1, 34, 1, 34, 1, 24, 1, 25, 1, 34, 1, 25, 1, 35, 1, 35, 1, 25, 1, 26, 1, 35, 1, 26, 1, 36, 1, 36, 1, 26, 1, 27, 1, 37, 1, 28, 1, 38, 1, 38, 1, 28, 1, 29, 1, 38, 1, 29, 1, 39, 1, 39, 1, 29, 1, 30, 1, 39, 1, 30, 1, 40, 1, 40, 1, 30, 1, 31, 1, 40, 1, 31, 1, 32, 1, 32, 1, 31, 1, 23, 1, 41, 1, 32, 1, 42, 1, 42, 1, 32, 1, 33, 1, 42, 1, 33, 1, 43, 1, 43, 1, 33, 1, 34, 1, 43, 1, 34, 1, 44, 1, 44, 1, 34, 1, 35, 1, 44, 1, 35, 1, 45, 1, 45, 1, 35, 1, 36, 1, 46, 1, 37, 1, 47, 1, 47, 1, 37, 1, 38, 1, 47, 1, 38, 1, 48, 1, 48, 1, 38, 1, 39, 1, 48, 1, 39, 1, 49, 1, 49, 1, 39, 1, 40, 1, 49, 1, 40, 1, 41, 1, 41, 1, 40, 1, 32, 1, 50, 1, 41, 1, 51, 1, 51, 1, 41, 1, 42, 1, 51, 1, 42, 1, 52, 1, 52, 1, 42, 1, 43, 1, 52, 1, 43, 1, 53, 1, 53, 1, 43, 1, 44, 1, 53, 1, 44, 1, 54, 1, 54, 1, 44, 1, 45, 1, 55, 1, 46, 1, 56, 1, 56, 1, 46, 1, 47, 1, 56, 1, 47, 1, 57, 1, 57, 1, 47, 1, 48, 1, 57, 1, 48, 1, 58, 1, 58, 1, 48, 1, 49, 1, 58, 1, 49, 1, 50, 1, 50, 1, 49, 1, 41, 1, 59, 1, 50, 1, 60, 1, 60, 1, 50, 1, 51, 1, 60, 1, 51, 1, 61, 1, 61, 1, 51, 1, 52, 1, 61, 1, 52, 1, 62, 1, 62, 1, 52, 1, 53, 1, 62, 1, 53, 1, 63, 1, 63, 1, 53, 1, 54, 1, 64, 1, 55, 1, 65, 1, 65, 1, 55, 1, 56, 1, 65, 1, 56, 1, 66, 1, 66, 1, 56, 1, 57, 1, 66, 1, 57, 1, 67, 1, 67, 1, 57, 1, 58, 1, 67, 1, 58, 1, 59, 1, 59, 1, 58, 1, 50, 1, 68, 1, 59, 1, 69, 1, 69, 1, 59, 1, 60, 1, 69, 1, 60, 1, 70, 1, 70, 1, 60, 1, 61, 1, 70, 1, 61, 1, 71, 1, 71, 1, 61, 1, 62, 1, 71, 1, 62, 1, 72, 1, 72, 1, 62, 1, 63, 1, 73, 1, 64, 1, 74, 1, 74, 1, 64, 1, 65, 1, 74, 1, 65, 1, 75, 1, 75, 1, 65, 1, 66, 1, 75, 1, 66, 1, 76, 1, 76, 1, 66, 1, 67, 1, 76, 1, 67, 1, 68, 1, 68, 1, 67, 1, 59, 1, 77, 1, 68, 1, 78, 1, 78, 1, 68, 1, 69, 1, 78, 1, 69, 1, 79, 1, 79, 1, 69, 1, 70, 1, 79, 1, 70, 1, 80, 1, 80, 1, 70, 1, 71, 1, 80, 1, 71, 1, 81, 1, 81, 1, 71, 1, 72, 1, 82, 1, 73, 1, 83, 1, 83, 1, 73, 1, 74, 1, 83, 1, 74, 1, 84, 1, 84, 1, 74, 1, 75, 1, 84, 1, 75, 1, 85, 1, 85, 1, 75, 1, 76, 1, 85, 1, 76, 1, 77, 1, 77, 1, 76, 1, 68, 1, 86, 1, 77, 1, 87, 1, 87, 1, 77, 1, 78, 1, 87, 1, 78, 1, 88, 1, 88, 1, 78, 1, 79, 1, 88, 1, 79, 1, 89, 1, 89, 1, 79, 1, 80, 1, 89, 1, 80, 1, 90, 1, 90, 1, 80, 1, 81, 1, 91, 1, 82, 1, 92, 1, 92, 1, 82, 1, 83, 1, 92, 1, 83, 1, 93, 1, 93, 1, 83, 1, 84, 1, 93, 1, 84, 1, 94, 1, 94, 1, 84, 1, 85, 1, 94, 1, 85, 1, 86, 1, 86, 1, 85, 1, 77, 1, 95, 1, 86, 1, 96, 1, 96, 1, 86, 1, 87, 1, 96, 1, 87, 1, 97, 1, 97, 1, 87, 1, 88, 1, 97, 1, 88, 1, 98, 1, 98, 1, 88, 1, 89, 1, 98, 1, 89, 1, 99, 1, 99, 1, 89, 1, 90, 1, 100, 1, 91, 1, 101, 1, 101, 1, 91, 1, 92, 1, 101, 1, 92, 1, 102, 1, 102, 1, 92, 1, 93, 1, 102, 1, 93, 1, 103, 1, 103, 1, 93, 1, 94, 1, 103, 1, 94, 1, 95, 1, 95, 1, 94, 1, 86, 1, 104, 1, 95, 1, 105, 1, 105, 1, 95, 1, 96, 1, 105, 1, 96, 1, 106, 1, 106, 1, 96, 1, 97, 1, 106, 1, 97, 1, 107, 1, 107, 1, 97, 1, 98, 1, 107, 1, 98, 1, 108, 1, 108, 1, 98, 1, 99, 1, 109, 1, 100, 1, 110, 1, 110, 1, 100, 1, 101, 1, 110, 1, 101, 1, 111, 1, 111, 1, 101, 1, 102, 1, 111, 1, 102, 1, 112, 1, 112, 1, 102, 1, 103, 1, 112, 1, 103, 1, 104, 1, 104, 1, 103, 1, 95, 1, 113, 1, 104, 1, 114, 1, 114, 1, 104, 1, 105, 1, 114, 1, 105, 1, 115, 1, 115, 1, 105, 1, 106, 1, 115, 1, 106, 1, 116, 1, 116, 1, 106, 1, 107, 1, 116, 1, 107, 1, 117, 1, 117, 1, 107, 1, 108, 1, 118, 1, 109, 1, 119, 1, 119, 1, 109, 1, 110, 1, 119, 1, 110, 1, 120, 1, 120, 1, 110, 1, 111, 1, 120, 1, 111, 1, 121, 1, 121, 1, 111, 1, 112, 1, 121, 1, 112, 1, 113, 1, 113, 1, 112, 1, 104, 1, 122, 1, 113, 1, 123, 1, 123, 1, 113, 1, 114, 1, 123, 1, 114, 1, 124, 1, 124, 1, 114, 1, 115, 1, 124, 1, 115, 1, 125, 1, 125, 1, 115, 1, 116, 1, 125, 1, 116, 1, 126, 1, 126, 1, 116, 1, 117, 1, 127, 1, 118, 1, 128, 1, 128, 1, 118, 1, 119, 1, 128, 1, 119, 1, 129, 1, 129, 1, 119, 1, 120, 1, 129, 1, 120, 1, 130, 1, 130, 1, 120, 1, 121, 1, 130, 1, 121, 1, 122, 1, 122, 1, 121, 1, 113, 1, 131, 1, 122, 1, 132, 1, 132, 1, 122, 1, 123, 1, 132, 1, 123, 1, 133, 1, 133, 1, 123, 1, 124, 1, 133, 1, 124, 1, 134, 1, 134, 1, 124, 1, 125, 1, 134, 1, 125, 1, 135, 1, 135, 1, 125, 1, 126, 1, 136, 1, 127, 1, 137, 1, 137, 1, 127, 1, 128, 1, 137, 1, 128, 1, 138, 1, 138, 1, 128, 1, 129, 1, 138, 1, 129, 1, 139, 1, 139, 1, 129, 1, 130, 1, 139, 1, 130, 1, 131, 1, 131, 1, 130, 1, 122, 1, 140, 1, 131, 1, 141, 1, 141, 1, 131, 1, 132, 1, 141, 1, 132, 1, 142, 1, 142, 1, 132, 1, 133, 1, 142, 1, 133, 1, 143, 1, 143, 1, 133, 1, 134, 1, 143, 1, 134, 1, 144, 1, 144, 1, 134, 1, 135, 1, 145, 1, 136, 1, 146, 1, 146, 1, 136, 1, 137, 1, 146, 1, 137, 1, 147, 1, 147, 1, 137, 1, 138, 1, 147, 1, 138, 1, 148, 1, 148, 1, 138, 1, 139, 1, 148, 1, 139, 1, 140, 1, 140, 1, 139, 1, 131, 1, 149, 1, 140, 1, 150, 1, 150, 1, 140, 1, 141, 1, 150, 1, 141, 1, 151, 1, 151, 1, 141, 1, 142, 1, 151, 1, 142, 1, 152, 1, 152, 1, 142, 1, 143, 1, 152, 1, 143, 1, 153, 1, 153, 1, 143, 1, 144, 1, 154, 1, 145, 1, 155, 1, 155, 1, 145, 1, 146, 1, 155, 1, 146, 1, 156, 1, 156, 1, 146, 1, 147, 1, 156, 1, 147, 1, 157, 1, 157, 1, 147, 1, 148, 1, 157, 1, 148, 1, 149, 1, 149, 1, 148, 1, 140, 1, 158, 1, 149, 1, 159, 1, 159, 1, 149, 1, 150, 1, 159, 1, 150, 1, 160, 1, 160, 1, 150, 1, 151, 1, 160, 1, 151, 1, 161, 1, 161, 1, 151, 1, 152, 1, 161, 1, 152, 1, 162, 1, 162, 1, 152, 1, 153, 1, 163, 1, 154, 1, 164, 1, 164, 1, 154, 1, 155, 1, 164, 1, 155, 1, 165, 1, 165, 1, 155, 1, 156, 1, 165, 1, 156, 1, 166, 1, 166, 1, 156, 1, 157, 1, 166, 1, 157, 1, 158, 1, 158, 1, 157, 1, 149, 1, 167, 1, 158, 1, 168, 1, 168, 1, 158, 1, 159, 1, 168, 1, 159, 1, 169, 1, 169, 1, 159, 1, 160, 1, 169, 1, 160, 1, 170, 1, 170, 1, 160, 1, 161, 1, 170, 1, 161, 1, 171, 1, 171, 1, 161, 1, 162, 1, 172, 1, 163, 1, 173, 1, 173, 1, 163, 1, 164, 1, 173, 1, 164, 1, 174, 1, 174, 1, 164, 1, 165, 1, 174, 1, 165, 1, 175, 1, 175, 1, 165, 1, 166, 1, 175, 1, 166, 1, 167, 1, 167, 1, 166, 1, 158, 1, 176, 1, 167, 1, 177, 1, 177, 1, 167, 1, 168, 1, 177, 1, 168, 1, 178, 1, 178, 1, 168, 1, 169, 1, 178, 1, 169, 1, 179, 1, 179, 1, 169, 1, 170, 1, 179, 1, 170, 1, 180, 1, 180, 1, 170, 1, 171, 1, 181, 1, 172, 1, 182, 1, 182, 1, 172, 1, 173, 1, 182, 1, 173, 1, 183, 1, 183, 1, 173, 1, 174, 1, 183, 1, 174, 1, 184, 1, 184, 1, 174, 1, 175, 1, 184, 1, 175, 1, 176, 1, 176, 1, 175, 1, 167, 1, 1, 0, 176, 1, 3, 0, 3, 0, 176, 1, 177, 1, 3, 0, 177, 1, 5, 0, 5, 0, 177, 1, 178, 1, 5, 0, 178, 1, 7, 0, 7, 0, 178, 1, 179, 1, 7, 0, 179, 1, 9, 0, 9, 0, 179, 1, 180, 1, 11, 0, 181, 1, 13, 0, 13, 0, 181, 1, 182, 1, 13, 0, 182, 1, 15, 0, 15, 0, 182, 1, 183, 1, 15, 0, 183, 1, 17, 0, 17, 0, 183, 1, 184, 1, 17, 0, 184, 1, 1, 0, 1, 0, 184, 1, 176, 1 ),
-"blend_shape_data": [  ],
-"format": 2194711,
-"index_count": 2304,
-"material": SubResource( 7 ),
+[sub_resource type="ArrayMesh" id="8"]
+_surfaces = [{
+"aabb": AABB(0, 0, 0, 0, 0, 0),
+"format": 34359738368,
+"material": SubResource("7"),
 "name": "None",
-"primitive": 4,
-"skeleton_aabb": [  ],
-"vertex_count": 441
-}
+"primitive": 5,
+"uv_scale": Vector4(0, 0, 0, 0),
+"vertex_count": 0,
+"vertex_data": PackedByteArray()
+}]
 
-[sub_resource type="CylinderShape3D" id=4]
+[sub_resource type="CylinderShape3D" id="4"]
 margin = 0.01
 height = 1.0
 radius = 0.04
 
-[sub_resource type="ConcavePolygonShape3D" id=5]
-data = PackedVector3Array( 0.51, 0, -0.1014, 0.52, 0, 0, 0.5002, 0.0173, -0.0995, 0.5002, 0.0173, -0.0995, 0.52, 0, 0, 0.51, 0.0173, 0, 0.5002, 0.0173, -0.0995, 0.51, 0.0173, 0, 0.4806, 0.0173, -0.0956, 0.4806, 0.0173, -0.0956, 0.51, 0.0173, 0, 0.49, 0.0173, 0, 0.4806, 0.0173, -0.0956, 0.49, 0.0173, 0, 0.4708, 0, -0.0936, 0.4708, 0, -0.0936, 0.49, 0.0173, 0, 0.48, 0, 0, 0.4708, 0, -0.0936, 0.48, 0, 0, 0.4806, -0.0173, -0.0956, 0.4806, -0.0173, -0.0956, 0.48, 0, 0, 0.49, -0.0173, 0, 0.4806, -0.0173, -0.0956, 0.49, -0.0173, 0, 0.5002, -0.0173, -0.0995, 0.5002, -0.0173, -0.0995, 0.49, -0.0173, 0, 0.51, -0.0173, 0, 0.5002, -0.0173, -0.0995, 0.51, -0.0173, 0, 0.51, 0, -0.1014, 0.51, 0, -0.1014, 0.51, -0.0173, 0, 0.52, 0, 0, 0.4804, 0, -0.199, 0.51, 0, -0.1014, 0.4712, 0.0173, -0.1952, 0.4712, 0.0173, -0.1952, 0.51, 0, -0.1014, 0.5002, 0.0173, -0.0995, 0.4712, 0.0173, -0.1952, 0.5002, 0.0173, -0.0995, 0.4527, 0.0173, -0.1875, 0.4527, 0.0173, -0.1875, 0.5002, 0.0173, -0.0995, 0.4806, 0.0173, -0.0956, 0.4527, 0.0173, -0.1875, 0.4806, 0.0173, -0.0956, 0.4435, 0, -0.1837, 0.4435, 0, -0.1837, 0.4806, 0.0173, -0.0956, 0.4708, 0, -0.0936, 0.4435, 0, -0.1837, 0.4708, 0, -0.0936, 0.4527, -0.0173, -0.1875, 0.4527, -0.0173, -0.1875, 0.4708, 0, -0.0936, 0.4806, -0.0173, -0.0956, 0.4527, -0.0173, -0.1875, 0.4806, -0.0173, -0.0956, 0.4712, -0.0173, -0.1952, 0.4712, -0.0173, -0.1952, 0.4806, -0.0173, -0.0956, 0.5002, -0.0173, -0.0995, 0.4712, -0.0173, -0.1952, 0.5002, -0.0173, -0.0995, 0.4804, 0, -0.199, 0.4804, 0, -0.199, 0.5002, -0.0173, -0.0995, 0.51, 0, -0.1014, 0.4324, 0, -0.2889, 0.4804, 0, -0.199, 0.424, 0.0173, -0.2833, 0.424, 0.0173, -0.2833, 0.4804, 0, -0.199, 0.4712, 0.0173, -0.1952, 0.424, 0.0173, -0.2833, 0.4712, 0.0173, -0.1952, 0.4074, 0.0173, -0.2722, 0.4074, 0.0173, -0.2722, 0.4712, 0.0173, -0.1952, 0.4527, 0.0173, -0.1875, 0.4074, 0.0173, -0.2722, 0.4527, 0.0173, -0.1875, 0.3991, 0, -0.2667, 0.3991, 0, -0.2667, 0.4527, 0.0173, -0.1875, 0.4435, 0, -0.1837, 0.3991, 0, -0.2667, 0.4435, 0, -0.1837, 0.4074, -0.0173, -0.2722, 0.4074, -0.0173, -0.2722, 0.4435, 0, -0.1837, 0.4527, -0.0173, -0.1875, 0.4074, -0.0173, -0.2722, 0.4527, -0.0173, -0.1875, 0.424, -0.0173, -0.2833, 0.424, -0.0173, -0.2833, 0.4527, -0.0173, -0.1875, 0.4712, -0.0173, -0.1952, 0.424, -0.0173, -0.2833, 0.4712, -0.0173, -0.1952, 0.4324, 0, -0.2889, 0.4324, 0, -0.2889, 0.4712, -0.0173, -0.1952, 0.4804, 0, -0.199, 0.3677, 0, -0.3677, 0.4324, 0, -0.2889, 0.3606, 0.0173, -0.3606, 0.3606, 0.0173, -0.3606, 0.4324, 0, -0.2889, 0.424, 0.0173, -0.2833, 0.3606, 0.0173, -0.3606, 0.424, 0.0173, -0.2833, 0.3465, 0.0173, -0.3465, 0.3465, 0.0173, -0.3465, 0.424, 0.0173, -0.2833, 0.4074, 0.0173, -0.2722, 0.3465, 0.0173, -0.3465, 0.4074, 0.0173, -0.2722, 0.3394, 0, -0.3394, 0.3394, 0, -0.3394, 0.4074, 0.0173, -0.2722, 0.3991, 0, -0.2667, 0.3394, 0, -0.3394, 0.3991, 0, -0.2667, 0.3465, -0.0173, -0.3465, 0.3465, -0.0173, -0.3465, 0.3991, 0, -0.2667, 0.4074, -0.0173, -0.2722, 0.3465, -0.0173, -0.3465, 0.4074, -0.0173, -0.2722, 0.3606, -0.0173, -0.3606, 0.3606, -0.0173, -0.3606, 0.4074, -0.0173, -0.2722, 0.424, -0.0173, -0.2833, 0.3606, -0.0173, -0.3606, 0.424, -0.0173, -0.2833, 0.3677, 0, -0.3677, 0.3677, 0, -0.3677, 0.424, -0.0173, -0.2833, 0.4324, 0, -0.2889, 0.2889, 0, -0.4324, 0.3677, 0, -0.3677, 0.2833, 0.0173, -0.4241, 0.2833, 0.0173, -0.4241, 0.3677, 0, -0.3677, 0.3606, 0.0173, -0.3606, 0.2833, 0.0173, -0.4241, 0.3606, 0.0173, -0.3606, 0.2722, 0.0173, -0.4074, 0.2722, 0.0173, -0.4074, 0.3606, 0.0173, -0.3606, 0.3465, 0.0173, -0.3465, 0.2722, 0.0173, -0.4074, 0.3465, 0.0173, -0.3465, 0.2667, 0, -0.3991, 0.2667, 0, -0.3991, 0.3465, 0.0173, -0.3465, 0.3394, 0, -0.3394, 0.2667, 0, -0.3991, 0.3394, 0, -0.3394, 0.2722, -0.0173, -0.4074, 0.2722, -0.0173, -0.4074, 0.3394, 0, -0.3394, 0.3465, -0.0173, -0.3465, 0.2722, -0.0173, -0.4074, 0.3465, -0.0173, -0.3465, 0.2833, -0.0173, -0.4241, 0.2833, -0.0173, -0.4241, 0.3465, -0.0173, -0.3465, 0.3606, -0.0173, -0.3606, 0.2833, -0.0173, -0.4241, 0.3606, -0.0173, -0.3606, 0.2889, 0, -0.4324, 0.2889, 0, -0.4324, 0.3606, -0.0173, -0.3606, 0.3677, 0, -0.3677, 0.199, 0, -0.4804, 0.2889, 0, -0.4324, 0.1952, 0.0173, -0.4712, 0.1952, 0.0173, -0.4712, 0.2889, 0, -0.4324, 0.2833, 0.0173, -0.4241, 0.1952, 0.0173, -0.4712, 0.2833, 0.0173, -0.4241, 0.1875, 0.0173, -0.4527, 0.1875, 0.0173, -0.4527, 0.2833, 0.0173, -0.4241, 0.2722, 0.0173, -0.4074, 0.1875, 0.0173, -0.4527, 0.2722, 0.0173, -0.4074, 0.1837, 0, -0.4435, 0.1837, 0, -0.4435, 0.2722, 0.0173, -0.4074, 0.2667, 0, -0.3991, 0.1837, 0, -0.4435, 0.2667, 0, -0.3991, 0.1875, -0.0173, -0.4527, 0.1875, -0.0173, -0.4527, 0.2667, 0, -0.3991, 0.2722, -0.0173, -0.4074, 0.1875, -0.0173, -0.4527, 0.2722, -0.0173, -0.4074, 0.1952, -0.0173, -0.4712, 0.1952, -0.0173, -0.4712, 0.2722, -0.0173, -0.4074, 0.2833, -0.0173, -0.4241, 0.1952, -0.0173, -0.4712, 0.2833, -0.0173, -0.4241, 0.199, 0, -0.4804, 0.199, 0, -0.4804, 0.2833, -0.0173, -0.4241, 0.2889, 0, -0.4324, 0.1014, 0, -0.51, 0.199, 0, -0.4804, 0.0995, 0.0173, -0.5002, 0.0995, 0.0173, -0.5002, 0.199, 0, -0.4804, 0.1952, 0.0173, -0.4712, 0.0995, 0.0173, -0.5002, 0.1952, 0.0173, -0.4712, 0.0956, 0.0173, -0.4806, 0.0956, 0.0173, -0.4806, 0.1952, 0.0173, -0.4712, 0.1875, 0.0173, -0.4527, 0.0956, 0.0173, -0.4806, 0.1875, 0.0173, -0.4527, 0.0936, 0, -0.4708, 0.0936, 0, -0.4708, 0.1875, 0.0173, -0.4527, 0.1837, 0, -0.4435, 0.0936, 0, -0.4708, 0.1837, 0, -0.4435, 0.0956, -0.0173, -0.4806, 0.0956, -0.0173, -0.4806, 0.1837, 0, -0.4435, 0.1875, -0.0173, -0.4527, 0.0956, -0.0173, -0.4806, 0.1875, -0.0173, -0.4527, 0.0995, -0.0173, -0.5002, 0.0995, -0.0173, -0.5002, 0.1875, -0.0173, -0.4527, 0.1952, -0.0173, -0.4712, 0.0995, -0.0173, -0.5002, 0.1952, -0.0173, -0.4712, 0.1014, 0, -0.51, 0.1014, 0, -0.51, 0.1952, -0.0173, -0.4712, 0.199, 0, -0.4804, 0, 0, -0.52, 0.1014, 0, -0.51, 0, 0.0173, -0.51, 0, 0.0173, -0.51, 0.1014, 0, -0.51, 0.0995, 0.0173, -0.5002, 0, 0.0173, -0.51, 0.0995, 0.0173, -0.5002, 0, 0.0173, -0.49, 0, 0.0173, -0.49, 0.0995, 0.0173, -0.5002, 0.0956, 0.0173, -0.4806, 0, 0.0173, -0.49, 0.0956, 0.0173, -0.4806, 0, 0, -0.48, 0, 0, -0.48, 0.0956, 0.0173, -0.4806, 0.0936, 0, -0.4708, 0, 0, -0.48, 0.0936, 0, -0.4708, 0, -0.0173, -0.49, 0, -0.0173, -0.49, 0.0936, 0, -0.4708, 0.0956, -0.0173, -0.4806, 0, -0.0173, -0.49, 0.0956, -0.0173, -0.4806, 0, -0.0173, -0.51, 0, -0.0173, -0.51, 0.0956, -0.0173, -0.4806, 0.0995, -0.0173, -0.5002, 0, -0.0173, -0.51, 0.0995, -0.0173, -0.5002, 0, 0, -0.52, 0, 0, -0.52, 0.0995, -0.0173, -0.5002, 0.1014, 0, -0.51, -0.1014, 0, -0.51, 0, 0, -0.52, -0.0995, 0.0173, -0.5002, -0.0995, 0.0173, -0.5002, 0, 0, -0.52, 0, 0.0173, -0.51, -0.0995, 0.0173, -0.5002, 0, 0.0173, -0.51, -0.0956, 0.0173, -0.4806, -0.0956, 0.0173, -0.4806, 0, 0.0173, -0.51, 0, 0.0173, -0.49, -0.0956, 0.0173, -0.4806, 0, 0.0173, -0.49, -0.0936, 0, -0.4708, -0.0936, 0, -0.4708, 0, 0.0173, -0.49, 0, 0, -0.48, -0.0936, 0, -0.4708, 0, 0, -0.48, -0.0956, -0.0173, -0.4806, -0.0956, -0.0173, -0.4806, 0, 0, -0.48, 0, -0.0173, -0.49, -0.0956, -0.0173, -0.4806, 0, -0.0173, -0.49, -0.0995, -0.0173, -0.5002, -0.0995, -0.0173, -0.5002, 0, -0.0173, -0.49, 0, -0.0173, -0.51, -0.0995, -0.0173, -0.5002, 0, -0.0173, -0.51, -0.1014, 0, -0.51, -0.1014, 0, -0.51, 0, -0.0173, -0.51, 0, 0, -0.52, -0.199, 0, -0.4804, -0.1014, 0, -0.51, -0.1952, 0.0173, -0.4712, -0.1952, 0.0173, -0.4712, -0.1014, 0, -0.51, -0.0995, 0.0173, -0.5002, -0.1952, 0.0173, -0.4712, -0.0995, 0.0173, -0.5002, -0.1875, 0.0173, -0.4527, -0.1875, 0.0173, -0.4527, -0.0995, 0.0173, -0.5002, -0.0956, 0.0173, -0.4806, -0.1875, 0.0173, -0.4527, -0.0956, 0.0173, -0.4806, -0.1837, 0, -0.4435, -0.1837, 0, -0.4435, -0.0956, 0.0173, -0.4806, -0.0936, 0, -0.4708, -0.1837, 0, -0.4435, -0.0936, 0, -0.4708, -0.1875, -0.0173, -0.4527, -0.1875, -0.0173, -0.4527, -0.0936, 0, -0.4708, -0.0956, -0.0173, -0.4806, -0.1875, -0.0173, -0.4527, -0.0956, -0.0173, -0.4806, -0.1952, -0.0173, -0.4712, -0.1952, -0.0173, -0.4712, -0.0956, -0.0173, -0.4806, -0.0995, -0.0173, -0.5002, -0.1952, -0.0173, -0.4712, -0.0995, -0.0173, -0.5002, -0.199, 0, -0.4804, -0.199, 0, -0.4804, -0.0995, -0.0173, -0.5002, -0.1014, 0, -0.51, -0.2889, 0, -0.4324, -0.199, 0, -0.4804, -0.2833, 0.0173, -0.4241, -0.2833, 0.0173, -0.4241, -0.199, 0, -0.4804, -0.1952, 0.0173, -0.4712, -0.2833, 0.0173, -0.4241, -0.1952, 0.0173, -0.4712, -0.2722, 0.0173, -0.4074, -0.2722, 0.0173, -0.4074, -0.1952, 0.0173, -0.4712, -0.1875, 0.0173, -0.4527, -0.2722, 0.0173, -0.4074, -0.1875, 0.0173, -0.4527, -0.2667, 0, -0.3991, -0.2667, 0, -0.3991, -0.1875, 0.0173, -0.4527, -0.1837, 0, -0.4435, -0.2667, 0, -0.3991, -0.1837, 0, -0.4435, -0.2722, -0.0173, -0.4074, -0.2722, -0.0173, -0.4074, -0.1837, 0, -0.4435, -0.1875, -0.0173, -0.4527, -0.2722, -0.0173, -0.4074, -0.1875, -0.0173, -0.4527, -0.2833, -0.0173, -0.4241, -0.2833, -0.0173, -0.4241, -0.1875, -0.0173, -0.4527, -0.1952, -0.0173, -0.4712, -0.2833, -0.0173, -0.4241, -0.1952, -0.0173, -0.4712, -0.2889, 0, -0.4324, -0.2889, 0, -0.4324, -0.1952, -0.0173, -0.4712, -0.199, 0, -0.4804, -0.3677, 0, -0.3677, -0.2889, 0, -0.4324, -0.3606, 0.0173, -0.3606, -0.3606, 0.0173, -0.3606, -0.2889, 0, -0.4324, -0.2833, 0.0173, -0.4241, -0.3606, 0.0173, -0.3606, -0.2833, 0.0173, -0.4241, -0.3465, 0.0173, -0.3465, -0.3465, 0.0173, -0.3465, -0.2833, 0.0173, -0.4241, -0.2722, 0.0173, -0.4074, -0.3465, 0.0173, -0.3465, -0.2722, 0.0173, -0.4074, -0.3394, 0, -0.3394, -0.3394, 0, -0.3394, -0.2722, 0.0173, -0.4074, -0.2667, 0, -0.3991, -0.3394, 0, -0.3394, -0.2667, 0, -0.3991, -0.3465, -0.0173, -0.3465, -0.3465, -0.0173, -0.3465, -0.2667, 0, -0.3991, -0.2722, -0.0173, -0.4074, -0.3465, -0.0173, -0.3465, -0.2722, -0.0173, -0.4074, -0.3606, -0.0173, -0.3606, -0.3606, -0.0173, -0.3606, -0.2722, -0.0173, -0.4074, -0.2833, -0.0173, -0.4241, -0.3606, -0.0173, -0.3606, -0.2833, -0.0173, -0.4241, -0.3677, 0, -0.3677, -0.3677, 0, -0.3677, -0.2833, -0.0173, -0.4241, -0.2889, 0, -0.4324, -0.4324, 0, -0.2889, -0.3677, 0, -0.3677, -0.424, 0.0173, -0.2833, -0.424, 0.0173, -0.2833, -0.3677, 0, -0.3677, -0.3606, 0.0173, -0.3606, -0.424, 0.0173, -0.2833, -0.3606, 0.0173, -0.3606, -0.4074, 0.0173, -0.2722, -0.4074, 0.0173, -0.2722, -0.3606, 0.0173, -0.3606, -0.3465, 0.0173, -0.3465, -0.4074, 0.0173, -0.2722, -0.3465, 0.0173, -0.3465, -0.3991, 0, -0.2667, -0.3991, 0, -0.2667, -0.3465, 0.0173, -0.3465, -0.3394, 0, -0.3394, -0.3991, 0, -0.2667, -0.3394, 0, -0.3394, -0.4074, -0.0173, -0.2722, -0.4074, -0.0173, -0.2722, -0.3394, 0, -0.3394, -0.3465, -0.0173, -0.3465, -0.4074, -0.0173, -0.2722, -0.3465, -0.0173, -0.3465, -0.424, -0.0173, -0.2833, -0.424, -0.0173, -0.2833, -0.3465, -0.0173, -0.3465, -0.3606, -0.0173, -0.3606, -0.424, -0.0173, -0.2833, -0.3606, -0.0173, -0.3606, -0.4324, 0, -0.2889, -0.4324, 0, -0.2889, -0.3606, -0.0173, -0.3606, -0.3677, 0, -0.3677, -0.4804, 0, -0.199, -0.4324, 0, -0.2889, -0.4712, 0.0173, -0.1952, -0.4712, 0.0173, -0.1952, -0.4324, 0, -0.2889, -0.424, 0.0173, -0.2833, -0.4712, 0.0173, -0.1952, -0.424, 0.0173, -0.2833, -0.4527, 0.0173, -0.1875, -0.4527, 0.0173, -0.1875, -0.424, 0.0173, -0.2833, -0.4074, 0.0173, -0.2722, -0.4527, 0.0173, -0.1875, -0.4074, 0.0173, -0.2722, -0.4435, 0, -0.1837, -0.4435, 0, -0.1837, -0.4074, 0.0173, -0.2722, -0.3991, 0, -0.2667, -0.4435, 0, -0.1837, -0.3991, 0, -0.2667, -0.4527, -0.0173, -0.1875, -0.4527, -0.0173, -0.1875, -0.3991, 0, -0.2667, -0.4074, -0.0173, -0.2722, -0.4527, -0.0173, -0.1875, -0.4074, -0.0173, -0.2722, -0.4712, -0.0173, -0.1952, -0.4712, -0.0173, -0.1952, -0.4074, -0.0173, -0.2722, -0.424, -0.0173, -0.2833, -0.4712, -0.0173, -0.1952, -0.424, -0.0173, -0.2833, -0.4804, 0, -0.199, -0.4804, 0, -0.199, -0.424, -0.0173, -0.2833, -0.4324, 0, -0.2889, -0.51, 0, -0.1014, -0.4804, 0, -0.199, -0.5002, 0.0173, -0.0995, -0.5002, 0.0173, -0.0995, -0.4804, 0, -0.199, -0.4712, 0.0173, -0.1952, -0.5002, 0.0173, -0.0995, -0.4712, 0.0173, -0.1952, -0.4806, 0.0173, -0.0956, -0.4806, 0.0173, -0.0956, -0.4712, 0.0173, -0.1952, -0.4527, 0.0173, -0.1875, -0.4806, 0.0173, -0.0956, -0.4527, 0.0173, -0.1875, -0.4708, 0, -0.0936, -0.4708, 0, -0.0936, -0.4527, 0.0173, -0.1875, -0.4435, 0, -0.1837, -0.4708, 0, -0.0936, -0.4435, 0, -0.1837, -0.4806, -0.0173, -0.0956, -0.4806, -0.0173, -0.0956, -0.4435, 0, -0.1837, -0.4527, -0.0173, -0.1875, -0.4806, -0.0173, -0.0956, -0.4527, -0.0173, -0.1875, -0.5002, -0.0173, -0.0995, -0.5002, -0.0173, -0.0995, -0.4527, -0.0173, -0.1875, -0.4712, -0.0173, -0.1952, -0.5002, -0.0173, -0.0995, -0.4712, -0.0173, -0.1952, -0.51, 0, -0.1014, -0.51, 0, -0.1014, -0.4712, -0.0173, -0.1952, -0.4804, 0, -0.199, -0.52, 0, 0, -0.51, 0, -0.1014, -0.51, 0.0173, 0, -0.51, 0.0173, 0, -0.51, 0, -0.1014, -0.5002, 0.0173, -0.0995, -0.51, 0.0173, 0, -0.5002, 0.0173, -0.0995, -0.49, 0.0173, 0, -0.49, 0.0173, 0, -0.5002, 0.0173, -0.0995, -0.4806, 0.0173, -0.0956, -0.49, 0.0173, 0, -0.4806, 0.0173, -0.0956, -0.48, 0, 0, -0.48, 0, 0, -0.4806, 0.0173, -0.0956, -0.4708, 0, -0.0936, -0.48, 0, 0, -0.4708, 0, -0.0936, -0.49, -0.0173, 0, -0.49, -0.0173, 0, -0.4708, 0, -0.0936, -0.4806, -0.0173, -0.0956, -0.49, -0.0173, 0, -0.4806, -0.0173, -0.0956, -0.51, -0.0173, 0, -0.51, -0.0173, 0, -0.4806, -0.0173, -0.0956, -0.5002, -0.0173, -0.0995, -0.51, -0.0173, 0, -0.5002, -0.0173, -0.0995, -0.52, 0, 0, -0.52, 0, 0, -0.5002, -0.0173, -0.0995, -0.51, 0, -0.1014, -0.51, 0, 0.1014, -0.52, 0, 0, -0.5002, 0.0173, 0.0995, -0.5002, 0.0173, 0.0995, -0.52, 0, 0, -0.51, 0.0173, 0, -0.5002, 0.0173, 0.0995, -0.51, 0.0173, 0, -0.4806, 0.0173, 0.0956, -0.4806, 0.0173, 0.0956, -0.51, 0.0173, 0, -0.49, 0.0173, 0, -0.4806, 0.0173, 0.0956, -0.49, 0.0173, 0, -0.4708, 0, 0.0936, -0.4708, 0, 0.0936, -0.49, 0.0173, 0, -0.48, 0, 0, -0.4708, 0, 0.0936, -0.48, 0, 0, -0.4806, -0.0173, 0.0956, -0.4806, -0.0173, 0.0956, -0.48, 0, 0, -0.49, -0.0173, 0, -0.4806, -0.0173, 0.0956, -0.49, -0.0173, 0, -0.5002, -0.0173, 0.0995, -0.5002, -0.0173, 0.0995, -0.49, -0.0173, 0, -0.51, -0.0173, 0, -0.5002, -0.0173, 0.0995, -0.51, -0.0173, 0, -0.51, 0, 0.1014, -0.51, 0, 0.1014, -0.51, -0.0173, 0, -0.52, 0, 0, -0.4804, 0, 0.199, -0.51, 0, 0.1014, -0.4712, 0.0173, 0.1952, -0.4712, 0.0173, 0.1952, -0.51, 0, 0.1014, -0.5002, 0.0173, 0.0995, -0.4712, 0.0173, 0.1952, -0.5002, 0.0173, 0.0995, -0.4527, 0.0173, 0.1875, -0.4527, 0.0173, 0.1875, -0.5002, 0.0173, 0.0995, -0.4806, 0.0173, 0.0956, -0.4527, 0.0173, 0.1875, -0.4806, 0.0173, 0.0956, -0.4435, 0, 0.1837, -0.4435, 0, 0.1837, -0.4806, 0.0173, 0.0956, -0.4708, 0, 0.0936, -0.4435, 0, 0.1837, -0.4708, 0, 0.0936, -0.4527, -0.0173, 0.1875, -0.4527, -0.0173, 0.1875, -0.4708, 0, 0.0936, -0.4806, -0.0173, 0.0956, -0.4527, -0.0173, 0.1875, -0.4806, -0.0173, 0.0956, -0.4712, -0.0173, 0.1952, -0.4712, -0.0173, 0.1952, -0.4806, -0.0173, 0.0956, -0.5002, -0.0173, 0.0995, -0.4712, -0.0173, 0.1952, -0.5002, -0.0173, 0.0995, -0.4804, 0, 0.199, -0.4804, 0, 0.199, -0.5002, -0.0173, 0.0995, -0.51, 0, 0.1014, -0.4324, 0, 0.2889, -0.4804, 0, 0.199, -0.424, 0.0173, 0.2833, -0.424, 0.0173, 0.2833, -0.4804, 0, 0.199, -0.4712, 0.0173, 0.1952, -0.424, 0.0173, 0.2833, -0.4712, 0.0173, 0.1952, -0.4074, 0.0173, 0.2722, -0.4074, 0.0173, 0.2722, -0.4712, 0.0173, 0.1952, -0.4527, 0.0173, 0.1875, -0.4074, 0.0173, 0.2722, -0.4527, 0.0173, 0.1875, -0.3991, 0, 0.2667, -0.3991, 0, 0.2667, -0.4527, 0.0173, 0.1875, -0.4435, 0, 0.1837, -0.3991, 0, 0.2667, -0.4435, 0, 0.1837, -0.4074, -0.0173, 0.2722, -0.4074, -0.0173, 0.2722, -0.4435, 0, 0.1837, -0.4527, -0.0173, 0.1875, -0.4074, -0.0173, 0.2722, -0.4527, -0.0173, 0.1875, -0.424, -0.0173, 0.2833, -0.424, -0.0173, 0.2833, -0.4527, -0.0173, 0.1875, -0.4712, -0.0173, 0.1952, -0.424, -0.0173, 0.2833, -0.4712, -0.0173, 0.1952, -0.4324, 0, 0.2889, -0.4324, 0, 0.2889, -0.4712, -0.0173, 0.1952, -0.4804, 0, 0.199, -0.3677, 0, 0.3677, -0.4324, 0, 0.2889, -0.3606, 0.0173, 0.3606, -0.3606, 0.0173, 0.3606, -0.4324, 0, 0.2889, -0.424, 0.0173, 0.2833, -0.3606, 0.0173, 0.3606, -0.424, 0.0173, 0.2833, -0.3465, 0.0173, 0.3465, -0.3465, 0.0173, 0.3465, -0.424, 0.0173, 0.2833, -0.4074, 0.0173, 0.2722, -0.3465, 0.0173, 0.3465, -0.4074, 0.0173, 0.2722, -0.3394, 0, 0.3394, -0.3394, 0, 0.3394, -0.4074, 0.0173, 0.2722, -0.3991, 0, 0.2667, -0.3394, 0, 0.3394, -0.3991, 0, 0.2667, -0.3465, -0.0173, 0.3465, -0.3465, -0.0173, 0.3465, -0.3991, 0, 0.2667, -0.4074, -0.0173, 0.2722, -0.3465, -0.0173, 0.3465, -0.4074, -0.0173, 0.2722, -0.3606, -0.0173, 0.3606, -0.3606, -0.0173, 0.3606, -0.4074, -0.0173, 0.2722, -0.424, -0.0173, 0.2833, -0.3606, -0.0173, 0.3606, -0.424, -0.0173, 0.2833, -0.3677, 0, 0.3677, -0.3677, 0, 0.3677, -0.424, -0.0173, 0.2833, -0.4324, 0, 0.2889, -0.2889, 0, 0.4324, -0.3677, 0, 0.3677, -0.2833, 0.0173, 0.424, -0.2833, 0.0173, 0.424, -0.3677, 0, 0.3677, -0.3606, 0.0173, 0.3606, -0.2833, 0.0173, 0.424, -0.3606, 0.0173, 0.3606, -0.2722, 0.0173, 0.4074, -0.2722, 0.0173, 0.4074, -0.3606, 0.0173, 0.3606, -0.3465, 0.0173, 0.3465, -0.2722, 0.0173, 0.4074, -0.3465, 0.0173, 0.3465, -0.2667, 0, 0.3991, -0.2667, 0, 0.3991, -0.3465, 0.0173, 0.3465, -0.3394, 0, 0.3394, -0.2667, 0, 0.3991, -0.3394, 0, 0.3394, -0.2722, -0.0173, 0.4074, -0.2722, -0.0173, 0.4074, -0.3394, 0, 0.3394, -0.3465, -0.0173, 0.3465, -0.2722, -0.0173, 0.4074, -0.3465, -0.0173, 0.3465, -0.2833, -0.0173, 0.424, -0.2833, -0.0173, 0.424, -0.3465, -0.0173, 0.3465, -0.3606, -0.0173, 0.3606, -0.2833, -0.0173, 0.424, -0.3606, -0.0173, 0.3606, -0.2889, 0, 0.4324, -0.2889, 0, 0.4324, -0.3606, -0.0173, 0.3606, -0.3677, 0, 0.3677, -0.199, 0, 0.4804, -0.2889, 0, 0.4324, -0.1952, 0.0173, 0.4712, -0.1952, 0.0173, 0.4712, -0.2889, 0, 0.4324, -0.2833, 0.0173, 0.424, -0.1952, 0.0173, 0.4712, -0.2833, 0.0173, 0.424, -0.1875, 0.0173, 0.4527, -0.1875, 0.0173, 0.4527, -0.2833, 0.0173, 0.424, -0.2722, 0.0173, 0.4074, -0.1875, 0.0173, 0.4527, -0.2722, 0.0173, 0.4074, -0.1837, 0, 0.4435, -0.1837, 0, 0.4435, -0.2722, 0.0173, 0.4074, -0.2667, 0, 0.3991, -0.1837, 0, 0.4435, -0.2667, 0, 0.3991, -0.1875, -0.0173, 0.4527, -0.1875, -0.0173, 0.4527, -0.2667, 0, 0.3991, -0.2722, -0.0173, 0.4074, -0.1875, -0.0173, 0.4527, -0.2722, -0.0173, 0.4074, -0.1952, -0.0173, 0.4712, -0.1952, -0.0173, 0.4712, -0.2722, -0.0173, 0.4074, -0.2833, -0.0173, 0.424, -0.1952, -0.0173, 0.4712, -0.2833, -0.0173, 0.424, -0.199, 0, 0.4804, -0.199, 0, 0.4804, -0.2833, -0.0173, 0.424, -0.2889, 0, 0.4324, -0.1014, 0, 0.51, -0.199, 0, 0.4804, -0.0995, 0.0173, 0.5002, -0.0995, 0.0173, 0.5002, -0.199, 0, 0.4804, -0.1952, 0.0173, 0.4712, -0.0995, 0.0173, 0.5002, -0.1952, 0.0173, 0.4712, -0.0956, 0.0173, 0.4806, -0.0956, 0.0173, 0.4806, -0.1952, 0.0173, 0.4712, -0.1875, 0.0173, 0.4527, -0.0956, 0.0173, 0.4806, -0.1875, 0.0173, 0.4527, -0.0936, 0, 0.4708, -0.0936, 0, 0.4708, -0.1875, 0.0173, 0.4527, -0.1837, 0, 0.4435, -0.0936, 0, 0.4708, -0.1837, 0, 0.4435, -0.0956, -0.0173, 0.4806, -0.0956, -0.0173, 0.4806, -0.1837, 0, 0.4435, -0.1875, -0.0173, 0.4527, -0.0956, -0.0173, 0.4806, -0.1875, -0.0173, 0.4527, -0.0995, -0.0173, 0.5002, -0.0995, -0.0173, 0.5002, -0.1875, -0.0173, 0.4527, -0.1952, -0.0173, 0.4712, -0.0995, -0.0173, 0.5002, -0.1952, -0.0173, 0.4712, -0.1014, 0, 0.51, -0.1014, 0, 0.51, -0.1952, -0.0173, 0.4712, -0.199, 0, 0.4804, 0, 0, 0.52, -0.1014, 0, 0.51, 0, 0.0173, 0.51, 0, 0.0173, 0.51, -0.1014, 0, 0.51, -0.0995, 0.0173, 0.5002, 0, 0.0173, 0.51, -0.0995, 0.0173, 0.5002, 0, 0.0173, 0.49, 0, 0.0173, 0.49, -0.0995, 0.0173, 0.5002, -0.0956, 0.0173, 0.4806, 0, 0.0173, 0.49, -0.0956, 0.0173, 0.4806, 0, 0, 0.48, 0, 0, 0.48, -0.0956, 0.0173, 0.4806, -0.0936, 0, 0.4708, 0, 0, 0.48, -0.0936, 0, 0.4708, 0, -0.0173, 0.49, 0, -0.0173, 0.49, -0.0936, 0, 0.4708, -0.0956, -0.0173, 0.4806, 0, -0.0173, 0.49, -0.0956, -0.0173, 0.4806, 0, -0.0173, 0.51, 0, -0.0173, 0.51, -0.0956, -0.0173, 0.4806, -0.0995, -0.0173, 0.5002, 0, -0.0173, 0.51, -0.0995, -0.0173, 0.5002, 0, 0, 0.52, 0, 0, 0.52, -0.0995, -0.0173, 0.5002, -0.1014, 0, 0.51, 0.1014, 0, 0.51, 0, 0, 0.52, 0.0995, 0.0173, 0.5002, 0.0995, 0.0173, 0.5002, 0, 0, 0.52, 0, 0.0173, 0.51, 0.0995, 0.0173, 0.5002, 0, 0.0173, 0.51, 0.0956, 0.0173, 0.4806, 0.0956, 0.0173, 0.4806, 0, 0.0173, 0.51, 0, 0.0173, 0.49, 0.0956, 0.0173, 0.4806, 0, 0.0173, 0.49, 0.0936, 0, 0.4708, 0.0936, 0, 0.4708, 0, 0.0173, 0.49, 0, 0, 0.48, 0.0936, 0, 0.4708, 0, 0, 0.48, 0.0956, -0.0173, 0.4806, 0.0956, -0.0173, 0.4806, 0, 0, 0.48, 0, -0.0173, 0.49, 0.0956, -0.0173, 0.4806, 0, -0.0173, 0.49, 0.0995, -0.0173, 0.5002, 0.0995, -0.0173, 0.5002, 0, -0.0173, 0.49, 0, -0.0173, 0.51, 0.0995, -0.0173, 0.5002, 0, -0.0173, 0.51, 0.1014, 0, 0.51, 0.1014, 0, 0.51, 0, -0.0173, 0.51, 0, 0, 0.52, 0.199, 0, 0.4804, 0.1014, 0, 0.51, 0.1952, 0.0173, 0.4712, 0.1952, 0.0173, 0.4712, 0.1014, 0, 0.51, 0.0995, 0.0173, 0.5002, 0.1952, 0.0173, 0.4712, 0.0995, 0.0173, 0.5002, 0.1875, 0.0173, 0.4527, 0.1875, 0.0173, 0.4527, 0.0995, 0.0173, 0.5002, 0.0956, 0.0173, 0.4806, 0.1875, 0.0173, 0.4527, 0.0956, 0.0173, 0.4806, 0.1837, 0, 0.4435, 0.1837, 0, 0.4435, 0.0956, 0.0173, 0.4806, 0.0936, 0, 0.4708, 0.1837, 0, 0.4435, 0.0936, 0, 0.4708, 0.1875, -0.0173, 0.4527, 0.1875, -0.0173, 0.4527, 0.0936, 0, 0.4708, 0.0956, -0.0173, 0.4806, 0.1875, -0.0173, 0.4527, 0.0956, -0.0173, 0.4806, 0.1952, -0.0173, 0.4712, 0.1952, -0.0173, 0.4712, 0.0956, -0.0173, 0.4806, 0.0995, -0.0173, 0.5002, 0.1952, -0.0173, 0.4712, 0.0995, -0.0173, 0.5002, 0.199, 0, 0.4804, 0.199, 0, 0.4804, 0.0995, -0.0173, 0.5002, 0.1014, 0, 0.51, 0.2889, 0, 0.4324, 0.199, 0, 0.4804, 0.2833, 0.0173, 0.4241, 0.2833, 0.0173, 0.4241, 0.199, 0, 0.4804, 0.1952, 0.0173, 0.4712, 0.2833, 0.0173, 0.4241, 0.1952, 0.0173, 0.4712, 0.2722, 0.0173, 0.4074, 0.2722, 0.0173, 0.4074, 0.1952, 0.0173, 0.4712, 0.1875, 0.0173, 0.4527, 0.2722, 0.0173, 0.4074, 0.1875, 0.0173, 0.4527, 0.2667, 0, 0.3991, 0.2667, 0, 0.3991, 0.1875, 0.0173, 0.4527, 0.1837, 0, 0.4435, 0.2667, 0, 0.3991, 0.1837, 0, 0.4435, 0.2722, -0.0173, 0.4074, 0.2722, -0.0173, 0.4074, 0.1837, 0, 0.4435, 0.1875, -0.0173, 0.4527, 0.2722, -0.0173, 0.4074, 0.1875, -0.0173, 0.4527, 0.2833, -0.0173, 0.4241, 0.2833, -0.0173, 0.4241, 0.1875, -0.0173, 0.4527, 0.1952, -0.0173, 0.4712, 0.2833, -0.0173, 0.4241, 0.1952, -0.0173, 0.4712, 0.2889, 0, 0.4324, 0.2889, 0, 0.4324, 0.1952, -0.0173, 0.4712, 0.199, 0, 0.4804, 0.3677, 0, 0.3677, 0.2889, 0, 0.4324, 0.3606, 0.0173, 0.3606, 0.3606, 0.0173, 0.3606, 0.2889, 0, 0.4324, 0.2833, 0.0173, 0.4241, 0.3606, 0.0173, 0.3606, 0.2833, 0.0173, 0.4241, 0.3465, 0.0173, 0.3465, 0.3465, 0.0173, 0.3465, 0.2833, 0.0173, 0.4241, 0.2722, 0.0173, 0.4074, 0.3465, 0.0173, 0.3465, 0.2722, 0.0173, 0.4074, 0.3394, 0, 0.3394, 0.3394, 0, 0.3394, 0.2722, 0.0173, 0.4074, 0.2667, 0, 0.3991, 0.3394, 0, 0.3394, 0.2667, 0, 0.3991, 0.3465, -0.0173, 0.3465, 0.3465, -0.0173, 0.3465, 0.2667, 0, 0.3991, 0.2722, -0.0173, 0.4074, 0.3465, -0.0173, 0.3465, 0.2722, -0.0173, 0.4074, 0.3606, -0.0173, 0.3606, 0.3606, -0.0173, 0.3606, 0.2722, -0.0173, 0.4074, 0.2833, -0.0173, 0.4241, 0.3606, -0.0173, 0.3606, 0.2833, -0.0173, 0.4241, 0.3677, 0, 0.3677, 0.3677, 0, 0.3677, 0.2833, -0.0173, 0.4241, 0.2889, 0, 0.4324, 0.4324, 0, 0.2889, 0.3677, 0, 0.3677, 0.424, 0.0173, 0.2833, 0.424, 0.0173, 0.2833, 0.3677, 0, 0.3677, 0.3606, 0.0173, 0.3606, 0.424, 0.0173, 0.2833, 0.3606, 0.0173, 0.3606, 0.4074, 0.0173, 0.2722, 0.4074, 0.0173, 0.2722, 0.3606, 0.0173, 0.3606, 0.3465, 0.0173, 0.3465, 0.4074, 0.0173, 0.2722, 0.3465, 0.0173, 0.3465, 0.3991, 0, 0.2667, 0.3991, 0, 0.2667, 0.3465, 0.0173, 0.3465, 0.3394, 0, 0.3394, 0.3991, 0, 0.2667, 0.3394, 0, 0.3394, 0.4074, -0.0173, 0.2722, 0.4074, -0.0173, 0.2722, 0.3394, 0, 0.3394, 0.3465, -0.0173, 0.3465, 0.4074, -0.0173, 0.2722, 0.3465, -0.0173, 0.3465, 0.424, -0.0173, 0.2833, 0.424, -0.0173, 0.2833, 0.3465, -0.0173, 0.3465, 0.3606, -0.0173, 0.3606, 0.424, -0.0173, 0.2833, 0.3606, -0.0173, 0.3606, 0.4324, 0, 0.2889, 0.4324, 0, 0.2889, 0.3606, -0.0173, 0.3606, 0.3677, 0, 0.3677, 0.4804, 0, 0.199, 0.4324, 0, 0.2889, 0.4712, 0.0173, 0.1952, 0.4712, 0.0173, 0.1952, 0.4324, 0, 0.2889, 0.424, 0.0173, 0.2833, 0.4712, 0.0173, 0.1952, 0.424, 0.0173, 0.2833, 0.4527, 0.0173, 0.1875, 0.4527, 0.0173, 0.1875, 0.424, 0.0173, 0.2833, 0.4074, 0.0173, 0.2722, 0.4527, 0.0173, 0.1875, 0.4074, 0.0173, 0.2722, 0.4435, 0, 0.1837, 0.4435, 0, 0.1837, 0.4074, 0.0173, 0.2722, 0.3991, 0, 0.2667, 0.4435, 0, 0.1837, 0.3991, 0, 0.2667, 0.4527, -0.0173, 0.1875, 0.4527, -0.0173, 0.1875, 0.3991, 0, 0.2667, 0.4074, -0.0173, 0.2722, 0.4527, -0.0173, 0.1875, 0.4074, -0.0173, 0.2722, 0.4712, -0.0173, 0.1952, 0.4712, -0.0173, 0.1952, 0.4074, -0.0173, 0.2722, 0.424, -0.0173, 0.2833, 0.4712, -0.0173, 0.1952, 0.424, -0.0173, 0.2833, 0.4804, 0, 0.199, 0.4804, 0, 0.199, 0.424, -0.0173, 0.2833, 0.4324, 0, 0.2889, 0.51, 0, 0.1014, 0.4804, 0, 0.199, 0.5002, 0.0173, 0.0995, 0.5002, 0.0173, 0.0995, 0.4804, 0, 0.199, 0.4712, 0.0173, 0.1952, 0.5002, 0.0173, 0.0995, 0.4712, 0.0173, 0.1952, 0.4806, 0.0173, 0.0956, 0.4806, 0.0173, 0.0956, 0.4712, 0.0173, 0.1952, 0.4527, 0.0173, 0.1875, 0.4806, 0.0173, 0.0956, 0.4527, 0.0173, 0.1875, 0.4708, 0, 0.0936, 0.4708, 0, 0.0936, 0.4527, 0.0173, 0.1875, 0.4435, 0, 0.1837, 0.4708, 0, 0.0936, 0.4435, 0, 0.1837, 0.4806, -0.0173, 0.0956, 0.4806, -0.0173, 0.0956, 0.4435, 0, 0.1837, 0.4527, -0.0173, 0.1875, 0.4806, -0.0173, 0.0956, 0.4527, -0.0173, 0.1875, 0.5002, -0.0173, 0.0995, 0.5002, -0.0173, 0.0995, 0.4527, -0.0173, 0.1875, 0.4712, -0.0173, 0.1952, 0.5002, -0.0173, 0.0995, 0.4712, -0.0173, 0.1952, 0.51, 0, 0.1014, 0.51, 0, 0.1014, 0.4712, -0.0173, 0.1952, 0.4804, 0, 0.199, 0.52, 0, 0, 0.51, 0, 0.1014, 0.51, 0.0173, 0, 0.51, 0.0173, 0, 0.51, 0, 0.1014, 0.5002, 0.0173, 0.0995, 0.51, 0.0173, 0, 0.5002, 0.0173, 0.0995, 0.49, 0.0173, 0, 0.49, 0.0173, 0, 0.5002, 0.0173, 0.0995, 0.4806, 0.0173, 0.0956, 0.49, 0.0173, 0, 0.4806, 0.0173, 0.0956, 0.48, 0, 0, 0.48, 0, 0, 0.4806, 0.0173, 0.0956, 0.4708, 0, 0.0936, 0.48, 0, 0, 0.4708, 0, 0.0936, 0.49, -0.0173, 0, 0.49, -0.0173, 0, 0.4708, 0, 0.0936, 0.4806, -0.0173, 0.0956, 0.49, -0.0173, 0, 0.4806, -0.0173, 0.0956, 0.51, -0.0173, 0, 0.51, -0.0173, 0, 0.4806, -0.0173, 0.0956, 0.5002, -0.0173, 0.0995, 0.51, -0.0173, 0, 0.5002, -0.0173, 0.0995, 0.52, 0, 0, 0.52, 0, 0, 0.5002, -0.0173, 0.0995, 0.51, 0, 0.1014 )
+[sub_resource type="ConcavePolygonShape3D" id="5"]
+data = PackedVector3Array(0.51, 0, -0.1014, 0.52, 0, 0, 0.5002, 0.0173, -0.0995, 0.5002, 0.0173, -0.0995, 0.52, 0, 0, 0.51, 0.0173, 0, 0.5002, 0.0173, -0.0995, 0.51, 0.0173, 0, 0.4806, 0.0173, -0.0956, 0.4806, 0.0173, -0.0956, 0.51, 0.0173, 0, 0.49, 0.0173, 0, 0.4806, 0.0173, -0.0956, 0.49, 0.0173, 0, 0.4708, 0, -0.0936, 0.4708, 0, -0.0936, 0.49, 0.0173, 0, 0.48, 0, 0, 0.4708, 0, -0.0936, 0.48, 0, 0, 0.4806, -0.0173, -0.0956, 0.4806, -0.0173, -0.0956, 0.48, 0, 0, 0.49, -0.0173, 0, 0.4806, -0.0173, -0.0956, 0.49, -0.0173, 0, 0.5002, -0.0173, -0.0995, 0.5002, -0.0173, -0.0995, 0.49, -0.0173, 0, 0.51, -0.0173, 0, 0.5002, -0.0173, -0.0995, 0.51, -0.0173, 0, 0.51, 0, -0.1014, 0.51, 0, -0.1014, 0.51, -0.0173, 0, 0.52, 0, 0, 0.4804, 0, -0.199, 0.51, 0, -0.1014, 0.4712, 0.0173, -0.1952, 0.4712, 0.0173, -0.1952, 0.51, 0, -0.1014, 0.5002, 0.0173, -0.0995, 0.4712, 0.0173, -0.1952, 0.5002, 0.0173, -0.0995, 0.4527, 0.0173, -0.1875, 0.4527, 0.0173, -0.1875, 0.5002, 0.0173, -0.0995, 0.4806, 0.0173, -0.0956, 0.4527, 0.0173, -0.1875, 0.4806, 0.0173, -0.0956, 0.4435, 0, -0.1837, 0.4435, 0, -0.1837, 0.4806, 0.0173, -0.0956, 0.4708, 0, -0.0936, 0.4435, 0, -0.1837, 0.4708, 0, -0.0936, 0.4527, -0.0173, -0.1875, 0.4527, -0.0173, -0.1875, 0.4708, 0, -0.0936, 0.4806, -0.0173, -0.0956, 0.4527, -0.0173, -0.1875, 0.4806, -0.0173, -0.0956, 0.4712, -0.0173, -0.1952, 0.4712, -0.0173, -0.1952, 0.4806, -0.0173, -0.0956, 0.5002, -0.0173, -0.0995, 0.4712, -0.0173, -0.1952, 0.5002, -0.0173, -0.0995, 0.4804, 0, -0.199, 0.4804, 0, -0.199, 0.5002, -0.0173, -0.0995, 0.51, 0, -0.1014, 0.4324, 0, -0.2889, 0.4804, 0, -0.199, 0.424, 0.0173, -0.2833, 0.424, 0.0173, -0.2833, 0.4804, 0, -0.199, 0.4712, 0.0173, -0.1952, 0.424, 0.0173, -0.2833, 0.4712, 0.0173, -0.1952, 0.4074, 0.0173, -0.2722, 0.4074, 0.0173, -0.2722, 0.4712, 0.0173, -0.1952, 0.4527, 0.0173, -0.1875, 0.4074, 0.0173, -0.2722, 0.4527, 0.0173, -0.1875, 0.3991, 0, -0.2667, 0.3991, 0, -0.2667, 0.4527, 0.0173, -0.1875, 0.4435, 0, -0.1837, 0.3991, 0, -0.2667, 0.4435, 0, -0.1837, 0.4074, -0.0173, -0.2722, 0.4074, -0.0173, -0.2722, 0.4435, 0, -0.1837, 0.4527, -0.0173, -0.1875, 0.4074, -0.0173, -0.2722, 0.4527, -0.0173, -0.1875, 0.424, -0.0173, -0.2833, 0.424, -0.0173, -0.2833, 0.4527, -0.0173, -0.1875, 0.4712, -0.0173, -0.1952, 0.424, -0.0173, -0.2833, 0.4712, -0.0173, -0.1952, 0.4324, 0, -0.2889, 0.4324, 0, -0.2889, 0.4712, -0.0173, -0.1952, 0.4804, 0, -0.199, 0.3677, 0, -0.3677, 0.4324, 0, -0.2889, 0.3606, 0.0173, -0.3606, 0.3606, 0.0173, -0.3606, 0.4324, 0, -0.2889, 0.424, 0.0173, -0.2833, 0.3606, 0.0173, -0.3606, 0.424, 0.0173, -0.2833, 0.3465, 0.0173, -0.3465, 0.3465, 0.0173, -0.3465, 0.424, 0.0173, -0.2833, 0.4074, 0.0173, -0.2722, 0.3465, 0.0173, -0.3465, 0.4074, 0.0173, -0.2722, 0.3394, 0, -0.3394, 0.3394, 0, -0.3394, 0.4074, 0.0173, -0.2722, 0.3991, 0, -0.2667, 0.3394, 0, -0.3394, 0.3991, 0, -0.2667, 0.3465, -0.0173, -0.3465, 0.3465, -0.0173, -0.3465, 0.3991, 0, -0.2667, 0.4074, -0.0173, -0.2722, 0.3465, -0.0173, -0.3465, 0.4074, -0.0173, -0.2722, 0.3606, -0.0173, -0.3606, 0.3606, -0.0173, -0.3606, 0.4074, -0.0173, -0.2722, 0.424, -0.0173, -0.2833, 0.3606, -0.0173, -0.3606, 0.424, -0.0173, -0.2833, 0.3677, 0, -0.3677, 0.3677, 0, -0.3677, 0.424, -0.0173, -0.2833, 0.4324, 0, -0.2889, 0.2889, 0, -0.4324, 0.3677, 0, -0.3677, 0.2833, 0.0173, -0.4241, 0.2833, 0.0173, -0.4241, 0.3677, 0, -0.3677, 0.3606, 0.0173, -0.3606, 0.2833, 0.0173, -0.4241, 0.3606, 0.0173, -0.3606, 0.2722, 0.0173, -0.4074, 0.2722, 0.0173, -0.4074, 0.3606, 0.0173, -0.3606, 0.3465, 0.0173, -0.3465, 0.2722, 0.0173, -0.4074, 0.3465, 0.0173, -0.3465, 0.2667, 0, -0.3991, 0.2667, 0, -0.3991, 0.3465, 0.0173, -0.3465, 0.3394, 0, -0.3394, 0.2667, 0, -0.3991, 0.3394, 0, -0.3394, 0.2722, -0.0173, -0.4074, 0.2722, -0.0173, -0.4074, 0.3394, 0, -0.3394, 0.3465, -0.0173, -0.3465, 0.2722, -0.0173, -0.4074, 0.3465, -0.0173, -0.3465, 0.2833, -0.0173, -0.4241, 0.2833, -0.0173, -0.4241, 0.3465, -0.0173, -0.3465, 0.3606, -0.0173, -0.3606, 0.2833, -0.0173, -0.4241, 0.3606, -0.0173, -0.3606, 0.2889, 0, -0.4324, 0.2889, 0, -0.4324, 0.3606, -0.0173, -0.3606, 0.3677, 0, -0.3677, 0.199, 0, -0.4804, 0.2889, 0, -0.4324, 0.1952, 0.0173, -0.4712, 0.1952, 0.0173, -0.4712, 0.2889, 0, -0.4324, 0.2833, 0.0173, -0.4241, 0.1952, 0.0173, -0.4712, 0.2833, 0.0173, -0.4241, 0.1875, 0.0173, -0.4527, 0.1875, 0.0173, -0.4527, 0.2833, 0.0173, -0.4241, 0.2722, 0.0173, -0.4074, 0.1875, 0.0173, -0.4527, 0.2722, 0.0173, -0.4074, 0.1837, 0, -0.4435, 0.1837, 0, -0.4435, 0.2722, 0.0173, -0.4074, 0.2667, 0, -0.3991, 0.1837, 0, -0.4435, 0.2667, 0, -0.3991, 0.1875, -0.0173, -0.4527, 0.1875, -0.0173, -0.4527, 0.2667, 0, -0.3991, 0.2722, -0.0173, -0.4074, 0.1875, -0.0173, -0.4527, 0.2722, -0.0173, -0.4074, 0.1952, -0.0173, -0.4712, 0.1952, -0.0173, -0.4712, 0.2722, -0.0173, -0.4074, 0.2833, -0.0173, -0.4241, 0.1952, -0.0173, -0.4712, 0.2833, -0.0173, -0.4241, 0.199, 0, -0.4804, 0.199, 0, -0.4804, 0.2833, -0.0173, -0.4241, 0.2889, 0, -0.4324, 0.1014, 0, -0.51, 0.199, 0, -0.4804, 0.0995, 0.0173, -0.5002, 0.0995, 0.0173, -0.5002, 0.199, 0, -0.4804, 0.1952, 0.0173, -0.4712, 0.0995, 0.0173, -0.5002, 0.1952, 0.0173, -0.4712, 0.0956, 0.0173, -0.4806, 0.0956, 0.0173, -0.4806, 0.1952, 0.0173, -0.4712, 0.1875, 0.0173, -0.4527, 0.0956, 0.0173, -0.4806, 0.1875, 0.0173, -0.4527, 0.0936, 0, -0.4708, 0.0936, 0, -0.4708, 0.1875, 0.0173, -0.4527, 0.1837, 0, -0.4435, 0.0936, 0, -0.4708, 0.1837, 0, -0.4435, 0.0956, -0.0173, -0.4806, 0.0956, -0.0173, -0.4806, 0.1837, 0, -0.4435, 0.1875, -0.0173, -0.4527, 0.0956, -0.0173, -0.4806, 0.1875, -0.0173, -0.4527, 0.0995, -0.0173, -0.5002, 0.0995, -0.0173, -0.5002, 0.1875, -0.0173, -0.4527, 0.1952, -0.0173, -0.4712, 0.0995, -0.0173, -0.5002, 0.1952, -0.0173, -0.4712, 0.1014, 0, -0.51, 0.1014, 0, -0.51, 0.1952, -0.0173, -0.4712, 0.199, 0, -0.4804, 0, 0, -0.52, 0.1014, 0, -0.51, 0, 0.0173, -0.51, 0, 0.0173, -0.51, 0.1014, 0, -0.51, 0.0995, 0.0173, -0.5002, 0, 0.0173, -0.51, 0.0995, 0.0173, -0.5002, 0, 0.0173, -0.49, 0, 0.0173, -0.49, 0.0995, 0.0173, -0.5002, 0.0956, 0.0173, -0.4806, 0, 0.0173, -0.49, 0.0956, 0.0173, -0.4806, 0, 0, -0.48, 0, 0, -0.48, 0.0956, 0.0173, -0.4806, 0.0936, 0, -0.4708, 0, 0, -0.48, 0.0936, 0, -0.4708, 0, -0.0173, -0.49, 0, -0.0173, -0.49, 0.0936, 0, -0.4708, 0.0956, -0.0173, -0.4806, 0, -0.0173, -0.49, 0.0956, -0.0173, -0.4806, 0, -0.0173, -0.51, 0, -0.0173, -0.51, 0.0956, -0.0173, -0.4806, 0.0995, -0.0173, -0.5002, 0, -0.0173, -0.51, 0.0995, -0.0173, -0.5002, 0, 0, -0.52, 0, 0, -0.52, 0.0995, -0.0173, -0.5002, 0.1014, 0, -0.51, -0.1014, 0, -0.51, 0, 0, -0.52, -0.0995, 0.0173, -0.5002, -0.0995, 0.0173, -0.5002, 0, 0, -0.52, 0, 0.0173, -0.51, -0.0995, 0.0173, -0.5002, 0, 0.0173, -0.51, -0.0956, 0.0173, -0.4806, -0.0956, 0.0173, -0.4806, 0, 0.0173, -0.51, 0, 0.0173, -0.49, -0.0956, 0.0173, -0.4806, 0, 0.0173, -0.49, -0.0936, 0, -0.4708, -0.0936, 0, -0.4708, 0, 0.0173, -0.49, 0, 0, -0.48, -0.0936, 0, -0.4708, 0, 0, -0.48, -0.0956, -0.0173, -0.4806, -0.0956, -0.0173, -0.4806, 0, 0, -0.48, 0, -0.0173, -0.49, -0.0956, -0.0173, -0.4806, 0, -0.0173, -0.49, -0.0995, -0.0173, -0.5002, -0.0995, -0.0173, -0.5002, 0, -0.0173, -0.49, 0, -0.0173, -0.51, -0.0995, -0.0173, -0.5002, 0, -0.0173, -0.51, -0.1014, 0, -0.51, -0.1014, 0, -0.51, 0, -0.0173, -0.51, 0, 0, -0.52, -0.199, 0, -0.4804, -0.1014, 0, -0.51, -0.1952, 0.0173, -0.4712, -0.1952, 0.0173, -0.4712, -0.1014, 0, -0.51, -0.0995, 0.0173, -0.5002, -0.1952, 0.0173, -0.4712, -0.0995, 0.0173, -0.5002, -0.1875, 0.0173, -0.4527, -0.1875, 0.0173, -0.4527, -0.0995, 0.0173, -0.5002, -0.0956, 0.0173, -0.4806, -0.1875, 0.0173, -0.4527, -0.0956, 0.0173, -0.4806, -0.1837, 0, -0.4435, -0.1837, 0, -0.4435, -0.0956, 0.0173, -0.4806, -0.0936, 0, -0.4708, -0.1837, 0, -0.4435, -0.0936, 0, -0.4708, -0.1875, -0.0173, -0.4527, -0.1875, -0.0173, -0.4527, -0.0936, 0, -0.4708, -0.0956, -0.0173, -0.4806, -0.1875, -0.0173, -0.4527, -0.0956, -0.0173, -0.4806, -0.1952, -0.0173, -0.4712, -0.1952, -0.0173, -0.4712, -0.0956, -0.0173, -0.4806, -0.0995, -0.0173, -0.5002, -0.1952, -0.0173, -0.4712, -0.0995, -0.0173, -0.5002, -0.199, 0, -0.4804, -0.199, 0, -0.4804, -0.0995, -0.0173, -0.5002, -0.1014, 0, -0.51, -0.2889, 0, -0.4324, -0.199, 0, -0.4804, -0.2833, 0.0173, -0.4241, -0.2833, 0.0173, -0.4241, -0.199, 0, -0.4804, -0.1952, 0.0173, -0.4712, -0.2833, 0.0173, -0.4241, -0.1952, 0.0173, -0.4712, -0.2722, 0.0173, -0.4074, -0.2722, 0.0173, -0.4074, -0.1952, 0.0173, -0.4712, -0.1875, 0.0173, -0.4527, -0.2722, 0.0173, -0.4074, -0.1875, 0.0173, -0.4527, -0.2667, 0, -0.3991, -0.2667, 0, -0.3991, -0.1875, 0.0173, -0.4527, -0.1837, 0, -0.4435, -0.2667, 0, -0.3991, -0.1837, 0, -0.4435, -0.2722, -0.0173, -0.4074, -0.2722, -0.0173, -0.4074, -0.1837, 0, -0.4435, -0.1875, -0.0173, -0.4527, -0.2722, -0.0173, -0.4074, -0.1875, -0.0173, -0.4527, -0.2833, -0.0173, -0.4241, -0.2833, -0.0173, -0.4241, -0.1875, -0.0173, -0.4527, -0.1952, -0.0173, -0.4712, -0.2833, -0.0173, -0.4241, -0.1952, -0.0173, -0.4712, -0.2889, 0, -0.4324, -0.2889, 0, -0.4324, -0.1952, -0.0173, -0.4712, -0.199, 0, -0.4804, -0.3677, 0, -0.3677, -0.2889, 0, -0.4324, -0.3606, 0.0173, -0.3606, -0.3606, 0.0173, -0.3606, -0.2889, 0, -0.4324, -0.2833, 0.0173, -0.4241, -0.3606, 0.0173, -0.3606, -0.2833, 0.0173, -0.4241, -0.3465, 0.0173, -0.3465, -0.3465, 0.0173, -0.3465, -0.2833, 0.0173, -0.4241, -0.2722, 0.0173, -0.4074, -0.3465, 0.0173, -0.3465, -0.2722, 0.0173, -0.4074, -0.3394, 0, -0.3394, -0.3394, 0, -0.3394, -0.2722, 0.0173, -0.4074, -0.2667, 0, -0.3991, -0.3394, 0, -0.3394, -0.2667, 0, -0.3991, -0.3465, -0.0173, -0.3465, -0.3465, -0.0173, -0.3465, -0.2667, 0, -0.3991, -0.2722, -0.0173, -0.4074, -0.3465, -0.0173, -0.3465, -0.2722, -0.0173, -0.4074, -0.3606, -0.0173, -0.3606, -0.3606, -0.0173, -0.3606, -0.2722, -0.0173, -0.4074, -0.2833, -0.0173, -0.4241, -0.3606, -0.0173, -0.3606, -0.2833, -0.0173, -0.4241, -0.3677, 0, -0.3677, -0.3677, 0, -0.3677, -0.2833, -0.0173, -0.4241, -0.2889, 0, -0.4324, -0.4324, 0, -0.2889, -0.3677, 0, -0.3677, -0.424, 0.0173, -0.2833, -0.424, 0.0173, -0.2833, -0.3677, 0, -0.3677, -0.3606, 0.0173, -0.3606, -0.424, 0.0173, -0.2833, -0.3606, 0.0173, -0.3606, -0.4074, 0.0173, -0.2722, -0.4074, 0.0173, -0.2722, -0.3606, 0.0173, -0.3606, -0.3465, 0.0173, -0.3465, -0.4074, 0.0173, -0.2722, -0.3465, 0.0173, -0.3465, -0.3991, 0, -0.2667, -0.3991, 0, -0.2667, -0.3465, 0.0173, -0.3465, -0.3394, 0, -0.3394, -0.3991, 0, -0.2667, -0.3394, 0, -0.3394, -0.4074, -0.0173, -0.2722, -0.4074, -0.0173, -0.2722, -0.3394, 0, -0.3394, -0.3465, -0.0173, -0.3465, -0.4074, -0.0173, -0.2722, -0.3465, -0.0173, -0.3465, -0.424, -0.0173, -0.2833, -0.424, -0.0173, -0.2833, -0.3465, -0.0173, -0.3465, -0.3606, -0.0173, -0.3606, -0.424, -0.0173, -0.2833, -0.3606, -0.0173, -0.3606, -0.4324, 0, -0.2889, -0.4324, 0, -0.2889, -0.3606, -0.0173, -0.3606, -0.3677, 0, -0.3677, -0.4804, 0, -0.199, -0.4324, 0, -0.2889, -0.4712, 0.0173, -0.1952, -0.4712, 0.0173, -0.1952, -0.4324, 0, -0.2889, -0.424, 0.0173, -0.2833, -0.4712, 0.0173, -0.1952, -0.424, 0.0173, -0.2833, -0.4527, 0.0173, -0.1875, -0.4527, 0.0173, -0.1875, -0.424, 0.0173, -0.2833, -0.4074, 0.0173, -0.2722, -0.4527, 0.0173, -0.1875, -0.4074, 0.0173, -0.2722, -0.4435, 0, -0.1837, -0.4435, 0, -0.1837, -0.4074, 0.0173, -0.2722, -0.3991, 0, -0.2667, -0.4435, 0, -0.1837, -0.3991, 0, -0.2667, -0.4527, -0.0173, -0.1875, -0.4527, -0.0173, -0.1875, -0.3991, 0, -0.2667, -0.4074, -0.0173, -0.2722, -0.4527, -0.0173, -0.1875, -0.4074, -0.0173, -0.2722, -0.4712, -0.0173, -0.1952, -0.4712, -0.0173, -0.1952, -0.4074, -0.0173, -0.2722, -0.424, -0.0173, -0.2833, -0.4712, -0.0173, -0.1952, -0.424, -0.0173, -0.2833, -0.4804, 0, -0.199, -0.4804, 0, -0.199, -0.424, -0.0173, -0.2833, -0.4324, 0, -0.2889, -0.51, 0, -0.1014, -0.4804, 0, -0.199, -0.5002, 0.0173, -0.0995, -0.5002, 0.0173, -0.0995, -0.4804, 0, -0.199, -0.4712, 0.0173, -0.1952, -0.5002, 0.0173, -0.0995, -0.4712, 0.0173, -0.1952, -0.4806, 0.0173, -0.0956, -0.4806, 0.0173, -0.0956, -0.4712, 0.0173, -0.1952, -0.4527, 0.0173, -0.1875, -0.4806, 0.0173, -0.0956, -0.4527, 0.0173, -0.1875, -0.4708, 0, -0.0936, -0.4708, 0, -0.0936, -0.4527, 0.0173, -0.1875, -0.4435, 0, -0.1837, -0.4708, 0, -0.0936, -0.4435, 0, -0.1837, -0.4806, -0.0173, -0.0956, -0.4806, -0.0173, -0.0956, -0.4435, 0, -0.1837, -0.4527, -0.0173, -0.1875, -0.4806, -0.0173, -0.0956, -0.4527, -0.0173, -0.1875, -0.5002, -0.0173, -0.0995, -0.5002, -0.0173, -0.0995, -0.4527, -0.0173, -0.1875, -0.4712, -0.0173, -0.1952, -0.5002, -0.0173, -0.0995, -0.4712, -0.0173, -0.1952, -0.51, 0, -0.1014, -0.51, 0, -0.1014, -0.4712, -0.0173, -0.1952, -0.4804, 0, -0.199, -0.52, 0, 0, -0.51, 0, -0.1014, -0.51, 0.0173, 0, -0.51, 0.0173, 0, -0.51, 0, -0.1014, -0.5002, 0.0173, -0.0995, -0.51, 0.0173, 0, -0.5002, 0.0173, -0.0995, -0.49, 0.0173, 0, -0.49, 0.0173, 0, -0.5002, 0.0173, -0.0995, -0.4806, 0.0173, -0.0956, -0.49, 0.0173, 0, -0.4806, 0.0173, -0.0956, -0.48, 0, 0, -0.48, 0, 0, -0.4806, 0.0173, -0.0956, -0.4708, 0, -0.0936, -0.48, 0, 0, -0.4708, 0, -0.0936, -0.49, -0.0173, 0, -0.49, -0.0173, 0, -0.4708, 0, -0.0936, -0.4806, -0.0173, -0.0956, -0.49, -0.0173, 0, -0.4806, -0.0173, -0.0956, -0.51, -0.0173, 0, -0.51, -0.0173, 0, -0.4806, -0.0173, -0.0956, -0.5002, -0.0173, -0.0995, -0.51, -0.0173, 0, -0.5002, -0.0173, -0.0995, -0.52, 0, 0, -0.52, 0, 0, -0.5002, -0.0173, -0.0995, -0.51, 0, -0.1014, -0.51, 0, 0.1014, -0.52, 0, 0, -0.5002, 0.0173, 0.0995, -0.5002, 0.0173, 0.0995, -0.52, 0, 0, -0.51, 0.0173, 0, -0.5002, 0.0173, 0.0995, -0.51, 0.0173, 0, -0.4806, 0.0173, 0.0956, -0.4806, 0.0173, 0.0956, -0.51, 0.0173, 0, -0.49, 0.0173, 0, -0.4806, 0.0173, 0.0956, -0.49, 0.0173, 0, -0.4708, 0, 0.0936, -0.4708, 0, 0.0936, -0.49, 0.0173, 0, -0.48, 0, 0, -0.4708, 0, 0.0936, -0.48, 0, 0, -0.4806, -0.0173, 0.0956, -0.4806, -0.0173, 0.0956, -0.48, 0, 0, -0.49, -0.0173, 0, -0.4806, -0.0173, 0.0956, -0.49, -0.0173, 0, -0.5002, -0.0173, 0.0995, -0.5002, -0.0173, 0.0995, -0.49, -0.0173, 0, -0.51, -0.0173, 0, -0.5002, -0.0173, 0.0995, -0.51, -0.0173, 0, -0.51, 0, 0.1014, -0.51, 0, 0.1014, -0.51, -0.0173, 0, -0.52, 0, 0, -0.4804, 0, 0.199, -0.51, 0, 0.1014, -0.4712, 0.0173, 0.1952, -0.4712, 0.0173, 0.1952, -0.51, 0, 0.1014, -0.5002, 0.0173, 0.0995, -0.4712, 0.0173, 0.1952, -0.5002, 0.0173, 0.0995, -0.4527, 0.0173, 0.1875, -0.4527, 0.0173, 0.1875, -0.5002, 0.0173, 0.0995, -0.4806, 0.0173, 0.0956, -0.4527, 0.0173, 0.1875, -0.4806, 0.0173, 0.0956, -0.4435, 0, 0.1837, -0.4435, 0, 0.1837, -0.4806, 0.0173, 0.0956, -0.4708, 0, 0.0936, -0.4435, 0, 0.1837, -0.4708, 0, 0.0936, -0.4527, -0.0173, 0.1875, -0.4527, -0.0173, 0.1875, -0.4708, 0, 0.0936, -0.4806, -0.0173, 0.0956, -0.4527, -0.0173, 0.1875, -0.4806, -0.0173, 0.0956, -0.4712, -0.0173, 0.1952, -0.4712, -0.0173, 0.1952, -0.4806, -0.0173, 0.0956, -0.5002, -0.0173, 0.0995, -0.4712, -0.0173, 0.1952, -0.5002, -0.0173, 0.0995, -0.4804, 0, 0.199, -0.4804, 0, 0.199, -0.5002, -0.0173, 0.0995, -0.51, 0, 0.1014, -0.4324, 0, 0.2889, -0.4804, 0, 0.199, -0.424, 0.0173, 0.2833, -0.424, 0.0173, 0.2833, -0.4804, 0, 0.199, -0.4712, 0.0173, 0.1952, -0.424, 0.0173, 0.2833, -0.4712, 0.0173, 0.1952, -0.4074, 0.0173, 0.2722, -0.4074, 0.0173, 0.2722, -0.4712, 0.0173, 0.1952, -0.4527, 0.0173, 0.1875, -0.4074, 0.0173, 0.2722, -0.4527, 0.0173, 0.1875, -0.3991, 0, 0.2667, -0.3991, 0, 0.2667, -0.4527, 0.0173, 0.1875, -0.4435, 0, 0.1837, -0.3991, 0, 0.2667, -0.4435, 0, 0.1837, -0.4074, -0.0173, 0.2722, -0.4074, -0.0173, 0.2722, -0.4435, 0, 0.1837, -0.4527, -0.0173, 0.1875, -0.4074, -0.0173, 0.2722, -0.4527, -0.0173, 0.1875, -0.424, -0.0173, 0.2833, -0.424, -0.0173, 0.2833, -0.4527, -0.0173, 0.1875, -0.4712, -0.0173, 0.1952, -0.424, -0.0173, 0.2833, -0.4712, -0.0173, 0.1952, -0.4324, 0, 0.2889, -0.4324, 0, 0.2889, -0.4712, -0.0173, 0.1952, -0.4804, 0, 0.199, -0.3677, 0, 0.3677, -0.4324, 0, 0.2889, -0.3606, 0.0173, 0.3606, -0.3606, 0.0173, 0.3606, -0.4324, 0, 0.2889, -0.424, 0.0173, 0.2833, -0.3606, 0.0173, 0.3606, -0.424, 0.0173, 0.2833, -0.3465, 0.0173, 0.3465, -0.3465, 0.0173, 0.3465, -0.424, 0.0173, 0.2833, -0.4074, 0.0173, 0.2722, -0.3465, 0.0173, 0.3465, -0.4074, 0.0173, 0.2722, -0.3394, 0, 0.3394, -0.3394, 0, 0.3394, -0.4074, 0.0173, 0.2722, -0.3991, 0, 0.2667, -0.3394, 0, 0.3394, -0.3991, 0, 0.2667, -0.3465, -0.0173, 0.3465, -0.3465, -0.0173, 0.3465, -0.3991, 0, 0.2667, -0.4074, -0.0173, 0.2722, -0.3465, -0.0173, 0.3465, -0.4074, -0.0173, 0.2722, -0.3606, -0.0173, 0.3606, -0.3606, -0.0173, 0.3606, -0.4074, -0.0173, 0.2722, -0.424, -0.0173, 0.2833, -0.3606, -0.0173, 0.3606, -0.424, -0.0173, 0.2833, -0.3677, 0, 0.3677, -0.3677, 0, 0.3677, -0.424, -0.0173, 0.2833, -0.4324, 0, 0.2889, -0.2889, 0, 0.4324, -0.3677, 0, 0.3677, -0.2833, 0.0173, 0.424, -0.2833, 0.0173, 0.424, -0.3677, 0, 0.3677, -0.3606, 0.0173, 0.3606, -0.2833, 0.0173, 0.424, -0.3606, 0.0173, 0.3606, -0.2722, 0.0173, 0.4074, -0.2722, 0.0173, 0.4074, -0.3606, 0.0173, 0.3606, -0.3465, 0.0173, 0.3465, -0.2722, 0.0173, 0.4074, -0.3465, 0.0173, 0.3465, -0.2667, 0, 0.3991, -0.2667, 0, 0.3991, -0.3465, 0.0173, 0.3465, -0.3394, 0, 0.3394, -0.2667, 0, 0.3991, -0.3394, 0, 0.3394, -0.2722, -0.0173, 0.4074, -0.2722, -0.0173, 0.4074, -0.3394, 0, 0.3394, -0.3465, -0.0173, 0.3465, -0.2722, -0.0173, 0.4074, -0.3465, -0.0173, 0.3465, -0.2833, -0.0173, 0.424, -0.2833, -0.0173, 0.424, -0.3465, -0.0173, 0.3465, -0.3606, -0.0173, 0.3606, -0.2833, -0.0173, 0.424, -0.3606, -0.0173, 0.3606, -0.2889, 0, 0.4324, -0.2889, 0, 0.4324, -0.3606, -0.0173, 0.3606, -0.3677, 0, 0.3677, -0.199, 0, 0.4804, -0.2889, 0, 0.4324, -0.1952, 0.0173, 0.4712, -0.1952, 0.0173, 0.4712, -0.2889, 0, 0.4324, -0.2833, 0.0173, 0.424, -0.1952, 0.0173, 0.4712, -0.2833, 0.0173, 0.424, -0.1875, 0.0173, 0.4527, -0.1875, 0.0173, 0.4527, -0.2833, 0.0173, 0.424, -0.2722, 0.0173, 0.4074, -0.1875, 0.0173, 0.4527, -0.2722, 0.0173, 0.4074, -0.1837, 0, 0.4435, -0.1837, 0, 0.4435, -0.2722, 0.0173, 0.4074, -0.2667, 0, 0.3991, -0.1837, 0, 0.4435, -0.2667, 0, 0.3991, -0.1875, -0.0173, 0.4527, -0.1875, -0.0173, 0.4527, -0.2667, 0, 0.3991, -0.2722, -0.0173, 0.4074, -0.1875, -0.0173, 0.4527, -0.2722, -0.0173, 0.4074, -0.1952, -0.0173, 0.4712, -0.1952, -0.0173, 0.4712, -0.2722, -0.0173, 0.4074, -0.2833, -0.0173, 0.424, -0.1952, -0.0173, 0.4712, -0.2833, -0.0173, 0.424, -0.199, 0, 0.4804, -0.199, 0, 0.4804, -0.2833, -0.0173, 0.424, -0.2889, 0, 0.4324, -0.1014, 0, 0.51, -0.199, 0, 0.4804, -0.0995, 0.0173, 0.5002, -0.0995, 0.0173, 0.5002, -0.199, 0, 0.4804, -0.1952, 0.0173, 0.4712, -0.0995, 0.0173, 0.5002, -0.1952, 0.0173, 0.4712, -0.0956, 0.0173, 0.4806, -0.0956, 0.0173, 0.4806, -0.1952, 0.0173, 0.4712, -0.1875, 0.0173, 0.4527, -0.0956, 0.0173, 0.4806, -0.1875, 0.0173, 0.4527, -0.0936, 0, 0.4708, -0.0936, 0, 0.4708, -0.1875, 0.0173, 0.4527, -0.1837, 0, 0.4435, -0.0936, 0, 0.4708, -0.1837, 0, 0.4435, -0.0956, -0.0173, 0.4806, -0.0956, -0.0173, 0.4806, -0.1837, 0, 0.4435, -0.1875, -0.0173, 0.4527, -0.0956, -0.0173, 0.4806, -0.1875, -0.0173, 0.4527, -0.0995, -0.0173, 0.5002, -0.0995, -0.0173, 0.5002, -0.1875, -0.0173, 0.4527, -0.1952, -0.0173, 0.4712, -0.0995, -0.0173, 0.5002, -0.1952, -0.0173, 0.4712, -0.1014, 0, 0.51, -0.1014, 0, 0.51, -0.1952, -0.0173, 0.4712, -0.199, 0, 0.4804, 0, 0, 0.52, -0.1014, 0, 0.51, 0, 0.0173, 0.51, 0, 0.0173, 0.51, -0.1014, 0, 0.51, -0.0995, 0.0173, 0.5002, 0, 0.0173, 0.51, -0.0995, 0.0173, 0.5002, 0, 0.0173, 0.49, 0, 0.0173, 0.49, -0.0995, 0.0173, 0.5002, -0.0956, 0.0173, 0.4806, 0, 0.0173, 0.49, -0.0956, 0.0173, 0.4806, 0, 0, 0.48, 0, 0, 0.48, -0.0956, 0.0173, 0.4806, -0.0936, 0, 0.4708, 0, 0, 0.48, -0.0936, 0, 0.4708, 0, -0.0173, 0.49, 0, -0.0173, 0.49, -0.0936, 0, 0.4708, -0.0956, -0.0173, 0.4806, 0, -0.0173, 0.49, -0.0956, -0.0173, 0.4806, 0, -0.0173, 0.51, 0, -0.0173, 0.51, -0.0956, -0.0173, 0.4806, -0.0995, -0.0173, 0.5002, 0, -0.0173, 0.51, -0.0995, -0.0173, 0.5002, 0, 0, 0.52, 0, 0, 0.52, -0.0995, -0.0173, 0.5002, -0.1014, 0, 0.51, 0.1014, 0, 0.51, 0, 0, 0.52, 0.0995, 0.0173, 0.5002, 0.0995, 0.0173, 0.5002, 0, 0, 0.52, 0, 0.0173, 0.51, 0.0995, 0.0173, 0.5002, 0, 0.0173, 0.51, 0.0956, 0.0173, 0.4806, 0.0956, 0.0173, 0.4806, 0, 0.0173, 0.51, 0, 0.0173, 0.49, 0.0956, 0.0173, 0.4806, 0, 0.0173, 0.49, 0.0936, 0, 0.4708, 0.0936, 0, 0.4708, 0, 0.0173, 0.49, 0, 0, 0.48, 0.0936, 0, 0.4708, 0, 0, 0.48, 0.0956, -0.0173, 0.4806, 0.0956, -0.0173, 0.4806, 0, 0, 0.48, 0, -0.0173, 0.49, 0.0956, -0.0173, 0.4806, 0, -0.0173, 0.49, 0.0995, -0.0173, 0.5002, 0.0995, -0.0173, 0.5002, 0, -0.0173, 0.49, 0, -0.0173, 0.51, 0.0995, -0.0173, 0.5002, 0, -0.0173, 0.51, 0.1014, 0, 0.51, 0.1014, 0, 0.51, 0, -0.0173, 0.51, 0, 0, 0.52, 0.199, 0, 0.4804, 0.1014, 0, 0.51, 0.1952, 0.0173, 0.4712, 0.1952, 0.0173, 0.4712, 0.1014, 0, 0.51, 0.0995, 0.0173, 0.5002, 0.1952, 0.0173, 0.4712, 0.0995, 0.0173, 0.5002, 0.1875, 0.0173, 0.4527, 0.1875, 0.0173, 0.4527, 0.0995, 0.0173, 0.5002, 0.0956, 0.0173, 0.4806, 0.1875, 0.0173, 0.4527, 0.0956, 0.0173, 0.4806, 0.1837, 0, 0.4435, 0.1837, 0, 0.4435, 0.0956, 0.0173, 0.4806, 0.0936, 0, 0.4708, 0.1837, 0, 0.4435, 0.0936, 0, 0.4708, 0.1875, -0.0173, 0.4527, 0.1875, -0.0173, 0.4527, 0.0936, 0, 0.4708, 0.0956, -0.0173, 0.4806, 0.1875, -0.0173, 0.4527, 0.0956, -0.0173, 0.4806, 0.1952, -0.0173, 0.4712, 0.1952, -0.0173, 0.4712, 0.0956, -0.0173, 0.4806, 0.0995, -0.0173, 0.5002, 0.1952, -0.0173, 0.4712, 0.0995, -0.0173, 0.5002, 0.199, 0, 0.4804, 0.199, 0, 0.4804, 0.0995, -0.0173, 0.5002, 0.1014, 0, 0.51, 0.2889, 0, 0.4324, 0.199, 0, 0.4804, 0.2833, 0.0173, 0.4241, 0.2833, 0.0173, 0.4241, 0.199, 0, 0.4804, 0.1952, 0.0173, 0.4712, 0.2833, 0.0173, 0.4241, 0.1952, 0.0173, 0.4712, 0.2722, 0.0173, 0.4074, 0.2722, 0.0173, 0.4074, 0.1952, 0.0173, 0.4712, 0.1875, 0.0173, 0.4527, 0.2722, 0.0173, 0.4074, 0.1875, 0.0173, 0.4527, 0.2667, 0, 0.3991, 0.2667, 0, 0.3991, 0.1875, 0.0173, 0.4527, 0.1837, 0, 0.4435, 0.2667, 0, 0.3991, 0.1837, 0, 0.4435, 0.2722, -0.0173, 0.4074, 0.2722, -0.0173, 0.4074, 0.1837, 0, 0.4435, 0.1875, -0.0173, 0.4527, 0.2722, -0.0173, 0.4074, 0.1875, -0.0173, 0.4527, 0.2833, -0.0173, 0.4241, 0.2833, -0.0173, 0.4241, 0.1875, -0.0173, 0.4527, 0.1952, -0.0173, 0.4712, 0.2833, -0.0173, 0.4241, 0.1952, -0.0173, 0.4712, 0.2889, 0, 0.4324, 0.2889, 0, 0.4324, 0.1952, -0.0173, 0.4712, 0.199, 0, 0.4804, 0.3677, 0, 0.3677, 0.2889, 0, 0.4324, 0.3606, 0.0173, 0.3606, 0.3606, 0.0173, 0.3606, 0.2889, 0, 0.4324, 0.2833, 0.0173, 0.4241, 0.3606, 0.0173, 0.3606, 0.2833, 0.0173, 0.4241, 0.3465, 0.0173, 0.3465, 0.3465, 0.0173, 0.3465, 0.2833, 0.0173, 0.4241, 0.2722, 0.0173, 0.4074, 0.3465, 0.0173, 0.3465, 0.2722, 0.0173, 0.4074, 0.3394, 0, 0.3394, 0.3394, 0, 0.3394, 0.2722, 0.0173, 0.4074, 0.2667, 0, 0.3991, 0.3394, 0, 0.3394, 0.2667, 0, 0.3991, 0.3465, -0.0173, 0.3465, 0.3465, -0.0173, 0.3465, 0.2667, 0, 0.3991, 0.2722, -0.0173, 0.4074, 0.3465, -0.0173, 0.3465, 0.2722, -0.0173, 0.4074, 0.3606, -0.0173, 0.3606, 0.3606, -0.0173, 0.3606, 0.2722, -0.0173, 0.4074, 0.2833, -0.0173, 0.4241, 0.3606, -0.0173, 0.3606, 0.2833, -0.0173, 0.4241, 0.3677, 0, 0.3677, 0.3677, 0, 0.3677, 0.2833, -0.0173, 0.4241, 0.2889, 0, 0.4324, 0.4324, 0, 0.2889, 0.3677, 0, 0.3677, 0.424, 0.0173, 0.2833, 0.424, 0.0173, 0.2833, 0.3677, 0, 0.3677, 0.3606, 0.0173, 0.3606, 0.424, 0.0173, 0.2833, 0.3606, 0.0173, 0.3606, 0.4074, 0.0173, 0.2722, 0.4074, 0.0173, 0.2722, 0.3606, 0.0173, 0.3606, 0.3465, 0.0173, 0.3465, 0.4074, 0.0173, 0.2722, 0.3465, 0.0173, 0.3465, 0.3991, 0, 0.2667, 0.3991, 0, 0.2667, 0.3465, 0.0173, 0.3465, 0.3394, 0, 0.3394, 0.3991, 0, 0.2667, 0.3394, 0, 0.3394, 0.4074, -0.0173, 0.2722, 0.4074, -0.0173, 0.2722, 0.3394, 0, 0.3394, 0.3465, -0.0173, 0.3465, 0.4074, -0.0173, 0.2722, 0.3465, -0.0173, 0.3465, 0.424, -0.0173, 0.2833, 0.424, -0.0173, 0.2833, 0.3465, -0.0173, 0.3465, 0.3606, -0.0173, 0.3606, 0.424, -0.0173, 0.2833, 0.3606, -0.0173, 0.3606, 0.4324, 0, 0.2889, 0.4324, 0, 0.2889, 0.3606, -0.0173, 0.3606, 0.3677, 0, 0.3677, 0.4804, 0, 0.199, 0.4324, 0, 0.2889, 0.4712, 0.0173, 0.1952, 0.4712, 0.0173, 0.1952, 0.4324, 0, 0.2889, 0.424, 0.0173, 0.2833, 0.4712, 0.0173, 0.1952, 0.424, 0.0173, 0.2833, 0.4527, 0.0173, 0.1875, 0.4527, 0.0173, 0.1875, 0.424, 0.0173, 0.2833, 0.4074, 0.0173, 0.2722, 0.4527, 0.0173, 0.1875, 0.4074, 0.0173, 0.2722, 0.4435, 0, 0.1837, 0.4435, 0, 0.1837, 0.4074, 0.0173, 0.2722, 0.3991, 0, 0.2667, 0.4435, 0, 0.1837, 0.3991, 0, 0.2667, 0.4527, -0.0173, 0.1875, 0.4527, -0.0173, 0.1875, 0.3991, 0, 0.2667, 0.4074, -0.0173, 0.2722, 0.4527, -0.0173, 0.1875, 0.4074, -0.0173, 0.2722, 0.4712, -0.0173, 0.1952, 0.4712, -0.0173, 0.1952, 0.4074, -0.0173, 0.2722, 0.424, -0.0173, 0.2833, 0.4712, -0.0173, 0.1952, 0.424, -0.0173, 0.2833, 0.4804, 0, 0.199, 0.4804, 0, 0.199, 0.424, -0.0173, 0.2833, 0.4324, 0, 0.2889, 0.51, 0, 0.1014, 0.4804, 0, 0.199, 0.5002, 0.0173, 0.0995, 0.5002, 0.0173, 0.0995, 0.4804, 0, 0.199, 0.4712, 0.0173, 0.1952, 0.5002, 0.0173, 0.0995, 0.4712, 0.0173, 0.1952, 0.4806, 0.0173, 0.0956, 0.4806, 0.0173, 0.0956, 0.4712, 0.0173, 0.1952, 0.4527, 0.0173, 0.1875, 0.4806, 0.0173, 0.0956, 0.4527, 0.0173, 0.1875, 0.4708, 0, 0.0936, 0.4708, 0, 0.0936, 0.4527, 0.0173, 0.1875, 0.4435, 0, 0.1837, 0.4708, 0, 0.0936, 0.4435, 0, 0.1837, 0.4806, -0.0173, 0.0956, 0.4806, -0.0173, 0.0956, 0.4435, 0, 0.1837, 0.4527, -0.0173, 0.1875, 0.4806, -0.0173, 0.0956, 0.4527, -0.0173, 0.1875, 0.5002, -0.0173, 0.0995, 0.5002, -0.0173, 0.0995, 0.4527, -0.0173, 0.1875, 0.4712, -0.0173, 0.1952, 0.5002, -0.0173, 0.0995, 0.4712, -0.0173, 0.1952, 0.51, 0, 0.1014, 0.51, 0, 0.1014, 0.4712, -0.0173, 0.1952, 0.4804, 0, 0.199, 0.52, 0, 0, 0.51, 0, 0.1014, 0.51, 0.0173, 0, 0.51, 0.0173, 0, 0.51, 0, 0.1014, 0.5002, 0.0173, 0.0995, 0.51, 0.0173, 0, 0.5002, 0.0173, 0.0995, 0.49, 0.0173, 0, 0.49, 0.0173, 0, 0.5002, 0.0173, 0.0995, 0.4806, 0.0173, 0.0956, 0.49, 0.0173, 0, 0.4806, 0.0173, 0.0956, 0.48, 0, 0, 0.48, 0, 0, 0.4806, 0.0173, 0.0956, 0.4708, 0, 0.0936, 0.48, 0, 0, 0.4708, 0, 0.0936, 0.49, -0.0173, 0, 0.49, -0.0173, 0, 0.4708, 0, 0.0936, 0.4806, -0.0173, 0.0956, 0.49, -0.0173, 0, 0.4806, -0.0173, 0.0956, 0.51, -0.0173, 0, 0.51, -0.0173, 0, 0.4806, -0.0173, 0.0956, 0.5002, -0.0173, 0.0995, 0.51, -0.0173, 0, 0.5002, -0.0173, 0.0995, 0.52, 0, 0, 0.52, 0, 0, 0.5002, -0.0173, 0.0995, 0.51, 0, 0.1014)
 
 [node name="Arrow" type="Node3D"]
-script = ExtResource( 1 )
-material = SubResource( 3 )
+script = ExtResource("1")
+material = SubResource("3")
 
 [node name="Arrow" type="MeshInstance3D" parent="."]
-mesh = SubResource( 6 )
+mesh = SubResource("6")
 skeleton = NodePath("../..")
-material/0 = SubResource( 3 )
+material/0 = SubResource("3")
 
 [node name="Torus" type="MeshInstance3D" parent="."]
-mesh = SubResource( 8 )
+mesh = SubResource("8")
 skeleton = NodePath("../..")
-material/0 = SubResource( 3 )
+material/0 = SubResource("3")
 
 [node name="TranslateArea" type="Area3D" parent="."]
 input_capture_on_drag = true
@@ -74,15 +68,15 @@ monitoring = false
 monitorable = false
 
 [node name="CollisionShape3D" type="CollisionShape3D" parent="TranslateArea"]
-transform = Transform3D( -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 0, 0, 1, 0.50023, 0, 0 )
-shape = SubResource( 4 )
+transform = Transform3D(-4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 0, 0, 1, 0.50023, 0, 0)
+shape = SubResource("4")
 
 [node name="RotateArea" type="Area3D" parent="."]
 input_capture_on_drag = true
 
 [node name="CollisionShape3D" type="CollisionShape3D" parent="RotateArea"]
-transform = Transform3D( -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 0, 0, 1, 0, 0, 0 )
-shape = SubResource( 5 )
+transform = Transform3D(-4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 0, 0, 1, 0, 0, 0)
+shape = SubResource("5")
 
 [connection signal="input_event" from="TranslateArea" to="." method="_on_TranslateArea_input_event"]
 [connection signal="input_event" from="RotateArea" to="." method="_on_RotateArea_input_event"]