diff --git a/addons/func_godot/fgd/func_detail.tres b/addons/func_godot/fgd/func_detail.tres index f3888dd..0cd4704 100644 --- a/addons/func_godot/fgd/func_detail.tres +++ b/addons/func_godot/fgd/func_detail.tres @@ -1,28 +1,37 @@ -[gd_resource type="Resource" script_class="FuncGodotFGDSolidClass" load_steps=3 format=3 uid="uid://cxy7jnh6d7msn"] +[gd_resource type="Resource" script_class="FuncGodotFGDSolidClass" load_steps=4 format=3 uid="uid://cxy7jnh6d7msn"] -[ext_resource type="Script" uid="uid://cmoudtn1s5egw" path="res://addons/func_godot/src/fgd/func_godot_fgd_solid_class.gd" id="1_0fsmp"] +[ext_resource type="Script" uid="uid://5cow84q03m6a" path="res://addons/func_godot/src/fgd/func_godot_fgd_solid_class.gd" id="1_0fsmp"] [ext_resource type="Resource" uid="uid://nayxb8n7see2" path="res://addons/func_godot/fgd/phong_base.tres" id="1_c3bns"] +[ext_resource type="Resource" uid="uid://doo4ly322b4jc" path="res://addons/func_godot/fgd/vertex_merge_distance_base.tres" id="2_c03gr"] [resource] script = ExtResource("1_0fsmp") spawn_type = 2 -origin_type = 0 +origin_type = 3 build_visuals = true +global_illumination_mode = 1 use_in_baked_light = true -shadow_casting_setting = 0 +shadow_casting_setting = 1 build_occlusion = false render_layers = 1 collision_shape_type = 2 collision_layer = 1 -collision_mask = 1 +collision_mask = 0 collision_priority = 1.0 collision_shape_margin = 0.04 -classname = "func_transparent" -description = "Static collidable geometry. Builds a StaticBody3D with a MeshInstance3D and a single convex CollisionShape3D. Does not occlude other VisualInstance3D nodes." +add_textures_metadata = false +add_vertex_metadata = false +add_face_position_metadata = false +add_face_normal_metadata = false +add_collision_shape_to_face_indices_metadata = false +add_collision_shape_face_range_metadata = false +classname = "func_detail" +description = "Static collidable geometry. Builds a StaticBody3D with a MeshInstance3D and a single concave CollisionShape3D. Does not occlude other VisualInstance3D nodes." func_godot_internal = false -base_classes = Array[Resource]([ExtResource("1_c3bns")]) +base_classes = Array[Resource]([ExtResource("1_c3bns"), ExtResource("2_c03gr")]) class_properties = {} class_property_descriptions = {} +auto_apply_to_matching_node_properties = false meta_properties = { "color": Color(0.8, 0.8, 0.8, 1) } diff --git a/addons/func_godot/fgd/func_detail_illusionary.tres b/addons/func_godot/fgd/func_detail_illusionary.tres index a4efeb1..b99bc02 100644 --- a/addons/func_godot/fgd/func_detail_illusionary.tres +++ b/addons/func_godot/fgd/func_detail_illusionary.tres @@ -1,13 +1,15 @@ -[gd_resource type="Resource" script_class="FuncGodotFGDSolidClass" load_steps=3 format=3 uid="uid://ch3e0dix85uhb"] +[gd_resource type="Resource" script_class="FuncGodotFGDSolidClass" load_steps=4 format=3 uid="uid://ch3e0dix85uhb"] [ext_resource type="Resource" uid="uid://nayxb8n7see2" path="res://addons/func_godot/fgd/phong_base.tres" id="1_ar63x"] -[ext_resource type="Script" uid="uid://cmoudtn1s5egw" path="res://addons/func_godot/src/fgd/func_godot_fgd_solid_class.gd" id="2_lhb87"] +[ext_resource type="Resource" uid="uid://doo4ly322b4jc" path="res://addons/func_godot/fgd/vertex_merge_distance_base.tres" id="2_j7vgq"] +[ext_resource type="Script" uid="uid://5cow84q03m6a" path="res://addons/func_godot/src/fgd/func_godot_fgd_solid_class.gd" id="2_lhb87"] [resource] script = ExtResource("2_lhb87") spawn_type = 2 -origin_type = 0 +origin_type = 3 build_visuals = true +global_illumination_mode = 1 use_in_baked_light = true shadow_casting_setting = 1 build_occlusion = false @@ -17,12 +19,19 @@ collision_layer = 1 collision_mask = 1 collision_priority = 1.0 collision_shape_margin = 0.04 +add_textures_metadata = false +add_vertex_metadata = false +add_face_position_metadata = false +add_face_normal_metadata = false +add_collision_shape_to_face_indices_metadata = false +add_collision_shape_face_range_metadata = false classname = "func_detail_illusionary" description = "Static geometry with no collision. Builds a Node3D with a MeshInstance3D. Does not occlude other VisualInstance3D nodes." func_godot_internal = false -base_classes = Array[Resource]([ExtResource("1_ar63x")]) +base_classes = Array[Resource]([ExtResource("1_ar63x"), ExtResource("2_j7vgq")]) class_properties = {} class_property_descriptions = {} +auto_apply_to_matching_node_properties = false meta_properties = { "color": Color(0.8, 0.8, 0.8, 1) } diff --git a/addons/func_godot/fgd/func_geo.tres b/addons/func_godot/fgd/func_geo.tres new file mode 100644 index 0000000..b9e60aa --- /dev/null +++ b/addons/func_godot/fgd/func_geo.tres @@ -0,0 +1,39 @@ +[gd_resource type="Resource" script_class="FuncGodotFGDSolidClass" load_steps=4 format=3 uid="uid://b70vf4t5dc70t"] + +[ext_resource type="Resource" uid="uid://nayxb8n7see2" path="res://addons/func_godot/fgd/phong_base.tres" id="1_5mwee"] +[ext_resource type="Script" uid="uid://5cow84q03m6a" path="res://addons/func_godot/src/fgd/func_godot_fgd_solid_class.gd" id="2_8o081"] +[ext_resource type="Resource" uid="uid://doo4ly322b4jc" path="res://addons/func_godot/fgd/vertex_merge_distance_base.tres" id="2_bp8pb"] + +[resource] +script = ExtResource("2_8o081") +spawn_type = 2 +origin_type = 3 +build_visuals = true +global_illumination_mode = 1 +use_in_baked_light = true +shadow_casting_setting = 1 +build_occlusion = true +render_layers = 1 +collision_shape_type = 2 +collision_layer = 1 +collision_mask = 0 +collision_priority = 1.0 +collision_shape_margin = 0.04 +add_textures_metadata = false +add_vertex_metadata = false +add_face_position_metadata = false +add_face_normal_metadata = false +add_collision_shape_to_face_indices_metadata = false +add_collision_shape_face_range_metadata = false +classname = "func_geo" +description = "Static collidable geometry. Builds a StaticBody3D with a MeshInstance3D, a single concave CollisionShape3D, and an OccluderInstance3D." +func_godot_internal = false +base_classes = Array[Resource]([ExtResource("1_5mwee"), ExtResource("2_bp8pb")]) +class_properties = {} +class_property_descriptions = {} +auto_apply_to_matching_node_properties = false +meta_properties = { +"color": Color(0.8, 0.8, 0.8, 1) +} +node_class = "StaticBody3D" +name_property = "" diff --git a/addons/func_godot/fgd/func_godot_fgd.tres b/addons/func_godot/fgd/func_godot_fgd.tres index 6fa1c48..7674bf2 100644 --- a/addons/func_godot/fgd/func_godot_fgd.tres +++ b/addons/func_godot/fgd/func_godot_fgd.tres @@ -1,16 +1,14 @@ -[gd_resource type="Resource" script_class="FuncGodotFGDFile" load_steps=7 format=3 uid="uid://crgpdahjaj"] +[gd_resource type="Resource" script_class="FuncGodotFGDFile" load_steps=9 format=3 uid="uid://crgpdahjaj"] -[ext_resource type="Script" uid="uid://ckisq2tcxg062" path="res://addons/func_godot/src/fgd/func_godot_fgd_file.gd" id="1_axt3h"] +[ext_resource type="Script" uid="uid://drlmgulwbjwqu" path="res://addons/func_godot/src/fgd/func_godot_fgd_file.gd" id="1_axt3h"] [ext_resource type="Resource" uid="uid://nayxb8n7see2" path="res://addons/func_godot/fgd/phong_base.tres" id="1_ehab8"] +[ext_resource type="Resource" uid="uid://doo4ly322b4jc" path="res://addons/func_godot/fgd/vertex_merge_distance_base.tres" id="2_7jebp"] [ext_resource type="Resource" uid="uid://bdji3873bg32h" path="res://addons/func_godot/fgd/worldspawn.tres" id="2_ri2rx"] +[ext_resource type="Resource" uid="uid://b70vf4t5dc70t" path="res://addons/func_godot/fgd/func_geo.tres" id="3_7jigp"] [ext_resource type="Resource" uid="uid://cxy7jnh6d7msn" path="res://addons/func_godot/fgd/func_detail.tres" id="3_fqfww"] [ext_resource type="Resource" uid="uid://dg5x44cc7flew" path="res://addons/func_godot/fgd/func_illusionary.tres" id="4_c4ucw"] [ext_resource type="Resource" uid="uid://ch3e0dix85uhb" path="res://addons/func_godot/fgd/func_detail_illusionary.tres" id="5_b2q3p"] [resource] script = ExtResource("1_axt3h") -export_file = false -model_key_word_supported = true -fgd_name = "FuncGodot" -base_fgd_files = Array[Resource]([]) -entity_definitions = Array[Resource]([ExtResource("1_ehab8"), ExtResource("2_ri2rx"), ExtResource("3_fqfww"), ExtResource("5_b2q3p"), ExtResource("4_c4ucw"), ExtResource("3_fqfww")]) +entity_definitions = Array[Resource]([ExtResource("1_ehab8"), ExtResource("2_7jebp"), ExtResource("2_ri2rx"), ExtResource("3_7jigp"), ExtResource("3_fqfww"), ExtResource("5_b2q3p"), ExtResource("4_c4ucw")]) diff --git a/addons/func_godot/fgd/func_illusionary.tres b/addons/func_godot/fgd/func_illusionary.tres index ac7c0cc..ece499a 100644 --- a/addons/func_godot/fgd/func_illusionary.tres +++ b/addons/func_godot/fgd/func_illusionary.tres @@ -1,13 +1,15 @@ -[gd_resource type="Resource" script_class="FuncGodotFGDSolidClass" load_steps=3 format=3 uid="uid://dg5x44cc7flew"] +[gd_resource type="Resource" script_class="FuncGodotFGDSolidClass" load_steps=4 format=3 uid="uid://dg5x44cc7flew"] [ext_resource type="Resource" uid="uid://nayxb8n7see2" path="res://addons/func_godot/fgd/phong_base.tres" id="1_kv0mq"] -[ext_resource type="Script" uid="uid://cmoudtn1s5egw" path="res://addons/func_godot/src/fgd/func_godot_fgd_solid_class.gd" id="2_uffhi"] +[ext_resource type="Resource" uid="uid://doo4ly322b4jc" path="res://addons/func_godot/fgd/vertex_merge_distance_base.tres" id="2_hovr4"] +[ext_resource type="Script" uid="uid://5cow84q03m6a" path="res://addons/func_godot/src/fgd/func_godot_fgd_solid_class.gd" id="2_uffhi"] [resource] script = ExtResource("2_uffhi") spawn_type = 2 -origin_type = 0 +origin_type = 3 build_visuals = true +global_illumination_mode = 1 use_in_baked_light = true shadow_casting_setting = 1 build_occlusion = true @@ -17,12 +19,19 @@ collision_layer = 1 collision_mask = 1 collision_priority = 1.0 collision_shape_margin = 0.04 +add_textures_metadata = false +add_vertex_metadata = false +add_face_position_metadata = false +add_face_normal_metadata = false +add_collision_shape_to_face_indices_metadata = false +add_collision_shape_face_range_metadata = false classname = "func_illusionary" description = "Static geometry with no collision. Builds a Node3D with a MeshInstance3D and an Occluder3D to aid in render culling of other VisualInstance3D nodes." func_godot_internal = false -base_classes = Array[Resource]([ExtResource("1_kv0mq")]) +base_classes = Array[Resource]([ExtResource("1_kv0mq"), ExtResource("2_hovr4")]) class_properties = {} class_property_descriptions = {} +auto_apply_to_matching_node_properties = false meta_properties = { "color": Color(0.8, 0.8, 0.8, 1) } diff --git a/addons/func_godot/fgd/phong_base.tres b/addons/func_godot/fgd/phong_base.tres index ab7e8ed..4b8e456 100644 --- a/addons/func_godot/fgd/phong_base.tres +++ b/addons/func_godot/fgd/phong_base.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="FuncGodotFGDBaseClass" load_steps=2 format=3 uid="uid://nayxb8n7see2"] -[ext_resource type="Script" uid="uid://dyv4g30betqgm" path="res://addons/func_godot/src/fgd/func_godot_fgd_base_class.gd" id="1_04y3n"] +[ext_resource type="Script" uid="uid://ck575aqs1sbrb" path="res://addons/func_godot/src/fgd/func_godot_fgd_base_class.gd" id="1_04y3n"] [resource] script = ExtResource("1_04y3n") @@ -19,6 +19,7 @@ class_property_descriptions = { "_phong": ["Phong shading", 0], "_phong_angle": "Phong smoothing angle" } +auto_apply_to_matching_node_properties = false meta_properties = { "color": Color(0.8, 0.8, 0.8, 1), "size": AABB(-8, -8, -8, 8, 8, 8) diff --git a/addons/func_godot/fgd/vertex_merge_distance_base.tres b/addons/func_godot/fgd/vertex_merge_distance_base.tres new file mode 100644 index 0000000..68dcc64 --- /dev/null +++ b/addons/func_godot/fgd/vertex_merge_distance_base.tres @@ -0,0 +1,24 @@ +[gd_resource type="Resource" script_class="FuncGodotFGDBaseClass" load_steps=2 format=3 uid="uid://doo4ly322b4jc"] + +[ext_resource type="Script" uid="uid://ck575aqs1sbrb" path="res://addons/func_godot/src/fgd/func_godot_fgd_base_class.gd" id="1_h3atm"] + +[resource] +script = ExtResource("1_h3atm") +classname = "VertexMergeDistance" +description = "Adjustable value to snap vertices to on map build. This can reduce instances of seams between polygons." +func_godot_internal = false +base_classes = Array[Resource]([]) +class_properties = { +"_vertex_merge_distance": 0.008 +} +class_property_descriptions = { +"_vertex_merge_distance": "Adjustable value to snap vertices to on map build. This can reduce instances of seams between polygons." +} +auto_apply_to_matching_node_properties = false +meta_properties = { +"color": Color(0.8, 0.8, 0.8, 1), +"size": AABB(-8, -8, -8, 8, 8, 8) +} +node_class = "" +name_property = "" +metadata/_custom_type_script = "uid://ck575aqs1sbrb" diff --git a/addons/func_godot/fgd/worldspawn.tres b/addons/func_godot/fgd/worldspawn.tres index 75a69f6..6976ede 100644 --- a/addons/func_godot/fgd/worldspawn.tres +++ b/addons/func_godot/fgd/worldspawn.tres @@ -1,29 +1,17 @@ -[gd_resource type="Resource" script_class="FuncGodotFGDSolidClass" load_steps=2 format=3 uid="uid://bdji3873bg32h"] +[gd_resource type="Resource" script_class="FuncGodotFGDSolidClass" load_steps=3 format=3 uid="uid://bdji3873bg32h"] -[ext_resource type="Script" uid="uid://cmoudtn1s5egw" path="res://addons/func_godot/src/fgd/func_godot_fgd_solid_class.gd" id="1_62t8m"] +[ext_resource type="Script" uid="uid://5cow84q03m6a" path="res://addons/func_godot/src/fgd/func_godot_fgd_solid_class.gd" id="1_62t8m"] +[ext_resource type="Resource" uid="uid://doo4ly322b4jc" path="res://addons/func_godot/fgd/vertex_merge_distance_base.tres" id="1_h1046"] [resource] script = ExtResource("1_62t8m") spawn_type = 0 -origin_type = 0 -build_visuals = true -use_in_baked_light = true -shadow_casting_setting = 1 -build_occlusion = true -render_layers = 1 -collision_shape_type = 1 +origin_type = 1 collision_layer = 3 -collision_mask = 1 -collision_priority = 1.0 -collision_shape_margin = 0.04 classname = "worldspawn" description = "Default static world geometry. Builds a StaticBody3D with a single MeshInstance3D and a single convex CollisionShape3D shape. Also builds Occluder3D to aid in render culling of other VisualInstance3D nodes." -func_godot_internal = false -base_classes = Array[Resource]([]) -class_properties = {} -class_property_descriptions = {} +base_classes = Array[Resource]([ExtResource("1_h1046")]) meta_properties = { "color": Color(0.8, 0.8, 0.8, 1) } node_class = "StaticBody3D" -name_property = "" diff --git a/addons/func_godot/func_godot_default_map_settings.tres b/addons/func_godot/func_godot_default_map_settings.tres index 21501b6..7be01c9 100644 --- a/addons/func_godot/func_godot_default_map_settings.tres +++ b/addons/func_godot/func_godot_default_map_settings.tres @@ -1,19 +1,25 @@ -[gd_resource type="Resource" script_class="FuncGodotMapSettings" load_steps=4 format=3 uid="uid://bkhxcqsquw1yg"] +[gd_resource type="Resource" script_class="FuncGodotMapSettings" load_steps=5 format=3 uid="uid://bkhxcqsquw1yg"] [ext_resource type="Material" uid="uid://cvex6toty8yn7" path="res://addons/func_godot/textures/default_material.tres" id="1_8l5wm"] -[ext_resource type="Script" uid="uid://dhlc0pfo61428" path="res://addons/func_godot/src/map/func_godot_map_settings.gd" id="1_dlf23"] -[ext_resource type="Resource" uid="uid://crgpdahjaj" path="res://addons/func_godot/fgd/func_godot_fgd.tres" id="1_hd7se"] +[ext_resource type="Script" uid="uid://38q6k0ctahjn" path="res://addons/func_godot/src/map/func_godot_map_settings.gd" id="1_dlf23"] +[ext_resource type="Resource" uid="uid://crgpdahjaj" path="res://addons/func_godot/fgd/func_godot_fgd.tres" id="2_hf4oi"] +[ext_resource type="Script" uid="uid://cij36hpqc46c" path="res://addons/func_godot/src/import/quake_wad_file.gd" id="4_576s4"] [resource] script = ExtResource("1_dlf23") inverse_scale_factor = 32.0 -entity_fgd = ExtResource("1_hd7se") +entity_fgd = ExtResource("2_hf4oi") entity_name_property = "" +entity_smoothing_property = "_phong" +entity_smoothing_angle_property = "_phong_angle" +use_groups_hierarchy = false base_texture_dir = "res://textures" texture_file_extensions = Array[String](["png", "jpg", "jpeg", "bmp", "tga", "webp"]) -clip_texture = "clip" -skip_texture = "skip" -texture_wads = Array[Resource]([]) +clip_texture = "special/clip" +skip_texture = "special/skip" +origin_texture = "special/origin" +texture_wads = Array[ExtResource("4_576s4")]([]) +base_material_dir = "" material_file_extension = "tres" default_material = ExtResource("1_8l5wm") default_material_albedo_uniform = "" @@ -24,7 +30,6 @@ roughness_map_pattern = "%s_roughness.%s" emission_map_pattern = "%s_emission.%s" ao_map_pattern = "%s_ao.%s" height_map_pattern = "%s_height.%s" -unshaded = false -save_generated_materials = false -uv_unwrap_texel_size = 1.0 -use_trenchbroom_groups_hierarchy = false +orm_map_pattern = "%s_orm.%s" +save_generated_materials = true +uv_unwrap_texel_size = 2.0 diff --git a/addons/func_godot/func_godot_local_config.tres b/addons/func_godot/func_godot_local_config.tres index 01c86aa..482e00e 100644 --- a/addons/func_godot/func_godot_local_config.tres +++ b/addons/func_godot/func_godot_local_config.tres @@ -1,7 +1,6 @@ [gd_resource type="Resource" script_class="FuncGodotLocalConfig" load_steps=2 format=3 uid="uid://bqjt7nyekxgog"] -[ext_resource type="Script" uid="uid://bjtqjywscfgdy" path="res://addons/func_godot/src/util/func_godot_local_config.gd" id="1_g8kqj"] +[ext_resource type="Script" uid="uid://xsjnhahhyein" path="res://addons/func_godot/src/util/func_godot_local_config.gd" id="1_g8kqj"] [resource] script = ExtResource("1_g8kqj") -export_func_godot_settings = false diff --git a/addons/func_godot/game_config/netradiant_custom/func_godot_netradiant_custom_gamepack_config.tres b/addons/func_godot/game_config/netradiant_custom/func_godot_netradiant_custom_gamepack_config.tres index 1578052..85c0e6f 100644 --- a/addons/func_godot/game_config/netradiant_custom/func_godot_netradiant_custom_gamepack_config.tres +++ b/addons/func_godot/game_config/netradiant_custom/func_godot_netradiant_custom_gamepack_config.tres @@ -1,21 +1,24 @@ -[gd_resource type="Resource" script_class="NetRadiantCustomGamePackConfig" load_steps=5 format=3 uid="uid://cv1k2e85fo2ax"] +[gd_resource type="Resource" script_class="NetRadiantCustomGamePackConfig" load_steps=6 format=3 uid="uid://cv1k2e85fo2ax"] [ext_resource type="Resource" uid="uid://crgpdahjaj" path="res://addons/func_godot/fgd/func_godot_fgd.tres" id="1_gct4v"] -[ext_resource type="Script" uid="uid://ckvnkpgsci7hg" path="res://addons/func_godot/src/netradiant_custom/netradiant_custom_gamepack_config.gd" id="2_en8ro"] +[ext_resource type="Script" uid="uid://dfhj3me2g5j0l" path="res://addons/func_godot/src/netradiant_custom/netradiant_custom_gamepack_config.gd" id="2_en8ro"] [ext_resource type="Resource" uid="uid://f5erfnvbg6b7" path="res://addons/func_godot/game_config/netradiant_custom/netradiant_custom_shader_clip.tres" id="2_w7psh"] [ext_resource type="Resource" uid="uid://cfhg30jclb4lw" path="res://addons/func_godot/game_config/netradiant_custom/netradiant_custom_shader_skip.tres" id="3_6gpk8"] +[ext_resource type="Resource" uid="uid://bpnj14oaufdpt" path="res://addons/func_godot/game_config/netradiant_custom/netradiant_custom_shader_origin.tres" id="4_8rl60"] [resource] script = ExtResource("2_en8ro") -export_file = false gamepack_name = "func_godot" game_name = "FuncGodot" base_game_path = "" fgd_file = ExtResource("1_gct4v") -netradiant_custom_shaders = Array[Resource]([ExtResource("2_w7psh"), ExtResource("3_6gpk8")]) +netradiant_custom_shaders = Array[Resource]([ExtResource("2_w7psh"), ExtResource("3_6gpk8"), ExtResource("4_8rl60")]) texture_types = PackedStringArray("png", "jpg", "jpeg", "bmp", "tga") model_types = PackedStringArray("glb", "gltf", "obj") sound_types = PackedStringArray("wav", "ogg") default_scale = "1.0" clip_texture = "textures/special/clip" skip_texture = "textures/special/skip" +map_type = 1 +default_build_menu_variables = {} +default_build_menu_commands = {} diff --git a/addons/func_godot/game_config/netradiant_custom/netradiant_custom_shader_clip.tres b/addons/func_godot/game_config/netradiant_custom/netradiant_custom_shader_clip.tres index 396cec2..d969774 100644 --- a/addons/func_godot/game_config/netradiant_custom/netradiant_custom_shader_clip.tres +++ b/addons/func_godot/game_config/netradiant_custom/netradiant_custom_shader_clip.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="NetRadiantCustomShader" load_steps=2 format=3 uid="uid://f5erfnvbg6b7"] -[ext_resource type="Script" uid="uid://dtmnasjcec1cl" path="res://addons/func_godot/src/netradiant_custom/netradiant_custom_shader.gd" id="1_cuylw"] +[ext_resource type="Script" uid="uid://dn86acprv4e86" path="res://addons/func_godot/src/netradiant_custom/netradiant_custom_shader.gd" id="1_cuylw"] [resource] script = ExtResource("1_cuylw") diff --git a/addons/func_godot/game_config/netradiant_custom/netradiant_custom_shader_origin.tres b/addons/func_godot/game_config/netradiant_custom/netradiant_custom_shader_origin.tres new file mode 100644 index 0000000..72bd171 --- /dev/null +++ b/addons/func_godot/game_config/netradiant_custom/netradiant_custom_shader_origin.tres @@ -0,0 +1,8 @@ +[gd_resource type="Resource" script_class="NetRadiantCustomShader" load_steps=2 format=3 uid="uid://bpnj14oaufdpt"] + +[ext_resource type="Script" uid="uid://dn86acprv4e86" path="res://addons/func_godot/src/netradiant_custom/netradiant_custom_shader.gd" id="1_ah2cp"] + +[resource] +script = ExtResource("1_ah2cp") +texture_path = "textures/special/origin" +shader_attributes = Array[String](["qer_trans 0.4"]) diff --git a/addons/func_godot/game_config/netradiant_custom/netradiant_custom_shader_skip.tres b/addons/func_godot/game_config/netradiant_custom/netradiant_custom_shader_skip.tres index f1b8a32..f368140 100644 --- a/addons/func_godot/game_config/netradiant_custom/netradiant_custom_shader_skip.tres +++ b/addons/func_godot/game_config/netradiant_custom/netradiant_custom_shader_skip.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="NetRadiantCustomShader" load_steps=2 format=3 uid="uid://cfhg30jclb4lw"] -[ext_resource type="Script" uid="uid://dtmnasjcec1cl" path="res://addons/func_godot/src/netradiant_custom/netradiant_custom_shader.gd" id="1_4ja6h"] +[ext_resource type="Script" uid="uid://dn86acprv4e86" path="res://addons/func_godot/src/netradiant_custom/netradiant_custom_shader.gd" id="1_4ja6h"] [resource] script = ExtResource("1_4ja6h") diff --git a/addons/func_godot/game_config/trenchbroom/func_godot_tb_game_config.tres b/addons/func_godot/game_config/trenchbroom/func_godot_tb_game_config.tres index d923c4e..a08fb68 100644 --- a/addons/func_godot/game_config/trenchbroom/func_godot_tb_game_config.tres +++ b/addons/func_godot/game_config/trenchbroom/func_godot_tb_game_config.tres @@ -1,17 +1,15 @@ -[gd_resource type="Resource" script_class="TrenchBroomGameConfig" load_steps=8 format=3 uid="uid://b44ah5b2000wa"] +[gd_resource type="Resource" script_class="TrenchBroomGameConfig" load_steps=7 format=3 uid="uid://b44ah5b2000wa"] [ext_resource type="Resource" uid="uid://crgpdahjaj" path="res://addons/func_godot/fgd/func_godot_fgd.tres" id="1_8u1vq"] [ext_resource type="Resource" uid="uid://b4xhdj0e16lop" path="res://addons/func_godot/game_config/trenchbroom/tb_face_tag_clip.tres" id="1_rsp20"] [ext_resource type="Resource" uid="uid://ca7377sfgj074" path="res://addons/func_godot/game_config/trenchbroom/tb_face_tag_skip.tres" id="2_166i2"] -[ext_resource type="Script" uid="uid://c51cy33iaei4s" path="res://addons/func_godot/src/trenchbroom/trenchbroom_game_config.gd" id="2_ns6ah"] -[ext_resource type="Resource" uid="uid://37iduqf7tpxq" path="res://addons/func_godot/game_config/trenchbroom/tb_brush_tag_func.tres" id="3_mbuv7"] -[ext_resource type="Resource" uid="uid://co2sb1ng7cw4i" path="res://addons/func_godot/game_config/trenchbroom/tb_brush_tag_trigger.tres" id="4_y0tjm"] +[ext_resource type="Script" uid="uid://cx44c4vnq8bt5" path="res://addons/func_godot/src/trenchbroom/trenchbroom_game_config.gd" id="2_ns6ah"] +[ext_resource type="Resource" uid="uid://bkjxc54mmdhbo" path="res://addons/func_godot/game_config/trenchbroom/tb_face_tag_origin.tres" id="3_stisi"] [ext_resource type="Texture2D" uid="uid://decwujsyhj0qy" path="res://addons/func_godot/icon32.png" id="6_tex5j"] [resource] script = ExtResource("2_ns6ah") -export_file = false -game_name = "maskmaker" +game_name = "FuncGodot" icon = ExtResource("6_tex5j") map_formats = Array[Dictionary]([{ "format": "Valve", @@ -25,9 +23,12 @@ map_formats = Array[Dictionary]([{ }, { "format": "Quake3" }]) +textures_root_folder = "textures" texture_exclusion_patterns = Array[String](["*_albedo", "*_ao", "*_emission", "*_height", "*_metallic", "*_normal", "*_orm", "*_roughness", "*_sss"]) +palette_path = "textures/palette.lmp" fgd_file = ExtResource("1_8u1vq") entity_scale = "32" +brush_tags = Array[Resource]([]) +brushface_tags = Array[Resource]([ExtResource("1_rsp20"), ExtResource("2_166i2"), ExtResource("3_stisi")]) default_uv_scale = Vector2(1, 1) -brush_tags = Array[Resource]([ExtResource("3_mbuv7"), ExtResource("4_y0tjm")]) -brushface_tags = Array[Resource]([ExtResource("1_rsp20"), ExtResource("2_166i2")]) +game_config_version = 0 diff --git a/addons/func_godot/game_config/trenchbroom/tb_brush_tag_func.tres b/addons/func_godot/game_config/trenchbroom/tb_brush_tag_func.tres index ae4ec72..e6f73c7 100644 --- a/addons/func_godot/game_config/trenchbroom/tb_brush_tag_func.tres +++ b/addons/func_godot/game_config/trenchbroom/tb_brush_tag_func.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="TrenchBroomTag" load_steps=2 format=3 uid="uid://37iduqf7tpxq"] -[ext_resource type="Script" uid="uid://5eacgso7tkh6" path="res://addons/func_godot/src/trenchbroom/trenchbroom_tag.gd" id="1_rn13a"] +[ext_resource type="Script" uid="uid://b66qdknwqpfup" path="res://addons/func_godot/src/trenchbroom/trenchbroom_tag.gd" id="1_rn13a"] [resource] script = ExtResource("1_rn13a") diff --git a/addons/func_godot/game_config/trenchbroom/tb_brush_tag_trigger.tres b/addons/func_godot/game_config/trenchbroom/tb_brush_tag_trigger.tres index 8cae333..c915f1c 100644 --- a/addons/func_godot/game_config/trenchbroom/tb_brush_tag_trigger.tres +++ b/addons/func_godot/game_config/trenchbroom/tb_brush_tag_trigger.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="TrenchBroomTag" load_steps=2 format=3 uid="uid://co2sb1ng7cw4i"] -[ext_resource type="Script" uid="uid://5eacgso7tkh6" path="res://addons/func_godot/src/trenchbroom/trenchbroom_tag.gd" id="1_msqpk"] +[ext_resource type="Script" uid="uid://b66qdknwqpfup" path="res://addons/func_godot/src/trenchbroom/trenchbroom_tag.gd" id="1_msqpk"] [resource] script = ExtResource("1_msqpk") diff --git a/addons/func_godot/game_config/trenchbroom/tb_face_tag_clip.tres b/addons/func_godot/game_config/trenchbroom/tb_face_tag_clip.tres index 339f969..bec8a2c 100644 --- a/addons/func_godot/game_config/trenchbroom/tb_face_tag_clip.tres +++ b/addons/func_godot/game_config/trenchbroom/tb_face_tag_clip.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="TrenchBroomTag" load_steps=2 format=3 uid="uid://b4xhdj0e16lop"] -[ext_resource type="Script" uid="uid://5eacgso7tkh6" path="res://addons/func_godot/src/trenchbroom/trenchbroom_tag.gd" id="1_7td58"] +[ext_resource type="Script" uid="uid://b66qdknwqpfup" path="res://addons/func_godot/src/trenchbroom/trenchbroom_tag.gd" id="1_7td58"] [resource] script = ExtResource("1_7td58") diff --git a/addons/func_godot/game_config/trenchbroom/tb_face_tag_origin.tres b/addons/func_godot/game_config/trenchbroom/tb_face_tag_origin.tres new file mode 100644 index 0000000..82478f3 --- /dev/null +++ b/addons/func_godot/game_config/trenchbroom/tb_face_tag_origin.tres @@ -0,0 +1,11 @@ +[gd_resource type="Resource" script_class="TrenchBroomTag" load_steps=2 format=3 uid="uid://bkjxc54mmdhbo"] + +[ext_resource type="Script" uid="uid://b66qdknwqpfup" path="res://addons/func_godot/src/trenchbroom/trenchbroom_tag.gd" id="1_enkfc"] + +[resource] +script = ExtResource("1_enkfc") +tag_name = "Origin" +tag_attributes = Array[String](["transparent"]) +tag_match_type = 0 +tag_pattern = "origin" +texture_name = "" diff --git a/addons/func_godot/game_config/trenchbroom/tb_face_tag_skip.tres b/addons/func_godot/game_config/trenchbroom/tb_face_tag_skip.tres index 9f7e53c..342646c 100644 --- a/addons/func_godot/game_config/trenchbroom/tb_face_tag_skip.tres +++ b/addons/func_godot/game_config/trenchbroom/tb_face_tag_skip.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="TrenchBroomTag" load_steps=2 format=3 uid="uid://ca7377sfgj074"] -[ext_resource type="Script" uid="uid://5eacgso7tkh6" path="res://addons/func_godot/src/trenchbroom/trenchbroom_tag.gd" id="1_2teqe"] +[ext_resource type="Script" uid="uid://b66qdknwqpfup" path="res://addons/func_godot/src/trenchbroom/trenchbroom_tag.gd" id="1_2teqe"] [resource] script = ExtResource("1_2teqe") diff --git a/addons/func_godot/icon.svg.import b/addons/func_godot/icon.svg.import index e3d1d87..61f16c6 100644 --- a/addons/func_godot/icon.svg.import +++ b/addons/func_godot/icon.svg.import @@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/icon.svg-99f2c56e0c1ce867c819715c68d9c120.cte compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -25,6 +27,10 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" +process/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/addons/func_godot/icons/icon_godambler.svg.import b/addons/func_godot/icons/icon_godambler.svg.import index f45a950..86a30c3 100644 --- a/addons/func_godot/icons/icon_godambler.svg.import +++ b/addons/func_godot/icons/icon_godambler.svg.import @@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/icon_godambler.svg-a6dbba375ab2a45be046a1875b compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -25,6 +27,10 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" +process/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/addons/func_godot/icons/icon_godambler3d.svg.import b/addons/func_godot/icons/icon_godambler3d.svg.import index 2c41215..0508918 100644 --- a/addons/func_godot/icons/icon_godambler3d.svg.import +++ b/addons/func_godot/icons/icon_godambler3d.svg.import @@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/icon_godambler3d.svg-f7df9bfe58320474198644aa compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -25,6 +27,10 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" +process/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/addons/func_godot/icons/icon_godot_ranger.svg.import b/addons/func_godot/icons/icon_godot_ranger.svg.import index 4bf1423..3be49c6 100644 --- a/addons/func_godot/icons/icon_godot_ranger.svg.import +++ b/addons/func_godot/icons/icon_godot_ranger.svg.import @@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/icon_godot_ranger.svg-8572582518f54de6403b767 compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -25,6 +27,10 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" +process/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/addons/func_godot/icons/icon_godot_ranger3d.svg.import b/addons/func_godot/icons/icon_godot_ranger3d.svg.import index e2eb929..d56cb29 100644 --- a/addons/func_godot/icons/icon_godot_ranger3d.svg.import +++ b/addons/func_godot/icons/icon_godot_ranger3d.svg.import @@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/icon_godot_ranger3d.svg-a9a2c9bcf2e8b1e07a0a9 compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -25,6 +27,10 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" +process/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/addons/func_godot/icons/icon_quake_file.svg.import b/addons/func_godot/icons/icon_quake_file.svg.import index b117155..668f5bb 100644 --- a/addons/func_godot/icons/icon_quake_file.svg.import +++ b/addons/func_godot/icons/icon_quake_file.svg.import @@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/icon_quake_file.svg-1718b9a2b5e0b124f6d72bb4c compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -25,6 +27,10 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" +process/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/addons/func_godot/icons/icon_slipgate.svg b/addons/func_godot/icons/icon_slipgate.svg new file mode 100644 index 0000000..f78ac7b --- /dev/null +++ b/addons/func_godot/icons/icon_slipgate.svg @@ -0,0 +1,13 @@ + + + + + + + diff --git a/addons/func_godot/icons/icon_slipgate.svg.import b/addons/func_godot/icons/icon_slipgate.svg.import new file mode 100644 index 0000000..bf028c0 --- /dev/null +++ b/addons/func_godot/icons/icon_slipgate.svg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bw74kacajcaxb" +path="res://.godot/imported/icon_slipgate.svg-f42668b28b92f93c031f56d95dfcf5a6.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://addons/func_godot/icons/icon_slipgate.svg" +dest_files=["res://.godot/imported/icon_slipgate.svg-f42668b28b92f93c031f56d95dfcf5a6.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 +svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/addons/func_godot/icons/icon_slipgate3d.svg.import b/addons/func_godot/icons/icon_slipgate3d.svg.import index a962587..6fc598d 100644 --- a/addons/func_godot/icons/icon_slipgate3d.svg.import +++ b/addons/func_godot/icons/icon_slipgate3d.svg.import @@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/icon_slipgate3d.svg-f125bef6ff5aa79b5fe3f232a compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -25,6 +27,10 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" +process/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/addons/func_godot/plugin.cfg b/addons/func_godot/plugin.cfg index 6d1758e..d0bb251 100644 --- a/addons/func_godot/plugin.cfg +++ b/addons/func_godot/plugin.cfg @@ -1,7 +1,7 @@ [plugin] name="FuncGodot" -description="Quake .map file support for Godot." -author="Shifty, Hannah Crawford, Emberlynn Bland, Tim Maccabe" -version="2024.1" -script="src/func_godot_plugin.gd" \ No newline at end of file +description="Quake .map and Half-Life .vmf file support for Godot." +author="Josh Palmer, Hannah Crawford, Emberlynn Bland, Tim Maccabe, Vera Lux" +version="2025.9" +script="src/func_godot_plugin.gd" diff --git a/addons/func_godot/src/core/data.gd b/addons/func_godot/src/core/data.gd new file mode 100644 index 0000000..ad1f175 --- /dev/null +++ b/addons/func_godot/src/core/data.gd @@ -0,0 +1,190 @@ +@icon("res://addons/func_godot/icons/icon_godot_ranger.svg") +class_name FuncGodotData +## Container that holds various data structs to be used in the [FuncGodotMap] build process. +## +## FuncGodot utilizes multiple custom data structs to hold information parsed from the map file +## and read and modified by the other core build classes. +## All data structs extend from [RefCounted], therefore all data is passed by reference. +## [br][br] +## [FuncGodotData.FaceData][br] +## [FuncGodotData.BrushData][br] +## [FuncGodotData.PatchData][br] +## [FuncGodotData.GroupData][br] +## [FuncGodotData.EntityData][br] + +## Data struct representing both a single map plane and a mesh face. Generated during parsing by plane definitions in the map file, +## it is further modified and utilized during the geo generation stage to create the final entity meshes. +class FaceData extends RefCounted: + ## Vertex array for the face. Only populated in combination with other faces, as a result of planar intersections. + var vertices: PackedVector3Array = [] + ## Index array for the face. Used in ArrayMesh creation. + var indices: PackedInt32Array = [] + ## Vertex normal array for the face. + ## By default, set to the planar normal, which results in flat shading. May be modified to adjust shading. + var normals: PackedVector3Array = [] + ## Tangent data for the face. + var tangents: PackedFloat32Array = [] + ## Local path to the texture without the extension, relative to the FuncGodotMap node's settings' base texture directory. + var texture: String + ## UV transform data generated during the parsing stage. Used for both Standard and Valve 220 UV formats, + ## though rotation is not applied to the transform when using Valve 220. + var uv: Transform2D + ## Raw vector data provided by the Valve 220 format during parsing. It is used to calculate rotations. + ## The presence of this data determines how face UVs and tangents are calculated. + var uv_axes: PackedVector3Array = [] + ## Raw plane data parsed from the map file using the id Tech coordinate system. + var plane: Plane + + ## Returns the average position of all vertices in the face. Only valid when the face has at least one vertex. + func get_centroid() -> Vector3: + return FuncGodotUtil.op_vec3_avg(vertices) + + ## Returns an arbitrary coplanar direction to use for winding the face. + ## Only valid when the face has at least two vertices. + func get_basis() -> Vector3: + if vertices.size() < 2: + push_error("Cannot get winding basis without at least 2 vertices!") + return Vector3.ZERO + return (vertices[1] - vertices[0]).normalized() + + ## Prepares the face for OpenGL triangle winding order. + ## Sorts the vertex array in-place by angle from the centroid. + func wind() -> void: + var centroid: Vector3 = get_centroid() + var u_axis: Vector3 = get_basis() + var v_axis: Vector3 = u_axis.cross(plane.normal).normalized() + var cmp_winding_angle: Callable = ( + func(a: Vector3, b: Vector3) -> bool: + var dir_a: Vector3 = a - centroid + var dir_b: Vector3 = b - centroid + var angle_a: float = atan2(dir_a.dot(v_axis), dir_a.dot(u_axis)) + var angle_b: float = atan2(dir_b.dot(v_axis), dir_b.dot(u_axis)) + return angle_a < angle_b + ) + + var _vertices: Array[Vector3] + _vertices.assign(vertices) + _vertices.sort_custom(cmp_winding_angle) + vertices = _vertices + + ## Repopulate the [member indices] array to create a triangle fan. + ## The face must be properly wound for the resulting indices to be valid. + func index_vertices() -> void: + var tri_count: int = vertices.size() - 2 + indices.resize(tri_count * 3) + var index: int = 0 + for i in tri_count: + indices[index] = 0 + indices[index + 1] = i + 1 + indices[index + 2] = i + 2 + index += 3 + +## Data struct representing a single map format brush. It is largely meant as a container for [FuncGodotData.FaceData] data. +class BrushData extends RefCounted: + ## Raw plane data parsed from the map file using the id Tech coordinate system. + var planes: Array[Plane] + ## Collection of [FuncGodotData.FaceData]. + var faces: Array[FaceData] + ## [code]true[/code] if this brush is completely covered in the [i]Origin[/i] texture defined in [FuncGodotMapSettings]. + ## Determined during [FuncGodotParser] and utilized during [FuncGodotGeometryGenerator]. + var origin: bool = false + +## Data struct representing a patch def entity. +class PatchData extends RefCounted: + ## Local path to the texture without the extension, relative to the FuncGodotMap node's settings' base texture directory. + var texture: String + var size: PackedInt32Array + var points: PackedVector3Array + var uvs: PackedVector2Array + +## Data struct representing a TrenchBroom Group, TrenchBroom Layer, or Valve VisGroup. +## Generated during the parsing stage and utilized during both parsing and entity assembly stages. +class GroupData extends RefCounted: + enum GroupType { GROUP, LAYER, } + ## Defines whether the group is a Group or a Layer. Currently only determines the name of the group. + var type: GroupType = GroupType.GROUP + ## Group ID retrieved from the map file. Utilized during the parsing and entity assembly stages to determine + ## which entities belong to which groups as well as which groups are children of other groups. + var id: int + ## Generated during the parsing stage using the format of type_id_name, eg: group_2_Arkham. + var name: String + ## ID of the parent group data, used to determine which group data is this group's parent. + var parent_id: int = -1 + ## Pointer to another group data that this group is a child of. + var parent: GroupData = null + ## Pointer to generated Node3D representing this group in the SceneTree. + var node: Node3D = null + ## If true, erases all entities assigned to this group and then the group itself at the end of the parsing stage, preventing those entities from being generated into nodes. + ## Can be set in TrenchBroom on layers using the "omit layer" option. + var omit: bool = false + +## Data struct representing a map format entity. +class EntityData extends RefCounted: + ## All of the entity's key value pairs from the map file, retrieved during parsing. + ## The func_godot_properties dictionary generated at the end of entity assembly is derived from this. + var properties: Dictionary = {} + ## The entity's brush data collected during the parsing stage. If the entity's FGD resource cannot be found, + ## the presence of a single brush determines this entity to be a Solid Entity. + var brushes: Array[BrushData] = [] + ## The entity's patch def data collected during the parsing stage. If the entity's FGD resource cannot be found, + ## the presence of a single patch def determines this entity to be a Solid Entity. + var patches: Array[PatchData] = [] + ## Pointer to the group data this entity belongs to. + var group: GroupData = null + ## The entity's FGD resource, determined by matching the classname properties of each. + ## This can only be a [FuncGodotFGDSolidClass], [FuncGodotFGDPointClass], or [FuncGodotFGDModelPointClass]. + var definition: FuncGodotFGDEntityClass = null + ## Mesh resource generated during the geometry generation stage and applied during the entity assembly stage. + var mesh: ArrayMesh = null + ## MeshInstance3D node generated during the entity assembly stage. + var mesh_instance: MeshInstance3D = null + ## Optional mesh metadata compiled during the geometry generation stage, used to determine face information from collision. + var mesh_metadata: Dictionary = {} + ## A collection of collision shape resources generated during the geometry generation stage and applied during the entity assembly stage. + var shapes: Array[Shape3D] = [] + ## A collection of [CollisionShape3D] nodes generated during the entity assembly stage. Each node corresponds to a shape in the [member shapes] array. + var collision_shapes: Array[CollisionShape3D] = [] + ## [OccluderInstance3D] node generated during the entity assembly stage using the [member mesh] resource. + var occluder_instance: OccluderInstance3D = null + ## True global position of the entity's generated node that the mesh's vertices are offset by during the geometry generation stage. + var origin: Vector3 = Vector3.ZERO + + ## Checks the entity's FGD resource definition, returning whether the Solid Class has a [MeshInstance3D] built for it. + func is_visual() -> bool: + return (definition + and definition is FuncGodotFGDSolidClass + and definition.build_visuals) + + ## Checks the entity's FGD resource definition, returning whether the Solid Class CollisionShapeType is set to Convex. + func is_collision_convex() -> bool: + return (definition + and definition is FuncGodotFGDSolidClass + and definition.collision_shape_type == FuncGodotFGDSolidClass.CollisionShapeType.CONVEX + ) + + ## Checks the entity's FGD resource definition, returning whether the Solid Class CollisionShapeType is set to Concave. + func is_collision_concave() -> bool: + return (definition + and definition is FuncGodotFGDSolidClass + and definition.collision_shape_type == FuncGodotFGDSolidClass.CollisionShapeType.CONCAVE + ) + + ## Determines if the entity's mesh should be processed for normal smoothing. + ## The smoothing property can be retrieved from [member FuncGodotMapSettings.entity_smoothing_property]. + func is_smooth_shaded(smoothing_property: String = "_phong") -> bool: + return properties.get(smoothing_property, "0").to_int() + + ## Retrieves the entity's smoothing angle to determine if the face should be smoothed. + ## The smoothing angle property can be retrieved from [member FuncGodotMapSettings.entity_smoothing_angle_property]. + func get_smoothing_angle(smoothing_angle_property: String = "_phong_angle") -> float: + return properties.get(smoothing_angle_property, "89.0").to_float() + +class VertexGroupData: + ## Faces this vertex appears in. + var faces: Array[FaceData] + ## Index within the associated face for this vertex. + var face_indices: PackedInt32Array + +class ParseData: + var entities: Array[EntityData] = [] + var groups: Array[GroupData] = [] diff --git a/addons/func_godot/src/core/data.gd.uid b/addons/func_godot/src/core/data.gd.uid new file mode 100644 index 0000000..e10beda --- /dev/null +++ b/addons/func_godot/src/core/data.gd.uid @@ -0,0 +1 @@ +uid://cqye8dehq4c7q diff --git a/addons/func_godot/src/core/entity_assembler.gd b/addons/func_godot/src/core/entity_assembler.gd new file mode 100644 index 0000000..a1b7eeb --- /dev/null +++ b/addons/func_godot/src/core/entity_assembler.gd @@ -0,0 +1,451 @@ +@icon("res://addons/func_godot/icons/icon_godot_ranger.svg") +class_name FuncGodotEntityAssembler extends RefCounted +## Entity assembly class that is instantiated by a [FuncGodotMap] node. + +const _SIGNATURE: String = "[ENT]" + +# Namespacing +const _GroupData := FuncGodotData.GroupData +const _EntityData := FuncGodotData.EntityData + +# Class members +## [FuncGodotMapSettings] provided by the [FuncGodotMap] during the build process. +var map_settings: FuncGodotMapSettings = null +## [enum FuncGodotMap.BuildFlags] that may affect the build process provided by the [FuncGodotMap]. +var build_flags: int = 0 + +# Signals +## Emitted when a step in the entity assembly process is completed. +## It is connected to [method FuncGodotUtil.print_profile_info] method if [member FuncGodotMap.build_flags] SHOW_PROFILE_INFO flag is set. +signal declare_step(step: String) + +func _init(settings: FuncGodotMapSettings) -> void: + map_settings = settings + +## Attempts to retrieve a [Script] via class name, to allow for [GDScript] class instantiation. +static func get_script_by_class_name(name_of_class: String) -> Script: + if ResourceLoader.exists(name_of_class, "Script"): + return load(name_of_class) as Script + for global_class in ProjectSettings.get_global_class_list(): + var found_name_of_class : String = global_class["class"] + var found_path : String = global_class["path"] + if found_name_of_class == name_of_class: + return load(found_path) as Script + return null + +## Generates a [Node3D] for a group's [SceneTree] representation and links the new [Node3D] to that group. +func generate_group_node(group_data: _GroupData) -> Node3D: + var group_node := Node3D.new() + group_node.name = group_data.name + group_data.node = group_node + return group_node + +## Generates and assembles a new [Node] based upon processed [FuncGodotData.EntityData]. Depending upon provided data, +## additional [MeshInstance3D], [CollisionShape3D], and [OccluderInstance3D] nodes may also be generated. +func generate_solid_entity_node(node: Node, node_name: String, data: _EntityData, definition: FuncGodotFGDSolidClass) -> Node: + if definition.spawn_type == FuncGodotFGDSolidClass.SpawnType.MERGE_WORLDSPAWN: + return null + + if definition.node_class != "": + if ClassDB.class_exists(definition.node_class): + node = ClassDB.instantiate(definition.node_class) + else: + var script: Script = get_script_by_class_name(definition.node_class) + if script is GDScript: + node = (script as GDScript).new() + else: + node = Node3D.new() + + node.name = node_name + node_name = node_name.trim_suffix(definition.classname).trim_suffix("_") + var properties: Dictionary = data.properties + + # Mesh Instance generation + if data.mesh: + var mesh_instance := MeshInstance3D.new() + mesh_instance.name = node_name + "_mesh_instance" + mesh_instance.mesh = data.mesh + mesh_instance.gi_mode = GeometryInstance3D.GI_MODE_DISABLED + if definition.global_illumination_mode: + mesh_instance.gi_mode = definition.global_illumination_mode + mesh_instance.cast_shadow = definition.shadow_casting_setting + mesh_instance.layers = definition.render_layers + node.add_child(mesh_instance) + data.mesh_instance = mesh_instance + + # Occluder generation + if definition.build_occlusion and data.mesh: + var verts: PackedVector3Array = [] + var indices: PackedInt32Array = [] + var index: int = 0 + for surf_idx in range(data.mesh.get_surface_count()): + var vert_count: int = verts.size() + var surf_array: Array = data.mesh.surface_get_arrays(surf_idx) + verts.append_array(surf_array[Mesh.ARRAY_VERTEX]) + indices.resize(indices.size() + surf_array[Mesh.ARRAY_INDEX].size()) + for new_index in surf_array[Mesh.ARRAY_INDEX]: + indices[index] = (new_index + vert_count) + index += 1 + + var occluder := ArrayOccluder3D.new() + occluder.set_arrays(verts, indices) + var occluder_instance := OccluderInstance3D.new() + occluder_instance.name = node_name + "_occluder_instance" + occluder_instance.occluder = occluder + node.add_child(occluder_instance) + data.occluder_instance = occluder_instance + + if not (build_flags & FuncGodotMap.BuildFlags.DISABLE_SMOOTHING) and data.is_smooth_shaded(map_settings.entity_smoothing_property): + mesh_instance.mesh = FuncGodotUtil.smooth_mesh_by_angle(data.mesh, data.get_smoothing_angle(map_settings.entity_smoothing_angle_property)) + + # Collision generation + if data.shapes.size() and node is CollisionObject3D: + node.collision_layer = definition.collision_layer + node.collision_mask = definition.collision_mask + node.collision_priority = definition.collision_priority + + var shape_to_face_array : Array[PackedInt32Array] = [] + if data.mesh_metadata.has('shape_to_face_array'): + shape_to_face_array = data.mesh_metadata['shape_to_face_array'] + data.mesh_metadata.erase('shape_to_face_array') + + # Generate CollisionShape3D nodes and apply shapes + var face_index_metadata : Dictionary[String, PackedInt32Array] = {} + for i in data.shapes.size(): + var shape := data.shapes[i] + var collision_shape := CollisionShape3D.new() + if definition.collision_shape_type == FuncGodotFGDSolidClass.CollisionShapeType.CONCAVE: + collision_shape.name = node_name + "_collision_shape" + else: + collision_shape.name = node_name + "_brush_%s_collision_shape" % i + collision_shape.shape = shape + collision_shape.shape.margin = definition.collision_shape_margin + collision_shape.owner = node.owner + node.add_child(collision_shape) + data.collision_shapes.append(collision_shape) + if shape_to_face_array.size() > i: + face_index_metadata[collision_shape.name] = shape_to_face_array[i] + + if definition.add_collision_shape_to_face_indices_metadata: + data.mesh_metadata['collision_shape_to_face_indices_map'] = face_index_metadata + + if "position" in node: + if node.position is Vector3: + node.position = FuncGodotUtil.id_to_opengl(data.origin) * map_settings.scale_factor + + if not data.mesh_metadata.is_empty(): + node.set_meta("func_godot_mesh_data", data.mesh_metadata) + + return node + +## Generates and assembles a new [Node] or [PackedScene] based upon processed [FuncGodotData.EntityData]. +func generate_point_entity_node(node: Node, node_name: String, properties: Dictionary, definition: FuncGodotFGDPointClass) -> Node: + var classname: String = properties["classname"] + + if definition.scene_file: + var flag: PackedScene.GenEditState = PackedScene.GEN_EDIT_STATE_DISABLED + if Engine.is_editor_hint(): + flag = PackedScene.GEN_EDIT_STATE_INSTANCE + node = definition.scene_file.instantiate(flag) + elif definition.node_class != "": + if ClassDB.class_exists(definition.node_class): + node = ClassDB.instantiate(definition.node_class) + else: + var script: Script = get_script_by_class_name(definition.node_class) + if script is GDScript: + node = (script as GDScript).new() + else: + node = Node3D.new() + + node.name = node_name + + if "rotation_degrees" in node and definition.apply_rotation_on_map_build: + var angles := Vector3.ZERO + if "angles" in properties or "mangle" in properties: + var key := "angles" if "angles" in properties else "mangle" + var angles_raw = properties[key] + if not angles_raw is Vector3: + angles_raw = angles_raw.split_floats(' ') + if angles_raw.size() > 2: + angles = Vector3(-angles_raw[0], angles_raw[1], -angles_raw[2]) + if key == "mangle": + if definition.classname.begins_with("light"): + angles = Vector3(angles_raw[1], angles_raw[0], -angles_raw[2]) + elif definition.classname == "info_intermission": + angles = Vector3(angles_raw[0], angles_raw[1], -angles_raw[2]) + else: + push_error("Invalid vector format for \"" + key + "\" in entity \"" + classname + "\"") + elif "angle" in properties: + var angle = properties["angle"] + if not angle is float: + angle = float(angle) + angles.y += angle + angles.y += 180 + node.rotation_degrees = angles + + if "scale" in node and definition.apply_scale_on_map_build: + if "scale" in properties: + var scale_prop: Variant = properties["scale"] + if typeof(scale_prop) == TYPE_STRING: + var scale_arr: PackedStringArray = (scale_prop as String).split(" ") + match scale_arr.size(): + 1: scale_prop = scale_arr[0].to_float() + 3: scale_prop = Vector3(scale_arr[1].to_float(), scale_arr[2].to_float(), scale_arr[0].to_float()) + 2: scale_prop = Vector2(scale_arr[0].to_float(), scale_arr[0].to_float()) + if typeof(scale_prop) == TYPE_FLOAT or typeof(scale_prop) == TYPE_INT: + node.scale *= scale_prop as float + elif node.scale is Vector3: + if typeof(scale_prop) == TYPE_VECTOR3 or typeof(scale_prop) == TYPE_VECTOR3I: + node.scale *= scale_prop as Vector3 + elif node.scale is Vector2: + if typeof(scale_prop) == TYPE_VECTOR2 or typeof(scale_prop) == TYPE_VECTOR2I: + node.scale *= scale_prop as Vector2 + + if "origin" in properties: + var origin_vec: Vector3 = Vector3.ZERO + var origin_comps: PackedFloat64Array = properties['origin'].split_floats(' ') + if origin_comps.size() > 2: + origin_vec = Vector3(origin_comps[1], origin_comps[2], origin_comps[0]) + else: + push_error("Invalid vector format for \"origin\" in " + node_name) + if "position" in node: + if node.position is Vector3: + node.position = origin_vec * map_settings.scale_factor + elif node.position is Vector2: + node.position = Vector2(origin_vec.z, -origin_vec.y) + + return node + +## Converts the [String] values of the entity data's [code]properties[/code] [Dictionary] to various [Variant] formats +## based upon the [FuncGodotFGDEntity]'s class properties, then attempts to send those properties to a [code]func_godot_properties[/code] [Dictionary] +## and an [code]_func_godot_apply_properties(properties: Dictionary)[/code] method on the node. A deferred call to [code]_func_godot_build_complete()[/code] is also made. +func apply_entity_properties(node: Node, data: _EntityData) -> void: + var properties: Dictionary = data.properties + + if data.definition: + var def := data.definition + for property in properties: + var prop_string = properties[property] + if property in def.class_properties: + var prop_default: Variant = def.class_properties[property] + + match typeof(prop_default): + TYPE_INT: + properties[property] = prop_string.to_int() + TYPE_FLOAT: + properties[property] = prop_string.to_float() + TYPE_BOOL: + properties[property] = bool(prop_string.to_int()) + TYPE_VECTOR3: + var prop_comps: PackedFloat64Array = prop_string.split_floats(" ") + if prop_comps.size() > 2: + properties[property] = Vector3(prop_comps[0], prop_comps[1], prop_comps[2]) + else: + push_error("Invalid Vector3 format for \'" + property + "\' in entity \'" + def.classname + "\': " + prop_string) + properties[property] = prop_default + TYPE_VECTOR3I: + var prop_vec: Vector3i = prop_default + var prop_comps: PackedStringArray = prop_string.split(" ") + if prop_comps.size() > 2: + for i in 3: + prop_vec[i] = prop_comps[i].to_int() + else: + push_error("Invalid Vector3i format for \'" + property + "\' in entity \'" + def.classname + "\': " + prop_string) + properties[property] = prop_vec + TYPE_COLOR: + var prop_color: Color = prop_default + var prop_comps: PackedStringArray = prop_string.split(" ") + if prop_comps.size() > 2: + prop_color.r8 = prop_comps[0].to_int() + prop_color.g8 = prop_comps[1].to_int() + prop_color.b8 = prop_comps[2].to_int() + prop_color.a = 1.0 + else: + push_error("Invalid Color format for \'" + property + "\' in entity \'" + def.classname + "\': " + prop_string) + properties[property] = prop_color + TYPE_DICTIONARY: + var prop_desc = def.class_property_descriptions[property] + if prop_desc is Array and prop_desc.size() > 1 and prop_desc[1] is int: + properties[property] = prop_string.to_int() + TYPE_ARRAY: + properties[property] = prop_string.to_int() + TYPE_VECTOR2: + var prop_comps: PackedFloat64Array = prop_string.split_floats(" ") + if prop_comps.size() > 1: + properties[property] = Vector2(prop_comps[0], prop_comps[1]) + else: + push_error("Invalid Vector2 format for \'" + property + "\' in entity \'" + def.classname + "\': " + prop_string) + properties[property] = prop_default + TYPE_VECTOR2I: + var prop_vec: Vector2i = prop_default + var prop_comps: PackedStringArray = prop_string.split(" ") + if prop_comps.size() > 1: + for i in 2: + prop_vec[i] = prop_comps[i].to_int() + else: + push_error("Invalid Vector2i format for \'" + property + "\' in entity \'" + def.classname + "\': " + prop_string) + properties[property] = prop_vec + TYPE_VECTOR4: + var prop_comps: PackedFloat64Array = prop_string.split_floats(" ") + if prop_comps.size() > 3: + properties[property] = Vector4(prop_comps[0], prop_comps[1], prop_comps[2], prop_comps[3]) + else: + push_error("Invalid Vector4 format for \'" + property + "\' in entity \'" + def.classname + "\': " + prop_string) + properties[property] = prop_default + TYPE_VECTOR4I: + var prop_vec: Vector4i = prop_default + var prop_comps: PackedStringArray = prop_string.split(" ") + if prop_comps.size() > 3: + for i in 4: + prop_vec[i] = prop_comps[i].to_int() + else: + push_error("Invalid Vector4i format for \'" + property + "\' in entity \'" + def.classname + "\': " + prop_string) + properties[property] = prop_vec + TYPE_STRING_NAME: + properties[property] = StringName(prop_string) + TYPE_NODE_PATH: + properties[property] = prop_string + TYPE_OBJECT: + properties[property] = prop_string + + # Assign properties not defined with defaults from the entity definition + for property in def.class_properties: + if not property in properties: + var prop_default: Variant = def.class_properties[property] + # Flags + if prop_default is Array: + var prop_flags_sum := 0 + for prop_flag in prop_default: + if prop_flag is Array and prop_flag.size() > 2: + if prop_flag[2] and prop_flag[1] is int: + prop_flags_sum += prop_flag[1] + properties[property] = prop_flags_sum + # Choices + elif prop_default is Dictionary: + var prop_desc = def.class_property_descriptions.get(property, "") + if prop_desc is Array and prop_desc.size() > 1 and (prop_desc[1] is int or prop_desc[1] is String): + properties[property] = prop_desc[1] + elif prop_default.size(): + properties[property] = prop_default[prop_default.keys().front()] + else: + properties[property] = 0 + # Materials, Shaders, and Sounds + elif prop_default is Resource: + properties[property] = prop_default.resource_path + # Target Destination and Target Source + elif prop_default is NodePath or prop_default is Object or prop_default == null: + properties[property] = "" + # Everything else + else: + properties[property] = prop_default + + if def.auto_apply_to_matching_node_properties: + for property in properties: + if property in node: + if typeof(node.get(property)) == typeof(properties[property]): + node.set(property, properties[property]) + else: + push_error("Entity %s property \'%s\' type mismatch with matching generated node property." % [node.name, property]) + + if "func_godot_properties" in node: + node.func_godot_properties = properties + + if node.has_method("_func_godot_apply_properties"): + node.call("_func_godot_apply_properties", properties) + + if node.has_method("_func_godot_build_complete"): + node.call_deferred("_func_godot_build_complete") + +## Generate a [Node] from [FuncGodotData.EntityData]. The returned node value can be [code]null[/code], +## in the case of [FuncGodotFGDSolidClass] entities with no [FuncGodotData.BrushData] entries. +func generate_entity_node(entity_data: _EntityData, entity_index: int) -> Node: + var node: Node = null + var node_name: String = "entity_%s" % entity_index + var properties: Dictionary = entity_data.properties + var entity_def: FuncGodotFGDEntityClass = entity_data.definition + + if "classname" in entity_data.properties: + var classname: String = properties["classname"] + + node_name += "_" + properties["classname"] + var default_point_def := FuncGodotFGDPointClass.new() + var default_solid_def := FuncGodotFGDSolidClass.new() + default_solid_def.collision_shape_type = FuncGodotFGDSolidClass.CollisionShapeType.NONE + + if entity_def: + var name_prop: String + if entity_def.name_property in properties: + name_prop = str(properties[entity_def.name_property]) + elif map_settings.entity_name_property in properties: + name_prop = str(properties[map_settings.entity_name_property]) + if not name_prop.is_empty(): + node_name = "entity_" + name_prop + + if entity_def is FuncGodotFGDSolidClass: + node = generate_solid_entity_node(node, node_name, entity_data, entity_def) + elif entity_def is FuncGodotFGDPointClass: + node = generate_point_entity_node(node, node_name, properties, entity_def) + else: + push_error("Invalid entity definition for \"" + node_name + "\". Entity definition must be Solid Class or Point Class.") + node = generate_point_entity_node(node, node_name, properties, default_point_def) + + if node and entity_def.script_class: + node.set_script(entity_def.script_class) + else: + push_error("No entity definition found for \"" + node_name + "\"") + if entity_data.brushes.size(): + node = generate_solid_entity_node(node, node_name, entity_data, default_solid_def) + else: + node = generate_point_entity_node(node, node_name, properties, default_point_def) + + return node + +## Main entity assembly process called by [FuncGodotMap]. Generates and sorts group nodes in the [SceneTree] first, +## then generates and assembles [Node]s based upon the provided [FuncGodotData.EntityData] and adds them to the [SceneTree]. +func build(map_node: FuncGodotMap, entities: Array[_EntityData], groups: Array[_GroupData]) -> void: + var scene_root := map_node.get_tree().edited_scene_root if map_node.get_tree() else map_node + build_flags = map_node.build_flags + + if map_settings.use_groups_hierarchy: + declare_step.emit("Generating %s groups" % groups.size()) + # Generate group nodes + for group in groups: + group.node = generate_group_node(group) + # Sort hierarchy and add them to the map + for group in groups: + if group.parent_id < 0: + map_node.add_child(group.node) + group.node.owner = scene_root + else: + for parent in groups: + if group.parent_id == parent.id: + parent.node.add_child(group.node) + group.node.owner = scene_root + declare_step.emit("Groups generation and sorting complete") + + declare_step.emit("Assembling %s entities" % entities.size()) + var entity_node: Node = null + for entity_index in entities.size(): + var entity_data : _EntityData = entities[entity_index] + entity_node = generate_entity_node(entity_data, entity_index) + if entity_node: + if not map_settings.use_groups_hierarchy or not entity_data.group: + map_node.add_child(entity_node) + if entity_index == 0: + map_node.move_child(entity_node, 0) + elif map_settings.use_groups_hierarchy: + for group in groups: + if entity_data.group.id == group.id: + group.node.add_child(entity_node) + + entity_node.owner = scene_root + if entity_data.mesh_instance: + entity_data.mesh_instance.owner = scene_root + for shape in entity_data.collision_shapes: + if shape: + shape.owner = scene_root + if entity_data.occluder_instance: + entity_data.occluder_instance.owner = scene_root + + apply_entity_properties(entity_node, entity_data) + declare_step.emit("Entity assembly and property application complete") diff --git a/addons/func_godot/src/core/entity_assembler.gd.uid b/addons/func_godot/src/core/entity_assembler.gd.uid new file mode 100644 index 0000000..7bec2d0 --- /dev/null +++ b/addons/func_godot/src/core/entity_assembler.gd.uid @@ -0,0 +1 @@ +uid://dh73tfvwp7kr6 diff --git a/addons/func_godot/src/core/func_godot.gd b/addons/func_godot/src/core/func_godot.gd deleted file mode 100644 index 1b85091..0000000 --- a/addons/func_godot/src/core/func_godot.gd +++ /dev/null @@ -1,139 +0,0 @@ -class_name FuncGodot extends RefCounted - -var map_data:= FuncGodotMapData.new() -var map_parser:= FuncGodotMapParser.new(map_data) -var geo_generator = preload("res://addons/func_godot/src/core/func_godot_geo_generator.gd").new(map_data) -var surface_gatherer:= FuncGodotSurfaceGatherer.new(map_data) - -func load_map(filename: String, keep_tb_groups: bool) -> void: - map_parser.load(filename, keep_tb_groups) - -func get_texture_list() -> PackedStringArray: - var g_textures: PackedStringArray - var tex_count: int = map_data.textures.size() - - g_textures.resize(tex_count) - for i in range(tex_count): - g_textures.set(i, map_data.textures[i].name) - - return g_textures - -func set_entity_definitions(entity_defs: Dictionary) -> void: - for i in range(entity_defs.size()): - var classname: String = entity_defs.keys()[i] - var spawn_type: int = entity_defs.values()[i].get("spawn_type", FuncGodotMapData.FuncGodotEntitySpawnType.ENTITY) - var origin_type: int = entity_defs.values()[i].get("origin_type", FuncGodotMapData.FuncGodotEntityOriginType.IGNORE) - map_data.set_entity_types_by_classname(classname, spawn_type, origin_type) - -func generate_geometry(texture_dict: Dictionary) -> void: - var keys: Array = texture_dict.keys() - for key in keys: - var val: Vector2 = texture_dict[key] - map_data.set_texture_size(key, val.x, val.y) - geo_generator.run() - -func get_entity_dicts() -> Array: - var ent_dicts: Array - for entity in map_data.entities: - var dict: Dictionary - dict["brush_count"] = entity.brushes.size() - - # TODO: This is a horrible remnant of the worldspawn layer system, remove it. - var brush_indices: PackedInt64Array - brush_indices.resize(entity.brushes.size()) - for b in range(entity.brushes.size()): - brush_indices[b] = b - - dict["brush_indices"] = brush_indices - dict["center"] = Vector3(entity.center.y, entity.center.z, entity.center.x) - dict["properties"] = entity.properties - - ent_dicts.append(dict) - - return ent_dicts - -func gather_texture_surfaces_mt(texture_name: String, clip_filter_texture: String, skip_filter_texture: String, inverse_scale_factor: float) -> Array: - var sg: FuncGodotSurfaceGatherer = FuncGodotSurfaceGatherer.new(map_data) - sg.reset_params() - sg.split_type = FuncGodotSurfaceGatherer.SurfaceSplitType.ENTITY - sg.set_texture_filter(texture_name) - sg.set_clip_filter_texture(clip_filter_texture) - sg.set_skip_filter_texture(skip_filter_texture) - sg.run() - return _fetch_surfaces_internal(sg, inverse_scale_factor) - -func gather_worldspawn_layer_surfaces(texture_name: String, clip_filter_texture: String, skip_filter_texture: String) -> void: - _gather_texture_surfaces_internal(texture_name, clip_filter_texture, skip_filter_texture) - -func gather_entity_convex_collision_surfaces(entity_idx: int) -> void: - _gather_convex_collision_surfaces(entity_idx) - -func gather_entity_concave_collision_surfaces(entity_idx: int, skip_filter_texture: String) -> void: - _gather_concave_collision_surfaces(entity_idx, skip_filter_texture) - -func gather_worldspawn_layer_collision_surfaces(entity_idx: int) -> void: - _gather_convex_collision_surfaces(entity_idx) - -func fetch_surfaces(inverse_scale_factor: float) -> Array: - return _fetch_surfaces_internal(surface_gatherer, inverse_scale_factor) - -func _fetch_surfaces_internal(surf_gatherer: FuncGodotSurfaceGatherer, inverse_scale_factor: float) -> Array: - var surfs: Array[FuncGodotMapData.FuncGodotFaceGeometry] = surf_gatherer.out_surfaces - var surf_array: Array - - for surf in surfs: - if surf == null or surf.vertices.size() == 0: - surf_array.append(null) - continue - - var vertices: PackedVector3Array - var normals: PackedVector3Array - var tangents: PackedFloat64Array - var uvs: PackedVector2Array - for v in surf.vertices: - vertices.append(Vector3(v.vertex.y, v.vertex.z, v.vertex.x) / inverse_scale_factor) - normals.append(Vector3(v.normal.y, v.normal.z, v.normal.x)) - tangents.append(v.tangent.y) - tangents.append(v.tangent.z) - tangents.append(v.tangent.x) - tangents.append(v.tangent.w) - uvs.append(Vector2(v.uv.x, v.uv.y)) - - var indices: PackedInt32Array - if surf.indicies.size() > 0: - indices.append_array(surf.indicies) - - var brush_array: Array - brush_array.resize(Mesh.ARRAY_MAX) - - brush_array[Mesh.ARRAY_VERTEX] = vertices - brush_array[Mesh.ARRAY_NORMAL] = normals - brush_array[Mesh.ARRAY_TANGENT] = tangents - brush_array[Mesh.ARRAY_TEX_UV] = uvs - brush_array[Mesh.ARRAY_INDEX] = indices - - surf_array.append(brush_array) - - return surf_array - -# internal -func _gather_texture_surfaces_internal(texture_name: String, clip_filter_texture: String, skip_filter_texture: String) -> void: - surface_gatherer.reset_params() - surface_gatherer.split_type = FuncGodotSurfaceGatherer.SurfaceSplitType.ENTITY - surface_gatherer.set_texture_filter(texture_name) - surface_gatherer.set_clip_filter_texture(clip_filter_texture) - surface_gatherer.set_skip_filter_texture(skip_filter_texture) - surface_gatherer.run() - -func _gather_convex_collision_surfaces(entity_idx: int) -> void: - surface_gatherer.reset_params() - surface_gatherer.split_type = FuncGodotSurfaceGatherer.SurfaceSplitType.BRUSH - surface_gatherer.entity_filter_idx = entity_idx - surface_gatherer.run() - -func _gather_concave_collision_surfaces(entity_idx: int, skip_filter_texture: String) -> void: - surface_gatherer.reset_params() - surface_gatherer.split_type = FuncGodotSurfaceGatherer.SurfaceSplitType.NONE - surface_gatherer.entity_filter_idx = entity_idx - surface_gatherer.set_skip_filter_texture(skip_filter_texture) - surface_gatherer.run() diff --git a/addons/func_godot/src/core/func_godot.gd.uid b/addons/func_godot/src/core/func_godot.gd.uid deleted file mode 100644 index fa04bd0..0000000 --- a/addons/func_godot/src/core/func_godot.gd.uid +++ /dev/null @@ -1 +0,0 @@ -uid://b13x4qa2xgrkb diff --git a/addons/func_godot/src/core/func_godot_geo_generator.gd b/addons/func_godot/src/core/func_godot_geo_generator.gd deleted file mode 100644 index d586350..0000000 --- a/addons/func_godot/src/core/func_godot_geo_generator.gd +++ /dev/null @@ -1,352 +0,0 @@ -extends RefCounted - -# Min distance between two verts in a brush before they're merged. Higher values fix angled brushes near extents. -const CMP_EPSILON:= 0.008 - -const UP_VECTOR:= Vector3(0.0, 0.0, 1.0) -const RIGHT_VECTOR:= Vector3(0.0, 1.0, 0.0) -const FORWARD_VECTOR:= Vector3(1.0, 0.0, 0.0) - -var map_data: FuncGodotMapData - -var wind_entity_idx: int = 0 -var wind_brush_idx: int = 0 -var wind_face_idx: int = 0 -var wind_face_center: Vector3 -var wind_face_basis: Vector3 -var wind_face_normal: Vector3 - -func _init(in_map_data: FuncGodotMapData) -> void: - map_data = in_map_data - -func sort_vertices_by_winding(a, b) -> bool: - var face:= map_data.entities[wind_entity_idx].brushes[wind_brush_idx].faces[wind_face_idx] - var face_geo:= map_data.entity_geo[wind_entity_idx].brushes[wind_brush_idx].faces[wind_face_idx] - - var u:= wind_face_basis.normalized() - var v:= u.cross(wind_face_normal).normalized() - - var loc_a = a.vertex - wind_face_center - var a_pu: float = loc_a.dot(u) - var a_pv: float = loc_a.dot(v) - - var loc_b = b.vertex - wind_face_center - var b_pu: float = loc_b.dot(u) - var b_pv: float = loc_b.dot(v) - - var a_angle:= atan2(a_pv, a_pu) - var b_angle:= atan2(b_pv, b_pu) - - return a_angle < b_angle - -func run() -> void: - # resize arrays - map_data.entity_geo.resize(map_data.entities.size()) - for i in range(map_data.entity_geo.size()): - map_data.entity_geo[i] = FuncGodotMapData.FuncGodotEntityGeometry.new() - - for e in range(map_data.entities.size()): - var entity:= map_data.entities[e] - var entity_geo:= map_data.entity_geo[e] - entity_geo.brushes.resize(entity.brushes.size()) - for i in range(entity_geo.brushes.size()): - entity_geo.brushes[i] = FuncGodotMapData.FuncGodotBrushGeometry.new() - - for b in range(entity.brushes.size()): - var brush:= entity.brushes[b] - var brush_geo:= entity_geo.brushes[b] - brush_geo.faces.resize(brush.faces.size()) - for i in range(brush_geo.faces.size()): - brush_geo.faces[i] = FuncGodotMapData.FuncGodotFaceGeometry.new() - - var generate_vertices_task = func(e): - var entity:= map_data.entities[e] - var entity_geo:= map_data.entity_geo[e] - entity.center = Vector3.ZERO - - for b in range(entity.brushes.size()): - var brush:= entity.brushes[b] - brush.center = Vector3.ZERO - var vert_count: int = 0 - - generate_brush_vertices(e, b) - - var brush_geo:= map_data.entity_geo[e].brushes[b] - for face in brush_geo.faces: - for vert in face.vertices: - brush.center += vert.vertex - vert_count += 1 - - if vert_count > 0: - brush.center /= float(vert_count) - - entity.center += brush.center - - if entity.brushes.size() > 0: - entity.center /= float(entity.brushes.size()) - if entity.origin_type != FuncGodotMapData.FuncGodotEntityOriginType.IGNORE and 'origin' in entity.properties: - var origin_comps: PackedFloat64Array = entity.properties['origin'].split_floats(' ') - if origin_comps.size() > 2: - if entity.origin_type == FuncGodotMapData.FuncGodotEntityOriginType.ABSOLUTE: - entity.center = Vector3(origin_comps[0], origin_comps[1], origin_comps[2]) - elif entity.origin_type == FuncGodotMapData.FuncGodotEntityOriginType.RELATIVE: - entity.center += Vector3(origin_comps[0], origin_comps[1], origin_comps[2]) - - var generate_vertices_task_id:= WorkerThreadPool.add_group_task(generate_vertices_task, map_data.entities.size(), 4, true) - WorkerThreadPool.wait_for_group_task_completion(generate_vertices_task_id) - - # wind face vertices - for e in range(map_data.entities.size()): - var entity:= map_data.entities[e] - var entity_geo:= map_data.entity_geo[e] - - for b in range(entity.brushes.size()): - var brush:= entity.brushes[b] - var brush_geo:= entity_geo.brushes[b] - - for f in range(brush.faces.size()): - var face:= brush.faces[f] - var face_geo:= brush_geo.faces[f] - - if face_geo.vertices.size() < 3: - continue - - wind_entity_idx = e - wind_brush_idx = b - wind_face_idx = f - - wind_face_basis = face_geo.vertices[1].vertex - face_geo.vertices[0].vertex - wind_face_center = Vector3.ZERO - wind_face_normal = face.plane_normal - - for v in face_geo.vertices: - wind_face_center += v.vertex - - wind_face_center /= face_geo.vertices.size() - - face_geo.vertices.sort_custom(sort_vertices_by_winding) - wind_entity_idx = 0 - - # index face vertices - var index_faces_task:= func(e): - var entity_geo:= map_data.entity_geo[e] - - for b in range(entity_geo.brushes.size()): - var brush_geo:= entity_geo.brushes[b] - - for f in range(brush_geo.faces.size()): - var face_geo:= brush_geo.faces[f] - - if face_geo.vertices.size() < 3: - continue - - var i_count: int = 0 - face_geo.indicies.resize((face_geo.vertices.size() - 2) * 3) - for i in range(face_geo.vertices.size() - 2): - face_geo.indicies[i_count] = 0 - face_geo.indicies[i_count + 1] = i + 1 - face_geo.indicies[i_count + 2] = i + 2 - i_count += 3 - - var index_faces_task_id:= WorkerThreadPool.add_group_task(index_faces_task, map_data.entities.size(), 4, true) - WorkerThreadPool.wait_for_group_task_completion(index_faces_task_id) - -func generate_brush_vertices(entity_idx: int, brush_idx: int) -> void: - var entity:= map_data.entities[entity_idx] - var brush:= entity.brushes[brush_idx] - var face_count: int = brush.faces.size() - - var entity_geo:= map_data.entity_geo[entity_idx] - var brush_geo:= entity_geo.brushes[brush_idx] - - var phong: bool = entity.properties.get("_phong", "0") == "1" - var phong_angle_str: String = entity.properties.get("_phong_angle", "89") - var phong_angle: float = float(phong_angle_str) if phong_angle_str.is_valid_float() else 89.0 - - for f0 in range(face_count): - var face:= brush.faces[f0] - var face_geo:= brush_geo.faces[f0] - var texture:= map_data.textures[face.texture_idx] - - for f1 in range(face_count): - for f2 in range(face_count): - var vertex = intersect_face(brush.faces[f0], brush.faces[f1], brush.faces[f2]) - if not vertex is Vector3: - continue - if not vertex_in_hull(brush.faces, vertex): - continue - - var merged: bool = false - for f3 in range(f0): - var other_face_geo := brush_geo.faces[f3] - for i in range(len(other_face_geo.vertices)): - if other_face_geo.vertices[i].vertex.distance_to(vertex) < CMP_EPSILON: - vertex = other_face_geo.vertices[i].vertex - merged = true; - break - - if merged: - break - - var normal: Vector3 - if phong: - var threshold:= cos((phong_angle + 0.01) * 0.0174533) - normal = face.plane_normal - if face.plane_normal.dot(brush.faces[f1].plane_normal) > threshold: - normal += brush.faces[f1].plane_normal - if face.plane_normal.dot(brush.faces[f2].plane_normal) > threshold: - normal += brush.faces[f2].plane_normal - normal = normal.normalized() - else: - normal = face.plane_normal - - var uv: Vector2 - var tangent: Vector4 - if face.is_valve_uv: - uv = get_valve_uv(vertex, face, texture.width, texture.height) - tangent = get_valve_tangent(face) - else: - uv = get_standard_uv(vertex, face, texture.width, texture.height) - tangent = get_standard_tangent(face) - - # Check for a duplicate vertex in the current face. - var duplicate_idx: int = -1 - for i in range(face_geo.vertices.size()): - if face_geo.vertices[i].vertex == vertex: - duplicate_idx = i - break - - if duplicate_idx < 0: - var new_face_vert:= FuncGodotMapData.FuncGodotFaceVertex.new() - new_face_vert.vertex = vertex - new_face_vert.normal = normal - new_face_vert.tangent = tangent - new_face_vert.uv = uv - face_geo.vertices.append(new_face_vert) - elif phong: - face_geo.vertices[duplicate_idx].normal += normal - - # maybe optimisable? - for face_geo in brush_geo.faces: - for i in range(face_geo.vertices.size()): - face_geo.vertices[i].normal = face_geo.vertices[i].normal.normalized() - -# returns null if no intersection, else intersection vertex. -func intersect_face(f0: FuncGodotMapData.FuncGodotFace, f1: FuncGodotMapData.FuncGodotFace, f2: FuncGodotMapData.FuncGodotFace): - var n0:= f0.plane_normal - var n1:= f1.plane_normal - var n2:= f2.plane_normal - - var denom: float = n0.cross(n1).dot(n2) - if denom < CMP_EPSILON: - return null - - return (n1.cross(n2) * f0.plane_dist + n2.cross(n0) * f1.plane_dist + n0.cross(n1) * f2.plane_dist) / denom - -func vertex_in_hull(faces: Array[FuncGodotMapData.FuncGodotFace], vertex: Vector3) -> bool: - for face in faces: - var proj: float = face.plane_normal.dot(vertex) - if proj > face.plane_dist and absf(face.plane_dist - proj) > CMP_EPSILON: - return false - - return true - -func get_standard_uv(vertex: Vector3, face: FuncGodotMapData.FuncGodotFace, texture_width: int, texture_height: int) -> Vector2: - var uv_out: Vector2 - var du:= absf(face.plane_normal.dot(UP_VECTOR)) - var dr:= absf(face.plane_normal.dot(RIGHT_VECTOR)) - var df:= absf(face.plane_normal.dot(FORWARD_VECTOR)) - - if du >= dr and du >= df: - uv_out = Vector2(vertex.x, -vertex.y) - elif dr >= du and dr >= df: - uv_out = Vector2(vertex.x, -vertex.z) - elif df >= du and df >= dr: - uv_out = Vector2(vertex.y, -vertex.z) - - var angle: float = deg_to_rad(face.uv_extra.rot) - uv_out = Vector2( - uv_out.x * cos(angle) - uv_out.y * sin(angle), - uv_out.x * sin(angle) + uv_out.y * cos(angle)) - - uv_out.x /= texture_width - uv_out.y /= texture_height - - uv_out.x /= face.uv_extra.scale_x - uv_out.y /= face.uv_extra.scale_y - - uv_out.x += face.uv_standard.x / texture_width - uv_out.y += face.uv_standard.y / texture_height - - return uv_out - -func get_valve_uv(vertex: Vector3, face: FuncGodotMapData.FuncGodotFace, texture_width: int, texture_height: int) -> Vector2: - var uv_out: Vector2 - var u_axis:= face.uv_valve.u.axis - var v_axis:= face.uv_valve.v.axis - var u_shift:= face.uv_valve.u.offset - var v_shift:= face.uv_valve.v.offset - - uv_out.x = u_axis.dot(vertex); - uv_out.y = v_axis.dot(vertex); - - uv_out.x /= texture_width; - uv_out.y /= texture_height; - - uv_out.x /= face.uv_extra.scale_x; - uv_out.y /= face.uv_extra.scale_y; - - uv_out.x += u_shift / texture_width; - uv_out.y += v_shift / texture_height; - - return uv_out - -func get_standard_tangent(face: FuncGodotMapData.FuncGodotFace) -> Vector4: - var du:= face.plane_normal.dot(UP_VECTOR) - var dr:= face.plane_normal.dot(RIGHT_VECTOR) - var df:= face.plane_normal.dot(FORWARD_VECTOR) - var dua:= absf(du) - var dra:= absf(dr) - var dfa:= absf(df) - - var u_axis: Vector3 - var v_sign: float = 0.0 - - if dua >= dra and dua >= dfa: - u_axis = FORWARD_VECTOR - v_sign = signf(du) - elif dra >= dua and dra >= dfa: - u_axis = FORWARD_VECTOR - v_sign = -signf(dr) - elif dfa >= dua and dfa >= dra: - u_axis = RIGHT_VECTOR - v_sign = signf(df) - - v_sign *= signf(face.uv_extra.scale_y); - u_axis = u_axis.rotated(face.plane_normal, deg_to_rad(-face.uv_extra.rot) * v_sign) - - return Vector4(u_axis.x, u_axis.y, u_axis.z, v_sign) - -func get_valve_tangent(face: FuncGodotMapData.FuncGodotFace) -> Vector4: - var u_axis:= face.uv_valve.u.axis.normalized() - var v_axis:= face.uv_valve.v.axis.normalized() - var v_sign = -signf(face.plane_normal.cross(u_axis).dot(v_axis)) - - return Vector4(u_axis.x, u_axis.y, u_axis.z, v_sign) - -func get_entities() -> Array[FuncGodotMapData.FuncGodotEntityGeometry]: - return map_data.entity_geo - -func get_brush_vertex_count(entity_idx: int, brush_idx: int) -> int: - var vertex_count: int = 0 - var brush_geo:= map_data.entity_geo[entity_idx].brushes[brush_idx] - for face in brush_geo.faces: - vertex_count += face.vertices.size() - return vertex_count - -func get_brush_index_count(entity_idx: int, brush_idx: int) -> int: - var index_count: int = 0 - var brush_geo:= map_data.entity_geo[entity_idx].brushes[brush_idx] - for face in brush_geo.faces: - index_count += face.indicies.size() - return index_count diff --git a/addons/func_godot/src/core/func_godot_geo_generator.gd.uid b/addons/func_godot/src/core/func_godot_geo_generator.gd.uid deleted file mode 100644 index ac65d6b..0000000 --- a/addons/func_godot/src/core/func_godot_geo_generator.gd.uid +++ /dev/null @@ -1 +0,0 @@ -uid://bc8yx7le80s04 diff --git a/addons/func_godot/src/core/func_godot_map_data.gd b/addons/func_godot/src/core/func_godot_map_data.gd deleted file mode 100644 index 3d31ea5..0000000 --- a/addons/func_godot/src/core/func_godot_map_data.gd +++ /dev/null @@ -1,135 +0,0 @@ -class_name FuncGodotMapData extends RefCounted - -var entities: Array[FuncGodotMapData.FuncGodotEntity] -var entity_geo: Array[FuncGodotMapData.FuncGodotEntityGeometry] -var textures: Array[FuncGodotMapData.FuncGodotTextureData] - -func register_texture(name: String) -> int: - for i in range(textures.size()): - if textures[i].name == name: - return i - - textures.append(FuncGodotTextureData.new(name)) - return textures.size() - 1 - -func set_texture_size(name: String, width: int, height: int) -> void: - for i in range(textures.size()): - if textures[i].name == name: - textures[i].width = width - textures[i].height = height - return - -func find_texture(texture_name: String) -> int: - for i in range(textures.size()): - if textures[i].name == texture_name: - return i - return -1 - -func set_entity_types_by_classname(classname: String, spawn_type: int, origin_type: int) -> void: - for entity in entities: - if entity.properties.has("classname") and entity.properties["classname"] == classname: - entity.spawn_type = spawn_type as FuncGodotMapData.FuncGodotEntitySpawnType - if entity.spawn_type == FuncGodotMapData.FuncGodotEntitySpawnType.ENTITY: - entity.origin_type = origin_type as FuncGodotMapData.FuncGodotEntityOriginType - else: - entity.origin_type = FuncGodotMapData.FuncGodotEntityOriginType.IGNORE - -func clear() -> void: - entities.clear() - entity_geo.clear() - textures.clear() - -# -------------------------------------------------------------------------------------------------- -# Nested Types -# -------------------------------------------------------------------------------------------------- -enum FuncGodotEntitySpawnType { - WORLDSPAWN = 0, - MERGE_WORLDSPAWN = 1, - ENTITY = 2 -} - -enum FuncGodotEntityOriginType { - IGNORE = 0, - ABSOLUTE = 1, - RELATIVE = 2 -} - -class FuncGodotFacePoints: - var v0: Vector3 - var v1: Vector3 - var v2: Vector3 - -class FuncGodotValveTextureAxis: - var axis: Vector3 - var offset: float - -class FuncGodotValveUV: - var u: FuncGodotValveTextureAxis - var v: FuncGodotValveTextureAxis - - func _init() -> void: - u = FuncGodotValveTextureAxis.new() - v = FuncGodotValveTextureAxis.new() - -class FuncGodotFaceUVExtra: - var rot: float - var scale_x: float - var scale_y: float - -class FuncGodotFace: - var plane_points: FuncGodotFacePoints - var plane_normal: Vector3 - var plane_dist: float - var texture_idx: int - var is_valve_uv: bool - var uv_standard: Vector2 - var uv_valve: FuncGodotValveUV - var uv_extra: FuncGodotFaceUVExtra - - func _init() -> void: - plane_points = FuncGodotFacePoints.new() - uv_valve = FuncGodotValveUV.new() - uv_extra = FuncGodotFaceUVExtra.new() - -class FuncGodotBrush: - var faces: Array[FuncGodotFace] - var center: Vector3 - -class FuncGodotEntity: - var properties: Dictionary - var brushes: Array[FuncGodotBrush] - var center: Vector3 - var spawn_type: FuncGodotEntitySpawnType - var origin_type: FuncGodotEntityOriginType - -class FuncGodotFaceVertex: - var vertex: Vector3 - var normal: Vector3 - var uv: Vector2 - var tangent: Vector4 - - func duplicate() -> FuncGodotFaceVertex: - var new_vert := FuncGodotFaceVertex.new() - new_vert.vertex = vertex - new_vert.normal = normal - new_vert.uv = uv - new_vert.tangent = tangent - return new_vert - -class FuncGodotFaceGeometry: - var vertices: Array[FuncGodotFaceVertex] - var indicies: Array[int] - -class FuncGodotBrushGeometry: - var faces: Array[FuncGodotFaceGeometry] - -class FuncGodotEntityGeometry: - var brushes: Array[FuncGodotBrushGeometry] - -class FuncGodotTextureData: - var name: String - var width: int - var height: int - - func _init(in_name: String): - name = in_name diff --git a/addons/func_godot/src/core/func_godot_map_data.gd.uid b/addons/func_godot/src/core/func_godot_map_data.gd.uid deleted file mode 100644 index 8549eff..0000000 --- a/addons/func_godot/src/core/func_godot_map_data.gd.uid +++ /dev/null @@ -1 +0,0 @@ -uid://ct2p43hd44co8 diff --git a/addons/func_godot/src/core/func_godot_map_parser.gd b/addons/func_godot/src/core/func_godot_map_parser.gd deleted file mode 100644 index b3a1cf7..0000000 --- a/addons/func_godot/src/core/func_godot_map_parser.gd +++ /dev/null @@ -1,307 +0,0 @@ -class_name FuncGodotMapParser extends RefCounted - -var scope:= FuncGodotMapParser.ParseScope.FILE -var comment: bool = false -var entity_idx: int = -1 -var brush_idx: int = -1 -var face_idx: int = -1 -var component_idx: int = 0 -var prop_key: String = "" -var current_property: String = "" -var valve_uvs: bool = false - -var current_face: FuncGodotMapData.FuncGodotFace -var current_brush: FuncGodotMapData.FuncGodotBrush -var current_entity: FuncGodotMapData.FuncGodotEntity - -var map_data: FuncGodotMapData -var _keep_tb_groups: bool = false - -func _init(in_map_data: FuncGodotMapData) -> void: - map_data = in_map_data - -func load(map_file: String, keep_tb_groups: bool) -> bool: - current_face = FuncGodotMapData.FuncGodotFace.new() - current_brush = FuncGodotMapData.FuncGodotBrush.new() - current_entity = FuncGodotMapData.FuncGodotEntity.new() - - scope = FuncGodotMapParser.ParseScope.FILE - comment = false - entity_idx = -1 - brush_idx = -1 - face_idx = -1 - component_idx = 0 - valve_uvs = false - _keep_tb_groups = keep_tb_groups - - var map: FileAccess = FileAccess.open(map_file, FileAccess.READ) - if map == null: - printerr("Error: Failed to open map file (" + map_file + ")") - return false - - while not map.eof_reached(): - var line: String = map.get_line() - if comment: - comment = false - - var tokens := split_string(line, [" ", "\t"], true) - for s in tokens: - token(s) - - return true - -func split_string(s: String, delimeters: Array[String], allow_empty: bool = true) -> Array[String]: - var parts: Array[String] = [] - - var start := 0 - var i := 0 - - while i < s.length(): - if s[i] in delimeters: - if allow_empty or start < i: - parts.push_back(s.substr(start, i - start)) - start = i + 1 - i += 1 - - if allow_empty or start < i: - parts.push_back(s.substr(start, i - start)) - - return parts - -func set_scope(new_scope: FuncGodotMapParser.ParseScope) -> void: - """ - match new_scope: - ParseScope.FILE: - print("Switching to file scope.") - ParseScope.ENTITY: - print("Switching to entity " + str(entity_idx) + "scope") - ParseScope.PROPERTY_VALUE: - print("Switching to property value scope") - ParseScope.BRUSH: - print("Switching to brush " + str(brush_idx) + " scope") - ParseScope.PLANE_0: - print("Switching to face " + str(face_idx) + " plane 0 scope") - ParseScope.PLANE_1: - print("Switching to face " + str(face_idx) + " plane 1 scope") - ParseScope.PLANE_2: - print("Switching to face " + str(face_idx) + " plane 2 scope") - ParseScope.TEXTURE: - print("Switching to texture scope") - ParseScope.U: - print("Switching to U scope") - ParseScope.V: - print("Switching to V scope") - ParseScope.VALVE_U: - print("Switching to Valve U scope") - ParseScope.VALVE_V: - print("Switching to Valve V scope") - ParseScope.ROT: - print("Switching to rotation scope") - ParseScope.U_SCALE: - print("Switching to U scale scope") - ParseScope.V_SCALE: - print("Switching to V scale scope") - """ - scope = new_scope - -func token(buf_str: String) -> void: - if comment: - return - elif buf_str == "//": - comment = true - return - - match scope: - FuncGodotMapParser.ParseScope.FILE: - if buf_str == "{": - entity_idx += 1 - brush_idx = -1 - set_scope(FuncGodotMapParser.ParseScope.ENTITY) - FuncGodotMapParser.ParseScope.ENTITY: - if buf_str.begins_with('"'): - prop_key = buf_str.substr(1) - if prop_key.ends_with('"'): - prop_key = prop_key.left(-1) - set_scope(FuncGodotMapParser.ParseScope.PROPERTY_VALUE) - elif buf_str == "{": - brush_idx += 1 - face_idx = -1 - set_scope(FuncGodotMapParser.ParseScope.BRUSH) - elif buf_str == "}": - commit_entity() - set_scope(FuncGodotMapParser.ParseScope.FILE) - FuncGodotMapParser.ParseScope.PROPERTY_VALUE: - var is_first = buf_str[0] == '"' - var is_last = buf_str.right(1) == '"' - - if is_first: - if current_property != "": - current_property = "" - - if not is_last: - current_property += buf_str + " " - else: - current_property += buf_str - - if is_last: - current_entity.properties[prop_key] = current_property.substr(1, len(current_property) - 2) - set_scope(FuncGodotMapParser.ParseScope.ENTITY) - FuncGodotMapParser.ParseScope.BRUSH: - if buf_str == "(": - face_idx += 1 - component_idx = 0 - set_scope(FuncGodotMapParser.ParseScope.PLANE_0) - elif buf_str == "}": - commit_brush() - set_scope(FuncGodotMapParser.ParseScope.ENTITY) - FuncGodotMapParser.ParseScope.PLANE_0: - if buf_str == ")": - component_idx = 0 - set_scope(FuncGodotMapParser.ParseScope.PLANE_1) - else: - match component_idx: - 0: - current_face.plane_points.v0.x = float(buf_str) - 1: - current_face.plane_points.v0.y = float(buf_str) - 2: - current_face.plane_points.v0.z = float(buf_str) - - component_idx += 1 - FuncGodotMapParser.ParseScope.PLANE_1: - if buf_str != "(": - if buf_str == ")": - component_idx = 0 - set_scope(FuncGodotMapParser.ParseScope.PLANE_2) - else: - match component_idx: - 0: - current_face.plane_points.v1.x = float(buf_str) - 1: - current_face.plane_points.v1.y = float(buf_str) - 2: - current_face.plane_points.v1.z = float(buf_str) - - component_idx += 1 - FuncGodotMapParser.ParseScope.PLANE_2: - if buf_str != "(": - if buf_str == ")": - component_idx = 0 - set_scope(FuncGodotMapParser.ParseScope.TEXTURE) - else: - match component_idx: - 0: - current_face.plane_points.v2.x = float(buf_str) - 1: - current_face.plane_points.v2.y = float(buf_str) - 2: - current_face.plane_points.v2.z = float(buf_str) - - component_idx += 1 - FuncGodotMapParser.ParseScope.TEXTURE: - current_face.texture_idx = map_data.register_texture(buf_str) - set_scope(FuncGodotMapParser.ParseScope.U) - FuncGodotMapParser.ParseScope.U: - if buf_str == "[": - valve_uvs = true - component_idx = 0 - set_scope(FuncGodotMapParser.ParseScope.VALVE_U) - else: - valve_uvs = false - current_face.uv_standard.x = float(buf_str) - set_scope(FuncGodotMapParser.ParseScope.V) - FuncGodotMapParser.ParseScope.V: - current_face.uv_standard.y = float(buf_str) - set_scope(FuncGodotMapParser.ParseScope.ROT) - FuncGodotMapParser.ParseScope.VALVE_U: - if buf_str == "]": - component_idx = 0 - set_scope(FuncGodotMapParser.ParseScope.VALVE_V) - else: - match component_idx: - 0: - current_face.uv_valve.u.axis.x = float(buf_str) - 1: - current_face.uv_valve.u.axis.y = float(buf_str) - 2: - current_face.uv_valve.u.axis.z = float(buf_str) - 3: - current_face.uv_valve.u.offset = float(buf_str) - - component_idx += 1 - FuncGodotMapParser.ParseScope.VALVE_V: - if buf_str != "[": - if buf_str == "]": - set_scope(FuncGodotMapParser.ParseScope.ROT) - else: - match component_idx: - 0: - current_face.uv_valve.v.axis.x = float(buf_str) - 1: - current_face.uv_valve.v.axis.y = float(buf_str) - 2: - current_face.uv_valve.v.axis.z = float(buf_str) - 3: - current_face.uv_valve.v.offset = float(buf_str) - - component_idx += 1 - FuncGodotMapParser.ParseScope.ROT: - current_face.uv_extra.rot = float(buf_str) - set_scope(FuncGodotMapParser.ParseScope.U_SCALE) - FuncGodotMapParser.ParseScope.U_SCALE: - current_face.uv_extra.scale_x = float(buf_str) - set_scope(FuncGodotMapParser.ParseScope.V_SCALE) - FuncGodotMapParser.ParseScope.V_SCALE: - current_face.uv_extra.scale_y = float(buf_str) - commit_face() - set_scope(FuncGodotMapParser.ParseScope.BRUSH) - -func commit_entity() -> void: - if current_entity.properties.has('_tb_type') and map_data.entities.size() > 0: - map_data.entities[0].brushes.append_array(current_entity.brushes) - current_entity.brushes.clear() - if !_keep_tb_groups: - current_entity = FuncGodotMapData.FuncGodotEntity.new() - return - - var new_entity:= FuncGodotMapData.FuncGodotEntity.new() - new_entity.spawn_type = FuncGodotMapData.FuncGodotEntitySpawnType.ENTITY - new_entity.properties = current_entity.properties - new_entity.brushes = current_entity.brushes - map_data.entities.append(new_entity) - - current_entity = FuncGodotMapData.FuncGodotEntity.new() - -func commit_brush() -> void: - current_entity.brushes.append(current_brush) - current_brush = FuncGodotMapData.FuncGodotBrush.new() - -func commit_face() -> void: - var v0v1: Vector3 = current_face.plane_points.v1 - current_face.plane_points.v0 - var v1v2: Vector3 = current_face.plane_points.v2 - current_face.plane_points.v1 - current_face.plane_normal = v1v2.cross(v0v1).normalized() - current_face.plane_dist = current_face.plane_normal.dot(current_face.plane_points.v0) - current_face.is_valve_uv = valve_uvs - - current_brush.faces.append(current_face) - current_face = FuncGodotMapData.FuncGodotFace.new() - -# Nested -enum ParseScope{ - FILE, - COMMENT, - ENTITY, - PROPERTY_VALUE, - BRUSH, - PLANE_0, - PLANE_1, - PLANE_2, - TEXTURE, - U, - V, - VALVE_U, - VALVE_V, - ROT, - U_SCALE, - V_SCALE -} diff --git a/addons/func_godot/src/core/func_godot_map_parser.gd.uid b/addons/func_godot/src/core/func_godot_map_parser.gd.uid deleted file mode 100644 index b0b1835..0000000 --- a/addons/func_godot/src/core/func_godot_map_parser.gd.uid +++ /dev/null @@ -1 +0,0 @@ -uid://baybsken3c4pi diff --git a/addons/func_godot/src/core/func_godot_surface_gatherer.gd b/addons/func_godot/src/core/func_godot_surface_gatherer.gd deleted file mode 100644 index 5360ed7..0000000 --- a/addons/func_godot/src/core/func_godot_surface_gatherer.gd +++ /dev/null @@ -1,139 +0,0 @@ -class_name FuncGodotSurfaceGatherer extends RefCounted - -var map_data: FuncGodotMapData -var split_type: SurfaceSplitType = SurfaceSplitType.NONE -var entity_filter_idx: int = -1 -var texture_filter_idx: int = -1 -var clip_filter_texture_idx: int -var skip_filter_texture_idx: int - -var out_surfaces: Array[FuncGodotMapData.FuncGodotFaceGeometry] - -func _init(in_map_data: FuncGodotMapData) -> void: - map_data = in_map_data - -func set_texture_filter(texture_name: String) -> void: - texture_filter_idx = map_data.find_texture(texture_name) - -func set_clip_filter_texture(texture_name: String) -> void: - clip_filter_texture_idx = map_data.find_texture(texture_name) - -func set_skip_filter_texture(texture_name: String) -> void: - skip_filter_texture_idx = map_data.find_texture(texture_name) - -func filter_entity(entity_idx: int) -> bool: - if entity_filter_idx != -1 and entity_idx != entity_filter_idx: - return true - return false - -func filter_brush(entity_idx: int, brush_idx: int) -> bool: - var entity:= map_data.entities[entity_idx] - var brush:= entity.brushes[brush_idx] - - # omit brushes that are fully-textured with clip - if clip_filter_texture_idx != -1: - var fully_textured: bool = true - for face in brush.faces: - if face.texture_idx != clip_filter_texture_idx: - fully_textured = false - break - - if fully_textured: - return true - - return false - -func filter_face(entity_idx: int, brush_idx: int, face_idx: int) -> bool: - var face:= map_data.entities[entity_idx].brushes[brush_idx].faces[face_idx] - var face_geo:= map_data.entity_geo[entity_idx].brushes[brush_idx].faces[face_idx] - - if face_geo.vertices.size() < 3: - return true - - if clip_filter_texture_idx != -1 and face.texture_idx == clip_filter_texture_idx: - return true - - # omit faces textured with skip - if skip_filter_texture_idx != -1 and face.texture_idx == skip_filter_texture_idx: - return true - - # omit filtered texture indices - if texture_filter_idx != -1 and face.texture_idx != texture_filter_idx: - return true - - return false - -func run() -> void: - out_surfaces.clear() - - var index_offset: int = 0 - var surf: FuncGodotMapData.FuncGodotFaceGeometry - - if split_type == SurfaceSplitType.NONE: - surf = add_surface() - index_offset = len(out_surfaces) - 1 - - for e in range(map_data.entities.size()): - var entity:= map_data.entities[e] - var entity_geo:= map_data.entity_geo[e] - - if filter_entity(e): - continue - - if split_type == SurfaceSplitType.ENTITY: - if entity.spawn_type == FuncGodotMapData.FuncGodotEntitySpawnType.MERGE_WORLDSPAWN: - add_surface() - surf = out_surfaces[0] - index_offset = surf.vertices.size() - else: - surf = add_surface() - index_offset = surf.vertices.size() - - for b in range(entity.brushes.size()): - if filter_brush(e, b): - continue - - var brush:= entity.brushes[b] - var brush_geo:= entity_geo.brushes[b] - - if split_type == SurfaceSplitType.BRUSH: - index_offset = 0 - surf = add_surface() - - for f in range(brush.faces.size()): - var face_geo:= brush_geo.faces[f] - - if filter_face(e, b, f): - continue - - for v in range(face_geo.vertices.size()): - var vert:= face_geo.vertices[v].duplicate() - - if entity.spawn_type == FuncGodotMapData.FuncGodotEntitySpawnType.ENTITY: - vert.vertex -= entity.center - - surf.vertices.append(vert) - - for i in range((face_geo.vertices.size() - 2) * 3): - surf.indicies.append(face_geo.indicies[i] + index_offset) - - index_offset += face_geo.vertices.size() - -func add_surface() -> FuncGodotMapData.FuncGodotFaceGeometry: - var surf:= FuncGodotMapData.FuncGodotFaceGeometry.new() - out_surfaces.append(surf) - return surf - -func reset_params() -> void: - split_type = SurfaceSplitType.NONE - entity_filter_idx = -1 - texture_filter_idx = -1 - clip_filter_texture_idx = -1 - skip_filter_texture_idx = -1 - -# nested -enum SurfaceSplitType{ - NONE, - ENTITY, - BRUSH -} diff --git a/addons/func_godot/src/core/func_godot_surface_gatherer.gd.uid b/addons/func_godot/src/core/func_godot_surface_gatherer.gd.uid deleted file mode 100644 index b643efe..0000000 --- a/addons/func_godot/src/core/func_godot_surface_gatherer.gd.uid +++ /dev/null @@ -1 +0,0 @@ -uid://d3n8qk8adx3yp diff --git a/addons/func_godot/src/core/geometry_generator.gd b/addons/func_godot/src/core/geometry_generator.gd new file mode 100644 index 0000000..4280ce1 --- /dev/null +++ b/addons/func_godot/src/core/geometry_generator.gd @@ -0,0 +1,567 @@ +@icon("res://addons/func_godot/icons/icon_slipgate.svg") +class_name FuncGodotGeometryGenerator extends RefCounted +## Geometry generation class that is instantiated by a [FuncGodotMap] node. + +const _SIGNATURE: String = "[GEO]" + +# Namespacing +const _VERTEX_EPSILON := FuncGodotUtil._VERTEX_EPSILON +const _VERTEX_EPSILON2 := _VERTEX_EPSILON * _VERTEX_EPSILON + +const _HYPERPLANE_SIZE := 65355.0 + +const _OriginType := FuncGodotFGDSolidClass.OriginType + +const _GroupData := FuncGodotData.GroupData +const _EntityData := FuncGodotData.EntityData +const _BrushData := FuncGodotData.BrushData +const _PatchData := FuncGodotData.PatchData +const _FaceData := FuncGodotData.FaceData +const _VertexGroupData := FuncGodotData.VertexGroupData + +# Class members +var map_settings: FuncGodotMapSettings = null +var entity_data: Array[_EntityData] +var texture_materials: Dictionary[String, Material] +var texture_sizes: Dictionary[String, Vector2] + +# Signals + +## Emitted when beginning a new step of the generation process. +signal declare_step(step: String) + +func _init(settings: FuncGodotMapSettings = null) -> void: + map_settings = settings + +#region TOOLS +func is_skip(face: _FaceData) -> bool: + return FuncGodotUtil.is_skip(face.texture, map_settings) + +func is_clip(face: _FaceData) -> bool: + return FuncGodotUtil.is_clip(face.texture, map_settings) + +func is_origin(face: _FaceData) -> bool: + return FuncGodotUtil.is_origin(face.texture, map_settings) + +#endregion + +#region PATCHES +func sample_bezier_curve(controls: Array[Vector3], t: float) -> Vector3: + var points: Array[Vector3] = controls.duplicate() + for i in controls.size(): + for j in controls.size() - 1 - i: + points[j] = points[j].lerp(points[j + 1], t) + return points[0] + +func sample_bezier_surface(controls: Array[Vector3], width: int, height: int, u: float, v: float) -> Vector3: + var curve: Array[Vector3] = [] + for x in range(width): + var col: Array[Vector3] = [] + for y in range(height): + var idx := y * width + x + col.append(controls[idx]) + curve.append(sample_bezier_curve(col, v)) + return sample_bezier_curve(curve, u) + +# Generate patch triangle indices +func get_triangle_indices(width: int, height: int) -> Array[int]: + var indices: Array[int] = [] + if width < 2 or height < 2: + return indices + + for row in range(height - 1): + for col in range(width - 1): + ## First triangle of the square; top left, top right, bottom left + indices.append(col + row * width) + indices.append((col + 1) + row * width) + indices.append(col + (row + 1) * width) + + ## Second triangle of the square; top right, bottom right, bottom left + indices.append((col + 1) + row * width) + indices.append((col + 1) + (row + 1) * width) + indices.append(col + (row + 1) * width) + return indices + +func create_patch_mesh(data: Array[_PatchData], mesh: Mesh): + return + +#endregion + +#region BRUSHES +func generate_base_winding(plane: Plane) -> PackedVector3Array: + var up := Vector3.UP + if abs(plane.normal.dot(up)) > 0.9: + up = Vector3.RIGHT + + var right: Vector3 = plane.normal.cross(up).normalized() + var forward: Vector3 = right.cross(plane.normal).normalized() + var centroid: Vector3 = plane.get_center() + + # construct oversized square on the plane to clip against + var winding := PackedVector3Array() + winding.append(centroid + (right * _HYPERPLANE_SIZE) + (forward * _HYPERPLANE_SIZE)) + winding.append(centroid + (right * -_HYPERPLANE_SIZE) + (forward * _HYPERPLANE_SIZE)) + winding.append(centroid + (right * -_HYPERPLANE_SIZE) + (forward * -_HYPERPLANE_SIZE)) + winding.append(centroid + (right * _HYPERPLANE_SIZE) + (forward * -_HYPERPLANE_SIZE)) + return winding + +func generate_face_vertices(brush: _BrushData, face_index: int, vertex_merge_distance: float = 0.0) -> PackedVector3Array: + var plane: Plane = brush.faces[face_index].plane + + # Generate initial square polygon to clip other planes against + var winding: PackedVector3Array = generate_base_winding(plane) + + for other_face_index in brush.faces.size(): + if other_face_index == face_index: + continue + + # NOTE: This may need to be recentered to the origin, then moved back to the correct face position + # This problem may arise from floating point inaccuracy, given a large enough initial brush + winding = Geometry3D.clip_polygon(winding, brush.faces[other_face_index].plane) + if winding.is_empty(): + break + + # Reduce seams between vertices + for i in winding.size(): + winding.set(i, winding.get(i).snappedf(vertex_merge_distance)) + + return winding + +func generate_brush_vertices(entity_index: int, brush_index: int) -> void: + var entity: _EntityData = entity_data[entity_index] + var brush: _BrushData = entity.brushes[brush_index] + var vertex_merge_distance: float = entity.properties.get(map_settings.vertex_merge_distance_property, 0.0) as float + + for face_index in brush.faces.size(): + var face: _FaceData = brush.faces[face_index] + face.vertices = generate_face_vertices(brush, face_index, vertex_merge_distance) + + face.normals.resize(face.vertices.size()) + face.normals.fill(face.plane.normal) + + var tangent: PackedFloat32Array = FuncGodotUtil.get_face_tangent(face) + + # convert into OpenGL coordinates + for i in face.vertices.size(): + face.tangents.append(tangent[1]) # Y + face.tangents.append(tangent[2]) # Z + face.tangents.append(tangent[0]) # X + face.tangents.append(tangent[3]) # W + return + +func generate_entity_vertices(entity_index: int) -> void: + var entity: _EntityData = entity_data[entity_index] + for brush_index in entity.brushes.size(): + generate_brush_vertices(entity_index, brush_index) + +func determine_entity_origins(entity_index: int) -> void: + var entity: _EntityData = entity_data[entity_index] + var origin_type := _OriginType.BRUSH + + if entity.definition is not FuncGodotFGDSolidClass: + if entity.brushes.is_empty(): + return + else: + origin_type = entity.definition.origin_type + + if entity_index == 0: + entity.origin = Vector3.ZERO + return + + var entity_mins: Vector3 = Vector3.INF + var entity_maxs: Vector3 = Vector3.INF + var origin_mins: Vector3 = Vector3.INF + var origin_maxs: Vector3 = -Vector3.INF + + for brush in entity.brushes: + for face in brush.faces: + for vertex in face.vertices: + if entity_mins != Vector3.INF: + entity_mins = entity_mins.min(vertex) + else: + entity_mins = vertex + if entity_maxs != Vector3.INF: + entity_maxs = entity_maxs.max(vertex) + else: + entity_maxs = vertex + + if brush.origin: + if origin_mins != Vector3.INF: + origin_mins = origin_mins.min(vertex) + else: + origin_mins = vertex + if origin_maxs != Vector3.INF: + origin_maxs = origin_maxs.max(vertex) + else: + origin_maxs = vertex + + # Default origin type is BOUNDS_CENTER + if entity_maxs != Vector3.INF and entity_mins != Vector3.INF: + entity.origin = entity_maxs - ((entity_maxs - entity_mins) * 0.5) + + if origin_type != _OriginType.BOUNDS_CENTER and entity.brushes.size() > 0: + match origin_type: + _OriginType.ABSOLUTE, _OriginType.RELATIVE: + if "origin" in entity.properties: + var origin_comps: PackedFloat64Array = entity.properties["origin"].split_floats(" ") + if origin_comps.size() > 2: + if entity.origin_type == _OriginType.ABSOLUTE: + entity.origin = Vector3(origin_comps[0], origin_comps[1], origin_comps[2]) + else: # _OriginType.RELATIVE + entity.origin += Vector3(origin_comps[0], origin_comps[1], origin_comps[2]) + + _OriginType.BRUSH: + if origin_mins != Vector3.INF: + entity.origin = origin_maxs - ((origin_maxs - origin_mins) * 0.5) + + _OriginType.BOUNDS_MINS: + entity.origin = entity_mins + + _OriginType.BOUNDS_MAXS: + entity.origin = entity_maxs + + _OriginType.AVERAGED: + entity.origin = Vector3.ZERO + var vertices: PackedVector3Array + for brush in entity.brushes: + for face in brush.faces: + vertices.append_array(face.vertices) + entity.origin = FuncGodotUtil.op_vec3_avg(vertices) + +func wind_entity_faces(entity_index: int) -> void: + var entity: _EntityData = entity_data[entity_index] + for brush in entity.brushes: + for face in brush.faces: + # Faces should already be wound from the new generation process, but this should be tested further first. + face.wind() + face.index_vertices() + +func smooth_entity_vertices(entity_index: int) -> void: + var entity: _EntityData = entity_data[entity_index] + if not entity.is_smooth_shaded(map_settings.entity_smoothing_property): + return + + var smoothing_angle: float = deg_to_rad(entity.get_smoothing_angle(map_settings.entity_smoothing_angle_property)) + var vertex_map: Dictionary[Vector3, _VertexGroupData] = {} + + # Group vertices by position and build map. NOTE: Vector3 keys can suffer from floating point precision. + # However, the vertex position should have already been snapped to _VERTEX_EPSILON. + for brush in entity.brushes: + for face in brush.faces: + for i in face.vertices.size(): + var pos := face.vertices[i].snappedf(_VERTEX_EPSILON) + + if not vertex_map.has(pos): + vertex_map[pos] = _VertexGroupData.new() + + var data := vertex_map[pos] + data.faces.append(face) + data.face_indices.append(i) + + var smoothed_normals: PackedVector3Array + + for vertex_group in vertex_map.values(): + if vertex_group.faces.size() <= 1: + continue + + # Collect final normals in a temporary arrays + # These cannot be applied until all original normals have been checked. + smoothed_normals = [] + + for i in vertex_group.faces.size(): + var this_face: _FaceData = vertex_group.faces[i] + var this_index: int = vertex_group.face_indices[i] + var this_normal: Vector3 = this_face.normals[this_index] + var average_normal: Vector3 = this_normal + + for j in vertex_group.faces.size(): + # Skip this face + if i == j: + continue + + var other_face: _FaceData = vertex_group.faces[j] + var other_index: int = vertex_group.face_indices[j] + var other_normal: Vector3 = other_face.normals[other_index] + + if this_normal.angle_to(other_normal) <= smoothing_angle: + average_normal += other_normal + + # Store the averaged normal + smoothed_normals.append(average_normal.normalized()) + + # Apply smoothed normals back to face data + for i in vertex_group.faces.size(): + var face: _FaceData = vertex_group.faces[i] + var index: int = vertex_group.face_indices[i] + face.normals[index] = smoothed_normals[i] + return + +#endregion + +func generate_entity_surfaces(entity_index: int) -> void: + var entity: _EntityData = entity_data[entity_index] + + # Don't build for non-solid classes or solids without any brushes. + if not entity or entity.brushes.is_empty(): + return + + var def: FuncGodotFGDSolidClass + if entity.definition is not FuncGodotFGDSolidClass: + def = FuncGodotFGDSolidClass.new() + else: + def = entity.definition + + var op_entity_ogl_xf: Callable = func(v: Vector3) -> Vector3: + return (FuncGodotUtil.id_to_opengl(v - entity.origin) * map_settings.scale_factor) + + # Surface groupings + var surfaces: Dictionary[String, Array] = {} + + # Metadata + var current_metadata_index: int = 0 + var texture_names_metadata: Array[StringName] = [] + var textures_metadata: PackedInt32Array = [] + var vertices_metadata: PackedVector3Array = [] + var normals_metadata: PackedVector3Array = [] + var positions_metadata: PackedVector3Array = [] + var shape_to_face_metadata: Array[PackedInt32Array] = [] + var face_index_metadata_map: Dictionary[_FaceData, PackedInt32Array] = {} + + # Arrange faces by surface texture + for brush in entity.brushes: + for face in brush.faces: + if is_skip(face) or is_origin(face): + continue + + if not surfaces.has(face.texture): + surfaces[face.texture] = [] + surfaces[face.texture].append(face) + + # Cache order for consistency when rebuilding + var textures: Array[String] = surfaces.keys() + + # Output mesh data + var mesh := ArrayMesh.new() + var mesh_arrays: Array[Array] = [] + var build_concave: bool = entity.is_collision_concave() + var concave_vertices: PackedVector3Array + + # Iteration variables + var arrays: Array + var faces: Array + + # MULTISURFACE SCOPE BEGIN + for texture_name in textures: + # SURFACE SCOPE BEGIN + faces = surfaces[texture_name] + + # Get texture index for metadata + var tex_index: int = texture_names_metadata.size() + if def.add_textures_metadata: + texture_names_metadata.append(texture_name) + + # Prepare new array + arrays = Array() + arrays.resize(ArrayMesh.ARRAY_MAX) + arrays[Mesh.ARRAY_VERTEX] = PackedVector3Array() + arrays[Mesh.ARRAY_NORMAL] = PackedVector3Array() + arrays[Mesh.ARRAY_TANGENT] = PackedFloat32Array() + arrays[Mesh.ARRAY_TEX_UV] = PackedVector2Array() + arrays[Mesh.ARRAY_INDEX] = PackedInt32Array() + + # Begin fresh index offset for this subarray + var index_offset: int = 0 + + for face in faces: + # FACE SCOPE BEGIN + + # Reject invalid faces + if face.vertices.size() < 3 or is_skip(face) or is_origin(face): + continue + + # Create trimesh points regardless of texture + if build_concave: + var tris: PackedVector3Array + tris.resize(face.indices.size()) + + # Add triangles from face indices directly + # TODO: This can possibly be merged with the below loop in a clever way + for i in face.indices.size(): + tris[i] = op_entity_ogl_xf.call(face.vertices[face.indices[i]]) + + concave_vertices.append_array(tris) + + # Do not generate visuals for clip textures + if is_clip(face): + continue + + # Handle metadata for this face + # Add metadata per triangle rather than per face to keep consistent metadata + var num_tris = face.indices.size() / 3 + if def.add_textures_metadata: + var tex_array: Array[int] = [] + tex_array.resize(num_tris) + tex_array.fill(tex_index) + textures_metadata.append_array(tex_array) + if def.add_face_normal_metadata: + var normal_array: Array[Vector3] = [] + normal_array.resize(num_tris) + normal_array.fill(FuncGodotUtil.id_to_opengl(face.plane.normal)) + normals_metadata.append_array(normal_array) + if def.add_face_position_metadata: + for i in num_tris: + var triangle_indices: Array[int] = [] + var triangle_vertices: Array[Vector3] = [] + triangle_indices.assign(face.indices.slice(i * 3, i * 3 + 3)) + triangle_vertices.assign(triangle_indices.map(func(idx : int) -> Vector3: return face.vertices[idx])) + var position := FuncGodotUtil.op_vec3_avg(triangle_vertices) + positions_metadata.append(op_entity_ogl_xf.call(position)) + if def.add_vertex_metadata: + for i in face.indices: + vertices_metadata.append(op_entity_ogl_xf.call(face.vertices[i])) + if def.add_collision_shape_to_face_indices_metadata: + face_index_metadata_map[face] = PackedInt32Array(range(current_metadata_index, current_metadata_index + num_tris)) + current_metadata_index += num_tris + + # Append face data to surface array + for i in face.vertices.size(): + # TODO: Mesh metadata may be generated here. + var v: Vector3 = face.vertices[i] + arrays[ArrayMesh.ARRAY_VERTEX].append(op_entity_ogl_xf.call(v)) + arrays[ArrayMesh.ARRAY_NORMAL].append(FuncGodotUtil.id_to_opengl(face.normals[i])) + var tx_sz: Vector2 = texture_sizes.get(face.texture, Vector2.ONE * map_settings.inverse_scale_factor) + arrays[ArrayMesh.ARRAY_TEX_UV].append(FuncGodotUtil.get_face_vertex_uv(v, face, tx_sz)) + + for j in 4: + arrays[ArrayMesh.ARRAY_TANGENT].append(face.tangents[(i * 4) + j]) + + # Create offset indices for the visual mesh + var op_shift_index: Callable = (func(a: int) -> int: return a + index_offset) + arrays[ArrayMesh.ARRAY_INDEX].append_array(Array(face.indices).map(op_shift_index)) + + index_offset += face.vertices.size() + + # FACE SCOPE END + + if FuncGodotUtil.filter_face(texture_name, map_settings): + continue + + mesh_arrays.append(arrays) + + # SURFACE SCOPE END + + # MULTISURFACE SCOPE END + textures.erase(map_settings.clip_texture) + + if def.build_visuals: + # Build mesh + for array_index in mesh_arrays.size(): + mesh.add_surface_from_arrays(Mesh.PRIMITIVE_TRIANGLES, mesh_arrays[array_index]) + mesh.surface_set_name(array_index, textures[array_index]) + mesh.surface_set_material(array_index, texture_materials[textures[array_index]]) + + # Apply mesh metadata + if def.add_textures_metadata: + entity.mesh_metadata["texture_names"] = texture_names_metadata + entity.mesh_metadata["textures"] = textures_metadata + if def.add_vertex_metadata: + entity.mesh_metadata["vertices"] = vertices_metadata + if def.add_face_normal_metadata: + entity.mesh_metadata["normals"] = normals_metadata + if def.add_face_position_metadata: + entity.mesh_metadata["positions"] = positions_metadata + + entity.mesh = mesh + + # Clear up unusued memory + arrays = [] + surfaces = {} + + if entity.is_collision_convex(): + var sh: ConvexPolygonShape3D + for b in entity.brushes: + if b.planes.is_empty() or b.origin: + continue + + var points := Array(Geometry3D.compute_convex_mesh_points(b.planes)).map(op_entity_ogl_xf) + if points.is_empty(): + continue + + sh = ConvexPolygonShape3D.new() + sh.points = points + entity.shapes.append(sh) + + if def.add_collision_shape_to_face_indices_metadata: + # convex collision has one shape per brush, so collect the + # indices for this brush's faces + var face_indices_array : PackedInt32Array = [] + for face in b.faces: + if face_index_metadata_map.has(face): + face_indices_array.append_array(face_index_metadata_map[face]) + shape_to_face_metadata.append(face_indices_array) + + elif build_concave and concave_vertices.size(): + var sh := ConcavePolygonShape3D.new() + sh.set_faces(concave_vertices) + entity.shapes.append(sh) + + if def.add_collision_shape_to_face_indices_metadata: + # for concave collision the shape will always represent every face + # in the entity, so just add every face here + var face_indices_array : PackedInt32Array = [] + for fm in face_index_metadata_map.values(): + face_indices_array.append_array(fm) + shape_to_face_metadata.append(face_indices_array) + + if def.add_collision_shape_to_face_indices_metadata: + # this metadata will be mapped to the actual shape node names during entity assembly + entity.mesh_metadata["shape_to_face_array"] = shape_to_face_metadata + +func unwrap_uv2s(entity_index: int, texel_size: float) -> void: + var entity: _EntityData = entity_data[entity_index] + if entity.mesh: + if (entity.definition as FuncGodotFGDSolidClass).global_illumination_mode: + entity.mesh.lightmap_unwrap(Transform3D.IDENTITY, texel_size) + +# Main build process +func build(build_flags: int, entities: Array[_EntityData]) -> Error: + var entity_count: int = entities.size() + declare_step.emit("Preparing %s %s" % [entity_count, "entity" if entity_count == 1 else "entities"]) + entity_data = entities + + declare_step.emit("Gathering materials") + var texture_map: Array[Dictionary] = FuncGodotUtil.build_texture_map(entity_data, map_settings) + texture_materials = texture_map[0] + texture_sizes = texture_map[1] + + var task_id: int + declare_step.emit("Generating brush vertices") + task_id = WorkerThreadPool.add_group_task(generate_entity_vertices, entity_count, -1, false, "Generate Brush Vertices") + WorkerThreadPool.wait_for_group_task_completion(task_id) + + declare_step.emit("Determining solid entity origins") + task_id = WorkerThreadPool.add_group_task(determine_entity_origins, entity_count, -1, false, "Determine Entity Origins") + WorkerThreadPool.wait_for_group_task_completion(task_id) + + declare_step.emit("Winding faces") + task_id = WorkerThreadPool.add_group_task(wind_entity_faces, entity_count, -1, false, "Wind Brush Faces") + WorkerThreadPool.wait_for_group_task_completion(task_id) + + # TODO: Reimplement after solving issues + #if not (build_flags & FuncGodotMap.BuildFlags.DISABLE_SMOOTHING): + # declare_step.emit("Smoothing entity faces") + # task_id = WorkerThreadPool.add_group_task(smooth_entity_vertices, entity_count, -1, false, "Smooth Entities") + # WorkerThreadPool.wait_for_group_task_completion(task_id) + + declare_step.emit("Generating surfaces") + task_id = WorkerThreadPool.add_group_task(generate_entity_surfaces, entity_count, -1, false, "Generate Surfaces") + WorkerThreadPool.wait_for_group_task_completion(task_id) + + if build_flags & FuncGodotMap.BuildFlags.UNWRAP_UV2: + declare_step.emit("Unwrapping UV2s") + var texel_size: float = map_settings.uv_unwrap_texel_size * map_settings.scale_factor + for entity_index in entity_count: + unwrap_uv2s(entity_index, texel_size) + + declare_step.emit("Geometry generation complete") + return OK diff --git a/addons/func_godot/src/core/geometry_generator.gd.uid b/addons/func_godot/src/core/geometry_generator.gd.uid new file mode 100644 index 0000000..02d12c4 --- /dev/null +++ b/addons/func_godot/src/core/geometry_generator.gd.uid @@ -0,0 +1 @@ +uid://b1yg28xbyno7v diff --git a/addons/func_godot/src/core/parser.gd b/addons/func_godot/src/core/parser.gd new file mode 100644 index 0000000..16e6382 --- /dev/null +++ b/addons/func_godot/src/core/parser.gd @@ -0,0 +1,439 @@ +@icon("res://addons/func_godot/icons/icon_godambler.svg") +class_name FuncGodotParser extends RefCounted +## MAP and VMF parser class that is instantiated by a [FuncGodotMap] node during the build process. +## +## @tutorial(Quake Wiki Map Format Article): https://quakewiki.org/wiki/Quake_Map_Format +## @tutorial(Valve Developer Wiki VMF Article): https://developer.valvesoftware.com/wiki/VMF_(Valve_Map_Format) + +const _SIGNATURE: String = "[PRS]" + +const _GroupData := FuncGodotData.GroupData +const _EntityData := FuncGodotData.EntityData +const _BrushData := FuncGodotData.BrushData +const _PatchData := FuncGodotData.PatchData +const _FaceData := FuncGodotData.FaceData +const _ParseData := FuncGodotData.ParseData + +## Emitted when a step in the parsing process is completed. +## It is connected to [method FuncGodotUtil.print_profile_info] method if [member FuncGodotMap.build_flags] SHOW_PROFILE_INFO flag is set. +signal declare_step(step: String) + +## Parses the map file, generating entity and group data and sub-data, then returns the generated data as an array of arrays. +## The first array is Array[FuncGodotData.EntityData], while the second array is Array[FuncGodotData.GroupData]. +func parse_map_data(map_file: String, map_settings: FuncGodotMapSettings) -> _ParseData: + var map_data: PackedStringArray = [] + var parse_data := _ParseData.new() + declare_step.emit("Loading map file %s" % map_file) + + # Retrieve real path if needed + if map_file.begins_with("uid://"): + var uid := ResourceUID.text_to_id(map_file) + if not ResourceUID.has_id(uid): + printerr("Error: failed to retrieve path for UID (%s)" % map_file) + return parse_data + map_file = ResourceUID.get_id_path(uid) + + # Open the map file + var file: FileAccess = FileAccess.open(map_file, FileAccess.READ) + if not file: + file = FileAccess.open(map_file + ".import", FileAccess.READ) + if file: + map_file += ".import" + else: + printerr("Error: Failed to open map file (" + map_file + ")") + return parse_data + + # Packed map file resources need to be accessed differently in exported projects. + if map_file.ends_with(".import"): + while not file.eof_reached(): + var line: String = file.get_line() + if line.begins_with("path"): + file.close() + line = line.replace("path=", "") + line = line.replace('"', '') + var data: String = (load(line) as QuakeMapFile).map_data + if data.is_empty(): + printerr("Error: Failed to open map file (" + line + ")") + return parse_data + map_data = data.split("\n") + break + else: + while not file.eof_reached(): + map_data.append(file.get_line()) + + # Determine map type and parse data + if map_file.to_lower().contains(".map"): + declare_step.emit("Parsing as Quake MAP") + parse_data = _parse_quake_map(map_data, map_settings, parse_data) + elif map_file.to_lower().contains(".vmf"): + declare_step.emit("Parsing as Source VMF") + parse_data = _parse_vmf(map_data, map_settings, parse_data) + + # Determine group hierarchy + declare_step.emit("Determining groups hierarchy") + var groups_data: Array[_GroupData] = parse_data.groups + for g in groups_data: + if g.parent_id != -1: + for p in groups_data: + if p.id == g.parent_id: + g.parent = p + break + + var entities_data: Array[_EntityData] = parse_data.entities + var entity_defs: Dictionary[String, FuncGodotFGDEntityClass] = map_settings.entity_fgd.get_entity_definitions() + + declare_step.emit("Checking entity omission and definition status") + + for i in range(entities_data.size() - 1, -1, -1): + var entity: _EntityData = entities_data[i] + + # Delete entities from omitted groups + if entity.group != null and entity.group.omit == true: + entities_data.remove_at(i) + continue + + # Provide entity definition to entity data. This gets used in both + # geo generation and entity assembly. + if "classname" in entity.properties: + var classname: String = entity.properties["classname"] + if classname in entity_defs: + entity.definition = entity_defs[classname] + + # Delete omitted groups + declare_step.emit("Removing omitted layers and groups") + for i in range(groups_data.size() - 1, -1, -1): + if groups_data[i].omit == true: + groups_data.remove_at(i) + + declare_step.emit("Map parsing complete") + return parse_data + +## Parser subroutine called by [method parse_map_data], specializing in the Quake MAP format. +func _parse_quake_map(map_data: PackedStringArray, map_settings: FuncGodotMapSettings, parse_data: _ParseData) -> _ParseData: + var entities_data: Array[_EntityData] = parse_data.entities + var groups_data: Array[_GroupData] = parse_data.groups + var ent: _EntityData = null + var brush: _BrushData = null + var patch: _PatchData = null + var scope: int = 0 # Scope level, to keep track of where we are in PatchDef parsing + + for line in map_data: + line = line.replace("\t", "") + + #region START DATA + # Start entity, brush, or patchdef + if line.begins_with("{"): + if not ent: + ent = _EntityData.new() + else: + if not patch: + brush = _BrushData.new() + else: + scope += 1 + continue + #endregion + + #region COMMIT DATA + # Commit entity or brush + if line.begins_with("}"): + if brush: + ent.brushes.append(brush) + brush = null + elif patch: + if scope: + scope -= 1 + else: + ent.patches.append(patch) + patch = null + else: + # TrenchBroom layers and groups + if ent.properties["classname"] == "func_group" and ent.properties.has("_tb_type"): + # Merge TB Group / Layer structural brushes with worldspawn + if entities_data.size(): + entities_data[0].brushes.append_array(ent.brushes) + + # Create group data + var group: _GroupData = _GroupData.new() + var props: Dictionary = ent.properties + group.id = props["_tb_id"] as int + if props["_tb_type"] == "_tb_layer": + group.type = _GroupData.GroupType.GROUP + group.name = "layer_" + else: + group.name = "group_" + group.name = group.name + str(group.id) + if props["_tb_name"] != "Unnamed": + group.name = group.name + "_" + (props["_tb_name"] as String).replace(" ", "_") + if props.has("_tb_layer"): + group.parent_id = props["_tb_layer"] as int + if props.has("_tb_group"): + group.parent_id = props["_tb_group"] as int + if props.has("_tb_layer_omit_from_export"): + group.omit = true + + # Commit group + groups_data.append(group) + + # Commit entity + else: + entities_data.append(ent) + ent = null + continue + #endregion + + #region PROPERTY DATA + # Retrieve key value pairs + if line.begins_with("\""): + var tokens: PackedStringArray = line.split("\" \"") + if tokens.size() < 2: + tokens = line.split("\"\"") + var key: String = tokens[0].trim_prefix("\"") + var value: String = tokens[1].trim_suffix("\"") + ent.properties[key] = value + #endregion + + #region BRUSH DATA + if brush and line.begins_with("("): + line = line.replace("(","") + var tokens: PackedStringArray = line.split(" ) ") + + # Retrieve plane data + var points: PackedVector3Array + points.resize(3) + for i in 3: + tokens[i] = tokens[i].trim_prefix("(") + var pts: PackedFloat64Array = tokens[i].split_floats(" ", false) + var point := Vector3(pts[0], pts[1], pts[2]) + points[i] = point + + var plane := Plane(points[0], points[1], points[2]) + brush.planes.append(plane) + + var face: _FaceData = _FaceData.new() + face.plane = plane + + # Retrieve texture data + var tex: String = String() + if tokens[3].begins_with("\""): # textures with spaces get surrounded by double quotes + var last_quote := tokens[3].rfind("\"") + tex = tokens[3].substr(1, last_quote - 1) + tokens = tokens[3].substr(last_quote + 2).split(" ] ") + else: + tex = tokens[3].get_slice(" ", 0) + tokens = tokens[3].trim_prefix(tex + " ").split(" ] ") + face.texture = tex + + # Check for origin brushes. Brushes must be completely textured with origin to be valid. + if brush.faces.is_empty(): + if tex == map_settings.origin_texture: + brush.origin = true + elif brush.origin == true: + if tex != map_settings.origin_texture: + brush.origin = false + + # Retrieve UV data + var uv: Transform2D = Transform2D.IDENTITY + + # Valve 220: texname [ ux uy ux offsetX ] [vx vy vz offsetY] rotation scaleX scaleY + if tokens.size() > 1: + var coords: PackedFloat64Array + for i in 2: + coords = tokens[i].trim_prefix("[ ").split_floats(" ", false) + face.uv_axes.append(Vector3(coords[0], coords[1], coords[2])) # Save axis vectors separately + face.uv.origin[i] = coords[3] # UV offset stored as transform origin + + coords = tokens[2].split_floats(" ", false) + # UV scale factor stored in basis + face.uv.x = Vector2(coords[1], 0.0) + face.uv.y = Vector2(0.0, coords[2]) + + # Quake Standard: texname offsetX offsetY rotation scaleX scaleY + else: + var coords: PackedFloat64Array = tokens[0].split_floats(" ", false) + face.uv.origin = Vector2(coords[0], coords[1]) + + var r: float = deg_to_rad(coords[2]) + face.uv.x = Vector2(cos(r), -sin(r)) * coords[3] + face.uv.y = Vector2(sin(r), cos(r)) * coords[4] + + brush.faces.append(face) + continue + #endregion + + #region PATCH DATA + if patch: + if line.begins_with("("): + line = line.replace("( ","") + # Retrieve patch control points + if patch.size: + var tokens: PackedStringArray = line.replace("(", "").split(" )", false) + for i in tokens.size(): + var subtokens: PackedFloat64Array = tokens[i].split_floats(" ", false) + patch.points.append(Vector3(subtokens[0], subtokens[1], subtokens[2])) + patch.uvs.append(Vector2(subtokens[3], subtokens[4])) + # Retrieve patch size + else: + var tokens: PackedStringArray = line.replace(")","").split(" ", false) + patch.size.resize(tokens.size()) + for i in tokens.size(): + patch.size[i] = tokens[i].to_int() + # Retrieve patch texture + elif not line.begins_with(")"): + patch.texture = line.replace("\"","") + + if line.begins_with("patchDef"): + brush = null + patch = _PatchData.new() + continue + #endregion + + #region ASSIGN GROUPS + for e in entities_data: + var group_id: int = -1 + if e.properties.has("_tb_layer"): + group_id = e.properties["_tb_layer"] as int + elif e.properties.has("_tb_group"): + group_id = e.properties["_tb_group"] as int + if group_id != -1: + for g in groups_data: + if g.id == group_id: + e.group = g + break + #endregion + + return parse_data + +## Parser subroutine called by [method parse_map_data], specializing in the Valve Map Format used by Hammer based editors. +func _parse_vmf(map_data: PackedStringArray, map_settings: FuncGodotMapSettings, parse_data: _ParseData) -> _ParseData: + var entities_data: Array[_EntityData] = parse_data.entities + var groups_data: Array[_GroupData] = parse_data.groups + var ent: _EntityData = null + var brush: _BrushData = null + var group: _GroupData = null + var group_parent_hierarchy: Array[_GroupData] = [] + var scope: int = 0 + + for line in map_data: + line = line.replace("\t", "") + + #region START DATA + if line.begins_with("entity") or line.begins_with("world"): + ent = _EntityData.new() + continue + if line.begins_with("solid"): + brush = _BrushData.new() + continue + if brush and line.begins_with("{"): + scope += 1 + continue + if line == "visgroup": + if group != null: + groups_data.append(group) + group_parent_hierarchy.append(group) + group = _GroupData.new() + if group_parent_hierarchy.size(): + group.parent = group_parent_hierarchy.back() + group.parent_id = group.parent.id + continue + #endregion + + #region COMMIT DATA + if line.begins_with("}"): + if scope > 0: + scope -= 1 + if not scope: + if brush: + if brush.faces.size(): + ent.brushes.append(brush) + brush = null + elif ent: + entities_data.append(ent) + ent = null + elif group: + groups_data.append(group) + group = null + elif group_parent_hierarchy.size(): + group_parent_hierarchy.pop_back() + continue + #endregion + + # Retrieve key value pairs + if (ent or group) and line.begins_with("\""): + var tokens: PackedStringArray = line.split("\" \"") + var key: String = tokens[0].trim_prefix("\"") + var value: String = tokens[1].trim_suffix("\"") + + #region BRUSH DATA + if brush: + if scope > 1: + match key: + "plane": + tokens = value.replace("(", "").split(")", false) + var points: PackedVector3Array + points.resize(3) + for i in 3: + tokens[i] = tokens[i].trim_prefix("(") + var pts: PackedFloat64Array = tokens[i].split_floats(" ", false) + var point: Vector3 = Vector3(pts[0], pts[1], pts[2]) + points[i] = point + brush.planes.append(Plane(points[0], points[1], points[2])) + brush.faces.append(_FaceData.new()) + brush.faces[-1].plane = brush.planes[-1] + continue + "material": + if brush.faces.size(): + brush.faces[-1].texture = value + # Origin brush needs to be completely set to origin, otherwise it's invalid + if brush.faces.size() < 2: + if value == map_settings.origin_texture: + brush.origin = true + elif brush.origin == true: + if value != map_settings.origin_texture: + brush.origin = false + continue + "uaxis", "vaxis": + if brush.faces.size(): + value = value.replace("[", "") + var vals: PackedFloat64Array = value.replace("]", "").split_floats(" ", false) + var face: _FaceData = brush.faces[-1] + face.uv_axes.append(Vector3(vals[0], vals[1], vals[2])) + if key.begins_with("u"): + face.uv.origin.x = vals[3] # Offset + face.uv.x *= vals[4] # Scale + else: + face.uv.origin.y = vals[3] # Offset + face.uv.y *= vals[4] # Scale + continue + "rotation": + # Rotation isn't used in Valve 220 mapping and VMFs are 220 exclusive + continue + "visgroupid": + # Don't put worldspawn into a group + if entities_data.size(): + # Only nodes can be organized into groups in the SceneTree, so only use the first brush's group + if not ent.properties.has(key): + ent.properties[key] = value + #endregion + elif ent: + ent.properties[key] = value + continue + elif group: + if key == "name": + group.name = "group_%s_" + value + elif key == "visgroupid": + group.id = value.to_int() + group.name = group.name % value + group.name = group.name.replace(" ", "_") + continue + + #region ASSIGN GROUPS + for e in entities_data: + if e.properties.has("visgroupid"): + var group_id: int = e.properties["visgroupid"] as int + for g in groups_data: + if g.id == group_id: + e.group = g + break + #endregion + + return parse_data diff --git a/addons/func_godot/src/core/parser.gd.uid b/addons/func_godot/src/core/parser.gd.uid new file mode 100644 index 0000000..d13e6d7 --- /dev/null +++ b/addons/func_godot/src/core/parser.gd.uid @@ -0,0 +1 @@ +uid://dflet6p5hbqts diff --git a/addons/func_godot/src/fgd/func_godot_fgd_base_class.gd b/addons/func_godot/src/fgd/func_godot_fgd_base_class.gd index c62b165..e64111a 100644 --- a/addons/func_godot/src/fgd/func_godot_fgd_base_class.gd +++ b/addons/func_godot/src/fgd/func_godot_fgd_base_class.gd @@ -1,7 +1,14 @@ @tool -## Special inheritance class for [FuncGodotFGDSolidClass] and [FuncGodotFGDPointClass] entity definitions. Useful for adding shared or common properties and descriptions. -class_name FuncGodotFGDBaseClass -extends FuncGodotFGDEntityClass +@icon("res://addons/func_godot/icons/icon_godot_ranger.svg") +class_name FuncGodotFGDBaseClass extends FuncGodotFGDEntityClass +## Special inheritance class for [FuncGodotFGDSolidClass] and [FuncGodotFGDPointClass] entity definitions. +## +## Inheritance class for [FuncGodotFGDSolidClass] and [FuncGodotFGDPointClass] entities, +## used to shared or common properties and descriptions across different definitions. +## +## @tutorial(Quake Wiki Entity Article): https://quakewiki.org/wiki/Entity +## @tutorial(Level Design Book: Entity Types and Settings): https://book.leveldesignbook.com/appendix/resources/formats/fgd#entity-types-and-settings-basic +## @tutorial(Valve Developer Wiki FGD Article): https://developer.valvesoftware.com/wiki/FGD#Class_Types_and_Properties func _init() -> void: prefix = "@BaseClass" diff --git a/addons/func_godot/src/fgd/func_godot_fgd_base_class.gd.uid b/addons/func_godot/src/fgd/func_godot_fgd_base_class.gd.uid index a9ce20a..7010a94 100644 --- a/addons/func_godot/src/fgd/func_godot_fgd_base_class.gd.uid +++ b/addons/func_godot/src/fgd/func_godot_fgd_base_class.gd.uid @@ -1 +1 @@ -uid://dyv4g30betqgm +uid://ck575aqs1sbrb diff --git a/addons/func_godot/src/fgd/func_godot_fgd_entity_class.gd b/addons/func_godot/src/fgd/func_godot_fgd_entity_class.gd index bd471cf..bcc0ab2 100644 --- a/addons/func_godot/src/fgd/func_godot_fgd_entity_class.gd +++ b/addons/func_godot/src/fgd/func_godot_fgd_entity_class.gd @@ -1,13 +1,20 @@ @icon("res://addons/func_godot/icons/icon_godot_ranger.svg") -## Base entity definition class. Not to be used directly, use [FuncGodotFGDBaseClass], [FuncGodotFGDSolidClass], or [FuncGodotFGDPointClass] instead. -class_name FuncGodotFGDEntityClass -extends Resource +class_name FuncGodotFGDEntityClass extends Resource +## Entity definition template. WARNING! Not to be used directly! Use [FuncGodotFGDBaseClass], [FuncGodotFGDSolidClass], or [FuncGodotFGDPointClass] instead. +## +## Entity definition template. It holds all of the common entity class properties shared between [FuncGodotFGDBaseClass], [FuncGodotFGDSolidClass], or [FuncGodotFGDPointClass]. +## Not to be used directly, use one of the aforementioned FGD class types instead. +## +## @tutorial(Quake Wiki Entity Article): https://quakewiki.org/wiki/Entity +## @tutorial(Level Design Book: Entity Types and Settings): https://book.leveldesignbook.com/appendix/resources/formats/fgd#entity-types-and-settings-basic +## @tutorial(Valve Developer Wiki FGD Article): https://developer.valvesoftware.com/wiki/FGD#Class_Types_and_Properties +## @tutorial(Valve Developer Wiki Entity Descriptions): https://developer.valvesoftware.com/wiki/FGD#Entity_Description var prefix: String = "" @export_group("Entity Definition") -## Entity classname. This is a required field in all entity types as it is parsed by both the map editor and by FuncGodot on map build. +## Entity classname. [b][i]This is a required field in all entity types[/i][/b] as it is parsed by both the map editor and by FuncGodot on map build. @export var classname : String = "" ## Entity description that appears in the map editor. Not required. @@ -16,16 +23,21 @@ var prefix: String = "" ## Entity does not get written to the exported FGD. Entity is only used for [FuncGodotMap] build process. @export var func_godot_internal : bool = false -## FuncGodotFGDBaseClass resources to inherit [member class_properties] and [member class_descriptions] from. +## [FuncGodotFGDBaseClass] resources to inherit [member class_properties] and [member class_descriptions] from. @export var base_classes: Array[Resource] = [] -## Key value pair properties that will appear in the map editor. After building the FuncGodotMap in Godot, these properties will be added to a Dictionary that gets applied to the generated Node, as long as that Node is a tool script with an exported `func_godot_properties` Dictionary. +## Key value pair properties that will appear in the map editor. After building the [FuncGodotMap] in Godot, these properties will be added to a [Dictionary] +## that gets applied to the generated node, as long as that node is a tool script with an exported `func_godot_properties` Dictionary. @export var class_properties : Dictionary = {} -## Descriptions for previously defined key value pair properties. +## Map editor descriptions for previously defined key value pair properties. Optional but recommended. @export var class_property_descriptions : Dictionary = {} -## Appearance properties for the map editor. See the [**Valve FGD**](https://developer.valvesoftware.com/wiki/FGD#Entity_Description) and [**TrenchBroom**](https://trenchbroom.github.io/manual/latest/#display-models-for-entities) documentation for more information. +## Automatically applies entity class properties to matching properties in the generated node. +## When using this feature, class properties need to be the correct type or you may run into errors on map build. +@export var auto_apply_to_matching_node_properties : bool = false + +## Appearance properties for the map editor. See the Valve Developer Wiki and TrenchBroom documentation for more information. @export var meta_properties : Dictionary = { "size": AABB(Vector3(-8, -8, -8), Vector3(8, 8, 8)), "color": Color(0.8, 0.8, 0.8) @@ -33,45 +45,47 @@ var prefix: String = "" @export_group("Node Generation") -## Node to generate on map build. This can be a built-in Godot class or a GDExtension class. For Point Class entities that use Scene File instantiation leave this blank. +## Node to generate on map build. This can be a built-in Godot class, a GDScript class, or a GDExtension class. +## For Point Class entities that use Scene File instantiation leave this blank. @export var node_class := "" -## Class property to use in naming the generated node. Overrides `name_property` in [FuncGodotMapSettings]. +## Optional class property to use in naming the generated node. Overrides [member FuncGodotMapSettings.name_property]. ## Naming occurs before adding to the [SceneTree] and applying properties. ## Nodes will be named `"entity_" + name_property`. An entity's name should be unique, otherwise you may run into unexpected behavior. @export var name_property := "" -func build_def_text(model_key_supported: bool = true) -> String: +## Parses the definition and outputs it into the FGD format. +func build_def_text(target_editor: FuncGodotFGDFile.FuncGodotTargetMapEditors = FuncGodotFGDFile.FuncGodotTargetMapEditors.TRENCHBROOM) -> String: # Class prefix var res : String = prefix - + # Meta properties var base_str = "" var meta_props = meta_properties.duplicate() - + for base_class in base_classes: if not 'classname' in base_class: continue - + base_str += base_class.classname - + if base_class != base_classes.back(): base_str += ", " - + if base_str != "": meta_props['base'] = base_str - + for prop in meta_props: if prefix == '@SolidClass': if prop == "size" or prop == "model": continue - if prop == 'model' and not model_key_supported: + if prop == 'model' and target_editor != FuncGodotFGDFile.FuncGodotTargetMapEditors.TRENCHBROOM: continue var value = meta_props[prop] res += " " + prop + "(" - + if value is AABB: res += "%s %s %s, %s %s %s" % [ value.position.x, @@ -89,13 +103,15 @@ func build_def_text(model_key_supported: bool = true) -> String: ] elif value is String: res += value - + elif value is Dictionary and target_editor == FuncGodotFGDFile.FuncGodotTargetMapEditors.TRENCHBROOM: + res += JSON.stringify(value) + res += ")" - + res += " = " + classname if prefix != "@BaseClass": # having a description in BaseClasses crashes some editors - var normalized_description = description.replace("\n", " ").strip_edges() if prefix != "@BaseClass" else "" + var normalized_description = description.replace("\"", "\'") if normalized_description != "": res += " : \"%s\" " % [normalized_description] else: # Having no description crashes some editors @@ -117,7 +133,8 @@ func build_def_text(model_key_supported: bool = true) -> String: if value is Dictionary and class_property_descriptions[prop] is Array: var prop_arr: Array = class_property_descriptions[prop] if prop_arr.size() > 1 and (prop_arr[1] is int or prop_arr[1] is String): - prop_description = "\"" + prop_arr[0] + "\" : " + str(prop_arr[1]) + var value_str : String = str(prop_arr[1]) if prop_arr[1] is int else "\"" + prop_arr[1] + "\"" + prop_description = "\"" + prop_arr[0] + "\" : " + value_str else: prop_description = "\"\" : 0" printerr(str(prop) + " has incorrect description format. Should be [String description, int / String default value].") @@ -159,6 +176,9 @@ func build_def_text(model_key_supported: bool = true) -> String: prop_val = FuncGodotUtil.newline() + "\t[" + FuncGodotUtil.newline() for choice in value: var choice_val = value[choice] + if typeof(choice_val) == TYPE_STRING: + if not (choice_val as String).begins_with("\""): + choice_val = "\"" + choice_val + "\"" prop_val += "\t\t" + str(choice_val) + " : \"" + choice + "\"" + FuncGodotUtil.newline() prop_val += "\t]" TYPE_ARRAY: @@ -169,29 +189,45 @@ func build_def_text(model_key_supported: bool = true) -> String: prop_val += "\t]" TYPE_NODE_PATH: prop_type = "target_destination" + prop_val = "\"\"" TYPE_OBJECT: - prop_type = "target_source" - + if value is Resource: + prop_val = "\"" + value.resource_path + "\"" + if value is Material: + if target_editor != FuncGodotFGDFile.FuncGodotTargetMapEditors.JACK: + prop_type = "material" + else: + prop_type = "shader" + elif value is Texture2D: + prop_type = "decal" + elif value is AudioStream: + prop_type = "sound" + else: + prop_type = "target_source" + prop_val = "\"\"" + if prop_val: res += "\t" res += prop res += "(" res += prop_type res += ")" - + if not value is Array: if not value is Dictionary or prop_description != "": res += " : " res += prop_description - - if value is bool or value is Dictionary or value is Array: + + if value is bool: + res += " : 1 = " if value else " : 0 = " + elif value is Dictionary or value is Array: res += " = " else: res += " : " - + res += prop_val res += FuncGodotUtil.newline() - + res += "]" + FuncGodotUtil.newline() - + return res diff --git a/addons/func_godot/src/fgd/func_godot_fgd_entity_class.gd.uid b/addons/func_godot/src/fgd/func_godot_fgd_entity_class.gd.uid index 83bab6a..52edf46 100644 --- a/addons/func_godot/src/fgd/func_godot_fgd_entity_class.gd.uid +++ b/addons/func_godot/src/fgd/func_godot_fgd_entity_class.gd.uid @@ -1 +1 @@ -uid://b6vs8fw3on4e2 +uid://cgkrrgcimlr8y diff --git a/addons/func_godot/src/fgd/func_godot_fgd_file.gd b/addons/func_godot/src/fgd/func_godot_fgd_file.gd index bb3dfa6..f1e2317 100644 --- a/addons/func_godot/src/fgd/func_godot_fgd_file.gd +++ b/addons/func_godot/src/fgd/func_godot_fgd_file.gd @@ -1,19 +1,28 @@ @tool @icon("res://addons/func_godot/icons/icon_godot_ranger.svg") -## [Resource] file used to express a set of [FuncGodotFGDEntity] definitions. Can be exported as an FGD file for use with a Quake map editor. Used in conjunction with a [FuncGodotMapSetting] resource to generate nodes in a [FuncGodotMap] node. -class_name FuncGodotFGDFile -extends Resource +class_name FuncGodotFGDFile extends Resource +## [Resource] file used to express a set of [FuncGodotFGDEntity] definitions. +## +## Can be exported as an FGD file for use with a Quake or Hammer-based map editor. Used in conjunction with [FuncGodotMapSetting] to generate nodes in a [FuncGodotMap] node. +## +## @tutorial(Level Design Book FGD Chapter): https://book.leveldesignbook.com/appendix/resources/formats/fgd +## @tutorial(Valve Developer Wiki FGD Article): https://developer.valvesoftware.com/wiki/FGD +## Supported map editors enum, used in conjunction with [member target_map_editor]. +enum FuncGodotTargetMapEditors { + OTHER, + TRENCHBROOM, + JACK, + NET_RADIANT_CUSTOM, +} ## Builds and exports the FGD file. -@export var export_file: bool: - get: - return export_file # TODO Converter40 Non existent get function - set(new_export_file): - if new_export_file != export_file: - do_export_file(model_key_word_supported) +@export_tool_button("Export FGD") var export_file := export_button -func do_export_file(model_key_supported: bool = true, fgd_output_folder: String = "") -> void: +func export_button() -> void: + do_export_file(target_map_editor) + +func do_export_file(target_editor: FuncGodotTargetMapEditors = FuncGodotTargetMapEditors.TRENCHBROOM, fgd_output_folder: String = "") -> void: if not Engine.is_editor_hint(): return @@ -25,20 +34,36 @@ func do_export_file(model_key_supported: bool = true, fgd_output_folder: String if fgd_name == "": print("Skipping export: Empty FGD name") + + if not DirAccess.dir_exists_absolute(fgd_output_folder): + if DirAccess.make_dir_recursive_absolute(fgd_output_folder) != OK: + print("Skipping export: Failed to create directory") + return - var fgd_file = fgd_output_folder + "/" + fgd_name + ".fgd" - - print("Exporting FGD to ", fgd_file) + var fgd_file = fgd_output_folder.path_join(fgd_name + ".fgd") + var file_obj := FileAccess.open(fgd_file, FileAccess.WRITE) - file_obj.store_string(build_class_text(model_key_supported)) + if not file_obj: + print("Failed to open file for writing: ", fgd_file) + return + + print("Exporting FGD to ", fgd_file) + file_obj.store_string(build_class_text(target_editor)) file_obj.close() @export_group("Map Editor") -## Some map editors do not support the "model" key word and require the "studio" key word instead. -## If you get errors in your map editor, try changing this setting. +## Some map editors do not support the features found in others +## (ex: TrenchBroom supports the "model" key word while others require "studio", +## J.A.C.K. uses the "shader" key word while others use "material", etc...). +## If you get errors in your map editor, try changing this setting and re-exporting. ## This setting is overridden when the FGD is built via the Game Config resource. -@export var model_key_word_supported: bool = true +@export var target_map_editor: FuncGodotTargetMapEditors = FuncGodotTargetMapEditors.TRENCHBROOM + +# Some map editors do not support the "model" key word and require the "studio" key word instead. +# If you get errors in your map editor, try changing this setting. +# This setting is overridden when the FGD is built via the Game Config resource. +#@export var model_key_word_supported: bool = true @export_group("FGD") @@ -51,12 +76,14 @@ func do_export_file(model_key_supported: bool = true, fgd_output_folder: String ## Array of resources that inherit from [FuncGodotFGDEntityClass]. This array defines the entities that will be added to the exported FGD file and the nodes that will be generated in a [FuncGodotMap]. @export var entity_definitions: Array[Resource] = [] -func build_class_text(model_key_supported: bool = true) -> String: +func build_class_text(target_editor: FuncGodotTargetMapEditors = FuncGodotTargetMapEditors.TRENCHBROOM) -> String: var res : String = "" for base_fgd in base_fgd_files: if base_fgd is FuncGodotFGDFile: - res += base_fgd.build_class_text(model_key_supported) + res += base_fgd.build_class_text(target_editor) + else: + printerr("Base Fgd Files contains incorrect resource type! Should only be type FuncGodotFGDFile.") var entities = get_fgd_classes() for ent in entities: @@ -65,7 +92,7 @@ func build_class_text(model_key_supported: bool = true) -> String: if ent.func_godot_internal: continue - var ent_text = ent.build_def_text(model_key_supported) + var ent_text = ent.build_def_text(target_editor) res += ent_text if ent != entities[-1]: res += "\n" @@ -84,8 +111,8 @@ func get_fgd_classes() -> Array: res.append(cur_ent_def) return res -func get_entity_definitions() -> Dictionary: - var res : Dictionary = {} +func get_entity_definitions() -> Dictionary[String, FuncGodotFGDEntityClass]: + var res: Dictionary[String, FuncGodotFGDEntityClass] = {} for base_fgd in base_fgd_files: var fgd_res = base_fgd.get_entity_definitions() diff --git a/addons/func_godot/src/fgd/func_godot_fgd_file.gd.uid b/addons/func_godot/src/fgd/func_godot_fgd_file.gd.uid index 5919104..c963488 100644 --- a/addons/func_godot/src/fgd/func_godot_fgd_file.gd.uid +++ b/addons/func_godot/src/fgd/func_godot_fgd_file.gd.uid @@ -1 +1 @@ -uid://ckisq2tcxg062 +uid://drlmgulwbjwqu diff --git a/addons/func_godot/src/fgd/func_godot_fgd_model_point_class.gd b/addons/func_godot/src/fgd/func_godot_fgd_model_point_class.gd index f0b54f3..c27065d 100644 --- a/addons/func_godot/src/fgd/func_godot_fgd_model_point_class.gd +++ b/addons/func_godot/src/fgd/func_godot_fgd_model_point_class.gd @@ -1,25 +1,36 @@ @tool -## A special type of [FuncGodotFGDPointClass] entity that can automatically generate a special simplified GLB model file for the map editor display. +@icon("res://addons/func_godot/icons/icon_godambler3d.svg") +class_name FuncGodotFGDModelPointClass extends FuncGodotFGDPointClass +## A special type of [FuncGodotFGDPointClass] entity that automatically generates a special simplified GLB model file for the map editor display. ## Only supported in map editors that support GLTF or GLB. -class_name FuncGodotFGDModelPointClass -extends FuncGodotFGDPointClass +## +## @tutorial(Quake Wiki Entity Article): https://quakewiki.org/wiki/Entity +## @tutorial(Level Design Book: Entity Types and Settings): https://book.leveldesignbook.com/appendix/resources/formats/fgd#entity-types-and-settings-basic +## @tutorial(Valve Developer Wiki FGD Article): https://developer.valvesoftware.com/wiki/FGD#Class_Types_and_Properties +## @tutorial(dumptruck_ds' Quake Mapping Entities Tutorial): https://www.youtube.com/watch?v=gtL9f6_N2WM +## @tutorial(Level Design Book: Display Models for Entities): https://book.leveldesignbook.com/appendix/resources/formats/fgd#display-models-for-entities +## @tutorial(Valve Developer Wiki FGD Article: Entity Description Section): https://developer.valvesoftware.com/wiki/FGD#Entity_Description +## @tutorial(TrenchBroom Manual: Display Models for Entities): https://trenchbroom.github.io/manual/latest/#display-models-for-entities enum TargetMapEditor { - GENERIC, - TRENCHBROOM + GENERIC, ## Entity definition uses the [b]@studio[/b] key word. [member scale_expression] is ignored. Supported by all map editors. + TRENCHBROOM ## Entity definition uses the [b]@model[/b] key word. [member scale_expression] is applied if set. } -## Determines how model interprets [member scale_expression]. @export var target_map_editor: TargetMapEditor = TargetMapEditor.GENERIC -## Display model export folder relative to the model folder set by [FuncGodotLocalConfig]. +## Display model export folder relative to [member ProjectSettings.func_godot/model_point_class_save_path]. @export var models_sub_folder : String = "" -## Scale expression applied to model. See the [TrenchBroom Documentation](https://trenchbroom.github.io/manual/latest/#display-models-for-entities) for more information. +## Scale expression applied to model. Only used by TrenchBroom. If left empty, uses [member ProjectSettings.func_godot/default_inverse_scale_factor]. [br][br]Read the TrenchBroom Manual for more information on the "scale expression" feature. @export var scale_expression : String = "" -## Model Point Class can override the 'size' meta property by auto-generating a value from the meshes' [AABB]. Proper generation requires 'scale_expression' set to a float or [Vector3]. **WARNING:** Generated size property unlikely to align cleanly to grid! +## Model Point Class can override the 'size' meta property by auto-generating a value from the meshes' [AABB]. Proper generation requires [member scale_expression] set to a float or vector. [br][br][color=orange]WARNING:[/color] Generated size property unlikely to align cleanly to grid! @export var generate_size_property : bool = false +## Degrees to rotate model prior to export. Different editors may handle GLTF transformations differently. If your model isn't oriented correctly, try modifying this property. +@export var rotation_offset: Vector3 = Vector3(0.0, 0.0, 0.0) ## Creates a .gdignore file in the model export folder to prevent Godot importing the display models. Only needs to be generated once. -@export var generate_gd_ignore_file : bool = false : - set(ignore): +@export_tool_button("Generate GD Ignore File", "FileAccess") var generate_gd_ignore_file : Callable = _generate_gd_ignore_file + +func _generate_gd_ignore_file() -> void: + if Engine.is_editor_hint(): var path: String = _get_game_path().path_join(_get_model_folder()) var error: Error = DirAccess.make_dir_recursive_absolute(path) if error != Error.OK: @@ -32,7 +43,8 @@ enum TargetMapEditor { file.store_string('') file.close() -func build_def_text(model_key_supported: bool = true) -> String: +## Builds and saves the display model into the specified destination, then parses the definition and outputs it into the FGD format. +func build_def_text(target_editor: FuncGodotFGDFile.FuncGodotTargetMapEditors = FuncGodotFGDFile.FuncGodotTargetMapEditors.TRENCHBROOM) -> String: _generate_model() return super() @@ -41,13 +53,15 @@ func _generate_model() -> void: return var gltf_state := GLTFState.new() - var path = _get_export_dir() - var node = _get_node() - if node == null: return + var path: String = _get_export_dir() + var node: Node3D = _get_node() + if not node: + return if not _create_gltf_file(gltf_state, path, node): printerr("could not create gltf file") return node.queue_free() + if target_map_editor == TargetMapEditor.TRENCHBROOM: const model_key: String = "model" if scale_expression.is_empty(): @@ -61,7 +75,7 @@ func _generate_model() -> void: meta_properties["studio"] = '"%s"' % _get_local_path() if generate_size_property: - meta_properties["size"] = _generate_size_from_aabb(gltf_state.meshes) + meta_properties["size"] = _generate_size_from_aabb(gltf_state.meshes, gltf_state.get_nodes()) func _get_node() -> Node3D: var node := scene_file.instantiate() @@ -80,7 +94,7 @@ func _get_local_path() -> String: return _get_model_folder().path_join('%s.glb' % classname) func _get_model_folder() -> String: - var model_dir: String = FuncGodotLocalConfig.get_setting(FuncGodotLocalConfig.PROPERTY.GAME_PATH_MODELS_FOLDER) as String + var model_dir: String = ProjectSettings.get_setting("func_godot/model_point_class_save_path", "") as String if not models_sub_folder.is_empty(): model_dir = model_dir.path_join(models_sub_folder) return model_dir @@ -93,13 +107,15 @@ func _create_gltf_file(gltf_state: GLTFState, path: String, node: Node3D) -> boo var gltf_document := GLTFDocument.new() gltf_state.create_animations = false - node.rotate_y(deg_to_rad(-90)) + node.rotate_x(deg_to_rad(rotation_offset.x)) + node.rotate_y(deg_to_rad(rotation_offset.y)) + node.rotate_z(deg_to_rad(rotation_offset.z)) # With TrenchBroom we can specify a scale expression, but for other editors we need to scale our models manually. if target_map_editor != TargetMapEditor.TRENCHBROOM: var scale_factor: Vector3 = Vector3.ONE if scale_expression.is_empty(): - scale_factor *= FuncGodotLocalConfig.get_setting(FuncGodotLocalConfig.PROPERTY.DEFAULT_INVERSE_SCALE) as float + scale_factor *= ProjectSettings.get_setting("func_godot/default_inverse_scale_factor", 32.0) as float else: if scale_expression.begins_with('\''): var scale_arr := scale_expression.split_floats(' ', false) @@ -126,31 +142,43 @@ func _save_to_file_system(gltf_document: GLTFDocument, gltf_state: GLTFState, pa return error = gltf_document.write_to_filesystem(gltf_state, path) - if error != OK: + if error != Error.OK: printerr("Failed writing to file system", error) return print('Exported model to ', path) -func _generate_size_from_aabb(meshes: Array[GLTFMesh]) -> AABB: +func _generate_size_from_aabb(meshes: Array[GLTFMesh], nodes: Array[GLTFNode]) -> AABB: var aabb := AABB() for mesh in meshes: aabb = aabb.merge(mesh.mesh.get_mesh().get_aabb()) - + var pos_ofs := Vector3.ZERO + if not nodes.is_empty(): + var ct: int = 0 + for node in nodes: + if node.parent == 0: + pos_ofs += node.position + ct += 1 + pos_ofs /= maxi(ct, 1) + aabb.position += pos_ofs + # Reorient the AABB so it matches TrenchBroom's coordinate system var size_prop := AABB() size_prop.position = Vector3(aabb.position.z, aabb.position.x, aabb.position.y) size_prop.size = Vector3(aabb.size.z, aabb.size.x, aabb.size.y) - + # Scale the size bounds to our scale factor # Scale factor will need to be set if we decide to auto-generate our bounds var scale_factor: Vector3 = Vector3.ONE if target_map_editor == TargetMapEditor.TRENCHBROOM: - if scale_expression.begins_with('\''): - var scale_arr := scale_expression.split_floats(' ', false) - if scale_arr.size() == 3: - scale_factor *= Vector3(scale_arr[0], scale_arr[1], scale_arr[2]) - elif scale_expression.to_float() > 0: - scale_factor *= scale_expression.to_float() + if scale_expression.is_empty(): + scale_factor *= ProjectSettings.get_setting("func_godot/default_inverse_scale_factor", 32.0) as float + else: + if scale_expression.begins_with('\''): + var scale_arr := scale_expression.split_floats(' ', false) + if scale_arr.size() == 3: + scale_factor *= Vector3(scale_arr[0], scale_arr[1], scale_arr[2]) + elif scale_expression.to_float() > 0: + scale_factor *= scale_expression.to_float() size_prop.position *= scale_factor size_prop.size *= scale_factor diff --git a/addons/func_godot/src/fgd/func_godot_fgd_model_point_class.gd.uid b/addons/func_godot/src/fgd/func_godot_fgd_model_point_class.gd.uid index f9d348c..fc85996 100644 --- a/addons/func_godot/src/fgd/func_godot_fgd_model_point_class.gd.uid +++ b/addons/func_godot/src/fgd/func_godot_fgd_model_point_class.gd.uid @@ -1 +1 @@ -uid://ieokw1i153l2 +uid://ldfqjtq0br35 diff --git a/addons/func_godot/src/fgd/func_godot_fgd_point_class.gd b/addons/func_godot/src/fgd/func_godot_fgd_point_class.gd index f84428e..58b4dce 100644 --- a/addons/func_godot/src/fgd/func_godot_fgd_point_class.gd +++ b/addons/func_godot/src/fgd/func_godot_fgd_point_class.gd @@ -1,20 +1,35 @@ @tool -## FGD PointClass entity definition, used to define point entities. -## PointClass entities can use either the `node_class` or the `scene_file` property to tell [FuncGodotMap] what to generate on map build. -class_name FuncGodotFGDPointClass -extends FuncGodotFGDEntityClass +@icon("res://addons/func_godot/icons/icon_godambler3d.svg") +class_name FuncGodotFGDPointClass extends FuncGodotFGDEntityClass +## FGD PointClass entity definition. +## +## A resource used to define an FGD PointClass entity. PointClass entities can use either the [member FuncGodotFGDEntityClass.node_class] +## or the [member scene_file] property to tell [FuncGodotMap] what to generate on map build. +## +## @tutorial(Quake Wiki Entity Article): https://quakewiki.org/wiki/Entity +## @tutorial(Level Design Book: Entity Types and Settings): https://book.leveldesignbook.com/appendix/resources/formats/fgd#entity-types-and-settings-basic +## @tutorial(Valve Developer Wiki FGD Article): https://developer.valvesoftware.com/wiki/FGD#Class_Types_and_Properties +## @tutorial(dumptruck_ds' Quake Mapping Entities Tutorial): https://www.youtube.com/watch?v=gtL9f6_N2WM +## @tutorial(Level Design Book: Display Models for Entities): https://book.leveldesignbook.com/appendix/resources/formats/fgd#display-models-for-entities +## @tutorial(Valve Developer Wiki FGD Article: Entity Description Section): https://developer.valvesoftware.com/wiki/FGD#Entity_Description +## @tutorial(TrenchBroom Manual: Display Models for Entities): https://trenchbroom.github.io/manual/latest/#display-models-for-entities func _init() -> void: prefix = "@PointClass" @export_group ("Scene") -## An optional scene file to instantiate on map build. Overrides `node_class` and `script_class`. +## An optional [PackedScene] file to instantiate on map build. Overrides [member FuncGodotFGDEntityClass.node_class] and [member script_class]. @export var scene_file: PackedScene -## An optional script file to attach to the node generated on map build. Ignored if `scene_file` is specified. @export_group ("Scripting") +## An optional [Script] resource to attach to the node generated on map build. Ignored if [member scene_file] is specified. @export var script_class: Script @export_group("Build") -## Toggles whether entity will use `angles`, `mangle`, or `angle` to determine rotations on [FuncGodotMap] build, prioritizing the key value pairs in that order. Set to `false` if you would like to define how the generated node is rotated yourself. +## Toggles whether entity will use `angles`, `mangle`, or `angle` to determine rotations on [FuncGodotMap] build, prioritizing the key value pairs in that order. +## Set to [code]false[/code] if you would like to define how the generated node is rotated yourself. @export var apply_rotation_on_map_build : bool = true + +## Toggles whether entity will use `scale` to determine the generated node or scene's scale. This is performed on the top level node. +## The property can be a [float], [Vector3], or [Vector2]. Set to [code]false[/code] if you would like to define how the generated node is scaled yourself. +@export var apply_scale_on_map_build: bool = true diff --git a/addons/func_godot/src/fgd/func_godot_fgd_point_class.gd.uid b/addons/func_godot/src/fgd/func_godot_fgd_point_class.gd.uid index 55573a1..e0e62c2 100644 --- a/addons/func_godot/src/fgd/func_godot_fgd_point_class.gd.uid +++ b/addons/func_godot/src/fgd/func_godot_fgd_point_class.gd.uid @@ -1 +1 @@ -uid://dq8gw52aflgyo +uid://cxsqwtsqd8w33 diff --git a/addons/func_godot/src/fgd/func_godot_fgd_solid_class.gd b/addons/func_godot/src/fgd/func_godot_fgd_solid_class.gd index 7bb6b88..00f2665 100644 --- a/addons/func_godot/src/fgd/func_godot_fgd_solid_class.gd +++ b/addons/func_godot/src/fgd/func_godot_fgd_solid_class.gd @@ -1,19 +1,31 @@ @tool -## FGD SolidClass entity definition, used to define brush entities. -## A [MeshInstance3D] will be generated by FuncGodotMap according to this definition's Visual Build settings. If FuncGodotFGDSolidClass [member node_class] inherits [CollisionObject3D] then one or more [CollisionShape3D] nodes will be generated according to Collision Build settings. -class_name FuncGodotFGDSolidClass -extends FuncGodotFGDEntityClass +@icon("res://addons/func_godot/icons/icon_slipgate3d.svg") +class_name FuncGodotFGDSolidClass extends FuncGodotFGDEntityClass +## FGD SolidClass entity definition that generates a mesh from [FuncGodotData.BrushData]. +## +## A [MeshInstance3D] will be generated by [FuncGodotMap] according to this definition's Visual Build settings. +## If [member FuncGodotFGDEntityClass.node_class] inherits [CollisionObject3D] +## then one or more [CollisionShape3D] nodes will be generated according to Collision Build settings. +## +## @tutorial(Quake Wiki Entity Article): https://quakewiki.org/wiki/Entity +## @tutorial(Level Design Book: Entity Types and Settings): https://book.leveldesignbook.com/appendix/resources/formats/fgd#entity-types-and-settings-basic +## @tutorial(Valve Developer Wiki FGD Article): https://developer.valvesoftware.com/wiki/FGD#Class_Types_and_Properties +## @tutorial(dumptruck_ds' Quake Mapping Entities Tutorial): https://www.youtube.com/watch?v=gtL9f6_N2WM enum SpawnType { - WORLDSPAWN = 0, ## Is worldspawn - MERGE_WORLDSPAWN = 1, ## Should be combined with worldspawn - ENTITY = 2, ## Is its own separate entity + WORLDSPAWN = 0, ## Builds the geometry of this entity relative to the FuncGodotMap position. + MERGE_WORLDSPAWN = 1, ## This entity's geometry is merged with the [b]worldspawn[/b] entity and this entity is removed. Behavior mimics [b]func_group[/b] in modern Quake compilers. + ENTITY = 2, ## This entity is built as its own object. It finds the origin of the entity based on [member origin_type]. } enum OriginType { - IGNORE = 0, ## Ignore origin property and only use averaged brush vertices for positioning. Standard Quake 1 / Half-Life behavior. - ABSOLUTE = 1, ## Use origin property for position center, ignoring brush vertice positions. - RELATIVE = 2 ## Use origin relative to averaged brush vertice positions. Use this setting if brush entity vertices have coordinates local to the origin. + AVERAGED = 0, ## Use averaged brush vertices for center position. This is the old Qodot behavior. + ABSOLUTE = 1, ## Use [code]origin[/code] class property in global coordinates as the center position. + RELATIVE = 2, ## Calculate center position using [code]origin[/code] class property as an offset to the entity's bounding box center. + BRUSH = 3, ## Calculate center position based on the bounding box center of all brushes using the 'origin' texture specified in the [FuncGodotMapSettings]. If no Origin Brush is found, fall back to BOUNDS_CENTER. This is the default option and recommended for most entities. + BOUNDS_CENTER = 4, ## Use the center of the entity's bounding box for center position. + BOUNDS_MINS = 5, ## Use the lowest bounding box coordinates for center position. This is standard Quake and Half-Life brush entity behavior. + BOUNDS_MAXS = 6, ## Use the highest bounding box coordinates for center position. } enum CollisionShapeType { @@ -24,13 +36,15 @@ enum CollisionShapeType { ## Controls whether this Solid Class is the worldspawn, is combined with the worldspawn, or is spawned as its own free-standing entity. @export var spawn_type: SpawnType = SpawnType.ENTITY -## Controls how this Solid Class utilizes the `origin` key value pair to find its position. -@export var origin_type: OriginType = OriginType.IGNORE +## Controls how this Solid Class determines its center position. Only valid if [member spawn_type] is set to ENTITY. +@export var origin_type: OriginType = OriginType.BRUSH @export_group("Visual Build") ## Controls whether a [MeshInstance3D] is built for this Solid Class. @export var build_visuals : bool = true -## Sets generated [MeshInstance3D] to be available for UV2 unwrapping after [FuncGodotMap] build. Utilized in baked lightmapping. +## Global illumination mode for the generated [MeshInstance3D]. Setting to [b]GI_MODE_STATIC[/b] will unwrap the mesh's UV2 during build. +@export var global_illumination_mode : GeometryInstance3D.GIMode = GeometryInstance3D.GI_MODE_STATIC +## @deprecated: Use [member global_illumination_mode] instead. [br]Sets generated [MeshInstance3D] to be available for UV2 unwrapping after [FuncGodotMap] build. Utilized in baked lightmapping. @export var use_in_baked_light : bool = true ## Shadow casting setting allows for further lightmapping customization. @export var shadow_casting_setting : GeometryInstance3D.ShadowCastingSetting = GeometryInstance3D.SHADOW_CASTING_SETTING_ON @@ -51,8 +65,41 @@ enum CollisionShapeType { ## The collision margin for the Solid Class' collision shapes. Not used in Godot Physics. See [Shape3D] for details. @export var collision_shape_margin: float = 0.04 +## The following properties tell FuncGodot to add a [i]"func_godot_mesh_data"[/i] Dictionary to the metadata of the generated node upon build. +## This data is parallelized, so that each element of the array is ordered to reference the same face in the mesh. +@export_group("Mesh Metadata") +## Add a texture lookup table to the generated node's metadata on build.[br][br] +## The data is split between an [Array] of [StringName] called [i]"texture_names"[/i] containing all currently used texture materials +## and a [PackedInt32Array] called [i]"textures"[/i] where each element is an index corresponding to the [i]"texture_names"[/i] entries. +@export var add_textures_metadata: bool = false +## Add a [PackedVector3Array] called [i]"vertices"[/i] to the generated node's metadata on build.[br][br] +## This is a list of every vertex in the generated node's [MeshInstance3D]. Every 3 vertices represent a single face. +@export var add_vertex_metadata: bool = false +## Add a [PackedVector3Array] called [i]"positions"[/i] to the generated node's metadata on build.[br][br] +## This is a list of positions for each face, local to the generated node, calculated by averaging the vertices to find the face's center. +@export var add_face_position_metadata: bool = false +## Add a [PackedVector3Array] called [i]"normals"[/i] to the generated node's metadata on build.[br][br] +## Contains a list of each face's normal. +@export var add_face_normal_metadata: bool = false +## Add a [Dictionary] called [i]"collision_shape_to_face_indices_map"[/i] in the generated node's metadata on build.[br][br] +## Contains keys of strings, which are the names of child [CollisionShape3D] nodes, and values of +## [PackedInt32Array], containing indices of that child's faces.[br][br] +## For example, an element of [br][br][code]{ "entity_1_brush_0_collision_shape" : [0, 1, 3] }[/code][br][br] +## shows that this solid class has been generated with one child collision shape named +## [i]entity_1_brush_0_collision_shape[/i] which handles 3 faces of the mesh with collision, at indices 0, 1, and 3. +@export var add_collision_shape_to_face_indices_metadata : bool = false +## [s]Add a [Dictionary] called [i]"collision_shape_to_face_range_map"[/i] in the generated node's metadata on build.[br][br] +## Contains keys of strings, which are the names of child [CollisionShape3D] nodes, and values of +## [Vector2i], where [i]X[/i] represents the starting index of that child's faces and [i]Y[/i] represents the +## ending index.[br][br] +## For example, an element of [br][br][code]{ "entity_1_brush_0_collision_shape" : Vector2i(0, 15) }[/code][br][br] +## shows that this solid class has been generated with one child collision shape named +## [i]entity_1_brush_0_collision_shape[/i] which handles the first 15 faces of the parts of the mesh with collision.[/s] +## @deprecated: No longer supported or planned as of 2025.7, but retained in case a contributor provides an appropriate solution in the future. +@export var add_collision_shape_face_range_metadata: bool = false + @export_group("Scripting") -## An optional script file to attach to the node generated on map build. +## An optional [Script] file to attach to the node generated on map build. @export var script_class: Script func _init(): diff --git a/addons/func_godot/src/fgd/func_godot_fgd_solid_class.gd.uid b/addons/func_godot/src/fgd/func_godot_fgd_solid_class.gd.uid index 1b08f80..508ffeb 100644 --- a/addons/func_godot/src/fgd/func_godot_fgd_solid_class.gd.uid +++ b/addons/func_godot/src/fgd/func_godot_fgd_solid_class.gd.uid @@ -1 +1 @@ -uid://cmoudtn1s5egw +uid://5cow84q03m6a diff --git a/addons/func_godot/src/func_godot_plugin.gd b/addons/func_godot/src/func_godot_plugin.gd index 2fcb1d8..11c18b7 100644 --- a/addons/func_godot/src/func_godot_plugin.gd +++ b/addons/func_godot/src/func_godot_plugin.gd @@ -1,13 +1,12 @@ @tool -class_name FuncGodotPlugin -extends EditorPlugin +@icon("res://addons/func_godot/icons/icon_godot_ranger.svg") +class_name FuncGodotPlugin extends EditorPlugin var map_import_plugin : QuakeMapImportPlugin = null var palette_import_plugin : QuakePaletteImportPlugin = null var wad_import_plugin: QuakeWadImportPlugin = null -var func_godot_map_control: Control = null -var func_godot_map_progress_bar: Control = null +#var func_godot_map_progress_bar: Control = null var edited_object_ref: WeakRef = weakref(null) func _get_plugin_name() -> String: @@ -15,16 +14,13 @@ func _get_plugin_name() -> String: func _handles(object: Object) -> bool: return object is FuncGodotMap - + func _edit(object: Object) -> void: edited_object_ref = weakref(object) -func _make_visible(visible: bool) -> void: - if func_godot_map_control: - func_godot_map_control.set_visible(visible) - - if func_godot_map_progress_bar: - func_godot_map_progress_bar.set_visible(visible) +#func _make_visible(visible: bool) -> void: + #if func_godot_map_progress_bar: + #func_godot_map_progress_bar.set_visible(visible) func _enter_tree() -> void: # Import plugins @@ -36,16 +32,46 @@ func _enter_tree() -> void: add_import_plugin(palette_import_plugin) add_import_plugin(wad_import_plugin) - # FuncGodotMap button - func_godot_map_control = create_func_godot_map_control() - func_godot_map_control.set_visible(false) - add_control_to_container(EditorPlugin.CONTAINER_SPATIAL_EDITOR_MENU, func_godot_map_control) - - func_godot_map_progress_bar = create_func_godot_map_progress_bar() - func_godot_map_progress_bar.set_visible(false) - add_control_to_container(EditorPlugin.CONTAINER_INSPECTOR_BOTTOM, func_godot_map_progress_bar) + #func_godot_map_progress_bar = create_func_godot_map_progress_bar() + #func_godot_map_progress_bar.set_visible(false) + #add_control_to_container(EditorPlugin.CONTAINER_INSPECTOR_BOTTOM, func_godot_map_progress_bar) add_custom_type("FuncGodotMap", "Node3D", preload("res://addons/func_godot/src/map/func_godot_map.gd"), null) + + # Default Map Settings + if not ProjectSettings.has_setting("func_godot/default_map_settings"): + ProjectSettings.set_setting("func_godot/default_map_settings", "res://addons/func_godot/func_godot_default_map_settings.tres") + var property_info = { + "name": "func_godot/default_map_settings", + "type": TYPE_STRING, + "hint": PROPERTY_HINT_FILE, + "hint_string": "*.tres" + } + ProjectSettings.add_property_info(property_info) + ProjectSettings.set_as_basic("func_godot/default_map_settings", true) + ProjectSettings.set_initial_value("func_godot/default_map_settings", "res://addons/func_godot/func_godot_default_map_settings.tres") + + # Default Inverse Scale Factor + if not ProjectSettings.has_setting("func_godot/default_inverse_scale_factor"): + ProjectSettings.set_setting("func_godot/default_inverse_scale_factor", 32.0) + var property_info = { + "name": "func_godot/default_inverse_scale_factor", + "type": TYPE_FLOAT + } + ProjectSettings.add_property_info(property_info) + ProjectSettings.set_as_basic("func_godot/default_inverse_scale_factor", true) + ProjectSettings.set_initial_value("func_godot/default_inverse_scale_factor", 32.0) + + # Model Point Class Default Path + if not ProjectSettings.has_setting("func_godot/model_point_class_save_path"): + ProjectSettings.set_setting("func_godot/model_point_class_save_path", "") + var property_info = { + "name": "func_godot/model_point_class_save_path", + "type": TYPE_STRING + } + ProjectSettings.add_property_info(property_info) + ProjectSettings.set_as_basic("func_godot/model_point_class_save_path", true) + ProjectSettings.set_initial_value("func_godot/model_point_class_save_path", "") func _exit_tree() -> void: remove_custom_type("FuncGodotMap") @@ -57,119 +83,49 @@ func _exit_tree() -> void: map_import_plugin = null palette_import_plugin = null wad_import_plugin = null - - if func_godot_map_control: - remove_control_from_container(EditorPlugin.CONTAINER_SPATIAL_EDITOR_MENU, func_godot_map_control) - func_godot_map_control.queue_free() - func_godot_map_control = null - - if func_godot_map_progress_bar: - remove_control_from_container(EditorPlugin.CONTAINER_SPATIAL_EDITOR_BOTTOM, func_godot_map_progress_bar) - func_godot_map_progress_bar.queue_free() - func_godot_map_progress_bar = null - -## Create the toolbar controls for [FuncGodotMap] instances in the editor -func create_func_godot_map_control() -> Control: - var separator = VSeparator.new() - var icon = TextureRect.new() - icon.texture = preload("res://addons/func_godot/icons/icon_slipgate3d.svg") - icon.size_flags_vertical = Control.SIZE_SHRINK_CENTER - - var build_button = Button.new() - build_button.text = "Build" - build_button.connect("pressed",Callable(self,"func_godot_map_build")) - - var unwrap_uv2_button = Button.new() - unwrap_uv2_button.text = "Unwrap UV2" - unwrap_uv2_button.connect("pressed",Callable(self,"func_godot_map_unwrap_uv2")) - - var control = HBoxContainer.new() - control.add_child(separator) - control.add_child(icon) - control.add_child(build_button) - control.add_child(unwrap_uv2_button) - - return control + #if func_godot_map_progress_bar: + #remove_control_from_container(EditorPlugin.CONTAINER_INSPECTOR_BOTTOM, func_godot_map_progress_bar) + #func_godot_map_progress_bar.queue_free() + #func_godot_map_progress_bar = null -## Create a progress bar for building a [FuncGodotMap] -func create_func_godot_map_progress_bar() -> Control: - var progress_label = Label.new() - progress_label.name = "ProgressLabel" - progress_label.horizontal_alignment = HORIZONTAL_ALIGNMENT_CENTER - progress_label.vertical_alignment = VERTICAL_ALIGNMENT_CENTER +# Create a progress bar for building a [FuncGodotMap] +#func create_func_godot_map_progress_bar() -> Control: + #var progress_label = Label.new() + #progress_label.name = "ProgressLabel" + #progress_label.horizontal_alignment = HORIZONTAL_ALIGNMENT_CENTER + #progress_label.vertical_alignment = VERTICAL_ALIGNMENT_CENTER + # + #var progress_bar := ProgressBar.new() + #progress_bar.name = "ProgressBar" + #progress_bar.show_percentage = false + #progress_bar.min_value = 0.0 + #progress_bar.max_value = 1.0 + #progress_bar.custom_minimum_size.y = 30 + #progress_bar.set_anchors_and_offsets_preset(Control.PRESET_LEFT_WIDE) + #progress_bar.add_child(progress_label) + #progress_label.set_anchors_and_offsets_preset(Control.PRESET_LEFT_WIDE) + #progress_label.offset_top = -9 + #progress_label.offset_left = 3 + # + #return progress_bar - var progress_bar := ProgressBar.new() - progress_bar.name = "ProgressBar" - progress_bar.show_percentage = false - progress_bar.min_value = 0.0 - progress_bar.max_value = 1.0 - progress_bar.custom_minimum_size.y = 30 - progress_bar.set_anchors_and_offsets_preset(Control.PRESET_LEFT_WIDE) - progress_bar.add_child(progress_label) - progress_label.set_anchors_and_offsets_preset(Control.PRESET_LEFT_WIDE) - progress_label.offset_top = -9 - progress_label.offset_left = 3 - - return progress_bar - -## Create the "Build" button for [FuncGodotMap]s in the editor -func func_godot_map_build() -> void: - var edited_object : FuncGodotMap = edited_object_ref.get_ref() - if not edited_object: - return - - edited_object.should_add_children = true - edited_object.should_set_owners = true - - set_func_godot_map_control_disabled(true) - edited_object.build_progress.connect(func_godot_map_build_progress) - edited_object.build_complete.connect(func_godot_map_build_complete.bind(edited_object)) - edited_object.build_failed.connect(func_godot_map_build_complete.bind(edited_object)) - - edited_object.verify_and_build() - -## Create the "Unwrap UV2" button for [FuncGodotMap]s in the editor -func func_godot_map_unwrap_uv2() -> void: - var edited_object = edited_object_ref.get_ref() - if not edited_object: - return - - if not edited_object is FuncGodotMap: - return - - set_func_godot_map_control_disabled(true) - edited_object.connect("unwrap_uv2_complete", func_godot_map_build_complete.bind(edited_object)) - - edited_object.unwrap_uv2() - -## Enable or disable the control for [FuncGodotMap]s in the editor -func set_func_godot_map_control_disabled(disabled: bool) -> void: - if not func_godot_map_control: - return - - for child in func_godot_map_control.get_children(): - if child is Button: - child.set_disabled(disabled) - -## Update the build progress bar (see: [method create_func_godot_map_progress_bar]) to display the current step and progress (0-1) -func func_godot_map_build_progress(step: String, progress: float) -> void: - var progress_label = func_godot_map_progress_bar.get_node("ProgressLabel") - func_godot_map_progress_bar.value = progress - progress_label.text = step.capitalize() +# Update the build progress bar (see: [method create_func_godot_map_progress_bar]) to display the current step and progress (0-1) +#func func_godot_map_build_progress(step: String, progress: float) -> void: + #var progress_label = func_godot_map_progress_bar.get_node("ProgressLabel") + #func_godot_map_progress_bar.value = progress + #progress_label.text = step.capitalize() ## Callback for when the build process for a [FuncGodotMap] is finished. func func_godot_map_build_complete(func_godot_map: FuncGodotMap) -> void: - var progress_label = func_godot_map_progress_bar.get_node("ProgressLabel") - progress_label.text = "Build Complete" - - set_func_godot_map_control_disabled(false) - - if func_godot_map.is_connected("build_progress",Callable(self,"func_godot_map_build_progress")): - func_godot_map.disconnect("build_progress",Callable(self,"func_godot_map_build_progress")) - + #var progress_label = func_godot_map_progress_bar.get_node("ProgressLabel") + #progress_label.text = "Build Complete" + + #if func_godot_map.is_connected("build_progress",Callable(self,"func_godot_map_build_progress")): + #func_godot_map.disconnect("build_progress",Callable(self,"func_godot_map_build_progress")) + if func_godot_map.is_connected("build_complete",Callable(self,"func_godot_map_build_complete")): func_godot_map.disconnect("build_complete",Callable(self,"func_godot_map_build_complete")) - + if func_godot_map.is_connected("build_failed",Callable(self,"func_godot_map_build_complete")): func_godot_map.disconnect("build_failed",Callable(self,"func_godot_map_build_complete")) diff --git a/addons/func_godot/src/func_godot_plugin.gd.uid b/addons/func_godot/src/func_godot_plugin.gd.uid index f9e04c2..c77b5be 100644 --- a/addons/func_godot/src/func_godot_plugin.gd.uid +++ b/addons/func_godot/src/func_godot_plugin.gd.uid @@ -1 +1 @@ -uid://di8rxxgk8bt6b +uid://bqy3tr83l7di diff --git a/addons/func_godot/src/import/quake_map_file.gd b/addons/func_godot/src/import/quake_map_file.gd index 6e00296..e1f7d1a 100644 --- a/addons/func_godot/src/import/quake_map_file.gd +++ b/addons/func_godot/src/import/quake_map_file.gd @@ -1,5 +1,14 @@ @icon("res://addons/func_godot/icons/icon_quake_file.svg") -class_name QuakeMapFile -extends Resource +class_name QuakeMapFile extends Resource +## Map file that can be built by [FuncGodotMap]. +## +## Map file that can be built by a [FuncGodotMap]. Supports the Quake and Valve map formats. +## +## @tutorial(Quake Wiki Map Format Article): https://quakewiki.org/wiki/Quake_Map_Format +## @tutorial(Valve Developer Wiki VMF Article): https://developer.valvesoftware.com/wiki/VMF_(Valve_Map_Format) +## Number of times this map file has been imported. @export var revision: int = 0 + +## Raw map data. +@export_multiline var map_data: String = "" diff --git a/addons/func_godot/src/import/quake_map_file.gd.uid b/addons/func_godot/src/import/quake_map_file.gd.uid index c4abbb3..9403fd7 100644 --- a/addons/func_godot/src/import/quake_map_file.gd.uid +++ b/addons/func_godot/src/import/quake_map_file.gd.uid @@ -1 +1 @@ -uid://cumjyudn5ug5t +uid://cxvwf50mehesf diff --git a/addons/func_godot/src/import/quake_map_import_plugin.gd b/addons/func_godot/src/import/quake_map_import_plugin.gd index 7b822fa..c9f1101 100644 --- a/addons/func_godot/src/import/quake_map_import_plugin.gd +++ b/addons/func_godot/src/import/quake_map_import_plugin.gd @@ -1,8 +1,5 @@ @tool -class_name QuakeMapImportPlugin -extends EditorImportPlugin - -# Quake super.map import plugin +class_name QuakeMapImportPlugin extends EditorImportPlugin func _get_importer_name() -> String: return 'func_godot.map' @@ -14,7 +11,7 @@ func _get_resource_type() -> String: return 'Resource' func _get_recognized_extensions() -> PackedStringArray: - return PackedStringArray(['map']) + return PackedStringArray(['map','vmf']) func _get_priority(): return 1.0 @@ -36,11 +33,11 @@ func _import(source_file, save_path, options, r_platform_variants, r_gen_files) var map_resource : QuakeMapFile = null - var existing_resource := load(save_path_str) as QuakeMapFile - if(existing_resource != null): - map_resource = existing_resource + if ResourceLoader.exists(save_path_str): + map_resource = load(save_path_str) as QuakeMapFile map_resource.revision += 1 else: map_resource = QuakeMapFile.new() + map_resource.map_data = FileAccess.open(source_file, FileAccess.READ).get_as_text(true) - return ResourceSaver.save(map_resource, save_path_str) \ No newline at end of file + return ResourceSaver.save(map_resource, save_path_str) diff --git a/addons/func_godot/src/import/quake_map_import_plugin.gd.uid b/addons/func_godot/src/import/quake_map_import_plugin.gd.uid index b35f9b1..ab9eb4a 100644 --- a/addons/func_godot/src/import/quake_map_import_plugin.gd.uid +++ b/addons/func_godot/src/import/quake_map_import_plugin.gd.uid @@ -1 +1 @@ -uid://chmlk6gbseg5k +uid://dnsj08ot32vpc diff --git a/addons/func_godot/src/import/quake_palette_file.gd b/addons/func_godot/src/import/quake_palette_file.gd index c4f2c87..3cbb8a2 100644 --- a/addons/func_godot/src/import/quake_palette_file.gd +++ b/addons/func_godot/src/import/quake_palette_file.gd @@ -1,7 +1,13 @@ @icon("res://addons/func_godot/icons/icon_quake_file.svg") -class_name QuakePaletteFile -extends Resource +class_name QuakePaletteFile extends Resource +## Quake LMP palette format file used with [QuakeWadFile]. +## +## Quake LMP palette format file used in conjunction with a Quake WAD2 format [QuakeWadFile]. +## Not required for the Valve WAD3 format. +## +## @tutorial(Quake Wiki Palette Article): https://quakewiki.org/wiki/Quake_palette#palette.lmp +## Collection of [Color]s retrieved from the LMP palette file. @export var colors: PackedColorArray func _init(colors): diff --git a/addons/func_godot/src/import/quake_palette_file.gd.uid b/addons/func_godot/src/import/quake_palette_file.gd.uid index e28be6b..85ab1ac 100644 --- a/addons/func_godot/src/import/quake_palette_file.gd.uid +++ b/addons/func_godot/src/import/quake_palette_file.gd.uid @@ -1 +1 @@ -uid://bsoyy4aub0hwo +uid://dqhjx7jjbif5d diff --git a/addons/func_godot/src/import/quake_palette_import_plugin.gd b/addons/func_godot/src/import/quake_palette_import_plugin.gd index 01f6762..93abd08 100644 --- a/addons/func_godot/src/import/quake_palette_import_plugin.gd +++ b/addons/func_godot/src/import/quake_palette_import_plugin.gd @@ -1,8 +1,5 @@ @tool -class_name QuakePaletteImportPlugin -extends EditorImportPlugin - -# Quake super.map import plugin +class_name QuakePaletteImportPlugin extends EditorImportPlugin func _get_importer_name() -> String: return 'func_godot.palette' @@ -58,4 +55,4 @@ func _import(source_file, save_path, options, r_platform_variants, r_gen_files) var palette_resource := QuakePaletteFile.new(colors) - return ResourceSaver.save(palette_resource, save_path_str) \ No newline at end of file + return ResourceSaver.save(palette_resource, save_path_str) diff --git a/addons/func_godot/src/import/quake_palette_import_plugin.gd.uid b/addons/func_godot/src/import/quake_palette_import_plugin.gd.uid index 217966c..f1d0bb2 100644 --- a/addons/func_godot/src/import/quake_palette_import_plugin.gd.uid +++ b/addons/func_godot/src/import/quake_palette_import_plugin.gd.uid @@ -1 +1 @@ -uid://djehnbm5nyrwu +uid://c6k7hftart3u3 diff --git a/addons/func_godot/src/import/quake_wad_file.gd b/addons/func_godot/src/import/quake_wad_file.gd index 77e6894..5a0d66e 100644 --- a/addons/func_godot/src/import/quake_wad_file.gd +++ b/addons/func_godot/src/import/quake_wad_file.gd @@ -1,8 +1,14 @@ @icon("res://addons/func_godot/icons/icon_quake_file.svg") -class_name QuakeWadFile -extends Resource +class_name QuakeWadFile extends Resource +## Texture container in the WAD2 or WAD3 format. +## +## Texture container in the Quake WAD2 or Valve WAD3 format. +## +## @tutorial(Quake Wiki WAD Article): https://quakewiki.org/wiki/Texture_Wad +## @tutorial(Valve Developer Wiki WAD3 Article): https://developer.valvesoftware.com/wiki/WAD -@export var textures: Dictionary +## Collection of [ImageTexture] imported from the WAD file. +@export var textures: Dictionary[String, ImageTexture] -func _init(textures: Dictionary): +func _init(textures: Dictionary = Dictionary()): self.textures = textures diff --git a/addons/func_godot/src/import/quake_wad_file.gd.uid b/addons/func_godot/src/import/quake_wad_file.gd.uid index 8faba67..1d58e09 100644 --- a/addons/func_godot/src/import/quake_wad_file.gd.uid +++ b/addons/func_godot/src/import/quake_wad_file.gd.uid @@ -1 +1 @@ -uid://clpdmkhontvmb +uid://cij36hpqc46c diff --git a/addons/func_godot/src/import/quake_wad_import_plugin.gd b/addons/func_godot/src/import/quake_wad_import_plugin.gd index 8565a49..cd14ee9 100644 --- a/addons/func_godot/src/import/quake_wad_import_plugin.gd +++ b/addons/func_godot/src/import/quake_wad_import_plugin.gd @@ -1,13 +1,24 @@ @tool class_name QuakeWadImportPlugin extends EditorImportPlugin -enum WadEntryType { +enum WadFormat { + Quake, + HalfLife +} + +enum QuakeWadEntryType { Palette = 0x40, SBarPic = 0x42, MipsTexture = 0x44, ConsolePic = 0x45 } +enum HalfLifeWadEntryType { + QPic = 0x42, + MipsTexture = 0x43, + FixedFont = 0x45 +} + const TEXTURE_NAME_LENGTH := 16 const MAX_MIP_LEVELS := 4 @@ -15,7 +26,7 @@ func _get_importer_name() -> String: return 'func_godot.wad' func _get_visible_name() -> String: - return 'Quake Texture2D WAD' + return 'Quake WAD' func _get_resource_type() -> String: return 'Resource' @@ -61,21 +72,25 @@ func _import(source_file, save_path, options, r_platform_variants, r_gen_files) var err = FileAccess.get_open_error() print(['Error opening super.wad file: ', err]) return err - - var palette_path : String = options['palette_file'] - var palette_file : QuakePaletteFile = load(palette_path) as QuakePaletteFile - if not palette_file: - print('Error: Invalid palette file') - return ERR_CANT_ACQUIRE_RESOURCE - + # Read WAD header var magic : PackedByteArray = file.get_buffer(4) var magic_string : String = magic.get_string_from_ascii() - - if(magic_string != 'WAD2'): + var wad_format: int = WadFormat.Quake + + if magic_string == 'WAD3': + wad_format = WadFormat.HalfLife + elif magic_string != 'WAD2': print('Error: Invalid WAD magic') return ERR_INVALID_DATA - + + var palette_path : String = options['palette_file'] + var palette_file : QuakePaletteFile = load(palette_path) as QuakePaletteFile + if wad_format == WadFormat.Quake and not palette_file: + print('Error: Invalid Quake palette file') + file.close() + return ERR_CANT_ACQUIRE_RESOURCE + var num_entries : int = file.get_32() var dir_offset : int = file.get_32() @@ -94,8 +109,9 @@ func _import(source_file, save_path, options, r_platform_variants, r_gen_files) var unknown : int = file.get_16() var name : PackedByteArray = file.get_buffer(TEXTURE_NAME_LENGTH) var name_string : String = name.get_string_from_ascii() - - if type == int(WadEntryType.MipsTexture): + + if (wad_format == WadFormat.Quake and type == int(QuakeWadEntryType.MipsTexture)) or ( + wad_format == WadFormat.HalfLife and type == int(HalfLifeWadEntryType.MipsTexture)): entries.append([ offset, in_wad_size, @@ -104,51 +120,90 @@ func _import(source_file, save_path, options, r_platform_variants, r_gen_files) compression, name_string ]) - + # Read mip textures var texture_data_array: Array = [] for entry in entries: var offset : int = entry[0] - file.seek(0) file.seek(offset) - + var name : PackedByteArray = file.get_buffer(TEXTURE_NAME_LENGTH) var name_string : String = name.get_string_from_ascii() - + var width : int = file.get_32() var height : int = file.get_32() - + var mip_offsets : Array = [] for idx in range(0, MAX_MIP_LEVELS): mip_offsets.append(file.get_32()) - + var num_pixels : int = width * height - texture_data_array.append([name_string, width, height, file.get_buffer(num_pixels)]) - + var pixels : PackedByteArray = file.get_buffer(num_pixels) + + if wad_format == WadFormat.Quake: + texture_data_array.append([name_string, width, height, pixels]) + continue + # Half-Life WADs have a 256 color palette embedded in each texture + elif wad_format == WadFormat.HalfLife: + # Find the end of the mipmap data + file.seek(offset + mip_offsets[-1] + (width / 8) * (height / 8)) + file.get_16() + + var palette_colors := PackedColorArray() + for idx in 256: + var red : int = file.get_8() + var green : int = file.get_8() + var blue : int = file.get_8() + var color := Color(red / 255.0, green / 255.0, blue / 255.0) + palette_colors.append(color) + + texture_data_array.append([name_string, width, height, pixels, palette_colors]) + # Create texture resources - var textures : Dictionary = {} - + var textures : Dictionary[String, ImageTexture] = {} + for texture_data in texture_data_array: var name : String = texture_data[0] var width : int = texture_data[1] var height : int = texture_data[2] var pixels : PackedByteArray = texture_data[3] - + + var texture_image : Image var pixels_rgb := PackedByteArray() - for palette_color in pixels: - var rgb_color := palette_file.colors[palette_color] as Color - pixels_rgb.append(rgb_color.r8) - pixels_rgb.append(rgb_color.g8) - pixels_rgb.append(rgb_color.b8) - - var texture_image := Image.create_from_data(width, height, false, Image.FORMAT_RGB8, pixels_rgb) + + if wad_format == WadFormat.HalfLife: + var colors : PackedColorArray = texture_data[4] + for palette_color in pixels: + var rgb_color : Color = colors[palette_color] + pixels_rgb.append(rgb_color.r8) + pixels_rgb.append(rgb_color.g8) + pixels_rgb.append(rgb_color.b8) + # Color(0, 0, 255) is used for transparency in Half-Life + if rgb_color.b == 1 and rgb_color.r == 0 and rgb_color.b == 0: + pixels_rgb.append(0) + else: + pixels_rgb.append(255) + texture_image = Image.create_from_data(width, height, false, Image.FORMAT_RGBA8, pixels_rgb) + + else: # WadFormat.Quake + for palette_color in pixels: + var rgb_color : Color = palette_file.colors[palette_color] + pixels_rgb.append(rgb_color.r8) + pixels_rgb.append(rgb_color.g8) + pixels_rgb.append(rgb_color.b8) + # Palette index 255 is used for transparency + if palette_color != 255: + pixels_rgb.append(255) + else: + pixels_rgb.append(0) + texture_image = Image.create_from_data(width, height, false, Image.FORMAT_RGBA8, pixels_rgb) + if options["generate_mipmaps"] == true: texture_image.generate_mipmaps() var texture := ImageTexture.create_from_image(texture_image) #,Texture2D.FLAG_MIPMAPS | Texture2D.FLAG_REPEAT | Texture2D.FLAG_ANISOTROPIC_FILTER - - textures[name] = texture - + textures[name.to_lower()] = texture + # Save WAD resource var wad_resource := QuakeWadFile.new(textures) - return ResourceSaver.save(wad_resource, save_path_str) \ No newline at end of file + return ResourceSaver.save(wad_resource, save_path_str) diff --git a/addons/func_godot/src/import/quake_wad_import_plugin.gd.uid b/addons/func_godot/src/import/quake_wad_import_plugin.gd.uid index df7d0d1..fe3dc5e 100644 --- a/addons/func_godot/src/import/quake_wad_import_plugin.gd.uid +++ b/addons/func_godot/src/import/quake_wad_import_plugin.gd.uid @@ -1 +1 @@ -uid://cv4ixyaqrjisb +uid://ridgf32rxg6s diff --git a/addons/func_godot/src/map/func_godot_map.gd b/addons/func_godot/src/map/func_godot_map.gd index fb4990a..908536d 100644 --- a/addons/func_godot/src/map/func_godot_map.gd +++ b/addons/func_godot/src/map/func_godot_map.gd @@ -1,1009 +1,146 @@ @tool @icon("res://addons/func_godot/icons/icon_slipgate3d.svg") -## A scene generator node that parses a Quake map file using a [FuncGodotFGDFile]. Uses a [FuncGodotMapSettings] resource to define map build settings. -## To use this node, select an instance of the node in the Godot editor and select "Quick Build", "Full Build", or "Unwrap UV2" from the toolbar. Alternatively, call [method manual_build] from code. class_name FuncGodotMap extends Node3D +## Scene generator node that parses a [QuakeMapFile] according to its [FuncGodotMapSettings]. +## +## A scene generator node that parses a [QuakeMapFile]. It uses a [FuncGodotMapSettings] +## and the [FuncGodotFGDFile] contained within in order to determine what is built and how it is built.[br][br] +## If your map is not building correctly, double check your [member map_settings] to make sure you're using +## the correct [FuncGodotMapSettings]. -## Force reinitialization of Qodot on map build -const DEBUG := false -## How long to wait between child/owner batches -const YIELD_DURATION := 0.0 +const _SIGNATURE: String = "[MAP]" -## Emitted when the build process successfully completes -signal build_complete() -## Emitted when the build process finishes a step. [code]progress[/code] is from 0.0-1.0 -signal build_progress(step, progress) -## Emitted when the build process fails -signal build_failed() +## Bitflag settings that control various aspects of the build process. +enum BuildFlags { + UNWRAP_UV2 = 1 << 0, ## Unwrap UV2s during geometry generation for lightmap baking. + SHOW_PROFILE_INFO = 1 << 1, ## Print build step information during build process. + DISABLE_SMOOTHING = 1 << 2 ## Force disable processing of vertex normal smooth shading. +} -## Emitted when UV2 unwrapping is completed -signal unwrap_uv2_complete() +## Emitted when the build process fails. +signal build_failed + +## Emitted when the build process succesfully completes. +signal build_complete + +@export_tool_button("Build Map","CollisionShape3D") var _build_func: Callable = build +@export_tool_button("Clear Map","Skeleton3D") var _clear_func: Callable = clear_children @export_category("Map") +## Local path to MAP or VMF file to build a scene from. +@export_file("*.map","*.vmf") var local_map_file: String = "" -## Local path to Quake map file to build a scene from. -@export_file("*.map") var local_map_file: String = "" +## Global path to MAP or VMF file to build a scene from. Overrides [member FuncGodotMap.local_map_file]. +@export_global_file("*.map","*.vmf") var global_map_file: String = "" -## Global path to Quake map file to build a scene from. Overrides [member local_map_file]. -@export_global_file("*.map") var global_map_file: String = "" - -## Map path used by code. Do it this way to support both global and local paths. +# Map path used by code. Do it this way to support both global and local paths. var _map_file_internal: String = "" -## Map settings resource that defines map build scale, textures location, and more. -@export var map_settings: FuncGodotMapSettings = load("res://addons/func_godot/func_godot_default_map_settings.tres") +## Map settings resource that defines map build scale, textures location, entity definitions, and more. +@export var map_settings: FuncGodotMapSettings = load(ProjectSettings.get_setting("func_godot/default_map_settings", "res://addons/func_godot/func_godot_default_map_settings.tres")) @export_category("Build") -## If true, print profiling data before and after each build step. -@export var print_profiling_data: bool = false -## If true, stop the whole editor until build is complete. -@export var block_until_complete: bool = false -## How many nodes to set the owner of, or add children of, at once. Higher values may lead to quicker build times, but a less responsive editor. -@export var set_owner_batch_size: int = 1000 +## [enum BuildFlags] that can affect certain aspects of the build process. +@export_flags("Unwrap UV2:1", "Show Profiling Info:2", "Disable Smooth Shading:4") var build_flags: int = 0 -# Build context variables -var func_godot: FuncGodot = null +## Map build failure handler. Displays error message and emits [signal build_failed] signal. +func fail_build(reason: String, notify: bool = false) -> void: + push_error(_SIGNATURE, " ", reason) + if notify: + build_failed.emit() -var profile_timestamps: Dictionary = {} - -var add_child_array: Array = [] -var set_owner_array: Array = [] - -var should_add_children: bool = true -var should_set_owners: bool = true - -var texture_list: Array = [] -var texture_loader = null -var texture_dict: Dictionary = {} -var texture_size_dict: Dictionary = {} -var material_dict: Dictionary = {} -var entity_definitions: Dictionary = {} -var entity_dicts: Array = [] -var entity_mesh_dict: Dictionary = {} -var entity_nodes: Array = [] -var entity_mesh_instances: Dictionary = {} -var entity_occluder_instances: Dictionary = {} -var entity_collision_shapes: Array = [] - -# Overrides -func _ready() -> void: - if not DEBUG: - return - - if not Engine.is_editor_hint(): - if verify_parameters(): - build_map() - -# Utility -## Verify that FuncGodot is functioning and that [member map_file] exists. If so, build the map. If not, signal [signal build_failed] -func verify_and_build() -> void: - if verify_parameters(): - build_map() - else: - emit_signal("build_failed") - -## Build the map. -func manual_build() -> void: - should_add_children = false - should_set_owners = false - verify_and_build() - -## Return true if parameters are valid; FuncGodot should be functioning and [member map_file] should exist. -func verify_parameters() -> bool: - if not func_godot or DEBUG: - func_godot = load("res://addons/func_godot/src/core/func_godot.gd").new() - - if not func_godot: - push_error("Error: Failed to load func_godot.") - return false - - # Prioritize global map file path for building at runtime - _map_file_internal = global_map_file if global_map_file != "" else local_map_file - - if _map_file_internal == "": - push_error("Error: Map file not set") - return false - - if not FileAccess.file_exists(_map_file_internal): - push_error("Error: No such file %s" % _map_file_internal) - return false - - return true - -## Reset member variables that affect the current build -func reset_build_context() -> void: - add_child_array = [] - set_owner_array = [] - - texture_list = [] - texture_loader = null - texture_dict = {} - texture_size_dict = {} - material_dict = {} - entity_definitions = {} - entity_dicts = [] - entity_mesh_dict = {} - entity_nodes = [] - entity_mesh_instances = {} - entity_occluder_instances = {} - entity_collision_shapes = [] - - build_step_index = 0 - build_step_count = 0 - - if func_godot: - func_godot = load("res://addons/func_godot/src/core/func_godot.gd").new() - -## Record the start time of a build step for profiling -func start_profile(item_name: String) -> void: - if print_profiling_data: - print(item_name) - profile_timestamps[item_name] = Time.get_unix_time_from_system() - -## Finish profiling for a build step; print associated timing data -func stop_profile(item_name: String) -> void: - if print_profiling_data: - if item_name in profile_timestamps: - var delta: float = Time.get_unix_time_from_system() - profile_timestamps[item_name] - print("Done in %s sec.\n" % snapped(delta, 0.01)) - profile_timestamps.erase(item_name) - -## Run a build step. [code]step_name[/code] is the method corresponding to the step, [code]params[/code] are parameters to pass to the step, and [code]func_name[/code] does nothing. -func run_build_step(step_name: String, params: Array = [], func_name: String = "") -> Variant: - start_profile(step_name) - if func_name == "": - func_name = step_name - var result : Variant = callv(step_name, params) - stop_profile(step_name) - return result - -## Add [code]node[/code] as a child of parent, or as a child of [code]below[/code] if non-null. Also queue for ownership assignment. -func add_child_editor(parent: Node, node: Node, below: Node = null) -> void: - var prev_parent = node.get_parent() - if prev_parent: - prev_parent.remove_child(node) - - if below: - below.add_sibling(node) - else: - parent.add_child(node) - - set_owner_array.append(node) - -## Set the owner of [code]node[/code] to the current scene. -func set_owner_editor(node: Node) -> void: - var tree : SceneTree = get_tree() - - if not tree: - return - - var edited_scene_root : Node = tree.get_edited_scene_root() - - if not edited_scene_root: - return - - node.set_owner(edited_scene_root) - -var build_step_index : int = 0 -var build_step_count : int = 0 -var build_steps : Array = [] -var post_attach_steps : Array = [] - -## Register a build step. -## [code]build_step[/code] is a string that corresponds to a method on this class, [code]arguments[/code] a list of arguments to pass to this method, and [code]target[/code] is a property on this class to save the return value of the build step in. If [code]post_attach[/code] is true, the step will be run after the scene hierarchy is completed. -func register_build_step(build_step: String, arguments: Array = [], target: String = "", post_attach: bool = false) -> void: - (post_attach_steps if post_attach else build_steps).append([build_step, arguments, target]) - build_step_count += 1 - -## Run all build steps. Emits [signal build_progress] after each step. -## If [code]post_attach[/code] is true, run post-attach steps instead and signal [signal build_complete] when finished. -func run_build_steps(post_attach : bool = false) -> void: - var target_array : Array = post_attach_steps if post_attach else build_steps - - while target_array.size() > 0: - var build_step : Array = target_array.pop_front() - emit_signal("build_progress", build_step[0], float(build_step_index + 1) / float(build_step_count)) - - var scene_tree : SceneTree = get_tree() - if scene_tree and not block_until_complete: - await get_tree().create_timer(YIELD_DURATION).timeout - - var result : Variant = run_build_step(build_step[0], build_step[1]) - var target : String = build_step[2] - if target != "": - set(target, result) - - build_step_index += 1 - - if scene_tree and not block_until_complete: - await get_tree().create_timer(YIELD_DURATION).timeout - - if post_attach: - _build_complete() - else: - start_profile('add_children') - add_children() - -## Register all steps for the build. See [method register_build_step] and [method run_build_steps] -func register_build_steps() -> void: - register_build_step('remove_children') - register_build_step('load_map') - register_build_step('fetch_texture_list', [], 'texture_list') - register_build_step('init_texture_loader', [], 'texture_loader') - register_build_step('load_textures', [], 'texture_dict') - register_build_step('build_texture_size_dict', [], 'texture_size_dict') - register_build_step('build_materials', [], 'material_dict') - register_build_step('fetch_entity_definitions', [], 'entity_definitions') - register_build_step('set_func_godot_entity_definitions', []) - register_build_step('generate_geometry', []) - register_build_step('fetch_entity_dicts', [], 'entity_dicts') - register_build_step('build_entity_nodes', [], 'entity_nodes') - register_build_step('resolve_trenchbroom_group_hierarchy', []) - register_build_step('build_entity_mesh_dict', [], 'entity_mesh_dict') - register_build_step('build_entity_mesh_instances', [], 'entity_mesh_instances') - register_build_step('build_entity_occluder_instances', [], 'entity_occluder_instances') - register_build_step('build_entity_collision_shape_nodes', [], 'entity_collision_shapes') - -## Register all post-attach steps for the build. See [method register_build_step] and [method run_build_steps] -func register_post_attach_steps() -> void: - register_build_step('build_entity_collision_shapes', [], "", true) - register_build_step('apply_entity_meshes', [], "", true) - register_build_step('apply_entity_occluders', [], "", true) - register_build_step('apply_properties_and_finish', [], "", true) - -# Actions -## Build the map -func build_map() -> void: - reset_build_context() - if map_settings == null: - printerr("Skipping build process: No map settings resource!") - emit_signal("build_complete") - return - print('Building %s\n' % _map_file_internal) - start_profile('build_map') - register_build_steps() - register_post_attach_steps() - run_build_steps() - -## Recursively unwrap UV2s for [code]node[/code] and its children, in preparation for baked lighting. -func unwrap_uv2(node: Node = null) -> void: - var target_node: Node = null - - if node: - target_node = node - else: - target_node = self - print("Unwrapping mesh UV2s") - - if target_node is MeshInstance3D: - var mesh: Mesh = target_node.get_mesh() - if mesh is ArrayMesh: - mesh.lightmap_unwrap(Transform3D.IDENTITY, map_settings.uv_unwrap_texel_size / map_settings.inverse_scale_factor) - - for child in target_node.get_children(): - unwrap_uv2(child) - - if not node: - print("Unwrap complete") - emit_signal("unwrap_uv2_complete") - -# Build Steps -## Recursively remove and delete all children of this node -func remove_children() -> void: +## Frees all children of the map node.[br] +## [b][color=yellow]Warning:[/color][/b] This does not distinguish between nodes generated in the FuncGodot build process and other user created nodes. +func clear_children() -> void: for child in get_children(): remove_child(child) child.queue_free() -## Parse and load [member map_file] -func load_map() -> void: - var file: String = _map_file_internal - func_godot.load_map(file, map_settings.use_trenchbroom_groups_hierarchy) - -## Get textures found in [member map_file] -func fetch_texture_list() -> Array: - return func_godot.get_texture_list() as Array - -## Initialize texture loader, allowing textures in [member base_texture_dir] and [member texture_wads] to be turned into materials -func init_texture_loader() -> FuncGodotTextureLoader: - return FuncGodotTextureLoader.new(map_settings) - -## Build a dictionary from Map File texture names to their corresponding Texture2D resources in Godot -func load_textures() -> Dictionary: - return texture_loader.load_textures(texture_list) as Dictionary - -## Build a dictionary from Map File texture names to Godot materials -func build_materials() -> Dictionary: - return texture_loader.create_materials(texture_list) - -## Collect entity definitions from [member entity_fgd], as a dictionary from Map File classnames to entity definitions -func fetch_entity_definitions() -> Dictionary: - return map_settings.entity_fgd.get_entity_definitions() - -## Hand the FuncGodot core the entity definitions -func set_func_godot_entity_definitions() -> void: - func_godot.set_entity_definitions(build_libmap_entity_definitions(entity_definitions)) - -## Generate geometry from map file -func generate_geometry() -> void: - func_godot.generate_geometry(texture_size_dict); - -## Get a list of dictionaries representing each entity from the FuncGodot C# core -func fetch_entity_dicts() -> Array: - return func_godot.get_entity_dicts() - -## Build a dictionary from Map File textures to the sizes of their corresponding Godot textures -func build_texture_size_dict() -> Dictionary: - var texture_size_dict: Dictionary = {} +## Checks if a [QuakeMapFile] for the build process is provided and can be found. +func verify() -> Error: + # Prioritize global map file path for building at runtime + _map_file_internal = global_map_file if global_map_file != "" else local_map_file - for tex_key in texture_dict: - var texture: Texture2D = texture_dict[tex_key] as Texture2D - if texture: - texture_size_dict[tex_key] = texture.get_size() - else: - texture_size_dict[tex_key] = Vector2.ONE + if _map_file_internal.is_empty(): + fail_build("Cannot build empty map file.") + return ERR_INVALID_PARAMETER - return texture_size_dict - -## Marshall FuncGodot FGD definitions for transfer to libmap -func build_libmap_entity_definitions(entity_definitions: Dictionary) -> Dictionary: - var libmap_entity_definitions: Dictionary = {} - for classname in entity_definitions: - libmap_entity_definitions[classname] = {} - if entity_definitions[classname] is FuncGodotFGDSolidClass: - libmap_entity_definitions[classname]['spawn_type'] = entity_definitions[classname].spawn_type - libmap_entity_definitions[classname]['origin_type'] = entity_definitions[classname].origin_type - return libmap_entity_definitions - -## Build nodes from the entities in [member entity_dicts] -func build_entity_nodes() -> Array: - var entity_nodes : Array = [] - - for entity_idx in range(0, entity_dicts.size()): - var entity_dict: Dictionary = entity_dicts[entity_idx] as Dictionary - var properties: Dictionary = entity_dict['properties'] as Dictionary - - var node: Node = Node3D.new() - var node_name: String = "entity_%s" % entity_idx - - var should_add_child: bool = should_add_children - - if 'classname' in properties: - var classname: String = properties['classname'] - node_name += "_" + classname - if classname in entity_definitions: - var entity_definition: FuncGodotFGDEntityClass = entity_definitions[classname] as FuncGodotFGDEntityClass - - var name_prop: String - if entity_definition.name_property in properties: - name_prop = str(properties[entity_definition.name_property]) - elif map_settings.entity_name_property in properties: - name_prop = str(properties[map_settings.entity_name_property]) - if not name_prop.is_empty(): - node_name = "entity_" + name_prop - - if entity_definition is FuncGodotFGDSolidClass: - if entity_definition.spawn_type == FuncGodotFGDSolidClass.SpawnType.MERGE_WORLDSPAWN: - entity_nodes.append(null) - continue - if entity_definition.node_class != "": - node.queue_free() - node = ClassDB.instantiate(entity_definition.node_class) - elif entity_definition is FuncGodotFGDPointClass: - if entity_definition.scene_file: - var flag: PackedScene.GenEditState = PackedScene.GEN_EDIT_STATE_DISABLED - if Engine.is_editor_hint(): - flag = PackedScene.GEN_EDIT_STATE_INSTANCE - node.queue_free() - node = entity_definition.scene_file.instantiate(flag) - elif entity_definition.node_class != "": - node.queue_free() - node = ClassDB.instantiate(entity_definition.node_class) - if 'rotation_degrees' in node and entity_definition.apply_rotation_on_map_build: - var angles := Vector3.ZERO - if 'angles' in properties or 'mangle' in properties: - var key := 'angles' if 'angles' in properties else 'mangle' - var angles_raw = properties[key] - if not angles_raw is Vector3: - angles_raw = angles_raw.split_floats(' ') - if angles_raw.size() > 2: - angles = Vector3(-angles_raw[0], angles_raw[1], -angles_raw[2]) - if key == 'mangle': - if entity_definition.classname.begins_with('light'): - angles = Vector3(angles_raw[1], angles_raw[0], -angles_raw[2]) - elif entity_definition.classname == 'info_intermission': - angles = Vector3(angles_raw[0], angles_raw[1], -angles_raw[2]) - else: - push_error("Invalid vector format for \'" + key + "\' in entity \'" + classname + "\'") - elif 'angle' in properties: - var angle = properties['angle'] - if not angle is float: - angle = float(angle) - angles.y += angle - angles.y += 180 - node.rotation_degrees = angles - if entity_definition.script_class: - node.set_script(entity_definition.script_class) - - node.name = node_name - - if 'origin' in properties and entity_dict.brush_count < 1: - var origin_vec: Vector3 = Vector3.ZERO - var origin_comps: PackedFloat64Array = properties['origin'].split_floats(' ') - if origin_comps.size() > 2: - origin_vec = Vector3(origin_comps[1], origin_comps[2], origin_comps[0]) - else: - push_error("Invalid vector format for \'origin\' in " + node.name) - if 'position' in node: - if node.position is Vector3: - node.position = origin_vec / map_settings.inverse_scale_factor - elif node.position is Vector2: - node.position = Vector2(origin_vec.z, -origin_vec.y) - else: - if entity_idx != 0 and 'position' in node: - if node.position is Vector3: - node.position = entity_dict['center'] / map_settings.inverse_scale_factor - - entity_nodes.append(node) - - if should_add_child: - queue_add_child(self, node) + # Retrieve real path if needed + if _map_file_internal.begins_with("uid://"): + var uid := ResourceUID.text_to_id(_map_file_internal) + if not ResourceUID.has_id(uid): + fail_build("Error: failed to retrieve path for UID (%s)" % _map_file_internal) + return ERR_DOES_NOT_EXIST + _map_file_internal = ResourceUID.get_id_path(uid) - return entity_nodes - -## Build [CollisionShape3D] nodes for brush entities -func build_entity_collision_shape_nodes() -> Array: - var entity_collision_shapes_arr: Array = [] + if not FileAccess.file_exists(_map_file_internal): + if not FileAccess.file_exists(_map_file_internal + ".import"): + fail_build("Map file %s does not exist." % _map_file_internal) + return ERR_DOES_NOT_EXIST - for entity_idx in range(0, entity_nodes.size()): - var entity_collision_shapes: Array = [] - - var entity_dict: Dictionary = entity_dicts[entity_idx] - var properties: Dictionary = entity_dict['properties'] - - var node: Node = entity_nodes[entity_idx] as Node - var concave: bool = false - - if 'classname' in properties: - var classname: String = properties['classname'] - if classname in entity_definitions: - var entity_definition: FuncGodotFGDSolidClass = entity_definitions[classname] as FuncGodotFGDSolidClass - if entity_definition: - if entity_definition.collision_shape_type == FuncGodotFGDSolidClass.CollisionShapeType.NONE: - entity_collision_shapes_arr.append(null) - continue - elif entity_definition.collision_shape_type == FuncGodotFGDSolidClass.CollisionShapeType.CONCAVE: - concave = true - - if entity_definition.spawn_type == FuncGodotFGDSolidClass.SpawnType.MERGE_WORLDSPAWN: - # TODO: Find the worldspawn object instead of assuming index 0 - node = entity_nodes[0] as Node - - if node and node is CollisionObject3D: - (node as CollisionObject3D).collision_layer = entity_definition.collision_layer - (node as CollisionObject3D).collision_mask = entity_definition.collision_mask - (node as CollisionObject3D).collision_priority = entity_definition.collision_priority - - # don't create collision shapes that wont be attached to a CollisionObject3D as they are a waste - if not node or (not node is CollisionObject3D): - entity_collision_shapes_arr.append(null) - continue - - if concave: - var collision_shape: CollisionShape3D = CollisionShape3D.new() - collision_shape.name = "entity_%s_collision_shape" % entity_idx - entity_collision_shapes.append(collision_shape) - queue_add_child(node, collision_shape) - else: - for brush_idx in entity_dict['brush_indices']: - var collision_shape: CollisionShape3D = CollisionShape3D.new() - collision_shape.name = "entity_%s_brush_%s_collision_shape" % [entity_idx, brush_idx] - entity_collision_shapes.append(collision_shape) - queue_add_child(node, collision_shape) - entity_collision_shapes_arr.append(entity_collision_shapes) - - return entity_collision_shapes_arr + return OK -## Build the concrete [Shape3D] resources for each brush -func build_entity_collision_shapes() -> void: - for entity_idx in range(0, entity_dicts.size()): - var entity_dict: Dictionary = entity_dicts[entity_idx] as Dictionary - var properties: Dictionary = entity_dict['properties'] - var entity_position: Vector3 = Vector3.ZERO - if entity_nodes[entity_idx] != null and entity_nodes[entity_idx].get("position"): - if entity_nodes[entity_idx].position is Vector3: - entity_position = entity_nodes[entity_idx].position - - if entity_collision_shapes.size() < entity_idx: - continue - if entity_collision_shapes[entity_idx] == null: - continue - - var entity_collision_shape: Array = entity_collision_shapes[entity_idx] - var concave: bool = false - var shape_margin: float = 0.04 - - if 'classname' in properties: - var classname: String = properties['classname'] - if classname in entity_definitions: - var entity_definition: FuncGodotFGDSolidClass = entity_definitions[classname] as FuncGodotFGDSolidClass - if entity_definition: - match(entity_definition.collision_shape_type): - FuncGodotFGDSolidClass.CollisionShapeType.NONE: - continue - FuncGodotFGDSolidClass.CollisionShapeType.CONVEX: - concave = false - FuncGodotFGDSolidClass.CollisionShapeType.CONCAVE: - concave = true - shape_margin = entity_definition.collision_shape_margin - - if entity_collision_shapes[entity_idx] == null: - continue - - if concave: - func_godot.gather_entity_concave_collision_surfaces(entity_idx, map_settings.skip_texture) - else: - func_godot.gather_entity_convex_collision_surfaces(entity_idx) - - var entity_surfaces: Array = func_godot.fetch_surfaces(map_settings.inverse_scale_factor) as Array - - var entity_verts: PackedVector3Array = PackedVector3Array() - - for surface_idx in range(0, entity_surfaces.size()): - if entity_surfaces[surface_idx] == null: - continue - - var surface_verts: Array = entity_surfaces[surface_idx] - - if concave: - var vertices: PackedVector3Array = surface_verts[Mesh.ARRAY_VERTEX] as PackedVector3Array - var indices: PackedInt32Array = surface_verts[Mesh.ARRAY_INDEX] as PackedInt32Array - for vert_idx in indices: - entity_verts.append(vertices[vert_idx]) - else: - var shape_points = PackedVector3Array() - for vertex in surface_verts[Mesh.ARRAY_VERTEX]: - if not vertex in shape_points: - shape_points.append(vertex) - - var shape: ConvexPolygonShape3D = ConvexPolygonShape3D.new() - shape.set_points(shape_points) - shape.margin = shape_margin - - var collision_shape: CollisionShape3D = entity_collision_shape[surface_idx] - collision_shape.set_shape(shape) - - if concave: - if entity_verts.size() == 0: - continue - - var shape: ConcavePolygonShape3D = ConcavePolygonShape3D.new() - shape.set_faces(entity_verts) - shape.margin = shape_margin - - var collision_shape: CollisionShape3D = entity_collision_shapes[entity_idx][0] - collision_shape.set_shape(shape) - -## Build Dictionary from entity indices to [ArrayMesh] instances -func build_entity_mesh_dict() -> Dictionary: - var meshes: Dictionary = {} +## Builds the [member global_map_file]. If not set, builds the [member local_map_file]. +## First cleans the map node of any children, then creates a [FuncGodotParser], [FuncGodotGeometryGenerator] +## and [FuncGodotEntityAssembler] to parse and generate the map. +func build() -> void: + var time_elapsed: float = Time.get_ticks_msec() - var texture_surf_map: Dictionary - for texture in texture_dict: - texture_surf_map[texture] = Array() - - var gather_task = func(i): - var texture: String = texture_dict.keys()[i] - texture_surf_map[texture] = func_godot.gather_texture_surfaces_mt(texture, map_settings.clip_texture, map_settings.skip_texture, map_settings.inverse_scale_factor) - - var task_id: int = WorkerThreadPool.add_group_task(gather_task, texture_dict.keys().size(), 4, true) - WorkerThreadPool.wait_for_group_task_completion(task_id) - - for texture in texture_dict: - var texture_surfaces: Array = texture_surf_map[texture] as Array - - for entity_idx in range(0, texture_surfaces.size()): - var entity_dict: Dictionary = entity_dicts[entity_idx] as Dictionary - var properties: Dictionary = entity_dict['properties'] - - var entity_surface = texture_surfaces[entity_idx] - - if 'classname' in properties: - var classname: String = properties['classname'] - if classname in entity_definitions: - var entity_definition: FuncGodotFGDSolidClass = entity_definitions[classname] as FuncGodotFGDSolidClass - if entity_definition: - if entity_definition.spawn_type == FuncGodotFGDSolidClass.SpawnType.MERGE_WORLDSPAWN: - entity_surface = null - - if not entity_definition.build_visuals and not entity_definition.build_occlusion: - entity_surface = null - - if entity_surface == null: - continue - - if not entity_idx in meshes: - meshes[entity_idx] = ArrayMesh.new() - - var mesh: ArrayMesh = meshes[entity_idx] - mesh.add_surface_from_arrays(ArrayMesh.PRIMITIVE_TRIANGLES, entity_surface) - mesh.surface_set_name(mesh.get_surface_count() - 1, texture) - mesh.surface_set_material(mesh.get_surface_count() - 1, material_dict[texture]) - - return meshes + if build_flags & BuildFlags.SHOW_PROFILE_INFO: + FuncGodotUtil.print_profile_info("Building...", _SIGNATURE) -## Build [MeshInstance3D]s from brush entities and add them to the add child queue -func build_entity_mesh_instances() -> Dictionary: - var entity_mesh_instances: Dictionary = {} - for entity_idx in entity_mesh_dict: - var use_in_baked_light: bool = false - var shadow_casting_setting: GeometryInstance3D.ShadowCastingSetting = GeometryInstance3D.SHADOW_CASTING_SETTING_DOUBLE_SIDED - var render_layers: int = 1 - - var entity_dict: Dictionary = entity_dicts[entity_idx] as Dictionary - var properties: Dictionary = entity_dict['properties'] - var classname: String = properties['classname'] - if classname in entity_definitions: - var entity_definition: FuncGodotFGDSolidClass = entity_definitions[classname] as FuncGodotFGDSolidClass - if entity_definition: - if not entity_definition.build_visuals: - continue - - if entity_definition.use_in_baked_light: - use_in_baked_light = true - elif '_shadow' in properties: - if properties['_shadow'] == "1": - use_in_baked_light = true - shadow_casting_setting = entity_definition.shadow_casting_setting - render_layers = entity_definition.render_layers - - if not entity_mesh_dict[entity_idx]: - continue - - var mesh_instance: MeshInstance3D = MeshInstance3D.new() - mesh_instance.name = 'entity_%s_mesh_instance' % entity_idx - mesh_instance.gi_mode = MeshInstance3D.GI_MODE_STATIC if use_in_baked_light else GeometryInstance3D.GI_MODE_DISABLED - mesh_instance.cast_shadow = shadow_casting_setting - mesh_instance.layers = render_layers - - queue_add_child(entity_nodes[entity_idx], mesh_instance) - - entity_mesh_instances[entity_idx] = mesh_instance + clear_children() - return entity_mesh_instances - -func build_entity_occluder_instances() -> Dictionary: - var entity_occluder_instances: Dictionary = {} - for entity_idx in entity_mesh_dict: - var entity_dict: Dictionary = entity_dicts[entity_idx] as Dictionary - var properties: Dictionary = entity_dict['properties'] - var classname: String = properties['classname'] - if classname in entity_definitions: - var entity_definition: FuncGodotFGDSolidClass = entity_definitions[classname] as FuncGodotFGDSolidClass - if entity_definition: - if entity_definition.build_occlusion: - if not entity_mesh_dict[entity_idx]: - continue - - var occluder_instance: OccluderInstance3D = OccluderInstance3D.new() - occluder_instance.name = 'entity_%s_occluder_instance' % entity_idx - - queue_add_child(entity_nodes[entity_idx], occluder_instance) - entity_occluder_instances[entity_idx] = occluder_instance - - return entity_occluder_instances - -## Assign [ArrayMesh]es to their [MeshInstance3D] counterparts -func apply_entity_meshes() -> void: - for entity_idx in entity_mesh_instances: - var mesh: Mesh = entity_mesh_dict[entity_idx] as Mesh - var mesh_instance: MeshInstance3D = entity_mesh_instances[entity_idx] as MeshInstance3D - if not mesh or not mesh_instance: - continue - - mesh_instance.set_mesh(mesh) - queue_add_child(entity_nodes[entity_idx], mesh_instance) - -func apply_entity_occluders() -> void: - for entity_idx in entity_mesh_dict: - var mesh: Mesh = entity_mesh_dict[entity_idx] as Mesh - var occluder_instance: OccluderInstance3D - - if entity_idx in entity_occluder_instances: - occluder_instance = entity_occluder_instances[entity_idx] - - if not mesh or not occluder_instance: - continue - - var verts: PackedVector3Array - var indices: PackedInt32Array - for surf_idx in range(mesh.get_surface_count()): - var vert_count: int = verts.size() - var surf_array: Array = mesh.surface_get_arrays(surf_idx) - verts.append_array(surf_array[Mesh.ARRAY_VERTEX]) - indices.resize(indices.size() + surf_array[Mesh.ARRAY_INDEX].size()) - for new_index in surf_array[Mesh.ARRAY_INDEX]: - indices.append(new_index + vert_count) - - var occluder: ArrayOccluder3D = ArrayOccluder3D.new() - occluder.set_arrays(verts, indices) - - occluder_instance.occluder = occluder - -## Resolve entity group hierarchy, turning Trenchbroom groups into nodes and queueing their contents to be added to said nodes as children -func resolve_trenchbroom_group_hierarchy() -> void: - if not map_settings.use_trenchbroom_groups_hierarchy: + var verify_err: Error = verify() + if verify_err != OK: + fail_build("Verification failed: %s. Aborting map build" % error_string(verify_err), true) return - var parent_entities: Dictionary = {} - var child_entities: Dictionary = {} + if not map_settings: + push_warning("Map assembler does not have a map settings provided and will use default map settings.") + load(ProjectSettings.get_setting("func_godot/default_map_settings", "res://addons/func_godot/func_godot_default_map_settings.tres")) - # Gather all entities which are children in some group or parents in some group - for node_idx in range(0, entity_nodes.size()): - var node: Node = entity_nodes[node_idx] - var properties: Dictionary = entity_dicts[node_idx]['properties'] - - if not properties: - continue - - if not ('_tb_id' in properties or '_tb_group' in properties or '_tb_layer' in properties): - continue - - # identify children - if '_tb_group' in properties or '_tb_layer' in properties: - child_entities[node_idx] = node - - # identify parents - if '_tb_id' in properties: - if properties['_tb_name'] != "Unnamed": - if properties['_tb_type'] == "_tb_group": - node.name = "group_" + str(properties['_tb_id']) - elif properties['_tb_type'] == "_tb_layer": - node.name = "layer_" + str(properties['_tb_layer_sort_index']) - node.name = node.name + "_" + properties['_tb_name'] - parent_entities[node_idx] = node + # Parse and collect map data + var parser := FuncGodotParser.new() + if build_flags & BuildFlags.SHOW_PROFILE_INFO: + print("\nPARSER") + parser.declare_step.connect(FuncGodotUtil.print_profile_info.bind(parser._SIGNATURE)) + var parse_data: FuncGodotData.ParseData = parser.parse_map_data(_map_file_internal, map_settings) - var child_to_parent_map: Dictionary = {} + if parse_data.entities.is_empty(): + return # Already printed failure message in parser, just return here - #For each child,... - for node_idx in child_entities: - var node: Node = child_entities[node_idx] - var properties: Dictionary = entity_dicts[node_idx]['properties'] - var tb_group: Variant = null - if '_tb_group' in properties: - tb_group = properties['_tb_group'] - elif '_tb_layer' in properties: - tb_group = properties['_tb_layer'] - if tb_group == null: - continue + var entities: Array[FuncGodotData.EntityData] = parse_data.entities + var groups: Array[FuncGodotData.GroupData] = parse_data.groups + + # Free up some memory now that we have the data + parser = null + + # Retrieve geometry + var generator := FuncGodotGeometryGenerator.new(map_settings) + if build_flags & BuildFlags.SHOW_PROFILE_INFO: + print("\nGEOMETRY GENERATOR") + generator.declare_step.connect(FuncGodotUtil.print_profile_info.bind(generator._SIGNATURE)) + + # Generate surface and shape data + var generate_error := generator.build(build_flags, entities) + if generate_error != OK: + fail_build("Geometry generation failed: %s" % error_string(generate_error)) + return - var parent: Node = null - var parent_properties: Dictionary = {} - var parent_entity = null - var parent_idx = null - - #...identify its direct parent out of the parent_entities array - for possible_parent in parent_entities: - parent_entity = parent_entities[possible_parent] - parent_properties = entity_dicts[possible_parent]['properties'] - - if parent_properties['_tb_id'] == tb_group: - if '_tb_layer_omit_from_export' in parent_properties: - properties['_tb_layer_omit_from_export'] = parent_properties['_tb_layer_omit_from_export'] - parent = parent_entity - parent_idx = possible_parent - break - #if there's a match, pass it on to the child-parent relationship map - if parent: - child_to_parent_map[node_idx] = parent_idx + # Assemble entities and groups + var assembler := FuncGodotEntityAssembler.new(map_settings) + if build_flags & BuildFlags.SHOW_PROFILE_INFO: + print("\nENTITY ASSEMBLER") + assembler.declare_step.connect(FuncGodotUtil.print_profile_info.bind(assembler._SIGNATURE)) + assembler.build(self, entities, groups) - for child_idx in child_to_parent_map: - var child = entity_nodes[child_idx] - var parent_idx = child_to_parent_map[child_idx] - var parent = entity_nodes[parent_idx] - queue_add_child(parent, child, null, true) + time_elapsed = Time.get_ticks_msec() - time_elapsed -## Add a child and its new parent to the add child queue. If [code]below[/code] is a node, add it as a child to that instead. If [code]relative[/code] is true, set the location of node relative to parent. -func queue_add_child(parent, node, below = null, relative = false) -> void: - add_child_array.append({"parent": parent, "node": node, "below": below, "relative": relative}) + if build_flags & BuildFlags.SHOW_PROFILE_INFO: + print("\nCompleted in %s seconds" % (time_elapsed / 1000.0)) -## Assign children to parents based on the contents of the add child queue (see [method queue_add_child]) -func add_children() -> void: - while true: - for i in range(0, set_owner_batch_size): - if add_child_array.size() > 0: - var data: Dictionary = add_child_array.pop_front() - if data: - add_child_editor(data['parent'], data['node'], data['below']) - if data['relative']: - if (data['node'] is Node3D and data['parent'] is Node3D) or (data['node'] is Node2D and data['parent'] is Node2D): - data['node'].global_position -= data['parent'].global_position - continue - add_children_complete() - return - - var scene_tree: SceneTree = get_tree() - if scene_tree and not block_until_complete: - await get_tree().create_timer(YIELD_DURATION).timeout - -## Set owners and start post-attach build steps -func add_children_complete() -> void: - stop_profile('add_children') - - if should_set_owners: - start_profile('set_owners') - set_owners() - else: - run_build_steps(true) - -## Set owner of nodes generated by FuncGodot to scene root based on [member set_owner_array] -func set_owners() -> void: - while true: - for i in range(0, set_owner_batch_size): - var node: Node = set_owner_array.pop_front() - if node: - set_owner_editor(node) - else: - set_owners_complete() - return - - var scene_tree: SceneTree = get_tree() - if scene_tree and not block_until_complete: - await get_tree().create_timer(YIELD_DURATION).timeout - -## Finish profiling for set_owners and start post-attach build steps -func set_owners_complete() -> void: - stop_profile('set_owners') - run_build_steps(true) - -## Apply Map File properties to [Node3D] instances, transferring Map File dictionaries to [Node3D.func_godot_properties] -## and then calling the appropriate callbacks. -func apply_properties_and_finish() -> void: - # Array of all entities' properties - var properties_arr: Array[Dictionary] = [] - - for entity_idx in range(0, entity_nodes.size()): - var entity_node: Node = entity_nodes[entity_idx] as Node - if not entity_node: - continue - - var entity_dict: Dictionary = entity_dicts[entity_idx] as Dictionary - var properties: Dictionary = entity_dict['properties'] as Dictionary - - if '_tb_layer_omit_from_export' in properties and properties['_tb_layer_omit_from_export'] == "1": - entity_node.queue_free() - properties_arr.append({}) - continue - - if 'classname' in properties: - var classname: String = properties['classname'] - if classname in entity_definitions: - var entity_definition: FuncGodotFGDEntityClass = entity_definitions[classname] as FuncGodotFGDEntityClass - - for property in properties: - var prop_string = properties[property] - if property in entity_definition.class_properties: - var prop_default: Variant = entity_definition.class_properties[property] - - match typeof(prop_default): - TYPE_INT: - properties[property] = prop_string.to_int() - TYPE_FLOAT: - properties[property] = prop_string.to_float() - TYPE_BOOL: - properties[property] = bool(prop_string.to_int()) - TYPE_VECTOR3: - var prop_comps: PackedFloat64Array = prop_string.split_floats(" ") - if prop_comps.size() > 2: - properties[property] = Vector3(prop_comps[0], prop_comps[1], prop_comps[2]) - else: - push_error("Invalid Vector3 format for \'" + property + "\' in entity \'" + classname + "\': " + prop_string) - properties[property] = prop_default - TYPE_VECTOR3I: - var prop_vec: Vector3i = prop_default - var prop_comps: PackedStringArray = prop_string.split(" ") - if prop_comps.size() > 2: - for i in 3: - prop_vec[i] = prop_comps[i].to_int() - else: - push_error("Invalid Vector3i format for \'" + property + "\' in entity \'" + classname + "\': " + prop_string) - properties[property] = prop_vec - TYPE_COLOR: - var prop_color: Color = prop_default - var prop_comps: PackedStringArray = prop_string.split(" ") - if prop_comps.size() > 2: - prop_color.r8 = prop_comps[0].to_int() - prop_color.g8 = prop_comps[1].to_int() - prop_color.b8 = prop_comps[2].to_int() - prop_color.a = 1.0 - else: - push_error("Invalid Color format for \'" + property + "\' in entity \'" + classname + "\': " + prop_string) - properties[property] = prop_color - TYPE_DICTIONARY: - var prop_desc = entity_definition.class_property_descriptions[property] - if prop_desc is Array and prop_desc.size() > 1 and prop_desc[1] is int: - properties[property] = prop_string.to_int() - TYPE_ARRAY: - properties[property] = prop_string.to_int() - TYPE_VECTOR2: - var prop_comps: PackedFloat64Array = prop_string.split_floats(" ") - if prop_comps.size() > 1: - properties[property] = Vector2(prop_comps[0], prop_comps[1]) - else: - push_error("Invalid Vector2 format for \'" + property + "\' in entity \'" + classname + "\': " + prop_string) - properties[property] = prop_default - TYPE_VECTOR2I: - var prop_vec: Vector2i = prop_default - var prop_comps: PackedStringArray = prop_string.split(" ") - if prop_comps.size() > 1: - for i in 2: - prop_vec[i] = prop_comps[i].to_int() - else: - push_error("Invalid Vector2i format for \'" + property + "\' in entity \'" + classname + "\': " + prop_string) - properties[property] = prop_vec - TYPE_VECTOR4: - var prop_comps: PackedFloat64Array = prop_string.split_floats(" ") - if prop_comps.size() > 3: - properties[property] = Vector4(prop_comps[0], prop_comps[1], prop_comps[2], prop_comps[3]) - else: - push_error("Invalid Vector4 format for \'" + property + "\' in entity \'" + classname + "\': " + prop_string) - properties[property] = prop_default - TYPE_VECTOR4I: - var prop_vec: Vector4i = prop_default - var prop_comps: PackedStringArray = prop_string.split(" ") - if prop_comps.size() > 3: - for i in 4: - prop_vec[i] = prop_comps[i].to_int() - else: - push_error("Invalid Vector4i format for \'" + property + "\' in entity \'" + classname + "\': " + prop_string) - properties[property] = prop_vec - TYPE_NODE_PATH: - properties[property] = NodePath(prop_string) - - # Assign properties not defined with defaults from the entity definition - for property in entity_definitions[classname].class_properties: - if not property in properties: - var prop_default: Variant = entity_definition.class_properties[property] - # Flags - if prop_default is Array: - var prop_flags_sum := 0 - for prop_flag in prop_default: - if prop_flag is Array and prop_flag.size() > 2: - if prop_flag[2] and prop_flag[1] is int: - prop_flags_sum += prop_flag[1] - properties[property] = prop_flags_sum - # Choices - elif prop_default is Dictionary: - var prop_desc = entity_definition.class_property_descriptions[property] - if prop_desc is Array and prop_desc.size() > 1 and (prop_desc[1] is int or prop_desc[1] is String): - properties[property] = prop_desc[1] - else: - properties[property] = 0 - # Everything else - else: - properties[property] = prop_default - - if 'func_godot_properties' in entity_node: - entity_node.func_godot_properties = properties - - properties_arr.append(properties.duplicate(true)) - - for entity_idx in range(0, entity_nodes.size()): - var entity_node: Node = entity_nodes[entity_idx] as Node - if entity_node and entity_node.has_method("_func_godot_apply_properties"): - entity_node._func_godot_apply_properties(properties_arr[entity_idx]) - - for entity_idx in range(0, entity_nodes.size()): - var entity_node: Node = entity_nodes[entity_idx] as Node - if entity_node and entity_node.has_method("_func_godot_build_complete"): - entity_node.call_deferred("_func_godot_build_complete") - -# Cleanup after build is finished (internal) -func _build_complete(): - reset_build_context() - - stop_profile('build_map') - if not print_profiling_data: - print('\n') - print('Build complete\n') - - emit_signal("build_complete") + if build_flags & BuildFlags.SHOW_PROFILE_INFO: + print("") + FuncGodotUtil.print_profile_info("Build complete", _SIGNATURE) + build_complete.emit() diff --git a/addons/func_godot/src/map/func_godot_map.gd.uid b/addons/func_godot/src/map/func_godot_map.gd.uid index 52684a5..4d03c85 100644 --- a/addons/func_godot/src/map/func_godot_map.gd.uid +++ b/addons/func_godot/src/map/func_godot_map.gd.uid @@ -1 +1 @@ -uid://d0x6kb7gh8xb4 +uid://cwu5cf7a0awcd diff --git a/addons/func_godot/src/map/func_godot_map_settings.gd b/addons/func_godot/src/map/func_godot_map_settings.gd index ebbeea4..189a9d1 100644 --- a/addons/func_godot/src/map/func_godot_map_settings.gd +++ b/addons/func_godot/src/map/func_godot_map_settings.gd @@ -1,19 +1,49 @@ +@tool @icon("res://addons/func_godot/icons/icon_godot_ranger.svg") +class_name FuncGodotMapSettings extends Resource ## Reusable map settings configuration for [FuncGodotMap] nodes. -class_name FuncGodotMapSettings -extends Resource -## Ratio between map editor units and Godot units. FuncGodot will divide brush coordinates by this number when building. This does not affect entity properties unless scripted to do so. -@export var inverse_scale_factor: float = 32.0 +#region BUILD +@export_category("Build Settings") +## Set automatically when [member inverse_scale_factor] is changed. Used primarily during the build process. +var scale_factor: float = 0.03125 + +## Ratio between map editor units and Godot units. FuncGodot will divide brush coordinates by this number and save the results to [member scale_factor]. +## This does not affect entity properties unless scripted to do so. +@export var inverse_scale_factor: float = 32.0 : + set(value): + if value == 0.0: + printerr("Error: Cannot set Inverse Scale Factor to Zero") + return + inverse_scale_factor = value + scale_factor = 1.0 / value ## [FuncGodotFGDFile] that translates map file classnames into Godot nodes and packed scenes. @export var entity_fgd: FuncGodotFGDFile = preload("res://addons/func_godot/fgd/func_godot_fgd.tres") -## Default class property to use in naming generated nodes. This setting is overridden by `name_property` in [FuncGodotFGDEntityClass]. +## Default class property to use in naming generated nodes. This setting is overridden by [member FuncGodotFGDEntityClass.name_property]. ## Naming occurs before adding to the [SceneTree] and applying properties. ## Nodes will be named `"entity_" + name_property`. An entity's name should be unique, otherwise you may run into unexpected behavior. @export var entity_name_property: String = "" +## Class property that determines whether the [FuncGodotFGDSolidClass] entity performs mesh smoothing operations. +@export var entity_smoothing_property: String = "_phong" + +## Class property that contains the angular threshold that determines when a [FuncGodotFGDSolidClass] entity's mesh vertices are smoothed. +@export var entity_smoothing_angle_property: String = "_phong_angle" + +## If true, will organize [SceneTree] using TrenchBroom Layers and Groups or Hammer Visgroups. Groups will be generated as [Node3D] nodes. +## All non-entity structural brushes will be moved out of their groups and merged into the `Worldspawn` entity. +## Any Layers toggled to be omitted from export in TrenchBroom and their child entities and groups will not be built. +@export var use_groups_hierarchy: bool = false + +## Class property that contains the snapping epsilon for generated vertices of [FuncGodotFGDSolidClass] entities. +## Utilizing this property can help reduce instances of seams between polygons. +@export var vertex_merge_distance_property: String = "_vertex_merge_distance" + +#endregion + +#region TEXTURES @export_category("Textures") ## Base directory for textures. When building materials, FuncGodot will search this directory for texture files with matching names to the textures assigned to map brush faces. @@ -22,17 +52,38 @@ extends Resource ## File extensions to search for texture data. @export var texture_file_extensions: Array[String] = ["png", "jpg", "jpeg", "bmp", "tga", "webp"] -## Optional path for the clip texture, relative to [member base_texture_dir]. Brush faces textured with the clip texture will have those Faces removed from the generated [MeshInstance3D] but not the generated [CollisionShape3D]. -@export var clip_texture: String = "special/clip" +## Optional path for the clip texture, relative to [member base_texture_dir]. +## Brush faces textured with the clip texture will have those faces removed from the generated [Mesh] but not the generated [Shape3D]. +@export var clip_texture: String = "special/clip": + set(tex): + clip_texture = tex.to_lower() -## Optional path for the skip texture, relative to [member base_texture_dir]. Brush faces textured with the skip texture will have those Faces removed from the generated [MeshInstance3D]. If the [FuncGodotFGDSolidClass] `collision_shape_type` is set to concave then it will also remove collision from those faces in the generated [CollisionShape3D]. -@export var skip_texture: String = "special/skip" +## Optional path for the skip texture, relative to [member base_texture_dir]. +## Brush faces textured with the skip texture will have those faces removed from the generated [Mesh]. +## If [member FuncGodotFGDSolidClass.collision_shape_type] is set to concave then it will also remove collision from those faces in the generated [Shape3D]. +@export var skip_texture: String = "special/skip": + set(tex): + skip_texture = tex.to_lower() -## Optional [QuakeWADFile] resources to apply textures from. See the [Quake Wiki](https://quakewiki.org/wiki/Texture_Wad) for more information on Quake Texture WADs. -@export var texture_wads: Array[Resource] = [] +## Optional path for the origin texture, relative to [member base_texture_dir]. +## Brush faces textured with the origin texture will have those faces removed from the generated [Mesh] and [Shape3D]. +## The bounds of these faces will be used to calculate the origin point of the entity. +@export var origin_texture: String = "special/origin": + set(tex): + origin_texture = tex.to_lower() +## Optional [QuakeWadFile] resources to apply textures from. See the [Quake Wiki](https://quakewiki.org/wiki/Texture_Wad) for more information on Quake Texture WADs. +@export var texture_wads: Array[QuakeWadFile] = [] + +#endregion + +#region MATERIALS @export_category("Materials") +## Base directory for loading and saving materials. When building materials, FuncGodot will search this directory for material resources +## with matching names to the textures assigned to map brush faces. If not found, will fall back to [member base_texture_dir]. +@export_dir var base_material_dir: String = "" + ## File extension to search for [Material] definitions @export var material_file_extension: String = "tres" @@ -56,21 +107,19 @@ extends Resource @export var ao_map_pattern: String = "%s_ao.%s" ## Automatic PBR material generation height map pattern @export var height_map_pattern: String = "%s_height.%s" +## Automatic PBR material generation ORM map pattern +@export var orm_map_pattern: String = "%s_orm.%s" -## If true, all materials will be unshaded, ignoring light. Also known as "fullbright". -@export var unshaded: bool = false - -## Save automatically generated materials to disk, allowing reuse across [FuncGodotMap] nodes. [i]NOTE: Materials do not use the Default Material settings after saving.[/i] +## Save automatically generated materials to disk, allowing reuse across [FuncGodotMap] nodes. +## [i]NOTE: Materials do not use the [member default_material] settings after saving.[/i] @export var save_generated_materials: bool = true +#endregion + @export_category("UV Unwrap") ## Texel size for UV2 unwrapping. -## A texel size of 1 will lead to a 1:1 correspondence between texture texels and lightmap texels. Larger values will produce less detailed lightmaps. To conserve memory and filesize, use the largest value that still looks good. -@export var uv_unwrap_texel_size: float = 1.0 - -@export_category("TrenchBroom") - -## If true, will organize Scene Tree using Trenchbroom Layers and Groups. Layers and Groups will be generated as [Node3D] nodes. -## All structural brushes will be moved out of the Layers and Groups and merged into the Worldspawn entity. -@export var use_trenchbroom_groups_hierarchy: bool = false +## Actual texel size is uv_unwrap_texel_size / [member inverse_scale_factor]. A ratio of 1/16 is usually a good place to start with +## (if inverse_scale_factor is 32, start with a uv_unwrap_texel_size of 2). +## Larger values will produce less detailed lightmaps. To conserve memory and filesize, use the largest value that still looks good. +@export var uv_unwrap_texel_size: float = 2.0 diff --git a/addons/func_godot/src/map/func_godot_map_settings.gd.uid b/addons/func_godot/src/map/func_godot_map_settings.gd.uid index 7dec322..fccc85d 100644 --- a/addons/func_godot/src/map/func_godot_map_settings.gd.uid +++ b/addons/func_godot/src/map/func_godot_map_settings.gd.uid @@ -1 +1 @@ -uid://dhlc0pfo61428 +uid://38q6k0ctahjn diff --git a/addons/func_godot/src/netradiant_custom/netradiant_custom_gamepack_config.gd b/addons/func_godot/src/netradiant_custom/netradiant_custom_gamepack_config.gd index 7441382..ab33dc5 100644 --- a/addons/func_godot/src/netradiant_custom/netradiant_custom_gamepack_config.gd +++ b/addons/func_godot/src/netradiant_custom/netradiant_custom_gamepack_config.gd @@ -1,20 +1,21 @@ @tool @icon("res://addons/func_godot/icons/icon_godot_ranger.svg") +class_name NetRadiantCustomGamePackConfig extends Resource ## Builds a gamepack for NetRadiant Custom. -class_name NetRadiantCustomGamePackConfig -extends Resource +## +## Resource that builds a gamepack configuration for NetRadiant Custom. -## Button to export / update this gamepack's configuration in the NetRadiant Custom Gamepacks Folder. -@export var export_file: bool: - get: - return export_file - set(new_export_file): - if new_export_file != export_file: - if Engine.is_editor_hint(): - do_export_file() +enum NetRadiantCustomMapType { + QUAKE_1, ## Removes PatchDef entries from the map file. + QUAKE_3 ## Allows the saving of PatchDef entries in the map file. +} + +@export_tool_button("Export Gamepack") var _export_file: Callable = export_file ## Gamepack folder and file name. Must be lower case and must not contain special characters. -@export var gamepack_name : String = "func_godot" +@export var gamepack_name : String = "func_godot": + set(new_name): + gamepack_name = new_name.to_lower() ## Name of the game in NetRadiant Custom's gamepack list. @export var game_name : String = "FuncGodot" @@ -22,13 +23,15 @@ extends Resource ## Directory path containing your maps, textures, shaders, etc... relative to your project directory. @export var base_game_path : String = "" -## FGD resource to include with this gamepack. If using multiple FGD resources, this should be the master FGD that contains them in the `base_fgd_files` resource array. +## [FuncGodotFGDFile] to include with this gamepack. If using multiple FGD file resources, +## this should be the master FGD that contains them in [member FuncGodotFGDFile.base_fgd_files]. @export var fgd_file : FuncGodotFGDFile = preload("res://addons/func_godot/fgd/func_godot_fgd.tres") -## [NetRadiantCustomShader] resources for shader file generation. +## Collection of [NetRadiantCustomShader] resources for shader file generation. @export var netradiant_custom_shaders : Array[Resource] = [ preload("res://addons/func_godot/game_config/netradiant_custom/netradiant_custom_shader_clip.tres"), - preload("res://addons/func_godot/game_config/netradiant_custom/netradiant_custom_shader_skip.tres") + preload("res://addons/func_godot/game_config/netradiant_custom/netradiant_custom_shader_skip.tres"), + preload("res://addons/func_godot/game_config/netradiant_custom/netradiant_custom_shader_origin.tres") ] ## Supported texture file types. @@ -43,14 +46,31 @@ extends Resource ## Default scale of textures in NetRadiant Custom. @export var default_scale : String = "1.0" -## Clip texture path that gets applied to weapclip and nodraw shaders. +## Clip texture path that gets applied to [i]weapclip[/i] and [i]nodraw[/i] shaders. @export var clip_texture: String = "textures/special/clip" -## Skip texture path that gets applied to caulk and nodrawnonsolid shaders. +## Skip texture path that gets applied to [i]caulk[/i] and [i]nodrawnonsolid[/i] shaders. @export var skip_texture: String = "textures/special/skip" -## Generates completed text for a .shader file. -func build_shader_text() -> String: +## Quake map type NetRadiant will filter the map for, determining whether PatchDef entries are saved. +## [color=red][b]WARNING![/b][/color] Toggling this option may be destructive! +@export var map_type: NetRadiantCustomMapType = NetRadiantCustomMapType.QUAKE_1 + +## Variables to include in the exported gamepack's [code]default_build_menu.xml[/code].[br][br] +## Each [String] key defines a variable name, and its corresponding [String] value as the literal command-line string +## to execute in place of this variable identifier[br][br] +## Entries may be referred to by key in [member default_build_menu_commands] values. +@export var default_build_menu_variables: Dictionary + +## Commands to include in the exported gamepack's [code]default_build_menu.xml[/code].[br][br] +## Keys, specified as a [String], define the build option name as you want it to appear in NetRadiant Custom.[br][br] +## Values represent commands taken within each option.[br][br]They may be either a [String] or an [Array] of [String] elements +## that will be used as the full command-line text issued by each command [i]within[/i] its associated build option key.[br][br] +## They may reference entries in [member default_build_menu_variables] by using brackets: [code][variable key name][/code] +@export var default_build_menu_commands: Dictionary + +# Generates completed text for a .shader file. +func _build_shader_text() -> String: var shader_text: String = "" for shader_res in netradiant_custom_shaders: shader_text += (shader_res as NetRadiantCustomShader).texture_path + "\n{\n" @@ -59,8 +79,8 @@ func build_shader_text() -> String: shader_text += "}\n" return shader_text -## Generates completed text for a .gamepack file. -func build_gamepack_text() -> String: +# Generates completed text for a .gamepack file. +func _build_gamepack_text() -> String: var texturetypes_str: String = "" for texture_type in texture_types: texturetypes_str += texture_type @@ -78,6 +98,13 @@ func build_gamepack_text() -> String: soundtypes_str += sound_type if sound_type != sound_types[-1]: soundtypes_str += " " + + var maptype_str: String + + if map_type == NetRadiantCustomMapType.QUAKE_3: + maptype_str = "mapq3" + else: + maptype_str = "mapq1" var gamepack_text: String = """ String: texturetypes="%s" modeltypes="%s" soundtypes="%s" - maptypes="mapq1" + maptypes="%s" shaders="quake3" - entityclass="halflife" + entityclass="quake3" entityclasstype="fgd" entities="quake" brushtypes="quake" @@ -126,6 +153,7 @@ func build_gamepack_text() -> String: texturetypes_str, modeltypes_str, soundtypes_str, + maptype_str, default_scale, clip_texture, skip_texture, @@ -133,9 +161,10 @@ func build_gamepack_text() -> String: skip_texture ] -## Exports or updates a folder in the /games directory, with an icon, .cfg, and all accompanying FGDs. -func do_export_file() -> void: - if (FuncGodotLocalConfig.get_setting(FuncGodotLocalConfig.PROPERTY.MAP_EDITOR_GAME_PATH) as String).is_empty(): +## Exports this game's configuration with an icon, .cfg, and all accompanying FGD files in the [FuncGodotLocalConfig] [b]NetRadiant Custom Gamepacks Folder[/b]. +func export_file() -> void: + var game_path: String = FuncGodotLocalConfig.get_setting(FuncGodotLocalConfig.PROPERTY.MAP_EDITOR_GAME_PATH) as String + if game_path.is_empty(): printerr("Skipping export: Map Editor Game Path not set in Project Configuration") return @@ -158,7 +187,8 @@ func do_export_file() -> void: var gamepack_dir_paths: Array = [ gamepacks_folder + "/" + gamepack_name + ".game", gamepacks_folder + "/" + gamepack_name + ".game/" + base_game_path, - gamepacks_folder + "/" + gamepack_name + ".game/scripts" + gamepacks_folder + "/" + gamepack_name + ".game/scripts", + game_path + "/scripts" ] var err: Error @@ -178,24 +208,50 @@ func do_export_file() -> void: print("Exporting NetRadiant Custom Gamepack to ", target_file_path) file = FileAccess.open(target_file_path, FileAccess.WRITE) if file != null: - file.store_string(build_gamepack_text()) + file.store_string(_build_gamepack_text()) file.close() else: printerr("Error: Could not modify " + target_file_path) # .shader + # NOTE: To work properly, this should go in the game path. For now, I'm leaving the export to NRC as well, so it can easily + # be repackaged for distribution. However, I believe in the end, it shouldn't exist there. + # We'll need to make a decision for this. - Vera + var shader_text: String = _build_shader_text() + + # build to /scripts/ target_file_path = gamepacks_folder + "/" + gamepack_name + ".game/scripts/" + gamepack_name + ".shader" - print("Exporting NetRadiant Custom Shader to ", target_file_path) + print("Exporting NetRadiant Custom shader definitions to ", target_file_path) file = FileAccess.open(target_file_path, FileAccess.WRITE) if file != null: - file.store_string(build_shader_text()) + file.store_string(shader_text) + file.close() + else: + printerr("Error: Could not modify " + target_file_path) + + # build to /scripts/ + target_file_path = game_path.path_join("scripts/%s.shader" % gamepack_name) + print("Exporting NetRadiant Custom shader definitions to ", target_file_path) + file = FileAccess.open(target_file_path, FileAccess.WRITE) + if file != null: + file.store_string(shader_text) + file.close() + else: + printerr("Error: could not modify " + target_file_path) + + # shaderlist.txt - see above NOTE regarding duplication + target_file_path = gamepacks_folder + "/" + gamepack_name + ".game/scripts/shaderlist.txt" + print("Exporting NetRadiant Custom shader list to ", target_file_path) + file = FileAccess.open(target_file_path, FileAccess.WRITE) + if file != null: + file.store_string(gamepack_name) file.close() else: printerr("Error: Could not modify " + target_file_path) - # shaderlist.txt - target_file_path = gamepacks_folder + "/" + gamepack_name + ".game/scripts/shaderlist.txt" - print("Exporting NetRadiant Custom Default Buld Menu to ", target_file_path) + # game path/scripts/shaderlist.txt + target_file_path = game_path.path_join("scripts/shaderlist.txt") + print("Exporting NetRadiant Custom shader list to ", target_file_path) file = FileAccess.open(target_file_path, FileAccess.WRITE) if file != null: file.store_string(gamepack_name) @@ -205,15 +261,56 @@ func do_export_file() -> void: # default_build_menu.xml target_file_path = gamepacks_folder + "/" + gamepack_name + ".game/default_build_menu.xml" - print("Exporting NetRadiant Custom Default Buld Menu to ", target_file_path) + print("Exporting NetRadiant Custom default build menu to ", target_file_path) file = FileAccess.open(target_file_path, FileAccess.WRITE) + if file != null: - file.store_string("") - file.close() - else: - printerr("Error: Could not modify " + target_file_path) + file.store_string("\n\n") + + for key in default_build_menu_variables.keys(): + if key is String: + if default_build_menu_variables[key] is String: + file.store_string('\t%s\n' % [key, default_build_menu_variables[key]]) + + else: + push_error( + "Variable key '%s' value '%s' is invalid type: %s; should be: String" % [ + key, default_build_menu_variables[key], + type_string(typeof(default_build_menu_variables[key])) + ]) + else: + push_error( + "Variable '%s' is an invalid key type: %s; should be: String" % [ + key, type_string(typeof(key)) + ]) + + + for key in default_build_menu_commands.keys(): + if key is String: + file.store_string('\t\n' % key) + + if default_build_menu_commands[key] is String: + file.store_string('\t\t%s\n\t\n' % default_build_menu_commands[key]) + + elif default_build_menu_commands[key] is Array: + for command in default_build_menu_commands[key]: + if command is String: + file.store_string('\t\t%s\n' % command) + else: + push_error("Build option '%s' has invalid command: %s with type: %s; should be: String" % [ + key, command, type_string(typeof(command)) + ]) + + file.store_string('\t\n') + + else: + push_error("Build option '%s' is an invalid type: %s; should be: String" % [ + key, type_string(typeof(key)) + ]) + + file.store_string("") # FGD var export_fgd : FuncGodotFGDFile = fgd_file.duplicate() - export_fgd.do_export_file(true, gamepacks_folder + "/" + gamepack_name + ".game/" + base_game_path) + export_fgd.do_export_file(FuncGodotFGDFile.FuncGodotTargetMapEditors.NET_RADIANT_CUSTOM, gamepacks_folder + "/" + gamepack_name + ".game/" + base_game_path) print("NetRadiant Custom Gamepack export complete\n") diff --git a/addons/func_godot/src/netradiant_custom/netradiant_custom_gamepack_config.gd.uid b/addons/func_godot/src/netradiant_custom/netradiant_custom_gamepack_config.gd.uid index 932d805..03a566f 100644 --- a/addons/func_godot/src/netradiant_custom/netradiant_custom_gamepack_config.gd.uid +++ b/addons/func_godot/src/netradiant_custom/netradiant_custom_gamepack_config.gd.uid @@ -1 +1 @@ -uid://ckvnkpgsci7hg +uid://dfhj3me2g5j0l diff --git a/addons/func_godot/src/netradiant_custom/netradiant_custom_shader.gd b/addons/func_godot/src/netradiant_custom/netradiant_custom_shader.gd index 8a0c3d8..20524da 100644 --- a/addons/func_godot/src/netradiant_custom/netradiant_custom_shader.gd +++ b/addons/func_godot/src/netradiant_custom/netradiant_custom_shader.gd @@ -1,9 +1,11 @@ @icon("res://addons/func_godot/icons/icon_godot_ranger.svg") -## Resource that gets built into a shader file that applies a special effect to a specified texture in NetRadiant Custom. class_name NetRadiantCustomShader extends Resource +## Shader resource for NetRadiant Custom configurations. +## +## Resource that gets built into a shader file that applies a special effect to a specified texture in NetRadiant Custom. -## Path to texture without extension, eg: `textures/special/clip`. +## Path to texture without extension, eg: [i]"textures/special/clip"[/i]. @export var texture_path: String ## Array of shader properties to apply to faces using [member texture_path]. diff --git a/addons/func_godot/src/netradiant_custom/netradiant_custom_shader.gd.uid b/addons/func_godot/src/netradiant_custom/netradiant_custom_shader.gd.uid index 60beaef..eab3bf1 100644 --- a/addons/func_godot/src/netradiant_custom/netradiant_custom_shader.gd.uid +++ b/addons/func_godot/src/netradiant_custom/netradiant_custom_shader.gd.uid @@ -1 +1 @@ -uid://dtmnasjcec1cl +uid://dn86acprv4e86 diff --git a/addons/func_godot/src/trenchbroom/trenchbroom_game_config.gd b/addons/func_godot/src/trenchbroom/trenchbroom_game_config.gd index 741e495..3d7f015 100644 --- a/addons/func_godot/src/trenchbroom/trenchbroom_game_config.gd +++ b/addons/func_godot/src/trenchbroom/trenchbroom_game_config.gd @@ -1,17 +1,20 @@ @tool @icon("res://addons/func_godot/icons/icon_godot_ranger.svg") -## Defines a game in TrenchBroom to express a set of entity definitions and editor behaviors. -class_name TrenchBroomGameConfig -extends Resource +class_name TrenchBroomGameConfig extends Resource +## Game configuration definition for TrenchBroom. +## +## Defines a game for TrenchBroom to express a set of entity definitions and editor behaviors. +## +## @tutorial(TrenchBroom Manual Game Configuration Information): https://trenchbroom.github.io/manual/latest/#game_configuration -## Button to export / update this game's configuration and FGD file in the TrenchBroom Games Path. -@export var export_file: bool: - get: - return export_file - set(new_export_file): - if new_export_file != export_file: - if Engine.is_editor_hint(): - do_export_file() +enum GameConfigVersion { + Latest, + Version4, + Version8, + Version9 +} + +@export_tool_button("Export GameConfig") var _export_file: Callable = export_file ## Name of the game in TrenchBroom's game list. @export var game_name : String = "FuncGodot" @@ -19,7 +22,8 @@ extends Resource ## Icon for TrenchBroom's game list. @export var icon : Texture2D = preload("res://addons/func_godot/icon32.png") -## Available map formats when creating a new map in TrenchBroom. The order of elements in the array is the order TrenchBroom will list the available formats. The `initialmap` key value is optional. +## Available map formats when creating a new map in TrenchBroom. The order of elements in the array is the order TrenchBroom will list the available formats. +## The [i]"initialmap"[/i] key value is optional. @export var map_formats: Array[Dictionary] = [ { "format": "Valve", "initialmap": "initial_valve.map" }, { "format": "Standard", "initialmap": "initial_standard.map" }, @@ -27,43 +31,63 @@ extends Resource { "format": "Quake3" } ] +@export_category("Textures") + +## Path to top level textures folder relative to the game path. Also referred to as materials in the latest versions of TrenchBroom. +@export var textures_root_folder: String = "textures" + ## Textures matching these patterns will be hidden from TrenchBroom. @export var texture_exclusion_patterns: Array[String] = ["*_albedo", "*_ao", "*_emission", "*_height", "*_metallic", "*_normal", "*_orm", "*_roughness", "*_sss"] -## FGD resource to include with this game. If using multiple FGD resources, this should be the master FGD that contains them in the `base_fgd_files` resource array. +## Palette path relative to your Game Path. Only needed for Quake WAD2 files. Half-Life WAD3 files contain the palettes within the texture information. +@export var palette_path: String = "textures/palette.lmp" + +@export_category("Entities") + +## [FuncGodotFGDFile] resource to include with this game. If using multiple FGD File resources, +## this should be the master FGD File that contains them in [member FuncGodotFGDFile.base_fgd_files]. @export var fgd_file : FuncGodotFGDFile = preload("res://addons/func_godot/fgd/func_godot_fgd.tres") -## Scale expression that modifies the default display scale of entities in TrenchBroom. See the [**TrenchBroom Documentation**](https://trenchbroom.github.io/manual/latest/#game_configuration_files_entities) for more information. +## Scale expression that modifies the default display scale of entities in TrenchBroom. +## See [url="https://trenchbroom.github.io/manual/latest/#game_configuration_files_entities"]TrenchBroom Manual Entity Configuration Information[/url] for more information. @export var entity_scale: String = "32" -## Scale of textures on new brushes. -@export var default_uv_scale : Vector2 = Vector2(1, 1) +## Arrays containing the [TrenchbroomTag] resource type. +@export_category("Tags") -## Arrays containing the TrenchBroomTag resource type. -@export_category("Editor Hint Tags") - -## TrenchBroomTag resources that apply to brush entities. +## [TrenchbroomTag] resources that apply to brush entities. @export var brush_tags : Array[Resource] = [] -## TrenchBroomTag resources that apply to brush faces. +## [TrenchbroomTag] resources that apply to brush faces. @export var brushface_tags : Array[Resource] = [ preload("res://addons/func_godot/game_config/trenchbroom/tb_face_tag_clip.tres"), - preload("res://addons/func_godot/game_config/trenchbroom/tb_face_tag_skip.tres") + preload("res://addons/func_godot/game_config/trenchbroom/tb_face_tag_skip.tres"), + preload("res://addons/func_godot/game_config/trenchbroom/tb_face_tag_origin.tres") ] -## Matches tag key enum to the String name used in .cfg -static func get_match_key(tag_match_type: int) -> String: +@export_category("Face Attributes") + +## Default scale of textures on new brushes and when UV scale is reset. +@export var default_uv_scale : Vector2 = Vector2(1, 1) + +@export_category("Compatibility") + +## Game configuration format compatible with the version of TrenchBroom being used. +@export var game_config_version: GameConfigVersion = GameConfigVersion.Latest + +# Matches tag key enum to the [String] name used in .cfg +static func _get_match_key(tag_match_type: int) -> String: match tag_match_type: TrenchBroomTag.TagMatchType.TEXTURE: - return "texture" + return "material" TrenchBroomTag.TagMatchType.CLASSNAME: return "classname" _: push_error("Tag match type %s is not valid" % [tag_match_type]) return "ERROR" -## Generates completed text for a .cfg file. -func build_class_text() -> String: +# Generates completed text for a .cfg file. +func _build_class_text() -> String: var map_formats_str : String = "" for map_format in map_formats: map_formats_str += "{ \"format\": \"" + map_format.format + "\"" @@ -82,61 +106,47 @@ func build_class_text() -> String: var fgd_filename_str : String = "\"" + fgd_file.fgd_name + ".fgd\"" - var brush_tags_str = parse_tags(brush_tags) - var brushface_tags_str = parse_tags(brushface_tags) - var uv_scale_str = parse_default_uv_scale(default_uv_scale) + var brush_tags_str = _parse_tags(brush_tags) + var brushface_tags_str = _parse_tags(brushface_tags) + var uv_scale_str = _parse_default_uv_scale(default_uv_scale) - var config_text : String = """{ - "version": 8, - "name": "%s", - "icon": "icon.png", - "fileformats": [ - %s - ], - "filesystem": { - "searchpath": ".", - "packageformat": { "extension": ".zip", "format": "zip" } - }, - "textures": { - "root": "textures", - "extensions": [".bmp", ".exr", ".hdr", ".jpeg", ".jpg", ".png", ".tga", ".webp"], - "excludes": [ %s ] - }, - "entities": { - "definitions": [ %s ], - "defaultcolor": "0.6 0.6 0.6 1.0", - "scale": %s - }, - "tags": { - "brush": [ - %s - ], - "brushface": [ - %s - ] - }, - "faceattribs": { - "defaults": { - %s - }, - "contentflags": [], - "surfaceflags": [] - } -} -""" - return config_text % [ - game_name, - map_formats_str, - texture_exclusion_patterns_str, - fgd_filename_str, - entity_scale, - brush_tags_str, - brushface_tags_str, - uv_scale_str - ] + var config_text : String = "" + match game_config_version: + GameConfigVersion.Latest, GameConfigVersion.Version8, GameConfigVersion.Version9: + config_text = _get_game_config_v9v8_text() % [ + game_name, + map_formats_str, + textures_root_folder, + texture_exclusion_patterns_str, + palette_path, + fgd_filename_str, + entity_scale, + brush_tags_str, + brushface_tags_str, + uv_scale_str + ] -## Converts brush, FuncGodotFace, and attribute tags into a .cfg-usable String. -func parse_tags(tags: Array) -> String: + GameConfigVersion.Version4: + config_text = _get_game_config_v4_text() % [ + game_name, + map_formats_str, + textures_root_folder, + texture_exclusion_patterns_str, + palette_path, + fgd_filename_str, + entity_scale, + brush_tags_str, + brushface_tags_str, + uv_scale_str + ] + + _: + push_error("Unsupported Game Config Version!") + + return config_text + +# Converts brush, face, and attribute tags into a .cfg-usable String. +func _parse_tags(tags: Array) -> String: var tags_str := "" for brush_tag in tags: if brush_tag.tag_match_type >= TrenchBroomTag.TagMatchType.size(): @@ -149,19 +159,21 @@ func parse_tags(tags: Array) -> String: if brush_tag_attrib != brush_tag.tag_attributes[-1]: attribs_str += ", " tags_str += "\t\t\t\t\"attribs\": [ %s ],\n" % attribs_str - tags_str += "\t\t\t\t\"match\": \"%s\",\n" % get_match_key(brush_tag.tag_match_type) + tags_str += "\t\t\t\t\"match\": \"%s\",\n" % _get_match_key(brush_tag.tag_match_type) tags_str += "\t\t\t\t\"pattern\": \"%s\"" % brush_tag.tag_pattern if brush_tag.texture_name != "": tags_str += ",\n" - tags_str += "\t\t\t\t\"texture\": \"%s\"" % brush_tag.texture_name + tags_str += "\t\t\t\t\"material\": \"%s\"" % brush_tag.texture_name tags_str += "\n" tags_str += "\t\t\t}" if brush_tag != tags[-1]: tags_str += "," + if game_config_version > GameConfigVersion.Latest and game_config_version < GameConfigVersion.Version9: + tags_str = tags_str.replace("material", "texture") return tags_str -## Converts array of flags to .cfg String. -func parse_flags(flags: Array) -> String: +# Converts array of flags to .cfg String. +func _parse_flags(flags: Array) -> String: var flags_str := "" for attrib_flag in flags: flags_str += "{\n" @@ -172,23 +184,23 @@ func parse_flags(flags: Array) -> String: flags_str += "," return flags_str -## Converts default uv scale vector to .cfg String. -func parse_default_uv_scale(texture_scale : Vector2) -> String: +# Converts default uv scale vector to .cfg String. +func _parse_default_uv_scale(texture_scale : Vector2) -> String: var entry_str = "\"scale\": [{x}, {y}]" return entry_str.format({ "x": texture_scale.x, "y": texture_scale.y }) -## Exports or updates a folder in the /games directory, with an icon, .cfg, and all accompanying FGDs. -func do_export_file() -> void: +## Exports this game's configuration with an icon, .cfg, and all accompanying FGD files in the [FuncGodotLocalConfig] [b]Trenchbroom Game Config Folder[/b]. +func export_file() -> void: var config_folder: String = FuncGodotLocalConfig.get_setting(FuncGodotLocalConfig.PROPERTY.TRENCHBROOM_GAME_CONFIG_FOLDER) as String if config_folder.is_empty(): printerr("Skipping export: No TrenchBroom Game folder") return # Make sure FGD file is set - if !fgd_file: + if not fgd_file: printerr("Skipping export: No FGD file") return @@ -212,10 +224,106 @@ func do_export_file() -> void: var target_file_path: String = config_folder + "/GameConfig.cfg" print("Exporting TrenchBroom Game Config to ", target_file_path) var file = FileAccess.open(target_file_path, FileAccess.WRITE) - file.store_string(build_class_text()) + file.store_string(_build_class_text()) file.close() # FGD var export_fgd : FuncGodotFGDFile = fgd_file.duplicate() - export_fgd.do_export_file(true, config_folder) + export_fgd.do_export_file(FuncGodotFGDFile.FuncGodotTargetMapEditors.TRENCHBROOM, config_folder) print("TrenchBroom Game Config export complete\n") + +#region GameConfigDeclarations +func _get_game_config_v4_text() -> String: + return """\ +{ + "version": 4, + "name": "%s", + "icon": "icon.png", + "fileformats": [ + %s + ], + "filesystem": { + "searchpath": ".", + "packageformat": { "extension": ".zip", "format": "zip" } + }, + "textures": { + "package": { "type": "directory", "root": "%s" }, + "format": { "extensions": ["jpg", "jpeg", "tga", "png", "D", "C"], "format": "image" }, + "excludes": [ %s ], + "palette": "%s", + "attribute": ["_tb_textures", "wad"] + }, + "entities": { + "definitions": [ %s ], + "defaultcolor": "0.6 0.6 0.6 1.0", + "modelformats": [ "bsp, mdl, md2" ], + "scale": %s + }, + "tags": { + "brush": [ + %s + ], + "brushface": [ + %s + ] + }, + "faceattribs": { + "defaults": { + %s + }, + "contentflags": [], + "surfaceflags": [] + } +} + """ + +func _get_game_config_v9v8_text() -> String: + var config_text: String = """\ +{ + "version": 9, + "name": "%s", + "icon": "icon.png", + "fileformats": [ + %s + ], + "filesystem": { + "searchpath": ".", + "packageformat": { "extension": ".zip", "format": "zip" } + }, + "materials": { + "root": "%s", + "extensions": [".bmp", ".exr", ".hdr", ".jpeg", ".jpg", ".png", ".tga", ".webp", ".D", ".C"], + "excludes": [ %s ], + "palette": "%s", + "attribute": "wad" + }, + "entities": { + "definitions": [ %s ], + "defaultcolor": "0.6 0.6 0.6 1.0", + "scale": %s + }, + "tags": { + "brush": [ + %s + ], + "brushface": [ + %s + ] + }, + "faceattribs": { + "defaults": { + %s + }, + "contentflags": [], + "surfaceflags": [] + } +} + """ + + if game_config_version == GameConfigVersion.Version8: + config_text = config_text.replace(": 9,", ": 8,") + config_text = config_text.replace("material", "texture") + + return config_text + +#endregion diff --git a/addons/func_godot/src/trenchbroom/trenchbroom_game_config.gd.uid b/addons/func_godot/src/trenchbroom/trenchbroom_game_config.gd.uid index aa6114e..7ee2754 100644 --- a/addons/func_godot/src/trenchbroom/trenchbroom_game_config.gd.uid +++ b/addons/func_godot/src/trenchbroom/trenchbroom_game_config.gd.uid @@ -1 +1 @@ -uid://c51cy33iaei4s +uid://cx44c4vnq8bt5 diff --git a/addons/func_godot/src/trenchbroom/trenchbroom_tag.gd b/addons/func_godot/src/trenchbroom/trenchbroom_tag.gd index 910df4f..9588251 100644 --- a/addons/func_godot/src/trenchbroom/trenchbroom_tag.gd +++ b/addons/func_godot/src/trenchbroom/trenchbroom_tag.gd @@ -1,8 +1,12 @@ @icon("res://addons/func_godot/icons/icon_godot_ranger.svg") -## Pattern matching tags to enable a number of features in TrenchBroom, including display appearance and menu filtering options. This resource gets added to the [TrenchBroomGameConfig] resource. Does not affect appearance or functionality in Godot. -## See the TrenchBroom Documentation on [**Tags under the Game Configuration section**](https://trenchbroom.github.io/manual/latest/#game_configuration_files) and [**Special Bruch FuncGodotFace Types**](https://trenchbroom.github.io/manual/latest/#special_brush_face_types) for more information. -class_name TrenchBroomTag -extends Resource +class_name TrenchBroomTag extends Resource +## Pattern matching tag added to [TrenchbroomGameConfig] for appearance and menu filtering purposes. +## +## Pattern matching tags to enable a number of features in TrenchBroom, including display appearance and menu filtering options. +## This resource gets added to the [TrenchBroomGameConfig] resource. Does not affect appearance or functionality in Godot. +## +## @tutorial(TrenchBroom Manual Game Configuration): https://trenchbroom.github.io/manual/latest/#game_configuration_files +## @tutorial(TrenchBroom Manual Special Brush Face Types): https://trenchbroom.github.io/manual/latest/#special_brush_face_types enum TagMatchType { TEXTURE, ## Tag applies to any brush face with a texture matching the texture name. @@ -19,7 +23,7 @@ enum TagMatchType { @export var tag_match_type: TagMatchType ## A string that filters which flag, param, or classname to use. [code]*[/code] can be used as a wildcard to include multiple options. -## [b]Example:[/b] [code]trigger_*[/code] with [constant TagMatchType] [i]Classname[/i] will apply this tag to all brush entities with the [code]trigger_[/code] prefix. +## [b]Example:[/b] [code]trigger*[/code] with [constant TagMatchType] [i]Classname[/i] will apply this tag to all brush entities with the [code]trigger[/code] prefix. @export var tag_pattern: String ## A string that filters which textures recieve these attributes. Only used with a [constant TagMatchType] of [i]Texture[/i]. diff --git a/addons/func_godot/src/trenchbroom/trenchbroom_tag.gd.uid b/addons/func_godot/src/trenchbroom/trenchbroom_tag.gd.uid index 8722f4b..9971557 100644 --- a/addons/func_godot/src/trenchbroom/trenchbroom_tag.gd.uid +++ b/addons/func_godot/src/trenchbroom/trenchbroom_tag.gd.uid @@ -1 +1 @@ -uid://5eacgso7tkh6 +uid://b66qdknwqpfup diff --git a/addons/func_godot/src/util/func_godot_local_config.gd b/addons/func_godot/src/util/func_godot_local_config.gd index c668f65..f4af36d 100644 --- a/addons/func_godot/src/util/func_godot_local_config.gd +++ b/addons/func_godot/src/util/func_godot_local_config.gd @@ -1,23 +1,32 @@ @tool @icon("res://addons/func_godot/icons/icon_godot_ranger.svg") +class_name FuncGodotLocalConfig extends Resource +## Local machine project wide settings. [color=red]WARNING![/color] Do not create your own! Use the resource in [i]addons/func_godot[/i]. +## ## Local machine project wide settings. Can define global defaults for some FuncGodot properties. -## DO NOT CREATE A NEW RESOURCE! This resource works by saving a configuration file to your game's *user://* folder and pulling the properties from that config file rather than this resource. -## Use the premade `addons/func_godot/func_godot_local_config.tres` instead. -class_name FuncGodotLocalConfig -extends Resource +## [color=red][b]DO NOT CREATE A NEW RESOURCE![/b][/color] This resource works by saving a configuration file to your game's [b][i]user://[/i][/b] folder +## and pulling the properties from that config file rather than this resource. Use the premade [b][i]addons/func_godot/func_godot_local_config.tres[/i][/b] instead. +## [br][br] +## [b]Fgd Output Folder :[/b] Global directory path that [FuncGodotFGDFile] saves to when exported. Overridden when exported from a game configuration resource like [TrenchBroomGameConfig].[br][br] +## [b]Trenchbroom Game Config Folder :[/b] Global directory path where your TrenchBroom game configuration should be saved to. Consult the [url="https://trenchbroom.github.io/manual/latest/#game_configuration_files"]TrenchBroom Manual's Game Configuration documentation[/url] for more information.[br][br] +## [b]Netradiant Custom Gamepacks Folder :[/b] Global directory path where your NetRadiant Custom gamepacks are saved. On Windows this is the [i]gamepacks[/i] folder in your NetRadiant Custom installation.[br][br] +## [b]Map Editor Game Path :[/b] Global directory path to your mapping folder where all of your mapping assets exist. This is usually either your project folder or a subfolder within it.[br][br] +## [b]Game Path Models Folder :[/b] Relative directory path from your Map Editor Game Path to a subfolder containing any display models you might use for your map editor. Currently only used by [FuncGodotFGDModelPointClass].[br][br] +## [b]Default Inverse Scale Factor :[/b] Scale factor that affects how [FuncGodotFGDModelPointClass] entities scale their map editor display models. Not used with TrenchBroom, use [member TrenchBroomGameConfig.entity_scale] expression instead.[br][br] enum PROPERTY { FGD_OUTPUT_FOLDER, TRENCHBROOM_GAME_CONFIG_FOLDER, NETRADIANT_CUSTOM_GAMEPACKS_FOLDER, MAP_EDITOR_GAME_PATH, - GAME_PATH_MODELS_FOLDER, - DEFAULT_INVERSE_SCALE + #GAME_PATH_MODELS_FOLDER, + #DEFAULT_INVERSE_SCALE } -@export var export_func_godot_settings: bool: set = _save_settings +@export_tool_button("Export func_godot settings", "Save") var _save_settings = export_func_godot_settings +@export_tool_button("Reload func_godot settings", "Reload") var _load_settings = reload_func_godot_settings -const CONFIG_PROPERTIES: Array[Dictionary] = [ +const _CONFIG_PROPERTIES: Array[Dictionary] = [ { "name": "fgd_output_folder", "usage": PROPERTY_USAGE_EDITOR, @@ -46,44 +55,44 @@ const CONFIG_PROPERTIES: Array[Dictionary] = [ "hint": PROPERTY_HINT_GLOBAL_DIR, "func_godot_type": PROPERTY.MAP_EDITOR_GAME_PATH }, - { - "name": "game_path_models_folder", - "usage": PROPERTY_USAGE_EDITOR, - "type": TYPE_STRING, - "func_godot_type": PROPERTY.GAME_PATH_MODELS_FOLDER - }, - { - "name": "default_inverse_scale_factor", - "usage": PROPERTY_USAGE_EDITOR, - "type": TYPE_FLOAT, - "func_godot_type": PROPERTY.DEFAULT_INVERSE_SCALE - } + #{ + #"name": "game_path_models_folder", + #"usage": PROPERTY_USAGE_EDITOR, + #"type": TYPE_STRING, + #"func_godot_type": PROPERTY.GAME_PATH_MODELS_FOLDER + #}, + #{ + #"name": "default_inverse_scale_factor", + #"usage": PROPERTY_USAGE_EDITOR, + #"type": TYPE_FLOAT, + #"func_godot_type": PROPERTY.DEFAULT_INVERSE_SCALE + #} ] -var settings_dict: Dictionary -var loaded := false +var _settings_dict: Dictionary +var _loaded := false +## Retrieve a setting from the local configuration. static func get_setting(name: PROPERTY) -> Variant: - var settings = load("res://addons/func_godot/func_godot_local_config.tres") - if not settings.loaded: - settings._load_settings() - return settings.settings_dict.get(PROPERTY.keys()[name], '') as Variant + var settings: FuncGodotLocalConfig = load("res://addons/func_godot/func_godot_local_config.tres") + settings.reload_func_godot_settings() + return settings._settings_dict.get(PROPERTY.keys()[name], '') as Variant func _get_property_list() -> Array: - return CONFIG_PROPERTIES.duplicate() + return _CONFIG_PROPERTIES.duplicate() func _get(property: StringName) -> Variant: var config = _get_config_property(property) if config == null and not config is Dictionary: return null _try_loading() - return settings_dict.get(PROPERTY.keys()[config['func_godot_type']], _get_default_value(config['type'])) + return _settings_dict.get(PROPERTY.keys()[config['func_godot_type']], _get_default_value(config['type'])) func _set(property: StringName, value: Variant) -> bool: var config = _get_config_property(property) if config == null and not config is Dictionary: return false - settings_dict[PROPERTY.keys()[config['func_godot_type']]] = value + _settings_dict[PROPERTY.keys()[config['func_godot_type']]] = value return true func _get_default_value(type) -> Variant: @@ -100,34 +109,39 @@ func _get_default_value(type) -> Variant: return null func _get_config_property(name: StringName) -> Variant: - for config in CONFIG_PROPERTIES: + for config in _CONFIG_PROPERTIES: if config['name'] == name: return config return null -func _load_settings() -> void: - loaded = true +## Reload this system's configuration settings into the Local Config resource. +func reload_func_godot_settings() -> void: + _loaded = true var path = _get_path() - if not FileAccess.file_exists(path): return + if not FileAccess.file_exists(path): + return var settings = FileAccess.get_file_as_string(path) - settings_dict = {} - if not settings or settings.is_empty(): return + _settings_dict = {} + if not settings or settings.is_empty(): + return settings = JSON.parse_string(settings) for key in settings.keys(): - settings_dict[key] = settings[key] + _settings_dict[key] = settings[key] notify_property_list_changed() func _try_loading() -> void: - if not loaded: _load_settings() + if not _loaded: + reload_func_godot_settings() -func _save_settings(_s = null) -> void: - if settings_dict.size() == 0: +## Export the current resource settings to a configuration file in this game's [i]user://[/i] folder. +func export_func_godot_settings() -> void: + if _settings_dict.size() == 0: return var path = _get_path() var file = FileAccess.open(path, FileAccess.WRITE) - var json = JSON.stringify(settings_dict) + var json = JSON.stringify(_settings_dict) file.store_line(json) - loaded = false + _loaded = false print("Saved settings to ", path) func _get_path() -> String: diff --git a/addons/func_godot/src/util/func_godot_local_config.gd.uid b/addons/func_godot/src/util/func_godot_local_config.gd.uid index 1a7aac7..d8b979c 100644 --- a/addons/func_godot/src/util/func_godot_local_config.gd.uid +++ b/addons/func_godot/src/util/func_godot_local_config.gd.uid @@ -1 +1 @@ -uid://bjtqjywscfgdy +uid://xsjnhahhyein diff --git a/addons/func_godot/src/util/func_godot_texture_loader.gd b/addons/func_godot/src/util/func_godot_texture_loader.gd deleted file mode 100644 index da1a075..0000000 --- a/addons/func_godot/src/util/func_godot_texture_loader.gd +++ /dev/null @@ -1,184 +0,0 @@ -class_name FuncGodotTextureLoader - -enum PBRSuffix { - ALBEDO, - NORMAL, - METALLIC, - ROUGHNESS, - EMISSION, - AO, - HEIGHT -} - -# Suffix string / Godot enum / StandardMaterial3D property -const PBR_SUFFIX_NAMES: Dictionary = { - PBRSuffix.ALBEDO: 'albedo', - PBRSuffix.NORMAL: 'normal', - PBRSuffix.METALLIC: 'metallic', - PBRSuffix.ROUGHNESS: 'roughness', - PBRSuffix.EMISSION: 'emission', - PBRSuffix.AO: 'ao', - PBRSuffix.HEIGHT: 'height', -} - -const PBR_SUFFIX_PATTERNS: Dictionary = { - PBRSuffix.ALBEDO: '%s_albedo.%s', - PBRSuffix.NORMAL: '%s_normal.%s', - PBRSuffix.METALLIC: '%s_metallic.%s', - PBRSuffix.ROUGHNESS: '%s_roughness.%s', - PBRSuffix.EMISSION: '%s_emission.%s', - PBRSuffix.AO: '%s_ao.%s', - PBRSuffix.HEIGHT: '%s_height.%s' -} - -var PBR_SUFFIX_TEXTURES: Dictionary = { - PBRSuffix.ALBEDO: StandardMaterial3D.TEXTURE_ALBEDO, - PBRSuffix.NORMAL: StandardMaterial3D.TEXTURE_NORMAL, - PBRSuffix.METALLIC: StandardMaterial3D.TEXTURE_METALLIC, - PBRSuffix.ROUGHNESS: StandardMaterial3D.TEXTURE_ROUGHNESS, - PBRSuffix.EMISSION: StandardMaterial3D.TEXTURE_EMISSION, - PBRSuffix.AO: StandardMaterial3D.TEXTURE_AMBIENT_OCCLUSION, - PBRSuffix.HEIGHT: StandardMaterial3D.TEXTURE_HEIGHTMAP -} - -const PBR_SUFFIX_PROPERTIES: Dictionary = { - PBRSuffix.NORMAL: 'normal_enabled', - PBRSuffix.EMISSION: 'emission_enabled', - PBRSuffix.AO: 'ao_enabled', - PBRSuffix.HEIGHT: 'heightmap_enabled', -} - -var map_settings: FuncGodotMapSettings = FuncGodotMapSettings.new() -var texture_wad_resources: Array = [] - -# Overrides -func _init(new_map_settings: FuncGodotMapSettings) -> void: - map_settings = new_map_settings - load_texture_wad_resources() - -# Business Logic -func load_texture_wad_resources() -> void: - texture_wad_resources.clear() - for texture_wad in map_settings.texture_wads: - if texture_wad and not texture_wad in texture_wad_resources: - texture_wad_resources.append(texture_wad) - -func load_textures(texture_list: Array) -> Dictionary: - var texture_dict: Dictionary = {} - for texture_name in texture_list: - texture_dict[texture_name] = load_texture(texture_name) - return texture_dict - -func load_texture(texture_name: String) -> Texture2D: - # Load albedo texture if it exists - for texture_extension in map_settings.texture_file_extensions: - var texture_path: String = "%s/%s.%s" % [map_settings.base_texture_dir, texture_name, texture_extension] - if ResourceLoader.exists(texture_path, "Texture2D"): - return load(texture_path) as Texture2D - - var texture_name_lower: String = texture_name.to_lower() - for texture_wad in texture_wad_resources: - if texture_name_lower in texture_wad.textures: - return texture_wad.textures[texture_name_lower] - - return load("res://addons/func_godot/textures/default_texture.png") as Texture2D - -func create_materials(texture_list: Array) -> Dictionary: - var texture_materials: Dictionary = {} - #prints("TEXLI", texture_list) - for texture in texture_list: - texture_materials[texture] = create_material(texture) - return texture_materials - -func create_material(texture_name: String) -> Material: - # Autoload material if it exists - var material_dict: Dictionary = {} - - var material_path: String = "%s/%s.%s" % [map_settings.base_texture_dir, texture_name, map_settings.material_file_extension] - if not material_path in material_dict and FileAccess.file_exists(material_path): - var loaded_material: Material = load(material_path) - if loaded_material: - material_dict[material_path] = loaded_material - - # If material already exists, use it - if material_path in material_dict: - return material_dict[material_path] - - var material: Material = null - - if map_settings.default_material: - material = map_settings.default_material.duplicate() - else: - material = StandardMaterial3D.new() - var texture: Texture2D = load_texture(texture_name) - if not texture: - return material - - if material is BaseMaterial3D: - material.shading_mode = BaseMaterial3D.SHADING_MODE_UNSHADED if map_settings.unshaded else BaseMaterial3D.SHADING_MODE_PER_PIXEL - - if material is StandardMaterial3D: - material.set_texture(StandardMaterial3D.TEXTURE_ALBEDO, texture) - elif material is ShaderMaterial && map_settings.default_material_albedo_uniform != "": - material.set_shader_parameter(map_settings.default_material_albedo_uniform, texture) - - var pbr_textures : Dictionary = get_pbr_textures(texture_name) - - for pbr_suffix in PBRSuffix.values(): - var suffix: int = pbr_suffix - var tex: Texture2D = pbr_textures[suffix] - if tex: - if material is ShaderMaterial: - material = StandardMaterial3D.new() - material.set_texture(StandardMaterial3D.TEXTURE_ALBEDO, texture) - var enable_prop: String = PBR_SUFFIX_PROPERTIES[suffix] if suffix in PBR_SUFFIX_PROPERTIES else "" - if(enable_prop != ""): - material.set(enable_prop, true) - material.set_texture(PBR_SUFFIX_TEXTURES[suffix], tex) - - material_dict[material_path] = material - - if (map_settings.save_generated_materials and material - and texture_name != map_settings.clip_texture - and texture_name != map_settings.skip_texture - and texture.resource_path != "res://addons/func_godot/textures/default_texture.png"): - ResourceSaver.save(material, material_path) - - return material - -# PBR texture fetching -func get_pbr_suffix_pattern(suffix: int) -> String: - if not suffix in PBR_SUFFIX_NAMES: - return '' - - var pattern_setting: String = "%s_map_pattern" % [PBR_SUFFIX_NAMES[suffix]] - if pattern_setting in map_settings: - return map_settings.get(pattern_setting) - - return PBR_SUFFIX_PATTERNS[suffix] - -func get_pbr_texture(texture: String, suffix: PBRSuffix) -> Texture2D: - var texture_comps: PackedStringArray = texture.split('/') - if texture_comps.size() == 0: - return null - - for texture_extension in map_settings.texture_file_extensions: - var path: String = "%s/%s/%s" % [ - map_settings.base_texture_dir, - '/'.join(texture_comps), - get_pbr_suffix_pattern(suffix) % [ - texture_comps[-1], - texture_extension - ] - ] - - if(FileAccess.file_exists(path)): - return load(path) as Texture2D - - return null - -func get_pbr_textures(texture_name: String) -> Dictionary: - var pbr_textures: Dictionary = {} - for pbr_suffix in PBRSuffix.values(): - pbr_textures[pbr_suffix] = get_pbr_texture(texture_name, pbr_suffix) - return pbr_textures diff --git a/addons/func_godot/src/util/func_godot_texture_loader.gd.uid b/addons/func_godot/src/util/func_godot_texture_loader.gd.uid deleted file mode 100644 index ae653ca..0000000 --- a/addons/func_godot/src/util/func_godot_texture_loader.gd.uid +++ /dev/null @@ -1 +0,0 @@ -uid://pfjqfqn3imye diff --git a/addons/func_godot/src/util/func_godot_util.gd b/addons/func_godot/src/util/func_godot_util.gd index 7f040a9..be6b575 100644 --- a/addons/func_godot/src/util/func_godot_util.gd +++ b/addons/func_godot/src/util/func_godot_util.gd @@ -1,40 +1,408 @@ -## General-purpose utility functions namespaced to FuncGodot for compatibility class_name FuncGodotUtil +## Static class with a number of reuseable utility methods that can be called at Editor or Run Time. -## Print debug messages. True to print, false to ignore -const DEBUG : bool = true +const _VERTEX_EPSILON: float = 0.008 -## Const-predicated print function to avoid excess log spam. Print msg if [constant DEBUG] is `true`. -static func debug_print(msg) -> void: - if(DEBUG): - print(msg) +const _VEC3_UP_ID := Vector3(0.0, 0.0, 1.0) +const _VEC3_RIGHT_ID := Vector3(0.0, 1.0, 0.0) +const _VEC3_FORWARD_ID := Vector3(1.0, 0.0, 0.0) -## Return a string that corresponds to the current OS's newline control character(s) +## Connected by the [FuncGodotMap] node to the build process' sub-components if the +## [member FuncGodotMap.build_flags]'s SHOW_PROFILE_INFO flag is set. +static func print_profile_info(message: String, signature: String) -> void: + prints(signature, message) + +## Return a [String] that corresponds to the current [OS]'s newline control characters. static func newline() -> String: if OS.get_name() == "Windows": return "\r\n" else: return "\n" -## Create a dictionary suitable for creating a category with name when overriding [method Object._get_property_list] -static func category_dict(name: String) -> Dictionary: - return property_dict(name, TYPE_STRING, -1, "", PROPERTY_USAGE_CATEGORY) +#region MATH -## Creates a property with name and type from [enum @GlobalScope.Variant.Type]. -## Optionally, provide hint from [enum @GlobalScope.PropertyHint] and corresponding hint_string, and usage from [enum @GlobalScope.PropertyUsageFlags]. -static func property_dict(name: String, type: int, hint: int = -1, hint_string: String = "", usage: int = -1) -> Dictionary: - var dict := { - 'name': name, - 'type': type - } +static func op_vec3_sum(lhs: Vector3, rhs: Vector3) -> Vector3: + return lhs + rhs - if hint != -1: - dict['hint'] = hint +static func op_vec3_avg(array: Array[Vector3]) -> Vector3: + if array.is_empty(): + push_error("Cannot average empty Vector3 array!") + return Vector3() + return array.reduce(op_vec3_sum, Vector3()) / array.size() - if hint_string != "": - dict['hint_string'] = hint_string +## Conversion from id tech coordinate system to Godot, from a top-down perspective. +static func id_to_opengl(vec: Vector3) -> Vector3: + return Vector3(vec.y, vec.z, vec.x) - if usage != -1: - dict['usage'] = usage +## Check if a point is inside a convex hull defined by a series of planes by an epsilon constant. +static func is_point_in_convex_hull(planes: Array[Plane], vertex: Vector3) -> bool: + for plane in planes: + var distance: float = plane.normal.dot(vertex) - plane.d + if distance > _VERTEX_EPSILON: + return false + return true - return dict +#endregion + +#region PATCH DEF + +## Returns the control points that defines a cubic curve for a equivalent input quadratic curve. +static func elevate_quadratic(p0: Vector3, p1: Vector3, p2: Vector3) -> Array[Vector3]: + return [p0, p0 + (2.0/3.0) * (p1 - p0), p2 + (2.0/3.0) * (p1 - p2), p2 ] + +## Create a Curve3D and bake points. +static func create_curve(start: Vector3, control: Vector3, end: Vector3, bake_interval: float = 0.05) -> Curve3D: + var ret := Curve3D.new() + ret.bake_interval = bake_interval + update_ref_curve(ret, start, control, end, bake_interval) + return ret + +## Update a Curve3D given quadratic inputs. +static func update_ref_curve(curve: Curve3D, p0: Vector3, p1: Vector3, p2: Vector3, bake_interval: float = 0.05) -> void: + curve.clear_points() + curve.bake_interval = bake_interval + curve.add_point(p0, (p1 - p0) * (2.0 / 3.0)) + curve.add_point(p1, (p1 - p0) * (1.0 / 3.0), (p2 - p1) * (1.0 / 3.0)) + curve.add_point(p2, (p2 - p1 * (2.0 / 3.0))) + +#endregion + +#region TEXTURES + +## Fallback texture if the one defined in the [QuakeMapFile] cannot be found. +const default_texture_path: String = "res://addons/func_godot/textures/default_texture.png" + +const _pbr_textures: PackedInt32Array = [ + StandardMaterial3D.TEXTURE_ALBEDO, + StandardMaterial3D.TEXTURE_NORMAL, + StandardMaterial3D.TEXTURE_METALLIC, + StandardMaterial3D.TEXTURE_ROUGHNESS, + StandardMaterial3D.TEXTURE_EMISSION, + StandardMaterial3D.TEXTURE_AMBIENT_OCCLUSION, + StandardMaterial3D.TEXTURE_HEIGHTMAP, + ORMMaterial3D.TEXTURE_ORM + ] + +## Searches for a Texture2D within the base texture directory or the WAD files added to map settings. +## If not found, a default texture is returned. +static func load_texture(texture_name: String, wad_resources: Array[QuakeWadFile], map_settings: FuncGodotMapSettings) -> Texture2D: + for texture_file_extension in map_settings.texture_file_extensions: + var texture_path: String = map_settings.base_texture_dir.path_join(texture_name + "." + texture_file_extension) + if ResourceLoader.exists(texture_path): + return load(texture_path) + + var texture_name_lower: String = texture_name.to_lower() + for wad in wad_resources: + if texture_name_lower in wad.textures: + return wad.textures[texture_name_lower] + + return load(default_texture_path) + +## Filters faces textured with Skip during the geometry generation step of the build process. +static func is_skip(texture: String, map_settings: FuncGodotMapSettings) -> bool: + if map_settings: + return texture.to_lower() == map_settings.skip_texture + return false + +## Filters faces textured with Clip during the geometry generation step of the build process. +static func is_clip(texture: String, map_settings: FuncGodotMapSettings) -> bool: + if map_settings: + return texture.to_lower() == map_settings.clip_texture + return false + +## Filters faces textured with Origin during the parsing and geometry generation steps of the build process. +static func is_origin(texture: String, map_settings: FuncGodotMapSettings) -> bool: + if map_settings: + return texture.to_lower() == map_settings.origin_texture + return false + +## Filters faces textured with any of the tool textures during the geometry generation step of the build process. +static func filter_face(texture: String, map_settings: FuncGodotMapSettings) -> bool: + if map_settings: + texture = texture.to_lower() + if (texture == map_settings.skip_texture + or texture == map_settings.clip_texture + or texture == map_settings.origin_texture + ): + return true + return false + +## Adds PBR textures to an existing [BaseMaterial3D]. +static func build_base_material(map_settings: FuncGodotMapSettings, material: BaseMaterial3D, texture: String) -> void: + var path: String = map_settings.base_texture_dir.path_join(texture) + # Check if there is a subfolder with our PBR textures + if DirAccess.open(path.path_join(path)): + path = path.path_join(path) + + var pbr_suffixes: PackedStringArray = [ + map_settings.albedo_map_pattern, + map_settings.normal_map_pattern, + map_settings.metallic_map_pattern, + map_settings.roughness_map_pattern, + map_settings.emission_map_pattern, + map_settings.ao_map_pattern, + map_settings.height_map_pattern, + map_settings.orm_map_pattern, + ] + + for texture_file_extension in map_settings.texture_file_extensions: + for i in pbr_suffixes.size(): + if not pbr_suffixes[i].is_empty(): + var pbr: String = pbr_suffixes[i] % [path, texture_file_extension] + if ResourceLoader.exists(pbr): + material.set_texture(_pbr_textures[i], load(pbr)) + +## Builds both materials and sizes dictionaries for use in the geometry generation step of the build process. +## Both dictionaries use texture names as keys. The materials dictionary uses [Material] as values, +## while the sizes dictionary saves the albedo texture sizes to aid in UV mapping. +static func build_texture_map(entity_data: Array[FuncGodotData.EntityData], map_settings: FuncGodotMapSettings) -> Array[Dictionary]: + var texture_materials: Dictionary[String, Material] = {} + var texture_sizes: Dictionary[String, Vector2] = {} + + # Prepare WAD files + var wad_resources: Array[QuakeWadFile] = [] + for wad in map_settings.texture_wads: + if wad and not wad in wad_resources: + wad_resources.append(wad) + + for entity in entity_data: + if not entity.is_visual(): + continue + + for brush in entity.brushes: + for face in brush.faces: + var texture_name: String = face.texture + + if filter_face(texture_name, map_settings): + continue + if texture_materials.has(texture_name): + continue + + var material_path: String = map_settings.base_material_dir if not map_settings.base_material_dir.is_empty() else map_settings.base_texture_dir + material_path = material_path.path_join(texture_name) + "." + map_settings.material_file_extension + material_path = material_path.replace("*", "") + + if ResourceLoader.exists(material_path): + var material: Material = load(material_path) + texture_materials[texture_name] = material + if material is BaseMaterial3D: + var albedo = material.albedo_texture + if albedo is Texture2D: + texture_sizes[texture_name] = material.albedo_texture.get_size() + elif material is ShaderMaterial: + var albedo = material.get_shader_parameter(map_settings.default_material_albedo_uniform) + if albedo is Texture2D: + texture_sizes[texture_name] = albedo.get_size() + if not texture_sizes.has(texture_name): + var texture: Texture2D = load_texture(texture_name, wad_resources, map_settings) + if texture: + texture_sizes[texture_name] = texture.get_size() + if not texture_sizes.has(texture_name): + texture_sizes[texture_name] = Vector2.ONE * map_settings.inverse_scale_factor + + # Material generation + elif map_settings.default_material: + var material = map_settings.default_material.duplicate(true) + var texture: Texture2D = load_texture(texture_name, wad_resources, map_settings) + texture_sizes[texture_name] = texture.get_size() + + if material is BaseMaterial3D: + material.albedo_texture = texture + build_base_material(map_settings, material, texture_name) + elif material is ShaderMaterial: + material.set_shader_parameter(map_settings.default_material_albedo_uniform, texture) + + if (map_settings.save_generated_materials and material + and texture_name != map_settings.clip_texture + and texture_name != map_settings.skip_texture + and texture_name != map_settings.origin_texture + and texture.resource_path != default_texture_path): + ResourceSaver.save(material, material_path) + + texture_materials[texture_name] = material + else: # No default material exists + printerr("Error: No default material found in map settings") + + return [texture_materials, texture_sizes] + +#endregion + +#region UV MAPPING + +## Returns UV coordinate calculated from the Valve 220 UV format. +static func get_valve_uv(vertex: Vector3, u_axis: Vector3, v_axis: Vector3, uv_basis := Transform2D.IDENTITY, texture_size := Vector2.ONE) -> Vector2: + var uv := Vector2(u_axis.dot(vertex), v_axis.dot(vertex)) + uv += (uv_basis.origin * uv_basis.get_scale()) + uv.x /= uv_basis.x.x + uv.y /= uv_basis.y.y + uv.x /= texture_size.x + uv.y /= texture_size.y + return uv + +## Returns UV coordinate calculated from the original id Standard UV format. +static func get_quake_uv(vertex: Vector3, normal: Vector3, uv_basis := Transform2D.IDENTITY, texture_size := Vector2.ONE) -> Vector2: + var nx := absf(normal.dot(Vector3.RIGHT)) + var ny := absf(normal.dot(Vector3.UP)) + var nz := absf(normal.dot(Vector3.FORWARD)) + var uv: Vector2 + + if ny >= nx and ny >= nz: + uv = Vector2(vertex.x, -vertex.z) + elif nx >= ny and nx >= nz: + uv = Vector2(vertex.y, -vertex.z) + else: + uv = Vector2(vertex.x, vertex.y) + + var uv_out := uv.rotated(uv_basis.get_rotation()) + uv_out /= uv_basis.get_scale() + uv_out += uv_basis.origin + uv_out /= texture_size + return uv_out + +## Determines which UV format is being used and returns the UV coordinate. +static func get_face_vertex_uv(vertex: Vector3, face: FuncGodotData.FaceData, texture_size: Vector2) -> Vector2: + if face.uv_axes.size() >= 2: + return get_valve_uv(vertex, face.uv_axes[0], face.uv_axes[1], face.uv, texture_size) + else: + return get_quake_uv(vertex, face.plane.normal, face.uv, texture_size) + +## Returns the tangent calculated from the Valve 220 UV format. +static func get_valve_tangent(u: Vector3, v: Vector3, normal: Vector3) -> PackedFloat32Array: + var u_axis: Vector3 = u.normalized() + var v_axis: Vector3 = v.normalized() + var v_sign: float = -signf(normal.cross(u_axis).dot(v_axis)) + return [u_axis.x, u_axis.y, u_axis.z, v_sign] + + # NOTE: we may still need to orthonormalize tangents. Just in case, here's a rough outline. + #var tangent: Vector3 = u.normalized() + #tangent = (tangent - normal * normal.dot(tangent)).normalized() + # + ## in the case of parallel U or V axes to planar normal, reconstruct the tangent + #if tangent.length_squared() < 0.01: + # if absf(normal.y) < 0.9: + # tangent = Vector3.UP.cross(normal) + # else: + # tangent = Vector3.RIGHT.cross(normal) + # + #tangent = tangent.normalized() + #return [tangent.x, tangent.y, tangent.z, -signf(normal.cross(tangent).dot(v.normalized))] + +## Returns the tangent calculated from the original id Standard UV format. +static func get_quake_tangent(normal: Vector3, uv_y_scale: float, uv_rotation: float) -> PackedFloat32Array: + var dx := normal.dot(_VEC3_RIGHT_ID) + var dy := normal.dot(_VEC3_UP_ID) + var dz := normal.dot(_VEC3_FORWARD_ID) + var dxa := absf(dx) + var dya := absf(dy) + var dza := absf(dz) + var u_axis: Vector3 + var v_sign: float = 0.0 + + if dya >= dxa and dya >= dza: + u_axis = _VEC3_FORWARD_ID + v_sign = signf(dy) + elif dxa >= dya and dxa >= dza: + u_axis = _VEC3_FORWARD_ID + v_sign = -signf(dx) + elif dza >= dya and dza >= dxa: + u_axis = _VEC3_RIGHT_ID + v_sign = signf(dz) + + v_sign *= signf(uv_y_scale) + u_axis = u_axis.rotated(normal, deg_to_rad(-uv_rotation) * v_sign) + return [u_axis.x, u_axis.y, u_axis.z, v_sign] + +static func get_face_tangent(face: FuncGodotData.FaceData) -> PackedFloat32Array: + if face.uv_axes.size() >= 2: + return get_valve_tangent(face.uv_axes[0], face.uv_axes[1], face.plane.normal) + else: + return get_quake_tangent(face.plane.normal, face.uv.get_scale().y, face.uv.get_rotation()) + +#endregion + +#region MESH + +static func smooth_mesh_by_angle(mesh: ArrayMesh, angle_deg: float = 89.0) -> Mesh: + if not mesh: + push_error("Need a source mesh to smooth") + return + + var angle: float = deg_to_rad(clampf(angle_deg, 0.0, 360.0)) + + var mesh_vertices: Array[Vector3] = [] + var mesh_normals: Array[Vector3] = [] + var surface_data: Array[Dictionary] = [] + var mdt: MeshDataTool + var st := SurfaceTool.new() + + # Collect surface information + for surface_index in mesh.get_surface_count(): + mdt = MeshDataTool.new() + + if mdt.create_from_surface(mesh, surface_index) != OK: + continue + + var info: Dictionary = { + "mdt": mdt, + "ofs": mesh_vertices.size(), + "mat": mesh.surface_get_material(surface_index) + } + + surface_data.append(info) + + for i in mdt.get_vertex_count(): + mesh_vertices.append(mdt.get_vertex(i)) + mesh_normals.append(mdt.get_vertex_normal(i)) + + var groups: Dictionary = {} + + # Group vertices by position + for i in mesh_vertices.size(): + var pos := mesh_vertices[i] + + # this is likely already snapped from the map building process + var key := pos.snappedf(_VERTEX_EPSILON) + + if not groups.has(key): + groups[key] = [i] + else: + groups[key].append(i) + + # Collect normals. Likely optimizable. + for group in groups.values(): + for i in group: + var this := mesh_normals[i] + var normal_out := Vector3() + for j in group: + var other := mesh_normals[j] + if this.angle_to(other) <= angle: + normal_out += other + + mesh_normals[i] = normal_out.normalized() + + var smoothed_mesh := ArrayMesh.new() + + # Construct smoothed output mesh + for dict in surface_data: + mdt = dict["mdt"] + var offset: int = dict["ofs"] + for i in mdt.get_vertex_count(): + mdt.set_vertex_normal(i, mesh_normals[offset + i]) + + st = SurfaceTool.new() + st.begin(Mesh.PRIMITIVE_TRIANGLES) + st.set_material(dict["mat"]) + + for i in mdt.get_face_count(): + for j in 3: + var index := mdt.get_face_vertex(i, j) + st.set_normal(mdt.get_vertex_normal(index)) + st.set_uv(mdt.get_vertex_uv(index)) + st.set_tangent(mdt.get_vertex_tangent(index)) + st.add_vertex(mdt.get_vertex(index)) + + smoothed_mesh = st.commit(smoothed_mesh) + + return smoothed_mesh + +#endregion diff --git a/addons/func_godot/src/util/func_godot_util.gd.uid b/addons/func_godot/src/util/func_godot_util.gd.uid index cf41fba..21f14f2 100644 --- a/addons/func_godot/src/util/func_godot_util.gd.uid +++ b/addons/func_godot/src/util/func_godot_util.gd.uid @@ -1 +1 @@ -uid://dy80wnu2py4dk +uid://bursmx2g1betd diff --git a/addons/func_godot/textures/default_material.tres b/addons/func_godot/textures/default_material.tres index c827784..30c0e59 100644 --- a/addons/func_godot/textures/default_material.tres +++ b/addons/func_godot/textures/default_material.tres @@ -5,4 +5,4 @@ [resource] albedo_texture = ExtResource("1_ncj77") metallic_specular = 0.0 -texture_filter = 4 +texture_filter = 2 diff --git a/addons/func_godot/textures/special/origin.png b/addons/func_godot/textures/special/origin.png new file mode 100644 index 0000000..4d1b155 Binary files /dev/null and b/addons/func_godot/textures/special/origin.png differ diff --git a/addons/func_godot/textures/special/origin.png.import b/addons/func_godot/textures/special/origin.png.import new file mode 100644 index 0000000..ec4df62 --- /dev/null +++ b/addons/func_godot/textures/special/origin.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dutip72dl002r" +path="res://.godot/imported/origin.png-85b62dd151467f05fa8f98ed6d2927d0.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://addons/func_godot/textures/special/origin.png" +dest_files=["res://.godot/imported/origin.png-85b62dd151467f05fa8f98ed6d2927d0.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/entities/hud.tscn b/entities/hud.tscn index 31cd337..5b42a09 100644 --- a/entities/hud.tscn +++ b/entities/hud.tscn @@ -12,21 +12,21 @@ font_size = 96 [sub_resource type="LabelSettings" id="LabelSettings_jqn4v"] font = ExtResource("3_mcea6") -font_size = 68 +font_size = 48 font_color = Color(1, 1, 1, 0.501961) outline_size = 16 outline_color = Color(0, 0, 0, 0.501961) [sub_resource type="LabelSettings" id="LabelSettings_fpuge"] font = ExtResource("3_mcea6") -font_size = 80 +font_size = 60 font_color = Color(1, 1, 1, 0.627451) outline_size = 16 outline_color = Color(0, 0, 0, 0.627451) [sub_resource type="LabelSettings" id="LabelSettings_npr4g"] font = ExtResource("3_mcea6") -font_size = 96 +font_size = 72 outline_size = 16 outline_color = Color(0, 0, 0, 1) @@ -68,7 +68,7 @@ theme_override_constants/separation = -8 [node name="prompt_overflow" type="Label" parent="hud_bottom/promptbox"] visible = false layout_mode = 2 -text = "..." +text = ". . ." label_settings = SubResource("LabelSettings_jqn4v") horizontal_alignment = 1 vertical_alignment = 1 @@ -97,6 +97,23 @@ label_settings = SubResource("LabelSettings_npr4g") horizontal_alignment = 1 vertical_alignment = 1 +[node name="subtitle" type="MarginContainer" parent="."] +visible = false +anchors_preset = 12 +anchor_top = 1.0 +anchor_right = 1.0 +anchor_bottom = 1.0 +offset_top = -300.0 +grow_horizontal = 2 +grow_vertical = 0 +size_flags_horizontal = 3 +size_flags_vertical = 3 + +[node name="ColorRect" type="ColorRect" parent="subtitle"] +visible = false +layout_mode = 2 +color = Color(0.15, 0.15, 0.15, 0.784314) + [node name="icon_eye" type="TextureRect" parent="."] visible = false offset_right = 192.0 diff --git a/entities/npc.gd b/entities/npc.gd index b2deb23..0617367 100644 --- a/entities/npc.gd +++ b/entities/npc.gd @@ -20,7 +20,7 @@ var on_route : bool = false @export var behavior_type : String = "guard" var state : String = "default" -var current_waypoint : int = -1 +var current_waypoint : int = 0 var paused : bool = false var pauseanim : String var pauseturn : bool @@ -226,7 +226,7 @@ func movement_process(delta): if !paused: walk_toward(current_path_point) - if global_transform.origin.distance_to(current_path_point) <= 0.5: + if global_transform.origin.distance_to(current_path_point) <= 0.25: current_path_index += 1 if current_path_index >= current_path.size(): if on_route: @@ -265,9 +265,10 @@ func angle_toward(target : Vector3): return (Vector2(target.z, target.x) - Vector2($CharacterArmature.global_transform.origin.z, $CharacterArmature.global_transform.origin.x)).angle() func walk_toward(point: Vector3): - var direction = global_transform.origin.direction_to(point) + var direction = global_transform.origin.direction_to(point) velocity.x = direction.x * walk_speed velocity.z = direction.z * walk_speed + print(direction) lerp_toward(atan2(velocity.x, velocity.z)) @@ -289,7 +290,8 @@ func setpath(target_position): target_position, true ) - path_end_point = current_path[len(current_path)-1] + if len(current_path) > 0: + path_end_point = current_path[len(current_path)-1] func clearpath(): current_path = [] diff --git a/maps/autosave/.gdignore b/maps/autosave/.gdignore new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/maps/autosave/.gdignore @@ -0,0 +1 @@ + diff --git a/maps/autosave/cafemotel.1.map.import b/maps/autosave/cafemotel.1.map.import deleted file mode 100644 index 60876fd..0000000 --- a/maps/autosave/cafemotel.1.map.import +++ /dev/null @@ -1,14 +0,0 @@ -[remap] - -importer="func_godot.map" -type="Resource" -uid="uid://bmjn0u44o5mvf" -path="res://.godot/imported/cafemotel.1.map-47307151d410699b7cf7c2fe6d296bb7.tres" - -[deps] - -source_file="res://maps/autosave/cafemotel.1.map" -dest_files=["res://.godot/imported/cafemotel.1.map-47307151d410699b7cf7c2fe6d296bb7.tres"] - -[params] - diff --git a/maps/autosave/cafemotel.10.map.import b/maps/autosave/cafemotel.10.map.import deleted file mode 100644 index afa94c5..0000000 --- a/maps/autosave/cafemotel.10.map.import +++ /dev/null @@ -1,14 +0,0 @@ -[remap] - -importer="func_godot.map" -type="Resource" -uid="uid://dnemivow04qpk" -path="res://.godot/imported/cafemotel.10.map-d2df9a014684f3492d3e6763eb7f1da0.tres" - -[deps] - -source_file="res://maps/autosave/cafemotel.10.map" -dest_files=["res://.godot/imported/cafemotel.10.map-d2df9a014684f3492d3e6763eb7f1da0.tres"] - -[params] - diff --git a/maps/autosave/cafemotel.2.map b/maps/autosave/cafemotel.2.map index 3cf0080..7009974 100644 --- a/maps/autosave/cafemotel.2.map +++ b/maps/autosave/cafemotel.2.map @@ -6,59 +6,23 @@ "classname" "worldspawn" // brush 0 { -( -16 -64 -16 ) ( -16 -63 -16 ) ( -16 -64 -15 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( -64 -64 -16 ) ( -64 -64 -15 ) ( -63 -64 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( -64 -64 -16 ) ( -63 -64 -16 ) ( -64 -63 -16 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 64 64 16 ) ( 64 65 16 ) ( 65 64 16 ) ground_cobblestone1 [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 64 64 16 ) ( 65 64 16 ) ( 64 64 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 784 64 16 ) ( 784 64 17 ) ( 784 65 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( -16 -184 -16 ) ( -16 -183 -16 ) ( -16 -184 -15 ) skip [ 0 -1 0 32 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( -64 -184 -16 ) ( -64 -184 -15 ) ( -63 -184 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( -64 -184 -16 ) ( -63 -184 -16 ) ( -64 -183 -16 ) skip [ -1 0 0 0 ] [ 0 -1 0 32 ] 0 0.25 0.25 +( 64 -56 16 ) ( 64 -55 16 ) ( 65 -56 16 ) ground_cobblestone1 [ 1 0 0 0 ] [ 0 -1 0 120 ] 0 0.25 0.25 +( 64 -56 16 ) ( 65 -56 16 ) ( 64 -56 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 784 -56 16 ) ( 784 -56 17 ) ( 784 -55 16 ) skip [ 0 1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 } // brush 1 { -( 80 64 0 ) ( 80 65 0 ) ( 80 64 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 64 0 ) ( 80 64 1 ) ( 81 64 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 64 16 ) ( 81 64 16 ) ( 80 65 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 96 48 ) ( 112 97 48 ) ( 113 96 48 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 72 16 ) ( 113 72 16 ) ( 112 72 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 224 96 16 ) ( 224 96 17 ) ( 224 97 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 2 -{ -( 224 64 0 ) ( 224 65 0 ) ( 224 64 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 224 64 0 ) ( 224 64 1 ) ( 225 64 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 224 64 16 ) ( 225 64 16 ) ( 224 65 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 256 96 96 ) ( 256 97 96 ) ( 257 96 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 256 72 16 ) ( 257 72 16 ) ( 256 72 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 312 96 16 ) ( 312 96 17 ) ( 312 97 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 3 -{ -( 80 64 -8 ) ( 80 65 -8 ) ( 80 64 -7 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 16 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 176 64 -8 ) ( 176 64 -7 ) ( 177 64 -8 ) surface_green_edge [ -4.371139006309477e-08 0 -0.999999999999999 16 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 176 64 96 ) ( 177 64 96 ) ( 176 65 96 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 208 96 104 ) ( 208 97 104 ) ( 209 96 104 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 208 72 8 ) ( 209 72 8 ) ( 208 72 9 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 312 96 8 ) ( 312 96 9 ) ( 312 97 8 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -} -// brush 4 -{ -( 80 64 0 ) ( 80 65 0 ) ( 80 64 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 64 0 ) ( 80 64 1 ) ( 81 64 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 64 48 ) ( 81 64 48 ) ( 80 65 48 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 96 96 ) ( 112 97 96 ) ( 113 96 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 72 16 ) ( 113 72 16 ) ( 112 72 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 88 96 16 ) ( 88 96 17 ) ( 88 97 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 5 -{ ( 80 72 0 ) ( 80 73 0 ) ( 80 72 1 ) surface_green [ 0 4.371139006309477e-08 -0.999999999999999 32 ] [ 0 0.999999999999999 4.371139006309477e-08 24 ] 90 0.5 0.5 -( 80 72 0 ) ( 80 72 1 ) ( 81 72 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 80 -48 0 ) ( 80 -48 1 ) ( 81 -48 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 80 72 16 ) ( 81 72 16 ) ( 80 73 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 104 48 ) ( 112 105 48 ) ( 113 104 48 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 112 104 52 ) ( 112 105 52 ) ( 113 104 52 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 ( 112 256 16 ) ( 113 256 16 ) ( 112 256 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 88 104 16 ) ( 88 104 17 ) ( 88 105 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 } -// brush 6 +// brush 2 { ( 80 256 0 ) ( 80 257 0 ) ( 80 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 80 256 0 ) ( 80 256 1 ) ( 81 256 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 @@ -67,7 +31,7 @@ ( 112 264 16 ) ( 113 264 16 ) ( 112 264 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 88 288 16 ) ( 88 288 17 ) ( 88 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 } -// brush 7 +// brush 3 { ( 80 256 -8 ) ( 80 257 -8 ) ( 80 256 -7 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 16 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 ( 176 256 -8 ) ( 176 256 -7 ) ( 177 256 -8 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 @@ -76,25 +40,25 @@ ( 208 264 8 ) ( 209 264 8 ) ( 208 264 9 ) surface_green_edge [ 4.371139006309477e-08 0 -0.999999999999999 16 ] [ 0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 ( 312 288 8 ) ( 312 288 9 ) ( 312 289 8 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 } -// brush 8 +// brush 4 { ( 80 72 72 ) ( 80 73 72 ) ( 80 72 73 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 16 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 72 72 ) ( 80 72 73 ) ( 81 72 72 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 +( 80 -48 72 ) ( 80 -48 73 ) ( 81 -48 72 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 ( 80 72 96 ) ( 81 72 96 ) ( 80 73 96 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 ( 112 104 104 ) ( 112 105 104 ) ( 113 104 104 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 ( 112 256 88 ) ( 113 256 88 ) ( 112 256 89 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 ( 88 104 88 ) ( 88 104 89 ) ( 88 105 88 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 } -// brush 9 +// brush 5 { ( 88 256 0 ) ( 88 257 0 ) ( 88 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 80 256 0 ) ( 80 256 1 ) ( 81 256 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 80 256 16 ) ( 81 256 16 ) ( 80 257 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 288 48 ) ( 112 289 48 ) ( 113 288 48 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 112 288 52 ) ( 112 289 52 ) ( 113 288 52 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 ( 112 264 16 ) ( 113 264 16 ) ( 112 264 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 144 288 16 ) ( 144 288 17 ) ( 144 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 } -// brush 10 +// brush 6 { ( 144 256 0 ) ( 144 257 0 ) ( 144 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 144 256 0 ) ( 144 256 1 ) ( 145 256 0 ) surface_green [ 1 0 0 32 ] [ 0 0 -1 -16 ] 0 0.5 0.5 @@ -103,7 +67,7 @@ ( 176 264 16 ) ( 177 264 16 ) ( 176 264 17 ) surface_green [ -1 0 0 -32 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 160 288 16 ) ( 160 288 17 ) ( 160 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 } -// brush 11 +// brush 7 { ( 208 256 0 ) ( 208 257 0 ) ( 208 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 208 256 0 ) ( 208 256 1 ) ( 209 256 0 ) surface_green [ 1 0 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 @@ -112,25 +76,25 @@ ( 240 264 16 ) ( 241 264 16 ) ( 240 264 17 ) surface_green [ -1 0 0 16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 224 288 16 ) ( 224 288 17 ) ( 224 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 } -// brush 12 +// brush 8 { ( 88 128 8 ) ( 88 129 8 ) ( 88 128 9 ) skip [ 0 -1 0 -56 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 88 72 8 ) ( 88 72 9 ) ( 89 72 8 ) skip [ 1 0 0 0 ] [ 0 0 -1 -8 ] 0 0.25 0.25 +( 88 -56 8 ) ( 88 -56 9 ) ( 89 -56 8 ) skip [ 1 0 0 0 ] [ 0 0 -1 -8 ] 0 0.25 0.25 ( 88 128 8 ) ( 89 128 8 ) ( 88 129 8 ) skip [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.25 0.25 ( 128 176 16 ) ( 128 177 16 ) ( 129 176 16 ) floor_wood [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.25 0.25 ( 128 264 16 ) ( 129 264 16 ) ( 128 264 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 -8 ] 0 0.25 0.25 ( 320 176 16 ) ( 320 176 17 ) ( 320 177 16 ) skip [ 0 1 0 56 ] [ 0 0 -1 -8 ] 0 0.25 0.25 } -// brush 13 +// brush 9 { ( -16 64 -16 ) ( -16 65 -16 ) ( -16 64 -15 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( -64 64 -16 ) ( -64 64 -15 ) ( -63 64 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( -64 -56 -16 ) ( -64 -56 -15 ) ( -63 -56 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( -64 64 -16 ) ( -63 64 -16 ) ( -64 65 -16 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 64 192 16 ) ( 64 193 16 ) ( 65 192 16 ) ground_cobblestone1 [ -4.371139006309477e-08 -0.999999999999999 0 0 ] [ -0.999999999999999 4.371139006309477e-08 0 106 ] 90 0.25 0.25 ( 64 264 16 ) ( 65 264 16 ) ( 64 264 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 80 192 16 ) ( 80 192 17 ) ( 80 193 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } -// brush 14 +// brush 10 { ( 72 72 88 ) ( 72 73 88 ) ( 72 72 89 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 16 ] 90 0.5 0.5 ( 80 256 88 ) ( 80 256 89 ) ( 81 256 88 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 @@ -139,25 +103,16 @@ ( 112 272 104 ) ( 113 272 104 ) ( 112 272 105 ) surface_green_edge [ 4.371139006309477e-08 0 -0.999999999999999 -32 ] [ 0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 ( 312 104 104 ) ( 312 104 105 ) ( 312 105 104 ) surface_green_edge [ 0 -4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 -0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 } -// brush 15 -{ -( 72 -128 88 ) ( 72 -127 88 ) ( 72 -128 89 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 16 ] 90 0.5 0.5 -( 80 56 88 ) ( 80 56 89 ) ( 81 56 88 ) surface_green_edge [ -4.371139006309477e-08 0 -0.999999999999999 -32 ] [ -0.999999999999999 0 4.371139006309477e-08 16 ] 90 0.5 0.5 -( 80 -128 104 ) ( 81 -128 104 ) ( 80 -127 104 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 -8 ] 0 0.5 0.5 -( 112 -96 112 ) ( 112 -95 112 ) ( 113 -96 112 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 -8 ] 0 0.5 0.5 -( 112 72 104 ) ( 113 72 104 ) ( 112 72 105 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 -( 312 -96 104 ) ( 312 -96 105 ) ( 312 -95 104 ) surface_green_edge [ 0 -4.371139006309477e-08 -0.999999999999999 32 ] [ 0 -0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -} -// brush 16 +// brush 11 { ( 72 -112 88 ) ( 72 -111 88 ) ( 72 -112 89 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 16 ] 90 0.5 0.5 -( 80 72 88 ) ( 80 72 89 ) ( 81 72 88 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +( 80 -48 88 ) ( 80 -48 89 ) ( 81 -48 88 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 ( 80 -112 104 ) ( 81 -112 104 ) ( 80 -111 104 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 ( 112 -80 112 ) ( 112 -79 112 ) ( 113 -80 112 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 ( 112 256 104 ) ( 113 256 104 ) ( 112 256 105 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 ( 88 -80 104 ) ( 88 -80 105 ) ( 88 -79 104 ) surface_green [ 0 1 0 -8 ] [ 0 0 -1 -24 ] 0 0.5 0.5 } -// brush 17 +// brush 12 { ( 72 72 128 ) ( 72 73 128 ) ( 72 72 129 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 ( 80 256 128 ) ( 80 256 129 ) ( 81 256 128 ) skip [ 1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 @@ -166,88 +121,52 @@ ( 112 272 144 ) ( 113 272 144 ) ( 112 272 145 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 ( 312 104 144 ) ( 312 104 145 ) ( 312 105 144 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 } -// brush 18 +// brush 13 { ( 72 -112 128 ) ( 72 -111 128 ) ( 72 -112 129 ) surface_green [ 0 -1 0 8 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 80 72 128 ) ( 80 72 129 ) ( 81 72 128 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 80 -48 128 ) ( 80 -48 129 ) ( 81 -48 128 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( 80 -112 144 ) ( 81 -112 144 ) ( 80 -111 144 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 ( 112 -80 152 ) ( 112 -79 152 ) ( 113 -80 152 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 ( 112 256 144 ) ( 113 256 144 ) ( 112 256 145 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( 88 -80 144 ) ( 88 -80 145 ) ( 88 -79 144 ) skip [ 0 1 0 -8 ] [ 0 0 -1 0 ] 0 0.5 0.5 } -// brush 19 +// brush 14 { -( 72 -128 128 ) ( 72 -127 128 ) ( 72 -128 129 ) surface_green [ 0 -1 0 -8 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( 80 56 128 ) ( 80 56 129 ) ( 81 56 128 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( 80 -128 144 ) ( 81 -128 144 ) ( 80 -127 144 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 -8 ] 0 0.5 0.5 -( 112 -96 152 ) ( 112 -95 152 ) ( 113 -96 152 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 72 144 ) ( 113 72 144 ) ( 112 72 145 ) skip [ -1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( 312 -96 144 ) ( 312 -96 145 ) ( 312 -95 144 ) surface_green [ 0 1 0 8 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -} -// brush 20 -{ -( 80 64 48 ) ( 80 65 48 ) ( 80 64 49 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 64 48 ) ( 80 64 49 ) ( 81 64 48 ) surface_green_edge [ -4.371139006309477e-08 0 -0.999999999999999 -32 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 64 112 ) ( 81 64 112 ) ( 80 65 112 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 96 144 ) ( 112 97 144 ) ( 113 96 144 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 72 64 ) ( 113 72 64 ) ( 112 72 65 ) skip [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 312 96 64 ) ( 312 96 65 ) ( 312 97 64 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -} -// brush 21 -{ -( 80 256 48 ) ( 80 257 48 ) ( 80 256 49 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -31.999985 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 +( 80 256 48 ) ( 80 257 48 ) ( 80 256 49 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -31.99997 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 ( 80 256 48 ) ( 80 256 49 ) ( 81 256 48 ) skip [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 80 256 112 ) ( 81 256 112 ) ( 80 257 112 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 80 256 120 ) ( 81 256 120 ) ( 80 257 120 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 ( 112 288 144 ) ( 112 289 144 ) ( 113 288 144 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 264 64 ) ( 113 264 64 ) ( 112 264 65 ) surface_green_edge [ 4.371139006309477e-08 0 -0.999999999999999 -31.999985 ] [ 0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 +( 112 264 64 ) ( 113 264 64 ) ( 112 264 65 ) surface_green_edge [ 4.371139006309477e-08 0 -0.999999999999999 -31.99997 ] [ 0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 ( 312 288 64 ) ( 312 288 65 ) ( 312 289 64 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 } -// brush 22 +// brush 15 { ( 80 248 48 ) ( 80 249 48 ) ( 80 248 49 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32.000015 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 72 48 ) ( 80 72 49 ) ( 81 72 48 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 80 248 112 ) ( 81 248 112 ) ( 80 249 112 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 -8 ] 0 0.5 0.5 +( 80 -48 48 ) ( 80 -48 49 ) ( 81 -48 48 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 +( 80 248 120 ) ( 81 248 120 ) ( 80 249 120 ) skip [ -1 0 0 0 ] [ 0 -1 0 -8 ] 0 0.5 0.5 ( 112 280 144 ) ( 112 281 144 ) ( 113 280 144 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 -8 ] 0 0.5 0.5 ( 112 256 64 ) ( 113 256 64 ) ( 112 256 65 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 ( 88 280 64 ) ( 88 280 65 ) ( 88 281 64 ) skip [ 0 1 0 8 ] [ 0 0 -1 -40 ] 0 0.5 0.5 } -// brush 23 +// brush 16 { -( 112 -16 16 ) ( 112 -15 16 ) ( 112 -16 17 ) redplaid [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 112 -16 16 ) ( 112 -16 17 ) ( 113 -16 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 112 -16 16 ) ( 113 -16 16 ) ( 112 -15 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 136 8 80 ) ( 136 9 80 ) ( 137 8 80 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 136 8 24 ) ( 137 8 24 ) ( 136 8 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 136 8 24 ) ( 136 8 25 ) ( 136 9 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 88 128 120 ) ( 88 129 120 ) ( 88 128 121 ) skip [ 0 -1 0 -56 ] [ 0 0 -1 56 ] 0 0.25 0.25 +( 88 -48 120 ) ( 88 -48 121 ) ( 89 -48 120 ) skip [ 1 0 0 0 ] [ 0 0 -1 56 ] 0 0.25 0.25 +( 88 128 120 ) ( 89 128 120 ) ( 88 129 120 ) ground_wood [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.5 0.5 +( 128 176 128 ) ( 128 177 128 ) ( 129 176 128 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.25 0.25 +( 128 256 128 ) ( 129 256 128 ) ( 128 256 129 ) skip [ -1 0 0 0 ] [ 0 0 -1 56 ] 0 0.25 0.25 +( 312 176 128 ) ( 312 176 129 ) ( 312 177 128 ) skip [ 0 1 0 56 ] [ 0 0 -1 56 ] 0 0.25 0.25 } -// brush 24 -{ -( 88 128 104 ) ( 88 129 104 ) ( 88 128 105 ) skip [ 0 -1 0 -56 ] [ 0 0 -1 56 ] 0 0.25 0.25 -( 88 72 104 ) ( 88 72 105 ) ( 89 72 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 56 ] 0 0.25 0.25 -( 88 128 104 ) ( 89 128 104 ) ( 88 129 104 ) ground_wood [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.5 0.5 -( 128 176 112 ) ( 128 177 112 ) ( 129 176 112 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.25 0.25 -( 128 256 112 ) ( 129 256 112 ) ( 128 256 113 ) skip [ -1 0 0 0 ] [ 0 0 -1 56 ] 0 0.25 0.25 -( 312 176 112 ) ( 312 176 113 ) ( 312 177 112 ) skip [ 0 1 0 56 ] [ 0 0 -1 56 ] 0 0.25 0.25 -} -// brush 25 -{ -( 224 72 16 ) ( 224 73 16 ) ( 224 72 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 224 72 16 ) ( 224 72 17 ) ( 225 72 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 224 72 16 ) ( 225 72 16 ) ( 224 73 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 248 160 48 ) ( 248 161 48 ) ( 249 160 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 248 192 24 ) ( 249 192 24 ) ( 248 192 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 248 160 24 ) ( 248 160 25 ) ( 248 161 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 26 +// brush 17 { ( 224 256 0 ) ( 224 257 0 ) ( 224 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 216 256 0 ) ( 216 256 1 ) ( 217 256 0 ) surface_green [ 1 0 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 216 256 16 ) ( 217 256 16 ) ( 216 257 16 ) surface_green [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 248 288 48 ) ( 248 289 48 ) ( 249 288 48 ) surface_green [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 248 288 52 ) ( 248 289 52 ) ( 249 288 52 ) surface_green [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 ( 248 264 16 ) ( 249 264 16 ) ( 248 264 17 ) surface_green [ -1 0 0 16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 296 288 16 ) ( 296 288 17 ) ( 296 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 } -// brush 27 +// brush 18 { ( 296 256 0 ) ( 296 257 0 ) ( 296 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 296 256 0 ) ( 296 256 1 ) ( 297 256 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 @@ -256,403 +175,376 @@ ( 328 264 16 ) ( 329 264 16 ) ( 328 264 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 312 288 16 ) ( 312 288 17 ) ( 312 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 } -// brush 28 -{ -( 224 128 16 ) ( 224 129 16 ) ( 224 128 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 224 224 16 ) ( 224 224 17 ) ( 225 224 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 224 128 16 ) ( 225 128 16 ) ( 224 129 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 248 216 48 ) ( 248 217 48 ) ( 249 216 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 248 256 24 ) ( 249 256 24 ) ( 248 256 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 312 216 24 ) ( 312 216 25 ) ( 312 217 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 29 +// brush 19 { ( 640 64 0 ) ( 640 65 0 ) ( 640 64 1 ) skip [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 0.5 0.5 -( 640 64 0 ) ( 640 64 1 ) ( 641 64 0 ) skip [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 0.5 0.5 +( 640 -56 0 ) ( 640 -56 1 ) ( 641 -56 0 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( 640 64 0 ) ( 641 64 0 ) ( 640 65 0 ) skip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 0.5 0.5 ( 656 112 16 ) ( 656 113 16 ) ( 657 112 16 ) ground_cobblestone1 [ -4.371139006309477e-08 -0.999999999999999 0 0 ] [ -0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.25 0.25 ( 656 264 16 ) ( 657 264 16 ) ( 656 264 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( 736 112 16 ) ( 736 112 17 ) ( 736 113 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 } -// brush 30 +// brush 20 { ( 736 72 16 ) ( 736 73 16 ) ( 736 72 17 ) wall_brick_scrungly [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 472 64 16 ) ( 472 64 17 ) ( 473 64 16 ) wall_brick_scrungly [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 472 -56 16 ) ( 472 -56 17 ) ( 473 -56 16 ) wall_brick_scrungly [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 472 72 16 ) ( 473 72 16 ) ( 472 73 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 504 104 96 ) ( 504 105 96 ) ( 505 104 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 504 264 32 ) ( 505 264 32 ) ( 504 264 33 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 784 104 32 ) ( 784 104 33 ) ( 784 105 32 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } -// brush 31 +// brush 21 { ( 640 64 96 ) ( 640 65 96 ) ( 640 64 97 ) skip [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 0.25 0.25 -( 640 64 96 ) ( 640 64 97 ) ( 641 64 96 ) wall_brick [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 0.25 0.25 +( 640 -56 96 ) ( 640 -56 97 ) ( 641 -56 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 640 64 96 ) ( 641 64 96 ) ( 640 65 96 ) wall_brick_scrungly [ 4.371139006309477e-08 -0.999999999999999 0 0 ] [ 0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.25 0.25 ( 656 112 256 ) ( 656 113 256 ) ( 657 112 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 656 264 112 ) ( 657 264 112 ) ( 656 264 113 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 736 112 112 ) ( 736 112 113 ) ( 736 113 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } -// brush 32 +// brush 22 { ( 736 72 96 ) ( 736 73 96 ) ( 736 72 97 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 472 64 96 ) ( 472 64 97 ) ( 473 64 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 472 -56 96 ) ( 472 -56 97 ) ( 473 -56 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 472 72 96 ) ( 473 72 96 ) ( 472 73 96 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 504 104 256 ) ( 504 105 256 ) ( 505 104 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 504 264 112 ) ( 505 264 112 ) ( 504 264 113 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 784 104 112 ) ( 784 104 113 ) ( 784 105 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } -// brush 33 +// brush 23 { -( 312 64 96 ) ( 312 65 96 ) ( 312 64 97 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 368 64 96 ) ( 368 64 97 ) ( 369 64 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 368 64 104 ) ( 369 64 104 ) ( 368 65 104 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 400 96 256 ) ( 400 97 256 ) ( 401 96 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 400 72 112 ) ( 401 72 112 ) ( 400 72 113 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 96 112 ) ( 640 96 113 ) ( 640 97 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 139 ] 0 0.25 0.25 +( 312 -56 96 ) ( 312 -55 96 ) ( 312 -56 97 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 368 -56 96 ) ( 368 -56 97 ) ( 369 -56 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 368 -56 104 ) ( 369 -56 104 ) ( 368 -55 104 ) skip [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.25 0.25 +( 400 -24 256 ) ( 400 -23 256 ) ( 401 -24 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.25 0.25 +( 400 -48 112 ) ( 401 -48 112 ) ( 400 -48 113 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 640 -24 112 ) ( 640 -24 113 ) ( 640 -23 112 ) skip [ 0 1 0 32 ] [ 0 0 -1 11 ] 0 0.25 0.25 } -// brush 34 +// brush 24 { -( -16 264 -16 ) ( -16 265 -16 ) ( -16 264 -15 ) skip [ 0 -1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 -( -64 264 -16 ) ( -64 264 -15 ) ( -63 264 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( -16 264 -16 ) ( -16 265 -16 ) ( -16 264 -15 ) skip [ 0 -1 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 +( -64 264 -16 ) ( -64 264 -15 ) ( -63 264 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 ( -64 264 12 ) ( -63 264 12 ) ( -64 265 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 ( 64 392 16 ) ( 64 393 16 ) ( 65 392 16 ) ground_greybrick [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 ( 64 360 16 ) ( 65 360 16 ) ( 64 360 17 ) wall_concrete1 [ -1 0 0 0 ] [ 0 0 -1 16 ] 0 1 1 -( 784 392 16 ) ( 784 392 17 ) ( 784 393 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 784 392 16 ) ( 784 392 17 ) ( 784 393 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 } -// brush 35 +// brush 25 { ( 632 72 96 ) ( 632 73 96 ) ( 632 72 97 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 368 72 96 ) ( 368 72 97 ) ( 369 72 96 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 368 -48 96 ) ( 368 -48 97 ) ( 369 -48 96 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 368 72 112 ) ( 369 72 112 ) ( 368 73 112 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 400 104 256 ) ( 400 105 256 ) ( 401 104 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 400 264 112 ) ( 401 264 112 ) ( 400 264 113 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 640 104 112 ) ( 640 104 113 ) ( 640 105 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } -// brush 36 +// brush 26 { ( 320 72 96 ) ( 320 73 96 ) ( 320 72 97 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 360 72 96 ) ( 360 72 97 ) ( 361 72 96 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 360 72 112 ) ( 361 72 112 ) ( 360 73 112 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 360 -48 96 ) ( 360 -48 97 ) ( 361 -48 96 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 360 72 120 ) ( 361 72 120 ) ( 360 73 120 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 392 104 256 ) ( 392 105 256 ) ( 393 104 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 392 264 112 ) ( 393 264 112 ) ( 392 264 113 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 632 104 112 ) ( 632 104 113 ) ( 632 105 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } -// brush 37 +// brush 27 { ( 312 256 104 ) ( 312 257 104 ) ( 312 256 105 ) skip [ 0 1.6292067950285372e-07 -0.9999999999999866 -16 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 ( 312 72 104 ) ( 312 72 105 ) ( 313 72 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 312 256 104 ) ( 313 256 104 ) ( 312 257 104 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 312 256 120 ) ( 313 256 120 ) ( 312 257 120 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 ( 344 288 256 ) ( 344 289 256 ) ( 345 288 256 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 ( 344 264 120 ) ( 345 264 120 ) ( 344 264 121 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 320 288 120 ) ( 320 288 121 ) ( 320 289 120 ) skip [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 } -// brush 38 +// brush 28 { -( 312 264 32 ) ( 312 136 32 ) ( 312 264 16 ) surface_beige_edge [ 0 -1.3113417006681922e-07 0.9999999999999913 32 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 0 ] 270 0.5 0.5 -( 320 136 16 ) ( 312 136 16 ) ( 320 136 32 ) surface_beige_edge [ 0.9999999999999957 0 8.742277997596912e-08 16 ] [ -8.742277997596912e-08 0 0.9999999999999957 0 ] 180 0.5 0.5 -( 312 264 16 ) ( 312 136 16 ) ( 320 264 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 -( 320 264 32 ) ( 320 136 32 ) ( 312 264 32 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 264 16 ) ( 320 264 16 ) ( 312 264 32 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 264 16 ) ( 320 136 16 ) ( 320 264 32 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 312 144 32 ) ( 312 16 32 ) ( 312 144 16 ) surface_beige_edge [ 0 -1.3113417006681922e-07 0.9999999999999913 31.99997 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 -48 ] 270 0.5 0.5 +( 320 16 16 ) ( 312 16 16 ) ( 320 16 32 ) surface_beige_edge [ 0.9999999999999957 0 8.742277997596912e-08 16 ] [ -8.742277997596912e-08 0 0.9999999999999957 0 ] 180 0.5 0.5 +( 312 144 16 ) ( 312 16 16 ) ( 320 144 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -56 ] 0 1 1 +( 320 144 32 ) ( 320 16 32 ) ( 312 144 32 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 248 16 ) ( 320 248 16 ) ( 312 248 32 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 320 144 16 ) ( 320 16 16 ) ( 320 144 32 ) skip [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 } -// brush 39 +// brush 29 { -( 312 72 16 ) ( 312 88 16 ) ( 312 72 32 ) surface_beige_edge [ 0 -1.3113417006681922e-07 0.9999999999999913 32 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 0 ] 270 0.5 0.5 -( 312 72 32 ) ( 320 72 32 ) ( 312 72 16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 320 72 16 ) ( 320 88 16 ) ( 312 72 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 -( 312 72 32 ) ( 312 88 32 ) ( 320 72 32 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 88 32 ) ( 312 88 16 ) ( 320 88 32 ) surface_beige_edge [ 1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 320 72 32 ) ( 320 88 32 ) ( 320 72 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 312 -48 16 ) ( 312 -32 16 ) ( 312 -48 32 ) surface_beige_edge [ 0 -1.3113417006681922e-07 0.9999999999999913 31.999966 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 -47.999992 ] 270 0.5 0.5 +( 312 -40 32 ) ( 320 -40 32 ) ( 312 -40 16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 320 -48 16 ) ( 320 -32 16 ) ( 312 -48 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -56 ] 0 1 1 +( 312 -48 32 ) ( 312 -32 32 ) ( 320 -48 32 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 -32 32 ) ( 312 -32 16 ) ( 320 -32 32 ) surface_beige_edge [ 1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 320 -48 32 ) ( 320 -32 32 ) ( 320 -48 16 ) skip [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 } -// brush 40 +// brush 30 { -( 312 264 88 ) ( 312 136 88 ) ( 312 264 32 ) surface_beige [ 0 -1.3113417006681922e-07 0.9999999999999913 32 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 0 ] 270 0.5 0.5 -( 320 136 32 ) ( 312 136 32 ) ( 320 136 88 ) surface_beige_edge [ 0.9999999999999961 -0 8.742278000372473e-08 16 ] [ -8.742278000372473e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 -( 312 264 32 ) ( 312 136 32 ) ( 320 264 32 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 320 264 88 ) ( 320 136 88 ) ( 312 264 88 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 264 32 ) ( 320 264 32 ) ( 312 264 88 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 264 32 ) ( 320 136 32 ) ( 320 264 88 ) skip [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 312 144 88 ) ( 312 16 88 ) ( 312 144 32 ) surface_beige [ 0 -1.3113417006681922e-07 0.9999999999999913 31.999962 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 -48 ] 270 0.5 0.5 +( 320 16 32 ) ( 312 16 32 ) ( 320 16 88 ) surface_beige_edge [ 0.9999999999999961 0 8.742278000372473e-08 16 ] [ -8.742278000372473e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 +( 312 144 32 ) ( 312 16 32 ) ( 320 144 32 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 320 144 104 ) ( 320 16 104 ) ( 312 144 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 248 32 ) ( 320 248 32 ) ( 312 248 88 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 320 144 32 ) ( 320 16 32 ) ( 320 144 88 ) skip [ 0 1 0 48 ] [ 0 0 -1 16 ] 0 0.5 0.5 } -// brush 41 +// brush 31 { -( 312 72 32 ) ( 312 88 32 ) ( 312 72 88 ) surface_beige [ 0 -1.3113417006681922e-07 0.9999999999999913 32 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 0 ] 270 0.5 0.5 -( 312 72 88 ) ( 320 72 88 ) ( 312 72 32 ) skip [ 1 0 0 -16 ] [ 0 0 -1 16 ] 0 0.5 0.5 -( 320 72 32 ) ( 320 88 32 ) ( 312 72 32 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 72 88 ) ( 312 88 88 ) ( 320 72 88 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 88 88 ) ( 312 88 32 ) ( 320 88 88 ) surface_beige_edge [ 0.9999999999999998 -0 1.3234889800848443e-23 16 ] [ 1.3234889800848443e-23 0 -0.9999999999999998 0 ] 0 0.5 0.5 -( 320 72 88 ) ( 320 88 88 ) ( 320 72 32 ) skip [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 312 -48 32 ) ( 312 -32 32 ) ( 312 -48 88 ) surface_beige_edge [ 0 0.9999999999999785 2.0663206962145964e-07 31.999962 ] [ 0 -2.0663206962145964e-07 0.9999999999999785 -48 ] 180 0.5 0.5 +( 312 -48 88 ) ( 320 -48 88 ) ( 312 -48 32 ) skip [ 1 0 0 -16 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 320 -48 32 ) ( 320 -32 32 ) ( 312 -48 32 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 -48 96 ) ( 312 -32 96 ) ( 320 -48 96 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 -32 88 ) ( 312 -32 32 ) ( 320 -32 88 ) surface_beige_edge [ 0.9999999999999998 0 1.3234889800848443e-23 16 ] [ 1.3234889800848443e-23 0 -0.9999999999999998 0 ] 0 0.5 0.5 +( 320 -48 88 ) ( 320 -32 88 ) ( 320 -48 32 ) skip [ 0 1 0 48 ] [ 0 0 -1 16 ] 0 0.5 0.5 } -// brush 42 +// brush 32 { -( 312 264 104 ) ( 312 136 104 ) ( 312 264 88 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 -( 320 136 88 ) ( 312 136 88 ) ( 320 136 104 ) surface_beige_edge [ 0.9999999999999961 0 8.742277995965608e-08 16 ] [ -8.742277995965608e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 -( 312 264 88 ) ( 312 136 88 ) ( 320 264 88 ) surface_beige_edge [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 320 264 104 ) ( 320 136 104 ) ( 312 264 104 ) surface_beige_edge [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 264 88 ) ( 320 264 88 ) ( 312 264 104 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 264 88 ) ( 320 136 88 ) ( 320 264 104 ) surface_beige_edge [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 312 144 120 ) ( 312 16 120 ) ( 312 144 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -15.9999695 ] [ 0 0.9999999999999866 1.6292067950285372e-07 48 ] 90 0.5 0.5 +( 320 16 104 ) ( 312 16 104 ) ( 320 16 120 ) surface_beige_edge [ 0.9999999999999961 0 8.742277995965608e-08 16 ] [ -8.742277995965608e-08 0 0.9999999999999961 -32 ] 180 0.5 0.5 +( 312 144 104 ) ( 312 16 104 ) ( 320 144 104 ) surface_beige_edge [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 320 144 120 ) ( 320 16 120 ) ( 312 144 120 ) surface_beige_edge [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 248 104 ) ( 320 248 104 ) ( 312 248 120 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 320 144 104 ) ( 320 16 104 ) ( 320 144 120 ) skip [ 0 1 0 48 ] [ 0 0 -1 48 ] 0 0.5 0.5 } -// brush 43 +// brush 33 { -( 312 72 88 ) ( 312 88 88 ) ( 312 72 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 -( 312 72 104 ) ( 320 72 104 ) ( 312 72 88 ) skip [ 1 0 0 -16 ] [ 0 0 -1 16 ] 0 0.5 0.5 -( 320 72 88 ) ( 320 88 88 ) ( 312 72 88 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 72 104 ) ( 312 88 104 ) ( 320 72 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 88 104 ) ( 312 88 88 ) ( 320 88 104 ) surface_beige_edge [ 1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 320 72 104 ) ( 320 88 104 ) ( 320 72 88 ) skip [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 312 -48 104 ) ( 312 -32 104 ) ( 312 -48 120 ) surface_beige_corner [ 0 0.9999999999999961 8.742278000372473e-08 -32 ] [ 0 -8.742278000372473e-08 0.9999999999999961 -48 ] 180 0.5 0.5 +( 312 -48 120 ) ( 320 -48 120 ) ( 312 -48 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 48 ] 0 0.5 0.5 +( 320 -48 96 ) ( 320 -32 96 ) ( 312 -48 96 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 -48 120 ) ( 312 -32 120 ) ( 320 -48 120 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 -32 120 ) ( 312 -32 104 ) ( 320 -32 120 ) skip [ 1 0 0 16 ] [ 0 0 -1 32 ] 0 0.5 0.5 +( 320 -48 120 ) ( 320 -32 120 ) ( 320 -48 104 ) skip [ 0 1 0 48 ] [ 0 0 -1 48 ] 0 0.5 0.5 } -// brush 44 +// brush 34 { -( 312 88 104 ) ( 312 88 96 ) ( 312 136 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 -( 320 96 104 ) ( 320 96 96 ) ( 312 96 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 -( 312 136 96 ) ( 312 88 96 ) ( 320 136 96 ) surface_beige_edge [ 1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 320 136 104 ) ( 320 88 104 ) ( 312 136 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 128 104 ) ( 312 128 96 ) ( 320 128 104 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 -( 320 136 104 ) ( 320 136 96 ) ( 320 88 104 ) skip [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 312 -32 104 ) ( 312 -32 96 ) ( 312 16 104 ) surface_beige [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.99997 ] [ 0 0.9999999999999866 1.6292067950285372e-07 48 ] 90 0.5 0.5 +( 320 -24 104 ) ( 320 -24 96 ) ( 312 -24 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 +( 312 16 96 ) ( 312 -32 96 ) ( 320 16 96 ) surface_beige_edge [ 1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 320 16 104 ) ( 320 -32 104 ) ( 312 16 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 8 104 ) ( 312 8 96 ) ( 320 8 104 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 +( 320 16 104 ) ( 320 16 96 ) ( 320 -32 104 ) skip [ 0 1 0 48 ] [ 0 0 -1 16 ] 0 0.5 0.5 } -// brush 45 +// brush 35 { ( 488 264 96 ) ( 488 72 96 ) ( 488 264 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 640 72 16 ) ( 328 72 16 ) ( 640 72 96 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 264 16 ) ( 328 264 16 ) ( 640 72 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 -( 640 72 112 ) ( 328 72 112 ) ( 640 264 112 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 1 1 +( 640 -48 16 ) ( 328 -48 16 ) ( 640 -48 96 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 640 264 4 ) ( 328 264 4 ) ( 640 72 4 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 +( 640 72 120 ) ( 328 72 120 ) ( 640 264 120 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 1 1 ( 640 264 96 ) ( 328 264 96 ) ( 640 264 16 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 640 72 96 ) ( 640 264 96 ) ( 640 72 16 ) wall_brick_scrungly [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } +// brush 36 +{ +( 320 144 96 ) ( 320 16 96 ) ( 320 144 16 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 320 16 96 ) ( 328 16 96 ) ( 320 16 16 ) surface_beige_edge [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 320 144 16 ) ( 320 16 16 ) ( 328 144 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -56 ] 0 1 1 +( 328 144 112 ) ( 328 16 112 ) ( 320 144 112 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -56 ] 0 1 1 +( 320 136 16 ) ( 328 136 16 ) ( 320 136 96 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 328 144 16 ) ( 328 16 16 ) ( 328 144 96 ) surface_beige [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 +} +// brush 37 +{ +( 320 -48 16 ) ( 320 -32 16 ) ( 320 -48 96 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 320 -48 96 ) ( 328 -48 96 ) ( 320 -48 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 328 -48 16 ) ( 328 -32 16 ) ( 320 -48 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -56 ] 0 1 1 +( 320 -48 96 ) ( 320 -32 96 ) ( 328 -48 96 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -56 ] 0 1 1 +( 320 -32 96 ) ( 320 -32 16 ) ( 328 -32 96 ) surface_beige_edge [ -0.9999999999999961 0 8.742278000372473e-08 16 ] [ 8.742278000372473e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 +( 328 -48 96 ) ( 328 -32 96 ) ( 328 -48 16 ) surface_beige [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 +} +// brush 38 +{ +( 320 8 8 ) ( 320 9 8 ) ( 320 8 9 ) skip [ 0 -1 0 -24 ] [ 0 0 -1 -8 ] 0 0.25 0.25 +( 320 -48 8 ) ( 320 -48 9 ) ( 321 -48 8 ) skip [ 1 0 0 32 ] [ 0 0 -1 -8 ] 0 0.25 0.25 +( 320 8 8 ) ( 321 8 8 ) ( 320 9 8 ) skip [ -1 0 0 -32 ] [ 0 -1 0 -24 ] 0 0.25 0.25 +( 360 56 16 ) ( 360 57 16 ) ( 361 56 16 ) floor_checkertiles [ 1 0 0 0 ] [ 0 -1 0 -96 ] 0 0.25 0.25 +( 360 104 16 ) ( 361 104 16 ) ( 360 104 17 ) skip [ -1 0 0 -32 ] [ 0 0 -1 -8 ] 0 0.25 0.25 +( 449 56 16 ) ( 449 56 17 ) ( 449 57 16 ) skip [ 0 1 0 24 ] [ 0 0 -1 -8 ] 0 0.25 0.25 +} +// brush 39 +{ +( 320 -32 104 ) ( 320 -32 96 ) ( 320 16 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.99997 ] [ 0 0.9999999999999866 1.6292067950285372e-07 48 ] 90 0.5 0.5 +( 328 -24 104 ) ( 328 -24 96 ) ( 320 -24 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 +( 320 16 96 ) ( 320 -32 96 ) ( 328 16 96 ) surface_beige_edge [ -0.9999999999999961 8.742278000372473e-08 0 16 ] [ 8.742278000372473e-08 0.9999999999999961 0 48 ] 180 0.5 0.5 +( 328 16 104 ) ( 328 -32 104 ) ( 320 16 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 320 8 104 ) ( 320 8 96 ) ( 328 8 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 +( 328 16 104 ) ( 328 16 96 ) ( 328 -32 104 ) surface_beige [ 0 1 0 48 ] [ 0 0 -1 16 ] 0 0.5 0.5 +} +// brush 40 +{ +( 312 -24 104 ) ( 312 -24 96 ) ( 312 24 104 ) surface_beige [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.99997 ] [ 0 0.9999999999999866 1.6292067950285372e-07 31.999998 ] 90 0.5 0.5 +( 320 8 104 ) ( 320 8 96 ) ( 312 8 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 +( 312 24 96 ) ( 312 -24 96 ) ( 320 24 96 ) surface_beige_corner [ -4.371139006309477e-08 -0.999999999999999 0 -32 ] [ -0.999999999999999 4.371139006309477e-08 0 48 ] 90 0.5 0.5 +( 320 24 104 ) ( 320 -24 104 ) ( 312 24 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 312 16 104 ) ( 312 16 96 ) ( 320 16 104 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 +( 320 24 104 ) ( 320 24 96 ) ( 320 -24 104 ) skip [ 0 1 0 32 ] [ 0 0 -1 16 ] 0 0.5 0.5 +} +// brush 41 +{ +( 320 -24 104 ) ( 320 -24 96 ) ( 320 24 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.99997 ] [ 0 0.9999999999999866 1.6292067950285372e-07 31.999998 ] 90 0.5 0.5 +( 328 8 104 ) ( 328 8 96 ) ( 320 8 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 +( 320 24 96 ) ( 320 -24 96 ) ( 328 24 96 ) surface_beige_corner [ -0.9999999999999961 8.742277995965608e-08 0 16 ] [ 8.742277995965608e-08 0.9999999999999961 0 32 ] 180 0.5 0.5 +( 328 24 104 ) ( 328 -24 104 ) ( 320 24 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 320 16 104 ) ( 320 16 96 ) ( 328 16 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 +( 328 24 104 ) ( 328 24 96 ) ( 328 -24 104 ) surface_beige [ 0 1 0 32 ] [ 0 0 -1 16 ] 0 0.5 0.5 +} +// brush 42 +{ +( 312 -40 104 ) ( 312 -40 96 ) ( 312 8 104 ) surface_beige [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.999954 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 +( 320 -32 104 ) ( 320 -32 96 ) ( 312 -32 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 +( 312 8 96 ) ( 312 -40 96 ) ( 320 8 96 ) surface_beige_corner [ 1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 320 8 104 ) ( 320 -40 104 ) ( 312 8 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 312 -24 104 ) ( 312 -24 96 ) ( 320 -24 104 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 +( 320 8 104 ) ( 320 8 96 ) ( 320 -40 104 ) skip [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 +} +// brush 43 +{ +( 320 -40 104 ) ( 320 -40 96 ) ( 320 8 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.999954 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 +( 328 -32 104 ) ( 328 -32 96 ) ( 320 -32 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 +( 320 8 96 ) ( 320 -40 96 ) ( 328 8 96 ) surface_beige_corner [ 1.3113417006681922e-07 0.9999999999999912 0 0 ] [ 0.9999999999999912 -1.3113417006681922e-07 0 48 ] 270 0.5 0.5 +( 328 8 104 ) ( 328 -40 104 ) ( 320 8 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 320 -24 104 ) ( 320 -24 96 ) ( 328 -24 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 +( 328 8 104 ) ( 328 8 96 ) ( 328 -40 104 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 +} +// brush 44 +{ +( 320 -56 104 ) ( 320 -56 96 ) ( 320 -8 104 ) skip [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.999954 ] [ 0 0.9999999999999866 1.6292067950285372e-07 32.000004 ] 90 0.5 0.5 +( 328 -48 104 ) ( 328 -48 96 ) ( 320 -48 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 +( 320 -8 96 ) ( 320 -56 96 ) ( 328 -8 96 ) skip [ 1.3113417006681922e-07 0.9999999999999912 0 32 ] [ 0.9999999999999912 -1.3113417006681922e-07 0 48 ] 270 0.5 0.5 +( 328 -8 104 ) ( 328 -56 104 ) ( 320 -8 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 320 -32 104 ) ( 320 -32 96 ) ( 328 -32 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 +( 328 -8 104 ) ( 328 -8 96 ) ( 328 -56 104 ) surface_beige [ 0 1 0 32 ] [ 0 0 -1 16 ] 0 0.5 0.5 +} +// brush 45 +{ +( 480 -40 16 ) ( 480 -39 16 ) ( 480 -40 17 ) surface_beige [ 0 -1 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 480 -40 16 ) ( 480 -40 17 ) ( 481 -40 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 480 -40 16 ) ( 481 -40 16 ) ( 480 -39 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 488 -24 104 ) ( 488 -23 104 ) ( 489 -24 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 488 136 24 ) ( 489 136 24 ) ( 488 136 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 488 -24 24 ) ( 488 -24 25 ) ( 488 -23 24 ) skip [ 0 1 0 -16 ] [ 0 0 -1 0 ] 0 0.5 0.5 +} // brush 46 { -( 320 264 96 ) ( 320 136 96 ) ( 320 264 16 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 136 96 ) ( 328 136 96 ) ( 320 136 16 ) surface_beige_edge [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 320 264 16 ) ( 320 136 16 ) ( 328 264 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 -( 328 264 112 ) ( 328 136 112 ) ( 320 264 112 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 1 1 -( 320 264 16 ) ( 328 264 16 ) ( 320 264 96 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 328 264 16 ) ( 328 136 16 ) ( 328 264 96 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 432 -48 96 ) ( 432 -56 96 ) ( 432 -48 16 ) wall_brick_scrungly [ 0 1 0 224 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 640 -56 16 ) ( 432 -56 16 ) ( 640 -56 96 ) wall_brick_scrungly [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 640 -48 16 ) ( 432 -48 16 ) ( 640 -56 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 640 -56 96 ) ( 432 -56 96 ) ( 640 -48 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 640 -48 96 ) ( 432 -48 96 ) ( 640 -48 16 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 640 -56 96 ) ( 640 -48 96 ) ( 640 -56 16 ) wall_brick_scrungly [ 0 1 0 224 ] [ 0 0 -1 0 ] 0 0.25 0.25 } // brush 47 { -( 320 72 16 ) ( 320 88 16 ) ( 320 72 96 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 72 96 ) ( 328 72 96 ) ( 320 72 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 328 72 16 ) ( 328 88 16 ) ( 320 72 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 -( 320 72 96 ) ( 320 88 96 ) ( 328 72 96 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 1 1 -( 320 88 96 ) ( 320 88 16 ) ( 328 88 96 ) surface_beige_edge [ -0.9999999999999961 0 8.742278000372473e-08 16 ] [ 8.742278000372473e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 -( 328 72 96 ) ( 328 88 96 ) ( 328 72 16 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 312 -56 16 ) ( 312 -48 16 ) ( 312 -56 96 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 312 -56 96 ) ( 384 -56 96 ) ( 312 -56 16 ) wall_brick_scrungly [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 312 -56 16 ) ( 384 -56 16 ) ( 312 -48 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 312 -48 96 ) ( 384 -48 96 ) ( 312 -56 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 312 -48 16 ) ( 384 -48 16 ) ( 312 -48 96 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 384 -56 16 ) ( 384 -56 96 ) ( 384 -48 16 ) wall_brick_scrungly [ 0 -1 0 -224 ] [ 0 0 -1 0 ] 0 0.25 0.25 } // brush 48 { -( 320 128 8 ) ( 320 129 8 ) ( 320 128 9 ) skip [ 0 -1 0 -56 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 320 72 8 ) ( 320 72 9 ) ( 321 72 8 ) skip [ 1 0 0 96 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 320 128 8 ) ( 321 128 8 ) ( 320 129 8 ) skip [ -1 0 0 -96 ] [ 0 -1 0 -56 ] 0 0.25 0.25 -( 360 176 16 ) ( 360 177 16 ) ( 361 176 16 ) floor_checkertiles [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 360 224 16 ) ( 361 224 16 ) ( 360 224 17 ) skip [ -1 0 0 -32 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 448 176 16 ) ( 448 176 17 ) ( 448 177 16 ) skip [ 0 1 0 56 ] [ 0 0 -1 -8 ] 0 0.25 0.25 +( 432 -40 104 ) ( 432 -48 104 ) ( 432 -40 16 ) surface_beige_edge [ 0 -0.9999999999999961 8.742278000372473e-08 -16 ] [ 0 8.742278000372473e-08 0.9999999999999961 0 ] 180 0.5 0.5 +( 448 -48 16 ) ( 432 -48 16 ) ( 448 -48 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 448 -40 16 ) ( 432 -40 16 ) ( 448 -48 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 448 -48 104 ) ( 432 -48 104 ) ( 448 -40 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 448 -40 104 ) ( 432 -40 104 ) ( 448 -40 16 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 480 -48 104 ) ( 480 -40 104 ) ( 480 -48 16 ) skip [ 0 1 0 56 ] [ 0 0 -1 0 ] 0 1 1 } // brush 49 { -( 320 88 104 ) ( 320 88 96 ) ( 320 136 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 -( 328 96 104 ) ( 328 96 96 ) ( 320 96 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 -( 320 136 96 ) ( 320 88 96 ) ( 328 136 96 ) surface_beige_edge [ -0.9999999999999961 8.742278000372473e-08 0 16 ] [ 8.742278000372473e-08 0.9999999999999961 0 0 ] 180 0.5 0.5 -( 328 136 104 ) ( 328 88 104 ) ( 320 136 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 320 128 104 ) ( 320 128 96 ) ( 328 128 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 -( 328 136 104 ) ( 328 136 96 ) ( 328 88 104 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 328 -48 16 ) ( 328 -40 16 ) ( 328 -48 104 ) skip [ 0 -1 0 -56 ] [ 0 0 -1 0 ] 0 1 1 +( 328 -48 104 ) ( 384 -48 104 ) ( 328 -48 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 328 -48 16 ) ( 384 -48 16 ) ( 328 -40 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 328 -40 104 ) ( 384 -40 104 ) ( 328 -48 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 328 -40 16 ) ( 384 -40 16 ) ( 328 -40 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 384 -48 16 ) ( 384 -48 104 ) ( 384 -40 16 ) surface_beige_edge [ 0 -1 0 -16 ] [ 0 0 -1 0 ] 0 0.5 0.5 } // brush 50 { -( 312 96 104 ) ( 312 96 96 ) ( 312 144 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48.000015 ] [ 0 0.9999999999999866 1.6292067950285372e-07 -16 ] 90 0.5 0.5 -( 320 128 104 ) ( 320 128 96 ) ( 312 128 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 -( 312 144 96 ) ( 312 96 96 ) ( 320 144 96 ) surface_beige_corner [ -4.371139006309477e-08 -0.999999999999999 0 16 ] [ -0.999999999999999 4.371139006309477e-08 0 48 ] 90 0.5 0.5 -( 320 144 104 ) ( 320 96 104 ) ( 312 144 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 312 136 104 ) ( 312 136 96 ) ( 320 136 104 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 -( 320 144 104 ) ( 320 144 96 ) ( 320 96 104 ) skip [ 0 1 0 -16 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 392 -48 104 ) ( 392 -48 96 ) ( 392 -40 104 ) surface_beige [ 0 -1 0 -56 ] [ 0 0 -1 0 ] 0 1 1 +( 432 -48 104 ) ( 432 -48 96 ) ( 384 -48 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 432 -48 96 ) ( 432 -40 96 ) ( 384 -48 96 ) surface_beige_edge [ -4.371139006309477e-08 -0.999999999999999 0 -16 ] [ -0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.5 0.5 +( 432 -48 104 ) ( 384 -48 104 ) ( 432 -40 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 384 -40 104 ) ( 384 -40 96 ) ( 432 -40 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 424 -40 104 ) ( 424 -40 96 ) ( 424 -48 104 ) surface_beige [ 0 1 0 56 ] [ 0 0 -1 0 ] 0 1 1 } // brush 51 { -( 320 96 104 ) ( 320 96 96 ) ( 320 144 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48.000015 ] [ 0 0.9999999999999866 1.6292067950285372e-07 -16 ] 90 0.5 0.5 -( 328 128 104 ) ( 328 128 96 ) ( 320 128 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 -( 320 144 96 ) ( 320 96 96 ) ( 328 144 96 ) surface_beige_corner [ -0.9999999999999961 8.742277995965608e-08 0 16 ] [ 8.742277995965608e-08 0.9999999999999961 0 48 ] 180 0.5 0.5 -( 328 144 104 ) ( 328 96 104 ) ( 320 144 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 320 136 104 ) ( 320 136 96 ) ( 328 136 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 -( 328 144 104 ) ( 328 144 96 ) ( 328 96 104 ) surface_beige [ 0 1 0 -16 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 384 -56 8 ) ( 384 -55 8 ) ( 384 -56 9 ) ground_cobblestone1 [ 0 -1 0 -224 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 384 -56 8 ) ( 384 -56 9 ) ( 385 -56 8 ) ground_cobblestone1 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 384 -56 8 ) ( 385 -56 8 ) ( 384 -55 8 ) ground_cobblestone1 [ -1 0 0 0 ] [ 0 -1 0 -30 ] 0 0.25 0.25 +( 432 -48 16 ) ( 432 -47 16 ) ( 433 -48 16 ) ground_cobblestone1 [ 1 0 0 0 ] [ 0 -1 0 -30 ] 0 0.25 0.25 +( 432 -48 16 ) ( 433 -48 16 ) ( 432 -48 17 ) ground_cobblestone1 [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 432 -48 16 ) ( 432 -48 17 ) ( 432 -47 16 ) ground_cobblestone1 [ 0 1 0 224 ] [ 0 0 -1 0 ] 0 0.25 0.25 } // brush 52 { -( 312 80 104 ) ( 312 80 96 ) ( 312 128 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 16 ] 90 0.5 0.5 -( 320 88 104 ) ( 320 88 96 ) ( 312 88 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 -( 312 128 96 ) ( 312 80 96 ) ( 320 128 96 ) surface_beige_corner [ 1 0 0 16 ] [ 0 -1 0 -16 ] 0 0.5 0.5 -( 320 128 104 ) ( 320 80 104 ) ( 312 128 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -16 ] 0 0.5 0.5 -( 312 96 104 ) ( 312 96 96 ) ( 320 96 104 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 -( 320 128 104 ) ( 320 128 96 ) ( 320 80 104 ) skip [ 0 1 0 16 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 312 -56 96 ) ( 312 -55 96 ) ( 312 -56 97 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 312 -56 96 ) ( 312 -56 97 ) ( 313 -56 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 312 -56 96 ) ( 313 -56 96 ) ( 312 -55 96 ) wall_brick [ -1 0 0 0 ] [ 0 -1 0 -118 ] 0 0.25 0.25 +( 360 -48 104 ) ( 360 -47 104 ) ( 361 -48 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.25 0.25 +( 360 -48 104 ) ( 361 -48 104 ) ( 360 -48 105 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 640 -48 104 ) ( 640 -48 105 ) ( 640 -47 104 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.25 0.25 } // brush 53 { -( 320 80 104 ) ( 320 80 96 ) ( 320 128 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 16 ] 90 0.5 0.5 -( 328 88 104 ) ( 328 88 96 ) ( 320 88 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 -( 320 128 96 ) ( 320 80 96 ) ( 328 128 96 ) surface_beige_corner [ 1.3113417006681922e-07 0.9999999999999912 0 16 ] [ 0.9999999999999912 -1.3113417006681922e-07 -0 48 ] 270 0.5 0.5 -( 328 128 104 ) ( 328 80 104 ) ( 320 128 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 -16 ] 0 0.5 0.5 -( 320 96 104 ) ( 320 96 96 ) ( 328 96 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 -( 328 128 104 ) ( 328 128 96 ) ( 328 80 104 ) surface_beige [ 0 1 0 16 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 54 -{ -( 320 64 104 ) ( 320 64 96 ) ( 320 112 104 ) skip [ 0 1.6292067950285372e-07 -0.9999999999999866 -48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 48 ] 90 0.5 0.5 -( 328 72 104 ) ( 328 72 96 ) ( 320 72 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 -( 320 112 96 ) ( 320 64 96 ) ( 328 112 96 ) skip [ 1.3113417006681922e-07 0.9999999999999912 0 48 ] [ 0.9999999999999912 -1.3113417006681922e-07 0 48 ] 270 0.5 0.5 -( 328 112 104 ) ( 328 64 104 ) ( 320 112 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 320 88 104 ) ( 320 88 96 ) ( 328 88 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 -( 328 112 104 ) ( 328 112 96 ) ( 328 64 104 ) surface_beige [ 0 1 0 48 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 55 -{ -( 328 256 16 ) ( 328 257 16 ) ( 328 256 17 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 328 256 16 ) ( 328 256 17 ) ( 329 256 16 ) surface_beige [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 328 256 16 ) ( 329 256 16 ) ( 328 257 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 448 264 112 ) ( 448 265 112 ) ( 449 264 112 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 448 264 24 ) ( 449 264 24 ) ( 448 264 25 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 488 264 24 ) ( 488 264 25 ) ( 488 265 24 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 56 -{ -( 480 80 16 ) ( 480 81 16 ) ( 480 80 17 ) surface_beige [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 480 80 16 ) ( 480 80 17 ) ( 481 80 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 480 80 16 ) ( 481 80 16 ) ( 480 81 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 488 96 104 ) ( 488 97 104 ) ( 489 96 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 488 256 24 ) ( 489 256 24 ) ( 488 256 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 488 96 24 ) ( 488 96 25 ) ( 488 97 24 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 57 -{ -( 432 72 96 ) ( 432 64 96 ) ( 432 72 16 ) wall_brick_scrungly [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 64 16 ) ( 432 64 16 ) ( 640 64 96 ) wall_brick_scrungly [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 0.25 0.25 -( 640 72 16 ) ( 432 72 16 ) ( 640 64 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 640 64 96 ) ( 432 64 96 ) ( 640 72 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 640 72 96 ) ( 432 72 96 ) ( 640 72 16 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 64 96 ) ( 640 72 96 ) ( 640 64 16 ) wall_brick_scrungly [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 58 -{ -( 312 64 16 ) ( 312 72 16 ) ( 312 64 96 ) skip [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 0.25 0.25 -( 312 64 96 ) ( 384 64 96 ) ( 312 64 16 ) wall_brick_scrungly [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 0.25 0.25 -( 312 64 16 ) ( 384 64 16 ) ( 312 72 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 312 72 96 ) ( 384 72 96 ) ( 312 64 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 312 72 16 ) ( 384 72 16 ) ( 312 72 96 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 384 64 16 ) ( 384 64 96 ) ( 384 72 16 ) wall_brick_scrungly [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 59 -{ -( 432 80 104 ) ( 432 72 104 ) ( 432 80 16 ) surface_beige_edge [ 0 -0.9999999999999961 8.742278000372473e-08 32 ] [ 0 8.742278000372473e-08 0.9999999999999961 0 ] 180 0.5 0.5 -( 448 72 16 ) ( 432 72 16 ) ( 448 72 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 448 80 16 ) ( 432 80 16 ) ( 448 72 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 448 72 104 ) ( 432 72 104 ) ( 448 80 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 448 80 104 ) ( 432 80 104 ) ( 448 80 16 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 480 72 104 ) ( 480 80 104 ) ( 480 72 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 60 -{ -( 328 72 16 ) ( 328 80 16 ) ( 328 72 104 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 328 72 104 ) ( 384 72 104 ) ( 328 72 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 328 72 16 ) ( 384 72 16 ) ( 328 80 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 328 80 104 ) ( 384 80 104 ) ( 328 72 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 328 80 16 ) ( 384 80 16 ) ( 328 80 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 384 72 16 ) ( 384 72 104 ) ( 384 80 16 ) surface_beige_edge [ 0 -1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 61 -{ -( 392 72 104 ) ( 392 72 96 ) ( 392 80 104 ) surface_beige [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 432 72 104 ) ( 432 72 96 ) ( 384 72 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 432 72 96 ) ( 432 80 96 ) ( 384 72 96 ) surface_beige_edge [ -4.371139006309477e-08 -0.999999999999999 0 32 ] [ -0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.5 0.5 -( 432 72 104 ) ( 384 72 104 ) ( 432 80 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 384 80 104 ) ( 384 80 96 ) ( 432 80 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 424 80 104 ) ( 424 80 96 ) ( 424 72 104 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 62 -{ -( 384 64 8 ) ( 384 65 8 ) ( 384 64 9 ) ground_cobblestone1 [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 384 64 8 ) ( 384 64 9 ) ( 385 64 8 ) ground_cobblestone1 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 384 64 8 ) ( 385 64 8 ) ( 384 65 8 ) ground_cobblestone1 [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 432 72 16 ) ( 432 73 16 ) ( 433 72 16 ) ground_cobblestone1 [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 432 72 16 ) ( 433 72 16 ) ( 432 72 17 ) ground_cobblestone1 [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 432 72 16 ) ( 432 72 17 ) ( 432 73 16 ) ground_cobblestone1 [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 63 -{ -( 312 64 96 ) ( 312 65 96 ) ( 312 64 97 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 312 64 96 ) ( 312 64 97 ) ( 313 64 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 312 64 96 ) ( 313 64 96 ) ( 312 65 96 ) wall_brick [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 360 72 104 ) ( 360 73 104 ) ( 361 72 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 360 72 104 ) ( 361 72 104 ) ( 360 72 105 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 72 104 ) ( 640 72 105 ) ( 640 73 104 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 64 -{ ( 80 48 152 ) ( 80 49 152 ) ( 80 48 153 ) wall_brick [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 176 64 152 ) ( 176 64 153 ) ( 177 64 152 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 176 -56 152 ) ( 176 -56 153 ) ( 177 -56 152 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 176 48 152 ) ( 177 48 152 ) ( 176 49 152 ) wall_brick [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 208 80 256 ) ( 208 81 256 ) ( 209 80 256 ) wall_brick [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 208 80 256 ) ( 208 81 256 ) ( 209 80 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 208 264 168 ) ( 209 264 168 ) ( 208 264 169 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 312 80 168 ) ( 312 80 169 ) ( 312 81 168 ) wall_brick [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } -// brush 65 +// brush 54 { -( 328 224 104 ) ( 328 225 104 ) ( 328 224 105 ) skip [ 0 -1 0 -16 ] [ 0 0 -1 48 ] 0 0.5 0.5 -( 392 80 104 ) ( 392 80 105 ) ( 393 80 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 -( 392 224 104 ) ( 393 224 104 ) ( 392 225 104 ) ground_wood [ -1 0 0 0 ] [ 0 -1 0 -16 ] 0 0.5 0.5 -( 424 256 112 ) ( 424 257 112 ) ( 425 256 112 ) skip [ 1 0 0 0 ] [ 0 -1 0 -16 ] 0 0.5 0.5 -( 424 256 112 ) ( 425 256 112 ) ( 424 256 113 ) skip [ -1 0 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 -( 480 256 112 ) ( 480 256 113 ) ( 480 257 112 ) skip [ 0 1 0 16 ] [ 0 0 -1 48 ] 0 0.5 0.5 +( 328 136 104 ) ( 328 137 104 ) ( 328 136 105 ) skip [ 0 -1 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 +( 392 -40 104 ) ( 392 -40 105 ) ( 393 -40 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 +( 392 136 104 ) ( 393 136 104 ) ( 392 137 104 ) ground_wood [ -1 0 0 0 ] [ 0 -1 0 -64 ] 0 0.5 0.5 +( 424 168 112 ) ( 424 169 112 ) ( 425 168 112 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 424 136 112 ) ( 425 136 112 ) ( 424 136 113 ) skip [ -1 0 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 +( 480 168 112 ) ( 480 168 113 ) ( 480 169 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 } -// brush 66 +// brush 55 { -( 424 72 104 ) ( 424 72 96 ) ( 424 80 104 ) surface_beige [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 440 72 104 ) ( 440 72 96 ) ( 392 72 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 440 72 96 ) ( 440 80 96 ) ( 392 72 96 ) surface_beige_corner [ -0.9999999999999961 8.742277995965608e-08 0 32 ] [ 8.742277995965608e-08 0.9999999999999961 0 32 ] 180 0.5 0.5 -( 440 72 104 ) ( 392 72 104 ) ( 440 80 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 392 80 104 ) ( 392 80 96 ) ( 440 80 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 432 80 104 ) ( 432 80 96 ) ( 432 72 104 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 424 -48 104 ) ( 424 -48 96 ) ( 424 -40 104 ) surface_beige [ 0 -1 0 -56 ] [ 0 0 -1 0 ] 0 1 1 +( 440 -48 104 ) ( 440 -48 96 ) ( 392 -48 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 440 -48 96 ) ( 440 -40 96 ) ( 392 -48 96 ) surface_beige_corner [ -0.9999999999999961 8.742277995965608e-08 0 32 ] [ 8.742277995965608e-08 0.9999999999999961 0 16 ] 180 0.5 0.5 +( 440 -48 104 ) ( 392 -48 104 ) ( 440 -40 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 392 -40 104 ) ( 392 -40 96 ) ( 440 -40 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 432 -40 104 ) ( 432 -40 96 ) ( 432 -48 104 ) surface_beige [ 0 1 0 56 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 67 +// brush 56 { -( 384 72 104 ) ( 384 72 96 ) ( 384 80 104 ) surface_beige [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 400 72 104 ) ( 400 72 96 ) ( 352 72 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 400 72 96 ) ( 400 80 96 ) ( 352 72 96 ) surface_beige_corner [ -4.371139006309477e-08 -0.999999999999999 0 32 ] [ -0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.5 0.5 -( 400 72 104 ) ( 352 72 104 ) ( 400 80 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 352 80 104 ) ( 352 80 96 ) ( 400 80 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 392 80 104 ) ( 392 80 96 ) ( 392 72 104 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 384 -48 104 ) ( 384 -48 96 ) ( 384 -40 104 ) surface_beige [ 0 -1 0 -56 ] [ 0 0 -1 0 ] 0 1 1 +( 400 -48 104 ) ( 400 -48 96 ) ( 352 -48 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 400 -48 96 ) ( 400 -40 96 ) ( 352 -48 96 ) surface_beige_corner [ -4.371139006309477e-08 -0.999999999999999 0 -16 ] [ -0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.5 0.5 +( 400 -48 104 ) ( 352 -48 104 ) ( 400 -40 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 352 -40 104 ) ( 352 -40 96 ) ( 400 -40 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 392 -40 104 ) ( 392 -40 96 ) ( 392 -48 104 ) surface_beige [ 0 1 0 56 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 68 +// brush 57 { -( 328 232 16 ) ( 328 233 16 ) ( 328 232 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 328 224 16 ) ( 328 224 17 ) ( 329 224 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 328 232 16 ) ( 329 232 16 ) ( 328 233 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 352 256 48 ) ( 352 257 48 ) ( 353 256 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 352 256 24 ) ( 353 256 24 ) ( 352 256 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 400 256 24 ) ( 400 256 25 ) ( 400 257 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 360 112 16 ) ( 360 113 16 ) ( 360 112 17 ) skip [ 0 -1 0 -56 ] [ 0 0 -1 0 ] 0 1 1 +( 328 104 16 ) ( 328 104 17 ) ( 329 104 16 ) woodpale [ -4.371139006309477e-08 0 -0.999999999999999 0 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.25 0.25 +( 328 112 16 ) ( 329 112 16 ) ( 328 113 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 +( 352 136 46 ) ( 352 137 46 ) ( 353 136 46 ) skip [ 1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 +( 352 136 24 ) ( 353 136 24 ) ( 352 136 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 400 136 24 ) ( 400 136 25 ) ( 400 137 24 ) skip [ 0 1 0 120 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 69 +// brush 58 { -( 328 176 16 ) ( 328 177 16 ) ( 328 176 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 328 144 16 ) ( 328 144 17 ) ( 329 144 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 328 176 16 ) ( 329 176 16 ) ( 328 177 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 360 224 48 ) ( 360 225 48 ) ( 361 224 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 360 224 24 ) ( 361 224 24 ) ( 360 224 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 360 224 24 ) ( 360 224 25 ) ( 360 225 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 328 56 16 ) ( 328 57 16 ) ( 328 56 17 ) skip [ 0 -1 0 -120 ] [ 0 0 -1 0 ] 0 1 1 +( 328 24 16 ) ( 328 24 17 ) ( 329 24 16 ) woodpale [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 328 56 16 ) ( 329 56 16 ) ( 328 57 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 +( 360 104 46 ) ( 360 105 46 ) ( 361 104 46 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 360 104 24 ) ( 361 104 24 ) ( 360 104 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 360 104 24 ) ( 360 104 25 ) ( 360 105 24 ) woodpale [ 0 -4.371139006309477e-08 -0.999999999999999 0 ] [ 0 -0.999999999999999 4.371139006309477e-08 0 ] 90 0.25 0.25 } -// brush 70 +// brush 59 { -( 400 228 16 ) ( 400 229 16 ) ( 400 228 17 ) redplaid [ 0 -1 0 4 ] [ 0 0 -1 0 ] 0 1 1 -( 400 228 16 ) ( 400 228 17 ) ( 401 228 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 400 228 16 ) ( 401 228 16 ) ( 400 229 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 4 ] 0 1 1 -( 448 260 96 ) ( 448 261 96 ) ( 449 260 96 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 4 ] 0 1 1 -( 448 260 24 ) ( 449 260 24 ) ( 448 260 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 448 260 24 ) ( 448 260 25 ) ( 448 261 24 ) redplaid [ 0 1 0 -4 ] [ 0 0 -1 0 ] 0 1 1 +( 449 -8 16 ) ( 449 -7 16 ) ( 449 -8 17 ) woodpale [ 0 4.371139006309477e-08 -0.999999999999999 0 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.25 0.25 +( 448 -40 16 ) ( 448 -40 17 ) ( 449 -40 16 ) skip [ 1 0 0 -120 ] [ 0 0 -1 0 ] 0 1 1 +( 448 -8 16 ) ( 449 -8 16 ) ( 448 -7 16 ) skip [ -1 0 0 120 ] [ 0 -1 0 -184 ] 0 1 1 +( 480 40 46 ) ( 480 41 46 ) ( 481 40 46 ) skip [ 1 0 0 -56 ] [ 0 -1 0 -56 ] 0 1 1 +( 480 104 24 ) ( 481 104 24 ) ( 480 104 25 ) skip [ -1 0 0 56 ] [ 0 0 -1 0 ] 0 1 1 +( 480 40 24 ) ( 480 40 25 ) ( 480 41 24 ) skip [ 0 1 0 184 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 71 -{ -( 448 112 16 ) ( 448 113 16 ) ( 448 112 17 ) redplaid [ 0 -1 0 -64 ] [ 0 0 -1 0 ] 0 1 1 -( 448 80 16 ) ( 448 80 17 ) ( 449 80 16 ) redplaid [ 1 0 0 -120 ] [ 0 0 -1 0 ] 0 1 1 -( 448 112 16 ) ( 449 112 16 ) ( 448 113 16 ) redplaid [ -1 0 0 120 ] [ 0 -1 0 -64 ] 0 1 1 -( 480 160 48 ) ( 480 161 48 ) ( 481 160 48 ) redplaid [ 1 0 0 -120 ] [ 0 -1 0 -64 ] 0 1 1 -( 480 256 24 ) ( 481 256 24 ) ( 480 256 25 ) redplaid [ -1 0 0 120 ] [ 0 0 -1 0 ] 0 1 1 -( 480 160 24 ) ( 480 160 25 ) ( 480 161 24 ) redplaid [ 0 1 0 64 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 72 +// brush 60 { ( -16 360 -20 ) ( -16 361 -20 ) ( -16 360 -19 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( -64 360 -20 ) ( -64 360 -19 ) ( -63 360 -20 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 @@ -661,7 +553,7 @@ ( 64 600 12 ) ( 65 600 12 ) ( 64 600 13 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( 784 488 12 ) ( 784 488 13 ) ( 784 489 12 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 } -// brush 73 +// brush 61 { ( -16 360 -16 ) ( -16 361 -16 ) ( -16 360 -15 ) skip [ 0 -1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 ( -64 360 -16 ) ( -64 360 -15 ) ( -63 360 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 @@ -670,34 +562,34 @@ ( 64 600 16 ) ( 65 600 16 ) ( 64 600 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 16 ] 0 1 1 ( 80 488 16 ) ( 80 488 17 ) ( 80 489 16 ) wall_concrete1 [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 1 1 } -// brush 74 +// brush 62 { ( -16 600 -16 ) ( -16 601 -16 ) ( -16 600 -15 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 16 ] 0 0.5 0.5 ( -64 600 -16 ) ( -64 600 -15 ) ( -63 600 -16 ) wall_concrete1 [ 1 0 0 0 ] [ 0 0 -1 16 ] 0 1 1 ( -64 600 12 ) ( -63 600 12 ) ( -64 601 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 -16 ] 0 0.5 0.5 ( 64 728 16 ) ( 64 729 16 ) ( 65 728 16 ) ground_greybrick [ 1 0 0 0 ] [ 0 -1 0 48 ] 0 0.5 0.5 -( 64 696 16 ) ( 65 696 16 ) ( 64 696 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 16 ] 0 1 1 +( 64 704 16 ) ( 65 704 16 ) ( 64 704 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 16 ] 0 1 1 ( 576 728 16 ) ( 576 728 17 ) ( 576 729 16 ) wall_concrete1 [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 75 +// brush 63 { ( 736 600 -16 ) ( 736 601 -16 ) ( 736 600 -15 ) wall_concrete1 [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 144 600 -16 ) ( 144 600 -15 ) ( 145 600 -16 ) wall_concrete1 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 144 600 12 ) ( 145 600 12 ) ( 144 601 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 ( 272 728 16 ) ( 272 729 16 ) ( 273 728 16 ) ground_greybrick [ 1 0 0 0 ] [ 0 -1 0 48 ] 0 0.5 0.5 -( 272 696 16 ) ( 273 696 16 ) ( 272 696 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 272 720 16 ) ( 273 720 16 ) ( 272 720 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 784 728 16 ) ( 784 728 17 ) ( 784 729 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 } -// brush 76 +// brush 64 { ( 576 600 -20 ) ( 576 601 -20 ) ( 576 600 -19 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( -112 600 -20 ) ( -112 600 -19 ) ( -111 600 -20 ) skip [ 1 0 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( -112 600 -20 ) ( -111 600 -20 ) ( -112 601 -20 ) skip [ -1 0 0 -32 ] [ 0 -1 0 -32 ] 0 0.5 0.5 ( 16 728 12 ) ( 16 729 12 ) ( 17 728 12 ) asphalt [ 1 0 0 96 ] [ 0 -1 0 40 ] 0 0.5 0.5 -( 16 696 12 ) ( 17 696 12 ) ( 16 696 13 ) skip [ -1 0 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 16 720 12 ) ( 17 720 12 ) ( 16 720 13 ) skip [ -1 0 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( 736 728 12 ) ( 736 728 13 ) ( 736 729 12 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 } -// brush 77 +// brush 65 { ( 64 336 24 ) ( 64 337 24 ) ( 64 336 25 ) redplaid [ 0 -1 0 0 ] [ 0 0 -1 8 ] 0 1 1 ( 56 344 24 ) ( 56 344 25 ) ( 57 344 24 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 8 ] 0 1 1 @@ -706,7 +598,7 @@ ( 80 352 32 ) ( 81 352 32 ) ( 80 352 33 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 8 ] 0 1 1 ( 72 360 32 ) ( 72 360 33 ) ( 72 361 32 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 8 ] 0 1 1 } -// brush 78 +// brush 66 { ( 56 336 16 ) ( 56 337 16 ) ( 56 336 17 ) redplaid [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 56 336 16 ) ( 56 336 17 ) ( 57 336 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 @@ -715,7 +607,7 @@ ( 80 360 24 ) ( 81 360 24 ) ( 80 360 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 80 360 24 ) ( 80 360 25 ) ( 80 361 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 79 +// brush 67 { ( 64 344 24 ) ( 56 336 18 ) ( 56 360 18 ) redplaid [ 0 -1.0000000000000002 0 0 ] [ 1.0000000000000002 0 0 -70.43137 ] 0 1 1 ( 72 344 24 ) ( 80 336 18 ) ( 56 336 18 ) redplaid [ 1.0000000000000002 0 0 0 ] [ 0 1.0000000000000002 0 -94.58823 ] 0 1 1 @@ -724,7 +616,7 @@ ( 72 352 24 ) ( 64 352 24 ) ( 56 360 18 ) redplaid [ -1.0000000000000002 0 0 0 ] [ 0 -1.0000000000000002 0 89.568634 ] 0 1 1 ( 72 352 24 ) ( 80 360 18 ) ( 80 336 18 ) redplaid [ 0 1.0000000000000002 0 0 ] [ -1.0000000000000002 0 0 68 ] 0 1 1 } -// brush 80 +// brush 68 { ( 60 336 152 ) ( 60 337 152 ) ( 60 336 153 ) redplaid [ 0 -1 0 24 ] [ 0 0 -1 8 ] 0 1 1 ( 56 340 152 ) ( 56 340 153 ) ( 57 340 152 ) redplaid [ 1 0 0 -8 ] [ 0 0 -1 8 ] 0 1 1 @@ -733,7 +625,7 @@ ( 88 356 160 ) ( 89 356 160 ) ( 88 356 161 ) redplaid [ -1 0 0 8 ] [ 0 0 -1 8 ] 0 1 1 ( 76 368 160 ) ( 76 368 161 ) ( 76 369 160 ) redplaid [ 0 1 0 -24 ] [ 0 0 -1 8 ] 0 1 1 } -// brush 81 +// brush 69 { ( 64 344 186 ) ( 54 334 180 ) ( 54 362 180 ) redplaid [ 0 -1.0000000000000002 0 24 ] [ 1.0000000000000002 0 0 -200.0878 ] 0 1 1 ( 72 344 186 ) ( 82 334 180 ) ( 54 334 180 ) redplaid [ 1.0000000000000002 0 0 -8 ] [ 0 1.0000000000000002 0 -222 ] 0 1 1 @@ -742,7 +634,7 @@ ( 54 362 180 ) ( 82 362 180 ) ( 72 352 186 ) redplaid [ -1.0000000000000002 0 0 8 ] [ 0 -1.0000000000000002 0 215.36586 ] 0 1 1 ( 72 352 186 ) ( 82 362 180 ) ( 82 334 180 ) redplaid [ 0 1.0000000000000002 0 -24 ] [ -1.0000000000000002 0 0 -62 ] 0 1 1 } -// brush 82 +// brush 70 { ( 60 354 156 ) ( 60 356 156 ) ( 54 362 180 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 ( 56 360 180 ) ( 62 354 156 ) ( 60 354 156 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 @@ -751,7 +643,7 @@ ( 60 356 156 ) ( 62 356 156 ) ( 56 362 180 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 56 362 180 ) ( 62 356 156 ) ( 62 354 156 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 83 +// brush 71 { ( 60 340 156 ) ( 60 342 156 ) ( 54 336 180 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 ( 56 334 180 ) ( 62 340 156 ) ( 60 340 156 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 @@ -760,7 +652,7 @@ ( 60 342 156 ) ( 62 342 156 ) ( 56 336 180 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 56 336 180 ) ( 62 342 156 ) ( 62 340 156 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 84 +// brush 72 { ( 74 342 156 ) ( 80 336 180 ) ( 80 334 180 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 ( 80 334 180 ) ( 82 334 180 ) ( 76 340 156 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 @@ -769,7 +661,7 @@ ( 76 342 156 ) ( 82 336 180 ) ( 80 336 180 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 76 342 156 ) ( 76 340 156 ) ( 82 334 180 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 85 +// brush 73 { ( 74 356 156 ) ( 80 362 180 ) ( 80 360 180 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 ( 80 360 180 ) ( 82 360 180 ) ( 76 354 156 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 @@ -778,7 +670,7 @@ ( 76 356 156 ) ( 82 362 180 ) ( 80 362 180 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 76 356 156 ) ( 76 354 156 ) ( 82 360 180 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 86 +// brush 74 { ( 80 360 16 ) ( 80 360 12 ) ( 80 368 12 ) clip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 80 360 16 ) ( 784 360 16 ) ( 784 360 12 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 @@ -786,13 +678,627 @@ ( 80 368 12 ) ( 784 368 12 ) ( 784 360 16 ) clip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 ( 784 360 16 ) ( 784 368 12 ) ( 784 360 12 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 } +// brush 75 +{ +( 400 104 16 ) ( 400 105 16 ) ( 400 104 17 ) redplaid [ 0 -1 0 -120 ] [ 0 0 -1 0 ] 0 1 1 +( 400 104 16 ) ( 400 104 17 ) ( 401 104 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 400 104 16 ) ( 401 104 16 ) ( 400 105 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 +( 448 136 96 ) ( 448 137 96 ) ( 449 136 96 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 +( 448 136 24 ) ( 449 136 24 ) ( 448 136 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 448 136 24 ) ( 448 136 25 ) ( 448 137 24 ) redplaid [ 0 1 0 120 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 76 +{ +( 328 136 16 ) ( 328 137 16 ) ( 328 136 17 ) skip [ 0 -1 0 8 ] [ 0 0 -1 0 ] 0 1 1 +( 328 136 16 ) ( 328 136 17 ) ( 329 136 16 ) surface_beige [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 328 136 4 ) ( 329 136 4 ) ( 328 137 4 ) skip [ -1 0 0 0 ] [ 0 -1 0 8 ] 0 1 1 +( 448 144 120 ) ( 448 145 120 ) ( 449 144 120 ) skip [ 1 0 0 0 ] [ 0 -1 0 8 ] 0 1 1 +( 448 264 24 ) ( 449 264 24 ) ( 448 264 25 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 488 144 24 ) ( 488 144 25 ) ( 488 145 24 ) skip [ 0 1 0 -8 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 77 +{ +( 80 600 16 ) ( 80 592 12 ) ( 80 600 12 ) clip [ -1.2246467991473532e-16 -1 0 0 ] [ 0 0 -1 0 ] 180 1 1 +( 784 592 12 ) ( 80 592 12 ) ( 80 600 16 ) clip [ -1 1.2246467991473532e-16 0 32 ] [ 1.2246467991473532e-16 1 0 0 ] 180 1 1 +( 80 600 12 ) ( 80 592 12 ) ( 784 592 12 ) clip [ 1 -1.2246467991473532e-16 0 -32 ] [ 1.2246467991473532e-16 1 0 0 ] 180 1 1 +( 784 600 16 ) ( 80 600 16 ) ( 80 600 12 ) clip [ -1 1.2246467991473532e-16 0 32 ] [ 0 0 -1 0 ] 180 1 1 +( 576 600 16 ) ( 576 600 12 ) ( 576 592 12 ) clip [ 1.2246467991473532e-16 1 0 0 ] [ 0 0 -1 0 ] 180 1 1 +} +// brush 78 +{ +( 80 936 16 ) ( 80 232 16 ) ( 80 232 12 ) clip [ -1.8369701987210297e-16 -1 0 56 ] [ 0 0 -1 0 ] 180 1 1 +( 80 360 16 ) ( 88 360 12 ) ( 80 360 12 ) clip [ 1 -1.8369701987210297e-16 0 23.999992 ] [ 0 0 -1 0 ] 180 1 1 +( 80 232 12 ) ( 88 232 12 ) ( 88 936 12 ) clip [ 1.8369701987210297e-16 1 0 -56 ] [ -1 1.8369701987210297e-16 0 -24 ] 270 1 1 +( 80 600 16 ) ( 80 600 12 ) ( 88 600 12 ) clip [ -1 1.8369701987210297e-16 0 -23.999992 ] [ 0 0 -1 0 ] 180 1 1 +( 88 936 12 ) ( 88 232 12 ) ( 80 232 16 ) clip [ -1.8369701987210297e-16 -1 0 56 ] [ -1 1.8369701987210297e-16 0 -24 ] 96.379364 1 1 +} +// brush 79 +{ +( 96 704 16 ) ( 96 705 16 ) ( 96 704 17 ) wall_brick [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 544 704 16 ) ( 544 704 17 ) ( 545 704 16 ) wall_brick [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 0.25 0.25 +( 544 704 12 ) ( 545 704 12 ) ( 544 705 12 ) skip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 0.25 0.25 +( 576 736 64 ) ( 576 737 64 ) ( 577 736 64 ) wall_brick [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 576 720 32 ) ( 577 720 32 ) ( 576 720 33 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 576 736 32 ) ( 576 736 33 ) ( 576 737 32 ) wall_brick [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 80 +{ +( 96 744 -20 ) ( 96 745 -20 ) ( 96 744 -19 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( -112 720 -20 ) ( -112 720 -19 ) ( -111 720 -20 ) skip [ 1 0 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( -112 744 -20 ) ( -111 744 -20 ) ( -112 745 -20 ) skip [ -1 0 0 -32 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 16 872 12 ) ( 16 873 12 ) ( 17 872 12 ) asphalt [ 1 0 0 96 ] [ 0 -1 0 108 ] 0 0.5 0.5 +( 16 1136 12 ) ( 17 1136 12 ) ( 16 1136 13 ) skip [ -1 0 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 736 872 12 ) ( 736 872 13 ) ( 736 873 12 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +} +// brush 81 +{ +( 736 712 -16 ) ( 736 713 -16 ) ( 736 712 -15 ) wall_concrete1 [ 0 -1 0 112 ] [ 0 0 -1 0 ] 0 1 1 +( 144 720 -16 ) ( 144 720 -15 ) ( 145 720 -16 ) wall_concrete1 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 144 712 12 ) ( 145 712 12 ) ( 144 713 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 272 840 16 ) ( 272 841 16 ) ( 273 840 16 ) ground_greybrick [ 1 0 0 0 ] [ 0 -1 0 -112 ] 0 0.5 0.5 +( 272 864 16 ) ( 273 864 16 ) ( 272 864 17 ) wall_concrete1 [ -1 0 0 128 ] [ 0 0 -1 0 ] 0 1 1 +( 848 840 16 ) ( 848 840 17 ) ( 848 841 16 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 +} +// brush 82 +{ +( 784 704 16 ) ( 784 705 16 ) ( 784 704 17 ) wall_brick [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1344 704 16 ) ( 1344 704 17 ) ( 1345 704 16 ) wall_brick [ 1 0 0 128 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1344 704 12 ) ( 1345 704 12 ) ( 1344 705 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1376 736 64 ) ( 1376 737 64 ) ( 1377 736 64 ) wall_brick [ 1 0 0 128 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1376 720 32 ) ( 1377 720 32 ) ( 1376 720 33 ) wall_brick [ -1 0 0 -128 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1168 736 32 ) ( 1168 736 33 ) ( 1168 737 32 ) wall_brick [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 83 +{ +( 736 728 -20 ) ( 736 729 -20 ) ( 736 728 -19 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 608 864 -20 ) ( 608 864 -19 ) ( 609 864 -20 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 608 728 -20 ) ( 609 728 -20 ) ( 608 729 -20 ) skip [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 736 856 12 ) ( 736 857 12 ) ( 737 856 12 ) asphalt [ 1 0 0 64 ] [ 0 -1 0 76 ] 0 0.5 0.5 +( 736 1136 12 ) ( 737 1136 12 ) ( 736 1136 13 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 848 856 12 ) ( 848 856 13 ) ( 848 857 12 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 +} +// brush 84 +{ +( 848 872 -16 ) ( 848 873 -16 ) ( 848 872 -15 ) wall_concrete1 [ 0 -1 0 272 ] [ 0 0 -1 0 ] 0 1 1 +( 304 800 -16 ) ( 304 800 -15 ) ( 305 800 -16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 +( 304 872 12 ) ( 305 872 12 ) ( 304 873 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 432 1000 16 ) ( 432 1001 16 ) ( 433 1000 16 ) ground_greybrick [ 1 0 0 -96 ] [ 0 -1 0 -112 ] 0 0.5 0.5 +( 432 1136 16 ) ( 433 1136 16 ) ( 432 1136 17 ) skip [ -1 0 0 32 ] [ 0 0 -1 0 ] 0 1 1 +( 944 1000 16 ) ( 944 1000 17 ) ( 944 1001 16 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 +} +// brush 85 +{ +( 736 600 16 ) ( 736 592 12 ) ( 736 600 12 ) clip [ -0 -1 0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 992 592 12 ) ( 288 592 12 ) ( 288 600 16 ) clip [ 1 0 -0 0 ] [ 0 -0.894427190999916 -0.447213595499958 0 ] 0 1 1 +( 288 600 12 ) ( 288 592 12 ) ( 992 592 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 992 600 16 ) ( 288 600 16 ) ( 288 600 12 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 784 600 16 ) ( 784 600 12 ) ( 784 592 12 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 86 +{ +( 576 1048 16 ) ( 576 344 16 ) ( 576 344 12 ) clip [ 0 -1 0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 576 600 16 ) ( 584 600 12 ) ( 576 600 12 ) clip [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 576 344 12 ) ( 584 344 12 ) ( 584 1048 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 576 704 16 ) ( 576 704 12 ) ( 584 704 12 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 584 1048 12 ) ( 584 344 12 ) ( 576 344 16 ) clip [ 0.894427190999916 0 -0.447213595499958 0 ] [ 0 -1 0 0 ] 0 1 1 +} // brush 87 { -( 400 152 16 ) ( 400 153 16 ) ( 400 152 17 ) redplaid [ 0 -1 0 -72 ] [ 0 0 -1 0 ] 0 1 1 -( 400 152 16 ) ( 400 152 17 ) ( 401 152 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 400 152 16 ) ( 401 152 16 ) ( 400 153 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 -72 ] 0 1 1 -( 448 184 96 ) ( 448 185 96 ) ( 449 184 96 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 -72 ] 0 1 1 -( 448 184 24 ) ( 449 184 24 ) ( 448 184 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 448 184 24 ) ( 448 184 25 ) ( 448 185 24 ) redplaid [ 0 1 0 72 ] [ 0 0 -1 0 ] 0 1 1 +( 728 1048 12 ) ( 736 344 16 ) ( 728 344 12 ) clip [ 0.894427190999916 0 0.447213595499958 -29.020447 ] [ 0 -1 0 0 ] 0 1 1 +( 736 600 16 ) ( 736 600 12 ) ( 728 600 12 ) clip [ 1 0 0 -40 ] [ 0 0 -1 0 ] 0 1 1 +( 736 344 12 ) ( 728 1048 12 ) ( 728 344 12 ) clip [ -1 0 0 40 ] [ 0 -1 0 0 ] 0 1 1 +( 736 864 16 ) ( 728 864 12 ) ( 736 864 12 ) clip [ -1 0 0 40 ] [ 0 0 -1 0 ] 0 1 1 +( 736 1048 16 ) ( 736 344 12 ) ( 736 344 16 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 88 +{ +( 840 1312 12 ) ( 848 608 16 ) ( 840 608 12 ) clip [ 0.894427190999916 -0 0.447213595499958 0 ] [ -0 -1 0 0 ] 0 1 1 +( 848 864 16 ) ( 848 864 12 ) ( 840 864 12 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 848 608 12 ) ( 840 1312 12 ) ( 840 608 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 848 1136 16 ) ( 840 1136 12 ) ( 848 1136 12 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 848 1312 16 ) ( 848 608 12 ) ( 848 608 16 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 89 +{ +( 736 864 16 ) ( 736 864 12 ) ( 736 872 12 ) clip [ 0 -1 0 -8 ] [ 0 0 -1 0 ] 0 1 1 +( 144 864 16 ) ( 848 864 16 ) ( 848 864 12 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 848 864 12 ) ( 848 872 12 ) ( 144 872 12 ) clip [ -1 0 0 0 ] [ 0 -1 0 -8 ] 0 1 1 +( 144 872 12 ) ( 848 872 12 ) ( 848 864 16 ) clip [ 1 0 0 0 ] [ 0 -1 0 -8 ] 0 1 1 +( 848 864 16 ) ( 848 872 12 ) ( 848 864 12 ) clip [ 0 1 0 8 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 90 +{ +( 728 872 12 ) ( 736 864 16 ) ( 728 864 12 ) clip [ 0.894427190999916 -0 0.447213595499958 0 ] [ -0 -1 0 0 ] 0 1 1 +( 728 864 12 ) ( 736 864 16 ) ( 736 864 12 ) clip [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 736 864 12 ) ( 736 872 12 ) ( 728 872 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 728 872 12 ) ( 736 872 12 ) ( 736 864 16 ) clip [ 1 -0 0 0 ] [ -0 -0.894427190999916 0.447213595499958 0 ] 0 1 1 +( 736 864 16 ) ( 736 872 12 ) ( 736 864 12 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 91 +{ +( 728 592 12 ) ( 728 600 12 ) ( 736 600 16 ) clip [ 0.894427190999916 -0 0.447213595499958 0 ] [ -0 -1 0 0 ] 0 1 1 +( 728 592 12 ) ( 736 600 16 ) ( 736 592 12 ) clip [ 1 0 -0 0 ] [ 0 -0.894427190999916 -0.447213595499958 0 ] 0 1 1 +( 736 600 12 ) ( 728 592 12 ) ( 736 592 12 ) clip [ -1 0 -0 0 ] [ -0 -1 0 0 ] 0 1 1 +( 728 600 12 ) ( 736 600 12 ) ( 736 600 16 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 736 600 16 ) ( 736 600 12 ) ( 736 592 12 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 92 +{ +( 576 600 16 ) ( 576 592 12 ) ( 576 600 12 ) clip [ -0 -1 0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 584 592 12 ) ( 576 592 12 ) ( 576 600 16 ) clip [ 1 0 -0 0 ] [ 0 -0.894427190999916 -0.447213595499958 0 ] 0 1 1 +( 576 600 12 ) ( 576 592 12 ) ( 584 592 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 584 600 12 ) ( 576 600 16 ) ( 576 600 12 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 584 592 12 ) ( 576 600 16 ) ( 584 600 12 ) clip [ 0.894427190999916 0 -0.447213595499958 0 ] [ 0 -1 -0 0 ] 0 1 1 +} +// brush 93 +{ +( 576 704 16 ) ( 576 704 12 ) ( 576 712 12 ) clip [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 +( 584 704 12 ) ( 576 704 12 ) ( 576 704 16 ) clip [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 576 704 12 ) ( 584 712 12 ) ( 576 712 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 584 712 12 ) ( 576 704 16 ) ( 576 712 12 ) clip [ 1 0 0 0 ] [ 0 -0.894427190999916 0.447213595499958 0 ] 0 1 1 +( 584 712 12 ) ( 584 704 12 ) ( 576 704 16 ) clip [ 0.894427190999916 0 -0.447213595499958 0 ] [ 0 -1 0 0 ] 0 1 1 +} +// brush 94 +{ +( 312 248 16 ) ( 312 249 16 ) ( 312 248 17 ) skip [ 0 -1 0 -48 ] [ 0 0 -1 0 ] 0 1 1 +( 312 256 16 ) ( 312 256 17 ) ( 313 256 16 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 +( 312 248 16 ) ( 313 248 16 ) ( 312 249 16 ) skip [ -1 0 0 24 ] [ 0 -1 0 -48 ] 0 1 1 +( 328 264 120 ) ( 328 265 120 ) ( 329 264 120 ) skip [ 1 0 0 -24 ] [ 0 -1 0 -48 ] 0 1 1 +( 328 264 24 ) ( 329 264 24 ) ( 328 264 25 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 328 264 24 ) ( 328 264 25 ) ( 328 265 24 ) skip [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 95 +{ +( 80 160 0 ) ( 80 161 0 ) ( 80 160 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 80 160 0 ) ( 80 160 1 ) ( 81 160 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 80 160 52 ) ( 81 160 52 ) ( 80 161 52 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 112 192 96 ) ( 112 193 96 ) ( 113 192 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 112 168 16 ) ( 113 168 16 ) ( 112 168 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 88 192 16 ) ( 88 192 17 ) ( 88 193 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +} +// brush 96 +{ +( 80 48 0 ) ( 80 49 0 ) ( 80 48 1 ) surface_green [ 0 -1 0 -32 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 80 48 0 ) ( 80 48 1 ) ( 81 48 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 80 48 52 ) ( 81 48 52 ) ( 80 49 52 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 112 80 96 ) ( 112 81 96 ) ( 113 80 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 112 56 16 ) ( 113 56 16 ) ( 112 56 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 88 80 16 ) ( 88 80 17 ) ( 88 81 16 ) surface_green [ 0 1 0 32 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +} +// brush 97 +{ +( 72 -248 88 ) ( 72 -247 88 ) ( 72 -248 89 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 -63.999992 ] 90 0.5 0.5 +( 80 -64 88 ) ( 80 -64 89 ) ( 81 -64 88 ) surface_green_edge [ -4.371139006309477e-08 0 -0.999999999999999 -32 ] [ -0.999999999999999 0 4.371139006309477e-08 16 ] 90 0.5 0.5 +( 80 -248 104 ) ( 81 -248 104 ) ( 80 -247 104 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 +( 112 -216 112 ) ( 112 -215 112 ) ( 113 -216 112 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 +( 112 -48 104 ) ( 113 -48 104 ) ( 112 -48 105 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +( 312 -216 104 ) ( 312 -216 105 ) ( 312 -215 104 ) surface_green_edge [ 0 -4.371139006309477e-08 -0.999999999999999 32 ] [ 0 -0.999999999999999 4.371139006309477e-08 16.000008 ] 90 0.5 0.5 +} +// brush 98 +{ +( 224 8 16 ) ( 224 9 16 ) ( 224 8 17 ) redplaid [ 0 -1 0 -120 ] [ 0 0 -1 0 ] 0 1 1 +( 224 104 16 ) ( 224 104 17 ) ( 225 104 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 224 8 16 ) ( 225 8 16 ) ( 224 9 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 +( 248 96 48 ) ( 248 97 48 ) ( 249 96 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 +( 248 136 24 ) ( 249 136 24 ) ( 248 136 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 312 96 24 ) ( 312 96 25 ) ( 312 97 24 ) redplaid [ 0 1 0 120 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 99 +{ +( 80 -56 48 ) ( 80 -55 48 ) ( 80 -56 49 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 -15.999992 ] 90 0.5 0.5 +( 80 -56 48 ) ( 80 -56 49 ) ( 81 -56 48 ) surface_green_edge [ -4.371139006309477e-08 0 -0.999999999999999 -32 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 +( 80 -56 120 ) ( 81 -56 120 ) ( 80 -55 120 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 112 -24 144 ) ( 112 -23 144 ) ( 113 -24 144 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 112 -48 64 ) ( 113 -48 64 ) ( 112 -48 65 ) skip [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 +( 312 -24 64 ) ( 312 -24 65 ) ( 312 -23 64 ) surface_green [ 0 1 0 -16 ] [ 0 0 -1 -40 ] 0 0.5 0.5 +} +// brush 100 +{ +( 80 -56 0 ) ( 80 -55 0 ) ( 80 -56 1 ) surface_green [ 0 -1 0 16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 80 -56 0 ) ( 80 -56 1 ) ( 81 -56 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 80 -56 48 ) ( 81 -56 48 ) ( 80 -55 48 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 112 -24 96 ) ( 112 -23 96 ) ( 113 -24 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 112 -48 16 ) ( 113 -48 16 ) ( 112 -48 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 88 -24 16 ) ( 88 -24 17 ) ( 88 -23 16 ) surface_green [ 0 1 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +} +// brush 101 +{ +( 224 -48 16 ) ( 224 -47 16 ) ( 224 -48 17 ) redplaid [ 0 -1 0 -120 ] [ 0 0 -1 0 ] 0 1 1 +( 224 -48 16 ) ( 224 -48 17 ) ( 225 -48 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 224 -48 16 ) ( 225 -48 16 ) ( 224 -47 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 +( 248 40 48 ) ( 248 41 48 ) ( 249 40 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 +( 248 64 24 ) ( 249 64 24 ) ( 248 64 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 248 40 24 ) ( 248 40 25 ) ( 248 41 24 ) redplaid [ 0 1 0 120 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 102 +{ +( 72 -248 128 ) ( 72 -247 128 ) ( 72 -248 129 ) surface_green [ 0 -1 0 8 ] [ 0 0 -1 -48 ] 0 0.5 0.5 +( 80 -64 128 ) ( 80 -64 129 ) ( 81 -64 128 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 +( 80 -248 144 ) ( 81 -248 144 ) ( 80 -247 144 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 +( 112 -216 152 ) ( 112 -215 152 ) ( 113 -216 152 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 112 -48 144 ) ( 113 -48 144 ) ( 112 -48 145 ) skip [ -1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 +( 312 -216 144 ) ( 312 -216 145 ) ( 312 -215 144 ) surface_green [ 0 1 0 -8 ] [ 0 0 -1 -48 ] 0 0.5 0.5 +} +// brush 103 +{ +( 80 -56 0 ) ( 80 -55 0 ) ( 80 -56 1 ) surface_green [ 0 -1 0 16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 80 -56 0 ) ( 80 -56 1 ) ( 81 -56 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 80 -56 16 ) ( 81 -56 16 ) ( 80 -55 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 112 -24 52 ) ( 112 -23 52 ) ( 113 -24 52 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 112 -48 16 ) ( 113 -48 16 ) ( 112 -48 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 224 -24 16 ) ( 224 -24 17 ) ( 224 -23 16 ) surface_green [ 0 1 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +} +// brush 104 +{ +( 224 -56 0 ) ( 224 -55 0 ) ( 224 -56 1 ) surface_green [ 0 -1 0 16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 224 -56 0 ) ( 224 -56 1 ) ( 225 -56 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 224 -56 16 ) ( 225 -56 16 ) ( 224 -55 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 256 -24 96 ) ( 256 -23 96 ) ( 257 -24 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 256 -48 16 ) ( 257 -48 16 ) ( 256 -48 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 312 -24 16 ) ( 312 -24 17 ) ( 312 -23 16 ) surface_green [ 0 1 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +} +// brush 105 +{ +( 80 -56 -8 ) ( 80 -55 -8 ) ( 80 -56 -7 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 16 ] [ 0 0.999999999999999 4.371139006309477e-08 -15.999992 ] 90 0.5 0.5 +( 176 -56 -8 ) ( 176 -56 -7 ) ( 177 -56 -8 ) surface_green_edge [ -4.371139006309477e-08 0 -0.999999999999999 16 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 +( 176 -56 96 ) ( 177 -56 96 ) ( 176 -55 96 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 208 -24 104 ) ( 208 -23 104 ) ( 209 -24 104 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 208 -48 8 ) ( 209 -48 8 ) ( 208 -48 9 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 +( 312 -24 8 ) ( 312 -24 9 ) ( 312 -23 8 ) surface_green [ 0 1 0 -16 ] [ 0 0 -1 -40 ] 0 0.5 0.5 +} +// brush 106 +{ +( 944 584 -20 ) ( 944 585 -20 ) ( 944 584 -19 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 816 720 -20 ) ( 816 720 -19 ) ( 817 720 -20 ) skip [ 1 0 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 816 584 -20 ) ( 817 584 -20 ) ( 816 585 -20 ) skip [ -1 0 0 -32 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 944 712 12 ) ( 944 713 12 ) ( 945 712 12 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 944 800 12 ) ( 945 800 12 ) ( 944 800 13 ) skip [ -1 0 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 1408 712 12 ) ( 1408 712 13 ) ( 1408 713 12 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +} +// brush 107 +{ +( 848 792 -16 ) ( 848 793 -16 ) ( 848 792 -15 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 304 720 -16 ) ( 304 720 -15 ) ( 305 720 -16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 +( 304 792 12 ) ( 305 792 12 ) ( 304 793 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 432 920 16 ) ( 432 921 16 ) ( 433 920 16 ) ground_greybrick [ 1 0 0 -96 ] [ 0 -1 0 -16 ] 0 0.5 0.5 +( 432 800 16 ) ( 433 800 16 ) ( 432 800 17 ) skip [ -1 0 0 32 ] [ 0 0 -1 0 ] 0 1 1 +( 944 920 16 ) ( 944 920 17 ) ( 944 921 16 ) wall_concrete1 [ 0 1 0 0 ] [ 0 0 -1 -32 ] 0 1 1 +} +// brush 108 +{ +( 80 256 40 ) ( 80 257 40 ) ( 80 256 41 ) surface_green [ 0 4.371139006309477e-08 -0.999999999999999 -47.999954 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 +( 80 256 40 ) ( 80 256 41 ) ( 81 256 40 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -56 ] 0 0.5 0.5 +( 80 256 112 ) ( 81 256 112 ) ( 80 257 112 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 112 288 120 ) ( 112 289 120 ) ( 113 288 120 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 112 264 56 ) ( 113 264 56 ) ( 112 264 57 ) surface_green [ 4.371139006309477e-08 0 -0.999999999999999 -47.999954 ] [ 0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 +( 312 288 56 ) ( 312 288 57 ) ( 312 289 56 ) skip [ 0 1 0 0 ] [ 0 0 -1 -56 ] 0 0.5 0.5 +} +// brush 109 +{ +( 80 -56 40 ) ( 80 -55 40 ) ( 80 -56 41 ) surface_green [ 0 4.371139006309477e-08 -0.999999999999999 -48 ] [ 0 0.999999999999999 4.371139006309477e-08 -16 ] 90 0.5 0.5 +( 80 -56 40 ) ( 80 -56 41 ) ( 81 -56 40 ) surface_green [ -4.371139006309477e-08 0 -0.999999999999999 -48.000015 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 +( 80 -56 112 ) ( 81 -56 112 ) ( 80 -55 112 ) skip [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 112 -24 120 ) ( 112 -23 120 ) ( 113 -24 120 ) skip [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 112 -48 56 ) ( 113 -48 56 ) ( 112 -48 57 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -56 ] 0 0.5 0.5 +( 312 -24 56 ) ( 312 -24 57 ) ( 312 -23 56 ) skip [ 0 1 0 -16 ] [ 0 0 -1 -56 ] 0 0.5 0.5 +} +// brush 110 +{ +( 312 -32 120 ) ( 312 -32 112 ) ( 312 16 120 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -15.9999695 ] [ 0 0.9999999999999866 1.6292067950285372e-07 47.999992 ] 90 0.5 0.5 +( 320 -32 120 ) ( 320 -32 112 ) ( 312 -32 120 ) skip [ 1 0 0 -16 ] [ 0 0 -1 16 ] 0 1 1 +( 312 16 104 ) ( 312 -32 104 ) ( 320 16 104 ) skip [ 1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 320 16 120 ) ( 320 -32 120 ) ( 312 16 120 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 16 120 ) ( 312 16 112 ) ( 320 16 120 ) skip [ -1 0 0 16 ] [ 0 0 -1 16 ] 0 1 1 +( 320 16 120 ) ( 320 16 112 ) ( 320 -32 120 ) skip [ 0 1 0 48 ] [ 0 0 -1 48 ] 0 0.5 0.5 +} +// brush 111 +{ +( 312 -56 16 ) ( 312 -40 16 ) ( 312 -56 32 ) surface_beige_corner [ 0 -1.3113417006681922e-07 0.9999999999999913 32 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 -32 ] 270 0.5 0.5 +( 312 -48 32 ) ( 320 -48 32 ) ( 312 -48 16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 320 -56 16 ) ( 320 -40 16 ) ( 312 -56 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 +( 312 -56 32 ) ( 312 -40 32 ) ( 320 -56 32 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 312 -40 32 ) ( 312 -40 16 ) ( 320 -40 32 ) skip [ 1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 320 -56 32 ) ( 320 -40 32 ) ( 320 -56 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +} +// brush 112 +{ +( 312 152 32 ) ( 312 24 32 ) ( 312 152 16 ) surface_beige_corner [ 0 -0.9999999999999997 -1.224647977550801e-16 0 ] [ -0 1.224647977550801e-16 -0.9999999999999997 32 ] 0 0.5 0.5 +( 320 248 16 ) ( 312 248 16 ) ( 320 248 32 ) skip [ 0.9999999999999957 0 8.742277997596912e-08 16 ] [ -8.742277997596912e-08 0 0.9999999999999957 0 ] 180 0.5 0.5 +( 312 152 16 ) ( 312 24 16 ) ( 320 152 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 1 1 +( 320 152 32 ) ( 320 24 32 ) ( 312 152 32 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 312 256 16 ) ( 320 256 16 ) ( 312 256 32 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 320 152 16 ) ( 320 24 16 ) ( 320 152 32 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 +} +// brush 113 +{ +( 312 152 48 ) ( 312 24 48 ) ( 312 152 32 ) surface_beige_edge [ 0 -0.9999999999999998 0 0 ] [ 0 0 -0.9999999999999998 -32 ] 0 0.5 0.5 +( 320 248 32 ) ( 312 248 32 ) ( 320 248 48 ) skip [ 0.9999999999999957 0 8.742277997596912e-08 16 ] [ -8.742277997596912e-08 0 0.9999999999999957 -32 ] 180 0.5 0.5 +( 312 152 32 ) ( 312 24 32 ) ( 320 152 32 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 1 1 +( 320 152 104 ) ( 320 24 104 ) ( 312 152 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 312 256 32 ) ( 320 256 32 ) ( 312 256 48 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 320 152 32 ) ( 320 24 32 ) ( 320 152 48 ) skip [ 0 1 0 32 ] [ 0 0 -1 32 ] 0 0.5 0.5 +} +// brush 114 +{ +( 312 152 120 ) ( 312 24 120 ) ( 312 152 104 ) surface_beige_corner [ 0 1.6292067950285372e-07 -0.9999999999999866 48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 +( 320 248 104 ) ( 312 248 104 ) ( 320 248 120 ) skip [ 0.9999999999999957 0 8.742277997596912e-08 16 ] [ -8.742277997596912e-08 0 0.9999999999999957 -48 ] 180 0.5 0.5 +( 312 152 104 ) ( 312 24 104 ) ( 320 152 104 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 1 1 +( 320 152 120 ) ( 320 24 120 ) ( 312 152 120 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 312 256 104 ) ( 320 256 104 ) ( 312 256 120 ) skip [ -1 0 0 0 ] [ 0 0 -1 32 ] 0 0.25 0.25 +( 320 152 104 ) ( 320 24 104 ) ( 320 152 120 ) skip [ 0 1 0 32 ] [ 0 0 -1 48 ] 0 0.5 0.5 +} +// brush 115 +{ +( 80 -48 40 ) ( 80 -47 40 ) ( 80 -48 41 ) surface_green [ 0 4.371139006309477e-08 -0.999999999999999 -48 ] [ 0 0.999999999999999 4.371139006309477e-08 -32 ] 90 0.5 0.5 +( 80 -48 40 ) ( 80 -48 41 ) ( 81 -48 40 ) skip [ -4.371139006309477e-08 0 -0.999999999999999 -48 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 +( 80 -48 112 ) ( 81 -48 112 ) ( 80 -47 112 ) skip [ -1 0 0 0 ] [ 0 -1 0 32 ] 0 0.5 0.5 +( 112 -16 120 ) ( 112 -15 120 ) ( 113 -16 120 ) skip [ 1 0 0 0 ] [ 0 -1 0 32 ] 0 0.5 0.5 +( 112 256 56 ) ( 113 256 56 ) ( 112 256 57 ) skip [ -1 0 0 0 ] [ 0 0 -1 -56 ] 0 0.5 0.5 +( 88 -16 56 ) ( 88 -16 57 ) ( 88 -15 56 ) surface_green [ 0 1 0 -32 ] [ 0 0 -1 -56 ] 0 0.5 0.5 +} +// brush 116 +{ +( 944 800 0 ) ( 944 801 0 ) ( 944 800 1 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 944 800 0 ) ( 944 800 1 ) ( 945 800 0 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 +( 944 800 0 ) ( 945 800 0 ) ( 944 801 0 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 +( 992 848 16 ) ( 992 849 16 ) ( 993 848 16 ) floor_checkertiles [ 1 0 0 -32 ] [ 0 -1 0 -32 ] 0 0.25 0.25 +( 992 1024 16 ) ( 993 1024 16 ) ( 992 1024 17 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 +( 1264 848 16 ) ( 1264 848 17 ) ( 1264 849 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 117 +{ +( 944 800 16 ) ( 944 801 16 ) ( 944 800 17 ) redplaid [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 944 800 16 ) ( 944 800 17 ) ( 945 800 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 944 800 16 ) ( 945 800 16 ) ( 944 801 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 952 840 96 ) ( 952 841 96 ) ( 953 840 96 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 952 824 24 ) ( 953 824 24 ) ( 952 824 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 952 840 24 ) ( 952 840 25 ) ( 952 841 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 118 +{ +( 944 872 16 ) ( 944 873 16 ) ( 944 872 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 +( 944 872 16 ) ( 944 872 17 ) ( 945 872 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 944 872 16 ) ( 945 872 16 ) ( 944 873 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 952 912 112 ) ( 952 913 112 ) ( 953 912 112 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 952 888 24 ) ( 953 888 24 ) ( 952 888 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 952 912 24 ) ( 952 912 25 ) ( 952 913 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 119 +{ +( 944 848 32 ) ( 944 849 32 ) ( 944 848 33 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 +( 944 800 32 ) ( 944 800 33 ) ( 945 800 32 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 944 848 96 ) ( 945 848 96 ) ( 944 849 96 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 952 888 112 ) ( 952 889 112 ) ( 953 888 112 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 952 872 40 ) ( 953 872 40 ) ( 952 872 41 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 952 888 40 ) ( 952 888 41 ) ( 952 889 40 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 120 +{ +( 944 888 16 ) ( 944 889 16 ) ( 944 888 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 +( 944 888 16 ) ( 944 888 17 ) ( 945 888 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 944 888 16 ) ( 945 888 16 ) ( 944 889 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 952 928 48 ) ( 952 929 48 ) ( 953 928 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 952 992 24 ) ( 953 992 24 ) ( 952 992 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 952 928 24 ) ( 952 928 25 ) ( 952 929 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 121 +{ +( 944 888 16 ) ( 944 889 16 ) ( 944 888 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 +( 944 888 16 ) ( 944 888 17 ) ( 945 888 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 944 888 96 ) ( 945 888 96 ) ( 944 889 96 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 952 928 112 ) ( 952 929 112 ) ( 953 928 112 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 952 992 24 ) ( 953 992 24 ) ( 952 992 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 952 928 24 ) ( 952 928 25 ) ( 952 929 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 122 +{ +( 944 992 16 ) ( 944 993 16 ) ( 944 992 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 +( 944 992 16 ) ( 944 992 17 ) ( 945 992 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 944 992 16 ) ( 945 992 16 ) ( 944 993 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 952 1032 112 ) ( 952 1033 112 ) ( 953 1032 112 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 952 1024 24 ) ( 953 1024 24 ) ( 952 1024 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 952 1032 24 ) ( 952 1032 25 ) ( 952 1033 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 123 +{ +( 328 24 48 ) ( 328 58 46 ) ( 328 58 48 ) skip [ 0 -1 0 -12 ] [ 0 0 -1 0 ] 0 1 1 +( 340 24 48 ) ( 328 24 46 ) ( 328 24 48 ) marblewhite [ 1 -0 0 0 ] [ 0 -0 -1 0 ] 0 0.25 0.25 +( 340 58 46 ) ( 328 24 46 ) ( 340 24 46 ) marblewhite [ -1 0 -0 0 ] [ -0 -1 0 0 ] 0 0.25 0.25 +( 340 58 48 ) ( 328 24 48 ) ( 328 58 48 ) marblewhite [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 340 136 48 ) ( 328 136 46 ) ( 340 136 46 ) skip [ -1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 +( 361 58 48 ) ( 361 24 46 ) ( 361 24 48 ) marblewhite [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 124 +{ +( 361 24 48 ) ( 361 58 46 ) ( 361 58 48 ) skip [ 0 -1 0 -12 ] [ 0 0 -1 0 ] 0 1 1 +( 379 103 48 ) ( 367 103 46 ) ( 367 103 48 ) marblewhite [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 379 58 46 ) ( 367 24 46 ) ( 379 24 46 ) marblewhite [ -1 0 0 28 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 379 58 48 ) ( 367 24 48 ) ( 367 58 48 ) marblewhite [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 379 136 48 ) ( 367 136 46 ) ( 379 136 46 ) skip [ -1 0 0 23 ] [ 0 0 -1 0 ] 0 1 1 +( 400 58 48 ) ( 400 24 46 ) ( 400 24 48 ) marblewhite [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 125 +{ +( 448 24 48 ) ( 448 58 46 ) ( 448 58 48 ) marblewhite [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 0.25 0.25 +( 460 -40 48 ) ( 448 -40 46 ) ( 448 -40 48 ) skip [ 1 -0 0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 460 58 46 ) ( 448 24 46 ) ( 460 24 46 ) skip [ -1 0 -0 0 ] [ -0 -1 0 0 ] 0 1 1 +( 460 58 48 ) ( 448 24 48 ) ( 448 58 48 ) marblewhite [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 460 136 48 ) ( 448 136 46 ) ( 460 136 46 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 481 58 48 ) ( 481 24 46 ) ( 481 24 48 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 126 +{ +( 448 24 16 ) ( 448 25 16 ) ( 448 24 17 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 448 104 16 ) ( 448 104 17 ) ( 449 104 16 ) woodpale [ -4.371139006309477e-08 0 -0.999999999999999 0 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.25 0.25 +( 448 24 16 ) ( 449 24 16 ) ( 448 25 16 ) skip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 480 72 46 ) ( 480 73 46 ) ( 481 72 46 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 480 136 24 ) ( 481 136 24 ) ( 480 136 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 480 72 24 ) ( 480 72 25 ) ( 480 73 24 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +} +// entity 1 +{ +"classname" "func_group" +"_tb_type" "_tb_group" +"_tb_name" "motelroomlayout" +"_tb_id" "4" +"_tb_linked_group_id" "{64d2ce3b-d5a0-495e-b5f7-459c62d5e742}" +"_tb_transformation" "1 0 0 0 0 1 0 -72 0 0 1 0 0 0 0 1" +// brush 0 +{ +( 1186 1124 16 ) ( 1186 1125 16 ) ( 1186 1124 17 ) clip [ 0 -1 0 -28 ] [ 0 0 -1 0 ] 0 1 1 +( 1180 1126 16 ) ( 1180 1126 17 ) ( 1181 1126 16 ) clip [ 1 0 0 20 ] [ 0 0 -1 0 ] 0 1 1 +( 1180 1124 16 ) ( 1181 1124 16 ) ( 1180 1125 16 ) clip [ -1 0 0 -20 ] [ 0 -1 0 -28 ] 0 1 1 +( 1276 1220 44 ) ( 1276 1221 44 ) ( 1277 1220 44 ) clip [ 1 0 0 20 ] [ 0 -1 0 -28 ] 0 1 1 +( 1276 1208 32 ) ( 1277 1208 32 ) ( 1276 1208 33 ) clip [ -1 0 0 -20 ] [ 0 0 -1 0 ] 0 1 1 +( 1256 1220 32 ) ( 1256 1220 33 ) ( 1256 1221 32 ) clip [ 0 1 0 28 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 1 +{ +( 944 1112 16 ) ( 944 1113 16 ) ( 944 1112 17 ) skip [ 0 -1 0 -48 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 952 1112 16 ) ( 952 1112 17 ) ( 953 1112 16 ) surface_beige [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 952 1112 16 ) ( 953 1112 16 ) ( 952 1113 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 1000 1120 80 ) ( 1000 1121 80 ) ( 1001 1120 80 ) skip [ 1 0 0 0 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 1000 1120 24 ) ( 1001 1120 24 ) ( 1000 1120 25 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 992 1120 24 ) ( 992 1120 25 ) ( 992 1121 24 ) surface_beige_edge [ 0 1 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 +} +// brush 2 +{ +( 1074 1124 16 ) ( 1074 1125 16 ) ( 1074 1124 17 ) clip [ 0 -1 0 -28 ] [ 0 0 -1 0 ] 0 1 1 +( 1068 1126 16 ) ( 1068 1126 17 ) ( 1069 1126 16 ) clip [ 1 0 0 4 ] [ 0 0 -1 0 ] 0 1 1 +( 1068 1124 16 ) ( 1069 1124 16 ) ( 1068 1125 16 ) clip [ -1 0 0 -4 ] [ 0 -1 0 -28 ] 0 1 1 +( 1164 1220 44 ) ( 1164 1221 44 ) ( 1165 1220 44 ) clip [ 1 0 0 4 ] [ 0 -1 0 -28 ] 0 1 1 +( 1164 1208 32 ) ( 1165 1208 32 ) ( 1164 1208 33 ) clip [ -1 0 0 -4 ] [ 0 0 -1 0 ] 0 1 1 +( 1144 1220 32 ) ( 1144 1220 33 ) ( 1144 1221 32 ) clip [ 0 1 0 28 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 3 +{ +( 992 1112 16 ) ( 992 1113 16 ) ( 992 1112 17 ) skip [ 0 -1 0 -48 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 1000 1112 16 ) ( 1000 1112 17 ) ( 1001 1112 16 ) surface_beige [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 1000 1112 80 ) ( 1001 1112 80 ) ( 1000 1113 80 ) surface_beige_edge [ 4.371138994063005e-08 0.9999999999999989 0 16 ] [ -0.9999999999999989 4.371138994063005e-08 0 0 ] 270 0.5 0.5 +( 1048 1120 96 ) ( 1048 1121 96 ) ( 1049 1120 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 1048 1120 24 ) ( 1049 1120 24 ) ( 1048 1120 25 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 1040 1120 24 ) ( 1040 1120 25 ) ( 1040 1121 24 ) skip [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 +} +// brush 4 +{ +( 1148 1188 16 ) ( 1148 1189 16 ) ( 1148 1188 17 ) clip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1148 1188 16 ) ( 1148 1188 17 ) ( 1149 1188 16 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1148 1188 16 ) ( 1149 1188 16 ) ( 1148 1189 16 ) clip [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.25 0.25 +( 1180 1208 34 ) ( 1180 1209 34 ) ( 1181 1208 34 ) clip [ 1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.25 0.25 +( 1180 1208 20 ) ( 1181 1208 20 ) ( 1180 1208 21 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1182 1208 20 ) ( 1182 1208 21 ) ( 1182 1209 20 ) clip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 5 +{ +( 944 1016 0 ) ( 944 1017 0 ) ( 944 1016 1 ) skip [ 0 -1 0 -48 ] [ 0 0 -1 -32 ] 0 0.5 0.5 +( 1024 1024 0 ) ( 1024 1024 1 ) ( 1025 1024 0 ) skip [ 1 0 0 32 ] [ 0 0 -1 -32 ] 0 0.5 0.5 +( 1024 1016 0 ) ( 1025 1016 0 ) ( 1024 1017 0 ) skip [ -1 0 0 -32 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 1056 1064 16 ) ( 1056 1065 16 ) ( 1057 1064 16 ) carpet_dullgreen [ 1 0 0 96 ] [ 0 -1 0 -112 ] 0 0.5 0.5 +( 1056 1208 16 ) ( 1057 1208 16 ) ( 1056 1208 17 ) skip [ -1 0 0 -32 ] [ 0 0 -1 -32 ] 0 0.5 0.5 +( 1296 1064 16 ) ( 1296 1064 17 ) ( 1296 1065 16 ) skip [ 0 1 0 48 ] [ 0 0 -1 -32 ] 0 0.5 0.5 +} +// brush 6 +{ +( 1128 1024 16 ) ( 1128 1025 16 ) ( 1128 1024 17 ) clip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1104 1024 16 ) ( 1104 1024 17 ) ( 1105 1024 16 ) clip [ 1 0 0 32 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1104 1024 16 ) ( 1105 1024 16 ) ( 1104 1025 16 ) clip [ -1 0 0 -32 ] [ 0 -1 0 -32 ] 0 0.25 0.25 +( 1176 1056 48 ) ( 1176 1057 48 ) ( 1177 1056 48 ) clip [ 1 0 0 32 ] [ 0 -1 0 -32 ] 0 0.25 0.25 +( 1176 1048 24 ) ( 1177 1048 24 ) ( 1176 1048 25 ) clip [ -1 0 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1192 1056 24 ) ( 1192 1056 25 ) ( 1192 1057 24 ) clip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 7 +{ +( 1040 1160 32 ) ( 1040 1161 32 ) ( 1040 1160 33 ) skip [ 0 -1 0 -48 ] [ 0 0 -1 -32 ] 0 0.5 0.5 +( 1040 1112 32 ) ( 1040 1112 33 ) ( 1041 1112 32 ) surface_beige_edge [ -0.9999999999999961 0 8.742278000372473e-08 -16 ] [ 8.742278000372473e-08 0 0.9999999999999961 32 ] 180 0.5 0.5 +( 1040 1160 80 ) ( 1041 1160 80 ) ( 1040 1161 80 ) skip [ -1 0 0 0 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 1048 1200 96 ) ( 1048 1201 96 ) ( 1049 1200 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 1048 1120 40 ) ( 1049 1120 40 ) ( 1048 1120 41 ) skip [ -1 0 0 0 ] [ 0 0 -1 -32 ] 0 0.5 0.5 +( 1048 1200 40 ) ( 1048 1200 41 ) ( 1048 1201 40 ) surface_beige_edge [ 0 1 0 16 ] [ 0 0 -1 -32 ] 0 0.5 0.5 +} +// brush 8 +{ +( 1040 1168 16 ) ( 1040 1169 16 ) ( 1040 1168 17 ) surface_beige [ 0 -1 0 -48 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 1040 1120 16 ) ( 1040 1120 17 ) ( 1041 1120 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 1040 1168 16 ) ( 1041 1168 16 ) ( 1040 1169 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 1048 1208 96 ) ( 1048 1209 96 ) ( 1049 1208 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 1048 1208 24 ) ( 1049 1208 24 ) ( 1048 1208 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 1048 1208 24 ) ( 1048 1208 25 ) ( 1048 1209 24 ) surface_beige [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 +} +// brush 9 +{ +( 944 1112 16 ) ( 944 1113 16 ) ( 944 1112 17 ) skip [ 0 -1 0 -48 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 944 1112 16 ) ( 944 1112 17 ) ( 945 1112 16 ) surface_beige [ 1 0 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 944 1112 80 ) ( 945 1112 80 ) ( 944 1113 80 ) skip [ -1 0 0 -48 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 992 1120 96 ) ( 992 1121 96 ) ( 993 1120 96 ) skip [ 1 0 0 48 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 992 1120 24 ) ( 993 1120 24 ) ( 992 1120 25 ) surface_beige [ -1 0 0 -48 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 992 1120 24 ) ( 992 1120 25 ) ( 992 1121 24 ) skip [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 +} +// brush 10 +{ +( 1040 1160 16 ) ( 1040 1161 16 ) ( 1040 1160 17 ) surface_beige_edge [ 0 0.9999999999999961 8.742278000372473e-08 16 ] [ 0 -8.742278000372473e-08 0.9999999999999961 0 ] 180 0.5 0.5 +( 1040 1112 16 ) ( 1040 1112 17 ) ( 1041 1112 16 ) surface_beige_edge [ -0.9999999999999961 0 8.742278000372473e-08 -16 ] [ 8.742278000372473e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 +( 1040 1160 16 ) ( 1041 1160 16 ) ( 1040 1161 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 1048 1200 80 ) ( 1048 1201 80 ) ( 1049 1200 80 ) skip [ 1 0 0 0 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 1048 1120 24 ) ( 1049 1120 24 ) ( 1048 1120 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 1048 1200 24 ) ( 1048 1200 25 ) ( 1048 1201 24 ) surface_beige_edge [ 0 1 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 +} +} +// entity 2 +{ +"classname" "func_transparent" +// brush 0 +{ +( 82 246 52 ) ( 82 247 52 ) ( 82 246 53 ) glass [ 0 -1 0 0 ] [ -0 -0 -1 -24 ] 0 0.5 0.5 +( 82 168 52 ) ( 82 168 53 ) ( 83 168 52 ) glass [ 1 0 -0 0 ] [ 0 -0 -1 -24 ] 0 0.5 0.5 +( 82 246 52 ) ( 83 246 52 ) ( 82 247 52 ) glass [ -1 0 0 0 ] [ -0 -1 -0 -24 ] 0 0.5 0.5 +( 84 256 96 ) ( 84 257 96 ) ( 85 256 96 ) glass [ 1 0 0 0 ] [ 0 -1 0 -24 ] 0 0.5 0.5 +( 84 256 54 ) ( 85 256 54 ) ( 84 256 55 ) glass [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +( 84 256 54 ) ( 84 256 55 ) ( 84 257 54 ) glass [ 0 1 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +} +// brush 1 +{ +( 88 260 52 ) ( 88 261 52 ) ( 88 260 53 ) glass [ 0 -1 0 0 ] [ -0 -0 -1 -24 ] 0 0.5 0.5 +( 148 260 52 ) ( 148 260 53 ) ( 149 260 52 ) glass [ 1 0 -0 0 ] [ 0 -0 -1 -24 ] 0 0.5 0.5 +( 148 260 52 ) ( 149 260 52 ) ( 148 261 52 ) glass [ -1 0 0 0 ] [ -0 -1 -0 -24 ] 0 0.5 0.5 +( 160 262 96 ) ( 160 263 96 ) ( 161 262 96 ) glass [ 1 0 0 0 ] [ 0 -1 0 -24 ] 0 0.5 0.5 +( 160 262 54 ) ( 161 262 54 ) ( 160 262 55 ) glass [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +( 144 262 54 ) ( 144 262 55 ) ( 144 263 54 ) glass [ 0 1 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +} +// brush 2 +{ +( 224 260 52 ) ( 224 261 52 ) ( 224 260 53 ) glass [ 0 -1 0 0 ] [ -0 -0 -1 -24 ] 0 0.5 0.5 +( 284 260 52 ) ( 284 260 53 ) ( 285 260 52 ) glass [ 1 0 -0 0 ] [ 0 -0 -1 -24 ] 0 0.5 0.5 +( 284 260 52 ) ( 285 260 52 ) ( 284 261 52 ) glass [ -1 0 0 0 ] [ -0 -1 -0 -24 ] 0 0.5 0.5 +( 296 262 96 ) ( 296 263 96 ) ( 297 262 96 ) glass [ 1 0 0 0 ] [ 0 -1 0 -24 ] 0 0.5 0.5 +( 296 262 54 ) ( 297 262 54 ) ( 296 262 55 ) glass [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +( 296 262 54 ) ( 296 262 55 ) ( 296 263 54 ) glass [ 0 1 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +} +// brush 3 +{ +( 82 136 52 ) ( 82 137 52 ) ( 82 136 53 ) glass [ 0 -1 0 0 ] [ -0 -0 -1 -24 ] 0 0.5 0.5 +( 82 56 52 ) ( 82 56 53 ) ( 83 56 52 ) glass [ 1 0 -0 0 ] [ 0 -0 -1 -24 ] 0 0.5 0.5 +( 82 136 52 ) ( 83 136 52 ) ( 82 137 52 ) glass [ -1 0 0 0 ] [ -0 -1 -0 -24 ] 0 0.5 0.5 +( 84 146 96 ) ( 84 147 96 ) ( 85 146 96 ) glass [ 1 0 0 0 ] [ 0 -1 0 -24 ] 0 0.5 0.5 +( 84 160 54 ) ( 85 160 54 ) ( 84 160 55 ) glass [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +( 84 146 54 ) ( 84 146 55 ) ( 84 147 54 ) glass [ 0 1 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +} +// brush 4 +{ +( 82 24 52 ) ( 82 25 52 ) ( 82 24 53 ) glass [ 0 -1 0 0 ] [ -0 -0 -1 -24 ] 0 0.5 0.5 +( 82 -48 52 ) ( 82 -48 53 ) ( 83 -48 52 ) glass [ 1 0 -0 0 ] [ 0 -0 -1 -24 ] 0 0.5 0.5 +( 82 24 52 ) ( 83 24 52 ) ( 82 25 52 ) glass [ -1 0 0 0 ] [ -0 -1 -0 -24 ] 0 0.5 0.5 +( 84 34 96 ) ( 84 35 96 ) ( 85 34 96 ) glass [ 1 0 0 0 ] [ 0 -1 0 -24 ] 0 0.5 0.5 +( 84 48 54 ) ( 85 48 54 ) ( 84 48 55 ) glass [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +( 84 34 54 ) ( 84 34 55 ) ( 84 35 54 ) glass [ 0 1 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +} +// brush 5 +{ +( 88 -54 52 ) ( 88 -53 52 ) ( 88 -54 53 ) glass [ 0 -1 0 0 ] [ -0 -0 -1 -24 ] 0 0.5 0.5 +( 88 -54 52 ) ( 88 -54 53 ) ( 89 -54 52 ) glass [ 1 0 -0 0 ] [ 0 -0 -1 -24 ] 0 0.5 0.5 +( 88 -54 52 ) ( 89 -54 52 ) ( 88 -53 52 ) glass [ -1 0 0 0 ] [ -0 -1 -0 -24 ] 0 0.5 0.5 +( 96 -52 96 ) ( 96 -51 96 ) ( 97 -52 96 ) glass [ 1 0 0 0 ] [ 0 -1 0 -24 ] 0 0.5 0.5 +( 96 -52 54 ) ( 97 -52 54 ) ( 96 -52 55 ) glass [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +( 224 -52 54 ) ( 224 -52 55 ) ( 224 -51 54 ) glass [ 0 1 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 } } diff --git a/maps/autosave/cafemotel.2.map.import b/maps/autosave/cafemotel.2.map.import deleted file mode 100644 index 270e756..0000000 --- a/maps/autosave/cafemotel.2.map.import +++ /dev/null @@ -1,14 +0,0 @@ -[remap] - -importer="func_godot.map" -type="Resource" -uid="uid://bd2pf06n61b4u" -path="res://.godot/imported/cafemotel.2.map-329ea658bc94d88c0207ca27af156139.tres" - -[deps] - -source_file="res://maps/autosave/cafemotel.2.map" -dest_files=["res://.godot/imported/cafemotel.2.map-329ea658bc94d88c0207ca27af156139.tres"] - -[params] - diff --git a/maps/autosave/cafemotel.3.map b/maps/autosave/cafemotel.3.map index 252c818..4ff3114 100644 --- a/maps/autosave/cafemotel.3.map +++ b/maps/autosave/cafemotel.3.map @@ -1,4 +1,4 @@ -// Game: maskmaker +// Game: That Wretched Shadow // Format: Valve // entity 0 { @@ -6,59 +6,23 @@ "classname" "worldspawn" // brush 0 { -( -16 -64 -16 ) ( -16 -63 -16 ) ( -16 -64 -15 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( -64 -64 -16 ) ( -64 -64 -15 ) ( -63 -64 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( -64 -64 -16 ) ( -63 -64 -16 ) ( -64 -63 -16 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 64 64 16 ) ( 64 65 16 ) ( 65 64 16 ) ground_cobblestone1 [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 64 64 16 ) ( 65 64 16 ) ( 64 64 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 784 64 16 ) ( 784 64 17 ) ( 784 65 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( -16 -184 -16 ) ( -16 -183 -16 ) ( -16 -184 -15 ) skip [ 0 -1 0 32 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( -64 -184 -16 ) ( -64 -184 -15 ) ( -63 -184 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( -64 -184 -16 ) ( -63 -184 -16 ) ( -64 -183 -16 ) skip [ -1 0 0 0 ] [ 0 -1 0 32 ] 0 0.25 0.25 +( 64 -56 16 ) ( 64 -55 16 ) ( 65 -56 16 ) ground_cobblestone1 [ 1 0 0 0 ] [ 0 -1 0 120 ] 0 0.25 0.25 +( 64 -56 16 ) ( 65 -56 16 ) ( 64 -56 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 784 -56 16 ) ( 784 -56 17 ) ( 784 -55 16 ) skip [ 0 1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 } // brush 1 { -( 80 64 0 ) ( 80 65 0 ) ( 80 64 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 64 0 ) ( 80 64 1 ) ( 81 64 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 64 16 ) ( 81 64 16 ) ( 80 65 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 96 52 ) ( 112 97 52 ) ( 113 96 52 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 72 16 ) ( 113 72 16 ) ( 112 72 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 224 96 16 ) ( 224 96 17 ) ( 224 97 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 2 -{ -( 224 64 0 ) ( 224 65 0 ) ( 224 64 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 224 64 0 ) ( 224 64 1 ) ( 225 64 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 224 64 16 ) ( 225 64 16 ) ( 224 65 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 256 96 96 ) ( 256 97 96 ) ( 257 96 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 256 72 16 ) ( 257 72 16 ) ( 256 72 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 312 96 16 ) ( 312 96 17 ) ( 312 97 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 3 -{ -( 80 64 -8 ) ( 80 65 -8 ) ( 80 64 -7 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 16 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 176 64 -8 ) ( 176 64 -7 ) ( 177 64 -8 ) surface_green_edge [ -4.371139006309477e-08 0 -0.999999999999999 16 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 176 64 96 ) ( 177 64 96 ) ( 176 65 96 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 208 96 104 ) ( 208 97 104 ) ( 209 96 104 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 208 72 8 ) ( 209 72 8 ) ( 208 72 9 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 312 96 8 ) ( 312 96 9 ) ( 312 97 8 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -} -// brush 4 -{ -( 80 64 0 ) ( 80 65 0 ) ( 80 64 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 64 0 ) ( 80 64 1 ) ( 81 64 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 64 48 ) ( 81 64 48 ) ( 80 65 48 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 96 96 ) ( 112 97 96 ) ( 113 96 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 72 16 ) ( 113 72 16 ) ( 112 72 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 88 96 16 ) ( 88 96 17 ) ( 88 97 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 5 -{ ( 80 72 0 ) ( 80 73 0 ) ( 80 72 1 ) surface_green [ 0 4.371139006309477e-08 -0.999999999999999 32 ] [ 0 0.999999999999999 4.371139006309477e-08 24 ] 90 0.5 0.5 -( 80 72 0 ) ( 80 72 1 ) ( 81 72 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 80 -48 0 ) ( 80 -48 1 ) ( 81 -48 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 80 72 16 ) ( 81 72 16 ) ( 80 73 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 ( 112 104 52 ) ( 112 105 52 ) ( 113 104 52 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 ( 112 256 16 ) ( 113 256 16 ) ( 112 256 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 88 104 16 ) ( 88 104 17 ) ( 88 105 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 } -// brush 6 +// brush 2 { ( 80 256 0 ) ( 80 257 0 ) ( 80 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 80 256 0 ) ( 80 256 1 ) ( 81 256 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 @@ -67,7 +31,7 @@ ( 112 264 16 ) ( 113 264 16 ) ( 112 264 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 88 288 16 ) ( 88 288 17 ) ( 88 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 } -// brush 7 +// brush 3 { ( 80 256 -8 ) ( 80 257 -8 ) ( 80 256 -7 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 16 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 ( 176 256 -8 ) ( 176 256 -7 ) ( 177 256 -8 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 @@ -76,16 +40,16 @@ ( 208 264 8 ) ( 209 264 8 ) ( 208 264 9 ) surface_green_edge [ 4.371139006309477e-08 0 -0.999999999999999 16 ] [ 0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 ( 312 288 8 ) ( 312 288 9 ) ( 312 289 8 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 } -// brush 8 +// brush 4 { ( 80 72 72 ) ( 80 73 72 ) ( 80 72 73 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 16 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 72 72 ) ( 80 72 73 ) ( 81 72 72 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 +( 80 -48 72 ) ( 80 -48 73 ) ( 81 -48 72 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 ( 80 72 96 ) ( 81 72 96 ) ( 80 73 96 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 ( 112 104 104 ) ( 112 105 104 ) ( 113 104 104 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 ( 112 256 88 ) ( 113 256 88 ) ( 112 256 89 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 ( 88 104 88 ) ( 88 104 89 ) ( 88 105 88 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 } -// brush 9 +// brush 5 { ( 88 256 0 ) ( 88 257 0 ) ( 88 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 80 256 0 ) ( 80 256 1 ) ( 81 256 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 @@ -94,7 +58,7 @@ ( 112 264 16 ) ( 113 264 16 ) ( 112 264 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 144 288 16 ) ( 144 288 17 ) ( 144 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 } -// brush 10 +// brush 6 { ( 144 256 0 ) ( 144 257 0 ) ( 144 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 144 256 0 ) ( 144 256 1 ) ( 145 256 0 ) surface_green [ 1 0 0 32 ] [ 0 0 -1 -16 ] 0 0.5 0.5 @@ -103,7 +67,7 @@ ( 176 264 16 ) ( 177 264 16 ) ( 176 264 17 ) surface_green [ -1 0 0 -32 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 160 288 16 ) ( 160 288 17 ) ( 160 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 } -// brush 11 +// brush 7 { ( 208 256 0 ) ( 208 257 0 ) ( 208 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 208 256 0 ) ( 208 256 1 ) ( 209 256 0 ) surface_green [ 1 0 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 @@ -112,25 +76,25 @@ ( 240 264 16 ) ( 241 264 16 ) ( 240 264 17 ) surface_green [ -1 0 0 16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 224 288 16 ) ( 224 288 17 ) ( 224 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 } -// brush 12 +// brush 8 { ( 88 128 8 ) ( 88 129 8 ) ( 88 128 9 ) skip [ 0 -1 0 -56 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 88 72 8 ) ( 88 72 9 ) ( 89 72 8 ) skip [ 1 0 0 0 ] [ 0 0 -1 -8 ] 0 0.25 0.25 +( 88 -56 8 ) ( 88 -56 9 ) ( 89 -56 8 ) skip [ 1 0 0 0 ] [ 0 0 -1 -8 ] 0 0.25 0.25 ( 88 128 8 ) ( 89 128 8 ) ( 88 129 8 ) skip [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.25 0.25 ( 128 176 16 ) ( 128 177 16 ) ( 129 176 16 ) floor_wood [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.25 0.25 ( 128 264 16 ) ( 129 264 16 ) ( 128 264 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 -8 ] 0 0.25 0.25 ( 320 176 16 ) ( 320 176 17 ) ( 320 177 16 ) skip [ 0 1 0 56 ] [ 0 0 -1 -8 ] 0 0.25 0.25 } -// brush 13 +// brush 9 { ( -16 64 -16 ) ( -16 65 -16 ) ( -16 64 -15 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( -64 64 -16 ) ( -64 64 -15 ) ( -63 64 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( -64 -56 -16 ) ( -64 -56 -15 ) ( -63 -56 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( -64 64 -16 ) ( -63 64 -16 ) ( -64 65 -16 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 64 192 16 ) ( 64 193 16 ) ( 65 192 16 ) ground_cobblestone1 [ -4.371139006309477e-08 -0.999999999999999 0 0 ] [ -0.999999999999999 4.371139006309477e-08 0 106 ] 90 0.25 0.25 ( 64 264 16 ) ( 65 264 16 ) ( 64 264 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 80 192 16 ) ( 80 192 17 ) ( 80 193 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } -// brush 14 +// brush 10 { ( 72 72 88 ) ( 72 73 88 ) ( 72 72 89 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 16 ] 90 0.5 0.5 ( 80 256 88 ) ( 80 256 89 ) ( 81 256 88 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 @@ -139,25 +103,16 @@ ( 112 272 104 ) ( 113 272 104 ) ( 112 272 105 ) surface_green_edge [ 4.371139006309477e-08 0 -0.999999999999999 -32 ] [ 0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 ( 312 104 104 ) ( 312 104 105 ) ( 312 105 104 ) surface_green_edge [ 0 -4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 -0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 } -// brush 15 -{ -( 72 -128 88 ) ( 72 -127 88 ) ( 72 -128 89 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 16 ] 90 0.5 0.5 -( 80 56 88 ) ( 80 56 89 ) ( 81 56 88 ) surface_green_edge [ -4.371139006309477e-08 0 -0.999999999999999 -32 ] [ -0.999999999999999 0 4.371139006309477e-08 16 ] 90 0.5 0.5 -( 80 -128 104 ) ( 81 -128 104 ) ( 80 -127 104 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 -8 ] 0 0.5 0.5 -( 112 -96 112 ) ( 112 -95 112 ) ( 113 -96 112 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 -8 ] 0 0.5 0.5 -( 112 72 104 ) ( 113 72 104 ) ( 112 72 105 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 -( 312 -96 104 ) ( 312 -96 105 ) ( 312 -95 104 ) surface_green_edge [ 0 -4.371139006309477e-08 -0.999999999999999 32 ] [ 0 -0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -} -// brush 16 +// brush 11 { ( 72 -112 88 ) ( 72 -111 88 ) ( 72 -112 89 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 16 ] 90 0.5 0.5 -( 80 72 88 ) ( 80 72 89 ) ( 81 72 88 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +( 80 -48 88 ) ( 80 -48 89 ) ( 81 -48 88 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 ( 80 -112 104 ) ( 81 -112 104 ) ( 80 -111 104 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 ( 112 -80 112 ) ( 112 -79 112 ) ( 113 -80 112 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 ( 112 256 104 ) ( 113 256 104 ) ( 112 256 105 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 ( 88 -80 104 ) ( 88 -80 105 ) ( 88 -79 104 ) surface_green [ 0 1 0 -8 ] [ 0 0 -1 -24 ] 0 0.5 0.5 } -// brush 17 +// brush 12 { ( 72 72 128 ) ( 72 73 128 ) ( 72 72 129 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 ( 80 256 128 ) ( 80 256 129 ) ( 81 256 128 ) skip [ 1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 @@ -166,70 +121,43 @@ ( 112 272 144 ) ( 113 272 144 ) ( 112 272 145 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 ( 312 104 144 ) ( 312 104 145 ) ( 312 105 144 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 } -// brush 18 +// brush 13 { ( 72 -112 128 ) ( 72 -111 128 ) ( 72 -112 129 ) surface_green [ 0 -1 0 8 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 80 72 128 ) ( 80 72 129 ) ( 81 72 128 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 80 -48 128 ) ( 80 -48 129 ) ( 81 -48 128 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( 80 -112 144 ) ( 81 -112 144 ) ( 80 -111 144 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 ( 112 -80 152 ) ( 112 -79 152 ) ( 113 -80 152 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 ( 112 256 144 ) ( 113 256 144 ) ( 112 256 145 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( 88 -80 144 ) ( 88 -80 145 ) ( 88 -79 144 ) skip [ 0 1 0 -8 ] [ 0 0 -1 0 ] 0 0.5 0.5 } -// brush 19 +// brush 14 { -( 72 -128 128 ) ( 72 -127 128 ) ( 72 -128 129 ) surface_green [ 0 -1 0 -8 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( 80 56 128 ) ( 80 56 129 ) ( 81 56 128 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( 80 -128 144 ) ( 81 -128 144 ) ( 80 -127 144 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 -8 ] 0 0.5 0.5 -( 112 -96 152 ) ( 112 -95 152 ) ( 113 -96 152 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 72 144 ) ( 113 72 144 ) ( 112 72 145 ) skip [ -1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( 312 -96 144 ) ( 312 -96 145 ) ( 312 -95 144 ) surface_green [ 0 1 0 8 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -} -// brush 20 -{ -( 80 64 48 ) ( 80 65 48 ) ( 80 64 49 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 64 48 ) ( 80 64 49 ) ( 81 64 48 ) surface_green_edge [ -4.371139006309477e-08 0 -0.999999999999999 -32 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 64 112 ) ( 81 64 112 ) ( 80 65 112 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 96 144 ) ( 112 97 144 ) ( 113 96 144 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 72 64 ) ( 113 72 64 ) ( 112 72 65 ) skip [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 312 96 64 ) ( 312 96 65 ) ( 312 97 64 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -} -// brush 21 -{ -( 80 256 48 ) ( 80 257 48 ) ( 80 256 49 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -31.999985 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 +( 80 256 48 ) ( 80 257 48 ) ( 80 256 49 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -31.99997 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 ( 80 256 48 ) ( 80 256 49 ) ( 81 256 48 ) skip [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 80 256 112 ) ( 81 256 112 ) ( 80 257 112 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 80 256 120 ) ( 81 256 120 ) ( 80 257 120 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 ( 112 288 144 ) ( 112 289 144 ) ( 113 288 144 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 264 64 ) ( 113 264 64 ) ( 112 264 65 ) surface_green_edge [ 4.371139006309477e-08 0 -0.999999999999999 -31.999985 ] [ 0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 +( 112 264 64 ) ( 113 264 64 ) ( 112 264 65 ) surface_green_edge [ 4.371139006309477e-08 0 -0.999999999999999 -31.99997 ] [ 0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 ( 312 288 64 ) ( 312 288 65 ) ( 312 289 64 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 } -// brush 22 +// brush 15 { ( 80 248 48 ) ( 80 249 48 ) ( 80 248 49 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32.000015 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 72 48 ) ( 80 72 49 ) ( 81 72 48 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 80 248 112 ) ( 81 248 112 ) ( 80 249 112 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 -8 ] 0 0.5 0.5 +( 80 -48 48 ) ( 80 -48 49 ) ( 81 -48 48 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 +( 80 248 120 ) ( 81 248 120 ) ( 80 249 120 ) skip [ -1 0 0 0 ] [ 0 -1 0 -8 ] 0 0.5 0.5 ( 112 280 144 ) ( 112 281 144 ) ( 113 280 144 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 -8 ] 0 0.5 0.5 ( 112 256 64 ) ( 113 256 64 ) ( 112 256 65 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 ( 88 280 64 ) ( 88 280 65 ) ( 88 281 64 ) skip [ 0 1 0 8 ] [ 0 0 -1 -40 ] 0 0.5 0.5 } -// brush 23 +// brush 16 { -( 88 128 104 ) ( 88 129 104 ) ( 88 128 105 ) skip [ 0 -1 0 -56 ] [ 0 0 -1 56 ] 0 0.25 0.25 -( 88 72 104 ) ( 88 72 105 ) ( 89 72 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 56 ] 0 0.25 0.25 -( 88 128 104 ) ( 89 128 104 ) ( 88 129 104 ) ground_wood [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.5 0.5 -( 128 176 112 ) ( 128 177 112 ) ( 129 176 112 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.25 0.25 -( 128 256 112 ) ( 129 256 112 ) ( 128 256 113 ) skip [ -1 0 0 0 ] [ 0 0 -1 56 ] 0 0.25 0.25 -( 312 176 112 ) ( 312 176 113 ) ( 312 177 112 ) skip [ 0 1 0 56 ] [ 0 0 -1 56 ] 0 0.25 0.25 +( 88 128 120 ) ( 88 129 120 ) ( 88 128 121 ) skip [ 0 -1 0 -56 ] [ 0 0 -1 56 ] 0 0.25 0.25 +( 88 -48 120 ) ( 88 -48 121 ) ( 89 -48 120 ) skip [ 1 0 0 0 ] [ 0 0 -1 56 ] 0 0.25 0.25 +( 88 128 120 ) ( 89 128 120 ) ( 88 129 120 ) ground_wood [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.5 0.5 +( 128 176 128 ) ( 128 177 128 ) ( 129 176 128 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.25 0.25 +( 128 256 128 ) ( 129 256 128 ) ( 128 256 129 ) skip [ -1 0 0 0 ] [ 0 0 -1 56 ] 0 0.25 0.25 +( 312 176 128 ) ( 312 176 129 ) ( 312 177 128 ) skip [ 0 1 0 56 ] [ 0 0 -1 56 ] 0 0.25 0.25 } -// brush 24 -{ -( 224 72 16 ) ( 224 73 16 ) ( 224 72 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 224 72 16 ) ( 224 72 17 ) ( 225 72 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 224 72 16 ) ( 225 72 16 ) ( 224 73 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 248 160 48 ) ( 248 161 48 ) ( 249 160 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 248 184 24 ) ( 249 184 24 ) ( 248 184 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 248 160 24 ) ( 248 160 25 ) ( 248 161 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 25 +// brush 17 { ( 224 256 0 ) ( 224 257 0 ) ( 224 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 216 256 0 ) ( 216 256 1 ) ( 217 256 0 ) surface_green [ 1 0 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 @@ -238,7 +166,7 @@ ( 248 264 16 ) ( 249 264 16 ) ( 248 264 17 ) surface_green [ -1 0 0 16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 296 288 16 ) ( 296 288 17 ) ( 296 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 } -// brush 26 +// brush 18 { ( 296 256 0 ) ( 296 257 0 ) ( 296 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 296 256 0 ) ( 296 256 1 ) ( 297 256 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 @@ -247,61 +175,52 @@ ( 328 264 16 ) ( 329 264 16 ) ( 328 264 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 312 288 16 ) ( 312 288 17 ) ( 312 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 } -// brush 27 -{ -( 224 128 16 ) ( 224 129 16 ) ( 224 128 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 224 224 16 ) ( 224 224 17 ) ( 225 224 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 224 128 16 ) ( 225 128 16 ) ( 224 129 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 248 216 48 ) ( 248 217 48 ) ( 249 216 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 248 256 24 ) ( 249 256 24 ) ( 248 256 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 312 216 24 ) ( 312 216 25 ) ( 312 217 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 28 +// brush 19 { ( 640 64 0 ) ( 640 65 0 ) ( 640 64 1 ) skip [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 0.5 0.5 -( 640 64 0 ) ( 640 64 1 ) ( 641 64 0 ) skip [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 0.5 0.5 +( 640 -56 0 ) ( 640 -56 1 ) ( 641 -56 0 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( 640 64 0 ) ( 641 64 0 ) ( 640 65 0 ) skip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 0.5 0.5 ( 656 112 16 ) ( 656 113 16 ) ( 657 112 16 ) ground_cobblestone1 [ -4.371139006309477e-08 -0.999999999999999 0 0 ] [ -0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.25 0.25 ( 656 264 16 ) ( 657 264 16 ) ( 656 264 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( 736 112 16 ) ( 736 112 17 ) ( 736 113 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 } -// brush 29 +// brush 20 { ( 736 72 16 ) ( 736 73 16 ) ( 736 72 17 ) wall_brick_scrungly [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 472 64 16 ) ( 472 64 17 ) ( 473 64 16 ) wall_brick_scrungly [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 472 -56 16 ) ( 472 -56 17 ) ( 473 -56 16 ) wall_brick_scrungly [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 472 72 16 ) ( 473 72 16 ) ( 472 73 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 504 104 96 ) ( 504 105 96 ) ( 505 104 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 504 264 32 ) ( 505 264 32 ) ( 504 264 33 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 784 104 32 ) ( 784 104 33 ) ( 784 105 32 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } -// brush 30 +// brush 21 { ( 640 64 96 ) ( 640 65 96 ) ( 640 64 97 ) skip [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 0.25 0.25 -( 640 64 96 ) ( 640 64 97 ) ( 641 64 96 ) wall_brick [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 0.25 0.25 +( 640 -56 96 ) ( 640 -56 97 ) ( 641 -56 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 640 64 96 ) ( 641 64 96 ) ( 640 65 96 ) wall_brick_scrungly [ 4.371139006309477e-08 -0.999999999999999 0 0 ] [ 0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.25 0.25 ( 656 112 256 ) ( 656 113 256 ) ( 657 112 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 656 264 112 ) ( 657 264 112 ) ( 656 264 113 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 736 112 112 ) ( 736 112 113 ) ( 736 113 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } -// brush 31 +// brush 22 { ( 736 72 96 ) ( 736 73 96 ) ( 736 72 97 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 472 64 96 ) ( 472 64 97 ) ( 473 64 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 472 -56 96 ) ( 472 -56 97 ) ( 473 -56 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 472 72 96 ) ( 473 72 96 ) ( 472 73 96 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 504 104 256 ) ( 504 105 256 ) ( 505 104 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 504 264 112 ) ( 505 264 112 ) ( 504 264 113 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 784 104 112 ) ( 784 104 113 ) ( 784 105 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } -// brush 32 +// brush 23 { -( 312 64 96 ) ( 312 65 96 ) ( 312 64 97 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 368 64 96 ) ( 368 64 97 ) ( 369 64 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 368 64 104 ) ( 369 64 104 ) ( 368 65 104 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 400 96 256 ) ( 400 97 256 ) ( 401 96 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 400 72 112 ) ( 401 72 112 ) ( 400 72 113 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 96 112 ) ( 640 96 113 ) ( 640 97 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 139 ] 0 0.25 0.25 +( 312 -56 96 ) ( 312 -55 96 ) ( 312 -56 97 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 368 -56 96 ) ( 368 -56 97 ) ( 369 -56 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 368 -56 104 ) ( 369 -56 104 ) ( 368 -55 104 ) skip [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.25 0.25 +( 400 -24 256 ) ( 400 -23 256 ) ( 401 -24 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.25 0.25 +( 400 -48 112 ) ( 401 -48 112 ) ( 400 -48 113 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 640 -24 112 ) ( 640 -24 113 ) ( 640 -23 112 ) skip [ 0 1 0 32 ] [ 0 0 -1 11 ] 0 0.25 0.25 } -// brush 33 +// brush 24 { ( -16 264 -16 ) ( -16 265 -16 ) ( -16 264 -15 ) skip [ 0 -1 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 ( -64 264 -16 ) ( -64 264 -15 ) ( -63 264 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 @@ -310,322 +229,322 @@ ( 64 360 16 ) ( 65 360 16 ) ( 64 360 17 ) wall_concrete1 [ -1 0 0 0 ] [ 0 0 -1 16 ] 0 1 1 ( 784 392 16 ) ( 784 392 17 ) ( 784 393 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 } -// brush 34 +// brush 25 { ( 632 72 96 ) ( 632 73 96 ) ( 632 72 97 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 368 72 96 ) ( 368 72 97 ) ( 369 72 96 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 368 -48 96 ) ( 368 -48 97 ) ( 369 -48 96 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 368 72 112 ) ( 369 72 112 ) ( 368 73 112 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 400 104 256 ) ( 400 105 256 ) ( 401 104 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 400 264 112 ) ( 401 264 112 ) ( 400 264 113 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 640 104 112 ) ( 640 104 113 ) ( 640 105 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } -// brush 35 +// brush 26 { ( 320 72 96 ) ( 320 73 96 ) ( 320 72 97 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 360 72 96 ) ( 360 72 97 ) ( 361 72 96 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 360 72 112 ) ( 361 72 112 ) ( 360 73 112 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 360 -48 96 ) ( 360 -48 97 ) ( 361 -48 96 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 360 72 120 ) ( 361 72 120 ) ( 360 73 120 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 392 104 256 ) ( 392 105 256 ) ( 393 104 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 392 264 112 ) ( 393 264 112 ) ( 392 264 113 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 632 104 112 ) ( 632 104 113 ) ( 632 105 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } -// brush 36 +// brush 27 { ( 312 256 104 ) ( 312 257 104 ) ( 312 256 105 ) skip [ 0 1.6292067950285372e-07 -0.9999999999999866 -16 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 ( 312 72 104 ) ( 312 72 105 ) ( 313 72 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 312 256 104 ) ( 313 256 104 ) ( 312 257 104 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 312 256 120 ) ( 313 256 120 ) ( 312 257 120 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 ( 344 288 256 ) ( 344 289 256 ) ( 345 288 256 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 ( 344 264 120 ) ( 345 264 120 ) ( 344 264 121 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 320 288 120 ) ( 320 288 121 ) ( 320 289 120 ) skip [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 } -// brush 37 +// brush 28 { -( 312 264 32 ) ( 312 136 32 ) ( 312 264 16 ) surface_beige_edge [ 0 -1.3113417006681922e-07 0.9999999999999913 32 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 0 ] 270 0.5 0.5 -( 320 136 16 ) ( 312 136 16 ) ( 320 136 32 ) surface_beige_edge [ 0.9999999999999957 0 8.742277997596912e-08 16 ] [ -8.742277997596912e-08 0 0.9999999999999957 0 ] 180 0.5 0.5 -( 312 264 16 ) ( 312 136 16 ) ( 320 264 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 -( 320 264 32 ) ( 320 136 32 ) ( 312 264 32 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 264 16 ) ( 320 264 16 ) ( 312 264 32 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 264 16 ) ( 320 136 16 ) ( 320 264 32 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 312 144 32 ) ( 312 16 32 ) ( 312 144 16 ) surface_beige_edge [ 0 -1.3113417006681922e-07 0.9999999999999913 31.99997 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 -48 ] 270 0.5 0.5 +( 320 16 16 ) ( 312 16 16 ) ( 320 16 32 ) surface_beige_edge [ 0.9999999999999957 0 8.742277997596912e-08 16 ] [ -8.742277997596912e-08 0 0.9999999999999957 0 ] 180 0.5 0.5 +( 312 144 16 ) ( 312 16 16 ) ( 320 144 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -56 ] 0 1 1 +( 320 144 32 ) ( 320 16 32 ) ( 312 144 32 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 248 16 ) ( 320 248 16 ) ( 312 248 32 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 320 144 16 ) ( 320 16 16 ) ( 320 144 32 ) skip [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 } -// brush 38 +// brush 29 { -( 312 72 16 ) ( 312 88 16 ) ( 312 72 32 ) surface_beige_edge [ 0 -1.3113417006681922e-07 0.9999999999999913 32 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 0 ] 270 0.5 0.5 -( 312 72 32 ) ( 320 72 32 ) ( 312 72 16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 320 72 16 ) ( 320 88 16 ) ( 312 72 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 -( 312 72 32 ) ( 312 88 32 ) ( 320 72 32 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 88 32 ) ( 312 88 16 ) ( 320 88 32 ) surface_beige_edge [ 1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 320 72 32 ) ( 320 88 32 ) ( 320 72 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 312 -48 16 ) ( 312 -32 16 ) ( 312 -48 32 ) surface_beige_edge [ 0 -1.3113417006681922e-07 0.9999999999999913 31.999966 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 -47.999992 ] 270 0.5 0.5 +( 312 -40 32 ) ( 320 -40 32 ) ( 312 -40 16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 320 -48 16 ) ( 320 -32 16 ) ( 312 -48 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -56 ] 0 1 1 +( 312 -48 32 ) ( 312 -32 32 ) ( 320 -48 32 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 -32 32 ) ( 312 -32 16 ) ( 320 -32 32 ) surface_beige_edge [ 1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 320 -48 32 ) ( 320 -32 32 ) ( 320 -48 16 ) skip [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 } -// brush 39 +// brush 30 { -( 312 264 88 ) ( 312 136 88 ) ( 312 264 32 ) surface_beige [ 0 -1.3113417006681922e-07 0.9999999999999913 32 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 0 ] 270 0.5 0.5 -( 320 136 32 ) ( 312 136 32 ) ( 320 136 88 ) surface_beige_edge [ 0.9999999999999961 -0 8.742278000372473e-08 16 ] [ -8.742278000372473e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 -( 312 264 32 ) ( 312 136 32 ) ( 320 264 32 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 320 264 88 ) ( 320 136 88 ) ( 312 264 88 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 264 32 ) ( 320 264 32 ) ( 312 264 88 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 264 32 ) ( 320 136 32 ) ( 320 264 88 ) skip [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 312 144 88 ) ( 312 16 88 ) ( 312 144 32 ) surface_beige [ 0 -1.3113417006681922e-07 0.9999999999999913 31.999962 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 -48 ] 270 0.5 0.5 +( 320 16 32 ) ( 312 16 32 ) ( 320 16 88 ) surface_beige_edge [ 0.9999999999999961 0 8.742278000372473e-08 16 ] [ -8.742278000372473e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 +( 312 144 32 ) ( 312 16 32 ) ( 320 144 32 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 320 144 104 ) ( 320 16 104 ) ( 312 144 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 248 32 ) ( 320 248 32 ) ( 312 248 88 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 320 144 32 ) ( 320 16 32 ) ( 320 144 88 ) skip [ 0 1 0 48 ] [ 0 0 -1 16 ] 0 0.5 0.5 } -// brush 40 +// brush 31 { -( 312 72 32 ) ( 312 88 32 ) ( 312 72 88 ) surface_beige [ 0 -1.3113417006681922e-07 0.9999999999999913 32 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 0 ] 270 0.5 0.5 -( 312 72 88 ) ( 320 72 88 ) ( 312 72 32 ) skip [ 1 0 0 -16 ] [ 0 0 -1 16 ] 0 0.5 0.5 -( 320 72 32 ) ( 320 88 32 ) ( 312 72 32 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 72 88 ) ( 312 88 88 ) ( 320 72 88 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 88 88 ) ( 312 88 32 ) ( 320 88 88 ) surface_beige_edge [ 0.9999999999999998 -0 1.3234889800848443e-23 16 ] [ 1.3234889800848443e-23 0 -0.9999999999999998 0 ] 0 0.5 0.5 -( 320 72 88 ) ( 320 88 88 ) ( 320 72 32 ) skip [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 312 -48 32 ) ( 312 -32 32 ) ( 312 -48 88 ) surface_beige_edge [ 0 0.9999999999999785 2.0663206962145964e-07 31.999962 ] [ 0 -2.0663206962145964e-07 0.9999999999999785 -48 ] 180 0.5 0.5 +( 312 -48 88 ) ( 320 -48 88 ) ( 312 -48 32 ) skip [ 1 0 0 -16 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 320 -48 32 ) ( 320 -32 32 ) ( 312 -48 32 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 -48 96 ) ( 312 -32 96 ) ( 320 -48 96 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 -32 88 ) ( 312 -32 32 ) ( 320 -32 88 ) surface_beige_edge [ 0.9999999999999998 0 1.3234889800848443e-23 16 ] [ 1.3234889800848443e-23 0 -0.9999999999999998 0 ] 0 0.5 0.5 +( 320 -48 88 ) ( 320 -32 88 ) ( 320 -48 32 ) skip [ 0 1 0 48 ] [ 0 0 -1 16 ] 0 0.5 0.5 } -// brush 41 +// brush 32 { -( 312 264 104 ) ( 312 136 104 ) ( 312 264 88 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 -( 320 136 88 ) ( 312 136 88 ) ( 320 136 104 ) surface_beige_edge [ 0.9999999999999961 0 8.742277995965608e-08 16 ] [ -8.742277995965608e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 -( 312 264 88 ) ( 312 136 88 ) ( 320 264 88 ) surface_beige_edge [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 320 264 104 ) ( 320 136 104 ) ( 312 264 104 ) surface_beige_edge [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 264 88 ) ( 320 264 88 ) ( 312 264 104 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 264 88 ) ( 320 136 88 ) ( 320 264 104 ) surface_beige_edge [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 312 144 120 ) ( 312 16 120 ) ( 312 144 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -15.9999695 ] [ 0 0.9999999999999866 1.6292067950285372e-07 48 ] 90 0.5 0.5 +( 320 16 104 ) ( 312 16 104 ) ( 320 16 120 ) surface_beige_edge [ 0.9999999999999961 0 8.742277995965608e-08 16 ] [ -8.742277995965608e-08 0 0.9999999999999961 -32 ] 180 0.5 0.5 +( 312 144 104 ) ( 312 16 104 ) ( 320 144 104 ) surface_beige_edge [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 320 144 120 ) ( 320 16 120 ) ( 312 144 120 ) surface_beige_edge [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 248 104 ) ( 320 248 104 ) ( 312 248 120 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 320 144 104 ) ( 320 16 104 ) ( 320 144 120 ) skip [ 0 1 0 48 ] [ 0 0 -1 48 ] 0 0.5 0.5 } -// brush 42 +// brush 33 { -( 312 72 88 ) ( 312 88 88 ) ( 312 72 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 -( 312 72 104 ) ( 320 72 104 ) ( 312 72 88 ) skip [ 1 0 0 -16 ] [ 0 0 -1 16 ] 0 0.5 0.5 -( 320 72 88 ) ( 320 88 88 ) ( 312 72 88 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 72 104 ) ( 312 88 104 ) ( 320 72 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 88 104 ) ( 312 88 88 ) ( 320 88 104 ) surface_beige_edge [ 1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 320 72 104 ) ( 320 88 104 ) ( 320 72 88 ) skip [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 312 -48 104 ) ( 312 -32 104 ) ( 312 -48 120 ) surface_beige_corner [ 0 0.9999999999999961 8.742278000372473e-08 -32 ] [ 0 -8.742278000372473e-08 0.9999999999999961 -48 ] 180 0.5 0.5 +( 312 -48 120 ) ( 320 -48 120 ) ( 312 -48 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 48 ] 0 0.5 0.5 +( 320 -48 96 ) ( 320 -32 96 ) ( 312 -48 96 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 -48 120 ) ( 312 -32 120 ) ( 320 -48 120 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 -32 120 ) ( 312 -32 104 ) ( 320 -32 120 ) skip [ 1 0 0 16 ] [ 0 0 -1 32 ] 0 0.5 0.5 +( 320 -48 120 ) ( 320 -32 120 ) ( 320 -48 104 ) skip [ 0 1 0 48 ] [ 0 0 -1 48 ] 0 0.5 0.5 } -// brush 43 +// brush 34 { -( 312 88 104 ) ( 312 88 96 ) ( 312 136 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 -( 320 96 104 ) ( 320 96 96 ) ( 312 96 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 -( 312 136 96 ) ( 312 88 96 ) ( 320 136 96 ) surface_beige_edge [ 1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 320 136 104 ) ( 320 88 104 ) ( 312 136 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 128 104 ) ( 312 128 96 ) ( 320 128 104 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 -( 320 136 104 ) ( 320 136 96 ) ( 320 88 104 ) skip [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 312 -32 104 ) ( 312 -32 96 ) ( 312 16 104 ) surface_beige [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.99997 ] [ 0 0.9999999999999866 1.6292067950285372e-07 48 ] 90 0.5 0.5 +( 320 -24 104 ) ( 320 -24 96 ) ( 312 -24 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 +( 312 16 96 ) ( 312 -32 96 ) ( 320 16 96 ) surface_beige_edge [ 1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 320 16 104 ) ( 320 -32 104 ) ( 312 16 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 8 104 ) ( 312 8 96 ) ( 320 8 104 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 +( 320 16 104 ) ( 320 16 96 ) ( 320 -32 104 ) skip [ 0 1 0 48 ] [ 0 0 -1 16 ] 0 0.5 0.5 } -// brush 44 +// brush 35 { ( 488 264 96 ) ( 488 72 96 ) ( 488 264 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 640 72 16 ) ( 328 72 16 ) ( 640 72 96 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 640 -48 16 ) ( 328 -48 16 ) ( 640 -48 96 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 640 264 4 ) ( 328 264 4 ) ( 640 72 4 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 -( 640 72 112 ) ( 328 72 112 ) ( 640 264 112 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 1 1 +( 640 72 120 ) ( 328 72 120 ) ( 640 264 120 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 1 1 ( 640 264 96 ) ( 328 264 96 ) ( 640 264 16 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 640 72 96 ) ( 640 264 96 ) ( 640 72 16 ) wall_brick_scrungly [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } +// brush 36 +{ +( 320 144 96 ) ( 320 16 96 ) ( 320 144 16 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 320 16 96 ) ( 328 16 96 ) ( 320 16 16 ) surface_beige_edge [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 320 144 16 ) ( 320 16 16 ) ( 328 144 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -56 ] 0 1 1 +( 328 144 112 ) ( 328 16 112 ) ( 320 144 112 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -56 ] 0 1 1 +( 320 136 16 ) ( 328 136 16 ) ( 320 136 96 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 328 144 16 ) ( 328 16 16 ) ( 328 144 96 ) surface_beige [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 +} +// brush 37 +{ +( 320 -48 16 ) ( 320 -32 16 ) ( 320 -48 96 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 320 -48 96 ) ( 328 -48 96 ) ( 320 -48 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 328 -48 16 ) ( 328 -32 16 ) ( 320 -48 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -56 ] 0 1 1 +( 320 -48 96 ) ( 320 -32 96 ) ( 328 -48 96 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -56 ] 0 1 1 +( 320 -32 96 ) ( 320 -32 16 ) ( 328 -32 96 ) surface_beige_edge [ -0.9999999999999961 0 8.742278000372473e-08 16 ] [ 8.742278000372473e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 +( 328 -48 96 ) ( 328 -32 96 ) ( 328 -48 16 ) surface_beige [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 +} +// brush 38 +{ +( 320 8 8 ) ( 320 9 8 ) ( 320 8 9 ) skip [ 0 -1 0 -24 ] [ 0 0 -1 -8 ] 0 0.25 0.25 +( 320 -48 8 ) ( 320 -48 9 ) ( 321 -48 8 ) skip [ 1 0 0 32 ] [ 0 0 -1 -8 ] 0 0.25 0.25 +( 320 8 8 ) ( 321 8 8 ) ( 320 9 8 ) skip [ -1 0 0 -32 ] [ 0 -1 0 -24 ] 0 0.25 0.25 +( 360 56 16 ) ( 360 57 16 ) ( 361 56 16 ) floor_checkertiles [ 1 0 0 0 ] [ 0 -1 0 -96 ] 0 0.25 0.25 +( 360 104 16 ) ( 361 104 16 ) ( 360 104 17 ) skip [ -1 0 0 -32 ] [ 0 0 -1 -8 ] 0 0.25 0.25 +( 449 56 16 ) ( 449 56 17 ) ( 449 57 16 ) skip [ 0 1 0 24 ] [ 0 0 -1 -8 ] 0 0.25 0.25 +} +// brush 39 +{ +( 320 -32 104 ) ( 320 -32 96 ) ( 320 16 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.99997 ] [ 0 0.9999999999999866 1.6292067950285372e-07 48 ] 90 0.5 0.5 +( 328 -24 104 ) ( 328 -24 96 ) ( 320 -24 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 +( 320 16 96 ) ( 320 -32 96 ) ( 328 16 96 ) surface_beige_edge [ -0.9999999999999961 8.742278000372473e-08 0 16 ] [ 8.742278000372473e-08 0.9999999999999961 0 48 ] 180 0.5 0.5 +( 328 16 104 ) ( 328 -32 104 ) ( 320 16 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 320 8 104 ) ( 320 8 96 ) ( 328 8 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 +( 328 16 104 ) ( 328 16 96 ) ( 328 -32 104 ) surface_beige [ 0 1 0 48 ] [ 0 0 -1 16 ] 0 0.5 0.5 +} +// brush 40 +{ +( 312 -24 104 ) ( 312 -24 96 ) ( 312 24 104 ) surface_beige [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.99997 ] [ 0 0.9999999999999866 1.6292067950285372e-07 31.999998 ] 90 0.5 0.5 +( 320 8 104 ) ( 320 8 96 ) ( 312 8 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 +( 312 24 96 ) ( 312 -24 96 ) ( 320 24 96 ) surface_beige_corner [ -4.371139006309477e-08 -0.999999999999999 0 -32 ] [ -0.999999999999999 4.371139006309477e-08 0 48 ] 90 0.5 0.5 +( 320 24 104 ) ( 320 -24 104 ) ( 312 24 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 312 16 104 ) ( 312 16 96 ) ( 320 16 104 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 +( 320 24 104 ) ( 320 24 96 ) ( 320 -24 104 ) skip [ 0 1 0 32 ] [ 0 0 -1 16 ] 0 0.5 0.5 +} +// brush 41 +{ +( 320 -24 104 ) ( 320 -24 96 ) ( 320 24 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.99997 ] [ 0 0.9999999999999866 1.6292067950285372e-07 31.999998 ] 90 0.5 0.5 +( 328 8 104 ) ( 328 8 96 ) ( 320 8 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 +( 320 24 96 ) ( 320 -24 96 ) ( 328 24 96 ) surface_beige_corner [ -0.9999999999999961 8.742277995965608e-08 0 16 ] [ 8.742277995965608e-08 0.9999999999999961 0 32 ] 180 0.5 0.5 +( 328 24 104 ) ( 328 -24 104 ) ( 320 24 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 320 16 104 ) ( 320 16 96 ) ( 328 16 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 +( 328 24 104 ) ( 328 24 96 ) ( 328 -24 104 ) surface_beige [ 0 1 0 32 ] [ 0 0 -1 16 ] 0 0.5 0.5 +} +// brush 42 +{ +( 312 -40 104 ) ( 312 -40 96 ) ( 312 8 104 ) surface_beige [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.999954 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 +( 320 -32 104 ) ( 320 -32 96 ) ( 312 -32 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 +( 312 8 96 ) ( 312 -40 96 ) ( 320 8 96 ) surface_beige_corner [ 1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 320 8 104 ) ( 320 -40 104 ) ( 312 8 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 312 -24 104 ) ( 312 -24 96 ) ( 320 -24 104 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 +( 320 8 104 ) ( 320 8 96 ) ( 320 -40 104 ) skip [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 +} +// brush 43 +{ +( 320 -40 104 ) ( 320 -40 96 ) ( 320 8 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.999954 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 +( 328 -32 104 ) ( 328 -32 96 ) ( 320 -32 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 +( 320 8 96 ) ( 320 -40 96 ) ( 328 8 96 ) surface_beige_corner [ 1.3113417006681922e-07 0.9999999999999912 0 0 ] [ 0.9999999999999912 -1.3113417006681922e-07 0 48 ] 270 0.5 0.5 +( 328 8 104 ) ( 328 -40 104 ) ( 320 8 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 320 -24 104 ) ( 320 -24 96 ) ( 328 -24 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 +( 328 8 104 ) ( 328 8 96 ) ( 328 -40 104 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 +} +// brush 44 +{ +( 320 -56 104 ) ( 320 -56 96 ) ( 320 -8 104 ) skip [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.999954 ] [ 0 0.9999999999999866 1.6292067950285372e-07 32.000004 ] 90 0.5 0.5 +( 328 -48 104 ) ( 328 -48 96 ) ( 320 -48 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 +( 320 -8 96 ) ( 320 -56 96 ) ( 328 -8 96 ) skip [ 1.3113417006681922e-07 0.9999999999999912 0 32 ] [ 0.9999999999999912 -1.3113417006681922e-07 0 48 ] 270 0.5 0.5 +( 328 -8 104 ) ( 328 -56 104 ) ( 320 -8 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 320 -32 104 ) ( 320 -32 96 ) ( 328 -32 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 +( 328 -8 104 ) ( 328 -8 96 ) ( 328 -56 104 ) surface_beige [ 0 1 0 32 ] [ 0 0 -1 16 ] 0 0.5 0.5 +} // brush 45 { -( 320 264 96 ) ( 320 136 96 ) ( 320 264 16 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 136 96 ) ( 328 136 96 ) ( 320 136 16 ) surface_beige_edge [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 320 264 16 ) ( 320 136 16 ) ( 328 264 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 -( 328 264 112 ) ( 328 136 112 ) ( 320 264 112 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 1 1 -( 320 264 16 ) ( 328 264 16 ) ( 320 264 96 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 328 264 16 ) ( 328 136 16 ) ( 328 264 96 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 480 -40 16 ) ( 480 -39 16 ) ( 480 -40 17 ) surface_beige [ 0 -1 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 480 -40 16 ) ( 480 -40 17 ) ( 481 -40 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 480 -40 16 ) ( 481 -40 16 ) ( 480 -39 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 488 -24 104 ) ( 488 -23 104 ) ( 489 -24 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 488 136 24 ) ( 489 136 24 ) ( 488 136 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 488 -24 24 ) ( 488 -24 25 ) ( 488 -23 24 ) skip [ 0 1 0 -16 ] [ 0 0 -1 0 ] 0 0.5 0.5 } // brush 46 { -( 320 72 16 ) ( 320 88 16 ) ( 320 72 96 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 72 96 ) ( 328 72 96 ) ( 320 72 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 328 72 16 ) ( 328 88 16 ) ( 320 72 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 -( 320 72 96 ) ( 320 88 96 ) ( 328 72 96 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 1 1 -( 320 88 96 ) ( 320 88 16 ) ( 328 88 96 ) surface_beige_edge [ -0.9999999999999961 0 8.742278000372473e-08 16 ] [ 8.742278000372473e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 -( 328 72 96 ) ( 328 88 96 ) ( 328 72 16 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 432 -48 96 ) ( 432 -56 96 ) ( 432 -48 16 ) wall_brick_scrungly [ 0 1 0 224 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 640 -56 16 ) ( 432 -56 16 ) ( 640 -56 96 ) wall_brick_scrungly [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 640 -48 16 ) ( 432 -48 16 ) ( 640 -56 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 640 -56 96 ) ( 432 -56 96 ) ( 640 -48 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 640 -48 96 ) ( 432 -48 96 ) ( 640 -48 16 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 640 -56 96 ) ( 640 -48 96 ) ( 640 -56 16 ) wall_brick_scrungly [ 0 1 0 224 ] [ 0 0 -1 0 ] 0 0.25 0.25 } // brush 47 { -( 320 128 8 ) ( 320 129 8 ) ( 320 128 9 ) skip [ 0 -1 0 -56 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 320 72 8 ) ( 320 72 9 ) ( 321 72 8 ) skip [ 1 0 0 96 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 320 128 8 ) ( 321 128 8 ) ( 320 129 8 ) skip [ -1 0 0 -96 ] [ 0 -1 0 -56 ] 0 0.25 0.25 -( 360 176 16 ) ( 360 177 16 ) ( 361 176 16 ) floor_checkertiles [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 360 224 16 ) ( 361 224 16 ) ( 360 224 17 ) skip [ -1 0 0 -32 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 448 176 16 ) ( 448 176 17 ) ( 448 177 16 ) skip [ 0 1 0 56 ] [ 0 0 -1 -8 ] 0 0.25 0.25 +( 312 -56 16 ) ( 312 -48 16 ) ( 312 -56 96 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 312 -56 96 ) ( 384 -56 96 ) ( 312 -56 16 ) wall_brick_scrungly [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 312 -56 16 ) ( 384 -56 16 ) ( 312 -48 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 312 -48 96 ) ( 384 -48 96 ) ( 312 -56 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 312 -48 16 ) ( 384 -48 16 ) ( 312 -48 96 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 384 -56 16 ) ( 384 -56 96 ) ( 384 -48 16 ) wall_brick_scrungly [ 0 -1 0 -224 ] [ 0 0 -1 0 ] 0 0.25 0.25 } // brush 48 { -( 320 88 104 ) ( 320 88 96 ) ( 320 136 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 -( 328 96 104 ) ( 328 96 96 ) ( 320 96 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 -( 320 136 96 ) ( 320 88 96 ) ( 328 136 96 ) surface_beige_edge [ -0.9999999999999961 8.742278000372473e-08 0 16 ] [ 8.742278000372473e-08 0.9999999999999961 0 0 ] 180 0.5 0.5 -( 328 136 104 ) ( 328 88 104 ) ( 320 136 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 320 128 104 ) ( 320 128 96 ) ( 328 128 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 -( 328 136 104 ) ( 328 136 96 ) ( 328 88 104 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 432 -40 104 ) ( 432 -48 104 ) ( 432 -40 16 ) surface_beige_edge [ 0 -0.9999999999999961 8.742278000372473e-08 -16 ] [ 0 8.742278000372473e-08 0.9999999999999961 0 ] 180 0.5 0.5 +( 448 -48 16 ) ( 432 -48 16 ) ( 448 -48 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 448 -40 16 ) ( 432 -40 16 ) ( 448 -48 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 448 -48 104 ) ( 432 -48 104 ) ( 448 -40 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 448 -40 104 ) ( 432 -40 104 ) ( 448 -40 16 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 480 -48 104 ) ( 480 -40 104 ) ( 480 -48 16 ) skip [ 0 1 0 56 ] [ 0 0 -1 0 ] 0 1 1 } // brush 49 { -( 312 96 104 ) ( 312 96 96 ) ( 312 144 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48.000015 ] [ 0 0.9999999999999866 1.6292067950285372e-07 -16 ] 90 0.5 0.5 -( 320 128 104 ) ( 320 128 96 ) ( 312 128 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 -( 312 144 96 ) ( 312 96 96 ) ( 320 144 96 ) surface_beige_corner [ -4.371139006309477e-08 -0.999999999999999 0 16 ] [ -0.999999999999999 4.371139006309477e-08 0 48 ] 90 0.5 0.5 -( 320 144 104 ) ( 320 96 104 ) ( 312 144 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 312 136 104 ) ( 312 136 96 ) ( 320 136 104 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 -( 320 144 104 ) ( 320 144 96 ) ( 320 96 104 ) skip [ 0 1 0 -16 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 328 -48 16 ) ( 328 -40 16 ) ( 328 -48 104 ) skip [ 0 -1 0 -56 ] [ 0 0 -1 0 ] 0 1 1 +( 328 -48 104 ) ( 384 -48 104 ) ( 328 -48 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 328 -48 16 ) ( 384 -48 16 ) ( 328 -40 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 328 -40 104 ) ( 384 -40 104 ) ( 328 -48 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 328 -40 16 ) ( 384 -40 16 ) ( 328 -40 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 384 -48 16 ) ( 384 -48 104 ) ( 384 -40 16 ) surface_beige_edge [ 0 -1 0 -16 ] [ 0 0 -1 0 ] 0 0.5 0.5 } // brush 50 { -( 320 96 104 ) ( 320 96 96 ) ( 320 144 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48.000015 ] [ 0 0.9999999999999866 1.6292067950285372e-07 -16 ] 90 0.5 0.5 -( 328 128 104 ) ( 328 128 96 ) ( 320 128 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 -( 320 144 96 ) ( 320 96 96 ) ( 328 144 96 ) surface_beige_corner [ -0.9999999999999961 8.742277995965608e-08 0 16 ] [ 8.742277995965608e-08 0.9999999999999961 0 48 ] 180 0.5 0.5 -( 328 144 104 ) ( 328 96 104 ) ( 320 144 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 320 136 104 ) ( 320 136 96 ) ( 328 136 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 -( 328 144 104 ) ( 328 144 96 ) ( 328 96 104 ) surface_beige [ 0 1 0 -16 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 392 -48 104 ) ( 392 -48 96 ) ( 392 -40 104 ) surface_beige [ 0 -1 0 -56 ] [ 0 0 -1 0 ] 0 1 1 +( 432 -48 104 ) ( 432 -48 96 ) ( 384 -48 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 432 -48 96 ) ( 432 -40 96 ) ( 384 -48 96 ) surface_beige_edge [ -4.371139006309477e-08 -0.999999999999999 0 -16 ] [ -0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.5 0.5 +( 432 -48 104 ) ( 384 -48 104 ) ( 432 -40 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 384 -40 104 ) ( 384 -40 96 ) ( 432 -40 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 424 -40 104 ) ( 424 -40 96 ) ( 424 -48 104 ) surface_beige [ 0 1 0 56 ] [ 0 0 -1 0 ] 0 1 1 } // brush 51 { -( 312 80 104 ) ( 312 80 96 ) ( 312 128 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 16 ] 90 0.5 0.5 -( 320 88 104 ) ( 320 88 96 ) ( 312 88 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 -( 312 128 96 ) ( 312 80 96 ) ( 320 128 96 ) surface_beige_corner [ 1 0 0 16 ] [ 0 -1 0 -16 ] 0 0.5 0.5 -( 320 128 104 ) ( 320 80 104 ) ( 312 128 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -16 ] 0 0.5 0.5 -( 312 96 104 ) ( 312 96 96 ) ( 320 96 104 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 -( 320 128 104 ) ( 320 128 96 ) ( 320 80 104 ) skip [ 0 1 0 16 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 384 -56 8 ) ( 384 -55 8 ) ( 384 -56 9 ) ground_cobblestone1 [ 0 -1 0 -224 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 384 -56 8 ) ( 384 -56 9 ) ( 385 -56 8 ) ground_cobblestone1 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 384 -56 8 ) ( 385 -56 8 ) ( 384 -55 8 ) ground_cobblestone1 [ -1 0 0 0 ] [ 0 -1 0 -30 ] 0 0.25 0.25 +( 432 -48 16 ) ( 432 -47 16 ) ( 433 -48 16 ) ground_cobblestone1 [ 1 0 0 0 ] [ 0 -1 0 -30 ] 0 0.25 0.25 +( 432 -48 16 ) ( 433 -48 16 ) ( 432 -48 17 ) ground_cobblestone1 [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 432 -48 16 ) ( 432 -48 17 ) ( 432 -47 16 ) ground_cobblestone1 [ 0 1 0 224 ] [ 0 0 -1 0 ] 0 0.25 0.25 } // brush 52 { -( 320 80 104 ) ( 320 80 96 ) ( 320 128 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 16 ] 90 0.5 0.5 -( 328 88 104 ) ( 328 88 96 ) ( 320 88 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 -( 320 128 96 ) ( 320 80 96 ) ( 328 128 96 ) surface_beige_corner [ 1.3113417006681922e-07 0.9999999999999912 0 16 ] [ 0.9999999999999912 -1.3113417006681922e-07 -0 48 ] 270 0.5 0.5 -( 328 128 104 ) ( 328 80 104 ) ( 320 128 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 -16 ] 0 0.5 0.5 -( 320 96 104 ) ( 320 96 96 ) ( 328 96 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 -( 328 128 104 ) ( 328 128 96 ) ( 328 80 104 ) surface_beige [ 0 1 0 16 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 312 -56 96 ) ( 312 -55 96 ) ( 312 -56 97 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 312 -56 96 ) ( 312 -56 97 ) ( 313 -56 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 312 -56 96 ) ( 313 -56 96 ) ( 312 -55 96 ) wall_brick [ -1 0 0 0 ] [ 0 -1 0 -118 ] 0 0.25 0.25 +( 360 -48 104 ) ( 360 -47 104 ) ( 361 -48 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.25 0.25 +( 360 -48 104 ) ( 361 -48 104 ) ( 360 -48 105 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 640 -48 104 ) ( 640 -48 105 ) ( 640 -47 104 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.25 0.25 } // brush 53 { -( 320 64 104 ) ( 320 64 96 ) ( 320 112 104 ) skip [ 0 1.6292067950285372e-07 -0.9999999999999866 -48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 48 ] 90 0.5 0.5 -( 328 72 104 ) ( 328 72 96 ) ( 320 72 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 -( 320 112 96 ) ( 320 64 96 ) ( 328 112 96 ) skip [ 1.3113417006681922e-07 0.9999999999999912 0 48 ] [ 0.9999999999999912 -1.3113417006681922e-07 0 48 ] 270 0.5 0.5 -( 328 112 104 ) ( 328 64 104 ) ( 320 112 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 320 88 104 ) ( 320 88 96 ) ( 328 88 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 -( 328 112 104 ) ( 328 112 96 ) ( 328 64 104 ) surface_beige [ 0 1 0 48 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 54 -{ -( 480 80 16 ) ( 480 81 16 ) ( 480 80 17 ) surface_beige [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 480 80 16 ) ( 480 80 17 ) ( 481 80 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 480 80 16 ) ( 481 80 16 ) ( 480 81 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 488 96 104 ) ( 488 97 104 ) ( 489 96 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 488 256 24 ) ( 489 256 24 ) ( 488 256 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 488 96 24 ) ( 488 96 25 ) ( 488 97 24 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 55 -{ -( 432 72 96 ) ( 432 64 96 ) ( 432 72 16 ) wall_brick_scrungly [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 64 16 ) ( 432 64 16 ) ( 640 64 96 ) wall_brick_scrungly [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 0.25 0.25 -( 640 72 16 ) ( 432 72 16 ) ( 640 64 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 640 64 96 ) ( 432 64 96 ) ( 640 72 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 640 72 96 ) ( 432 72 96 ) ( 640 72 16 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 64 96 ) ( 640 72 96 ) ( 640 64 16 ) wall_brick_scrungly [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 56 -{ -( 312 64 16 ) ( 312 72 16 ) ( 312 64 96 ) skip [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 0.25 0.25 -( 312 64 96 ) ( 384 64 96 ) ( 312 64 16 ) wall_brick_scrungly [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 0.25 0.25 -( 312 64 16 ) ( 384 64 16 ) ( 312 72 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 312 72 96 ) ( 384 72 96 ) ( 312 64 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 312 72 16 ) ( 384 72 16 ) ( 312 72 96 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 384 64 16 ) ( 384 64 96 ) ( 384 72 16 ) wall_brick_scrungly [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 57 -{ -( 432 80 104 ) ( 432 72 104 ) ( 432 80 16 ) surface_beige_edge [ 0 -0.9999999999999961 8.742278000372473e-08 32 ] [ 0 8.742278000372473e-08 0.9999999999999961 0 ] 180 0.5 0.5 -( 448 72 16 ) ( 432 72 16 ) ( 448 72 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 448 80 16 ) ( 432 80 16 ) ( 448 72 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 448 72 104 ) ( 432 72 104 ) ( 448 80 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 448 80 104 ) ( 432 80 104 ) ( 448 80 16 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 480 72 104 ) ( 480 80 104 ) ( 480 72 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 58 -{ -( 328 72 16 ) ( 328 80 16 ) ( 328 72 104 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 328 72 104 ) ( 384 72 104 ) ( 328 72 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 328 72 16 ) ( 384 72 16 ) ( 328 80 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 328 80 104 ) ( 384 80 104 ) ( 328 72 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 328 80 16 ) ( 384 80 16 ) ( 328 80 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 384 72 16 ) ( 384 72 104 ) ( 384 80 16 ) surface_beige_edge [ 0 -1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 59 -{ -( 392 72 104 ) ( 392 72 96 ) ( 392 80 104 ) surface_beige [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 432 72 104 ) ( 432 72 96 ) ( 384 72 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 432 72 96 ) ( 432 80 96 ) ( 384 72 96 ) surface_beige_edge [ -4.371139006309477e-08 -0.999999999999999 0 32 ] [ -0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.5 0.5 -( 432 72 104 ) ( 384 72 104 ) ( 432 80 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 384 80 104 ) ( 384 80 96 ) ( 432 80 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 424 80 104 ) ( 424 80 96 ) ( 424 72 104 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 60 -{ -( 384 64 8 ) ( 384 65 8 ) ( 384 64 9 ) ground_cobblestone1 [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 384 64 8 ) ( 384 64 9 ) ( 385 64 8 ) ground_cobblestone1 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 384 64 8 ) ( 385 64 8 ) ( 384 65 8 ) ground_cobblestone1 [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 432 72 16 ) ( 432 73 16 ) ( 433 72 16 ) ground_cobblestone1 [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 432 72 16 ) ( 433 72 16 ) ( 432 72 17 ) ground_cobblestone1 [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 432 72 16 ) ( 432 72 17 ) ( 432 73 16 ) ground_cobblestone1 [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 61 -{ -( 312 64 96 ) ( 312 65 96 ) ( 312 64 97 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 312 64 96 ) ( 312 64 97 ) ( 313 64 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 312 64 96 ) ( 313 64 96 ) ( 312 65 96 ) wall_brick [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 360 72 104 ) ( 360 73 104 ) ( 361 72 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 360 72 104 ) ( 361 72 104 ) ( 360 72 105 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 72 104 ) ( 640 72 105 ) ( 640 73 104 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 62 -{ ( 80 48 152 ) ( 80 49 152 ) ( 80 48 153 ) wall_brick [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 176 64 152 ) ( 176 64 153 ) ( 177 64 152 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 176 -56 152 ) ( 176 -56 153 ) ( 177 -56 152 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 176 48 152 ) ( 177 48 152 ) ( 176 49 152 ) wall_brick [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 208 80 256 ) ( 208 81 256 ) ( 209 80 256 ) wall_brick [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 208 80 256 ) ( 208 81 256 ) ( 209 80 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 208 264 168 ) ( 209 264 168 ) ( 208 264 169 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 312 80 168 ) ( 312 80 169 ) ( 312 81 168 ) wall_brick [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } -// brush 63 +// brush 54 { -( 328 224 104 ) ( 328 225 104 ) ( 328 224 105 ) skip [ 0 -1 0 -16 ] [ 0 0 -1 48 ] 0 0.5 0.5 -( 392 80 104 ) ( 392 80 105 ) ( 393 80 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 -( 392 224 104 ) ( 393 224 104 ) ( 392 225 104 ) ground_wood [ -1 0 0 0 ] [ 0 -1 0 -16 ] 0 0.5 0.5 -( 424 256 112 ) ( 424 257 112 ) ( 425 256 112 ) skip [ 1 0 0 0 ] [ 0 -1 0 -16 ] 0 0.5 0.5 -( 424 256 112 ) ( 425 256 112 ) ( 424 256 113 ) skip [ -1 0 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 -( 480 256 112 ) ( 480 256 113 ) ( 480 257 112 ) skip [ 0 1 0 16 ] [ 0 0 -1 48 ] 0 0.5 0.5 +( 328 136 104 ) ( 328 137 104 ) ( 328 136 105 ) skip [ 0 -1 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 +( 392 -40 104 ) ( 392 -40 105 ) ( 393 -40 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 +( 392 136 104 ) ( 393 136 104 ) ( 392 137 104 ) ground_wood [ -1 0 0 0 ] [ 0 -1 0 -64 ] 0 0.5 0.5 +( 424 168 112 ) ( 424 169 112 ) ( 425 168 112 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 424 136 112 ) ( 425 136 112 ) ( 424 136 113 ) skip [ -1 0 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 +( 480 168 112 ) ( 480 168 113 ) ( 480 169 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 } -// brush 64 +// brush 55 { -( 424 72 104 ) ( 424 72 96 ) ( 424 80 104 ) surface_beige [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 440 72 104 ) ( 440 72 96 ) ( 392 72 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 440 72 96 ) ( 440 80 96 ) ( 392 72 96 ) surface_beige_corner [ -0.9999999999999961 8.742277995965608e-08 0 32 ] [ 8.742277995965608e-08 0.9999999999999961 0 32 ] 180 0.5 0.5 -( 440 72 104 ) ( 392 72 104 ) ( 440 80 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 392 80 104 ) ( 392 80 96 ) ( 440 80 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 432 80 104 ) ( 432 80 96 ) ( 432 72 104 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 424 -48 104 ) ( 424 -48 96 ) ( 424 -40 104 ) surface_beige [ 0 -1 0 -56 ] [ 0 0 -1 0 ] 0 1 1 +( 440 -48 104 ) ( 440 -48 96 ) ( 392 -48 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 440 -48 96 ) ( 440 -40 96 ) ( 392 -48 96 ) surface_beige_corner [ -0.9999999999999961 8.742277995965608e-08 0 32 ] [ 8.742277995965608e-08 0.9999999999999961 0 16 ] 180 0.5 0.5 +( 440 -48 104 ) ( 392 -48 104 ) ( 440 -40 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 392 -40 104 ) ( 392 -40 96 ) ( 440 -40 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 432 -40 104 ) ( 432 -40 96 ) ( 432 -48 104 ) surface_beige [ 0 1 0 56 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 65 +// brush 56 { -( 384 72 104 ) ( 384 72 96 ) ( 384 80 104 ) surface_beige [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 400 72 104 ) ( 400 72 96 ) ( 352 72 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 400 72 96 ) ( 400 80 96 ) ( 352 72 96 ) surface_beige_corner [ -4.371139006309477e-08 -0.999999999999999 0 32 ] [ -0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.5 0.5 -( 400 72 104 ) ( 352 72 104 ) ( 400 80 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 352 80 104 ) ( 352 80 96 ) ( 400 80 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 392 80 104 ) ( 392 80 96 ) ( 392 72 104 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 384 -48 104 ) ( 384 -48 96 ) ( 384 -40 104 ) surface_beige [ 0 -1 0 -56 ] [ 0 0 -1 0 ] 0 1 1 +( 400 -48 104 ) ( 400 -48 96 ) ( 352 -48 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 400 -48 96 ) ( 400 -40 96 ) ( 352 -48 96 ) surface_beige_corner [ -4.371139006309477e-08 -0.999999999999999 0 -16 ] [ -0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.5 0.5 +( 400 -48 104 ) ( 352 -48 104 ) ( 400 -40 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 352 -40 104 ) ( 352 -40 96 ) ( 400 -40 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 392 -40 104 ) ( 392 -40 96 ) ( 392 -48 104 ) surface_beige [ 0 1 0 56 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 66 +// brush 57 { -( 328 232 16 ) ( 328 233 16 ) ( 328 232 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 328 224 16 ) ( 328 224 17 ) ( 329 224 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 328 232 16 ) ( 329 232 16 ) ( 328 233 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 352 256 48 ) ( 352 257 48 ) ( 353 256 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 352 256 24 ) ( 353 256 24 ) ( 352 256 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 400 256 24 ) ( 400 256 25 ) ( 400 257 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 360 112 16 ) ( 360 113 16 ) ( 360 112 17 ) skip [ 0 -1 0 -56 ] [ 0 0 -1 0 ] 0 1 1 +( 328 104 16 ) ( 328 104 17 ) ( 329 104 16 ) woodpale [ -4.371139006309477e-08 0 -0.999999999999999 0 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.25 0.25 +( 328 112 16 ) ( 329 112 16 ) ( 328 113 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 +( 352 136 46 ) ( 352 137 46 ) ( 353 136 46 ) skip [ 1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 +( 352 136 24 ) ( 353 136 24 ) ( 352 136 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 400 136 24 ) ( 400 136 25 ) ( 400 137 24 ) skip [ 0 1 0 120 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 67 +// brush 58 { -( 328 176 16 ) ( 328 177 16 ) ( 328 176 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 328 144 16 ) ( 328 144 17 ) ( 329 144 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 328 176 16 ) ( 329 176 16 ) ( 328 177 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 360 224 48 ) ( 360 225 48 ) ( 361 224 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 360 224 24 ) ( 361 224 24 ) ( 360 224 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 360 224 24 ) ( 360 224 25 ) ( 360 225 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 328 56 16 ) ( 328 57 16 ) ( 328 56 17 ) skip [ 0 -1 0 -120 ] [ 0 0 -1 0 ] 0 1 1 +( 328 24 16 ) ( 328 24 17 ) ( 329 24 16 ) woodpale [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 328 56 16 ) ( 329 56 16 ) ( 328 57 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 +( 360 104 46 ) ( 360 105 46 ) ( 361 104 46 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 360 104 24 ) ( 361 104 24 ) ( 360 104 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 360 104 24 ) ( 360 104 25 ) ( 360 105 24 ) woodpale [ 0 -4.371139006309477e-08 -0.999999999999999 0 ] [ 0 -0.999999999999999 4.371139006309477e-08 0 ] 90 0.25 0.25 } -// brush 68 +// brush 59 { -( 448 112 16 ) ( 448 113 16 ) ( 448 112 17 ) redplaid [ 0 -1 0 -64 ] [ 0 0 -1 0 ] 0 1 1 -( 448 80 16 ) ( 448 80 17 ) ( 449 80 16 ) redplaid [ 1 0 0 -120 ] [ 0 0 -1 0 ] 0 1 1 -( 448 112 16 ) ( 449 112 16 ) ( 448 113 16 ) redplaid [ -1 0 0 120 ] [ 0 -1 0 -64 ] 0 1 1 -( 480 160 48 ) ( 480 161 48 ) ( 481 160 48 ) redplaid [ 1 0 0 -120 ] [ 0 -1 0 -64 ] 0 1 1 -( 480 256 24 ) ( 481 256 24 ) ( 480 256 25 ) redplaid [ -1 0 0 120 ] [ 0 0 -1 0 ] 0 1 1 -( 480 160 24 ) ( 480 160 25 ) ( 480 161 24 ) redplaid [ 0 1 0 64 ] [ 0 0 -1 0 ] 0 1 1 +( 449 -8 16 ) ( 449 -7 16 ) ( 449 -8 17 ) woodpale [ 0 4.371139006309477e-08 -0.999999999999999 0 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.25 0.25 +( 448 -40 16 ) ( 448 -40 17 ) ( 449 -40 16 ) skip [ 1 0 0 -120 ] [ 0 0 -1 0 ] 0 1 1 +( 448 -8 16 ) ( 449 -8 16 ) ( 448 -7 16 ) skip [ -1 0 0 120 ] [ 0 -1 0 -184 ] 0 1 1 +( 480 40 46 ) ( 480 41 46 ) ( 481 40 46 ) skip [ 1 0 0 -56 ] [ 0 -1 0 -56 ] 0 1 1 +( 480 104 24 ) ( 481 104 24 ) ( 480 104 25 ) skip [ -1 0 0 56 ] [ 0 0 -1 0 ] 0 1 1 +( 480 40 24 ) ( 480 40 25 ) ( 480 41 24 ) skip [ 0 1 0 184 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 69 +// brush 60 { ( -16 360 -20 ) ( -16 361 -20 ) ( -16 360 -19 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( -64 360 -20 ) ( -64 360 -19 ) ( -63 360 -20 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 @@ -634,7 +553,7 @@ ( 64 600 12 ) ( 65 600 12 ) ( 64 600 13 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( 784 488 12 ) ( 784 488 13 ) ( 784 489 12 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 } -// brush 70 +// brush 61 { ( -16 360 -16 ) ( -16 361 -16 ) ( -16 360 -15 ) skip [ 0 -1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 ( -64 360 -16 ) ( -64 360 -15 ) ( -63 360 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 @@ -643,7 +562,7 @@ ( 64 600 16 ) ( 65 600 16 ) ( 64 600 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 16 ] 0 1 1 ( 80 488 16 ) ( 80 488 17 ) ( 80 489 16 ) wall_concrete1 [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 1 1 } -// brush 71 +// brush 62 { ( -16 600 -16 ) ( -16 601 -16 ) ( -16 600 -15 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 16 ] 0 0.5 0.5 ( -64 600 -16 ) ( -64 600 -15 ) ( -63 600 -16 ) wall_concrete1 [ 1 0 0 0 ] [ 0 0 -1 16 ] 0 1 1 @@ -652,25 +571,25 @@ ( 64 704 16 ) ( 65 704 16 ) ( 64 704 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 16 ] 0 1 1 ( 576 728 16 ) ( 576 728 17 ) ( 576 729 16 ) wall_concrete1 [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 72 +// brush 63 { ( 736 600 -16 ) ( 736 601 -16 ) ( 736 600 -15 ) wall_concrete1 [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 144 600 -16 ) ( 144 600 -15 ) ( 145 600 -16 ) wall_concrete1 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 144 600 12 ) ( 145 600 12 ) ( 144 601 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 ( 272 728 16 ) ( 272 729 16 ) ( 273 728 16 ) ground_greybrick [ 1 0 0 0 ] [ 0 -1 0 48 ] 0 0.5 0.5 -( 272 736 16 ) ( 273 736 16 ) ( 272 736 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 272 720 16 ) ( 273 720 16 ) ( 272 720 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 784 728 16 ) ( 784 728 17 ) ( 784 729 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 } -// brush 73 +// brush 64 { ( 576 600 -20 ) ( 576 601 -20 ) ( 576 600 -19 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( -112 600 -20 ) ( -112 600 -19 ) ( -111 600 -20 ) skip [ 1 0 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( -112 600 -20 ) ( -111 600 -20 ) ( -112 601 -20 ) skip [ -1 0 0 -32 ] [ 0 -1 0 -32 ] 0 0.5 0.5 ( 16 728 12 ) ( 16 729 12 ) ( 17 728 12 ) asphalt [ 1 0 0 96 ] [ 0 -1 0 40 ] 0 0.5 0.5 -( 16 736 12 ) ( 17 736 12 ) ( 16 736 13 ) skip [ -1 0 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 16 720 12 ) ( 17 720 12 ) ( 16 720 13 ) skip [ -1 0 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( 736 728 12 ) ( 736 728 13 ) ( 736 729 12 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 } -// brush 74 +// brush 65 { ( 64 336 24 ) ( 64 337 24 ) ( 64 336 25 ) redplaid [ 0 -1 0 0 ] [ 0 0 -1 8 ] 0 1 1 ( 56 344 24 ) ( 56 344 25 ) ( 57 344 24 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 8 ] 0 1 1 @@ -679,7 +598,7 @@ ( 80 352 32 ) ( 81 352 32 ) ( 80 352 33 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 8 ] 0 1 1 ( 72 360 32 ) ( 72 360 33 ) ( 72 361 32 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 8 ] 0 1 1 } -// brush 75 +// brush 66 { ( 56 336 16 ) ( 56 337 16 ) ( 56 336 17 ) redplaid [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 56 336 16 ) ( 56 336 17 ) ( 57 336 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 @@ -688,7 +607,7 @@ ( 80 360 24 ) ( 81 360 24 ) ( 80 360 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 80 360 24 ) ( 80 360 25 ) ( 80 361 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 76 +// brush 67 { ( 64 344 24 ) ( 56 336 18 ) ( 56 360 18 ) redplaid [ 0 -1.0000000000000002 0 0 ] [ 1.0000000000000002 0 0 -70.43137 ] 0 1 1 ( 72 344 24 ) ( 80 336 18 ) ( 56 336 18 ) redplaid [ 1.0000000000000002 0 0 0 ] [ 0 1.0000000000000002 0 -94.58823 ] 0 1 1 @@ -697,7 +616,7 @@ ( 72 352 24 ) ( 64 352 24 ) ( 56 360 18 ) redplaid [ -1.0000000000000002 0 0 0 ] [ 0 -1.0000000000000002 0 89.568634 ] 0 1 1 ( 72 352 24 ) ( 80 360 18 ) ( 80 336 18 ) redplaid [ 0 1.0000000000000002 0 0 ] [ -1.0000000000000002 0 0 68 ] 0 1 1 } -// brush 77 +// brush 68 { ( 60 336 152 ) ( 60 337 152 ) ( 60 336 153 ) redplaid [ 0 -1 0 24 ] [ 0 0 -1 8 ] 0 1 1 ( 56 340 152 ) ( 56 340 153 ) ( 57 340 152 ) redplaid [ 1 0 0 -8 ] [ 0 0 -1 8 ] 0 1 1 @@ -706,7 +625,7 @@ ( 88 356 160 ) ( 89 356 160 ) ( 88 356 161 ) redplaid [ -1 0 0 8 ] [ 0 0 -1 8 ] 0 1 1 ( 76 368 160 ) ( 76 368 161 ) ( 76 369 160 ) redplaid [ 0 1 0 -24 ] [ 0 0 -1 8 ] 0 1 1 } -// brush 78 +// brush 69 { ( 64 344 186 ) ( 54 334 180 ) ( 54 362 180 ) redplaid [ 0 -1.0000000000000002 0 24 ] [ 1.0000000000000002 0 0 -200.0878 ] 0 1 1 ( 72 344 186 ) ( 82 334 180 ) ( 54 334 180 ) redplaid [ 1.0000000000000002 0 0 -8 ] [ 0 1.0000000000000002 0 -222 ] 0 1 1 @@ -715,7 +634,7 @@ ( 54 362 180 ) ( 82 362 180 ) ( 72 352 186 ) redplaid [ -1.0000000000000002 0 0 8 ] [ 0 -1.0000000000000002 0 215.36586 ] 0 1 1 ( 72 352 186 ) ( 82 362 180 ) ( 82 334 180 ) redplaid [ 0 1.0000000000000002 0 -24 ] [ -1.0000000000000002 0 0 -62 ] 0 1 1 } -// brush 79 +// brush 70 { ( 60 354 156 ) ( 60 356 156 ) ( 54 362 180 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 ( 56 360 180 ) ( 62 354 156 ) ( 60 354 156 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 @@ -724,7 +643,7 @@ ( 60 356 156 ) ( 62 356 156 ) ( 56 362 180 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 56 362 180 ) ( 62 356 156 ) ( 62 354 156 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 80 +// brush 71 { ( 60 340 156 ) ( 60 342 156 ) ( 54 336 180 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 ( 56 334 180 ) ( 62 340 156 ) ( 60 340 156 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 @@ -733,7 +652,7 @@ ( 60 342 156 ) ( 62 342 156 ) ( 56 336 180 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 56 336 180 ) ( 62 342 156 ) ( 62 340 156 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 81 +// brush 72 { ( 74 342 156 ) ( 80 336 180 ) ( 80 334 180 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 ( 80 334 180 ) ( 82 334 180 ) ( 76 340 156 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 @@ -742,7 +661,7 @@ ( 76 342 156 ) ( 82 336 180 ) ( 80 336 180 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 76 342 156 ) ( 76 340 156 ) ( 82 334 180 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 82 +// brush 73 { ( 74 356 156 ) ( 80 362 180 ) ( 80 360 180 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 ( 80 360 180 ) ( 82 360 180 ) ( 76 354 156 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 @@ -751,7 +670,7 @@ ( 76 356 156 ) ( 82 362 180 ) ( 80 362 180 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 76 356 156 ) ( 76 354 156 ) ( 82 360 180 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 83 +// brush 74 { ( 80 360 16 ) ( 80 360 12 ) ( 80 368 12 ) clip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 80 360 16 ) ( 784 360 16 ) ( 784 360 12 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 @@ -759,33 +678,33 @@ ( 80 368 12 ) ( 784 368 12 ) ( 784 360 16 ) clip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 ( 784 360 16 ) ( 784 368 12 ) ( 784 360 12 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 84 +// brush 75 { -( 400 224 16 ) ( 400 225 16 ) ( 400 224 17 ) redplaid [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 400 224 16 ) ( 400 224 17 ) ( 401 224 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 400 224 16 ) ( 401 224 16 ) ( 400 225 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 448 256 96 ) ( 448 257 96 ) ( 449 256 96 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 448 256 24 ) ( 449 256 24 ) ( 448 256 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 448 256 24 ) ( 448 256 25 ) ( 448 257 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 400 104 16 ) ( 400 105 16 ) ( 400 104 17 ) redplaid [ 0 -1 0 -120 ] [ 0 0 -1 0 ] 0 1 1 +( 400 104 16 ) ( 400 104 17 ) ( 401 104 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 400 104 16 ) ( 401 104 16 ) ( 400 105 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 +( 448 136 96 ) ( 448 137 96 ) ( 449 136 96 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 +( 448 136 24 ) ( 449 136 24 ) ( 448 136 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 448 136 24 ) ( 448 136 25 ) ( 448 137 24 ) redplaid [ 0 1 0 120 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 85 +// brush 76 { -( 328 256 16 ) ( 328 257 16 ) ( 328 256 17 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 328 256 16 ) ( 328 256 17 ) ( 329 256 16 ) surface_beige [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 328 256 4 ) ( 329 256 4 ) ( 328 257 4 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 448 264 112 ) ( 448 265 112 ) ( 449 264 112 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 328 136 16 ) ( 328 137 16 ) ( 328 136 17 ) skip [ 0 -1 0 8 ] [ 0 0 -1 0 ] 0 1 1 +( 328 136 16 ) ( 328 136 17 ) ( 329 136 16 ) surface_beige [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 328 136 4 ) ( 329 136 4 ) ( 328 137 4 ) skip [ -1 0 0 0 ] [ 0 -1 0 8 ] 0 1 1 +( 448 144 120 ) ( 448 145 120 ) ( 449 144 120 ) skip [ 1 0 0 0 ] [ 0 -1 0 8 ] 0 1 1 ( 448 264 24 ) ( 449 264 24 ) ( 448 264 25 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 488 264 24 ) ( 488 264 25 ) ( 488 265 24 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 488 144 24 ) ( 488 144 25 ) ( 488 145 24 ) skip [ 0 1 0 -8 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 86 +// brush 77 { ( 80 600 16 ) ( 80 592 12 ) ( 80 600 12 ) clip [ -1.2246467991473532e-16 -1 0 0 ] [ 0 0 -1 0 ] 180 1 1 ( 784 592 12 ) ( 80 592 12 ) ( 80 600 16 ) clip [ -1 1.2246467991473532e-16 0 32 ] [ 1.2246467991473532e-16 1 0 0 ] 180 1 1 ( 80 600 12 ) ( 80 592 12 ) ( 784 592 12 ) clip [ 1 -1.2246467991473532e-16 0 -32 ] [ 1.2246467991473532e-16 1 0 0 ] 180 1 1 ( 784 600 16 ) ( 80 600 16 ) ( 80 600 12 ) clip [ -1 1.2246467991473532e-16 0 32 ] [ 0 0 -1 0 ] 180 1 1 -( 784 600 16 ) ( 784 600 12 ) ( 784 592 12 ) clip [ 1.2246467991473532e-16 1 0 0 ] [ 0 0 -1 0 ] 180 1 1 +( 576 600 16 ) ( 576 600 12 ) ( 576 592 12 ) clip [ 1.2246467991473532e-16 1 0 0 ] [ 0 0 -1 0 ] 180 1 1 } -// brush 87 +// brush 78 { ( 80 936 16 ) ( 80 232 16 ) ( 80 232 12 ) clip [ -1.8369701987210297e-16 -1 0 56 ] [ 0 0 -1 0 ] 180 1 1 ( 80 360 16 ) ( 88 360 12 ) ( 80 360 12 ) clip [ 1 -1.8369701987210297e-16 0 23.999992 ] [ 0 0 -1 0 ] 180 1 1 @@ -793,76 +712,647 @@ ( 80 600 16 ) ( 80 600 12 ) ( 88 600 12 ) clip [ -1 1.8369701987210297e-16 0 -23.999992 ] [ 0 0 -1 0 ] 180 1 1 ( 88 936 12 ) ( 88 232 12 ) ( 80 232 16 ) clip [ -1.8369701987210297e-16 -1 0 56 ] [ -1 1.8369701987210297e-16 0 -24 ] 96.379364 1 1 } -// brush 88 +// brush 79 { -( -16 704 16 ) ( -16 705 16 ) ( -16 704 17 ) wall_brick [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 0.25 0.25 +( 96 704 16 ) ( 96 705 16 ) ( 96 704 17 ) wall_brick [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 544 704 16 ) ( 544 704 17 ) ( 545 704 16 ) wall_brick [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 0.25 0.25 ( 544 704 12 ) ( 545 704 12 ) ( 544 705 12 ) skip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 0.25 0.25 -( 576 736 80 ) ( 576 737 80 ) ( 577 736 80 ) wall_brick [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 576 736 32 ) ( 577 736 32 ) ( 576 736 33 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 576 736 64 ) ( 576 737 64 ) ( 577 736 64 ) wall_brick [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 576 720 32 ) ( 577 720 32 ) ( 576 720 33 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 576 736 32 ) ( 576 736 33 ) ( 576 737 32 ) wall_brick [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } -// brush 89 +// brush 80 { -( 16 744 -20 ) ( 16 745 -20 ) ( 16 744 -19 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( -112 736 -20 ) ( -112 736 -19 ) ( -111 736 -20 ) skip [ 1 0 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 96 744 -20 ) ( 96 745 -20 ) ( 96 744 -19 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( -112 720 -20 ) ( -112 720 -19 ) ( -111 720 -20 ) skip [ 1 0 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( -112 744 -20 ) ( -111 744 -20 ) ( -112 745 -20 ) skip [ -1 0 0 -32 ] [ 0 -1 0 0 ] 0 0.5 0.5 ( 16 872 12 ) ( 16 873 12 ) ( 17 872 12 ) asphalt [ 1 0 0 96 ] [ 0 -1 0 108 ] 0 0.5 0.5 -( 16 1152 12 ) ( 17 1152 12 ) ( 16 1152 13 ) skip [ -1 0 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 16 1136 12 ) ( 17 1136 12 ) ( 16 1136 13 ) skip [ -1 0 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( 736 872 12 ) ( 736 872 13 ) ( 736 873 12 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 } -// brush 90 +// brush 81 { -( 736 728 -16 ) ( 736 729 -16 ) ( 736 728 -15 ) wall_concrete1 [ 0 -1 0 128 ] [ 0 0 -1 0 ] 0 1 1 -( 144 736 -16 ) ( 144 736 -15 ) ( 145 736 -16 ) wall_concrete1 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 144 728 12 ) ( 145 728 12 ) ( 144 729 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 272 856 16 ) ( 272 857 16 ) ( 273 856 16 ) ground_greybrick [ 1 0 0 0 ] [ 0 -1 0 -80 ] 0 0.5 0.5 -( 272 880 16 ) ( 273 880 16 ) ( 272 880 17 ) wall_concrete1 [ -1 0 0 128 ] [ 0 0 -1 0 ] 0 1 1 -( 848 856 16 ) ( 848 856 17 ) ( 848 857 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 736 712 -16 ) ( 736 713 -16 ) ( 736 712 -15 ) wall_concrete1 [ 0 -1 0 112 ] [ 0 0 -1 0 ] 0 1 1 +( 144 720 -16 ) ( 144 720 -15 ) ( 145 720 -16 ) wall_concrete1 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 144 712 12 ) ( 145 712 12 ) ( 144 713 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 272 840 16 ) ( 272 841 16 ) ( 273 840 16 ) ground_greybrick [ 1 0 0 0 ] [ 0 -1 0 -112 ] 0 0.5 0.5 +( 272 864 16 ) ( 273 864 16 ) ( 272 864 17 ) wall_concrete1 [ -1 0 0 128 ] [ 0 0 -1 0 ] 0 1 1 +( 848 840 16 ) ( 848 840 17 ) ( 848 841 16 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 } -// brush 91 +// brush 82 { ( 784 704 16 ) ( 784 705 16 ) ( 784 704 17 ) wall_brick [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 1344 704 16 ) ( 1344 704 17 ) ( 1345 704 16 ) wall_brick [ 1 0 0 128 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 1344 704 12 ) ( 1345 704 12 ) ( 1344 705 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 1376 736 80 ) ( 1376 737 80 ) ( 1377 736 80 ) wall_brick [ 1 0 0 128 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 1376 736 32 ) ( 1377 736 32 ) ( 1376 736 33 ) wall_brick [ -1 0 0 -128 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1376 736 64 ) ( 1376 737 64 ) ( 1377 736 64 ) wall_brick [ 1 0 0 128 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1376 720 32 ) ( 1377 720 32 ) ( 1376 720 33 ) wall_brick [ -1 0 0 -128 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 1168 736 32 ) ( 1168 736 33 ) ( 1168 737 32 ) wall_brick [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } +// brush 83 +{ +( 736 728 -20 ) ( 736 729 -20 ) ( 736 728 -19 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 608 864 -20 ) ( 608 864 -19 ) ( 609 864 -20 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 608 728 -20 ) ( 609 728 -20 ) ( 608 729 -20 ) skip [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 736 856 12 ) ( 736 857 12 ) ( 737 856 12 ) asphalt [ 1 0 0 64 ] [ 0 -1 0 76 ] 0 0.5 0.5 +( 736 1136 12 ) ( 737 1136 12 ) ( 736 1136 13 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 848 856 12 ) ( 848 856 13 ) ( 848 857 12 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 +} +// brush 84 +{ +( 848 872 -16 ) ( 848 873 -16 ) ( 848 872 -15 ) wall_concrete1 [ 0 -1 0 272 ] [ 0 0 -1 0 ] 0 1 1 +( 304 800 -16 ) ( 304 800 -15 ) ( 305 800 -16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 +( 304 872 12 ) ( 305 872 12 ) ( 304 873 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 432 1000 16 ) ( 432 1001 16 ) ( 433 1000 16 ) ground_greybrick [ 1 0 0 -96 ] [ 0 -1 0 -112 ] 0 0.5 0.5 +( 432 1136 16 ) ( 433 1136 16 ) ( 432 1136 17 ) skip [ -1 0 0 32 ] [ 0 0 -1 0 ] 0 1 1 +( 944 1000 16 ) ( 944 1000 17 ) ( 944 1001 16 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 +} +// brush 85 +{ +( 736 600 16 ) ( 736 592 12 ) ( 736 600 12 ) clip [ -0 -1 0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 992 592 12 ) ( 288 592 12 ) ( 288 600 16 ) clip [ 1 0 -0 0 ] [ 0 -0.894427190999916 -0.447213595499958 0 ] 0 1 1 +( 288 600 12 ) ( 288 592 12 ) ( 992 592 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 992 600 16 ) ( 288 600 16 ) ( 288 600 12 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 784 600 16 ) ( 784 600 12 ) ( 784 592 12 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 86 +{ +( 576 1048 16 ) ( 576 344 16 ) ( 576 344 12 ) clip [ 0 -1 0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 576 600 16 ) ( 584 600 12 ) ( 576 600 12 ) clip [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 576 344 12 ) ( 584 344 12 ) ( 584 1048 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 576 704 16 ) ( 576 704 12 ) ( 584 704 12 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 584 1048 12 ) ( 584 344 12 ) ( 576 344 16 ) clip [ 0.894427190999916 0 -0.447213595499958 0 ] [ 0 -1 0 0 ] 0 1 1 +} +// brush 87 +{ +( 728 1048 12 ) ( 736 344 16 ) ( 728 344 12 ) clip [ 0.894427190999916 0 0.447213595499958 -29.020447 ] [ 0 -1 0 0 ] 0 1 1 +( 736 600 16 ) ( 736 600 12 ) ( 728 600 12 ) clip [ 1 0 0 -40 ] [ 0 0 -1 0 ] 0 1 1 +( 736 344 12 ) ( 728 1048 12 ) ( 728 344 12 ) clip [ -1 0 0 40 ] [ 0 -1 0 0 ] 0 1 1 +( 736 864 16 ) ( 728 864 12 ) ( 736 864 12 ) clip [ -1 0 0 40 ] [ 0 0 -1 0 ] 0 1 1 +( 736 1048 16 ) ( 736 344 12 ) ( 736 344 16 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 88 +{ +( 840 1312 12 ) ( 848 608 16 ) ( 840 608 12 ) clip [ 0.894427190999916 -0 0.447213595499958 0 ] [ -0 -1 0 0 ] 0 1 1 +( 848 864 16 ) ( 848 864 12 ) ( 840 864 12 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 848 608 12 ) ( 840 1312 12 ) ( 840 608 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 848 1136 16 ) ( 840 1136 12 ) ( 848 1136 12 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 848 1312 16 ) ( 848 608 12 ) ( 848 608 16 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 89 +{ +( 736 864 16 ) ( 736 864 12 ) ( 736 872 12 ) clip [ 0 -1 0 -8 ] [ 0 0 -1 0 ] 0 1 1 +( 144 864 16 ) ( 848 864 16 ) ( 848 864 12 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 848 864 12 ) ( 848 872 12 ) ( 144 872 12 ) clip [ -1 0 0 0 ] [ 0 -1 0 -8 ] 0 1 1 +( 144 872 12 ) ( 848 872 12 ) ( 848 864 16 ) clip [ 1 0 0 0 ] [ 0 -1 0 -8 ] 0 1 1 +( 848 864 16 ) ( 848 872 12 ) ( 848 864 12 ) clip [ 0 1 0 8 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 90 +{ +( 728 872 12 ) ( 736 864 16 ) ( 728 864 12 ) clip [ 0.894427190999916 -0 0.447213595499958 0 ] [ -0 -1 0 0 ] 0 1 1 +( 728 864 12 ) ( 736 864 16 ) ( 736 864 12 ) clip [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 736 864 12 ) ( 736 872 12 ) ( 728 872 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 728 872 12 ) ( 736 872 12 ) ( 736 864 16 ) clip [ 1 -0 0 0 ] [ -0 -0.894427190999916 0.447213595499958 0 ] 0 1 1 +( 736 864 16 ) ( 736 872 12 ) ( 736 864 12 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 91 +{ +( 728 592 12 ) ( 728 600 12 ) ( 736 600 16 ) clip [ 0.894427190999916 -0 0.447213595499958 0 ] [ -0 -1 0 0 ] 0 1 1 +( 728 592 12 ) ( 736 600 16 ) ( 736 592 12 ) clip [ 1 0 -0 0 ] [ 0 -0.894427190999916 -0.447213595499958 0 ] 0 1 1 +( 736 600 12 ) ( 728 592 12 ) ( 736 592 12 ) clip [ -1 0 -0 0 ] [ -0 -1 0 0 ] 0 1 1 +( 728 600 12 ) ( 736 600 12 ) ( 736 600 16 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 736 600 16 ) ( 736 600 12 ) ( 736 592 12 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} // brush 92 { -( 736 744 -20 ) ( 736 745 -20 ) ( 736 744 -19 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 608 880 -20 ) ( 608 880 -19 ) ( 609 880 -20 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 608 744 -20 ) ( 609 744 -20 ) ( 608 745 -20 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 736 872 12 ) ( 736 873 12 ) ( 737 872 12 ) asphalt [ 1 0 0 64 ] [ 0 -1 0 108 ] 0 0.5 0.5 -( 736 1152 12 ) ( 737 1152 12 ) ( 736 1152 13 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 848 872 12 ) ( 848 872 13 ) ( 848 873 12 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 576 600 16 ) ( 576 592 12 ) ( 576 600 12 ) clip [ -0 -1 0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 584 592 12 ) ( 576 592 12 ) ( 576 600 16 ) clip [ 1 0 -0 0 ] [ 0 -0.894427190999916 -0.447213595499958 0 ] 0 1 1 +( 576 600 12 ) ( 576 592 12 ) ( 584 592 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 584 600 12 ) ( 576 600 16 ) ( 576 600 12 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 584 592 12 ) ( 576 600 16 ) ( 584 600 12 ) clip [ 0.894427190999916 0 -0.447213595499958 0 ] [ 0 -1 -0 0 ] 0 1 1 } // brush 93 { -( 848 888 -16 ) ( 848 889 -16 ) ( 848 888 -15 ) wall_concrete1 [ 0 -1 0 288 ] [ 0 0 -1 0 ] 0 1 1 -( 304 736 -16 ) ( 304 736 -15 ) ( 305 736 -16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 -( 304 888 12 ) ( 305 888 12 ) ( 304 889 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 432 1016 16 ) ( 432 1017 16 ) ( 433 1016 16 ) ground_greybrick [ 1 0 0 -96 ] [ 0 -1 0 -80 ] 0 0.5 0.5 -( 432 1152 16 ) ( 433 1152 16 ) ( 432 1152 17 ) skip [ -1 0 0 32 ] [ 0 0 -1 0 ] 0 1 1 -( 944 1016 16 ) ( 944 1016 17 ) ( 944 1017 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 576 704 16 ) ( 576 704 12 ) ( 576 712 12 ) clip [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 +( 584 704 12 ) ( 576 704 12 ) ( 576 704 16 ) clip [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 576 704 12 ) ( 584 712 12 ) ( 576 712 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 584 712 12 ) ( 576 704 16 ) ( 576 712 12 ) clip [ 1 0 0 0 ] [ 0 -0.894427190999916 0.447213595499958 0 ] 0 1 1 +( 584 712 12 ) ( 584 704 12 ) ( 576 704 16 ) clip [ 0.894427190999916 0 -0.447213595499958 0 ] [ 0 -1 0 0 ] 0 1 1 } // brush 94 { -( 944 880 16 ) ( 944 881 16 ) ( 944 880 17 ) skip [ 0 -1 0 0 ] [ 0 0 -1 16 ] 0 1 1 -( 944 880 16 ) ( 944 880 17 ) ( 945 880 16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 16 ] 0 1 1 -( 944 880 16 ) ( 945 880 16 ) ( 944 881 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 -( 976 928 48 ) ( 976 929 48 ) ( 977 928 48 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 1 1 -( 976 928 32 ) ( 977 928 32 ) ( 976 928 33 ) skip [ -1 0 0 16 ] [ 0 0 -1 16 ] 0 1 1 -( 960 928 32 ) ( 960 928 33 ) ( 960 929 32 ) skip [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 1 1 +( 312 248 16 ) ( 312 249 16 ) ( 312 248 17 ) skip [ 0 -1 0 -48 ] [ 0 0 -1 0 ] 0 1 1 +( 312 256 16 ) ( 312 256 17 ) ( 313 256 16 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 +( 312 248 16 ) ( 313 248 16 ) ( 312 249 16 ) skip [ -1 0 0 24 ] [ 0 -1 0 -48 ] 0 1 1 +( 328 264 120 ) ( 328 265 120 ) ( 329 264 120 ) skip [ 1 0 0 -24 ] [ 0 -1 0 -48 ] 0 1 1 +( 328 264 24 ) ( 329 264 24 ) ( 328 264 25 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 328 264 24 ) ( 328 264 25 ) ( 328 265 24 ) skip [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 1 1 } // brush 95 { -( 880 880 16 ) ( 880 881 16 ) ( 880 880 17 ) skip [ 0 -1 0 -16 ] [ 0 0 -1 16 ] 0 1 1 -( 880 864 16 ) ( 880 864 17 ) ( 881 864 16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 16 ] 0 1 1 -( 880 880 16 ) ( 881 880 16 ) ( 880 881 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -16 ] 0 1 1 -( 912 896 80 ) ( 912 897 80 ) ( 913 896 80 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -16 ] 0 1 1 -( 912 896 32 ) ( 913 896 32 ) ( 912 896 33 ) skip [ -1 0 0 16 ] [ 0 0 -1 16 ] 0 1 1 -( 912 896 32 ) ( 912 896 33 ) ( 912 897 32 ) skip [ 0 1 0 16 ] [ 0 0 -1 16 ] 0 1 1 +( 80 160 0 ) ( 80 161 0 ) ( 80 160 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 80 160 0 ) ( 80 160 1 ) ( 81 160 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 80 160 52 ) ( 81 160 52 ) ( 80 161 52 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 112 192 96 ) ( 112 193 96 ) ( 113 192 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 112 168 16 ) ( 113 168 16 ) ( 112 168 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 88 192 16 ) ( 88 192 17 ) ( 88 193 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +} +// brush 96 +{ +( 80 48 0 ) ( 80 49 0 ) ( 80 48 1 ) surface_green [ 0 -1 0 -32 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 80 48 0 ) ( 80 48 1 ) ( 81 48 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 80 48 52 ) ( 81 48 52 ) ( 80 49 52 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 112 80 96 ) ( 112 81 96 ) ( 113 80 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 112 56 16 ) ( 113 56 16 ) ( 112 56 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 88 80 16 ) ( 88 80 17 ) ( 88 81 16 ) surface_green [ 0 1 0 32 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +} +// brush 97 +{ +( 72 -248 88 ) ( 72 -247 88 ) ( 72 -248 89 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 -63.999992 ] 90 0.5 0.5 +( 80 -64 88 ) ( 80 -64 89 ) ( 81 -64 88 ) surface_green_edge [ -4.371139006309477e-08 0 -0.999999999999999 -32 ] [ -0.999999999999999 0 4.371139006309477e-08 16 ] 90 0.5 0.5 +( 80 -248 104 ) ( 81 -248 104 ) ( 80 -247 104 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 +( 112 -216 112 ) ( 112 -215 112 ) ( 113 -216 112 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 +( 112 -48 104 ) ( 113 -48 104 ) ( 112 -48 105 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +( 312 -216 104 ) ( 312 -216 105 ) ( 312 -215 104 ) surface_green_edge [ 0 -4.371139006309477e-08 -0.999999999999999 32 ] [ 0 -0.999999999999999 4.371139006309477e-08 16.000008 ] 90 0.5 0.5 +} +// brush 98 +{ +( 224 8 16 ) ( 224 9 16 ) ( 224 8 17 ) redplaid [ 0 -1 0 -120 ] [ 0 0 -1 0 ] 0 1 1 +( 224 104 16 ) ( 224 104 17 ) ( 225 104 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 224 8 16 ) ( 225 8 16 ) ( 224 9 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 +( 248 96 48 ) ( 248 97 48 ) ( 249 96 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 +( 248 136 24 ) ( 249 136 24 ) ( 248 136 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 312 96 24 ) ( 312 96 25 ) ( 312 97 24 ) redplaid [ 0 1 0 120 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 99 +{ +( 80 -56 48 ) ( 80 -55 48 ) ( 80 -56 49 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 -15.999992 ] 90 0.5 0.5 +( 80 -56 48 ) ( 80 -56 49 ) ( 81 -56 48 ) surface_green_edge [ -4.371139006309477e-08 0 -0.999999999999999 -32 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 +( 80 -56 120 ) ( 81 -56 120 ) ( 80 -55 120 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 112 -24 144 ) ( 112 -23 144 ) ( 113 -24 144 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 112 -48 64 ) ( 113 -48 64 ) ( 112 -48 65 ) skip [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 +( 312 -24 64 ) ( 312 -24 65 ) ( 312 -23 64 ) surface_green [ 0 1 0 -16 ] [ 0 0 -1 -40 ] 0 0.5 0.5 +} +// brush 100 +{ +( 80 -56 0 ) ( 80 -55 0 ) ( 80 -56 1 ) surface_green [ 0 -1 0 16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 80 -56 0 ) ( 80 -56 1 ) ( 81 -56 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 80 -56 48 ) ( 81 -56 48 ) ( 80 -55 48 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 112 -24 96 ) ( 112 -23 96 ) ( 113 -24 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 112 -48 16 ) ( 113 -48 16 ) ( 112 -48 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 88 -24 16 ) ( 88 -24 17 ) ( 88 -23 16 ) surface_green [ 0 1 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +} +// brush 101 +{ +( 224 -48 16 ) ( 224 -47 16 ) ( 224 -48 17 ) redplaid [ 0 -1 0 -120 ] [ 0 0 -1 0 ] 0 1 1 +( 224 -48 16 ) ( 224 -48 17 ) ( 225 -48 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 224 -48 16 ) ( 225 -48 16 ) ( 224 -47 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 +( 248 40 48 ) ( 248 41 48 ) ( 249 40 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 +( 248 64 24 ) ( 249 64 24 ) ( 248 64 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 248 40 24 ) ( 248 40 25 ) ( 248 41 24 ) redplaid [ 0 1 0 120 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 102 +{ +( 72 -248 128 ) ( 72 -247 128 ) ( 72 -248 129 ) surface_green [ 0 -1 0 8 ] [ 0 0 -1 -48 ] 0 0.5 0.5 +( 80 -64 128 ) ( 80 -64 129 ) ( 81 -64 128 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 +( 80 -248 144 ) ( 81 -248 144 ) ( 80 -247 144 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 +( 112 -216 152 ) ( 112 -215 152 ) ( 113 -216 152 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 112 -48 144 ) ( 113 -48 144 ) ( 112 -48 145 ) skip [ -1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 +( 312 -216 144 ) ( 312 -216 145 ) ( 312 -215 144 ) surface_green [ 0 1 0 -8 ] [ 0 0 -1 -48 ] 0 0.5 0.5 +} +// brush 103 +{ +( 80 -56 0 ) ( 80 -55 0 ) ( 80 -56 1 ) surface_green [ 0 -1 0 16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 80 -56 0 ) ( 80 -56 1 ) ( 81 -56 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 80 -56 16 ) ( 81 -56 16 ) ( 80 -55 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 112 -24 52 ) ( 112 -23 52 ) ( 113 -24 52 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 112 -48 16 ) ( 113 -48 16 ) ( 112 -48 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 224 -24 16 ) ( 224 -24 17 ) ( 224 -23 16 ) surface_green [ 0 1 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +} +// brush 104 +{ +( 224 -56 0 ) ( 224 -55 0 ) ( 224 -56 1 ) surface_green [ 0 -1 0 16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 224 -56 0 ) ( 224 -56 1 ) ( 225 -56 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 224 -56 16 ) ( 225 -56 16 ) ( 224 -55 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 256 -24 96 ) ( 256 -23 96 ) ( 257 -24 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 256 -48 16 ) ( 257 -48 16 ) ( 256 -48 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 312 -24 16 ) ( 312 -24 17 ) ( 312 -23 16 ) surface_green [ 0 1 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +} +// brush 105 +{ +( 80 -56 -8 ) ( 80 -55 -8 ) ( 80 -56 -7 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 16 ] [ 0 0.999999999999999 4.371139006309477e-08 -15.999992 ] 90 0.5 0.5 +( 176 -56 -8 ) ( 176 -56 -7 ) ( 177 -56 -8 ) surface_green_edge [ -4.371139006309477e-08 0 -0.999999999999999 16 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 +( 176 -56 96 ) ( 177 -56 96 ) ( 176 -55 96 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 208 -24 104 ) ( 208 -23 104 ) ( 209 -24 104 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 208 -48 8 ) ( 209 -48 8 ) ( 208 -48 9 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 +( 312 -24 8 ) ( 312 -24 9 ) ( 312 -23 8 ) surface_green [ 0 1 0 -16 ] [ 0 0 -1 -40 ] 0 0.5 0.5 +} +// brush 106 +{ +( 944 584 -20 ) ( 944 585 -20 ) ( 944 584 -19 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 816 720 -20 ) ( 816 720 -19 ) ( 817 720 -20 ) skip [ 1 0 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 816 584 -20 ) ( 817 584 -20 ) ( 816 585 -20 ) skip [ -1 0 0 -32 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 944 712 12 ) ( 944 713 12 ) ( 945 712 12 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 944 800 12 ) ( 945 800 12 ) ( 944 800 13 ) skip [ -1 0 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 1408 712 12 ) ( 1408 712 13 ) ( 1408 713 12 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +} +// brush 107 +{ +( 848 792 -16 ) ( 848 793 -16 ) ( 848 792 -15 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 304 720 -16 ) ( 304 720 -15 ) ( 305 720 -16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 +( 304 792 12 ) ( 305 792 12 ) ( 304 793 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 432 920 16 ) ( 432 921 16 ) ( 433 920 16 ) ground_greybrick [ 1 0 0 -96 ] [ 0 -1 0 -16 ] 0 0.5 0.5 +( 432 800 16 ) ( 433 800 16 ) ( 432 800 17 ) skip [ -1 0 0 32 ] [ 0 0 -1 0 ] 0 1 1 +( 944 920 16 ) ( 944 920 17 ) ( 944 921 16 ) wall_concrete1 [ 0 1 0 0 ] [ 0 0 -1 -32 ] 0 1 1 +} +// brush 108 +{ +( 80 256 40 ) ( 80 257 40 ) ( 80 256 41 ) surface_green [ 0 4.371139006309477e-08 -0.999999999999999 -47.999954 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 +( 80 256 40 ) ( 80 256 41 ) ( 81 256 40 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -56 ] 0 0.5 0.5 +( 80 256 112 ) ( 81 256 112 ) ( 80 257 112 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 112 288 120 ) ( 112 289 120 ) ( 113 288 120 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 112 264 56 ) ( 113 264 56 ) ( 112 264 57 ) surface_green [ 4.371139006309477e-08 0 -0.999999999999999 -47.999954 ] [ 0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 +( 312 288 56 ) ( 312 288 57 ) ( 312 289 56 ) skip [ 0 1 0 0 ] [ 0 0 -1 -56 ] 0 0.5 0.5 +} +// brush 109 +{ +( 80 -56 40 ) ( 80 -55 40 ) ( 80 -56 41 ) surface_green [ 0 4.371139006309477e-08 -0.999999999999999 -48 ] [ 0 0.999999999999999 4.371139006309477e-08 -16 ] 90 0.5 0.5 +( 80 -56 40 ) ( 80 -56 41 ) ( 81 -56 40 ) surface_green [ -4.371139006309477e-08 0 -0.999999999999999 -48.000015 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 +( 80 -56 112 ) ( 81 -56 112 ) ( 80 -55 112 ) skip [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 112 -24 120 ) ( 112 -23 120 ) ( 113 -24 120 ) skip [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 112 -48 56 ) ( 113 -48 56 ) ( 112 -48 57 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -56 ] 0 0.5 0.5 +( 312 -24 56 ) ( 312 -24 57 ) ( 312 -23 56 ) skip [ 0 1 0 -16 ] [ 0 0 -1 -56 ] 0 0.5 0.5 +} +// brush 110 +{ +( 312 -32 120 ) ( 312 -32 112 ) ( 312 16 120 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -15.9999695 ] [ 0 0.9999999999999866 1.6292067950285372e-07 47.999992 ] 90 0.5 0.5 +( 320 -32 120 ) ( 320 -32 112 ) ( 312 -32 120 ) skip [ 1 0 0 -16 ] [ 0 0 -1 16 ] 0 1 1 +( 312 16 104 ) ( 312 -32 104 ) ( 320 16 104 ) skip [ 1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 320 16 120 ) ( 320 -32 120 ) ( 312 16 120 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 16 120 ) ( 312 16 112 ) ( 320 16 120 ) skip [ -1 0 0 16 ] [ 0 0 -1 16 ] 0 1 1 +( 320 16 120 ) ( 320 16 112 ) ( 320 -32 120 ) skip [ 0 1 0 48 ] [ 0 0 -1 48 ] 0 0.5 0.5 +} +// brush 111 +{ +( 312 -56 16 ) ( 312 -40 16 ) ( 312 -56 32 ) surface_beige_corner [ 0 -1.3113417006681922e-07 0.9999999999999913 32 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 -32 ] 270 0.5 0.5 +( 312 -48 32 ) ( 320 -48 32 ) ( 312 -48 16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 320 -56 16 ) ( 320 -40 16 ) ( 312 -56 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 +( 312 -56 32 ) ( 312 -40 32 ) ( 320 -56 32 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 312 -40 32 ) ( 312 -40 16 ) ( 320 -40 32 ) skip [ 1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 320 -56 32 ) ( 320 -40 32 ) ( 320 -56 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +} +// brush 112 +{ +( 312 152 32 ) ( 312 24 32 ) ( 312 152 16 ) surface_beige_corner [ 0 -0.9999999999999997 -1.224647977550801e-16 0 ] [ -0 1.224647977550801e-16 -0.9999999999999997 32 ] 0 0.5 0.5 +( 320 248 16 ) ( 312 248 16 ) ( 320 248 32 ) skip [ 0.9999999999999957 0 8.742277997596912e-08 16 ] [ -8.742277997596912e-08 0 0.9999999999999957 0 ] 180 0.5 0.5 +( 312 152 16 ) ( 312 24 16 ) ( 320 152 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 1 1 +( 320 152 32 ) ( 320 24 32 ) ( 312 152 32 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 312 256 16 ) ( 320 256 16 ) ( 312 256 32 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 320 152 16 ) ( 320 24 16 ) ( 320 152 32 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 +} +// brush 113 +{ +( 312 152 48 ) ( 312 24 48 ) ( 312 152 32 ) surface_beige_edge [ 0 -0.9999999999999998 0 0 ] [ 0 0 -0.9999999999999998 -32 ] 0 0.5 0.5 +( 320 248 32 ) ( 312 248 32 ) ( 320 248 48 ) skip [ 0.9999999999999957 0 8.742277997596912e-08 16 ] [ -8.742277997596912e-08 0 0.9999999999999957 -32 ] 180 0.5 0.5 +( 312 152 32 ) ( 312 24 32 ) ( 320 152 32 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 1 1 +( 320 152 104 ) ( 320 24 104 ) ( 312 152 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 312 256 32 ) ( 320 256 32 ) ( 312 256 48 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 320 152 32 ) ( 320 24 32 ) ( 320 152 48 ) skip [ 0 1 0 32 ] [ 0 0 -1 32 ] 0 0.5 0.5 +} +// brush 114 +{ +( 312 152 120 ) ( 312 24 120 ) ( 312 152 104 ) surface_beige_corner [ 0 1.6292067950285372e-07 -0.9999999999999866 48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 +( 320 248 104 ) ( 312 248 104 ) ( 320 248 120 ) skip [ 0.9999999999999957 0 8.742277997596912e-08 16 ] [ -8.742277997596912e-08 0 0.9999999999999957 -48 ] 180 0.5 0.5 +( 312 152 104 ) ( 312 24 104 ) ( 320 152 104 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 1 1 +( 320 152 120 ) ( 320 24 120 ) ( 312 152 120 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 312 256 104 ) ( 320 256 104 ) ( 312 256 120 ) skip [ -1 0 0 0 ] [ 0 0 -1 32 ] 0 0.25 0.25 +( 320 152 104 ) ( 320 24 104 ) ( 320 152 120 ) skip [ 0 1 0 32 ] [ 0 0 -1 48 ] 0 0.5 0.5 +} +// brush 115 +{ +( 80 -48 40 ) ( 80 -47 40 ) ( 80 -48 41 ) surface_green [ 0 4.371139006309477e-08 -0.999999999999999 -48 ] [ 0 0.999999999999999 4.371139006309477e-08 -32 ] 90 0.5 0.5 +( 80 -48 40 ) ( 80 -48 41 ) ( 81 -48 40 ) skip [ -4.371139006309477e-08 0 -0.999999999999999 -48 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 +( 80 -48 112 ) ( 81 -48 112 ) ( 80 -47 112 ) skip [ -1 0 0 0 ] [ 0 -1 0 32 ] 0 0.5 0.5 +( 112 -16 120 ) ( 112 -15 120 ) ( 113 -16 120 ) skip [ 1 0 0 0 ] [ 0 -1 0 32 ] 0 0.5 0.5 +( 112 256 56 ) ( 113 256 56 ) ( 112 256 57 ) skip [ -1 0 0 0 ] [ 0 0 -1 -56 ] 0 0.5 0.5 +( 88 -16 56 ) ( 88 -16 57 ) ( 88 -15 56 ) surface_green [ 0 1 0 -32 ] [ 0 0 -1 -56 ] 0 0.5 0.5 +} +// brush 116 +{ +( 944 800 0 ) ( 944 801 0 ) ( 944 800 1 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 944 800 0 ) ( 944 800 1 ) ( 945 800 0 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 +( 944 800 0 ) ( 945 800 0 ) ( 944 801 0 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 +( 992 848 16 ) ( 992 849 16 ) ( 993 848 16 ) floor_checkertiles [ 1 0 0 -32 ] [ 0 -1 0 -32 ] 0 0.25 0.25 +( 992 1024 16 ) ( 993 1024 16 ) ( 992 1024 17 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 +( 1264 848 16 ) ( 1264 848 17 ) ( 1264 849 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 117 +{ +( 944 800 16 ) ( 944 801 16 ) ( 944 800 17 ) redplaid [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 944 800 16 ) ( 944 800 17 ) ( 945 800 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 944 800 16 ) ( 945 800 16 ) ( 944 801 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 952 840 96 ) ( 952 841 96 ) ( 953 840 96 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 952 824 24 ) ( 953 824 24 ) ( 952 824 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 952 840 24 ) ( 952 840 25 ) ( 952 841 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 118 +{ +( 944 872 16 ) ( 944 873 16 ) ( 944 872 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 +( 944 872 16 ) ( 944 872 17 ) ( 945 872 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 944 872 16 ) ( 945 872 16 ) ( 944 873 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 952 912 112 ) ( 952 913 112 ) ( 953 912 112 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 952 888 24 ) ( 953 888 24 ) ( 952 888 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 952 912 24 ) ( 952 912 25 ) ( 952 913 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 119 +{ +( 944 848 32 ) ( 944 849 32 ) ( 944 848 33 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 +( 944 800 32 ) ( 944 800 33 ) ( 945 800 32 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 944 848 96 ) ( 945 848 96 ) ( 944 849 96 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 952 888 112 ) ( 952 889 112 ) ( 953 888 112 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 952 872 40 ) ( 953 872 40 ) ( 952 872 41 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 952 888 40 ) ( 952 888 41 ) ( 952 889 40 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 120 +{ +( 944 888 16 ) ( 944 889 16 ) ( 944 888 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 +( 944 888 16 ) ( 944 888 17 ) ( 945 888 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 944 888 16 ) ( 945 888 16 ) ( 944 889 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 952 928 48 ) ( 952 929 48 ) ( 953 928 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 952 992 24 ) ( 953 992 24 ) ( 952 992 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 952 928 24 ) ( 952 928 25 ) ( 952 929 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 121 +{ +( 944 888 16 ) ( 944 889 16 ) ( 944 888 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 +( 944 888 16 ) ( 944 888 17 ) ( 945 888 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 944 888 96 ) ( 945 888 96 ) ( 944 889 96 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 952 928 112 ) ( 952 929 112 ) ( 953 928 112 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 952 992 24 ) ( 953 992 24 ) ( 952 992 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 952 928 24 ) ( 952 928 25 ) ( 952 929 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 122 +{ +( 944 992 16 ) ( 944 993 16 ) ( 944 992 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 +( 944 992 16 ) ( 944 992 17 ) ( 945 992 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 944 992 16 ) ( 945 992 16 ) ( 944 993 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 952 1032 112 ) ( 952 1033 112 ) ( 953 1032 112 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 952 1024 24 ) ( 953 1024 24 ) ( 952 1024 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 952 1032 24 ) ( 952 1032 25 ) ( 952 1033 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 123 +{ +( 328 24 48 ) ( 328 58 46 ) ( 328 58 48 ) skip [ 0 -1 0 -12 ] [ 0 0 -1 0 ] 0 1 1 +( 340 24 48 ) ( 328 24 46 ) ( 328 24 48 ) marblewhite [ 1 -0 0 0 ] [ 0 -0 -1 0 ] 0 0.25 0.25 +( 340 58 46 ) ( 328 24 46 ) ( 340 24 46 ) marblewhite [ -1 0 -0 0 ] [ -0 -1 0 0 ] 0 0.25 0.25 +( 340 58 48 ) ( 328 24 48 ) ( 328 58 48 ) marblewhite [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 340 136 48 ) ( 328 136 46 ) ( 340 136 46 ) skip [ -1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 +( 361 58 48 ) ( 361 24 46 ) ( 361 24 48 ) marblewhite [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 124 +{ +( 361 24 48 ) ( 361 58 46 ) ( 361 58 48 ) skip [ 0 -1 0 -12 ] [ 0 0 -1 0 ] 0 1 1 +( 379 103 48 ) ( 367 103 46 ) ( 367 103 48 ) marblewhite [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 379 58 46 ) ( 367 24 46 ) ( 379 24 46 ) marblewhite [ -1 0 0 28 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 379 58 48 ) ( 367 24 48 ) ( 367 58 48 ) marblewhite [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 379 136 48 ) ( 367 136 46 ) ( 379 136 46 ) skip [ -1 0 0 23 ] [ 0 0 -1 0 ] 0 1 1 +( 400 58 48 ) ( 400 24 46 ) ( 400 24 48 ) marblewhite [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 125 +{ +( 448 24 48 ) ( 448 58 46 ) ( 448 58 48 ) marblewhite [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 0.25 0.25 +( 460 -40 48 ) ( 448 -40 46 ) ( 448 -40 48 ) skip [ 1 -0 0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 460 58 46 ) ( 448 24 46 ) ( 460 24 46 ) skip [ -1 0 -0 0 ] [ -0 -1 0 0 ] 0 1 1 +( 460 58 48 ) ( 448 24 48 ) ( 448 58 48 ) marblewhite [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 460 136 48 ) ( 448 136 46 ) ( 460 136 46 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 481 58 48 ) ( 481 24 46 ) ( 481 24 48 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 126 +{ +( 448 24 16 ) ( 448 25 16 ) ( 448 24 17 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 448 104 16 ) ( 448 104 17 ) ( 449 104 16 ) woodpale [ -4.371139006309477e-08 0 -0.999999999999999 0 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.25 0.25 +( 448 24 16 ) ( 449 24 16 ) ( 448 25 16 ) skip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 480 72 46 ) ( 480 73 46 ) ( 481 72 46 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 480 136 24 ) ( 481 136 24 ) ( 480 136 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 480 72 24 ) ( 480 72 25 ) ( 480 73 24 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 127 +{ +( 848 1136 0 ) ( 848 1137 0 ) ( 848 1136 1 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 912 1136 0 ) ( 912 1136 1 ) ( 913 1136 0 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 912 1136 0 ) ( 913 1136 0 ) ( 912 1137 0 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 944 1200 16 ) ( 944 1201 16 ) ( 945 1200 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 944 1664 16 ) ( 945 1664 16 ) ( 944 1664 17 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 90 0.25 0.25 +( 944 1200 16 ) ( 944 1200 17 ) ( 944 1201 16 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 128 +{ +( 952 1216 24 ) ( 952 1217 24 ) ( 952 1216 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1216 24 ) ( 952 1216 25 ) ( 953 1216 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1216 16 ) ( 953 1216 16 ) ( 952 1217 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1224 112 ) ( 968 1225 112 ) ( 969 1224 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1224 32 ) ( 969 1224 32 ) ( 968 1224 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1224 32 ) ( 1304 1224 33 ) ( 1304 1225 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 129 +{ +( 952 1408 24 ) ( 952 1409 24 ) ( 952 1408 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1408 24 ) ( 952 1408 25 ) ( 953 1408 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1408 16 ) ( 953 1408 16 ) ( 952 1409 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1416 112 ) ( 968 1417 112 ) ( 969 1416 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1416 32 ) ( 969 1416 32 ) ( 968 1416 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1416 32 ) ( 1304 1416 33 ) ( 1304 1417 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 130 +{ +( 952 1600 24 ) ( 952 1601 24 ) ( 952 1600 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1600 24 ) ( 952 1600 25 ) ( 953 1600 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1600 16 ) ( 953 1600 16 ) ( 952 1601 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1608 112 ) ( 968 1609 112 ) ( 969 1608 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1608 32 ) ( 969 1608 32 ) ( 968 1608 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1608 32 ) ( 1304 1608 33 ) ( 1304 1609 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 131 +{ +( 952 1024 24 ) ( 952 1025 24 ) ( 952 1024 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1024 24 ) ( 952 1024 25 ) ( 953 1024 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1024 16 ) ( 953 1024 16 ) ( 952 1025 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1032 112 ) ( 968 1033 112 ) ( 969 1032 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1032 32 ) ( 969 1032 32 ) ( 968 1032 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1032 32 ) ( 1304 1032 33 ) ( 1304 1033 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 132 +{ +( 1194 1132 16 ) ( 1194 1133 16 ) ( 1194 1132 17 ) clip [ 0 -1 0 -20 ] [ 0 0 -1 0 ] 180 1 1 +( 1188 1134 16 ) ( 1188 1134 17 ) ( 1189 1134 16 ) clip [ 1 0 0 12 ] [ 0 0 -1 0 ] 180 1 1 +( 1188 1132 16 ) ( 1189 1132 16 ) ( 1188 1133 16 ) clip [ -1 0 0 -12 ] [ 0 -1 0 -20 ] 180 1 1 +( 1284 1228 44 ) ( 1284 1229 44 ) ( 1285 1228 44 ) clip [ 1 0 0 12 ] [ 0 -1 0 -20 ] 180 1 1 +( 1284 1216 32 ) ( 1285 1216 32 ) ( 1284 1216 33 ) clip [ -1 0 0 -12 ] [ 0 0 -1 0 ] 180 1 1 +( 1264 1228 32 ) ( 1264 1228 33 ) ( 1264 1229 32 ) clip [ 0 1 0 20 ] [ 0 0 -1 0 ] 180 1 1 +} +// brush 133 +{ +( 952 1120 16 ) ( 952 1121 16 ) ( 952 1120 17 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 180 0.5 0.5 +( 960 1120 16 ) ( 960 1120 17 ) ( 961 1120 16 ) surface_beige [ 1 0 0 -16 ] [ 0 0 -1 0 ] 180 0.5 0.5 +( 960 1120 16 ) ( 961 1120 16 ) ( 960 1121 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -32 ] 180 0.5 0.5 +( 1008 1128 96 ) ( 1008 1129 96 ) ( 1009 1128 96 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 90 0.5 0.5 +( 1008 1128 24 ) ( 1009 1128 24 ) ( 1008 1128 25 ) surface_beige [ -1 0 0 16 ] [ 0 0 -1 0 ] 180 0.5 0.5 +( 1000 1128 24 ) ( 1000 1128 25 ) ( 1000 1129 24 ) surface_beige_edge [ 0 1 0 0 ] [ 0 0 -1 0 ] 180 0.5 0.5 +} +// brush 134 +{ +( 1082 1132 16 ) ( 1082 1133 16 ) ( 1082 1132 17 ) clip [ 0 -1 0 -20 ] [ 0 0 -1 0 ] 180 1 1 +( 1076 1134 16 ) ( 1076 1134 17 ) ( 1077 1134 16 ) clip [ 1 0 0 -4 ] [ 0 0 -1 0 ] 180 1 1 +( 1076 1132 16 ) ( 1077 1132 16 ) ( 1076 1133 16 ) clip [ -1 0 0 4 ] [ 0 -1 0 -20 ] 180 1 1 +( 1172 1228 44 ) ( 1172 1229 44 ) ( 1173 1228 44 ) clip [ 1 0 0 -4 ] [ 0 -1 0 -20 ] 180 1 1 +( 1172 1216 32 ) ( 1173 1216 32 ) ( 1172 1216 33 ) clip [ -1 0 0 4 ] [ 0 0 -1 0 ] 180 1 1 +( 1152 1228 32 ) ( 1152 1228 33 ) ( 1152 1229 32 ) clip [ 0 1 0 20 ] [ 0 0 -1 0 ] 180 1 1 +} +// brush 135 +{ +( 1000 1120 32 ) ( 1000 1121 32 ) ( 1000 1120 33 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 32 ] 0 0.5 0.5 +( 1008 1120 32 ) ( 1008 1120 33 ) ( 1009 1120 32 ) surface_beige [ 1 0 0 -16 ] [ 0 0 -1 32 ] 0 0.5 0.5 +( 1008 1120 96 ) ( 1009 1120 96 ) ( 1008 1121 96 ) surface_beige_edge [ 4.371138994063005e-08 0.9999999999999989 0 0 ] [ -0.9999999999999989 4.371138994063005e-08 0 16 ] 270 0.5 0.5 +( 1056 1128 112 ) ( 1056 1129 112 ) ( 1057 1128 112 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 1056 1128 40 ) ( 1057 1128 40 ) ( 1056 1128 41 ) surface_beige [ -1 0 0 16 ] [ 0 0 -1 32 ] 0 0.5 0.5 +( 1048 1128 40 ) ( 1048 1128 41 ) ( 1048 1129 40 ) skip [ 0 1 0 32 ] [ 0 0 -1 32 ] 0 0.5 0.5 +} +// brush 136 +{ +( 1156 1196 16 ) ( 1156 1197 16 ) ( 1156 1196 17 ) clip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 1156 1196 16 ) ( 1156 1196 17 ) ( 1157 1196 16 ) clip [ 1 0 0 -32 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 1156 1196 16 ) ( 1157 1196 16 ) ( 1156 1197 16 ) clip [ -1 0 0 32 ] [ 0 -1 0 0 ] 180 0.25 0.25 +( 1188 1216 34 ) ( 1188 1217 34 ) ( 1189 1216 34 ) clip [ 1 0 0 -32 ] [ 0 -1 0 0 ] 180 0.25 0.25 +( 1188 1216 20 ) ( 1189 1216 20 ) ( 1188 1216 21 ) clip [ -1 0 0 32 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 1190 1216 20 ) ( 1190 1216 21 ) ( 1190 1217 20 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 180 0.25 0.25 +} +// brush 137 +{ +( 952 1024 0 ) ( 952 1025 0 ) ( 952 1024 1 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 -32 ] 180 0.5 0.5 +( 1032 1032 0 ) ( 1032 1032 1 ) ( 1033 1032 0 ) skip [ 1 0 0 16 ] [ 0 0 -1 -32 ] 180 0.5 0.5 +( 1032 1024 0 ) ( 1033 1024 0 ) ( 1032 1025 0 ) skip [ -1 0 0 -16 ] [ 0 -1 0 -32 ] 180 0.5 0.5 +( 1064 1072 16 ) ( 1064 1073 16 ) ( 1065 1072 16 ) carpet_dullgreen [ 1 0 0 80 ] [ 0 -1 0 -96 ] 180 0.5 0.5 +( 1064 1216 16 ) ( 1065 1216 16 ) ( 1064 1216 17 ) skip [ -1 0 0 -16 ] [ 0 0 -1 -32 ] 180 0.5 0.5 +( 1304 1072 16 ) ( 1304 1072 17 ) ( 1304 1073 16 ) skip [ 0 1 0 32 ] [ 0 0 -1 -32 ] 180 0.5 0.5 +} +// brush 138 +{ +( 1136 1032 16 ) ( 1136 1033 16 ) ( 1136 1032 17 ) clip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 1112 1032 16 ) ( 1112 1032 17 ) ( 1113 1032 16 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 1112 1032 16 ) ( 1113 1032 16 ) ( 1112 1033 16 ) clip [ -1 0 0 0 ] [ 0 -1 0 0 ] 180 0.25 0.25 +( 1184 1064 48 ) ( 1184 1065 48 ) ( 1185 1064 48 ) clip [ 1 0 0 0 ] [ 0 -1 0 0 ] 180 0.25 0.25 +( 1184 1056 24 ) ( 1185 1056 24 ) ( 1184 1056 25 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 1200 1064 24 ) ( 1200 1064 25 ) ( 1200 1065 24 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 180 0.25 0.25 +} +// brush 139 +{ +( 1048 1168 48 ) ( 1048 1169 48 ) ( 1048 1168 49 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 1048 1120 48 ) ( 1048 1120 49 ) ( 1049 1120 48 ) surface_beige_edge [ -0.9999999999999961 0 8.742278000372473e-08 0 ] [ 8.742278000372473e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 +( 1048 1168 96 ) ( 1049 1168 96 ) ( 1048 1169 96 ) skip [ -1 0 0 16 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 1056 1208 112 ) ( 1056 1209 112 ) ( 1057 1208 112 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 1056 1128 56 ) ( 1057 1128 56 ) ( 1056 1128 57 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 1056 1208 56 ) ( 1056 1208 57 ) ( 1056 1209 56 ) surface_beige_edge [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +} +// brush 140 +{ +( 1048 1176 16 ) ( 1048 1177 16 ) ( 1048 1176 17 ) surface_beige [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 180 0.5 0.5 +( 1048 1128 16 ) ( 1048 1128 17 ) ( 1049 1128 16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 180 0.5 0.5 +( 1048 1176 16 ) ( 1049 1176 16 ) ( 1048 1177 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -32 ] 180 0.5 0.5 +( 1056 1216 112 ) ( 1056 1217 112 ) ( 1057 1216 112 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 90 0.5 0.5 +( 1056 1216 24 ) ( 1057 1216 24 ) ( 1056 1216 25 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 180 0.5 0.5 +( 1056 1216 24 ) ( 1056 1216 25 ) ( 1056 1217 24 ) surface_beige [ 0 1 0 32 ] [ 0 0 -1 0 ] 180 0.5 0.5 +} +// brush 141 +{ +( 952 1120 32 ) ( 952 1121 32 ) ( 952 1120 33 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 32 ] 0 0.5 0.5 +( 952 1120 32 ) ( 952 1120 33 ) ( 953 1120 32 ) surface_beige [ 1 0 0 32 ] [ 0 0 -1 32 ] 0 0.5 0.5 +( 952 1120 96 ) ( 953 1120 96 ) ( 952 1121 96 ) skip [ -1 0 0 -32 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 1000 1128 112 ) ( 1000 1129 112 ) ( 1001 1128 112 ) skip [ 1 0 0 32 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 1000 1128 40 ) ( 1001 1128 40 ) ( 1000 1128 41 ) surface_beige [ -1 0 0 -32 ] [ 0 0 -1 32 ] 0 0.5 0.5 +( 1000 1128 40 ) ( 1000 1128 41 ) ( 1000 1129 40 ) skip [ 0 1 0 32 ] [ 0 0 -1 32 ] 0 0.5 0.5 +} +// brush 142 +{ +( 1048 1168 16 ) ( 1048 1169 16 ) ( 1048 1168 17 ) surface_beige_edge [ 0 0.9999999999999961 8.742278000372473e-08 0 ] [ 0 -8.742278000372473e-08 0.9999999999999961 0 ] 0 0.5 0.5 +( 1048 1120 16 ) ( 1048 1120 17 ) ( 1049 1120 16 ) surface_beige_edge [ -0.9999999999999961 0 8.742278000372473e-08 0 ] [ 8.742278000372473e-08 0 0.9999999999999961 0 ] 0 0.5 0.5 +( 1048 1168 16 ) ( 1049 1168 16 ) ( 1048 1169 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -32 ] 180 0.5 0.5 +( 1056 1208 96 ) ( 1056 1209 96 ) ( 1057 1208 96 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 90 0.5 0.5 +( 1056 1128 24 ) ( 1057 1128 24 ) ( 1056 1128 25 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 180 0.5 0.5 +( 1056 1208 24 ) ( 1056 1208 25 ) ( 1056 1209 24 ) surface_beige_edge [ 0 1 0 0 ] [ 0 0 -1 0 ] 180 0.5 0.5 +} +// brush 143 +{ +( 944 1032 8 ) ( 944 1033 8 ) ( 944 1032 9 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1024 8 ) ( 936 1024 9 ) ( 937 1024 8 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1032 8 ) ( 937 1032 8 ) ( 936 1033 8 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1064 16 ) ( 952 1065 16 ) ( 953 1064 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1664 16 ) ( 953 1664 16 ) ( 952 1664 17 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1064 16 ) ( 952 1064 17 ) ( 952 1065 16 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 144 +{ +( 1304 1024 24 ) ( 1304 1025 24 ) ( 1304 1024 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 960 1032 24 ) ( 960 1032 25 ) ( 961 1032 24 ) grid_white [ 1 0 0 -32 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 960 1024 16 ) ( 961 1024 16 ) ( 960 1025 16 ) grid_white [ 1 0 0 -32 ] [ 0 -1 0 0 ] 90 0.25 0.25 +( 976 1032 112 ) ( 976 1033 112 ) ( 977 1032 112 ) grid_white [ 1 0 0 -32 ] [ 0 -1 0 0 ] 270 0.25 0.25 +( 976 1216 32 ) ( 977 1216 32 ) ( 976 1216 33 ) grid_white [ 1 0 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1032 32 ) ( 1312 1032 33 ) ( 1312 1033 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 270 0.25 0.25 +} +} +// entity 1 +{ +"classname" "func_transparent" +// brush 0 +{ +( 82 246 52 ) ( 82 247 52 ) ( 82 246 53 ) glass [ 0 -1 0 0 ] [ -0 -0 -1 -24 ] 0 0.5 0.5 +( 82 168 52 ) ( 82 168 53 ) ( 83 168 52 ) glass [ 1 0 -0 0 ] [ 0 -0 -1 -24 ] 0 0.5 0.5 +( 82 246 52 ) ( 83 246 52 ) ( 82 247 52 ) glass [ -1 0 0 0 ] [ -0 -1 -0 -24 ] 0 0.5 0.5 +( 84 256 96 ) ( 84 257 96 ) ( 85 256 96 ) glass [ 1 0 0 0 ] [ 0 -1 0 -24 ] 0 0.5 0.5 +( 84 256 54 ) ( 85 256 54 ) ( 84 256 55 ) glass [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +( 84 256 54 ) ( 84 256 55 ) ( 84 257 54 ) glass [ 0 1 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +} +// brush 1 +{ +( 88 260 52 ) ( 88 261 52 ) ( 88 260 53 ) glass [ 0 -1 0 0 ] [ -0 -0 -1 -24 ] 0 0.5 0.5 +( 148 260 52 ) ( 148 260 53 ) ( 149 260 52 ) glass [ 1 0 -0 0 ] [ 0 -0 -1 -24 ] 0 0.5 0.5 +( 148 260 52 ) ( 149 260 52 ) ( 148 261 52 ) glass [ -1 0 0 0 ] [ -0 -1 -0 -24 ] 0 0.5 0.5 +( 160 262 96 ) ( 160 263 96 ) ( 161 262 96 ) glass [ 1 0 0 0 ] [ 0 -1 0 -24 ] 0 0.5 0.5 +( 160 262 54 ) ( 161 262 54 ) ( 160 262 55 ) glass [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +( 144 262 54 ) ( 144 262 55 ) ( 144 263 54 ) glass [ 0 1 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +} +// brush 2 +{ +( 224 260 52 ) ( 224 261 52 ) ( 224 260 53 ) glass [ 0 -1 0 0 ] [ -0 -0 -1 -24 ] 0 0.5 0.5 +( 284 260 52 ) ( 284 260 53 ) ( 285 260 52 ) glass [ 1 0 -0 0 ] [ 0 -0 -1 -24 ] 0 0.5 0.5 +( 284 260 52 ) ( 285 260 52 ) ( 284 261 52 ) glass [ -1 0 0 0 ] [ -0 -1 -0 -24 ] 0 0.5 0.5 +( 296 262 96 ) ( 296 263 96 ) ( 297 262 96 ) glass [ 1 0 0 0 ] [ 0 -1 0 -24 ] 0 0.5 0.5 +( 296 262 54 ) ( 297 262 54 ) ( 296 262 55 ) glass [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +( 296 262 54 ) ( 296 262 55 ) ( 296 263 54 ) glass [ 0 1 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +} +// brush 3 +{ +( 82 136 52 ) ( 82 137 52 ) ( 82 136 53 ) glass [ 0 -1 0 0 ] [ -0 -0 -1 -24 ] 0 0.5 0.5 +( 82 56 52 ) ( 82 56 53 ) ( 83 56 52 ) glass [ 1 0 -0 0 ] [ 0 -0 -1 -24 ] 0 0.5 0.5 +( 82 136 52 ) ( 83 136 52 ) ( 82 137 52 ) glass [ -1 0 0 0 ] [ -0 -1 -0 -24 ] 0 0.5 0.5 +( 84 146 96 ) ( 84 147 96 ) ( 85 146 96 ) glass [ 1 0 0 0 ] [ 0 -1 0 -24 ] 0 0.5 0.5 +( 84 160 54 ) ( 85 160 54 ) ( 84 160 55 ) glass [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +( 84 146 54 ) ( 84 146 55 ) ( 84 147 54 ) glass [ 0 1 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +} +// brush 4 +{ +( 82 24 52 ) ( 82 25 52 ) ( 82 24 53 ) glass [ 0 -1 0 0 ] [ -0 -0 -1 -24 ] 0 0.5 0.5 +( 82 -48 52 ) ( 82 -48 53 ) ( 83 -48 52 ) glass [ 1 0 -0 0 ] [ 0 -0 -1 -24 ] 0 0.5 0.5 +( 82 24 52 ) ( 83 24 52 ) ( 82 25 52 ) glass [ -1 0 0 0 ] [ -0 -1 -0 -24 ] 0 0.5 0.5 +( 84 34 96 ) ( 84 35 96 ) ( 85 34 96 ) glass [ 1 0 0 0 ] [ 0 -1 0 -24 ] 0 0.5 0.5 +( 84 48 54 ) ( 85 48 54 ) ( 84 48 55 ) glass [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +( 84 34 54 ) ( 84 34 55 ) ( 84 35 54 ) glass [ 0 1 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +} +// brush 5 +{ +( 88 -54 52 ) ( 88 -53 52 ) ( 88 -54 53 ) glass [ 0 -1 0 0 ] [ -0 -0 -1 -24 ] 0 0.5 0.5 +( 88 -54 52 ) ( 88 -54 53 ) ( 89 -54 52 ) glass [ 1 0 -0 0 ] [ 0 -0 -1 -24 ] 0 0.5 0.5 +( 88 -54 52 ) ( 89 -54 52 ) ( 88 -53 52 ) glass [ -1 0 0 0 ] [ -0 -1 -0 -24 ] 0 0.5 0.5 +( 96 -52 96 ) ( 96 -51 96 ) ( 97 -52 96 ) glass [ 1 0 0 0 ] [ 0 -1 0 -24 ] 0 0.5 0.5 +( 96 -52 54 ) ( 97 -52 54 ) ( 96 -52 55 ) glass [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +( 224 -52 54 ) ( 224 -52 55 ) ( 224 -51 54 ) glass [ 0 1 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 } } diff --git a/maps/autosave/cafemotel.3.map.import b/maps/autosave/cafemotel.3.map.import deleted file mode 100644 index 54141f2..0000000 --- a/maps/autosave/cafemotel.3.map.import +++ /dev/null @@ -1,14 +0,0 @@ -[remap] - -importer="func_godot.map" -type="Resource" -uid="uid://y1sbcu02ea5d" -path="res://.godot/imported/cafemotel.3.map-6d42229b7fe491fa2ece872b8b10319b.tres" - -[deps] - -source_file="res://maps/autosave/cafemotel.3.map" -dest_files=["res://.godot/imported/cafemotel.3.map-6d42229b7fe491fa2ece872b8b10319b.tres"] - -[params] - diff --git a/maps/autosave/cafemotel.4.map b/maps/autosave/cafemotel.4.map index a97ffc5..05f15f4 100644 --- a/maps/autosave/cafemotel.4.map +++ b/maps/autosave/cafemotel.4.map @@ -1,4 +1,4 @@ -// Game: maskmaker +// Game: That Wretched Shadow // Format: Valve // entity 0 { @@ -6,59 +6,23 @@ "classname" "worldspawn" // brush 0 { -( -16 -64 -16 ) ( -16 -63 -16 ) ( -16 -64 -15 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( -64 -64 -16 ) ( -64 -64 -15 ) ( -63 -64 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( -64 -64 -16 ) ( -63 -64 -16 ) ( -64 -63 -16 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 64 64 16 ) ( 64 65 16 ) ( 65 64 16 ) ground_cobblestone1 [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 64 64 16 ) ( 65 64 16 ) ( 64 64 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 784 64 16 ) ( 784 64 17 ) ( 784 65 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( -16 -184 -16 ) ( -16 -183 -16 ) ( -16 -184 -15 ) skip [ 0 -1 0 32 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( -64 -184 -16 ) ( -64 -184 -15 ) ( -63 -184 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( -64 -184 -16 ) ( -63 -184 -16 ) ( -64 -183 -16 ) skip [ -1 0 0 0 ] [ 0 -1 0 32 ] 0 0.25 0.25 +( 64 -56 16 ) ( 64 -55 16 ) ( 65 -56 16 ) ground_cobblestone1 [ 1 0 0 0 ] [ 0 -1 0 120 ] 0 0.25 0.25 +( 64 -56 16 ) ( 65 -56 16 ) ( 64 -56 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 784 -56 16 ) ( 784 -56 17 ) ( 784 -55 16 ) skip [ 0 1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 } // brush 1 { -( 80 64 0 ) ( 80 65 0 ) ( 80 64 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 64 0 ) ( 80 64 1 ) ( 81 64 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 64 16 ) ( 81 64 16 ) ( 80 65 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 96 52 ) ( 112 97 52 ) ( 113 96 52 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 72 16 ) ( 113 72 16 ) ( 112 72 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 224 96 16 ) ( 224 96 17 ) ( 224 97 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 2 -{ -( 224 64 0 ) ( 224 65 0 ) ( 224 64 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 224 64 0 ) ( 224 64 1 ) ( 225 64 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 224 64 16 ) ( 225 64 16 ) ( 224 65 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 256 96 96 ) ( 256 97 96 ) ( 257 96 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 256 72 16 ) ( 257 72 16 ) ( 256 72 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 312 96 16 ) ( 312 96 17 ) ( 312 97 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 3 -{ -( 80 64 -8 ) ( 80 65 -8 ) ( 80 64 -7 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 16 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 176 64 -8 ) ( 176 64 -7 ) ( 177 64 -8 ) surface_green_edge [ -4.371139006309477e-08 0 -0.999999999999999 16 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 176 64 96 ) ( 177 64 96 ) ( 176 65 96 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 208 96 104 ) ( 208 97 104 ) ( 209 96 104 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 208 72 8 ) ( 209 72 8 ) ( 208 72 9 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 312 96 8 ) ( 312 96 9 ) ( 312 97 8 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -} -// brush 4 -{ -( 80 64 0 ) ( 80 65 0 ) ( 80 64 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 64 0 ) ( 80 64 1 ) ( 81 64 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 64 48 ) ( 81 64 48 ) ( 80 65 48 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 96 96 ) ( 112 97 96 ) ( 113 96 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 72 16 ) ( 113 72 16 ) ( 112 72 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 88 96 16 ) ( 88 96 17 ) ( 88 97 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 5 -{ ( 80 72 0 ) ( 80 73 0 ) ( 80 72 1 ) surface_green [ 0 4.371139006309477e-08 -0.999999999999999 32 ] [ 0 0.999999999999999 4.371139006309477e-08 24 ] 90 0.5 0.5 -( 80 72 0 ) ( 80 72 1 ) ( 81 72 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 80 -48 0 ) ( 80 -48 1 ) ( 81 -48 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 80 72 16 ) ( 81 72 16 ) ( 80 73 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 ( 112 104 52 ) ( 112 105 52 ) ( 113 104 52 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 ( 112 256 16 ) ( 113 256 16 ) ( 112 256 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 88 104 16 ) ( 88 104 17 ) ( 88 105 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 } -// brush 6 +// brush 2 { ( 80 256 0 ) ( 80 257 0 ) ( 80 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 80 256 0 ) ( 80 256 1 ) ( 81 256 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 @@ -67,7 +31,7 @@ ( 112 264 16 ) ( 113 264 16 ) ( 112 264 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 88 288 16 ) ( 88 288 17 ) ( 88 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 } -// brush 7 +// brush 3 { ( 80 256 -8 ) ( 80 257 -8 ) ( 80 256 -7 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 16 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 ( 176 256 -8 ) ( 176 256 -7 ) ( 177 256 -8 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 @@ -76,16 +40,16 @@ ( 208 264 8 ) ( 209 264 8 ) ( 208 264 9 ) surface_green_edge [ 4.371139006309477e-08 0 -0.999999999999999 16 ] [ 0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 ( 312 288 8 ) ( 312 288 9 ) ( 312 289 8 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 } -// brush 8 +// brush 4 { ( 80 72 72 ) ( 80 73 72 ) ( 80 72 73 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 16 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 72 72 ) ( 80 72 73 ) ( 81 72 72 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 +( 80 -48 72 ) ( 80 -48 73 ) ( 81 -48 72 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 ( 80 72 96 ) ( 81 72 96 ) ( 80 73 96 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 ( 112 104 104 ) ( 112 105 104 ) ( 113 104 104 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 ( 112 256 88 ) ( 113 256 88 ) ( 112 256 89 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 ( 88 104 88 ) ( 88 104 89 ) ( 88 105 88 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 } -// brush 9 +// brush 5 { ( 88 256 0 ) ( 88 257 0 ) ( 88 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 80 256 0 ) ( 80 256 1 ) ( 81 256 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 @@ -94,7 +58,7 @@ ( 112 264 16 ) ( 113 264 16 ) ( 112 264 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 144 288 16 ) ( 144 288 17 ) ( 144 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 } -// brush 10 +// brush 6 { ( 144 256 0 ) ( 144 257 0 ) ( 144 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 144 256 0 ) ( 144 256 1 ) ( 145 256 0 ) surface_green [ 1 0 0 32 ] [ 0 0 -1 -16 ] 0 0.5 0.5 @@ -103,7 +67,7 @@ ( 176 264 16 ) ( 177 264 16 ) ( 176 264 17 ) surface_green [ -1 0 0 -32 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 160 288 16 ) ( 160 288 17 ) ( 160 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 } -// brush 11 +// brush 7 { ( 208 256 0 ) ( 208 257 0 ) ( 208 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 208 256 0 ) ( 208 256 1 ) ( 209 256 0 ) surface_green [ 1 0 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 @@ -112,25 +76,25 @@ ( 240 264 16 ) ( 241 264 16 ) ( 240 264 17 ) surface_green [ -1 0 0 16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 224 288 16 ) ( 224 288 17 ) ( 224 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 } -// brush 12 +// brush 8 { ( 88 128 8 ) ( 88 129 8 ) ( 88 128 9 ) skip [ 0 -1 0 -56 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 88 72 8 ) ( 88 72 9 ) ( 89 72 8 ) skip [ 1 0 0 0 ] [ 0 0 -1 -8 ] 0 0.25 0.25 +( 88 -56 8 ) ( 88 -56 9 ) ( 89 -56 8 ) skip [ 1 0 0 0 ] [ 0 0 -1 -8 ] 0 0.25 0.25 ( 88 128 8 ) ( 89 128 8 ) ( 88 129 8 ) skip [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.25 0.25 ( 128 176 16 ) ( 128 177 16 ) ( 129 176 16 ) floor_wood [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.25 0.25 ( 128 264 16 ) ( 129 264 16 ) ( 128 264 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 -8 ] 0 0.25 0.25 ( 320 176 16 ) ( 320 176 17 ) ( 320 177 16 ) skip [ 0 1 0 56 ] [ 0 0 -1 -8 ] 0 0.25 0.25 } -// brush 13 +// brush 9 { ( -16 64 -16 ) ( -16 65 -16 ) ( -16 64 -15 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( -64 64 -16 ) ( -64 64 -15 ) ( -63 64 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( -64 -56 -16 ) ( -64 -56 -15 ) ( -63 -56 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( -64 64 -16 ) ( -63 64 -16 ) ( -64 65 -16 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 64 192 16 ) ( 64 193 16 ) ( 65 192 16 ) ground_cobblestone1 [ -4.371139006309477e-08 -0.999999999999999 0 0 ] [ -0.999999999999999 4.371139006309477e-08 0 106 ] 90 0.25 0.25 ( 64 264 16 ) ( 65 264 16 ) ( 64 264 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 80 192 16 ) ( 80 192 17 ) ( 80 193 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } -// brush 14 +// brush 10 { ( 72 72 88 ) ( 72 73 88 ) ( 72 72 89 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 16 ] 90 0.5 0.5 ( 80 256 88 ) ( 80 256 89 ) ( 81 256 88 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 @@ -139,25 +103,16 @@ ( 112 272 104 ) ( 113 272 104 ) ( 112 272 105 ) surface_green_edge [ 4.371139006309477e-08 0 -0.999999999999999 -32 ] [ 0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 ( 312 104 104 ) ( 312 104 105 ) ( 312 105 104 ) surface_green_edge [ 0 -4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 -0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 } -// brush 15 -{ -( 72 -128 88 ) ( 72 -127 88 ) ( 72 -128 89 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 16 ] 90 0.5 0.5 -( 80 56 88 ) ( 80 56 89 ) ( 81 56 88 ) surface_green_edge [ -4.371139006309477e-08 0 -0.999999999999999 -32 ] [ -0.999999999999999 0 4.371139006309477e-08 16 ] 90 0.5 0.5 -( 80 -128 104 ) ( 81 -128 104 ) ( 80 -127 104 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 -8 ] 0 0.5 0.5 -( 112 -96 112 ) ( 112 -95 112 ) ( 113 -96 112 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 -8 ] 0 0.5 0.5 -( 112 72 104 ) ( 113 72 104 ) ( 112 72 105 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 -( 312 -96 104 ) ( 312 -96 105 ) ( 312 -95 104 ) surface_green_edge [ 0 -4.371139006309477e-08 -0.999999999999999 32 ] [ 0 -0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -} -// brush 16 +// brush 11 { ( 72 -112 88 ) ( 72 -111 88 ) ( 72 -112 89 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 16 ] 90 0.5 0.5 -( 80 72 88 ) ( 80 72 89 ) ( 81 72 88 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +( 80 -48 88 ) ( 80 -48 89 ) ( 81 -48 88 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 ( 80 -112 104 ) ( 81 -112 104 ) ( 80 -111 104 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 ( 112 -80 112 ) ( 112 -79 112 ) ( 113 -80 112 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 ( 112 256 104 ) ( 113 256 104 ) ( 112 256 105 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 ( 88 -80 104 ) ( 88 -80 105 ) ( 88 -79 104 ) surface_green [ 0 1 0 -8 ] [ 0 0 -1 -24 ] 0 0.5 0.5 } -// brush 17 +// brush 12 { ( 72 72 128 ) ( 72 73 128 ) ( 72 72 129 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 ( 80 256 128 ) ( 80 256 129 ) ( 81 256 128 ) skip [ 1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 @@ -166,70 +121,43 @@ ( 112 272 144 ) ( 113 272 144 ) ( 112 272 145 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 ( 312 104 144 ) ( 312 104 145 ) ( 312 105 144 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 } -// brush 18 +// brush 13 { ( 72 -112 128 ) ( 72 -111 128 ) ( 72 -112 129 ) surface_green [ 0 -1 0 8 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 80 72 128 ) ( 80 72 129 ) ( 81 72 128 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 80 -48 128 ) ( 80 -48 129 ) ( 81 -48 128 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( 80 -112 144 ) ( 81 -112 144 ) ( 80 -111 144 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 ( 112 -80 152 ) ( 112 -79 152 ) ( 113 -80 152 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 ( 112 256 144 ) ( 113 256 144 ) ( 112 256 145 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( 88 -80 144 ) ( 88 -80 145 ) ( 88 -79 144 ) skip [ 0 1 0 -8 ] [ 0 0 -1 0 ] 0 0.5 0.5 } -// brush 19 +// brush 14 { -( 72 -128 128 ) ( 72 -127 128 ) ( 72 -128 129 ) surface_green [ 0 -1 0 -8 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( 80 56 128 ) ( 80 56 129 ) ( 81 56 128 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( 80 -128 144 ) ( 81 -128 144 ) ( 80 -127 144 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 -8 ] 0 0.5 0.5 -( 112 -96 152 ) ( 112 -95 152 ) ( 113 -96 152 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 72 144 ) ( 113 72 144 ) ( 112 72 145 ) skip [ -1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( 312 -96 144 ) ( 312 -96 145 ) ( 312 -95 144 ) surface_green [ 0 1 0 8 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -} -// brush 20 -{ -( 80 64 48 ) ( 80 65 48 ) ( 80 64 49 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 64 48 ) ( 80 64 49 ) ( 81 64 48 ) surface_green_edge [ -4.371139006309477e-08 0 -0.999999999999999 -32 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 64 112 ) ( 81 64 112 ) ( 80 65 112 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 96 144 ) ( 112 97 144 ) ( 113 96 144 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 72 64 ) ( 113 72 64 ) ( 112 72 65 ) skip [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 312 96 64 ) ( 312 96 65 ) ( 312 97 64 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -} -// brush 21 -{ -( 80 256 48 ) ( 80 257 48 ) ( 80 256 49 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -31.999985 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 +( 80 256 48 ) ( 80 257 48 ) ( 80 256 49 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -31.99997 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 ( 80 256 48 ) ( 80 256 49 ) ( 81 256 48 ) skip [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 80 256 112 ) ( 81 256 112 ) ( 80 257 112 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 80 256 120 ) ( 81 256 120 ) ( 80 257 120 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 ( 112 288 144 ) ( 112 289 144 ) ( 113 288 144 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 264 64 ) ( 113 264 64 ) ( 112 264 65 ) surface_green_edge [ 4.371139006309477e-08 0 -0.999999999999999 -31.999985 ] [ 0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 +( 112 264 64 ) ( 113 264 64 ) ( 112 264 65 ) surface_green_edge [ 4.371139006309477e-08 0 -0.999999999999999 -31.99997 ] [ 0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 ( 312 288 64 ) ( 312 288 65 ) ( 312 289 64 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 } -// brush 22 +// brush 15 { ( 80 248 48 ) ( 80 249 48 ) ( 80 248 49 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32.000015 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 72 48 ) ( 80 72 49 ) ( 81 72 48 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 80 248 112 ) ( 81 248 112 ) ( 80 249 112 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 -8 ] 0 0.5 0.5 +( 80 -48 48 ) ( 80 -48 49 ) ( 81 -48 48 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 +( 80 248 120 ) ( 81 248 120 ) ( 80 249 120 ) skip [ -1 0 0 0 ] [ 0 -1 0 -8 ] 0 0.5 0.5 ( 112 280 144 ) ( 112 281 144 ) ( 113 280 144 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 -8 ] 0 0.5 0.5 ( 112 256 64 ) ( 113 256 64 ) ( 112 256 65 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 ( 88 280 64 ) ( 88 280 65 ) ( 88 281 64 ) skip [ 0 1 0 8 ] [ 0 0 -1 -40 ] 0 0.5 0.5 } -// brush 23 +// brush 16 { -( 88 128 104 ) ( 88 129 104 ) ( 88 128 105 ) skip [ 0 -1 0 -56 ] [ 0 0 -1 56 ] 0 0.25 0.25 -( 88 72 104 ) ( 88 72 105 ) ( 89 72 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 56 ] 0 0.25 0.25 -( 88 128 104 ) ( 89 128 104 ) ( 88 129 104 ) ground_wood [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.5 0.5 -( 128 176 112 ) ( 128 177 112 ) ( 129 176 112 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.25 0.25 -( 128 256 112 ) ( 129 256 112 ) ( 128 256 113 ) skip [ -1 0 0 0 ] [ 0 0 -1 56 ] 0 0.25 0.25 -( 312 176 112 ) ( 312 176 113 ) ( 312 177 112 ) skip [ 0 1 0 56 ] [ 0 0 -1 56 ] 0 0.25 0.25 +( 88 128 120 ) ( 88 129 120 ) ( 88 128 121 ) skip [ 0 -1 0 -56 ] [ 0 0 -1 56 ] 0 0.25 0.25 +( 88 -48 120 ) ( 88 -48 121 ) ( 89 -48 120 ) skip [ 1 0 0 0 ] [ 0 0 -1 56 ] 0 0.25 0.25 +( 88 128 120 ) ( 89 128 120 ) ( 88 129 120 ) ground_wood [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.5 0.5 +( 128 176 128 ) ( 128 177 128 ) ( 129 176 128 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.25 0.25 +( 128 256 128 ) ( 129 256 128 ) ( 128 256 129 ) skip [ -1 0 0 0 ] [ 0 0 -1 56 ] 0 0.25 0.25 +( 312 176 128 ) ( 312 176 129 ) ( 312 177 128 ) skip [ 0 1 0 56 ] [ 0 0 -1 56 ] 0 0.25 0.25 } -// brush 24 -{ -( 224 72 16 ) ( 224 73 16 ) ( 224 72 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 224 72 16 ) ( 224 72 17 ) ( 225 72 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 224 72 16 ) ( 225 72 16 ) ( 224 73 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 248 160 48 ) ( 248 161 48 ) ( 249 160 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 248 184 24 ) ( 249 184 24 ) ( 248 184 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 248 160 24 ) ( 248 160 25 ) ( 248 161 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 25 +// brush 17 { ( 224 256 0 ) ( 224 257 0 ) ( 224 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 216 256 0 ) ( 216 256 1 ) ( 217 256 0 ) surface_green [ 1 0 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 @@ -238,7 +166,7 @@ ( 248 264 16 ) ( 249 264 16 ) ( 248 264 17 ) surface_green [ -1 0 0 16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 296 288 16 ) ( 296 288 17 ) ( 296 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 } -// brush 26 +// brush 18 { ( 296 256 0 ) ( 296 257 0 ) ( 296 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 296 256 0 ) ( 296 256 1 ) ( 297 256 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 @@ -247,61 +175,52 @@ ( 328 264 16 ) ( 329 264 16 ) ( 328 264 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 312 288 16 ) ( 312 288 17 ) ( 312 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 } -// brush 27 -{ -( 224 128 16 ) ( 224 129 16 ) ( 224 128 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 224 224 16 ) ( 224 224 17 ) ( 225 224 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 224 128 16 ) ( 225 128 16 ) ( 224 129 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 248 216 48 ) ( 248 217 48 ) ( 249 216 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 248 256 24 ) ( 249 256 24 ) ( 248 256 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 312 216 24 ) ( 312 216 25 ) ( 312 217 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 28 +// brush 19 { ( 640 64 0 ) ( 640 65 0 ) ( 640 64 1 ) skip [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 0.5 0.5 -( 640 64 0 ) ( 640 64 1 ) ( 641 64 0 ) skip [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 0.5 0.5 +( 640 -56 0 ) ( 640 -56 1 ) ( 641 -56 0 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( 640 64 0 ) ( 641 64 0 ) ( 640 65 0 ) skip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 0.5 0.5 ( 656 112 16 ) ( 656 113 16 ) ( 657 112 16 ) ground_cobblestone1 [ -4.371139006309477e-08 -0.999999999999999 0 0 ] [ -0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.25 0.25 ( 656 264 16 ) ( 657 264 16 ) ( 656 264 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( 736 112 16 ) ( 736 112 17 ) ( 736 113 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 } -// brush 29 +// brush 20 { ( 736 72 16 ) ( 736 73 16 ) ( 736 72 17 ) wall_brick_scrungly [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 472 64 16 ) ( 472 64 17 ) ( 473 64 16 ) wall_brick_scrungly [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 472 -56 16 ) ( 472 -56 17 ) ( 473 -56 16 ) wall_brick_scrungly [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 472 72 16 ) ( 473 72 16 ) ( 472 73 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 504 104 96 ) ( 504 105 96 ) ( 505 104 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 504 264 32 ) ( 505 264 32 ) ( 504 264 33 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 784 104 32 ) ( 784 104 33 ) ( 784 105 32 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } -// brush 30 +// brush 21 { ( 640 64 96 ) ( 640 65 96 ) ( 640 64 97 ) skip [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 0.25 0.25 -( 640 64 96 ) ( 640 64 97 ) ( 641 64 96 ) wall_brick [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 0.25 0.25 +( 640 -56 96 ) ( 640 -56 97 ) ( 641 -56 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 640 64 96 ) ( 641 64 96 ) ( 640 65 96 ) wall_brick_scrungly [ 4.371139006309477e-08 -0.999999999999999 0 0 ] [ 0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.25 0.25 ( 656 112 256 ) ( 656 113 256 ) ( 657 112 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 656 264 112 ) ( 657 264 112 ) ( 656 264 113 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 736 112 112 ) ( 736 112 113 ) ( 736 113 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } -// brush 31 +// brush 22 { ( 736 72 96 ) ( 736 73 96 ) ( 736 72 97 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 472 64 96 ) ( 472 64 97 ) ( 473 64 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 472 -56 96 ) ( 472 -56 97 ) ( 473 -56 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 472 72 96 ) ( 473 72 96 ) ( 472 73 96 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 504 104 256 ) ( 504 105 256 ) ( 505 104 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 504 264 112 ) ( 505 264 112 ) ( 504 264 113 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 784 104 112 ) ( 784 104 113 ) ( 784 105 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } -// brush 32 +// brush 23 { -( 312 64 96 ) ( 312 65 96 ) ( 312 64 97 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 368 64 96 ) ( 368 64 97 ) ( 369 64 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 368 64 104 ) ( 369 64 104 ) ( 368 65 104 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 400 96 256 ) ( 400 97 256 ) ( 401 96 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 400 72 112 ) ( 401 72 112 ) ( 400 72 113 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 96 112 ) ( 640 96 113 ) ( 640 97 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 139 ] 0 0.25 0.25 +( 312 -56 96 ) ( 312 -55 96 ) ( 312 -56 97 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 368 -56 96 ) ( 368 -56 97 ) ( 369 -56 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 368 -56 104 ) ( 369 -56 104 ) ( 368 -55 104 ) skip [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.25 0.25 +( 400 -24 256 ) ( 400 -23 256 ) ( 401 -24 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.25 0.25 +( 400 -48 112 ) ( 401 -48 112 ) ( 400 -48 113 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 640 -24 112 ) ( 640 -24 113 ) ( 640 -23 112 ) skip [ 0 1 0 32 ] [ 0 0 -1 11 ] 0 0.25 0.25 } -// brush 33 +// brush 24 { ( -16 264 -16 ) ( -16 265 -16 ) ( -16 264 -15 ) skip [ 0 -1 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 ( -64 264 -16 ) ( -64 264 -15 ) ( -63 264 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 @@ -310,322 +229,322 @@ ( 64 360 16 ) ( 65 360 16 ) ( 64 360 17 ) wall_concrete1 [ -1 0 0 0 ] [ 0 0 -1 16 ] 0 1 1 ( 784 392 16 ) ( 784 392 17 ) ( 784 393 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 } -// brush 34 +// brush 25 { ( 632 72 96 ) ( 632 73 96 ) ( 632 72 97 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 368 72 96 ) ( 368 72 97 ) ( 369 72 96 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 368 -48 96 ) ( 368 -48 97 ) ( 369 -48 96 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 368 72 112 ) ( 369 72 112 ) ( 368 73 112 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 400 104 256 ) ( 400 105 256 ) ( 401 104 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 400 264 112 ) ( 401 264 112 ) ( 400 264 113 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 640 104 112 ) ( 640 104 113 ) ( 640 105 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } -// brush 35 +// brush 26 { ( 320 72 96 ) ( 320 73 96 ) ( 320 72 97 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 360 72 96 ) ( 360 72 97 ) ( 361 72 96 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 360 72 112 ) ( 361 72 112 ) ( 360 73 112 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 360 -48 96 ) ( 360 -48 97 ) ( 361 -48 96 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 360 72 120 ) ( 361 72 120 ) ( 360 73 120 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 392 104 256 ) ( 392 105 256 ) ( 393 104 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 392 264 112 ) ( 393 264 112 ) ( 392 264 113 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 632 104 112 ) ( 632 104 113 ) ( 632 105 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } -// brush 36 +// brush 27 { ( 312 256 104 ) ( 312 257 104 ) ( 312 256 105 ) skip [ 0 1.6292067950285372e-07 -0.9999999999999866 -16 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 ( 312 72 104 ) ( 312 72 105 ) ( 313 72 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 312 256 104 ) ( 313 256 104 ) ( 312 257 104 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 312 256 120 ) ( 313 256 120 ) ( 312 257 120 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 ( 344 288 256 ) ( 344 289 256 ) ( 345 288 256 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 ( 344 264 120 ) ( 345 264 120 ) ( 344 264 121 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 320 288 120 ) ( 320 288 121 ) ( 320 289 120 ) skip [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 } -// brush 37 +// brush 28 { -( 312 264 32 ) ( 312 136 32 ) ( 312 264 16 ) surface_beige_edge [ 0 -1.3113417006681922e-07 0.9999999999999913 32 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 0 ] 270 0.5 0.5 -( 320 136 16 ) ( 312 136 16 ) ( 320 136 32 ) surface_beige_edge [ 0.9999999999999957 0 8.742277997596912e-08 16 ] [ -8.742277997596912e-08 0 0.9999999999999957 0 ] 180 0.5 0.5 -( 312 264 16 ) ( 312 136 16 ) ( 320 264 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 -( 320 264 32 ) ( 320 136 32 ) ( 312 264 32 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 264 16 ) ( 320 264 16 ) ( 312 264 32 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 264 16 ) ( 320 136 16 ) ( 320 264 32 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 312 144 32 ) ( 312 16 32 ) ( 312 144 16 ) surface_beige_edge [ 0 -1.3113417006681922e-07 0.9999999999999913 31.99997 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 -48 ] 270 0.5 0.5 +( 320 16 16 ) ( 312 16 16 ) ( 320 16 32 ) surface_beige_edge [ 0.9999999999999957 0 8.742277997596912e-08 16 ] [ -8.742277997596912e-08 0 0.9999999999999957 0 ] 180 0.5 0.5 +( 312 144 16 ) ( 312 16 16 ) ( 320 144 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -56 ] 0 1 1 +( 320 144 32 ) ( 320 16 32 ) ( 312 144 32 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 248 16 ) ( 320 248 16 ) ( 312 248 32 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 320 144 16 ) ( 320 16 16 ) ( 320 144 32 ) skip [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 } -// brush 38 +// brush 29 { -( 312 72 16 ) ( 312 88 16 ) ( 312 72 32 ) surface_beige_edge [ 0 -1.3113417006681922e-07 0.9999999999999913 32 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 0 ] 270 0.5 0.5 -( 312 72 32 ) ( 320 72 32 ) ( 312 72 16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 320 72 16 ) ( 320 88 16 ) ( 312 72 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 -( 312 72 32 ) ( 312 88 32 ) ( 320 72 32 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 88 32 ) ( 312 88 16 ) ( 320 88 32 ) surface_beige_edge [ 1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 320 72 32 ) ( 320 88 32 ) ( 320 72 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 312 -48 16 ) ( 312 -32 16 ) ( 312 -48 32 ) surface_beige_edge [ 0 -1.3113417006681922e-07 0.9999999999999913 31.999966 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 -47.999992 ] 270 0.5 0.5 +( 312 -40 32 ) ( 320 -40 32 ) ( 312 -40 16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 320 -48 16 ) ( 320 -32 16 ) ( 312 -48 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -56 ] 0 1 1 +( 312 -48 32 ) ( 312 -32 32 ) ( 320 -48 32 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 -32 32 ) ( 312 -32 16 ) ( 320 -32 32 ) surface_beige_edge [ 1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 320 -48 32 ) ( 320 -32 32 ) ( 320 -48 16 ) skip [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 } -// brush 39 +// brush 30 { -( 312 264 88 ) ( 312 136 88 ) ( 312 264 32 ) surface_beige [ 0 -1.3113417006681922e-07 0.9999999999999913 32 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 0 ] 270 0.5 0.5 -( 320 136 32 ) ( 312 136 32 ) ( 320 136 88 ) surface_beige_edge [ 0.9999999999999961 -0 8.742278000372473e-08 16 ] [ -8.742278000372473e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 -( 312 264 32 ) ( 312 136 32 ) ( 320 264 32 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 320 264 88 ) ( 320 136 88 ) ( 312 264 88 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 264 32 ) ( 320 264 32 ) ( 312 264 88 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 264 32 ) ( 320 136 32 ) ( 320 264 88 ) skip [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 312 144 88 ) ( 312 16 88 ) ( 312 144 32 ) surface_beige [ 0 -1.3113417006681922e-07 0.9999999999999913 31.999962 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 -48 ] 270 0.5 0.5 +( 320 16 32 ) ( 312 16 32 ) ( 320 16 88 ) surface_beige_edge [ 0.9999999999999961 0 8.742278000372473e-08 16 ] [ -8.742278000372473e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 +( 312 144 32 ) ( 312 16 32 ) ( 320 144 32 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 320 144 104 ) ( 320 16 104 ) ( 312 144 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 248 32 ) ( 320 248 32 ) ( 312 248 88 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 320 144 32 ) ( 320 16 32 ) ( 320 144 88 ) skip [ 0 1 0 48 ] [ 0 0 -1 16 ] 0 0.5 0.5 } -// brush 40 +// brush 31 { -( 312 72 32 ) ( 312 88 32 ) ( 312 72 88 ) surface_beige [ 0 -1.3113417006681922e-07 0.9999999999999913 32 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 0 ] 270 0.5 0.5 -( 312 72 88 ) ( 320 72 88 ) ( 312 72 32 ) skip [ 1 0 0 -16 ] [ 0 0 -1 16 ] 0 0.5 0.5 -( 320 72 32 ) ( 320 88 32 ) ( 312 72 32 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 72 88 ) ( 312 88 88 ) ( 320 72 88 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 88 88 ) ( 312 88 32 ) ( 320 88 88 ) surface_beige_edge [ 0.9999999999999998 -0 1.3234889800848443e-23 16 ] [ 1.3234889800848443e-23 0 -0.9999999999999998 0 ] 0 0.5 0.5 -( 320 72 88 ) ( 320 88 88 ) ( 320 72 32 ) skip [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 312 -48 32 ) ( 312 -32 32 ) ( 312 -48 88 ) surface_beige_edge [ 0 0.9999999999999785 2.0663206962145964e-07 31.999962 ] [ 0 -2.0663206962145964e-07 0.9999999999999785 -48 ] 180 0.5 0.5 +( 312 -48 88 ) ( 320 -48 88 ) ( 312 -48 32 ) skip [ 1 0 0 -16 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 320 -48 32 ) ( 320 -32 32 ) ( 312 -48 32 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 -48 96 ) ( 312 -32 96 ) ( 320 -48 96 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 -32 88 ) ( 312 -32 32 ) ( 320 -32 88 ) surface_beige_edge [ 0.9999999999999998 0 1.3234889800848443e-23 16 ] [ 1.3234889800848443e-23 0 -0.9999999999999998 0 ] 0 0.5 0.5 +( 320 -48 88 ) ( 320 -32 88 ) ( 320 -48 32 ) skip [ 0 1 0 48 ] [ 0 0 -1 16 ] 0 0.5 0.5 } -// brush 41 +// brush 32 { -( 312 264 104 ) ( 312 136 104 ) ( 312 264 88 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 -( 320 136 88 ) ( 312 136 88 ) ( 320 136 104 ) surface_beige_edge [ 0.9999999999999961 0 8.742277995965608e-08 16 ] [ -8.742277995965608e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 -( 312 264 88 ) ( 312 136 88 ) ( 320 264 88 ) surface_beige_edge [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 320 264 104 ) ( 320 136 104 ) ( 312 264 104 ) surface_beige_edge [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 264 88 ) ( 320 264 88 ) ( 312 264 104 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 264 88 ) ( 320 136 88 ) ( 320 264 104 ) surface_beige_edge [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 312 144 120 ) ( 312 16 120 ) ( 312 144 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -15.9999695 ] [ 0 0.9999999999999866 1.6292067950285372e-07 48 ] 90 0.5 0.5 +( 320 16 104 ) ( 312 16 104 ) ( 320 16 120 ) surface_beige_edge [ 0.9999999999999961 0 8.742277995965608e-08 16 ] [ -8.742277995965608e-08 0 0.9999999999999961 -32 ] 180 0.5 0.5 +( 312 144 104 ) ( 312 16 104 ) ( 320 144 104 ) surface_beige_edge [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 320 144 120 ) ( 320 16 120 ) ( 312 144 120 ) surface_beige_edge [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 248 104 ) ( 320 248 104 ) ( 312 248 120 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 320 144 104 ) ( 320 16 104 ) ( 320 144 120 ) skip [ 0 1 0 48 ] [ 0 0 -1 48 ] 0 0.5 0.5 } -// brush 42 +// brush 33 { -( 312 72 88 ) ( 312 88 88 ) ( 312 72 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 -( 312 72 104 ) ( 320 72 104 ) ( 312 72 88 ) skip [ 1 0 0 -16 ] [ 0 0 -1 16 ] 0 0.5 0.5 -( 320 72 88 ) ( 320 88 88 ) ( 312 72 88 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 72 104 ) ( 312 88 104 ) ( 320 72 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 88 104 ) ( 312 88 88 ) ( 320 88 104 ) surface_beige_edge [ 1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 320 72 104 ) ( 320 88 104 ) ( 320 72 88 ) skip [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 312 -48 104 ) ( 312 -32 104 ) ( 312 -48 120 ) surface_beige_corner [ 0 0.9999999999999961 8.742278000372473e-08 -32 ] [ 0 -8.742278000372473e-08 0.9999999999999961 -48 ] 180 0.5 0.5 +( 312 -48 120 ) ( 320 -48 120 ) ( 312 -48 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 48 ] 0 0.5 0.5 +( 320 -48 96 ) ( 320 -32 96 ) ( 312 -48 96 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 -48 120 ) ( 312 -32 120 ) ( 320 -48 120 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 -32 120 ) ( 312 -32 104 ) ( 320 -32 120 ) skip [ 1 0 0 16 ] [ 0 0 -1 32 ] 0 0.5 0.5 +( 320 -48 120 ) ( 320 -32 120 ) ( 320 -48 104 ) skip [ 0 1 0 48 ] [ 0 0 -1 48 ] 0 0.5 0.5 } -// brush 43 +// brush 34 { -( 312 88 104 ) ( 312 88 96 ) ( 312 136 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 -( 320 96 104 ) ( 320 96 96 ) ( 312 96 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 -( 312 136 96 ) ( 312 88 96 ) ( 320 136 96 ) surface_beige_edge [ 1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 320 136 104 ) ( 320 88 104 ) ( 312 136 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 128 104 ) ( 312 128 96 ) ( 320 128 104 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 -( 320 136 104 ) ( 320 136 96 ) ( 320 88 104 ) skip [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 312 -32 104 ) ( 312 -32 96 ) ( 312 16 104 ) surface_beige [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.99997 ] [ 0 0.9999999999999866 1.6292067950285372e-07 48 ] 90 0.5 0.5 +( 320 -24 104 ) ( 320 -24 96 ) ( 312 -24 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 +( 312 16 96 ) ( 312 -32 96 ) ( 320 16 96 ) surface_beige_edge [ 1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 320 16 104 ) ( 320 -32 104 ) ( 312 16 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 8 104 ) ( 312 8 96 ) ( 320 8 104 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 +( 320 16 104 ) ( 320 16 96 ) ( 320 -32 104 ) skip [ 0 1 0 48 ] [ 0 0 -1 16 ] 0 0.5 0.5 } -// brush 44 +// brush 35 { ( 488 264 96 ) ( 488 72 96 ) ( 488 264 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 640 72 16 ) ( 328 72 16 ) ( 640 72 96 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 640 -48 16 ) ( 328 -48 16 ) ( 640 -48 96 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 640 264 4 ) ( 328 264 4 ) ( 640 72 4 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 -( 640 72 112 ) ( 328 72 112 ) ( 640 264 112 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 1 1 +( 640 72 120 ) ( 328 72 120 ) ( 640 264 120 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 1 1 ( 640 264 96 ) ( 328 264 96 ) ( 640 264 16 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 640 72 96 ) ( 640 264 96 ) ( 640 72 16 ) wall_brick_scrungly [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } +// brush 36 +{ +( 320 144 96 ) ( 320 16 96 ) ( 320 144 16 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 320 16 96 ) ( 328 16 96 ) ( 320 16 16 ) surface_beige_edge [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 320 144 16 ) ( 320 16 16 ) ( 328 144 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -56 ] 0 1 1 +( 328 144 112 ) ( 328 16 112 ) ( 320 144 112 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -56 ] 0 1 1 +( 320 136 16 ) ( 328 136 16 ) ( 320 136 96 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 328 144 16 ) ( 328 16 16 ) ( 328 144 96 ) surface_beige [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 +} +// brush 37 +{ +( 320 -48 16 ) ( 320 -32 16 ) ( 320 -48 96 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 320 -48 96 ) ( 328 -48 96 ) ( 320 -48 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 328 -48 16 ) ( 328 -32 16 ) ( 320 -48 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -56 ] 0 1 1 +( 320 -48 96 ) ( 320 -32 96 ) ( 328 -48 96 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -56 ] 0 1 1 +( 320 -32 96 ) ( 320 -32 16 ) ( 328 -32 96 ) surface_beige_edge [ -0.9999999999999961 0 8.742278000372473e-08 16 ] [ 8.742278000372473e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 +( 328 -48 96 ) ( 328 -32 96 ) ( 328 -48 16 ) surface_beige [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 +} +// brush 38 +{ +( 320 8 8 ) ( 320 9 8 ) ( 320 8 9 ) skip [ 0 -1 0 -24 ] [ 0 0 -1 -8 ] 0 0.25 0.25 +( 320 -48 8 ) ( 320 -48 9 ) ( 321 -48 8 ) skip [ 1 0 0 32 ] [ 0 0 -1 -8 ] 0 0.25 0.25 +( 320 8 8 ) ( 321 8 8 ) ( 320 9 8 ) skip [ -1 0 0 -32 ] [ 0 -1 0 -24 ] 0 0.25 0.25 +( 360 56 16 ) ( 360 57 16 ) ( 361 56 16 ) floor_checkertiles [ 1 0 0 0 ] [ 0 -1 0 -96 ] 0 0.25 0.25 +( 360 104 16 ) ( 361 104 16 ) ( 360 104 17 ) skip [ -1 0 0 -32 ] [ 0 0 -1 -8 ] 0 0.25 0.25 +( 449 56 16 ) ( 449 56 17 ) ( 449 57 16 ) skip [ 0 1 0 24 ] [ 0 0 -1 -8 ] 0 0.25 0.25 +} +// brush 39 +{ +( 320 -32 104 ) ( 320 -32 96 ) ( 320 16 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.99997 ] [ 0 0.9999999999999866 1.6292067950285372e-07 48 ] 90 0.5 0.5 +( 328 -24 104 ) ( 328 -24 96 ) ( 320 -24 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 +( 320 16 96 ) ( 320 -32 96 ) ( 328 16 96 ) surface_beige_edge [ -0.9999999999999961 8.742278000372473e-08 0 16 ] [ 8.742278000372473e-08 0.9999999999999961 0 48 ] 180 0.5 0.5 +( 328 16 104 ) ( 328 -32 104 ) ( 320 16 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 320 8 104 ) ( 320 8 96 ) ( 328 8 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 +( 328 16 104 ) ( 328 16 96 ) ( 328 -32 104 ) surface_beige [ 0 1 0 48 ] [ 0 0 -1 16 ] 0 0.5 0.5 +} +// brush 40 +{ +( 312 -24 104 ) ( 312 -24 96 ) ( 312 24 104 ) surface_beige [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.99997 ] [ 0 0.9999999999999866 1.6292067950285372e-07 31.999998 ] 90 0.5 0.5 +( 320 8 104 ) ( 320 8 96 ) ( 312 8 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 +( 312 24 96 ) ( 312 -24 96 ) ( 320 24 96 ) surface_beige_corner [ -4.371139006309477e-08 -0.999999999999999 0 -32 ] [ -0.999999999999999 4.371139006309477e-08 0 48 ] 90 0.5 0.5 +( 320 24 104 ) ( 320 -24 104 ) ( 312 24 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 312 16 104 ) ( 312 16 96 ) ( 320 16 104 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 +( 320 24 104 ) ( 320 24 96 ) ( 320 -24 104 ) skip [ 0 1 0 32 ] [ 0 0 -1 16 ] 0 0.5 0.5 +} +// brush 41 +{ +( 320 -24 104 ) ( 320 -24 96 ) ( 320 24 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.99997 ] [ 0 0.9999999999999866 1.6292067950285372e-07 31.999998 ] 90 0.5 0.5 +( 328 8 104 ) ( 328 8 96 ) ( 320 8 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 +( 320 24 96 ) ( 320 -24 96 ) ( 328 24 96 ) surface_beige_corner [ -0.9999999999999961 8.742277995965608e-08 0 16 ] [ 8.742277995965608e-08 0.9999999999999961 0 32 ] 180 0.5 0.5 +( 328 24 104 ) ( 328 -24 104 ) ( 320 24 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 320 16 104 ) ( 320 16 96 ) ( 328 16 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 +( 328 24 104 ) ( 328 24 96 ) ( 328 -24 104 ) surface_beige [ 0 1 0 32 ] [ 0 0 -1 16 ] 0 0.5 0.5 +} +// brush 42 +{ +( 312 -40 104 ) ( 312 -40 96 ) ( 312 8 104 ) surface_beige [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.999954 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 +( 320 -32 104 ) ( 320 -32 96 ) ( 312 -32 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 +( 312 8 96 ) ( 312 -40 96 ) ( 320 8 96 ) surface_beige_corner [ 1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 320 8 104 ) ( 320 -40 104 ) ( 312 8 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 312 -24 104 ) ( 312 -24 96 ) ( 320 -24 104 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 +( 320 8 104 ) ( 320 8 96 ) ( 320 -40 104 ) skip [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 +} +// brush 43 +{ +( 320 -40 104 ) ( 320 -40 96 ) ( 320 8 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.999954 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 +( 328 -32 104 ) ( 328 -32 96 ) ( 320 -32 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 +( 320 8 96 ) ( 320 -40 96 ) ( 328 8 96 ) surface_beige_corner [ 1.3113417006681922e-07 0.9999999999999912 0 0 ] [ 0.9999999999999912 -1.3113417006681922e-07 0 48 ] 270 0.5 0.5 +( 328 8 104 ) ( 328 -40 104 ) ( 320 8 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 320 -24 104 ) ( 320 -24 96 ) ( 328 -24 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 +( 328 8 104 ) ( 328 8 96 ) ( 328 -40 104 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 +} +// brush 44 +{ +( 320 -56 104 ) ( 320 -56 96 ) ( 320 -8 104 ) skip [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.999954 ] [ 0 0.9999999999999866 1.6292067950285372e-07 32.000004 ] 90 0.5 0.5 +( 328 -48 104 ) ( 328 -48 96 ) ( 320 -48 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 +( 320 -8 96 ) ( 320 -56 96 ) ( 328 -8 96 ) skip [ 1.3113417006681922e-07 0.9999999999999912 0 32 ] [ 0.9999999999999912 -1.3113417006681922e-07 0 48 ] 270 0.5 0.5 +( 328 -8 104 ) ( 328 -56 104 ) ( 320 -8 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 320 -32 104 ) ( 320 -32 96 ) ( 328 -32 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 +( 328 -8 104 ) ( 328 -8 96 ) ( 328 -56 104 ) surface_beige [ 0 1 0 32 ] [ 0 0 -1 16 ] 0 0.5 0.5 +} // brush 45 { -( 320 264 96 ) ( 320 136 96 ) ( 320 264 16 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 136 96 ) ( 328 136 96 ) ( 320 136 16 ) surface_beige_edge [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 320 264 16 ) ( 320 136 16 ) ( 328 264 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 -( 328 264 112 ) ( 328 136 112 ) ( 320 264 112 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 1 1 -( 320 264 16 ) ( 328 264 16 ) ( 320 264 96 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 328 264 16 ) ( 328 136 16 ) ( 328 264 96 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 480 -40 16 ) ( 480 -39 16 ) ( 480 -40 17 ) surface_beige [ 0 -1 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 480 -40 16 ) ( 480 -40 17 ) ( 481 -40 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 480 -40 16 ) ( 481 -40 16 ) ( 480 -39 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 488 -24 104 ) ( 488 -23 104 ) ( 489 -24 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 488 136 24 ) ( 489 136 24 ) ( 488 136 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 488 -24 24 ) ( 488 -24 25 ) ( 488 -23 24 ) skip [ 0 1 0 -16 ] [ 0 0 -1 0 ] 0 0.5 0.5 } // brush 46 { -( 320 72 16 ) ( 320 88 16 ) ( 320 72 96 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 72 96 ) ( 328 72 96 ) ( 320 72 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 328 72 16 ) ( 328 88 16 ) ( 320 72 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 -( 320 72 96 ) ( 320 88 96 ) ( 328 72 96 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 1 1 -( 320 88 96 ) ( 320 88 16 ) ( 328 88 96 ) surface_beige_edge [ -0.9999999999999961 0 8.742278000372473e-08 16 ] [ 8.742278000372473e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 -( 328 72 96 ) ( 328 88 96 ) ( 328 72 16 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 432 -48 96 ) ( 432 -56 96 ) ( 432 -48 16 ) wall_brick_scrungly [ 0 1 0 224 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 640 -56 16 ) ( 432 -56 16 ) ( 640 -56 96 ) wall_brick_scrungly [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 640 -48 16 ) ( 432 -48 16 ) ( 640 -56 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 640 -56 96 ) ( 432 -56 96 ) ( 640 -48 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 640 -48 96 ) ( 432 -48 96 ) ( 640 -48 16 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 640 -56 96 ) ( 640 -48 96 ) ( 640 -56 16 ) wall_brick_scrungly [ 0 1 0 224 ] [ 0 0 -1 0 ] 0 0.25 0.25 } // brush 47 { -( 320 128 8 ) ( 320 129 8 ) ( 320 128 9 ) skip [ 0 -1 0 -56 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 320 72 8 ) ( 320 72 9 ) ( 321 72 8 ) skip [ 1 0 0 96 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 320 128 8 ) ( 321 128 8 ) ( 320 129 8 ) skip [ -1 0 0 -96 ] [ 0 -1 0 -56 ] 0 0.25 0.25 -( 360 176 16 ) ( 360 177 16 ) ( 361 176 16 ) floor_checkertiles [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 360 224 16 ) ( 361 224 16 ) ( 360 224 17 ) skip [ -1 0 0 -32 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 448 176 16 ) ( 448 176 17 ) ( 448 177 16 ) skip [ 0 1 0 56 ] [ 0 0 -1 -8 ] 0 0.25 0.25 +( 312 -56 16 ) ( 312 -48 16 ) ( 312 -56 96 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 312 -56 96 ) ( 384 -56 96 ) ( 312 -56 16 ) wall_brick_scrungly [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 312 -56 16 ) ( 384 -56 16 ) ( 312 -48 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 312 -48 96 ) ( 384 -48 96 ) ( 312 -56 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 312 -48 16 ) ( 384 -48 16 ) ( 312 -48 96 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 384 -56 16 ) ( 384 -56 96 ) ( 384 -48 16 ) wall_brick_scrungly [ 0 -1 0 -224 ] [ 0 0 -1 0 ] 0 0.25 0.25 } // brush 48 { -( 320 88 104 ) ( 320 88 96 ) ( 320 136 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 -( 328 96 104 ) ( 328 96 96 ) ( 320 96 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 -( 320 136 96 ) ( 320 88 96 ) ( 328 136 96 ) surface_beige_edge [ -0.9999999999999961 8.742278000372473e-08 0 16 ] [ 8.742278000372473e-08 0.9999999999999961 0 0 ] 180 0.5 0.5 -( 328 136 104 ) ( 328 88 104 ) ( 320 136 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 320 128 104 ) ( 320 128 96 ) ( 328 128 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 -( 328 136 104 ) ( 328 136 96 ) ( 328 88 104 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 432 -40 104 ) ( 432 -48 104 ) ( 432 -40 16 ) surface_beige_edge [ 0 -0.9999999999999961 8.742278000372473e-08 -16 ] [ 0 8.742278000372473e-08 0.9999999999999961 0 ] 180 0.5 0.5 +( 448 -48 16 ) ( 432 -48 16 ) ( 448 -48 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 448 -40 16 ) ( 432 -40 16 ) ( 448 -48 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 448 -48 104 ) ( 432 -48 104 ) ( 448 -40 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 448 -40 104 ) ( 432 -40 104 ) ( 448 -40 16 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 480 -48 104 ) ( 480 -40 104 ) ( 480 -48 16 ) skip [ 0 1 0 56 ] [ 0 0 -1 0 ] 0 1 1 } // brush 49 { -( 312 96 104 ) ( 312 96 96 ) ( 312 144 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48.000015 ] [ 0 0.9999999999999866 1.6292067950285372e-07 -16 ] 90 0.5 0.5 -( 320 128 104 ) ( 320 128 96 ) ( 312 128 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 -( 312 144 96 ) ( 312 96 96 ) ( 320 144 96 ) surface_beige_corner [ -4.371139006309477e-08 -0.999999999999999 0 16 ] [ -0.999999999999999 4.371139006309477e-08 0 48 ] 90 0.5 0.5 -( 320 144 104 ) ( 320 96 104 ) ( 312 144 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 312 136 104 ) ( 312 136 96 ) ( 320 136 104 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 -( 320 144 104 ) ( 320 144 96 ) ( 320 96 104 ) skip [ 0 1 0 -16 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 328 -48 16 ) ( 328 -40 16 ) ( 328 -48 104 ) skip [ 0 -1 0 -56 ] [ 0 0 -1 0 ] 0 1 1 +( 328 -48 104 ) ( 384 -48 104 ) ( 328 -48 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 328 -48 16 ) ( 384 -48 16 ) ( 328 -40 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 328 -40 104 ) ( 384 -40 104 ) ( 328 -48 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 328 -40 16 ) ( 384 -40 16 ) ( 328 -40 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 384 -48 16 ) ( 384 -48 104 ) ( 384 -40 16 ) surface_beige_edge [ 0 -1 0 -16 ] [ 0 0 -1 0 ] 0 0.5 0.5 } // brush 50 { -( 320 96 104 ) ( 320 96 96 ) ( 320 144 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48.000015 ] [ 0 0.9999999999999866 1.6292067950285372e-07 -16 ] 90 0.5 0.5 -( 328 128 104 ) ( 328 128 96 ) ( 320 128 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 -( 320 144 96 ) ( 320 96 96 ) ( 328 144 96 ) surface_beige_corner [ -0.9999999999999961 8.742277995965608e-08 0 16 ] [ 8.742277995965608e-08 0.9999999999999961 0 48 ] 180 0.5 0.5 -( 328 144 104 ) ( 328 96 104 ) ( 320 144 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 320 136 104 ) ( 320 136 96 ) ( 328 136 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 -( 328 144 104 ) ( 328 144 96 ) ( 328 96 104 ) surface_beige [ 0 1 0 -16 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 392 -48 104 ) ( 392 -48 96 ) ( 392 -40 104 ) surface_beige [ 0 -1 0 -56 ] [ 0 0 -1 0 ] 0 1 1 +( 432 -48 104 ) ( 432 -48 96 ) ( 384 -48 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 432 -48 96 ) ( 432 -40 96 ) ( 384 -48 96 ) surface_beige_edge [ -4.371139006309477e-08 -0.999999999999999 0 -16 ] [ -0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.5 0.5 +( 432 -48 104 ) ( 384 -48 104 ) ( 432 -40 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 384 -40 104 ) ( 384 -40 96 ) ( 432 -40 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 424 -40 104 ) ( 424 -40 96 ) ( 424 -48 104 ) surface_beige [ 0 1 0 56 ] [ 0 0 -1 0 ] 0 1 1 } // brush 51 { -( 312 80 104 ) ( 312 80 96 ) ( 312 128 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 16 ] 90 0.5 0.5 -( 320 88 104 ) ( 320 88 96 ) ( 312 88 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 -( 312 128 96 ) ( 312 80 96 ) ( 320 128 96 ) surface_beige_corner [ 1 0 0 16 ] [ 0 -1 0 -16 ] 0 0.5 0.5 -( 320 128 104 ) ( 320 80 104 ) ( 312 128 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -16 ] 0 0.5 0.5 -( 312 96 104 ) ( 312 96 96 ) ( 320 96 104 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 -( 320 128 104 ) ( 320 128 96 ) ( 320 80 104 ) skip [ 0 1 0 16 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 384 -56 8 ) ( 384 -55 8 ) ( 384 -56 9 ) ground_cobblestone1 [ 0 -1 0 -224 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 384 -56 8 ) ( 384 -56 9 ) ( 385 -56 8 ) ground_cobblestone1 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 384 -56 8 ) ( 385 -56 8 ) ( 384 -55 8 ) ground_cobblestone1 [ -1 0 0 0 ] [ 0 -1 0 -30 ] 0 0.25 0.25 +( 432 -48 16 ) ( 432 -47 16 ) ( 433 -48 16 ) ground_cobblestone1 [ 1 0 0 0 ] [ 0 -1 0 -30 ] 0 0.25 0.25 +( 432 -48 16 ) ( 433 -48 16 ) ( 432 -48 17 ) ground_cobblestone1 [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 432 -48 16 ) ( 432 -48 17 ) ( 432 -47 16 ) ground_cobblestone1 [ 0 1 0 224 ] [ 0 0 -1 0 ] 0 0.25 0.25 } // brush 52 { -( 320 80 104 ) ( 320 80 96 ) ( 320 128 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 16 ] 90 0.5 0.5 -( 328 88 104 ) ( 328 88 96 ) ( 320 88 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 -( 320 128 96 ) ( 320 80 96 ) ( 328 128 96 ) surface_beige_corner [ 1.3113417006681922e-07 0.9999999999999912 0 16 ] [ 0.9999999999999912 -1.3113417006681922e-07 -0 48 ] 270 0.5 0.5 -( 328 128 104 ) ( 328 80 104 ) ( 320 128 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 -16 ] 0 0.5 0.5 -( 320 96 104 ) ( 320 96 96 ) ( 328 96 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 -( 328 128 104 ) ( 328 128 96 ) ( 328 80 104 ) surface_beige [ 0 1 0 16 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 312 -56 96 ) ( 312 -55 96 ) ( 312 -56 97 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 312 -56 96 ) ( 312 -56 97 ) ( 313 -56 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 312 -56 96 ) ( 313 -56 96 ) ( 312 -55 96 ) wall_brick [ -1 0 0 0 ] [ 0 -1 0 -118 ] 0 0.25 0.25 +( 360 -48 104 ) ( 360 -47 104 ) ( 361 -48 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.25 0.25 +( 360 -48 104 ) ( 361 -48 104 ) ( 360 -48 105 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 640 -48 104 ) ( 640 -48 105 ) ( 640 -47 104 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.25 0.25 } // brush 53 { -( 320 64 104 ) ( 320 64 96 ) ( 320 112 104 ) skip [ 0 1.6292067950285372e-07 -0.9999999999999866 -48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 48 ] 90 0.5 0.5 -( 328 72 104 ) ( 328 72 96 ) ( 320 72 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 -( 320 112 96 ) ( 320 64 96 ) ( 328 112 96 ) skip [ 1.3113417006681922e-07 0.9999999999999912 0 48 ] [ 0.9999999999999912 -1.3113417006681922e-07 0 48 ] 270 0.5 0.5 -( 328 112 104 ) ( 328 64 104 ) ( 320 112 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 320 88 104 ) ( 320 88 96 ) ( 328 88 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 -( 328 112 104 ) ( 328 112 96 ) ( 328 64 104 ) surface_beige [ 0 1 0 48 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 54 -{ -( 480 80 16 ) ( 480 81 16 ) ( 480 80 17 ) surface_beige [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 480 80 16 ) ( 480 80 17 ) ( 481 80 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 480 80 16 ) ( 481 80 16 ) ( 480 81 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 488 96 104 ) ( 488 97 104 ) ( 489 96 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 488 256 24 ) ( 489 256 24 ) ( 488 256 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 488 96 24 ) ( 488 96 25 ) ( 488 97 24 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 55 -{ -( 432 72 96 ) ( 432 64 96 ) ( 432 72 16 ) wall_brick_scrungly [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 64 16 ) ( 432 64 16 ) ( 640 64 96 ) wall_brick_scrungly [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 0.25 0.25 -( 640 72 16 ) ( 432 72 16 ) ( 640 64 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 640 64 96 ) ( 432 64 96 ) ( 640 72 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 640 72 96 ) ( 432 72 96 ) ( 640 72 16 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 64 96 ) ( 640 72 96 ) ( 640 64 16 ) wall_brick_scrungly [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 56 -{ -( 312 64 16 ) ( 312 72 16 ) ( 312 64 96 ) skip [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 0.25 0.25 -( 312 64 96 ) ( 384 64 96 ) ( 312 64 16 ) wall_brick_scrungly [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 0.25 0.25 -( 312 64 16 ) ( 384 64 16 ) ( 312 72 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 312 72 96 ) ( 384 72 96 ) ( 312 64 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 312 72 16 ) ( 384 72 16 ) ( 312 72 96 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 384 64 16 ) ( 384 64 96 ) ( 384 72 16 ) wall_brick_scrungly [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 57 -{ -( 432 80 104 ) ( 432 72 104 ) ( 432 80 16 ) surface_beige_edge [ 0 -0.9999999999999961 8.742278000372473e-08 32 ] [ 0 8.742278000372473e-08 0.9999999999999961 0 ] 180 0.5 0.5 -( 448 72 16 ) ( 432 72 16 ) ( 448 72 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 448 80 16 ) ( 432 80 16 ) ( 448 72 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 448 72 104 ) ( 432 72 104 ) ( 448 80 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 448 80 104 ) ( 432 80 104 ) ( 448 80 16 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 480 72 104 ) ( 480 80 104 ) ( 480 72 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 58 -{ -( 328 72 16 ) ( 328 80 16 ) ( 328 72 104 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 328 72 104 ) ( 384 72 104 ) ( 328 72 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 328 72 16 ) ( 384 72 16 ) ( 328 80 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 328 80 104 ) ( 384 80 104 ) ( 328 72 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 328 80 16 ) ( 384 80 16 ) ( 328 80 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 384 72 16 ) ( 384 72 104 ) ( 384 80 16 ) surface_beige_edge [ 0 -1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 59 -{ -( 392 72 104 ) ( 392 72 96 ) ( 392 80 104 ) surface_beige [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 432 72 104 ) ( 432 72 96 ) ( 384 72 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 432 72 96 ) ( 432 80 96 ) ( 384 72 96 ) surface_beige_edge [ -4.371139006309477e-08 -0.999999999999999 0 32 ] [ -0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.5 0.5 -( 432 72 104 ) ( 384 72 104 ) ( 432 80 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 384 80 104 ) ( 384 80 96 ) ( 432 80 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 424 80 104 ) ( 424 80 96 ) ( 424 72 104 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 60 -{ -( 384 64 8 ) ( 384 65 8 ) ( 384 64 9 ) ground_cobblestone1 [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 384 64 8 ) ( 384 64 9 ) ( 385 64 8 ) ground_cobblestone1 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 384 64 8 ) ( 385 64 8 ) ( 384 65 8 ) ground_cobblestone1 [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 432 72 16 ) ( 432 73 16 ) ( 433 72 16 ) ground_cobblestone1 [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 432 72 16 ) ( 433 72 16 ) ( 432 72 17 ) ground_cobblestone1 [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 432 72 16 ) ( 432 72 17 ) ( 432 73 16 ) ground_cobblestone1 [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 61 -{ -( 312 64 96 ) ( 312 65 96 ) ( 312 64 97 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 312 64 96 ) ( 312 64 97 ) ( 313 64 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 312 64 96 ) ( 313 64 96 ) ( 312 65 96 ) wall_brick [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 360 72 104 ) ( 360 73 104 ) ( 361 72 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 360 72 104 ) ( 361 72 104 ) ( 360 72 105 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 72 104 ) ( 640 72 105 ) ( 640 73 104 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 62 -{ ( 80 48 152 ) ( 80 49 152 ) ( 80 48 153 ) wall_brick [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 176 64 152 ) ( 176 64 153 ) ( 177 64 152 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 176 -56 152 ) ( 176 -56 153 ) ( 177 -56 152 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 176 48 152 ) ( 177 48 152 ) ( 176 49 152 ) wall_brick [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 208 80 256 ) ( 208 81 256 ) ( 209 80 256 ) wall_brick [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 208 80 256 ) ( 208 81 256 ) ( 209 80 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 208 264 168 ) ( 209 264 168 ) ( 208 264 169 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 312 80 168 ) ( 312 80 169 ) ( 312 81 168 ) wall_brick [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } -// brush 63 +// brush 54 { -( 328 224 104 ) ( 328 225 104 ) ( 328 224 105 ) skip [ 0 -1 0 -16 ] [ 0 0 -1 48 ] 0 0.5 0.5 -( 392 80 104 ) ( 392 80 105 ) ( 393 80 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 -( 392 224 104 ) ( 393 224 104 ) ( 392 225 104 ) ground_wood [ -1 0 0 0 ] [ 0 -1 0 -16 ] 0 0.5 0.5 -( 424 256 112 ) ( 424 257 112 ) ( 425 256 112 ) skip [ 1 0 0 0 ] [ 0 -1 0 -16 ] 0 0.5 0.5 -( 424 256 112 ) ( 425 256 112 ) ( 424 256 113 ) skip [ -1 0 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 -( 480 256 112 ) ( 480 256 113 ) ( 480 257 112 ) skip [ 0 1 0 16 ] [ 0 0 -1 48 ] 0 0.5 0.5 +( 328 136 104 ) ( 328 137 104 ) ( 328 136 105 ) skip [ 0 -1 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 +( 392 -40 104 ) ( 392 -40 105 ) ( 393 -40 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 +( 392 136 104 ) ( 393 136 104 ) ( 392 137 104 ) ground_wood [ -1 0 0 0 ] [ 0 -1 0 -64 ] 0 0.5 0.5 +( 424 168 112 ) ( 424 169 112 ) ( 425 168 112 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 424 136 112 ) ( 425 136 112 ) ( 424 136 113 ) skip [ -1 0 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 +( 480 168 112 ) ( 480 168 113 ) ( 480 169 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 } -// brush 64 +// brush 55 { -( 424 72 104 ) ( 424 72 96 ) ( 424 80 104 ) surface_beige [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 440 72 104 ) ( 440 72 96 ) ( 392 72 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 440 72 96 ) ( 440 80 96 ) ( 392 72 96 ) surface_beige_corner [ -0.9999999999999961 8.742277995965608e-08 0 32 ] [ 8.742277995965608e-08 0.9999999999999961 0 32 ] 180 0.5 0.5 -( 440 72 104 ) ( 392 72 104 ) ( 440 80 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 392 80 104 ) ( 392 80 96 ) ( 440 80 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 432 80 104 ) ( 432 80 96 ) ( 432 72 104 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 424 -48 104 ) ( 424 -48 96 ) ( 424 -40 104 ) surface_beige [ 0 -1 0 -56 ] [ 0 0 -1 0 ] 0 1 1 +( 440 -48 104 ) ( 440 -48 96 ) ( 392 -48 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 440 -48 96 ) ( 440 -40 96 ) ( 392 -48 96 ) surface_beige_corner [ -0.9999999999999961 8.742277995965608e-08 0 32 ] [ 8.742277995965608e-08 0.9999999999999961 0 16 ] 180 0.5 0.5 +( 440 -48 104 ) ( 392 -48 104 ) ( 440 -40 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 392 -40 104 ) ( 392 -40 96 ) ( 440 -40 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 432 -40 104 ) ( 432 -40 96 ) ( 432 -48 104 ) surface_beige [ 0 1 0 56 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 65 +// brush 56 { -( 384 72 104 ) ( 384 72 96 ) ( 384 80 104 ) surface_beige [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 400 72 104 ) ( 400 72 96 ) ( 352 72 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 400 72 96 ) ( 400 80 96 ) ( 352 72 96 ) surface_beige_corner [ -4.371139006309477e-08 -0.999999999999999 0 32 ] [ -0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.5 0.5 -( 400 72 104 ) ( 352 72 104 ) ( 400 80 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 352 80 104 ) ( 352 80 96 ) ( 400 80 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 392 80 104 ) ( 392 80 96 ) ( 392 72 104 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 384 -48 104 ) ( 384 -48 96 ) ( 384 -40 104 ) surface_beige [ 0 -1 0 -56 ] [ 0 0 -1 0 ] 0 1 1 +( 400 -48 104 ) ( 400 -48 96 ) ( 352 -48 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 400 -48 96 ) ( 400 -40 96 ) ( 352 -48 96 ) surface_beige_corner [ -4.371139006309477e-08 -0.999999999999999 0 -16 ] [ -0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.5 0.5 +( 400 -48 104 ) ( 352 -48 104 ) ( 400 -40 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 352 -40 104 ) ( 352 -40 96 ) ( 400 -40 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 392 -40 104 ) ( 392 -40 96 ) ( 392 -48 104 ) surface_beige [ 0 1 0 56 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 66 +// brush 57 { -( 328 232 16 ) ( 328 233 16 ) ( 328 232 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 328 224 16 ) ( 328 224 17 ) ( 329 224 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 328 232 16 ) ( 329 232 16 ) ( 328 233 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 352 256 48 ) ( 352 257 48 ) ( 353 256 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 352 256 24 ) ( 353 256 24 ) ( 352 256 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 400 256 24 ) ( 400 256 25 ) ( 400 257 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 360 112 16 ) ( 360 113 16 ) ( 360 112 17 ) skip [ 0 -1 0 -56 ] [ 0 0 -1 0 ] 0 1 1 +( 328 104 16 ) ( 328 104 17 ) ( 329 104 16 ) woodpale [ -4.371139006309477e-08 0 -0.999999999999999 0 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.25 0.25 +( 328 112 16 ) ( 329 112 16 ) ( 328 113 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 +( 352 136 46 ) ( 352 137 46 ) ( 353 136 46 ) skip [ 1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 +( 352 136 24 ) ( 353 136 24 ) ( 352 136 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 400 136 24 ) ( 400 136 25 ) ( 400 137 24 ) skip [ 0 1 0 120 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 67 +// brush 58 { -( 328 176 16 ) ( 328 177 16 ) ( 328 176 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 328 144 16 ) ( 328 144 17 ) ( 329 144 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 328 176 16 ) ( 329 176 16 ) ( 328 177 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 360 224 48 ) ( 360 225 48 ) ( 361 224 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 360 224 24 ) ( 361 224 24 ) ( 360 224 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 360 224 24 ) ( 360 224 25 ) ( 360 225 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 328 56 16 ) ( 328 57 16 ) ( 328 56 17 ) skip [ 0 -1 0 -120 ] [ 0 0 -1 0 ] 0 1 1 +( 328 24 16 ) ( 328 24 17 ) ( 329 24 16 ) woodpale [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 328 56 16 ) ( 329 56 16 ) ( 328 57 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 +( 360 104 46 ) ( 360 105 46 ) ( 361 104 46 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 360 104 24 ) ( 361 104 24 ) ( 360 104 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 360 104 24 ) ( 360 104 25 ) ( 360 105 24 ) woodpale [ 0 -4.371139006309477e-08 -0.999999999999999 0 ] [ 0 -0.999999999999999 4.371139006309477e-08 0 ] 90 0.25 0.25 } -// brush 68 +// brush 59 { -( 448 112 16 ) ( 448 113 16 ) ( 448 112 17 ) redplaid [ 0 -1 0 -64 ] [ 0 0 -1 0 ] 0 1 1 -( 448 80 16 ) ( 448 80 17 ) ( 449 80 16 ) redplaid [ 1 0 0 -120 ] [ 0 0 -1 0 ] 0 1 1 -( 448 112 16 ) ( 449 112 16 ) ( 448 113 16 ) redplaid [ -1 0 0 120 ] [ 0 -1 0 -64 ] 0 1 1 -( 480 160 48 ) ( 480 161 48 ) ( 481 160 48 ) redplaid [ 1 0 0 -120 ] [ 0 -1 0 -64 ] 0 1 1 -( 480 256 24 ) ( 481 256 24 ) ( 480 256 25 ) redplaid [ -1 0 0 120 ] [ 0 0 -1 0 ] 0 1 1 -( 480 160 24 ) ( 480 160 25 ) ( 480 161 24 ) redplaid [ 0 1 0 64 ] [ 0 0 -1 0 ] 0 1 1 +( 449 -8 16 ) ( 449 -7 16 ) ( 449 -8 17 ) woodpale [ 0 4.371139006309477e-08 -0.999999999999999 0 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.25 0.25 +( 448 -40 16 ) ( 448 -40 17 ) ( 449 -40 16 ) skip [ 1 0 0 -120 ] [ 0 0 -1 0 ] 0 1 1 +( 448 -8 16 ) ( 449 -8 16 ) ( 448 -7 16 ) skip [ -1 0 0 120 ] [ 0 -1 0 -184 ] 0 1 1 +( 480 40 46 ) ( 480 41 46 ) ( 481 40 46 ) skip [ 1 0 0 -56 ] [ 0 -1 0 -56 ] 0 1 1 +( 480 104 24 ) ( 481 104 24 ) ( 480 104 25 ) skip [ -1 0 0 56 ] [ 0 0 -1 0 ] 0 1 1 +( 480 40 24 ) ( 480 40 25 ) ( 480 41 24 ) skip [ 0 1 0 184 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 69 +// brush 60 { ( -16 360 -20 ) ( -16 361 -20 ) ( -16 360 -19 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( -64 360 -20 ) ( -64 360 -19 ) ( -63 360 -20 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 @@ -634,7 +553,7 @@ ( 64 600 12 ) ( 65 600 12 ) ( 64 600 13 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( 784 488 12 ) ( 784 488 13 ) ( 784 489 12 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 } -// brush 70 +// brush 61 { ( -16 360 -16 ) ( -16 361 -16 ) ( -16 360 -15 ) skip [ 0 -1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 ( -64 360 -16 ) ( -64 360 -15 ) ( -63 360 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 @@ -643,7 +562,7 @@ ( 64 600 16 ) ( 65 600 16 ) ( 64 600 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 16 ] 0 1 1 ( 80 488 16 ) ( 80 488 17 ) ( 80 489 16 ) wall_concrete1 [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 1 1 } -// brush 71 +// brush 62 { ( -16 600 -16 ) ( -16 601 -16 ) ( -16 600 -15 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 16 ] 0 0.5 0.5 ( -64 600 -16 ) ( -64 600 -15 ) ( -63 600 -16 ) wall_concrete1 [ 1 0 0 0 ] [ 0 0 -1 16 ] 0 1 1 @@ -652,7 +571,7 @@ ( 64 704 16 ) ( 65 704 16 ) ( 64 704 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 16 ] 0 1 1 ( 576 728 16 ) ( 576 728 17 ) ( 576 729 16 ) wall_concrete1 [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 72 +// brush 63 { ( 736 600 -16 ) ( 736 601 -16 ) ( 736 600 -15 ) wall_concrete1 [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 144 600 -16 ) ( 144 600 -15 ) ( 145 600 -16 ) wall_concrete1 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 @@ -661,7 +580,7 @@ ( 272 720 16 ) ( 273 720 16 ) ( 272 720 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 784 728 16 ) ( 784 728 17 ) ( 784 729 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 } -// brush 73 +// brush 64 { ( 576 600 -20 ) ( 576 601 -20 ) ( 576 600 -19 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( -112 600 -20 ) ( -112 600 -19 ) ( -111 600 -20 ) skip [ 1 0 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 @@ -670,7 +589,7 @@ ( 16 720 12 ) ( 17 720 12 ) ( 16 720 13 ) skip [ -1 0 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( 736 728 12 ) ( 736 728 13 ) ( 736 729 12 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 } -// brush 74 +// brush 65 { ( 64 336 24 ) ( 64 337 24 ) ( 64 336 25 ) redplaid [ 0 -1 0 0 ] [ 0 0 -1 8 ] 0 1 1 ( 56 344 24 ) ( 56 344 25 ) ( 57 344 24 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 8 ] 0 1 1 @@ -679,7 +598,7 @@ ( 80 352 32 ) ( 81 352 32 ) ( 80 352 33 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 8 ] 0 1 1 ( 72 360 32 ) ( 72 360 33 ) ( 72 361 32 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 8 ] 0 1 1 } -// brush 75 +// brush 66 { ( 56 336 16 ) ( 56 337 16 ) ( 56 336 17 ) redplaid [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 56 336 16 ) ( 56 336 17 ) ( 57 336 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 @@ -688,7 +607,7 @@ ( 80 360 24 ) ( 81 360 24 ) ( 80 360 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 80 360 24 ) ( 80 360 25 ) ( 80 361 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 76 +// brush 67 { ( 64 344 24 ) ( 56 336 18 ) ( 56 360 18 ) redplaid [ 0 -1.0000000000000002 0 0 ] [ 1.0000000000000002 0 0 -70.43137 ] 0 1 1 ( 72 344 24 ) ( 80 336 18 ) ( 56 336 18 ) redplaid [ 1.0000000000000002 0 0 0 ] [ 0 1.0000000000000002 0 -94.58823 ] 0 1 1 @@ -697,7 +616,7 @@ ( 72 352 24 ) ( 64 352 24 ) ( 56 360 18 ) redplaid [ -1.0000000000000002 0 0 0 ] [ 0 -1.0000000000000002 0 89.568634 ] 0 1 1 ( 72 352 24 ) ( 80 360 18 ) ( 80 336 18 ) redplaid [ 0 1.0000000000000002 0 0 ] [ -1.0000000000000002 0 0 68 ] 0 1 1 } -// brush 77 +// brush 68 { ( 60 336 152 ) ( 60 337 152 ) ( 60 336 153 ) redplaid [ 0 -1 0 24 ] [ 0 0 -1 8 ] 0 1 1 ( 56 340 152 ) ( 56 340 153 ) ( 57 340 152 ) redplaid [ 1 0 0 -8 ] [ 0 0 -1 8 ] 0 1 1 @@ -706,7 +625,7 @@ ( 88 356 160 ) ( 89 356 160 ) ( 88 356 161 ) redplaid [ -1 0 0 8 ] [ 0 0 -1 8 ] 0 1 1 ( 76 368 160 ) ( 76 368 161 ) ( 76 369 160 ) redplaid [ 0 1 0 -24 ] [ 0 0 -1 8 ] 0 1 1 } -// brush 78 +// brush 69 { ( 64 344 186 ) ( 54 334 180 ) ( 54 362 180 ) redplaid [ 0 -1.0000000000000002 0 24 ] [ 1.0000000000000002 0 0 -200.0878 ] 0 1 1 ( 72 344 186 ) ( 82 334 180 ) ( 54 334 180 ) redplaid [ 1.0000000000000002 0 0 -8 ] [ 0 1.0000000000000002 0 -222 ] 0 1 1 @@ -715,7 +634,7 @@ ( 54 362 180 ) ( 82 362 180 ) ( 72 352 186 ) redplaid [ -1.0000000000000002 0 0 8 ] [ 0 -1.0000000000000002 0 215.36586 ] 0 1 1 ( 72 352 186 ) ( 82 362 180 ) ( 82 334 180 ) redplaid [ 0 1.0000000000000002 0 -24 ] [ -1.0000000000000002 0 0 -62 ] 0 1 1 } -// brush 79 +// brush 70 { ( 60 354 156 ) ( 60 356 156 ) ( 54 362 180 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 ( 56 360 180 ) ( 62 354 156 ) ( 60 354 156 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 @@ -724,7 +643,7 @@ ( 60 356 156 ) ( 62 356 156 ) ( 56 362 180 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 56 362 180 ) ( 62 356 156 ) ( 62 354 156 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 80 +// brush 71 { ( 60 340 156 ) ( 60 342 156 ) ( 54 336 180 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 ( 56 334 180 ) ( 62 340 156 ) ( 60 340 156 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 @@ -733,7 +652,7 @@ ( 60 342 156 ) ( 62 342 156 ) ( 56 336 180 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 56 336 180 ) ( 62 342 156 ) ( 62 340 156 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 81 +// brush 72 { ( 74 342 156 ) ( 80 336 180 ) ( 80 334 180 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 ( 80 334 180 ) ( 82 334 180 ) ( 76 340 156 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 @@ -742,7 +661,7 @@ ( 76 342 156 ) ( 82 336 180 ) ( 80 336 180 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 76 342 156 ) ( 76 340 156 ) ( 82 334 180 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 82 +// brush 73 { ( 74 356 156 ) ( 80 362 180 ) ( 80 360 180 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 ( 80 360 180 ) ( 82 360 180 ) ( 76 354 156 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 @@ -751,7 +670,7 @@ ( 76 356 156 ) ( 82 362 180 ) ( 80 362 180 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 76 356 156 ) ( 76 354 156 ) ( 82 360 180 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 83 +// brush 74 { ( 80 360 16 ) ( 80 360 12 ) ( 80 368 12 ) clip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 80 360 16 ) ( 784 360 16 ) ( 784 360 12 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 @@ -759,33 +678,33 @@ ( 80 368 12 ) ( 784 368 12 ) ( 784 360 16 ) clip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 ( 784 360 16 ) ( 784 368 12 ) ( 784 360 12 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 84 +// brush 75 { -( 400 224 16 ) ( 400 225 16 ) ( 400 224 17 ) redplaid [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 400 224 16 ) ( 400 224 17 ) ( 401 224 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 400 224 16 ) ( 401 224 16 ) ( 400 225 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 448 256 96 ) ( 448 257 96 ) ( 449 256 96 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 448 256 24 ) ( 449 256 24 ) ( 448 256 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 448 256 24 ) ( 448 256 25 ) ( 448 257 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 400 104 16 ) ( 400 105 16 ) ( 400 104 17 ) redplaid [ 0 -1 0 -120 ] [ 0 0 -1 0 ] 0 1 1 +( 400 104 16 ) ( 400 104 17 ) ( 401 104 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 400 104 16 ) ( 401 104 16 ) ( 400 105 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 +( 448 136 96 ) ( 448 137 96 ) ( 449 136 96 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 +( 448 136 24 ) ( 449 136 24 ) ( 448 136 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 448 136 24 ) ( 448 136 25 ) ( 448 137 24 ) redplaid [ 0 1 0 120 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 85 +// brush 76 { -( 328 256 16 ) ( 328 257 16 ) ( 328 256 17 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 328 256 16 ) ( 328 256 17 ) ( 329 256 16 ) surface_beige [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 328 256 4 ) ( 329 256 4 ) ( 328 257 4 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 448 264 112 ) ( 448 265 112 ) ( 449 264 112 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 328 136 16 ) ( 328 137 16 ) ( 328 136 17 ) skip [ 0 -1 0 8 ] [ 0 0 -1 0 ] 0 1 1 +( 328 136 16 ) ( 328 136 17 ) ( 329 136 16 ) surface_beige [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 328 136 4 ) ( 329 136 4 ) ( 328 137 4 ) skip [ -1 0 0 0 ] [ 0 -1 0 8 ] 0 1 1 +( 448 144 120 ) ( 448 145 120 ) ( 449 144 120 ) skip [ 1 0 0 0 ] [ 0 -1 0 8 ] 0 1 1 ( 448 264 24 ) ( 449 264 24 ) ( 448 264 25 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 488 264 24 ) ( 488 264 25 ) ( 488 265 24 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 488 144 24 ) ( 488 144 25 ) ( 488 145 24 ) skip [ 0 1 0 -8 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 86 +// brush 77 { ( 80 600 16 ) ( 80 592 12 ) ( 80 600 12 ) clip [ -1.2246467991473532e-16 -1 0 0 ] [ 0 0 -1 0 ] 180 1 1 ( 784 592 12 ) ( 80 592 12 ) ( 80 600 16 ) clip [ -1 1.2246467991473532e-16 0 32 ] [ 1.2246467991473532e-16 1 0 0 ] 180 1 1 ( 80 600 12 ) ( 80 592 12 ) ( 784 592 12 ) clip [ 1 -1.2246467991473532e-16 0 -32 ] [ 1.2246467991473532e-16 1 0 0 ] 180 1 1 ( 784 600 16 ) ( 80 600 16 ) ( 80 600 12 ) clip [ -1 1.2246467991473532e-16 0 32 ] [ 0 0 -1 0 ] 180 1 1 -( 784 600 16 ) ( 784 600 12 ) ( 784 592 12 ) clip [ 1.2246467991473532e-16 1 0 0 ] [ 0 0 -1 0 ] 180 1 1 +( 576 600 16 ) ( 576 600 12 ) ( 576 592 12 ) clip [ 1.2246467991473532e-16 1 0 0 ] [ 0 0 -1 0 ] 180 1 1 } -// brush 87 +// brush 78 { ( 80 936 16 ) ( 80 232 16 ) ( 80 232 12 ) clip [ -1.8369701987210297e-16 -1 0 56 ] [ 0 0 -1 0 ] 180 1 1 ( 80 360 16 ) ( 88 360 12 ) ( 80 360 12 ) clip [ 1 -1.8369701987210297e-16 0 23.999992 ] [ 0 0 -1 0 ] 180 1 1 @@ -793,7 +712,7 @@ ( 80 600 16 ) ( 80 600 12 ) ( 88 600 12 ) clip [ -1 1.8369701987210297e-16 0 -23.999992 ] [ 0 0 -1 0 ] 180 1 1 ( 88 936 12 ) ( 88 232 12 ) ( 80 232 16 ) clip [ -1.8369701987210297e-16 -1 0 56 ] [ -1 1.8369701987210297e-16 0 -24 ] 96.379364 1 1 } -// brush 88 +// brush 79 { ( 96 704 16 ) ( 96 705 16 ) ( 96 704 17 ) wall_brick [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 544 704 16 ) ( 544 704 17 ) ( 545 704 16 ) wall_brick [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 0.25 0.25 @@ -802,7 +721,7 @@ ( 576 720 32 ) ( 577 720 32 ) ( 576 720 33 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 576 736 32 ) ( 576 736 33 ) ( 576 737 32 ) wall_brick [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } -// brush 89 +// brush 80 { ( 96 744 -20 ) ( 96 745 -20 ) ( 96 744 -19 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( -112 720 -20 ) ( -112 720 -19 ) ( -111 720 -20 ) skip [ 1 0 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 @@ -811,7 +730,7 @@ ( 16 1136 12 ) ( 17 1136 12 ) ( 16 1136 13 ) skip [ -1 0 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( 736 872 12 ) ( 736 872 13 ) ( 736 873 12 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 } -// brush 90 +// brush 81 { ( 736 712 -16 ) ( 736 713 -16 ) ( 736 712 -15 ) wall_concrete1 [ 0 -1 0 112 ] [ 0 0 -1 0 ] 0 1 1 ( 144 720 -16 ) ( 144 720 -15 ) ( 145 720 -16 ) wall_concrete1 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 @@ -820,7 +739,7 @@ ( 272 864 16 ) ( 273 864 16 ) ( 272 864 17 ) wall_concrete1 [ -1 0 0 128 ] [ 0 0 -1 0 ] 0 1 1 ( 848 840 16 ) ( 848 840 17 ) ( 848 841 16 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 } -// brush 91 +// brush 82 { ( 784 704 16 ) ( 784 705 16 ) ( 784 704 17 ) wall_brick [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 1344 704 16 ) ( 1344 704 17 ) ( 1345 704 16 ) wall_brick [ 1 0 0 128 ] [ 0 0 -1 0 ] 0 0.25 0.25 @@ -829,7 +748,7 @@ ( 1376 720 32 ) ( 1377 720 32 ) ( 1376 720 33 ) wall_brick [ -1 0 0 -128 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 1168 736 32 ) ( 1168 736 33 ) ( 1168 737 32 ) wall_brick [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } -// brush 92 +// brush 83 { ( 736 728 -20 ) ( 736 729 -20 ) ( 736 728 -19 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( 608 864 -20 ) ( 608 864 -19 ) ( 609 864 -20 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 @@ -838,40 +757,998 @@ ( 736 1136 12 ) ( 737 1136 12 ) ( 736 1136 13 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( 848 856 12 ) ( 848 856 13 ) ( 848 857 12 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 } -// brush 93 +// brush 84 { ( 848 872 -16 ) ( 848 873 -16 ) ( 848 872 -15 ) wall_concrete1 [ 0 -1 0 272 ] [ 0 0 -1 0 ] 0 1 1 -( 304 720 -16 ) ( 304 720 -15 ) ( 305 720 -16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 +( 304 800 -16 ) ( 304 800 -15 ) ( 305 800 -16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 ( 304 872 12 ) ( 305 872 12 ) ( 304 873 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.5 0.5 ( 432 1000 16 ) ( 432 1001 16 ) ( 433 1000 16 ) ground_greybrick [ 1 0 0 -96 ] [ 0 -1 0 -112 ] 0 0.5 0.5 ( 432 1136 16 ) ( 433 1136 16 ) ( 432 1136 17 ) skip [ -1 0 0 32 ] [ 0 0 -1 0 ] 0 1 1 ( 944 1000 16 ) ( 944 1000 17 ) ( 944 1001 16 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 } +// brush 85 +{ +( 736 600 16 ) ( 736 592 12 ) ( 736 600 12 ) clip [ -0 -1 0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 992 592 12 ) ( 288 592 12 ) ( 288 600 16 ) clip [ 1 0 -0 0 ] [ 0 -0.894427190999916 -0.447213595499958 0 ] 0 1 1 +( 288 600 12 ) ( 288 592 12 ) ( 992 592 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 992 600 16 ) ( 288 600 16 ) ( 288 600 12 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 784 600 16 ) ( 784 600 12 ) ( 784 592 12 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 86 +{ +( 576 1048 16 ) ( 576 344 16 ) ( 576 344 12 ) clip [ 0 -1 0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 576 600 16 ) ( 584 600 12 ) ( 576 600 12 ) clip [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 576 344 12 ) ( 584 344 12 ) ( 584 1048 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 576 704 16 ) ( 576 704 12 ) ( 584 704 12 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 584 1048 12 ) ( 584 344 12 ) ( 576 344 16 ) clip [ 0.894427190999916 0 -0.447213595499958 0 ] [ 0 -1 0 0 ] 0 1 1 +} +// brush 87 +{ +( 728 1048 12 ) ( 736 344 16 ) ( 728 344 12 ) clip [ 0.894427190999916 0 0.447213595499958 -29.020447 ] [ 0 -1 0 0 ] 0 1 1 +( 736 600 16 ) ( 736 600 12 ) ( 728 600 12 ) clip [ 1 0 0 -40 ] [ 0 0 -1 0 ] 0 1 1 +( 736 344 12 ) ( 728 1048 12 ) ( 728 344 12 ) clip [ -1 0 0 40 ] [ 0 -1 0 0 ] 0 1 1 +( 736 864 16 ) ( 728 864 12 ) ( 736 864 12 ) clip [ -1 0 0 40 ] [ 0 0 -1 0 ] 0 1 1 +( 736 1048 16 ) ( 736 344 12 ) ( 736 344 16 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 88 +{ +( 840 1312 12 ) ( 848 608 16 ) ( 840 608 12 ) clip [ 0.894427190999916 -0 0.447213595499958 0 ] [ -0 -1 0 0 ] 0 1 1 +( 848 864 16 ) ( 848 864 12 ) ( 840 864 12 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 848 608 12 ) ( 840 1312 12 ) ( 840 608 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 848 1136 16 ) ( 840 1136 12 ) ( 848 1136 12 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 848 1312 16 ) ( 848 608 12 ) ( 848 608 16 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 89 +{ +( 736 864 16 ) ( 736 864 12 ) ( 736 872 12 ) clip [ 0 -1 0 -8 ] [ 0 0 -1 0 ] 0 1 1 +( 144 864 16 ) ( 848 864 16 ) ( 848 864 12 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 848 864 12 ) ( 848 872 12 ) ( 144 872 12 ) clip [ -1 0 0 0 ] [ 0 -1 0 -8 ] 0 1 1 +( 144 872 12 ) ( 848 872 12 ) ( 848 864 16 ) clip [ 1 0 0 0 ] [ 0 -1 0 -8 ] 0 1 1 +( 848 864 16 ) ( 848 872 12 ) ( 848 864 12 ) clip [ 0 1 0 8 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 90 +{ +( 728 872 12 ) ( 736 864 16 ) ( 728 864 12 ) clip [ 0.894427190999916 -0 0.447213595499958 0 ] [ -0 -1 0 0 ] 0 1 1 +( 728 864 12 ) ( 736 864 16 ) ( 736 864 12 ) clip [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 736 864 12 ) ( 736 872 12 ) ( 728 872 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 728 872 12 ) ( 736 872 12 ) ( 736 864 16 ) clip [ 1 -0 0 0 ] [ -0 -0.894427190999916 0.447213595499958 0 ] 0 1 1 +( 736 864 16 ) ( 736 872 12 ) ( 736 864 12 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 91 +{ +( 728 592 12 ) ( 728 600 12 ) ( 736 600 16 ) clip [ 0.894427190999916 -0 0.447213595499958 0 ] [ -0 -1 0 0 ] 0 1 1 +( 728 592 12 ) ( 736 600 16 ) ( 736 592 12 ) clip [ 1 0 -0 0 ] [ 0 -0.894427190999916 -0.447213595499958 0 ] 0 1 1 +( 736 600 12 ) ( 728 592 12 ) ( 736 592 12 ) clip [ -1 0 -0 0 ] [ -0 -1 0 0 ] 0 1 1 +( 728 600 12 ) ( 736 600 12 ) ( 736 600 16 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 736 600 16 ) ( 736 600 12 ) ( 736 592 12 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 92 +{ +( 576 600 16 ) ( 576 592 12 ) ( 576 600 12 ) clip [ -0 -1 0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 584 592 12 ) ( 576 592 12 ) ( 576 600 16 ) clip [ 1 0 -0 0 ] [ 0 -0.894427190999916 -0.447213595499958 0 ] 0 1 1 +( 576 600 12 ) ( 576 592 12 ) ( 584 592 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 584 600 12 ) ( 576 600 16 ) ( 576 600 12 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 584 592 12 ) ( 576 600 16 ) ( 584 600 12 ) clip [ 0.894427190999916 0 -0.447213595499958 0 ] [ 0 -1 -0 0 ] 0 1 1 +} +// brush 93 +{ +( 576 704 16 ) ( 576 704 12 ) ( 576 712 12 ) clip [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 +( 584 704 12 ) ( 576 704 12 ) ( 576 704 16 ) clip [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 576 704 12 ) ( 584 712 12 ) ( 576 712 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 584 712 12 ) ( 576 704 16 ) ( 576 712 12 ) clip [ 1 0 0 0 ] [ 0 -0.894427190999916 0.447213595499958 0 ] 0 1 1 +( 584 712 12 ) ( 584 704 12 ) ( 576 704 16 ) clip [ 0.894427190999916 0 -0.447213595499958 0 ] [ 0 -1 0 0 ] 0 1 1 +} // brush 94 { -( 976 880 0 ) ( 976 881 0 ) ( 976 880 1 ) skip [ 0 -1 0 0 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -( 976 880 0 ) ( 976 880 1 ) ( 977 880 0 ) skip [ 1 0 0 -64 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -( 976 880 0 ) ( 977 880 0 ) ( 976 881 0 ) skip [ -1 0 0 64 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 1008 928 16 ) ( 1008 929 16 ) ( 1009 928 16 ) carpet_dullgreen [ 1 0 0 -64 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 1008 1072 16 ) ( 1009 1072 16 ) ( 1008 1072 17 ) skip [ -1 0 0 64 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -( 1232 928 16 ) ( 1232 928 17 ) ( 1232 929 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 -32 ] 0 0.5 0.5 +( 312 248 16 ) ( 312 249 16 ) ( 312 248 17 ) skip [ 0 -1 0 -48 ] [ 0 0 -1 0 ] 0 1 1 +( 312 256 16 ) ( 312 256 17 ) ( 313 256 16 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 +( 312 248 16 ) ( 313 248 16 ) ( 312 249 16 ) skip [ -1 0 0 24 ] [ 0 -1 0 -48 ] 0 1 1 +( 328 264 120 ) ( 328 265 120 ) ( 329 264 120 ) skip [ 1 0 0 -24 ] [ 0 -1 0 -48 ] 0 1 1 +( 328 264 24 ) ( 329 264 24 ) ( 328 264 25 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 328 264 24 ) ( 328 264 25 ) ( 328 265 24 ) skip [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 1 1 } // brush 95 { -( 988 912 16 ) ( 988 913 16 ) ( 988 912 17 ) redplaid [ 0 -1 0 16 ] [ 0 0 -1 16 ] 0 1 1 -( 988 896 16 ) ( 988 896 17 ) ( 989 896 16 ) redplaid [ 1 0 0 -124 ] [ 0 0 -1 16 ] 0 1 1 -( 988 912 16 ) ( 989 912 16 ) ( 988 913 16 ) redplaid [ -1 0 0 124 ] [ 0 -1 0 16 ] 0 1 1 -( 1020 928 64 ) ( 1020 929 64 ) ( 1021 928 64 ) redplaid [ 1 0 0 -124 ] [ 0 -1 0 16 ] 0 1 1 -( 1020 928 32 ) ( 1021 928 32 ) ( 1020 928 33 ) redplaid [ -1 0 0 124 ] [ 0 0 -1 16 ] 0 1 1 -( 1020 928 32 ) ( 1020 928 33 ) ( 1020 929 32 ) redplaid [ 0 1 0 -16 ] [ 0 0 -1 16 ] 0 1 1 +( 80 160 0 ) ( 80 161 0 ) ( 80 160 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 80 160 0 ) ( 80 160 1 ) ( 81 160 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 80 160 52 ) ( 81 160 52 ) ( 80 161 52 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 112 192 96 ) ( 112 193 96 ) ( 113 192 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 112 168 16 ) ( 113 168 16 ) ( 112 168 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 88 192 16 ) ( 88 192 17 ) ( 88 193 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 } // brush 96 { -( 1024 984 16 ) ( 1024 985 16 ) ( 1024 984 17 ) redplaid [ 0 -1 0 24 ] [ 0 0 -1 0 ] 0 1 1 -( 1008 996 16 ) ( 1008 996 17 ) ( 1009 996 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 1008 984 16 ) ( 1009 984 16 ) ( 1008 985 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 24 ] 0 1 1 -( 1104 1080 36 ) ( 1104 1081 36 ) ( 1105 1080 36 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 24 ] 0 1 1 -( 1104 1068 32 ) ( 1105 1068 32 ) ( 1104 1068 33 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 1084 1080 32 ) ( 1084 1080 33 ) ( 1084 1081 32 ) redplaid [ 0 1 0 -24 ] [ 0 0 -1 0 ] 0 1 1 +( 80 48 0 ) ( 80 49 0 ) ( 80 48 1 ) surface_green [ 0 -1 0 -32 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 80 48 0 ) ( 80 48 1 ) ( 81 48 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 80 48 52 ) ( 81 48 52 ) ( 80 49 52 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 112 80 96 ) ( 112 81 96 ) ( 113 80 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 112 56 16 ) ( 113 56 16 ) ( 112 56 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 88 80 16 ) ( 88 80 17 ) ( 88 81 16 ) surface_green [ 0 1 0 32 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +} +// brush 97 +{ +( 72 -248 88 ) ( 72 -247 88 ) ( 72 -248 89 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 -63.999992 ] 90 0.5 0.5 +( 80 -64 88 ) ( 80 -64 89 ) ( 81 -64 88 ) surface_green_edge [ -4.371139006309477e-08 0 -0.999999999999999 -32 ] [ -0.999999999999999 0 4.371139006309477e-08 16 ] 90 0.5 0.5 +( 80 -248 104 ) ( 81 -248 104 ) ( 80 -247 104 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 +( 112 -216 112 ) ( 112 -215 112 ) ( 113 -216 112 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 +( 112 -48 104 ) ( 113 -48 104 ) ( 112 -48 105 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +( 312 -216 104 ) ( 312 -216 105 ) ( 312 -215 104 ) surface_green_edge [ 0 -4.371139006309477e-08 -0.999999999999999 32 ] [ 0 -0.999999999999999 4.371139006309477e-08 16.000008 ] 90 0.5 0.5 +} +// brush 98 +{ +( 224 8 16 ) ( 224 9 16 ) ( 224 8 17 ) redplaid [ 0 -1 0 -120 ] [ 0 0 -1 0 ] 0 1 1 +( 224 104 16 ) ( 224 104 17 ) ( 225 104 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 224 8 16 ) ( 225 8 16 ) ( 224 9 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 +( 248 96 48 ) ( 248 97 48 ) ( 249 96 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 +( 248 136 24 ) ( 249 136 24 ) ( 248 136 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 312 96 24 ) ( 312 96 25 ) ( 312 97 24 ) redplaid [ 0 1 0 120 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 99 +{ +( 80 -56 48 ) ( 80 -55 48 ) ( 80 -56 49 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 -15.999992 ] 90 0.5 0.5 +( 80 -56 48 ) ( 80 -56 49 ) ( 81 -56 48 ) surface_green_edge [ -4.371139006309477e-08 0 -0.999999999999999 -32 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 +( 80 -56 120 ) ( 81 -56 120 ) ( 80 -55 120 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 112 -24 144 ) ( 112 -23 144 ) ( 113 -24 144 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 112 -48 64 ) ( 113 -48 64 ) ( 112 -48 65 ) skip [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 +( 312 -24 64 ) ( 312 -24 65 ) ( 312 -23 64 ) surface_green [ 0 1 0 -16 ] [ 0 0 -1 -40 ] 0 0.5 0.5 +} +// brush 100 +{ +( 80 -56 0 ) ( 80 -55 0 ) ( 80 -56 1 ) surface_green [ 0 -1 0 16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 80 -56 0 ) ( 80 -56 1 ) ( 81 -56 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 80 -56 48 ) ( 81 -56 48 ) ( 80 -55 48 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 112 -24 96 ) ( 112 -23 96 ) ( 113 -24 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 112 -48 16 ) ( 113 -48 16 ) ( 112 -48 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 88 -24 16 ) ( 88 -24 17 ) ( 88 -23 16 ) surface_green [ 0 1 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +} +// brush 101 +{ +( 224 -48 16 ) ( 224 -47 16 ) ( 224 -48 17 ) redplaid [ 0 -1 0 -120 ] [ 0 0 -1 0 ] 0 1 1 +( 224 -48 16 ) ( 224 -48 17 ) ( 225 -48 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 224 -48 16 ) ( 225 -48 16 ) ( 224 -47 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 +( 248 40 48 ) ( 248 41 48 ) ( 249 40 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 +( 248 64 24 ) ( 249 64 24 ) ( 248 64 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 248 40 24 ) ( 248 40 25 ) ( 248 41 24 ) redplaid [ 0 1 0 120 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 102 +{ +( 72 -248 128 ) ( 72 -247 128 ) ( 72 -248 129 ) surface_green [ 0 -1 0 8 ] [ 0 0 -1 -48 ] 0 0.5 0.5 +( 80 -64 128 ) ( 80 -64 129 ) ( 81 -64 128 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 +( 80 -248 144 ) ( 81 -248 144 ) ( 80 -247 144 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 +( 112 -216 152 ) ( 112 -215 152 ) ( 113 -216 152 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 112 -48 144 ) ( 113 -48 144 ) ( 112 -48 145 ) skip [ -1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 +( 312 -216 144 ) ( 312 -216 145 ) ( 312 -215 144 ) surface_green [ 0 1 0 -8 ] [ 0 0 -1 -48 ] 0 0.5 0.5 +} +// brush 103 +{ +( 80 -56 0 ) ( 80 -55 0 ) ( 80 -56 1 ) surface_green [ 0 -1 0 16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 80 -56 0 ) ( 80 -56 1 ) ( 81 -56 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 80 -56 16 ) ( 81 -56 16 ) ( 80 -55 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 112 -24 52 ) ( 112 -23 52 ) ( 113 -24 52 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 112 -48 16 ) ( 113 -48 16 ) ( 112 -48 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 224 -24 16 ) ( 224 -24 17 ) ( 224 -23 16 ) surface_green [ 0 1 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +} +// brush 104 +{ +( 224 -56 0 ) ( 224 -55 0 ) ( 224 -56 1 ) surface_green [ 0 -1 0 16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 224 -56 0 ) ( 224 -56 1 ) ( 225 -56 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 224 -56 16 ) ( 225 -56 16 ) ( 224 -55 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 256 -24 96 ) ( 256 -23 96 ) ( 257 -24 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 256 -48 16 ) ( 257 -48 16 ) ( 256 -48 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 312 -24 16 ) ( 312 -24 17 ) ( 312 -23 16 ) surface_green [ 0 1 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +} +// brush 105 +{ +( 80 -56 -8 ) ( 80 -55 -8 ) ( 80 -56 -7 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 16 ] [ 0 0.999999999999999 4.371139006309477e-08 -15.999992 ] 90 0.5 0.5 +( 176 -56 -8 ) ( 176 -56 -7 ) ( 177 -56 -8 ) surface_green_edge [ -4.371139006309477e-08 0 -0.999999999999999 16 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 +( 176 -56 96 ) ( 177 -56 96 ) ( 176 -55 96 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 208 -24 104 ) ( 208 -23 104 ) ( 209 -24 104 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 208 -48 8 ) ( 209 -48 8 ) ( 208 -48 9 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 +( 312 -24 8 ) ( 312 -24 9 ) ( 312 -23 8 ) surface_green [ 0 1 0 -16 ] [ 0 0 -1 -40 ] 0 0.5 0.5 +} +// brush 106 +{ +( 944 584 -20 ) ( 944 585 -20 ) ( 944 584 -19 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 816 720 -20 ) ( 816 720 -19 ) ( 817 720 -20 ) skip [ 1 0 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 816 584 -20 ) ( 817 584 -20 ) ( 816 585 -20 ) skip [ -1 0 0 -32 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 944 712 12 ) ( 944 713 12 ) ( 945 712 12 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 944 800 12 ) ( 945 800 12 ) ( 944 800 13 ) skip [ -1 0 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 1408 712 12 ) ( 1408 712 13 ) ( 1408 713 12 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +} +// brush 107 +{ +( 848 792 -16 ) ( 848 793 -16 ) ( 848 792 -15 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 304 720 -16 ) ( 304 720 -15 ) ( 305 720 -16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 +( 304 792 12 ) ( 305 792 12 ) ( 304 793 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 432 920 16 ) ( 432 921 16 ) ( 433 920 16 ) ground_greybrick [ 1 0 0 -96 ] [ 0 -1 0 -16 ] 0 0.5 0.5 +( 432 800 16 ) ( 433 800 16 ) ( 432 800 17 ) skip [ -1 0 0 32 ] [ 0 0 -1 0 ] 0 1 1 +( 944 920 16 ) ( 944 920 17 ) ( 944 921 16 ) wall_concrete1 [ 0 1 0 0 ] [ 0 0 -1 -32 ] 0 1 1 +} +// brush 108 +{ +( 80 256 40 ) ( 80 257 40 ) ( 80 256 41 ) surface_green [ 0 4.371139006309477e-08 -0.999999999999999 -47.999954 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 +( 80 256 40 ) ( 80 256 41 ) ( 81 256 40 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -56 ] 0 0.5 0.5 +( 80 256 112 ) ( 81 256 112 ) ( 80 257 112 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 112 288 120 ) ( 112 289 120 ) ( 113 288 120 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 112 264 56 ) ( 113 264 56 ) ( 112 264 57 ) surface_green [ 4.371139006309477e-08 0 -0.999999999999999 -47.999954 ] [ 0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 +( 312 288 56 ) ( 312 288 57 ) ( 312 289 56 ) skip [ 0 1 0 0 ] [ 0 0 -1 -56 ] 0 0.5 0.5 +} +// brush 109 +{ +( 80 -56 40 ) ( 80 -55 40 ) ( 80 -56 41 ) surface_green [ 0 4.371139006309477e-08 -0.999999999999999 -48 ] [ 0 0.999999999999999 4.371139006309477e-08 -16 ] 90 0.5 0.5 +( 80 -56 40 ) ( 80 -56 41 ) ( 81 -56 40 ) surface_green [ -4.371139006309477e-08 0 -0.999999999999999 -48.000015 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 +( 80 -56 112 ) ( 81 -56 112 ) ( 80 -55 112 ) skip [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 112 -24 120 ) ( 112 -23 120 ) ( 113 -24 120 ) skip [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 112 -48 56 ) ( 113 -48 56 ) ( 112 -48 57 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -56 ] 0 0.5 0.5 +( 312 -24 56 ) ( 312 -24 57 ) ( 312 -23 56 ) skip [ 0 1 0 -16 ] [ 0 0 -1 -56 ] 0 0.5 0.5 +} +// brush 110 +{ +( 312 -32 120 ) ( 312 -32 112 ) ( 312 16 120 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -15.9999695 ] [ 0 0.9999999999999866 1.6292067950285372e-07 47.999992 ] 90 0.5 0.5 +( 320 -32 120 ) ( 320 -32 112 ) ( 312 -32 120 ) skip [ 1 0 0 -16 ] [ 0 0 -1 16 ] 0 1 1 +( 312 16 104 ) ( 312 -32 104 ) ( 320 16 104 ) skip [ 1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 320 16 120 ) ( 320 -32 120 ) ( 312 16 120 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 16 120 ) ( 312 16 112 ) ( 320 16 120 ) skip [ -1 0 0 16 ] [ 0 0 -1 16 ] 0 1 1 +( 320 16 120 ) ( 320 16 112 ) ( 320 -32 120 ) skip [ 0 1 0 48 ] [ 0 0 -1 48 ] 0 0.5 0.5 +} +// brush 111 +{ +( 312 -56 16 ) ( 312 -40 16 ) ( 312 -56 32 ) surface_beige_corner [ 0 -1.3113417006681922e-07 0.9999999999999913 32 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 -32 ] 270 0.5 0.5 +( 312 -48 32 ) ( 320 -48 32 ) ( 312 -48 16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 320 -56 16 ) ( 320 -40 16 ) ( 312 -56 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 +( 312 -56 32 ) ( 312 -40 32 ) ( 320 -56 32 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 312 -40 32 ) ( 312 -40 16 ) ( 320 -40 32 ) skip [ 1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 320 -56 32 ) ( 320 -40 32 ) ( 320 -56 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +} +// brush 112 +{ +( 312 152 32 ) ( 312 24 32 ) ( 312 152 16 ) surface_beige_corner [ 0 -0.9999999999999997 -1.224647977550801e-16 0 ] [ -0 1.224647977550801e-16 -0.9999999999999997 32 ] 0 0.5 0.5 +( 320 248 16 ) ( 312 248 16 ) ( 320 248 32 ) skip [ 0.9999999999999957 0 8.742277997596912e-08 16 ] [ -8.742277997596912e-08 0 0.9999999999999957 0 ] 180 0.5 0.5 +( 312 152 16 ) ( 312 24 16 ) ( 320 152 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 1 1 +( 320 152 32 ) ( 320 24 32 ) ( 312 152 32 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 312 256 16 ) ( 320 256 16 ) ( 312 256 32 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 320 152 16 ) ( 320 24 16 ) ( 320 152 32 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 +} +// brush 113 +{ +( 312 152 48 ) ( 312 24 48 ) ( 312 152 32 ) surface_beige_edge [ 0 -0.9999999999999998 0 0 ] [ 0 0 -0.9999999999999998 -32 ] 0 0.5 0.5 +( 320 248 32 ) ( 312 248 32 ) ( 320 248 48 ) skip [ 0.9999999999999957 0 8.742277997596912e-08 16 ] [ -8.742277997596912e-08 0 0.9999999999999957 -32 ] 180 0.5 0.5 +( 312 152 32 ) ( 312 24 32 ) ( 320 152 32 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 1 1 +( 320 152 104 ) ( 320 24 104 ) ( 312 152 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 312 256 32 ) ( 320 256 32 ) ( 312 256 48 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 320 152 32 ) ( 320 24 32 ) ( 320 152 48 ) skip [ 0 1 0 32 ] [ 0 0 -1 32 ] 0 0.5 0.5 +} +// brush 114 +{ +( 312 152 120 ) ( 312 24 120 ) ( 312 152 104 ) surface_beige_corner [ 0 1.6292067950285372e-07 -0.9999999999999866 48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 +( 320 248 104 ) ( 312 248 104 ) ( 320 248 120 ) skip [ 0.9999999999999957 0 8.742277997596912e-08 16 ] [ -8.742277997596912e-08 0 0.9999999999999957 -48 ] 180 0.5 0.5 +( 312 152 104 ) ( 312 24 104 ) ( 320 152 104 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 1 1 +( 320 152 120 ) ( 320 24 120 ) ( 312 152 120 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 312 256 104 ) ( 320 256 104 ) ( 312 256 120 ) skip [ -1 0 0 0 ] [ 0 0 -1 32 ] 0 0.25 0.25 +( 320 152 104 ) ( 320 24 104 ) ( 320 152 120 ) skip [ 0 1 0 32 ] [ 0 0 -1 48 ] 0 0.5 0.5 +} +// brush 115 +{ +( 80 -48 40 ) ( 80 -47 40 ) ( 80 -48 41 ) surface_green [ 0 4.371139006309477e-08 -0.999999999999999 -48 ] [ 0 0.999999999999999 4.371139006309477e-08 -32 ] 90 0.5 0.5 +( 80 -48 40 ) ( 80 -48 41 ) ( 81 -48 40 ) skip [ -4.371139006309477e-08 0 -0.999999999999999 -48 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 +( 80 -48 112 ) ( 81 -48 112 ) ( 80 -47 112 ) skip [ -1 0 0 0 ] [ 0 -1 0 32 ] 0 0.5 0.5 +( 112 -16 120 ) ( 112 -15 120 ) ( 113 -16 120 ) skip [ 1 0 0 0 ] [ 0 -1 0 32 ] 0 0.5 0.5 +( 112 256 56 ) ( 113 256 56 ) ( 112 256 57 ) skip [ -1 0 0 0 ] [ 0 0 -1 -56 ] 0 0.5 0.5 +( 88 -16 56 ) ( 88 -16 57 ) ( 88 -15 56 ) surface_green [ 0 1 0 -32 ] [ 0 0 -1 -56 ] 0 0.5 0.5 +} +// brush 116 +{ +( 944 800 0 ) ( 944 801 0 ) ( 944 800 1 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 944 800 0 ) ( 944 800 1 ) ( 945 800 0 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 +( 944 800 0 ) ( 945 800 0 ) ( 944 801 0 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 +( 992 848 16 ) ( 992 849 16 ) ( 993 848 16 ) floor_checkertiles [ 1 0 0 -32 ] [ 0 -1 0 -32 ] 0 0.25 0.25 +( 992 1024 16 ) ( 993 1024 16 ) ( 992 1024 17 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 +( 1264 848 16 ) ( 1264 848 17 ) ( 1264 849 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 117 +{ +( 944 800 16 ) ( 944 801 16 ) ( 944 800 17 ) redplaid [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 944 800 16 ) ( 944 800 17 ) ( 945 800 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 944 800 16 ) ( 945 800 16 ) ( 944 801 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 952 840 96 ) ( 952 841 96 ) ( 953 840 96 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 952 824 24 ) ( 953 824 24 ) ( 952 824 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 952 840 24 ) ( 952 840 25 ) ( 952 841 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 118 +{ +( 944 872 16 ) ( 944 873 16 ) ( 944 872 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 +( 944 872 16 ) ( 944 872 17 ) ( 945 872 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 944 872 16 ) ( 945 872 16 ) ( 944 873 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 952 912 112 ) ( 952 913 112 ) ( 953 912 112 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 952 888 24 ) ( 953 888 24 ) ( 952 888 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 952 912 24 ) ( 952 912 25 ) ( 952 913 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 119 +{ +( 944 848 32 ) ( 944 849 32 ) ( 944 848 33 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 +( 944 800 32 ) ( 944 800 33 ) ( 945 800 32 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 944 848 96 ) ( 945 848 96 ) ( 944 849 96 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 952 888 112 ) ( 952 889 112 ) ( 953 888 112 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 952 872 40 ) ( 953 872 40 ) ( 952 872 41 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 952 888 40 ) ( 952 888 41 ) ( 952 889 40 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 120 +{ +( 944 888 16 ) ( 944 889 16 ) ( 944 888 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 +( 944 888 16 ) ( 944 888 17 ) ( 945 888 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 944 888 16 ) ( 945 888 16 ) ( 944 889 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 952 928 48 ) ( 952 929 48 ) ( 953 928 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 952 992 24 ) ( 953 992 24 ) ( 952 992 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 952 928 24 ) ( 952 928 25 ) ( 952 929 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 121 +{ +( 944 888 16 ) ( 944 889 16 ) ( 944 888 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 +( 944 888 16 ) ( 944 888 17 ) ( 945 888 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 944 888 96 ) ( 945 888 96 ) ( 944 889 96 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 952 928 112 ) ( 952 929 112 ) ( 953 928 112 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 952 992 24 ) ( 953 992 24 ) ( 952 992 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 952 928 24 ) ( 952 928 25 ) ( 952 929 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 122 +{ +( 944 992 16 ) ( 944 993 16 ) ( 944 992 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 +( 944 992 16 ) ( 944 992 17 ) ( 945 992 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 944 992 16 ) ( 945 992 16 ) ( 944 993 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 952 1032 112 ) ( 952 1033 112 ) ( 953 1032 112 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 952 1024 24 ) ( 953 1024 24 ) ( 952 1024 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 952 1032 24 ) ( 952 1032 25 ) ( 952 1033 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 123 +{ +( 328 24 48 ) ( 328 58 46 ) ( 328 58 48 ) skip [ 0 -1 0 -12 ] [ 0 0 -1 0 ] 0 1 1 +( 340 24 48 ) ( 328 24 46 ) ( 328 24 48 ) marblewhite [ 1 -0 0 0 ] [ 0 -0 -1 0 ] 0 0.25 0.25 +( 340 58 46 ) ( 328 24 46 ) ( 340 24 46 ) marblewhite [ -1 0 -0 0 ] [ -0 -1 0 0 ] 0 0.25 0.25 +( 340 58 48 ) ( 328 24 48 ) ( 328 58 48 ) marblewhite [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 340 136 48 ) ( 328 136 46 ) ( 340 136 46 ) skip [ -1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 +( 361 58 48 ) ( 361 24 46 ) ( 361 24 48 ) marblewhite [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 124 +{ +( 361 24 48 ) ( 361 58 46 ) ( 361 58 48 ) skip [ 0 -1 0 -12 ] [ 0 0 -1 0 ] 0 1 1 +( 379 103 48 ) ( 367 103 46 ) ( 367 103 48 ) marblewhite [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 379 58 46 ) ( 367 24 46 ) ( 379 24 46 ) marblewhite [ -1 0 0 28 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 379 58 48 ) ( 367 24 48 ) ( 367 58 48 ) marblewhite [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 379 136 48 ) ( 367 136 46 ) ( 379 136 46 ) skip [ -1 0 0 23 ] [ 0 0 -1 0 ] 0 1 1 +( 400 58 48 ) ( 400 24 46 ) ( 400 24 48 ) marblewhite [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 125 +{ +( 448 24 48 ) ( 448 58 46 ) ( 448 58 48 ) marblewhite [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 0.25 0.25 +( 460 -40 48 ) ( 448 -40 46 ) ( 448 -40 48 ) skip [ 1 -0 0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 460 58 46 ) ( 448 24 46 ) ( 460 24 46 ) skip [ -1 0 -0 0 ] [ -0 -1 0 0 ] 0 1 1 +( 460 58 48 ) ( 448 24 48 ) ( 448 58 48 ) marblewhite [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 460 136 48 ) ( 448 136 46 ) ( 460 136 46 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 481 58 48 ) ( 481 24 46 ) ( 481 24 48 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 126 +{ +( 448 24 16 ) ( 448 25 16 ) ( 448 24 17 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 448 104 16 ) ( 448 104 17 ) ( 449 104 16 ) woodpale [ -4.371139006309477e-08 0 -0.999999999999999 0 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.25 0.25 +( 448 24 16 ) ( 449 24 16 ) ( 448 25 16 ) skip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 480 72 46 ) ( 480 73 46 ) ( 481 72 46 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 480 136 24 ) ( 481 136 24 ) ( 480 136 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 480 72 24 ) ( 480 72 25 ) ( 480 73 24 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 127 +{ +( 848 1136 0 ) ( 848 1137 0 ) ( 848 1136 1 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 912 1136 0 ) ( 912 1136 1 ) ( 913 1136 0 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 912 1136 0 ) ( 913 1136 0 ) ( 912 1137 0 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 944 1200 16 ) ( 944 1201 16 ) ( 945 1200 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 944 1800 16 ) ( 945 1800 16 ) ( 944 1800 17 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 944 1200 16 ) ( 944 1200 17 ) ( 944 1201 16 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 128 +{ +( 952 1216 24 ) ( 952 1217 24 ) ( 952 1216 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1216 24 ) ( 952 1216 25 ) ( 953 1216 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1216 16 ) ( 953 1216 16 ) ( 952 1217 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1224 112 ) ( 968 1225 112 ) ( 969 1224 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1224 32 ) ( 969 1224 32 ) ( 968 1224 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1224 32 ) ( 1304 1224 33 ) ( 1304 1225 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 129 +{ +( 952 1408 24 ) ( 952 1409 24 ) ( 952 1408 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1408 24 ) ( 952 1408 25 ) ( 953 1408 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1408 16 ) ( 953 1408 16 ) ( 952 1409 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1416 112 ) ( 968 1417 112 ) ( 969 1416 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1416 32 ) ( 969 1416 32 ) ( 968 1416 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1416 32 ) ( 1304 1416 33 ) ( 1304 1417 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 130 +{ +( 952 1024 24 ) ( 952 1025 24 ) ( 952 1024 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1024 24 ) ( 952 1024 25 ) ( 953 1024 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1024 16 ) ( 953 1024 16 ) ( 952 1025 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1032 112 ) ( 968 1033 112 ) ( 969 1032 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1032 32 ) ( 969 1032 32 ) ( 968 1032 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1032 32 ) ( 1304 1032 33 ) ( 1304 1033 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 131 +{ +( 1194 1132 16 ) ( 1194 1133 16 ) ( 1194 1132 17 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1188 1134 16 ) ( 1188 1134 17 ) ( 1189 1134 16 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1188 1132 16 ) ( 1189 1132 16 ) ( 1188 1133 16 ) clip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1284 1228 44 ) ( 1284 1229 44 ) ( 1285 1228 44 ) clip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1284 1216 32 ) ( 1285 1216 32 ) ( 1284 1216 33 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1264 1228 32 ) ( 1264 1228 33 ) ( 1264 1229 32 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 132 +{ +( 952 1120 16 ) ( 952 1121 16 ) ( 952 1120 17 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 180 0.5 0.5 +( 960 1120 16 ) ( 960 1120 17 ) ( 961 1120 16 ) surface_beige [ 1 0 0 -16 ] [ 0 0 -1 0 ] 180 0.5 0.5 +( 960 1120 16 ) ( 961 1120 16 ) ( 960 1121 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -32 ] 180 0.5 0.5 +( 1008 1128 96 ) ( 1008 1129 96 ) ( 1009 1128 96 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 90 0.5 0.5 +( 1008 1128 24 ) ( 1009 1128 24 ) ( 1008 1128 25 ) surface_beige [ -1 0 0 16 ] [ 0 0 -1 0 ] 180 0.5 0.5 +( 1000 1128 24 ) ( 1000 1128 25 ) ( 1000 1129 24 ) surface_beige_edge [ 0 1 0 0 ] [ 0 0 -1 0 ] 180 0.5 0.5 +} +// brush 133 +{ +( 1082 1132 16 ) ( 1082 1133 16 ) ( 1082 1132 17 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1076 1134 16 ) ( 1076 1134 17 ) ( 1077 1134 16 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1076 1132 16 ) ( 1077 1132 16 ) ( 1076 1133 16 ) clip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1172 1228 44 ) ( 1172 1229 44 ) ( 1173 1228 44 ) clip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1172 1216 32 ) ( 1173 1216 32 ) ( 1172 1216 33 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1152 1228 32 ) ( 1152 1228 33 ) ( 1152 1229 32 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 134 +{ +( 1000 1120 32 ) ( 1000 1121 32 ) ( 1000 1120 33 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 32 ] 0 0.5 0.5 +( 1008 1120 32 ) ( 1008 1120 33 ) ( 1009 1120 32 ) surface_beige [ 1 0 0 -16 ] [ 0 0 -1 32 ] 0 0.5 0.5 +( 1008 1120 96 ) ( 1009 1120 96 ) ( 1008 1121 96 ) surface_beige_edge [ 4.371138994063005e-08 0.9999999999999989 0 0 ] [ -0.9999999999999989 4.371138994063005e-08 0 16 ] 270 0.5 0.5 +( 1056 1128 112 ) ( 1056 1129 112 ) ( 1057 1128 112 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 1056 1128 40 ) ( 1057 1128 40 ) ( 1056 1128 41 ) surface_beige [ -1 0 0 16 ] [ 0 0 -1 32 ] 0 0.5 0.5 +( 1048 1128 40 ) ( 1048 1128 41 ) ( 1048 1129 40 ) skip [ 0 1 0 32 ] [ 0 0 -1 32 ] 0 0.5 0.5 +} +// brush 135 +{ +( 1156 1196 16 ) ( 1156 1197 16 ) ( 1156 1196 17 ) clip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 1156 1196 16 ) ( 1156 1196 17 ) ( 1157 1196 16 ) clip [ 1 0 0 -32 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 1156 1196 16 ) ( 1157 1196 16 ) ( 1156 1197 16 ) clip [ -1 0 0 32 ] [ 0 -1 0 0 ] 180 0.25 0.25 +( 1188 1216 34 ) ( 1188 1217 34 ) ( 1189 1216 34 ) clip [ 1 0 0 -32 ] [ 0 -1 0 0 ] 180 0.25 0.25 +( 1188 1216 20 ) ( 1189 1216 20 ) ( 1188 1216 21 ) clip [ -1 0 0 32 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 1190 1216 20 ) ( 1190 1216 21 ) ( 1190 1217 20 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 180 0.25 0.25 +} +// brush 136 +{ +( 952 1024 0 ) ( 952 1025 0 ) ( 952 1024 1 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 -32 ] 180 0.5 0.5 +( 1032 1032 0 ) ( 1032 1032 1 ) ( 1033 1032 0 ) skip [ 1 0 0 16 ] [ 0 0 -1 -32 ] 180 0.5 0.5 +( 1032 1024 0 ) ( 1033 1024 0 ) ( 1032 1025 0 ) skip [ -1 0 0 -16 ] [ 0 -1 0 -32 ] 180 0.5 0.5 +( 1064 1072 16 ) ( 1064 1073 16 ) ( 1065 1072 16 ) carpet_dullgreen [ 1 0 0 80 ] [ 0 -1 0 -96 ] 180 0.5 0.5 +( 1064 1216 16 ) ( 1065 1216 16 ) ( 1064 1216 17 ) skip [ -1 0 0 -16 ] [ 0 0 -1 -32 ] 180 0.5 0.5 +( 1304 1072 16 ) ( 1304 1072 17 ) ( 1304 1073 16 ) skip [ 0 1 0 32 ] [ 0 0 -1 -32 ] 180 0.5 0.5 +} +// brush 137 +{ +( 1136 1032 16 ) ( 1136 1033 16 ) ( 1136 1032 17 ) clip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 1112 1032 16 ) ( 1112 1032 17 ) ( 1113 1032 16 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 1112 1032 16 ) ( 1113 1032 16 ) ( 1112 1033 16 ) clip [ -1 0 0 0 ] [ 0 -1 0 0 ] 180 0.25 0.25 +( 1184 1064 48 ) ( 1184 1065 48 ) ( 1185 1064 48 ) clip [ 1 0 0 0 ] [ 0 -1 0 0 ] 180 0.25 0.25 +( 1184 1056 24 ) ( 1185 1056 24 ) ( 1184 1056 25 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 1200 1064 24 ) ( 1200 1064 25 ) ( 1200 1065 24 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 180 0.25 0.25 +} +// brush 138 +{ +( 1048 1168 48 ) ( 1048 1169 48 ) ( 1048 1168 49 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 1048 1120 48 ) ( 1048 1120 49 ) ( 1049 1120 48 ) surface_beige_edge [ -0.9999999999999961 0 8.742278000372473e-08 0 ] [ 8.742278000372473e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 +( 1048 1168 96 ) ( 1049 1168 96 ) ( 1048 1169 96 ) skip [ -1 0 0 16 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 1056 1208 112 ) ( 1056 1209 112 ) ( 1057 1208 112 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 1056 1128 56 ) ( 1057 1128 56 ) ( 1056 1128 57 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 1056 1208 56 ) ( 1056 1208 57 ) ( 1056 1209 56 ) surface_beige_edge [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +} +// brush 139 +{ +( 1048 1176 16 ) ( 1048 1177 16 ) ( 1048 1176 17 ) surface_beige [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 180 0.5 0.5 +( 1048 1128 16 ) ( 1048 1128 17 ) ( 1049 1128 16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 180 0.5 0.5 +( 1048 1176 16 ) ( 1049 1176 16 ) ( 1048 1177 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -32 ] 180 0.5 0.5 +( 1056 1216 112 ) ( 1056 1217 112 ) ( 1057 1216 112 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 90 0.5 0.5 +( 1056 1216 24 ) ( 1057 1216 24 ) ( 1056 1216 25 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 180 0.5 0.5 +( 1056 1216 24 ) ( 1056 1216 25 ) ( 1056 1217 24 ) surface_beige [ 0 1 0 32 ] [ 0 0 -1 0 ] 180 0.5 0.5 +} +// brush 140 +{ +( 952 1120 32 ) ( 952 1121 32 ) ( 952 1120 33 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 32 ] 0 0.5 0.5 +( 952 1120 32 ) ( 952 1120 33 ) ( 953 1120 32 ) surface_beige [ 1 0 0 32 ] [ 0 0 -1 32 ] 0 0.5 0.5 +( 952 1120 96 ) ( 953 1120 96 ) ( 952 1121 96 ) skip [ -1 0 0 -32 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 1000 1128 112 ) ( 1000 1129 112 ) ( 1001 1128 112 ) skip [ 1 0 0 32 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 1000 1128 40 ) ( 1001 1128 40 ) ( 1000 1128 41 ) surface_beige [ -1 0 0 -32 ] [ 0 0 -1 32 ] 0 0.5 0.5 +( 1000 1128 40 ) ( 1000 1128 41 ) ( 1000 1129 40 ) skip [ 0 1 0 32 ] [ 0 0 -1 32 ] 0 0.5 0.5 +} +// brush 141 +{ +( 1048 1168 16 ) ( 1048 1169 16 ) ( 1048 1168 17 ) surface_beige_edge [ 0 0.9999999999999961 8.742278000372473e-08 0 ] [ 0 -8.742278000372473e-08 0.9999999999999961 0 ] 0 0.5 0.5 +( 1048 1120 16 ) ( 1048 1120 17 ) ( 1049 1120 16 ) surface_beige_edge [ -0.9999999999999961 0 8.742278000372473e-08 0 ] [ 8.742278000372473e-08 0 0.9999999999999961 0 ] 0 0.5 0.5 +( 1048 1168 16 ) ( 1049 1168 16 ) ( 1048 1169 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -32 ] 180 0.5 0.5 +( 1056 1208 96 ) ( 1056 1209 96 ) ( 1057 1208 96 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 90 0.5 0.5 +( 1056 1128 24 ) ( 1057 1128 24 ) ( 1056 1128 25 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 180 0.5 0.5 +( 1056 1208 24 ) ( 1056 1208 25 ) ( 1056 1209 24 ) surface_beige_edge [ 0 1 0 0 ] [ 0 0 -1 0 ] 180 0.5 0.5 +} +// brush 142 +{ +( 944 1032 8 ) ( 944 1033 8 ) ( 944 1032 9 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1024 8 ) ( 936 1024 9 ) ( 937 1024 8 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1032 8 ) ( 937 1032 8 ) ( 936 1033 8 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1064 16 ) ( 952 1065 16 ) ( 953 1064 16 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1672 16 ) ( 953 1672 16 ) ( 952 1672 17 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1064 16 ) ( 952 1064 17 ) ( 952 1065 16 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 143 +{ +( 1304 1024 24 ) ( 1304 1025 24 ) ( 1304 1024 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1024 24 ) ( 960 1024 25 ) ( 961 1024 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1024 16 ) ( 961 1024 16 ) ( 960 1025 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1032 112 ) ( 976 1033 112 ) ( 977 1032 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1216 32 ) ( 977 1216 32 ) ( 976 1216 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1032 32 ) ( 1312 1032 33 ) ( 1312 1033 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 144 +{ +( 944 1032 16 ) ( 944 1033 16 ) ( 944 1032 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1024 16 ) ( 936 1024 17 ) ( 937 1024 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1032 16 ) ( 937 1032 16 ) ( 936 1033 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1064 112 ) ( 952 1065 112 ) ( 953 1064 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1048 24 ) ( 953 1048 24 ) ( 952 1048 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1064 24 ) ( 952 1064 25 ) ( 952 1065 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 145 +{ +( 944 1112 16 ) ( 944 1113 16 ) ( 944 1112 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1096 16 ) ( 936 1096 17 ) ( 937 1096 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1112 16 ) ( 937 1112 16 ) ( 936 1113 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1144 112 ) ( 952 1145 112 ) ( 953 1144 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1216 24 ) ( 953 1216 24 ) ( 952 1216 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1144 24 ) ( 952 1144 25 ) ( 952 1145 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 146 +{ +( 952 1224 8 ) ( 952 1225 8 ) ( 952 1224 9 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1224 8 ) ( 952 1224 9 ) ( 953 1224 8 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1224 8 ) ( 953 1224 8 ) ( 952 1225 8 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1272 16 ) ( 968 1273 16 ) ( 969 1272 16 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1408 16 ) ( 969 1408 16 ) ( 968 1408 17 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1272 16 ) ( 1304 1272 17 ) ( 1304 1273 16 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 147 +{ +( 944 1080 16 ) ( 944 1081 16 ) ( 944 1080 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1048 16 ) ( 936 1048 17 ) ( 937 1048 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1080 96 ) ( 937 1080 96 ) ( 936 1081 96 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1112 112 ) ( 952 1113 112 ) ( 953 1112 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1096 24 ) ( 953 1096 24 ) ( 952 1096 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1112 24 ) ( 952 1112 25 ) ( 952 1113 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 148 +{ +( 944 1304 16 ) ( 944 1305 16 ) ( 944 1304 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1288 16 ) ( 936 1288 17 ) ( 937 1288 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1304 16 ) ( 937 1304 16 ) ( 936 1305 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1336 112 ) ( 952 1337 112 ) ( 953 1336 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1408 24 ) ( 953 1408 24 ) ( 952 1408 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1336 24 ) ( 952 1336 25 ) ( 952 1337 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 149 +{ +( 944 1272 16 ) ( 944 1273 16 ) ( 944 1272 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1240 16 ) ( 936 1240 17 ) ( 937 1240 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1272 96 ) ( 937 1272 96 ) ( 936 1273 96 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1304 112 ) ( 952 1305 112 ) ( 953 1304 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1288 24 ) ( 953 1288 24 ) ( 952 1288 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1304 24 ) ( 952 1304 25 ) ( 952 1305 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 150 +{ +( 944 1224 16 ) ( 944 1225 16 ) ( 944 1224 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1216 16 ) ( 936 1216 17 ) ( 937 1216 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1224 16 ) ( 937 1224 16 ) ( 936 1225 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1256 112 ) ( 952 1257 112 ) ( 953 1256 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1240 24 ) ( 953 1240 24 ) ( 952 1240 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1256 24 ) ( 952 1256 25 ) ( 952 1257 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 151 +{ +( 1304 1216 24 ) ( 1304 1217 24 ) ( 1304 1216 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1216 24 ) ( 960 1216 25 ) ( 961 1216 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1216 16 ) ( 961 1216 16 ) ( 960 1217 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1224 112 ) ( 976 1225 112 ) ( 977 1224 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1408 32 ) ( 977 1408 32 ) ( 976 1408 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1224 32 ) ( 1312 1224 33 ) ( 1312 1225 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 152 +{ +( 1304 1408 24 ) ( 1304 1409 24 ) ( 1304 1408 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1408 24 ) ( 960 1408 25 ) ( 961 1408 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1408 16 ) ( 961 1408 16 ) ( 960 1409 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1416 112 ) ( 976 1417 112 ) ( 977 1416 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1600 32 ) ( 977 1600 32 ) ( 976 1600 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1416 32 ) ( 1312 1416 33 ) ( 1312 1417 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 153 +{ +( 952 1600 24 ) ( 952 1601 24 ) ( 952 1600 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1600 24 ) ( 952 1600 25 ) ( 953 1600 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1600 16 ) ( 953 1600 16 ) ( 952 1601 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1608 112 ) ( 968 1609 112 ) ( 969 1608 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1608 32 ) ( 969 1608 32 ) ( 968 1608 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1608 32 ) ( 1304 1608 33 ) ( 1304 1609 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 154 +{ +( 944 1496 16 ) ( 944 1497 16 ) ( 944 1496 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1480 16 ) ( 936 1480 17 ) ( 937 1480 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1496 16 ) ( 937 1496 16 ) ( 936 1497 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1528 112 ) ( 952 1529 112 ) ( 953 1528 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1600 24 ) ( 953 1600 24 ) ( 952 1600 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1528 24 ) ( 952 1528 25 ) ( 952 1529 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 155 +{ +( 944 1464 16 ) ( 944 1465 16 ) ( 944 1464 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1432 16 ) ( 936 1432 17 ) ( 937 1432 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1464 96 ) ( 937 1464 96 ) ( 936 1465 96 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1496 112 ) ( 952 1497 112 ) ( 953 1496 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1480 24 ) ( 953 1480 24 ) ( 952 1480 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1496 24 ) ( 952 1496 25 ) ( 952 1497 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 156 +{ +( 944 1416 16 ) ( 944 1417 16 ) ( 944 1416 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1408 16 ) ( 936 1408 17 ) ( 937 1408 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1416 16 ) ( 937 1416 16 ) ( 936 1417 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1448 112 ) ( 952 1449 112 ) ( 953 1448 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1432 24 ) ( 953 1432 24 ) ( 952 1432 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1448 24 ) ( 952 1448 25 ) ( 952 1449 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 157 +{ +( 952 1416 8 ) ( 952 1417 8 ) ( 952 1416 9 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1416 8 ) ( 952 1416 9 ) ( 953 1416 8 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1416 8 ) ( 953 1416 8 ) ( 952 1417 8 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1464 16 ) ( 968 1465 16 ) ( 969 1464 16 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1600 16 ) ( 969 1600 16 ) ( 968 1600 17 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1464 16 ) ( 1304 1464 17 ) ( 1304 1465 16 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 158 +{ +( 952 1792 24 ) ( 952 1793 24 ) ( 952 1792 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1792 24 ) ( 952 1792 25 ) ( 953 1792 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1792 16 ) ( 953 1792 16 ) ( 952 1793 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1800 112 ) ( 968 1801 112 ) ( 969 1800 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1800 32 ) ( 969 1800 32 ) ( 968 1800 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1800 32 ) ( 1304 1800 33 ) ( 1304 1801 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 159 +{ +( 944 1688 16 ) ( 944 1689 16 ) ( 944 1688 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1672 16 ) ( 936 1672 17 ) ( 937 1672 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1688 16 ) ( 937 1688 16 ) ( 936 1689 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1720 112 ) ( 952 1721 112 ) ( 953 1720 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1800 24 ) ( 953 1800 24 ) ( 952 1800 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1720 24 ) ( 952 1720 25 ) ( 952 1721 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 160 +{ +( 944 1656 16 ) ( 944 1657 16 ) ( 944 1656 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1624 16 ) ( 936 1624 17 ) ( 937 1624 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1656 96 ) ( 937 1656 96 ) ( 936 1657 96 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1688 112 ) ( 952 1689 112 ) ( 953 1688 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1672 24 ) ( 953 1672 24 ) ( 952 1672 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1688 24 ) ( 952 1688 25 ) ( 952 1689 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 161 +{ +( 944 1608 16 ) ( 944 1609 16 ) ( 944 1608 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1600 16 ) ( 936 1600 17 ) ( 937 1600 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1608 16 ) ( 937 1608 16 ) ( 936 1609 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1640 112 ) ( 952 1641 112 ) ( 953 1640 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1624 24 ) ( 953 1624 24 ) ( 952 1624 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1640 24 ) ( 952 1640 25 ) ( 952 1641 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 162 +{ +( 1304 1600 24 ) ( 1304 1601 24 ) ( 1304 1600 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1600 24 ) ( 960 1600 25 ) ( 961 1600 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1600 16 ) ( 961 1600 16 ) ( 960 1601 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1608 112 ) ( 976 1609 112 ) ( 977 1608 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1800 32 ) ( 977 1800 32 ) ( 976 1800 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1608 32 ) ( 1312 1608 33 ) ( 1312 1609 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 163 +{ +( 952 1608 8 ) ( 952 1609 8 ) ( 952 1608 9 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1608 8 ) ( 952 1608 9 ) ( 953 1608 8 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1608 8 ) ( 953 1608 8 ) ( 952 1609 8 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1656 16 ) ( 968 1657 16 ) ( 969 1656 16 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1792 16 ) ( 969 1792 16 ) ( 968 1792 17 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1656 16 ) ( 1304 1656 17 ) ( 1304 1657 16 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 164 +{ +( 1304 1216 136 ) ( 1304 1217 136 ) ( 1304 1216 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1216 136 ) ( 960 1216 137 ) ( 961 1216 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1216 128 ) ( 961 1216 128 ) ( 960 1217 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1224 224 ) ( 976 1225 224 ) ( 977 1224 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1408 144 ) ( 977 1408 144 ) ( 976 1408 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1224 144 ) ( 1312 1224 145 ) ( 1312 1225 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 165 +{ +( 1304 1408 136 ) ( 1304 1409 136 ) ( 1304 1408 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1408 136 ) ( 960 1408 137 ) ( 961 1408 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1408 128 ) ( 961 1408 128 ) ( 960 1409 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1416 224 ) ( 976 1417 224 ) ( 977 1416 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1600 144 ) ( 977 1600 144 ) ( 976 1600 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1416 144 ) ( 1312 1416 145 ) ( 1312 1417 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 166 +{ +( 1304 1600 136 ) ( 1304 1601 136 ) ( 1304 1600 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1600 136 ) ( 960 1600 137 ) ( 961 1600 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1600 128 ) ( 961 1600 128 ) ( 960 1601 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1608 224 ) ( 976 1609 224 ) ( 977 1608 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1800 144 ) ( 977 1800 144 ) ( 976 1800 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1608 144 ) ( 1312 1608 145 ) ( 1312 1609 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 167 +{ +( 952 1792 136 ) ( 952 1793 136 ) ( 952 1792 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1792 136 ) ( 952 1792 137 ) ( 953 1792 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1792 128 ) ( 953 1792 128 ) ( 952 1793 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1800 224 ) ( 968 1801 224 ) ( 969 1800 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1800 144 ) ( 969 1800 144 ) ( 968 1800 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1800 144 ) ( 1304 1800 145 ) ( 1304 1801 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 168 +{ +( 952 1600 136 ) ( 952 1601 136 ) ( 952 1600 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1600 136 ) ( 952 1600 137 ) ( 953 1600 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1600 128 ) ( 953 1600 128 ) ( 952 1601 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1608 224 ) ( 968 1609 224 ) ( 969 1608 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1608 144 ) ( 969 1608 144 ) ( 968 1608 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1608 144 ) ( 1304 1608 145 ) ( 1304 1609 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 169 +{ +( 952 1408 136 ) ( 952 1409 136 ) ( 952 1408 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1408 136 ) ( 952 1408 137 ) ( 953 1408 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1408 128 ) ( 953 1408 128 ) ( 952 1409 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1416 224 ) ( 968 1417 224 ) ( 969 1416 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1416 144 ) ( 969 1416 144 ) ( 968 1416 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1416 144 ) ( 1304 1416 145 ) ( 1304 1417 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 170 +{ +( 944 1496 128 ) ( 944 1497 128 ) ( 944 1496 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1480 128 ) ( 936 1480 129 ) ( 937 1480 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1496 128 ) ( 937 1496 128 ) ( 936 1497 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1528 224 ) ( 952 1529 224 ) ( 953 1528 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1600 136 ) ( 953 1600 136 ) ( 952 1600 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1528 136 ) ( 952 1528 137 ) ( 952 1529 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 171 +{ +( 944 1656 128 ) ( 944 1657 128 ) ( 944 1656 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1624 128 ) ( 936 1624 129 ) ( 937 1624 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1656 208 ) ( 937 1656 208 ) ( 936 1657 208 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1688 224 ) ( 952 1689 224 ) ( 953 1688 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1672 136 ) ( 953 1672 136 ) ( 952 1672 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1688 136 ) ( 952 1688 137 ) ( 952 1689 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 172 +{ +( 944 1688 128 ) ( 944 1689 128 ) ( 944 1688 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1672 128 ) ( 936 1672 129 ) ( 937 1672 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1688 128 ) ( 937 1688 128 ) ( 936 1689 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1720 224 ) ( 952 1721 224 ) ( 953 1720 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1800 136 ) ( 953 1800 136 ) ( 952 1800 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1720 136 ) ( 952 1720 137 ) ( 952 1721 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 173 +{ +( 944 1608 128 ) ( 944 1609 128 ) ( 944 1608 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1600 128 ) ( 936 1600 129 ) ( 937 1600 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1608 128 ) ( 937 1608 128 ) ( 936 1609 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1640 224 ) ( 952 1641 224 ) ( 953 1640 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1624 136 ) ( 953 1624 136 ) ( 952 1624 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1640 136 ) ( 952 1640 137 ) ( 952 1641 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 174 +{ +( 944 1464 128 ) ( 944 1465 128 ) ( 944 1464 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1432 128 ) ( 936 1432 129 ) ( 937 1432 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1464 208 ) ( 937 1464 208 ) ( 936 1465 208 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1496 224 ) ( 952 1497 224 ) ( 953 1496 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1480 136 ) ( 953 1480 136 ) ( 952 1480 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1496 136 ) ( 952 1496 137 ) ( 952 1497 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 175 +{ +( 944 1416 128 ) ( 944 1417 128 ) ( 944 1416 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1408 128 ) ( 936 1408 129 ) ( 937 1408 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1416 128 ) ( 937 1416 128 ) ( 936 1417 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1448 224 ) ( 952 1449 224 ) ( 953 1448 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1432 136 ) ( 953 1432 136 ) ( 952 1432 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1448 136 ) ( 952 1448 137 ) ( 952 1449 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 176 +{ +( 944 1304 128 ) ( 944 1305 128 ) ( 944 1304 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1288 128 ) ( 936 1288 129 ) ( 937 1288 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1304 128 ) ( 937 1304 128 ) ( 936 1305 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1336 224 ) ( 952 1337 224 ) ( 953 1336 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1408 136 ) ( 953 1408 136 ) ( 952 1408 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1336 136 ) ( 952 1336 137 ) ( 952 1337 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 177 +{ +( 944 1272 128 ) ( 944 1273 128 ) ( 944 1272 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1240 128 ) ( 936 1240 129 ) ( 937 1240 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1272 208 ) ( 937 1272 208 ) ( 936 1273 208 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1304 224 ) ( 952 1305 224 ) ( 953 1304 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1288 136 ) ( 953 1288 136 ) ( 952 1288 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1304 136 ) ( 952 1304 137 ) ( 952 1305 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 178 +{ +( 944 1224 128 ) ( 944 1225 128 ) ( 944 1224 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1216 128 ) ( 936 1216 129 ) ( 937 1216 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1224 128 ) ( 937 1224 128 ) ( 936 1225 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1256 224 ) ( 952 1257 224 ) ( 953 1256 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1240 136 ) ( 953 1240 136 ) ( 952 1240 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1256 136 ) ( 952 1256 137 ) ( 952 1257 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 179 +{ +( 952 1216 136 ) ( 952 1217 136 ) ( 952 1216 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1216 136 ) ( 952 1216 137 ) ( 953 1216 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1216 128 ) ( 953 1216 128 ) ( 952 1217 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1224 224 ) ( 968 1225 224 ) ( 969 1224 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1224 144 ) ( 969 1224 144 ) ( 968 1224 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1224 144 ) ( 1304 1224 145 ) ( 1304 1225 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 180 +{ +( 1304 1024 136 ) ( 1304 1025 136 ) ( 1304 1024 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1024 136 ) ( 960 1024 137 ) ( 961 1024 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1024 128 ) ( 961 1024 128 ) ( 960 1025 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1032 224 ) ( 976 1033 224 ) ( 977 1032 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1216 144 ) ( 977 1216 144 ) ( 976 1216 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1032 144 ) ( 1312 1032 145 ) ( 1312 1033 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 181 +{ +( 952 1024 136 ) ( 952 1025 136 ) ( 952 1024 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1024 136 ) ( 952 1024 137 ) ( 953 1024 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1024 128 ) ( 953 1024 128 ) ( 952 1025 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1032 224 ) ( 968 1033 224 ) ( 969 1032 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1032 144 ) ( 969 1032 144 ) ( 968 1032 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1032 144 ) ( 1304 1032 145 ) ( 1304 1033 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 182 +{ +( 944 1112 128 ) ( 944 1113 128 ) ( 944 1112 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1096 128 ) ( 936 1096 129 ) ( 937 1096 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1112 128 ) ( 937 1112 128 ) ( 936 1113 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1144 224 ) ( 952 1145 224 ) ( 953 1144 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1216 136 ) ( 953 1216 136 ) ( 952 1216 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1144 136 ) ( 952 1144 137 ) ( 952 1145 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 183 +{ +( 944 1080 128 ) ( 944 1081 128 ) ( 944 1080 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1048 128 ) ( 936 1048 129 ) ( 937 1048 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1080 208 ) ( 937 1080 208 ) ( 936 1081 208 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1112 224 ) ( 952 1113 224 ) ( 953 1112 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1096 136 ) ( 953 1096 136 ) ( 952 1096 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1112 136 ) ( 952 1112 137 ) ( 952 1113 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 184 +{ +( 944 1032 128 ) ( 944 1033 128 ) ( 944 1032 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1024 128 ) ( 936 1024 129 ) ( 937 1024 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1032 128 ) ( 937 1032 128 ) ( 936 1033 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1064 224 ) ( 952 1065 224 ) ( 953 1064 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1048 136 ) ( 953 1048 136 ) ( 952 1048 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1064 136 ) ( 952 1064 137 ) ( 952 1065 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 185 +{ +( 944 1032 120 ) ( 944 1033 120 ) ( 944 1032 121 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1024 120 ) ( 936 1024 121 ) ( 937 1024 120 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1032 112 ) ( 937 1032 112 ) ( 936 1033 112 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1064 128 ) ( 952 1065 128 ) ( 953 1064 128 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1800 128 ) ( 953 1800 128 ) ( 952 1800 129 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1064 128 ) ( 1312 1064 129 ) ( 1312 1065 128 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 186 +{ +( 848 1032 120 ) ( 848 1033 120 ) ( 848 1032 121 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 568 1024 120 ) ( 568 1024 121 ) ( 569 1024 120 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 568 1032 112 ) ( 569 1032 112 ) ( 568 1033 112 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 584 1064 128 ) ( 584 1065 128 ) ( 585 1064 128 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 584 1800 128 ) ( 585 1800 128 ) ( 584 1800 129 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 944 1064 128 ) ( 944 1064 129 ) ( 944 1065 128 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 187 +{ +( 848 256 120 ) ( 848 257 120 ) ( 848 256 121 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 800 120 ) ( 936 800 121 ) ( 937 800 120 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 256 112 ) ( 937 256 112 ) ( 936 257 112 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 288 128 ) ( 952 289 128 ) ( 953 288 128 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1024 128 ) ( 953 1024 128 ) ( 952 1024 129 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 288 128 ) ( 1312 288 129 ) ( 1312 289 128 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 188 +{ +( 944 1032 232 ) ( 944 1033 232 ) ( 944 1032 233 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1024 232 ) ( 936 1024 233 ) ( 937 1024 232 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1032 224 ) ( 937 1032 224 ) ( 936 1033 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1064 240 ) ( 952 1065 240 ) ( 953 1064 240 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1800 240 ) ( 953 1800 240 ) ( 952 1800 241 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1064 240 ) ( 1312 1064 241 ) ( 1312 1065 240 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +} +// entity 1 +{ +"classname" "func_transparent" +// brush 0 +{ +( 82 246 52 ) ( 82 247 52 ) ( 82 246 53 ) glass [ 0 -1 0 0 ] [ -0 -0 -1 -24 ] 0 0.5 0.5 +( 82 168 52 ) ( 82 168 53 ) ( 83 168 52 ) glass [ 1 0 -0 0 ] [ 0 -0 -1 -24 ] 0 0.5 0.5 +( 82 246 52 ) ( 83 246 52 ) ( 82 247 52 ) glass [ -1 0 0 0 ] [ -0 -1 -0 -24 ] 0 0.5 0.5 +( 84 256 96 ) ( 84 257 96 ) ( 85 256 96 ) glass [ 1 0 0 0 ] [ 0 -1 0 -24 ] 0 0.5 0.5 +( 84 256 54 ) ( 85 256 54 ) ( 84 256 55 ) glass [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +( 84 256 54 ) ( 84 256 55 ) ( 84 257 54 ) glass [ 0 1 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +} +// brush 1 +{ +( 88 260 52 ) ( 88 261 52 ) ( 88 260 53 ) glass [ 0 -1 0 0 ] [ -0 -0 -1 -24 ] 0 0.5 0.5 +( 148 260 52 ) ( 148 260 53 ) ( 149 260 52 ) glass [ 1 0 -0 0 ] [ 0 -0 -1 -24 ] 0 0.5 0.5 +( 148 260 52 ) ( 149 260 52 ) ( 148 261 52 ) glass [ -1 0 0 0 ] [ -0 -1 -0 -24 ] 0 0.5 0.5 +( 160 262 96 ) ( 160 263 96 ) ( 161 262 96 ) glass [ 1 0 0 0 ] [ 0 -1 0 -24 ] 0 0.5 0.5 +( 160 262 54 ) ( 161 262 54 ) ( 160 262 55 ) glass [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +( 144 262 54 ) ( 144 262 55 ) ( 144 263 54 ) glass [ 0 1 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +} +// brush 2 +{ +( 224 260 52 ) ( 224 261 52 ) ( 224 260 53 ) glass [ 0 -1 0 0 ] [ -0 -0 -1 -24 ] 0 0.5 0.5 +( 284 260 52 ) ( 284 260 53 ) ( 285 260 52 ) glass [ 1 0 -0 0 ] [ 0 -0 -1 -24 ] 0 0.5 0.5 +( 284 260 52 ) ( 285 260 52 ) ( 284 261 52 ) glass [ -1 0 0 0 ] [ -0 -1 -0 -24 ] 0 0.5 0.5 +( 296 262 96 ) ( 296 263 96 ) ( 297 262 96 ) glass [ 1 0 0 0 ] [ 0 -1 0 -24 ] 0 0.5 0.5 +( 296 262 54 ) ( 297 262 54 ) ( 296 262 55 ) glass [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +( 296 262 54 ) ( 296 262 55 ) ( 296 263 54 ) glass [ 0 1 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +} +// brush 3 +{ +( 82 136 52 ) ( 82 137 52 ) ( 82 136 53 ) glass [ 0 -1 0 0 ] [ -0 -0 -1 -24 ] 0 0.5 0.5 +( 82 56 52 ) ( 82 56 53 ) ( 83 56 52 ) glass [ 1 0 -0 0 ] [ 0 -0 -1 -24 ] 0 0.5 0.5 +( 82 136 52 ) ( 83 136 52 ) ( 82 137 52 ) glass [ -1 0 0 0 ] [ -0 -1 -0 -24 ] 0 0.5 0.5 +( 84 146 96 ) ( 84 147 96 ) ( 85 146 96 ) glass [ 1 0 0 0 ] [ 0 -1 0 -24 ] 0 0.5 0.5 +( 84 160 54 ) ( 85 160 54 ) ( 84 160 55 ) glass [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +( 84 146 54 ) ( 84 146 55 ) ( 84 147 54 ) glass [ 0 1 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +} +// brush 4 +{ +( 82 24 52 ) ( 82 25 52 ) ( 82 24 53 ) glass [ 0 -1 0 0 ] [ -0 -0 -1 -24 ] 0 0.5 0.5 +( 82 -48 52 ) ( 82 -48 53 ) ( 83 -48 52 ) glass [ 1 0 -0 0 ] [ 0 -0 -1 -24 ] 0 0.5 0.5 +( 82 24 52 ) ( 83 24 52 ) ( 82 25 52 ) glass [ -1 0 0 0 ] [ -0 -1 -0 -24 ] 0 0.5 0.5 +( 84 34 96 ) ( 84 35 96 ) ( 85 34 96 ) glass [ 1 0 0 0 ] [ 0 -1 0 -24 ] 0 0.5 0.5 +( 84 48 54 ) ( 85 48 54 ) ( 84 48 55 ) glass [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +( 84 34 54 ) ( 84 34 55 ) ( 84 35 54 ) glass [ 0 1 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +} +// brush 5 +{ +( 88 -54 52 ) ( 88 -53 52 ) ( 88 -54 53 ) glass [ 0 -1 0 0 ] [ -0 -0 -1 -24 ] 0 0.5 0.5 +( 88 -54 52 ) ( 88 -54 53 ) ( 89 -54 52 ) glass [ 1 0 -0 0 ] [ 0 -0 -1 -24 ] 0 0.5 0.5 +( 88 -54 52 ) ( 89 -54 52 ) ( 88 -53 52 ) glass [ -1 0 0 0 ] [ -0 -1 -0 -24 ] 0 0.5 0.5 +( 96 -52 96 ) ( 96 -51 96 ) ( 97 -52 96 ) glass [ 1 0 0 0 ] [ 0 -1 0 -24 ] 0 0.5 0.5 +( 96 -52 54 ) ( 97 -52 54 ) ( 96 -52 55 ) glass [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +( 224 -52 54 ) ( 224 -52 55 ) ( 224 -51 54 ) glass [ 0 1 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 } } diff --git a/maps/autosave/cafemotel.4.map.import b/maps/autosave/cafemotel.4.map.import deleted file mode 100644 index 939479e..0000000 --- a/maps/autosave/cafemotel.4.map.import +++ /dev/null @@ -1,14 +0,0 @@ -[remap] - -importer="func_godot.map" -type="Resource" -uid="uid://dui1yh3wfxk16" -path="res://.godot/imported/cafemotel.4.map-731efff994f87bd5aa3011d0c5a2d8b3.tres" - -[deps] - -source_file="res://maps/autosave/cafemotel.4.map" -dest_files=["res://.godot/imported/cafemotel.4.map-731efff994f87bd5aa3011d0c5a2d8b3.tres"] - -[params] - diff --git a/maps/autosave/cafemotel.5.map b/maps/autosave/cafemotel.5.map index 26109aa..8ab30ee 100644 --- a/maps/autosave/cafemotel.5.map +++ b/maps/autosave/cafemotel.5.map @@ -1,4 +1,4 @@ -// Game: maskmaker +// Game: That Wretched Shadow // Format: Valve // entity 0 { @@ -6,59 +6,23 @@ "classname" "worldspawn" // brush 0 { -( -16 -64 -16 ) ( -16 -63 -16 ) ( -16 -64 -15 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( -64 -64 -16 ) ( -64 -64 -15 ) ( -63 -64 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( -64 -64 -16 ) ( -63 -64 -16 ) ( -64 -63 -16 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 64 64 16 ) ( 64 65 16 ) ( 65 64 16 ) ground_cobblestone1 [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 64 64 16 ) ( 65 64 16 ) ( 64 64 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 784 64 16 ) ( 784 64 17 ) ( 784 65 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( -16 -184 -16 ) ( -16 -183 -16 ) ( -16 -184 -15 ) skip [ 0 -1 0 32 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( -64 -184 -16 ) ( -64 -184 -15 ) ( -63 -184 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( -64 -184 -16 ) ( -63 -184 -16 ) ( -64 -183 -16 ) skip [ -1 0 0 0 ] [ 0 -1 0 32 ] 0 0.25 0.25 +( 64 -56 16 ) ( 64 -55 16 ) ( 65 -56 16 ) ground_cobblestone1 [ 1 0 0 0 ] [ 0 -1 0 120 ] 0 0.25 0.25 +( 64 -56 16 ) ( 65 -56 16 ) ( 64 -56 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 784 -56 16 ) ( 784 -56 17 ) ( 784 -55 16 ) skip [ 0 1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 } // brush 1 { -( 80 64 0 ) ( 80 65 0 ) ( 80 64 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 64 0 ) ( 80 64 1 ) ( 81 64 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 64 16 ) ( 81 64 16 ) ( 80 65 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 96 52 ) ( 112 97 52 ) ( 113 96 52 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 72 16 ) ( 113 72 16 ) ( 112 72 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 224 96 16 ) ( 224 96 17 ) ( 224 97 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 2 -{ -( 224 64 0 ) ( 224 65 0 ) ( 224 64 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 224 64 0 ) ( 224 64 1 ) ( 225 64 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 224 64 16 ) ( 225 64 16 ) ( 224 65 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 256 96 96 ) ( 256 97 96 ) ( 257 96 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 256 72 16 ) ( 257 72 16 ) ( 256 72 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 312 96 16 ) ( 312 96 17 ) ( 312 97 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 3 -{ -( 80 64 -8 ) ( 80 65 -8 ) ( 80 64 -7 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 16 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 176 64 -8 ) ( 176 64 -7 ) ( 177 64 -8 ) surface_green_edge [ -4.371139006309477e-08 0 -0.999999999999999 16 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 176 64 96 ) ( 177 64 96 ) ( 176 65 96 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 208 96 104 ) ( 208 97 104 ) ( 209 96 104 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 208 72 8 ) ( 209 72 8 ) ( 208 72 9 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 312 96 8 ) ( 312 96 9 ) ( 312 97 8 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -} -// brush 4 -{ -( 80 64 0 ) ( 80 65 0 ) ( 80 64 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 64 0 ) ( 80 64 1 ) ( 81 64 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 64 48 ) ( 81 64 48 ) ( 80 65 48 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 96 96 ) ( 112 97 96 ) ( 113 96 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 72 16 ) ( 113 72 16 ) ( 112 72 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 88 96 16 ) ( 88 96 17 ) ( 88 97 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 5 -{ ( 80 72 0 ) ( 80 73 0 ) ( 80 72 1 ) surface_green [ 0 4.371139006309477e-08 -0.999999999999999 32 ] [ 0 0.999999999999999 4.371139006309477e-08 24 ] 90 0.5 0.5 -( 80 72 0 ) ( 80 72 1 ) ( 81 72 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 80 -48 0 ) ( 80 -48 1 ) ( 81 -48 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 80 72 16 ) ( 81 72 16 ) ( 80 73 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 ( 112 104 52 ) ( 112 105 52 ) ( 113 104 52 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 ( 112 256 16 ) ( 113 256 16 ) ( 112 256 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 88 104 16 ) ( 88 104 17 ) ( 88 105 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 } -// brush 6 +// brush 2 { ( 80 256 0 ) ( 80 257 0 ) ( 80 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 80 256 0 ) ( 80 256 1 ) ( 81 256 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 @@ -67,7 +31,7 @@ ( 112 264 16 ) ( 113 264 16 ) ( 112 264 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 88 288 16 ) ( 88 288 17 ) ( 88 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 } -// brush 7 +// brush 3 { ( 80 256 -8 ) ( 80 257 -8 ) ( 80 256 -7 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 16 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 ( 176 256 -8 ) ( 176 256 -7 ) ( 177 256 -8 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 @@ -76,16 +40,16 @@ ( 208 264 8 ) ( 209 264 8 ) ( 208 264 9 ) surface_green_edge [ 4.371139006309477e-08 0 -0.999999999999999 16 ] [ 0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 ( 312 288 8 ) ( 312 288 9 ) ( 312 289 8 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 } -// brush 8 +// brush 4 { ( 80 72 72 ) ( 80 73 72 ) ( 80 72 73 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 16 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 72 72 ) ( 80 72 73 ) ( 81 72 72 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 +( 80 -48 72 ) ( 80 -48 73 ) ( 81 -48 72 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 ( 80 72 96 ) ( 81 72 96 ) ( 80 73 96 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 ( 112 104 104 ) ( 112 105 104 ) ( 113 104 104 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 ( 112 256 88 ) ( 113 256 88 ) ( 112 256 89 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 ( 88 104 88 ) ( 88 104 89 ) ( 88 105 88 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 } -// brush 9 +// brush 5 { ( 88 256 0 ) ( 88 257 0 ) ( 88 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 80 256 0 ) ( 80 256 1 ) ( 81 256 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 @@ -94,7 +58,7 @@ ( 112 264 16 ) ( 113 264 16 ) ( 112 264 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 144 288 16 ) ( 144 288 17 ) ( 144 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 } -// brush 10 +// brush 6 { ( 144 256 0 ) ( 144 257 0 ) ( 144 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 144 256 0 ) ( 144 256 1 ) ( 145 256 0 ) surface_green [ 1 0 0 32 ] [ 0 0 -1 -16 ] 0 0.5 0.5 @@ -103,7 +67,7 @@ ( 176 264 16 ) ( 177 264 16 ) ( 176 264 17 ) surface_green [ -1 0 0 -32 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 160 288 16 ) ( 160 288 17 ) ( 160 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 } -// brush 11 +// brush 7 { ( 208 256 0 ) ( 208 257 0 ) ( 208 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 208 256 0 ) ( 208 256 1 ) ( 209 256 0 ) surface_green [ 1 0 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 @@ -112,25 +76,25 @@ ( 240 264 16 ) ( 241 264 16 ) ( 240 264 17 ) surface_green [ -1 0 0 16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 224 288 16 ) ( 224 288 17 ) ( 224 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 } -// brush 12 +// brush 8 { ( 88 128 8 ) ( 88 129 8 ) ( 88 128 9 ) skip [ 0 -1 0 -56 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 88 72 8 ) ( 88 72 9 ) ( 89 72 8 ) skip [ 1 0 0 0 ] [ 0 0 -1 -8 ] 0 0.25 0.25 +( 88 -56 8 ) ( 88 -56 9 ) ( 89 -56 8 ) skip [ 1 0 0 0 ] [ 0 0 -1 -8 ] 0 0.25 0.25 ( 88 128 8 ) ( 89 128 8 ) ( 88 129 8 ) skip [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.25 0.25 ( 128 176 16 ) ( 128 177 16 ) ( 129 176 16 ) floor_wood [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.25 0.25 ( 128 264 16 ) ( 129 264 16 ) ( 128 264 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 -8 ] 0 0.25 0.25 ( 320 176 16 ) ( 320 176 17 ) ( 320 177 16 ) skip [ 0 1 0 56 ] [ 0 0 -1 -8 ] 0 0.25 0.25 } -// brush 13 +// brush 9 { ( -16 64 -16 ) ( -16 65 -16 ) ( -16 64 -15 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( -64 64 -16 ) ( -64 64 -15 ) ( -63 64 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( -64 -56 -16 ) ( -64 -56 -15 ) ( -63 -56 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( -64 64 -16 ) ( -63 64 -16 ) ( -64 65 -16 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 64 192 16 ) ( 64 193 16 ) ( 65 192 16 ) ground_cobblestone1 [ -4.371139006309477e-08 -0.999999999999999 0 0 ] [ -0.999999999999999 4.371139006309477e-08 0 106 ] 90 0.25 0.25 ( 64 264 16 ) ( 65 264 16 ) ( 64 264 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 80 192 16 ) ( 80 192 17 ) ( 80 193 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } -// brush 14 +// brush 10 { ( 72 72 88 ) ( 72 73 88 ) ( 72 72 89 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 16 ] 90 0.5 0.5 ( 80 256 88 ) ( 80 256 89 ) ( 81 256 88 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 @@ -139,25 +103,16 @@ ( 112 272 104 ) ( 113 272 104 ) ( 112 272 105 ) surface_green_edge [ 4.371139006309477e-08 0 -0.999999999999999 -32 ] [ 0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 ( 312 104 104 ) ( 312 104 105 ) ( 312 105 104 ) surface_green_edge [ 0 -4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 -0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 } -// brush 15 -{ -( 72 -128 88 ) ( 72 -127 88 ) ( 72 -128 89 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 16 ] 90 0.5 0.5 -( 80 56 88 ) ( 80 56 89 ) ( 81 56 88 ) surface_green_edge [ -4.371139006309477e-08 0 -0.999999999999999 -32 ] [ -0.999999999999999 0 4.371139006309477e-08 16 ] 90 0.5 0.5 -( 80 -128 104 ) ( 81 -128 104 ) ( 80 -127 104 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 -8 ] 0 0.5 0.5 -( 112 -96 112 ) ( 112 -95 112 ) ( 113 -96 112 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 -8 ] 0 0.5 0.5 -( 112 72 104 ) ( 113 72 104 ) ( 112 72 105 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 -( 312 -96 104 ) ( 312 -96 105 ) ( 312 -95 104 ) surface_green_edge [ 0 -4.371139006309477e-08 -0.999999999999999 32 ] [ 0 -0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -} -// brush 16 +// brush 11 { ( 72 -112 88 ) ( 72 -111 88 ) ( 72 -112 89 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 16 ] 90 0.5 0.5 -( 80 72 88 ) ( 80 72 89 ) ( 81 72 88 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +( 80 -48 88 ) ( 80 -48 89 ) ( 81 -48 88 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 ( 80 -112 104 ) ( 81 -112 104 ) ( 80 -111 104 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 ( 112 -80 112 ) ( 112 -79 112 ) ( 113 -80 112 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 ( 112 256 104 ) ( 113 256 104 ) ( 112 256 105 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 ( 88 -80 104 ) ( 88 -80 105 ) ( 88 -79 104 ) surface_green [ 0 1 0 -8 ] [ 0 0 -1 -24 ] 0 0.5 0.5 } -// brush 17 +// brush 12 { ( 72 72 128 ) ( 72 73 128 ) ( 72 72 129 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 ( 80 256 128 ) ( 80 256 129 ) ( 81 256 128 ) skip [ 1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 @@ -166,70 +121,43 @@ ( 112 272 144 ) ( 113 272 144 ) ( 112 272 145 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 ( 312 104 144 ) ( 312 104 145 ) ( 312 105 144 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 } -// brush 18 +// brush 13 { ( 72 -112 128 ) ( 72 -111 128 ) ( 72 -112 129 ) surface_green [ 0 -1 0 8 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 80 72 128 ) ( 80 72 129 ) ( 81 72 128 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 80 -48 128 ) ( 80 -48 129 ) ( 81 -48 128 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( 80 -112 144 ) ( 81 -112 144 ) ( 80 -111 144 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 ( 112 -80 152 ) ( 112 -79 152 ) ( 113 -80 152 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 ( 112 256 144 ) ( 113 256 144 ) ( 112 256 145 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( 88 -80 144 ) ( 88 -80 145 ) ( 88 -79 144 ) skip [ 0 1 0 -8 ] [ 0 0 -1 0 ] 0 0.5 0.5 } -// brush 19 +// brush 14 { -( 72 -128 128 ) ( 72 -127 128 ) ( 72 -128 129 ) surface_green [ 0 -1 0 -8 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( 80 56 128 ) ( 80 56 129 ) ( 81 56 128 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( 80 -128 144 ) ( 81 -128 144 ) ( 80 -127 144 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 -8 ] 0 0.5 0.5 -( 112 -96 152 ) ( 112 -95 152 ) ( 113 -96 152 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 72 144 ) ( 113 72 144 ) ( 112 72 145 ) skip [ -1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( 312 -96 144 ) ( 312 -96 145 ) ( 312 -95 144 ) surface_green [ 0 1 0 8 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -} -// brush 20 -{ -( 80 64 48 ) ( 80 65 48 ) ( 80 64 49 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 64 48 ) ( 80 64 49 ) ( 81 64 48 ) surface_green_edge [ -4.371139006309477e-08 0 -0.999999999999999 -32 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 64 112 ) ( 81 64 112 ) ( 80 65 112 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 96 144 ) ( 112 97 144 ) ( 113 96 144 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 72 64 ) ( 113 72 64 ) ( 112 72 65 ) skip [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 312 96 64 ) ( 312 96 65 ) ( 312 97 64 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -} -// brush 21 -{ -( 80 256 48 ) ( 80 257 48 ) ( 80 256 49 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -31.999985 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 +( 80 256 48 ) ( 80 257 48 ) ( 80 256 49 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -31.99997 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 ( 80 256 48 ) ( 80 256 49 ) ( 81 256 48 ) skip [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 80 256 112 ) ( 81 256 112 ) ( 80 257 112 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 80 256 120 ) ( 81 256 120 ) ( 80 257 120 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 ( 112 288 144 ) ( 112 289 144 ) ( 113 288 144 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 264 64 ) ( 113 264 64 ) ( 112 264 65 ) surface_green_edge [ 4.371139006309477e-08 0 -0.999999999999999 -31.999985 ] [ 0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 +( 112 264 64 ) ( 113 264 64 ) ( 112 264 65 ) surface_green_edge [ 4.371139006309477e-08 0 -0.999999999999999 -31.99997 ] [ 0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 ( 312 288 64 ) ( 312 288 65 ) ( 312 289 64 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 } -// brush 22 +// brush 15 { ( 80 248 48 ) ( 80 249 48 ) ( 80 248 49 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32.000015 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 72 48 ) ( 80 72 49 ) ( 81 72 48 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 80 248 112 ) ( 81 248 112 ) ( 80 249 112 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 -8 ] 0 0.5 0.5 +( 80 -48 48 ) ( 80 -48 49 ) ( 81 -48 48 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 +( 80 248 120 ) ( 81 248 120 ) ( 80 249 120 ) skip [ -1 0 0 0 ] [ 0 -1 0 -8 ] 0 0.5 0.5 ( 112 280 144 ) ( 112 281 144 ) ( 113 280 144 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 -8 ] 0 0.5 0.5 ( 112 256 64 ) ( 113 256 64 ) ( 112 256 65 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 ( 88 280 64 ) ( 88 280 65 ) ( 88 281 64 ) skip [ 0 1 0 8 ] [ 0 0 -1 -40 ] 0 0.5 0.5 } -// brush 23 +// brush 16 { -( 88 128 104 ) ( 88 129 104 ) ( 88 128 105 ) skip [ 0 -1 0 -56 ] [ 0 0 -1 56 ] 0 0.25 0.25 -( 88 72 104 ) ( 88 72 105 ) ( 89 72 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 56 ] 0 0.25 0.25 -( 88 128 104 ) ( 89 128 104 ) ( 88 129 104 ) ground_wood [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.5 0.5 -( 128 176 112 ) ( 128 177 112 ) ( 129 176 112 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.25 0.25 -( 128 256 112 ) ( 129 256 112 ) ( 128 256 113 ) skip [ -1 0 0 0 ] [ 0 0 -1 56 ] 0 0.25 0.25 -( 312 176 112 ) ( 312 176 113 ) ( 312 177 112 ) skip [ 0 1 0 56 ] [ 0 0 -1 56 ] 0 0.25 0.25 +( 88 128 120 ) ( 88 129 120 ) ( 88 128 121 ) skip [ 0 -1 0 -56 ] [ 0 0 -1 56 ] 0 0.25 0.25 +( 88 -48 120 ) ( 88 -48 121 ) ( 89 -48 120 ) skip [ 1 0 0 0 ] [ 0 0 -1 56 ] 0 0.25 0.25 +( 88 128 120 ) ( 89 128 120 ) ( 88 129 120 ) ground_wood [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.5 0.5 +( 128 176 128 ) ( 128 177 128 ) ( 129 176 128 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.25 0.25 +( 128 256 128 ) ( 129 256 128 ) ( 128 256 129 ) skip [ -1 0 0 0 ] [ 0 0 -1 56 ] 0 0.25 0.25 +( 312 176 128 ) ( 312 176 129 ) ( 312 177 128 ) skip [ 0 1 0 56 ] [ 0 0 -1 56 ] 0 0.25 0.25 } -// brush 24 -{ -( 224 72 16 ) ( 224 73 16 ) ( 224 72 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 224 72 16 ) ( 224 72 17 ) ( 225 72 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 224 72 16 ) ( 225 72 16 ) ( 224 73 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 248 160 48 ) ( 248 161 48 ) ( 249 160 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 248 184 24 ) ( 249 184 24 ) ( 248 184 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 248 160 24 ) ( 248 160 25 ) ( 248 161 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 25 +// brush 17 { ( 224 256 0 ) ( 224 257 0 ) ( 224 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 216 256 0 ) ( 216 256 1 ) ( 217 256 0 ) surface_green [ 1 0 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 @@ -238,7 +166,7 @@ ( 248 264 16 ) ( 249 264 16 ) ( 248 264 17 ) surface_green [ -1 0 0 16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 296 288 16 ) ( 296 288 17 ) ( 296 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 } -// brush 26 +// brush 18 { ( 296 256 0 ) ( 296 257 0 ) ( 296 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 296 256 0 ) ( 296 256 1 ) ( 297 256 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 @@ -247,61 +175,52 @@ ( 328 264 16 ) ( 329 264 16 ) ( 328 264 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 ( 312 288 16 ) ( 312 288 17 ) ( 312 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 } -// brush 27 -{ -( 224 128 16 ) ( 224 129 16 ) ( 224 128 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 224 224 16 ) ( 224 224 17 ) ( 225 224 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 224 128 16 ) ( 225 128 16 ) ( 224 129 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 248 216 48 ) ( 248 217 48 ) ( 249 216 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 248 256 24 ) ( 249 256 24 ) ( 248 256 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 312 216 24 ) ( 312 216 25 ) ( 312 217 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 28 +// brush 19 { ( 640 64 0 ) ( 640 65 0 ) ( 640 64 1 ) skip [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 0.5 0.5 -( 640 64 0 ) ( 640 64 1 ) ( 641 64 0 ) skip [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 0.5 0.5 +( 640 -56 0 ) ( 640 -56 1 ) ( 641 -56 0 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( 640 64 0 ) ( 641 64 0 ) ( 640 65 0 ) skip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 0.5 0.5 ( 656 112 16 ) ( 656 113 16 ) ( 657 112 16 ) ground_cobblestone1 [ -4.371139006309477e-08 -0.999999999999999 0 0 ] [ -0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.25 0.25 ( 656 264 16 ) ( 657 264 16 ) ( 656 264 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( 736 112 16 ) ( 736 112 17 ) ( 736 113 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 } -// brush 29 +// brush 20 { ( 736 72 16 ) ( 736 73 16 ) ( 736 72 17 ) wall_brick_scrungly [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 472 64 16 ) ( 472 64 17 ) ( 473 64 16 ) wall_brick_scrungly [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 472 -56 16 ) ( 472 -56 17 ) ( 473 -56 16 ) wall_brick_scrungly [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 472 72 16 ) ( 473 72 16 ) ( 472 73 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 504 104 96 ) ( 504 105 96 ) ( 505 104 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 504 264 32 ) ( 505 264 32 ) ( 504 264 33 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 784 104 32 ) ( 784 104 33 ) ( 784 105 32 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } -// brush 30 +// brush 21 { ( 640 64 96 ) ( 640 65 96 ) ( 640 64 97 ) skip [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 0.25 0.25 -( 640 64 96 ) ( 640 64 97 ) ( 641 64 96 ) wall_brick [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 0.25 0.25 +( 640 -56 96 ) ( 640 -56 97 ) ( 641 -56 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 640 64 96 ) ( 641 64 96 ) ( 640 65 96 ) wall_brick_scrungly [ 4.371139006309477e-08 -0.999999999999999 0 0 ] [ 0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.25 0.25 ( 656 112 256 ) ( 656 113 256 ) ( 657 112 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 656 264 112 ) ( 657 264 112 ) ( 656 264 113 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 736 112 112 ) ( 736 112 113 ) ( 736 113 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } -// brush 31 +// brush 22 { ( 736 72 96 ) ( 736 73 96 ) ( 736 72 97 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 472 64 96 ) ( 472 64 97 ) ( 473 64 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 472 -56 96 ) ( 472 -56 97 ) ( 473 -56 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 472 72 96 ) ( 473 72 96 ) ( 472 73 96 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 504 104 256 ) ( 504 105 256 ) ( 505 104 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 504 264 112 ) ( 505 264 112 ) ( 504 264 113 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 784 104 112 ) ( 784 104 113 ) ( 784 105 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } -// brush 32 +// brush 23 { -( 312 64 96 ) ( 312 65 96 ) ( 312 64 97 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 368 64 96 ) ( 368 64 97 ) ( 369 64 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 368 64 104 ) ( 369 64 104 ) ( 368 65 104 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 400 96 256 ) ( 400 97 256 ) ( 401 96 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 400 72 112 ) ( 401 72 112 ) ( 400 72 113 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 96 112 ) ( 640 96 113 ) ( 640 97 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 139 ] 0 0.25 0.25 +( 312 -56 96 ) ( 312 -55 96 ) ( 312 -56 97 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 368 -56 96 ) ( 368 -56 97 ) ( 369 -56 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 368 -56 104 ) ( 369 -56 104 ) ( 368 -55 104 ) skip [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.25 0.25 +( 400 -24 256 ) ( 400 -23 256 ) ( 401 -24 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.25 0.25 +( 400 -48 112 ) ( 401 -48 112 ) ( 400 -48 113 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 640 -24 112 ) ( 640 -24 113 ) ( 640 -23 112 ) skip [ 0 1 0 32 ] [ 0 0 -1 11 ] 0 0.25 0.25 } -// brush 33 +// brush 24 { ( -16 264 -16 ) ( -16 265 -16 ) ( -16 264 -15 ) skip [ 0 -1 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 ( -64 264 -16 ) ( -64 264 -15 ) ( -63 264 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 @@ -310,322 +229,322 @@ ( 64 360 16 ) ( 65 360 16 ) ( 64 360 17 ) wall_concrete1 [ -1 0 0 0 ] [ 0 0 -1 16 ] 0 1 1 ( 784 392 16 ) ( 784 392 17 ) ( 784 393 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 } -// brush 34 +// brush 25 { ( 632 72 96 ) ( 632 73 96 ) ( 632 72 97 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 368 72 96 ) ( 368 72 97 ) ( 369 72 96 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 368 -48 96 ) ( 368 -48 97 ) ( 369 -48 96 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 368 72 112 ) ( 369 72 112 ) ( 368 73 112 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 400 104 256 ) ( 400 105 256 ) ( 401 104 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 400 264 112 ) ( 401 264 112 ) ( 400 264 113 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 640 104 112 ) ( 640 104 113 ) ( 640 105 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } -// brush 35 +// brush 26 { ( 320 72 96 ) ( 320 73 96 ) ( 320 72 97 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 360 72 96 ) ( 360 72 97 ) ( 361 72 96 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 360 72 112 ) ( 361 72 112 ) ( 360 73 112 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 360 -48 96 ) ( 360 -48 97 ) ( 361 -48 96 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 360 72 120 ) ( 361 72 120 ) ( 360 73 120 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 392 104 256 ) ( 392 105 256 ) ( 393 104 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 392 264 112 ) ( 393 264 112 ) ( 392 264 113 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 632 104 112 ) ( 632 104 113 ) ( 632 105 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } -// brush 36 +// brush 27 { ( 312 256 104 ) ( 312 257 104 ) ( 312 256 105 ) skip [ 0 1.6292067950285372e-07 -0.9999999999999866 -16 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 ( 312 72 104 ) ( 312 72 105 ) ( 313 72 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 312 256 104 ) ( 313 256 104 ) ( 312 257 104 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 312 256 120 ) ( 313 256 120 ) ( 312 257 120 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 ( 344 288 256 ) ( 344 289 256 ) ( 345 288 256 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 ( 344 264 120 ) ( 345 264 120 ) ( 344 264 121 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 320 288 120 ) ( 320 288 121 ) ( 320 289 120 ) skip [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 } -// brush 37 +// brush 28 { -( 312 264 32 ) ( 312 136 32 ) ( 312 264 16 ) surface_beige_edge [ 0 -1.3113417006681922e-07 0.9999999999999913 32 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 0 ] 270 0.5 0.5 -( 320 136 16 ) ( 312 136 16 ) ( 320 136 32 ) surface_beige_edge [ 0.9999999999999957 0 8.742277997596912e-08 16 ] [ -8.742277997596912e-08 0 0.9999999999999957 0 ] 180 0.5 0.5 -( 312 264 16 ) ( 312 136 16 ) ( 320 264 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 -( 320 264 32 ) ( 320 136 32 ) ( 312 264 32 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 264 16 ) ( 320 264 16 ) ( 312 264 32 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 264 16 ) ( 320 136 16 ) ( 320 264 32 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 312 144 32 ) ( 312 16 32 ) ( 312 144 16 ) surface_beige_edge [ 0 -1.3113417006681922e-07 0.9999999999999913 31.99997 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 -48 ] 270 0.5 0.5 +( 320 16 16 ) ( 312 16 16 ) ( 320 16 32 ) surface_beige_edge [ 0.9999999999999957 0 8.742277997596912e-08 16 ] [ -8.742277997596912e-08 0 0.9999999999999957 0 ] 180 0.5 0.5 +( 312 144 16 ) ( 312 16 16 ) ( 320 144 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -56 ] 0 1 1 +( 320 144 32 ) ( 320 16 32 ) ( 312 144 32 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 248 16 ) ( 320 248 16 ) ( 312 248 32 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 320 144 16 ) ( 320 16 16 ) ( 320 144 32 ) skip [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 } -// brush 38 +// brush 29 { -( 312 72 16 ) ( 312 88 16 ) ( 312 72 32 ) surface_beige_edge [ 0 -1.3113417006681922e-07 0.9999999999999913 32 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 0 ] 270 0.5 0.5 -( 312 72 32 ) ( 320 72 32 ) ( 312 72 16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 320 72 16 ) ( 320 88 16 ) ( 312 72 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 -( 312 72 32 ) ( 312 88 32 ) ( 320 72 32 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 88 32 ) ( 312 88 16 ) ( 320 88 32 ) surface_beige_edge [ 1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 320 72 32 ) ( 320 88 32 ) ( 320 72 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 312 -48 16 ) ( 312 -32 16 ) ( 312 -48 32 ) surface_beige_edge [ 0 -1.3113417006681922e-07 0.9999999999999913 31.999966 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 -47.999992 ] 270 0.5 0.5 +( 312 -40 32 ) ( 320 -40 32 ) ( 312 -40 16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 320 -48 16 ) ( 320 -32 16 ) ( 312 -48 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -56 ] 0 1 1 +( 312 -48 32 ) ( 312 -32 32 ) ( 320 -48 32 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 -32 32 ) ( 312 -32 16 ) ( 320 -32 32 ) surface_beige_edge [ 1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 320 -48 32 ) ( 320 -32 32 ) ( 320 -48 16 ) skip [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 } -// brush 39 +// brush 30 { -( 312 264 88 ) ( 312 136 88 ) ( 312 264 32 ) surface_beige [ 0 -1.3113417006681922e-07 0.9999999999999913 32 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 0 ] 270 0.5 0.5 -( 320 136 32 ) ( 312 136 32 ) ( 320 136 88 ) surface_beige_edge [ 0.9999999999999961 -0 8.742278000372473e-08 16 ] [ -8.742278000372473e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 -( 312 264 32 ) ( 312 136 32 ) ( 320 264 32 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 320 264 88 ) ( 320 136 88 ) ( 312 264 88 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 264 32 ) ( 320 264 32 ) ( 312 264 88 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 264 32 ) ( 320 136 32 ) ( 320 264 88 ) skip [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 312 144 88 ) ( 312 16 88 ) ( 312 144 32 ) surface_beige [ 0 -1.3113417006681922e-07 0.9999999999999913 31.999962 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 -48 ] 270 0.5 0.5 +( 320 16 32 ) ( 312 16 32 ) ( 320 16 88 ) surface_beige_edge [ 0.9999999999999961 0 8.742278000372473e-08 16 ] [ -8.742278000372473e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 +( 312 144 32 ) ( 312 16 32 ) ( 320 144 32 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 320 144 104 ) ( 320 16 104 ) ( 312 144 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 248 32 ) ( 320 248 32 ) ( 312 248 88 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 320 144 32 ) ( 320 16 32 ) ( 320 144 88 ) skip [ 0 1 0 48 ] [ 0 0 -1 16 ] 0 0.5 0.5 } -// brush 40 +// brush 31 { -( 312 72 32 ) ( 312 88 32 ) ( 312 72 88 ) surface_beige [ 0 -1.3113417006681922e-07 0.9999999999999913 32 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 0 ] 270 0.5 0.5 -( 312 72 88 ) ( 320 72 88 ) ( 312 72 32 ) skip [ 1 0 0 -16 ] [ 0 0 -1 16 ] 0 0.5 0.5 -( 320 72 32 ) ( 320 88 32 ) ( 312 72 32 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 72 88 ) ( 312 88 88 ) ( 320 72 88 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 88 88 ) ( 312 88 32 ) ( 320 88 88 ) surface_beige_edge [ 0.9999999999999998 -0 1.3234889800848443e-23 16 ] [ 1.3234889800848443e-23 0 -0.9999999999999998 0 ] 0 0.5 0.5 -( 320 72 88 ) ( 320 88 88 ) ( 320 72 32 ) skip [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 312 -48 32 ) ( 312 -32 32 ) ( 312 -48 88 ) surface_beige_edge [ 0 0.9999999999999785 2.0663206962145964e-07 31.999962 ] [ 0 -2.0663206962145964e-07 0.9999999999999785 -48 ] 180 0.5 0.5 +( 312 -48 88 ) ( 320 -48 88 ) ( 312 -48 32 ) skip [ 1 0 0 -16 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 320 -48 32 ) ( 320 -32 32 ) ( 312 -48 32 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 -48 96 ) ( 312 -32 96 ) ( 320 -48 96 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 -32 88 ) ( 312 -32 32 ) ( 320 -32 88 ) surface_beige_edge [ 0.9999999999999998 0 1.3234889800848443e-23 16 ] [ 1.3234889800848443e-23 0 -0.9999999999999998 0 ] 0 0.5 0.5 +( 320 -48 88 ) ( 320 -32 88 ) ( 320 -48 32 ) skip [ 0 1 0 48 ] [ 0 0 -1 16 ] 0 0.5 0.5 } -// brush 41 +// brush 32 { -( 312 264 104 ) ( 312 136 104 ) ( 312 264 88 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 -( 320 136 88 ) ( 312 136 88 ) ( 320 136 104 ) surface_beige_edge [ 0.9999999999999961 0 8.742277995965608e-08 16 ] [ -8.742277995965608e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 -( 312 264 88 ) ( 312 136 88 ) ( 320 264 88 ) surface_beige_edge [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 320 264 104 ) ( 320 136 104 ) ( 312 264 104 ) surface_beige_edge [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 264 88 ) ( 320 264 88 ) ( 312 264 104 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 264 88 ) ( 320 136 88 ) ( 320 264 104 ) surface_beige_edge [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 312 144 120 ) ( 312 16 120 ) ( 312 144 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -15.9999695 ] [ 0 0.9999999999999866 1.6292067950285372e-07 48 ] 90 0.5 0.5 +( 320 16 104 ) ( 312 16 104 ) ( 320 16 120 ) surface_beige_edge [ 0.9999999999999961 0 8.742277995965608e-08 16 ] [ -8.742277995965608e-08 0 0.9999999999999961 -32 ] 180 0.5 0.5 +( 312 144 104 ) ( 312 16 104 ) ( 320 144 104 ) surface_beige_edge [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 320 144 120 ) ( 320 16 120 ) ( 312 144 120 ) surface_beige_edge [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 248 104 ) ( 320 248 104 ) ( 312 248 120 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 320 144 104 ) ( 320 16 104 ) ( 320 144 120 ) skip [ 0 1 0 48 ] [ 0 0 -1 48 ] 0 0.5 0.5 } -// brush 42 +// brush 33 { -( 312 72 88 ) ( 312 88 88 ) ( 312 72 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 -( 312 72 104 ) ( 320 72 104 ) ( 312 72 88 ) skip [ 1 0 0 -16 ] [ 0 0 -1 16 ] 0 0.5 0.5 -( 320 72 88 ) ( 320 88 88 ) ( 312 72 88 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 72 104 ) ( 312 88 104 ) ( 320 72 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 88 104 ) ( 312 88 88 ) ( 320 88 104 ) surface_beige_edge [ 1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 320 72 104 ) ( 320 88 104 ) ( 320 72 88 ) skip [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 312 -48 104 ) ( 312 -32 104 ) ( 312 -48 120 ) surface_beige_corner [ 0 0.9999999999999961 8.742278000372473e-08 -32 ] [ 0 -8.742278000372473e-08 0.9999999999999961 -48 ] 180 0.5 0.5 +( 312 -48 120 ) ( 320 -48 120 ) ( 312 -48 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 48 ] 0 0.5 0.5 +( 320 -48 96 ) ( 320 -32 96 ) ( 312 -48 96 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 -48 120 ) ( 312 -32 120 ) ( 320 -48 120 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 -32 120 ) ( 312 -32 104 ) ( 320 -32 120 ) skip [ 1 0 0 16 ] [ 0 0 -1 32 ] 0 0.5 0.5 +( 320 -48 120 ) ( 320 -32 120 ) ( 320 -48 104 ) skip [ 0 1 0 48 ] [ 0 0 -1 48 ] 0 0.5 0.5 } -// brush 43 +// brush 34 { -( 312 88 104 ) ( 312 88 96 ) ( 312 136 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 -( 320 96 104 ) ( 320 96 96 ) ( 312 96 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 -( 312 136 96 ) ( 312 88 96 ) ( 320 136 96 ) surface_beige_edge [ 1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 320 136 104 ) ( 320 88 104 ) ( 312 136 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 128 104 ) ( 312 128 96 ) ( 320 128 104 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 -( 320 136 104 ) ( 320 136 96 ) ( 320 88 104 ) skip [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 312 -32 104 ) ( 312 -32 96 ) ( 312 16 104 ) surface_beige [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.99997 ] [ 0 0.9999999999999866 1.6292067950285372e-07 48 ] 90 0.5 0.5 +( 320 -24 104 ) ( 320 -24 96 ) ( 312 -24 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 +( 312 16 96 ) ( 312 -32 96 ) ( 320 16 96 ) surface_beige_edge [ 1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 320 16 104 ) ( 320 -32 104 ) ( 312 16 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 8 104 ) ( 312 8 96 ) ( 320 8 104 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 +( 320 16 104 ) ( 320 16 96 ) ( 320 -32 104 ) skip [ 0 1 0 48 ] [ 0 0 -1 16 ] 0 0.5 0.5 } -// brush 44 +// brush 35 { ( 488 264 96 ) ( 488 72 96 ) ( 488 264 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 640 72 16 ) ( 328 72 16 ) ( 640 72 96 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 640 -48 16 ) ( 328 -48 16 ) ( 640 -48 96 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 640 264 4 ) ( 328 264 4 ) ( 640 72 4 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 -( 640 72 112 ) ( 328 72 112 ) ( 640 264 112 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 1 1 +( 640 72 120 ) ( 328 72 120 ) ( 640 264 120 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 1 1 ( 640 264 96 ) ( 328 264 96 ) ( 640 264 16 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 640 72 96 ) ( 640 264 96 ) ( 640 72 16 ) wall_brick_scrungly [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } +// brush 36 +{ +( 320 144 96 ) ( 320 16 96 ) ( 320 144 16 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 320 16 96 ) ( 328 16 96 ) ( 320 16 16 ) surface_beige_edge [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 320 144 16 ) ( 320 16 16 ) ( 328 144 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -56 ] 0 1 1 +( 328 144 112 ) ( 328 16 112 ) ( 320 144 112 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -56 ] 0 1 1 +( 320 136 16 ) ( 328 136 16 ) ( 320 136 96 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 328 144 16 ) ( 328 16 16 ) ( 328 144 96 ) surface_beige [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 +} +// brush 37 +{ +( 320 -48 16 ) ( 320 -32 16 ) ( 320 -48 96 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 320 -48 96 ) ( 328 -48 96 ) ( 320 -48 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 328 -48 16 ) ( 328 -32 16 ) ( 320 -48 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -56 ] 0 1 1 +( 320 -48 96 ) ( 320 -32 96 ) ( 328 -48 96 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -56 ] 0 1 1 +( 320 -32 96 ) ( 320 -32 16 ) ( 328 -32 96 ) surface_beige_edge [ -0.9999999999999961 0 8.742278000372473e-08 16 ] [ 8.742278000372473e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 +( 328 -48 96 ) ( 328 -32 96 ) ( 328 -48 16 ) surface_beige [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 +} +// brush 38 +{ +( 320 8 8 ) ( 320 9 8 ) ( 320 8 9 ) skip [ 0 -1 0 -24 ] [ 0 0 -1 -8 ] 0 0.25 0.25 +( 320 -48 8 ) ( 320 -48 9 ) ( 321 -48 8 ) skip [ 1 0 0 32 ] [ 0 0 -1 -8 ] 0 0.25 0.25 +( 320 8 8 ) ( 321 8 8 ) ( 320 9 8 ) skip [ -1 0 0 -32 ] [ 0 -1 0 -24 ] 0 0.25 0.25 +( 360 56 16 ) ( 360 57 16 ) ( 361 56 16 ) floor_checkertiles [ 1 0 0 0 ] [ 0 -1 0 -96 ] 0 0.25 0.25 +( 360 104 16 ) ( 361 104 16 ) ( 360 104 17 ) skip [ -1 0 0 -32 ] [ 0 0 -1 -8 ] 0 0.25 0.25 +( 449 56 16 ) ( 449 56 17 ) ( 449 57 16 ) skip [ 0 1 0 24 ] [ 0 0 -1 -8 ] 0 0.25 0.25 +} +// brush 39 +{ +( 320 -32 104 ) ( 320 -32 96 ) ( 320 16 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.99997 ] [ 0 0.9999999999999866 1.6292067950285372e-07 48 ] 90 0.5 0.5 +( 328 -24 104 ) ( 328 -24 96 ) ( 320 -24 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 +( 320 16 96 ) ( 320 -32 96 ) ( 328 16 96 ) surface_beige_edge [ -0.9999999999999961 8.742278000372473e-08 0 16 ] [ 8.742278000372473e-08 0.9999999999999961 0 48 ] 180 0.5 0.5 +( 328 16 104 ) ( 328 -32 104 ) ( 320 16 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 320 8 104 ) ( 320 8 96 ) ( 328 8 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 +( 328 16 104 ) ( 328 16 96 ) ( 328 -32 104 ) surface_beige [ 0 1 0 48 ] [ 0 0 -1 16 ] 0 0.5 0.5 +} +// brush 40 +{ +( 312 -24 104 ) ( 312 -24 96 ) ( 312 24 104 ) surface_beige [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.99997 ] [ 0 0.9999999999999866 1.6292067950285372e-07 31.999998 ] 90 0.5 0.5 +( 320 8 104 ) ( 320 8 96 ) ( 312 8 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 +( 312 24 96 ) ( 312 -24 96 ) ( 320 24 96 ) surface_beige_corner [ -4.371139006309477e-08 -0.999999999999999 0 -32 ] [ -0.999999999999999 4.371139006309477e-08 0 48 ] 90 0.5 0.5 +( 320 24 104 ) ( 320 -24 104 ) ( 312 24 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 312 16 104 ) ( 312 16 96 ) ( 320 16 104 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 +( 320 24 104 ) ( 320 24 96 ) ( 320 -24 104 ) skip [ 0 1 0 32 ] [ 0 0 -1 16 ] 0 0.5 0.5 +} +// brush 41 +{ +( 320 -24 104 ) ( 320 -24 96 ) ( 320 24 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.99997 ] [ 0 0.9999999999999866 1.6292067950285372e-07 31.999998 ] 90 0.5 0.5 +( 328 8 104 ) ( 328 8 96 ) ( 320 8 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 +( 320 24 96 ) ( 320 -24 96 ) ( 328 24 96 ) surface_beige_corner [ -0.9999999999999961 8.742277995965608e-08 0 16 ] [ 8.742277995965608e-08 0.9999999999999961 0 32 ] 180 0.5 0.5 +( 328 24 104 ) ( 328 -24 104 ) ( 320 24 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 320 16 104 ) ( 320 16 96 ) ( 328 16 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 +( 328 24 104 ) ( 328 24 96 ) ( 328 -24 104 ) surface_beige [ 0 1 0 32 ] [ 0 0 -1 16 ] 0 0.5 0.5 +} +// brush 42 +{ +( 312 -40 104 ) ( 312 -40 96 ) ( 312 8 104 ) surface_beige [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.999954 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 +( 320 -32 104 ) ( 320 -32 96 ) ( 312 -32 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 +( 312 8 96 ) ( 312 -40 96 ) ( 320 8 96 ) surface_beige_corner [ 1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 320 8 104 ) ( 320 -40 104 ) ( 312 8 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 312 -24 104 ) ( 312 -24 96 ) ( 320 -24 104 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 +( 320 8 104 ) ( 320 8 96 ) ( 320 -40 104 ) skip [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 +} +// brush 43 +{ +( 320 -40 104 ) ( 320 -40 96 ) ( 320 8 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.999954 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 +( 328 -32 104 ) ( 328 -32 96 ) ( 320 -32 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 +( 320 8 96 ) ( 320 -40 96 ) ( 328 8 96 ) surface_beige_corner [ 1.3113417006681922e-07 0.9999999999999912 0 0 ] [ 0.9999999999999912 -1.3113417006681922e-07 0 48 ] 270 0.5 0.5 +( 328 8 104 ) ( 328 -40 104 ) ( 320 8 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 320 -24 104 ) ( 320 -24 96 ) ( 328 -24 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 +( 328 8 104 ) ( 328 8 96 ) ( 328 -40 104 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 +} +// brush 44 +{ +( 320 -56 104 ) ( 320 -56 96 ) ( 320 -8 104 ) skip [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.999954 ] [ 0 0.9999999999999866 1.6292067950285372e-07 32.000004 ] 90 0.5 0.5 +( 328 -48 104 ) ( 328 -48 96 ) ( 320 -48 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 +( 320 -8 96 ) ( 320 -56 96 ) ( 328 -8 96 ) skip [ 1.3113417006681922e-07 0.9999999999999912 0 32 ] [ 0.9999999999999912 -1.3113417006681922e-07 0 48 ] 270 0.5 0.5 +( 328 -8 104 ) ( 328 -56 104 ) ( 320 -8 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 320 -32 104 ) ( 320 -32 96 ) ( 328 -32 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 +( 328 -8 104 ) ( 328 -8 96 ) ( 328 -56 104 ) surface_beige [ 0 1 0 32 ] [ 0 0 -1 16 ] 0 0.5 0.5 +} // brush 45 { -( 320 264 96 ) ( 320 136 96 ) ( 320 264 16 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 136 96 ) ( 328 136 96 ) ( 320 136 16 ) surface_beige_edge [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 320 264 16 ) ( 320 136 16 ) ( 328 264 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 -( 328 264 112 ) ( 328 136 112 ) ( 320 264 112 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 1 1 -( 320 264 16 ) ( 328 264 16 ) ( 320 264 96 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 328 264 16 ) ( 328 136 16 ) ( 328 264 96 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 480 -40 16 ) ( 480 -39 16 ) ( 480 -40 17 ) surface_beige [ 0 -1 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 480 -40 16 ) ( 480 -40 17 ) ( 481 -40 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 480 -40 16 ) ( 481 -40 16 ) ( 480 -39 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 488 -24 104 ) ( 488 -23 104 ) ( 489 -24 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 488 136 24 ) ( 489 136 24 ) ( 488 136 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 488 -24 24 ) ( 488 -24 25 ) ( 488 -23 24 ) skip [ 0 1 0 -16 ] [ 0 0 -1 0 ] 0 0.5 0.5 } // brush 46 { -( 320 72 16 ) ( 320 88 16 ) ( 320 72 96 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 72 96 ) ( 328 72 96 ) ( 320 72 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 328 72 16 ) ( 328 88 16 ) ( 320 72 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 -( 320 72 96 ) ( 320 88 96 ) ( 328 72 96 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 1 1 -( 320 88 96 ) ( 320 88 16 ) ( 328 88 96 ) surface_beige_edge [ -0.9999999999999961 0 8.742278000372473e-08 16 ] [ 8.742278000372473e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 -( 328 72 96 ) ( 328 88 96 ) ( 328 72 16 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 432 -48 96 ) ( 432 -56 96 ) ( 432 -48 16 ) wall_brick_scrungly [ 0 1 0 224 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 640 -56 16 ) ( 432 -56 16 ) ( 640 -56 96 ) wall_brick_scrungly [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 640 -48 16 ) ( 432 -48 16 ) ( 640 -56 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 640 -56 96 ) ( 432 -56 96 ) ( 640 -48 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 640 -48 96 ) ( 432 -48 96 ) ( 640 -48 16 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 640 -56 96 ) ( 640 -48 96 ) ( 640 -56 16 ) wall_brick_scrungly [ 0 1 0 224 ] [ 0 0 -1 0 ] 0 0.25 0.25 } // brush 47 { -( 320 128 8 ) ( 320 129 8 ) ( 320 128 9 ) skip [ 0 -1 0 -56 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 320 72 8 ) ( 320 72 9 ) ( 321 72 8 ) skip [ 1 0 0 96 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 320 128 8 ) ( 321 128 8 ) ( 320 129 8 ) skip [ -1 0 0 -96 ] [ 0 -1 0 -56 ] 0 0.25 0.25 -( 360 176 16 ) ( 360 177 16 ) ( 361 176 16 ) floor_checkertiles [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 360 224 16 ) ( 361 224 16 ) ( 360 224 17 ) skip [ -1 0 0 -32 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 448 176 16 ) ( 448 176 17 ) ( 448 177 16 ) skip [ 0 1 0 56 ] [ 0 0 -1 -8 ] 0 0.25 0.25 +( 312 -56 16 ) ( 312 -48 16 ) ( 312 -56 96 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 312 -56 96 ) ( 384 -56 96 ) ( 312 -56 16 ) wall_brick_scrungly [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 312 -56 16 ) ( 384 -56 16 ) ( 312 -48 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 312 -48 96 ) ( 384 -48 96 ) ( 312 -56 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 312 -48 16 ) ( 384 -48 16 ) ( 312 -48 96 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 384 -56 16 ) ( 384 -56 96 ) ( 384 -48 16 ) wall_brick_scrungly [ 0 -1 0 -224 ] [ 0 0 -1 0 ] 0 0.25 0.25 } // brush 48 { -( 320 88 104 ) ( 320 88 96 ) ( 320 136 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 -( 328 96 104 ) ( 328 96 96 ) ( 320 96 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 -( 320 136 96 ) ( 320 88 96 ) ( 328 136 96 ) surface_beige_edge [ -0.9999999999999961 8.742278000372473e-08 0 16 ] [ 8.742278000372473e-08 0.9999999999999961 0 0 ] 180 0.5 0.5 -( 328 136 104 ) ( 328 88 104 ) ( 320 136 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 320 128 104 ) ( 320 128 96 ) ( 328 128 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 -( 328 136 104 ) ( 328 136 96 ) ( 328 88 104 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 432 -40 104 ) ( 432 -48 104 ) ( 432 -40 16 ) surface_beige_edge [ 0 -0.9999999999999961 8.742278000372473e-08 -16 ] [ 0 8.742278000372473e-08 0.9999999999999961 0 ] 180 0.5 0.5 +( 448 -48 16 ) ( 432 -48 16 ) ( 448 -48 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 448 -40 16 ) ( 432 -40 16 ) ( 448 -48 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 448 -48 104 ) ( 432 -48 104 ) ( 448 -40 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 448 -40 104 ) ( 432 -40 104 ) ( 448 -40 16 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 480 -48 104 ) ( 480 -40 104 ) ( 480 -48 16 ) skip [ 0 1 0 56 ] [ 0 0 -1 0 ] 0 1 1 } // brush 49 { -( 312 96 104 ) ( 312 96 96 ) ( 312 144 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48.000015 ] [ 0 0.9999999999999866 1.6292067950285372e-07 -16 ] 90 0.5 0.5 -( 320 128 104 ) ( 320 128 96 ) ( 312 128 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 -( 312 144 96 ) ( 312 96 96 ) ( 320 144 96 ) surface_beige_corner [ -4.371139006309477e-08 -0.999999999999999 0 16 ] [ -0.999999999999999 4.371139006309477e-08 0 48 ] 90 0.5 0.5 -( 320 144 104 ) ( 320 96 104 ) ( 312 144 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 312 136 104 ) ( 312 136 96 ) ( 320 136 104 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 -( 320 144 104 ) ( 320 144 96 ) ( 320 96 104 ) skip [ 0 1 0 -16 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 328 -48 16 ) ( 328 -40 16 ) ( 328 -48 104 ) skip [ 0 -1 0 -56 ] [ 0 0 -1 0 ] 0 1 1 +( 328 -48 104 ) ( 384 -48 104 ) ( 328 -48 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 328 -48 16 ) ( 384 -48 16 ) ( 328 -40 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 328 -40 104 ) ( 384 -40 104 ) ( 328 -48 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 328 -40 16 ) ( 384 -40 16 ) ( 328 -40 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 384 -48 16 ) ( 384 -48 104 ) ( 384 -40 16 ) surface_beige_edge [ 0 -1 0 -16 ] [ 0 0 -1 0 ] 0 0.5 0.5 } // brush 50 { -( 320 96 104 ) ( 320 96 96 ) ( 320 144 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48.000015 ] [ 0 0.9999999999999866 1.6292067950285372e-07 -16 ] 90 0.5 0.5 -( 328 128 104 ) ( 328 128 96 ) ( 320 128 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 -( 320 144 96 ) ( 320 96 96 ) ( 328 144 96 ) surface_beige_corner [ -0.9999999999999961 8.742277995965608e-08 0 16 ] [ 8.742277995965608e-08 0.9999999999999961 0 48 ] 180 0.5 0.5 -( 328 144 104 ) ( 328 96 104 ) ( 320 144 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 320 136 104 ) ( 320 136 96 ) ( 328 136 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 -( 328 144 104 ) ( 328 144 96 ) ( 328 96 104 ) surface_beige [ 0 1 0 -16 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 392 -48 104 ) ( 392 -48 96 ) ( 392 -40 104 ) surface_beige [ 0 -1 0 -56 ] [ 0 0 -1 0 ] 0 1 1 +( 432 -48 104 ) ( 432 -48 96 ) ( 384 -48 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 432 -48 96 ) ( 432 -40 96 ) ( 384 -48 96 ) surface_beige_edge [ -4.371139006309477e-08 -0.999999999999999 0 -16 ] [ -0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.5 0.5 +( 432 -48 104 ) ( 384 -48 104 ) ( 432 -40 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 384 -40 104 ) ( 384 -40 96 ) ( 432 -40 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 424 -40 104 ) ( 424 -40 96 ) ( 424 -48 104 ) surface_beige [ 0 1 0 56 ] [ 0 0 -1 0 ] 0 1 1 } // brush 51 { -( 312 80 104 ) ( 312 80 96 ) ( 312 128 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 16 ] 90 0.5 0.5 -( 320 88 104 ) ( 320 88 96 ) ( 312 88 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 -( 312 128 96 ) ( 312 80 96 ) ( 320 128 96 ) surface_beige_corner [ 1 0 0 16 ] [ 0 -1 0 -16 ] 0 0.5 0.5 -( 320 128 104 ) ( 320 80 104 ) ( 312 128 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -16 ] 0 0.5 0.5 -( 312 96 104 ) ( 312 96 96 ) ( 320 96 104 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 -( 320 128 104 ) ( 320 128 96 ) ( 320 80 104 ) skip [ 0 1 0 16 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 384 -56 8 ) ( 384 -55 8 ) ( 384 -56 9 ) ground_cobblestone1 [ 0 -1 0 -224 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 384 -56 8 ) ( 384 -56 9 ) ( 385 -56 8 ) ground_cobblestone1 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 384 -56 8 ) ( 385 -56 8 ) ( 384 -55 8 ) ground_cobblestone1 [ -1 0 0 0 ] [ 0 -1 0 -30 ] 0 0.25 0.25 +( 432 -48 16 ) ( 432 -47 16 ) ( 433 -48 16 ) ground_cobblestone1 [ 1 0 0 0 ] [ 0 -1 0 -30 ] 0 0.25 0.25 +( 432 -48 16 ) ( 433 -48 16 ) ( 432 -48 17 ) ground_cobblestone1 [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 432 -48 16 ) ( 432 -48 17 ) ( 432 -47 16 ) ground_cobblestone1 [ 0 1 0 224 ] [ 0 0 -1 0 ] 0 0.25 0.25 } // brush 52 { -( 320 80 104 ) ( 320 80 96 ) ( 320 128 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 16 ] 90 0.5 0.5 -( 328 88 104 ) ( 328 88 96 ) ( 320 88 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 -( 320 128 96 ) ( 320 80 96 ) ( 328 128 96 ) surface_beige_corner [ 1.3113417006681922e-07 0.9999999999999912 0 16 ] [ 0.9999999999999912 -1.3113417006681922e-07 -0 48 ] 270 0.5 0.5 -( 328 128 104 ) ( 328 80 104 ) ( 320 128 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 -16 ] 0 0.5 0.5 -( 320 96 104 ) ( 320 96 96 ) ( 328 96 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 -( 328 128 104 ) ( 328 128 96 ) ( 328 80 104 ) surface_beige [ 0 1 0 16 ] [ 0 0 -1 16 ] 0 0.5 0.5 +( 312 -56 96 ) ( 312 -55 96 ) ( 312 -56 97 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 312 -56 96 ) ( 312 -56 97 ) ( 313 -56 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 312 -56 96 ) ( 313 -56 96 ) ( 312 -55 96 ) wall_brick [ -1 0 0 0 ] [ 0 -1 0 -118 ] 0 0.25 0.25 +( 360 -48 104 ) ( 360 -47 104 ) ( 361 -48 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.25 0.25 +( 360 -48 104 ) ( 361 -48 104 ) ( 360 -48 105 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 640 -48 104 ) ( 640 -48 105 ) ( 640 -47 104 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.25 0.25 } // brush 53 { -( 320 64 104 ) ( 320 64 96 ) ( 320 112 104 ) skip [ 0 1.6292067950285372e-07 -0.9999999999999866 -48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 48 ] 90 0.5 0.5 -( 328 72 104 ) ( 328 72 96 ) ( 320 72 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 -( 320 112 96 ) ( 320 64 96 ) ( 328 112 96 ) skip [ 1.3113417006681922e-07 0.9999999999999912 0 48 ] [ 0.9999999999999912 -1.3113417006681922e-07 0 48 ] 270 0.5 0.5 -( 328 112 104 ) ( 328 64 104 ) ( 320 112 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 320 88 104 ) ( 320 88 96 ) ( 328 88 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 -( 328 112 104 ) ( 328 112 96 ) ( 328 64 104 ) surface_beige [ 0 1 0 48 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 54 -{ -( 480 80 16 ) ( 480 81 16 ) ( 480 80 17 ) surface_beige [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 480 80 16 ) ( 480 80 17 ) ( 481 80 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 480 80 16 ) ( 481 80 16 ) ( 480 81 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 488 96 104 ) ( 488 97 104 ) ( 489 96 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 488 256 24 ) ( 489 256 24 ) ( 488 256 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 488 96 24 ) ( 488 96 25 ) ( 488 97 24 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 55 -{ -( 432 72 96 ) ( 432 64 96 ) ( 432 72 16 ) wall_brick_scrungly [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 64 16 ) ( 432 64 16 ) ( 640 64 96 ) wall_brick_scrungly [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 0.25 0.25 -( 640 72 16 ) ( 432 72 16 ) ( 640 64 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 640 64 96 ) ( 432 64 96 ) ( 640 72 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 640 72 96 ) ( 432 72 96 ) ( 640 72 16 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 64 96 ) ( 640 72 96 ) ( 640 64 16 ) wall_brick_scrungly [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 56 -{ -( 312 64 16 ) ( 312 72 16 ) ( 312 64 96 ) skip [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 0.25 0.25 -( 312 64 96 ) ( 384 64 96 ) ( 312 64 16 ) wall_brick_scrungly [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 0.25 0.25 -( 312 64 16 ) ( 384 64 16 ) ( 312 72 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 312 72 96 ) ( 384 72 96 ) ( 312 64 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 312 72 16 ) ( 384 72 16 ) ( 312 72 96 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 384 64 16 ) ( 384 64 96 ) ( 384 72 16 ) wall_brick_scrungly [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 57 -{ -( 432 80 104 ) ( 432 72 104 ) ( 432 80 16 ) surface_beige_edge [ 0 -0.9999999999999961 8.742278000372473e-08 32 ] [ 0 8.742278000372473e-08 0.9999999999999961 0 ] 180 0.5 0.5 -( 448 72 16 ) ( 432 72 16 ) ( 448 72 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 448 80 16 ) ( 432 80 16 ) ( 448 72 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 448 72 104 ) ( 432 72 104 ) ( 448 80 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 448 80 104 ) ( 432 80 104 ) ( 448 80 16 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 480 72 104 ) ( 480 80 104 ) ( 480 72 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 58 -{ -( 328 72 16 ) ( 328 80 16 ) ( 328 72 104 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 328 72 104 ) ( 384 72 104 ) ( 328 72 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 328 72 16 ) ( 384 72 16 ) ( 328 80 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 328 80 104 ) ( 384 80 104 ) ( 328 72 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 328 80 16 ) ( 384 80 16 ) ( 328 80 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 384 72 16 ) ( 384 72 104 ) ( 384 80 16 ) surface_beige_edge [ 0 -1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 59 -{ -( 392 72 104 ) ( 392 72 96 ) ( 392 80 104 ) surface_beige [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 432 72 104 ) ( 432 72 96 ) ( 384 72 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 432 72 96 ) ( 432 80 96 ) ( 384 72 96 ) surface_beige_edge [ -4.371139006309477e-08 -0.999999999999999 0 32 ] [ -0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.5 0.5 -( 432 72 104 ) ( 384 72 104 ) ( 432 80 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 384 80 104 ) ( 384 80 96 ) ( 432 80 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 424 80 104 ) ( 424 80 96 ) ( 424 72 104 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 60 -{ -( 384 64 8 ) ( 384 65 8 ) ( 384 64 9 ) ground_cobblestone1 [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 384 64 8 ) ( 384 64 9 ) ( 385 64 8 ) ground_cobblestone1 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 384 64 8 ) ( 385 64 8 ) ( 384 65 8 ) ground_cobblestone1 [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 432 72 16 ) ( 432 73 16 ) ( 433 72 16 ) ground_cobblestone1 [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 432 72 16 ) ( 433 72 16 ) ( 432 72 17 ) ground_cobblestone1 [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 432 72 16 ) ( 432 72 17 ) ( 432 73 16 ) ground_cobblestone1 [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 61 -{ -( 312 64 96 ) ( 312 65 96 ) ( 312 64 97 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 312 64 96 ) ( 312 64 97 ) ( 313 64 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 312 64 96 ) ( 313 64 96 ) ( 312 65 96 ) wall_brick [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 360 72 104 ) ( 360 73 104 ) ( 361 72 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 360 72 104 ) ( 361 72 104 ) ( 360 72 105 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 72 104 ) ( 640 72 105 ) ( 640 73 104 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 62 -{ ( 80 48 152 ) ( 80 49 152 ) ( 80 48 153 ) wall_brick [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 176 64 152 ) ( 176 64 153 ) ( 177 64 152 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 176 -56 152 ) ( 176 -56 153 ) ( 177 -56 152 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 176 48 152 ) ( 177 48 152 ) ( 176 49 152 ) wall_brick [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 208 80 256 ) ( 208 81 256 ) ( 209 80 256 ) wall_brick [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 208 80 256 ) ( 208 81 256 ) ( 209 80 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 ( 208 264 168 ) ( 209 264 168 ) ( 208 264 169 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 312 80 168 ) ( 312 80 169 ) ( 312 81 168 ) wall_brick [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } -// brush 63 +// brush 54 { -( 328 224 104 ) ( 328 225 104 ) ( 328 224 105 ) skip [ 0 -1 0 -16 ] [ 0 0 -1 48 ] 0 0.5 0.5 -( 392 80 104 ) ( 392 80 105 ) ( 393 80 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 -( 392 224 104 ) ( 393 224 104 ) ( 392 225 104 ) ground_wood [ -1 0 0 0 ] [ 0 -1 0 -16 ] 0 0.5 0.5 -( 424 256 112 ) ( 424 257 112 ) ( 425 256 112 ) skip [ 1 0 0 0 ] [ 0 -1 0 -16 ] 0 0.5 0.5 -( 424 256 112 ) ( 425 256 112 ) ( 424 256 113 ) skip [ -1 0 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 -( 480 256 112 ) ( 480 256 113 ) ( 480 257 112 ) skip [ 0 1 0 16 ] [ 0 0 -1 48 ] 0 0.5 0.5 +( 328 136 104 ) ( 328 137 104 ) ( 328 136 105 ) skip [ 0 -1 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 +( 392 -40 104 ) ( 392 -40 105 ) ( 393 -40 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 +( 392 136 104 ) ( 393 136 104 ) ( 392 137 104 ) ground_wood [ -1 0 0 0 ] [ 0 -1 0 -64 ] 0 0.5 0.5 +( 424 168 112 ) ( 424 169 112 ) ( 425 168 112 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 424 136 112 ) ( 425 136 112 ) ( 424 136 113 ) skip [ -1 0 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 +( 480 168 112 ) ( 480 168 113 ) ( 480 169 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 } -// brush 64 +// brush 55 { -( 424 72 104 ) ( 424 72 96 ) ( 424 80 104 ) surface_beige [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 440 72 104 ) ( 440 72 96 ) ( 392 72 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 440 72 96 ) ( 440 80 96 ) ( 392 72 96 ) surface_beige_corner [ -0.9999999999999961 8.742277995965608e-08 0 32 ] [ 8.742277995965608e-08 0.9999999999999961 0 32 ] 180 0.5 0.5 -( 440 72 104 ) ( 392 72 104 ) ( 440 80 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 392 80 104 ) ( 392 80 96 ) ( 440 80 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 432 80 104 ) ( 432 80 96 ) ( 432 72 104 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 424 -48 104 ) ( 424 -48 96 ) ( 424 -40 104 ) surface_beige [ 0 -1 0 -56 ] [ 0 0 -1 0 ] 0 1 1 +( 440 -48 104 ) ( 440 -48 96 ) ( 392 -48 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 440 -48 96 ) ( 440 -40 96 ) ( 392 -48 96 ) surface_beige_corner [ -0.9999999999999961 8.742277995965608e-08 0 32 ] [ 8.742277995965608e-08 0.9999999999999961 0 16 ] 180 0.5 0.5 +( 440 -48 104 ) ( 392 -48 104 ) ( 440 -40 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 392 -40 104 ) ( 392 -40 96 ) ( 440 -40 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 432 -40 104 ) ( 432 -40 96 ) ( 432 -48 104 ) surface_beige [ 0 1 0 56 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 65 +// brush 56 { -( 384 72 104 ) ( 384 72 96 ) ( 384 80 104 ) surface_beige [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 400 72 104 ) ( 400 72 96 ) ( 352 72 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 400 72 96 ) ( 400 80 96 ) ( 352 72 96 ) surface_beige_corner [ -4.371139006309477e-08 -0.999999999999999 0 32 ] [ -0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.5 0.5 -( 400 72 104 ) ( 352 72 104 ) ( 400 80 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 352 80 104 ) ( 352 80 96 ) ( 400 80 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 392 80 104 ) ( 392 80 96 ) ( 392 72 104 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 384 -48 104 ) ( 384 -48 96 ) ( 384 -40 104 ) surface_beige [ 0 -1 0 -56 ] [ 0 0 -1 0 ] 0 1 1 +( 400 -48 104 ) ( 400 -48 96 ) ( 352 -48 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 400 -48 96 ) ( 400 -40 96 ) ( 352 -48 96 ) surface_beige_corner [ -4.371139006309477e-08 -0.999999999999999 0 -16 ] [ -0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.5 0.5 +( 400 -48 104 ) ( 352 -48 104 ) ( 400 -40 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 352 -40 104 ) ( 352 -40 96 ) ( 400 -40 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 392 -40 104 ) ( 392 -40 96 ) ( 392 -48 104 ) surface_beige [ 0 1 0 56 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 66 +// brush 57 { -( 328 232 16 ) ( 328 233 16 ) ( 328 232 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 328 224 16 ) ( 328 224 17 ) ( 329 224 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 328 232 16 ) ( 329 232 16 ) ( 328 233 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 352 256 48 ) ( 352 257 48 ) ( 353 256 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 352 256 24 ) ( 353 256 24 ) ( 352 256 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 400 256 24 ) ( 400 256 25 ) ( 400 257 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 360 112 16 ) ( 360 113 16 ) ( 360 112 17 ) skip [ 0 -1 0 -56 ] [ 0 0 -1 0 ] 0 1 1 +( 328 104 16 ) ( 328 104 17 ) ( 329 104 16 ) woodpale [ -4.371139006309477e-08 0 -0.999999999999999 0 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.25 0.25 +( 328 112 16 ) ( 329 112 16 ) ( 328 113 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 +( 352 136 46 ) ( 352 137 46 ) ( 353 136 46 ) skip [ 1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 +( 352 136 24 ) ( 353 136 24 ) ( 352 136 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 400 136 24 ) ( 400 136 25 ) ( 400 137 24 ) skip [ 0 1 0 120 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 67 +// brush 58 { -( 328 176 16 ) ( 328 177 16 ) ( 328 176 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 328 144 16 ) ( 328 144 17 ) ( 329 144 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 328 176 16 ) ( 329 176 16 ) ( 328 177 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 360 224 48 ) ( 360 225 48 ) ( 361 224 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 360 224 24 ) ( 361 224 24 ) ( 360 224 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 360 224 24 ) ( 360 224 25 ) ( 360 225 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 328 56 16 ) ( 328 57 16 ) ( 328 56 17 ) skip [ 0 -1 0 -120 ] [ 0 0 -1 0 ] 0 1 1 +( 328 24 16 ) ( 328 24 17 ) ( 329 24 16 ) woodpale [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 328 56 16 ) ( 329 56 16 ) ( 328 57 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 +( 360 104 46 ) ( 360 105 46 ) ( 361 104 46 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 +( 360 104 24 ) ( 361 104 24 ) ( 360 104 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 360 104 24 ) ( 360 104 25 ) ( 360 105 24 ) woodpale [ 0 -4.371139006309477e-08 -0.999999999999999 0 ] [ 0 -0.999999999999999 4.371139006309477e-08 0 ] 90 0.25 0.25 } -// brush 68 +// brush 59 { -( 448 112 16 ) ( 448 113 16 ) ( 448 112 17 ) redplaid [ 0 -1 0 -64 ] [ 0 0 -1 0 ] 0 1 1 -( 448 80 16 ) ( 448 80 17 ) ( 449 80 16 ) redplaid [ 1 0 0 -120 ] [ 0 0 -1 0 ] 0 1 1 -( 448 112 16 ) ( 449 112 16 ) ( 448 113 16 ) redplaid [ -1 0 0 120 ] [ 0 -1 0 -64 ] 0 1 1 -( 480 160 48 ) ( 480 161 48 ) ( 481 160 48 ) redplaid [ 1 0 0 -120 ] [ 0 -1 0 -64 ] 0 1 1 -( 480 256 24 ) ( 481 256 24 ) ( 480 256 25 ) redplaid [ -1 0 0 120 ] [ 0 0 -1 0 ] 0 1 1 -( 480 160 24 ) ( 480 160 25 ) ( 480 161 24 ) redplaid [ 0 1 0 64 ] [ 0 0 -1 0 ] 0 1 1 +( 449 -8 16 ) ( 449 -7 16 ) ( 449 -8 17 ) woodpale [ 0 4.371139006309477e-08 -0.999999999999999 0 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.25 0.25 +( 448 -40 16 ) ( 448 -40 17 ) ( 449 -40 16 ) skip [ 1 0 0 -120 ] [ 0 0 -1 0 ] 0 1 1 +( 448 -8 16 ) ( 449 -8 16 ) ( 448 -7 16 ) skip [ -1 0 0 120 ] [ 0 -1 0 -184 ] 0 1 1 +( 480 40 46 ) ( 480 41 46 ) ( 481 40 46 ) skip [ 1 0 0 -56 ] [ 0 -1 0 -56 ] 0 1 1 +( 480 104 24 ) ( 481 104 24 ) ( 480 104 25 ) skip [ -1 0 0 56 ] [ 0 0 -1 0 ] 0 1 1 +( 480 40 24 ) ( 480 40 25 ) ( 480 41 24 ) skip [ 0 1 0 184 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 69 +// brush 60 { ( -16 360 -20 ) ( -16 361 -20 ) ( -16 360 -19 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( -64 360 -20 ) ( -64 360 -19 ) ( -63 360 -20 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 @@ -634,7 +553,7 @@ ( 64 600 12 ) ( 65 600 12 ) ( 64 600 13 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( 784 488 12 ) ( 784 488 13 ) ( 784 489 12 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 } -// brush 70 +// brush 61 { ( -16 360 -16 ) ( -16 361 -16 ) ( -16 360 -15 ) skip [ 0 -1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 ( -64 360 -16 ) ( -64 360 -15 ) ( -63 360 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 @@ -643,7 +562,7 @@ ( 64 600 16 ) ( 65 600 16 ) ( 64 600 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 16 ] 0 1 1 ( 80 488 16 ) ( 80 488 17 ) ( 80 489 16 ) wall_concrete1 [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 1 1 } -// brush 71 +// brush 62 { ( -16 600 -16 ) ( -16 601 -16 ) ( -16 600 -15 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 16 ] 0 0.5 0.5 ( -64 600 -16 ) ( -64 600 -15 ) ( -63 600 -16 ) wall_concrete1 [ 1 0 0 0 ] [ 0 0 -1 16 ] 0 1 1 @@ -652,7 +571,7 @@ ( 64 704 16 ) ( 65 704 16 ) ( 64 704 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 16 ] 0 1 1 ( 576 728 16 ) ( 576 728 17 ) ( 576 729 16 ) wall_concrete1 [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 72 +// brush 63 { ( 736 600 -16 ) ( 736 601 -16 ) ( 736 600 -15 ) wall_concrete1 [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 144 600 -16 ) ( 144 600 -15 ) ( 145 600 -16 ) wall_concrete1 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 @@ -661,7 +580,7 @@ ( 272 720 16 ) ( 273 720 16 ) ( 272 720 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 784 728 16 ) ( 784 728 17 ) ( 784 729 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 } -// brush 73 +// brush 64 { ( 576 600 -20 ) ( 576 601 -20 ) ( 576 600 -19 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( -112 600 -20 ) ( -112 600 -19 ) ( -111 600 -20 ) skip [ 1 0 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 @@ -670,7 +589,7 @@ ( 16 720 12 ) ( 17 720 12 ) ( 16 720 13 ) skip [ -1 0 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( 736 728 12 ) ( 736 728 13 ) ( 736 729 12 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 } -// brush 74 +// brush 65 { ( 64 336 24 ) ( 64 337 24 ) ( 64 336 25 ) redplaid [ 0 -1 0 0 ] [ 0 0 -1 8 ] 0 1 1 ( 56 344 24 ) ( 56 344 25 ) ( 57 344 24 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 8 ] 0 1 1 @@ -679,7 +598,7 @@ ( 80 352 32 ) ( 81 352 32 ) ( 80 352 33 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 8 ] 0 1 1 ( 72 360 32 ) ( 72 360 33 ) ( 72 361 32 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 8 ] 0 1 1 } -// brush 75 +// brush 66 { ( 56 336 16 ) ( 56 337 16 ) ( 56 336 17 ) redplaid [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 56 336 16 ) ( 56 336 17 ) ( 57 336 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 @@ -688,7 +607,7 @@ ( 80 360 24 ) ( 81 360 24 ) ( 80 360 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 80 360 24 ) ( 80 360 25 ) ( 80 361 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 76 +// brush 67 { ( 64 344 24 ) ( 56 336 18 ) ( 56 360 18 ) redplaid [ 0 -1.0000000000000002 0 0 ] [ 1.0000000000000002 0 0 -70.43137 ] 0 1 1 ( 72 344 24 ) ( 80 336 18 ) ( 56 336 18 ) redplaid [ 1.0000000000000002 0 0 0 ] [ 0 1.0000000000000002 0 -94.58823 ] 0 1 1 @@ -697,7 +616,7 @@ ( 72 352 24 ) ( 64 352 24 ) ( 56 360 18 ) redplaid [ -1.0000000000000002 0 0 0 ] [ 0 -1.0000000000000002 0 89.568634 ] 0 1 1 ( 72 352 24 ) ( 80 360 18 ) ( 80 336 18 ) redplaid [ 0 1.0000000000000002 0 0 ] [ -1.0000000000000002 0 0 68 ] 0 1 1 } -// brush 77 +// brush 68 { ( 60 336 152 ) ( 60 337 152 ) ( 60 336 153 ) redplaid [ 0 -1 0 24 ] [ 0 0 -1 8 ] 0 1 1 ( 56 340 152 ) ( 56 340 153 ) ( 57 340 152 ) redplaid [ 1 0 0 -8 ] [ 0 0 -1 8 ] 0 1 1 @@ -706,7 +625,7 @@ ( 88 356 160 ) ( 89 356 160 ) ( 88 356 161 ) redplaid [ -1 0 0 8 ] [ 0 0 -1 8 ] 0 1 1 ( 76 368 160 ) ( 76 368 161 ) ( 76 369 160 ) redplaid [ 0 1 0 -24 ] [ 0 0 -1 8 ] 0 1 1 } -// brush 78 +// brush 69 { ( 64 344 186 ) ( 54 334 180 ) ( 54 362 180 ) redplaid [ 0 -1.0000000000000002 0 24 ] [ 1.0000000000000002 0 0 -200.0878 ] 0 1 1 ( 72 344 186 ) ( 82 334 180 ) ( 54 334 180 ) redplaid [ 1.0000000000000002 0 0 -8 ] [ 0 1.0000000000000002 0 -222 ] 0 1 1 @@ -715,7 +634,7 @@ ( 54 362 180 ) ( 82 362 180 ) ( 72 352 186 ) redplaid [ -1.0000000000000002 0 0 8 ] [ 0 -1.0000000000000002 0 215.36586 ] 0 1 1 ( 72 352 186 ) ( 82 362 180 ) ( 82 334 180 ) redplaid [ 0 1.0000000000000002 0 -24 ] [ -1.0000000000000002 0 0 -62 ] 0 1 1 } -// brush 79 +// brush 70 { ( 60 354 156 ) ( 60 356 156 ) ( 54 362 180 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 ( 56 360 180 ) ( 62 354 156 ) ( 60 354 156 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 @@ -724,7 +643,7 @@ ( 60 356 156 ) ( 62 356 156 ) ( 56 362 180 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 56 362 180 ) ( 62 356 156 ) ( 62 354 156 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 80 +// brush 71 { ( 60 340 156 ) ( 60 342 156 ) ( 54 336 180 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 ( 56 334 180 ) ( 62 340 156 ) ( 60 340 156 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 @@ -733,7 +652,7 @@ ( 60 342 156 ) ( 62 342 156 ) ( 56 336 180 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 56 336 180 ) ( 62 342 156 ) ( 62 340 156 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 81 +// brush 72 { ( 74 342 156 ) ( 80 336 180 ) ( 80 334 180 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 ( 80 334 180 ) ( 82 334 180 ) ( 76 340 156 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 @@ -742,7 +661,7 @@ ( 76 342 156 ) ( 82 336 180 ) ( 80 336 180 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 76 342 156 ) ( 76 340 156 ) ( 82 334 180 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 82 +// brush 73 { ( 74 356 156 ) ( 80 362 180 ) ( 80 360 180 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 ( 80 360 180 ) ( 82 360 180 ) ( 76 354 156 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 @@ -751,7 +670,7 @@ ( 76 356 156 ) ( 82 362 180 ) ( 80 362 180 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 76 356 156 ) ( 76 354 156 ) ( 82 360 180 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 83 +// brush 74 { ( 80 360 16 ) ( 80 360 12 ) ( 80 368 12 ) clip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 80 360 16 ) ( 784 360 16 ) ( 784 360 12 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 @@ -759,33 +678,33 @@ ( 80 368 12 ) ( 784 368 12 ) ( 784 360 16 ) clip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 ( 784 360 16 ) ( 784 368 12 ) ( 784 360 12 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 84 +// brush 75 { -( 400 224 16 ) ( 400 225 16 ) ( 400 224 17 ) redplaid [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 400 224 16 ) ( 400 224 17 ) ( 401 224 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 400 224 16 ) ( 401 224 16 ) ( 400 225 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 448 256 96 ) ( 448 257 96 ) ( 449 256 96 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 448 256 24 ) ( 449 256 24 ) ( 448 256 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 448 256 24 ) ( 448 256 25 ) ( 448 257 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 400 104 16 ) ( 400 105 16 ) ( 400 104 17 ) redplaid [ 0 -1 0 -120 ] [ 0 0 -1 0 ] 0 1 1 +( 400 104 16 ) ( 400 104 17 ) ( 401 104 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 400 104 16 ) ( 401 104 16 ) ( 400 105 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 +( 448 136 96 ) ( 448 137 96 ) ( 449 136 96 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 +( 448 136 24 ) ( 449 136 24 ) ( 448 136 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 448 136 24 ) ( 448 136 25 ) ( 448 137 24 ) redplaid [ 0 1 0 120 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 85 +// brush 76 { -( 328 256 16 ) ( 328 257 16 ) ( 328 256 17 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 328 256 16 ) ( 328 256 17 ) ( 329 256 16 ) surface_beige [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 328 256 4 ) ( 329 256 4 ) ( 328 257 4 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 448 264 112 ) ( 448 265 112 ) ( 449 264 112 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 328 136 16 ) ( 328 137 16 ) ( 328 136 17 ) skip [ 0 -1 0 8 ] [ 0 0 -1 0 ] 0 1 1 +( 328 136 16 ) ( 328 136 17 ) ( 329 136 16 ) surface_beige [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 328 136 4 ) ( 329 136 4 ) ( 328 137 4 ) skip [ -1 0 0 0 ] [ 0 -1 0 8 ] 0 1 1 +( 448 144 120 ) ( 448 145 120 ) ( 449 144 120 ) skip [ 1 0 0 0 ] [ 0 -1 0 8 ] 0 1 1 ( 448 264 24 ) ( 449 264 24 ) ( 448 264 25 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 488 264 24 ) ( 488 264 25 ) ( 488 265 24 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 488 144 24 ) ( 488 144 25 ) ( 488 145 24 ) skip [ 0 1 0 -8 ] [ 0 0 -1 0 ] 0 1 1 } -// brush 86 +// brush 77 { ( 80 600 16 ) ( 80 592 12 ) ( 80 600 12 ) clip [ -1.2246467991473532e-16 -1 0 0 ] [ 0 0 -1 0 ] 180 1 1 ( 784 592 12 ) ( 80 592 12 ) ( 80 600 16 ) clip [ -1 1.2246467991473532e-16 0 32 ] [ 1.2246467991473532e-16 1 0 0 ] 180 1 1 ( 80 600 12 ) ( 80 592 12 ) ( 784 592 12 ) clip [ 1 -1.2246467991473532e-16 0 -32 ] [ 1.2246467991473532e-16 1 0 0 ] 180 1 1 ( 784 600 16 ) ( 80 600 16 ) ( 80 600 12 ) clip [ -1 1.2246467991473532e-16 0 32 ] [ 0 0 -1 0 ] 180 1 1 -( 784 600 16 ) ( 784 600 12 ) ( 784 592 12 ) clip [ 1.2246467991473532e-16 1 0 0 ] [ 0 0 -1 0 ] 180 1 1 +( 576 600 16 ) ( 576 600 12 ) ( 576 592 12 ) clip [ 1.2246467991473532e-16 1 0 0 ] [ 0 0 -1 0 ] 180 1 1 } -// brush 87 +// brush 78 { ( 80 936 16 ) ( 80 232 16 ) ( 80 232 12 ) clip [ -1.8369701987210297e-16 -1 0 56 ] [ 0 0 -1 0 ] 180 1 1 ( 80 360 16 ) ( 88 360 12 ) ( 80 360 12 ) clip [ 1 -1.8369701987210297e-16 0 23.999992 ] [ 0 0 -1 0 ] 180 1 1 @@ -793,7 +712,7 @@ ( 80 600 16 ) ( 80 600 12 ) ( 88 600 12 ) clip [ -1 1.8369701987210297e-16 0 -23.999992 ] [ 0 0 -1 0 ] 180 1 1 ( 88 936 12 ) ( 88 232 12 ) ( 80 232 16 ) clip [ -1.8369701987210297e-16 -1 0 56 ] [ -1 1.8369701987210297e-16 0 -24 ] 96.379364 1 1 } -// brush 88 +// brush 79 { ( 96 704 16 ) ( 96 705 16 ) ( 96 704 17 ) wall_brick [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 544 704 16 ) ( 544 704 17 ) ( 545 704 16 ) wall_brick [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 0.25 0.25 @@ -802,7 +721,7 @@ ( 576 720 32 ) ( 577 720 32 ) ( 576 720 33 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 576 736 32 ) ( 576 736 33 ) ( 576 737 32 ) wall_brick [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } -// brush 89 +// brush 80 { ( 96 744 -20 ) ( 96 745 -20 ) ( 96 744 -19 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( -112 720 -20 ) ( -112 720 -19 ) ( -111 720 -20 ) skip [ 1 0 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 @@ -811,7 +730,7 @@ ( 16 1136 12 ) ( 17 1136 12 ) ( 16 1136 13 ) skip [ -1 0 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( 736 872 12 ) ( 736 872 13 ) ( 736 873 12 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 } -// brush 90 +// brush 81 { ( 736 712 -16 ) ( 736 713 -16 ) ( 736 712 -15 ) wall_concrete1 [ 0 -1 0 112 ] [ 0 0 -1 0 ] 0 1 1 ( 144 720 -16 ) ( 144 720 -15 ) ( 145 720 -16 ) wall_concrete1 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 @@ -820,7 +739,7 @@ ( 272 864 16 ) ( 273 864 16 ) ( 272 864 17 ) wall_concrete1 [ -1 0 0 128 ] [ 0 0 -1 0 ] 0 1 1 ( 848 840 16 ) ( 848 840 17 ) ( 848 841 16 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 } -// brush 91 +// brush 82 { ( 784 704 16 ) ( 784 705 16 ) ( 784 704 17 ) wall_brick [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 1344 704 16 ) ( 1344 704 17 ) ( 1345 704 16 ) wall_brick [ 1 0 0 128 ] [ 0 0 -1 0 ] 0 0.25 0.25 @@ -829,7 +748,7 @@ ( 1376 720 32 ) ( 1377 720 32 ) ( 1376 720 33 ) wall_brick [ -1 0 0 -128 ] [ 0 0 -1 0 ] 0 0.25 0.25 ( 1168 736 32 ) ( 1168 736 33 ) ( 1168 737 32 ) wall_brick [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } -// brush 92 +// brush 83 { ( 736 728 -20 ) ( 736 729 -20 ) ( 736 728 -19 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( 608 864 -20 ) ( 608 864 -19 ) ( 609 864 -20 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 @@ -838,94 +757,1501 @@ ( 736 1136 12 ) ( 737 1136 12 ) ( 736 1136 13 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 ( 848 856 12 ) ( 848 856 13 ) ( 848 857 12 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 } -// brush 93 +// brush 84 { ( 848 872 -16 ) ( 848 873 -16 ) ( 848 872 -15 ) wall_concrete1 [ 0 -1 0 272 ] [ 0 0 -1 0 ] 0 1 1 -( 304 720 -16 ) ( 304 720 -15 ) ( 305 720 -16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 +( 304 800 -16 ) ( 304 800 -15 ) ( 305 800 -16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 ( 304 872 12 ) ( 305 872 12 ) ( 304 873 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.5 0.5 ( 432 1000 16 ) ( 432 1001 16 ) ( 433 1000 16 ) ground_greybrick [ 1 0 0 -96 ] [ 0 -1 0 -112 ] 0 0.5 0.5 ( 432 1136 16 ) ( 433 1136 16 ) ( 432 1136 17 ) skip [ -1 0 0 32 ] [ 0 0 -1 0 ] 0 1 1 ( 944 1000 16 ) ( 944 1000 17 ) ( 944 1001 16 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 } +// brush 85 +{ +( 736 600 16 ) ( 736 592 12 ) ( 736 600 12 ) clip [ -0 -1 0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 992 592 12 ) ( 288 592 12 ) ( 288 600 16 ) clip [ 1 0 -0 0 ] [ 0 -0.894427190999916 -0.447213595499958 0 ] 0 1 1 +( 288 600 12 ) ( 288 592 12 ) ( 992 592 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 992 600 16 ) ( 288 600 16 ) ( 288 600 12 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 784 600 16 ) ( 784 600 12 ) ( 784 592 12 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 86 +{ +( 576 1048 16 ) ( 576 344 16 ) ( 576 344 12 ) clip [ 0 -1 0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 576 600 16 ) ( 584 600 12 ) ( 576 600 12 ) clip [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 576 344 12 ) ( 584 344 12 ) ( 584 1048 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 576 704 16 ) ( 576 704 12 ) ( 584 704 12 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 584 1048 12 ) ( 584 344 12 ) ( 576 344 16 ) clip [ 0.894427190999916 0 -0.447213595499958 0 ] [ 0 -1 0 0 ] 0 1 1 +} +// brush 87 +{ +( 728 1048 12 ) ( 736 344 16 ) ( 728 344 12 ) clip [ 0.894427190999916 0 0.447213595499958 -29.020447 ] [ 0 -1 0 0 ] 0 1 1 +( 736 600 16 ) ( 736 600 12 ) ( 728 600 12 ) clip [ 1 0 0 -40 ] [ 0 0 -1 0 ] 0 1 1 +( 736 344 12 ) ( 728 1048 12 ) ( 728 344 12 ) clip [ -1 0 0 40 ] [ 0 -1 0 0 ] 0 1 1 +( 736 864 16 ) ( 728 864 12 ) ( 736 864 12 ) clip [ -1 0 0 40 ] [ 0 0 -1 0 ] 0 1 1 +( 736 1048 16 ) ( 736 344 12 ) ( 736 344 16 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 88 +{ +( 840 1312 12 ) ( 848 608 16 ) ( 840 608 12 ) clip [ 0.894427190999916 -0 0.447213595499958 0 ] [ -0 -1 0 0 ] 0 1 1 +( 848 864 16 ) ( 848 864 12 ) ( 840 864 12 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 848 608 12 ) ( 840 1312 12 ) ( 840 608 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 848 1136 16 ) ( 840 1136 12 ) ( 848 1136 12 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 848 1312 16 ) ( 848 608 12 ) ( 848 608 16 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 89 +{ +( 736 864 16 ) ( 736 864 12 ) ( 736 872 12 ) clip [ 0 -1 0 -8 ] [ 0 0 -1 0 ] 0 1 1 +( 144 864 16 ) ( 848 864 16 ) ( 848 864 12 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 848 864 12 ) ( 848 872 12 ) ( 144 872 12 ) clip [ -1 0 0 0 ] [ 0 -1 0 -8 ] 0 1 1 +( 144 872 12 ) ( 848 872 12 ) ( 848 864 16 ) clip [ 1 0 0 0 ] [ 0 -1 0 -8 ] 0 1 1 +( 848 864 16 ) ( 848 872 12 ) ( 848 864 12 ) clip [ 0 1 0 8 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 90 +{ +( 728 872 12 ) ( 736 864 16 ) ( 728 864 12 ) clip [ 0.894427190999916 -0 0.447213595499958 0 ] [ -0 -1 0 0 ] 0 1 1 +( 728 864 12 ) ( 736 864 16 ) ( 736 864 12 ) clip [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 736 864 12 ) ( 736 872 12 ) ( 728 872 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 728 872 12 ) ( 736 872 12 ) ( 736 864 16 ) clip [ 1 -0 0 0 ] [ -0 -0.894427190999916 0.447213595499958 0 ] 0 1 1 +( 736 864 16 ) ( 736 872 12 ) ( 736 864 12 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 91 +{ +( 728 592 12 ) ( 728 600 12 ) ( 736 600 16 ) clip [ 0.894427190999916 -0 0.447213595499958 0 ] [ -0 -1 0 0 ] 0 1 1 +( 728 592 12 ) ( 736 600 16 ) ( 736 592 12 ) clip [ 1 0 -0 0 ] [ 0 -0.894427190999916 -0.447213595499958 0 ] 0 1 1 +( 736 600 12 ) ( 728 592 12 ) ( 736 592 12 ) clip [ -1 0 -0 0 ] [ -0 -1 0 0 ] 0 1 1 +( 728 600 12 ) ( 736 600 12 ) ( 736 600 16 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 736 600 16 ) ( 736 600 12 ) ( 736 592 12 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 92 +{ +( 576 600 16 ) ( 576 592 12 ) ( 576 600 12 ) clip [ -0 -1 0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 584 592 12 ) ( 576 592 12 ) ( 576 600 16 ) clip [ 1 0 -0 0 ] [ 0 -0.894427190999916 -0.447213595499958 0 ] 0 1 1 +( 576 600 12 ) ( 576 592 12 ) ( 584 592 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 584 600 12 ) ( 576 600 16 ) ( 576 600 12 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 584 592 12 ) ( 576 600 16 ) ( 584 600 12 ) clip [ 0.894427190999916 0 -0.447213595499958 0 ] [ 0 -1 -0 0 ] 0 1 1 +} +// brush 93 +{ +( 576 704 16 ) ( 576 704 12 ) ( 576 712 12 ) clip [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 +( 584 704 12 ) ( 576 704 12 ) ( 576 704 16 ) clip [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 576 704 12 ) ( 584 712 12 ) ( 576 712 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 584 712 12 ) ( 576 704 16 ) ( 576 712 12 ) clip [ 1 0 0 0 ] [ 0 -0.894427190999916 0.447213595499958 0 ] 0 1 1 +( 584 712 12 ) ( 584 704 12 ) ( 576 704 16 ) clip [ 0.894427190999916 0 -0.447213595499958 0 ] [ 0 -1 0 0 ] 0 1 1 +} // brush 94 { -( 992 880 0 ) ( 992 881 0 ) ( 992 880 1 ) skip [ 0 -1 0 0 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -( 1072 888 0 ) ( 1072 888 1 ) ( 1073 888 0 ) skip [ 1 0 0 0 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -( 1072 880 0 ) ( 1073 880 0 ) ( 1072 881 0 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 1104 928 16 ) ( 1104 929 16 ) ( 1105 928 16 ) carpet_dullgreen [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 1104 1072 16 ) ( 1105 1072 16 ) ( 1104 1072 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -( 1328 928 16 ) ( 1328 928 17 ) ( 1328 929 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 -32 ] 0 0.5 0.5 +( 312 248 16 ) ( 312 249 16 ) ( 312 248 17 ) skip [ 0 -1 0 -48 ] [ 0 0 -1 0 ] 0 1 1 +( 312 256 16 ) ( 312 256 17 ) ( 313 256 16 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 +( 312 248 16 ) ( 313 248 16 ) ( 312 249 16 ) skip [ -1 0 0 24 ] [ 0 -1 0 -48 ] 0 1 1 +( 328 264 120 ) ( 328 265 120 ) ( 329 264 120 ) skip [ 1 0 0 -24 ] [ 0 -1 0 -48 ] 0 1 1 +( 328 264 24 ) ( 329 264 24 ) ( 328 264 25 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 328 264 24 ) ( 328 264 25 ) ( 328 265 24 ) skip [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 1 1 } // brush 95 { -( 1036 928 16 ) ( 1036 929 16 ) ( 1036 928 17 ) redplaid [ 0 -1 0 32 ] [ 0 0 -1 16 ] 0 1 1 -( 1036 912 16 ) ( 1036 912 17 ) ( 1037 912 16 ) redplaid [ 1 0 0 -172 ] [ 0 0 -1 16 ] 0 1 1 -( 1036 928 16 ) ( 1037 928 16 ) ( 1036 929 16 ) redplaid [ -1 0 0 172 ] [ 0 -1 0 32 ] 0 1 1 -( 1068 944 64 ) ( 1068 945 64 ) ( 1069 944 64 ) redplaid [ 1 0 0 -172 ] [ 0 -1 0 32 ] 0 1 1 -( 1068 944 32 ) ( 1069 944 32 ) ( 1068 944 33 ) redplaid [ -1 0 0 172 ] [ 0 0 -1 16 ] 0 1 1 -( 1068 944 32 ) ( 1068 944 33 ) ( 1068 945 32 ) redplaid [ 0 1 0 -32 ] [ 0 0 -1 16 ] 0 1 1 +( 80 160 0 ) ( 80 161 0 ) ( 80 160 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 80 160 0 ) ( 80 160 1 ) ( 81 160 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 80 160 52 ) ( 81 160 52 ) ( 80 161 52 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 112 192 96 ) ( 112 193 96 ) ( 113 192 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 112 168 16 ) ( 113 168 16 ) ( 112 168 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 88 192 16 ) ( 88 192 17 ) ( 88 193 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 } // brush 96 { -( 1232 988 16 ) ( 1232 989 16 ) ( 1232 988 17 ) redplaid [ 0 -1 0 28 ] [ 0 0 -1 0 ] 0 1 1 -( 1216 1000 16 ) ( 1216 1000 17 ) ( 1217 1000 16 ) redplaid [ 1 0 0 -208 ] [ 0 0 -1 0 ] 0 1 1 -( 1216 988 16 ) ( 1217 988 16 ) ( 1216 989 16 ) redplaid [ -1 0 0 208 ] [ 0 -1 0 28 ] 0 1 1 -( 1312 1084 36 ) ( 1312 1085 36 ) ( 1313 1084 36 ) redplaid [ 1 0 0 -208 ] [ 0 -1 0 28 ] 0 1 1 -( 1312 1072 32 ) ( 1313 1072 32 ) ( 1312 1072 33 ) redplaid [ -1 0 0 208 ] [ 0 0 -1 0 ] 0 1 1 -( 1292 1084 32 ) ( 1292 1084 33 ) ( 1292 1085 32 ) redplaid [ 0 1 0 -28 ] [ 0 0 -1 0 ] 0 1 1 +( 80 48 0 ) ( 80 49 0 ) ( 80 48 1 ) surface_green [ 0 -1 0 -32 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 80 48 0 ) ( 80 48 1 ) ( 81 48 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 80 48 52 ) ( 81 48 52 ) ( 80 49 52 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 112 80 96 ) ( 112 81 96 ) ( 113 80 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 112 56 16 ) ( 113 56 16 ) ( 112 56 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 88 80 16 ) ( 88 80 17 ) ( 88 81 16 ) surface_green [ 0 1 0 32 ] [ 0 0 -1 -16 ] 0 0.5 0.5 } // brush 97 { -( 1132 988 16 ) ( 1132 989 16 ) ( 1132 988 17 ) redplaid [ 0 -1 0 28 ] [ 0 0 -1 0 ] 0 1 1 -( 1116 1000 16 ) ( 1116 1000 17 ) ( 1117 1000 16 ) redplaid [ 1 0 0 -108 ] [ 0 0 -1 0 ] 0 1 1 -( 1116 988 16 ) ( 1117 988 16 ) ( 1116 989 16 ) redplaid [ -1 0 0 108 ] [ 0 -1 0 28 ] 0 1 1 -( 1212 1084 36 ) ( 1212 1085 36 ) ( 1213 1084 36 ) redplaid [ 1 0 0 -108 ] [ 0 -1 0 28 ] 0 1 1 -( 1212 1072 32 ) ( 1213 1072 32 ) ( 1212 1072 33 ) redplaid [ -1 0 0 108 ] [ 0 0 -1 0 ] 0 1 1 -( 1192 1084 32 ) ( 1192 1084 33 ) ( 1192 1085 32 ) redplaid [ 0 1 0 -28 ] [ 0 0 -1 0 ] 0 1 1 +( 72 -248 88 ) ( 72 -247 88 ) ( 72 -248 89 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 -63.999992 ] 90 0.5 0.5 +( 80 -64 88 ) ( 80 -64 89 ) ( 81 -64 88 ) surface_green_edge [ -4.371139006309477e-08 0 -0.999999999999999 -32 ] [ -0.999999999999999 0 4.371139006309477e-08 16 ] 90 0.5 0.5 +( 80 -248 104 ) ( 81 -248 104 ) ( 80 -247 104 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 +( 112 -216 112 ) ( 112 -215 112 ) ( 113 -216 112 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 +( 112 -48 104 ) ( 113 -48 104 ) ( 112 -48 105 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +( 312 -216 104 ) ( 312 -216 105 ) ( 312 -215 104 ) surface_green_edge [ 0 -4.371139006309477e-08 -0.999999999999999 32 ] [ 0 -0.999999999999999 4.371139006309477e-08 16.000008 ] 90 0.5 0.5 } // brush 98 { -( 1088 1032 16 ) ( 1088 1033 16 ) ( 1088 1032 17 ) surface_beige [ 0 -1 0 40 ] [ 0 0 -1 0 ] 0 1 1 -( 1088 976 16 ) ( 1088 976 17 ) ( 1089 976 16 ) surface_beige [ 1 0 0 -48 ] [ 0 0 -1 0 ] 0 1 1 -( 1088 1032 16 ) ( 1089 1032 16 ) ( 1088 1033 16 ) surface_beige [ -1 0 0 48 ] [ 0 -1 0 40 ] 0 1 1 -( 1096 1072 96 ) ( 1096 1073 96 ) ( 1097 1072 96 ) surface_beige [ 1 0 0 -48 ] [ 0 -1 0 40 ] 0 1 1 -( 1096 1072 24 ) ( 1097 1072 24 ) ( 1096 1072 25 ) surface_beige [ -1 0 0 48 ] [ 0 0 -1 0 ] 0 1 1 -( 1096 1072 24 ) ( 1096 1072 25 ) ( 1096 1073 24 ) surface_beige [ 0 1 0 -40 ] [ 0 0 -1 0 ] 0 1 1 +( 224 8 16 ) ( 224 9 16 ) ( 224 8 17 ) redplaid [ 0 -1 0 -120 ] [ 0 0 -1 0 ] 0 1 1 +( 224 104 16 ) ( 224 104 17 ) ( 225 104 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 224 8 16 ) ( 225 8 16 ) ( 224 9 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 +( 248 96 48 ) ( 248 97 48 ) ( 249 96 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 +( 248 136 24 ) ( 249 136 24 ) ( 248 136 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 312 96 24 ) ( 312 96 25 ) ( 312 97 24 ) redplaid [ 0 1 0 120 ] [ 0 0 -1 0 ] 0 1 1 } // brush 99 { -( 992 976 16 ) ( 992 977 16 ) ( 992 976 17 ) surface_beige [ 0 -1 0 -8 ] [ 0 0 -1 0 ] 0 1 1 -( 1000 976 16 ) ( 1000 976 17 ) ( 1001 976 16 ) surface_beige [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 1000 976 16 ) ( 1001 976 16 ) ( 1000 977 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 -8 ] 0 1 1 -( 1048 984 96 ) ( 1048 985 96 ) ( 1049 984 96 ) surface_beige [ 1 0 0 0 ] [ 0 -1 0 -8 ] 0 1 1 -( 1048 984 24 ) ( 1049 984 24 ) ( 1048 984 25 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 1040 984 24 ) ( 1040 984 25 ) ( 1040 985 24 ) surface_beige [ 0 1 0 8 ] [ 0 0 -1 0 ] 0 1 1 +( 80 -56 48 ) ( 80 -55 48 ) ( 80 -56 49 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 -15.999992 ] 90 0.5 0.5 +( 80 -56 48 ) ( 80 -56 49 ) ( 81 -56 48 ) surface_green_edge [ -4.371139006309477e-08 0 -0.999999999999999 -32 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 +( 80 -56 120 ) ( 81 -56 120 ) ( 80 -55 120 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 112 -24 144 ) ( 112 -23 144 ) ( 113 -24 144 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 112 -48 64 ) ( 113 -48 64 ) ( 112 -48 65 ) skip [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 +( 312 -24 64 ) ( 312 -24 65 ) ( 312 -23 64 ) surface_green [ 0 1 0 -16 ] [ 0 0 -1 -40 ] 0 0.5 0.5 } // brush 100 { -( 1040 976 16 ) ( 1040 977 16 ) ( 1040 976 17 ) surface_beige [ 0 -1 0 -8 ] [ 0 0 -1 0 ] 0 1 1 -( 1048 976 16 ) ( 1048 976 17 ) ( 1049 976 16 ) surface_beige [ 1 0 0 -48 ] [ 0 0 -1 0 ] 0 1 1 -( 1048 976 80 ) ( 1049 976 80 ) ( 1048 977 80 ) surface_beige [ -1 0 0 48 ] [ 0 -1 0 -8 ] 0 1 1 -( 1096 984 96 ) ( 1096 985 96 ) ( 1097 984 96 ) surface_beige [ 1 0 0 -48 ] [ 0 -1 0 -8 ] 0 1 1 -( 1096 984 24 ) ( 1097 984 24 ) ( 1096 984 25 ) surface_beige [ -1 0 0 48 ] [ 0 0 -1 0 ] 0 1 1 -( 1088 984 24 ) ( 1088 984 25 ) ( 1088 985 24 ) surface_beige [ 0 1 0 8 ] [ 0 0 -1 0 ] 0 1 1 +( 80 -56 0 ) ( 80 -55 0 ) ( 80 -56 1 ) surface_green [ 0 -1 0 16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 80 -56 0 ) ( 80 -56 1 ) ( 81 -56 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 80 -56 48 ) ( 81 -56 48 ) ( 80 -55 48 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 112 -24 96 ) ( 112 -23 96 ) ( 113 -24 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 112 -48 16 ) ( 113 -48 16 ) ( 112 -48 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 88 -24 16 ) ( 88 -24 17 ) ( 88 -23 16 ) surface_green [ 0 1 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 } // brush 101 { -( 1196 1052 16 ) ( 1196 1053 16 ) ( 1196 1052 17 ) ground_wood [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1196 1052 16 ) ( 1196 1052 17 ) ( 1197 1052 16 ) ground_wood [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1196 1052 16 ) ( 1197 1052 16 ) ( 1196 1053 16 ) ground_wood [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 1228 1072 36 ) ( 1228 1073 36 ) ( 1229 1072 36 ) ground_wood [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 1228 1072 20 ) ( 1229 1072 20 ) ( 1228 1072 21 ) ground_wood [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1228 1072 20 ) ( 1228 1072 21 ) ( 1228 1073 20 ) ground_wood [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 224 -48 16 ) ( 224 -47 16 ) ( 224 -48 17 ) redplaid [ 0 -1 0 -120 ] [ 0 0 -1 0 ] 0 1 1 +( 224 -48 16 ) ( 224 -48 17 ) ( 225 -48 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 224 -48 16 ) ( 225 -48 16 ) ( 224 -47 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 +( 248 40 48 ) ( 248 41 48 ) ( 249 40 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 +( 248 64 24 ) ( 249 64 24 ) ( 248 64 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 248 40 24 ) ( 248 40 25 ) ( 248 41 24 ) redplaid [ 0 1 0 120 ] [ 0 0 -1 0 ] 0 1 1 } // brush 102 { -( 1168 888 16 ) ( 1168 889 16 ) ( 1168 888 17 ) ground_wood [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 0.25 0.25 -( 1184 888 16 ) ( 1184 888 17 ) ( 1185 888 16 ) ground_wood [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 0.25 0.25 -( 1184 888 16 ) ( 1185 888 16 ) ( 1184 889 16 ) ground_wood [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 0.25 0.25 -( 1256 920 40 ) ( 1256 921 40 ) ( 1257 920 40 ) ground_wood [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 1256 920 24 ) ( 1257 920 24 ) ( 1256 920 25 ) ground_wood [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1256 920 24 ) ( 1256 920 25 ) ( 1256 921 24 ) ground_wood [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 72 -248 128 ) ( 72 -247 128 ) ( 72 -248 129 ) surface_green [ 0 -1 0 8 ] [ 0 0 -1 -48 ] 0 0.5 0.5 +( 80 -64 128 ) ( 80 -64 129 ) ( 81 -64 128 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 +( 80 -248 144 ) ( 81 -248 144 ) ( 80 -247 144 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 +( 112 -216 152 ) ( 112 -215 152 ) ( 113 -216 152 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 112 -48 144 ) ( 113 -48 144 ) ( 112 -48 145 ) skip [ -1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 +( 312 -216 144 ) ( 312 -216 145 ) ( 312 -215 144 ) surface_green [ 0 1 0 -8 ] [ 0 0 -1 -48 ] 0 0.5 0.5 +} +// brush 103 +{ +( 80 -56 0 ) ( 80 -55 0 ) ( 80 -56 1 ) surface_green [ 0 -1 0 16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 80 -56 0 ) ( 80 -56 1 ) ( 81 -56 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 80 -56 16 ) ( 81 -56 16 ) ( 80 -55 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 112 -24 52 ) ( 112 -23 52 ) ( 113 -24 52 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 112 -48 16 ) ( 113 -48 16 ) ( 112 -48 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 224 -24 16 ) ( 224 -24 17 ) ( 224 -23 16 ) surface_green [ 0 1 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +} +// brush 104 +{ +( 224 -56 0 ) ( 224 -55 0 ) ( 224 -56 1 ) surface_green [ 0 -1 0 16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 224 -56 0 ) ( 224 -56 1 ) ( 225 -56 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 224 -56 16 ) ( 225 -56 16 ) ( 224 -55 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 256 -24 96 ) ( 256 -23 96 ) ( 257 -24 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 256 -48 16 ) ( 257 -48 16 ) ( 256 -48 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +( 312 -24 16 ) ( 312 -24 17 ) ( 312 -23 16 ) surface_green [ 0 1 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 +} +// brush 105 +{ +( 80 -56 -8 ) ( 80 -55 -8 ) ( 80 -56 -7 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 16 ] [ 0 0.999999999999999 4.371139006309477e-08 -15.999992 ] 90 0.5 0.5 +( 176 -56 -8 ) ( 176 -56 -7 ) ( 177 -56 -8 ) surface_green_edge [ -4.371139006309477e-08 0 -0.999999999999999 16 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 +( 176 -56 96 ) ( 177 -56 96 ) ( 176 -55 96 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 208 -24 104 ) ( 208 -23 104 ) ( 209 -24 104 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 208 -48 8 ) ( 209 -48 8 ) ( 208 -48 9 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 +( 312 -24 8 ) ( 312 -24 9 ) ( 312 -23 8 ) surface_green [ 0 1 0 -16 ] [ 0 0 -1 -40 ] 0 0.5 0.5 +} +// brush 106 +{ +( 944 584 -20 ) ( 944 585 -20 ) ( 944 584 -19 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 180 0.5 0.5 +( 816 720 -20 ) ( 816 720 -19 ) ( 817 720 -20 ) skip [ 1 0 0 32 ] [ 0 0 -1 0 ] 180 0.5 0.5 +( 816 584 -20 ) ( 817 584 -20 ) ( 816 585 -20 ) skip [ -1 0 0 -32 ] [ 0 -1 0 0 ] 180 0.5 0.5 +( 944 712 12 ) ( 944 713 12 ) ( 945 712 12 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 180 0.25 0.25 +( 944 800 12 ) ( 945 800 12 ) ( 944 800 13 ) skip [ -1 0 0 -32 ] [ 0 0 -1 0 ] 180 0.5 0.5 +( 1408 712 12 ) ( 1408 712 13 ) ( 1408 713 12 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 180 0.5 0.5 +} +// brush 107 +{ +( 848 792 -16 ) ( 848 793 -16 ) ( 848 792 -15 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 304 720 -16 ) ( 304 720 -15 ) ( 305 720 -16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 +( 304 792 12 ) ( 305 792 12 ) ( 304 793 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 432 920 16 ) ( 432 921 16 ) ( 433 920 16 ) ground_greybrick [ 1 0 0 -96 ] [ 0 -1 0 -16 ] 0 0.5 0.5 +( 432 800 16 ) ( 433 800 16 ) ( 432 800 17 ) skip [ -1 0 0 32 ] [ 0 0 -1 0 ] 0 1 1 +( 944 920 16 ) ( 944 920 17 ) ( 944 921 16 ) wall_concrete1 [ 0 1 0 0 ] [ 0 0 -1 -32 ] 0 1 1 +} +// brush 108 +{ +( 80 256 40 ) ( 80 257 40 ) ( 80 256 41 ) surface_green [ 0 4.371139006309477e-08 -0.999999999999999 -47.999954 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 +( 80 256 40 ) ( 80 256 41 ) ( 81 256 40 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -56 ] 0 0.5 0.5 +( 80 256 112 ) ( 81 256 112 ) ( 80 257 112 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 112 288 120 ) ( 112 289 120 ) ( 113 288 120 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 112 264 56 ) ( 113 264 56 ) ( 112 264 57 ) surface_green [ 4.371139006309477e-08 0 -0.999999999999999 -47.999954 ] [ 0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 +( 312 288 56 ) ( 312 288 57 ) ( 312 289 56 ) skip [ 0 1 0 0 ] [ 0 0 -1 -56 ] 0 0.5 0.5 +} +// brush 109 +{ +( 80 -56 40 ) ( 80 -55 40 ) ( 80 -56 41 ) surface_green [ 0 4.371139006309477e-08 -0.999999999999999 -48 ] [ 0 0.999999999999999 4.371139006309477e-08 -16 ] 90 0.5 0.5 +( 80 -56 40 ) ( 80 -56 41 ) ( 81 -56 40 ) surface_green [ -4.371139006309477e-08 0 -0.999999999999999 -48.000015 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 +( 80 -56 112 ) ( 81 -56 112 ) ( 80 -55 112 ) skip [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 112 -24 120 ) ( 112 -23 120 ) ( 113 -24 120 ) skip [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 +( 112 -48 56 ) ( 113 -48 56 ) ( 112 -48 57 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -56 ] 0 0.5 0.5 +( 312 -24 56 ) ( 312 -24 57 ) ( 312 -23 56 ) skip [ 0 1 0 -16 ] [ 0 0 -1 -56 ] 0 0.5 0.5 +} +// brush 110 +{ +( 312 -32 120 ) ( 312 -32 112 ) ( 312 16 120 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -15.9999695 ] [ 0 0.9999999999999866 1.6292067950285372e-07 47.999992 ] 90 0.5 0.5 +( 320 -32 120 ) ( 320 -32 112 ) ( 312 -32 120 ) skip [ 1 0 0 -16 ] [ 0 0 -1 16 ] 0 1 1 +( 312 16 104 ) ( 312 -32 104 ) ( 320 16 104 ) skip [ 1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 320 16 120 ) ( 320 -32 120 ) ( 312 16 120 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 +( 312 16 120 ) ( 312 16 112 ) ( 320 16 120 ) skip [ -1 0 0 16 ] [ 0 0 -1 16 ] 0 1 1 +( 320 16 120 ) ( 320 16 112 ) ( 320 -32 120 ) skip [ 0 1 0 48 ] [ 0 0 -1 48 ] 0 0.5 0.5 +} +// brush 111 +{ +( 312 -56 16 ) ( 312 -40 16 ) ( 312 -56 32 ) surface_beige_corner [ 0 -1.3113417006681922e-07 0.9999999999999913 32 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 -32 ] 270 0.5 0.5 +( 312 -48 32 ) ( 320 -48 32 ) ( 312 -48 16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 320 -56 16 ) ( 320 -40 16 ) ( 312 -56 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 +( 312 -56 32 ) ( 312 -40 32 ) ( 320 -56 32 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 +( 312 -40 32 ) ( 312 -40 16 ) ( 320 -40 32 ) skip [ 1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 320 -56 32 ) ( 320 -40 32 ) ( 320 -56 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +} +// brush 112 +{ +( 312 152 32 ) ( 312 24 32 ) ( 312 152 16 ) surface_beige_corner [ 0 -0.9999999999999997 -1.224647977550801e-16 0 ] [ -0 1.224647977550801e-16 -0.9999999999999997 32 ] 0 0.5 0.5 +( 320 248 16 ) ( 312 248 16 ) ( 320 248 32 ) skip [ 0.9999999999999957 0 8.742277997596912e-08 16 ] [ -8.742277997596912e-08 0 0.9999999999999957 0 ] 180 0.5 0.5 +( 312 152 16 ) ( 312 24 16 ) ( 320 152 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 1 1 +( 320 152 32 ) ( 320 24 32 ) ( 312 152 32 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 312 256 16 ) ( 320 256 16 ) ( 312 256 32 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 320 152 16 ) ( 320 24 16 ) ( 320 152 32 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 +} +// brush 113 +{ +( 312 152 48 ) ( 312 24 48 ) ( 312 152 32 ) surface_beige_edge [ 0 -0.9999999999999998 0 0 ] [ 0 0 -0.9999999999999998 -32 ] 0 0.5 0.5 +( 320 248 32 ) ( 312 248 32 ) ( 320 248 48 ) skip [ 0.9999999999999957 0 8.742277997596912e-08 16 ] [ -8.742277997596912e-08 0 0.9999999999999957 -32 ] 180 0.5 0.5 +( 312 152 32 ) ( 312 24 32 ) ( 320 152 32 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 1 1 +( 320 152 104 ) ( 320 24 104 ) ( 312 152 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 312 256 32 ) ( 320 256 32 ) ( 312 256 48 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 320 152 32 ) ( 320 24 32 ) ( 320 152 48 ) skip [ 0 1 0 32 ] [ 0 0 -1 32 ] 0 0.5 0.5 +} +// brush 114 +{ +( 312 152 120 ) ( 312 24 120 ) ( 312 152 104 ) surface_beige_corner [ 0 1.6292067950285372e-07 -0.9999999999999866 48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 +( 320 248 104 ) ( 312 248 104 ) ( 320 248 120 ) skip [ 0.9999999999999957 0 8.742277997596912e-08 16 ] [ -8.742277997596912e-08 0 0.9999999999999957 -48 ] 180 0.5 0.5 +( 312 152 104 ) ( 312 24 104 ) ( 320 152 104 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 1 1 +( 320 152 120 ) ( 320 24 120 ) ( 312 152 120 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 312 256 104 ) ( 320 256 104 ) ( 312 256 120 ) skip [ -1 0 0 0 ] [ 0 0 -1 32 ] 0 0.25 0.25 +( 320 152 104 ) ( 320 24 104 ) ( 320 152 120 ) skip [ 0 1 0 32 ] [ 0 0 -1 48 ] 0 0.5 0.5 +} +// brush 115 +{ +( 80 -48 40 ) ( 80 -47 40 ) ( 80 -48 41 ) surface_green [ 0 4.371139006309477e-08 -0.999999999999999 -48 ] [ 0 0.999999999999999 4.371139006309477e-08 -32 ] 90 0.5 0.5 +( 80 -48 40 ) ( 80 -48 41 ) ( 81 -48 40 ) skip [ -4.371139006309477e-08 0 -0.999999999999999 -48 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 +( 80 -48 112 ) ( 81 -48 112 ) ( 80 -47 112 ) skip [ -1 0 0 0 ] [ 0 -1 0 32 ] 0 0.5 0.5 +( 112 -16 120 ) ( 112 -15 120 ) ( 113 -16 120 ) skip [ 1 0 0 0 ] [ 0 -1 0 32 ] 0 0.5 0.5 +( 112 256 56 ) ( 113 256 56 ) ( 112 256 57 ) skip [ -1 0 0 0 ] [ 0 0 -1 -56 ] 0 0.5 0.5 +( 88 -16 56 ) ( 88 -16 57 ) ( 88 -15 56 ) surface_green [ 0 1 0 -32 ] [ 0 0 -1 -56 ] 0 0.5 0.5 +} +// brush 116 +{ +( 944 800 0 ) ( 944 801 0 ) ( 944 800 1 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 944 800 0 ) ( 944 800 1 ) ( 945 800 0 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 944 800 0 ) ( 945 800 0 ) ( 944 801 0 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 992 848 16 ) ( 992 849 16 ) ( 993 848 16 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 992 1024 16 ) ( 993 1024 16 ) ( 992 1024 17 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 848 16 ) ( 1312 848 17 ) ( 1312 849 16 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 117 +{ +( 944 800 16 ) ( 944 801 16 ) ( 944 800 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 944 800 16 ) ( 944 800 17 ) ( 945 800 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 944 800 16 ) ( 945 800 16 ) ( 944 801 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 840 96 ) ( 952 841 96 ) ( 953 840 96 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 824 24 ) ( 953 824 24 ) ( 952 824 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 840 24 ) ( 952 840 25 ) ( 952 841 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 118 +{ +( 944 872 16 ) ( 944 873 16 ) ( 944 872 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 944 872 16 ) ( 944 872 17 ) ( 945 872 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 944 872 16 ) ( 945 872 16 ) ( 944 873 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 912 112 ) ( 952 913 112 ) ( 953 912 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 888 24 ) ( 953 888 24 ) ( 952 888 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 912 24 ) ( 952 912 25 ) ( 952 913 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 119 +{ +( 944 848 32 ) ( 944 849 32 ) ( 944 848 33 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 944 800 32 ) ( 944 800 33 ) ( 945 800 32 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 944 848 96 ) ( 945 848 96 ) ( 944 849 96 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 888 112 ) ( 952 889 112 ) ( 953 888 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 872 40 ) ( 953 872 40 ) ( 952 872 41 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 888 40 ) ( 952 888 41 ) ( 952 889 40 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 120 +{ +( 944 888 16 ) ( 944 889 16 ) ( 944 888 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 944 888 16 ) ( 944 888 17 ) ( 945 888 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 944 888 16 ) ( 945 888 16 ) ( 944 889 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 928 48 ) ( 952 929 48 ) ( 953 928 48 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 992 24 ) ( 953 992 24 ) ( 952 992 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 928 24 ) ( 952 928 25 ) ( 952 929 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 121 +{ +( 944 888 16 ) ( 944 889 16 ) ( 944 888 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 944 888 16 ) ( 944 888 17 ) ( 945 888 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 944 888 96 ) ( 945 888 96 ) ( 944 889 96 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 928 112 ) ( 952 929 112 ) ( 953 928 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 992 24 ) ( 953 992 24 ) ( 952 992 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 928 24 ) ( 952 928 25 ) ( 952 929 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 122 +{ +( 944 992 16 ) ( 944 993 16 ) ( 944 992 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 944 992 16 ) ( 944 992 17 ) ( 945 992 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 944 992 16 ) ( 945 992 16 ) ( 944 993 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1032 112 ) ( 952 1033 112 ) ( 953 1032 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1024 24 ) ( 953 1024 24 ) ( 952 1024 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1032 24 ) ( 952 1032 25 ) ( 952 1033 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 123 +{ +( 328 24 48 ) ( 328 58 46 ) ( 328 58 48 ) skip [ 0 -1 0 -12 ] [ 0 0 -1 0 ] 0 1 1 +( 340 24 48 ) ( 328 24 46 ) ( 328 24 48 ) marblewhite [ 1 -0 0 0 ] [ 0 -0 -1 0 ] 0 0.25 0.25 +( 340 58 46 ) ( 328 24 46 ) ( 340 24 46 ) marblewhite [ -1 0 -0 0 ] [ -0 -1 0 0 ] 0 0.25 0.25 +( 340 58 48 ) ( 328 24 48 ) ( 328 58 48 ) marblewhite [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 340 136 48 ) ( 328 136 46 ) ( 340 136 46 ) skip [ -1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 +( 361 58 48 ) ( 361 24 46 ) ( 361 24 48 ) marblewhite [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 124 +{ +( 361 24 48 ) ( 361 58 46 ) ( 361 58 48 ) skip [ 0 -1 0 -12 ] [ 0 0 -1 0 ] 0 1 1 +( 379 103 48 ) ( 367 103 46 ) ( 367 103 48 ) marblewhite [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 379 58 46 ) ( 367 24 46 ) ( 379 24 46 ) marblewhite [ -1 0 0 28 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 379 58 48 ) ( 367 24 48 ) ( 367 58 48 ) marblewhite [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 379 136 48 ) ( 367 136 46 ) ( 379 136 46 ) skip [ -1 0 0 23 ] [ 0 0 -1 0 ] 0 1 1 +( 400 58 48 ) ( 400 24 46 ) ( 400 24 48 ) marblewhite [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 125 +{ +( 448 24 48 ) ( 448 58 46 ) ( 448 58 48 ) marblewhite [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 0.25 0.25 +( 460 -40 48 ) ( 448 -40 46 ) ( 448 -40 48 ) skip [ 1 -0 0 0 ] [ 0 -0 -1 0 ] 0 1 1 +( 460 58 46 ) ( 448 24 46 ) ( 460 24 46 ) skip [ -1 0 -0 0 ] [ -0 -1 0 0 ] 0 1 1 +( 460 58 48 ) ( 448 24 48 ) ( 448 58 48 ) marblewhite [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 460 136 48 ) ( 448 136 46 ) ( 460 136 46 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 481 58 48 ) ( 481 24 46 ) ( 481 24 48 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 126 +{ +( 448 24 16 ) ( 448 25 16 ) ( 448 24 17 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 448 104 16 ) ( 448 104 17 ) ( 449 104 16 ) woodpale [ -4.371139006309477e-08 0 -0.999999999999999 0 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.25 0.25 +( 448 24 16 ) ( 449 24 16 ) ( 448 25 16 ) skip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 +( 480 72 46 ) ( 480 73 46 ) ( 481 72 46 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 480 136 24 ) ( 481 136 24 ) ( 480 136 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 480 72 24 ) ( 480 72 25 ) ( 480 73 24 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 127 +{ +( 848 1136 0 ) ( 848 1137 0 ) ( 848 1136 1 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 912 1136 0 ) ( 912 1136 1 ) ( 913 1136 0 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 912 1136 0 ) ( 913 1136 0 ) ( 912 1137 0 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 944 1200 16 ) ( 944 1201 16 ) ( 945 1200 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 944 1800 16 ) ( 945 1800 16 ) ( 944 1800 17 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 944 1200 16 ) ( 944 1200 17 ) ( 944 1201 16 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 128 +{ +( 952 1216 24 ) ( 952 1217 24 ) ( 952 1216 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1216 24 ) ( 952 1216 25 ) ( 953 1216 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1216 16 ) ( 953 1216 16 ) ( 952 1217 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1224 112 ) ( 968 1225 112 ) ( 969 1224 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1224 32 ) ( 969 1224 32 ) ( 968 1224 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1224 32 ) ( 1304 1224 33 ) ( 1304 1225 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 129 +{ +( 952 1408 24 ) ( 952 1409 24 ) ( 952 1408 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1408 24 ) ( 952 1408 25 ) ( 953 1408 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1408 16 ) ( 953 1408 16 ) ( 952 1409 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1416 112 ) ( 968 1417 112 ) ( 969 1416 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1416 32 ) ( 969 1416 32 ) ( 968 1416 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1416 32 ) ( 1304 1416 33 ) ( 1304 1417 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 130 +{ +( 952 1024 24 ) ( 952 1025 24 ) ( 952 1024 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1024 24 ) ( 952 1024 25 ) ( 953 1024 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1024 16 ) ( 953 1024 16 ) ( 952 1025 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1032 112 ) ( 968 1033 112 ) ( 969 1032 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1032 32 ) ( 969 1032 32 ) ( 968 1032 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1032 32 ) ( 1304 1032 33 ) ( 1304 1033 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 131 +{ +( 1194 1132 16 ) ( 1194 1133 16 ) ( 1194 1132 17 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1188 1134 16 ) ( 1188 1134 17 ) ( 1189 1134 16 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1188 1132 16 ) ( 1189 1132 16 ) ( 1188 1133 16 ) clip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1284 1228 44 ) ( 1284 1229 44 ) ( 1285 1228 44 ) clip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1284 1216 32 ) ( 1285 1216 32 ) ( 1284 1216 33 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1264 1228 32 ) ( 1264 1228 33 ) ( 1264 1229 32 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 132 +{ +( 952 1120 16 ) ( 952 1121 16 ) ( 952 1120 17 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 180 0.5 0.5 +( 960 1120 16 ) ( 960 1120 17 ) ( 961 1120 16 ) surface_beige [ 1 0 0 -16 ] [ 0 0 -1 0 ] 180 0.5 0.5 +( 960 1120 16 ) ( 961 1120 16 ) ( 960 1121 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -32 ] 180 0.5 0.5 +( 1008 1128 96 ) ( 1008 1129 96 ) ( 1009 1128 96 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 90 0.5 0.5 +( 1008 1128 24 ) ( 1009 1128 24 ) ( 1008 1128 25 ) surface_beige [ -1 0 0 16 ] [ 0 0 -1 0 ] 180 0.5 0.5 +( 1000 1128 24 ) ( 1000 1128 25 ) ( 1000 1129 24 ) surface_beige_edge [ 0 1 0 0 ] [ 0 0 -1 0 ] 180 0.5 0.5 +} +// brush 133 +{ +( 1082 1132 16 ) ( 1082 1133 16 ) ( 1082 1132 17 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1076 1134 16 ) ( 1076 1134 17 ) ( 1077 1134 16 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1076 1132 16 ) ( 1077 1132 16 ) ( 1076 1133 16 ) clip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1172 1228 44 ) ( 1172 1229 44 ) ( 1173 1228 44 ) clip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1172 1216 32 ) ( 1173 1216 32 ) ( 1172 1216 33 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1152 1228 32 ) ( 1152 1228 33 ) ( 1152 1229 32 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 134 +{ +( 1000 1120 32 ) ( 1000 1121 32 ) ( 1000 1120 33 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 32 ] 0 0.5 0.5 +( 1008 1120 32 ) ( 1008 1120 33 ) ( 1009 1120 32 ) surface_beige [ 1 0 0 -16 ] [ 0 0 -1 32 ] 0 0.5 0.5 +( 1008 1120 96 ) ( 1009 1120 96 ) ( 1008 1121 96 ) surface_beige_edge [ 4.371138994063005e-08 0.9999999999999989 0 0 ] [ -0.9999999999999989 4.371138994063005e-08 0 16 ] 270 0.5 0.5 +( 1056 1128 112 ) ( 1056 1129 112 ) ( 1057 1128 112 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 1056 1128 40 ) ( 1057 1128 40 ) ( 1056 1128 41 ) surface_beige [ -1 0 0 16 ] [ 0 0 -1 32 ] 0 0.5 0.5 +( 1048 1128 40 ) ( 1048 1128 41 ) ( 1048 1129 40 ) skip [ 0 1 0 32 ] [ 0 0 -1 32 ] 0 0.5 0.5 +} +// brush 135 +{ +( 1156 1196 16 ) ( 1156 1197 16 ) ( 1156 1196 17 ) clip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 1156 1196 16 ) ( 1156 1196 17 ) ( 1157 1196 16 ) clip [ 1 0 0 -32 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 1156 1196 16 ) ( 1157 1196 16 ) ( 1156 1197 16 ) clip [ -1 0 0 32 ] [ 0 -1 0 0 ] 180 0.25 0.25 +( 1188 1216 34 ) ( 1188 1217 34 ) ( 1189 1216 34 ) clip [ 1 0 0 -32 ] [ 0 -1 0 0 ] 180 0.25 0.25 +( 1188 1216 20 ) ( 1189 1216 20 ) ( 1188 1216 21 ) clip [ -1 0 0 32 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 1190 1216 20 ) ( 1190 1216 21 ) ( 1190 1217 20 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 180 0.25 0.25 +} +// brush 136 +{ +( 952 1024 0 ) ( 952 1025 0 ) ( 952 1024 1 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 -32 ] 180 0.5 0.5 +( 1032 1032 0 ) ( 1032 1032 1 ) ( 1033 1032 0 ) skip [ 1 0 0 16 ] [ 0 0 -1 -32 ] 180 0.5 0.5 +( 1032 1024 0 ) ( 1033 1024 0 ) ( 1032 1025 0 ) skip [ -1 0 0 -16 ] [ 0 -1 0 -32 ] 180 0.5 0.5 +( 1064 1072 16 ) ( 1064 1073 16 ) ( 1065 1072 16 ) carpet_dullgreen [ 1 0 0 80 ] [ 0 -1 0 -96 ] 180 0.5 0.5 +( 1064 1216 16 ) ( 1065 1216 16 ) ( 1064 1216 17 ) skip [ -1 0 0 -16 ] [ 0 0 -1 -32 ] 180 0.5 0.5 +( 1304 1072 16 ) ( 1304 1072 17 ) ( 1304 1073 16 ) skip [ 0 1 0 32 ] [ 0 0 -1 -32 ] 180 0.5 0.5 +} +// brush 137 +{ +( 1136 1032 16 ) ( 1136 1033 16 ) ( 1136 1032 17 ) clip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 1112 1032 16 ) ( 1112 1032 17 ) ( 1113 1032 16 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 1112 1032 16 ) ( 1113 1032 16 ) ( 1112 1033 16 ) clip [ -1 0 0 0 ] [ 0 -1 0 0 ] 180 0.25 0.25 +( 1184 1064 48 ) ( 1184 1065 48 ) ( 1185 1064 48 ) clip [ 1 0 0 0 ] [ 0 -1 0 0 ] 180 0.25 0.25 +( 1184 1056 24 ) ( 1185 1056 24 ) ( 1184 1056 25 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 1200 1064 24 ) ( 1200 1064 25 ) ( 1200 1065 24 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 180 0.25 0.25 +} +// brush 138 +{ +( 1048 1168 48 ) ( 1048 1169 48 ) ( 1048 1168 49 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 1048 1120 48 ) ( 1048 1120 49 ) ( 1049 1120 48 ) surface_beige_edge [ -0.9999999999999961 0 8.742278000372473e-08 0 ] [ 8.742278000372473e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 +( 1048 1168 96 ) ( 1049 1168 96 ) ( 1048 1169 96 ) skip [ -1 0 0 16 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 1056 1208 112 ) ( 1056 1209 112 ) ( 1057 1208 112 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 1056 1128 56 ) ( 1057 1128 56 ) ( 1056 1128 57 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 1056 1208 56 ) ( 1056 1208 57 ) ( 1056 1209 56 ) surface_beige_edge [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +} +// brush 139 +{ +( 1048 1176 16 ) ( 1048 1177 16 ) ( 1048 1176 17 ) surface_beige [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 180 0.5 0.5 +( 1048 1128 16 ) ( 1048 1128 17 ) ( 1049 1128 16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 180 0.5 0.5 +( 1048 1176 16 ) ( 1049 1176 16 ) ( 1048 1177 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -32 ] 180 0.5 0.5 +( 1056 1216 112 ) ( 1056 1217 112 ) ( 1057 1216 112 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 90 0.5 0.5 +( 1056 1216 24 ) ( 1057 1216 24 ) ( 1056 1216 25 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 180 0.5 0.5 +( 1056 1216 24 ) ( 1056 1216 25 ) ( 1056 1217 24 ) surface_beige [ 0 1 0 32 ] [ 0 0 -1 0 ] 180 0.5 0.5 +} +// brush 140 +{ +( 952 1120 32 ) ( 952 1121 32 ) ( 952 1120 33 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 32 ] 0 0.5 0.5 +( 952 1120 32 ) ( 952 1120 33 ) ( 953 1120 32 ) surface_beige [ 1 0 0 32 ] [ 0 0 -1 32 ] 0 0.5 0.5 +( 952 1120 96 ) ( 953 1120 96 ) ( 952 1121 96 ) skip [ -1 0 0 -32 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 1000 1128 112 ) ( 1000 1129 112 ) ( 1001 1128 112 ) skip [ 1 0 0 32 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 1000 1128 40 ) ( 1001 1128 40 ) ( 1000 1128 41 ) surface_beige [ -1 0 0 -32 ] [ 0 0 -1 32 ] 0 0.5 0.5 +( 1000 1128 40 ) ( 1000 1128 41 ) ( 1000 1129 40 ) skip [ 0 1 0 32 ] [ 0 0 -1 32 ] 0 0.5 0.5 +} +// brush 141 +{ +( 1048 1168 16 ) ( 1048 1169 16 ) ( 1048 1168 17 ) surface_beige_edge [ 0 0.9999999999999961 8.742278000372473e-08 0 ] [ 0 -8.742278000372473e-08 0.9999999999999961 0 ] 0 0.5 0.5 +( 1048 1120 16 ) ( 1048 1120 17 ) ( 1049 1120 16 ) surface_beige_edge [ -0.9999999999999961 0 8.742278000372473e-08 0 ] [ 8.742278000372473e-08 0 0.9999999999999961 0 ] 0 0.5 0.5 +( 1048 1168 16 ) ( 1049 1168 16 ) ( 1048 1169 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -32 ] 180 0.5 0.5 +( 1056 1208 96 ) ( 1056 1209 96 ) ( 1057 1208 96 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 90 0.5 0.5 +( 1056 1128 24 ) ( 1057 1128 24 ) ( 1056 1128 25 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 180 0.5 0.5 +( 1056 1208 24 ) ( 1056 1208 25 ) ( 1056 1209 24 ) surface_beige_edge [ 0 1 0 0 ] [ 0 0 -1 0 ] 180 0.5 0.5 +} +// brush 142 +{ +( 944 1032 8 ) ( 944 1033 8 ) ( 944 1032 9 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1024 8 ) ( 936 1024 9 ) ( 937 1024 8 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1032 8 ) ( 937 1032 8 ) ( 936 1033 8 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1064 16 ) ( 952 1065 16 ) ( 953 1064 16 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1672 16 ) ( 953 1672 16 ) ( 952 1672 17 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1064 16 ) ( 952 1064 17 ) ( 952 1065 16 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 143 +{ +( 1304 1024 24 ) ( 1304 1025 24 ) ( 1304 1024 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1040 24 ) ( 960 1040 25 ) ( 961 1040 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1024 16 ) ( 961 1024 16 ) ( 960 1025 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1032 40 ) ( 976 1033 40 ) ( 977 1032 40 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1200 32 ) ( 977 1200 32 ) ( 976 1200 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1032 32 ) ( 1312 1032 33 ) ( 1312 1033 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 144 +{ +( 944 1032 16 ) ( 944 1033 16 ) ( 944 1032 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1024 16 ) ( 936 1024 17 ) ( 937 1024 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1032 16 ) ( 937 1032 16 ) ( 936 1033 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1064 112 ) ( 952 1065 112 ) ( 953 1064 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1048 24 ) ( 953 1048 24 ) ( 952 1048 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1064 24 ) ( 952 1064 25 ) ( 952 1065 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 145 +{ +( 944 1112 16 ) ( 944 1113 16 ) ( 944 1112 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1096 16 ) ( 936 1096 17 ) ( 937 1096 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1112 16 ) ( 937 1112 16 ) ( 936 1113 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1144 112 ) ( 952 1145 112 ) ( 953 1144 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1216 24 ) ( 953 1216 24 ) ( 952 1216 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1144 24 ) ( 952 1144 25 ) ( 952 1145 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 146 +{ +( 952 1224 8 ) ( 952 1225 8 ) ( 952 1224 9 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1224 8 ) ( 952 1224 9 ) ( 953 1224 8 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1224 8 ) ( 953 1224 8 ) ( 952 1225 8 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1272 16 ) ( 968 1273 16 ) ( 969 1272 16 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1408 16 ) ( 969 1408 16 ) ( 968 1408 17 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1272 16 ) ( 1304 1272 17 ) ( 1304 1273 16 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 147 +{ +( 944 1080 16 ) ( 944 1081 16 ) ( 944 1080 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1048 16 ) ( 936 1048 17 ) ( 937 1048 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1080 96 ) ( 937 1080 96 ) ( 936 1081 96 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1112 112 ) ( 952 1113 112 ) ( 953 1112 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1096 24 ) ( 953 1096 24 ) ( 952 1096 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1112 24 ) ( 952 1112 25 ) ( 952 1113 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 148 +{ +( 944 1304 16 ) ( 944 1305 16 ) ( 944 1304 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1288 16 ) ( 936 1288 17 ) ( 937 1288 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1304 16 ) ( 937 1304 16 ) ( 936 1305 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1336 112 ) ( 952 1337 112 ) ( 953 1336 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1408 24 ) ( 953 1408 24 ) ( 952 1408 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1336 24 ) ( 952 1336 25 ) ( 952 1337 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 149 +{ +( 944 1272 16 ) ( 944 1273 16 ) ( 944 1272 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1240 16 ) ( 936 1240 17 ) ( 937 1240 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1272 96 ) ( 937 1272 96 ) ( 936 1273 96 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1304 112 ) ( 952 1305 112 ) ( 953 1304 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1288 24 ) ( 953 1288 24 ) ( 952 1288 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1304 24 ) ( 952 1304 25 ) ( 952 1305 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 150 +{ +( 944 1224 16 ) ( 944 1225 16 ) ( 944 1224 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1216 16 ) ( 936 1216 17 ) ( 937 1216 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1224 16 ) ( 937 1224 16 ) ( 936 1225 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1256 112 ) ( 952 1257 112 ) ( 953 1256 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1240 24 ) ( 953 1240 24 ) ( 952 1240 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1256 24 ) ( 952 1256 25 ) ( 952 1257 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 151 +{ +( 952 1600 24 ) ( 952 1601 24 ) ( 952 1600 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1600 24 ) ( 952 1600 25 ) ( 953 1600 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1600 16 ) ( 953 1600 16 ) ( 952 1601 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1608 112 ) ( 968 1609 112 ) ( 969 1608 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1608 32 ) ( 969 1608 32 ) ( 968 1608 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1608 32 ) ( 1304 1608 33 ) ( 1304 1609 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 152 +{ +( 944 1496 16 ) ( 944 1497 16 ) ( 944 1496 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1480 16 ) ( 936 1480 17 ) ( 937 1480 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1496 16 ) ( 937 1496 16 ) ( 936 1497 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1528 112 ) ( 952 1529 112 ) ( 953 1528 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1600 24 ) ( 953 1600 24 ) ( 952 1600 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1528 24 ) ( 952 1528 25 ) ( 952 1529 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 153 +{ +( 944 1464 16 ) ( 944 1465 16 ) ( 944 1464 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1432 16 ) ( 936 1432 17 ) ( 937 1432 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1464 96 ) ( 937 1464 96 ) ( 936 1465 96 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1496 112 ) ( 952 1497 112 ) ( 953 1496 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1480 24 ) ( 953 1480 24 ) ( 952 1480 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1496 24 ) ( 952 1496 25 ) ( 952 1497 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 154 +{ +( 944 1416 16 ) ( 944 1417 16 ) ( 944 1416 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1408 16 ) ( 936 1408 17 ) ( 937 1408 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1416 16 ) ( 937 1416 16 ) ( 936 1417 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1448 112 ) ( 952 1449 112 ) ( 953 1448 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1432 24 ) ( 953 1432 24 ) ( 952 1432 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1448 24 ) ( 952 1448 25 ) ( 952 1449 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 155 +{ +( 952 1416 8 ) ( 952 1417 8 ) ( 952 1416 9 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1416 8 ) ( 952 1416 9 ) ( 953 1416 8 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1416 8 ) ( 953 1416 8 ) ( 952 1417 8 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1464 16 ) ( 968 1465 16 ) ( 969 1464 16 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1600 16 ) ( 969 1600 16 ) ( 968 1600 17 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1464 16 ) ( 1304 1464 17 ) ( 1304 1465 16 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 156 +{ +( 952 1792 24 ) ( 952 1793 24 ) ( 952 1792 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1792 24 ) ( 952 1792 25 ) ( 953 1792 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1792 16 ) ( 953 1792 16 ) ( 952 1793 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1800 112 ) ( 968 1801 112 ) ( 969 1800 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1800 32 ) ( 969 1800 32 ) ( 968 1800 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1800 32 ) ( 1304 1800 33 ) ( 1304 1801 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 157 +{ +( 944 1688 16 ) ( 944 1689 16 ) ( 944 1688 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1672 16 ) ( 936 1672 17 ) ( 937 1672 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1688 16 ) ( 937 1688 16 ) ( 936 1689 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1720 112 ) ( 952 1721 112 ) ( 953 1720 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1800 24 ) ( 953 1800 24 ) ( 952 1800 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1720 24 ) ( 952 1720 25 ) ( 952 1721 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 158 +{ +( 944 1656 16 ) ( 944 1657 16 ) ( 944 1656 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1624 16 ) ( 936 1624 17 ) ( 937 1624 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1656 96 ) ( 937 1656 96 ) ( 936 1657 96 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1688 112 ) ( 952 1689 112 ) ( 953 1688 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1672 24 ) ( 953 1672 24 ) ( 952 1672 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1688 24 ) ( 952 1688 25 ) ( 952 1689 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 159 +{ +( 944 1608 16 ) ( 944 1609 16 ) ( 944 1608 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1600 16 ) ( 936 1600 17 ) ( 937 1600 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1608 16 ) ( 937 1608 16 ) ( 936 1609 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1640 112 ) ( 952 1641 112 ) ( 953 1640 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1624 24 ) ( 953 1624 24 ) ( 952 1624 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1640 24 ) ( 952 1640 25 ) ( 952 1641 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 160 +{ +( 952 1608 8 ) ( 952 1609 8 ) ( 952 1608 9 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1608 8 ) ( 952 1608 9 ) ( 953 1608 8 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1608 8 ) ( 953 1608 8 ) ( 952 1609 8 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1656 16 ) ( 968 1657 16 ) ( 969 1656 16 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1792 16 ) ( 969 1792 16 ) ( 968 1792 17 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1656 16 ) ( 1304 1656 17 ) ( 1304 1657 16 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 161 +{ +( 952 1792 136 ) ( 952 1793 136 ) ( 952 1792 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1792 136 ) ( 952 1792 137 ) ( 953 1792 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1792 128 ) ( 953 1792 128 ) ( 952 1793 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1800 224 ) ( 968 1801 224 ) ( 969 1800 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1800 144 ) ( 969 1800 144 ) ( 968 1800 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1800 144 ) ( 1304 1800 145 ) ( 1304 1801 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 162 +{ +( 952 1600 136 ) ( 952 1601 136 ) ( 952 1600 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1600 136 ) ( 952 1600 137 ) ( 953 1600 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1600 128 ) ( 953 1600 128 ) ( 952 1601 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1608 224 ) ( 968 1609 224 ) ( 969 1608 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1608 144 ) ( 969 1608 144 ) ( 968 1608 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1608 144 ) ( 1304 1608 145 ) ( 1304 1609 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 163 +{ +( 952 1408 136 ) ( 952 1409 136 ) ( 952 1408 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1408 136 ) ( 952 1408 137 ) ( 953 1408 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1408 128 ) ( 953 1408 128 ) ( 952 1409 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1416 224 ) ( 968 1417 224 ) ( 969 1416 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1416 144 ) ( 969 1416 144 ) ( 968 1416 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1416 144 ) ( 1304 1416 145 ) ( 1304 1417 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 164 +{ +( 944 1496 128 ) ( 944 1497 128 ) ( 944 1496 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1480 128 ) ( 936 1480 129 ) ( 937 1480 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1496 128 ) ( 937 1496 128 ) ( 936 1497 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1528 224 ) ( 952 1529 224 ) ( 953 1528 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1600 136 ) ( 953 1600 136 ) ( 952 1600 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1528 136 ) ( 952 1528 137 ) ( 952 1529 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 165 +{ +( 944 1656 128 ) ( 944 1657 128 ) ( 944 1656 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1624 128 ) ( 936 1624 129 ) ( 937 1624 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1656 208 ) ( 937 1656 208 ) ( 936 1657 208 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1688 224 ) ( 952 1689 224 ) ( 953 1688 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1672 136 ) ( 953 1672 136 ) ( 952 1672 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1688 136 ) ( 952 1688 137 ) ( 952 1689 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 166 +{ +( 944 1688 128 ) ( 944 1689 128 ) ( 944 1688 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1672 128 ) ( 936 1672 129 ) ( 937 1672 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1688 128 ) ( 937 1688 128 ) ( 936 1689 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1720 224 ) ( 952 1721 224 ) ( 953 1720 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1800 136 ) ( 953 1800 136 ) ( 952 1800 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1720 136 ) ( 952 1720 137 ) ( 952 1721 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 167 +{ +( 944 1608 128 ) ( 944 1609 128 ) ( 944 1608 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1600 128 ) ( 936 1600 129 ) ( 937 1600 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1608 128 ) ( 937 1608 128 ) ( 936 1609 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1640 224 ) ( 952 1641 224 ) ( 953 1640 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1624 136 ) ( 953 1624 136 ) ( 952 1624 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1640 136 ) ( 952 1640 137 ) ( 952 1641 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 168 +{ +( 944 1464 128 ) ( 944 1465 128 ) ( 944 1464 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1432 128 ) ( 936 1432 129 ) ( 937 1432 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1464 208 ) ( 937 1464 208 ) ( 936 1465 208 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1496 224 ) ( 952 1497 224 ) ( 953 1496 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1480 136 ) ( 953 1480 136 ) ( 952 1480 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1496 136 ) ( 952 1496 137 ) ( 952 1497 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 169 +{ +( 944 1416 128 ) ( 944 1417 128 ) ( 944 1416 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1408 128 ) ( 936 1408 129 ) ( 937 1408 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1416 128 ) ( 937 1416 128 ) ( 936 1417 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1448 224 ) ( 952 1449 224 ) ( 953 1448 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1432 136 ) ( 953 1432 136 ) ( 952 1432 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1448 136 ) ( 952 1448 137 ) ( 952 1449 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 170 +{ +( 944 1304 128 ) ( 944 1305 128 ) ( 944 1304 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1288 128 ) ( 936 1288 129 ) ( 937 1288 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1304 128 ) ( 937 1304 128 ) ( 936 1305 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1336 224 ) ( 952 1337 224 ) ( 953 1336 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1408 136 ) ( 953 1408 136 ) ( 952 1408 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1336 136 ) ( 952 1336 137 ) ( 952 1337 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 171 +{ +( 944 1272 128 ) ( 944 1273 128 ) ( 944 1272 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1240 128 ) ( 936 1240 129 ) ( 937 1240 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1272 208 ) ( 937 1272 208 ) ( 936 1273 208 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1304 224 ) ( 952 1305 224 ) ( 953 1304 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1288 136 ) ( 953 1288 136 ) ( 952 1288 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1304 136 ) ( 952 1304 137 ) ( 952 1305 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 172 +{ +( 944 1224 128 ) ( 944 1225 128 ) ( 944 1224 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1216 128 ) ( 936 1216 129 ) ( 937 1216 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1224 128 ) ( 937 1224 128 ) ( 936 1225 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1256 224 ) ( 952 1257 224 ) ( 953 1256 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1240 136 ) ( 953 1240 136 ) ( 952 1240 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1256 136 ) ( 952 1256 137 ) ( 952 1257 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 173 +{ +( 952 1216 136 ) ( 952 1217 136 ) ( 952 1216 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1216 136 ) ( 952 1216 137 ) ( 953 1216 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1216 128 ) ( 953 1216 128 ) ( 952 1217 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1224 224 ) ( 968 1225 224 ) ( 969 1224 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1224 144 ) ( 969 1224 144 ) ( 968 1224 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1224 144 ) ( 1304 1224 145 ) ( 1304 1225 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 174 +{ +( 952 1024 136 ) ( 952 1025 136 ) ( 952 1024 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1024 136 ) ( 952 1024 137 ) ( 953 1024 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1024 128 ) ( 953 1024 128 ) ( 952 1025 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1032 224 ) ( 968 1033 224 ) ( 969 1032 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1032 144 ) ( 969 1032 144 ) ( 968 1032 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1032 144 ) ( 1304 1032 145 ) ( 1304 1033 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 175 +{ +( 944 1112 128 ) ( 944 1113 128 ) ( 944 1112 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1096 128 ) ( 936 1096 129 ) ( 937 1096 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1112 128 ) ( 937 1112 128 ) ( 936 1113 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1144 224 ) ( 952 1145 224 ) ( 953 1144 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1216 136 ) ( 953 1216 136 ) ( 952 1216 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1144 136 ) ( 952 1144 137 ) ( 952 1145 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 176 +{ +( 944 1080 128 ) ( 944 1081 128 ) ( 944 1080 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1048 128 ) ( 936 1048 129 ) ( 937 1048 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1080 208 ) ( 937 1080 208 ) ( 936 1081 208 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1112 224 ) ( 952 1113 224 ) ( 953 1112 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1096 136 ) ( 953 1096 136 ) ( 952 1096 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1112 136 ) ( 952 1112 137 ) ( 952 1113 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 177 +{ +( 944 1032 128 ) ( 944 1033 128 ) ( 944 1032 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1024 128 ) ( 936 1024 129 ) ( 937 1024 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1032 128 ) ( 937 1032 128 ) ( 936 1033 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1064 224 ) ( 952 1065 224 ) ( 953 1064 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1048 136 ) ( 953 1048 136 ) ( 952 1048 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1064 136 ) ( 952 1064 137 ) ( 952 1065 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 178 +{ +( 944 1032 120 ) ( 944 1033 120 ) ( 944 1032 121 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1024 120 ) ( 936 1024 121 ) ( 937 1024 120 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1032 112 ) ( 937 1032 112 ) ( 936 1033 112 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1064 128 ) ( 952 1065 128 ) ( 953 1064 128 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1800 128 ) ( 953 1800 128 ) ( 952 1800 129 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1064 128 ) ( 1312 1064 129 ) ( 1312 1065 128 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 179 +{ +( 848 1032 120 ) ( 848 1033 120 ) ( 848 1032 121 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 568 1024 120 ) ( 568 1024 121 ) ( 569 1024 120 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 568 1032 112 ) ( 569 1032 112 ) ( 568 1033 112 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 584 1064 128 ) ( 584 1065 128 ) ( 585 1064 128 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 584 1800 128 ) ( 585 1800 128 ) ( 584 1800 129 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 944 1064 128 ) ( 944 1064 129 ) ( 944 1065 128 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 180 +{ +( 848 256 120 ) ( 848 257 120 ) ( 848 256 121 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 800 120 ) ( 936 800 121 ) ( 937 800 120 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 256 112 ) ( 937 256 112 ) ( 936 257 112 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 288 128 ) ( 952 289 128 ) ( 953 288 128 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1024 128 ) ( 953 1024 128 ) ( 952 1024 129 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 288 128 ) ( 1312 288 129 ) ( 1312 289 128 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 181 +{ +( 944 1032 232 ) ( 944 1033 232 ) ( 944 1032 233 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1024 232 ) ( 936 1024 233 ) ( 937 1024 232 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1032 224 ) ( 937 1032 224 ) ( 936 1033 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1064 240 ) ( 952 1065 240 ) ( 953 1064 240 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1800 240 ) ( 953 1800 240 ) ( 952 1800 241 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1064 240 ) ( 1312 1064 241 ) ( 1312 1065 240 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 182 +{ +( 952 800 24 ) ( 952 801 24 ) ( 952 800 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 800 24 ) ( 952 800 25 ) ( 953 800 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 800 16 ) ( 953 800 16 ) ( 952 801 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 808 112 ) ( 968 809 112 ) ( 969 808 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 808 32 ) ( 969 808 32 ) ( 968 808 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 808 32 ) ( 1312 808 33 ) ( 1312 809 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 183 +{ +( 1304 808 24 ) ( 1304 809 24 ) ( 1304 808 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 808 24 ) ( 960 808 25 ) ( 961 808 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 808 16 ) ( 961 808 16 ) ( 960 809 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 816 112 ) ( 976 817 112 ) ( 977 816 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1024 32 ) ( 977 1024 32 ) ( 976 1024 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 816 32 ) ( 1312 816 33 ) ( 1312 817 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 184 +{ +( 1304 1024 24 ) ( 1304 1025 24 ) ( 1304 1024 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1024 24 ) ( 960 1024 25 ) ( 961 1024 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1024 16 ) ( 961 1024 16 ) ( 960 1025 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1032 112 ) ( 976 1033 112 ) ( 977 1032 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1040 32 ) ( 977 1040 32 ) ( 976 1040 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1032 32 ) ( 1312 1032 33 ) ( 1312 1033 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 185 +{ +( 1304 1200 24 ) ( 1304 1201 24 ) ( 1304 1200 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1200 24 ) ( 960 1200 25 ) ( 961 1200 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1200 16 ) ( 961 1200 16 ) ( 960 1201 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1208 112 ) ( 976 1209 112 ) ( 977 1208 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1216 32 ) ( 977 1216 32 ) ( 976 1216 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1208 32 ) ( 1312 1208 33 ) ( 1312 1209 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 186 +{ +( 1304 1024 96 ) ( 1304 1025 96 ) ( 1304 1024 97 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1040 96 ) ( 960 1040 97 ) ( 961 1040 96 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1024 96 ) ( 961 1024 96 ) ( 960 1025 96 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1032 112 ) ( 976 1033 112 ) ( 977 1032 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1200 104 ) ( 977 1200 104 ) ( 976 1200 105 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1032 104 ) ( 1312 1032 105 ) ( 1312 1033 104 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 187 +{ +( 1304 1024 48 ) ( 1304 1025 48 ) ( 1304 1024 49 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1112 48 ) ( 960 1112 49 ) ( 961 1112 48 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1024 40 ) ( 961 1024 40 ) ( 960 1025 40 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1032 96 ) ( 976 1033 96 ) ( 977 1032 96 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1128 56 ) ( 977 1128 56 ) ( 976 1128 57 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1032 56 ) ( 1312 1032 57 ) ( 1312 1033 56 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 188 +{ +( 1304 1392 24 ) ( 1304 1393 24 ) ( 1304 1392 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1392 24 ) ( 960 1392 25 ) ( 961 1392 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1392 16 ) ( 961 1392 16 ) ( 960 1393 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1400 112 ) ( 976 1401 112 ) ( 977 1400 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1408 32 ) ( 977 1408 32 ) ( 976 1408 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1400 32 ) ( 1312 1400 33 ) ( 1312 1401 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 189 +{ +( 1304 1216 96 ) ( 1304 1217 96 ) ( 1304 1216 97 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1232 96 ) ( 960 1232 97 ) ( 961 1232 96 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1216 96 ) ( 961 1216 96 ) ( 960 1217 96 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1224 112 ) ( 976 1225 112 ) ( 977 1224 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1392 104 ) ( 977 1392 104 ) ( 976 1392 105 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1224 104 ) ( 1312 1224 105 ) ( 1312 1225 104 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 190 +{ +( 1304 1216 48 ) ( 1304 1217 48 ) ( 1304 1216 49 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1304 48 ) ( 960 1304 49 ) ( 961 1304 48 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1216 40 ) ( 961 1216 40 ) ( 960 1217 40 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1224 96 ) ( 976 1225 96 ) ( 977 1224 96 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1320 56 ) ( 977 1320 56 ) ( 976 1320 57 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1224 56 ) ( 1312 1224 57 ) ( 1312 1225 56 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 191 +{ +( 1304 1216 24 ) ( 1304 1217 24 ) ( 1304 1216 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1216 24 ) ( 960 1216 25 ) ( 961 1216 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1216 16 ) ( 961 1216 16 ) ( 960 1217 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1224 112 ) ( 976 1225 112 ) ( 977 1224 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1232 32 ) ( 977 1232 32 ) ( 976 1232 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1224 32 ) ( 1312 1224 33 ) ( 1312 1225 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 192 +{ +( 1304 1216 24 ) ( 1304 1217 24 ) ( 1304 1216 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1232 24 ) ( 960 1232 25 ) ( 961 1232 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1216 16 ) ( 961 1216 16 ) ( 960 1217 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1224 40 ) ( 976 1225 40 ) ( 977 1224 40 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1392 32 ) ( 977 1392 32 ) ( 976 1392 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1224 32 ) ( 1312 1224 33 ) ( 1312 1225 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 193 +{ +( 1304 1200 136 ) ( 1304 1201 136 ) ( 1304 1200 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1200 136 ) ( 960 1200 137 ) ( 961 1200 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1200 128 ) ( 961 1200 128 ) ( 960 1201 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1208 224 ) ( 976 1209 224 ) ( 977 1208 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1216 144 ) ( 977 1216 144 ) ( 976 1216 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1208 144 ) ( 1312 1208 145 ) ( 1312 1209 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 194 +{ +( 1304 1216 136 ) ( 1304 1217 136 ) ( 1304 1216 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1216 136 ) ( 960 1216 137 ) ( 961 1216 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1216 128 ) ( 961 1216 128 ) ( 960 1217 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1224 224 ) ( 976 1225 224 ) ( 977 1224 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1232 144 ) ( 977 1232 144 ) ( 976 1232 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1224 144 ) ( 1312 1224 145 ) ( 1312 1225 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 195 +{ +( 1304 1216 208 ) ( 1304 1217 208 ) ( 1304 1216 209 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1232 208 ) ( 960 1232 209 ) ( 961 1232 208 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1216 208 ) ( 961 1216 208 ) ( 960 1217 208 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1224 224 ) ( 976 1225 224 ) ( 977 1224 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1392 216 ) ( 977 1392 216 ) ( 976 1392 217 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1224 216 ) ( 1312 1224 217 ) ( 1312 1225 216 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 196 +{ +( 1304 1392 136 ) ( 1304 1393 136 ) ( 1304 1392 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1392 136 ) ( 960 1392 137 ) ( 961 1392 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1392 128 ) ( 961 1392 128 ) ( 960 1393 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1400 224 ) ( 976 1401 224 ) ( 977 1400 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1408 144 ) ( 977 1408 144 ) ( 976 1408 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1400 144 ) ( 1312 1400 145 ) ( 1312 1401 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 197 +{ +( 1304 1216 136 ) ( 1304 1217 136 ) ( 1304 1216 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1232 136 ) ( 960 1232 137 ) ( 961 1232 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1216 128 ) ( 961 1216 128 ) ( 960 1217 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1224 152 ) ( 976 1225 152 ) ( 977 1224 152 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1392 144 ) ( 977 1392 144 ) ( 976 1392 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1224 144 ) ( 1312 1224 145 ) ( 1312 1225 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 198 +{ +( 1304 1216 160 ) ( 1304 1217 160 ) ( 1304 1216 161 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1304 160 ) ( 960 1304 161 ) ( 961 1304 160 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1216 152 ) ( 961 1216 152 ) ( 960 1217 152 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1224 208 ) ( 976 1225 208 ) ( 977 1224 208 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1320 168 ) ( 977 1320 168 ) ( 976 1320 169 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1224 168 ) ( 1312 1224 169 ) ( 1312 1225 168 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 199 +{ +( 1304 1024 136 ) ( 1304 1025 136 ) ( 1304 1024 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1040 136 ) ( 960 1040 137 ) ( 961 1040 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1024 128 ) ( 961 1024 128 ) ( 960 1025 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1032 152 ) ( 976 1033 152 ) ( 977 1032 152 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1200 144 ) ( 977 1200 144 ) ( 976 1200 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1032 144 ) ( 1312 1032 145 ) ( 1312 1033 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 200 +{ +( 1304 1024 160 ) ( 1304 1025 160 ) ( 1304 1024 161 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1112 160 ) ( 960 1112 161 ) ( 961 1112 160 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1024 152 ) ( 961 1024 152 ) ( 960 1025 152 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1032 208 ) ( 976 1033 208 ) ( 977 1032 208 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1128 168 ) ( 977 1128 168 ) ( 976 1128 169 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1032 168 ) ( 1312 1032 169 ) ( 1312 1033 168 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 201 +{ +( 1304 1024 208 ) ( 1304 1025 208 ) ( 1304 1024 209 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1040 208 ) ( 960 1040 209 ) ( 961 1040 208 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1024 208 ) ( 961 1024 208 ) ( 960 1025 208 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1032 224 ) ( 976 1033 224 ) ( 977 1032 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1200 216 ) ( 977 1200 216 ) ( 976 1200 217 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1032 216 ) ( 1312 1032 217 ) ( 1312 1033 216 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 202 +{ +( 1304 1024 136 ) ( 1304 1025 136 ) ( 1304 1024 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1024 136 ) ( 960 1024 137 ) ( 961 1024 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1024 128 ) ( 961 1024 128 ) ( 960 1025 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1032 224 ) ( 976 1033 224 ) ( 977 1032 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1040 144 ) ( 977 1040 144 ) ( 976 1040 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1032 144 ) ( 1312 1032 145 ) ( 1312 1033 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 203 +{ +( 1304 1584 136 ) ( 1304 1585 136 ) ( 1304 1584 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1584 136 ) ( 960 1584 137 ) ( 961 1584 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1584 128 ) ( 961 1584 128 ) ( 960 1585 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1592 224 ) ( 976 1593 224 ) ( 977 1592 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1600 144 ) ( 977 1600 144 ) ( 976 1600 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1592 144 ) ( 1312 1592 145 ) ( 1312 1593 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 204 +{ +( 1304 1600 136 ) ( 1304 1601 136 ) ( 1304 1600 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1600 136 ) ( 960 1600 137 ) ( 961 1600 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1600 128 ) ( 961 1600 128 ) ( 960 1601 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1608 224 ) ( 976 1609 224 ) ( 977 1608 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1616 144 ) ( 977 1616 144 ) ( 976 1616 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1608 144 ) ( 1312 1608 145 ) ( 1312 1609 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 205 +{ +( 1304 1600 208 ) ( 1304 1601 208 ) ( 1304 1600 209 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1616 208 ) ( 960 1616 209 ) ( 961 1616 208 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1600 208 ) ( 961 1600 208 ) ( 960 1601 208 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1608 224 ) ( 976 1609 224 ) ( 977 1608 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1776 216 ) ( 977 1776 216 ) ( 976 1776 217 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1608 216 ) ( 1312 1608 217 ) ( 1312 1609 216 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 206 +{ +( 1304 1776 136 ) ( 1304 1777 136 ) ( 1304 1776 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1776 136 ) ( 960 1776 137 ) ( 961 1776 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1776 128 ) ( 961 1776 128 ) ( 960 1777 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1784 224 ) ( 976 1785 224 ) ( 977 1784 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1800 144 ) ( 977 1800 144 ) ( 976 1800 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1784 144 ) ( 1312 1784 145 ) ( 1312 1785 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 207 +{ +( 1304 1600 136 ) ( 1304 1601 136 ) ( 1304 1600 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1616 136 ) ( 960 1616 137 ) ( 961 1616 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1600 128 ) ( 961 1600 128 ) ( 960 1601 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1608 152 ) ( 976 1609 152 ) ( 977 1608 152 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1776 144 ) ( 977 1776 144 ) ( 976 1776 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1608 144 ) ( 1312 1608 145 ) ( 1312 1609 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 208 +{ +( 1304 1600 160 ) ( 1304 1601 160 ) ( 1304 1600 161 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1688 160 ) ( 960 1688 161 ) ( 961 1688 160 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1600 152 ) ( 961 1600 152 ) ( 960 1601 152 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1608 208 ) ( 976 1609 208 ) ( 977 1608 208 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1704 168 ) ( 977 1704 168 ) ( 976 1704 169 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1608 168 ) ( 1312 1608 169 ) ( 1312 1609 168 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 209 +{ +( 1304 1408 136 ) ( 1304 1409 136 ) ( 1304 1408 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1424 136 ) ( 960 1424 137 ) ( 961 1424 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1408 128 ) ( 961 1408 128 ) ( 960 1409 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1416 152 ) ( 976 1417 152 ) ( 977 1416 152 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1584 144 ) ( 977 1584 144 ) ( 976 1584 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1416 144 ) ( 1312 1416 145 ) ( 1312 1417 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 210 +{ +( 1304 1408 160 ) ( 1304 1409 160 ) ( 1304 1408 161 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1496 160 ) ( 960 1496 161 ) ( 961 1496 160 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1408 152 ) ( 961 1408 152 ) ( 960 1409 152 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1416 208 ) ( 976 1417 208 ) ( 977 1416 208 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1512 168 ) ( 977 1512 168 ) ( 976 1512 169 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1416 168 ) ( 1312 1416 169 ) ( 1312 1417 168 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 211 +{ +( 1304 1408 208 ) ( 1304 1409 208 ) ( 1304 1408 209 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1424 208 ) ( 960 1424 209 ) ( 961 1424 208 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1408 208 ) ( 961 1408 208 ) ( 960 1409 208 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1416 224 ) ( 976 1417 224 ) ( 977 1416 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1584 216 ) ( 977 1584 216 ) ( 976 1584 217 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1416 216 ) ( 1312 1416 217 ) ( 1312 1417 216 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 212 +{ +( 1304 1408 136 ) ( 1304 1409 136 ) ( 1304 1408 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1408 136 ) ( 960 1408 137 ) ( 961 1408 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1408 128 ) ( 961 1408 128 ) ( 960 1409 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1416 224 ) ( 976 1417 224 ) ( 977 1416 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1424 144 ) ( 977 1424 144 ) ( 976 1424 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1416 144 ) ( 1312 1416 145 ) ( 1312 1417 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 213 +{ +( 1304 1408 24 ) ( 1304 1409 24 ) ( 1304 1408 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1424 24 ) ( 960 1424 25 ) ( 961 1424 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1408 16 ) ( 961 1408 16 ) ( 960 1409 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1416 40 ) ( 976 1417 40 ) ( 977 1416 40 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1584 32 ) ( 977 1584 32 ) ( 976 1584 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1416 32 ) ( 1312 1416 33 ) ( 1312 1417 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 214 +{ +( 1304 1408 24 ) ( 1304 1409 24 ) ( 1304 1408 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1408 24 ) ( 960 1408 25 ) ( 961 1408 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1408 16 ) ( 961 1408 16 ) ( 960 1409 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1416 112 ) ( 976 1417 112 ) ( 977 1416 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1424 32 ) ( 977 1424 32 ) ( 976 1424 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1416 32 ) ( 1312 1416 33 ) ( 1312 1417 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 215 +{ +( 1304 1408 96 ) ( 1304 1409 96 ) ( 1304 1408 97 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1424 96 ) ( 960 1424 97 ) ( 961 1424 96 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1408 96 ) ( 961 1408 96 ) ( 960 1409 96 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1416 112 ) ( 976 1417 112 ) ( 977 1416 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1584 104 ) ( 977 1584 104 ) ( 976 1584 105 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1416 104 ) ( 1312 1416 105 ) ( 1312 1417 104 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 216 +{ +( 1304 1408 48 ) ( 1304 1409 48 ) ( 1304 1408 49 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1496 48 ) ( 960 1496 49 ) ( 961 1496 48 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1408 40 ) ( 961 1408 40 ) ( 960 1409 40 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1416 96 ) ( 976 1417 96 ) ( 977 1416 96 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1512 56 ) ( 977 1512 56 ) ( 976 1512 57 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1416 56 ) ( 1312 1416 57 ) ( 1312 1417 56 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 217 +{ +( 1304 1584 24 ) ( 1304 1585 24 ) ( 1304 1584 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1584 24 ) ( 960 1584 25 ) ( 961 1584 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1584 16 ) ( 961 1584 16 ) ( 960 1585 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1592 112 ) ( 976 1593 112 ) ( 977 1592 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1600 32 ) ( 977 1600 32 ) ( 976 1600 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1592 32 ) ( 1312 1592 33 ) ( 1312 1593 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 218 +{ +( 1304 1600 24 ) ( 1304 1601 24 ) ( 1304 1600 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1600 24 ) ( 960 1600 25 ) ( 961 1600 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1600 16 ) ( 961 1600 16 ) ( 960 1601 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1608 112 ) ( 976 1609 112 ) ( 977 1608 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1616 32 ) ( 977 1616 32 ) ( 976 1616 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1608 32 ) ( 1312 1608 33 ) ( 1312 1609 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 219 +{ +( 1304 1600 96 ) ( 1304 1601 96 ) ( 1304 1600 97 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1616 96 ) ( 960 1616 97 ) ( 961 1616 96 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1600 96 ) ( 961 1600 96 ) ( 960 1601 96 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1608 112 ) ( 976 1609 112 ) ( 977 1608 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1776 104 ) ( 977 1776 104 ) ( 976 1776 105 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1608 104 ) ( 1312 1608 105 ) ( 1312 1609 104 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 220 +{ +( 1304 1600 48 ) ( 1304 1601 48 ) ( 1304 1600 49 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1688 48 ) ( 960 1688 49 ) ( 961 1688 48 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1600 40 ) ( 961 1600 40 ) ( 960 1601 40 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1608 96 ) ( 976 1609 96 ) ( 977 1608 96 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1704 56 ) ( 977 1704 56 ) ( 976 1704 57 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1608 56 ) ( 1312 1608 57 ) ( 1312 1609 56 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 221 +{ +( 1304 1600 24 ) ( 1304 1601 24 ) ( 1304 1600 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1616 24 ) ( 960 1616 25 ) ( 961 1616 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1600 16 ) ( 961 1600 16 ) ( 960 1601 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1608 40 ) ( 976 1609 40 ) ( 977 1608 40 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1776 32 ) ( 977 1776 32 ) ( 976 1776 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1608 32 ) ( 1312 1608 33 ) ( 1312 1609 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 222 +{ +( 1304 1776 24 ) ( 1304 1777 24 ) ( 1304 1776 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1776 24 ) ( 960 1776 25 ) ( 961 1776 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1776 16 ) ( 961 1776 16 ) ( 960 1777 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1784 112 ) ( 976 1785 112 ) ( 977 1784 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1800 32 ) ( 977 1800 32 ) ( 976 1800 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1784 32 ) ( 1312 1784 33 ) ( 1312 1785 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 223 +{ +( 1088 32 120 ) ( 1088 33 120 ) ( 1088 32 121 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 720 120 ) ( 936 720 121 ) ( 937 720 120 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 32 112 ) ( 937 32 112 ) ( 936 33 112 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 64 128 ) ( 952 65 128 ) ( 953 64 128 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 800 128 ) ( 953 800 128 ) ( 952 800 129 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 64 128 ) ( 1312 64 129 ) ( 1312 65 128 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 224 +{ +( 896 800 16 ) ( 1088 800 128 ) ( 1088 720 128 ) grid_taupe [ 1 0 0 128 ] [ 0 -1 0 0 ] 180 0.25 0.25 +( 896 720 16 ) ( 1088 720 128 ) ( 1088 720 112 ) grid_taupe [ 1 0 0 128 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 920 800 16 ) ( 896 800 16 ) ( 896 720 16 ) grid_taupe [ 0 1.0000000000000002 0 0 ] [ 1.0000000000000002 0 0 -64 ] 270 0.25 0.25 +( 1088 800 112 ) ( 1088 800 128 ) ( 896 800 16 ) grid_taupe [ 1 0 0 128 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 1088 720 112 ) ( 1088 800 112 ) ( 920 800 16 ) grid_taupe [ 1 0 0 128 ] [ 0 -1 0 0 ] 180 0.25 0.25 +( 1088 720 128 ) ( 1088 800 128 ) ( 1088 800 112 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 180 0.25 0.25 +} +// brush 225 +{ +( 992 992 128 ) ( 992 993 128 ) ( 992 992 129 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 984 1000 128 ) ( 984 1000 129 ) ( 985 1000 128 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 270 0.25 0.25 +( 984 992 128 ) ( 985 992 128 ) ( 984 993 128 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1024 1024 192 ) ( 1024 1025 192 ) ( 1025 1024 192 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 270 0.25 0.25 +( 1024 1024 136 ) ( 1025 1024 136 ) ( 1024 1024 137 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1024 1024 136 ) ( 1024 1024 137 ) ( 1024 1025 136 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 226 +{ +( 1040 992 128 ) ( 1040 993 128 ) ( 1040 992 129 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1032 1000 128 ) ( 1032 1000 129 ) ( 1033 1000 128 ) redplaid [ 1 0 0 -192 ] [ 0 0 -1 0 ] 270 0.25 0.25 +( 1032 992 128 ) ( 1033 992 128 ) ( 1032 993 128 ) redplaid [ 1 0 0 -192 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1072 1024 192 ) ( 1072 1025 192 ) ( 1073 1024 192 ) redplaid [ 1 0 0 -192 ] [ 0 -1 0 0 ] 270 0.25 0.25 +( 1072 1024 136 ) ( 1073 1024 136 ) ( 1072 1024 137 ) redplaid [ 1 0 0 -192 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1072 1024 136 ) ( 1072 1024 137 ) ( 1072 1025 136 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 227 +{ +( 1088 992 128 ) ( 1088 993 128 ) ( 1088 992 129 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1080 1000 128 ) ( 1080 1000 129 ) ( 1081 1000 128 ) redplaid [ 1 0 0 -128 ] [ 0 0 -1 0 ] 270 0.25 0.25 +( 1080 992 128 ) ( 1081 992 128 ) ( 1080 993 128 ) redplaid [ 1 0 0 -128 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1120 1024 192 ) ( 1120 1025 192 ) ( 1121 1024 192 ) redplaid [ 1 0 0 -128 ] [ 0 -1 0 0 ] 270 0.25 0.25 +( 1120 1024 136 ) ( 1121 1024 136 ) ( 1120 1024 137 ) redplaid [ 1 0 0 -128 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1120 1024 136 ) ( 1120 1024 137 ) ( 1120 1025 136 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 228 +{ +( 848 800 128 ) ( 848 801 128 ) ( 848 800 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 848 800 128 ) ( 848 800 129 ) ( 849 800 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 848 800 128 ) ( 849 800 128 ) ( 848 801 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 856 816 160 ) ( 856 817 160 ) ( 857 816 160 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 856 1800 136 ) ( 857 1800 136 ) ( 856 1800 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 856 816 136 ) ( 856 816 137 ) ( 856 817 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 229 +{ +( 856 1792 128 ) ( 856 1793 128 ) ( 856 1792 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 856 1792 128 ) ( 856 1792 129 ) ( 857 1792 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 856 1792 128 ) ( 857 1792 128 ) ( 856 1793 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 904 1800 160 ) ( 904 1801 160 ) ( 905 1800 160 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 904 1800 136 ) ( 905 1800 136 ) ( 904 1800 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 944 1800 136 ) ( 944 1800 137 ) ( 944 1801 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 230 +{ +( 856 800 128 ) ( 856 801 128 ) ( 856 800 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 848 800 128 ) ( 848 800 129 ) ( 849 800 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 848 800 128 ) ( 849 800 128 ) ( 848 801 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1096 808 160 ) ( 1096 809 160 ) ( 1097 808 160 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1096 808 136 ) ( 1097 808 136 ) ( 1096 808 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1096 808 136 ) ( 1096 808 137 ) ( 1096 809 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 231 +{ +( 1088 720 128 ) ( 1088 721 128 ) ( 1088 720 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1064 720 128 ) ( 1064 720 129 ) ( 1065 720 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1064 720 128 ) ( 1065 720 128 ) ( 1064 721 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1312 728 160 ) ( 1312 729 160 ) ( 1313 728 160 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1312 728 136 ) ( 1313 728 136 ) ( 1312 728 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 728 136 ) ( 1312 728 137 ) ( 1312 729 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 232 +{ +( 1304 1000 128 ) ( 1304 1001 128 ) ( 1304 1000 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 728 128 ) ( 1304 728 129 ) ( 1305 728 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1000 128 ) ( 1305 1000 128 ) ( 1304 1001 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1312 1024 160 ) ( 1312 1025 160 ) ( 1313 1024 160 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1312 1024 136 ) ( 1313 1024 136 ) ( 1312 1024 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1024 136 ) ( 1312 1024 137 ) ( 1312 1025 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 233 +{ +( 896 728 48 ) ( 896 720 48 ) ( 896 720 16 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 896 728 48 ) ( 1088 728 160 ) ( 1088 720 160 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 896 720 48 ) ( 1088 720 160 ) ( 1088 720 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1088 728 128 ) ( 1088 728 160 ) ( 896 728 48 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1088 720 128 ) ( 1088 728 128 ) ( 896 728 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1088 720 160 ) ( 1088 728 160 ) ( 1088 728 128 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 234 +{ +( 1192 912 168 ) ( 1192 944 128 ) ( 1192 944 168 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 90 0.25 0.25 +( 1208 896 168 ) ( 1192 912 128 ) ( 1192 912 168 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 90 0.25 0.25 +( 1208 960 168 ) ( 1192 944 128 ) ( 1208 960 128 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 90 0.25 0.25 +( 1240 896 168 ) ( 1208 896 128 ) ( 1208 896 168 ) redplaid [ 1 0 0 32 ] [ 0 0 -1 0 ] 270 0.25 0.25 +( 1256 944 128 ) ( 1240 896 128 ) ( 1256 912 128 ) redplaid [ 1 0 0 32 ] [ 0 -1 0 0 ] 90 0.25 0.25 +( 1256 944 168 ) ( 1208 960 168 ) ( 1240 960 168 ) redplaid [ 1 0 0 32 ] [ 0 -1 0 0 ] 270 0.25 0.25 +( 1240 960 168 ) ( 1208 960 128 ) ( 1240 960 128 ) redplaid [ 1 0 0 32 ] [ 0 0 -1 0 ] 90 0.25 0.25 +( 1256 912 168 ) ( 1240 896 128 ) ( 1240 896 168 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 270 0.25 0.25 +( 1256 944 168 ) ( 1240 960 128 ) ( 1256 944 128 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 270 0.25 0.25 +( 1256 944 168 ) ( 1256 912 128 ) ( 1256 912 168 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 270 0.25 0.25 +} +// brush 235 +{ +( 1256 912 128 ) ( 1256 913 128 ) ( 1256 912 129 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 90 0.25 0.25 +( 1256 912 128 ) ( 1256 912 129 ) ( 1257 912 128 ) redplaid [ 1 0 0 32 ] [ 0 0 -1 0 ] 270 0.25 0.25 +( 1256 912 128 ) ( 1257 912 128 ) ( 1256 913 128 ) redplaid [ 1 0 0 32 ] [ 0 -1 0 0 ] 90 0.25 0.25 +( 1288 944 152 ) ( 1288 945 152 ) ( 1289 944 152 ) redplaid [ 1 0 0 32 ] [ 0 -1 0 0 ] 270 0.25 0.25 +( 1288 944 136 ) ( 1289 944 136 ) ( 1288 944 137 ) redplaid [ 1 0 0 32 ] [ 0 0 -1 0 ] 90 0.25 0.25 +( 1288 944 136 ) ( 1288 944 137 ) ( 1288 945 136 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 270 0.25 0.25 +} +// brush 236 +{ +( 1160 912 128 ) ( 1160 913 128 ) ( 1160 912 129 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 90 0.25 0.25 +( 1160 912 128 ) ( 1160 912 129 ) ( 1161 912 128 ) redplaid [ 1 0 0 32 ] [ 0 0 -1 0 ] 270 0.25 0.25 +( 1160 912 128 ) ( 1161 912 128 ) ( 1160 913 128 ) redplaid [ 1 0 0 32 ] [ 0 -1 0 0 ] 90 0.25 0.25 +( 1192 944 152 ) ( 1192 945 152 ) ( 1193 944 152 ) redplaid [ 1 0 0 32 ] [ 0 -1 0 0 ] 270 0.25 0.25 +( 1192 944 136 ) ( 1193 944 136 ) ( 1192 944 137 ) redplaid [ 1 0 0 32 ] [ 0 0 -1 0 ] 90 0.25 0.25 +( 1192 944 136 ) ( 1192 944 137 ) ( 1192 945 136 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 270 0.25 0.25 +} +// brush 237 +{ +( 1208 864 128 ) ( 1208 865 128 ) ( 1208 864 129 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 90 0.25 0.25 +( 1208 864 128 ) ( 1208 864 129 ) ( 1209 864 128 ) redplaid [ 1 0 0 32 ] [ 0 0 -1 0 ] 270 0.25 0.25 +( 1208 864 128 ) ( 1209 864 128 ) ( 1208 865 128 ) redplaid [ 1 0 0 32 ] [ 0 -1 0 0 ] 90 0.25 0.25 +( 1240 896 152 ) ( 1240 897 152 ) ( 1241 896 152 ) redplaid [ 1 0 0 32 ] [ 0 -1 0 0 ] 270 0.25 0.25 +( 1240 896 136 ) ( 1241 896 136 ) ( 1240 896 137 ) redplaid [ 1 0 0 32 ] [ 0 0 -1 0 ] 90 0.25 0.25 +( 1240 896 136 ) ( 1240 896 137 ) ( 1240 897 136 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 270 0.25 0.25 +} +// brush 238 +{ +( 1208 960 128 ) ( 1208 961 128 ) ( 1208 960 129 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 90 0.25 0.25 +( 1208 960 128 ) ( 1208 960 129 ) ( 1209 960 128 ) redplaid [ 1 0 0 32 ] [ 0 0 -1 0 ] 270 0.25 0.25 +( 1208 960 128 ) ( 1209 960 128 ) ( 1208 961 128 ) redplaid [ 1 0 0 32 ] [ 0 -1 0 0 ] 90 0.25 0.25 +( 1240 992 152 ) ( 1240 993 152 ) ( 1241 992 152 ) redplaid [ 1 0 0 32 ] [ 0 -1 0 0 ] 270 0.25 0.25 +( 1240 992 136 ) ( 1241 992 136 ) ( 1240 992 137 ) redplaid [ 1 0 0 32 ] [ 0 0 -1 0 ] 90 0.25 0.25 +( 1240 992 136 ) ( 1240 992 137 ) ( 1240 993 136 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 270 0.25 0.25 +} +// brush 239 +{ +( 904 808 128 ) ( 904 809 128 ) ( 904 808 129 ) redplaid [ 0 1 0 224 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 904 808 128 ) ( 904 808 129 ) ( 905 808 128 ) redplaid [ 1 0 0 -32 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 904 808 128 ) ( 905 808 128 ) ( 904 809 128 ) redplaid [ 1 0 0 -32 ] [ 0 -1 0 -224 ] 180 0.25 0.25 +( 936 840 152 ) ( 936 841 152 ) ( 937 840 152 ) redplaid [ 1 0 0 -32 ] [ 0 -1 0 -224 ] 180 0.25 0.25 +( 936 840 136 ) ( 937 840 136 ) ( 936 840 137 ) redplaid [ 1 0 0 -32 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 936 840 136 ) ( 936 840 137 ) ( 936 841 136 ) redplaid [ 0 1 0 224 ] [ 0 0 -1 0 ] 180 0.25 0.25 +} +// brush 240 +{ +( 856 856 128 ) ( 856 857 128 ) ( 856 856 129 ) redplaid [ 0 1 0 224 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 856 856 128 ) ( 856 856 129 ) ( 857 856 128 ) redplaid [ 1 0 0 -32 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 856 856 128 ) ( 857 856 128 ) ( 856 857 128 ) redplaid [ 1 0 0 -32 ] [ 0 -1 0 -224 ] 180 0.25 0.25 +( 888 888 152 ) ( 888 889 152 ) ( 889 888 152 ) redplaid [ 1 0 0 -32 ] [ 0 -1 0 -224 ] 180 0.25 0.25 +( 888 888 136 ) ( 889 888 136 ) ( 888 888 137 ) redplaid [ 1 0 0 -32 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 888 888 136 ) ( 888 888 137 ) ( 888 889 136 ) redplaid [ 0 1 0 224 ] [ 0 0 -1 0 ] 180 0.25 0.25 +} +// brush 241 +{ +( 904 904 128 ) ( 904 905 128 ) ( 904 904 129 ) redplaid [ 0 1 0 224 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 904 904 128 ) ( 904 904 129 ) ( 905 904 128 ) redplaid [ 1 0 0 -32 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 904 904 128 ) ( 905 904 128 ) ( 904 905 128 ) redplaid [ 1 0 0 -32 ] [ 0 -1 0 -224 ] 180 0.25 0.25 +( 936 936 152 ) ( 936 937 152 ) ( 937 936 152 ) redplaid [ 1 0 0 -32 ] [ 0 -1 0 -224 ] 180 0.25 0.25 +( 936 936 136 ) ( 937 936 136 ) ( 936 936 137 ) redplaid [ 1 0 0 -32 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 936 936 136 ) ( 936 936 137 ) ( 936 937 136 ) redplaid [ 0 1 0 224 ] [ 0 0 -1 0 ] 180 0.25 0.25 +} +// brush 242 +{ +( 952 856 128 ) ( 952 857 128 ) ( 952 856 129 ) redplaid [ 0 1 0 224 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 952 856 128 ) ( 952 856 129 ) ( 953 856 128 ) redplaid [ 1 0 0 -32 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 952 856 128 ) ( 953 856 128 ) ( 952 857 128 ) redplaid [ 1 0 0 -32 ] [ 0 -1 0 -224 ] 180 0.25 0.25 +( 984 888 152 ) ( 984 889 152 ) ( 985 888 152 ) redplaid [ 1 0 0 -32 ] [ 0 -1 0 -224 ] 180 0.25 0.25 +( 984 888 136 ) ( 985 888 136 ) ( 984 888 137 ) redplaid [ 1 0 0 -32 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 984 888 136 ) ( 984 888 137 ) ( 984 889 136 ) redplaid [ 0 1 0 224 ] [ 0 0 -1 0 ] 180 0.25 0.25 +} +// brush 243 +{ +( 896 856 168 ) ( 896 888 128 ) ( 896 888 168 ) redplaid [ 0 1 0 224 ] [ 0 0 -1 0 ] 90 0.25 0.25 +( 912 840 168 ) ( 896 856 128 ) ( 896 856 168 ) redplaid [ 0 1 0 224 ] [ 0 0 -1 0 ] 90 0.25 0.25 +( 912 904 168 ) ( 896 888 128 ) ( 912 904 128 ) redplaid [ 0 1 0 224 ] [ 0 0 -1 0 ] 90 0.25 0.25 +( 944 840 168 ) ( 912 840 128 ) ( 912 840 168 ) redplaid [ 1 0 0 192 ] [ 0 0 -1 0 ] 270 0.25 0.25 +( 960 888 128 ) ( 944 840 128 ) ( 960 856 128 ) redplaid [ 1 0 0 192 ] [ 0 -1 0 -224 ] 90 0.25 0.25 +( 960 888 168 ) ( 912 904 168 ) ( 944 904 168 ) redplaid [ 1 0 0 192 ] [ 0 -1 0 -224 ] 270 0.25 0.25 +( 944 904 168 ) ( 912 904 128 ) ( 944 904 128 ) redplaid [ 1 0 0 192 ] [ 0 0 -1 0 ] 90 0.25 0.25 +( 960 856 168 ) ( 944 840 128 ) ( 944 840 168 ) redplaid [ 0 1 0 224 ] [ 0 0 -1 0 ] 270 0.25 0.25 +( 960 888 168 ) ( 944 904 128 ) ( 960 888 128 ) redplaid [ 0 1 0 224 ] [ 0 0 -1 0 ] 270 0.25 0.25 +( 960 888 168 ) ( 960 856 128 ) ( 960 856 168 ) redplaid [ 0 1 0 224 ] [ 0 0 -1 0 ] 270 0.25 0.25 +} +} +// entity 1 +{ +"classname" "func_transparent" +// brush 0 +{ +( 82 246 52 ) ( 82 247 52 ) ( 82 246 53 ) glass [ 0 -1 0 0 ] [ -0 -0 -1 -24 ] 0 0.5 0.5 +( 82 168 52 ) ( 82 168 53 ) ( 83 168 52 ) glass [ 1 0 -0 0 ] [ 0 -0 -1 -24 ] 0 0.5 0.5 +( 82 246 52 ) ( 83 246 52 ) ( 82 247 52 ) glass [ -1 0 0 0 ] [ -0 -1 -0 -24 ] 0 0.5 0.5 +( 84 256 96 ) ( 84 257 96 ) ( 85 256 96 ) glass [ 1 0 0 0 ] [ 0 -1 0 -24 ] 0 0.5 0.5 +( 84 256 54 ) ( 85 256 54 ) ( 84 256 55 ) glass [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +( 84 256 54 ) ( 84 256 55 ) ( 84 257 54 ) glass [ 0 1 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +} +// brush 1 +{ +( 88 260 52 ) ( 88 261 52 ) ( 88 260 53 ) glass [ 0 -1 0 0 ] [ -0 -0 -1 -24 ] 0 0.5 0.5 +( 148 260 52 ) ( 148 260 53 ) ( 149 260 52 ) glass [ 1 0 -0 0 ] [ 0 -0 -1 -24 ] 0 0.5 0.5 +( 148 260 52 ) ( 149 260 52 ) ( 148 261 52 ) glass [ -1 0 0 0 ] [ -0 -1 -0 -24 ] 0 0.5 0.5 +( 160 262 96 ) ( 160 263 96 ) ( 161 262 96 ) glass [ 1 0 0 0 ] [ 0 -1 0 -24 ] 0 0.5 0.5 +( 160 262 54 ) ( 161 262 54 ) ( 160 262 55 ) glass [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +( 144 262 54 ) ( 144 262 55 ) ( 144 263 54 ) glass [ 0 1 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +} +// brush 2 +{ +( 224 260 52 ) ( 224 261 52 ) ( 224 260 53 ) glass [ 0 -1 0 0 ] [ -0 -0 -1 -24 ] 0 0.5 0.5 +( 284 260 52 ) ( 284 260 53 ) ( 285 260 52 ) glass [ 1 0 -0 0 ] [ 0 -0 -1 -24 ] 0 0.5 0.5 +( 284 260 52 ) ( 285 260 52 ) ( 284 261 52 ) glass [ -1 0 0 0 ] [ -0 -1 -0 -24 ] 0 0.5 0.5 +( 296 262 96 ) ( 296 263 96 ) ( 297 262 96 ) glass [ 1 0 0 0 ] [ 0 -1 0 -24 ] 0 0.5 0.5 +( 296 262 54 ) ( 297 262 54 ) ( 296 262 55 ) glass [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +( 296 262 54 ) ( 296 262 55 ) ( 296 263 54 ) glass [ 0 1 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +} +// brush 3 +{ +( 82 136 52 ) ( 82 137 52 ) ( 82 136 53 ) glass [ 0 -1 0 0 ] [ -0 -0 -1 -24 ] 0 0.5 0.5 +( 82 56 52 ) ( 82 56 53 ) ( 83 56 52 ) glass [ 1 0 -0 0 ] [ 0 -0 -1 -24 ] 0 0.5 0.5 +( 82 136 52 ) ( 83 136 52 ) ( 82 137 52 ) glass [ -1 0 0 0 ] [ -0 -1 -0 -24 ] 0 0.5 0.5 +( 84 146 96 ) ( 84 147 96 ) ( 85 146 96 ) glass [ 1 0 0 0 ] [ 0 -1 0 -24 ] 0 0.5 0.5 +( 84 160 54 ) ( 85 160 54 ) ( 84 160 55 ) glass [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +( 84 146 54 ) ( 84 146 55 ) ( 84 147 54 ) glass [ 0 1 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +} +// brush 4 +{ +( 82 24 52 ) ( 82 25 52 ) ( 82 24 53 ) glass [ 0 -1 0 0 ] [ -0 -0 -1 -24 ] 0 0.5 0.5 +( 82 -48 52 ) ( 82 -48 53 ) ( 83 -48 52 ) glass [ 1 0 -0 0 ] [ 0 -0 -1 -24 ] 0 0.5 0.5 +( 82 24 52 ) ( 83 24 52 ) ( 82 25 52 ) glass [ -1 0 0 0 ] [ -0 -1 -0 -24 ] 0 0.5 0.5 +( 84 34 96 ) ( 84 35 96 ) ( 85 34 96 ) glass [ 1 0 0 0 ] [ 0 -1 0 -24 ] 0 0.5 0.5 +( 84 48 54 ) ( 85 48 54 ) ( 84 48 55 ) glass [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +( 84 34 54 ) ( 84 34 55 ) ( 84 35 54 ) glass [ 0 1 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +} +// brush 5 +{ +( 88 -54 52 ) ( 88 -53 52 ) ( 88 -54 53 ) glass [ 0 -1 0 0 ] [ -0 -0 -1 -24 ] 0 0.5 0.5 +( 88 -54 52 ) ( 88 -54 53 ) ( 89 -54 52 ) glass [ 1 0 -0 0 ] [ 0 -0 -1 -24 ] 0 0.5 0.5 +( 88 -54 52 ) ( 89 -54 52 ) ( 88 -53 52 ) glass [ -1 0 0 0 ] [ -0 -1 -0 -24 ] 0 0.5 0.5 +( 96 -52 96 ) ( 96 -51 96 ) ( 97 -52 96 ) glass [ 1 0 0 0 ] [ 0 -1 0 -24 ] 0 0.5 0.5 +( 96 -52 54 ) ( 97 -52 54 ) ( 96 -52 55 ) glass [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 +( 224 -52 54 ) ( 224 -52 55 ) ( 224 -51 54 ) glass [ 0 1 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 } } diff --git a/maps/autosave/cafemotel.5.map.import b/maps/autosave/cafemotel.5.map.import deleted file mode 100644 index 38ce935..0000000 --- a/maps/autosave/cafemotel.5.map.import +++ /dev/null @@ -1,14 +0,0 @@ -[remap] - -importer="func_godot.map" -type="Resource" -uid="uid://bnl046hi7vyy2" -path="res://.godot/imported/cafemotel.5.map-ae62204556e89e9a585d7ad45b20710e.tres" - -[deps] - -source_file="res://maps/autosave/cafemotel.5.map" -dest_files=["res://.godot/imported/cafemotel.5.map-ae62204556e89e9a585d7ad45b20710e.tres"] - -[params] - diff --git a/maps/autosave/cafemotel.6.map b/maps/autosave/cafemotel.6.map deleted file mode 100644 index 9a25701..0000000 --- a/maps/autosave/cafemotel.6.map +++ /dev/null @@ -1,1021 +0,0 @@ -// Game: maskmaker -// Format: Valve -// entity 0 -{ -"mapversion" "220" -"classname" "worldspawn" -// brush 0 -{ -( -16 -232 -16 ) ( -16 -231 -16 ) ( -16 -232 -15 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( -64 -232 -16 ) ( -64 -232 -15 ) ( -63 -232 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( -64 -232 -16 ) ( -63 -232 -16 ) ( -64 -231 -16 ) skip [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.25 0.25 -( 64 -104 16 ) ( 64 -103 16 ) ( 65 -104 16 ) ground_cobblestone1 [ 1 0 0 0 ] [ 0 -1 0 -72 ] 0 0.25 0.25 -( 64 -104 16 ) ( 65 -104 16 ) ( 64 -104 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 784 -104 16 ) ( 784 -104 17 ) ( 784 -103 16 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 1 -{ -( 80 64 0 ) ( 80 65 0 ) ( 80 64 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 64 0 ) ( 80 64 1 ) ( 81 64 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 64 16 ) ( 81 64 16 ) ( 80 65 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 96 52 ) ( 112 97 52 ) ( 113 96 52 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 72 16 ) ( 113 72 16 ) ( 112 72 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 224 96 16 ) ( 224 96 17 ) ( 224 97 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 2 -{ -( 224 64 0 ) ( 224 65 0 ) ( 224 64 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 224 64 0 ) ( 224 64 1 ) ( 225 64 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 224 64 16 ) ( 225 64 16 ) ( 224 65 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 256 96 96 ) ( 256 97 96 ) ( 257 96 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 256 72 16 ) ( 257 72 16 ) ( 256 72 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 312 96 16 ) ( 312 96 17 ) ( 312 97 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 3 -{ -( 80 64 -8 ) ( 80 65 -8 ) ( 80 64 -7 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 16 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 176 64 -8 ) ( 176 64 -7 ) ( 177 64 -8 ) surface_green_edge [ -4.371139006309477e-08 0 -0.999999999999999 16 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 176 64 96 ) ( 177 64 96 ) ( 176 65 96 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 208 96 104 ) ( 208 97 104 ) ( 209 96 104 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 208 72 8 ) ( 209 72 8 ) ( 208 72 9 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 312 96 8 ) ( 312 96 9 ) ( 312 97 8 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -} -// brush 4 -{ -( 80 64 0 ) ( 80 65 0 ) ( 80 64 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 64 0 ) ( 80 64 1 ) ( 81 64 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 64 48 ) ( 81 64 48 ) ( 80 65 48 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 96 96 ) ( 112 97 96 ) ( 113 96 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 72 16 ) ( 113 72 16 ) ( 112 72 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 88 96 16 ) ( 88 96 17 ) ( 88 97 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 5 -{ -( 80 72 0 ) ( 80 73 0 ) ( 80 72 1 ) surface_green [ 0 4.371139006309477e-08 -0.999999999999999 32 ] [ 0 0.999999999999999 4.371139006309477e-08 24 ] 90 0.5 0.5 -( 80 72 0 ) ( 80 72 1 ) ( 81 72 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 72 16 ) ( 81 72 16 ) ( 80 73 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 104 52 ) ( 112 105 52 ) ( 113 104 52 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 256 16 ) ( 113 256 16 ) ( 112 256 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 88 104 16 ) ( 88 104 17 ) ( 88 105 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 6 -{ -( 80 256 0 ) ( 80 257 0 ) ( 80 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 256 0 ) ( 80 256 1 ) ( 81 256 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 256 16 ) ( 81 256 16 ) ( 80 257 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 288 96 ) ( 112 289 96 ) ( 113 288 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 264 16 ) ( 113 264 16 ) ( 112 264 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 88 288 16 ) ( 88 288 17 ) ( 88 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 7 -{ -( 80 256 -8 ) ( 80 257 -8 ) ( 80 256 -7 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 16 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 176 256 -8 ) ( 176 256 -7 ) ( 177 256 -8 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 176 256 96 ) ( 177 256 96 ) ( 176 257 96 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 208 288 104 ) ( 208 289 104 ) ( 209 288 104 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 208 264 8 ) ( 209 264 8 ) ( 208 264 9 ) surface_green_edge [ 4.371139006309477e-08 0 -0.999999999999999 16 ] [ 0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 312 288 8 ) ( 312 288 9 ) ( 312 289 8 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -} -// brush 8 -{ -( 80 72 72 ) ( 80 73 72 ) ( 80 72 73 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 16 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 72 72 ) ( 80 72 73 ) ( 81 72 72 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 80 72 96 ) ( 81 72 96 ) ( 80 73 96 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 104 104 ) ( 112 105 104 ) ( 113 104 104 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 256 88 ) ( 113 256 88 ) ( 112 256 89 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 88 104 88 ) ( 88 104 89 ) ( 88 105 88 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -} -// brush 9 -{ -( 88 256 0 ) ( 88 257 0 ) ( 88 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 256 0 ) ( 80 256 1 ) ( 81 256 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 256 16 ) ( 81 256 16 ) ( 80 257 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 288 52 ) ( 112 289 52 ) ( 113 288 52 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 264 16 ) ( 113 264 16 ) ( 112 264 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 144 288 16 ) ( 144 288 17 ) ( 144 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 10 -{ -( 144 256 0 ) ( 144 257 0 ) ( 144 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 144 256 0 ) ( 144 256 1 ) ( 145 256 0 ) surface_green [ 1 0 0 32 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 144 256 16 ) ( 145 256 16 ) ( 144 257 16 ) surface_green [ -1 0 0 -32 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 176 288 96 ) ( 176 289 96 ) ( 177 288 96 ) surface_green [ 1 0 0 32 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 176 264 16 ) ( 177 264 16 ) ( 176 264 17 ) surface_green [ -1 0 0 -32 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 160 288 16 ) ( 160 288 17 ) ( 160 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 11 -{ -( 208 256 0 ) ( 208 257 0 ) ( 208 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 208 256 0 ) ( 208 256 1 ) ( 209 256 0 ) surface_green [ 1 0 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 208 256 16 ) ( 209 256 16 ) ( 208 257 16 ) surface_green [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 240 288 96 ) ( 240 289 96 ) ( 241 288 96 ) surface_green [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 240 264 16 ) ( 241 264 16 ) ( 240 264 17 ) surface_green [ -1 0 0 16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 224 288 16 ) ( 224 288 17 ) ( 224 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 12 -{ -( 88 128 8 ) ( 88 129 8 ) ( 88 128 9 ) skip [ 0 -1 0 -56 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 88 72 8 ) ( 88 72 9 ) ( 89 72 8 ) skip [ 1 0 0 0 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 88 128 8 ) ( 89 128 8 ) ( 88 129 8 ) skip [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.25 0.25 -( 128 176 16 ) ( 128 177 16 ) ( 129 176 16 ) floor_wood [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.25 0.25 -( 128 264 16 ) ( 129 264 16 ) ( 128 264 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 320 176 16 ) ( 320 176 17 ) ( 320 177 16 ) skip [ 0 1 0 56 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -} -// brush 13 -{ -( -16 64 -16 ) ( -16 65 -16 ) ( -16 64 -15 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( -64 64 -16 ) ( -64 64 -15 ) ( -63 64 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( -64 64 -16 ) ( -63 64 -16 ) ( -64 65 -16 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 64 192 16 ) ( 64 193 16 ) ( 65 192 16 ) ground_cobblestone1 [ -4.371139006309477e-08 -0.999999999999999 0 0 ] [ -0.999999999999999 4.371139006309477e-08 0 106 ] 90 0.25 0.25 -( 64 264 16 ) ( 65 264 16 ) ( 64 264 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 80 192 16 ) ( 80 192 17 ) ( 80 193 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 14 -{ -( 72 72 88 ) ( 72 73 88 ) ( 72 72 89 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 16 ] 90 0.5 0.5 -( 80 256 88 ) ( 80 256 89 ) ( 81 256 88 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 -( 80 72 104 ) ( 81 72 104 ) ( 80 73 104 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 104 112 ) ( 112 105 112 ) ( 113 104 112 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 272 104 ) ( 113 272 104 ) ( 112 272 105 ) surface_green_edge [ 4.371139006309477e-08 0 -0.999999999999999 -32 ] [ 0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 312 104 104 ) ( 312 104 105 ) ( 312 105 104 ) surface_green_edge [ 0 -4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 -0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -} -// brush 15 -{ -( 72 -128 88 ) ( 72 -127 88 ) ( 72 -128 89 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 16 ] 90 0.5 0.5 -( 80 56 88 ) ( 80 56 89 ) ( 81 56 88 ) surface_green_edge [ -4.371139006309477e-08 0 -0.999999999999999 -32 ] [ -0.999999999999999 0 4.371139006309477e-08 16 ] 90 0.5 0.5 -( 80 -128 104 ) ( 81 -128 104 ) ( 80 -127 104 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 -8 ] 0 0.5 0.5 -( 112 -96 112 ) ( 112 -95 112 ) ( 113 -96 112 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 -8 ] 0 0.5 0.5 -( 112 72 104 ) ( 113 72 104 ) ( 112 72 105 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 -( 312 -96 104 ) ( 312 -96 105 ) ( 312 -95 104 ) surface_green_edge [ 0 -4.371139006309477e-08 -0.999999999999999 32 ] [ 0 -0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -} -// brush 16 -{ -( 72 -112 88 ) ( 72 -111 88 ) ( 72 -112 89 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 16 ] 90 0.5 0.5 -( 80 72 88 ) ( 80 72 89 ) ( 81 72 88 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 -( 80 -112 104 ) ( 81 -112 104 ) ( 80 -111 104 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 -( 112 -80 112 ) ( 112 -79 112 ) ( 113 -80 112 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 -( 112 256 104 ) ( 113 256 104 ) ( 112 256 105 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 -( 88 -80 104 ) ( 88 -80 105 ) ( 88 -79 104 ) surface_green [ 0 1 0 -8 ] [ 0 0 -1 -24 ] 0 0.5 0.5 -} -// brush 17 -{ -( 72 72 128 ) ( 72 73 128 ) ( 72 72 129 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( 80 256 128 ) ( 80 256 129 ) ( 81 256 128 ) skip [ 1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( 80 72 144 ) ( 81 72 144 ) ( 80 73 144 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 104 152 ) ( 112 105 152 ) ( 113 104 152 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 272 144 ) ( 113 272 144 ) ( 112 272 145 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( 312 104 144 ) ( 312 104 145 ) ( 312 105 144 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -} -// brush 18 -{ -( 72 -112 128 ) ( 72 -111 128 ) ( 72 -112 129 ) surface_green [ 0 -1 0 8 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 80 72 128 ) ( 80 72 129 ) ( 81 72 128 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 80 -112 144 ) ( 81 -112 144 ) ( 80 -111 144 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 -( 112 -80 152 ) ( 112 -79 152 ) ( 113 -80 152 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 256 144 ) ( 113 256 144 ) ( 112 256 145 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 88 -80 144 ) ( 88 -80 145 ) ( 88 -79 144 ) skip [ 0 1 0 -8 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 19 -{ -( 72 -128 128 ) ( 72 -127 128 ) ( 72 -128 129 ) surface_green [ 0 -1 0 -8 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( 80 56 128 ) ( 80 56 129 ) ( 81 56 128 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( 80 -128 144 ) ( 81 -128 144 ) ( 80 -127 144 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 -8 ] 0 0.5 0.5 -( 112 -96 152 ) ( 112 -95 152 ) ( 113 -96 152 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 72 144 ) ( 113 72 144 ) ( 112 72 145 ) skip [ -1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( 312 -96 144 ) ( 312 -96 145 ) ( 312 -95 144 ) surface_green [ 0 1 0 8 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -} -// brush 20 -{ -( 80 64 48 ) ( 80 65 48 ) ( 80 64 49 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 64 48 ) ( 80 64 49 ) ( 81 64 48 ) surface_green_edge [ -4.371139006309477e-08 0 -0.999999999999999 -32 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 64 112 ) ( 81 64 112 ) ( 80 65 112 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 96 144 ) ( 112 97 144 ) ( 113 96 144 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 72 64 ) ( 113 72 64 ) ( 112 72 65 ) skip [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 312 96 64 ) ( 312 96 65 ) ( 312 97 64 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -} -// brush 21 -{ -( 80 256 48 ) ( 80 257 48 ) ( 80 256 49 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -31.999985 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 256 48 ) ( 80 256 49 ) ( 81 256 48 ) skip [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 80 256 112 ) ( 81 256 112 ) ( 80 257 112 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 288 144 ) ( 112 289 144 ) ( 113 288 144 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 264 64 ) ( 113 264 64 ) ( 112 264 65 ) surface_green_edge [ 4.371139006309477e-08 0 -0.999999999999999 -31.999985 ] [ 0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 312 288 64 ) ( 312 288 65 ) ( 312 289 64 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -} -// brush 22 -{ -( 80 248 48 ) ( 80 249 48 ) ( 80 248 49 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32.000015 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 72 48 ) ( 80 72 49 ) ( 81 72 48 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 80 248 112 ) ( 81 248 112 ) ( 80 249 112 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 -8 ] 0 0.5 0.5 -( 112 280 144 ) ( 112 281 144 ) ( 113 280 144 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 -8 ] 0 0.5 0.5 -( 112 256 64 ) ( 113 256 64 ) ( 112 256 65 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 88 280 64 ) ( 88 280 65 ) ( 88 281 64 ) skip [ 0 1 0 8 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -} -// brush 23 -{ -( 88 128 104 ) ( 88 129 104 ) ( 88 128 105 ) skip [ 0 -1 0 -56 ] [ 0 0 -1 56 ] 0 0.25 0.25 -( 88 72 104 ) ( 88 72 105 ) ( 89 72 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 56 ] 0 0.25 0.25 -( 88 128 104 ) ( 89 128 104 ) ( 88 129 104 ) ground_wood [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.5 0.5 -( 128 176 112 ) ( 128 177 112 ) ( 129 176 112 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.25 0.25 -( 128 256 112 ) ( 129 256 112 ) ( 128 256 113 ) skip [ -1 0 0 0 ] [ 0 0 -1 56 ] 0 0.25 0.25 -( 312 176 112 ) ( 312 176 113 ) ( 312 177 112 ) skip [ 0 1 0 56 ] [ 0 0 -1 56 ] 0 0.25 0.25 -} -// brush 24 -{ -( 224 72 16 ) ( 224 73 16 ) ( 224 72 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 224 72 16 ) ( 224 72 17 ) ( 225 72 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 224 72 16 ) ( 225 72 16 ) ( 224 73 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 248 160 48 ) ( 248 161 48 ) ( 249 160 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 248 184 24 ) ( 249 184 24 ) ( 248 184 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 248 160 24 ) ( 248 160 25 ) ( 248 161 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 25 -{ -( 224 256 0 ) ( 224 257 0 ) ( 224 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 216 256 0 ) ( 216 256 1 ) ( 217 256 0 ) surface_green [ 1 0 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 216 256 16 ) ( 217 256 16 ) ( 216 257 16 ) surface_green [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 248 288 52 ) ( 248 289 52 ) ( 249 288 52 ) surface_green [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 248 264 16 ) ( 249 264 16 ) ( 248 264 17 ) surface_green [ -1 0 0 16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 296 288 16 ) ( 296 288 17 ) ( 296 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 26 -{ -( 296 256 0 ) ( 296 257 0 ) ( 296 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 296 256 0 ) ( 296 256 1 ) ( 297 256 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 296 256 16 ) ( 297 256 16 ) ( 296 257 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 328 288 96 ) ( 328 289 96 ) ( 329 288 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 328 264 16 ) ( 329 264 16 ) ( 328 264 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 312 288 16 ) ( 312 288 17 ) ( 312 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 27 -{ -( 224 128 16 ) ( 224 129 16 ) ( 224 128 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 224 224 16 ) ( 224 224 17 ) ( 225 224 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 224 128 16 ) ( 225 128 16 ) ( 224 129 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 248 216 48 ) ( 248 217 48 ) ( 249 216 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 248 256 24 ) ( 249 256 24 ) ( 248 256 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 312 216 24 ) ( 312 216 25 ) ( 312 217 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 28 -{ -( 640 64 0 ) ( 640 65 0 ) ( 640 64 1 ) skip [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 0.5 0.5 -( 640 64 0 ) ( 640 64 1 ) ( 641 64 0 ) skip [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 0.5 0.5 -( 640 64 0 ) ( 641 64 0 ) ( 640 65 0 ) skip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 0.5 0.5 -( 656 112 16 ) ( 656 113 16 ) ( 657 112 16 ) ground_cobblestone1 [ -4.371139006309477e-08 -0.999999999999999 0 0 ] [ -0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.25 0.25 -( 656 264 16 ) ( 657 264 16 ) ( 656 264 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 736 112 16 ) ( 736 112 17 ) ( 736 113 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 29 -{ -( 736 72 16 ) ( 736 73 16 ) ( 736 72 17 ) wall_brick_scrungly [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 472 64 16 ) ( 472 64 17 ) ( 473 64 16 ) wall_brick_scrungly [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 472 72 16 ) ( 473 72 16 ) ( 472 73 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 504 104 96 ) ( 504 105 96 ) ( 505 104 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 504 264 32 ) ( 505 264 32 ) ( 504 264 33 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 784 104 32 ) ( 784 104 33 ) ( 784 105 32 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 30 -{ -( 640 64 96 ) ( 640 65 96 ) ( 640 64 97 ) skip [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 0.25 0.25 -( 640 64 96 ) ( 640 64 97 ) ( 641 64 96 ) wall_brick [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 0.25 0.25 -( 640 64 96 ) ( 641 64 96 ) ( 640 65 96 ) wall_brick_scrungly [ 4.371139006309477e-08 -0.999999999999999 0 0 ] [ 0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.25 0.25 -( 656 112 256 ) ( 656 113 256 ) ( 657 112 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 656 264 112 ) ( 657 264 112 ) ( 656 264 113 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 736 112 112 ) ( 736 112 113 ) ( 736 113 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 31 -{ -( 736 72 96 ) ( 736 73 96 ) ( 736 72 97 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 472 64 96 ) ( 472 64 97 ) ( 473 64 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 472 72 96 ) ( 473 72 96 ) ( 472 73 96 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 504 104 256 ) ( 504 105 256 ) ( 505 104 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 504 264 112 ) ( 505 264 112 ) ( 504 264 113 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 784 104 112 ) ( 784 104 113 ) ( 784 105 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 32 -{ -( 312 64 96 ) ( 312 65 96 ) ( 312 64 97 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 368 64 96 ) ( 368 64 97 ) ( 369 64 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 368 64 104 ) ( 369 64 104 ) ( 368 65 104 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 400 96 256 ) ( 400 97 256 ) ( 401 96 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 400 72 112 ) ( 401 72 112 ) ( 400 72 113 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 96 112 ) ( 640 96 113 ) ( 640 97 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 139 ] 0 0.25 0.25 -} -// brush 33 -{ -( -16 264 -16 ) ( -16 265 -16 ) ( -16 264 -15 ) skip [ 0 -1 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( -64 264 -16 ) ( -64 264 -15 ) ( -63 264 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( -64 264 12 ) ( -63 264 12 ) ( -64 265 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 64 392 16 ) ( 64 393 16 ) ( 65 392 16 ) ground_greybrick [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 64 360 16 ) ( 65 360 16 ) ( 64 360 17 ) wall_concrete1 [ -1 0 0 0 ] [ 0 0 -1 16 ] 0 1 1 -( 784 392 16 ) ( 784 392 17 ) ( 784 393 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -} -// brush 34 -{ -( 632 72 96 ) ( 632 73 96 ) ( 632 72 97 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 368 72 96 ) ( 368 72 97 ) ( 369 72 96 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 368 72 112 ) ( 369 72 112 ) ( 368 73 112 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 400 104 256 ) ( 400 105 256 ) ( 401 104 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 400 264 112 ) ( 401 264 112 ) ( 400 264 113 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 104 112 ) ( 640 104 113 ) ( 640 105 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 35 -{ -( 320 72 96 ) ( 320 73 96 ) ( 320 72 97 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 360 72 96 ) ( 360 72 97 ) ( 361 72 96 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 360 72 112 ) ( 361 72 112 ) ( 360 73 112 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 392 104 256 ) ( 392 105 256 ) ( 393 104 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 392 264 112 ) ( 393 264 112 ) ( 392 264 113 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 632 104 112 ) ( 632 104 113 ) ( 632 105 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 36 -{ -( 312 256 104 ) ( 312 257 104 ) ( 312 256 105 ) skip [ 0 1.6292067950285372e-07 -0.9999999999999866 -16 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 -( 312 72 104 ) ( 312 72 105 ) ( 313 72 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 312 256 104 ) ( 313 256 104 ) ( 312 257 104 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 344 288 256 ) ( 344 289 256 ) ( 345 288 256 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 344 264 120 ) ( 345 264 120 ) ( 344 264 121 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 288 120 ) ( 320 288 121 ) ( 320 289 120 ) skip [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 37 -{ -( 312 264 32 ) ( 312 136 32 ) ( 312 264 16 ) surface_beige_edge [ 0 -1.3113417006681922e-07 0.9999999999999913 32 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 0 ] 270 0.5 0.5 -( 320 136 16 ) ( 312 136 16 ) ( 320 136 32 ) surface_beige_edge [ 0.9999999999999957 0 8.742277997596912e-08 16 ] [ -8.742277997596912e-08 0 0.9999999999999957 0 ] 180 0.5 0.5 -( 312 264 16 ) ( 312 136 16 ) ( 320 264 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 -( 320 264 32 ) ( 320 136 32 ) ( 312 264 32 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 264 16 ) ( 320 264 16 ) ( 312 264 32 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 264 16 ) ( 320 136 16 ) ( 320 264 32 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 38 -{ -( 312 72 16 ) ( 312 88 16 ) ( 312 72 32 ) surface_beige_edge [ 0 -1.3113417006681922e-07 0.9999999999999913 32 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 0 ] 270 0.5 0.5 -( 312 72 32 ) ( 320 72 32 ) ( 312 72 16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 320 72 16 ) ( 320 88 16 ) ( 312 72 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 -( 312 72 32 ) ( 312 88 32 ) ( 320 72 32 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 88 32 ) ( 312 88 16 ) ( 320 88 32 ) surface_beige_edge [ 1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 320 72 32 ) ( 320 88 32 ) ( 320 72 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 39 -{ -( 312 264 88 ) ( 312 136 88 ) ( 312 264 32 ) surface_beige [ 0 -1.3113417006681922e-07 0.9999999999999913 32 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 0 ] 270 0.5 0.5 -( 320 136 32 ) ( 312 136 32 ) ( 320 136 88 ) surface_beige_edge [ 0.9999999999999961 -0 8.742278000372473e-08 16 ] [ -8.742278000372473e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 -( 312 264 32 ) ( 312 136 32 ) ( 320 264 32 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 320 264 88 ) ( 320 136 88 ) ( 312 264 88 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 264 32 ) ( 320 264 32 ) ( 312 264 88 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 264 32 ) ( 320 136 32 ) ( 320 264 88 ) skip [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 40 -{ -( 312 72 32 ) ( 312 88 32 ) ( 312 72 88 ) surface_beige [ 0 -1.3113417006681922e-07 0.9999999999999913 32 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 0 ] 270 0.5 0.5 -( 312 72 88 ) ( 320 72 88 ) ( 312 72 32 ) skip [ 1 0 0 -16 ] [ 0 0 -1 16 ] 0 0.5 0.5 -( 320 72 32 ) ( 320 88 32 ) ( 312 72 32 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 72 88 ) ( 312 88 88 ) ( 320 72 88 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 88 88 ) ( 312 88 32 ) ( 320 88 88 ) surface_beige_edge [ 0.9999999999999998 -0 1.3234889800848443e-23 16 ] [ 1.3234889800848443e-23 0 -0.9999999999999998 0 ] 0 0.5 0.5 -( 320 72 88 ) ( 320 88 88 ) ( 320 72 32 ) skip [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 41 -{ -( 312 264 104 ) ( 312 136 104 ) ( 312 264 88 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 -( 320 136 88 ) ( 312 136 88 ) ( 320 136 104 ) surface_beige_edge [ 0.9999999999999961 0 8.742277995965608e-08 16 ] [ -8.742277995965608e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 -( 312 264 88 ) ( 312 136 88 ) ( 320 264 88 ) surface_beige_edge [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 320 264 104 ) ( 320 136 104 ) ( 312 264 104 ) surface_beige_edge [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 264 88 ) ( 320 264 88 ) ( 312 264 104 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 264 88 ) ( 320 136 88 ) ( 320 264 104 ) surface_beige_edge [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 42 -{ -( 312 72 88 ) ( 312 88 88 ) ( 312 72 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 -( 312 72 104 ) ( 320 72 104 ) ( 312 72 88 ) skip [ 1 0 0 -16 ] [ 0 0 -1 16 ] 0 0.5 0.5 -( 320 72 88 ) ( 320 88 88 ) ( 312 72 88 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 72 104 ) ( 312 88 104 ) ( 320 72 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 88 104 ) ( 312 88 88 ) ( 320 88 104 ) surface_beige_edge [ 1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 320 72 104 ) ( 320 88 104 ) ( 320 72 88 ) skip [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 43 -{ -( 312 88 104 ) ( 312 88 96 ) ( 312 136 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 -( 320 96 104 ) ( 320 96 96 ) ( 312 96 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 -( 312 136 96 ) ( 312 88 96 ) ( 320 136 96 ) surface_beige_edge [ 1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 320 136 104 ) ( 320 88 104 ) ( 312 136 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 128 104 ) ( 312 128 96 ) ( 320 128 104 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 -( 320 136 104 ) ( 320 136 96 ) ( 320 88 104 ) skip [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 44 -{ -( 488 264 96 ) ( 488 72 96 ) ( 488 264 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 640 72 16 ) ( 328 72 16 ) ( 640 72 96 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 264 4 ) ( 328 264 4 ) ( 640 72 4 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 -( 640 72 112 ) ( 328 72 112 ) ( 640 264 112 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 1 1 -( 640 264 96 ) ( 328 264 96 ) ( 640 264 16 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 72 96 ) ( 640 264 96 ) ( 640 72 16 ) wall_brick_scrungly [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 45 -{ -( 320 264 96 ) ( 320 136 96 ) ( 320 264 16 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 136 96 ) ( 328 136 96 ) ( 320 136 16 ) surface_beige_edge [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 320 264 16 ) ( 320 136 16 ) ( 328 264 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 -( 328 264 112 ) ( 328 136 112 ) ( 320 264 112 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 1 1 -( 320 264 16 ) ( 328 264 16 ) ( 320 264 96 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 328 264 16 ) ( 328 136 16 ) ( 328 264 96 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 46 -{ -( 320 72 16 ) ( 320 88 16 ) ( 320 72 96 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 72 96 ) ( 328 72 96 ) ( 320 72 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 328 72 16 ) ( 328 88 16 ) ( 320 72 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 -( 320 72 96 ) ( 320 88 96 ) ( 328 72 96 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 1 1 -( 320 88 96 ) ( 320 88 16 ) ( 328 88 96 ) surface_beige_edge [ -0.9999999999999961 0 8.742278000372473e-08 16 ] [ 8.742278000372473e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 -( 328 72 96 ) ( 328 88 96 ) ( 328 72 16 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 47 -{ -( 320 128 8 ) ( 320 129 8 ) ( 320 128 9 ) skip [ 0 -1 0 -56 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 320 72 8 ) ( 320 72 9 ) ( 321 72 8 ) skip [ 1 0 0 96 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 320 128 8 ) ( 321 128 8 ) ( 320 129 8 ) skip [ -1 0 0 -96 ] [ 0 -1 0 -56 ] 0 0.25 0.25 -( 360 176 16 ) ( 360 177 16 ) ( 361 176 16 ) floor_checkertiles [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 360 224 16 ) ( 361 224 16 ) ( 360 224 17 ) skip [ -1 0 0 -32 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 448 176 16 ) ( 448 176 17 ) ( 448 177 16 ) skip [ 0 1 0 56 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -} -// brush 48 -{ -( 320 88 104 ) ( 320 88 96 ) ( 320 136 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 -( 328 96 104 ) ( 328 96 96 ) ( 320 96 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 -( 320 136 96 ) ( 320 88 96 ) ( 328 136 96 ) surface_beige_edge [ -0.9999999999999961 8.742278000372473e-08 0 16 ] [ 8.742278000372473e-08 0.9999999999999961 0 0 ] 180 0.5 0.5 -( 328 136 104 ) ( 328 88 104 ) ( 320 136 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 320 128 104 ) ( 320 128 96 ) ( 328 128 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 -( 328 136 104 ) ( 328 136 96 ) ( 328 88 104 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 49 -{ -( 312 96 104 ) ( 312 96 96 ) ( 312 144 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48.000015 ] [ 0 0.9999999999999866 1.6292067950285372e-07 -16 ] 90 0.5 0.5 -( 320 128 104 ) ( 320 128 96 ) ( 312 128 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 -( 312 144 96 ) ( 312 96 96 ) ( 320 144 96 ) surface_beige_corner [ -4.371139006309477e-08 -0.999999999999999 0 16 ] [ -0.999999999999999 4.371139006309477e-08 0 48 ] 90 0.5 0.5 -( 320 144 104 ) ( 320 96 104 ) ( 312 144 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 312 136 104 ) ( 312 136 96 ) ( 320 136 104 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 -( 320 144 104 ) ( 320 144 96 ) ( 320 96 104 ) skip [ 0 1 0 -16 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 50 -{ -( 320 96 104 ) ( 320 96 96 ) ( 320 144 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48.000015 ] [ 0 0.9999999999999866 1.6292067950285372e-07 -16 ] 90 0.5 0.5 -( 328 128 104 ) ( 328 128 96 ) ( 320 128 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 -( 320 144 96 ) ( 320 96 96 ) ( 328 144 96 ) surface_beige_corner [ -0.9999999999999961 8.742277995965608e-08 0 16 ] [ 8.742277995965608e-08 0.9999999999999961 0 48 ] 180 0.5 0.5 -( 328 144 104 ) ( 328 96 104 ) ( 320 144 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 320 136 104 ) ( 320 136 96 ) ( 328 136 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 -( 328 144 104 ) ( 328 144 96 ) ( 328 96 104 ) surface_beige [ 0 1 0 -16 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 51 -{ -( 312 80 104 ) ( 312 80 96 ) ( 312 128 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 16 ] 90 0.5 0.5 -( 320 88 104 ) ( 320 88 96 ) ( 312 88 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 -( 312 128 96 ) ( 312 80 96 ) ( 320 128 96 ) surface_beige_corner [ 1 0 0 16 ] [ 0 -1 0 -16 ] 0 0.5 0.5 -( 320 128 104 ) ( 320 80 104 ) ( 312 128 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -16 ] 0 0.5 0.5 -( 312 96 104 ) ( 312 96 96 ) ( 320 96 104 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 -( 320 128 104 ) ( 320 128 96 ) ( 320 80 104 ) skip [ 0 1 0 16 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 52 -{ -( 320 80 104 ) ( 320 80 96 ) ( 320 128 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 16 ] 90 0.5 0.5 -( 328 88 104 ) ( 328 88 96 ) ( 320 88 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 -( 320 128 96 ) ( 320 80 96 ) ( 328 128 96 ) surface_beige_corner [ 1.3113417006681922e-07 0.9999999999999912 0 16 ] [ 0.9999999999999912 -1.3113417006681922e-07 -0 48 ] 270 0.5 0.5 -( 328 128 104 ) ( 328 80 104 ) ( 320 128 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 -16 ] 0 0.5 0.5 -( 320 96 104 ) ( 320 96 96 ) ( 328 96 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 -( 328 128 104 ) ( 328 128 96 ) ( 328 80 104 ) surface_beige [ 0 1 0 16 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 53 -{ -( 320 64 104 ) ( 320 64 96 ) ( 320 112 104 ) skip [ 0 1.6292067950285372e-07 -0.9999999999999866 -48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 48 ] 90 0.5 0.5 -( 328 72 104 ) ( 328 72 96 ) ( 320 72 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 -( 320 112 96 ) ( 320 64 96 ) ( 328 112 96 ) skip [ 1.3113417006681922e-07 0.9999999999999912 0 48 ] [ 0.9999999999999912 -1.3113417006681922e-07 0 48 ] 270 0.5 0.5 -( 328 112 104 ) ( 328 64 104 ) ( 320 112 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 320 88 104 ) ( 320 88 96 ) ( 328 88 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 -( 328 112 104 ) ( 328 112 96 ) ( 328 64 104 ) surface_beige [ 0 1 0 48 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 54 -{ -( 480 80 16 ) ( 480 81 16 ) ( 480 80 17 ) surface_beige [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 480 80 16 ) ( 480 80 17 ) ( 481 80 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 480 80 16 ) ( 481 80 16 ) ( 480 81 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 488 96 104 ) ( 488 97 104 ) ( 489 96 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 488 256 24 ) ( 489 256 24 ) ( 488 256 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 488 96 24 ) ( 488 96 25 ) ( 488 97 24 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 55 -{ -( 432 72 96 ) ( 432 64 96 ) ( 432 72 16 ) wall_brick_scrungly [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 64 16 ) ( 432 64 16 ) ( 640 64 96 ) wall_brick_scrungly [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 0.25 0.25 -( 640 72 16 ) ( 432 72 16 ) ( 640 64 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 640 64 96 ) ( 432 64 96 ) ( 640 72 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 640 72 96 ) ( 432 72 96 ) ( 640 72 16 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 64 96 ) ( 640 72 96 ) ( 640 64 16 ) wall_brick_scrungly [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 56 -{ -( 312 64 16 ) ( 312 72 16 ) ( 312 64 96 ) skip [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 0.25 0.25 -( 312 64 96 ) ( 384 64 96 ) ( 312 64 16 ) wall_brick_scrungly [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 0.25 0.25 -( 312 64 16 ) ( 384 64 16 ) ( 312 72 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 312 72 96 ) ( 384 72 96 ) ( 312 64 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 312 72 16 ) ( 384 72 16 ) ( 312 72 96 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 384 64 16 ) ( 384 64 96 ) ( 384 72 16 ) wall_brick_scrungly [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 57 -{ -( 432 80 104 ) ( 432 72 104 ) ( 432 80 16 ) surface_beige_edge [ 0 -0.9999999999999961 8.742278000372473e-08 32 ] [ 0 8.742278000372473e-08 0.9999999999999961 0 ] 180 0.5 0.5 -( 448 72 16 ) ( 432 72 16 ) ( 448 72 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 448 80 16 ) ( 432 80 16 ) ( 448 72 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 448 72 104 ) ( 432 72 104 ) ( 448 80 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 448 80 104 ) ( 432 80 104 ) ( 448 80 16 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 480 72 104 ) ( 480 80 104 ) ( 480 72 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 58 -{ -( 328 72 16 ) ( 328 80 16 ) ( 328 72 104 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 328 72 104 ) ( 384 72 104 ) ( 328 72 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 328 72 16 ) ( 384 72 16 ) ( 328 80 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 328 80 104 ) ( 384 80 104 ) ( 328 72 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 328 80 16 ) ( 384 80 16 ) ( 328 80 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 384 72 16 ) ( 384 72 104 ) ( 384 80 16 ) surface_beige_edge [ 0 -1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 59 -{ -( 392 72 104 ) ( 392 72 96 ) ( 392 80 104 ) surface_beige [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 432 72 104 ) ( 432 72 96 ) ( 384 72 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 432 72 96 ) ( 432 80 96 ) ( 384 72 96 ) surface_beige_edge [ -4.371139006309477e-08 -0.999999999999999 0 32 ] [ -0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.5 0.5 -( 432 72 104 ) ( 384 72 104 ) ( 432 80 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 384 80 104 ) ( 384 80 96 ) ( 432 80 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 424 80 104 ) ( 424 80 96 ) ( 424 72 104 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 60 -{ -( 384 64 8 ) ( 384 65 8 ) ( 384 64 9 ) ground_cobblestone1 [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 384 64 8 ) ( 384 64 9 ) ( 385 64 8 ) ground_cobblestone1 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 384 64 8 ) ( 385 64 8 ) ( 384 65 8 ) ground_cobblestone1 [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 432 72 16 ) ( 432 73 16 ) ( 433 72 16 ) ground_cobblestone1 [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 432 72 16 ) ( 433 72 16 ) ( 432 72 17 ) ground_cobblestone1 [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 432 72 16 ) ( 432 72 17 ) ( 432 73 16 ) ground_cobblestone1 [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 61 -{ -( 312 64 96 ) ( 312 65 96 ) ( 312 64 97 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 312 64 96 ) ( 312 64 97 ) ( 313 64 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 312 64 96 ) ( 313 64 96 ) ( 312 65 96 ) wall_brick [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 360 72 104 ) ( 360 73 104 ) ( 361 72 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 360 72 104 ) ( 361 72 104 ) ( 360 72 105 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 72 104 ) ( 640 72 105 ) ( 640 73 104 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 62 -{ -( 80 48 152 ) ( 80 49 152 ) ( 80 48 153 ) wall_brick [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 176 64 152 ) ( 176 64 153 ) ( 177 64 152 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 176 48 152 ) ( 177 48 152 ) ( 176 49 152 ) wall_brick [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 208 80 256 ) ( 208 81 256 ) ( 209 80 256 ) wall_brick [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 208 264 168 ) ( 209 264 168 ) ( 208 264 169 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 312 80 168 ) ( 312 80 169 ) ( 312 81 168 ) wall_brick [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 63 -{ -( 328 224 104 ) ( 328 225 104 ) ( 328 224 105 ) skip [ 0 -1 0 -16 ] [ 0 0 -1 48 ] 0 0.5 0.5 -( 392 80 104 ) ( 392 80 105 ) ( 393 80 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 -( 392 224 104 ) ( 393 224 104 ) ( 392 225 104 ) ground_wood [ -1 0 0 0 ] [ 0 -1 0 -16 ] 0 0.5 0.5 -( 424 256 112 ) ( 424 257 112 ) ( 425 256 112 ) skip [ 1 0 0 0 ] [ 0 -1 0 -16 ] 0 0.5 0.5 -( 424 256 112 ) ( 425 256 112 ) ( 424 256 113 ) skip [ -1 0 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 -( 480 256 112 ) ( 480 256 113 ) ( 480 257 112 ) skip [ 0 1 0 16 ] [ 0 0 -1 48 ] 0 0.5 0.5 -} -// brush 64 -{ -( 424 72 104 ) ( 424 72 96 ) ( 424 80 104 ) surface_beige [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 440 72 104 ) ( 440 72 96 ) ( 392 72 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 440 72 96 ) ( 440 80 96 ) ( 392 72 96 ) surface_beige_corner [ -0.9999999999999961 8.742277995965608e-08 0 32 ] [ 8.742277995965608e-08 0.9999999999999961 0 32 ] 180 0.5 0.5 -( 440 72 104 ) ( 392 72 104 ) ( 440 80 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 392 80 104 ) ( 392 80 96 ) ( 440 80 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 432 80 104 ) ( 432 80 96 ) ( 432 72 104 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 65 -{ -( 384 72 104 ) ( 384 72 96 ) ( 384 80 104 ) surface_beige [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 400 72 104 ) ( 400 72 96 ) ( 352 72 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 400 72 96 ) ( 400 80 96 ) ( 352 72 96 ) surface_beige_corner [ -4.371139006309477e-08 -0.999999999999999 0 32 ] [ -0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.5 0.5 -( 400 72 104 ) ( 352 72 104 ) ( 400 80 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 352 80 104 ) ( 352 80 96 ) ( 400 80 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 392 80 104 ) ( 392 80 96 ) ( 392 72 104 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 66 -{ -( 328 232 16 ) ( 328 233 16 ) ( 328 232 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 328 224 16 ) ( 328 224 17 ) ( 329 224 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 328 232 16 ) ( 329 232 16 ) ( 328 233 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 352 256 48 ) ( 352 257 48 ) ( 353 256 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 352 256 24 ) ( 353 256 24 ) ( 352 256 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 400 256 24 ) ( 400 256 25 ) ( 400 257 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 67 -{ -( 328 176 16 ) ( 328 177 16 ) ( 328 176 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 328 144 16 ) ( 328 144 17 ) ( 329 144 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 328 176 16 ) ( 329 176 16 ) ( 328 177 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 360 224 48 ) ( 360 225 48 ) ( 361 224 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 360 224 24 ) ( 361 224 24 ) ( 360 224 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 360 224 24 ) ( 360 224 25 ) ( 360 225 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 68 -{ -( 448 112 16 ) ( 448 113 16 ) ( 448 112 17 ) redplaid [ 0 -1 0 -64 ] [ 0 0 -1 0 ] 0 1 1 -( 448 80 16 ) ( 448 80 17 ) ( 449 80 16 ) redplaid [ 1 0 0 -120 ] [ 0 0 -1 0 ] 0 1 1 -( 448 112 16 ) ( 449 112 16 ) ( 448 113 16 ) redplaid [ -1 0 0 120 ] [ 0 -1 0 -64 ] 0 1 1 -( 480 160 48 ) ( 480 161 48 ) ( 481 160 48 ) redplaid [ 1 0 0 -120 ] [ 0 -1 0 -64 ] 0 1 1 -( 480 256 24 ) ( 481 256 24 ) ( 480 256 25 ) redplaid [ -1 0 0 120 ] [ 0 0 -1 0 ] 0 1 1 -( 480 160 24 ) ( 480 160 25 ) ( 480 161 24 ) redplaid [ 0 1 0 64 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 69 -{ -( -16 360 -20 ) ( -16 361 -20 ) ( -16 360 -19 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( -64 360 -20 ) ( -64 360 -19 ) ( -63 360 -20 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( -64 360 -20 ) ( -63 360 -20 ) ( -64 361 -20 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 64 488 12 ) ( 64 489 12 ) ( 65 488 12 ) asphalt [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 64 600 12 ) ( 65 600 12 ) ( 64 600 13 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 784 488 12 ) ( 784 488 13 ) ( 784 489 12 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 70 -{ -( -16 360 -16 ) ( -16 361 -16 ) ( -16 360 -15 ) skip [ 0 -1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 -( -64 360 -16 ) ( -64 360 -15 ) ( -63 360 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 -( -64 360 12 ) ( -63 360 12 ) ( -64 361 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 64 488 16 ) ( 64 489 16 ) ( 65 488 16 ) ground_greybrick [ -4.371139006309477e-08 -0.999999999999999 0 0 ] [ -0.999999999999999 4.371139006309477e-08 0 73 ] 90 0.5 0.5 -( 64 600 16 ) ( 65 600 16 ) ( 64 600 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 16 ] 0 1 1 -( 80 488 16 ) ( 80 488 17 ) ( 80 489 16 ) wall_concrete1 [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 1 1 -} -// brush 71 -{ -( -16 600 -16 ) ( -16 601 -16 ) ( -16 600 -15 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 16 ] 0 0.5 0.5 -( -64 600 -16 ) ( -64 600 -15 ) ( -63 600 -16 ) wall_concrete1 [ 1 0 0 0 ] [ 0 0 -1 16 ] 0 1 1 -( -64 600 12 ) ( -63 600 12 ) ( -64 601 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 -16 ] 0 0.5 0.5 -( 64 728 16 ) ( 64 729 16 ) ( 65 728 16 ) ground_greybrick [ 1 0 0 0 ] [ 0 -1 0 48 ] 0 0.5 0.5 -( 64 704 16 ) ( 65 704 16 ) ( 64 704 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 16 ] 0 1 1 -( 576 728 16 ) ( 576 728 17 ) ( 576 729 16 ) wall_concrete1 [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 72 -{ -( 736 600 -16 ) ( 736 601 -16 ) ( 736 600 -15 ) wall_concrete1 [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 144 600 -16 ) ( 144 600 -15 ) ( 145 600 -16 ) wall_concrete1 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 144 600 12 ) ( 145 600 12 ) ( 144 601 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 272 728 16 ) ( 272 729 16 ) ( 273 728 16 ) ground_greybrick [ 1 0 0 0 ] [ 0 -1 0 48 ] 0 0.5 0.5 -( 272 720 16 ) ( 273 720 16 ) ( 272 720 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 784 728 16 ) ( 784 728 17 ) ( 784 729 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 73 -{ -( 576 600 -20 ) ( 576 601 -20 ) ( 576 600 -19 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( -112 600 -20 ) ( -112 600 -19 ) ( -111 600 -20 ) skip [ 1 0 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( -112 600 -20 ) ( -111 600 -20 ) ( -112 601 -20 ) skip [ -1 0 0 -32 ] [ 0 -1 0 -32 ] 0 0.5 0.5 -( 16 728 12 ) ( 16 729 12 ) ( 17 728 12 ) asphalt [ 1 0 0 96 ] [ 0 -1 0 40 ] 0 0.5 0.5 -( 16 720 12 ) ( 17 720 12 ) ( 16 720 13 ) skip [ -1 0 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 736 728 12 ) ( 736 728 13 ) ( 736 729 12 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 74 -{ -( 64 336 24 ) ( 64 337 24 ) ( 64 336 25 ) redplaid [ 0 -1 0 0 ] [ 0 0 -1 8 ] 0 1 1 -( 56 344 24 ) ( 56 344 25 ) ( 57 344 24 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 8 ] 0 1 1 -( 56 336 24 ) ( 57 336 24 ) ( 56 337 24 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 80 360 152 ) ( 80 361 152 ) ( 81 360 152 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 80 352 32 ) ( 81 352 32 ) ( 80 352 33 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 8 ] 0 1 1 -( 72 360 32 ) ( 72 360 33 ) ( 72 361 32 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 8 ] 0 1 1 -} -// brush 75 -{ -( 56 336 16 ) ( 56 337 16 ) ( 56 336 17 ) redplaid [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 56 336 16 ) ( 56 336 17 ) ( 57 336 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 56 336 16 ) ( 57 336 16 ) ( 56 337 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 80 360 18 ) ( 80 361 18 ) ( 81 360 18 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 80 360 24 ) ( 81 360 24 ) ( 80 360 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 80 360 24 ) ( 80 360 25 ) ( 80 361 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 76 -{ -( 64 344 24 ) ( 56 336 18 ) ( 56 360 18 ) redplaid [ 0 -1.0000000000000002 0 0 ] [ 1.0000000000000002 0 0 -70.43137 ] 0 1 1 -( 72 344 24 ) ( 80 336 18 ) ( 56 336 18 ) redplaid [ 1.0000000000000002 0 0 0 ] [ 0 1.0000000000000002 0 -94.58823 ] 0 1 1 -( 80 336 18 ) ( 80 360 18 ) ( 56 360 18 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 64 352 24 ) ( 72 352 24 ) ( 72 344 24 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 72 352 24 ) ( 64 352 24 ) ( 56 360 18 ) redplaid [ -1.0000000000000002 0 0 0 ] [ 0 -1.0000000000000002 0 89.568634 ] 0 1 1 -( 72 352 24 ) ( 80 360 18 ) ( 80 336 18 ) redplaid [ 0 1.0000000000000002 0 0 ] [ -1.0000000000000002 0 0 68 ] 0 1 1 -} -// brush 77 -{ -( 60 336 152 ) ( 60 337 152 ) ( 60 336 153 ) redplaid [ 0 -1 0 24 ] [ 0 0 -1 8 ] 0 1 1 -( 56 340 152 ) ( 56 340 153 ) ( 57 340 152 ) redplaid [ 1 0 0 -8 ] [ 0 0 -1 8 ] 0 1 1 -( 56 336 152 ) ( 57 336 152 ) ( 56 337 152 ) redplaid [ -1 0 0 8 ] [ 0 -1 0 24 ] 0 1 1 -( 88 368 156 ) ( 88 369 156 ) ( 89 368 156 ) redplaid [ 1 0 0 -8 ] [ 0 -1 0 24 ] 0 1 1 -( 88 356 160 ) ( 89 356 160 ) ( 88 356 161 ) redplaid [ -1 0 0 8 ] [ 0 0 -1 8 ] 0 1 1 -( 76 368 160 ) ( 76 368 161 ) ( 76 369 160 ) redplaid [ 0 1 0 -24 ] [ 0 0 -1 8 ] 0 1 1 -} -// brush 78 -{ -( 64 344 186 ) ( 54 334 180 ) ( 54 362 180 ) redplaid [ 0 -1.0000000000000002 0 24 ] [ 1.0000000000000002 0 0 -200.0878 ] 0 1 1 -( 72 344 186 ) ( 82 334 180 ) ( 54 334 180 ) redplaid [ 1.0000000000000002 0 0 -8 ] [ 0 1.0000000000000002 0 -222 ] 0 1 1 -( 82 334 180 ) ( 82 362 180 ) ( 54 362 180 ) redplaid [ -1 0 0 8 ] [ 0 -1 0 24 ] 0 1 1 -( 64 352 186 ) ( 72 352 186 ) ( 72 344 186 ) redplaid [ 1 0 0 -8 ] [ 0 -1 0 24 ] 0 1 1 -( 54 362 180 ) ( 82 362 180 ) ( 72 352 186 ) redplaid [ -1.0000000000000002 0 0 8 ] [ 0 -1.0000000000000002 0 215.36586 ] 0 1 1 -( 72 352 186 ) ( 82 362 180 ) ( 82 334 180 ) redplaid [ 0 1.0000000000000002 0 -24 ] [ -1.0000000000000002 0 0 -62 ] 0 1 1 -} -// brush 79 -{ -( 60 354 156 ) ( 60 356 156 ) ( 54 362 180 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 56 360 180 ) ( 62 354 156 ) ( 60 354 156 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 62 354 156 ) ( 62 356 156 ) ( 60 356 156 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 56 360 180 ) ( 54 360 180 ) ( 54 362 180 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 60 356 156 ) ( 62 356 156 ) ( 56 362 180 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 56 362 180 ) ( 62 356 156 ) ( 62 354 156 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 80 -{ -( 60 340 156 ) ( 60 342 156 ) ( 54 336 180 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 56 334 180 ) ( 62 340 156 ) ( 60 340 156 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 62 340 156 ) ( 62 342 156 ) ( 60 342 156 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 56 334 180 ) ( 54 334 180 ) ( 54 336 180 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 60 342 156 ) ( 62 342 156 ) ( 56 336 180 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 56 336 180 ) ( 62 342 156 ) ( 62 340 156 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 81 -{ -( 74 342 156 ) ( 80 336 180 ) ( 80 334 180 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 80 334 180 ) ( 82 334 180 ) ( 76 340 156 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 76 342 156 ) ( 74 342 156 ) ( 74 340 156 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 80 336 180 ) ( 82 336 180 ) ( 82 334 180 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 76 342 156 ) ( 82 336 180 ) ( 80 336 180 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 76 342 156 ) ( 76 340 156 ) ( 82 334 180 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 82 -{ -( 74 356 156 ) ( 80 362 180 ) ( 80 360 180 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 80 360 180 ) ( 82 360 180 ) ( 76 354 156 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 76 356 156 ) ( 74 356 156 ) ( 74 354 156 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 80 362 180 ) ( 82 362 180 ) ( 82 360 180 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 76 356 156 ) ( 82 362 180 ) ( 80 362 180 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 76 356 156 ) ( 76 354 156 ) ( 82 360 180 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 83 -{ -( 80 360 16 ) ( 80 360 12 ) ( 80 368 12 ) clip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 80 360 16 ) ( 784 360 16 ) ( 784 360 12 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 784 360 12 ) ( 784 368 12 ) ( 80 368 12 ) clip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 80 368 12 ) ( 784 368 12 ) ( 784 360 16 ) clip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 784 360 16 ) ( 784 368 12 ) ( 784 360 12 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 84 -{ -( 400 224 16 ) ( 400 225 16 ) ( 400 224 17 ) redplaid [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 400 224 16 ) ( 400 224 17 ) ( 401 224 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 400 224 16 ) ( 401 224 16 ) ( 400 225 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 448 256 96 ) ( 448 257 96 ) ( 449 256 96 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 448 256 24 ) ( 449 256 24 ) ( 448 256 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 448 256 24 ) ( 448 256 25 ) ( 448 257 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 85 -{ -( 328 256 16 ) ( 328 257 16 ) ( 328 256 17 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 328 256 16 ) ( 328 256 17 ) ( 329 256 16 ) surface_beige [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 328 256 4 ) ( 329 256 4 ) ( 328 257 4 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 448 264 112 ) ( 448 265 112 ) ( 449 264 112 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 448 264 24 ) ( 449 264 24 ) ( 448 264 25 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 488 264 24 ) ( 488 264 25 ) ( 488 265 24 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 86 -{ -( 80 600 16 ) ( 80 592 12 ) ( 80 600 12 ) clip [ -1.2246467991473532e-16 -1 0 0 ] [ 0 0 -1 0 ] 180 1 1 -( 784 592 12 ) ( 80 592 12 ) ( 80 600 16 ) clip [ -1 1.2246467991473532e-16 0 32 ] [ 1.2246467991473532e-16 1 0 0 ] 180 1 1 -( 80 600 12 ) ( 80 592 12 ) ( 784 592 12 ) clip [ 1 -1.2246467991473532e-16 0 -32 ] [ 1.2246467991473532e-16 1 0 0 ] 180 1 1 -( 784 600 16 ) ( 80 600 16 ) ( 80 600 12 ) clip [ -1 1.2246467991473532e-16 0 32 ] [ 0 0 -1 0 ] 180 1 1 -( 576 600 16 ) ( 576 600 12 ) ( 576 592 12 ) clip [ 1.2246467991473532e-16 1 0 0 ] [ 0 0 -1 0 ] 180 1 1 -} -// brush 87 -{ -( 80 936 16 ) ( 80 232 16 ) ( 80 232 12 ) clip [ -1.8369701987210297e-16 -1 0 56 ] [ 0 0 -1 0 ] 180 1 1 -( 80 360 16 ) ( 88 360 12 ) ( 80 360 12 ) clip [ 1 -1.8369701987210297e-16 0 23.999992 ] [ 0 0 -1 0 ] 180 1 1 -( 80 232 12 ) ( 88 232 12 ) ( 88 936 12 ) clip [ 1.8369701987210297e-16 1 0 -56 ] [ -1 1.8369701987210297e-16 0 -24 ] 270 1 1 -( 80 600 16 ) ( 80 600 12 ) ( 88 600 12 ) clip [ -1 1.8369701987210297e-16 0 -23.999992 ] [ 0 0 -1 0 ] 180 1 1 -( 88 936 12 ) ( 88 232 12 ) ( 80 232 16 ) clip [ -1.8369701987210297e-16 -1 0 56 ] [ -1 1.8369701987210297e-16 0 -24 ] 96.379364 1 1 -} -// brush 88 -{ -( 96 704 16 ) ( 96 705 16 ) ( 96 704 17 ) wall_brick [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 544 704 16 ) ( 544 704 17 ) ( 545 704 16 ) wall_brick [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 0.25 0.25 -( 544 704 12 ) ( 545 704 12 ) ( 544 705 12 ) skip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 0.25 0.25 -( 576 736 64 ) ( 576 737 64 ) ( 577 736 64 ) wall_brick [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 576 720 32 ) ( 577 720 32 ) ( 576 720 33 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 576 736 32 ) ( 576 736 33 ) ( 576 737 32 ) wall_brick [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 89 -{ -( 96 744 -20 ) ( 96 745 -20 ) ( 96 744 -19 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( -112 720 -20 ) ( -112 720 -19 ) ( -111 720 -20 ) skip [ 1 0 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( -112 744 -20 ) ( -111 744 -20 ) ( -112 745 -20 ) skip [ -1 0 0 -32 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 16 872 12 ) ( 16 873 12 ) ( 17 872 12 ) asphalt [ 1 0 0 96 ] [ 0 -1 0 108 ] 0 0.5 0.5 -( 16 1136 12 ) ( 17 1136 12 ) ( 16 1136 13 ) skip [ -1 0 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 736 872 12 ) ( 736 872 13 ) ( 736 873 12 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 90 -{ -( 736 712 -16 ) ( 736 713 -16 ) ( 736 712 -15 ) wall_concrete1 [ 0 -1 0 112 ] [ 0 0 -1 0 ] 0 1 1 -( 144 720 -16 ) ( 144 720 -15 ) ( 145 720 -16 ) wall_concrete1 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 144 712 12 ) ( 145 712 12 ) ( 144 713 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.5 0.5 -( 272 840 16 ) ( 272 841 16 ) ( 273 840 16 ) ground_greybrick [ 1 0 0 0 ] [ 0 -1 0 -112 ] 0 0.5 0.5 -( 272 864 16 ) ( 273 864 16 ) ( 272 864 17 ) wall_concrete1 [ -1 0 0 128 ] [ 0 0 -1 0 ] 0 1 1 -( 848 840 16 ) ( 848 840 17 ) ( 848 841 16 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 91 -{ -( 784 704 16 ) ( 784 705 16 ) ( 784 704 17 ) wall_brick [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1344 704 16 ) ( 1344 704 17 ) ( 1345 704 16 ) wall_brick [ 1 0 0 128 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1344 704 12 ) ( 1345 704 12 ) ( 1344 705 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 1376 736 64 ) ( 1376 737 64 ) ( 1377 736 64 ) wall_brick [ 1 0 0 128 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 1376 720 32 ) ( 1377 720 32 ) ( 1376 720 33 ) wall_brick [ -1 0 0 -128 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1168 736 32 ) ( 1168 736 33 ) ( 1168 737 32 ) wall_brick [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 92 -{ -( 736 728 -20 ) ( 736 729 -20 ) ( 736 728 -19 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 608 864 -20 ) ( 608 864 -19 ) ( 609 864 -20 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 608 728 -20 ) ( 609 728 -20 ) ( 608 729 -20 ) skip [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.5 0.5 -( 736 856 12 ) ( 736 857 12 ) ( 737 856 12 ) asphalt [ 1 0 0 64 ] [ 0 -1 0 76 ] 0 0.5 0.5 -( 736 1136 12 ) ( 737 1136 12 ) ( 736 1136 13 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 848 856 12 ) ( 848 856 13 ) ( 848 857 12 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 93 -{ -( 848 872 -16 ) ( 848 873 -16 ) ( 848 872 -15 ) wall_concrete1 [ 0 -1 0 272 ] [ 0 0 -1 0 ] 0 1 1 -( 304 720 -16 ) ( 304 720 -15 ) ( 305 720 -16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 -( 304 872 12 ) ( 305 872 12 ) ( 304 873 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.5 0.5 -( 432 1000 16 ) ( 432 1001 16 ) ( 433 1000 16 ) ground_greybrick [ 1 0 0 -96 ] [ 0 -1 0 -112 ] 0 0.5 0.5 -( 432 1136 16 ) ( 433 1136 16 ) ( 432 1136 17 ) skip [ -1 0 0 32 ] [ 0 0 -1 0 ] 0 1 1 -( 944 1000 16 ) ( 944 1000 17 ) ( 944 1001 16 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 94 -{ -( 736 600 16 ) ( 736 592 12 ) ( 736 600 12 ) clip [ -0 -1 0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 992 592 12 ) ( 288 592 12 ) ( 288 600 16 ) clip [ 1 0 -0 0 ] [ 0 -0.894427190999916 -0.447213595499958 0 ] 0 1 1 -( 288 600 12 ) ( 288 592 12 ) ( 992 592 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 992 600 16 ) ( 288 600 16 ) ( 288 600 12 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 784 600 16 ) ( 784 600 12 ) ( 784 592 12 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 95 -{ -( 576 1048 16 ) ( 576 344 16 ) ( 576 344 12 ) clip [ 0 -1 0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 576 600 16 ) ( 584 600 12 ) ( 576 600 12 ) clip [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 576 344 12 ) ( 584 344 12 ) ( 584 1048 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 576 704 16 ) ( 576 704 12 ) ( 584 704 12 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 584 1048 12 ) ( 584 344 12 ) ( 576 344 16 ) clip [ 0.894427190999916 0 -0.447213595499958 0 ] [ 0 -1 0 0 ] 0 1 1 -} -// brush 96 -{ -( 728 1048 12 ) ( 736 344 16 ) ( 728 344 12 ) clip [ 0.894427190999916 0 0.447213595499958 -29.020447 ] [ 0 -1 0 0 ] 0 1 1 -( 736 600 16 ) ( 736 600 12 ) ( 728 600 12 ) clip [ 1 0 0 -40 ] [ 0 0 -1 0 ] 0 1 1 -( 736 344 12 ) ( 728 1048 12 ) ( 728 344 12 ) clip [ -1 0 0 40 ] [ 0 -1 0 0 ] 0 1 1 -( 736 864 16 ) ( 728 864 12 ) ( 736 864 12 ) clip [ -1 0 0 40 ] [ 0 0 -1 0 ] 0 1 1 -( 736 1048 16 ) ( 736 344 12 ) ( 736 344 16 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 97 -{ -( 840 1312 12 ) ( 848 608 16 ) ( 840 608 12 ) clip [ 0.894427190999916 -0 0.447213595499958 0 ] [ -0 -1 0 0 ] 0 1 1 -( 848 864 16 ) ( 848 864 12 ) ( 840 864 12 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 848 608 12 ) ( 840 1312 12 ) ( 840 608 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 848 1136 16 ) ( 840 1136 12 ) ( 848 1136 12 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 848 1312 16 ) ( 848 608 12 ) ( 848 608 16 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 98 -{ -( 736 864 16 ) ( 736 864 12 ) ( 736 872 12 ) clip [ 0 -1 0 -8 ] [ 0 0 -1 0 ] 0 1 1 -( 144 864 16 ) ( 848 864 16 ) ( 848 864 12 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 848 864 12 ) ( 848 872 12 ) ( 144 872 12 ) clip [ -1 0 0 0 ] [ 0 -1 0 -8 ] 0 1 1 -( 144 872 12 ) ( 848 872 12 ) ( 848 864 16 ) clip [ 1 0 0 0 ] [ 0 -1 0 -8 ] 0 1 1 -( 848 864 16 ) ( 848 872 12 ) ( 848 864 12 ) clip [ 0 1 0 8 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 99 -{ -( 728 872 12 ) ( 736 864 16 ) ( 728 864 12 ) clip [ 0.894427190999916 -0 0.447213595499958 0 ] [ -0 -1 0 0 ] 0 1 1 -( 728 864 12 ) ( 736 864 16 ) ( 736 864 12 ) clip [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 736 864 12 ) ( 736 872 12 ) ( 728 872 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 728 872 12 ) ( 736 872 12 ) ( 736 864 16 ) clip [ 1 -0 0 0 ] [ -0 -0.894427190999916 0.447213595499958 0 ] 0 1 1 -( 736 864 16 ) ( 736 872 12 ) ( 736 864 12 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 100 -{ -( 728 592 12 ) ( 728 600 12 ) ( 736 600 16 ) clip [ 0.894427190999916 -0 0.447213595499958 0 ] [ -0 -1 0 0 ] 0 1 1 -( 728 592 12 ) ( 736 600 16 ) ( 736 592 12 ) clip [ 1 0 -0 0 ] [ 0 -0.894427190999916 -0.447213595499958 0 ] 0 1 1 -( 736 600 12 ) ( 728 592 12 ) ( 736 592 12 ) clip [ -1 0 -0 0 ] [ -0 -1 0 0 ] 0 1 1 -( 728 600 12 ) ( 736 600 12 ) ( 736 600 16 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 736 600 16 ) ( 736 600 12 ) ( 736 592 12 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 101 -{ -( 576 600 16 ) ( 576 592 12 ) ( 576 600 12 ) clip [ -0 -1 0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 584 592 12 ) ( 576 592 12 ) ( 576 600 16 ) clip [ 1 0 -0 0 ] [ 0 -0.894427190999916 -0.447213595499958 0 ] 0 1 1 -( 576 600 12 ) ( 576 592 12 ) ( 584 592 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 584 600 12 ) ( 576 600 16 ) ( 576 600 12 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 584 592 12 ) ( 576 600 16 ) ( 584 600 12 ) clip [ 0.894427190999916 0 -0.447213595499958 0 ] [ 0 -1 -0 0 ] 0 1 1 -} -// brush 102 -{ -( 576 704 16 ) ( 576 704 12 ) ( 576 712 12 ) clip [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 584 704 12 ) ( 576 704 12 ) ( 576 704 16 ) clip [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 576 704 12 ) ( 584 712 12 ) ( 576 712 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 584 712 12 ) ( 576 704 16 ) ( 576 712 12 ) clip [ 1 0 0 0 ] [ 0 -0.894427190999916 0.447213595499958 0 ] 0 1 1 -( 584 712 12 ) ( 584 704 12 ) ( 576 704 16 ) clip [ 0.894427190999916 0 -0.447213595499958 0 ] [ 0 -1 0 0 ] 0 1 1 -} -// brush 103 -{ -( 1186 988 16 ) ( 1186 989 16 ) ( 1186 988 17 ) clip [ 0 -1 0 28 ] [ 0 0 -1 0 ] 0 1 1 -( 1180 990 16 ) ( 1180 990 17 ) ( 1181 990 16 ) clip [ 1 0 0 -44 ] [ 0 0 -1 0 ] 0 1 1 -( 1180 988 16 ) ( 1181 988 16 ) ( 1180 989 16 ) clip [ -1 0 0 44 ] [ 0 -1 0 28 ] 0 1 1 -( 1276 1084 44 ) ( 1276 1085 44 ) ( 1277 1084 44 ) clip [ 1 0 0 -44 ] [ 0 -1 0 28 ] 0 1 1 -( 1276 1072 32 ) ( 1277 1072 32 ) ( 1276 1072 33 ) clip [ -1 0 0 44 ] [ 0 0 -1 0 ] 0 1 1 -( 1256 1084 32 ) ( 1256 1084 33 ) ( 1256 1085 32 ) clip [ 0 1 0 -28 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 104 -{ -( 944 976 16 ) ( 944 977 16 ) ( 944 976 17 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 952 976 16 ) ( 952 976 17 ) ( 953 976 16 ) surface_beige [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 952 976 16 ) ( 953 976 16 ) ( 952 977 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 1000 984 80 ) ( 1000 985 80 ) ( 1001 984 80 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 1000 984 24 ) ( 1001 984 24 ) ( 1000 984 25 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 992 984 24 ) ( 992 984 25 ) ( 992 985 24 ) surface_beige_edge [ 0 1 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 105 -{ -( 1074 988 16 ) ( 1074 989 16 ) ( 1074 988 17 ) clip [ 0 -1 0 28 ] [ 0 0 -1 0 ] 0 1 1 -( 1068 990 16 ) ( 1068 990 17 ) ( 1069 990 16 ) clip [ 1 0 0 4 ] [ 0 0 -1 0 ] 0 1 1 -( 1068 988 16 ) ( 1069 988 16 ) ( 1068 989 16 ) clip [ -1 0 0 -4 ] [ 0 -1 0 28 ] 0 1 1 -( 1164 1084 44 ) ( 1164 1085 44 ) ( 1165 1084 44 ) clip [ 1 0 0 4 ] [ 0 -1 0 28 ] 0 1 1 -( 1164 1072 32 ) ( 1165 1072 32 ) ( 1164 1072 33 ) clip [ -1 0 0 -4 ] [ 0 0 -1 0 ] 0 1 1 -( 1144 1084 32 ) ( 1144 1084 33 ) ( 1144 1085 32 ) clip [ 0 1 0 -28 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 106 -{ -( 1040 1032 16 ) ( 1040 1033 16 ) ( 1040 1032 17 ) surface_beige [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1040 984 16 ) ( 1040 984 17 ) ( 1041 984 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1040 1032 16 ) ( 1041 1032 16 ) ( 1040 1033 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 1048 1072 96 ) ( 1048 1073 96 ) ( 1049 1072 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 1048 1072 24 ) ( 1049 1072 24 ) ( 1048 1072 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1048 1072 24 ) ( 1048 1072 25 ) ( 1048 1073 24 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 107 -{ -( 1040 1024 16 ) ( 1040 1025 16 ) ( 1040 1024 17 ) surface_beige_edge [ 0 0.9999999999999961 8.742278000372473e-08 32 ] [ 0 -8.742278000372473e-08 0.9999999999999961 0 ] 180 0.5 0.5 -( 1040 976 16 ) ( 1040 976 17 ) ( 1041 976 16 ) surface_beige_edge [ -0.9999999999999961 0 8.742278000372473e-08 -16 ] [ 8.742278000372473e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 -( 1040 1024 16 ) ( 1041 1024 16 ) ( 1040 1025 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 1048 1064 80 ) ( 1048 1065 80 ) ( 1049 1064 80 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 1048 984 24 ) ( 1049 984 24 ) ( 1048 984 25 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1048 1064 24 ) ( 1048 1064 25 ) ( 1048 1065 24 ) surface_beige_edge [ 0 1 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 108 -{ -( 992 976 16 ) ( 992 977 16 ) ( 992 976 17 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1000 976 16 ) ( 1000 976 17 ) ( 1001 976 16 ) surface_beige [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1000 976 80 ) ( 1001 976 80 ) ( 1000 977 80 ) surface_beige_edge [ 4.371138994063005e-08 0.9999999999999989 -0 32 ] [ -0.9999999999999989 4.371138994063005e-08 0 0 ] -90 0.5 0.5 -( 1048 984 96 ) ( 1048 985 96 ) ( 1049 984 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 1048 984 24 ) ( 1049 984 24 ) ( 1048 984 25 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1040 984 24 ) ( 1040 984 25 ) ( 1040 985 24 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 109 -{ -( 1148 1052 16 ) ( 1148 1053 16 ) ( 1148 1052 17 ) clip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1148 1052 16 ) ( 1148 1052 17 ) ( 1149 1052 16 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1148 1052 16 ) ( 1149 1052 16 ) ( 1148 1053 16 ) clip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 1180 1072 34 ) ( 1180 1073 34 ) ( 1181 1072 34 ) clip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 1180 1072 20 ) ( 1181 1072 20 ) ( 1180 1072 21 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1182 1072 20 ) ( 1182 1072 21 ) ( 1182 1073 20 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 110 -{ -( 944 880 0 ) ( 944 881 0 ) ( 944 880 1 ) skip [ 0 -1 0 0 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -( 1024 888 0 ) ( 1024 888 1 ) ( 1025 888 0 ) skip [ 1 0 0 32 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -( 1024 880 0 ) ( 1025 880 0 ) ( 1024 881 0 ) skip [ -1 0 0 -32 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 1056 928 16 ) ( 1056 929 16 ) ( 1057 928 16 ) carpet_dullgreen [ 1 0 0 96 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 1056 1072 16 ) ( 1057 1072 16 ) ( 1056 1072 17 ) skip [ -1 0 0 -32 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -( 1280 928 16 ) ( 1280 928 17 ) ( 1280 929 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -} -// brush 111 -{ -( 1128 888 16 ) ( 1128 889 16 ) ( 1128 888 17 ) clip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1104 888 16 ) ( 1104 888 17 ) ( 1105 888 16 ) clip [ 1 0 0 32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1104 888 16 ) ( 1105 888 16 ) ( 1104 889 16 ) clip [ -1 0 0 -32 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 1176 920 48 ) ( 1176 921 48 ) ( 1177 920 48 ) clip [ 1 0 0 32 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 1176 912 24 ) ( 1177 912 24 ) ( 1176 912 25 ) clip [ -1 0 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1192 920 24 ) ( 1192 920 25 ) ( 1192 921 24 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 112 -{ -( 1040 1024 32 ) ( 1040 1025 32 ) ( 1040 1024 33 ) skip [ 0 -1 0 0 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -( 1040 976 32 ) ( 1040 976 33 ) ( 1041 976 32 ) surface_beige_edge [ -0.9999999999999961 0 8.742278000372473e-08 -16 ] [ 8.742278000372473e-08 0 0.9999999999999961 32 ] 180 0.5 0.5 -( 1040 1024 80 ) ( 1041 1024 80 ) ( 1040 1025 80 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 1048 1064 96 ) ( 1048 1065 96 ) ( 1049 1064 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 1048 984 40 ) ( 1049 984 40 ) ( 1048 984 41 ) skip [ -1 0 0 0 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -( 1048 1064 40 ) ( 1048 1064 41 ) ( 1048 1065 40 ) surface_beige_edge [ 0 1 0 -32 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -} -// brush 113 -{ -( 944 976 16 ) ( 944 977 16 ) ( 944 976 17 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 944 976 16 ) ( 944 976 17 ) ( 945 976 16 ) surface_beige [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 944 976 80 ) ( 945 976 80 ) ( 944 977 80 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 992 984 96 ) ( 992 985 96 ) ( 993 984 96 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 992 984 24 ) ( 993 984 24 ) ( 992 984 25 ) surface_beige [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 992 984 24 ) ( 992 984 25 ) ( 992 985 24 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -} diff --git a/maps/autosave/cafemotel.6.map.import b/maps/autosave/cafemotel.6.map.import deleted file mode 100644 index e3e615f..0000000 --- a/maps/autosave/cafemotel.6.map.import +++ /dev/null @@ -1,14 +0,0 @@ -[remap] - -importer="func_godot.map" -type="Resource" -uid="uid://o4h76xttf4wo" -path="res://.godot/imported/cafemotel.6.map-7ad2b949d0b7a10286b02931fcb7b51f.tres" - -[deps] - -source_file="res://maps/autosave/cafemotel.6.map" -dest_files=["res://.godot/imported/cafemotel.6.map-7ad2b949d0b7a10286b02931fcb7b51f.tres"] - -[params] - diff --git a/maps/autosave/cafemotel.7.map b/maps/autosave/cafemotel.7.map deleted file mode 100644 index 255fc54..0000000 --- a/maps/autosave/cafemotel.7.map +++ /dev/null @@ -1,1102 +0,0 @@ -// Game: maskmaker -// Format: Valve -// entity 0 -{ -"mapversion" "220" -"classname" "worldspawn" -// brush 0 -{ -( -16 -184 -16 ) ( -16 -183 -16 ) ( -16 -184 -15 ) skip [ 0 -1 0 32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( -64 -184 -16 ) ( -64 -184 -15 ) ( -63 -184 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( -64 -184 -16 ) ( -63 -184 -16 ) ( -64 -183 -16 ) skip [ -1 0 0 0 ] [ 0 -1 0 32 ] 0 0.25 0.25 -( 64 -56 16 ) ( 64 -55 16 ) ( 65 -56 16 ) ground_cobblestone1 [ 1 0 0 0 ] [ 0 -1 0 120 ] 0 0.25 0.25 -( 64 -56 16 ) ( 65 -56 16 ) ( 64 -56 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 784 -56 16 ) ( 784 -56 17 ) ( 784 -55 16 ) skip [ 0 1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 1 -{ -( 80 72 0 ) ( 80 73 0 ) ( 80 72 1 ) surface_green [ 0 4.371139006309477e-08 -0.999999999999999 32 ] [ 0 0.999999999999999 4.371139006309477e-08 24 ] 90 0.5 0.5 -( 80 -48 0 ) ( 80 -48 1 ) ( 81 -48 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 72 16 ) ( 81 72 16 ) ( 80 73 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 104 52 ) ( 112 105 52 ) ( 113 104 52 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 256 16 ) ( 113 256 16 ) ( 112 256 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 88 104 16 ) ( 88 104 17 ) ( 88 105 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 2 -{ -( 80 256 0 ) ( 80 257 0 ) ( 80 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 256 0 ) ( 80 256 1 ) ( 81 256 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 256 16 ) ( 81 256 16 ) ( 80 257 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 288 96 ) ( 112 289 96 ) ( 113 288 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 264 16 ) ( 113 264 16 ) ( 112 264 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 88 288 16 ) ( 88 288 17 ) ( 88 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 3 -{ -( 80 256 -8 ) ( 80 257 -8 ) ( 80 256 -7 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 16 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 176 256 -8 ) ( 176 256 -7 ) ( 177 256 -8 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 176 256 96 ) ( 177 256 96 ) ( 176 257 96 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 208 288 104 ) ( 208 289 104 ) ( 209 288 104 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 208 264 8 ) ( 209 264 8 ) ( 208 264 9 ) surface_green_edge [ 4.371139006309477e-08 0 -0.999999999999999 16 ] [ 0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 312 288 8 ) ( 312 288 9 ) ( 312 289 8 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -} -// brush 4 -{ -( 80 72 72 ) ( 80 73 72 ) ( 80 72 73 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 16 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 -48 72 ) ( 80 -48 73 ) ( 81 -48 72 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 80 72 96 ) ( 81 72 96 ) ( 80 73 96 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 104 104 ) ( 112 105 104 ) ( 113 104 104 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 256 88 ) ( 113 256 88 ) ( 112 256 89 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 88 104 88 ) ( 88 104 89 ) ( 88 105 88 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -} -// brush 5 -{ -( 88 256 0 ) ( 88 257 0 ) ( 88 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 256 0 ) ( 80 256 1 ) ( 81 256 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 256 16 ) ( 81 256 16 ) ( 80 257 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 288 52 ) ( 112 289 52 ) ( 113 288 52 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 264 16 ) ( 113 264 16 ) ( 112 264 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 144 288 16 ) ( 144 288 17 ) ( 144 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 6 -{ -( 144 256 0 ) ( 144 257 0 ) ( 144 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 144 256 0 ) ( 144 256 1 ) ( 145 256 0 ) surface_green [ 1 0 0 32 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 144 256 16 ) ( 145 256 16 ) ( 144 257 16 ) surface_green [ -1 0 0 -32 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 176 288 96 ) ( 176 289 96 ) ( 177 288 96 ) surface_green [ 1 0 0 32 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 176 264 16 ) ( 177 264 16 ) ( 176 264 17 ) surface_green [ -1 0 0 -32 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 160 288 16 ) ( 160 288 17 ) ( 160 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 7 -{ -( 208 256 0 ) ( 208 257 0 ) ( 208 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 208 256 0 ) ( 208 256 1 ) ( 209 256 0 ) surface_green [ 1 0 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 208 256 16 ) ( 209 256 16 ) ( 208 257 16 ) surface_green [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 240 288 96 ) ( 240 289 96 ) ( 241 288 96 ) surface_green [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 240 264 16 ) ( 241 264 16 ) ( 240 264 17 ) surface_green [ -1 0 0 16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 224 288 16 ) ( 224 288 17 ) ( 224 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 8 -{ -( 88 128 8 ) ( 88 129 8 ) ( 88 128 9 ) skip [ 0 -1 0 -56 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 88 -56 8 ) ( 88 -56 9 ) ( 89 -56 8 ) skip [ 1 0 0 0 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 88 128 8 ) ( 89 128 8 ) ( 88 129 8 ) skip [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.25 0.25 -( 128 176 16 ) ( 128 177 16 ) ( 129 176 16 ) floor_wood [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.25 0.25 -( 128 264 16 ) ( 129 264 16 ) ( 128 264 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 320 176 16 ) ( 320 176 17 ) ( 320 177 16 ) skip [ 0 1 0 56 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -} -// brush 9 -{ -( -16 64 -16 ) ( -16 65 -16 ) ( -16 64 -15 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( -64 -56 -16 ) ( -64 -56 -15 ) ( -63 -56 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( -64 64 -16 ) ( -63 64 -16 ) ( -64 65 -16 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 64 192 16 ) ( 64 193 16 ) ( 65 192 16 ) ground_cobblestone1 [ -4.371139006309477e-08 -0.999999999999999 0 0 ] [ -0.999999999999999 4.371139006309477e-08 0 106 ] 90 0.25 0.25 -( 64 264 16 ) ( 65 264 16 ) ( 64 264 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 80 192 16 ) ( 80 192 17 ) ( 80 193 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 10 -{ -( 72 72 88 ) ( 72 73 88 ) ( 72 72 89 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 16 ] 90 0.5 0.5 -( 80 256 88 ) ( 80 256 89 ) ( 81 256 88 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 -( 80 72 104 ) ( 81 72 104 ) ( 80 73 104 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 104 112 ) ( 112 105 112 ) ( 113 104 112 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 272 104 ) ( 113 272 104 ) ( 112 272 105 ) surface_green_edge [ 4.371139006309477e-08 0 -0.999999999999999 -32 ] [ 0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 312 104 104 ) ( 312 104 105 ) ( 312 105 104 ) surface_green_edge [ 0 -4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 -0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -} -// brush 11 -{ -( 72 -112 88 ) ( 72 -111 88 ) ( 72 -112 89 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 16 ] 90 0.5 0.5 -( 80 -48 88 ) ( 80 -48 89 ) ( 81 -48 88 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 -( 80 -112 104 ) ( 81 -112 104 ) ( 80 -111 104 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 -( 112 -80 112 ) ( 112 -79 112 ) ( 113 -80 112 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 -( 112 256 104 ) ( 113 256 104 ) ( 112 256 105 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 -( 88 -80 104 ) ( 88 -80 105 ) ( 88 -79 104 ) surface_green [ 0 1 0 -8 ] [ 0 0 -1 -24 ] 0 0.5 0.5 -} -// brush 12 -{ -( 72 72 128 ) ( 72 73 128 ) ( 72 72 129 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( 80 256 128 ) ( 80 256 129 ) ( 81 256 128 ) skip [ 1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( 80 72 144 ) ( 81 72 144 ) ( 80 73 144 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 104 152 ) ( 112 105 152 ) ( 113 104 152 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 272 144 ) ( 113 272 144 ) ( 112 272 145 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( 312 104 144 ) ( 312 104 145 ) ( 312 105 144 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -} -// brush 13 -{ -( 72 -112 128 ) ( 72 -111 128 ) ( 72 -112 129 ) surface_green [ 0 -1 0 8 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 80 -48 128 ) ( 80 -48 129 ) ( 81 -48 128 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 80 -112 144 ) ( 81 -112 144 ) ( 80 -111 144 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 -( 112 -80 152 ) ( 112 -79 152 ) ( 113 -80 152 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 256 144 ) ( 113 256 144 ) ( 112 256 145 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 88 -80 144 ) ( 88 -80 145 ) ( 88 -79 144 ) skip [ 0 1 0 -8 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 14 -{ -( 80 256 48 ) ( 80 257 48 ) ( 80 256 49 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -31.99997 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 256 48 ) ( 80 256 49 ) ( 81 256 48 ) skip [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 80 256 120 ) ( 81 256 120 ) ( 80 257 120 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 288 144 ) ( 112 289 144 ) ( 113 288 144 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 264 64 ) ( 113 264 64 ) ( 112 264 65 ) surface_green_edge [ 4.371139006309477e-08 0 -0.999999999999999 -31.99997 ] [ 0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 312 288 64 ) ( 312 288 65 ) ( 312 289 64 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -} -// brush 15 -{ -( 80 248 48 ) ( 80 249 48 ) ( 80 248 49 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32.000015 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 -48 48 ) ( 80 -48 49 ) ( 81 -48 48 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 80 248 112 ) ( 81 248 112 ) ( 80 249 112 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 -8 ] 0 0.5 0.5 -( 112 280 144 ) ( 112 281 144 ) ( 113 280 144 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 -8 ] 0 0.5 0.5 -( 112 256 64 ) ( 113 256 64 ) ( 112 256 65 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 88 280 64 ) ( 88 280 65 ) ( 88 281 64 ) skip [ 0 1 0 8 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -} -// brush 16 -{ -( 88 128 120 ) ( 88 129 120 ) ( 88 128 121 ) skip [ 0 -1 0 -56 ] [ 0 0 -1 56 ] 0 0.25 0.25 -( 88 -48 120 ) ( 88 -48 121 ) ( 89 -48 120 ) skip [ 1 0 0 0 ] [ 0 0 -1 56 ] 0 0.25 0.25 -( 88 128 120 ) ( 89 128 120 ) ( 88 129 120 ) ground_wood [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.5 0.5 -( 128 176 128 ) ( 128 177 128 ) ( 129 176 128 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.25 0.25 -( 128 256 128 ) ( 129 256 128 ) ( 128 256 129 ) skip [ -1 0 0 0 ] [ 0 0 -1 56 ] 0 0.25 0.25 -( 312 176 128 ) ( 312 176 129 ) ( 312 177 128 ) skip [ 0 1 0 56 ] [ 0 0 -1 56 ] 0 0.25 0.25 -} -// brush 17 -{ -( 224 256 0 ) ( 224 257 0 ) ( 224 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 216 256 0 ) ( 216 256 1 ) ( 217 256 0 ) surface_green [ 1 0 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 216 256 16 ) ( 217 256 16 ) ( 216 257 16 ) surface_green [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 248 288 52 ) ( 248 289 52 ) ( 249 288 52 ) surface_green [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 248 264 16 ) ( 249 264 16 ) ( 248 264 17 ) surface_green [ -1 0 0 16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 296 288 16 ) ( 296 288 17 ) ( 296 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 18 -{ -( 296 256 0 ) ( 296 257 0 ) ( 296 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 296 256 0 ) ( 296 256 1 ) ( 297 256 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 296 256 16 ) ( 297 256 16 ) ( 296 257 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 328 288 96 ) ( 328 289 96 ) ( 329 288 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 328 264 16 ) ( 329 264 16 ) ( 328 264 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 312 288 16 ) ( 312 288 17 ) ( 312 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 19 -{ -( 640 64 0 ) ( 640 65 0 ) ( 640 64 1 ) skip [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 0.5 0.5 -( 640 -56 0 ) ( 640 -56 1 ) ( 641 -56 0 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 640 64 0 ) ( 641 64 0 ) ( 640 65 0 ) skip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 0.5 0.5 -( 656 112 16 ) ( 656 113 16 ) ( 657 112 16 ) ground_cobblestone1 [ -4.371139006309477e-08 -0.999999999999999 0 0 ] [ -0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.25 0.25 -( 656 264 16 ) ( 657 264 16 ) ( 656 264 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 736 112 16 ) ( 736 112 17 ) ( 736 113 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 20 -{ -( 736 72 16 ) ( 736 73 16 ) ( 736 72 17 ) wall_brick_scrungly [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 472 -56 16 ) ( 472 -56 17 ) ( 473 -56 16 ) wall_brick_scrungly [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 472 72 16 ) ( 473 72 16 ) ( 472 73 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 504 104 96 ) ( 504 105 96 ) ( 505 104 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 504 264 32 ) ( 505 264 32 ) ( 504 264 33 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 784 104 32 ) ( 784 104 33 ) ( 784 105 32 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 21 -{ -( 640 64 96 ) ( 640 65 96 ) ( 640 64 97 ) skip [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 0.25 0.25 -( 640 -56 96 ) ( 640 -56 97 ) ( 641 -56 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 64 96 ) ( 641 64 96 ) ( 640 65 96 ) wall_brick_scrungly [ 4.371139006309477e-08 -0.999999999999999 0 0 ] [ 0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.25 0.25 -( 656 112 256 ) ( 656 113 256 ) ( 657 112 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 656 264 112 ) ( 657 264 112 ) ( 656 264 113 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 736 112 112 ) ( 736 112 113 ) ( 736 113 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 22 -{ -( 736 72 96 ) ( 736 73 96 ) ( 736 72 97 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 472 -56 96 ) ( 472 -56 97 ) ( 473 -56 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 472 72 96 ) ( 473 72 96 ) ( 472 73 96 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 504 104 256 ) ( 504 105 256 ) ( 505 104 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 504 264 112 ) ( 505 264 112 ) ( 504 264 113 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 784 104 112 ) ( 784 104 113 ) ( 784 105 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 23 -{ -( 312 -56 96 ) ( 312 -55 96 ) ( 312 -56 97 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 368 -56 96 ) ( 368 -56 97 ) ( 369 -56 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 368 -56 104 ) ( 369 -56 104 ) ( 368 -55 104 ) skip [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.25 0.25 -( 400 -24 256 ) ( 400 -23 256 ) ( 401 -24 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.25 0.25 -( 400 -48 112 ) ( 401 -48 112 ) ( 400 -48 113 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 -24 112 ) ( 640 -24 113 ) ( 640 -23 112 ) skip [ 0 1 0 32 ] [ 0 0 -1 11 ] 0 0.25 0.25 -} -// brush 24 -{ -( -16 264 -16 ) ( -16 265 -16 ) ( -16 264 -15 ) skip [ 0 -1 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( -64 264 -16 ) ( -64 264 -15 ) ( -63 264 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( -64 264 12 ) ( -63 264 12 ) ( -64 265 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 64 392 16 ) ( 64 393 16 ) ( 65 392 16 ) ground_greybrick [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 64 360 16 ) ( 65 360 16 ) ( 64 360 17 ) wall_concrete1 [ -1 0 0 0 ] [ 0 0 -1 16 ] 0 1 1 -( 784 392 16 ) ( 784 392 17 ) ( 784 393 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -} -// brush 25 -{ -( 632 72 96 ) ( 632 73 96 ) ( 632 72 97 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 368 -48 96 ) ( 368 -48 97 ) ( 369 -48 96 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 368 72 112 ) ( 369 72 112 ) ( 368 73 112 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 400 104 256 ) ( 400 105 256 ) ( 401 104 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 400 264 112 ) ( 401 264 112 ) ( 400 264 113 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 104 112 ) ( 640 104 113 ) ( 640 105 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 26 -{ -( 320 72 96 ) ( 320 73 96 ) ( 320 72 97 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 360 -48 96 ) ( 360 -48 97 ) ( 361 -48 96 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 360 72 120 ) ( 361 72 120 ) ( 360 73 120 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 392 104 256 ) ( 392 105 256 ) ( 393 104 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 392 264 112 ) ( 393 264 112 ) ( 392 264 113 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 632 104 112 ) ( 632 104 113 ) ( 632 105 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 27 -{ -( 312 256 104 ) ( 312 257 104 ) ( 312 256 105 ) skip [ 0 1.6292067950285372e-07 -0.9999999999999866 -16 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 -( 312 72 104 ) ( 312 72 105 ) ( 313 72 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 312 256 120 ) ( 313 256 120 ) ( 312 257 120 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 344 288 256 ) ( 344 289 256 ) ( 345 288 256 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 344 264 120 ) ( 345 264 120 ) ( 344 264 121 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 288 120 ) ( 320 288 121 ) ( 320 289 120 ) skip [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 28 -{ -( 312 144 32 ) ( 312 16 32 ) ( 312 144 16 ) surface_beige_edge [ 0 -1.3113417006681922e-07 0.9999999999999913 31.99997 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 -48 ] 270 0.5 0.5 -( 320 16 16 ) ( 312 16 16 ) ( 320 16 32 ) surface_beige_edge [ 0.9999999999999957 0 8.742277997596912e-08 16 ] [ -8.742277997596912e-08 0 0.9999999999999957 0 ] 180 0.5 0.5 -( 312 144 16 ) ( 312 16 16 ) ( 320 144 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -56 ] 0 1 1 -( 320 144 32 ) ( 320 16 32 ) ( 312 144 32 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 312 256 16 ) ( 320 256 16 ) ( 312 256 32 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 144 16 ) ( 320 16 16 ) ( 320 144 32 ) skip [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 29 -{ -( 312 -48 16 ) ( 312 -32 16 ) ( 312 -48 32 ) surface_beige_edge [ 0 -1.3113417006681922e-07 0.9999999999999913 31.999966 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 -47.999992 ] 270 0.5 0.5 -( 312 -40 32 ) ( 320 -40 32 ) ( 312 -40 16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 320 -48 16 ) ( 320 -32 16 ) ( 312 -48 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -56 ] 0 1 1 -( 312 -48 32 ) ( 312 -32 32 ) ( 320 -48 32 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 312 -32 32 ) ( 312 -32 16 ) ( 320 -32 32 ) surface_beige_edge [ 1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 320 -48 32 ) ( 320 -32 32 ) ( 320 -48 16 ) skip [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 30 -{ -( 312 144 88 ) ( 312 16 88 ) ( 312 144 32 ) surface_beige [ 0 -1.3113417006681922e-07 0.9999999999999913 31.999962 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 -48 ] 270 0.5 0.5 -( 320 16 32 ) ( 312 16 32 ) ( 320 16 88 ) surface_beige_edge [ 0.9999999999999961 0 8.742278000372473e-08 16 ] [ -8.742278000372473e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 -( 312 144 32 ) ( 312 16 32 ) ( 320 144 32 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 320 144 104 ) ( 320 16 104 ) ( 312 144 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 312 256 32 ) ( 320 256 32 ) ( 312 256 88 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 144 32 ) ( 320 16 32 ) ( 320 144 88 ) skip [ 0 1 0 48 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 31 -{ -( 312 -48 32 ) ( 312 -32 32 ) ( 312 -48 88 ) surface_beige_edge [ 0 0.9999999999999785 2.0663206962145964e-07 31.999962 ] [ 0 -2.0663206962145964e-07 0.9999999999999785 -48 ] 180 0.5 0.5 -( 312 -48 88 ) ( 320 -48 88 ) ( 312 -48 32 ) skip [ 1 0 0 -16 ] [ 0 0 -1 16 ] 0 0.5 0.5 -( 320 -48 32 ) ( 320 -32 32 ) ( 312 -48 32 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 312 -48 96 ) ( 312 -32 96 ) ( 320 -48 96 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 312 -32 88 ) ( 312 -32 32 ) ( 320 -32 88 ) surface_beige_edge [ 0.9999999999999998 0 1.3234889800848443e-23 16 ] [ 1.3234889800848443e-23 0 -0.9999999999999998 0 ] 0 0.5 0.5 -( 320 -48 88 ) ( 320 -32 88 ) ( 320 -48 32 ) skip [ 0 1 0 48 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 32 -{ -( 312 144 120 ) ( 312 16 120 ) ( 312 144 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -15.9999695 ] [ 0 0.9999999999999866 1.6292067950285372e-07 48 ] 90 0.5 0.5 -( 320 16 104 ) ( 312 16 104 ) ( 320 16 120 ) surface_beige_edge [ 0.9999999999999961 0 8.742277995965608e-08 16 ] [ -8.742277995965608e-08 0 0.9999999999999961 -32 ] 180 0.5 0.5 -( 312 144 104 ) ( 312 16 104 ) ( 320 144 104 ) surface_beige_edge [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 320 144 120 ) ( 320 16 120 ) ( 312 144 120 ) surface_beige_edge [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 312 256 104 ) ( 320 256 104 ) ( 312 256 120 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 144 104 ) ( 320 16 104 ) ( 320 144 120 ) skip [ 0 1 0 48 ] [ 0 0 -1 48 ] 0 0.5 0.5 -} -// brush 33 -{ -( 312 -48 104 ) ( 312 -32 104 ) ( 312 -48 120 ) surface_beige_corner [ 0 -1 0 32 ] [ -0 -0 -1 -8 ] 0 0.5 0.5 -( 312 -48 120 ) ( 320 -48 120 ) ( 312 -48 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 48 ] 0 0.5 0.5 -( 320 -48 96 ) ( 320 -32 96 ) ( 312 -48 96 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 312 -48 120 ) ( 312 -32 120 ) ( 320 -48 120 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 312 -32 120 ) ( 312 -32 104 ) ( 320 -32 120 ) skip [ 1 0 0 16 ] [ 0 0 -1 32 ] 0 0.5 0.5 -( 320 -48 120 ) ( 320 -32 120 ) ( 320 -48 104 ) skip [ 0 1 0 48 ] [ 0 0 -1 48 ] 0 0.5 0.5 -} -// brush 34 -{ -( 312 -32 104 ) ( 312 -32 96 ) ( 312 16 104 ) surface_beige [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.99997 ] [ 0 0.9999999999999866 1.6292067950285372e-07 48 ] 90 0.5 0.5 -( 320 -24 104 ) ( 320 -24 96 ) ( 312 -24 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 -( 312 16 96 ) ( 312 -32 96 ) ( 320 16 96 ) surface_beige_edge [ 1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 320 16 104 ) ( 320 -32 104 ) ( 312 16 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 312 8 104 ) ( 312 8 96 ) ( 320 8 104 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 -( 320 16 104 ) ( 320 16 96 ) ( 320 -32 104 ) skip [ 0 1 0 48 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 35 -{ -( 488 264 96 ) ( 488 72 96 ) ( 488 264 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 640 -48 16 ) ( 328 -48 16 ) ( 640 -48 96 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 264 4 ) ( 328 264 4 ) ( 640 72 4 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 -( 640 72 112 ) ( 328 72 112 ) ( 640 264 112 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 1 1 -( 640 264 96 ) ( 328 264 96 ) ( 640 264 16 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 72 96 ) ( 640 264 96 ) ( 640 72 16 ) wall_brick_scrungly [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 36 -{ -( 320 144 96 ) ( 320 16 96 ) ( 320 144 16 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 16 96 ) ( 328 16 96 ) ( 320 16 16 ) surface_beige_edge [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 320 144 16 ) ( 320 16 16 ) ( 328 144 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -56 ] 0 1 1 -( 328 144 112 ) ( 328 16 112 ) ( 320 144 112 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -56 ] 0 1 1 -( 320 136 16 ) ( 328 136 16 ) ( 320 136 96 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 328 144 16 ) ( 328 16 16 ) ( 328 144 96 ) surface_beige [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 37 -{ -( 320 -48 16 ) ( 320 -32 16 ) ( 320 -48 96 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 -48 96 ) ( 328 -48 96 ) ( 320 -48 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 328 -48 16 ) ( 328 -32 16 ) ( 320 -48 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -56 ] 0 1 1 -( 320 -48 96 ) ( 320 -32 96 ) ( 328 -48 96 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -56 ] 0 1 1 -( 320 -32 96 ) ( 320 -32 16 ) ( 328 -32 96 ) surface_beige_edge [ -0.9999999999999961 0 8.742278000372473e-08 16 ] [ 8.742278000372473e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 -( 328 -48 96 ) ( 328 -32 96 ) ( 328 -48 16 ) surface_beige [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 38 -{ -( 320 8 8 ) ( 320 9 8 ) ( 320 8 9 ) skip [ 0 -1 0 -24 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 320 -48 8 ) ( 320 -48 9 ) ( 321 -48 8 ) skip [ 1 0 0 32 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 320 8 8 ) ( 321 8 8 ) ( 320 9 8 ) skip [ -1 0 0 -32 ] [ 0 -1 0 -24 ] 0 0.25 0.25 -( 360 56 16 ) ( 360 57 16 ) ( 361 56 16 ) floor_checkertiles [ 1 0 0 0 ] [ 0 -1 0 -96 ] 0 0.25 0.25 -( 360 104 16 ) ( 361 104 16 ) ( 360 104 17 ) skip [ -1 0 0 -32 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 448 56 16 ) ( 448 56 17 ) ( 448 57 16 ) skip [ 0 1 0 24 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -} -// brush 39 -{ -( 320 -32 104 ) ( 320 -32 96 ) ( 320 16 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.99997 ] [ 0 0.9999999999999866 1.6292067950285372e-07 48 ] 90 0.5 0.5 -( 328 -24 104 ) ( 328 -24 96 ) ( 320 -24 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 -( 320 16 96 ) ( 320 -32 96 ) ( 328 16 96 ) surface_beige_edge [ -0.9999999999999961 8.742278000372473e-08 0 16 ] [ 8.742278000372473e-08 0.9999999999999961 0 48 ] 180 0.5 0.5 -( 328 16 104 ) ( 328 -32 104 ) ( 320 16 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 320 8 104 ) ( 320 8 96 ) ( 328 8 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 -( 328 16 104 ) ( 328 16 96 ) ( 328 -32 104 ) surface_beige [ 0 1 0 48 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 40 -{ -( 312 -24 104 ) ( 312 -24 96 ) ( 312 24 104 ) surface_beige [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.99997 ] [ 0 0.9999999999999866 1.6292067950285372e-07 31.999998 ] 90 0.5 0.5 -( 320 8 104 ) ( 320 8 96 ) ( 312 8 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 -( 312 24 96 ) ( 312 -24 96 ) ( 320 24 96 ) surface_beige_corner [ -4.371139006309477e-08 -0.999999999999999 0 -32 ] [ -0.999999999999999 4.371139006309477e-08 0 48 ] 90 0.5 0.5 -( 320 24 104 ) ( 320 -24 104 ) ( 312 24 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 0 0.5 0.5 -( 312 16 104 ) ( 312 16 96 ) ( 320 16 104 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 -( 320 24 104 ) ( 320 24 96 ) ( 320 -24 104 ) skip [ 0 1 0 32 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 41 -{ -( 320 -24 104 ) ( 320 -24 96 ) ( 320 24 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.99997 ] [ 0 0.9999999999999866 1.6292067950285372e-07 31.999998 ] 90 0.5 0.5 -( 328 8 104 ) ( 328 8 96 ) ( 320 8 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 -( 320 24 96 ) ( 320 -24 96 ) ( 328 24 96 ) surface_beige_corner [ -0.9999999999999961 8.742277995965608e-08 0 16 ] [ 8.742277995965608e-08 0.9999999999999961 0 32 ] 180 0.5 0.5 -( 328 24 104 ) ( 328 -24 104 ) ( 320 24 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 -32 ] 0 0.5 0.5 -( 320 16 104 ) ( 320 16 96 ) ( 328 16 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 -( 328 24 104 ) ( 328 24 96 ) ( 328 -24 104 ) surface_beige [ 0 1 0 32 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 42 -{ -( 312 -40 104 ) ( 312 -40 96 ) ( 312 8 104 ) surface_beige [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.999954 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 -( 320 -32 104 ) ( 320 -32 96 ) ( 312 -32 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 -( 312 8 96 ) ( 312 -40 96 ) ( 320 8 96 ) surface_beige_corner [ 1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 320 8 104 ) ( 320 -40 104 ) ( 312 8 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 -24 104 ) ( 312 -24 96 ) ( 320 -24 104 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 -( 320 8 104 ) ( 320 8 96 ) ( 320 -40 104 ) skip [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 43 -{ -( 320 -40 104 ) ( 320 -40 96 ) ( 320 8 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.999954 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 -( 328 -32 104 ) ( 328 -32 96 ) ( 320 -32 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 -( 320 8 96 ) ( 320 -40 96 ) ( 328 8 96 ) surface_beige_corner [ 1.3113417006681922e-07 0.9999999999999912 0 0 ] [ 0.9999999999999912 -1.3113417006681922e-07 0 48 ] 270 0.5 0.5 -( 328 8 104 ) ( 328 -40 104 ) ( 320 8 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 320 -24 104 ) ( 320 -24 96 ) ( 328 -24 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 -( 328 8 104 ) ( 328 8 96 ) ( 328 -40 104 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 44 -{ -( 320 -56 104 ) ( 320 -56 96 ) ( 320 -8 104 ) skip [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.999954 ] [ 0 0.9999999999999866 1.6292067950285372e-07 32.000004 ] 90 0.5 0.5 -( 328 -48 104 ) ( 328 -48 96 ) ( 320 -48 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 -( 320 -8 96 ) ( 320 -56 96 ) ( 328 -8 96 ) skip [ 1.3113417006681922e-07 0.9999999999999912 0 32 ] [ 0.9999999999999912 -1.3113417006681922e-07 0 48 ] 270 0.5 0.5 -( 328 -8 104 ) ( 328 -56 104 ) ( 320 -8 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 -32 ] 0 0.5 0.5 -( 320 -32 104 ) ( 320 -32 96 ) ( 328 -32 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 -( 328 -8 104 ) ( 328 -8 96 ) ( 328 -56 104 ) surface_beige [ 0 1 0 32 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 45 -{ -( 480 -40 16 ) ( 480 -39 16 ) ( 480 -40 17 ) surface_beige [ 0 -1 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 480 -40 16 ) ( 480 -40 17 ) ( 481 -40 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 480 -40 16 ) ( 481 -40 16 ) ( 480 -39 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 488 -24 104 ) ( 488 -23 104 ) ( 489 -24 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 488 136 24 ) ( 489 136 24 ) ( 488 136 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 488 -24 24 ) ( 488 -24 25 ) ( 488 -23 24 ) skip [ 0 1 0 -16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 46 -{ -( 432 -48 96 ) ( 432 -56 96 ) ( 432 -48 16 ) wall_brick_scrungly [ 0 1 0 224 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 -56 16 ) ( 432 -56 16 ) ( 640 -56 96 ) wall_brick_scrungly [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 -48 16 ) ( 432 -48 16 ) ( 640 -56 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 -( 640 -56 96 ) ( 432 -56 96 ) ( 640 -48 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 -( 640 -48 96 ) ( 432 -48 96 ) ( 640 -48 16 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 -56 96 ) ( 640 -48 96 ) ( 640 -56 16 ) wall_brick_scrungly [ 0 1 0 224 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 47 -{ -( 312 -56 16 ) ( 312 -48 16 ) ( 312 -56 96 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 312 -56 96 ) ( 384 -56 96 ) ( 312 -56 16 ) wall_brick_scrungly [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 312 -56 16 ) ( 384 -56 16 ) ( 312 -48 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 -( 312 -48 96 ) ( 384 -48 96 ) ( 312 -56 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 -( 312 -48 16 ) ( 384 -48 16 ) ( 312 -48 96 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 384 -56 16 ) ( 384 -56 96 ) ( 384 -48 16 ) wall_brick_scrungly [ 0 -1 0 -224 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 48 -{ -( 432 -40 104 ) ( 432 -48 104 ) ( 432 -40 16 ) surface_beige_edge [ 0 -0.9999999999999961 8.742278000372473e-08 -16 ] [ 0 8.742278000372473e-08 0.9999999999999961 0 ] 180 0.5 0.5 -( 448 -48 16 ) ( 432 -48 16 ) ( 448 -48 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 448 -40 16 ) ( 432 -40 16 ) ( 448 -48 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 -( 448 -48 104 ) ( 432 -48 104 ) ( 448 -40 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 -( 448 -40 104 ) ( 432 -40 104 ) ( 448 -40 16 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 480 -48 104 ) ( 480 -40 104 ) ( 480 -48 16 ) skip [ 0 1 0 56 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 49 -{ -( 328 -48 16 ) ( 328 -40 16 ) ( 328 -48 104 ) skip [ 0 -1 0 -56 ] [ 0 0 -1 0 ] 0 1 1 -( 328 -48 104 ) ( 384 -48 104 ) ( 328 -48 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 328 -48 16 ) ( 384 -48 16 ) ( 328 -40 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 -( 328 -40 104 ) ( 384 -40 104 ) ( 328 -48 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 -( 328 -40 16 ) ( 384 -40 16 ) ( 328 -40 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 384 -48 16 ) ( 384 -48 104 ) ( 384 -40 16 ) surface_beige_edge [ 0 -1 0 -16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 50 -{ -( 392 -48 104 ) ( 392 -48 96 ) ( 392 -40 104 ) surface_beige [ 0 -1 0 -56 ] [ 0 0 -1 0 ] 0 1 1 -( 432 -48 104 ) ( 432 -48 96 ) ( 384 -48 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 432 -48 96 ) ( 432 -40 96 ) ( 384 -48 96 ) surface_beige_edge [ -4.371139006309477e-08 -0.999999999999999 0 -16 ] [ -0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.5 0.5 -( 432 -48 104 ) ( 384 -48 104 ) ( 432 -40 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 -( 384 -40 104 ) ( 384 -40 96 ) ( 432 -40 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 424 -40 104 ) ( 424 -40 96 ) ( 424 -48 104 ) surface_beige [ 0 1 0 56 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 51 -{ -( 384 -56 8 ) ( 384 -55 8 ) ( 384 -56 9 ) ground_cobblestone1 [ 0 -1 0 -224 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 384 -56 8 ) ( 384 -56 9 ) ( 385 -56 8 ) ground_cobblestone1 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 384 -56 8 ) ( 385 -56 8 ) ( 384 -55 8 ) ground_cobblestone1 [ -1 0 0 0 ] [ 0 -1 0 -30 ] 0 0.25 0.25 -( 432 -48 16 ) ( 432 -47 16 ) ( 433 -48 16 ) ground_cobblestone1 [ 1 0 0 0 ] [ 0 -1 0 -30 ] 0 0.25 0.25 -( 432 -48 16 ) ( 433 -48 16 ) ( 432 -48 17 ) ground_cobblestone1 [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 432 -48 16 ) ( 432 -48 17 ) ( 432 -47 16 ) ground_cobblestone1 [ 0 1 0 224 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 52 -{ -( 312 -56 96 ) ( 312 -55 96 ) ( 312 -56 97 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 312 -56 96 ) ( 312 -56 97 ) ( 313 -56 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 312 -56 96 ) ( 313 -56 96 ) ( 312 -55 96 ) wall_brick [ -1 0 0 0 ] [ 0 -1 0 -118 ] 0 0.25 0.25 -( 360 -48 104 ) ( 360 -47 104 ) ( 361 -48 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.25 0.25 -( 360 -48 104 ) ( 361 -48 104 ) ( 360 -48 105 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 -48 104 ) ( 640 -48 105 ) ( 640 -47 104 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 53 -{ -( 80 48 152 ) ( 80 49 152 ) ( 80 48 153 ) wall_brick [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 176 -56 152 ) ( 176 -56 153 ) ( 177 -56 152 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 176 48 152 ) ( 177 48 152 ) ( 176 49 152 ) wall_brick [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 208 80 256 ) ( 208 81 256 ) ( 209 80 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 208 264 168 ) ( 209 264 168 ) ( 208 264 169 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 312 80 168 ) ( 312 80 169 ) ( 312 81 168 ) wall_brick [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 54 -{ -( 328 136 104 ) ( 328 137 104 ) ( 328 136 105 ) skip [ 0 -1 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 -( 392 -40 104 ) ( 392 -40 105 ) ( 393 -40 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 -( 392 136 104 ) ( 393 136 104 ) ( 392 137 104 ) ground_wood [ -1 0 0 0 ] [ 0 -1 0 -64 ] 0 0.5 0.5 -( 424 168 112 ) ( 424 169 112 ) ( 425 168 112 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 424 136 112 ) ( 425 136 112 ) ( 424 136 113 ) skip [ -1 0 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 -( 480 168 112 ) ( 480 168 113 ) ( 480 169 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 -} -// brush 55 -{ -( 424 -48 104 ) ( 424 -48 96 ) ( 424 -40 104 ) surface_beige [ 0 -1 0 -56 ] [ 0 0 -1 0 ] 0 1 1 -( 440 -48 104 ) ( 440 -48 96 ) ( 392 -48 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 440 -48 96 ) ( 440 -40 96 ) ( 392 -48 96 ) surface_beige_corner [ -0.9999999999999961 8.742277995965608e-08 0 32 ] [ 8.742277995965608e-08 0.9999999999999961 0 16 ] 180 0.5 0.5 -( 440 -48 104 ) ( 392 -48 104 ) ( 440 -40 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 -( 392 -40 104 ) ( 392 -40 96 ) ( 440 -40 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 432 -40 104 ) ( 432 -40 96 ) ( 432 -48 104 ) surface_beige [ 0 1 0 56 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 56 -{ -( 384 -48 104 ) ( 384 -48 96 ) ( 384 -40 104 ) surface_beige [ 0 -1 0 -56 ] [ 0 0 -1 0 ] 0 1 1 -( 400 -48 104 ) ( 400 -48 96 ) ( 352 -48 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 400 -48 96 ) ( 400 -40 96 ) ( 352 -48 96 ) surface_beige_corner [ -4.371139006309477e-08 -0.999999999999999 0 -16 ] [ -0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.5 0.5 -( 400 -48 104 ) ( 352 -48 104 ) ( 400 -40 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 -( 352 -40 104 ) ( 352 -40 96 ) ( 400 -40 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 392 -40 104 ) ( 392 -40 96 ) ( 392 -48 104 ) surface_beige [ 0 1 0 56 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 57 -{ -( 328 112 16 ) ( 328 113 16 ) ( 328 112 17 ) redplaid [ 0 -1 0 -120 ] [ 0 0 -1 0 ] 0 1 1 -( 328 104 16 ) ( 328 104 17 ) ( 329 104 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 328 112 16 ) ( 329 112 16 ) ( 328 113 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 -( 352 136 48 ) ( 352 137 48 ) ( 353 136 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 -( 352 136 24 ) ( 353 136 24 ) ( 352 136 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 400 136 24 ) ( 400 136 25 ) ( 400 137 24 ) redplaid [ 0 1 0 120 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 58 -{ -( 328 56 16 ) ( 328 57 16 ) ( 328 56 17 ) redplaid [ 0 -1 0 -120 ] [ 0 0 -1 0 ] 0 1 1 -( 328 24 16 ) ( 328 24 17 ) ( 329 24 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 328 56 16 ) ( 329 56 16 ) ( 328 57 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 -( 360 104 48 ) ( 360 105 48 ) ( 361 104 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 -( 360 104 24 ) ( 361 104 24 ) ( 360 104 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 360 104 24 ) ( 360 104 25 ) ( 360 105 24 ) redplaid [ 0 1 0 120 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 59 -{ -( 448 -8 16 ) ( 448 -7 16 ) ( 448 -8 17 ) redplaid [ 0 -1 0 -184 ] [ 0 0 -1 0 ] 0 1 1 -( 448 -40 16 ) ( 448 -40 17 ) ( 449 -40 16 ) redplaid [ 1 0 0 -120 ] [ 0 0 -1 0 ] 0 1 1 -( 448 -8 16 ) ( 449 -8 16 ) ( 448 -7 16 ) redplaid [ -1 0 0 120 ] [ 0 -1 0 -184 ] 0 1 1 -( 480 40 48 ) ( 480 41 48 ) ( 481 40 48 ) redplaid [ 1 0 0 -120 ] [ 0 -1 0 -184 ] 0 1 1 -( 480 136 24 ) ( 481 136 24 ) ( 480 136 25 ) redplaid [ -1 0 0 120 ] [ 0 0 -1 0 ] 0 1 1 -( 480 40 24 ) ( 480 40 25 ) ( 480 41 24 ) redplaid [ 0 1 0 184 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 60 -{ -( -16 360 -20 ) ( -16 361 -20 ) ( -16 360 -19 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( -64 360 -20 ) ( -64 360 -19 ) ( -63 360 -20 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( -64 360 -20 ) ( -63 360 -20 ) ( -64 361 -20 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 64 488 12 ) ( 64 489 12 ) ( 65 488 12 ) asphalt [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 64 600 12 ) ( 65 600 12 ) ( 64 600 13 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 784 488 12 ) ( 784 488 13 ) ( 784 489 12 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 61 -{ -( -16 360 -16 ) ( -16 361 -16 ) ( -16 360 -15 ) skip [ 0 -1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 -( -64 360 -16 ) ( -64 360 -15 ) ( -63 360 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 -( -64 360 12 ) ( -63 360 12 ) ( -64 361 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 64 488 16 ) ( 64 489 16 ) ( 65 488 16 ) ground_greybrick [ -4.371139006309477e-08 -0.999999999999999 0 0 ] [ -0.999999999999999 4.371139006309477e-08 0 73 ] 90 0.5 0.5 -( 64 600 16 ) ( 65 600 16 ) ( 64 600 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 16 ] 0 1 1 -( 80 488 16 ) ( 80 488 17 ) ( 80 489 16 ) wall_concrete1 [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 1 1 -} -// brush 62 -{ -( -16 600 -16 ) ( -16 601 -16 ) ( -16 600 -15 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 16 ] 0 0.5 0.5 -( -64 600 -16 ) ( -64 600 -15 ) ( -63 600 -16 ) wall_concrete1 [ 1 0 0 0 ] [ 0 0 -1 16 ] 0 1 1 -( -64 600 12 ) ( -63 600 12 ) ( -64 601 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 -16 ] 0 0.5 0.5 -( 64 728 16 ) ( 64 729 16 ) ( 65 728 16 ) ground_greybrick [ 1 0 0 0 ] [ 0 -1 0 48 ] 0 0.5 0.5 -( 64 704 16 ) ( 65 704 16 ) ( 64 704 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 16 ] 0 1 1 -( 576 728 16 ) ( 576 728 17 ) ( 576 729 16 ) wall_concrete1 [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 63 -{ -( 736 600 -16 ) ( 736 601 -16 ) ( 736 600 -15 ) wall_concrete1 [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 144 600 -16 ) ( 144 600 -15 ) ( 145 600 -16 ) wall_concrete1 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 144 600 12 ) ( 145 600 12 ) ( 144 601 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 272 728 16 ) ( 272 729 16 ) ( 273 728 16 ) ground_greybrick [ 1 0 0 0 ] [ 0 -1 0 48 ] 0 0.5 0.5 -( 272 720 16 ) ( 273 720 16 ) ( 272 720 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 784 728 16 ) ( 784 728 17 ) ( 784 729 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 64 -{ -( 576 600 -20 ) ( 576 601 -20 ) ( 576 600 -19 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( -112 600 -20 ) ( -112 600 -19 ) ( -111 600 -20 ) skip [ 1 0 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( -112 600 -20 ) ( -111 600 -20 ) ( -112 601 -20 ) skip [ -1 0 0 -32 ] [ 0 -1 0 -32 ] 0 0.5 0.5 -( 16 728 12 ) ( 16 729 12 ) ( 17 728 12 ) asphalt [ 1 0 0 96 ] [ 0 -1 0 40 ] 0 0.5 0.5 -( 16 720 12 ) ( 17 720 12 ) ( 16 720 13 ) skip [ -1 0 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 736 728 12 ) ( 736 728 13 ) ( 736 729 12 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 65 -{ -( 64 336 24 ) ( 64 337 24 ) ( 64 336 25 ) redplaid [ 0 -1 0 0 ] [ 0 0 -1 8 ] 0 1 1 -( 56 344 24 ) ( 56 344 25 ) ( 57 344 24 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 8 ] 0 1 1 -( 56 336 24 ) ( 57 336 24 ) ( 56 337 24 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 80 360 152 ) ( 80 361 152 ) ( 81 360 152 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 80 352 32 ) ( 81 352 32 ) ( 80 352 33 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 8 ] 0 1 1 -( 72 360 32 ) ( 72 360 33 ) ( 72 361 32 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 8 ] 0 1 1 -} -// brush 66 -{ -( 56 336 16 ) ( 56 337 16 ) ( 56 336 17 ) redplaid [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 56 336 16 ) ( 56 336 17 ) ( 57 336 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 56 336 16 ) ( 57 336 16 ) ( 56 337 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 80 360 18 ) ( 80 361 18 ) ( 81 360 18 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 80 360 24 ) ( 81 360 24 ) ( 80 360 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 80 360 24 ) ( 80 360 25 ) ( 80 361 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 67 -{ -( 64 344 24 ) ( 56 336 18 ) ( 56 360 18 ) redplaid [ 0 -1.0000000000000002 0 0 ] [ 1.0000000000000002 0 0 -70.43137 ] 0 1 1 -( 72 344 24 ) ( 80 336 18 ) ( 56 336 18 ) redplaid [ 1.0000000000000002 0 0 0 ] [ 0 1.0000000000000002 0 -94.58823 ] 0 1 1 -( 80 336 18 ) ( 80 360 18 ) ( 56 360 18 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 64 352 24 ) ( 72 352 24 ) ( 72 344 24 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 72 352 24 ) ( 64 352 24 ) ( 56 360 18 ) redplaid [ -1.0000000000000002 0 0 0 ] [ 0 -1.0000000000000002 0 89.568634 ] 0 1 1 -( 72 352 24 ) ( 80 360 18 ) ( 80 336 18 ) redplaid [ 0 1.0000000000000002 0 0 ] [ -1.0000000000000002 0 0 68 ] 0 1 1 -} -// brush 68 -{ -( 60 336 152 ) ( 60 337 152 ) ( 60 336 153 ) redplaid [ 0 -1 0 24 ] [ 0 0 -1 8 ] 0 1 1 -( 56 340 152 ) ( 56 340 153 ) ( 57 340 152 ) redplaid [ 1 0 0 -8 ] [ 0 0 -1 8 ] 0 1 1 -( 56 336 152 ) ( 57 336 152 ) ( 56 337 152 ) redplaid [ -1 0 0 8 ] [ 0 -1 0 24 ] 0 1 1 -( 88 368 156 ) ( 88 369 156 ) ( 89 368 156 ) redplaid [ 1 0 0 -8 ] [ 0 -1 0 24 ] 0 1 1 -( 88 356 160 ) ( 89 356 160 ) ( 88 356 161 ) redplaid [ -1 0 0 8 ] [ 0 0 -1 8 ] 0 1 1 -( 76 368 160 ) ( 76 368 161 ) ( 76 369 160 ) redplaid [ 0 1 0 -24 ] [ 0 0 -1 8 ] 0 1 1 -} -// brush 69 -{ -( 64 344 186 ) ( 54 334 180 ) ( 54 362 180 ) redplaid [ 0 -1.0000000000000002 0 24 ] [ 1.0000000000000002 0 0 -200.0878 ] 0 1 1 -( 72 344 186 ) ( 82 334 180 ) ( 54 334 180 ) redplaid [ 1.0000000000000002 0 0 -8 ] [ 0 1.0000000000000002 0 -222 ] 0 1 1 -( 82 334 180 ) ( 82 362 180 ) ( 54 362 180 ) redplaid [ -1 0 0 8 ] [ 0 -1 0 24 ] 0 1 1 -( 64 352 186 ) ( 72 352 186 ) ( 72 344 186 ) redplaid [ 1 0 0 -8 ] [ 0 -1 0 24 ] 0 1 1 -( 54 362 180 ) ( 82 362 180 ) ( 72 352 186 ) redplaid [ -1.0000000000000002 0 0 8 ] [ 0 -1.0000000000000002 0 215.36586 ] 0 1 1 -( 72 352 186 ) ( 82 362 180 ) ( 82 334 180 ) redplaid [ 0 1.0000000000000002 0 -24 ] [ -1.0000000000000002 0 0 -62 ] 0 1 1 -} -// brush 70 -{ -( 60 354 156 ) ( 60 356 156 ) ( 54 362 180 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 56 360 180 ) ( 62 354 156 ) ( 60 354 156 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 62 354 156 ) ( 62 356 156 ) ( 60 356 156 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 56 360 180 ) ( 54 360 180 ) ( 54 362 180 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 60 356 156 ) ( 62 356 156 ) ( 56 362 180 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 56 362 180 ) ( 62 356 156 ) ( 62 354 156 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 71 -{ -( 60 340 156 ) ( 60 342 156 ) ( 54 336 180 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 56 334 180 ) ( 62 340 156 ) ( 60 340 156 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 62 340 156 ) ( 62 342 156 ) ( 60 342 156 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 56 334 180 ) ( 54 334 180 ) ( 54 336 180 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 60 342 156 ) ( 62 342 156 ) ( 56 336 180 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 56 336 180 ) ( 62 342 156 ) ( 62 340 156 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 72 -{ -( 74 342 156 ) ( 80 336 180 ) ( 80 334 180 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 80 334 180 ) ( 82 334 180 ) ( 76 340 156 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 76 342 156 ) ( 74 342 156 ) ( 74 340 156 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 80 336 180 ) ( 82 336 180 ) ( 82 334 180 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 76 342 156 ) ( 82 336 180 ) ( 80 336 180 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 76 342 156 ) ( 76 340 156 ) ( 82 334 180 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 73 -{ -( 74 356 156 ) ( 80 362 180 ) ( 80 360 180 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 80 360 180 ) ( 82 360 180 ) ( 76 354 156 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 76 356 156 ) ( 74 356 156 ) ( 74 354 156 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 80 362 180 ) ( 82 362 180 ) ( 82 360 180 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 76 356 156 ) ( 82 362 180 ) ( 80 362 180 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 76 356 156 ) ( 76 354 156 ) ( 82 360 180 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 74 -{ -( 80 360 16 ) ( 80 360 12 ) ( 80 368 12 ) clip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 80 360 16 ) ( 784 360 16 ) ( 784 360 12 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 784 360 12 ) ( 784 368 12 ) ( 80 368 12 ) clip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 80 368 12 ) ( 784 368 12 ) ( 784 360 16 ) clip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 784 360 16 ) ( 784 368 12 ) ( 784 360 12 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 75 -{ -( 400 104 16 ) ( 400 105 16 ) ( 400 104 17 ) redplaid [ 0 -1 0 -120 ] [ 0 0 -1 0 ] 0 1 1 -( 400 104 16 ) ( 400 104 17 ) ( 401 104 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 400 104 16 ) ( 401 104 16 ) ( 400 105 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 -( 448 136 96 ) ( 448 137 96 ) ( 449 136 96 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 -( 448 136 24 ) ( 449 136 24 ) ( 448 136 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 448 136 24 ) ( 448 136 25 ) ( 448 137 24 ) redplaid [ 0 1 0 120 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 76 -{ -( 328 136 16 ) ( 328 137 16 ) ( 328 136 17 ) skip [ 0 -1 0 8 ] [ 0 0 -1 0 ] 0 1 1 -( 328 136 16 ) ( 328 136 17 ) ( 329 136 16 ) surface_beige [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 328 136 4 ) ( 329 136 4 ) ( 328 137 4 ) skip [ -1 0 0 0 ] [ 0 -1 0 8 ] 0 1 1 -( 448 144 120 ) ( 448 145 120 ) ( 449 144 120 ) skip [ 1 0 0 0 ] [ 0 -1 0 8 ] 0 1 1 -( 448 264 24 ) ( 449 264 24 ) ( 448 264 25 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 488 144 24 ) ( 488 144 25 ) ( 488 145 24 ) skip [ 0 1 0 -8 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 77 -{ -( 80 600 16 ) ( 80 592 12 ) ( 80 600 12 ) clip [ -1.2246467991473532e-16 -1 0 0 ] [ 0 0 -1 0 ] 180 1 1 -( 784 592 12 ) ( 80 592 12 ) ( 80 600 16 ) clip [ -1 1.2246467991473532e-16 0 32 ] [ 1.2246467991473532e-16 1 0 0 ] 180 1 1 -( 80 600 12 ) ( 80 592 12 ) ( 784 592 12 ) clip [ 1 -1.2246467991473532e-16 0 -32 ] [ 1.2246467991473532e-16 1 0 0 ] 180 1 1 -( 784 600 16 ) ( 80 600 16 ) ( 80 600 12 ) clip [ -1 1.2246467991473532e-16 0 32 ] [ 0 0 -1 0 ] 180 1 1 -( 576 600 16 ) ( 576 600 12 ) ( 576 592 12 ) clip [ 1.2246467991473532e-16 1 0 0 ] [ 0 0 -1 0 ] 180 1 1 -} -// brush 78 -{ -( 80 936 16 ) ( 80 232 16 ) ( 80 232 12 ) clip [ -1.8369701987210297e-16 -1 0 56 ] [ 0 0 -1 0 ] 180 1 1 -( 80 360 16 ) ( 88 360 12 ) ( 80 360 12 ) clip [ 1 -1.8369701987210297e-16 0 23.999992 ] [ 0 0 -1 0 ] 180 1 1 -( 80 232 12 ) ( 88 232 12 ) ( 88 936 12 ) clip [ 1.8369701987210297e-16 1 0 -56 ] [ -1 1.8369701987210297e-16 0 -24 ] 270 1 1 -( 80 600 16 ) ( 80 600 12 ) ( 88 600 12 ) clip [ -1 1.8369701987210297e-16 0 -23.999992 ] [ 0 0 -1 0 ] 180 1 1 -( 88 936 12 ) ( 88 232 12 ) ( 80 232 16 ) clip [ -1.8369701987210297e-16 -1 0 56 ] [ -1 1.8369701987210297e-16 0 -24 ] 96.379364 1 1 -} -// brush 79 -{ -( 96 704 16 ) ( 96 705 16 ) ( 96 704 17 ) wall_brick [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 544 704 16 ) ( 544 704 17 ) ( 545 704 16 ) wall_brick [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 0.25 0.25 -( 544 704 12 ) ( 545 704 12 ) ( 544 705 12 ) skip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 0.25 0.25 -( 576 736 64 ) ( 576 737 64 ) ( 577 736 64 ) wall_brick [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 576 720 32 ) ( 577 720 32 ) ( 576 720 33 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 576 736 32 ) ( 576 736 33 ) ( 576 737 32 ) wall_brick [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 80 -{ -( 96 744 -20 ) ( 96 745 -20 ) ( 96 744 -19 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( -112 720 -20 ) ( -112 720 -19 ) ( -111 720 -20 ) skip [ 1 0 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( -112 744 -20 ) ( -111 744 -20 ) ( -112 745 -20 ) skip [ -1 0 0 -32 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 16 872 12 ) ( 16 873 12 ) ( 17 872 12 ) asphalt [ 1 0 0 96 ] [ 0 -1 0 108 ] 0 0.5 0.5 -( 16 1136 12 ) ( 17 1136 12 ) ( 16 1136 13 ) skip [ -1 0 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 736 872 12 ) ( 736 872 13 ) ( 736 873 12 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 81 -{ -( 736 712 -16 ) ( 736 713 -16 ) ( 736 712 -15 ) wall_concrete1 [ 0 -1 0 112 ] [ 0 0 -1 0 ] 0 1 1 -( 144 720 -16 ) ( 144 720 -15 ) ( 145 720 -16 ) wall_concrete1 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 144 712 12 ) ( 145 712 12 ) ( 144 713 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.5 0.5 -( 272 840 16 ) ( 272 841 16 ) ( 273 840 16 ) ground_greybrick [ 1 0 0 0 ] [ 0 -1 0 -112 ] 0 0.5 0.5 -( 272 864 16 ) ( 273 864 16 ) ( 272 864 17 ) wall_concrete1 [ -1 0 0 128 ] [ 0 0 -1 0 ] 0 1 1 -( 848 840 16 ) ( 848 840 17 ) ( 848 841 16 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 82 -{ -( 784 704 16 ) ( 784 705 16 ) ( 784 704 17 ) wall_brick [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1344 704 16 ) ( 1344 704 17 ) ( 1345 704 16 ) wall_brick [ 1 0 0 128 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1344 704 12 ) ( 1345 704 12 ) ( 1344 705 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 1376 736 64 ) ( 1376 737 64 ) ( 1377 736 64 ) wall_brick [ 1 0 0 128 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 1376 720 32 ) ( 1377 720 32 ) ( 1376 720 33 ) wall_brick [ -1 0 0 -128 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1168 736 32 ) ( 1168 736 33 ) ( 1168 737 32 ) wall_brick [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 83 -{ -( 736 728 -20 ) ( 736 729 -20 ) ( 736 728 -19 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 608 864 -20 ) ( 608 864 -19 ) ( 609 864 -20 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 608 728 -20 ) ( 609 728 -20 ) ( 608 729 -20 ) skip [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.5 0.5 -( 736 856 12 ) ( 736 857 12 ) ( 737 856 12 ) asphalt [ 1 0 0 64 ] [ 0 -1 0 76 ] 0 0.5 0.5 -( 736 1136 12 ) ( 737 1136 12 ) ( 736 1136 13 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 848 856 12 ) ( 848 856 13 ) ( 848 857 12 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 84 -{ -( 848 872 -16 ) ( 848 873 -16 ) ( 848 872 -15 ) wall_concrete1 [ 0 -1 0 272 ] [ 0 0 -1 0 ] 0 1 1 -( 304 800 -16 ) ( 304 800 -15 ) ( 305 800 -16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 -( 304 872 12 ) ( 305 872 12 ) ( 304 873 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.5 0.5 -( 432 1000 16 ) ( 432 1001 16 ) ( 433 1000 16 ) ground_greybrick [ 1 0 0 -96 ] [ 0 -1 0 -112 ] 0 0.5 0.5 -( 432 1136 16 ) ( 433 1136 16 ) ( 432 1136 17 ) skip [ -1 0 0 32 ] [ 0 0 -1 0 ] 0 1 1 -( 944 1000 16 ) ( 944 1000 17 ) ( 944 1001 16 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 85 -{ -( 736 600 16 ) ( 736 592 12 ) ( 736 600 12 ) clip [ -0 -1 0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 992 592 12 ) ( 288 592 12 ) ( 288 600 16 ) clip [ 1 0 -0 0 ] [ 0 -0.894427190999916 -0.447213595499958 0 ] 0 1 1 -( 288 600 12 ) ( 288 592 12 ) ( 992 592 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 992 600 16 ) ( 288 600 16 ) ( 288 600 12 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 784 600 16 ) ( 784 600 12 ) ( 784 592 12 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 86 -{ -( 576 1048 16 ) ( 576 344 16 ) ( 576 344 12 ) clip [ 0 -1 0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 576 600 16 ) ( 584 600 12 ) ( 576 600 12 ) clip [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 576 344 12 ) ( 584 344 12 ) ( 584 1048 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 576 704 16 ) ( 576 704 12 ) ( 584 704 12 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 584 1048 12 ) ( 584 344 12 ) ( 576 344 16 ) clip [ 0.894427190999916 0 -0.447213595499958 0 ] [ 0 -1 0 0 ] 0 1 1 -} -// brush 87 -{ -( 728 1048 12 ) ( 736 344 16 ) ( 728 344 12 ) clip [ 0.894427190999916 0 0.447213595499958 -29.020447 ] [ 0 -1 0 0 ] 0 1 1 -( 736 600 16 ) ( 736 600 12 ) ( 728 600 12 ) clip [ 1 0 0 -40 ] [ 0 0 -1 0 ] 0 1 1 -( 736 344 12 ) ( 728 1048 12 ) ( 728 344 12 ) clip [ -1 0 0 40 ] [ 0 -1 0 0 ] 0 1 1 -( 736 864 16 ) ( 728 864 12 ) ( 736 864 12 ) clip [ -1 0 0 40 ] [ 0 0 -1 0 ] 0 1 1 -( 736 1048 16 ) ( 736 344 12 ) ( 736 344 16 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 88 -{ -( 840 1312 12 ) ( 848 608 16 ) ( 840 608 12 ) clip [ 0.894427190999916 -0 0.447213595499958 0 ] [ -0 -1 0 0 ] 0 1 1 -( 848 864 16 ) ( 848 864 12 ) ( 840 864 12 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 848 608 12 ) ( 840 1312 12 ) ( 840 608 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 848 1136 16 ) ( 840 1136 12 ) ( 848 1136 12 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 848 1312 16 ) ( 848 608 12 ) ( 848 608 16 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 89 -{ -( 736 864 16 ) ( 736 864 12 ) ( 736 872 12 ) clip [ 0 -1 0 -8 ] [ 0 0 -1 0 ] 0 1 1 -( 144 864 16 ) ( 848 864 16 ) ( 848 864 12 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 848 864 12 ) ( 848 872 12 ) ( 144 872 12 ) clip [ -1 0 0 0 ] [ 0 -1 0 -8 ] 0 1 1 -( 144 872 12 ) ( 848 872 12 ) ( 848 864 16 ) clip [ 1 0 0 0 ] [ 0 -1 0 -8 ] 0 1 1 -( 848 864 16 ) ( 848 872 12 ) ( 848 864 12 ) clip [ 0 1 0 8 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 90 -{ -( 728 872 12 ) ( 736 864 16 ) ( 728 864 12 ) clip [ 0.894427190999916 -0 0.447213595499958 0 ] [ -0 -1 0 0 ] 0 1 1 -( 728 864 12 ) ( 736 864 16 ) ( 736 864 12 ) clip [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 736 864 12 ) ( 736 872 12 ) ( 728 872 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 728 872 12 ) ( 736 872 12 ) ( 736 864 16 ) clip [ 1 -0 0 0 ] [ -0 -0.894427190999916 0.447213595499958 0 ] 0 1 1 -( 736 864 16 ) ( 736 872 12 ) ( 736 864 12 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 91 -{ -( 728 592 12 ) ( 728 600 12 ) ( 736 600 16 ) clip [ 0.894427190999916 -0 0.447213595499958 0 ] [ -0 -1 0 0 ] 0 1 1 -( 728 592 12 ) ( 736 600 16 ) ( 736 592 12 ) clip [ 1 0 -0 0 ] [ 0 -0.894427190999916 -0.447213595499958 0 ] 0 1 1 -( 736 600 12 ) ( 728 592 12 ) ( 736 592 12 ) clip [ -1 0 -0 0 ] [ -0 -1 0 0 ] 0 1 1 -( 728 600 12 ) ( 736 600 12 ) ( 736 600 16 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 736 600 16 ) ( 736 600 12 ) ( 736 592 12 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 92 -{ -( 576 600 16 ) ( 576 592 12 ) ( 576 600 12 ) clip [ -0 -1 0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 584 592 12 ) ( 576 592 12 ) ( 576 600 16 ) clip [ 1 0 -0 0 ] [ 0 -0.894427190999916 -0.447213595499958 0 ] 0 1 1 -( 576 600 12 ) ( 576 592 12 ) ( 584 592 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 584 600 12 ) ( 576 600 16 ) ( 576 600 12 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 584 592 12 ) ( 576 600 16 ) ( 584 600 12 ) clip [ 0.894427190999916 0 -0.447213595499958 0 ] [ 0 -1 -0 0 ] 0 1 1 -} -// brush 93 -{ -( 576 704 16 ) ( 576 704 12 ) ( 576 712 12 ) clip [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 584 704 12 ) ( 576 704 12 ) ( 576 704 16 ) clip [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 576 704 12 ) ( 584 712 12 ) ( 576 712 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 584 712 12 ) ( 576 704 16 ) ( 576 712 12 ) clip [ 1 0 0 0 ] [ 0 -0.894427190999916 0.447213595499958 0 ] 0 1 1 -( 584 712 12 ) ( 584 704 12 ) ( 576 704 16 ) clip [ 0.894427190999916 0 -0.447213595499958 0 ] [ 0 -1 0 0 ] 0 1 1 -} -// brush 94 -{ -( 312 248 16 ) ( 312 249 16 ) ( 312 248 17 ) skip [ 0 -1 0 -48 ] [ 0 0 -1 0 ] 0 1 1 -( 312 256 16 ) ( 312 256 17 ) ( 313 256 16 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 -( 312 248 16 ) ( 313 248 16 ) ( 312 249 16 ) skip [ -1 0 0 24 ] [ 0 -1 0 -48 ] 0 1 1 -( 328 264 120 ) ( 328 265 120 ) ( 329 264 120 ) skip [ 1 0 0 -24 ] [ 0 -1 0 -48 ] 0 1 1 -( 328 264 24 ) ( 329 264 24 ) ( 328 264 25 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 328 264 24 ) ( 328 264 25 ) ( 328 265 24 ) skip [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 95 -{ -( 80 160 0 ) ( 80 161 0 ) ( 80 160 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 160 0 ) ( 80 160 1 ) ( 81 160 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 160 52 ) ( 81 160 52 ) ( 80 161 52 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 192 96 ) ( 112 193 96 ) ( 113 192 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 168 16 ) ( 113 168 16 ) ( 112 168 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 88 192 16 ) ( 88 192 17 ) ( 88 193 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 96 -{ -( 80 48 0 ) ( 80 49 0 ) ( 80 48 1 ) surface_green [ 0 -1 0 -32 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 48 0 ) ( 80 48 1 ) ( 81 48 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 48 52 ) ( 81 48 52 ) ( 80 49 52 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.5 0.5 -( 112 80 96 ) ( 112 81 96 ) ( 113 80 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.5 0.5 -( 112 56 16 ) ( 113 56 16 ) ( 112 56 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 88 80 16 ) ( 88 80 17 ) ( 88 81 16 ) surface_green [ 0 1 0 32 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 97 -{ -( 72 -248 88 ) ( 72 -247 88 ) ( 72 -248 89 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 -63.999992 ] 90 0.5 0.5 -( 80 -64 88 ) ( 80 -64 89 ) ( 81 -64 88 ) surface_green_edge [ -4.371139006309477e-08 0 -0.999999999999999 -32 ] [ -0.999999999999999 0 4.371139006309477e-08 16 ] 90 0.5 0.5 -( 80 -248 104 ) ( 81 -248 104 ) ( 80 -247 104 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 -( 112 -216 112 ) ( 112 -215 112 ) ( 113 -216 112 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 -( 112 -48 104 ) ( 113 -48 104 ) ( 112 -48 105 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 -( 312 -216 104 ) ( 312 -216 105 ) ( 312 -215 104 ) surface_green_edge [ 0 -4.371139006309477e-08 -0.999999999999999 32 ] [ 0 -0.999999999999999 4.371139006309477e-08 16.000008 ] 90 0.5 0.5 -} -// brush 98 -{ -( 224 8 16 ) ( 224 9 16 ) ( 224 8 17 ) redplaid [ 0 -1 0 -120 ] [ 0 0 -1 0 ] 0 1 1 -( 224 104 16 ) ( 224 104 17 ) ( 225 104 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 224 8 16 ) ( 225 8 16 ) ( 224 9 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 -( 248 96 48 ) ( 248 97 48 ) ( 249 96 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 -( 248 136 24 ) ( 249 136 24 ) ( 248 136 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 312 96 24 ) ( 312 96 25 ) ( 312 97 24 ) redplaid [ 0 1 0 120 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 99 -{ -( 80 -56 48 ) ( 80 -55 48 ) ( 80 -56 49 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 -15.999992 ] 90 0.5 0.5 -( 80 -56 48 ) ( 80 -56 49 ) ( 81 -56 48 ) surface_green_edge [ -4.371139006309477e-08 0 -0.999999999999999 -32 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 -56 120 ) ( 81 -56 120 ) ( 80 -55 120 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 112 -24 144 ) ( 112 -23 144 ) ( 113 -24 144 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 112 -48 64 ) ( 113 -48 64 ) ( 112 -48 65 ) skip [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 312 -24 64 ) ( 312 -24 65 ) ( 312 -23 64 ) surface_green [ 0 1 0 -16 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -} -// brush 100 -{ -( 80 -56 0 ) ( 80 -55 0 ) ( 80 -56 1 ) surface_green [ 0 -1 0 16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 -56 0 ) ( 80 -56 1 ) ( 81 -56 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 -56 48 ) ( 81 -56 48 ) ( 80 -55 48 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 112 -24 96 ) ( 112 -23 96 ) ( 113 -24 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 112 -48 16 ) ( 113 -48 16 ) ( 112 -48 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 88 -24 16 ) ( 88 -24 17 ) ( 88 -23 16 ) surface_green [ 0 1 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 101 -{ -( 224 -48 16 ) ( 224 -47 16 ) ( 224 -48 17 ) redplaid [ 0 -1 0 -120 ] [ 0 0 -1 0 ] 0 1 1 -( 224 -48 16 ) ( 224 -48 17 ) ( 225 -48 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 224 -48 16 ) ( 225 -48 16 ) ( 224 -47 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 -( 248 40 48 ) ( 248 41 48 ) ( 249 40 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 -( 248 64 24 ) ( 249 64 24 ) ( 248 64 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 248 40 24 ) ( 248 40 25 ) ( 248 41 24 ) redplaid [ 0 1 0 120 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 102 -{ -( 72 -248 128 ) ( 72 -247 128 ) ( 72 -248 129 ) surface_green [ 0 -1 0 8 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( 80 -64 128 ) ( 80 -64 129 ) ( 81 -64 128 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( 80 -248 144 ) ( 81 -248 144 ) ( 80 -247 144 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 -( 112 -216 152 ) ( 112 -215 152 ) ( 113 -216 152 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 112 -48 144 ) ( 113 -48 144 ) ( 112 -48 145 ) skip [ -1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( 312 -216 144 ) ( 312 -216 145 ) ( 312 -215 144 ) surface_green [ 0 1 0 -8 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -} -// brush 103 -{ -( 80 -56 0 ) ( 80 -55 0 ) ( 80 -56 1 ) surface_green [ 0 -1 0 16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 -56 0 ) ( 80 -56 1 ) ( 81 -56 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 -56 16 ) ( 81 -56 16 ) ( 80 -55 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 112 -24 52 ) ( 112 -23 52 ) ( 113 -24 52 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 112 -48 16 ) ( 113 -48 16 ) ( 112 -48 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 224 -24 16 ) ( 224 -24 17 ) ( 224 -23 16 ) surface_green [ 0 1 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 104 -{ -( 224 -56 0 ) ( 224 -55 0 ) ( 224 -56 1 ) surface_green [ 0 -1 0 16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 224 -56 0 ) ( 224 -56 1 ) ( 225 -56 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 224 -56 16 ) ( 225 -56 16 ) ( 224 -55 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 256 -24 96 ) ( 256 -23 96 ) ( 257 -24 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 256 -48 16 ) ( 257 -48 16 ) ( 256 -48 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 312 -24 16 ) ( 312 -24 17 ) ( 312 -23 16 ) surface_green [ 0 1 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 105 -{ -( 80 -56 -8 ) ( 80 -55 -8 ) ( 80 -56 -7 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 16 ] [ 0 0.999999999999999 4.371139006309477e-08 -15.999992 ] 90 0.5 0.5 -( 176 -56 -8 ) ( 176 -56 -7 ) ( 177 -56 -8 ) surface_green_edge [ -4.371139006309477e-08 0 -0.999999999999999 16 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 176 -56 96 ) ( 177 -56 96 ) ( 176 -55 96 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 208 -24 104 ) ( 208 -23 104 ) ( 209 -24 104 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 208 -48 8 ) ( 209 -48 8 ) ( 208 -48 9 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 312 -24 8 ) ( 312 -24 9 ) ( 312 -23 8 ) surface_green [ 0 1 0 -16 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -} -// brush 106 -{ -( 944 584 -20 ) ( 944 585 -20 ) ( 944 584 -19 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 816 720 -20 ) ( 816 720 -19 ) ( 817 720 -20 ) skip [ 1 0 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 816 584 -20 ) ( 817 584 -20 ) ( 816 585 -20 ) skip [ -1 0 0 -32 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 944 712 12 ) ( 944 713 12 ) ( 945 712 12 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 944 800 12 ) ( 945 800 12 ) ( 944 800 13 ) skip [ -1 0 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1408 712 12 ) ( 1408 712 13 ) ( 1408 713 12 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 107 -{ -( 848 792 -16 ) ( 848 793 -16 ) ( 848 792 -15 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 304 720 -16 ) ( 304 720 -15 ) ( 305 720 -16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 -( 304 792 12 ) ( 305 792 12 ) ( 304 793 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 432 920 16 ) ( 432 921 16 ) ( 433 920 16 ) ground_greybrick [ 1 0 0 -96 ] [ 0 -1 0 -16 ] 0 0.5 0.5 -( 432 800 16 ) ( 433 800 16 ) ( 432 800 17 ) skip [ -1 0 0 32 ] [ 0 0 -1 0 ] 0 1 1 -( 944 920 16 ) ( 944 920 17 ) ( 944 921 16 ) wall_concrete1 [ 0 1 0 0 ] [ 0 0 -1 -32 ] 0 1 1 -} -// brush 108 -{ -( 80 256 40 ) ( 80 257 40 ) ( 80 256 41 ) surface_green [ 0 4.371139006309477e-08 -0.999999999999999 -47.999954 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 256 40 ) ( 80 256 41 ) ( 81 256 40 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -56 ] 0 0.5 0.5 -( 80 256 112 ) ( 81 256 112 ) ( 80 257 112 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 288 120 ) ( 112 289 120 ) ( 113 288 120 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 264 56 ) ( 113 264 56 ) ( 112 264 57 ) surface_green [ 4.371139006309477e-08 0 -0.999999999999999 -47.999954 ] [ 0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 312 288 56 ) ( 312 288 57 ) ( 312 289 56 ) skip [ 0 1 0 0 ] [ 0 0 -1 -56 ] 0 0.5 0.5 -} -// brush 109 -{ -( 80 -56 40 ) ( 80 -55 40 ) ( 80 -56 41 ) surface_green [ 0 4.371139006309477e-08 -0.999999999999999 -48 ] [ 0 0.999999999999999 4.371139006309477e-08 -16 ] 90 0.5 0.5 -( 80 -56 40 ) ( 80 -56 41 ) ( 81 -56 40 ) surface_green [ -4.371139006309477e-08 0 -0.999999999999999 -48.000015 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 -56 112 ) ( 81 -56 112 ) ( 80 -55 112 ) skip [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 112 -24 120 ) ( 112 -23 120 ) ( 113 -24 120 ) skip [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 112 -48 56 ) ( 113 -48 56 ) ( 112 -48 57 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -56 ] 0 0.5 0.5 -( 312 -24 56 ) ( 312 -24 57 ) ( 312 -23 56 ) skip [ 0 1 0 -16 ] [ 0 0 -1 -56 ] 0 0.5 0.5 -} -// brush 110 -{ -( 312 -32 120 ) ( 312 -32 112 ) ( 312 16 120 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -15.9999695 ] [ 0 0.9999999999999866 1.6292067950285372e-07 47.999992 ] 90 0.5 0.5 -( 320 -32 120 ) ( 320 -32 112 ) ( 312 -32 120 ) skip [ 1 0 0 -16 ] [ 0 0 -1 16 ] 0 1 1 -( 312 16 104 ) ( 312 -32 104 ) ( 320 16 104 ) skip [ 1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 320 16 120 ) ( 320 -32 120 ) ( 312 16 120 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 312 16 120 ) ( 312 16 112 ) ( 320 16 120 ) skip [ -1 0 0 16 ] [ 0 0 -1 16 ] 0 1 1 -( 320 16 120 ) ( 320 16 112 ) ( 320 -32 120 ) skip [ 0 1 0 48 ] [ 0 0 -1 48 ] 0 0.5 0.5 -} -} -// entity 1 -{ -"classname" "func_group" -"_tb_type" "_tb_group" -"_tb_name" "motelroomlayout" -"_tb_id" "4" -"_tb_linked_group_id" "{64d2ce3b-d5a0-495e-b5f7-459c62d5e742}" -"_tb_transformation" "1 0 0 0 0 1 0 80 0 0 1 0 0 0 0 1" -// brush 0 -{ -( 1186 1276 16 ) ( 1186 1277 16 ) ( 1186 1276 17 ) clip [ 0 -1 0 -4 ] [ 0 0 -1 0 ] 0 1 1 -( 1180 1278 16 ) ( 1180 1278 17 ) ( 1181 1278 16 ) clip [ 1 0 0 20 ] [ 0 0 -1 0 ] 0 1 1 -( 1180 1276 16 ) ( 1181 1276 16 ) ( 1180 1277 16 ) clip [ -1 0 0 -20 ] [ 0 -1 0 -4 ] 0 1 1 -( 1276 1372 44 ) ( 1276 1373 44 ) ( 1277 1372 44 ) clip [ 1 0 0 20 ] [ 0 -1 0 -4 ] 0 1 1 -( 1276 1360 32 ) ( 1277 1360 32 ) ( 1276 1360 33 ) clip [ -1 0 0 -20 ] [ 0 0 -1 0 ] 0 1 1 -( 1256 1372 32 ) ( 1256 1372 33 ) ( 1256 1373 32 ) clip [ 0 1 0 4 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 1 -{ -( 944 1264 16 ) ( 944 1265 16 ) ( 944 1264 17 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 952 1264 16 ) ( 952 1264 17 ) ( 953 1264 16 ) surface_beige [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 952 1264 16 ) ( 953 1264 16 ) ( 952 1265 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 1000 1272 80 ) ( 1000 1273 80 ) ( 1001 1272 80 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 1000 1272 24 ) ( 1001 1272 24 ) ( 1000 1272 25 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 992 1272 24 ) ( 992 1272 25 ) ( 992 1273 24 ) surface_beige_edge [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 2 -{ -( 1074 1276 16 ) ( 1074 1277 16 ) ( 1074 1276 17 ) clip [ 0 -1 0 -4 ] [ 0 0 -1 0 ] 0 1 1 -( 1068 1278 16 ) ( 1068 1278 17 ) ( 1069 1278 16 ) clip [ 1 0 0 4 ] [ 0 0 -1 0 ] 0 1 1 -( 1068 1276 16 ) ( 1069 1276 16 ) ( 1068 1277 16 ) clip [ -1 0 0 -4 ] [ 0 -1 0 -4 ] 0 1 1 -( 1164 1372 44 ) ( 1164 1373 44 ) ( 1165 1372 44 ) clip [ 1 0 0 4 ] [ 0 -1 0 -4 ] 0 1 1 -( 1164 1360 32 ) ( 1165 1360 32 ) ( 1164 1360 33 ) clip [ -1 0 0 -4 ] [ 0 0 -1 0 ] 0 1 1 -( 1144 1372 32 ) ( 1144 1372 33 ) ( 1144 1373 32 ) clip [ 0 1 0 4 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 3 -{ -( 992 1264 16 ) ( 992 1265 16 ) ( 992 1264 17 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1000 1264 16 ) ( 1000 1264 17 ) ( 1001 1264 16 ) surface_beige [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1000 1264 80 ) ( 1001 1264 80 ) ( 1000 1265 80 ) surface_beige_edge [ 4.371138994063005e-08 0.9999999999999989 0 32 ] [ -0.9999999999999989 4.371138994063005e-08 0 0 ] 270 0.5 0.5 -( 1048 1272 96 ) ( 1048 1273 96 ) ( 1049 1272 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 1048 1272 24 ) ( 1049 1272 24 ) ( 1048 1272 25 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1040 1272 24 ) ( 1040 1272 25 ) ( 1040 1273 24 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 4 -{ -( 1148 1340 16 ) ( 1148 1341 16 ) ( 1148 1340 17 ) clip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1148 1340 16 ) ( 1148 1340 17 ) ( 1149 1340 16 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1148 1340 16 ) ( 1149 1340 16 ) ( 1148 1341 16 ) clip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 1180 1360 34 ) ( 1180 1361 34 ) ( 1181 1360 34 ) clip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 1180 1360 20 ) ( 1181 1360 20 ) ( 1180 1360 21 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1182 1360 20 ) ( 1182 1360 21 ) ( 1182 1361 20 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 5 -{ -( 944 1168 0 ) ( 944 1169 0 ) ( 944 1168 1 ) skip [ 0 -1 0 0 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -( 1024 1176 0 ) ( 1024 1176 1 ) ( 1025 1176 0 ) skip [ 1 0 0 32 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -( 1024 1168 0 ) ( 1025 1168 0 ) ( 1024 1169 0 ) skip [ -1 0 0 -32 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 1056 1216 16 ) ( 1056 1217 16 ) ( 1057 1216 16 ) carpet_dullgreen [ 1 0 0 96 ] [ 0 -1 0 -64 ] 0 0.5 0.5 -( 1056 1360 16 ) ( 1057 1360 16 ) ( 1056 1360 17 ) skip [ -1 0 0 -32 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -( 1296 1216 16 ) ( 1296 1216 17 ) ( 1296 1217 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -} -// brush 6 -{ -( 1128 1176 16 ) ( 1128 1177 16 ) ( 1128 1176 17 ) clip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1104 1176 16 ) ( 1104 1176 17 ) ( 1105 1176 16 ) clip [ 1 0 0 32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1104 1176 16 ) ( 1105 1176 16 ) ( 1104 1177 16 ) clip [ -1 0 0 -32 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 1176 1208 48 ) ( 1176 1209 48 ) ( 1177 1208 48 ) clip [ 1 0 0 32 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 1176 1200 24 ) ( 1177 1200 24 ) ( 1176 1200 25 ) clip [ -1 0 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1192 1208 24 ) ( 1192 1208 25 ) ( 1192 1209 24 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 7 -{ -( 1040 1312 32 ) ( 1040 1313 32 ) ( 1040 1312 33 ) skip [ 0 -1 0 0 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -( 1040 1264 32 ) ( 1040 1264 33 ) ( 1041 1264 32 ) surface_beige_edge [ -0.9999999999999961 0 8.742278000372473e-08 -16 ] [ 8.742278000372473e-08 0 0.9999999999999961 32 ] 180 0.5 0.5 -( 1040 1312 80 ) ( 1041 1312 80 ) ( 1040 1313 80 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 1048 1352 96 ) ( 1048 1353 96 ) ( 1049 1352 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 1048 1272 40 ) ( 1049 1272 40 ) ( 1048 1272 41 ) skip [ -1 0 0 0 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -( 1048 1352 40 ) ( 1048 1352 41 ) ( 1048 1353 40 ) surface_beige_edge [ 0 1 0 32 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -} -// brush 8 -{ -( 1040 1320 16 ) ( 1040 1321 16 ) ( 1040 1320 17 ) surface_beige [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1040 1272 16 ) ( 1040 1272 17 ) ( 1041 1272 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1040 1320 16 ) ( 1041 1320 16 ) ( 1040 1321 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 1048 1360 96 ) ( 1048 1361 96 ) ( 1049 1360 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 1048 1360 24 ) ( 1049 1360 24 ) ( 1048 1360 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1048 1360 24 ) ( 1048 1360 25 ) ( 1048 1361 24 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 9 -{ -( 944 1264 16 ) ( 944 1265 16 ) ( 944 1264 17 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 944 1264 16 ) ( 944 1264 17 ) ( 945 1264 16 ) surface_beige [ 1 0 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 944 1264 80 ) ( 945 1264 80 ) ( 944 1265 80 ) skip [ -1 0 0 -48 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 992 1272 96 ) ( 992 1273 96 ) ( 993 1272 96 ) skip [ 1 0 0 48 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 992 1272 24 ) ( 993 1272 24 ) ( 992 1272 25 ) surface_beige [ -1 0 0 -48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 992 1272 24 ) ( 992 1272 25 ) ( 992 1273 24 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 10 -{ -( 1040 1312 16 ) ( 1040 1313 16 ) ( 1040 1312 17 ) surface_beige_edge [ 0 0.9999999999999961 8.742278000372473e-08 32 ] [ 0 -8.742278000372473e-08 0.9999999999999961 0 ] 180 0.5 0.5 -( 1040 1264 16 ) ( 1040 1264 17 ) ( 1041 1264 16 ) surface_beige_edge [ -0.9999999999999961 0 8.742278000372473e-08 -16 ] [ 8.742278000372473e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 -( 1040 1312 16 ) ( 1041 1312 16 ) ( 1040 1313 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 1048 1352 80 ) ( 1048 1353 80 ) ( 1049 1352 80 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 1048 1272 24 ) ( 1049 1272 24 ) ( 1048 1272 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1048 1352 24 ) ( 1048 1352 25 ) ( 1048 1353 24 ) surface_beige_edge [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -} diff --git a/maps/autosave/cafemotel.7.map.import b/maps/autosave/cafemotel.7.map.import deleted file mode 100644 index e8caec9..0000000 --- a/maps/autosave/cafemotel.7.map.import +++ /dev/null @@ -1,14 +0,0 @@ -[remap] - -importer="func_godot.map" -type="Resource" -uid="uid://bp8nk5lxhq08o" -path="res://.godot/imported/cafemotel.7.map-b5abd06e937cb0c051ce59b35633dd67.tres" - -[deps] - -source_file="res://maps/autosave/cafemotel.7.map" -dest_files=["res://.godot/imported/cafemotel.7.map-b5abd06e937cb0c051ce59b35633dd67.tres"] - -[params] - diff --git a/maps/autosave/cafemotel.8.map b/maps/autosave/cafemotel.8.map deleted file mode 100644 index 97aeb35..0000000 --- a/maps/autosave/cafemotel.8.map +++ /dev/null @@ -1,1264 +0,0 @@ -// Game: maskmaker -// Format: Valve -// entity 0 -{ -"mapversion" "220" -"classname" "worldspawn" -// brush 0 -{ -( -16 -184 -16 ) ( -16 -183 -16 ) ( -16 -184 -15 ) skip [ 0 -1 0 32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( -64 -184 -16 ) ( -64 -184 -15 ) ( -63 -184 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( -64 -184 -16 ) ( -63 -184 -16 ) ( -64 -183 -16 ) skip [ -1 0 0 0 ] [ 0 -1 0 32 ] 0 0.25 0.25 -( 64 -56 16 ) ( 64 -55 16 ) ( 65 -56 16 ) ground_cobblestone1 [ 1 0 0 0 ] [ 0 -1 0 120 ] 0 0.25 0.25 -( 64 -56 16 ) ( 65 -56 16 ) ( 64 -56 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 784 -56 16 ) ( 784 -56 17 ) ( 784 -55 16 ) skip [ 0 1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 1 -{ -( 80 72 0 ) ( 80 73 0 ) ( 80 72 1 ) surface_green [ 0 4.371139006309477e-08 -0.999999999999999 32 ] [ 0 0.999999999999999 4.371139006309477e-08 24 ] 90 0.5 0.5 -( 80 -48 0 ) ( 80 -48 1 ) ( 81 -48 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 72 16 ) ( 81 72 16 ) ( 80 73 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 104 52 ) ( 112 105 52 ) ( 113 104 52 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 256 16 ) ( 113 256 16 ) ( 112 256 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 88 104 16 ) ( 88 104 17 ) ( 88 105 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 2 -{ -( 80 256 0 ) ( 80 257 0 ) ( 80 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 256 0 ) ( 80 256 1 ) ( 81 256 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 256 16 ) ( 81 256 16 ) ( 80 257 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 288 96 ) ( 112 289 96 ) ( 113 288 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 264 16 ) ( 113 264 16 ) ( 112 264 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 88 288 16 ) ( 88 288 17 ) ( 88 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 3 -{ -( 80 256 -8 ) ( 80 257 -8 ) ( 80 256 -7 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 16 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 176 256 -8 ) ( 176 256 -7 ) ( 177 256 -8 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 176 256 96 ) ( 177 256 96 ) ( 176 257 96 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 208 288 104 ) ( 208 289 104 ) ( 209 288 104 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 208 264 8 ) ( 209 264 8 ) ( 208 264 9 ) surface_green_edge [ 4.371139006309477e-08 0 -0.999999999999999 16 ] [ 0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 312 288 8 ) ( 312 288 9 ) ( 312 289 8 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -} -// brush 4 -{ -( 80 72 72 ) ( 80 73 72 ) ( 80 72 73 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 16 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 -48 72 ) ( 80 -48 73 ) ( 81 -48 72 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 80 72 96 ) ( 81 72 96 ) ( 80 73 96 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 104 104 ) ( 112 105 104 ) ( 113 104 104 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 256 88 ) ( 113 256 88 ) ( 112 256 89 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 88 104 88 ) ( 88 104 89 ) ( 88 105 88 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -} -// brush 5 -{ -( 88 256 0 ) ( 88 257 0 ) ( 88 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 256 0 ) ( 80 256 1 ) ( 81 256 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 256 16 ) ( 81 256 16 ) ( 80 257 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 288 52 ) ( 112 289 52 ) ( 113 288 52 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 264 16 ) ( 113 264 16 ) ( 112 264 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 144 288 16 ) ( 144 288 17 ) ( 144 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 6 -{ -( 144 256 0 ) ( 144 257 0 ) ( 144 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 144 256 0 ) ( 144 256 1 ) ( 145 256 0 ) surface_green [ 1 0 0 32 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 144 256 16 ) ( 145 256 16 ) ( 144 257 16 ) surface_green [ -1 0 0 -32 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 176 288 96 ) ( 176 289 96 ) ( 177 288 96 ) surface_green [ 1 0 0 32 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 176 264 16 ) ( 177 264 16 ) ( 176 264 17 ) surface_green [ -1 0 0 -32 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 160 288 16 ) ( 160 288 17 ) ( 160 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 7 -{ -( 208 256 0 ) ( 208 257 0 ) ( 208 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 208 256 0 ) ( 208 256 1 ) ( 209 256 0 ) surface_green [ 1 0 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 208 256 16 ) ( 209 256 16 ) ( 208 257 16 ) surface_green [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 240 288 96 ) ( 240 289 96 ) ( 241 288 96 ) surface_green [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 240 264 16 ) ( 241 264 16 ) ( 240 264 17 ) surface_green [ -1 0 0 16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 224 288 16 ) ( 224 288 17 ) ( 224 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 8 -{ -( 88 128 8 ) ( 88 129 8 ) ( 88 128 9 ) skip [ 0 -1 0 -56 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 88 -56 8 ) ( 88 -56 9 ) ( 89 -56 8 ) skip [ 1 0 0 0 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 88 128 8 ) ( 89 128 8 ) ( 88 129 8 ) skip [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.25 0.25 -( 128 176 16 ) ( 128 177 16 ) ( 129 176 16 ) floor_wood [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.25 0.25 -( 128 264 16 ) ( 129 264 16 ) ( 128 264 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 320 176 16 ) ( 320 176 17 ) ( 320 177 16 ) skip [ 0 1 0 56 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -} -// brush 9 -{ -( -16 64 -16 ) ( -16 65 -16 ) ( -16 64 -15 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( -64 -56 -16 ) ( -64 -56 -15 ) ( -63 -56 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( -64 64 -16 ) ( -63 64 -16 ) ( -64 65 -16 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 64 192 16 ) ( 64 193 16 ) ( 65 192 16 ) ground_cobblestone1 [ -4.371139006309477e-08 -0.999999999999999 0 0 ] [ -0.999999999999999 4.371139006309477e-08 0 106 ] 90 0.25 0.25 -( 64 264 16 ) ( 65 264 16 ) ( 64 264 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 80 192 16 ) ( 80 192 17 ) ( 80 193 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 10 -{ -( 72 72 88 ) ( 72 73 88 ) ( 72 72 89 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 16 ] 90 0.5 0.5 -( 80 256 88 ) ( 80 256 89 ) ( 81 256 88 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 -( 80 72 104 ) ( 81 72 104 ) ( 80 73 104 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 104 112 ) ( 112 105 112 ) ( 113 104 112 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 272 104 ) ( 113 272 104 ) ( 112 272 105 ) surface_green_edge [ 4.371139006309477e-08 0 -0.999999999999999 -32 ] [ 0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 312 104 104 ) ( 312 104 105 ) ( 312 105 104 ) surface_green_edge [ 0 -4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 -0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -} -// brush 11 -{ -( 72 -112 88 ) ( 72 -111 88 ) ( 72 -112 89 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 16 ] 90 0.5 0.5 -( 80 -48 88 ) ( 80 -48 89 ) ( 81 -48 88 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 -( 80 -112 104 ) ( 81 -112 104 ) ( 80 -111 104 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 -( 112 -80 112 ) ( 112 -79 112 ) ( 113 -80 112 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 -( 112 256 104 ) ( 113 256 104 ) ( 112 256 105 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 -( 88 -80 104 ) ( 88 -80 105 ) ( 88 -79 104 ) surface_green [ 0 1 0 -8 ] [ 0 0 -1 -24 ] 0 0.5 0.5 -} -// brush 12 -{ -( 72 72 128 ) ( 72 73 128 ) ( 72 72 129 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( 80 256 128 ) ( 80 256 129 ) ( 81 256 128 ) skip [ 1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( 80 72 144 ) ( 81 72 144 ) ( 80 73 144 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 104 152 ) ( 112 105 152 ) ( 113 104 152 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 272 144 ) ( 113 272 144 ) ( 112 272 145 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( 312 104 144 ) ( 312 104 145 ) ( 312 105 144 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -} -// brush 13 -{ -( 72 -112 128 ) ( 72 -111 128 ) ( 72 -112 129 ) surface_green [ 0 -1 0 8 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 80 -48 128 ) ( 80 -48 129 ) ( 81 -48 128 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 80 -112 144 ) ( 81 -112 144 ) ( 80 -111 144 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 -( 112 -80 152 ) ( 112 -79 152 ) ( 113 -80 152 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 256 144 ) ( 113 256 144 ) ( 112 256 145 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 88 -80 144 ) ( 88 -80 145 ) ( 88 -79 144 ) skip [ 0 1 0 -8 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 14 -{ -( 80 256 48 ) ( 80 257 48 ) ( 80 256 49 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -31.99997 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 256 48 ) ( 80 256 49 ) ( 81 256 48 ) skip [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 80 256 120 ) ( 81 256 120 ) ( 80 257 120 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 288 144 ) ( 112 289 144 ) ( 113 288 144 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 264 64 ) ( 113 264 64 ) ( 112 264 65 ) surface_green_edge [ 4.371139006309477e-08 0 -0.999999999999999 -31.99997 ] [ 0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 312 288 64 ) ( 312 288 65 ) ( 312 289 64 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -} -// brush 15 -{ -( 80 248 48 ) ( 80 249 48 ) ( 80 248 49 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32.000015 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 -48 48 ) ( 80 -48 49 ) ( 81 -48 48 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 80 248 120 ) ( 81 248 120 ) ( 80 249 120 ) skip [ -1 0 0 0 ] [ 0 -1 0 -8 ] 0 0.5 0.5 -( 112 280 144 ) ( 112 281 144 ) ( 113 280 144 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 -8 ] 0 0.5 0.5 -( 112 256 64 ) ( 113 256 64 ) ( 112 256 65 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 88 280 64 ) ( 88 280 65 ) ( 88 281 64 ) skip [ 0 1 0 8 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -} -// brush 16 -{ -( 88 128 120 ) ( 88 129 120 ) ( 88 128 121 ) skip [ 0 -1 0 -56 ] [ 0 0 -1 56 ] 0 0.25 0.25 -( 88 -48 120 ) ( 88 -48 121 ) ( 89 -48 120 ) skip [ 1 0 0 0 ] [ 0 0 -1 56 ] 0 0.25 0.25 -( 88 128 120 ) ( 89 128 120 ) ( 88 129 120 ) ground_wood [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.5 0.5 -( 128 176 128 ) ( 128 177 128 ) ( 129 176 128 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.25 0.25 -( 128 256 128 ) ( 129 256 128 ) ( 128 256 129 ) skip [ -1 0 0 0 ] [ 0 0 -1 56 ] 0 0.25 0.25 -( 312 176 128 ) ( 312 176 129 ) ( 312 177 128 ) skip [ 0 1 0 56 ] [ 0 0 -1 56 ] 0 0.25 0.25 -} -// brush 17 -{ -( 224 256 0 ) ( 224 257 0 ) ( 224 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 216 256 0 ) ( 216 256 1 ) ( 217 256 0 ) surface_green [ 1 0 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 216 256 16 ) ( 217 256 16 ) ( 216 257 16 ) surface_green [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 248 288 52 ) ( 248 289 52 ) ( 249 288 52 ) surface_green [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 248 264 16 ) ( 249 264 16 ) ( 248 264 17 ) surface_green [ -1 0 0 16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 296 288 16 ) ( 296 288 17 ) ( 296 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 18 -{ -( 296 256 0 ) ( 296 257 0 ) ( 296 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 296 256 0 ) ( 296 256 1 ) ( 297 256 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 296 256 16 ) ( 297 256 16 ) ( 296 257 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 328 288 96 ) ( 328 289 96 ) ( 329 288 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 328 264 16 ) ( 329 264 16 ) ( 328 264 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 312 288 16 ) ( 312 288 17 ) ( 312 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 19 -{ -( 640 64 0 ) ( 640 65 0 ) ( 640 64 1 ) skip [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 0.5 0.5 -( 640 -56 0 ) ( 640 -56 1 ) ( 641 -56 0 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 640 64 0 ) ( 641 64 0 ) ( 640 65 0 ) skip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 0.5 0.5 -( 656 112 16 ) ( 656 113 16 ) ( 657 112 16 ) ground_cobblestone1 [ -4.371139006309477e-08 -0.999999999999999 0 0 ] [ -0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.25 0.25 -( 656 264 16 ) ( 657 264 16 ) ( 656 264 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 736 112 16 ) ( 736 112 17 ) ( 736 113 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 20 -{ -( 736 72 16 ) ( 736 73 16 ) ( 736 72 17 ) wall_brick_scrungly [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 472 -56 16 ) ( 472 -56 17 ) ( 473 -56 16 ) wall_brick_scrungly [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 472 72 16 ) ( 473 72 16 ) ( 472 73 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 504 104 96 ) ( 504 105 96 ) ( 505 104 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 504 264 32 ) ( 505 264 32 ) ( 504 264 33 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 784 104 32 ) ( 784 104 33 ) ( 784 105 32 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 21 -{ -( 640 64 96 ) ( 640 65 96 ) ( 640 64 97 ) skip [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 0.25 0.25 -( 640 -56 96 ) ( 640 -56 97 ) ( 641 -56 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 64 96 ) ( 641 64 96 ) ( 640 65 96 ) wall_brick_scrungly [ 4.371139006309477e-08 -0.999999999999999 0 0 ] [ 0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.25 0.25 -( 656 112 256 ) ( 656 113 256 ) ( 657 112 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 656 264 112 ) ( 657 264 112 ) ( 656 264 113 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 736 112 112 ) ( 736 112 113 ) ( 736 113 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 22 -{ -( 736 72 96 ) ( 736 73 96 ) ( 736 72 97 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 472 -56 96 ) ( 472 -56 97 ) ( 473 -56 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 472 72 96 ) ( 473 72 96 ) ( 472 73 96 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 504 104 256 ) ( 504 105 256 ) ( 505 104 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 504 264 112 ) ( 505 264 112 ) ( 504 264 113 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 784 104 112 ) ( 784 104 113 ) ( 784 105 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 23 -{ -( 312 -56 96 ) ( 312 -55 96 ) ( 312 -56 97 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 368 -56 96 ) ( 368 -56 97 ) ( 369 -56 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 368 -56 104 ) ( 369 -56 104 ) ( 368 -55 104 ) skip [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.25 0.25 -( 400 -24 256 ) ( 400 -23 256 ) ( 401 -24 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.25 0.25 -( 400 -48 112 ) ( 401 -48 112 ) ( 400 -48 113 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 -24 112 ) ( 640 -24 113 ) ( 640 -23 112 ) skip [ 0 1 0 32 ] [ 0 0 -1 11 ] 0 0.25 0.25 -} -// brush 24 -{ -( -16 264 -16 ) ( -16 265 -16 ) ( -16 264 -15 ) skip [ 0 -1 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( -64 264 -16 ) ( -64 264 -15 ) ( -63 264 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( -64 264 12 ) ( -63 264 12 ) ( -64 265 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 64 392 16 ) ( 64 393 16 ) ( 65 392 16 ) ground_greybrick [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 64 360 16 ) ( 65 360 16 ) ( 64 360 17 ) wall_concrete1 [ -1 0 0 0 ] [ 0 0 -1 16 ] 0 1 1 -( 784 392 16 ) ( 784 392 17 ) ( 784 393 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -} -// brush 25 -{ -( 632 72 96 ) ( 632 73 96 ) ( 632 72 97 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 368 -48 96 ) ( 368 -48 97 ) ( 369 -48 96 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 368 72 112 ) ( 369 72 112 ) ( 368 73 112 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 400 104 256 ) ( 400 105 256 ) ( 401 104 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 400 264 112 ) ( 401 264 112 ) ( 400 264 113 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 104 112 ) ( 640 104 113 ) ( 640 105 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 26 -{ -( 320 72 96 ) ( 320 73 96 ) ( 320 72 97 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 360 -48 96 ) ( 360 -48 97 ) ( 361 -48 96 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 360 72 120 ) ( 361 72 120 ) ( 360 73 120 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 392 104 256 ) ( 392 105 256 ) ( 393 104 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 392 264 112 ) ( 393 264 112 ) ( 392 264 113 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 632 104 112 ) ( 632 104 113 ) ( 632 105 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 27 -{ -( 312 256 104 ) ( 312 257 104 ) ( 312 256 105 ) skip [ 0 1.6292067950285372e-07 -0.9999999999999866 -16 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 -( 312 72 104 ) ( 312 72 105 ) ( 313 72 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 312 256 120 ) ( 313 256 120 ) ( 312 257 120 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 344 288 256 ) ( 344 289 256 ) ( 345 288 256 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 344 264 120 ) ( 345 264 120 ) ( 344 264 121 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 288 120 ) ( 320 288 121 ) ( 320 289 120 ) skip [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 28 -{ -( 312 144 32 ) ( 312 16 32 ) ( 312 144 16 ) surface_beige_edge [ 0 -1.3113417006681922e-07 0.9999999999999913 31.99997 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 -48 ] 270 0.5 0.5 -( 320 16 16 ) ( 312 16 16 ) ( 320 16 32 ) surface_beige_edge [ 0.9999999999999957 0 8.742277997596912e-08 16 ] [ -8.742277997596912e-08 0 0.9999999999999957 0 ] 180 0.5 0.5 -( 312 144 16 ) ( 312 16 16 ) ( 320 144 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -56 ] 0 1 1 -( 320 144 32 ) ( 320 16 32 ) ( 312 144 32 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 312 248 16 ) ( 320 248 16 ) ( 312 248 32 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 144 16 ) ( 320 16 16 ) ( 320 144 32 ) skip [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 29 -{ -( 312 -48 16 ) ( 312 -32 16 ) ( 312 -48 32 ) surface_beige_edge [ 0 -1.3113417006681922e-07 0.9999999999999913 31.999966 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 -47.999992 ] 270 0.5 0.5 -( 312 -40 32 ) ( 320 -40 32 ) ( 312 -40 16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 320 -48 16 ) ( 320 -32 16 ) ( 312 -48 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -56 ] 0 1 1 -( 312 -48 32 ) ( 312 -32 32 ) ( 320 -48 32 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 312 -32 32 ) ( 312 -32 16 ) ( 320 -32 32 ) surface_beige_edge [ 1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 320 -48 32 ) ( 320 -32 32 ) ( 320 -48 16 ) skip [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 30 -{ -( 312 144 88 ) ( 312 16 88 ) ( 312 144 32 ) surface_beige [ 0 -1.3113417006681922e-07 0.9999999999999913 31.999962 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 -48 ] 270 0.5 0.5 -( 320 16 32 ) ( 312 16 32 ) ( 320 16 88 ) surface_beige_edge [ 0.9999999999999961 0 8.742278000372473e-08 16 ] [ -8.742278000372473e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 -( 312 144 32 ) ( 312 16 32 ) ( 320 144 32 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 320 144 104 ) ( 320 16 104 ) ( 312 144 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 312 248 32 ) ( 320 248 32 ) ( 312 248 88 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 144 32 ) ( 320 16 32 ) ( 320 144 88 ) skip [ 0 1 0 48 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 31 -{ -( 312 -48 32 ) ( 312 -32 32 ) ( 312 -48 88 ) surface_beige_edge [ 0 0.9999999999999785 2.0663206962145964e-07 31.999962 ] [ 0 -2.0663206962145964e-07 0.9999999999999785 -48 ] 180 0.5 0.5 -( 312 -48 88 ) ( 320 -48 88 ) ( 312 -48 32 ) skip [ 1 0 0 -16 ] [ 0 0 -1 16 ] 0 0.5 0.5 -( 320 -48 32 ) ( 320 -32 32 ) ( 312 -48 32 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 312 -48 96 ) ( 312 -32 96 ) ( 320 -48 96 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 312 -32 88 ) ( 312 -32 32 ) ( 320 -32 88 ) surface_beige_edge [ 0.9999999999999998 0 1.3234889800848443e-23 16 ] [ 1.3234889800848443e-23 0 -0.9999999999999998 0 ] 0 0.5 0.5 -( 320 -48 88 ) ( 320 -32 88 ) ( 320 -48 32 ) skip [ 0 1 0 48 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 32 -{ -( 312 144 120 ) ( 312 16 120 ) ( 312 144 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -15.9999695 ] [ 0 0.9999999999999866 1.6292067950285372e-07 48 ] 90 0.5 0.5 -( 320 16 104 ) ( 312 16 104 ) ( 320 16 120 ) surface_beige_edge [ 0.9999999999999961 0 8.742277995965608e-08 16 ] [ -8.742277995965608e-08 0 0.9999999999999961 -32 ] 180 0.5 0.5 -( 312 144 104 ) ( 312 16 104 ) ( 320 144 104 ) surface_beige_edge [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 320 144 120 ) ( 320 16 120 ) ( 312 144 120 ) surface_beige_edge [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 312 248 104 ) ( 320 248 104 ) ( 312 248 120 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 144 104 ) ( 320 16 104 ) ( 320 144 120 ) skip [ 0 1 0 48 ] [ 0 0 -1 48 ] 0 0.5 0.5 -} -// brush 33 -{ -( 312 -48 104 ) ( 312 -32 104 ) ( 312 -48 120 ) surface_beige_corner [ 0 0.9999999999999961 8.742278000372473e-08 -32 ] [ 0 -8.742278000372473e-08 0.9999999999999961 -48 ] 180 0.5 0.5 -( 312 -48 120 ) ( 320 -48 120 ) ( 312 -48 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 48 ] 0 0.5 0.5 -( 320 -48 96 ) ( 320 -32 96 ) ( 312 -48 96 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 312 -48 120 ) ( 312 -32 120 ) ( 320 -48 120 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 312 -32 120 ) ( 312 -32 104 ) ( 320 -32 120 ) skip [ 1 0 0 16 ] [ 0 0 -1 32 ] 0 0.5 0.5 -( 320 -48 120 ) ( 320 -32 120 ) ( 320 -48 104 ) skip [ 0 1 0 48 ] [ 0 0 -1 48 ] 0 0.5 0.5 -} -// brush 34 -{ -( 312 -32 104 ) ( 312 -32 96 ) ( 312 16 104 ) surface_beige [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.99997 ] [ 0 0.9999999999999866 1.6292067950285372e-07 48 ] 90 0.5 0.5 -( 320 -24 104 ) ( 320 -24 96 ) ( 312 -24 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 -( 312 16 96 ) ( 312 -32 96 ) ( 320 16 96 ) surface_beige_edge [ 1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 320 16 104 ) ( 320 -32 104 ) ( 312 16 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 312 8 104 ) ( 312 8 96 ) ( 320 8 104 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 -( 320 16 104 ) ( 320 16 96 ) ( 320 -32 104 ) skip [ 0 1 0 48 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 35 -{ -( 488 264 96 ) ( 488 72 96 ) ( 488 264 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 640 -48 16 ) ( 328 -48 16 ) ( 640 -48 96 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 264 4 ) ( 328 264 4 ) ( 640 72 4 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 -( 640 72 120 ) ( 328 72 120 ) ( 640 264 120 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 1 1 -( 640 264 96 ) ( 328 264 96 ) ( 640 264 16 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 72 96 ) ( 640 264 96 ) ( 640 72 16 ) wall_brick_scrungly [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 36 -{ -( 320 144 96 ) ( 320 16 96 ) ( 320 144 16 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 16 96 ) ( 328 16 96 ) ( 320 16 16 ) surface_beige_edge [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 320 144 16 ) ( 320 16 16 ) ( 328 144 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -56 ] 0 1 1 -( 328 144 112 ) ( 328 16 112 ) ( 320 144 112 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -56 ] 0 1 1 -( 320 136 16 ) ( 328 136 16 ) ( 320 136 96 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 328 144 16 ) ( 328 16 16 ) ( 328 144 96 ) surface_beige [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 37 -{ -( 320 -48 16 ) ( 320 -32 16 ) ( 320 -48 96 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 -48 96 ) ( 328 -48 96 ) ( 320 -48 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 328 -48 16 ) ( 328 -32 16 ) ( 320 -48 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -56 ] 0 1 1 -( 320 -48 96 ) ( 320 -32 96 ) ( 328 -48 96 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -56 ] 0 1 1 -( 320 -32 96 ) ( 320 -32 16 ) ( 328 -32 96 ) surface_beige_edge [ -0.9999999999999961 0 8.742278000372473e-08 16 ] [ 8.742278000372473e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 -( 328 -48 96 ) ( 328 -32 96 ) ( 328 -48 16 ) surface_beige [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 38 -{ -( 320 8 8 ) ( 320 9 8 ) ( 320 8 9 ) skip [ 0 -1 0 -24 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 320 -48 8 ) ( 320 -48 9 ) ( 321 -48 8 ) skip [ 1 0 0 32 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 320 8 8 ) ( 321 8 8 ) ( 320 9 8 ) skip [ -1 0 0 -32 ] [ 0 -1 0 -24 ] 0 0.25 0.25 -( 360 56 16 ) ( 360 57 16 ) ( 361 56 16 ) floor_checkertiles [ 1 0 0 0 ] [ 0 -1 0 -96 ] 0 0.25 0.25 -( 360 104 16 ) ( 361 104 16 ) ( 360 104 17 ) skip [ -1 0 0 -32 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 448 56 16 ) ( 448 56 17 ) ( 448 57 16 ) skip [ 0 1 0 24 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -} -// brush 39 -{ -( 320 -32 104 ) ( 320 -32 96 ) ( 320 16 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.99997 ] [ 0 0.9999999999999866 1.6292067950285372e-07 48 ] 90 0.5 0.5 -( 328 -24 104 ) ( 328 -24 96 ) ( 320 -24 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 -( 320 16 96 ) ( 320 -32 96 ) ( 328 16 96 ) surface_beige_edge [ -0.9999999999999961 8.742278000372473e-08 0 16 ] [ 8.742278000372473e-08 0.9999999999999961 0 48 ] 180 0.5 0.5 -( 328 16 104 ) ( 328 -32 104 ) ( 320 16 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 320 8 104 ) ( 320 8 96 ) ( 328 8 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 -( 328 16 104 ) ( 328 16 96 ) ( 328 -32 104 ) surface_beige [ 0 1 0 48 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 40 -{ -( 312 -24 104 ) ( 312 -24 96 ) ( 312 24 104 ) surface_beige [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.99997 ] [ 0 0.9999999999999866 1.6292067950285372e-07 31.999998 ] 90 0.5 0.5 -( 320 8 104 ) ( 320 8 96 ) ( 312 8 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 -( 312 24 96 ) ( 312 -24 96 ) ( 320 24 96 ) surface_beige_corner [ -4.371139006309477e-08 -0.999999999999999 0 -32 ] [ -0.999999999999999 4.371139006309477e-08 0 48 ] 90 0.5 0.5 -( 320 24 104 ) ( 320 -24 104 ) ( 312 24 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 0 0.5 0.5 -( 312 16 104 ) ( 312 16 96 ) ( 320 16 104 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 -( 320 24 104 ) ( 320 24 96 ) ( 320 -24 104 ) skip [ 0 1 0 32 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 41 -{ -( 320 -24 104 ) ( 320 -24 96 ) ( 320 24 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.99997 ] [ 0 0.9999999999999866 1.6292067950285372e-07 31.999998 ] 90 0.5 0.5 -( 328 8 104 ) ( 328 8 96 ) ( 320 8 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 -( 320 24 96 ) ( 320 -24 96 ) ( 328 24 96 ) surface_beige_corner [ -0.9999999999999961 8.742277995965608e-08 0 16 ] [ 8.742277995965608e-08 0.9999999999999961 0 32 ] 180 0.5 0.5 -( 328 24 104 ) ( 328 -24 104 ) ( 320 24 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 -32 ] 0 0.5 0.5 -( 320 16 104 ) ( 320 16 96 ) ( 328 16 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 -( 328 24 104 ) ( 328 24 96 ) ( 328 -24 104 ) surface_beige [ 0 1 0 32 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 42 -{ -( 312 -40 104 ) ( 312 -40 96 ) ( 312 8 104 ) surface_beige [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.999954 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 -( 320 -32 104 ) ( 320 -32 96 ) ( 312 -32 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 -( 312 8 96 ) ( 312 -40 96 ) ( 320 8 96 ) surface_beige_corner [ 1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 320 8 104 ) ( 320 -40 104 ) ( 312 8 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 -24 104 ) ( 312 -24 96 ) ( 320 -24 104 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 -( 320 8 104 ) ( 320 8 96 ) ( 320 -40 104 ) skip [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 43 -{ -( 320 -40 104 ) ( 320 -40 96 ) ( 320 8 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.999954 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 -( 328 -32 104 ) ( 328 -32 96 ) ( 320 -32 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 -( 320 8 96 ) ( 320 -40 96 ) ( 328 8 96 ) surface_beige_corner [ 1.3113417006681922e-07 0.9999999999999912 0 0 ] [ 0.9999999999999912 -1.3113417006681922e-07 0 48 ] 270 0.5 0.5 -( 328 8 104 ) ( 328 -40 104 ) ( 320 8 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 320 -24 104 ) ( 320 -24 96 ) ( 328 -24 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 -( 328 8 104 ) ( 328 8 96 ) ( 328 -40 104 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 44 -{ -( 320 -56 104 ) ( 320 -56 96 ) ( 320 -8 104 ) skip [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.999954 ] [ 0 0.9999999999999866 1.6292067950285372e-07 32.000004 ] 90 0.5 0.5 -( 328 -48 104 ) ( 328 -48 96 ) ( 320 -48 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 -( 320 -8 96 ) ( 320 -56 96 ) ( 328 -8 96 ) skip [ 1.3113417006681922e-07 0.9999999999999912 0 32 ] [ 0.9999999999999912 -1.3113417006681922e-07 0 48 ] 270 0.5 0.5 -( 328 -8 104 ) ( 328 -56 104 ) ( 320 -8 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 -32 ] 0 0.5 0.5 -( 320 -32 104 ) ( 320 -32 96 ) ( 328 -32 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 -( 328 -8 104 ) ( 328 -8 96 ) ( 328 -56 104 ) surface_beige [ 0 1 0 32 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 45 -{ -( 480 -40 16 ) ( 480 -39 16 ) ( 480 -40 17 ) surface_beige [ 0 -1 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 480 -40 16 ) ( 480 -40 17 ) ( 481 -40 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 480 -40 16 ) ( 481 -40 16 ) ( 480 -39 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 488 -24 104 ) ( 488 -23 104 ) ( 489 -24 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 488 136 24 ) ( 489 136 24 ) ( 488 136 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 488 -24 24 ) ( 488 -24 25 ) ( 488 -23 24 ) skip [ 0 1 0 -16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 46 -{ -( 432 -48 96 ) ( 432 -56 96 ) ( 432 -48 16 ) wall_brick_scrungly [ 0 1 0 224 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 -56 16 ) ( 432 -56 16 ) ( 640 -56 96 ) wall_brick_scrungly [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 -48 16 ) ( 432 -48 16 ) ( 640 -56 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 -( 640 -56 96 ) ( 432 -56 96 ) ( 640 -48 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 -( 640 -48 96 ) ( 432 -48 96 ) ( 640 -48 16 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 -56 96 ) ( 640 -48 96 ) ( 640 -56 16 ) wall_brick_scrungly [ 0 1 0 224 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 47 -{ -( 312 -56 16 ) ( 312 -48 16 ) ( 312 -56 96 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 312 -56 96 ) ( 384 -56 96 ) ( 312 -56 16 ) wall_brick_scrungly [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 312 -56 16 ) ( 384 -56 16 ) ( 312 -48 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 -( 312 -48 96 ) ( 384 -48 96 ) ( 312 -56 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 -( 312 -48 16 ) ( 384 -48 16 ) ( 312 -48 96 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 384 -56 16 ) ( 384 -56 96 ) ( 384 -48 16 ) wall_brick_scrungly [ 0 -1 0 -224 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 48 -{ -( 432 -40 104 ) ( 432 -48 104 ) ( 432 -40 16 ) surface_beige_edge [ 0 -0.9999999999999961 8.742278000372473e-08 -16 ] [ 0 8.742278000372473e-08 0.9999999999999961 0 ] 180 0.5 0.5 -( 448 -48 16 ) ( 432 -48 16 ) ( 448 -48 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 448 -40 16 ) ( 432 -40 16 ) ( 448 -48 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 -( 448 -48 104 ) ( 432 -48 104 ) ( 448 -40 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 -( 448 -40 104 ) ( 432 -40 104 ) ( 448 -40 16 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 480 -48 104 ) ( 480 -40 104 ) ( 480 -48 16 ) skip [ 0 1 0 56 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 49 -{ -( 328 -48 16 ) ( 328 -40 16 ) ( 328 -48 104 ) skip [ 0 -1 0 -56 ] [ 0 0 -1 0 ] 0 1 1 -( 328 -48 104 ) ( 384 -48 104 ) ( 328 -48 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 328 -48 16 ) ( 384 -48 16 ) ( 328 -40 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 -( 328 -40 104 ) ( 384 -40 104 ) ( 328 -48 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 -( 328 -40 16 ) ( 384 -40 16 ) ( 328 -40 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 384 -48 16 ) ( 384 -48 104 ) ( 384 -40 16 ) surface_beige_edge [ 0 -1 0 -16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 50 -{ -( 392 -48 104 ) ( 392 -48 96 ) ( 392 -40 104 ) surface_beige [ 0 -1 0 -56 ] [ 0 0 -1 0 ] 0 1 1 -( 432 -48 104 ) ( 432 -48 96 ) ( 384 -48 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 432 -48 96 ) ( 432 -40 96 ) ( 384 -48 96 ) surface_beige_edge [ -4.371139006309477e-08 -0.999999999999999 0 -16 ] [ -0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.5 0.5 -( 432 -48 104 ) ( 384 -48 104 ) ( 432 -40 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 -( 384 -40 104 ) ( 384 -40 96 ) ( 432 -40 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 424 -40 104 ) ( 424 -40 96 ) ( 424 -48 104 ) surface_beige [ 0 1 0 56 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 51 -{ -( 384 -56 8 ) ( 384 -55 8 ) ( 384 -56 9 ) ground_cobblestone1 [ 0 -1 0 -224 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 384 -56 8 ) ( 384 -56 9 ) ( 385 -56 8 ) ground_cobblestone1 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 384 -56 8 ) ( 385 -56 8 ) ( 384 -55 8 ) ground_cobblestone1 [ -1 0 0 0 ] [ 0 -1 0 -30 ] 0 0.25 0.25 -( 432 -48 16 ) ( 432 -47 16 ) ( 433 -48 16 ) ground_cobblestone1 [ 1 0 0 0 ] [ 0 -1 0 -30 ] 0 0.25 0.25 -( 432 -48 16 ) ( 433 -48 16 ) ( 432 -48 17 ) ground_cobblestone1 [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 432 -48 16 ) ( 432 -48 17 ) ( 432 -47 16 ) ground_cobblestone1 [ 0 1 0 224 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 52 -{ -( 312 -56 96 ) ( 312 -55 96 ) ( 312 -56 97 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 312 -56 96 ) ( 312 -56 97 ) ( 313 -56 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 312 -56 96 ) ( 313 -56 96 ) ( 312 -55 96 ) wall_brick [ -1 0 0 0 ] [ 0 -1 0 -118 ] 0 0.25 0.25 -( 360 -48 104 ) ( 360 -47 104 ) ( 361 -48 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.25 0.25 -( 360 -48 104 ) ( 361 -48 104 ) ( 360 -48 105 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 -48 104 ) ( 640 -48 105 ) ( 640 -47 104 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 53 -{ -( 80 48 152 ) ( 80 49 152 ) ( 80 48 153 ) wall_brick [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 176 -56 152 ) ( 176 -56 153 ) ( 177 -56 152 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 176 48 152 ) ( 177 48 152 ) ( 176 49 152 ) wall_brick [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 208 80 256 ) ( 208 81 256 ) ( 209 80 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 208 264 168 ) ( 209 264 168 ) ( 208 264 169 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 312 80 168 ) ( 312 80 169 ) ( 312 81 168 ) wall_brick [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 54 -{ -( 328 136 104 ) ( 328 137 104 ) ( 328 136 105 ) skip [ 0 -1 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 -( 392 -40 104 ) ( 392 -40 105 ) ( 393 -40 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 -( 392 136 104 ) ( 393 136 104 ) ( 392 137 104 ) ground_wood [ -1 0 0 0 ] [ 0 -1 0 -64 ] 0 0.5 0.5 -( 424 168 112 ) ( 424 169 112 ) ( 425 168 112 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 424 136 112 ) ( 425 136 112 ) ( 424 136 113 ) skip [ -1 0 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 -( 480 168 112 ) ( 480 168 113 ) ( 480 169 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 -} -// brush 55 -{ -( 424 -48 104 ) ( 424 -48 96 ) ( 424 -40 104 ) surface_beige [ 0 -1 0 -56 ] [ 0 0 -1 0 ] 0 1 1 -( 440 -48 104 ) ( 440 -48 96 ) ( 392 -48 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 440 -48 96 ) ( 440 -40 96 ) ( 392 -48 96 ) surface_beige_corner [ -0.9999999999999961 8.742277995965608e-08 0 32 ] [ 8.742277995965608e-08 0.9999999999999961 0 16 ] 180 0.5 0.5 -( 440 -48 104 ) ( 392 -48 104 ) ( 440 -40 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 -( 392 -40 104 ) ( 392 -40 96 ) ( 440 -40 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 432 -40 104 ) ( 432 -40 96 ) ( 432 -48 104 ) surface_beige [ 0 1 0 56 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 56 -{ -( 384 -48 104 ) ( 384 -48 96 ) ( 384 -40 104 ) surface_beige [ 0 -1 0 -56 ] [ 0 0 -1 0 ] 0 1 1 -( 400 -48 104 ) ( 400 -48 96 ) ( 352 -48 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 400 -48 96 ) ( 400 -40 96 ) ( 352 -48 96 ) surface_beige_corner [ -4.371139006309477e-08 -0.999999999999999 0 -16 ] [ -0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.5 0.5 -( 400 -48 104 ) ( 352 -48 104 ) ( 400 -40 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 -( 352 -40 104 ) ( 352 -40 96 ) ( 400 -40 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 392 -40 104 ) ( 392 -40 96 ) ( 392 -48 104 ) surface_beige [ 0 1 0 56 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 57 -{ -( 328 112 16 ) ( 328 113 16 ) ( 328 112 17 ) redplaid [ 0 -1 0 -120 ] [ 0 0 -1 0 ] 0 1 1 -( 328 104 16 ) ( 328 104 17 ) ( 329 104 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 328 112 16 ) ( 329 112 16 ) ( 328 113 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 -( 352 136 48 ) ( 352 137 48 ) ( 353 136 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 -( 352 136 24 ) ( 353 136 24 ) ( 352 136 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 400 136 24 ) ( 400 136 25 ) ( 400 137 24 ) redplaid [ 0 1 0 120 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 58 -{ -( 328 56 16 ) ( 328 57 16 ) ( 328 56 17 ) redplaid [ 0 -1 0 -120 ] [ 0 0 -1 0 ] 0 1 1 -( 328 24 16 ) ( 328 24 17 ) ( 329 24 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 328 56 16 ) ( 329 56 16 ) ( 328 57 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 -( 360 104 48 ) ( 360 105 48 ) ( 361 104 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 -( 360 104 24 ) ( 361 104 24 ) ( 360 104 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 360 104 24 ) ( 360 104 25 ) ( 360 105 24 ) redplaid [ 0 1 0 120 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 59 -{ -( 448 -8 16 ) ( 448 -7 16 ) ( 448 -8 17 ) redplaid [ 0 -1 0 -184 ] [ 0 0 -1 0 ] 0 1 1 -( 448 -40 16 ) ( 448 -40 17 ) ( 449 -40 16 ) redplaid [ 1 0 0 -120 ] [ 0 0 -1 0 ] 0 1 1 -( 448 -8 16 ) ( 449 -8 16 ) ( 448 -7 16 ) redplaid [ -1 0 0 120 ] [ 0 -1 0 -184 ] 0 1 1 -( 480 40 48 ) ( 480 41 48 ) ( 481 40 48 ) redplaid [ 1 0 0 -120 ] [ 0 -1 0 -184 ] 0 1 1 -( 480 136 24 ) ( 481 136 24 ) ( 480 136 25 ) redplaid [ -1 0 0 120 ] [ 0 0 -1 0 ] 0 1 1 -( 480 40 24 ) ( 480 40 25 ) ( 480 41 24 ) redplaid [ 0 1 0 184 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 60 -{ -( -16 360 -20 ) ( -16 361 -20 ) ( -16 360 -19 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( -64 360 -20 ) ( -64 360 -19 ) ( -63 360 -20 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( -64 360 -20 ) ( -63 360 -20 ) ( -64 361 -20 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 64 488 12 ) ( 64 489 12 ) ( 65 488 12 ) asphalt [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 64 600 12 ) ( 65 600 12 ) ( 64 600 13 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 784 488 12 ) ( 784 488 13 ) ( 784 489 12 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 61 -{ -( -16 360 -16 ) ( -16 361 -16 ) ( -16 360 -15 ) skip [ 0 -1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 -( -64 360 -16 ) ( -64 360 -15 ) ( -63 360 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 -( -64 360 12 ) ( -63 360 12 ) ( -64 361 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 64 488 16 ) ( 64 489 16 ) ( 65 488 16 ) ground_greybrick [ -4.371139006309477e-08 -0.999999999999999 0 0 ] [ -0.999999999999999 4.371139006309477e-08 0 73 ] 90 0.5 0.5 -( 64 600 16 ) ( 65 600 16 ) ( 64 600 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 16 ] 0 1 1 -( 80 488 16 ) ( 80 488 17 ) ( 80 489 16 ) wall_concrete1 [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 1 1 -} -// brush 62 -{ -( -16 600 -16 ) ( -16 601 -16 ) ( -16 600 -15 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 16 ] 0 0.5 0.5 -( -64 600 -16 ) ( -64 600 -15 ) ( -63 600 -16 ) wall_concrete1 [ 1 0 0 0 ] [ 0 0 -1 16 ] 0 1 1 -( -64 600 12 ) ( -63 600 12 ) ( -64 601 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 -16 ] 0 0.5 0.5 -( 64 728 16 ) ( 64 729 16 ) ( 65 728 16 ) ground_greybrick [ 1 0 0 0 ] [ 0 -1 0 48 ] 0 0.5 0.5 -( 64 704 16 ) ( 65 704 16 ) ( 64 704 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 16 ] 0 1 1 -( 576 728 16 ) ( 576 728 17 ) ( 576 729 16 ) wall_concrete1 [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 63 -{ -( 736 600 -16 ) ( 736 601 -16 ) ( 736 600 -15 ) wall_concrete1 [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 144 600 -16 ) ( 144 600 -15 ) ( 145 600 -16 ) wall_concrete1 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 144 600 12 ) ( 145 600 12 ) ( 144 601 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 272 728 16 ) ( 272 729 16 ) ( 273 728 16 ) ground_greybrick [ 1 0 0 0 ] [ 0 -1 0 48 ] 0 0.5 0.5 -( 272 720 16 ) ( 273 720 16 ) ( 272 720 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 784 728 16 ) ( 784 728 17 ) ( 784 729 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 64 -{ -( 576 600 -20 ) ( 576 601 -20 ) ( 576 600 -19 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( -112 600 -20 ) ( -112 600 -19 ) ( -111 600 -20 ) skip [ 1 0 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( -112 600 -20 ) ( -111 600 -20 ) ( -112 601 -20 ) skip [ -1 0 0 -32 ] [ 0 -1 0 -32 ] 0 0.5 0.5 -( 16 728 12 ) ( 16 729 12 ) ( 17 728 12 ) asphalt [ 1 0 0 96 ] [ 0 -1 0 40 ] 0 0.5 0.5 -( 16 720 12 ) ( 17 720 12 ) ( 16 720 13 ) skip [ -1 0 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 736 728 12 ) ( 736 728 13 ) ( 736 729 12 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 65 -{ -( 64 336 24 ) ( 64 337 24 ) ( 64 336 25 ) redplaid [ 0 -1 0 0 ] [ 0 0 -1 8 ] 0 1 1 -( 56 344 24 ) ( 56 344 25 ) ( 57 344 24 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 8 ] 0 1 1 -( 56 336 24 ) ( 57 336 24 ) ( 56 337 24 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 80 360 152 ) ( 80 361 152 ) ( 81 360 152 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 80 352 32 ) ( 81 352 32 ) ( 80 352 33 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 8 ] 0 1 1 -( 72 360 32 ) ( 72 360 33 ) ( 72 361 32 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 8 ] 0 1 1 -} -// brush 66 -{ -( 56 336 16 ) ( 56 337 16 ) ( 56 336 17 ) redplaid [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 56 336 16 ) ( 56 336 17 ) ( 57 336 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 56 336 16 ) ( 57 336 16 ) ( 56 337 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 80 360 18 ) ( 80 361 18 ) ( 81 360 18 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 80 360 24 ) ( 81 360 24 ) ( 80 360 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 80 360 24 ) ( 80 360 25 ) ( 80 361 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 67 -{ -( 64 344 24 ) ( 56 336 18 ) ( 56 360 18 ) redplaid [ 0 -1.0000000000000002 0 0 ] [ 1.0000000000000002 0 0 -70.43137 ] 0 1 1 -( 72 344 24 ) ( 80 336 18 ) ( 56 336 18 ) redplaid [ 1.0000000000000002 0 0 0 ] [ 0 1.0000000000000002 0 -94.58823 ] 0 1 1 -( 80 336 18 ) ( 80 360 18 ) ( 56 360 18 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 64 352 24 ) ( 72 352 24 ) ( 72 344 24 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 72 352 24 ) ( 64 352 24 ) ( 56 360 18 ) redplaid [ -1.0000000000000002 0 0 0 ] [ 0 -1.0000000000000002 0 89.568634 ] 0 1 1 -( 72 352 24 ) ( 80 360 18 ) ( 80 336 18 ) redplaid [ 0 1.0000000000000002 0 0 ] [ -1.0000000000000002 0 0 68 ] 0 1 1 -} -// brush 68 -{ -( 60 336 152 ) ( 60 337 152 ) ( 60 336 153 ) redplaid [ 0 -1 0 24 ] [ 0 0 -1 8 ] 0 1 1 -( 56 340 152 ) ( 56 340 153 ) ( 57 340 152 ) redplaid [ 1 0 0 -8 ] [ 0 0 -1 8 ] 0 1 1 -( 56 336 152 ) ( 57 336 152 ) ( 56 337 152 ) redplaid [ -1 0 0 8 ] [ 0 -1 0 24 ] 0 1 1 -( 88 368 156 ) ( 88 369 156 ) ( 89 368 156 ) redplaid [ 1 0 0 -8 ] [ 0 -1 0 24 ] 0 1 1 -( 88 356 160 ) ( 89 356 160 ) ( 88 356 161 ) redplaid [ -1 0 0 8 ] [ 0 0 -1 8 ] 0 1 1 -( 76 368 160 ) ( 76 368 161 ) ( 76 369 160 ) redplaid [ 0 1 0 -24 ] [ 0 0 -1 8 ] 0 1 1 -} -// brush 69 -{ -( 64 344 186 ) ( 54 334 180 ) ( 54 362 180 ) redplaid [ 0 -1.0000000000000002 0 24 ] [ 1.0000000000000002 0 0 -200.0878 ] 0 1 1 -( 72 344 186 ) ( 82 334 180 ) ( 54 334 180 ) redplaid [ 1.0000000000000002 0 0 -8 ] [ 0 1.0000000000000002 0 -222 ] 0 1 1 -( 82 334 180 ) ( 82 362 180 ) ( 54 362 180 ) redplaid [ -1 0 0 8 ] [ 0 -1 0 24 ] 0 1 1 -( 64 352 186 ) ( 72 352 186 ) ( 72 344 186 ) redplaid [ 1 0 0 -8 ] [ 0 -1 0 24 ] 0 1 1 -( 54 362 180 ) ( 82 362 180 ) ( 72 352 186 ) redplaid [ -1.0000000000000002 0 0 8 ] [ 0 -1.0000000000000002 0 215.36586 ] 0 1 1 -( 72 352 186 ) ( 82 362 180 ) ( 82 334 180 ) redplaid [ 0 1.0000000000000002 0 -24 ] [ -1.0000000000000002 0 0 -62 ] 0 1 1 -} -// brush 70 -{ -( 60 354 156 ) ( 60 356 156 ) ( 54 362 180 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 56 360 180 ) ( 62 354 156 ) ( 60 354 156 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 62 354 156 ) ( 62 356 156 ) ( 60 356 156 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 56 360 180 ) ( 54 360 180 ) ( 54 362 180 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 60 356 156 ) ( 62 356 156 ) ( 56 362 180 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 56 362 180 ) ( 62 356 156 ) ( 62 354 156 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 71 -{ -( 60 340 156 ) ( 60 342 156 ) ( 54 336 180 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 56 334 180 ) ( 62 340 156 ) ( 60 340 156 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 62 340 156 ) ( 62 342 156 ) ( 60 342 156 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 56 334 180 ) ( 54 334 180 ) ( 54 336 180 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 60 342 156 ) ( 62 342 156 ) ( 56 336 180 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 56 336 180 ) ( 62 342 156 ) ( 62 340 156 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 72 -{ -( 74 342 156 ) ( 80 336 180 ) ( 80 334 180 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 80 334 180 ) ( 82 334 180 ) ( 76 340 156 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 76 342 156 ) ( 74 342 156 ) ( 74 340 156 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 80 336 180 ) ( 82 336 180 ) ( 82 334 180 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 76 342 156 ) ( 82 336 180 ) ( 80 336 180 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 76 342 156 ) ( 76 340 156 ) ( 82 334 180 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 73 -{ -( 74 356 156 ) ( 80 362 180 ) ( 80 360 180 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 80 360 180 ) ( 82 360 180 ) ( 76 354 156 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 76 356 156 ) ( 74 356 156 ) ( 74 354 156 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 80 362 180 ) ( 82 362 180 ) ( 82 360 180 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 76 356 156 ) ( 82 362 180 ) ( 80 362 180 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 76 356 156 ) ( 76 354 156 ) ( 82 360 180 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 74 -{ -( 80 360 16 ) ( 80 360 12 ) ( 80 368 12 ) clip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 80 360 16 ) ( 784 360 16 ) ( 784 360 12 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 784 360 12 ) ( 784 368 12 ) ( 80 368 12 ) clip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 80 368 12 ) ( 784 368 12 ) ( 784 360 16 ) clip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 784 360 16 ) ( 784 368 12 ) ( 784 360 12 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 75 -{ -( 400 104 16 ) ( 400 105 16 ) ( 400 104 17 ) redplaid [ 0 -1 0 -120 ] [ 0 0 -1 0 ] 0 1 1 -( 400 104 16 ) ( 400 104 17 ) ( 401 104 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 400 104 16 ) ( 401 104 16 ) ( 400 105 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 -( 448 136 96 ) ( 448 137 96 ) ( 449 136 96 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 -( 448 136 24 ) ( 449 136 24 ) ( 448 136 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 448 136 24 ) ( 448 136 25 ) ( 448 137 24 ) redplaid [ 0 1 0 120 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 76 -{ -( 328 136 16 ) ( 328 137 16 ) ( 328 136 17 ) skip [ 0 -1 0 8 ] [ 0 0 -1 0 ] 0 1 1 -( 328 136 16 ) ( 328 136 17 ) ( 329 136 16 ) surface_beige [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 328 136 4 ) ( 329 136 4 ) ( 328 137 4 ) skip [ -1 0 0 0 ] [ 0 -1 0 8 ] 0 1 1 -( 448 144 120 ) ( 448 145 120 ) ( 449 144 120 ) skip [ 1 0 0 0 ] [ 0 -1 0 8 ] 0 1 1 -( 448 264 24 ) ( 449 264 24 ) ( 448 264 25 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 488 144 24 ) ( 488 144 25 ) ( 488 145 24 ) skip [ 0 1 0 -8 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 77 -{ -( 80 600 16 ) ( 80 592 12 ) ( 80 600 12 ) clip [ -1.2246467991473532e-16 -1 0 0 ] [ 0 0 -1 0 ] 180 1 1 -( 784 592 12 ) ( 80 592 12 ) ( 80 600 16 ) clip [ -1 1.2246467991473532e-16 0 32 ] [ 1.2246467991473532e-16 1 0 0 ] 180 1 1 -( 80 600 12 ) ( 80 592 12 ) ( 784 592 12 ) clip [ 1 -1.2246467991473532e-16 0 -32 ] [ 1.2246467991473532e-16 1 0 0 ] 180 1 1 -( 784 600 16 ) ( 80 600 16 ) ( 80 600 12 ) clip [ -1 1.2246467991473532e-16 0 32 ] [ 0 0 -1 0 ] 180 1 1 -( 576 600 16 ) ( 576 600 12 ) ( 576 592 12 ) clip [ 1.2246467991473532e-16 1 0 0 ] [ 0 0 -1 0 ] 180 1 1 -} -// brush 78 -{ -( 80 936 16 ) ( 80 232 16 ) ( 80 232 12 ) clip [ -1.8369701987210297e-16 -1 0 56 ] [ 0 0 -1 0 ] 180 1 1 -( 80 360 16 ) ( 88 360 12 ) ( 80 360 12 ) clip [ 1 -1.8369701987210297e-16 0 23.999992 ] [ 0 0 -1 0 ] 180 1 1 -( 80 232 12 ) ( 88 232 12 ) ( 88 936 12 ) clip [ 1.8369701987210297e-16 1 0 -56 ] [ -1 1.8369701987210297e-16 0 -24 ] 270 1 1 -( 80 600 16 ) ( 80 600 12 ) ( 88 600 12 ) clip [ -1 1.8369701987210297e-16 0 -23.999992 ] [ 0 0 -1 0 ] 180 1 1 -( 88 936 12 ) ( 88 232 12 ) ( 80 232 16 ) clip [ -1.8369701987210297e-16 -1 0 56 ] [ -1 1.8369701987210297e-16 0 -24 ] 96.379364 1 1 -} -// brush 79 -{ -( 96 704 16 ) ( 96 705 16 ) ( 96 704 17 ) wall_brick [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 544 704 16 ) ( 544 704 17 ) ( 545 704 16 ) wall_brick [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 0.25 0.25 -( 544 704 12 ) ( 545 704 12 ) ( 544 705 12 ) skip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 0.25 0.25 -( 576 736 64 ) ( 576 737 64 ) ( 577 736 64 ) wall_brick [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 576 720 32 ) ( 577 720 32 ) ( 576 720 33 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 576 736 32 ) ( 576 736 33 ) ( 576 737 32 ) wall_brick [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 80 -{ -( 96 744 -20 ) ( 96 745 -20 ) ( 96 744 -19 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( -112 720 -20 ) ( -112 720 -19 ) ( -111 720 -20 ) skip [ 1 0 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( -112 744 -20 ) ( -111 744 -20 ) ( -112 745 -20 ) skip [ -1 0 0 -32 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 16 872 12 ) ( 16 873 12 ) ( 17 872 12 ) asphalt [ 1 0 0 96 ] [ 0 -1 0 108 ] 0 0.5 0.5 -( 16 1136 12 ) ( 17 1136 12 ) ( 16 1136 13 ) skip [ -1 0 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 736 872 12 ) ( 736 872 13 ) ( 736 873 12 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 81 -{ -( 736 712 -16 ) ( 736 713 -16 ) ( 736 712 -15 ) wall_concrete1 [ 0 -1 0 112 ] [ 0 0 -1 0 ] 0 1 1 -( 144 720 -16 ) ( 144 720 -15 ) ( 145 720 -16 ) wall_concrete1 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 144 712 12 ) ( 145 712 12 ) ( 144 713 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.5 0.5 -( 272 840 16 ) ( 272 841 16 ) ( 273 840 16 ) ground_greybrick [ 1 0 0 0 ] [ 0 -1 0 -112 ] 0 0.5 0.5 -( 272 864 16 ) ( 273 864 16 ) ( 272 864 17 ) wall_concrete1 [ -1 0 0 128 ] [ 0 0 -1 0 ] 0 1 1 -( 848 840 16 ) ( 848 840 17 ) ( 848 841 16 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 82 -{ -( 784 704 16 ) ( 784 705 16 ) ( 784 704 17 ) wall_brick [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1344 704 16 ) ( 1344 704 17 ) ( 1345 704 16 ) wall_brick [ 1 0 0 128 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1344 704 12 ) ( 1345 704 12 ) ( 1344 705 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 1376 736 64 ) ( 1376 737 64 ) ( 1377 736 64 ) wall_brick [ 1 0 0 128 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 1376 720 32 ) ( 1377 720 32 ) ( 1376 720 33 ) wall_brick [ -1 0 0 -128 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1168 736 32 ) ( 1168 736 33 ) ( 1168 737 32 ) wall_brick [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 83 -{ -( 736 728 -20 ) ( 736 729 -20 ) ( 736 728 -19 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 608 864 -20 ) ( 608 864 -19 ) ( 609 864 -20 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 608 728 -20 ) ( 609 728 -20 ) ( 608 729 -20 ) skip [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.5 0.5 -( 736 856 12 ) ( 736 857 12 ) ( 737 856 12 ) asphalt [ 1 0 0 64 ] [ 0 -1 0 76 ] 0 0.5 0.5 -( 736 1136 12 ) ( 737 1136 12 ) ( 736 1136 13 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 848 856 12 ) ( 848 856 13 ) ( 848 857 12 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 84 -{ -( 848 872 -16 ) ( 848 873 -16 ) ( 848 872 -15 ) wall_concrete1 [ 0 -1 0 272 ] [ 0 0 -1 0 ] 0 1 1 -( 304 800 -16 ) ( 304 800 -15 ) ( 305 800 -16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 -( 304 872 12 ) ( 305 872 12 ) ( 304 873 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.5 0.5 -( 432 1000 16 ) ( 432 1001 16 ) ( 433 1000 16 ) ground_greybrick [ 1 0 0 -96 ] [ 0 -1 0 -112 ] 0 0.5 0.5 -( 432 1136 16 ) ( 433 1136 16 ) ( 432 1136 17 ) skip [ -1 0 0 32 ] [ 0 0 -1 0 ] 0 1 1 -( 944 1000 16 ) ( 944 1000 17 ) ( 944 1001 16 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 85 -{ -( 736 600 16 ) ( 736 592 12 ) ( 736 600 12 ) clip [ -0 -1 0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 992 592 12 ) ( 288 592 12 ) ( 288 600 16 ) clip [ 1 0 -0 0 ] [ 0 -0.894427190999916 -0.447213595499958 0 ] 0 1 1 -( 288 600 12 ) ( 288 592 12 ) ( 992 592 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 992 600 16 ) ( 288 600 16 ) ( 288 600 12 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 784 600 16 ) ( 784 600 12 ) ( 784 592 12 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 86 -{ -( 576 1048 16 ) ( 576 344 16 ) ( 576 344 12 ) clip [ 0 -1 0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 576 600 16 ) ( 584 600 12 ) ( 576 600 12 ) clip [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 576 344 12 ) ( 584 344 12 ) ( 584 1048 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 576 704 16 ) ( 576 704 12 ) ( 584 704 12 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 584 1048 12 ) ( 584 344 12 ) ( 576 344 16 ) clip [ 0.894427190999916 0 -0.447213595499958 0 ] [ 0 -1 0 0 ] 0 1 1 -} -// brush 87 -{ -( 728 1048 12 ) ( 736 344 16 ) ( 728 344 12 ) clip [ 0.894427190999916 0 0.447213595499958 -29.020447 ] [ 0 -1 0 0 ] 0 1 1 -( 736 600 16 ) ( 736 600 12 ) ( 728 600 12 ) clip [ 1 0 0 -40 ] [ 0 0 -1 0 ] 0 1 1 -( 736 344 12 ) ( 728 1048 12 ) ( 728 344 12 ) clip [ -1 0 0 40 ] [ 0 -1 0 0 ] 0 1 1 -( 736 864 16 ) ( 728 864 12 ) ( 736 864 12 ) clip [ -1 0 0 40 ] [ 0 0 -1 0 ] 0 1 1 -( 736 1048 16 ) ( 736 344 12 ) ( 736 344 16 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 88 -{ -( 840 1312 12 ) ( 848 608 16 ) ( 840 608 12 ) clip [ 0.894427190999916 -0 0.447213595499958 0 ] [ -0 -1 0 0 ] 0 1 1 -( 848 864 16 ) ( 848 864 12 ) ( 840 864 12 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 848 608 12 ) ( 840 1312 12 ) ( 840 608 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 848 1136 16 ) ( 840 1136 12 ) ( 848 1136 12 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 848 1312 16 ) ( 848 608 12 ) ( 848 608 16 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 89 -{ -( 736 864 16 ) ( 736 864 12 ) ( 736 872 12 ) clip [ 0 -1 0 -8 ] [ 0 0 -1 0 ] 0 1 1 -( 144 864 16 ) ( 848 864 16 ) ( 848 864 12 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 848 864 12 ) ( 848 872 12 ) ( 144 872 12 ) clip [ -1 0 0 0 ] [ 0 -1 0 -8 ] 0 1 1 -( 144 872 12 ) ( 848 872 12 ) ( 848 864 16 ) clip [ 1 0 0 0 ] [ 0 -1 0 -8 ] 0 1 1 -( 848 864 16 ) ( 848 872 12 ) ( 848 864 12 ) clip [ 0 1 0 8 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 90 -{ -( 728 872 12 ) ( 736 864 16 ) ( 728 864 12 ) clip [ 0.894427190999916 -0 0.447213595499958 0 ] [ -0 -1 0 0 ] 0 1 1 -( 728 864 12 ) ( 736 864 16 ) ( 736 864 12 ) clip [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 736 864 12 ) ( 736 872 12 ) ( 728 872 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 728 872 12 ) ( 736 872 12 ) ( 736 864 16 ) clip [ 1 -0 0 0 ] [ -0 -0.894427190999916 0.447213595499958 0 ] 0 1 1 -( 736 864 16 ) ( 736 872 12 ) ( 736 864 12 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 91 -{ -( 728 592 12 ) ( 728 600 12 ) ( 736 600 16 ) clip [ 0.894427190999916 -0 0.447213595499958 0 ] [ -0 -1 0 0 ] 0 1 1 -( 728 592 12 ) ( 736 600 16 ) ( 736 592 12 ) clip [ 1 0 -0 0 ] [ 0 -0.894427190999916 -0.447213595499958 0 ] 0 1 1 -( 736 600 12 ) ( 728 592 12 ) ( 736 592 12 ) clip [ -1 0 -0 0 ] [ -0 -1 0 0 ] 0 1 1 -( 728 600 12 ) ( 736 600 12 ) ( 736 600 16 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 736 600 16 ) ( 736 600 12 ) ( 736 592 12 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 92 -{ -( 576 600 16 ) ( 576 592 12 ) ( 576 600 12 ) clip [ -0 -1 0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 584 592 12 ) ( 576 592 12 ) ( 576 600 16 ) clip [ 1 0 -0 0 ] [ 0 -0.894427190999916 -0.447213595499958 0 ] 0 1 1 -( 576 600 12 ) ( 576 592 12 ) ( 584 592 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 584 600 12 ) ( 576 600 16 ) ( 576 600 12 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 584 592 12 ) ( 576 600 16 ) ( 584 600 12 ) clip [ 0.894427190999916 0 -0.447213595499958 0 ] [ 0 -1 -0 0 ] 0 1 1 -} -// brush 93 -{ -( 576 704 16 ) ( 576 704 12 ) ( 576 712 12 ) clip [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 584 704 12 ) ( 576 704 12 ) ( 576 704 16 ) clip [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 576 704 12 ) ( 584 712 12 ) ( 576 712 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 584 712 12 ) ( 576 704 16 ) ( 576 712 12 ) clip [ 1 0 0 0 ] [ 0 -0.894427190999916 0.447213595499958 0 ] 0 1 1 -( 584 712 12 ) ( 584 704 12 ) ( 576 704 16 ) clip [ 0.894427190999916 0 -0.447213595499958 0 ] [ 0 -1 0 0 ] 0 1 1 -} -// brush 94 -{ -( 312 248 16 ) ( 312 249 16 ) ( 312 248 17 ) skip [ 0 -1 0 -48 ] [ 0 0 -1 0 ] 0 1 1 -( 312 256 16 ) ( 312 256 17 ) ( 313 256 16 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 -( 312 248 16 ) ( 313 248 16 ) ( 312 249 16 ) skip [ -1 0 0 24 ] [ 0 -1 0 -48 ] 0 1 1 -( 328 264 120 ) ( 328 265 120 ) ( 329 264 120 ) skip [ 1 0 0 -24 ] [ 0 -1 0 -48 ] 0 1 1 -( 328 264 24 ) ( 329 264 24 ) ( 328 264 25 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 328 264 24 ) ( 328 264 25 ) ( 328 265 24 ) skip [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 95 -{ -( 80 160 0 ) ( 80 161 0 ) ( 80 160 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 160 0 ) ( 80 160 1 ) ( 81 160 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 160 52 ) ( 81 160 52 ) ( 80 161 52 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 192 96 ) ( 112 193 96 ) ( 113 192 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 168 16 ) ( 113 168 16 ) ( 112 168 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 88 192 16 ) ( 88 192 17 ) ( 88 193 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 96 -{ -( 80 48 0 ) ( 80 49 0 ) ( 80 48 1 ) surface_green [ 0 -1 0 -32 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 48 0 ) ( 80 48 1 ) ( 81 48 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 48 52 ) ( 81 48 52 ) ( 80 49 52 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.5 0.5 -( 112 80 96 ) ( 112 81 96 ) ( 113 80 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.5 0.5 -( 112 56 16 ) ( 113 56 16 ) ( 112 56 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 88 80 16 ) ( 88 80 17 ) ( 88 81 16 ) surface_green [ 0 1 0 32 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 97 -{ -( 72 -248 88 ) ( 72 -247 88 ) ( 72 -248 89 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 -63.999992 ] 90 0.5 0.5 -( 80 -64 88 ) ( 80 -64 89 ) ( 81 -64 88 ) surface_green_edge [ -4.371139006309477e-08 0 -0.999999999999999 -32 ] [ -0.999999999999999 0 4.371139006309477e-08 16 ] 90 0.5 0.5 -( 80 -248 104 ) ( 81 -248 104 ) ( 80 -247 104 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 -( 112 -216 112 ) ( 112 -215 112 ) ( 113 -216 112 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 -( 112 -48 104 ) ( 113 -48 104 ) ( 112 -48 105 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 -( 312 -216 104 ) ( 312 -216 105 ) ( 312 -215 104 ) surface_green_edge [ 0 -4.371139006309477e-08 -0.999999999999999 32 ] [ 0 -0.999999999999999 4.371139006309477e-08 16.000008 ] 90 0.5 0.5 -} -// brush 98 -{ -( 224 8 16 ) ( 224 9 16 ) ( 224 8 17 ) redplaid [ 0 -1 0 -120 ] [ 0 0 -1 0 ] 0 1 1 -( 224 104 16 ) ( 224 104 17 ) ( 225 104 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 224 8 16 ) ( 225 8 16 ) ( 224 9 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 -( 248 96 48 ) ( 248 97 48 ) ( 249 96 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 -( 248 136 24 ) ( 249 136 24 ) ( 248 136 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 312 96 24 ) ( 312 96 25 ) ( 312 97 24 ) redplaid [ 0 1 0 120 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 99 -{ -( 80 -56 48 ) ( 80 -55 48 ) ( 80 -56 49 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 -15.999992 ] 90 0.5 0.5 -( 80 -56 48 ) ( 80 -56 49 ) ( 81 -56 48 ) surface_green_edge [ -4.371139006309477e-08 0 -0.999999999999999 -32 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 -56 120 ) ( 81 -56 120 ) ( 80 -55 120 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 112 -24 144 ) ( 112 -23 144 ) ( 113 -24 144 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 112 -48 64 ) ( 113 -48 64 ) ( 112 -48 65 ) skip [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 312 -24 64 ) ( 312 -24 65 ) ( 312 -23 64 ) surface_green [ 0 1 0 -16 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -} -// brush 100 -{ -( 80 -56 0 ) ( 80 -55 0 ) ( 80 -56 1 ) surface_green [ 0 -1 0 16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 -56 0 ) ( 80 -56 1 ) ( 81 -56 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 -56 48 ) ( 81 -56 48 ) ( 80 -55 48 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 112 -24 96 ) ( 112 -23 96 ) ( 113 -24 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 112 -48 16 ) ( 113 -48 16 ) ( 112 -48 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 88 -24 16 ) ( 88 -24 17 ) ( 88 -23 16 ) surface_green [ 0 1 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 101 -{ -( 224 -48 16 ) ( 224 -47 16 ) ( 224 -48 17 ) redplaid [ 0 -1 0 -120 ] [ 0 0 -1 0 ] 0 1 1 -( 224 -48 16 ) ( 224 -48 17 ) ( 225 -48 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 224 -48 16 ) ( 225 -48 16 ) ( 224 -47 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 -( 248 40 48 ) ( 248 41 48 ) ( 249 40 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 -( 248 64 24 ) ( 249 64 24 ) ( 248 64 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 248 40 24 ) ( 248 40 25 ) ( 248 41 24 ) redplaid [ 0 1 0 120 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 102 -{ -( 72 -248 128 ) ( 72 -247 128 ) ( 72 -248 129 ) surface_green [ 0 -1 0 8 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( 80 -64 128 ) ( 80 -64 129 ) ( 81 -64 128 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( 80 -248 144 ) ( 81 -248 144 ) ( 80 -247 144 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 -( 112 -216 152 ) ( 112 -215 152 ) ( 113 -216 152 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 112 -48 144 ) ( 113 -48 144 ) ( 112 -48 145 ) skip [ -1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( 312 -216 144 ) ( 312 -216 145 ) ( 312 -215 144 ) surface_green [ 0 1 0 -8 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -} -// brush 103 -{ -( 80 -56 0 ) ( 80 -55 0 ) ( 80 -56 1 ) surface_green [ 0 -1 0 16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 -56 0 ) ( 80 -56 1 ) ( 81 -56 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 -56 16 ) ( 81 -56 16 ) ( 80 -55 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 112 -24 52 ) ( 112 -23 52 ) ( 113 -24 52 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 112 -48 16 ) ( 113 -48 16 ) ( 112 -48 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 224 -24 16 ) ( 224 -24 17 ) ( 224 -23 16 ) surface_green [ 0 1 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 104 -{ -( 224 -56 0 ) ( 224 -55 0 ) ( 224 -56 1 ) surface_green [ 0 -1 0 16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 224 -56 0 ) ( 224 -56 1 ) ( 225 -56 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 224 -56 16 ) ( 225 -56 16 ) ( 224 -55 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 256 -24 96 ) ( 256 -23 96 ) ( 257 -24 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 256 -48 16 ) ( 257 -48 16 ) ( 256 -48 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 312 -24 16 ) ( 312 -24 17 ) ( 312 -23 16 ) surface_green [ 0 1 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 105 -{ -( 80 -56 -8 ) ( 80 -55 -8 ) ( 80 -56 -7 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 16 ] [ 0 0.999999999999999 4.371139006309477e-08 -15.999992 ] 90 0.5 0.5 -( 176 -56 -8 ) ( 176 -56 -7 ) ( 177 -56 -8 ) surface_green_edge [ -4.371139006309477e-08 0 -0.999999999999999 16 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 176 -56 96 ) ( 177 -56 96 ) ( 176 -55 96 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 208 -24 104 ) ( 208 -23 104 ) ( 209 -24 104 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 208 -48 8 ) ( 209 -48 8 ) ( 208 -48 9 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 312 -24 8 ) ( 312 -24 9 ) ( 312 -23 8 ) surface_green [ 0 1 0 -16 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -} -// brush 106 -{ -( 944 584 -20 ) ( 944 585 -20 ) ( 944 584 -19 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 816 720 -20 ) ( 816 720 -19 ) ( 817 720 -20 ) skip [ 1 0 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 816 584 -20 ) ( 817 584 -20 ) ( 816 585 -20 ) skip [ -1 0 0 -32 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 944 712 12 ) ( 944 713 12 ) ( 945 712 12 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 944 800 12 ) ( 945 800 12 ) ( 944 800 13 ) skip [ -1 0 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1408 712 12 ) ( 1408 712 13 ) ( 1408 713 12 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 107 -{ -( 848 792 -16 ) ( 848 793 -16 ) ( 848 792 -15 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 304 720 -16 ) ( 304 720 -15 ) ( 305 720 -16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 -( 304 792 12 ) ( 305 792 12 ) ( 304 793 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 432 920 16 ) ( 432 921 16 ) ( 433 920 16 ) ground_greybrick [ 1 0 0 -96 ] [ 0 -1 0 -16 ] 0 0.5 0.5 -( 432 800 16 ) ( 433 800 16 ) ( 432 800 17 ) skip [ -1 0 0 32 ] [ 0 0 -1 0 ] 0 1 1 -( 944 920 16 ) ( 944 920 17 ) ( 944 921 16 ) wall_concrete1 [ 0 1 0 0 ] [ 0 0 -1 -32 ] 0 1 1 -} -// brush 108 -{ -( 80 256 40 ) ( 80 257 40 ) ( 80 256 41 ) surface_green [ 0 4.371139006309477e-08 -0.999999999999999 -47.999954 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 256 40 ) ( 80 256 41 ) ( 81 256 40 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -56 ] 0 0.5 0.5 -( 80 256 112 ) ( 81 256 112 ) ( 80 257 112 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 288 120 ) ( 112 289 120 ) ( 113 288 120 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 264 56 ) ( 113 264 56 ) ( 112 264 57 ) surface_green [ 4.371139006309477e-08 0 -0.999999999999999 -47.999954 ] [ 0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 312 288 56 ) ( 312 288 57 ) ( 312 289 56 ) skip [ 0 1 0 0 ] [ 0 0 -1 -56 ] 0 0.5 0.5 -} -// brush 109 -{ -( 80 -56 40 ) ( 80 -55 40 ) ( 80 -56 41 ) surface_green [ 0 4.371139006309477e-08 -0.999999999999999 -48 ] [ 0 0.999999999999999 4.371139006309477e-08 -16 ] 90 0.5 0.5 -( 80 -56 40 ) ( 80 -56 41 ) ( 81 -56 40 ) surface_green [ -4.371139006309477e-08 0 -0.999999999999999 -48.000015 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 -56 112 ) ( 81 -56 112 ) ( 80 -55 112 ) skip [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 112 -24 120 ) ( 112 -23 120 ) ( 113 -24 120 ) skip [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 112 -48 56 ) ( 113 -48 56 ) ( 112 -48 57 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -56 ] 0 0.5 0.5 -( 312 -24 56 ) ( 312 -24 57 ) ( 312 -23 56 ) skip [ 0 1 0 -16 ] [ 0 0 -1 -56 ] 0 0.5 0.5 -} -// brush 110 -{ -( 312 -32 120 ) ( 312 -32 112 ) ( 312 16 120 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -15.9999695 ] [ 0 0.9999999999999866 1.6292067950285372e-07 47.999992 ] 90 0.5 0.5 -( 320 -32 120 ) ( 320 -32 112 ) ( 312 -32 120 ) skip [ 1 0 0 -16 ] [ 0 0 -1 16 ] 0 1 1 -( 312 16 104 ) ( 312 -32 104 ) ( 320 16 104 ) skip [ 1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 320 16 120 ) ( 320 -32 120 ) ( 312 16 120 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 312 16 120 ) ( 312 16 112 ) ( 320 16 120 ) skip [ -1 0 0 16 ] [ 0 0 -1 16 ] 0 1 1 -( 320 16 120 ) ( 320 16 112 ) ( 320 -32 120 ) skip [ 0 1 0 48 ] [ 0 0 -1 48 ] 0 0.5 0.5 -} -// brush 111 -{ -( 312 -56 16 ) ( 312 -40 16 ) ( 312 -56 32 ) surface_beige_corner [ 0 -1.3113417006681922e-07 0.9999999999999913 32 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 -32 ] 270 0.5 0.5 -( 312 -48 32 ) ( 320 -48 32 ) ( 312 -48 16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 320 -56 16 ) ( 320 -40 16 ) ( 312 -56 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 -( 312 -56 32 ) ( 312 -40 32 ) ( 320 -56 32 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 -40 32 ) ( 312 -40 16 ) ( 320 -40 32 ) skip [ 1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 320 -56 32 ) ( 320 -40 32 ) ( 320 -56 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 112 -{ -( 312 152 32 ) ( 312 24 32 ) ( 312 152 16 ) surface_beige_corner [ 0 -0.9999999999999997 -1.224647977550801e-16 0 ] [ -0 1.224647977550801e-16 -0.9999999999999997 32 ] 0 0.5 0.5 -( 320 248 16 ) ( 312 248 16 ) ( 320 248 32 ) skip [ 0.9999999999999957 0 8.742277997596912e-08 16 ] [ -8.742277997596912e-08 0 0.9999999999999957 0 ] 180 0.5 0.5 -( 312 152 16 ) ( 312 24 16 ) ( 320 152 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 1 1 -( 320 152 32 ) ( 320 24 32 ) ( 312 152 32 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 0 0.5 0.5 -( 312 256 16 ) ( 320 256 16 ) ( 312 256 32 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 152 16 ) ( 320 24 16 ) ( 320 152 32 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 113 -{ -( 312 152 48 ) ( 312 24 48 ) ( 312 152 32 ) surface_beige_edge [ 0 -0.9999999999999998 0 0 ] [ 0 0 -0.9999999999999998 -32 ] 0 0.5 0.5 -( 320 248 32 ) ( 312 248 32 ) ( 320 248 48 ) skip [ 0.9999999999999957 0 8.742277997596912e-08 16 ] [ -8.742277997596912e-08 0 0.9999999999999957 -32 ] 180 0.5 0.5 -( 312 152 32 ) ( 312 24 32 ) ( 320 152 32 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 1 1 -( 320 152 104 ) ( 320 24 104 ) ( 312 152 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 0 0.5 0.5 -( 312 256 32 ) ( 320 256 32 ) ( 312 256 48 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 152 32 ) ( 320 24 32 ) ( 320 152 48 ) skip [ 0 1 0 32 ] [ 0 0 -1 32 ] 0 0.5 0.5 -} -// brush 114 -{ -( 312 152 120 ) ( 312 24 120 ) ( 312 152 104 ) surface_beige_corner [ 0 1.6292067950285372e-07 -0.9999999999999866 48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 -( 320 248 104 ) ( 312 248 104 ) ( 320 248 120 ) skip [ 0.9999999999999957 0 8.742277997596912e-08 16 ] [ -8.742277997596912e-08 0 0.9999999999999957 -48 ] 180 0.5 0.5 -( 312 152 104 ) ( 312 24 104 ) ( 320 152 104 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 1 1 -( 320 152 120 ) ( 320 24 120 ) ( 312 152 120 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 0 0.5 0.5 -( 312 256 104 ) ( 320 256 104 ) ( 312 256 120 ) skip [ -1 0 0 0 ] [ 0 0 -1 32 ] 0 0.25 0.25 -( 320 152 104 ) ( 320 24 104 ) ( 320 152 120 ) skip [ 0 1 0 32 ] [ 0 0 -1 48 ] 0 0.5 0.5 -} -// brush 115 -{ -( 80 -48 40 ) ( 80 -47 40 ) ( 80 -48 41 ) surface_green [ 0 4.371139006309477e-08 -0.999999999999999 -48 ] [ 0 0.999999999999999 4.371139006309477e-08 -32 ] 90 0.5 0.5 -( 80 -48 40 ) ( 80 -48 41 ) ( 81 -48 40 ) skip [ -4.371139006309477e-08 0 -0.999999999999999 -48 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 -48 112 ) ( 81 -48 112 ) ( 80 -47 112 ) skip [ -1 0 0 0 ] [ 0 -1 0 32 ] 0 0.5 0.5 -( 112 -16 120 ) ( 112 -15 120 ) ( 113 -16 120 ) skip [ 1 0 0 0 ] [ 0 -1 0 32 ] 0 0.5 0.5 -( 112 256 56 ) ( 113 256 56 ) ( 112 256 57 ) skip [ -1 0 0 0 ] [ 0 0 -1 -56 ] 0 0.5 0.5 -( 88 -16 56 ) ( 88 -16 57 ) ( 88 -15 56 ) surface_green [ 0 1 0 -32 ] [ 0 0 -1 -56 ] 0 0.5 0.5 -} -// brush 116 -{ -( 944 800 0 ) ( 944 801 0 ) ( 944 800 1 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 944 800 0 ) ( 944 800 1 ) ( 945 800 0 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 -( 944 800 0 ) ( 945 800 0 ) ( 944 801 0 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 -( 992 848 16 ) ( 992 849 16 ) ( 993 848 16 ) floor_checkertiles [ 1 0 0 -32 ] [ 0 -1 0 -32 ] 0 0.25 0.25 -( 992 1024 16 ) ( 993 1024 16 ) ( 992 1024 17 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 -( 1264 848 16 ) ( 1264 848 17 ) ( 1264 849 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 117 -{ -( 944 800 16 ) ( 944 801 16 ) ( 944 800 17 ) redplaid [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 944 800 16 ) ( 944 800 17 ) ( 945 800 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 944 800 16 ) ( 945 800 16 ) ( 944 801 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 952 840 96 ) ( 952 841 96 ) ( 953 840 96 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 952 824 24 ) ( 953 824 24 ) ( 952 824 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 952 840 24 ) ( 952 840 25 ) ( 952 841 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 118 -{ -( 944 872 16 ) ( 944 873 16 ) ( 944 872 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 944 872 16 ) ( 944 872 17 ) ( 945 872 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 944 872 16 ) ( 945 872 16 ) ( 944 873 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 952 912 112 ) ( 952 913 112 ) ( 953 912 112 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 952 888 24 ) ( 953 888 24 ) ( 952 888 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 952 912 24 ) ( 952 912 25 ) ( 952 913 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 119 -{ -( 944 848 32 ) ( 944 849 32 ) ( 944 848 33 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 944 800 32 ) ( 944 800 33 ) ( 945 800 32 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 944 848 96 ) ( 945 848 96 ) ( 944 849 96 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 952 888 112 ) ( 952 889 112 ) ( 953 888 112 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 952 872 40 ) ( 953 872 40 ) ( 952 872 41 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 952 888 40 ) ( 952 888 41 ) ( 952 889 40 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 120 -{ -( 944 888 16 ) ( 944 889 16 ) ( 944 888 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 944 888 16 ) ( 944 888 17 ) ( 945 888 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 944 888 16 ) ( 945 888 16 ) ( 944 889 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 952 928 48 ) ( 952 929 48 ) ( 953 928 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 952 992 24 ) ( 953 992 24 ) ( 952 992 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 952 928 24 ) ( 952 928 25 ) ( 952 929 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 121 -{ -( 944 888 16 ) ( 944 889 16 ) ( 944 888 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 944 888 16 ) ( 944 888 17 ) ( 945 888 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 944 888 96 ) ( 945 888 96 ) ( 944 889 96 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 952 928 112 ) ( 952 929 112 ) ( 953 928 112 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 952 992 24 ) ( 953 992 24 ) ( 952 992 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 952 928 24 ) ( 952 928 25 ) ( 952 929 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 122 -{ -( 944 992 16 ) ( 944 993 16 ) ( 944 992 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 944 992 16 ) ( 944 992 17 ) ( 945 992 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 944 992 16 ) ( 945 992 16 ) ( 944 993 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 952 1032 112 ) ( 952 1033 112 ) ( 953 1032 112 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 952 1024 24 ) ( 953 1024 24 ) ( 952 1024 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 952 1032 24 ) ( 952 1032 25 ) ( 952 1033 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 123 -{ -( 224 260 52 ) ( 224 261 52 ) ( 224 260 53 ) skip [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 284 260 52 ) ( 284 260 53 ) ( 285 260 52 ) skip [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 284 260 52 ) ( 285 260 52 ) ( 284 261 52 ) skip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 296 262 96 ) ( 296 263 96 ) ( 297 262 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 296 262 54 ) ( 297 262 54 ) ( 296 262 55 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 296 262 54 ) ( 296 262 55 ) ( 296 263 54 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 124 -{ -( 88 260 52 ) ( 88 261 52 ) ( 88 260 53 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 148 260 52 ) ( 148 260 53 ) ( 149 260 52 ) skip [ 1 0 0 8 ] [ 0 0 -1 0 ] 0 1 1 -( 148 260 52 ) ( 149 260 52 ) ( 148 261 52 ) skip [ -1 0 0 -8 ] [ 0 -1 0 0 ] 0 1 1 -( 160 262 96 ) ( 160 263 96 ) ( 161 262 96 ) skip [ 1 0 0 8 ] [ 0 -1 0 0 ] 0 1 1 -( 160 262 54 ) ( 161 262 54 ) ( 160 262 55 ) skip [ -1 0 0 -8 ] [ 0 0 -1 0 ] 0 1 1 -( 144 262 54 ) ( 144 262 55 ) ( 144 263 54 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 125 -{ -( 82 246 52 ) ( 82 247 52 ) ( 82 246 53 ) skip [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 82 168 52 ) ( 82 168 53 ) ( 83 168 52 ) skip [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 82 246 52 ) ( 83 246 52 ) ( 82 247 52 ) skip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 84 256 96 ) ( 84 257 96 ) ( 85 256 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 84 256 54 ) ( 85 256 54 ) ( 84 256 55 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 84 256 54 ) ( 84 256 55 ) ( 84 257 54 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 126 -{ -( 82 136 52 ) ( 82 137 52 ) ( 82 136 53 ) skip [ 0 -1 0 -46 ] [ 0 0 -1 0 ] 0 1 1 -( 82 56 52 ) ( 82 56 53 ) ( 83 56 52 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 82 136 52 ) ( 83 136 52 ) ( 82 137 52 ) skip [ -1 0 0 0 ] [ 0 -1 0 -46 ] 0 1 1 -( 84 146 96 ) ( 84 147 96 ) ( 85 146 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 -46 ] 0 1 1 -( 84 160 54 ) ( 85 160 54 ) ( 84 160 55 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 84 146 54 ) ( 84 146 55 ) ( 84 147 54 ) skip [ 0 1 0 46 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 127 -{ -( 82 24 52 ) ( 82 25 52 ) ( 82 24 53 ) skip [ 0 -1 0 -30 ] [ 0 0 -1 0 ] 0 1 1 -( 82 -48 52 ) ( 82 -48 53 ) ( 83 -48 52 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 82 24 52 ) ( 83 24 52 ) ( 82 25 52 ) skip [ -1 0 0 0 ] [ 0 -1 0 -30 ] 0 1 1 -( 84 34 96 ) ( 84 35 96 ) ( 85 34 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 -30 ] 0 1 1 -( 84 48 54 ) ( 85 48 54 ) ( 84 48 55 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 84 34 54 ) ( 84 34 55 ) ( 84 35 54 ) skip [ 0 1 0 30 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 128 -{ -( 88 -54 52 ) ( 88 -53 52 ) ( 88 -54 53 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 88 -54 52 ) ( 88 -54 53 ) ( 89 -54 52 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 88 -54 52 ) ( 89 -54 52 ) ( 88 -53 52 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 96 -52 96 ) ( 96 -51 96 ) ( 97 -52 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 96 -52 54 ) ( 97 -52 54 ) ( 96 -52 55 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 224 -52 54 ) ( 224 -52 55 ) ( 224 -51 54 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -} -// entity 1 -{ -"classname" "func_group" -"_tb_type" "_tb_group" -"_tb_name" "motelroomlayout" -"_tb_id" "4" -"_tb_linked_group_id" "{64d2ce3b-d5a0-495e-b5f7-459c62d5e742}" -"_tb_transformation" "1 0 0 0 0 1 0 -72 0 0 1 0 0 0 0 1" -// brush 0 -{ -( 1186 1124 16 ) ( 1186 1125 16 ) ( 1186 1124 17 ) clip [ 0 -1 0 -28 ] [ 0 0 -1 0 ] 0 1 1 -( 1180 1126 16 ) ( 1180 1126 17 ) ( 1181 1126 16 ) clip [ 1 0 0 20 ] [ 0 0 -1 0 ] 0 1 1 -( 1180 1124 16 ) ( 1181 1124 16 ) ( 1180 1125 16 ) clip [ -1 0 0 -20 ] [ 0 -1 0 -28 ] 0 1 1 -( 1276 1220 44 ) ( 1276 1221 44 ) ( 1277 1220 44 ) clip [ 1 0 0 20 ] [ 0 -1 0 -28 ] 0 1 1 -( 1276 1208 32 ) ( 1277 1208 32 ) ( 1276 1208 33 ) clip [ -1 0 0 -20 ] [ 0 0 -1 0 ] 0 1 1 -( 1256 1220 32 ) ( 1256 1220 33 ) ( 1256 1221 32 ) clip [ 0 1 0 28 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 1 -{ -( 944 1112 16 ) ( 944 1113 16 ) ( 944 1112 17 ) skip [ 0 -1 0 -48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 952 1112 16 ) ( 952 1112 17 ) ( 953 1112 16 ) surface_beige [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 952 1112 16 ) ( 953 1112 16 ) ( 952 1113 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 1000 1120 80 ) ( 1000 1121 80 ) ( 1001 1120 80 ) skip [ 1 0 0 0 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 1000 1120 24 ) ( 1001 1120 24 ) ( 1000 1120 25 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 992 1120 24 ) ( 992 1120 25 ) ( 992 1121 24 ) surface_beige_edge [ 0 1 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 2 -{ -( 1074 1124 16 ) ( 1074 1125 16 ) ( 1074 1124 17 ) clip [ 0 -1 0 -28 ] [ 0 0 -1 0 ] 0 1 1 -( 1068 1126 16 ) ( 1068 1126 17 ) ( 1069 1126 16 ) clip [ 1 0 0 4 ] [ 0 0 -1 0 ] 0 1 1 -( 1068 1124 16 ) ( 1069 1124 16 ) ( 1068 1125 16 ) clip [ -1 0 0 -4 ] [ 0 -1 0 -28 ] 0 1 1 -( 1164 1220 44 ) ( 1164 1221 44 ) ( 1165 1220 44 ) clip [ 1 0 0 4 ] [ 0 -1 0 -28 ] 0 1 1 -( 1164 1208 32 ) ( 1165 1208 32 ) ( 1164 1208 33 ) clip [ -1 0 0 -4 ] [ 0 0 -1 0 ] 0 1 1 -( 1144 1220 32 ) ( 1144 1220 33 ) ( 1144 1221 32 ) clip [ 0 1 0 28 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 3 -{ -( 992 1112 16 ) ( 992 1113 16 ) ( 992 1112 17 ) skip [ 0 -1 0 -48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1000 1112 16 ) ( 1000 1112 17 ) ( 1001 1112 16 ) surface_beige [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1000 1112 80 ) ( 1001 1112 80 ) ( 1000 1113 80 ) surface_beige_edge [ 4.371138994063005e-08 0.9999999999999989 0 16 ] [ -0.9999999999999989 4.371138994063005e-08 0 0 ] 270 0.5 0.5 -( 1048 1120 96 ) ( 1048 1121 96 ) ( 1049 1120 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 1048 1120 24 ) ( 1049 1120 24 ) ( 1048 1120 25 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1040 1120 24 ) ( 1040 1120 25 ) ( 1040 1121 24 ) skip [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 4 -{ -( 1148 1188 16 ) ( 1148 1189 16 ) ( 1148 1188 17 ) clip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1148 1188 16 ) ( 1148 1188 17 ) ( 1149 1188 16 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1148 1188 16 ) ( 1149 1188 16 ) ( 1148 1189 16 ) clip [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.25 0.25 -( 1180 1208 34 ) ( 1180 1209 34 ) ( 1181 1208 34 ) clip [ 1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.25 0.25 -( 1180 1208 20 ) ( 1181 1208 20 ) ( 1180 1208 21 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1182 1208 20 ) ( 1182 1208 21 ) ( 1182 1209 20 ) clip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 5 -{ -( 944 1016 0 ) ( 944 1017 0 ) ( 944 1016 1 ) skip [ 0 -1 0 -48 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -( 1024 1024 0 ) ( 1024 1024 1 ) ( 1025 1024 0 ) skip [ 1 0 0 32 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -( 1024 1016 0 ) ( 1025 1016 0 ) ( 1024 1017 0 ) skip [ -1 0 0 -32 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 1056 1064 16 ) ( 1056 1065 16 ) ( 1057 1064 16 ) carpet_dullgreen [ 1 0 0 96 ] [ 0 -1 0 -112 ] 0 0.5 0.5 -( 1056 1208 16 ) ( 1057 1208 16 ) ( 1056 1208 17 ) skip [ -1 0 0 -32 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -( 1296 1064 16 ) ( 1296 1064 17 ) ( 1296 1065 16 ) skip [ 0 1 0 48 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -} -// brush 6 -{ -( 1128 1024 16 ) ( 1128 1025 16 ) ( 1128 1024 17 ) clip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1104 1024 16 ) ( 1104 1024 17 ) ( 1105 1024 16 ) clip [ 1 0 0 32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1104 1024 16 ) ( 1105 1024 16 ) ( 1104 1025 16 ) clip [ -1 0 0 -32 ] [ 0 -1 0 -32 ] 0 0.25 0.25 -( 1176 1056 48 ) ( 1176 1057 48 ) ( 1177 1056 48 ) clip [ 1 0 0 32 ] [ 0 -1 0 -32 ] 0 0.25 0.25 -( 1176 1048 24 ) ( 1177 1048 24 ) ( 1176 1048 25 ) clip [ -1 0 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1192 1056 24 ) ( 1192 1056 25 ) ( 1192 1057 24 ) clip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 7 -{ -( 1040 1160 32 ) ( 1040 1161 32 ) ( 1040 1160 33 ) skip [ 0 -1 0 -48 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -( 1040 1112 32 ) ( 1040 1112 33 ) ( 1041 1112 32 ) surface_beige_edge [ -0.9999999999999961 0 8.742278000372473e-08 -16 ] [ 8.742278000372473e-08 0 0.9999999999999961 32 ] 180 0.5 0.5 -( 1040 1160 80 ) ( 1041 1160 80 ) ( 1040 1161 80 ) skip [ -1 0 0 0 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 1048 1200 96 ) ( 1048 1201 96 ) ( 1049 1200 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 1048 1120 40 ) ( 1049 1120 40 ) ( 1048 1120 41 ) skip [ -1 0 0 0 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -( 1048 1200 40 ) ( 1048 1200 41 ) ( 1048 1201 40 ) surface_beige_edge [ 0 1 0 16 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -} -// brush 8 -{ -( 1040 1168 16 ) ( 1040 1169 16 ) ( 1040 1168 17 ) surface_beige [ 0 -1 0 -48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1040 1120 16 ) ( 1040 1120 17 ) ( 1041 1120 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1040 1168 16 ) ( 1041 1168 16 ) ( 1040 1169 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 1048 1208 96 ) ( 1048 1209 96 ) ( 1049 1208 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 1048 1208 24 ) ( 1049 1208 24 ) ( 1048 1208 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1048 1208 24 ) ( 1048 1208 25 ) ( 1048 1209 24 ) surface_beige [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 9 -{ -( 944 1112 16 ) ( 944 1113 16 ) ( 944 1112 17 ) skip [ 0 -1 0 -48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 944 1112 16 ) ( 944 1112 17 ) ( 945 1112 16 ) surface_beige [ 1 0 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 944 1112 80 ) ( 945 1112 80 ) ( 944 1113 80 ) skip [ -1 0 0 -48 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 992 1120 96 ) ( 992 1121 96 ) ( 993 1120 96 ) skip [ 1 0 0 48 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 992 1120 24 ) ( 993 1120 24 ) ( 992 1120 25 ) surface_beige [ -1 0 0 -48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 992 1120 24 ) ( 992 1120 25 ) ( 992 1121 24 ) skip [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 10 -{ -( 1040 1160 16 ) ( 1040 1161 16 ) ( 1040 1160 17 ) surface_beige_edge [ 0 0.9999999999999961 8.742278000372473e-08 16 ] [ 0 -8.742278000372473e-08 0.9999999999999961 0 ] 180 0.5 0.5 -( 1040 1112 16 ) ( 1040 1112 17 ) ( 1041 1112 16 ) surface_beige_edge [ -0.9999999999999961 0 8.742278000372473e-08 -16 ] [ 8.742278000372473e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 -( 1040 1160 16 ) ( 1041 1160 16 ) ( 1040 1161 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 1048 1200 80 ) ( 1048 1201 80 ) ( 1049 1200 80 ) skip [ 1 0 0 0 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 1048 1120 24 ) ( 1049 1120 24 ) ( 1048 1120 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1048 1200 24 ) ( 1048 1200 25 ) ( 1048 1201 24 ) surface_beige_edge [ 0 1 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -} diff --git a/maps/autosave/cafemotel.8.map.import b/maps/autosave/cafemotel.8.map.import deleted file mode 100644 index f47d565..0000000 --- a/maps/autosave/cafemotel.8.map.import +++ /dev/null @@ -1,14 +0,0 @@ -[remap] - -importer="func_godot.map" -type="Resource" -uid="uid://ddxvcex0hc0b6" -path="res://.godot/imported/cafemotel.8.map-15104dba74e9cec2e6122b8eb18ca6b4.tres" - -[deps] - -source_file="res://maps/autosave/cafemotel.8.map" -dest_files=["res://.godot/imported/cafemotel.8.map-15104dba74e9cec2e6122b8eb18ca6b4.tres"] - -[params] - diff --git a/maps/autosave/cafemotel.9.map b/maps/autosave/cafemotel.9.map deleted file mode 100644 index a072dbd..0000000 --- a/maps/autosave/cafemotel.9.map +++ /dev/null @@ -1,1268 +0,0 @@ -// Game: maskmaker -// Format: Valve -// entity 0 -{ -"mapversion" "220" -"classname" "worldspawn" -// brush 0 -{ -( -16 -184 -16 ) ( -16 -183 -16 ) ( -16 -184 -15 ) skip [ 0 -1 0 32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( -64 -184 -16 ) ( -64 -184 -15 ) ( -63 -184 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( -64 -184 -16 ) ( -63 -184 -16 ) ( -64 -183 -16 ) skip [ -1 0 0 0 ] [ 0 -1 0 32 ] 0 0.25 0.25 -( 64 -56 16 ) ( 64 -55 16 ) ( 65 -56 16 ) ground_cobblestone1 [ 1 0 0 0 ] [ 0 -1 0 120 ] 0 0.25 0.25 -( 64 -56 16 ) ( 65 -56 16 ) ( 64 -56 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 784 -56 16 ) ( 784 -56 17 ) ( 784 -55 16 ) skip [ 0 1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 1 -{ -( 80 72 0 ) ( 80 73 0 ) ( 80 72 1 ) surface_green [ 0 4.371139006309477e-08 -0.999999999999999 32 ] [ 0 0.999999999999999 4.371139006309477e-08 24 ] 90 0.5 0.5 -( 80 -48 0 ) ( 80 -48 1 ) ( 81 -48 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 72 16 ) ( 81 72 16 ) ( 80 73 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 104 52 ) ( 112 105 52 ) ( 113 104 52 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 256 16 ) ( 113 256 16 ) ( 112 256 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 88 104 16 ) ( 88 104 17 ) ( 88 105 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 2 -{ -( 80 256 0 ) ( 80 257 0 ) ( 80 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 256 0 ) ( 80 256 1 ) ( 81 256 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 256 16 ) ( 81 256 16 ) ( 80 257 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 288 96 ) ( 112 289 96 ) ( 113 288 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 264 16 ) ( 113 264 16 ) ( 112 264 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 88 288 16 ) ( 88 288 17 ) ( 88 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 3 -{ -( 80 256 -8 ) ( 80 257 -8 ) ( 80 256 -7 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 16 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 176 256 -8 ) ( 176 256 -7 ) ( 177 256 -8 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 176 256 96 ) ( 177 256 96 ) ( 176 257 96 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 208 288 104 ) ( 208 289 104 ) ( 209 288 104 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 208 264 8 ) ( 209 264 8 ) ( 208 264 9 ) surface_green_edge [ 4.371139006309477e-08 0 -0.999999999999999 16 ] [ 0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 312 288 8 ) ( 312 288 9 ) ( 312 289 8 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -} -// brush 4 -{ -( 80 72 72 ) ( 80 73 72 ) ( 80 72 73 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 16 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 -48 72 ) ( 80 -48 73 ) ( 81 -48 72 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 80 72 96 ) ( 81 72 96 ) ( 80 73 96 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 104 104 ) ( 112 105 104 ) ( 113 104 104 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 256 88 ) ( 113 256 88 ) ( 112 256 89 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 88 104 88 ) ( 88 104 89 ) ( 88 105 88 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -} -// brush 5 -{ -( 88 256 0 ) ( 88 257 0 ) ( 88 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 256 0 ) ( 80 256 1 ) ( 81 256 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 256 16 ) ( 81 256 16 ) ( 80 257 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 288 52 ) ( 112 289 52 ) ( 113 288 52 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 264 16 ) ( 113 264 16 ) ( 112 264 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 144 288 16 ) ( 144 288 17 ) ( 144 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 6 -{ -( 144 256 0 ) ( 144 257 0 ) ( 144 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 144 256 0 ) ( 144 256 1 ) ( 145 256 0 ) surface_green [ 1 0 0 32 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 144 256 16 ) ( 145 256 16 ) ( 144 257 16 ) surface_green [ -1 0 0 -32 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 176 288 96 ) ( 176 289 96 ) ( 177 288 96 ) surface_green [ 1 0 0 32 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 176 264 16 ) ( 177 264 16 ) ( 176 264 17 ) surface_green [ -1 0 0 -32 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 160 288 16 ) ( 160 288 17 ) ( 160 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 7 -{ -( 208 256 0 ) ( 208 257 0 ) ( 208 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 208 256 0 ) ( 208 256 1 ) ( 209 256 0 ) surface_green [ 1 0 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 208 256 16 ) ( 209 256 16 ) ( 208 257 16 ) surface_green [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 240 288 96 ) ( 240 289 96 ) ( 241 288 96 ) surface_green [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 240 264 16 ) ( 241 264 16 ) ( 240 264 17 ) surface_green [ -1 0 0 16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 224 288 16 ) ( 224 288 17 ) ( 224 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 8 -{ -( 88 128 8 ) ( 88 129 8 ) ( 88 128 9 ) skip [ 0 -1 0 -56 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 88 -56 8 ) ( 88 -56 9 ) ( 89 -56 8 ) skip [ 1 0 0 0 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 88 128 8 ) ( 89 128 8 ) ( 88 129 8 ) skip [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.25 0.25 -( 128 176 16 ) ( 128 177 16 ) ( 129 176 16 ) floor_wood [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.25 0.25 -( 128 264 16 ) ( 129 264 16 ) ( 128 264 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 320 176 16 ) ( 320 176 17 ) ( 320 177 16 ) skip [ 0 1 0 56 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -} -// brush 9 -{ -( -16 64 -16 ) ( -16 65 -16 ) ( -16 64 -15 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( -64 -56 -16 ) ( -64 -56 -15 ) ( -63 -56 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( -64 64 -16 ) ( -63 64 -16 ) ( -64 65 -16 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 64 192 16 ) ( 64 193 16 ) ( 65 192 16 ) ground_cobblestone1 [ -4.371139006309477e-08 -0.999999999999999 0 0 ] [ -0.999999999999999 4.371139006309477e-08 0 106 ] 90 0.25 0.25 -( 64 264 16 ) ( 65 264 16 ) ( 64 264 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 80 192 16 ) ( 80 192 17 ) ( 80 193 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 10 -{ -( 72 72 88 ) ( 72 73 88 ) ( 72 72 89 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 16 ] 90 0.5 0.5 -( 80 256 88 ) ( 80 256 89 ) ( 81 256 88 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 -( 80 72 104 ) ( 81 72 104 ) ( 80 73 104 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 104 112 ) ( 112 105 112 ) ( 113 104 112 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 272 104 ) ( 113 272 104 ) ( 112 272 105 ) surface_green_edge [ 4.371139006309477e-08 0 -0.999999999999999 -32 ] [ 0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 312 104 104 ) ( 312 104 105 ) ( 312 105 104 ) surface_green_edge [ 0 -4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 -0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -} -// brush 11 -{ -( 72 -112 88 ) ( 72 -111 88 ) ( 72 -112 89 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 16 ] 90 0.5 0.5 -( 80 -48 88 ) ( 80 -48 89 ) ( 81 -48 88 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 -( 80 -112 104 ) ( 81 -112 104 ) ( 80 -111 104 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 -( 112 -80 112 ) ( 112 -79 112 ) ( 113 -80 112 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 -( 112 256 104 ) ( 113 256 104 ) ( 112 256 105 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 -( 88 -80 104 ) ( 88 -80 105 ) ( 88 -79 104 ) surface_green [ 0 1 0 -8 ] [ 0 0 -1 -24 ] 0 0.5 0.5 -} -// brush 12 -{ -( 72 72 128 ) ( 72 73 128 ) ( 72 72 129 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( 80 256 128 ) ( 80 256 129 ) ( 81 256 128 ) skip [ 1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( 80 72 144 ) ( 81 72 144 ) ( 80 73 144 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 104 152 ) ( 112 105 152 ) ( 113 104 152 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 272 144 ) ( 113 272 144 ) ( 112 272 145 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( 312 104 144 ) ( 312 104 145 ) ( 312 105 144 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -} -// brush 13 -{ -( 72 -112 128 ) ( 72 -111 128 ) ( 72 -112 129 ) surface_green [ 0 -1 0 8 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 80 -48 128 ) ( 80 -48 129 ) ( 81 -48 128 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 80 -112 144 ) ( 81 -112 144 ) ( 80 -111 144 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 -( 112 -80 152 ) ( 112 -79 152 ) ( 113 -80 152 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 256 144 ) ( 113 256 144 ) ( 112 256 145 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 88 -80 144 ) ( 88 -80 145 ) ( 88 -79 144 ) skip [ 0 1 0 -8 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 14 -{ -( 80 256 48 ) ( 80 257 48 ) ( 80 256 49 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -31.99997 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 256 48 ) ( 80 256 49 ) ( 81 256 48 ) skip [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 80 256 120 ) ( 81 256 120 ) ( 80 257 120 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 288 144 ) ( 112 289 144 ) ( 113 288 144 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 264 64 ) ( 113 264 64 ) ( 112 264 65 ) surface_green_edge [ 4.371139006309477e-08 0 -0.999999999999999 -31.99997 ] [ 0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 312 288 64 ) ( 312 288 65 ) ( 312 289 64 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -} -// brush 15 -{ -( 80 248 48 ) ( 80 249 48 ) ( 80 248 49 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32.000015 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 -48 48 ) ( 80 -48 49 ) ( 81 -48 48 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 80 248 120 ) ( 81 248 120 ) ( 80 249 120 ) skip [ -1 0 0 0 ] [ 0 -1 0 -8 ] 0 0.5 0.5 -( 112 280 144 ) ( 112 281 144 ) ( 113 280 144 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 -8 ] 0 0.5 0.5 -( 112 256 64 ) ( 113 256 64 ) ( 112 256 65 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 88 280 64 ) ( 88 280 65 ) ( 88 281 64 ) skip [ 0 1 0 8 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -} -// brush 16 -{ -( 88 128 120 ) ( 88 129 120 ) ( 88 128 121 ) skip [ 0 -1 0 -56 ] [ 0 0 -1 56 ] 0 0.25 0.25 -( 88 -48 120 ) ( 88 -48 121 ) ( 89 -48 120 ) skip [ 1 0 0 0 ] [ 0 0 -1 56 ] 0 0.25 0.25 -( 88 128 120 ) ( 89 128 120 ) ( 88 129 120 ) ground_wood [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.5 0.5 -( 128 176 128 ) ( 128 177 128 ) ( 129 176 128 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 0.25 0.25 -( 128 256 128 ) ( 129 256 128 ) ( 128 256 129 ) skip [ -1 0 0 0 ] [ 0 0 -1 56 ] 0 0.25 0.25 -( 312 176 128 ) ( 312 176 129 ) ( 312 177 128 ) skip [ 0 1 0 56 ] [ 0 0 -1 56 ] 0 0.25 0.25 -} -// brush 17 -{ -( 224 256 0 ) ( 224 257 0 ) ( 224 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 216 256 0 ) ( 216 256 1 ) ( 217 256 0 ) surface_green [ 1 0 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 216 256 16 ) ( 217 256 16 ) ( 216 257 16 ) surface_green [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 248 288 52 ) ( 248 289 52 ) ( 249 288 52 ) surface_green [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 248 264 16 ) ( 249 264 16 ) ( 248 264 17 ) surface_green [ -1 0 0 16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 296 288 16 ) ( 296 288 17 ) ( 296 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 18 -{ -( 296 256 0 ) ( 296 257 0 ) ( 296 256 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 296 256 0 ) ( 296 256 1 ) ( 297 256 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 296 256 16 ) ( 297 256 16 ) ( 296 257 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 328 288 96 ) ( 328 289 96 ) ( 329 288 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 328 264 16 ) ( 329 264 16 ) ( 328 264 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 312 288 16 ) ( 312 288 17 ) ( 312 289 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 19 -{ -( 640 64 0 ) ( 640 65 0 ) ( 640 64 1 ) skip [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 0.5 0.5 -( 640 -56 0 ) ( 640 -56 1 ) ( 641 -56 0 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 640 64 0 ) ( 641 64 0 ) ( 640 65 0 ) skip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 0.5 0.5 -( 656 112 16 ) ( 656 113 16 ) ( 657 112 16 ) ground_cobblestone1 [ -4.371139006309477e-08 -0.999999999999999 0 0 ] [ -0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.25 0.25 -( 656 264 16 ) ( 657 264 16 ) ( 656 264 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 736 112 16 ) ( 736 112 17 ) ( 736 113 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 20 -{ -( 736 72 16 ) ( 736 73 16 ) ( 736 72 17 ) wall_brick_scrungly [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 472 -56 16 ) ( 472 -56 17 ) ( 473 -56 16 ) wall_brick_scrungly [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 472 72 16 ) ( 473 72 16 ) ( 472 73 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 504 104 96 ) ( 504 105 96 ) ( 505 104 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 504 264 32 ) ( 505 264 32 ) ( 504 264 33 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 784 104 32 ) ( 784 104 33 ) ( 784 105 32 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 21 -{ -( 640 64 96 ) ( 640 65 96 ) ( 640 64 97 ) skip [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 0.25 0.25 -( 640 -56 96 ) ( 640 -56 97 ) ( 641 -56 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 64 96 ) ( 641 64 96 ) ( 640 65 96 ) wall_brick_scrungly [ 4.371139006309477e-08 -0.999999999999999 0 0 ] [ 0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.25 0.25 -( 656 112 256 ) ( 656 113 256 ) ( 657 112 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 656 264 112 ) ( 657 264 112 ) ( 656 264 113 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 736 112 112 ) ( 736 112 113 ) ( 736 113 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 22 -{ -( 736 72 96 ) ( 736 73 96 ) ( 736 72 97 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 472 -56 96 ) ( 472 -56 97 ) ( 473 -56 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 472 72 96 ) ( 473 72 96 ) ( 472 73 96 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 504 104 256 ) ( 504 105 256 ) ( 505 104 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 504 264 112 ) ( 505 264 112 ) ( 504 264 113 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 784 104 112 ) ( 784 104 113 ) ( 784 105 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 23 -{ -( 312 -56 96 ) ( 312 -55 96 ) ( 312 -56 97 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 368 -56 96 ) ( 368 -56 97 ) ( 369 -56 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 368 -56 104 ) ( 369 -56 104 ) ( 368 -55 104 ) skip [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.25 0.25 -( 400 -24 256 ) ( 400 -23 256 ) ( 401 -24 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.25 0.25 -( 400 -48 112 ) ( 401 -48 112 ) ( 400 -48 113 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 -24 112 ) ( 640 -24 113 ) ( 640 -23 112 ) skip [ 0 1 0 32 ] [ 0 0 -1 11 ] 0 0.25 0.25 -} -// brush 24 -{ -( -16 264 -16 ) ( -16 265 -16 ) ( -16 264 -15 ) skip [ 0 -1 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( -64 264 -16 ) ( -64 264 -15 ) ( -63 264 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( -64 264 12 ) ( -63 264 12 ) ( -64 265 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 64 392 16 ) ( 64 393 16 ) ( 65 392 16 ) ground_greybrick [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 64 360 16 ) ( 65 360 16 ) ( 64 360 17 ) wall_concrete1 [ -1 0 0 0 ] [ 0 0 -1 16 ] 0 1 1 -( 784 392 16 ) ( 784 392 17 ) ( 784 393 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -} -// brush 25 -{ -( 632 72 96 ) ( 632 73 96 ) ( 632 72 97 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 368 -48 96 ) ( 368 -48 97 ) ( 369 -48 96 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 368 72 112 ) ( 369 72 112 ) ( 368 73 112 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 400 104 256 ) ( 400 105 256 ) ( 401 104 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 400 264 112 ) ( 401 264 112 ) ( 400 264 113 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 104 112 ) ( 640 104 113 ) ( 640 105 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 26 -{ -( 320 72 96 ) ( 320 73 96 ) ( 320 72 97 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 360 -48 96 ) ( 360 -48 97 ) ( 361 -48 96 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 360 72 120 ) ( 361 72 120 ) ( 360 73 120 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 392 104 256 ) ( 392 105 256 ) ( 393 104 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 392 264 112 ) ( 393 264 112 ) ( 392 264 113 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 632 104 112 ) ( 632 104 113 ) ( 632 105 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 27 -{ -( 312 256 104 ) ( 312 257 104 ) ( 312 256 105 ) skip [ 0 1.6292067950285372e-07 -0.9999999999999866 -16 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 -( 312 72 104 ) ( 312 72 105 ) ( 313 72 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 312 256 120 ) ( 313 256 120 ) ( 312 257 120 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 344 288 256 ) ( 344 289 256 ) ( 345 288 256 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 344 264 120 ) ( 345 264 120 ) ( 344 264 121 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 288 120 ) ( 320 288 121 ) ( 320 289 120 ) skip [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 28 -{ -( 312 144 32 ) ( 312 16 32 ) ( 312 144 16 ) surface_beige_edge [ 0 -1.3113417006681922e-07 0.9999999999999913 31.99997 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 -48 ] 270 0.5 0.5 -( 320 16 16 ) ( 312 16 16 ) ( 320 16 32 ) surface_beige_edge [ 0.9999999999999957 0 8.742277997596912e-08 16 ] [ -8.742277997596912e-08 0 0.9999999999999957 0 ] 180 0.5 0.5 -( 312 144 16 ) ( 312 16 16 ) ( 320 144 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -56 ] 0 1 1 -( 320 144 32 ) ( 320 16 32 ) ( 312 144 32 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 312 248 16 ) ( 320 248 16 ) ( 312 248 32 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 144 16 ) ( 320 16 16 ) ( 320 144 32 ) skip [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 29 -{ -( 312 -48 16 ) ( 312 -32 16 ) ( 312 -48 32 ) surface_beige_edge [ 0 -1.3113417006681922e-07 0.9999999999999913 31.999966 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 -47.999992 ] 270 0.5 0.5 -( 312 -40 32 ) ( 320 -40 32 ) ( 312 -40 16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 320 -48 16 ) ( 320 -32 16 ) ( 312 -48 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -56 ] 0 1 1 -( 312 -48 32 ) ( 312 -32 32 ) ( 320 -48 32 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 312 -32 32 ) ( 312 -32 16 ) ( 320 -32 32 ) surface_beige_edge [ 1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 320 -48 32 ) ( 320 -32 32 ) ( 320 -48 16 ) skip [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 30 -{ -( 312 144 88 ) ( 312 16 88 ) ( 312 144 32 ) surface_beige [ 0 -1.3113417006681922e-07 0.9999999999999913 31.999962 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 -48 ] 270 0.5 0.5 -( 320 16 32 ) ( 312 16 32 ) ( 320 16 88 ) surface_beige_edge [ 0.9999999999999961 0 8.742278000372473e-08 16 ] [ -8.742278000372473e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 -( 312 144 32 ) ( 312 16 32 ) ( 320 144 32 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 320 144 104 ) ( 320 16 104 ) ( 312 144 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 312 248 32 ) ( 320 248 32 ) ( 312 248 88 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 144 32 ) ( 320 16 32 ) ( 320 144 88 ) skip [ 0 1 0 48 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 31 -{ -( 312 -48 32 ) ( 312 -32 32 ) ( 312 -48 88 ) surface_beige_edge [ 0 0.9999999999999785 2.0663206962145964e-07 31.999962 ] [ 0 -2.0663206962145964e-07 0.9999999999999785 -48 ] 180 0.5 0.5 -( 312 -48 88 ) ( 320 -48 88 ) ( 312 -48 32 ) skip [ 1 0 0 -16 ] [ 0 0 -1 16 ] 0 0.5 0.5 -( 320 -48 32 ) ( 320 -32 32 ) ( 312 -48 32 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 312 -48 96 ) ( 312 -32 96 ) ( 320 -48 96 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 312 -32 88 ) ( 312 -32 32 ) ( 320 -32 88 ) surface_beige_edge [ 0.9999999999999998 0 1.3234889800848443e-23 16 ] [ 1.3234889800848443e-23 0 -0.9999999999999998 0 ] 0 0.5 0.5 -( 320 -48 88 ) ( 320 -32 88 ) ( 320 -48 32 ) skip [ 0 1 0 48 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 32 -{ -( 312 144 120 ) ( 312 16 120 ) ( 312 144 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -15.9999695 ] [ 0 0.9999999999999866 1.6292067950285372e-07 48 ] 90 0.5 0.5 -( 320 16 104 ) ( 312 16 104 ) ( 320 16 120 ) surface_beige_edge [ 0.9999999999999961 0 8.742277995965608e-08 16 ] [ -8.742277995965608e-08 0 0.9999999999999961 -32 ] 180 0.5 0.5 -( 312 144 104 ) ( 312 16 104 ) ( 320 144 104 ) surface_beige_edge [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 320 144 120 ) ( 320 16 120 ) ( 312 144 120 ) surface_beige_edge [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 312 248 104 ) ( 320 248 104 ) ( 312 248 120 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 144 104 ) ( 320 16 104 ) ( 320 144 120 ) skip [ 0 1 0 48 ] [ 0 0 -1 48 ] 0 0.5 0.5 -} -// brush 33 -{ -( 312 -48 104 ) ( 312 -32 104 ) ( 312 -48 120 ) surface_beige_corner [ 0 0.9999999999999961 8.742278000372473e-08 -32 ] [ 0 -8.742278000372473e-08 0.9999999999999961 -48 ] 180 0.5 0.5 -( 312 -48 120 ) ( 320 -48 120 ) ( 312 -48 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 48 ] 0 0.5 0.5 -( 320 -48 96 ) ( 320 -32 96 ) ( 312 -48 96 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 312 -48 120 ) ( 312 -32 120 ) ( 320 -48 120 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 312 -32 120 ) ( 312 -32 104 ) ( 320 -32 120 ) skip [ 1 0 0 16 ] [ 0 0 -1 32 ] 0 0.5 0.5 -( 320 -48 120 ) ( 320 -32 120 ) ( 320 -48 104 ) skip [ 0 1 0 48 ] [ 0 0 -1 48 ] 0 0.5 0.5 -} -// brush 34 -{ -( 312 -32 104 ) ( 312 -32 96 ) ( 312 16 104 ) surface_beige [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.99997 ] [ 0 0.9999999999999866 1.6292067950285372e-07 48 ] 90 0.5 0.5 -( 320 -24 104 ) ( 320 -24 96 ) ( 312 -24 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 -( 312 16 96 ) ( 312 -32 96 ) ( 320 16 96 ) surface_beige_edge [ 1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 320 16 104 ) ( 320 -32 104 ) ( 312 16 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 312 8 104 ) ( 312 8 96 ) ( 320 8 104 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 -( 320 16 104 ) ( 320 16 96 ) ( 320 -32 104 ) skip [ 0 1 0 48 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 35 -{ -( 488 264 96 ) ( 488 72 96 ) ( 488 264 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 640 -48 16 ) ( 328 -48 16 ) ( 640 -48 96 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 264 4 ) ( 328 264 4 ) ( 640 72 4 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 -( 640 72 120 ) ( 328 72 120 ) ( 640 264 120 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 1 1 -( 640 264 96 ) ( 328 264 96 ) ( 640 264 16 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 72 96 ) ( 640 264 96 ) ( 640 72 16 ) wall_brick_scrungly [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 36 -{ -( 320 144 96 ) ( 320 16 96 ) ( 320 144 16 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 16 96 ) ( 328 16 96 ) ( 320 16 16 ) surface_beige_edge [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 320 144 16 ) ( 320 16 16 ) ( 328 144 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -56 ] 0 1 1 -( 328 144 112 ) ( 328 16 112 ) ( 320 144 112 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -56 ] 0 1 1 -( 320 136 16 ) ( 328 136 16 ) ( 320 136 96 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 328 144 16 ) ( 328 16 16 ) ( 328 144 96 ) surface_beige [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 37 -{ -( 320 -48 16 ) ( 320 -32 16 ) ( 320 -48 96 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 -48 96 ) ( 328 -48 96 ) ( 320 -48 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 328 -48 16 ) ( 328 -32 16 ) ( 320 -48 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -56 ] 0 1 1 -( 320 -48 96 ) ( 320 -32 96 ) ( 328 -48 96 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -56 ] 0 1 1 -( 320 -32 96 ) ( 320 -32 16 ) ( 328 -32 96 ) surface_beige_edge [ -0.9999999999999961 0 8.742278000372473e-08 16 ] [ 8.742278000372473e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 -( 328 -48 96 ) ( 328 -32 96 ) ( 328 -48 16 ) surface_beige [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 38 -{ -( 320 8 8 ) ( 320 9 8 ) ( 320 8 9 ) skip [ 0 -1 0 -24 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 320 -48 8 ) ( 320 -48 9 ) ( 321 -48 8 ) skip [ 1 0 0 32 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 320 8 8 ) ( 321 8 8 ) ( 320 9 8 ) skip [ -1 0 0 -32 ] [ 0 -1 0 -24 ] 0 0.25 0.25 -( 360 56 16 ) ( 360 57 16 ) ( 361 56 16 ) floor_checkertiles [ 1 0 0 0 ] [ 0 -1 0 -96 ] 0 0.25 0.25 -( 360 104 16 ) ( 361 104 16 ) ( 360 104 17 ) skip [ -1 0 0 -32 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -( 448 56 16 ) ( 448 56 17 ) ( 448 57 16 ) skip [ 0 1 0 24 ] [ 0 0 -1 -8 ] 0 0.25 0.25 -} -// brush 39 -{ -( 320 -32 104 ) ( 320 -32 96 ) ( 320 16 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.99997 ] [ 0 0.9999999999999866 1.6292067950285372e-07 48 ] 90 0.5 0.5 -( 328 -24 104 ) ( 328 -24 96 ) ( 320 -24 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 -( 320 16 96 ) ( 320 -32 96 ) ( 328 16 96 ) surface_beige_edge [ -0.9999999999999961 8.742278000372473e-08 0 16 ] [ 8.742278000372473e-08 0.9999999999999961 0 48 ] 180 0.5 0.5 -( 328 16 104 ) ( 328 -32 104 ) ( 320 16 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 320 8 104 ) ( 320 8 96 ) ( 328 8 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 -( 328 16 104 ) ( 328 16 96 ) ( 328 -32 104 ) surface_beige [ 0 1 0 48 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 40 -{ -( 312 -24 104 ) ( 312 -24 96 ) ( 312 24 104 ) surface_beige [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.99997 ] [ 0 0.9999999999999866 1.6292067950285372e-07 31.999998 ] 90 0.5 0.5 -( 320 8 104 ) ( 320 8 96 ) ( 312 8 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 -( 312 24 96 ) ( 312 -24 96 ) ( 320 24 96 ) surface_beige_corner [ -4.371139006309477e-08 -0.999999999999999 0 -32 ] [ -0.999999999999999 4.371139006309477e-08 0 48 ] 90 0.5 0.5 -( 320 24 104 ) ( 320 -24 104 ) ( 312 24 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 0 0.5 0.5 -( 312 16 104 ) ( 312 16 96 ) ( 320 16 104 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 -( 320 24 104 ) ( 320 24 96 ) ( 320 -24 104 ) skip [ 0 1 0 32 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 41 -{ -( 320 -24 104 ) ( 320 -24 96 ) ( 320 24 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.99997 ] [ 0 0.9999999999999866 1.6292067950285372e-07 31.999998 ] 90 0.5 0.5 -( 328 8 104 ) ( 328 8 96 ) ( 320 8 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 -( 320 24 96 ) ( 320 -24 96 ) ( 328 24 96 ) surface_beige_corner [ -0.9999999999999961 8.742277995965608e-08 0 16 ] [ 8.742277995965608e-08 0.9999999999999961 0 32 ] 180 0.5 0.5 -( 328 24 104 ) ( 328 -24 104 ) ( 320 24 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 -32 ] 0 0.5 0.5 -( 320 16 104 ) ( 320 16 96 ) ( 328 16 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 -( 328 24 104 ) ( 328 24 96 ) ( 328 -24 104 ) surface_beige [ 0 1 0 32 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 42 -{ -( 312 -40 104 ) ( 312 -40 96 ) ( 312 8 104 ) surface_beige [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.999954 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 -( 320 -32 104 ) ( 320 -32 96 ) ( 312 -32 104 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 -( 312 8 96 ) ( 312 -40 96 ) ( 320 8 96 ) surface_beige_corner [ 1 0 0 16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 320 8 104 ) ( 320 -40 104 ) ( 312 8 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 -24 104 ) ( 312 -24 96 ) ( 320 -24 104 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 -( 320 8 104 ) ( 320 8 96 ) ( 320 -40 104 ) skip [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 43 -{ -( 320 -40 104 ) ( 320 -40 96 ) ( 320 8 104 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.999954 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 -( 328 -32 104 ) ( 328 -32 96 ) ( 320 -32 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 -( 320 8 96 ) ( 320 -40 96 ) ( 328 8 96 ) surface_beige_corner [ 1.3113417006681922e-07 0.9999999999999912 0 0 ] [ 0.9999999999999912 -1.3113417006681922e-07 0 48 ] 270 0.5 0.5 -( 328 8 104 ) ( 328 -40 104 ) ( 320 8 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 320 -24 104 ) ( 320 -24 96 ) ( 328 -24 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 -( 328 8 104 ) ( 328 8 96 ) ( 328 -40 104 ) surface_beige [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 44 -{ -( 320 -56 104 ) ( 320 -56 96 ) ( 320 -8 104 ) skip [ 0 1.6292067950285372e-07 -0.9999999999999866 -47.999954 ] [ 0 0.9999999999999866 1.6292067950285372e-07 32.000004 ] 90 0.5 0.5 -( 328 -48 104 ) ( 328 -48 96 ) ( 320 -48 104 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 -( 320 -8 96 ) ( 320 -56 96 ) ( 328 -8 96 ) skip [ 1.3113417006681922e-07 0.9999999999999912 0 32 ] [ 0.9999999999999912 -1.3113417006681922e-07 0 48 ] 270 0.5 0.5 -( 328 -8 104 ) ( 328 -56 104 ) ( 320 -8 104 ) skip [ 1 0 0 -32 ] [ 0 -1 0 -32 ] 0 0.5 0.5 -( 320 -32 104 ) ( 320 -32 96 ) ( 328 -32 104 ) skip [ -1 0 0 24 ] [ 0 0 -1 0 ] 0 1 1 -( 328 -8 104 ) ( 328 -8 96 ) ( 328 -56 104 ) surface_beige [ 0 1 0 32 ] [ 0 0 -1 16 ] 0 0.5 0.5 -} -// brush 45 -{ -( 480 -40 16 ) ( 480 -39 16 ) ( 480 -40 17 ) surface_beige [ 0 -1 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 480 -40 16 ) ( 480 -40 17 ) ( 481 -40 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 480 -40 16 ) ( 481 -40 16 ) ( 480 -39 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 488 -24 104 ) ( 488 -23 104 ) ( 489 -24 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 488 136 24 ) ( 489 136 24 ) ( 488 136 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 488 -24 24 ) ( 488 -24 25 ) ( 488 -23 24 ) skip [ 0 1 0 -16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 46 -{ -( 432 -48 96 ) ( 432 -56 96 ) ( 432 -48 16 ) wall_brick_scrungly [ 0 1 0 224 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 -56 16 ) ( 432 -56 16 ) ( 640 -56 96 ) wall_brick_scrungly [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 -48 16 ) ( 432 -48 16 ) ( 640 -56 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 -( 640 -56 96 ) ( 432 -56 96 ) ( 640 -48 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 -( 640 -48 96 ) ( 432 -48 96 ) ( 640 -48 16 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 -56 96 ) ( 640 -48 96 ) ( 640 -56 16 ) wall_brick_scrungly [ 0 1 0 224 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 47 -{ -( 312 -56 16 ) ( 312 -48 16 ) ( 312 -56 96 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 312 -56 96 ) ( 384 -56 96 ) ( 312 -56 16 ) wall_brick_scrungly [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 312 -56 16 ) ( 384 -56 16 ) ( 312 -48 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 -( 312 -48 96 ) ( 384 -48 96 ) ( 312 -56 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 -( 312 -48 16 ) ( 384 -48 16 ) ( 312 -48 96 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 384 -56 16 ) ( 384 -56 96 ) ( 384 -48 16 ) wall_brick_scrungly [ 0 -1 0 -224 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 48 -{ -( 432 -40 104 ) ( 432 -48 104 ) ( 432 -40 16 ) surface_beige_edge [ 0 -0.9999999999999961 8.742278000372473e-08 -16 ] [ 0 8.742278000372473e-08 0.9999999999999961 0 ] 180 0.5 0.5 -( 448 -48 16 ) ( 432 -48 16 ) ( 448 -48 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 448 -40 16 ) ( 432 -40 16 ) ( 448 -48 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 -( 448 -48 104 ) ( 432 -48 104 ) ( 448 -40 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 -( 448 -40 104 ) ( 432 -40 104 ) ( 448 -40 16 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 480 -48 104 ) ( 480 -40 104 ) ( 480 -48 16 ) skip [ 0 1 0 56 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 49 -{ -( 328 -48 16 ) ( 328 -40 16 ) ( 328 -48 104 ) skip [ 0 -1 0 -56 ] [ 0 0 -1 0 ] 0 1 1 -( 328 -48 104 ) ( 384 -48 104 ) ( 328 -48 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 328 -48 16 ) ( 384 -48 16 ) ( 328 -40 16 ) surface_beige [ -1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 -( 328 -40 104 ) ( 384 -40 104 ) ( 328 -48 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 -( 328 -40 16 ) ( 384 -40 16 ) ( 328 -40 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 384 -48 16 ) ( 384 -48 104 ) ( 384 -40 16 ) surface_beige_edge [ 0 -1 0 -16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 50 -{ -( 392 -48 104 ) ( 392 -48 96 ) ( 392 -40 104 ) surface_beige [ 0 -1 0 -56 ] [ 0 0 -1 0 ] 0 1 1 -( 432 -48 104 ) ( 432 -48 96 ) ( 384 -48 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 432 -48 96 ) ( 432 -40 96 ) ( 384 -48 96 ) surface_beige_edge [ -4.371139006309477e-08 -0.999999999999999 0 -16 ] [ -0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.5 0.5 -( 432 -48 104 ) ( 384 -48 104 ) ( 432 -40 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 -( 384 -40 104 ) ( 384 -40 96 ) ( 432 -40 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 424 -40 104 ) ( 424 -40 96 ) ( 424 -48 104 ) surface_beige [ 0 1 0 56 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 51 -{ -( 384 -56 8 ) ( 384 -55 8 ) ( 384 -56 9 ) ground_cobblestone1 [ 0 -1 0 -224 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 384 -56 8 ) ( 384 -56 9 ) ( 385 -56 8 ) ground_cobblestone1 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 384 -56 8 ) ( 385 -56 8 ) ( 384 -55 8 ) ground_cobblestone1 [ -1 0 0 0 ] [ 0 -1 0 -30 ] 0 0.25 0.25 -( 432 -48 16 ) ( 432 -47 16 ) ( 433 -48 16 ) ground_cobblestone1 [ 1 0 0 0 ] [ 0 -1 0 -30 ] 0 0.25 0.25 -( 432 -48 16 ) ( 433 -48 16 ) ( 432 -48 17 ) ground_cobblestone1 [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 432 -48 16 ) ( 432 -48 17 ) ( 432 -47 16 ) ground_cobblestone1 [ 0 1 0 224 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 52 -{ -( 312 -56 96 ) ( 312 -55 96 ) ( 312 -56 97 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 312 -56 96 ) ( 312 -56 97 ) ( 313 -56 96 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 312 -56 96 ) ( 313 -56 96 ) ( 312 -55 96 ) wall_brick [ -1 0 0 0 ] [ 0 -1 0 -118 ] 0 0.25 0.25 -( 360 -48 104 ) ( 360 -47 104 ) ( 361 -48 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.25 0.25 -( 360 -48 104 ) ( 361 -48 104 ) ( 360 -48 105 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 640 -48 104 ) ( 640 -48 105 ) ( 640 -47 104 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 53 -{ -( 80 48 152 ) ( 80 49 152 ) ( 80 48 153 ) wall_brick [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 176 -56 152 ) ( 176 -56 153 ) ( 177 -56 152 ) wall_brick [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 176 48 152 ) ( 177 48 152 ) ( 176 49 152 ) wall_brick [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 208 80 256 ) ( 208 81 256 ) ( 209 80 256 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 208 264 168 ) ( 209 264 168 ) ( 208 264 169 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 312 80 168 ) ( 312 80 169 ) ( 312 81 168 ) wall_brick [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 54 -{ -( 328 136 104 ) ( 328 137 104 ) ( 328 136 105 ) skip [ 0 -1 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 -( 392 -40 104 ) ( 392 -40 105 ) ( 393 -40 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 -( 392 136 104 ) ( 393 136 104 ) ( 392 137 104 ) ground_wood [ -1 0 0 0 ] [ 0 -1 0 -64 ] 0 0.5 0.5 -( 424 168 112 ) ( 424 169 112 ) ( 425 168 112 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 424 136 112 ) ( 425 136 112 ) ( 424 136 113 ) skip [ -1 0 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 -( 480 168 112 ) ( 480 168 113 ) ( 480 169 112 ) skip [ 0 1 0 0 ] [ 0 0 -1 48 ] 0 0.5 0.5 -} -// brush 55 -{ -( 424 -48 104 ) ( 424 -48 96 ) ( 424 -40 104 ) surface_beige [ 0 -1 0 -56 ] [ 0 0 -1 0 ] 0 1 1 -( 440 -48 104 ) ( 440 -48 96 ) ( 392 -48 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 440 -48 96 ) ( 440 -40 96 ) ( 392 -48 96 ) surface_beige_corner [ -0.9999999999999961 8.742277995965608e-08 0 32 ] [ 8.742277995965608e-08 0.9999999999999961 0 16 ] 180 0.5 0.5 -( 440 -48 104 ) ( 392 -48 104 ) ( 440 -40 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 -( 392 -40 104 ) ( 392 -40 96 ) ( 440 -40 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 432 -40 104 ) ( 432 -40 96 ) ( 432 -48 104 ) surface_beige [ 0 1 0 56 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 56 -{ -( 384 -48 104 ) ( 384 -48 96 ) ( 384 -40 104 ) surface_beige [ 0 -1 0 -56 ] [ 0 0 -1 0 ] 0 1 1 -( 400 -48 104 ) ( 400 -48 96 ) ( 352 -48 104 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 400 -48 96 ) ( 400 -40 96 ) ( 352 -48 96 ) surface_beige_corner [ -4.371139006309477e-08 -0.999999999999999 0 -16 ] [ -0.999999999999999 4.371139006309477e-08 0 0 ] 90 0.5 0.5 -( 400 -48 104 ) ( 352 -48 104 ) ( 400 -40 104 ) skip [ 1 0 0 0 ] [ 0 -1 0 -56 ] 0 1 1 -( 352 -40 104 ) ( 352 -40 96 ) ( 400 -40 104 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 392 -40 104 ) ( 392 -40 96 ) ( 392 -48 104 ) surface_beige [ 0 1 0 56 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 57 -{ -( 328 112 16 ) ( 328 113 16 ) ( 328 112 17 ) redplaid [ 0 -1 0 -120 ] [ 0 0 -1 0 ] 0 1 1 -( 328 104 16 ) ( 328 104 17 ) ( 329 104 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 328 112 16 ) ( 329 112 16 ) ( 328 113 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 -( 352 136 48 ) ( 352 137 48 ) ( 353 136 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 -( 352 136 24 ) ( 353 136 24 ) ( 352 136 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 400 136 24 ) ( 400 136 25 ) ( 400 137 24 ) redplaid [ 0 1 0 120 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 58 -{ -( 328 56 16 ) ( 328 57 16 ) ( 328 56 17 ) redplaid [ 0 -1 0 -120 ] [ 0 0 -1 0 ] 0 1 1 -( 328 24 16 ) ( 328 24 17 ) ( 329 24 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 328 56 16 ) ( 329 56 16 ) ( 328 57 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 -( 360 104 48 ) ( 360 105 48 ) ( 361 104 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 -( 360 104 24 ) ( 361 104 24 ) ( 360 104 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 360 104 24 ) ( 360 104 25 ) ( 360 105 24 ) redplaid [ 0 1 0 120 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 59 -{ -( 448 -8 16 ) ( 448 -7 16 ) ( 448 -8 17 ) redplaid [ 0 -1 0 -184 ] [ 0 0 -1 0 ] 0 1 1 -( 448 -40 16 ) ( 448 -40 17 ) ( 449 -40 16 ) redplaid [ 1 0 0 -120 ] [ 0 0 -1 0 ] 0 1 1 -( 448 -8 16 ) ( 449 -8 16 ) ( 448 -7 16 ) redplaid [ -1 0 0 120 ] [ 0 -1 0 -184 ] 0 1 1 -( 480 40 48 ) ( 480 41 48 ) ( 481 40 48 ) redplaid [ 1 0 0 -120 ] [ 0 -1 0 -184 ] 0 1 1 -( 480 136 24 ) ( 481 136 24 ) ( 480 136 25 ) redplaid [ -1 0 0 120 ] [ 0 0 -1 0 ] 0 1 1 -( 480 40 24 ) ( 480 40 25 ) ( 480 41 24 ) redplaid [ 0 1 0 184 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 60 -{ -( -16 360 -20 ) ( -16 361 -20 ) ( -16 360 -19 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( -64 360 -20 ) ( -64 360 -19 ) ( -63 360 -20 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( -64 360 -20 ) ( -63 360 -20 ) ( -64 361 -20 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 64 488 12 ) ( 64 489 12 ) ( 65 488 12 ) asphalt [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 64 600 12 ) ( 65 600 12 ) ( 64 600 13 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 784 488 12 ) ( 784 488 13 ) ( 784 489 12 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 61 -{ -( -16 360 -16 ) ( -16 361 -16 ) ( -16 360 -15 ) skip [ 0 -1 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 -( -64 360 -16 ) ( -64 360 -15 ) ( -63 360 -16 ) skip [ 1 0 0 0 ] [ 0 0 -1 16 ] 0 0.5 0.5 -( -64 360 12 ) ( -63 360 12 ) ( -64 361 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 64 488 16 ) ( 64 489 16 ) ( 65 488 16 ) ground_greybrick [ -4.371139006309477e-08 -0.999999999999999 0 0 ] [ -0.999999999999999 4.371139006309477e-08 0 73 ] 90 0.5 0.5 -( 64 600 16 ) ( 65 600 16 ) ( 64 600 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 16 ] 0 1 1 -( 80 488 16 ) ( 80 488 17 ) ( 80 489 16 ) wall_concrete1 [ 0 1 0 0 ] [ 0 0 -1 16 ] 0 1 1 -} -// brush 62 -{ -( -16 600 -16 ) ( -16 601 -16 ) ( -16 600 -15 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 16 ] 0 0.5 0.5 -( -64 600 -16 ) ( -64 600 -15 ) ( -63 600 -16 ) wall_concrete1 [ 1 0 0 0 ] [ 0 0 -1 16 ] 0 1 1 -( -64 600 12 ) ( -63 600 12 ) ( -64 601 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 -16 ] 0 0.5 0.5 -( 64 728 16 ) ( 64 729 16 ) ( 65 728 16 ) ground_greybrick [ 1 0 0 0 ] [ 0 -1 0 48 ] 0 0.5 0.5 -( 64 704 16 ) ( 65 704 16 ) ( 64 704 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 16 ] 0 1 1 -( 576 728 16 ) ( 576 728 17 ) ( 576 729 16 ) wall_concrete1 [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 63 -{ -( 736 600 -16 ) ( 736 601 -16 ) ( 736 600 -15 ) wall_concrete1 [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 144 600 -16 ) ( 144 600 -15 ) ( 145 600 -16 ) wall_concrete1 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 144 600 12 ) ( 145 600 12 ) ( 144 601 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 272 728 16 ) ( 272 729 16 ) ( 273 728 16 ) ground_greybrick [ 1 0 0 0 ] [ 0 -1 0 48 ] 0 0.5 0.5 -( 272 720 16 ) ( 273 720 16 ) ( 272 720 17 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 784 728 16 ) ( 784 728 17 ) ( 784 729 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 64 -{ -( 576 600 -20 ) ( 576 601 -20 ) ( 576 600 -19 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( -112 600 -20 ) ( -112 600 -19 ) ( -111 600 -20 ) skip [ 1 0 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( -112 600 -20 ) ( -111 600 -20 ) ( -112 601 -20 ) skip [ -1 0 0 -32 ] [ 0 -1 0 -32 ] 0 0.5 0.5 -( 16 728 12 ) ( 16 729 12 ) ( 17 728 12 ) asphalt [ 1 0 0 96 ] [ 0 -1 0 40 ] 0 0.5 0.5 -( 16 720 12 ) ( 17 720 12 ) ( 16 720 13 ) skip [ -1 0 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 736 728 12 ) ( 736 728 13 ) ( 736 729 12 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 65 -{ -( 64 336 24 ) ( 64 337 24 ) ( 64 336 25 ) redplaid [ 0 -1 0 0 ] [ 0 0 -1 8 ] 0 1 1 -( 56 344 24 ) ( 56 344 25 ) ( 57 344 24 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 8 ] 0 1 1 -( 56 336 24 ) ( 57 336 24 ) ( 56 337 24 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 80 360 152 ) ( 80 361 152 ) ( 81 360 152 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 80 352 32 ) ( 81 352 32 ) ( 80 352 33 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 8 ] 0 1 1 -( 72 360 32 ) ( 72 360 33 ) ( 72 361 32 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 8 ] 0 1 1 -} -// brush 66 -{ -( 56 336 16 ) ( 56 337 16 ) ( 56 336 17 ) redplaid [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 56 336 16 ) ( 56 336 17 ) ( 57 336 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 56 336 16 ) ( 57 336 16 ) ( 56 337 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 80 360 18 ) ( 80 361 18 ) ( 81 360 18 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 80 360 24 ) ( 81 360 24 ) ( 80 360 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 80 360 24 ) ( 80 360 25 ) ( 80 361 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 67 -{ -( 64 344 24 ) ( 56 336 18 ) ( 56 360 18 ) redplaid [ 0 -1.0000000000000002 0 0 ] [ 1.0000000000000002 0 0 -70.43137 ] 0 1 1 -( 72 344 24 ) ( 80 336 18 ) ( 56 336 18 ) redplaid [ 1.0000000000000002 0 0 0 ] [ 0 1.0000000000000002 0 -94.58823 ] 0 1 1 -( 80 336 18 ) ( 80 360 18 ) ( 56 360 18 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 64 352 24 ) ( 72 352 24 ) ( 72 344 24 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 72 352 24 ) ( 64 352 24 ) ( 56 360 18 ) redplaid [ -1.0000000000000002 0 0 0 ] [ 0 -1.0000000000000002 0 89.568634 ] 0 1 1 -( 72 352 24 ) ( 80 360 18 ) ( 80 336 18 ) redplaid [ 0 1.0000000000000002 0 0 ] [ -1.0000000000000002 0 0 68 ] 0 1 1 -} -// brush 68 -{ -( 60 336 152 ) ( 60 337 152 ) ( 60 336 153 ) redplaid [ 0 -1 0 24 ] [ 0 0 -1 8 ] 0 1 1 -( 56 340 152 ) ( 56 340 153 ) ( 57 340 152 ) redplaid [ 1 0 0 -8 ] [ 0 0 -1 8 ] 0 1 1 -( 56 336 152 ) ( 57 336 152 ) ( 56 337 152 ) redplaid [ -1 0 0 8 ] [ 0 -1 0 24 ] 0 1 1 -( 88 368 156 ) ( 88 369 156 ) ( 89 368 156 ) redplaid [ 1 0 0 -8 ] [ 0 -1 0 24 ] 0 1 1 -( 88 356 160 ) ( 89 356 160 ) ( 88 356 161 ) redplaid [ -1 0 0 8 ] [ 0 0 -1 8 ] 0 1 1 -( 76 368 160 ) ( 76 368 161 ) ( 76 369 160 ) redplaid [ 0 1 0 -24 ] [ 0 0 -1 8 ] 0 1 1 -} -// brush 69 -{ -( 64 344 186 ) ( 54 334 180 ) ( 54 362 180 ) redplaid [ 0 -1.0000000000000002 0 24 ] [ 1.0000000000000002 0 0 -200.0878 ] 0 1 1 -( 72 344 186 ) ( 82 334 180 ) ( 54 334 180 ) redplaid [ 1.0000000000000002 0 0 -8 ] [ 0 1.0000000000000002 0 -222 ] 0 1 1 -( 82 334 180 ) ( 82 362 180 ) ( 54 362 180 ) redplaid [ -1 0 0 8 ] [ 0 -1 0 24 ] 0 1 1 -( 64 352 186 ) ( 72 352 186 ) ( 72 344 186 ) redplaid [ 1 0 0 -8 ] [ 0 -1 0 24 ] 0 1 1 -( 54 362 180 ) ( 82 362 180 ) ( 72 352 186 ) redplaid [ -1.0000000000000002 0 0 8 ] [ 0 -1.0000000000000002 0 215.36586 ] 0 1 1 -( 72 352 186 ) ( 82 362 180 ) ( 82 334 180 ) redplaid [ 0 1.0000000000000002 0 -24 ] [ -1.0000000000000002 0 0 -62 ] 0 1 1 -} -// brush 70 -{ -( 60 354 156 ) ( 60 356 156 ) ( 54 362 180 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 56 360 180 ) ( 62 354 156 ) ( 60 354 156 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 62 354 156 ) ( 62 356 156 ) ( 60 356 156 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 56 360 180 ) ( 54 360 180 ) ( 54 362 180 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 60 356 156 ) ( 62 356 156 ) ( 56 362 180 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 56 362 180 ) ( 62 356 156 ) ( 62 354 156 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 71 -{ -( 60 340 156 ) ( 60 342 156 ) ( 54 336 180 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 56 334 180 ) ( 62 340 156 ) ( 60 340 156 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 62 340 156 ) ( 62 342 156 ) ( 60 342 156 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 56 334 180 ) ( 54 334 180 ) ( 54 336 180 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 60 342 156 ) ( 62 342 156 ) ( 56 336 180 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 56 336 180 ) ( 62 342 156 ) ( 62 340 156 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 72 -{ -( 74 342 156 ) ( 80 336 180 ) ( 80 334 180 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 80 334 180 ) ( 82 334 180 ) ( 76 340 156 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 76 342 156 ) ( 74 342 156 ) ( 74 340 156 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 80 336 180 ) ( 82 336 180 ) ( 82 334 180 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 76 342 156 ) ( 82 336 180 ) ( 80 336 180 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 76 342 156 ) ( 76 340 156 ) ( 82 334 180 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 73 -{ -( 74 356 156 ) ( 80 362 180 ) ( 80 360 180 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 80 360 180 ) ( 82 360 180 ) ( 76 354 156 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 76 356 156 ) ( 74 356 156 ) ( 74 354 156 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 80 362 180 ) ( 82 362 180 ) ( 82 360 180 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 76 356 156 ) ( 82 362 180 ) ( 80 362 180 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 76 356 156 ) ( 76 354 156 ) ( 82 360 180 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 74 -{ -( 80 360 16 ) ( 80 360 12 ) ( 80 368 12 ) clip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 80 360 16 ) ( 784 360 16 ) ( 784 360 12 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 784 360 12 ) ( 784 368 12 ) ( 80 368 12 ) clip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 80 368 12 ) ( 784 368 12 ) ( 784 360 16 ) clip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 784 360 16 ) ( 784 368 12 ) ( 784 360 12 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 75 -{ -( 400 104 16 ) ( 400 105 16 ) ( 400 104 17 ) redplaid [ 0 -1 0 -120 ] [ 0 0 -1 0 ] 0 1 1 -( 400 104 16 ) ( 400 104 17 ) ( 401 104 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 400 104 16 ) ( 401 104 16 ) ( 400 105 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 -( 448 136 96 ) ( 448 137 96 ) ( 449 136 96 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 -( 448 136 24 ) ( 449 136 24 ) ( 448 136 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 448 136 24 ) ( 448 136 25 ) ( 448 137 24 ) redplaid [ 0 1 0 120 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 76 -{ -( 328 136 16 ) ( 328 137 16 ) ( 328 136 17 ) skip [ 0 -1 0 8 ] [ 0 0 -1 0 ] 0 1 1 -( 328 136 16 ) ( 328 136 17 ) ( 329 136 16 ) surface_beige [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 328 136 4 ) ( 329 136 4 ) ( 328 137 4 ) skip [ -1 0 0 0 ] [ 0 -1 0 8 ] 0 1 1 -( 448 144 120 ) ( 448 145 120 ) ( 449 144 120 ) skip [ 1 0 0 0 ] [ 0 -1 0 8 ] 0 1 1 -( 448 264 24 ) ( 449 264 24 ) ( 448 264 25 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 488 144 24 ) ( 488 144 25 ) ( 488 145 24 ) skip [ 0 1 0 -8 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 77 -{ -( 80 600 16 ) ( 80 592 12 ) ( 80 600 12 ) clip [ -1.2246467991473532e-16 -1 0 0 ] [ 0 0 -1 0 ] 180 1 1 -( 784 592 12 ) ( 80 592 12 ) ( 80 600 16 ) clip [ -1 1.2246467991473532e-16 0 32 ] [ 1.2246467991473532e-16 1 0 0 ] 180 1 1 -( 80 600 12 ) ( 80 592 12 ) ( 784 592 12 ) clip [ 1 -1.2246467991473532e-16 0 -32 ] [ 1.2246467991473532e-16 1 0 0 ] 180 1 1 -( 784 600 16 ) ( 80 600 16 ) ( 80 600 12 ) clip [ -1 1.2246467991473532e-16 0 32 ] [ 0 0 -1 0 ] 180 1 1 -( 576 600 16 ) ( 576 600 12 ) ( 576 592 12 ) clip [ 1.2246467991473532e-16 1 0 0 ] [ 0 0 -1 0 ] 180 1 1 -} -// brush 78 -{ -( 80 936 16 ) ( 80 232 16 ) ( 80 232 12 ) clip [ -1.8369701987210297e-16 -1 0 56 ] [ 0 0 -1 0 ] 180 1 1 -( 80 360 16 ) ( 88 360 12 ) ( 80 360 12 ) clip [ 1 -1.8369701987210297e-16 0 23.999992 ] [ 0 0 -1 0 ] 180 1 1 -( 80 232 12 ) ( 88 232 12 ) ( 88 936 12 ) clip [ 1.8369701987210297e-16 1 0 -56 ] [ -1 1.8369701987210297e-16 0 -24 ] 270 1 1 -( 80 600 16 ) ( 80 600 12 ) ( 88 600 12 ) clip [ -1 1.8369701987210297e-16 0 -23.999992 ] [ 0 0 -1 0 ] 180 1 1 -( 88 936 12 ) ( 88 232 12 ) ( 80 232 16 ) clip [ -1.8369701987210297e-16 -1 0 56 ] [ -1 1.8369701987210297e-16 0 -24 ] 96.379364 1 1 -} -// brush 79 -{ -( 96 704 16 ) ( 96 705 16 ) ( 96 704 17 ) wall_brick [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 544 704 16 ) ( 544 704 17 ) ( 545 704 16 ) wall_brick [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 0.25 0.25 -( 544 704 12 ) ( 545 704 12 ) ( 544 705 12 ) skip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 0.25 0.25 -( 576 736 64 ) ( 576 737 64 ) ( 577 736 64 ) wall_brick [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 576 720 32 ) ( 577 720 32 ) ( 576 720 33 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 576 736 32 ) ( 576 736 33 ) ( 576 737 32 ) wall_brick [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 80 -{ -( 96 744 -20 ) ( 96 745 -20 ) ( 96 744 -19 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( -112 720 -20 ) ( -112 720 -19 ) ( -111 720 -20 ) skip [ 1 0 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( -112 744 -20 ) ( -111 744 -20 ) ( -112 745 -20 ) skip [ -1 0 0 -32 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 16 872 12 ) ( 16 873 12 ) ( 17 872 12 ) asphalt [ 1 0 0 96 ] [ 0 -1 0 108 ] 0 0.5 0.5 -( 16 1136 12 ) ( 17 1136 12 ) ( 16 1136 13 ) skip [ -1 0 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 736 872 12 ) ( 736 872 13 ) ( 736 873 12 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 81 -{ -( 736 712 -16 ) ( 736 713 -16 ) ( 736 712 -15 ) wall_concrete1 [ 0 -1 0 112 ] [ 0 0 -1 0 ] 0 1 1 -( 144 720 -16 ) ( 144 720 -15 ) ( 145 720 -16 ) wall_concrete1 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 144 712 12 ) ( 145 712 12 ) ( 144 713 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.5 0.5 -( 272 840 16 ) ( 272 841 16 ) ( 273 840 16 ) ground_greybrick [ 1 0 0 0 ] [ 0 -1 0 -112 ] 0 0.5 0.5 -( 272 864 16 ) ( 273 864 16 ) ( 272 864 17 ) wall_concrete1 [ -1 0 0 128 ] [ 0 0 -1 0 ] 0 1 1 -( 848 840 16 ) ( 848 840 17 ) ( 848 841 16 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 82 -{ -( 784 704 16 ) ( 784 705 16 ) ( 784 704 17 ) wall_brick [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1344 704 16 ) ( 1344 704 17 ) ( 1345 704 16 ) wall_brick [ 1 0 0 128 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1344 704 12 ) ( 1345 704 12 ) ( 1344 705 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 1376 736 64 ) ( 1376 737 64 ) ( 1377 736 64 ) wall_brick [ 1 0 0 128 ] [ 0 -1 0 0 ] 0 0.25 0.25 -( 1376 720 32 ) ( 1377 720 32 ) ( 1376 720 33 ) wall_brick [ -1 0 0 -128 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1168 736 32 ) ( 1168 736 33 ) ( 1168 737 32 ) wall_brick [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 83 -{ -( 736 728 -20 ) ( 736 729 -20 ) ( 736 728 -19 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 608 864 -20 ) ( 608 864 -19 ) ( 609 864 -20 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 608 728 -20 ) ( 609 728 -20 ) ( 608 729 -20 ) skip [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.5 0.5 -( 736 856 12 ) ( 736 857 12 ) ( 737 856 12 ) asphalt [ 1 0 0 64 ] [ 0 -1 0 76 ] 0 0.5 0.5 -( 736 1136 12 ) ( 737 1136 12 ) ( 736 1136 13 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 848 856 12 ) ( 848 856 13 ) ( 848 857 12 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 84 -{ -( 848 872 -16 ) ( 848 873 -16 ) ( 848 872 -15 ) wall_concrete1 [ 0 -1 0 272 ] [ 0 0 -1 0 ] 0 1 1 -( 304 800 -16 ) ( 304 800 -15 ) ( 305 800 -16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 -( 304 872 12 ) ( 305 872 12 ) ( 304 873 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.5 0.5 -( 432 1000 16 ) ( 432 1001 16 ) ( 433 1000 16 ) ground_greybrick [ 1 0 0 -96 ] [ 0 -1 0 -112 ] 0 0.5 0.5 -( 432 1136 16 ) ( 433 1136 16 ) ( 432 1136 17 ) skip [ -1 0 0 32 ] [ 0 0 -1 0 ] 0 1 1 -( 944 1000 16 ) ( 944 1000 17 ) ( 944 1001 16 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 85 -{ -( 736 600 16 ) ( 736 592 12 ) ( 736 600 12 ) clip [ -0 -1 0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 992 592 12 ) ( 288 592 12 ) ( 288 600 16 ) clip [ 1 0 -0 0 ] [ 0 -0.894427190999916 -0.447213595499958 0 ] 0 1 1 -( 288 600 12 ) ( 288 592 12 ) ( 992 592 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 992 600 16 ) ( 288 600 16 ) ( 288 600 12 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 784 600 16 ) ( 784 600 12 ) ( 784 592 12 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 86 -{ -( 576 1048 16 ) ( 576 344 16 ) ( 576 344 12 ) clip [ 0 -1 0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 576 600 16 ) ( 584 600 12 ) ( 576 600 12 ) clip [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 576 344 12 ) ( 584 344 12 ) ( 584 1048 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 576 704 16 ) ( 576 704 12 ) ( 584 704 12 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 584 1048 12 ) ( 584 344 12 ) ( 576 344 16 ) clip [ 0.894427190999916 0 -0.447213595499958 0 ] [ 0 -1 0 0 ] 0 1 1 -} -// brush 87 -{ -( 728 1048 12 ) ( 736 344 16 ) ( 728 344 12 ) clip [ 0.894427190999916 0 0.447213595499958 -29.020447 ] [ 0 -1 0 0 ] 0 1 1 -( 736 600 16 ) ( 736 600 12 ) ( 728 600 12 ) clip [ 1 0 0 -40 ] [ 0 0 -1 0 ] 0 1 1 -( 736 344 12 ) ( 728 1048 12 ) ( 728 344 12 ) clip [ -1 0 0 40 ] [ 0 -1 0 0 ] 0 1 1 -( 736 864 16 ) ( 728 864 12 ) ( 736 864 12 ) clip [ -1 0 0 40 ] [ 0 0 -1 0 ] 0 1 1 -( 736 1048 16 ) ( 736 344 12 ) ( 736 344 16 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 88 -{ -( 840 1312 12 ) ( 848 608 16 ) ( 840 608 12 ) clip [ 0.894427190999916 -0 0.447213595499958 0 ] [ -0 -1 0 0 ] 0 1 1 -( 848 864 16 ) ( 848 864 12 ) ( 840 864 12 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 848 608 12 ) ( 840 1312 12 ) ( 840 608 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 848 1136 16 ) ( 840 1136 12 ) ( 848 1136 12 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 848 1312 16 ) ( 848 608 12 ) ( 848 608 16 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 89 -{ -( 736 864 16 ) ( 736 864 12 ) ( 736 872 12 ) clip [ 0 -1 0 -8 ] [ 0 0 -1 0 ] 0 1 1 -( 144 864 16 ) ( 848 864 16 ) ( 848 864 12 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 848 864 12 ) ( 848 872 12 ) ( 144 872 12 ) clip [ -1 0 0 0 ] [ 0 -1 0 -8 ] 0 1 1 -( 144 872 12 ) ( 848 872 12 ) ( 848 864 16 ) clip [ 1 0 0 0 ] [ 0 -1 0 -8 ] 0 1 1 -( 848 864 16 ) ( 848 872 12 ) ( 848 864 12 ) clip [ 0 1 0 8 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 90 -{ -( 728 872 12 ) ( 736 864 16 ) ( 728 864 12 ) clip [ 0.894427190999916 -0 0.447213595499958 0 ] [ -0 -1 0 0 ] 0 1 1 -( 728 864 12 ) ( 736 864 16 ) ( 736 864 12 ) clip [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 736 864 12 ) ( 736 872 12 ) ( 728 872 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 728 872 12 ) ( 736 872 12 ) ( 736 864 16 ) clip [ 1 -0 0 0 ] [ -0 -0.894427190999916 0.447213595499958 0 ] 0 1 1 -( 736 864 16 ) ( 736 872 12 ) ( 736 864 12 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 91 -{ -( 728 592 12 ) ( 728 600 12 ) ( 736 600 16 ) clip [ 0.894427190999916 -0 0.447213595499958 0 ] [ -0 -1 0 0 ] 0 1 1 -( 728 592 12 ) ( 736 600 16 ) ( 736 592 12 ) clip [ 1 0 -0 0 ] [ 0 -0.894427190999916 -0.447213595499958 0 ] 0 1 1 -( 736 600 12 ) ( 728 592 12 ) ( 736 592 12 ) clip [ -1 0 -0 0 ] [ -0 -1 0 0 ] 0 1 1 -( 728 600 12 ) ( 736 600 12 ) ( 736 600 16 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 736 600 16 ) ( 736 600 12 ) ( 736 592 12 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 92 -{ -( 576 600 16 ) ( 576 592 12 ) ( 576 600 12 ) clip [ -0 -1 0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 584 592 12 ) ( 576 592 12 ) ( 576 600 16 ) clip [ 1 0 -0 0 ] [ 0 -0.894427190999916 -0.447213595499958 0 ] 0 1 1 -( 576 600 12 ) ( 576 592 12 ) ( 584 592 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 584 600 12 ) ( 576 600 16 ) ( 576 600 12 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 584 592 12 ) ( 576 600 16 ) ( 584 600 12 ) clip [ 0.894427190999916 0 -0.447213595499958 0 ] [ 0 -1 -0 0 ] 0 1 1 -} -// brush 93 -{ -( 576 704 16 ) ( 576 704 12 ) ( 576 712 12 ) clip [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 584 704 12 ) ( 576 704 12 ) ( 576 704 16 ) clip [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 576 704 12 ) ( 584 712 12 ) ( 576 712 12 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 584 712 12 ) ( 576 704 16 ) ( 576 712 12 ) clip [ 1 0 0 0 ] [ 0 -0.894427190999916 0.447213595499958 0 ] 0 1 1 -( 584 712 12 ) ( 584 704 12 ) ( 576 704 16 ) clip [ 0.894427190999916 0 -0.447213595499958 0 ] [ 0 -1 0 0 ] 0 1 1 -} -// brush 94 -{ -( 312 248 16 ) ( 312 249 16 ) ( 312 248 17 ) skip [ 0 -1 0 -48 ] [ 0 0 -1 0 ] 0 1 1 -( 312 256 16 ) ( 312 256 17 ) ( 313 256 16 ) skip [ 1 0 0 -24 ] [ 0 0 -1 0 ] 0 1 1 -( 312 248 16 ) ( 313 248 16 ) ( 312 249 16 ) skip [ -1 0 0 24 ] [ 0 -1 0 -48 ] 0 1 1 -( 328 264 120 ) ( 328 265 120 ) ( 329 264 120 ) skip [ 1 0 0 -24 ] [ 0 -1 0 -48 ] 0 1 1 -( 328 264 24 ) ( 329 264 24 ) ( 328 264 25 ) wall_brick [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 328 264 24 ) ( 328 264 25 ) ( 328 265 24 ) skip [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 95 -{ -( 80 160 0 ) ( 80 161 0 ) ( 80 160 1 ) surface_green [ 0 -1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 160 0 ) ( 80 160 1 ) ( 81 160 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 160 52 ) ( 81 160 52 ) ( 80 161 52 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 192 96 ) ( 112 193 96 ) ( 113 192 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 168 16 ) ( 113 168 16 ) ( 112 168 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 88 192 16 ) ( 88 192 17 ) ( 88 193 16 ) surface_green [ 0 1 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 96 -{ -( 80 48 0 ) ( 80 49 0 ) ( 80 48 1 ) surface_green [ 0 -1 0 -32 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 48 0 ) ( 80 48 1 ) ( 81 48 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 48 52 ) ( 81 48 52 ) ( 80 49 52 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.5 0.5 -( 112 80 96 ) ( 112 81 96 ) ( 113 80 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.5 0.5 -( 112 56 16 ) ( 113 56 16 ) ( 112 56 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 88 80 16 ) ( 88 80 17 ) ( 88 81 16 ) surface_green [ 0 1 0 32 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 97 -{ -( 72 -248 88 ) ( 72 -247 88 ) ( 72 -248 89 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 -63.999992 ] 90 0.5 0.5 -( 80 -64 88 ) ( 80 -64 89 ) ( 81 -64 88 ) surface_green_edge [ -4.371139006309477e-08 0 -0.999999999999999 -32 ] [ -0.999999999999999 0 4.371139006309477e-08 16 ] 90 0.5 0.5 -( 80 -248 104 ) ( 81 -248 104 ) ( 80 -247 104 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 -( 112 -216 112 ) ( 112 -215 112 ) ( 113 -216 112 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 -( 112 -48 104 ) ( 113 -48 104 ) ( 112 -48 105 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 -( 312 -216 104 ) ( 312 -216 105 ) ( 312 -215 104 ) surface_green_edge [ 0 -4.371139006309477e-08 -0.999999999999999 32 ] [ 0 -0.999999999999999 4.371139006309477e-08 16.000008 ] 90 0.5 0.5 -} -// brush 98 -{ -( 224 8 16 ) ( 224 9 16 ) ( 224 8 17 ) redplaid [ 0 -1 0 -120 ] [ 0 0 -1 0 ] 0 1 1 -( 224 104 16 ) ( 224 104 17 ) ( 225 104 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 224 8 16 ) ( 225 8 16 ) ( 224 9 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 -( 248 96 48 ) ( 248 97 48 ) ( 249 96 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 -( 248 136 24 ) ( 249 136 24 ) ( 248 136 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 312 96 24 ) ( 312 96 25 ) ( 312 97 24 ) redplaid [ 0 1 0 120 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 99 -{ -( 80 -56 48 ) ( 80 -55 48 ) ( 80 -56 49 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 -32 ] [ 0 0.999999999999999 4.371139006309477e-08 -15.999992 ] 90 0.5 0.5 -( 80 -56 48 ) ( 80 -56 49 ) ( 81 -56 48 ) surface_green_edge [ -4.371139006309477e-08 0 -0.999999999999999 -32 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 -56 120 ) ( 81 -56 120 ) ( 80 -55 120 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 112 -24 144 ) ( 112 -23 144 ) ( 113 -24 144 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 112 -48 64 ) ( 113 -48 64 ) ( 112 -48 65 ) skip [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 312 -24 64 ) ( 312 -24 65 ) ( 312 -23 64 ) surface_green [ 0 1 0 -16 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -} -// brush 100 -{ -( 80 -56 0 ) ( 80 -55 0 ) ( 80 -56 1 ) surface_green [ 0 -1 0 16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 -56 0 ) ( 80 -56 1 ) ( 81 -56 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 -56 48 ) ( 81 -56 48 ) ( 80 -55 48 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 112 -24 96 ) ( 112 -23 96 ) ( 113 -24 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 112 -48 16 ) ( 113 -48 16 ) ( 112 -48 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 88 -24 16 ) ( 88 -24 17 ) ( 88 -23 16 ) surface_green [ 0 1 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 101 -{ -( 224 -48 16 ) ( 224 -47 16 ) ( 224 -48 17 ) redplaid [ 0 -1 0 -120 ] [ 0 0 -1 0 ] 0 1 1 -( 224 -48 16 ) ( 224 -48 17 ) ( 225 -48 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 224 -48 16 ) ( 225 -48 16 ) ( 224 -47 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 -( 248 40 48 ) ( 248 41 48 ) ( 249 40 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 -120 ] 0 1 1 -( 248 64 24 ) ( 249 64 24 ) ( 248 64 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 248 40 24 ) ( 248 40 25 ) ( 248 41 24 ) redplaid [ 0 1 0 120 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 102 -{ -( 72 -248 128 ) ( 72 -247 128 ) ( 72 -248 129 ) surface_green [ 0 -1 0 8 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( 80 -64 128 ) ( 80 -64 129 ) ( 81 -64 128 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( 80 -248 144 ) ( 81 -248 144 ) ( 80 -247 144 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 8 ] 0 0.5 0.5 -( 112 -216 152 ) ( 112 -215 152 ) ( 113 -216 152 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 112 -48 144 ) ( 113 -48 144 ) ( 112 -48 145 ) skip [ -1 0 0 0 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -( 312 -216 144 ) ( 312 -216 145 ) ( 312 -215 144 ) surface_green [ 0 1 0 -8 ] [ 0 0 -1 -48 ] 0 0.5 0.5 -} -// brush 103 -{ -( 80 -56 0 ) ( 80 -55 0 ) ( 80 -56 1 ) surface_green [ 0 -1 0 16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 -56 0 ) ( 80 -56 1 ) ( 81 -56 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 80 -56 16 ) ( 81 -56 16 ) ( 80 -55 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 112 -24 52 ) ( 112 -23 52 ) ( 113 -24 52 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 112 -48 16 ) ( 113 -48 16 ) ( 112 -48 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 224 -24 16 ) ( 224 -24 17 ) ( 224 -23 16 ) surface_green [ 0 1 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 104 -{ -( 224 -56 0 ) ( 224 -55 0 ) ( 224 -56 1 ) surface_green [ 0 -1 0 16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 224 -56 0 ) ( 224 -56 1 ) ( 225 -56 0 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 224 -56 16 ) ( 225 -56 16 ) ( 224 -55 16 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 256 -24 96 ) ( 256 -23 96 ) ( 257 -24 96 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 256 -48 16 ) ( 257 -48 16 ) ( 256 -48 17 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -( 312 -24 16 ) ( 312 -24 17 ) ( 312 -23 16 ) surface_green [ 0 1 0 -16 ] [ 0 0 -1 -16 ] 0 0.5 0.5 -} -// brush 105 -{ -( 80 -56 -8 ) ( 80 -55 -8 ) ( 80 -56 -7 ) surface_green_edge [ 0 4.371139006309477e-08 -0.999999999999999 16 ] [ 0 0.999999999999999 4.371139006309477e-08 -15.999992 ] 90 0.5 0.5 -( 176 -56 -8 ) ( 176 -56 -7 ) ( 177 -56 -8 ) surface_green_edge [ -4.371139006309477e-08 0 -0.999999999999999 16 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 176 -56 96 ) ( 177 -56 96 ) ( 176 -55 96 ) surface_green [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 208 -24 104 ) ( 208 -23 104 ) ( 209 -24 104 ) surface_green [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 208 -48 8 ) ( 209 -48 8 ) ( 208 -48 9 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -( 312 -24 8 ) ( 312 -24 9 ) ( 312 -23 8 ) surface_green [ 0 1 0 -16 ] [ 0 0 -1 -40 ] 0 0.5 0.5 -} -// brush 106 -{ -( 944 584 -20 ) ( 944 585 -20 ) ( 944 584 -19 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 816 720 -20 ) ( 816 720 -19 ) ( 817 720 -20 ) skip [ 1 0 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 816 584 -20 ) ( 817 584 -20 ) ( 816 585 -20 ) skip [ -1 0 0 -32 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 944 712 12 ) ( 944 713 12 ) ( 945 712 12 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 944 800 12 ) ( 945 800 12 ) ( 944 800 13 ) skip [ -1 0 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1408 712 12 ) ( 1408 712 13 ) ( 1408 713 12 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 107 -{ -( 848 792 -16 ) ( 848 793 -16 ) ( 848 792 -15 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 304 720 -16 ) ( 304 720 -15 ) ( 305 720 -16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 -( 304 792 12 ) ( 305 792 12 ) ( 304 793 12 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 432 920 16 ) ( 432 921 16 ) ( 433 920 16 ) ground_greybrick [ 1 0 0 -96 ] [ 0 -1 0 -16 ] 0 0.5 0.5 -( 432 800 16 ) ( 433 800 16 ) ( 432 800 17 ) skip [ -1 0 0 32 ] [ 0 0 -1 0 ] 0 1 1 -( 944 920 16 ) ( 944 920 17 ) ( 944 921 16 ) wall_concrete1 [ 0 1 0 0 ] [ 0 0 -1 -32 ] 0 1 1 -} -// brush 108 -{ -( 80 256 40 ) ( 80 257 40 ) ( 80 256 41 ) surface_green [ 0 4.371139006309477e-08 -0.999999999999999 -47.999954 ] [ 0 0.999999999999999 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 256 40 ) ( 80 256 41 ) ( 81 256 40 ) surface_green [ 1 0 0 0 ] [ 0 0 -1 -56 ] 0 0.5 0.5 -( 80 256 112 ) ( 81 256 112 ) ( 80 257 112 ) skip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 288 120 ) ( 112 289 120 ) ( 113 288 120 ) skip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 112 264 56 ) ( 113 264 56 ) ( 112 264 57 ) surface_green [ 4.371139006309477e-08 0 -0.999999999999999 -47.999954 ] [ 0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 312 288 56 ) ( 312 288 57 ) ( 312 289 56 ) skip [ 0 1 0 0 ] [ 0 0 -1 -56 ] 0 0.5 0.5 -} -// brush 109 -{ -( 80 -56 40 ) ( 80 -55 40 ) ( 80 -56 41 ) surface_green [ 0 4.371139006309477e-08 -0.999999999999999 -48 ] [ 0 0.999999999999999 4.371139006309477e-08 -16 ] 90 0.5 0.5 -( 80 -56 40 ) ( 80 -56 41 ) ( 81 -56 40 ) surface_green [ -4.371139006309477e-08 0 -0.999999999999999 -48.000015 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 -56 112 ) ( 81 -56 112 ) ( 80 -55 112 ) skip [ -1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 112 -24 120 ) ( 112 -23 120 ) ( 113 -24 120 ) skip [ 1 0 0 0 ] [ 0 -1 0 16 ] 0 0.5 0.5 -( 112 -48 56 ) ( 113 -48 56 ) ( 112 -48 57 ) surface_green [ -1 0 0 0 ] [ 0 0 -1 -56 ] 0 0.5 0.5 -( 312 -24 56 ) ( 312 -24 57 ) ( 312 -23 56 ) skip [ 0 1 0 -16 ] [ 0 0 -1 -56 ] 0 0.5 0.5 -} -// brush 110 -{ -( 312 -32 120 ) ( 312 -32 112 ) ( 312 16 120 ) surface_beige_edge [ 0 1.6292067950285372e-07 -0.9999999999999866 -15.9999695 ] [ 0 0.9999999999999866 1.6292067950285372e-07 47.999992 ] 90 0.5 0.5 -( 320 -32 120 ) ( 320 -32 112 ) ( 312 -32 120 ) skip [ 1 0 0 -16 ] [ 0 0 -1 16 ] 0 1 1 -( 312 16 104 ) ( 312 -32 104 ) ( 320 16 104 ) skip [ 1 0 0 16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 320 16 120 ) ( 320 -32 120 ) ( 312 16 120 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 312 16 120 ) ( 312 16 112 ) ( 320 16 120 ) skip [ -1 0 0 16 ] [ 0 0 -1 16 ] 0 1 1 -( 320 16 120 ) ( 320 16 112 ) ( 320 -32 120 ) skip [ 0 1 0 48 ] [ 0 0 -1 48 ] 0 0.5 0.5 -} -// brush 111 -{ -( 312 -56 16 ) ( 312 -40 16 ) ( 312 -56 32 ) surface_beige_corner [ 0 -1.3113417006681922e-07 0.9999999999999913 32 ] [ 0 -0.9999999999999913 -1.3113417006681922e-07 -32 ] 270 0.5 0.5 -( 312 -48 32 ) ( 320 -48 32 ) ( 312 -48 16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 320 -56 16 ) ( 320 -40 16 ) ( 312 -56 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 -( 312 -56 32 ) ( 312 -40 32 ) ( 320 -56 32 ) skip [ 1 0 0 -16 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 312 -40 32 ) ( 312 -40 16 ) ( 320 -40 32 ) skip [ 1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 320 -56 32 ) ( 320 -40 32 ) ( 320 -56 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 112 -{ -( 312 152 32 ) ( 312 24 32 ) ( 312 152 16 ) surface_beige_corner [ 0 -0.9999999999999997 -1.224647977550801e-16 0 ] [ -0 1.224647977550801e-16 -0.9999999999999997 32 ] 0 0.5 0.5 -( 320 248 16 ) ( 312 248 16 ) ( 320 248 32 ) skip [ 0.9999999999999957 0 8.742277997596912e-08 16 ] [ -8.742277997596912e-08 0 0.9999999999999957 0 ] 180 0.5 0.5 -( 312 152 16 ) ( 312 24 16 ) ( 320 152 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 1 1 -( 320 152 32 ) ( 320 24 32 ) ( 312 152 32 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 0 0.5 0.5 -( 312 256 16 ) ( 320 256 16 ) ( 312 256 32 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 152 16 ) ( 320 24 16 ) ( 320 152 32 ) skip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 113 -{ -( 312 152 48 ) ( 312 24 48 ) ( 312 152 32 ) surface_beige_edge [ 0 -0.9999999999999998 0 0 ] [ 0 0 -0.9999999999999998 -32 ] 0 0.5 0.5 -( 320 248 32 ) ( 312 248 32 ) ( 320 248 48 ) skip [ 0.9999999999999957 0 8.742277997596912e-08 16 ] [ -8.742277997596912e-08 0 0.9999999999999957 -32 ] 180 0.5 0.5 -( 312 152 32 ) ( 312 24 32 ) ( 320 152 32 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 1 1 -( 320 152 104 ) ( 320 24 104 ) ( 312 152 104 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 0 0.5 0.5 -( 312 256 32 ) ( 320 256 32 ) ( 312 256 48 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 320 152 32 ) ( 320 24 32 ) ( 320 152 48 ) skip [ 0 1 0 32 ] [ 0 0 -1 32 ] 0 0.5 0.5 -} -// brush 114 -{ -( 312 152 120 ) ( 312 24 120 ) ( 312 152 104 ) surface_beige_corner [ 0 1.6292067950285372e-07 -0.9999999999999866 48 ] [ 0 0.9999999999999866 1.6292067950285372e-07 0 ] 90 0.5 0.5 -( 320 248 104 ) ( 312 248 104 ) ( 320 248 120 ) skip [ 0.9999999999999957 0 8.742277997596912e-08 16 ] [ -8.742277997596912e-08 0 0.9999999999999957 -48 ] 180 0.5 0.5 -( 312 152 104 ) ( 312 24 104 ) ( 320 152 104 ) skip [ -1 0 0 16 ] [ 0 -1 0 -48 ] 0 1 1 -( 320 152 120 ) ( 320 24 120 ) ( 312 152 120 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 0 0.5 0.5 -( 312 256 104 ) ( 320 256 104 ) ( 312 256 120 ) skip [ -1 0 0 0 ] [ 0 0 -1 32 ] 0 0.25 0.25 -( 320 152 104 ) ( 320 24 104 ) ( 320 152 120 ) skip [ 0 1 0 32 ] [ 0 0 -1 48 ] 0 0.5 0.5 -} -// brush 115 -{ -( 80 -48 40 ) ( 80 -47 40 ) ( 80 -48 41 ) surface_green [ 0 4.371139006309477e-08 -0.999999999999999 -48 ] [ 0 0.999999999999999 4.371139006309477e-08 -32 ] 90 0.5 0.5 -( 80 -48 40 ) ( 80 -48 41 ) ( 81 -48 40 ) skip [ -4.371139006309477e-08 0 -0.999999999999999 -48 ] [ -0.999999999999999 0 4.371139006309477e-08 0 ] 90 0.5 0.5 -( 80 -48 112 ) ( 81 -48 112 ) ( 80 -47 112 ) skip [ -1 0 0 0 ] [ 0 -1 0 32 ] 0 0.5 0.5 -( 112 -16 120 ) ( 112 -15 120 ) ( 113 -16 120 ) skip [ 1 0 0 0 ] [ 0 -1 0 32 ] 0 0.5 0.5 -( 112 256 56 ) ( 113 256 56 ) ( 112 256 57 ) skip [ -1 0 0 0 ] [ 0 0 -1 -56 ] 0 0.5 0.5 -( 88 -16 56 ) ( 88 -16 57 ) ( 88 -15 56 ) surface_green [ 0 1 0 -32 ] [ 0 0 -1 -56 ] 0 0.5 0.5 -} -// brush 116 -{ -( 944 800 0 ) ( 944 801 0 ) ( 944 800 1 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 944 800 0 ) ( 944 800 1 ) ( 945 800 0 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 -( 944 800 0 ) ( 945 800 0 ) ( 944 801 0 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 -( 992 848 16 ) ( 992 849 16 ) ( 993 848 16 ) floor_checkertiles [ 1 0 0 -32 ] [ 0 -1 0 -32 ] 0 0.25 0.25 -( 992 1024 16 ) ( 993 1024 16 ) ( 992 1024 17 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 -( 1264 848 16 ) ( 1264 848 17 ) ( 1264 849 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 117 -{ -( 944 800 16 ) ( 944 801 16 ) ( 944 800 17 ) redplaid [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 944 800 16 ) ( 944 800 17 ) ( 945 800 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 944 800 16 ) ( 945 800 16 ) ( 944 801 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 952 840 96 ) ( 952 841 96 ) ( 953 840 96 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 952 824 24 ) ( 953 824 24 ) ( 952 824 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 952 840 24 ) ( 952 840 25 ) ( 952 841 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 118 -{ -( 944 872 16 ) ( 944 873 16 ) ( 944 872 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 944 872 16 ) ( 944 872 17 ) ( 945 872 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 944 872 16 ) ( 945 872 16 ) ( 944 873 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 952 912 112 ) ( 952 913 112 ) ( 953 912 112 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 952 888 24 ) ( 953 888 24 ) ( 952 888 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 952 912 24 ) ( 952 912 25 ) ( 952 913 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 119 -{ -( 944 848 32 ) ( 944 849 32 ) ( 944 848 33 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 944 800 32 ) ( 944 800 33 ) ( 945 800 32 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 944 848 96 ) ( 945 848 96 ) ( 944 849 96 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 952 888 112 ) ( 952 889 112 ) ( 953 888 112 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 952 872 40 ) ( 953 872 40 ) ( 952 872 41 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 952 888 40 ) ( 952 888 41 ) ( 952 889 40 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 120 -{ -( 944 888 16 ) ( 944 889 16 ) ( 944 888 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 944 888 16 ) ( 944 888 17 ) ( 945 888 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 944 888 16 ) ( 945 888 16 ) ( 944 889 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 952 928 48 ) ( 952 929 48 ) ( 953 928 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 952 992 24 ) ( 953 992 24 ) ( 952 992 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 952 928 24 ) ( 952 928 25 ) ( 952 929 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 121 -{ -( 944 888 16 ) ( 944 889 16 ) ( 944 888 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 944 888 16 ) ( 944 888 17 ) ( 945 888 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 944 888 96 ) ( 945 888 96 ) ( 944 889 96 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 952 928 112 ) ( 952 929 112 ) ( 953 928 112 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 952 992 24 ) ( 953 992 24 ) ( 952 992 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 952 928 24 ) ( 952 928 25 ) ( 952 929 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 122 -{ -( 944 992 16 ) ( 944 993 16 ) ( 944 992 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 944 992 16 ) ( 944 992 17 ) ( 945 992 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 944 992 16 ) ( 945 992 16 ) ( 944 993 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 952 1032 112 ) ( 952 1033 112 ) ( 953 1032 112 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 952 1024 24 ) ( 953 1024 24 ) ( 952 1024 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 952 1032 24 ) ( 952 1032 25 ) ( 952 1033 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 123 -{ -( 88 260 52 ) ( 88 261 52 ) ( 88 260 53 ) clip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 148 260 52 ) ( 148 260 53 ) ( 149 260 52 ) clip [ 1 0 0 8 ] [ 0 0 -1 0 ] 0 1 1 -( 148 260 52 ) ( 149 260 52 ) ( 148 261 52 ) clip [ -1 0 0 -8 ] [ 0 -1 0 0 ] 0 1 1 -( 160 262 96 ) ( 160 263 96 ) ( 161 262 96 ) clip [ 1 0 0 8 ] [ 0 -1 0 0 ] 0 1 1 -( 160 262 54 ) ( 161 262 54 ) ( 160 262 55 ) clip [ -1 0 0 -8 ] [ 0 0 -1 0 ] 0 1 1 -( 144 262 54 ) ( 144 262 55 ) ( 144 263 54 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 124 -{ -( 82 246 52 ) ( 82 247 52 ) ( 82 246 53 ) clip [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 82 168 52 ) ( 82 168 53 ) ( 83 168 52 ) clip [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 82 246 52 ) ( 83 246 52 ) ( 82 247 52 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 84 256 96 ) ( 84 257 96 ) ( 85 256 96 ) clip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 84 256 54 ) ( 85 256 54 ) ( 84 256 55 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 84 256 54 ) ( 84 256 55 ) ( 84 257 54 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 125 -{ -( 82 136 52 ) ( 82 137 52 ) ( 82 136 53 ) clip [ 0 -1 0 -46 ] [ 0 0 -1 0 ] 0 1 1 -( 82 56 52 ) ( 82 56 53 ) ( 83 56 52 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 82 136 52 ) ( 83 136 52 ) ( 82 137 52 ) clip [ -1 0 0 0 ] [ 0 -1 0 -46 ] 0 1 1 -( 84 146 96 ) ( 84 147 96 ) ( 85 146 96 ) clip [ 1 0 0 0 ] [ 0 -1 0 -46 ] 0 1 1 -( 84 160 54 ) ( 85 160 54 ) ( 84 160 55 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 84 146 54 ) ( 84 146 55 ) ( 84 147 54 ) clip [ 0 1 0 46 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 126 -{ -( 82 24 52 ) ( 82 25 52 ) ( 82 24 53 ) clip [ 0 -1 0 -30 ] [ 0 0 -1 0 ] 0 1 1 -( 82 -48 52 ) ( 82 -48 53 ) ( 83 -48 52 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 82 24 52 ) ( 83 24 52 ) ( 82 25 52 ) clip [ -1 0 0 0 ] [ 0 -1 0 -30 ] 0 1 1 -( 84 34 96 ) ( 84 35 96 ) ( 85 34 96 ) clip [ 1 0 0 0 ] [ 0 -1 0 -30 ] 0 1 1 -( 84 48 54 ) ( 85 48 54 ) ( 84 48 55 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 84 34 54 ) ( 84 34 55 ) ( 84 35 54 ) clip [ 0 1 0 30 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 127 -{ -( 88 -54 52 ) ( 88 -53 52 ) ( 88 -54 53 ) clip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 88 -54 52 ) ( 88 -54 53 ) ( 89 -54 52 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 88 -54 52 ) ( 89 -54 52 ) ( 88 -53 52 ) clip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 96 -52 96 ) ( 96 -51 96 ) ( 97 -52 96 ) clip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 96 -52 54 ) ( 97 -52 54 ) ( 96 -52 55 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 224 -52 54 ) ( 224 -52 55 ) ( 224 -51 54 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -} -// entity 1 -{ -"classname" "func_group" -"_tb_type" "_tb_group" -"_tb_name" "motelroomlayout" -"_tb_id" "4" -"_tb_linked_group_id" "{64d2ce3b-d5a0-495e-b5f7-459c62d5e742}" -"_tb_transformation" "1 0 0 0 0 1 0 -72 0 0 1 0 0 0 0 1" -// brush 0 -{ -( 1186 1124 16 ) ( 1186 1125 16 ) ( 1186 1124 17 ) clip [ 0 -1 0 -28 ] [ 0 0 -1 0 ] 0 1 1 -( 1180 1126 16 ) ( 1180 1126 17 ) ( 1181 1126 16 ) clip [ 1 0 0 20 ] [ 0 0 -1 0 ] 0 1 1 -( 1180 1124 16 ) ( 1181 1124 16 ) ( 1180 1125 16 ) clip [ -1 0 0 -20 ] [ 0 -1 0 -28 ] 0 1 1 -( 1276 1220 44 ) ( 1276 1221 44 ) ( 1277 1220 44 ) clip [ 1 0 0 20 ] [ 0 -1 0 -28 ] 0 1 1 -( 1276 1208 32 ) ( 1277 1208 32 ) ( 1276 1208 33 ) clip [ -1 0 0 -20 ] [ 0 0 -1 0 ] 0 1 1 -( 1256 1220 32 ) ( 1256 1220 33 ) ( 1256 1221 32 ) clip [ 0 1 0 28 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 1 -{ -( 944 1112 16 ) ( 944 1113 16 ) ( 944 1112 17 ) skip [ 0 -1 0 -48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 952 1112 16 ) ( 952 1112 17 ) ( 953 1112 16 ) surface_beige [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 952 1112 16 ) ( 953 1112 16 ) ( 952 1113 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 1000 1120 80 ) ( 1000 1121 80 ) ( 1001 1120 80 ) skip [ 1 0 0 0 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 1000 1120 24 ) ( 1001 1120 24 ) ( 1000 1120 25 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 992 1120 24 ) ( 992 1120 25 ) ( 992 1121 24 ) surface_beige_edge [ 0 1 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 2 -{ -( 1074 1124 16 ) ( 1074 1125 16 ) ( 1074 1124 17 ) clip [ 0 -1 0 -28 ] [ 0 0 -1 0 ] 0 1 1 -( 1068 1126 16 ) ( 1068 1126 17 ) ( 1069 1126 16 ) clip [ 1 0 0 4 ] [ 0 0 -1 0 ] 0 1 1 -( 1068 1124 16 ) ( 1069 1124 16 ) ( 1068 1125 16 ) clip [ -1 0 0 -4 ] [ 0 -1 0 -28 ] 0 1 1 -( 1164 1220 44 ) ( 1164 1221 44 ) ( 1165 1220 44 ) clip [ 1 0 0 4 ] [ 0 -1 0 -28 ] 0 1 1 -( 1164 1208 32 ) ( 1165 1208 32 ) ( 1164 1208 33 ) clip [ -1 0 0 -4 ] [ 0 0 -1 0 ] 0 1 1 -( 1144 1220 32 ) ( 1144 1220 33 ) ( 1144 1221 32 ) clip [ 0 1 0 28 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 3 -{ -( 992 1112 16 ) ( 992 1113 16 ) ( 992 1112 17 ) skip [ 0 -1 0 -48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1000 1112 16 ) ( 1000 1112 17 ) ( 1001 1112 16 ) surface_beige [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1000 1112 80 ) ( 1001 1112 80 ) ( 1000 1113 80 ) surface_beige_edge [ 4.371138994063005e-08 0.9999999999999989 0 16 ] [ -0.9999999999999989 4.371138994063005e-08 0 0 ] 270 0.5 0.5 -( 1048 1120 96 ) ( 1048 1121 96 ) ( 1049 1120 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 1048 1120 24 ) ( 1049 1120 24 ) ( 1048 1120 25 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1040 1120 24 ) ( 1040 1120 25 ) ( 1040 1121 24 ) skip [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 4 -{ -( 1148 1188 16 ) ( 1148 1189 16 ) ( 1148 1188 17 ) clip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1148 1188 16 ) ( 1148 1188 17 ) ( 1149 1188 16 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1148 1188 16 ) ( 1149 1188 16 ) ( 1148 1189 16 ) clip [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.25 0.25 -( 1180 1208 34 ) ( 1180 1209 34 ) ( 1181 1208 34 ) clip [ 1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.25 0.25 -( 1180 1208 20 ) ( 1181 1208 20 ) ( 1180 1208 21 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1182 1208 20 ) ( 1182 1208 21 ) ( 1182 1209 20 ) clip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 5 -{ -( 944 1016 0 ) ( 944 1017 0 ) ( 944 1016 1 ) skip [ 0 -1 0 -48 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -( 1024 1024 0 ) ( 1024 1024 1 ) ( 1025 1024 0 ) skip [ 1 0 0 32 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -( 1024 1016 0 ) ( 1025 1016 0 ) ( 1024 1017 0 ) skip [ -1 0 0 -32 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 1056 1064 16 ) ( 1056 1065 16 ) ( 1057 1064 16 ) carpet_dullgreen [ 1 0 0 96 ] [ 0 -1 0 -112 ] 0 0.5 0.5 -( 1056 1208 16 ) ( 1057 1208 16 ) ( 1056 1208 17 ) skip [ -1 0 0 -32 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -( 1296 1064 16 ) ( 1296 1064 17 ) ( 1296 1065 16 ) skip [ 0 1 0 48 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -} -// brush 6 -{ -( 1128 1024 16 ) ( 1128 1025 16 ) ( 1128 1024 17 ) clip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1104 1024 16 ) ( 1104 1024 17 ) ( 1105 1024 16 ) clip [ 1 0 0 32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1104 1024 16 ) ( 1105 1024 16 ) ( 1104 1025 16 ) clip [ -1 0 0 -32 ] [ 0 -1 0 -32 ] 0 0.25 0.25 -( 1176 1056 48 ) ( 1176 1057 48 ) ( 1177 1056 48 ) clip [ 1 0 0 32 ] [ 0 -1 0 -32 ] 0 0.25 0.25 -( 1176 1048 24 ) ( 1177 1048 24 ) ( 1176 1048 25 ) clip [ -1 0 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1192 1056 24 ) ( 1192 1056 25 ) ( 1192 1057 24 ) clip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 7 -{ -( 1040 1160 32 ) ( 1040 1161 32 ) ( 1040 1160 33 ) skip [ 0 -1 0 -48 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -( 1040 1112 32 ) ( 1040 1112 33 ) ( 1041 1112 32 ) surface_beige_edge [ -0.9999999999999961 0 8.742278000372473e-08 -16 ] [ 8.742278000372473e-08 0 0.9999999999999961 32 ] 180 0.5 0.5 -( 1040 1160 80 ) ( 1041 1160 80 ) ( 1040 1161 80 ) skip [ -1 0 0 0 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 1048 1200 96 ) ( 1048 1201 96 ) ( 1049 1200 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 1048 1120 40 ) ( 1049 1120 40 ) ( 1048 1120 41 ) skip [ -1 0 0 0 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -( 1048 1200 40 ) ( 1048 1200 41 ) ( 1048 1201 40 ) surface_beige_edge [ 0 1 0 16 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -} -// brush 8 -{ -( 1040 1168 16 ) ( 1040 1169 16 ) ( 1040 1168 17 ) surface_beige [ 0 -1 0 -48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1040 1120 16 ) ( 1040 1120 17 ) ( 1041 1120 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1040 1168 16 ) ( 1041 1168 16 ) ( 1040 1169 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 1048 1208 96 ) ( 1048 1209 96 ) ( 1049 1208 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 1048 1208 24 ) ( 1049 1208 24 ) ( 1048 1208 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1048 1208 24 ) ( 1048 1208 25 ) ( 1048 1209 24 ) surface_beige [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 9 -{ -( 944 1112 16 ) ( 944 1113 16 ) ( 944 1112 17 ) skip [ 0 -1 0 -48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 944 1112 16 ) ( 944 1112 17 ) ( 945 1112 16 ) surface_beige [ 1 0 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 944 1112 80 ) ( 945 1112 80 ) ( 944 1113 80 ) skip [ -1 0 0 -48 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 992 1120 96 ) ( 992 1121 96 ) ( 993 1120 96 ) skip [ 1 0 0 48 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 992 1120 24 ) ( 993 1120 24 ) ( 992 1120 25 ) surface_beige [ -1 0 0 -48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 992 1120 24 ) ( 992 1120 25 ) ( 992 1121 24 ) skip [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 10 -{ -( 1040 1160 16 ) ( 1040 1161 16 ) ( 1040 1160 17 ) surface_beige_edge [ 0 0.9999999999999961 8.742278000372473e-08 16 ] [ 0 -8.742278000372473e-08 0.9999999999999961 0 ] 180 0.5 0.5 -( 1040 1112 16 ) ( 1040 1112 17 ) ( 1041 1112 16 ) surface_beige_edge [ -0.9999999999999961 0 8.742278000372473e-08 -16 ] [ 8.742278000372473e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 -( 1040 1160 16 ) ( 1041 1160 16 ) ( 1040 1161 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 1048 1200 80 ) ( 1048 1201 80 ) ( 1049 1200 80 ) skip [ 1 0 0 0 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 1048 1120 24 ) ( 1049 1120 24 ) ( 1048 1120 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1048 1200 24 ) ( 1048 1200 25 ) ( 1048 1201 24 ) surface_beige_edge [ 0 1 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -} -// entity 2 -{ -"classname" "func_transparent" -// brush 0 -{ -( 224 260 52 ) ( 224 261 52 ) ( 224 260 53 ) clip [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 284 260 52 ) ( 284 260 53 ) ( 285 260 52 ) clip [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 284 260 52 ) ( 285 260 52 ) ( 284 261 52 ) clip [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 296 262 96 ) ( 296 263 96 ) ( 297 262 96 ) clip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 296 262 54 ) ( 297 262 54 ) ( 296 262 55 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 296 262 54 ) ( 296 262 55 ) ( 296 263 54 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -} -} diff --git a/maps/autosave/cafemotel.9.map.import b/maps/autosave/cafemotel.9.map.import deleted file mode 100644 index fc64651..0000000 --- a/maps/autosave/cafemotel.9.map.import +++ /dev/null @@ -1,14 +0,0 @@ -[remap] - -importer="func_godot.map" -type="Resource" -uid="uid://b2pl1ib43kb1k" -path="res://.godot/imported/cafemotel.9.map-314401240a63c36835e205de8f16beb5.tres" - -[deps] - -source_file="res://maps/autosave/cafemotel.9.map" -dest_files=["res://.godot/imported/cafemotel.9.map-314401240a63c36835e205de8f16beb5.tres"] - -[params] - diff --git a/maps/cafemotel.exr b/maps/cafemotel.exr index bedd61b..a178e35 100644 Binary files a/maps/cafemotel.exr and b/maps/cafemotel.exr differ diff --git a/maps/cafemotel.exr.import b/maps/cafemotel.exr.import index f39f512..231afdf 100644 --- a/maps/cafemotel.exr.import +++ b/maps/cafemotel.exr.import @@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/cafemotel.exr-b68a99b22ade4f3c357488de987ba51 compress/mode=3 compress/high_quality=false compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/channel_pack=1 mipmaps/generate=false diff --git a/maps/cafemotel.lmbake b/maps/cafemotel.lmbake index e586dd7..cbf7c61 100644 Binary files a/maps/cafemotel.lmbake and b/maps/cafemotel.lmbake differ diff --git a/maps/cafemotel.map b/maps/cafemotel.map index 7009974..f9196ca 100644 --- a/maps/cafemotel.map +++ b/maps/cafemotel.map @@ -1,4 +1,4 @@ -// Game: maskmaker +// Game: That Wretched Shadow // Format: Valve // entity 0 { @@ -948,12 +948,12 @@ } // brush 106 { -( 944 584 -20 ) ( 944 585 -20 ) ( 944 584 -19 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 816 720 -20 ) ( 816 720 -19 ) ( 817 720 -20 ) skip [ 1 0 0 32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 816 584 -20 ) ( 817 584 -20 ) ( 816 585 -20 ) skip [ -1 0 0 -32 ] [ 0 -1 0 0 ] 0 0.5 0.5 -( 944 712 12 ) ( 944 713 12 ) ( 945 712 12 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 944 800 12 ) ( 945 800 12 ) ( 944 800 13 ) skip [ -1 0 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1408 712 12 ) ( 1408 712 13 ) ( 1408 713 12 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 944 584 -20 ) ( 944 585 -20 ) ( 944 584 -19 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 180 0.5 0.5 +( 816 720 -20 ) ( 816 720 -19 ) ( 817 720 -20 ) skip [ 1 0 0 32 ] [ 0 0 -1 0 ] 180 0.5 0.5 +( 816 584 -20 ) ( 817 584 -20 ) ( 816 585 -20 ) skip [ -1 0 0 -32 ] [ 0 -1 0 0 ] 180 0.5 0.5 +( 944 712 12 ) ( 944 713 12 ) ( 945 712 12 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 944 800 12 ) ( 945 800 12 ) ( 944 800 13 ) skip [ -1 0 0 -32 ] [ 0 0 -1 0 ] 180 0.5 0.5 +( 1408 712 12 ) ( 1408 712 13 ) ( 1408 713 12 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 180 0.5 0.5 } // brush 107 { @@ -1038,66 +1038,66 @@ } // brush 116 { -( 944 800 0 ) ( 944 801 0 ) ( 944 800 1 ) skip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 944 800 0 ) ( 944 800 1 ) ( 945 800 0 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 0 1 1 -( 944 800 0 ) ( 945 800 0 ) ( 944 801 0 ) skip [ -1 0 0 16 ] [ 0 -1 0 0 ] 0 1 1 -( 992 848 16 ) ( 992 849 16 ) ( 993 848 16 ) floor_checkertiles [ 1 0 0 -32 ] [ 0 -1 0 -32 ] 0 0.25 0.25 -( 992 1024 16 ) ( 993 1024 16 ) ( 992 1024 17 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1 -( 1264 848 16 ) ( 1264 848 17 ) ( 1264 849 16 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 944 800 0 ) ( 944 801 0 ) ( 944 800 1 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 944 800 0 ) ( 944 800 1 ) ( 945 800 0 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 944 800 0 ) ( 945 800 0 ) ( 944 801 0 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 992 848 16 ) ( 992 849 16 ) ( 993 848 16 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 992 1024 16 ) ( 993 1024 16 ) ( 992 1024 17 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 848 16 ) ( 1312 848 17 ) ( 1312 849 16 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } // brush 117 { -( 944 800 16 ) ( 944 801 16 ) ( 944 800 17 ) redplaid [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 944 800 16 ) ( 944 800 17 ) ( 945 800 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 944 800 16 ) ( 945 800 16 ) ( 944 801 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 952 840 96 ) ( 952 841 96 ) ( 953 840 96 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 952 824 24 ) ( 953 824 24 ) ( 952 824 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 952 840 24 ) ( 952 840 25 ) ( 952 841 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 944 800 16 ) ( 944 801 16 ) ( 944 800 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 944 800 16 ) ( 944 800 17 ) ( 945 800 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 944 800 16 ) ( 945 800 16 ) ( 944 801 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 840 96 ) ( 952 841 96 ) ( 953 840 96 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 824 24 ) ( 953 824 24 ) ( 952 824 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 840 24 ) ( 952 840 25 ) ( 952 841 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } // brush 118 { -( 944 872 16 ) ( 944 873 16 ) ( 944 872 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 944 872 16 ) ( 944 872 17 ) ( 945 872 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 944 872 16 ) ( 945 872 16 ) ( 944 873 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 952 912 112 ) ( 952 913 112 ) ( 953 912 112 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 952 888 24 ) ( 953 888 24 ) ( 952 888 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 952 912 24 ) ( 952 912 25 ) ( 952 913 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 944 872 16 ) ( 944 873 16 ) ( 944 872 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 944 872 16 ) ( 944 872 17 ) ( 945 872 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 944 872 16 ) ( 945 872 16 ) ( 944 873 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 912 112 ) ( 952 913 112 ) ( 953 912 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 888 24 ) ( 953 888 24 ) ( 952 888 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 912 24 ) ( 952 912 25 ) ( 952 913 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } // brush 119 { -( 944 848 32 ) ( 944 849 32 ) ( 944 848 33 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 944 800 32 ) ( 944 800 33 ) ( 945 800 32 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 944 848 96 ) ( 945 848 96 ) ( 944 849 96 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 952 888 112 ) ( 952 889 112 ) ( 953 888 112 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 952 872 40 ) ( 953 872 40 ) ( 952 872 41 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 952 888 40 ) ( 952 888 41 ) ( 952 889 40 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 944 848 32 ) ( 944 849 32 ) ( 944 848 33 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 944 800 32 ) ( 944 800 33 ) ( 945 800 32 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 944 848 96 ) ( 945 848 96 ) ( 944 849 96 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 888 112 ) ( 952 889 112 ) ( 953 888 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 872 40 ) ( 953 872 40 ) ( 952 872 41 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 888 40 ) ( 952 888 41 ) ( 952 889 40 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } // brush 120 { -( 944 888 16 ) ( 944 889 16 ) ( 944 888 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 944 888 16 ) ( 944 888 17 ) ( 945 888 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 944 888 16 ) ( 945 888 16 ) ( 944 889 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 952 928 48 ) ( 952 929 48 ) ( 953 928 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 952 992 24 ) ( 953 992 24 ) ( 952 992 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 952 928 24 ) ( 952 928 25 ) ( 952 929 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 944 888 16 ) ( 944 889 16 ) ( 944 888 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 944 888 16 ) ( 944 888 17 ) ( 945 888 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 944 888 16 ) ( 945 888 16 ) ( 944 889 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 928 48 ) ( 952 929 48 ) ( 953 928 48 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 992 24 ) ( 953 992 24 ) ( 952 992 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 928 24 ) ( 952 928 25 ) ( 952 929 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } // brush 121 { -( 944 888 16 ) ( 944 889 16 ) ( 944 888 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 944 888 16 ) ( 944 888 17 ) ( 945 888 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 944 888 96 ) ( 945 888 96 ) ( 944 889 96 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 952 928 112 ) ( 952 929 112 ) ( 953 928 112 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 952 992 24 ) ( 953 992 24 ) ( 952 992 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 952 928 24 ) ( 952 928 25 ) ( 952 929 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 944 888 16 ) ( 944 889 16 ) ( 944 888 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 944 888 16 ) ( 944 888 17 ) ( 945 888 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 944 888 96 ) ( 945 888 96 ) ( 944 889 96 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 928 112 ) ( 952 929 112 ) ( 953 928 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 992 24 ) ( 953 992 24 ) ( 952 992 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 928 24 ) ( 952 928 25 ) ( 952 929 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } // brush 122 { -( 944 992 16 ) ( 944 993 16 ) ( 944 992 17 ) redplaid [ 0 -1 0 0 ] [ -0 -0 -1 0 ] 0 1 1 -( 944 992 16 ) ( 944 992 17 ) ( 945 992 16 ) redplaid [ 1 0 -0 0 ] [ 0 -0 -1 0 ] 0 1 1 -( 944 992 16 ) ( 945 992 16 ) ( 944 993 16 ) redplaid [ -1 0 0 0 ] [ -0 -1 -0 0 ] 0 1 1 -( 952 1032 112 ) ( 952 1033 112 ) ( 953 1032 112 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 952 1024 24 ) ( 953 1024 24 ) ( 952 1024 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 952 1032 24 ) ( 952 1032 25 ) ( 952 1033 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 944 992 16 ) ( 944 993 16 ) ( 944 992 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 944 992 16 ) ( 944 992 17 ) ( 945 992 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 944 992 16 ) ( 945 992 16 ) ( 944 993 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1032 112 ) ( 952 1033 112 ) ( 953 1032 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1024 24 ) ( 953 1024 24 ) ( 952 1024 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1032 24 ) ( 952 1032 25 ) ( 952 1033 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 } // brush 123 { @@ -1135,117 +1135,630 @@ ( 480 136 24 ) ( 481 136 24 ) ( 480 136 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 480 72 24 ) ( 480 72 25 ) ( 480 73 24 ) skip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 } +// brush 127 +{ +( 848 1136 0 ) ( 848 1137 0 ) ( 848 1136 1 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 912 1136 0 ) ( 912 1136 1 ) ( 913 1136 0 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 912 1136 0 ) ( 913 1136 0 ) ( 912 1137 0 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 944 1200 16 ) ( 944 1201 16 ) ( 945 1200 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 944 1800 16 ) ( 945 1800 16 ) ( 944 1800 17 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 944 1200 16 ) ( 944 1200 17 ) ( 944 1201 16 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 128 +{ +( 952 1216 24 ) ( 952 1217 24 ) ( 952 1216 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1216 24 ) ( 952 1216 25 ) ( 953 1216 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1216 16 ) ( 953 1216 16 ) ( 952 1217 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1224 112 ) ( 968 1225 112 ) ( 969 1224 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1224 32 ) ( 969 1224 32 ) ( 968 1224 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1224 32 ) ( 1304 1224 33 ) ( 1304 1225 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 129 +{ +( 952 1408 24 ) ( 952 1409 24 ) ( 952 1408 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1408 24 ) ( 952 1408 25 ) ( 953 1408 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1408 16 ) ( 953 1408 16 ) ( 952 1409 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1416 112 ) ( 968 1417 112 ) ( 969 1416 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1416 32 ) ( 969 1416 32 ) ( 968 1416 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1416 32 ) ( 1304 1416 33 ) ( 1304 1417 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 130 +{ +( 952 1024 24 ) ( 952 1025 24 ) ( 952 1024 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1024 24 ) ( 952 1024 25 ) ( 953 1024 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1024 16 ) ( 953 1024 16 ) ( 952 1025 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1032 112 ) ( 968 1033 112 ) ( 969 1032 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1032 32 ) ( 969 1032 32 ) ( 968 1032 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1032 32 ) ( 1304 1032 33 ) ( 1304 1033 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 131 +{ +( 1194 1132 16 ) ( 1194 1133 16 ) ( 1194 1132 17 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1188 1134 16 ) ( 1188 1134 17 ) ( 1189 1134 16 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1188 1132 16 ) ( 1189 1132 16 ) ( 1188 1133 16 ) clip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1284 1228 44 ) ( 1284 1229 44 ) ( 1285 1228 44 ) clip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1284 1216 32 ) ( 1285 1216 32 ) ( 1284 1216 33 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1264 1228 32 ) ( 1264 1228 33 ) ( 1264 1229 32 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 132 +{ +( 952 1120 16 ) ( 952 1121 16 ) ( 952 1120 17 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 180 0.5 0.5 +( 960 1120 16 ) ( 960 1120 17 ) ( 961 1120 16 ) surface_beige [ 1 0 0 -16 ] [ 0 0 -1 0 ] 180 0.5 0.5 +( 960 1120 16 ) ( 961 1120 16 ) ( 960 1121 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -32 ] 180 0.5 0.5 +( 1008 1128 96 ) ( 1008 1129 96 ) ( 1009 1128 96 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 90 0.5 0.5 +( 1008 1128 24 ) ( 1009 1128 24 ) ( 1008 1128 25 ) surface_beige [ -1 0 0 16 ] [ 0 0 -1 0 ] 180 0.5 0.5 +( 1000 1128 24 ) ( 1000 1128 25 ) ( 1000 1129 24 ) surface_beige_edge [ 0 1 0 0 ] [ 0 0 -1 0 ] 180 0.5 0.5 +} +// brush 133 +{ +( 1082 1132 16 ) ( 1082 1133 16 ) ( 1082 1132 17 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1076 1134 16 ) ( 1076 1134 17 ) ( 1077 1134 16 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1076 1132 16 ) ( 1077 1132 16 ) ( 1076 1133 16 ) clip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1172 1228 44 ) ( 1172 1229 44 ) ( 1173 1228 44 ) clip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1172 1216 32 ) ( 1173 1216 32 ) ( 1172 1216 33 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1152 1228 32 ) ( 1152 1228 33 ) ( 1152 1229 32 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 134 +{ +( 1000 1120 32 ) ( 1000 1121 32 ) ( 1000 1120 33 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 32 ] 0 0.5 0.5 +( 1008 1120 32 ) ( 1008 1120 33 ) ( 1009 1120 32 ) surface_beige [ 1 0 0 -16 ] [ 0 0 -1 32 ] 0 0.5 0.5 +( 1008 1120 96 ) ( 1009 1120 96 ) ( 1008 1121 96 ) surface_beige_edge [ 4.371138994063005e-08 0.9999999999999989 0 0 ] [ -0.9999999999999989 4.371138994063005e-08 0 16 ] 270 0.5 0.5 +( 1056 1128 112 ) ( 1056 1129 112 ) ( 1057 1128 112 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 1056 1128 40 ) ( 1057 1128 40 ) ( 1056 1128 41 ) surface_beige [ -1 0 0 16 ] [ 0 0 -1 32 ] 0 0.5 0.5 +( 1048 1128 40 ) ( 1048 1128 41 ) ( 1048 1129 40 ) skip [ 0 1 0 32 ] [ 0 0 -1 32 ] 0 0.5 0.5 +} +// brush 135 +{ +( 1156 1196 16 ) ( 1156 1197 16 ) ( 1156 1196 17 ) clip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 1156 1196 16 ) ( 1156 1196 17 ) ( 1157 1196 16 ) clip [ 1 0 0 -32 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 1156 1196 16 ) ( 1157 1196 16 ) ( 1156 1197 16 ) clip [ -1 0 0 32 ] [ 0 -1 0 0 ] 180 0.25 0.25 +( 1188 1216 34 ) ( 1188 1217 34 ) ( 1189 1216 34 ) clip [ 1 0 0 -32 ] [ 0 -1 0 0 ] 180 0.25 0.25 +( 1188 1216 20 ) ( 1189 1216 20 ) ( 1188 1216 21 ) clip [ -1 0 0 32 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 1190 1216 20 ) ( 1190 1216 21 ) ( 1190 1217 20 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 180 0.25 0.25 +} +// brush 136 +{ +( 952 1024 0 ) ( 952 1025 0 ) ( 952 1024 1 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 -32 ] 180 0.5 0.5 +( 1032 1032 0 ) ( 1032 1032 1 ) ( 1033 1032 0 ) skip [ 1 0 0 16 ] [ 0 0 -1 -32 ] 180 0.5 0.5 +( 1032 1024 0 ) ( 1033 1024 0 ) ( 1032 1025 0 ) skip [ -1 0 0 -16 ] [ 0 -1 0 -32 ] 180 0.5 0.5 +( 1064 1072 16 ) ( 1064 1073 16 ) ( 1065 1072 16 ) carpet_dullgreen [ 1 0 0 80 ] [ 0 -1 0 -96 ] 180 0.5 0.5 +( 1064 1216 16 ) ( 1065 1216 16 ) ( 1064 1216 17 ) skip [ -1 0 0 -16 ] [ 0 0 -1 -32 ] 180 0.5 0.5 +( 1304 1072 16 ) ( 1304 1072 17 ) ( 1304 1073 16 ) skip [ 0 1 0 32 ] [ 0 0 -1 -32 ] 180 0.5 0.5 +} +// brush 137 +{ +( 1136 1032 16 ) ( 1136 1033 16 ) ( 1136 1032 17 ) clip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 1112 1032 16 ) ( 1112 1032 17 ) ( 1113 1032 16 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 1112 1032 16 ) ( 1113 1032 16 ) ( 1112 1033 16 ) clip [ -1 0 0 0 ] [ 0 -1 0 0 ] 180 0.25 0.25 +( 1184 1064 48 ) ( 1184 1065 48 ) ( 1185 1064 48 ) clip [ 1 0 0 0 ] [ 0 -1 0 0 ] 180 0.25 0.25 +( 1184 1056 24 ) ( 1185 1056 24 ) ( 1184 1056 25 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 1200 1064 24 ) ( 1200 1064 25 ) ( 1200 1065 24 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 180 0.25 0.25 +} +// brush 138 +{ +( 1048 1168 48 ) ( 1048 1169 48 ) ( 1048 1168 49 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 1048 1120 48 ) ( 1048 1120 49 ) ( 1049 1120 48 ) surface_beige_edge [ -0.9999999999999961 0 8.742278000372473e-08 0 ] [ 8.742278000372473e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 +( 1048 1168 96 ) ( 1049 1168 96 ) ( 1048 1169 96 ) skip [ -1 0 0 16 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 1056 1208 112 ) ( 1056 1209 112 ) ( 1057 1208 112 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 1056 1128 56 ) ( 1057 1128 56 ) ( 1056 1128 57 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 +( 1056 1208 56 ) ( 1056 1208 57 ) ( 1056 1209 56 ) surface_beige_edge [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 +} +// brush 139 +{ +( 1048 1176 16 ) ( 1048 1177 16 ) ( 1048 1176 17 ) surface_beige [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 180 0.5 0.5 +( 1048 1128 16 ) ( 1048 1128 17 ) ( 1049 1128 16 ) skip [ 1 0 0 -16 ] [ 0 0 -1 0 ] 180 0.5 0.5 +( 1048 1176 16 ) ( 1049 1176 16 ) ( 1048 1177 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -32 ] 180 0.5 0.5 +( 1056 1216 112 ) ( 1056 1217 112 ) ( 1057 1216 112 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 90 0.5 0.5 +( 1056 1216 24 ) ( 1057 1216 24 ) ( 1056 1216 25 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 180 0.5 0.5 +( 1056 1216 24 ) ( 1056 1216 25 ) ( 1056 1217 24 ) surface_beige [ 0 1 0 32 ] [ 0 0 -1 0 ] 180 0.5 0.5 +} +// brush 140 +{ +( 952 1120 32 ) ( 952 1121 32 ) ( 952 1120 33 ) skip [ 0 -1 0 -32 ] [ 0 0 -1 32 ] 0 0.5 0.5 +( 952 1120 32 ) ( 952 1120 33 ) ( 953 1120 32 ) surface_beige [ 1 0 0 32 ] [ 0 0 -1 32 ] 0 0.5 0.5 +( 952 1120 96 ) ( 953 1120 96 ) ( 952 1121 96 ) skip [ -1 0 0 -32 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 1000 1128 112 ) ( 1000 1129 112 ) ( 1001 1128 112 ) skip [ 1 0 0 32 ] [ 0 -1 0 -32 ] 0 0.5 0.5 +( 1000 1128 40 ) ( 1001 1128 40 ) ( 1000 1128 41 ) surface_beige [ -1 0 0 -32 ] [ 0 0 -1 32 ] 0 0.5 0.5 +( 1000 1128 40 ) ( 1000 1128 41 ) ( 1000 1129 40 ) skip [ 0 1 0 32 ] [ 0 0 -1 32 ] 0 0.5 0.5 +} +// brush 141 +{ +( 1048 1168 16 ) ( 1048 1169 16 ) ( 1048 1168 17 ) surface_beige_edge [ 0 0.9999999999999961 8.742278000372473e-08 0 ] [ 0 -8.742278000372473e-08 0.9999999999999961 0 ] 0 0.5 0.5 +( 1048 1120 16 ) ( 1048 1120 17 ) ( 1049 1120 16 ) surface_beige_edge [ -0.9999999999999961 0 8.742278000372473e-08 0 ] [ 8.742278000372473e-08 0 0.9999999999999961 0 ] 0 0.5 0.5 +( 1048 1168 16 ) ( 1049 1168 16 ) ( 1048 1169 16 ) skip [ -1 0 0 16 ] [ 0 -1 0 -32 ] 180 0.5 0.5 +( 1056 1208 96 ) ( 1056 1209 96 ) ( 1057 1208 96 ) skip [ 1 0 0 -16 ] [ 0 -1 0 -32 ] 90 0.5 0.5 +( 1056 1128 24 ) ( 1057 1128 24 ) ( 1056 1128 25 ) skip [ -1 0 0 16 ] [ 0 0 -1 0 ] 180 0.5 0.5 +( 1056 1208 24 ) ( 1056 1208 25 ) ( 1056 1209 24 ) surface_beige_edge [ 0 1 0 0 ] [ 0 0 -1 0 ] 180 0.5 0.5 +} +// brush 142 +{ +( 944 1032 8 ) ( 944 1033 8 ) ( 944 1032 9 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1024 8 ) ( 936 1024 9 ) ( 937 1024 8 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1032 8 ) ( 937 1032 8 ) ( 936 1033 8 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1064 16 ) ( 952 1065 16 ) ( 953 1064 16 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1672 16 ) ( 953 1672 16 ) ( 952 1672 17 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1064 16 ) ( 952 1064 17 ) ( 952 1065 16 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 143 +{ +( 1304 1024 24 ) ( 1304 1025 24 ) ( 1304 1024 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1040 24 ) ( 960 1040 25 ) ( 961 1040 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1024 16 ) ( 961 1024 16 ) ( 960 1025 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1032 40 ) ( 976 1033 40 ) ( 977 1032 40 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1200 32 ) ( 977 1200 32 ) ( 976 1200 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1032 32 ) ( 1312 1032 33 ) ( 1312 1033 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 144 +{ +( 944 1032 16 ) ( 944 1033 16 ) ( 944 1032 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1024 16 ) ( 936 1024 17 ) ( 937 1024 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1032 16 ) ( 937 1032 16 ) ( 936 1033 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1064 112 ) ( 952 1065 112 ) ( 953 1064 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1048 24 ) ( 953 1048 24 ) ( 952 1048 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1064 24 ) ( 952 1064 25 ) ( 952 1065 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 145 +{ +( 944 1112 16 ) ( 944 1113 16 ) ( 944 1112 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1096 16 ) ( 936 1096 17 ) ( 937 1096 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1112 16 ) ( 937 1112 16 ) ( 936 1113 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1144 112 ) ( 952 1145 112 ) ( 953 1144 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1216 24 ) ( 953 1216 24 ) ( 952 1216 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1144 24 ) ( 952 1144 25 ) ( 952 1145 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 146 +{ +( 952 1224 8 ) ( 952 1225 8 ) ( 952 1224 9 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1224 8 ) ( 952 1224 9 ) ( 953 1224 8 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1224 8 ) ( 953 1224 8 ) ( 952 1225 8 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1272 16 ) ( 968 1273 16 ) ( 969 1272 16 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1408 16 ) ( 969 1408 16 ) ( 968 1408 17 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1272 16 ) ( 1304 1272 17 ) ( 1304 1273 16 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 147 +{ +( 944 1080 16 ) ( 944 1081 16 ) ( 944 1080 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1048 16 ) ( 936 1048 17 ) ( 937 1048 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1080 96 ) ( 937 1080 96 ) ( 936 1081 96 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1112 112 ) ( 952 1113 112 ) ( 953 1112 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1096 24 ) ( 953 1096 24 ) ( 952 1096 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1112 24 ) ( 952 1112 25 ) ( 952 1113 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 148 +{ +( 944 1304 16 ) ( 944 1305 16 ) ( 944 1304 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1288 16 ) ( 936 1288 17 ) ( 937 1288 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1304 16 ) ( 937 1304 16 ) ( 936 1305 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1336 112 ) ( 952 1337 112 ) ( 953 1336 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1408 24 ) ( 953 1408 24 ) ( 952 1408 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1336 24 ) ( 952 1336 25 ) ( 952 1337 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 149 +{ +( 944 1272 16 ) ( 944 1273 16 ) ( 944 1272 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1240 16 ) ( 936 1240 17 ) ( 937 1240 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1272 96 ) ( 937 1272 96 ) ( 936 1273 96 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1304 112 ) ( 952 1305 112 ) ( 953 1304 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1288 24 ) ( 953 1288 24 ) ( 952 1288 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1304 24 ) ( 952 1304 25 ) ( 952 1305 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 150 +{ +( 944 1224 16 ) ( 944 1225 16 ) ( 944 1224 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1216 16 ) ( 936 1216 17 ) ( 937 1216 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1224 16 ) ( 937 1224 16 ) ( 936 1225 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1256 112 ) ( 952 1257 112 ) ( 953 1256 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1240 24 ) ( 953 1240 24 ) ( 952 1240 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1256 24 ) ( 952 1256 25 ) ( 952 1257 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 151 +{ +( 952 1600 24 ) ( 952 1601 24 ) ( 952 1600 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1600 24 ) ( 952 1600 25 ) ( 953 1600 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1600 16 ) ( 953 1600 16 ) ( 952 1601 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1608 112 ) ( 968 1609 112 ) ( 969 1608 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1608 32 ) ( 969 1608 32 ) ( 968 1608 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1608 32 ) ( 1304 1608 33 ) ( 1304 1609 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 152 +{ +( 944 1496 16 ) ( 944 1497 16 ) ( 944 1496 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1480 16 ) ( 936 1480 17 ) ( 937 1480 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1496 16 ) ( 937 1496 16 ) ( 936 1497 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1528 112 ) ( 952 1529 112 ) ( 953 1528 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1600 24 ) ( 953 1600 24 ) ( 952 1600 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1528 24 ) ( 952 1528 25 ) ( 952 1529 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 153 +{ +( 944 1464 16 ) ( 944 1465 16 ) ( 944 1464 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1432 16 ) ( 936 1432 17 ) ( 937 1432 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1464 96 ) ( 937 1464 96 ) ( 936 1465 96 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1496 112 ) ( 952 1497 112 ) ( 953 1496 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1480 24 ) ( 953 1480 24 ) ( 952 1480 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1496 24 ) ( 952 1496 25 ) ( 952 1497 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 154 +{ +( 944 1416 16 ) ( 944 1417 16 ) ( 944 1416 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1408 16 ) ( 936 1408 17 ) ( 937 1408 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1416 16 ) ( 937 1416 16 ) ( 936 1417 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1448 112 ) ( 952 1449 112 ) ( 953 1448 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1432 24 ) ( 953 1432 24 ) ( 952 1432 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1448 24 ) ( 952 1448 25 ) ( 952 1449 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 155 +{ +( 952 1416 8 ) ( 952 1417 8 ) ( 952 1416 9 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1416 8 ) ( 952 1416 9 ) ( 953 1416 8 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1416 8 ) ( 953 1416 8 ) ( 952 1417 8 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1464 16 ) ( 968 1465 16 ) ( 969 1464 16 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1600 16 ) ( 969 1600 16 ) ( 968 1600 17 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1464 16 ) ( 1304 1464 17 ) ( 1304 1465 16 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 156 +{ +( 952 1792 24 ) ( 952 1793 24 ) ( 952 1792 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1792 24 ) ( 952 1792 25 ) ( 953 1792 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1792 16 ) ( 953 1792 16 ) ( 952 1793 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1800 112 ) ( 968 1801 112 ) ( 969 1800 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1800 32 ) ( 969 1800 32 ) ( 968 1800 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1800 32 ) ( 1304 1800 33 ) ( 1304 1801 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 157 +{ +( 944 1688 16 ) ( 944 1689 16 ) ( 944 1688 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1672 16 ) ( 936 1672 17 ) ( 937 1672 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1688 16 ) ( 937 1688 16 ) ( 936 1689 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1720 112 ) ( 952 1721 112 ) ( 953 1720 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1800 24 ) ( 953 1800 24 ) ( 952 1800 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1720 24 ) ( 952 1720 25 ) ( 952 1721 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 158 +{ +( 944 1656 16 ) ( 944 1657 16 ) ( 944 1656 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1624 16 ) ( 936 1624 17 ) ( 937 1624 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1656 96 ) ( 937 1656 96 ) ( 936 1657 96 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1688 112 ) ( 952 1689 112 ) ( 953 1688 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1672 24 ) ( 953 1672 24 ) ( 952 1672 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1688 24 ) ( 952 1688 25 ) ( 952 1689 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 159 +{ +( 944 1608 16 ) ( 944 1609 16 ) ( 944 1608 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1600 16 ) ( 936 1600 17 ) ( 937 1600 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1608 16 ) ( 937 1608 16 ) ( 936 1609 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1640 112 ) ( 952 1641 112 ) ( 953 1640 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1624 24 ) ( 953 1624 24 ) ( 952 1624 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1640 24 ) ( 952 1640 25 ) ( 952 1641 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 160 +{ +( 952 1608 8 ) ( 952 1609 8 ) ( 952 1608 9 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1608 8 ) ( 952 1608 9 ) ( 953 1608 8 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1608 8 ) ( 953 1608 8 ) ( 952 1609 8 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1656 16 ) ( 968 1657 16 ) ( 969 1656 16 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1792 16 ) ( 969 1792 16 ) ( 968 1792 17 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1656 16 ) ( 1304 1656 17 ) ( 1304 1657 16 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 161 +{ +( 952 800 24 ) ( 952 801 24 ) ( 952 800 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 800 24 ) ( 952 800 25 ) ( 953 800 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 800 16 ) ( 953 800 16 ) ( 952 801 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 808 112 ) ( 968 809 112 ) ( 969 808 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 808 32 ) ( 969 808 32 ) ( 968 808 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 808 32 ) ( 1312 808 33 ) ( 1312 809 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 162 +{ +( 1304 808 24 ) ( 1304 809 24 ) ( 1304 808 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 808 24 ) ( 960 808 25 ) ( 961 808 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 808 16 ) ( 961 808 16 ) ( 960 809 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 816 112 ) ( 976 817 112 ) ( 977 816 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 904 32 ) ( 977 904 32 ) ( 976 904 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 816 32 ) ( 1312 816 33 ) ( 1312 817 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 163 +{ +( 1304 1024 24 ) ( 1304 1025 24 ) ( 1304 1024 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1024 24 ) ( 960 1024 25 ) ( 961 1024 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1024 16 ) ( 961 1024 16 ) ( 960 1025 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1032 112 ) ( 976 1033 112 ) ( 977 1032 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1040 32 ) ( 977 1040 32 ) ( 976 1040 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1032 32 ) ( 1312 1032 33 ) ( 1312 1033 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 164 +{ +( 1304 1200 24 ) ( 1304 1201 24 ) ( 1304 1200 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1200 24 ) ( 960 1200 25 ) ( 961 1200 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1200 16 ) ( 961 1200 16 ) ( 960 1201 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1208 112 ) ( 976 1209 112 ) ( 977 1208 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1216 32 ) ( 977 1216 32 ) ( 976 1216 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1208 32 ) ( 1312 1208 33 ) ( 1312 1209 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 165 +{ +( 1304 1024 96 ) ( 1304 1025 96 ) ( 1304 1024 97 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1040 96 ) ( 960 1040 97 ) ( 961 1040 96 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1024 96 ) ( 961 1024 96 ) ( 960 1025 96 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1032 112 ) ( 976 1033 112 ) ( 977 1032 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1200 104 ) ( 977 1200 104 ) ( 976 1200 105 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1032 104 ) ( 1312 1032 105 ) ( 1312 1033 104 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 166 +{ +( 1304 1024 48 ) ( 1304 1025 48 ) ( 1304 1024 49 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1112 48 ) ( 960 1112 49 ) ( 961 1112 48 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1024 40 ) ( 961 1024 40 ) ( 960 1025 40 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1032 96 ) ( 976 1033 96 ) ( 977 1032 96 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1128 56 ) ( 977 1128 56 ) ( 976 1128 57 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1032 56 ) ( 1312 1032 57 ) ( 1312 1033 56 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 167 +{ +( 1304 1392 24 ) ( 1304 1393 24 ) ( 1304 1392 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1392 24 ) ( 960 1392 25 ) ( 961 1392 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1392 16 ) ( 961 1392 16 ) ( 960 1393 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1400 112 ) ( 976 1401 112 ) ( 977 1400 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1408 32 ) ( 977 1408 32 ) ( 976 1408 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1400 32 ) ( 1312 1400 33 ) ( 1312 1401 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 168 +{ +( 1304 1216 96 ) ( 1304 1217 96 ) ( 1304 1216 97 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1232 96 ) ( 960 1232 97 ) ( 961 1232 96 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1216 96 ) ( 961 1216 96 ) ( 960 1217 96 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1224 112 ) ( 976 1225 112 ) ( 977 1224 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1392 104 ) ( 977 1392 104 ) ( 976 1392 105 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1224 104 ) ( 1312 1224 105 ) ( 1312 1225 104 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 169 +{ +( 1304 1216 48 ) ( 1304 1217 48 ) ( 1304 1216 49 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1304 48 ) ( 960 1304 49 ) ( 961 1304 48 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1216 40 ) ( 961 1216 40 ) ( 960 1217 40 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1224 96 ) ( 976 1225 96 ) ( 977 1224 96 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1320 56 ) ( 977 1320 56 ) ( 976 1320 57 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1224 56 ) ( 1312 1224 57 ) ( 1312 1225 56 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 170 +{ +( 1304 1216 24 ) ( 1304 1217 24 ) ( 1304 1216 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1216 24 ) ( 960 1216 25 ) ( 961 1216 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1216 16 ) ( 961 1216 16 ) ( 960 1217 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1224 112 ) ( 976 1225 112 ) ( 977 1224 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1232 32 ) ( 977 1232 32 ) ( 976 1232 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1224 32 ) ( 1312 1224 33 ) ( 1312 1225 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 171 +{ +( 1304 1216 24 ) ( 1304 1217 24 ) ( 1304 1216 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1232 24 ) ( 960 1232 25 ) ( 961 1232 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1216 16 ) ( 961 1216 16 ) ( 960 1217 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1224 40 ) ( 976 1225 40 ) ( 977 1224 40 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1392 32 ) ( 977 1392 32 ) ( 976 1392 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1224 32 ) ( 1312 1224 33 ) ( 1312 1225 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 172 +{ +( 1304 1408 24 ) ( 1304 1409 24 ) ( 1304 1408 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1424 24 ) ( 960 1424 25 ) ( 961 1424 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1408 16 ) ( 961 1408 16 ) ( 960 1409 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1416 40 ) ( 976 1417 40 ) ( 977 1416 40 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1584 32 ) ( 977 1584 32 ) ( 976 1584 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1416 32 ) ( 1312 1416 33 ) ( 1312 1417 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 173 +{ +( 1304 1408 24 ) ( 1304 1409 24 ) ( 1304 1408 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1408 24 ) ( 960 1408 25 ) ( 961 1408 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1408 16 ) ( 961 1408 16 ) ( 960 1409 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1416 112 ) ( 976 1417 112 ) ( 977 1416 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1424 32 ) ( 977 1424 32 ) ( 976 1424 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1416 32 ) ( 1312 1416 33 ) ( 1312 1417 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 174 +{ +( 1304 1408 96 ) ( 1304 1409 96 ) ( 1304 1408 97 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1424 96 ) ( 960 1424 97 ) ( 961 1424 96 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1408 96 ) ( 961 1408 96 ) ( 960 1409 96 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1416 112 ) ( 976 1417 112 ) ( 977 1416 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1584 104 ) ( 977 1584 104 ) ( 976 1584 105 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1416 104 ) ( 1312 1416 105 ) ( 1312 1417 104 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 175 +{ +( 1304 1408 48 ) ( 1304 1409 48 ) ( 1304 1408 49 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1496 48 ) ( 960 1496 49 ) ( 961 1496 48 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1408 40 ) ( 961 1408 40 ) ( 960 1409 40 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1416 96 ) ( 976 1417 96 ) ( 977 1416 96 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1512 56 ) ( 977 1512 56 ) ( 976 1512 57 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1416 56 ) ( 1312 1416 57 ) ( 1312 1417 56 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 176 +{ +( 1304 1584 24 ) ( 1304 1585 24 ) ( 1304 1584 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1584 24 ) ( 960 1584 25 ) ( 961 1584 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1584 16 ) ( 961 1584 16 ) ( 960 1585 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1592 112 ) ( 976 1593 112 ) ( 977 1592 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1600 32 ) ( 977 1600 32 ) ( 976 1600 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1592 32 ) ( 1312 1592 33 ) ( 1312 1593 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 177 +{ +( 1304 1600 24 ) ( 1304 1601 24 ) ( 1304 1600 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1600 24 ) ( 960 1600 25 ) ( 961 1600 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1600 16 ) ( 961 1600 16 ) ( 960 1601 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1608 112 ) ( 976 1609 112 ) ( 977 1608 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1616 32 ) ( 977 1616 32 ) ( 976 1616 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1608 32 ) ( 1312 1608 33 ) ( 1312 1609 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 178 +{ +( 1304 1600 96 ) ( 1304 1601 96 ) ( 1304 1600 97 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1616 96 ) ( 960 1616 97 ) ( 961 1616 96 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1600 96 ) ( 961 1600 96 ) ( 960 1601 96 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1608 112 ) ( 976 1609 112 ) ( 977 1608 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1776 104 ) ( 977 1776 104 ) ( 976 1776 105 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1608 104 ) ( 1312 1608 105 ) ( 1312 1609 104 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 179 +{ +( 1304 1600 48 ) ( 1304 1601 48 ) ( 1304 1600 49 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1688 48 ) ( 960 1688 49 ) ( 961 1688 48 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1600 40 ) ( 961 1600 40 ) ( 960 1601 40 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1608 96 ) ( 976 1609 96 ) ( 977 1608 96 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1704 56 ) ( 977 1704 56 ) ( 976 1704 57 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1608 56 ) ( 1312 1608 57 ) ( 1312 1609 56 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 180 +{ +( 1304 1600 24 ) ( 1304 1601 24 ) ( 1304 1600 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1616 24 ) ( 960 1616 25 ) ( 961 1616 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1600 16 ) ( 961 1600 16 ) ( 960 1601 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1608 40 ) ( 976 1609 40 ) ( 977 1608 40 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1776 32 ) ( 977 1776 32 ) ( 976 1776 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1608 32 ) ( 1312 1608 33 ) ( 1312 1609 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 181 +{ +( 1304 1776 24 ) ( 1304 1777 24 ) ( 1304 1776 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1776 24 ) ( 960 1776 25 ) ( 961 1776 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1776 16 ) ( 961 1776 16 ) ( 960 1777 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1784 112 ) ( 976 1785 112 ) ( 977 1784 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1800 32 ) ( 977 1800 32 ) ( 976 1800 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1784 32 ) ( 1312 1784 33 ) ( 1312 1785 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 182 +{ +( 1120 808 24 ) ( 1120 809 24 ) ( 1120 808 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 776 808 24 ) ( 776 808 25 ) ( 777 808 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 776 808 16 ) ( 777 808 16 ) ( 776 809 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 792 816 112 ) ( 792 817 112 ) ( 793 816 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 792 944 32 ) ( 793 944 32 ) ( 792 944 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1128 816 32 ) ( 1128 816 33 ) ( 1128 817 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 183 +{ +( 1120 976 16 ) ( 1120 977 16 ) ( 1120 976 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1112 944 16 ) ( 1112 944 17 ) ( 1113 944 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1112 976 96 ) ( 1113 976 96 ) ( 1112 977 96 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1128 1008 112 ) ( 1128 1009 112 ) ( 1129 1008 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1128 992 24 ) ( 1129 992 24 ) ( 1128 992 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1128 1008 24 ) ( 1128 1008 25 ) ( 1128 1009 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 184 +{ +( 1120 1008 16 ) ( 1120 1009 16 ) ( 1120 1008 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1120 992 16 ) ( 1120 992 17 ) ( 1121 992 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1120 1008 16 ) ( 1121 1008 16 ) ( 1120 1009 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1128 1048 112 ) ( 1128 1049 112 ) ( 1129 1048 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1128 1024 24 ) ( 1129 1024 24 ) ( 1128 1024 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1128 1048 24 ) ( 1128 1048 25 ) ( 1128 1049 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 185 +{ +( 1232 888 16 ) ( 1232 889 16 ) ( 1232 888 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1184 896 16 ) ( 1184 896 17 ) ( 1185 896 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1184 888 16 ) ( 1185 888 16 ) ( 1184 889 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1192 928 112 ) ( 1192 929 112 ) ( 1193 928 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1192 904 24 ) ( 1193 904 24 ) ( 1192 904 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1248 928 24 ) ( 1248 928 25 ) ( 1248 929 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 186 +{ +( 1248 912 16 ) ( 1248 912 17 ) ( 1248 911 16 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 896 24 ) ( 1312 896 25 ) ( 1313 896 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1280 912 96 ) ( 1280 911 96 ) ( 1281 912 96 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1312 896 112 ) ( 1313 896 112 ) ( 1312 895 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1280 904 16 ) ( 1281 904 16 ) ( 1280 904 17 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1296 896 24 ) ( 1296 895 24 ) ( 1296 896 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 187 +{ +( 1296 888 16 ) ( 1296 889 16 ) ( 1296 888 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1296 896 16 ) ( 1296 896 17 ) ( 1297 896 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1296 888 16 ) ( 1297 888 16 ) ( 1296 889 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1304 928 112 ) ( 1304 929 112 ) ( 1305 928 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1304 904 24 ) ( 1305 904 24 ) ( 1304 904 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 928 24 ) ( 1304 928 25 ) ( 1304 929 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 188 +{ +( 1224 888 16 ) ( 1224 889 16 ) ( 1224 888 17 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1168 808 16 ) ( 1168 808 17 ) ( 1169 808 16 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1168 888 16 ) ( 1169 888 16 ) ( 1168 889 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1176 928 112 ) ( 1176 929 112 ) ( 1177 928 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1176 904 24 ) ( 1177 904 24 ) ( 1176 904 25 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1232 928 24 ) ( 1232 928 25 ) ( 1232 929 24 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 189 +{ +( 1128 808 16 ) ( 1128 809 16 ) ( 1128 808 17 ) redplaid [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1128 808 16 ) ( 1128 808 17 ) ( 1129 808 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1128 808 16 ) ( 1129 808 16 ) ( 1128 809 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1208 840 56 ) ( 1208 841 56 ) ( 1209 840 56 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 270 0.25 0.25 +( 1208 848 24 ) ( 1209 848 24 ) ( 1208 848 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 270 0.25 0.25 +( 1224 840 24 ) ( 1224 840 25 ) ( 1224 841 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 270 0.25 0.25 +} +// brush 190 +{ +( 1128 984 16 ) ( 1128 985 16 ) ( 1128 984 17 ) redplaid [ 0 -1 0 0 ] [ 0 0 -1 0 ] 270 0.25 0.25 +( 1208 1000 16 ) ( 1208 1000 17 ) ( 1209 1000 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 1208 984 16 ) ( 1209 984 16 ) ( 1208 985 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1304 1024 80 ) ( 1304 1025 80 ) ( 1305 1024 80 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 270 0.25 0.25 +( 1304 1024 24 ) ( 1305 1024 24 ) ( 1304 1024 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1024 24 ) ( 1304 1024 25 ) ( 1304 1025 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 191 +{ +( 1304 920 48 ) ( 1304 921 48 ) ( 1304 920 49 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 992 48 ) ( 960 992 49 ) ( 961 992 48 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 920 80 ) ( 961 920 80 ) ( 960 921 80 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 928 104 ) ( 976 929 104 ) ( 977 928 104 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1024 56 ) ( 977 1024 56 ) ( 976 1024 57 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 928 56 ) ( 1312 928 57 ) ( 1312 929 56 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 192 +{ +( 1304 888 24 ) ( 1304 889 24 ) ( 1304 888 25 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 904 24 ) ( 960 904 25 ) ( 961 904 24 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 888 16 ) ( 961 888 16 ) ( 960 889 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 896 80 ) ( 976 897 80 ) ( 977 896 80 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1024 32 ) ( 977 1024 32 ) ( 976 1024 33 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 896 32 ) ( 1312 896 33 ) ( 1312 897 32 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 193 +{ +( 1304 888 96 ) ( 1304 889 96 ) ( 1304 888 97 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 904 96 ) ( 960 904 97 ) ( 961 904 96 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 888 104 ) ( 961 888 104 ) ( 960 889 104 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 896 112 ) ( 976 897 112 ) ( 977 896 112 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1024 104 ) ( 977 1024 104 ) ( 976 1024 105 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 896 104 ) ( 1312 896 105 ) ( 1312 897 104 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 194 +{ +( 1304 832 48 ) ( 1304 833 48 ) ( 1304 832 49 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 904 48 ) ( 960 904 49 ) ( 961 904 48 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 832 80 ) ( 961 832 80 ) ( 960 833 80 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 840 104 ) ( 976 841 104 ) ( 977 840 104 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 936 56 ) ( 977 936 56 ) ( 976 936 57 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 840 56 ) ( 1312 840 57 ) ( 1312 841 56 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 195 +{ +( 1032 872 16 ) ( 1032 873 16 ) ( 1032 872 17 ) redplaid [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1032 872 16 ) ( 1032 872 17 ) ( 1033 872 16 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1032 872 16 ) ( 1033 872 16 ) ( 1032 873 16 ) redplaid [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1064 1024 48 ) ( 1064 1025 48 ) ( 1065 1024 48 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 270 0.25 0.25 +( 1064 1024 24 ) ( 1065 1024 24 ) ( 1064 1024 25 ) redplaid [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1064 1024 24 ) ( 1064 1024 25 ) ( 1064 1025 24 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} } // entity 1 { -"classname" "func_group" -"_tb_type" "_tb_group" -"_tb_name" "motelroomlayout" -"_tb_id" "4" -"_tb_linked_group_id" "{64d2ce3b-d5a0-495e-b5f7-459c62d5e742}" -"_tb_transformation" "1 0 0 0 0 1 0 -72 0 0 1 0 0 0 0 1" -// brush 0 -{ -( 1186 1124 16 ) ( 1186 1125 16 ) ( 1186 1124 17 ) clip [ 0 -1 0 -28 ] [ 0 0 -1 0 ] 0 1 1 -( 1180 1126 16 ) ( 1180 1126 17 ) ( 1181 1126 16 ) clip [ 1 0 0 20 ] [ 0 0 -1 0 ] 0 1 1 -( 1180 1124 16 ) ( 1181 1124 16 ) ( 1180 1125 16 ) clip [ -1 0 0 -20 ] [ 0 -1 0 -28 ] 0 1 1 -( 1276 1220 44 ) ( 1276 1221 44 ) ( 1277 1220 44 ) clip [ 1 0 0 20 ] [ 0 -1 0 -28 ] 0 1 1 -( 1276 1208 32 ) ( 1277 1208 32 ) ( 1276 1208 33 ) clip [ -1 0 0 -20 ] [ 0 0 -1 0 ] 0 1 1 -( 1256 1220 32 ) ( 1256 1220 33 ) ( 1256 1221 32 ) clip [ 0 1 0 28 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 1 -{ -( 944 1112 16 ) ( 944 1113 16 ) ( 944 1112 17 ) skip [ 0 -1 0 -48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 952 1112 16 ) ( 952 1112 17 ) ( 953 1112 16 ) surface_beige [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 952 1112 16 ) ( 953 1112 16 ) ( 952 1113 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 1000 1120 80 ) ( 1000 1121 80 ) ( 1001 1120 80 ) skip [ 1 0 0 0 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 1000 1120 24 ) ( 1001 1120 24 ) ( 1000 1120 25 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 992 1120 24 ) ( 992 1120 25 ) ( 992 1121 24 ) surface_beige_edge [ 0 1 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 2 -{ -( 1074 1124 16 ) ( 1074 1125 16 ) ( 1074 1124 17 ) clip [ 0 -1 0 -28 ] [ 0 0 -1 0 ] 0 1 1 -( 1068 1126 16 ) ( 1068 1126 17 ) ( 1069 1126 16 ) clip [ 1 0 0 4 ] [ 0 0 -1 0 ] 0 1 1 -( 1068 1124 16 ) ( 1069 1124 16 ) ( 1068 1125 16 ) clip [ -1 0 0 -4 ] [ 0 -1 0 -28 ] 0 1 1 -( 1164 1220 44 ) ( 1164 1221 44 ) ( 1165 1220 44 ) clip [ 1 0 0 4 ] [ 0 -1 0 -28 ] 0 1 1 -( 1164 1208 32 ) ( 1165 1208 32 ) ( 1164 1208 33 ) clip [ -1 0 0 -4 ] [ 0 0 -1 0 ] 0 1 1 -( 1144 1220 32 ) ( 1144 1220 33 ) ( 1144 1221 32 ) clip [ 0 1 0 28 ] [ 0 0 -1 0 ] 0 1 1 -} -// brush 3 -{ -( 992 1112 16 ) ( 992 1113 16 ) ( 992 1112 17 ) skip [ 0 -1 0 -48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1000 1112 16 ) ( 1000 1112 17 ) ( 1001 1112 16 ) surface_beige [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1000 1112 80 ) ( 1001 1112 80 ) ( 1000 1113 80 ) surface_beige_edge [ 4.371138994063005e-08 0.9999999999999989 0 16 ] [ -0.9999999999999989 4.371138994063005e-08 0 0 ] 270 0.5 0.5 -( 1048 1120 96 ) ( 1048 1121 96 ) ( 1049 1120 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 1048 1120 24 ) ( 1049 1120 24 ) ( 1048 1120 25 ) surface_beige [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1040 1120 24 ) ( 1040 1120 25 ) ( 1040 1121 24 ) skip [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 4 -{ -( 1148 1188 16 ) ( 1148 1189 16 ) ( 1148 1188 17 ) clip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1148 1188 16 ) ( 1148 1188 17 ) ( 1149 1188 16 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1148 1188 16 ) ( 1149 1188 16 ) ( 1148 1189 16 ) clip [ -1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.25 0.25 -( 1180 1208 34 ) ( 1180 1209 34 ) ( 1181 1208 34 ) clip [ 1 0 0 0 ] [ 0 -1 0 -32 ] 0 0.25 0.25 -( 1180 1208 20 ) ( 1181 1208 20 ) ( 1180 1208 21 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1182 1208 20 ) ( 1182 1208 21 ) ( 1182 1209 20 ) clip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 5 -{ -( 944 1016 0 ) ( 944 1017 0 ) ( 944 1016 1 ) skip [ 0 -1 0 -48 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -( 1024 1024 0 ) ( 1024 1024 1 ) ( 1025 1024 0 ) skip [ 1 0 0 32 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -( 1024 1016 0 ) ( 1025 1016 0 ) ( 1024 1017 0 ) skip [ -1 0 0 -32 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 1056 1064 16 ) ( 1056 1065 16 ) ( 1057 1064 16 ) carpet_dullgreen [ 1 0 0 96 ] [ 0 -1 0 -112 ] 0 0.5 0.5 -( 1056 1208 16 ) ( 1057 1208 16 ) ( 1056 1208 17 ) skip [ -1 0 0 -32 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -( 1296 1064 16 ) ( 1296 1064 17 ) ( 1296 1065 16 ) skip [ 0 1 0 48 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -} -// brush 6 -{ -( 1128 1024 16 ) ( 1128 1025 16 ) ( 1128 1024 17 ) clip [ 0 -1 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1104 1024 16 ) ( 1104 1024 17 ) ( 1105 1024 16 ) clip [ 1 0 0 32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1104 1024 16 ) ( 1105 1024 16 ) ( 1104 1025 16 ) clip [ -1 0 0 -32 ] [ 0 -1 0 -32 ] 0 0.25 0.25 -( 1176 1056 48 ) ( 1176 1057 48 ) ( 1177 1056 48 ) clip [ 1 0 0 32 ] [ 0 -1 0 -32 ] 0 0.25 0.25 -( 1176 1048 24 ) ( 1177 1048 24 ) ( 1176 1048 25 ) clip [ -1 0 0 -32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -( 1192 1056 24 ) ( 1192 1056 25 ) ( 1192 1057 24 ) clip [ 0 1 0 32 ] [ 0 0 -1 0 ] 0 0.25 0.25 -} -// brush 7 -{ -( 1040 1160 32 ) ( 1040 1161 32 ) ( 1040 1160 33 ) skip [ 0 -1 0 -48 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -( 1040 1112 32 ) ( 1040 1112 33 ) ( 1041 1112 32 ) surface_beige_edge [ -0.9999999999999961 0 8.742278000372473e-08 -16 ] [ 8.742278000372473e-08 0 0.9999999999999961 32 ] 180 0.5 0.5 -( 1040 1160 80 ) ( 1041 1160 80 ) ( 1040 1161 80 ) skip [ -1 0 0 0 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 1048 1200 96 ) ( 1048 1201 96 ) ( 1049 1200 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 1048 1120 40 ) ( 1049 1120 40 ) ( 1048 1120 41 ) skip [ -1 0 0 0 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -( 1048 1200 40 ) ( 1048 1200 41 ) ( 1048 1201 40 ) surface_beige_edge [ 0 1 0 16 ] [ 0 0 -1 -32 ] 0 0.5 0.5 -} -// brush 8 -{ -( 1040 1168 16 ) ( 1040 1169 16 ) ( 1040 1168 17 ) surface_beige [ 0 -1 0 -48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1040 1120 16 ) ( 1040 1120 17 ) ( 1041 1120 16 ) skip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1040 1168 16 ) ( 1041 1168 16 ) ( 1040 1169 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 1048 1208 96 ) ( 1048 1209 96 ) ( 1049 1208 96 ) skip [ 1 0 0 0 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 1048 1208 24 ) ( 1049 1208 24 ) ( 1048 1208 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1048 1208 24 ) ( 1048 1208 25 ) ( 1048 1209 24 ) surface_beige [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 9 -{ -( 944 1112 16 ) ( 944 1113 16 ) ( 944 1112 17 ) skip [ 0 -1 0 -48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 944 1112 16 ) ( 944 1112 17 ) ( 945 1112 16 ) surface_beige [ 1 0 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 944 1112 80 ) ( 945 1112 80 ) ( 944 1113 80 ) skip [ -1 0 0 -48 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 992 1120 96 ) ( 992 1121 96 ) ( 993 1120 96 ) skip [ 1 0 0 48 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 992 1120 24 ) ( 993 1120 24 ) ( 992 1120 25 ) surface_beige [ -1 0 0 -48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 992 1120 24 ) ( 992 1120 25 ) ( 992 1121 24 ) skip [ 0 1 0 48 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -// brush 10 -{ -( 1040 1160 16 ) ( 1040 1161 16 ) ( 1040 1160 17 ) surface_beige_edge [ 0 0.9999999999999961 8.742278000372473e-08 16 ] [ 0 -8.742278000372473e-08 0.9999999999999961 0 ] 180 0.5 0.5 -( 1040 1112 16 ) ( 1040 1112 17 ) ( 1041 1112 16 ) surface_beige_edge [ -0.9999999999999961 0 8.742278000372473e-08 -16 ] [ 8.742278000372473e-08 0 0.9999999999999961 0 ] 180 0.5 0.5 -( 1040 1160 16 ) ( 1041 1160 16 ) ( 1040 1161 16 ) skip [ -1 0 0 0 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 1048 1200 80 ) ( 1048 1201 80 ) ( 1049 1200 80 ) skip [ 1 0 0 0 ] [ 0 -1 0 -48 ] 0 0.5 0.5 -( 1048 1120 24 ) ( 1049 1120 24 ) ( 1048 1120 25 ) skip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 0.5 0.5 -( 1048 1200 24 ) ( 1048 1200 25 ) ( 1048 1201 24 ) surface_beige_edge [ 0 1 0 16 ] [ 0 0 -1 0 ] 0 0.5 0.5 -} -} -// entity 2 -{ "classname" "func_transparent" // brush 0 { @@ -1302,3 +1815,561 @@ ( 224 -52 54 ) ( 224 -52 55 ) ( 224 -51 54 ) glass [ 0 1 0 0 ] [ 0 0 -1 -24 ] 0 0.5 0.5 } } +// entity 2 +{ +"classname" "func_group" +"_tb_type" "_tb_layer" +"_tb_name" "second story" +"_tb_id" "1" +"_tb_layer_sort_index" "0" +"_tb_layer_hidden" "1" +// brush 0 +{ +( 848 256 120 ) ( 848 257 120 ) ( 848 256 121 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 800 120 ) ( 936 800 121 ) ( 937 800 120 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 256 112 ) ( 937 256 112 ) ( 936 257 112 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 288 128 ) ( 952 289 128 ) ( 953 288 128 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1024 128 ) ( 953 1024 128 ) ( 952 1024 129 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 288 128 ) ( 1312 288 129 ) ( 1312 289 128 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 1 +{ +( 1088 32 120 ) ( 1088 33 120 ) ( 1088 32 121 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 720 120 ) ( 936 720 121 ) ( 937 720 120 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 32 112 ) ( 937 32 112 ) ( 936 33 112 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 64 128 ) ( 952 65 128 ) ( 953 64 128 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 800 128 ) ( 953 800 128 ) ( 952 800 129 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 64 128 ) ( 1312 64 129 ) ( 1312 65 128 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 2 +{ +( 896 800 16 ) ( 1088 800 128 ) ( 1088 720 128 ) grid_taupe [ 1 0 0 128 ] [ 0 -1 0 0 ] 180 0.25 0.25 +( 896 720 16 ) ( 1088 720 128 ) ( 1088 720 112 ) grid_taupe [ 1 0 0 128 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 920 800 16 ) ( 896 800 16 ) ( 896 720 16 ) grid_taupe [ 0 1.0000000000000002 0 0 ] [ 1.0000000000000002 0 0 -64 ] 270 0.25 0.25 +( 1088 800 112 ) ( 1088 800 128 ) ( 896 800 16 ) grid_taupe [ 1 0 0 128 ] [ 0 0 -1 0 ] 180 0.25 0.25 +( 1088 720 112 ) ( 1088 800 112 ) ( 920 800 16 ) grid_taupe [ 1 0 0 128 ] [ 0 -1 0 0 ] 180 0.25 0.25 +( 1088 720 128 ) ( 1088 800 128 ) ( 1088 800 112 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 180 0.25 0.25 +} +// brush 3 +{ +( 896 728 48 ) ( 896 720 48 ) ( 896 720 16 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 896 728 48 ) ( 1088 728 160 ) ( 1088 720 160 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 896 720 48 ) ( 1088 720 160 ) ( 1088 720 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1088 728 128 ) ( 1088 728 160 ) ( 896 728 48 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1088 720 128 ) ( 1088 728 128 ) ( 896 728 16 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1088 720 160 ) ( 1088 728 160 ) ( 1088 728 128 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 4 +{ +( 1088 720 128 ) ( 1088 721 128 ) ( 1088 720 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1064 720 128 ) ( 1064 720 129 ) ( 1065 720 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1064 720 128 ) ( 1065 720 128 ) ( 1064 721 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1312 728 160 ) ( 1312 729 160 ) ( 1313 728 160 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1312 728 136 ) ( 1313 728 136 ) ( 1312 728 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 728 136 ) ( 1312 728 137 ) ( 1312 729 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 5 +{ +( 1304 1000 128 ) ( 1304 1001 128 ) ( 1304 1000 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 728 128 ) ( 1304 728 129 ) ( 1305 728 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1000 128 ) ( 1305 1000 128 ) ( 1304 1001 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1312 1024 160 ) ( 1312 1025 160 ) ( 1313 1024 160 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1312 1024 136 ) ( 1313 1024 136 ) ( 1312 1024 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1024 136 ) ( 1312 1024 137 ) ( 1312 1025 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 6 +{ +( 952 1024 136 ) ( 952 1025 136 ) ( 952 1024 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1024 136 ) ( 952 1024 137 ) ( 953 1024 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1024 128 ) ( 953 1024 128 ) ( 952 1025 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1032 224 ) ( 968 1033 224 ) ( 969 1032 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1032 144 ) ( 969 1032 144 ) ( 968 1032 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1032 144 ) ( 1304 1032 145 ) ( 1304 1033 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 7 +{ +( 944 1032 232 ) ( 944 1033 232 ) ( 944 1032 233 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1024 232 ) ( 936 1024 233 ) ( 937 1024 232 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1032 224 ) ( 937 1032 224 ) ( 936 1033 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1064 240 ) ( 952 1065 240 ) ( 953 1064 240 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1800 240 ) ( 953 1800 240 ) ( 952 1800 241 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1064 240 ) ( 1312 1064 241 ) ( 1312 1065 240 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 8 +{ +( 1304 1024 136 ) ( 1304 1025 136 ) ( 1304 1024 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1024 136 ) ( 960 1024 137 ) ( 961 1024 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1024 128 ) ( 961 1024 128 ) ( 960 1025 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1032 224 ) ( 976 1033 224 ) ( 977 1032 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1040 144 ) ( 977 1040 144 ) ( 976 1040 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1032 144 ) ( 1312 1032 145 ) ( 1312 1033 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 9 +{ +( 944 1032 128 ) ( 944 1033 128 ) ( 944 1032 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1024 128 ) ( 936 1024 129 ) ( 937 1024 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1032 128 ) ( 937 1032 128 ) ( 936 1033 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1064 224 ) ( 952 1065 224 ) ( 953 1064 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1048 136 ) ( 953 1048 136 ) ( 952 1048 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1064 136 ) ( 952 1064 137 ) ( 952 1065 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 10 +{ +( 944 1080 128 ) ( 944 1081 128 ) ( 944 1080 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1048 128 ) ( 936 1048 129 ) ( 937 1048 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1080 208 ) ( 937 1080 208 ) ( 936 1081 208 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1112 224 ) ( 952 1113 224 ) ( 953 1112 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1096 136 ) ( 953 1096 136 ) ( 952 1096 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1112 136 ) ( 952 1112 137 ) ( 952 1113 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 11 +{ +( 944 1112 128 ) ( 944 1113 128 ) ( 944 1112 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1096 128 ) ( 936 1096 129 ) ( 937 1096 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1112 128 ) ( 937 1112 128 ) ( 936 1113 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1144 224 ) ( 952 1145 224 ) ( 953 1144 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1216 136 ) ( 953 1216 136 ) ( 952 1216 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1144 136 ) ( 952 1144 137 ) ( 952 1145 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 12 +{ +( 944 1224 128 ) ( 944 1225 128 ) ( 944 1224 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1216 128 ) ( 936 1216 129 ) ( 937 1216 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1224 128 ) ( 937 1224 128 ) ( 936 1225 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1256 224 ) ( 952 1257 224 ) ( 953 1256 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1240 136 ) ( 953 1240 136 ) ( 952 1240 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1256 136 ) ( 952 1256 137 ) ( 952 1257 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 13 +{ +( 944 1272 128 ) ( 944 1273 128 ) ( 944 1272 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1240 128 ) ( 936 1240 129 ) ( 937 1240 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1272 208 ) ( 937 1272 208 ) ( 936 1273 208 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1304 224 ) ( 952 1305 224 ) ( 953 1304 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1288 136 ) ( 953 1288 136 ) ( 952 1288 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1304 136 ) ( 952 1304 137 ) ( 952 1305 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 14 +{ +( 944 1304 128 ) ( 944 1305 128 ) ( 944 1304 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1288 128 ) ( 936 1288 129 ) ( 937 1288 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1304 128 ) ( 937 1304 128 ) ( 936 1305 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1336 224 ) ( 952 1337 224 ) ( 953 1336 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1408 136 ) ( 953 1408 136 ) ( 952 1408 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1336 136 ) ( 952 1336 137 ) ( 952 1337 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 15 +{ +( 920 808 136 ) ( 920 808 137 ) ( 920 807 136 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 920 808 136 ) ( 919 808 136 ) ( 920 808 137 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 976 888 128 ) ( 975 888 128 ) ( 976 887 128 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 920 808 160 ) ( 920 807 160 ) ( 919 808 160 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 888 128 ) ( 976 888 129 ) ( 975 888 128 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 976 888 128 ) ( 976 887 128 ) ( 976 888 129 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 16 +{ +( 896 808 136 ) ( 896 808 137 ) ( 896 807 136 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 864 808 136 ) ( 863 808 136 ) ( 864 808 137 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 920 888 128 ) ( 919 888 128 ) ( 920 887 128 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 864 808 144 ) ( 864 807 144 ) ( 863 808 144 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 920 888 128 ) ( 920 888 129 ) ( 919 888 128 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 920 888 128 ) ( 920 887 128 ) ( 920 888 129 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 17 +{ +( 976 808 136 ) ( 976 808 137 ) ( 976 807 136 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 944 808 136 ) ( 943 808 136 ) ( 944 808 137 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1000 888 128 ) ( 999 888 128 ) ( 1000 887 128 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 944 808 144 ) ( 944 807 144 ) ( 943 808 144 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1000 888 128 ) ( 1000 888 129 ) ( 999 888 128 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1000 888 128 ) ( 1000 887 128 ) ( 1000 888 129 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 18 +{ +( 992 992 128 ) ( 992 993 128 ) ( 992 992 129 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 984 1000 128 ) ( 984 1000 129 ) ( 985 1000 128 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 270 0.25 0.25 +( 984 992 128 ) ( 985 992 128 ) ( 984 993 128 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1024 1024 192 ) ( 1024 1025 192 ) ( 1025 1024 192 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 270 0.25 0.25 +( 1024 1024 136 ) ( 1025 1024 136 ) ( 1024 1024 137 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1024 1024 136 ) ( 1024 1024 137 ) ( 1024 1025 136 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 19 +{ +( 1040 992 128 ) ( 1040 993 128 ) ( 1040 992 129 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1032 1000 128 ) ( 1032 1000 129 ) ( 1033 1000 128 ) redplaid [ 1 0 0 -192 ] [ 0 0 -1 0 ] 270 0.25 0.25 +( 1032 992 128 ) ( 1033 992 128 ) ( 1032 993 128 ) redplaid [ 1 0 0 -192 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1072 1024 192 ) ( 1072 1025 192 ) ( 1073 1024 192 ) redplaid [ 1 0 0 -192 ] [ 0 -1 0 0 ] 270 0.25 0.25 +( 1072 1024 136 ) ( 1073 1024 136 ) ( 1072 1024 137 ) redplaid [ 1 0 0 -192 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1072 1024 136 ) ( 1072 1024 137 ) ( 1072 1025 136 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 20 +{ +( 1088 992 128 ) ( 1088 993 128 ) ( 1088 992 129 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1080 1000 128 ) ( 1080 1000 129 ) ( 1081 1000 128 ) redplaid [ 1 0 0 -128 ] [ 0 0 -1 0 ] 270 0.25 0.25 +( 1080 992 128 ) ( 1081 992 128 ) ( 1080 993 128 ) redplaid [ 1 0 0 -128 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1120 1024 192 ) ( 1120 1025 192 ) ( 1121 1024 192 ) redplaid [ 1 0 0 -128 ] [ 0 -1 0 0 ] 270 0.25 0.25 +( 1120 1024 136 ) ( 1121 1024 136 ) ( 1120 1024 137 ) redplaid [ 1 0 0 -128 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1120 1024 136 ) ( 1120 1024 137 ) ( 1120 1025 136 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 21 +{ +( 1224 912 128 ) ( 1224 912 129 ) ( 1224 911 128 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 888 136 ) ( 1304 888 137 ) ( 1305 888 136 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1224 912 128 ) ( 1224 911 128 ) ( 1225 912 128 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1304 856 144 ) ( 1305 856 144 ) ( 1304 855 144 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1224 912 128 ) ( 1225 912 128 ) ( 1224 912 129 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 856 136 ) ( 1304 855 136 ) ( 1304 856 137 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 22 +{ +( 1224 968 128 ) ( 1224 968 129 ) ( 1224 967 128 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 912 136 ) ( 1304 912 137 ) ( 1305 912 136 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1224 968 128 ) ( 1224 967 128 ) ( 1225 968 128 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1304 912 160 ) ( 1305 912 160 ) ( 1304 911 160 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1224 968 128 ) ( 1225 968 128 ) ( 1224 968 129 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 912 136 ) ( 1304 911 136 ) ( 1304 912 137 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 23 +{ +( 1224 992 128 ) ( 1224 992 129 ) ( 1224 991 128 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 968 136 ) ( 1304 968 137 ) ( 1305 968 136 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1224 992 128 ) ( 1224 991 128 ) ( 1225 992 128 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1304 936 144 ) ( 1305 936 144 ) ( 1304 935 144 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1224 992 128 ) ( 1225 992 128 ) ( 1224 992 129 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 936 136 ) ( 1304 935 136 ) ( 1304 936 137 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 24 +{ +( 1224 856 128 ) ( 1224 856 129 ) ( 1224 855 128 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 832 136 ) ( 1304 832 137 ) ( 1305 832 136 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1224 856 128 ) ( 1224 855 128 ) ( 1225 856 128 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1304 800 144 ) ( 1305 800 144 ) ( 1304 799 144 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1224 856 128 ) ( 1225 856 128 ) ( 1224 856 129 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 800 136 ) ( 1304 799 136 ) ( 1304 800 137 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 25 +{ +( 1224 832 128 ) ( 1224 832 129 ) ( 1224 831 128 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 776 136 ) ( 1304 776 137 ) ( 1305 776 136 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1224 832 128 ) ( 1224 831 128 ) ( 1225 832 128 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1304 776 160 ) ( 1305 776 160 ) ( 1304 775 160 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1224 832 128 ) ( 1225 832 128 ) ( 1224 832 129 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 776 136 ) ( 1304 775 136 ) ( 1304 776 137 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 26 +{ +( 1224 776 128 ) ( 1224 776 129 ) ( 1224 775 128 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 752 136 ) ( 1304 752 137 ) ( 1305 752 136 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1224 776 128 ) ( 1224 775 128 ) ( 1225 776 128 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1304 720 144 ) ( 1305 720 144 ) ( 1304 719 144 ) redplaid [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1224 776 128 ) ( 1225 776 128 ) ( 1224 776 129 ) redplaid [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 720 136 ) ( 1304 719 136 ) ( 1304 720 137 ) redplaid [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 27 +{ +( 848 800 128 ) ( 848 801 128 ) ( 848 800 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 848 800 128 ) ( 848 800 129 ) ( 849 800 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 848 800 128 ) ( 849 800 128 ) ( 848 801 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 856 816 160 ) ( 856 817 160 ) ( 857 816 160 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 856 1800 136 ) ( 857 1800 136 ) ( 856 1800 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 856 816 136 ) ( 856 816 137 ) ( 856 817 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 28 +{ +( 848 1032 120 ) ( 848 1033 120 ) ( 848 1032 121 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 568 1024 120 ) ( 568 1024 121 ) ( 569 1024 120 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 568 1032 112 ) ( 569 1032 112 ) ( 568 1033 112 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 584 1064 128 ) ( 584 1065 128 ) ( 585 1064 128 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 584 1800 128 ) ( 585 1800 128 ) ( 584 1800 129 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 944 1064 128 ) ( 944 1064 129 ) ( 944 1065 128 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 29 +{ +( 856 1792 128 ) ( 856 1793 128 ) ( 856 1792 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 856 1792 128 ) ( 856 1792 129 ) ( 857 1792 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 856 1792 128 ) ( 857 1792 128 ) ( 856 1793 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 904 1800 160 ) ( 904 1801 160 ) ( 905 1800 160 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 904 1800 136 ) ( 905 1800 136 ) ( 904 1800 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 944 1800 136 ) ( 944 1800 137 ) ( 944 1801 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 30 +{ +( 944 1032 120 ) ( 944 1033 120 ) ( 944 1032 121 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1024 120 ) ( 936 1024 121 ) ( 937 1024 120 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1032 112 ) ( 937 1032 112 ) ( 936 1033 112 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1064 128 ) ( 952 1065 128 ) ( 953 1064 128 ) grid_taupe [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1800 128 ) ( 953 1800 128 ) ( 952 1800 129 ) grid_taupe [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1064 128 ) ( 1312 1064 129 ) ( 1312 1065 128 ) grid_taupe [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 31 +{ +( 952 1216 136 ) ( 952 1217 136 ) ( 952 1216 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1216 136 ) ( 952 1216 137 ) ( 953 1216 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1216 128 ) ( 953 1216 128 ) ( 952 1217 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1224 224 ) ( 968 1225 224 ) ( 969 1224 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1224 144 ) ( 969 1224 144 ) ( 968 1224 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1224 144 ) ( 1304 1224 145 ) ( 1304 1225 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 32 +{ +( 1304 1216 160 ) ( 1304 1217 160 ) ( 1304 1216 161 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1304 160 ) ( 960 1304 161 ) ( 961 1304 160 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1216 152 ) ( 961 1216 152 ) ( 960 1217 152 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1224 208 ) ( 976 1225 208 ) ( 977 1224 208 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1320 168 ) ( 977 1320 168 ) ( 976 1320 169 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1224 168 ) ( 1312 1224 169 ) ( 1312 1225 168 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 33 +{ +( 1304 1216 136 ) ( 1304 1217 136 ) ( 1304 1216 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1232 136 ) ( 960 1232 137 ) ( 961 1232 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1216 128 ) ( 961 1216 128 ) ( 960 1217 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1224 152 ) ( 976 1225 152 ) ( 977 1224 152 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1392 144 ) ( 977 1392 144 ) ( 976 1392 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1224 144 ) ( 1312 1224 145 ) ( 1312 1225 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 34 +{ +( 1304 1024 136 ) ( 1304 1025 136 ) ( 1304 1024 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1040 136 ) ( 960 1040 137 ) ( 961 1040 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1024 128 ) ( 961 1024 128 ) ( 960 1025 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1032 152 ) ( 976 1033 152 ) ( 977 1032 152 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1200 144 ) ( 977 1200 144 ) ( 976 1200 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1032 144 ) ( 1312 1032 145 ) ( 1312 1033 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 35 +{ +( 1304 1200 136 ) ( 1304 1201 136 ) ( 1304 1200 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1200 136 ) ( 960 1200 137 ) ( 961 1200 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1200 128 ) ( 961 1200 128 ) ( 960 1201 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1208 224 ) ( 976 1209 224 ) ( 977 1208 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1216 144 ) ( 977 1216 144 ) ( 976 1216 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1208 144 ) ( 1312 1208 145 ) ( 1312 1209 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 36 +{ +( 1304 1024 208 ) ( 1304 1025 208 ) ( 1304 1024 209 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1040 208 ) ( 960 1040 209 ) ( 961 1040 208 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1024 208 ) ( 961 1024 208 ) ( 960 1025 208 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1032 224 ) ( 976 1033 224 ) ( 977 1032 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1200 216 ) ( 977 1200 216 ) ( 976 1200 217 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1032 216 ) ( 1312 1032 217 ) ( 1312 1033 216 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 37 +{ +( 1304 1024 160 ) ( 1304 1025 160 ) ( 1304 1024 161 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1112 160 ) ( 960 1112 161 ) ( 961 1112 160 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1024 152 ) ( 961 1024 152 ) ( 960 1025 152 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1032 208 ) ( 976 1033 208 ) ( 977 1032 208 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1128 168 ) ( 977 1128 168 ) ( 976 1128 169 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1032 168 ) ( 1312 1032 169 ) ( 1312 1033 168 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 38 +{ +( 1304 1216 208 ) ( 1304 1217 208 ) ( 1304 1216 209 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1232 208 ) ( 960 1232 209 ) ( 961 1232 208 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1216 208 ) ( 961 1216 208 ) ( 960 1217 208 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1224 224 ) ( 976 1225 224 ) ( 977 1224 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1392 216 ) ( 977 1392 216 ) ( 976 1392 217 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1224 216 ) ( 1312 1224 217 ) ( 1312 1225 216 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 39 +{ +( 1304 1392 136 ) ( 1304 1393 136 ) ( 1304 1392 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1392 136 ) ( 960 1392 137 ) ( 961 1392 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1392 128 ) ( 961 1392 128 ) ( 960 1393 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1400 224 ) ( 976 1401 224 ) ( 977 1400 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1408 144 ) ( 977 1408 144 ) ( 976 1408 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1400 144 ) ( 1312 1400 145 ) ( 1312 1401 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 40 +{ +( 952 1408 136 ) ( 952 1409 136 ) ( 952 1408 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1408 136 ) ( 952 1408 137 ) ( 953 1408 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1408 128 ) ( 953 1408 128 ) ( 952 1409 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1416 224 ) ( 968 1417 224 ) ( 969 1416 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1416 144 ) ( 969 1416 144 ) ( 968 1416 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1416 144 ) ( 1304 1416 145 ) ( 1304 1417 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 41 +{ +( 944 1416 128 ) ( 944 1417 128 ) ( 944 1416 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1408 128 ) ( 936 1408 129 ) ( 937 1408 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1416 128 ) ( 937 1416 128 ) ( 936 1417 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1448 224 ) ( 952 1449 224 ) ( 953 1448 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1432 136 ) ( 953 1432 136 ) ( 952 1432 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1448 136 ) ( 952 1448 137 ) ( 952 1449 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 42 +{ +( 944 1464 128 ) ( 944 1465 128 ) ( 944 1464 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1432 128 ) ( 936 1432 129 ) ( 937 1432 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1464 208 ) ( 937 1464 208 ) ( 936 1465 208 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1496 224 ) ( 952 1497 224 ) ( 953 1496 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1480 136 ) ( 953 1480 136 ) ( 952 1480 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1496 136 ) ( 952 1496 137 ) ( 952 1497 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 43 +{ +( 944 1496 128 ) ( 944 1497 128 ) ( 944 1496 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1480 128 ) ( 936 1480 129 ) ( 937 1480 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1496 128 ) ( 937 1496 128 ) ( 936 1497 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1528 224 ) ( 952 1529 224 ) ( 953 1528 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1600 136 ) ( 953 1600 136 ) ( 952 1600 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1528 136 ) ( 952 1528 137 ) ( 952 1529 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 44 +{ +( 944 1608 128 ) ( 944 1609 128 ) ( 944 1608 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1600 128 ) ( 936 1600 129 ) ( 937 1600 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1608 128 ) ( 937 1608 128 ) ( 936 1609 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1640 224 ) ( 952 1641 224 ) ( 953 1640 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1624 136 ) ( 953 1624 136 ) ( 952 1624 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1640 136 ) ( 952 1640 137 ) ( 952 1641 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 45 +{ +( 944 1656 128 ) ( 944 1657 128 ) ( 944 1656 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1624 128 ) ( 936 1624 129 ) ( 937 1624 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1656 208 ) ( 937 1656 208 ) ( 936 1657 208 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1688 224 ) ( 952 1689 224 ) ( 953 1688 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1672 136 ) ( 953 1672 136 ) ( 952 1672 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1688 136 ) ( 952 1688 137 ) ( 952 1689 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 46 +{ +( 944 1688 128 ) ( 944 1689 128 ) ( 944 1688 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1672 128 ) ( 936 1672 129 ) ( 937 1672 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 936 1688 128 ) ( 937 1688 128 ) ( 936 1689 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1720 224 ) ( 952 1721 224 ) ( 953 1720 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 952 1800 136 ) ( 953 1800 136 ) ( 952 1800 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1720 136 ) ( 952 1720 137 ) ( 952 1721 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 47 +{ +( 952 1792 136 ) ( 952 1793 136 ) ( 952 1792 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1792 136 ) ( 952 1792 137 ) ( 953 1792 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1792 128 ) ( 953 1792 128 ) ( 952 1793 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1800 224 ) ( 968 1801 224 ) ( 969 1800 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1800 144 ) ( 969 1800 144 ) ( 968 1800 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1800 144 ) ( 1304 1800 145 ) ( 1304 1801 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 48 +{ +( 1304 1776 136 ) ( 1304 1777 136 ) ( 1304 1776 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1776 136 ) ( 960 1776 137 ) ( 961 1776 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1776 128 ) ( 961 1776 128 ) ( 960 1777 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1784 224 ) ( 976 1785 224 ) ( 977 1784 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1800 144 ) ( 977 1800 144 ) ( 976 1800 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1784 144 ) ( 1312 1784 145 ) ( 1312 1785 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 49 +{ +( 1304 1600 208 ) ( 1304 1601 208 ) ( 1304 1600 209 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1616 208 ) ( 960 1616 209 ) ( 961 1616 208 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1600 208 ) ( 961 1600 208 ) ( 960 1601 208 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1608 224 ) ( 976 1609 224 ) ( 977 1608 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1776 216 ) ( 977 1776 216 ) ( 976 1776 217 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1608 216 ) ( 1312 1608 217 ) ( 1312 1609 216 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 50 +{ +( 1304 1408 208 ) ( 1304 1409 208 ) ( 1304 1408 209 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1424 208 ) ( 960 1424 209 ) ( 961 1424 208 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1408 208 ) ( 961 1408 208 ) ( 960 1409 208 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1416 224 ) ( 976 1417 224 ) ( 977 1416 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1584 216 ) ( 977 1584 216 ) ( 976 1584 217 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1416 216 ) ( 1312 1416 217 ) ( 1312 1417 216 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 51 +{ +( 1304 1584 136 ) ( 1304 1585 136 ) ( 1304 1584 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1584 136 ) ( 960 1584 137 ) ( 961 1584 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1584 128 ) ( 961 1584 128 ) ( 960 1585 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1592 224 ) ( 976 1593 224 ) ( 977 1592 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1600 144 ) ( 977 1600 144 ) ( 976 1600 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1592 144 ) ( 1312 1592 145 ) ( 1312 1593 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 52 +{ +( 1304 1408 136 ) ( 1304 1409 136 ) ( 1304 1408 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1424 136 ) ( 960 1424 137 ) ( 961 1424 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1408 128 ) ( 961 1408 128 ) ( 960 1409 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1416 152 ) ( 976 1417 152 ) ( 977 1416 152 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1584 144 ) ( 977 1584 144 ) ( 976 1584 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1416 144 ) ( 1312 1416 145 ) ( 1312 1417 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 53 +{ +( 1304 1408 160 ) ( 1304 1409 160 ) ( 1304 1408 161 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1496 160 ) ( 960 1496 161 ) ( 961 1496 160 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1408 152 ) ( 961 1408 152 ) ( 960 1409 152 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1416 208 ) ( 976 1417 208 ) ( 977 1416 208 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1512 168 ) ( 977 1512 168 ) ( 976 1512 169 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1416 168 ) ( 1312 1416 169 ) ( 1312 1417 168 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 54 +{ +( 1304 1408 136 ) ( 1304 1409 136 ) ( 1304 1408 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1408 136 ) ( 960 1408 137 ) ( 961 1408 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1408 128 ) ( 961 1408 128 ) ( 960 1409 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1416 224 ) ( 976 1417 224 ) ( 977 1416 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1424 144 ) ( 977 1424 144 ) ( 976 1424 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1416 144 ) ( 1312 1416 145 ) ( 1312 1417 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 55 +{ +( 1304 1216 136 ) ( 1304 1217 136 ) ( 1304 1216 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1216 136 ) ( 960 1216 137 ) ( 961 1216 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1216 128 ) ( 961 1216 128 ) ( 960 1217 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1224 224 ) ( 976 1225 224 ) ( 977 1224 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1232 144 ) ( 977 1232 144 ) ( 976 1232 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1224 144 ) ( 1312 1224 145 ) ( 1312 1225 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 56 +{ +( 952 1600 136 ) ( 952 1601 136 ) ( 952 1600 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1600 136 ) ( 952 1600 137 ) ( 953 1600 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 952 1600 128 ) ( 953 1600 128 ) ( 952 1601 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1608 224 ) ( 968 1609 224 ) ( 969 1608 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 968 1608 144 ) ( 969 1608 144 ) ( 968 1608 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1304 1608 144 ) ( 1304 1608 145 ) ( 1304 1609 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 57 +{ +( 1304 1600 136 ) ( 1304 1601 136 ) ( 1304 1600 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1600 136 ) ( 960 1600 137 ) ( 961 1600 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1600 128 ) ( 961 1600 128 ) ( 960 1601 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1608 224 ) ( 976 1609 224 ) ( 977 1608 224 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1616 144 ) ( 977 1616 144 ) ( 976 1616 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1608 144 ) ( 1312 1608 145 ) ( 1312 1609 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 58 +{ +( 1304 1600 160 ) ( 1304 1601 160 ) ( 1304 1600 161 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1688 160 ) ( 960 1688 161 ) ( 961 1688 160 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1600 152 ) ( 961 1600 152 ) ( 960 1601 152 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1608 208 ) ( 976 1609 208 ) ( 977 1608 208 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1704 168 ) ( 977 1704 168 ) ( 976 1704 169 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1608 168 ) ( 1312 1608 169 ) ( 1312 1609 168 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 59 +{ +( 1304 1600 136 ) ( 1304 1601 136 ) ( 1304 1600 137 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1616 136 ) ( 960 1616 137 ) ( 961 1616 136 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 960 1600 128 ) ( 961 1600 128 ) ( 960 1601 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1608 152 ) ( 976 1609 152 ) ( 977 1608 152 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 976 1776 144 ) ( 977 1776 144 ) ( 976 1776 145 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1312 1608 144 ) ( 1312 1608 145 ) ( 1312 1609 144 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +// brush 60 +{ +( 856 800 128 ) ( 856 801 128 ) ( 856 800 129 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 848 800 128 ) ( 848 800 129 ) ( 849 800 128 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 848 800 128 ) ( 849 800 128 ) ( 848 801 128 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1096 808 160 ) ( 1096 809 160 ) ( 1097 808 160 ) grid_white [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 0.25 0.25 +( 1096 808 136 ) ( 1097 808 136 ) ( 1096 808 137 ) grid_white [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +( 1096 808 136 ) ( 1096 808 137 ) ( 1096 809 136 ) grid_white [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 0.25 0.25 +} +} diff --git a/maps/cafemotel.tscn b/maps/cafemotel.tscn index 36de52a..1e22c80 100644 --- a/maps/cafemotel.tscn +++ b/maps/cafemotel.tscn @@ -1,760 +1,666 @@ -[gd_scene load_steps=193 format=4 uid="uid://ccvumcag84s0g"] +[gd_scene load_steps=179 format=4 uid="uid://ccvumcag84s0g"] -[ext_resource type="Script" uid="uid://d0x6kb7gh8xb4" path="res://addons/func_godot/src/map/func_godot_map.gd" id="1_45n5a"] +[ext_resource type="Script" uid="uid://cwu5cf7a0awcd" path="res://addons/func_godot/src/map/func_godot_map.gd" id="1_45n5a"] [ext_resource type="Script" uid="uid://c3xct1jfrk7fm" path="res://maps/cafemotel.gd" id="1_e6fxm"] -[ext_resource type="Resource" uid="uid://bkhxcqsquw1yg" path="res://addons/func_godot/func_godot_default_map_settings.tres" id="2_e8th5"] -[ext_resource type="Texture2D" uid="uid://b4vsccyfd72d5" path="res://textures/ground_cobblestone1.png" id="3_wnw5t"] -[ext_resource type="Texture2D" uid="uid://cwvhd4lbilgau" path="res://textures/surface_green.png" id="4_uuova"] -[ext_resource type="Texture2D" uid="uid://bjsbmi0fs4w65" path="res://textures/surface_green_edge.png" id="5_pukpx"] -[ext_resource type="Texture2D" uid="uid://dk5ixdqmf7x6v" path="res://textures/floor_wood.png" id="6_gr4t2"] -[ext_resource type="Texture2D" uid="uid://deliii7yy7iw8" path="res://textures/surface_beige_edge.png" id="7_47bio"] -[ext_resource type="Texture2D" uid="uid://chk3wy5pyt37e" path="res://textures/surface_beige.png" id="8_dkoer"] -[ext_resource type="Texture2D" uid="uid://bg827laadvaad" path="res://textures/ground_wood.png" id="8_q430e"] -[ext_resource type="Texture2D" uid="uid://yx8f16pf5p1f" path="res://textures/wall_brick.png" id="9_6dwlu"] -[ext_resource type="Texture2D" uid="uid://dyof46rex0gum" path="res://textures/wall_brick_scrungly.png" id="9_mr285"] -[ext_resource type="Texture2D" uid="uid://b1jco42ceiuv8" path="res://textures/redplaid.png" id="10_p1yw3"] -[ext_resource type="Texture2D" uid="uid://bjvlkkljys2uj" path="res://textures/ground_greybrick.png" id="11_5n8v8"] +[ext_resource type="Resource" uid="uid://1bx5hv7o0k32" path="res://maps/func_map_settings.tres" id="3_7rbgx"] +[ext_resource type="Material" uid="uid://b1s40b1r51fxp" path="res://textures/ground_cobblestone1.tres" id="5_g8u0k"] +[ext_resource type="Material" uid="uid://c3hwew1olg2m7" path="res://textures/surface_green.tres" id="6_ojo02"] +[ext_resource type="Material" uid="uid://bnoeo5kjg3jew" path="res://textures/surface_green_edge.tres" id="7_fkwnc"] +[ext_resource type="Material" uid="uid://6rifenv07evx" path="res://textures/floor_wood.tres" id="8_0qh3n"] +[ext_resource type="Material" uid="uid://dg7dr4eosyim2" path="res://textures/ground_wood.tres" id="9_lsb8t"] +[ext_resource type="Material" uid="uid://b2rbjx3lh40lh" path="res://textures/wall_brick_scrungly.tres" id="10_wqdql"] [ext_resource type="PackedScene" uid="uid://cr2ersq7g6q6f" path="res://entities/player.tscn" id="11_c5ic0"] -[ext_resource type="Texture2D" uid="uid://b6b8la1gfui2g" path="res://textures/floor_checkertiles.png" id="11_e0edj"] -[ext_resource type="Texture2D" uid="uid://dw1defgudpqsf" path="res://textures/surface_beige_corner.png" id="12_aye1w"] -[ext_resource type="Texture2D" uid="uid://dw6m7fndu181e" path="res://textures/wall_concrete1.png" id="12_d6mcx"] +[ext_resource type="Material" uid="uid://bdtt0jspep7wq" path="res://textures/wall_brick.tres" id="11_j1i2n"] +[ext_resource type="Material" uid="uid://b2eo1lo2qyxgq" path="res://textures/ground_greybrick.tres" id="12_bcj2m"] +[ext_resource type="Material" uid="uid://ck7gl81ic8ogd" path="res://textures/wall_concrete1.tres" id="13_o0gkc"] [ext_resource type="LightmapGIData" uid="uid://b2tq8db7tp67a" path="res://maps/cafemotel.lmbake" id="14_20i7x"] -[ext_resource type="Texture2D" uid="uid://cblv5lgy0nkdk" path="res://textures/woodpale.png" id="17_7rbgx"] -[ext_resource type="Texture2D" uid="uid://b15jodlfjypyp" path="res://textures/asphalt.png" id="17_s65o6"] -[ext_resource type="Texture2D" uid="uid://b3126m2a1rsoa" path="res://textures/carpet_dullgreen.png" id="19_b57fh"] +[ext_resource type="Material" uid="uid://bpenykb4h14be" path="res://textures/surface_beige_edge.tres" id="14_ju0ay"] +[ext_resource type="Material" uid="uid://b4w4m4xoml6c2" path="res://textures/surface_beige.tres" id="15_r6wrx"] +[ext_resource type="Material" uid="uid://b0vf1vnhblrk7" path="res://textures/surface_beige_corner.tres" id="16_bxq8v"] +[ext_resource type="Material" uid="uid://bgx24n47u6byf" path="res://textures/floor_checkertiles.tres" id="17_ungr5"] +[ext_resource type="Material" uid="uid://diilgngmgkjr3" path="res://textures/woodpale.tres" id="18_lwe76"] +[ext_resource type="Material" uid="uid://d02sj36galhrp" path="res://textures/asphalt.tres" id="19_4014d"] [ext_resource type="Material" uid="uid://dgvk4kos3nviu" path="res://textures/glass.tres" id="20_4qywy"] -[ext_resource type="Texture2D" uid="uid://bics8xc7v68yu" path="res://textures/marblewhite.png" id="20_datoq"] +[ext_resource type="Material" uid="uid://6cqbbrpbt5wy" path="res://textures/redplaid.tres" id="20_ih8d0"] +[ext_resource type="Material" uid="uid://d07x6ko8dh75" path="res://textures/marblewhite.tres" id="22_etgm7"] [ext_resource type="PackedScene" uid="uid://b2et25jcsbwla" path="res://entities/npc.tscn" id="22_g7o7m"] [ext_resource type="Script" uid="uid://n2uo4mw6sjj" path="res://scripts/waypoint.gd" id="22_gnkwj"] [ext_resource type="PackedScene" uid="uid://cpjkxxf2nlpd1" path="res://entities/grabject.tscn" id="22_p6ipn"] +[ext_resource type="Material" uid="uid://u0hvv1qhogdi" path="res://textures/carpet_dullgreen.tres" id="23_gtu7x"] [ext_resource type="ArrayMesh" uid="uid://b0bn21vnhbm7y" path="res://models/doublebed.res" id="24_6wi6u"] [ext_resource type="ArrayMesh" uid="uid://bpf1f8faih3a6" path="res://models/nightstand.res" id="25_1elx7"] [ext_resource type="Script" uid="uid://cl6g8n33cqt0w" path="res://scripts/interaction_point.gd" id="27_p6ipn"] [sub_resource type="NavigationMesh" id="NavigationMesh_fb4d2"] -vertices = PackedVector3Array(-2, 0.875, 2.05, -0.8, 0.875, 2.05, -0.8, 0.875, -0.05, -2.3, 0.875, 2.5, -5.3, 0.875, -0.05, -5.3, 0.875, 2.5, 8.8, 0.875, 2.5, 10.3, 0.875, 2.35, 10.3, 0.875, 1.75, 8.5, 0.875, 2.05, 10.9, 0.875, 1.45, 10.9, 0.875, -0.05, 8.8, 0.875, 5.2, 8.2, 0.875, 5.5, 8.2, 0.875, 5.95, 8.8, 0.875, 6.25, 11.5, 0.875, 2.5, 10.6, 0.875, 2.8, 11.5, 0.875, 1.75, 21.55, 0.875, -0.05, 8.5, 0.875, 20.5, 7.45, 0.875, 20.5, 7.45, 0.875, 22.45, 8.5, 0.875, 22.45, 22.3, 0.875, 23.95, 22.3, 0.875, 18.55, 21.55, 0.875, 18.25, 8.8, 0.875, 22.75, 8.8, 0.875, 24.1, 8.8, 0.875, 20.2, -2.3, 0.875, 13.3, -1.55, 0.875, 13, -1.55, 0.875, 12.55, -2.3, 0.875, 12.25, -5.3, 0.875, 20.05, -2.3, 0.875, 20.05, 2.35, 8.375, 9.4, 2.65, 8.375, 10, 7.9, 8.375, 10, -1.4, 8.375, 2.95, -1.4, 8.375, 9.4, 7.9, 8.375, 2.95, 2.5, 0.875, 7.45, 2.8, 0.875, 7.45, 3.1, 0.875, 6.55, 2.2, 0.875, 6.55, -0.95, 0.875, 3.25, -0.95, 0.875, 6.55, 4.3, 0.875, 3.25, 4.3, 0.875, 6.55, 7.45, 0.875, 6.25, 7.45, 0.875, 5.2, 4.75, 0.875, 6.85, 7.45, 0.875, 3.25, 4.75, 0.875, 9.25, 7.45, 0.875, 9.25, 23.05, 0.875, 17.05, 35.05, 0.875, 17.05, 35.05, 0.875, 3.4, 23.05, 0.875, 3.4, -0.95, 0.875, 13, -0.65, 0.875, 12.25, 0.55, 0.875, 11.8, 0.25, 0.875, 11.5, 2.2, 0.875, 8.35, 2.8, 0.875, 9.25, -0.0499997, 0.875, 10.45, -0.0499997, 0.875, 9.55, -0.5, 0.875, 9.55, 0.25, 0.875, 10.6, -0.65, 0.875, 13.45, 2.8, 0.875, 13.45, 2.8, 0.875, 11.8, 0.25, 0.875, 9.25, -0.95, 0.875, 8.35, -0.95, 0.875, 9.25, 2.35, 8.375, 10.45, -1.4, 8.375, 24.1, 7.9, 8.375, 24.1, -1.4, 8.375, 10.45, 3.4, 4.125, 14.65, 3.55, 4.125, 10.6, -0.8, 4.125, 10.6, -0.8, 4.125, 14.65, 4.3, 4.125, 14.65, 4.6, 4.125, 15.1, 7.75, 4.125, 15.1, 7.75, 4.125, 10.6, 3.4, 1.875, 10.9, 3.7, 1.875, 11.2, 3.7, 1.875, 10.75, 1.15, 1.875, 10.75, 4.3, 4.125, 15.7, 3.1, 4.125, 19.3, 7.75, 4.125, 19.3, 3.1, 4.125, 15.7, -0.95, 4.125, 15.7, -0.95, 4.125, 19.3, 26.05, 0.875, 29.05, 26.35, 0.875, 29.65, 26.8, 0.875, 29.65, 27.1, 0.875, 29.05, 23.05, 0.875, 24.25, 23.05, 0.875, 29.65, 24.55, 0.875, 29.65, 24.85, 0.875, 29.05, 32.2, 0.875, 29.05, 32.5, 0.875, 29.65, 34.3, 0.875, 29.65, 34.6, 0.875, 29.05, 23.05, 0.875, 18.25, 35.05, 0.875, 29.05, -0.95, 0.875, 22.45, -0.95, 0.875, 20.5, -2, 0.875, 20.5, -2, 0.875, 22.45, -5.3, 0.875, 24.1, -2.3, 0.875, 24.1, -2.3, 0.875, 22.75, -1.25, 3.375, 23.5, -1.25, 3.375, 23.95, 7.75, 3.375, 23.95, 7.75, 3.375, 23.5, 27.1, 0.875, 30.25, 26.05, 0.875, 30.25, 31.45, 0.875, 35.05, 31.75, 0.875, 39.1, 32.05, 0.875, 37.75, 31.45, 0.875, 37.45, 24.85, 0.875, 39.1, 34.6, 0.875, 34.75, 34.75, 0.875, 33.25, 34.3, 0.875, 32.95, 33.1, 0.875, 34.9, 24.85, 0.875, 30.25, 22.9, 0.875, 43.6, 24.55, 0.875, 39.4, 32.2, 0.875, 30.25, 34.3, 0.875, 31.3, 37.3, 0.875, 29.95, 35.5, 0.875, 29.95, 35.5, 0.875, 31.3, 37.3, 0.875, 32.05, 34.6, 0.875, 32.05, 34.6, 0.875, 31.6, 24.55, 0.875, 43.6, 34.3, 0.875, 32.35, 31.75, 0.875, 34.75, 35.5, 1.875, 34, 35.5, 1.875, 35.35, 37.3, 1.875, 35.35, 37.3, 1.875, 34, 32.35, 0.875, 39.4, 32.95, 0.875, 37.75, 34.9, 0.875, 36.55, 36.55, 0.875, 36.55, 36.55, 0.875, 36.25, 34.9, 0.875, 36.25, 34.6, 0.875, 36.85, 33.25, 0.875, 37.45, 34.6, 0.875, 39.55, 34.6, 0.875, 35.95, 32.35, 0.875, 40.15, 34.9, 0.875, 39.85, 37.3, 0.875, 40.15, 37.3, 0.875, 39.85, 35.5, 1.875, 37.45, 35.5, 1.875, 38.95, 37.3, 1.875, 38.95, 37.3, 1.875, 37.45) -polygons = [PackedInt32Array(2, 1, 0), PackedInt32Array(0, 3, 2), PackedInt32Array(2, 3, 5), PackedInt32Array(2, 5, 4), PackedInt32Array(7, 6, 8), PackedInt32Array(8, 6, 9), PackedInt32Array(10, 8, 11), PackedInt32Array(11, 8, 9), PackedInt32Array(11, 9, 1), PackedInt32Array(11, 1, 2), PackedInt32Array(13, 12, 14), PackedInt32Array(14, 12, 15), PackedInt32Array(17, 16, 12), PackedInt32Array(12, 16, 15), PackedInt32Array(7, 17, 6), PackedInt32Array(6, 17, 12), PackedInt32Array(10, 11, 18), PackedInt32Array(18, 11, 19), PackedInt32Array(23, 22, 20), PackedInt32Array(20, 22, 21), PackedInt32Array(25, 24, 26), PackedInt32Array(26, 24, 27), PackedInt32Array(27, 24, 28), PackedInt32Array(20, 29, 23), PackedInt32Array(23, 29, 27), PackedInt32Array(27, 29, 26), PackedInt32Array(16, 18, 19), PackedInt32Array(16, 19, 15), PackedInt32Array(15, 19, 26), PackedInt32Array(15, 26, 29), PackedInt32Array(31, 30, 32), PackedInt32Array(32, 30, 33), PackedInt32Array(3, 33, 5), PackedInt32Array(5, 33, 34), PackedInt32Array(30, 35, 34), PackedInt32Array(33, 30, 34), PackedInt32Array(38, 37, 36), PackedInt32Array(36, 40, 39), PackedInt32Array(38, 36, 41), PackedInt32Array(41, 36, 39), PackedInt32Array(42, 45, 43), PackedInt32Array(43, 45, 44), PackedInt32Array(47, 46, 45), PackedInt32Array(45, 46, 48), PackedInt32Array(48, 49, 44), PackedInt32Array(48, 44, 45), PackedInt32Array(13, 14, 51), PackedInt32Array(51, 14, 50), PackedInt32Array(51, 50, 52), PackedInt32Array(51, 52, 49), PackedInt32Array(53, 51, 48), PackedInt32Array(48, 51, 49), PackedInt32Array(54, 52, 55), PackedInt32Array(55, 52, 50), PackedInt32Array(59, 58, 56), PackedInt32Array(56, 58, 57), PackedInt32Array(31, 32, 60), PackedInt32Array(60, 32, 61), PackedInt32Array(61, 63, 62), PackedInt32Array(42, 43, 64), PackedInt32Array(64, 43, 65), PackedInt32Array(68, 67, 66), PackedInt32Array(66, 69, 63), PackedInt32Array(60, 61, 70), PackedInt32Array(70, 61, 62), PackedInt32Array(70, 62, 72), PackedInt32Array(70, 72, 71), PackedInt32Array(67, 68, 73), PackedInt32Array(73, 68, 75), PackedInt32Array(73, 75, 74), PackedInt32Array(65, 73, 64), PackedInt32Array(64, 73, 74), PackedInt32Array(63, 61, 66), PackedInt32Array(66, 61, 68), PackedInt32Array(37, 38, 76), PackedInt32Array(76, 38, 78), PackedInt32Array(76, 78, 77), PackedInt32Array(77, 79, 76), PackedInt32Array(83, 82, 80), PackedInt32Array(80, 82, 81), PackedInt32Array(85, 84, 86), PackedInt32Array(86, 84, 87), PackedInt32Array(87, 84, 81), PackedInt32Array(84, 80, 81), PackedInt32Array(90, 89, 88), PackedInt32Array(91, 90, 88), PackedInt32Array(85, 86, 92), PackedInt32Array(92, 86, 94), PackedInt32Array(92, 94, 93), PackedInt32Array(93, 95, 92), PackedInt32Array(97, 96, 93), PackedInt32Array(93, 96, 95), PackedInt32Array(100, 99, 98), PackedInt32Array(100, 98, 101), PackedInt32Array(101, 98, 102), PackedInt32Array(104, 103, 105), PackedInt32Array(105, 103, 102), PackedInt32Array(108, 107, 106), PackedInt32Array(108, 106, 109), PackedInt32Array(109, 106, 102), PackedInt32Array(109, 102, 110), PackedInt32Array(109, 110, 57), PackedInt32Array(57, 111, 109), PackedInt32Array(98, 105, 102), PackedInt32Array(25, 110, 24), PackedInt32Array(24, 110, 102), PackedInt32Array(110, 56, 57), PackedInt32Array(106, 101, 102), PackedInt32Array(115, 114, 112), PackedInt32Array(112, 114, 113), PackedInt32Array(118, 117, 116), PackedInt32Array(115, 118, 114), PackedInt32Array(114, 118, 35), PackedInt32Array(35, 118, 34), PackedInt32Array(34, 118, 116), PackedInt32Array(113, 21, 112), PackedInt32Array(112, 21, 22), PackedInt32Array(122, 121, 119), PackedInt32Array(119, 121, 120), PackedInt32Array(99, 100, 123), PackedInt32Array(99, 123, 124), PackedInt32Array(124, 123, 125), PackedInt32Array(127, 126, 128), PackedInt32Array(128, 126, 129), PackedInt32Array(131, 130, 132), PackedInt32Array(132, 130, 133), PackedInt32Array(104, 134, 103), PackedInt32Array(103, 134, 136), PackedInt32Array(103, 136, 135), PackedInt32Array(107, 108, 137), PackedInt32Array(137, 108, 138), PackedInt32Array(140, 139, 141), PackedInt32Array(141, 139, 142), PackedInt32Array(124, 125, 134), PackedInt32Array(134, 125, 128), PackedInt32Array(134, 128, 129), PackedInt32Array(144, 141, 143), PackedInt32Array(143, 141, 142), PackedInt32Array(136, 145, 135), PackedInt32Array(144, 143, 146), PackedInt32Array(144, 146, 138), PackedInt32Array(138, 146, 137), PackedInt32Array(137, 146, 133), PackedInt32Array(137, 133, 147), PackedInt32Array(147, 125, 137), PackedInt32Array(137, 125, 123), PackedInt32Array(134, 129, 136), PackedInt32Array(146, 132, 133), PackedInt32Array(151, 150, 148), PackedInt32Array(148, 150, 149), PackedInt32Array(126, 127, 152), PackedInt32Array(152, 127, 153), PackedInt32Array(157, 156, 154), PackedInt32Array(154, 156, 155), PackedInt32Array(159, 158, 153), PackedInt32Array(153, 158, 160), PackedInt32Array(153, 160, 152), PackedInt32Array(154, 158, 157), PackedInt32Array(157, 158, 161), PackedInt32Array(161, 158, 159), PackedInt32Array(161, 159, 133), PackedInt32Array(160, 163, 152), PackedInt32Array(152, 163, 162), PackedInt32Array(165, 164, 163), PackedInt32Array(163, 164, 162), PackedInt32Array(133, 130, 161), PackedInt32Array(169, 168, 166), PackedInt32Array(166, 168, 167)] +vertices = PackedVector3Array(-1.8499999, 0.6750001, 2, -1.0499997, 0.6750001, 2, -1.0499997, 0.6750001, 0, -2.1499999, 0.6750001, 2.2, -5.25, 0.6750001, 0, -5.25, 0.6750001, 3.2, -2.25, 0.6750001, 3.2, 7.6500006, 0.6750001, 2, 7.6500006, 0.6750001, 0, 8.85, 0.6750001, 2.5, 10.25, 0.6750001, 2.4, 10.35, 0.6750001, 1.7, 8.45, 0.6750001, 2, 10.950001, 0.6750001, 1.5, 10.950001, 0.6750001, 0, 8.55, 0.6750001, 5.5, 8.150001, 0.6750001, 5.6, 8.150001, 0.6750001, 6, 8.650001, 0.6750001, 6.1, 21.550001, 0.6750001, 0, 11.550001, 0.6750001, 1.9000001, 11.450001, 0.6750001, 2.6000001, 8.85, 0.6750001, 6.4, 10.65, 0.6750001, 2.8, 8.85, 0.6750001, 5.1, 8.85, 0.6750001, 20.1, 8.75, 0.6750001, 22.7, 8.85, 0.6750001, 24, 22.25, 0.6750001, 24, 21.65, 0.57500005, 18.5, 21.45, 0.57500005, 18.2, 11.763044, 0.57500005, 24, 11.35, 0.6750001, 1.6000001, 8.35, 0.6750001, 20.6, 7.6500006, 0.6750001, 20.6, 7.75, 0.6750001, 22.5, 8.45, 0.6750001, 22.5, 12.256117, 0.57500005, 3.0954764, 22.25, 0.57500005, 18.6, 2.6500006, 8.175, 9.5, 2.75, 8.175, 9.900001, 7.75, 8.175, 9.900001, 2.3500004, 8.175, 9.3, 7.75, 8.175, 3, -1.25, 8.175, 3, -1.25, 8.175, 9.3, -5.25, 0.6750001, 11.400001, -2.25, 0.6750001, 11.400001, 1.3499999, 0.6750001, 6.5, 1.3499999, 0.6750001, 3.3, -0.9499998, 0.6750001, 3.3, -0.9499998, 0.6750001, 6.5, 2.3500004, 0.6750001, 6.6, 2.5500002, 0.6750001, 7.4, 2.75, 0.6750001, 7.4, 2.9499998, 0.6750001, 6.6, 3.8500004, 0.6750001, 6.5, 3.8500004, 0.6750001, 3.3, 7.6500006, 0.6750001, 6.1, 7.6500006, 0.6750001, 5.5, 4.45, 0.6750001, 6.5, 7.45, 0.6750001, 5.2000003, 7.45, 0.6750001, 3.3, 7.45, 0.6750001, 6.4, 4.8500004, 0.6750001, 6.9, 4.8500004, 0.6750001, 9.2, 7.45, 0.6750001, 9.2, 23.050001, 0.57500005, 17.4, 35.05, 0.57500005, 17.4, 35.05, 0.57500005, 3.5, 23.050001, 0.57500005, 3.5, 2.5500002, 0.6750001, 7.9000006, 2.75, 0.6750001, 9.2, -0.4499998, 0.6750001, 10, -0.049999714, 0.6750001, 10, -0.049999714, 0.6750001, 9.6, -0.5499997, 0.6750001, 9.400001, 2.15, 0.6750001, 8.3, 0.3499999, 0.6750001, 9.2, -0.9499998, 0.6750001, 8.3, -0.9499998, 0.6750001, 9.2, 2.6500006, 8.175, 10.3, 2.3500004, 8.175, 10.5, -1.25, 8.175, 24, 7.8500004, 8.175, 24, -1.25, 8.175, 10.5, -0.9499998, 0.6750001, 12.5, -1.4499998, 0.6750001, 12.6, -1.4499998, 0.6750001, 13, -0.8499999, 0.6750001, 13.1, -0.6500001, 0.6750001, 12.1, -0.6500001, 0.6750001, 13.5, 2.75, 0.6750001, 13.5, 2.6500006, 0.6750001, 11.8, 0.4500003, 0.6750001, 11.7, -0.6500001, 0.6750001, 10.6, 4.75, 3.875, 14.5, 7.75, 3.875, 14.5, 7.75, 3.875, 10.7, 4.75, 3.875, 10.7, 3.6500006, 1.6750001, 11.2, 3.75, 1.6750001, 12, 3.75, 1.6750001, 10.8, 3.25, 1.6750001, 10.8, -2.1499999, 0.6750001, 13.2, -2.1499999, 0.6750001, 12.400001, -2.25, 0.6750001, 14.2, -5.25, 0.6750001, 14.2, -5.25, 0.6750001, 19.4, -2.25, 0.6750001, 19.4, 4.6500006, 3.875, 15.5, 4.3500004, 3.875, 15.700001, 3.75, 3.875, 15.700001, 3.8500004, 3.875, 19.2, 7.75, 3.875, 19.2, -0.9499998, 3.875, 15.700001, -0.9499998, 3.875, 19.2, 26.25, 0.6750001, 29.2, 26.350002, 0.6750001, 29.6, 26.75, 0.6750001, 29.6, 26.850002, 0.6750001, 29.2, 22.65, 0.6750001, 24, 25.95, 0.6750001, 29, 27.150002, 0.6750001, 29, 23.050001, 0.6750001, 24.4, 24.85, 0.6750001, 29, 23.050001, 0.6750001, 29.6, 24.45, 0.6750001, 29.6, 24.550001, 0.6750001, 29.2, 32.45, 0.6750001, 29.2, 32.55, 0.6750001, 29.7, 34.25, 0.6750001, 29.7, 34.45, 0.6750001, 29.1, 32.15, 0.6750001, 29, 35.05, 0.6750001, 29, 22.95, 0.57500005, 18.4, -1.8499999, 0.6750001, 22.5, -1.1500001, 0.6750001, 22.5, -1.1500001, 0.6750001, 20.6, -1.8499999, 0.6750001, 20.6, -2.1499999, 0.6750001, 20.4, -5.25, 0.6750001, 24, -2.25, 0.6750001, 24, -2.1499999, 0.6750001, 22.7, -1.1500001, 3.1750002, 23.6, -1.1500001, 3.1750002, 24, 7.75, 3.1750002, 24, 7.75, 3.1750002, 23.6, 26.850002, 0.6750001, 30.1, 26.25, 0.6750001, 30.1, 34.65, 0.6750001, 31.600002, 34.25, 0.6750001, 31.2, 34.350002, 0.6750001, 32.2, 34.65, 0.6750001, 32, 27.150002, 0.6750001, 30.300001, 25.95, 0.6750001, 30.300001, 31.45, 0.6750001, 35.100002, 37.25, 0.6750001, 32, 35.45, 0.6750001, 31.4, 24.550001, 0.57500005, 30.1, 31.850002, 0.6750001, 39, 31.95, 0.6750001, 37.8, 31.45, 0.6750001, 37.4, 24.95, 0.6750001, 39, 32.95, 0.6750001, 34.7, 33.25, 0.6750001, 34.9, 34.65, 0.6750001, 34.9, 34.75, 0.6750001, 33.3, 34.25, 0.6750001, 32.9, 22.95, 0.57500005, 40.2, 24.550001, 0.57500005, 40.2, 24.550001, 0.57500005, 39.4, 32.45, 0.6750001, 30.1, 24.85, 0.57500005, 30.300001, 32.15, 0.6750001, 30.300001, 31.850002, 0.6750001, 34.7, 37.25, 0.6750001, 30, 35.55, 0.6750001, 30, 35.65, 1.5750002, 34, 35.65, 1.5750002, 35.3, 37.25, 1.5750002, 35.3, 37.25, 1.5750002, 34, 33.25, 0.6750001, 37.600002, 34.65, 0.6750001, 37.600002, 34.65, 0.6750001, 36.9, 34.65, 0.6750001, 35.9, 34.850002, 0.6750001, 36.600002, 36.55, 0.6750001, 36.5, 36.55, 0.6750001, 36.3, 34.850002, 0.6750001, 36.2, 35.65, 1.5750002, 37.5, 35.65, 1.5750002, 38.8, 37.25, 1.5750002, 38.8, 37.25, 1.5750002, 37.5, 32.350002, 0.6750001, 39.2, 32.95, 0.6750001, 37.8, 37.25, 0.6750001, 40, 37.25, 0.6750001, 39.8, 34.850002, 0.6750001, 39.7, 32.45, 0.6750001, 40, 34.65, 0.6750001, 39.4, 22.95, 0.57500005, 43.5, 24.550001, 0.57500005, 43.5) +polygons = [PackedInt32Array(2, 1, 0), PackedInt32Array(0, 3, 2), PackedInt32Array(2, 3, 4), PackedInt32Array(4, 3, 5), PackedInt32Array(3, 6, 5), PackedInt32Array(2, 8, 1), PackedInt32Array(1, 8, 7), PackedInt32Array(10, 9, 11), PackedInt32Array(11, 9, 12), PackedInt32Array(13, 11, 14), PackedInt32Array(14, 11, 12), PackedInt32Array(14, 12, 7), PackedInt32Array(14, 7, 8), PackedInt32Array(16, 15, 17), PackedInt32Array(17, 15, 18), PackedInt32Array(21, 20, 19), PackedInt32Array(18, 15, 22), PackedInt32Array(22, 15, 24), PackedInt32Array(22, 24, 23), PackedInt32Array(22, 23, 21), PackedInt32Array(27, 26, 31), PackedInt32Array(31, 26, 25), PackedInt32Array(31, 25, 30), PackedInt32Array(31, 30, 29), PackedInt32Array(31, 29, 28), PackedInt32Array(32, 13, 14), PackedInt32Array(10, 23, 9), PackedInt32Array(9, 23, 24), PackedInt32Array(36, 35, 33), PackedInt32Array(33, 35, 34), PackedInt32Array(25, 22, 30), PackedInt32Array(30, 37, 19), PackedInt32Array(19, 37, 21), PackedInt32Array(21, 37, 22), PackedInt32Array(22, 37, 30), PackedInt32Array(32, 14, 20), PackedInt32Array(20, 14, 19), PackedInt32Array(36, 33, 26), PackedInt32Array(26, 33, 25), PackedInt32Array(29, 38, 28), PackedInt32Array(41, 40, 39), PackedInt32Array(39, 42, 41), PackedInt32Array(41, 42, 43), PackedInt32Array(43, 42, 44), PackedInt32Array(42, 45, 44), PackedInt32Array(5, 6, 46), PackedInt32Array(46, 6, 47), PackedInt32Array(51, 50, 48), PackedInt32Array(48, 50, 49), PackedInt32Array(53, 52, 54), PackedInt32Array(54, 52, 55), PackedInt32Array(55, 52, 56), PackedInt32Array(56, 52, 48), PackedInt32Array(56, 48, 49), PackedInt32Array(56, 49, 57), PackedInt32Array(17, 58, 16), PackedInt32Array(16, 58, 59), PackedInt32Array(56, 57, 60), PackedInt32Array(60, 57, 61), PackedInt32Array(61, 57, 62), PackedInt32Array(59, 58, 61), PackedInt32Array(61, 58, 63), PackedInt32Array(61, 63, 64), PackedInt32Array(61, 64, 60), PackedInt32Array(65, 64, 66), PackedInt32Array(66, 64, 63), PackedInt32Array(70, 69, 67), PackedInt32Array(67, 69, 68), PackedInt32Array(53, 54, 71), PackedInt32Array(71, 54, 72), PackedInt32Array(74, 73, 75), PackedInt32Array(75, 73, 76), PackedInt32Array(77, 71, 72), PackedInt32Array(76, 80, 75), PackedInt32Array(75, 80, 78), PackedInt32Array(78, 80, 79), PackedInt32Array(72, 78, 77), PackedInt32Array(77, 78, 79), PackedInt32Array(81, 40, 41), PackedInt32Array(81, 41, 82), PackedInt32Array(82, 41, 84), PackedInt32Array(82, 84, 83), PackedInt32Array(83, 85, 82), PackedInt32Array(87, 86, 88), PackedInt32Array(88, 86, 89), PackedInt32Array(89, 90, 91), PackedInt32Array(91, 90, 94), PackedInt32Array(91, 94, 93), PackedInt32Array(91, 93, 92), PackedInt32Array(73, 74, 95), PackedInt32Array(95, 74, 94), PackedInt32Array(95, 94, 90), PackedInt32Array(89, 86, 90), PackedInt32Array(99, 98, 96), PackedInt32Array(96, 98, 97), PackedInt32Array(102, 101, 100), PackedInt32Array(102, 100, 103), PackedInt32Array(88, 104, 87), PackedInt32Array(87, 104, 105), PackedInt32Array(104, 106, 105), PackedInt32Array(105, 106, 47), PackedInt32Array(47, 106, 107), PackedInt32Array(47, 107, 46), PackedInt32Array(107, 106, 108), PackedInt32Array(108, 106, 109), PackedInt32Array(110, 96, 97), PackedInt32Array(113, 112, 111), PackedInt32Array(110, 97, 111), PackedInt32Array(111, 97, 114), PackedInt32Array(111, 114, 113), PackedInt32Array(115, 112, 116), PackedInt32Array(116, 112, 113), PackedInt32Array(118, 117, 119), PackedInt32Array(119, 117, 120), PackedInt32Array(121, 28, 38), PackedInt32Array(117, 122, 120), PackedInt32Array(120, 122, 123), PackedInt32Array(123, 122, 124), PackedInt32Array(122, 125, 124), PackedInt32Array(128, 127, 126), PackedInt32Array(130, 129, 131), PackedInt32Array(131, 129, 132), PackedInt32Array(128, 126, 125), PackedInt32Array(125, 126, 124), PackedInt32Array(133, 123, 124), PackedInt32Array(129, 133, 132), PackedInt32Array(132, 133, 134), PackedInt32Array(135, 67, 124), PackedInt32Array(124, 67, 133), PackedInt32Array(133, 67, 134), PackedInt32Array(134, 67, 68), PackedInt32Array(38, 135, 121), PackedInt32Array(121, 135, 124), PackedInt32Array(139, 138, 136), PackedInt32Array(136, 138, 137), PackedInt32Array(140, 143, 109), PackedInt32Array(109, 143, 142), PackedInt32Array(109, 142, 141), PackedInt32Array(109, 141, 108), PackedInt32Array(136, 143, 139), PackedInt32Array(139, 143, 140), PackedInt32Array(138, 34, 137), PackedInt32Array(137, 34, 35), PackedInt32Array(147, 146, 144), PackedInt32Array(144, 146, 145), PackedInt32Array(119, 148, 118), PackedInt32Array(118, 148, 149), PackedInt32Array(153, 152, 150), PackedInt32Array(150, 152, 151), PackedInt32Array(148, 154, 149), PackedInt32Array(149, 154, 155), PackedInt32Array(155, 154, 156), PackedInt32Array(150, 158, 153), PackedInt32Array(153, 158, 157), PackedInt32Array(126, 127, 159), PackedInt32Array(161, 160, 162), PackedInt32Array(162, 160, 163), PackedInt32Array(165, 164, 166), PackedInt32Array(166, 164, 167), PackedInt32Array(167, 164, 168), PackedInt32Array(171, 170, 169), PackedInt32Array(130, 131, 172), PackedInt32Array(172, 131, 151), PackedInt32Array(159, 173, 126), PackedInt32Array(126, 173, 163), PackedInt32Array(126, 163, 171), PackedInt32Array(126, 171, 169), PackedInt32Array(151, 152, 168), PackedInt32Array(172, 151, 174), PackedInt32Array(174, 151, 168), PackedInt32Array(174, 168, 164), PackedInt32Array(174, 164, 175), PackedInt32Array(155, 156, 173), PackedInt32Array(173, 156, 162), PackedInt32Array(173, 162, 163), PackedInt32Array(177, 176, 158), PackedInt32Array(158, 176, 157), PackedInt32Array(175, 156, 174), PackedInt32Array(174, 156, 154), PackedInt32Array(181, 180, 178), PackedInt32Array(178, 180, 179), PackedInt32Array(184, 183, 182), PackedInt32Array(165, 166, 185), PackedInt32Array(188, 187, 189), PackedInt32Array(189, 187, 186), PackedInt32Array(186, 184, 189), PackedInt32Array(189, 184, 185), PackedInt32Array(185, 184, 182), PackedInt32Array(185, 182, 165), PackedInt32Array(193, 192, 190), PackedInt32Array(190, 192, 191), PackedInt32Array(160, 161, 194), PackedInt32Array(194, 161, 195), PackedInt32Array(197, 196, 198), PackedInt32Array(198, 196, 199), PackedInt32Array(182, 183, 195), PackedInt32Array(195, 183, 200), PackedInt32Array(195, 200, 194), PackedInt32Array(194, 200, 199), PackedInt32Array(200, 198, 199), PackedInt32Array(202, 201, 170), PackedInt32Array(170, 201, 169)] geometry_parsed_geometry_type = 1 geometry_collision_mask = 1 -cell_size = 0.15 -agent_radius = 0.4 +cell_size = 0.1 +cell_height = 0.1 region_min_size = 1.0 -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_28wwg"] -albedo_texture = ExtResource("3_wnw5t") -metallic_specular = 0.0 -texture_filter = 4 - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_g8u0k"] -albedo_texture = ExtResource("4_uuova") -metallic_specular = 0.0 -texture_filter = 4 - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_ojo02"] -albedo_texture = ExtResource("5_pukpx") -metallic_specular = 0.0 -texture_filter = 4 - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_fkwnc"] -albedo_texture = ExtResource("6_gr4t2") -metallic_specular = 0.0 -texture_filter = 4 - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_0qh3n"] -albedo_texture = ExtResource("8_q430e") -metallic_specular = 0.0 -texture_filter = 4 - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_lsb8t"] -albedo_texture = ExtResource("9_mr285") -metallic_specular = 0.0 -texture_filter = 4 - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_wqdql"] -albedo_texture = ExtResource("9_6dwlu") -metallic_specular = 0.0 -texture_filter = 4 - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_j1i2n"] -albedo_texture = ExtResource("11_5n8v8") -metallic_specular = 0.0 -texture_filter = 4 - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_bcj2m"] -albedo_texture = ExtResource("12_d6mcx") -metallic_specular = 0.0 -texture_filter = 4 - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_o0gkc"] -albedo_texture = ExtResource("7_47bio") -metallic_specular = 0.0 -texture_filter = 4 - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_ju0ay"] -albedo_texture = ExtResource("8_dkoer") -metallic_specular = 0.0 -texture_filter = 4 - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_r6wrx"] -albedo_texture = ExtResource("12_aye1w") -metallic_specular = 0.0 -texture_filter = 4 - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_bxq8v"] -albedo_texture = ExtResource("11_e0edj") -metallic_specular = 0.0 -texture_filter = 4 - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_ungr5"] -albedo_texture = ExtResource("17_7rbgx") -metallic_specular = 0.0 -texture_filter = 4 - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_lwe76"] -albedo_texture = ExtResource("17_s65o6") -metallic_specular = 0.0 -texture_filter = 4 - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_4014d"] -albedo_texture = ExtResource("10_p1yw3") -metallic_specular = 0.0 -texture_filter = 4 - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_ih8d0"] -albedo_texture = ExtResource("20_datoq") -metallic_specular = 0.0 -texture_filter = 4 - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_w2bwb"] -albedo_texture = ExtResource("19_b57fh") -metallic_specular = 0.0 -texture_filter = 4 - -[sub_resource type="ArrayMesh" id="ArrayMesh_etgm7"] -lightmap_size_hint = Vector2i(1682, 1674) +[sub_resource type="ArrayMesh" id="ArrayMesh_7rbgx"] +lightmap_size_hint = Vector2i(874, 858) _surfaces = [{ -"aabb": AABB(-5.75, 0.25, -0.5, 14, 0.25, 25), -"attribute_data": PackedByteArray("AACAvvnFEkCAivE+eItYPQAAREH5xRJAgIrxPlcHCD8AAERBBJ22QANGyj5XBwg/AACAvgSdtkADRso+eItYPQAAhMAUEZE/NK1PPwdVIj8AAITAAJ22v6FwXj8HVSI///9fPwSdtr+hcF4/LXziPgAAYD8QEZE/NK1PPy184j4BAITAiYiIwQ5JUD/kHt8+AQCEwGoDncF7DF8/5B7fPvj/Xz9qA53BewxfPwfieT75/18/iYiIwQ5JUD8H4nk+AAAAAA502r4XG+8+hk8MPwAAAAAOdFq+wV3sPoZPDD8AAAC+DnRavsFd7D4u7wo/AAAAvg502r4XG+8+Lu8KPwAAwEAOdNq+IhAzPwIl2z4AANhADnTaviIQMz+lIeo+AADYQA50Wr7NbjQ/pSHqPgAAwEAOdFq+zW40PwIl2z4AAMDAcD2KP4pjcT5XenA/AADAwPKLpT+KY3E+sNpxPwAA2MDyi6U/KJyHPrDacT8AANjAcD2KPyichz5XenA/AADAQHA9ij/iSno/g9F3PwAA2EBwPYo/4kp6P9RPfz8AANhA8oulP42pez/UT38/AADAQPKLpT+NqXs/g9F3PwAAwMAOdNq+KsZNPVw3Dz8AAMDADnRavirGTT20lxA/AADYwA50Wr6ijKI9tJcQPwAA2MAOdNq+ooyiPVw3Dz8AAAAADnTavs1uND9fQvs+AAAAPg502r4iEDM/X0L7PgAAAD4OdFq+IhAzP6+B+D4AAAAADnRavs1uND+vgfg+"), +"aabb": AABB(-5.75, 0.25, -0.5001221, 14, 0.25, 25.000122), +"attribute_data": PackedByteArray("AABEQQOdtkACjO0+CPrxPgAIgL4DnbZAxraoOwj68T4ACIC++cUSQMa2qDtWMMs+AABEQfnFEkACjO0+VjDLPv//Xz8Dnba/nzBZP+JeRT8AAGA/exSRP2jWSj/iXkU/AACEwH0UkT9o1ko/VVUVPwAAhMAAnba/nzBZP1VVFT/4/18/agOdwSM06z5o2lo/+f9fP4mIiMEjNOs+rDtMPwEAhMCJiIjBTOOMPqw7TD8BAITAagOdwUzjjD5o2lo/AAAAvg502r4eHJA97wtcPwAAAAAOdNq+wmSEPe8LXD8AAAAADnRavsJkhD0Gjlo/AAAAvg50Wr4eHJA9Bo5aPwAA2EAOdFq+gtp/P/DBRz8AAMBADnRavoLafz9iTEA/AADAQA502r6XY34/YkxAPwAA2EAOdNq+l2N+P/DBRz8AANjA8oulP4Lafz98FQw/AADYwHE9ij+XY34/fBUMPwAAwMBxPYo/l2N+P+2fBD8AAMDA8oulP4Lafz/tnwQ/AADYQPKLpT+zVnw/HDWjPgAAwEDyi6U/s1Z8P/9JlD4AAMBAcT2KP8jfej//SZQ+AADYQHE9ij/I33o/HDWjPgAA2MAOdNq+kq5+P/MtHz8AAMDADnTavpKufj9kuBc/AADAwA50Wr6nN30/ZLgXPwAA2MAOdFq+pzd9P/MtHz8AAAA+DnRavt/0Zj/2TyI8AAAAAA50Wr7f9GY/JuWAPAAAAAAOdNq+ymtoPyblgDwAAAA+DnTavspraD/2TyI8"), "format": 34359742519, "index_count": 54, "index_data": PackedByteArray("AAABAAIAAAACAAMABAAFAAYABAAGAAcACAAJAAoACAAKAAsADAANAA4ADAAOAA8AEAARABIAEAASABMAFAAVABYAFAAWABcAGAAZABoAGAAaABsAHAAdAB4AHAAeAB8AIAAhACIAIAAiACMA"), -"material": SubResource("StandardMaterial3D_28wwg"), +"material": ExtResource("5_g8u0k"), "primitive": 3, "uv_scale": Vector4(0, 0, 0, 0), "vertex_count": 36, -"vertex_data": PackedByteArray("AADgvwAAAD8AAAC/AADgvwAAAD8AAMRBAAC4wAAAAD8AAMRBAAC4wAAAAD8AAAC/AAAEQQAAAD8AAAC/AAAEQQAAAD8AACBAAADgvwAAAD8AACBAAADgvwAAAD8AAAC/AAAEQQAAAD8AAKBBAAAEQQAAAD8AALhBAADgvwAAAD8AALhBAADgvwAAAD8AAKBBAADgvwAAAD8AAEBBAADgvwAAgD4AAEBBAADAvwAAgD4AAEBBAADAvwAAAD8AAEBBAADgvwAAAD8AAEBBAADgvwAAAD8AAFhBAADgvwAAgD4AAFhBAADgvwAAgD4AAEBBAADAvwAAgD4AAEBBAADgvwAAgD4AAEBBAADgvwAAgD4AAFhBAADAvwAAgD4AAFhBAADAvwAAAD8AAEBBAADAvwAAAD8AAFhBAADgvwAAAD8AAFhBAADgvwAAAD8AAEBBAADAvwAAAD8AAEBBAADAvwAAgD4AAEBBAADAvwAAgD4AAFhBAADAvwAAAD8AAFhBAADgvwAAAD8AAFhBAADAvwAAAD8AAFhBAADAvwAAgD4AAFhBAADgvwAAgD4AAFhBAID///9//78AgP///3//vwCA////f/+/AID///9//78AgP//AAD/vwCA//8AAP+/AID//wAA/78AgP//AAD/vwCA//8AAP+/AID//wAA/78AgP//AAD/vwCA//8AAP+//////wAA/7//////AAD/v/////8AAP+//////wAA/78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AID///9//78AgP///3//vwCA////f/+/AID///9//7///wCA////////AID///////8AgP///////wCA//////9//3////+//3//f////7//f/9/////v/9//3////+/") +"vertex_data": PackedByteArray("AAC4wAAAAD8AAMRBAAC4wAAAAD8ACAC/AADgvwAAAD8ACAC/AADgvwAAAD8AAMRBAADgvwAAAD8AACBAAADgvwAAAD8ACAC/AAAEQQAAAD8ACAC/AAAEQQAAAD8AACBAAADgvwAAAD8AALhBAADgvwAAAD8AAKBBAAAEQQAAAD8AAKBBAAAEQQAAAD8AALhBAADAvwAAAD8AAEBBAADgvwAAAD8AAEBBAADgvwAAgD4AAEBBAADAvwAAgD4AAEBBAADgvwAAgD4AAFhBAADgvwAAgD4AAEBBAADgvwAAAD8AAEBBAADgvwAAAD8AAFhBAADgvwAAgD4AAFhBAADAvwAAgD4AAFhBAADAvwAAgD4AAEBBAADgvwAAgD4AAEBBAADgvwAAAD8AAFhBAADgvwAAAD8AAEBBAADAvwAAAD8AAEBBAADAvwAAAD8AAFhBAADAvwAAAD8AAFhBAADAvwAAAD8AAEBBAADAvwAAgD4AAEBBAADAvwAAgD4AAFhBAADAvwAAgD4AAFhBAADgvwAAgD4AAFhBAADgvwAAAD8AAFhBAADAvwAAAD8AAFhBAID///9//78AgP///3//vwCA////f/+/AID///9//78AgP//AAD/vwCA//8AAP+/AID//wAA/78AgP//AAD/vwCA//8AAP+/AID//wAA/78AgP//AAD/vwCA//8AAP+//////wAA/7//////AAD/v/////8AAP+//////wAA/78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AID///9//78AgP///3//vwCA////f/+/AID///9//7///wCA////////AID///////8AgP///////wCA//////9//3////+//3//f////7//f/9/////v/9//3////+/") }, { -"aabb": AABB(-2, 0.5, 2.25, 10.5, 4.25, 7.5), -"attribute_data": PackedByteArray("AQCQv///j78CKkY+hINqPwAAgLMAAJC/AipGPv7aZD8AAMA0AAAGQaOvRzz+2mQ//f+PvwAABkGjr0c8hINqPwAAIEAAAPC/2HF6P2hJUD4AADBAAADwv9hxej/IylU+AAAwQAAAQL820HQ/yMpVPgAAIEAAAEC/NtB0P2hJUD4AACDAAAAAwaOvRzzqGkg/AAAgwAAAwD8CKkY+6hpIPwAAMMAAAMA/AipGPkJ7ST8AADDAAAAAwaOvRzxCe0k/AAAgQAAAAMGF82A+lVIKPwAAMEAAAADBhfNgPu2yCz8AADBAAADAP/YRHT3tsgs/AAAgQAAAwD/2ER09lVIKPwAAIMAAAPC/imNxPlF+Rz8AACDAAABAvwv1gz5Rfkc/AAAwwAAAQL8L9YM+qd5IPwAAMMAAAPC/imNxPqneSD8AAMC/AADwv50V8Tx/bRI/AAAAQQAA8L+dFfE85JHHPgAAAEEAAEC/BoXzO+SRxz4AAMC/AABAvwaF8zt/bRI/AAAAwQAAUMDalR8/TBRKPwAAAMEAAEC/2pUfP8O0PT8AAATBAABAvyVdHj/DtD0/AAAEwQAAUMAlXR4/TBRKPwAAIEAAAFDAY9wMP/+mBj8AADBAAABQwGPcDD9XBwg/AAAwQAAAQL9fiAA/VwcIPwAAIEAAAEC/X4gAP/+mBj8AACDAAAAEwULoHT/UT38/AAAgwAAAAMFC6B0/fO99PwAAMMAAAADBqKwcP3zvfT8AADDAAAAEwaisHD/UT38/AAAgQAAABMEs8FM/jaRuPwAAMEAAAATB105VP42kbj8AADBAAAAAwddOVT/lBHA/AAAgQAAAAMEs8FM/5QRwPwAAIMAAAFDAmtYHP7XwST8AACDAAABAv54qFD+18Ek/AAAwwAAAQL+eKhQ/DVFLPwAAMMAAAFDAmtYHPw1RSz8AAABBAABQwJEE6T7OU1Y/AAAEQQAAUMCRBOk+dvNUPwAABEEAAEC/ilzQPnbzVD8AAABBAABAv4pc0D7OU1Y/AAAgQAAAeMCunao+VVUVPwAAHEEAAHjArp2qPiH3OD8AABxBAABowARbrT4h9zg/AAAgQAAAaMAEW60+VVUVPwAAIMAAAATBaW+CPjTRBD8AACDAAAAAwWlvgj6MMQY/AAAcwQAAAME8XMk+jDEGPwAAHMEAAATBPFzJPjTRBD8AACBAAAAEwVWonz5/bVI8AAAcQQAABMEoleY+f21SPAAAHEEAAADBKJXmPvOu9DsAACBAAAAAwVWonz7zrvQ7AAAAQQAAeMA5Fv89PqR7PwAABEEAAHjAORb/PeZDej8AAARBAABowD489T3mQ3o/AAAAQQAAaMA+PPU9PqR7PwAAIEAAAHjAEHMWP3S0Sj8AADBAAAB4wLvRFz90tEo/AAAwQAAAaMC70Rc/HFRJPwAAIEAAAGjAEHMWPxxUST8AACDAAAAAwbmgMD/tmJw5AAAgwAAAwD97DF8/7ZicOQAAMMAAAMA/ewxfP5r1uTsAADDAAAAAwbmgMD+a9bk7AAAgQAAAAMEIvTs/qsTZPAAAMEAAAADBCL07P9bnAj0AADBAAADAP0ZRDT/W5wI9AAAgQAAAwD9GUQ0/qsTZPAAAIMAAAHjAl4kcP7EZfD8AACDAAABowJeJHD8Jen0/AAAwwAAAaMBC6B0/CXp9PwAAMMAAAHjAQugdP7EZfD8AAMC/AAB4wPctoT7pwQ4/AAAAQQAAeMDmrAg+6cEOPwAAAEEAAGjA5qwIPpFhDT8AAMC/AABowPctoT6RYQ0/AAAAwQAA8L8/qbQ+5QRwPwAAAMEAAEC/+WWpPuUEcD8AAATBAABAv/llqT6NpG4/AAAEwQAA8L8/qbQ+jaRuPwAAMEAAAPC/3wuRPuZDej8AAJBAAADwv6tloj7mQ3o/AACQQAAAQL+rZaI+bex/PwAAMEAAAEC/3wuRPm3sfz8AAJDAAAAAwXILFD98730/AACQwAAABMFyCxQ/1E9/PwAAMEAAAATB/KvzPriIDT8AAJBAAAAEweSCAj+4iA0/AACQQAAAAMHkggI/XygMPwAAMEAAAADB/KvzPl8oDD8AADDAAADwv9UkDz+4+3U/AAAwwAAAQL/VJA8/PqR7PwAAkMAAAEC/u9EXPz6kez8AAJDAAADwv7vRFz+4+3U/AAAAQQAA8L/VKzA/pu2LPgAABEEAAPC/1SswP/YsiT4AAARBAABAvzOKKj/2LIk+AAAAQQAAQL8ziio/pu2LPgAAAMEAAFDA9hh+P9RPfz8AAADBAABAv/YYfj+77HI/AAAEwQAAQL9Lunw/u+xyPwAABMEAAFDAS7p8P9RPfz8AAKBAAABQwKKTAz8Ln1g/AACwQAAAUMACKgY/C59YPwAAsEAAAEC/AioGPyQCZT8AAKBAAABAv6KTAz8kAmU/AACgwAAABMFyCxQ/1E9/PwAAoMAAAADBcgsUP3zvfT8AALDAAAAAwT6UET98730/AACwwAAABME+lBE/1E9/PwAAoEAAAATB6eRQP3rKIj8AALBAAAAEwUh7Uz96yiI/AACwQAAAAMFIe1M/0iokPwAAoEAAAADB6eRQP9IqJD8AAKDAAABQwEZKbD9S8e8+AACgwAAAQL9GSmw/wlsEPwAAsMAAAEC/puBuP8JbBD8AALDAAABQwKbgbj9S8e8+AAAAQQAAUMDms6k+/YErPwAABEEAAFDAkPamPv2BKz8AAARBAABAv5D2pj7kHh8/AAAAQQAAQL/ms6k+5B4fPwAAAMEAAFDAwmRNP8jKVT4AAADBAABAv74QQT/IylU+AAAEwQAAQL++EEE/aElQPgAABMEAAFDAwmRNP2hJUD4AAMhAAABQwFoYcD/E84c+AADYQAAAUMBaGHA/2CaNPgAA2EAAAEC/VsRjP9gmjT4AAMhAAABAv1bEYz/E84c+AADIwAAABMExYGQ/JkFvPwAAyMAAAADB3L5lPyZBbz8AANjAAAAAwdy+ZT+w2nE/AADYwAAABMExYGQ/sNpxPwAAyEAAAATBB5pWPm3sfz8AANhAAAAEwYXzYD5t7H8/AADYQAAAAMGF82A+FYx+PwAAyEAAAADBB5pWPhWMfj8AAMjAAABQwFWhPj+F3GM+AADIwAAAQL9VoT4/dLSKPgAA2MAAAEC/tTdBP3S0ij4AANjAAABQwLU3QT+F3GM+AAAAQQAAUMAngAM8UzA6PwAABEEAAFDAiVUvO1MwOj8AAARBAABAv4lVLzs6zS0/AAAAQQAAQL8ngAM8Os0tPwAAEEAAAHjA5p7GPu+9Nz8AABxBAAB4wJH9Bz/vvTc/AAAcQQAAaMCR/Qc/l102PwAAEEAAAGjA5p7GPpddNj8AABDAAAAIwcs27Dw29l8/AAAQwAAAAMHLNuw8wI9iPwAAHMEAAADBUT8wPsCPYj8AABzBAAAIwVE/MD429l8/AAAQQAAACMFLunw/ty+UPgAAHEEAAAjBS7p8P7Ll3T4AABxBAAAAwapQfz+y5d0+AAAQQAAAAMGqUH8/ty+UPgAAEEAAAHjALRN5P2fWJz8AADBAAAB4wI2pez9n1ic/AAAwQAAAaMCNqXs/D3YmPwAAEEAAAGjALRN5Pw92Jj8AABDAAAD8wN3hCj/wo0g8AAAQwAAA0D+fTTk/8KNIPAAAMMAAANA/n005PzaDtzwAADDAAAD8wN3hCj82g7c8AAAQQAAA/MADRgo/dzKfPgAAMEAAAPzAY9wMP3cynz4AADBAAADQP2PcDD+Re/w+AAAQQAAA0D8DRgo/kXv8PgAAEMAAAHjAaW+CPgssMDsAABDAAABowGlvgj4IIQQ8AAAwwAAAaMAonIc+CCEEPAAAMMAAAHjAKJyHPgssMDsAANC/AAB4wB/RCT/vSg8/AAD8QAAAeMC7yrY+70oPPwAA/EAAAGjAu8q2Pir+DT8AANC/AABowB/RCT8q/g0/AAAAwQAAsMCahvE+7Mw6PwAAAMEAAKjAmobxPpRsOT8AAAjBAACowFJp9j6UbDk/AAAIwQAAsMBSafY+7Mw6PwAAEMAAAAjBS7p8P+QeHz8AABDAAAAAwapQfz/kHh8/AAAcwQAAAMGqUH8/4vlDPwAAHMEAAAjBS7p8P+L5Qz8AABBAAAAIwSH0bj6QlWs/AAAcQQAACMFM1sA+kJVrPwAAHEEAAADBTNbAPhovbj8AABBAAAAAwSH0bj4aL24/AAAQwAAAsMB0cgg/Ha3CPgAAEMAAAKjAH9EJPx2twj4AABzBAACowB/RCT+MMQY/AAAcwQAAsMB0cgg/jDEGPwAAAEEAALDAnRXxPJ8LUj8AAAhBAACwwJ0V8TwVck8/AAAIQQAAqMA6QMU8FXJPPwAAAEEAAKjAOkDFPJ8LUj8AANA/AACYwP2ylD7szDo/AADQPwAAkMD9spQ+lGw5PwAA/MAAAJDAmobxPpRsOT8AAPzAAACYwJqG8T7szDo/AAAQQAAAmMDCcs8+kJVrPwAAMEAAAJjAwnLPPhovbj8AADBAAACQwGy1zD4aL24/AAAQQAAAkMBstcw+kJVrPwAAEMAAAPzAdGtnP19COz8AABDAAADQP3RrZz/s5mk/AAAwwAAA0D/UAWo/7OZpPwAAMMAAAPzA1AFqP19COz8AABBAAAAAwXwoYz/+wDU/AAAwQAAAAMHcvmU//sA1PwAAMEAAAMA/3L5lP4tlZD8AABBAAADAP3woYz+LZWQ/AAAQwAAAmMDLNuw8/sA1PwAAEMAAAJDAyzbsPFchNz8AADDAAACQwF+BHz1XITc/AAAwwAAAmMBfgR89/sA1PwAAIMAAAATBhghEPbNYxj4AACDAAAAAwTfzWT2zWMY+AAAcwQAAAME381k9Jc4GPwAAHMEAAATBhghEPSXOBj8AACBAAAAEwWTxbz9tedc+AAAcQQAABMFk8W8/gl4PPwAAHEEAAADBD1BxP4JeDz8AACBAAAAAwQ9QcT9tedc+AAAAQQAApMDcxQY/RYZ1PwAABEEAAKTA3MUGP+0ldD8AAARBAACMwMj3Aj/tJXQ/AAAAQQAAjMDI9wI/RYZ1PwAAIEAAAKTAgZhzPzTr8z4AADBAAACkwCz3dD806/M+AAAwQAAAjMAs93Q/vEXsPgAAIEAAAIzAgZhzP7xF7D4AACBAAAACwa+yjT7/pgY/AAAwQAAAAsGvso0+VwcIPwAAMEAAALA/rGzDPVcHCD8AACBAAACwP6xswz3/pgY/AAAgwAAApMCfRhg/g7dIPwAAIMAAAIzAsxQcP4O3SD8AADDAAACMwLMUHD/bF0o/AAAwwAAApMCfRhg/2xdKPwAAAMEAAPC/IfQuPwghBDwAAADBAABAv35SKT8IIQQ8AAAEwQAAQL9+Uik/CywwOwAABMEAAPC/IfQuPwssMDsAANhAAADwv7iSrj4PkFU/AAAQQQAA8L+4kq4+9rlgPwAAEEEAAEC/c0+jPva5YD8AANhAAABAv3NPoz4PkFU/AADYwAAABMFQMS4/YIGFPgAA2MAAAADBUDEuPxFCiD4AABDBAAAAwZ9NOT8RQog+AAAQwQAABMGfTTk/YIGFPgAA2EAAAATB1R1uP58LUj8AABBBAAAEwSQ6eT+fC1I/AAAQQQAAAMEkOnk/R6tQPwAA2EAAAADB1R1uP0erUD8AANjAAADwv86K+D7a2P8+AADYwAAAQL/Oivg+85QFPwAAEMEAAEC/tmEHP/OUBT8AABDBAADwv7ZhBz/a2P8+AAAAQQAA8L/04LU+xIBfPwAABEEAAPC/nSOzPsSAXz8AAARBAABAv50jsz492Fk/AAAAQQAAQL/04LU+PdhZPwAAAMEAAFDAuJKuPrSXED8AAADBAABAv7HqlT60lxA/AAAEwQAAQL+x6pU+XDcPPwAABMEAAFDAuJKuPlw3Dz8AABRBAABQwPGhTD8f7Aw/AAAcQQAAUMBQOE8/H+wMPwAAHEEAAEC/UDhPPwaJAD8AABRBAABAv/GhTD8GiQA/AAAUwQAABMENJus+D5BVPwAAFMEAAADBDSbrPmfwVj8AABzBAAAAwcxS8D5n8FY/AAAcwQAABMHMUvA+D5BVPwAAFEEAAATBbtgxP8yhYz8AABxBAAAEwW7YMT9WO2Y/AAAcQQAAAMEZNzM/VjtmPwAAFEEAAADBGTczP8yhYz8AABTBAABQwCIQMz9ba20/AAAUwQAAQL8mZD8/W2ttPwAAHMEAAEC/JmQ/P+UEcD8AABzBAABQwCIQMz/lBHA/AAAAQQAAUMA+PPU9PqR7PwAABEEAAFDAPjz1PeZDej8AAARBAABAv3e4kj3mQ3o/AAAAQQAAQL93uJI9PqR7PwAAoMAAAFDAWhhwP8F1Mz8AAKDAAADwvwM/aT/BdTM/AACowAAA8L8DP2k/aRUyPwAAqMAAAFDAWhhwP2kVMj8AACBAAABQwHRrZz/+wDU/AAAwQAAAUMB0a2c/VyE3PwAAMEAAAPC/y0RuP1chNz8AACBAAADwv8tEbj/+wDU/AAAgwAAAqMCc+Sw/y9WBPgAAIMAAAKDAnPksP3uWhD4AADDAAACgwEdYLj97loQ+AAAwwAAAqMBHWC4/y9WBPgAAIEAAAKjAyz1NP+5+7T4AADBAAACowMs9TT+eP/A+AAAwQAAAoMB2nE4/nj/wPgAAIEAAAKDAdpxOP+5+7T4AACDAAABQwAsDBj9fKAw/AAAgwAAA8L9j3Aw/XygMPwAAMMAAAPC/Y9wMP7iIDT8AADDAAABQwAsDBj+4iA0/AACgQAAAUMCSIG0+6PVsPwAAqEAAAFDAkiBtPpCVaz8AAKhAAADwvzW7UT6QlWs/AACgQAAA8L81u1E+6PVsPwAAAMAAAFDAsw17PyvKLz8AAADAAADwv7MNez9z6Cg/AAAQwAAA8L8Ir3k/c+goPwAAEMAAAFDACK95PyvKLz8AACBAAABQwIB8rz4VjH4/AAAwQAAAUMCAfK8+bex/PwAAMEAAAPC/Ly+9Pm3sfz8AACBAAADwvy8vvT4VjH4/AAAgwAAAEMAxYGQ/IlByPwAAIMAAAADA3L5lPyJQcj8AADDAAAAAwNy+ZT96sHM/AAAwwAAAEMAxYGQ/erBzPwAAIEAAABDAZz5bP3rKIj8AADBAAAAQwGc+Wz/SKiQ/AAAwQAAAAMASnVw/0iokPwAAIEAAAADAEp1cP3rKIj8AACDAAABQwGYilz6NpG4/AAAgwAAA8L8U1aQ+jaRuPwAAMMAAAPC/FNWkPuUEcD8AADDAAABQwGYilz7lBHA/AAAAQAAAUMD+1Xk/uwZiPgAAEEAAAFDA/tV5P1qFXD4AABBAAADwv6f8cj9ahVw+AAAAQAAA8L+n/HI/uwZiPgAAEMAAANA/UlQTPYEfxT4AABDAAAAIQEu6PD2BH8U+AAAcwQAACEBLujw9vmoHPwAAHMEAANA/UlQTPb5qBz8AABBAAADQP2dFfD+fJQE/AAAcQQAA0D9nRXw/nQAmPwAAHEEAAAhACK95P50AJj8AABBAAAAIQAiveT+fJQE/AAAQwAAAeMCJVS87kJVrPwAAEMAAAGjAiVUvO+j1bD8AABzBAABowM11FT7o9Ww/AAAcwQAAeMDNdRU+kJVrPwAAIMAAAOA/xsbbPVw3Dz8AACDAAAAAQMbG2z20lxA/AAAcwQAAAEAIvXs+tJcQPwAAHMEAAOA/CL17Plw3Dz8AACBAAADgPxBsdT+9EY4+AAAcQQAA4D8QbHU/VVXVPgAAHEEAAABAu8p2P1VV1T4AACBAAAAAQLvKdj+9EY4+AAAAwAAApMAvL70+U0ppPwAA4L8AAKTALy+9PvrpZz8AAOC/AACMwAaTtT766Wc/AAAAwAAAjMAGk7U+U0ppPwAAAEAAAFDA3gLCPs5TVj8AAABAAADgv50jsz7OU1Y/AADgPwAA4L+dI7M+dvNUPwAA4D8AAFDA3gLCPnbzVD8AACBAAABQwMj3wj6p+Hc/AAAwQAAAUMAetcU+qfh3PwAAMEAAAOC/HrXFPld6cD8AACBAAADgv8j3wj5XenA/AAAgwAAA4D9k8W8/SATKPgAAIMAAAABAD1BxP0gEyj4AADDAAAAAQA9QcT/4xMw+AAAwwAAA4D9k8W8/+MTMPgAAIEAAAOA/YKslPwI/Cj0AADBAAADgPwwKJz8CPwo9AAAwQAAAAEAMCic/g0QgPQAAIEAAAABAYKslP4NEID0AACDAAABQwOwxPD+80kM/AAAgwAAA4L8ep0M/vNJDPwAAMMAAAOC/HqdDPxQzRT8AADDAAABQwOwxPD8UM0U/AAAAwAAAUMBnRXw/kkeePgAA4L8AAFDAvOZ6P5JHnj4AAOC/AADgv7zmej/vSo8+AAAAwAAA4L9nRXw/70qPPgAACEAAALDAhfoBPpMtLz8AAAhAAACowIX6AT46zS0/AADQPwAAqMAOQu89Os0tPwAA0D8AALDADkLvPZMtLz8AABBAAACwwAaF8zszBWM/AAAcQQAAsMCgVBo+MwVjPwAAHEEAAKjAoFQaPotlZD8AABBAAACowAaF8zuLZWQ/AAAQwAAA0D9gqyU/h6hFPwAAEMAAAAhAYKslPxFCSD8AABzBAAAIQH5ZSj8RQkg/AAAcwQAA0D9+WUo/h6hFPwAAEEAAAOA/zWByP+9Kjz4AABxBAADgP81gcj/rANk+AAAcQQAAEEAs93Q/6wDZPgAAEEAAABBALPd0P+9Kjz4AAAjAAACwwFoRjz1w3Xw/AADQvwAAsMBaEY895kN6PwAA0L8AAKjAARyEPeZDej8AAAjAAACowAEchD1w3Xw/AAAAQAAA8L/rFTg/sMBCPwAAAEAAAEC/6xU4PyoYPT8AAOA/AABAv0C3Nj8qGD0/AADgPwAA8L9AtzY/sMBCPwAAIEAAAPC/mtbHPkKVeD8AAOBAAADwv+n58z5ClXg/AADgQAAAQL/p+fM+u+xyPwAAIEAAAEC/mtbHPrvscj8AACDAAADgPyIJ0j3rABk/AAAgwAAAAEB6/tw96wAZPwAA4MAAAABAev7cPZMtLz8AAODAAADgPyIJ0j2TLS8/AAAgQAAA4D8TuWA/10B8PwAA4EAAAOA/u8p2P9dAfD8AAOBAAAAAQLvKdj9/4Ho/AAAgQAAAAEATuWA/f+B6PwAAIMAAAPC/E8ABP/QHbj8AACDAAABAvxPAAT96sHM/AADgwAAAQL+70Rc/erBzPwAA4MAAAPC/u9EXP/QHbj8AAADAAADwv46+nj72uWA/AADgvwAA8L84AZw+9rlgPwAA4L8AAEC/OAGcPm8RWz8AAADAAABAv46+nj5vEVs/AAAAQAAAUMDiWDw/cakePwAAAEAAAEC/4lg8P1lGEj8AAOA/AABAvzf6Oj9ZRhI/AADgPwAAUMA3+jo/cakePwAA4EAAAFDAXnp+PXTOeT8AABxBAABQwKwO6z10znk/AAAcQQAAQL+sDus9W2ttPwAA4EAAAEC/Xnp+PVtrbT8AAODAAADgP3ajLz6NpG4/AADgwAAAAEB2oy8+5QRwPwAAHMEAAABANIxlPuUEcD8AABzBAADgPzSMZT6NpG4/AADgQAAA4D9B2ps5UvHvPgAAHEEAAOA/QdqbOfOUBT8AABxBAAAAQC0TuTvzlAU/AADgQAAAAEAtE7k7UvHvPgAA4MAAAFDA5ZelO/AWcT8AAODAAABAv+WXpTsJen0/AAAcwQAAQL9/bm09CXp9PwAAHMEAAFDAf25tPfAWcT8AAADAAABQwL8eAz9ZLGM/AADgvwAAUMATwAE/WSxjPwAA4L8AAEC/E8ABP0HJVj8AAADAAABAv78eAz9ByVY/AAAgwAAA4D9izoo88uISPwAAIMAAAABAYs6KPEpDFD8AABzBAAAAQCnYHj5KQxQ/AAAcwQAA4D8p2B4+8uISPwAAIEAAAOA/QdqbOYqZQj8AABxBAADgP0HamzlWO2Y/AAAcQQAAAEAtE7k7VjtmPwAAIEAAAABALRO5O4qZQj8AACDAAAB4wEHamzn/pgY/AAAgwAAAaMAtE7k7/6YGPwAAHMEAAGjALRO5O8tIKj8AABzBAAB4wEHamznLSCo/AAAAwAAAeMAYIpA+mvW5OwAA4L8AAHjAGCKQPu2YnDkAAOC/AABowMJkjT7tmJw5AAAAwAAAaMDCZI0+mvW5O/7/j8AAAABBUsc+P/YsaT/+/4fAAAAAQVLHPj/66Wc//f+HwAAABEEAAEA/+ulnP/3/j8AAAARBAABAP/YsaT8AACBAAACUwCIQMz+9EY4+AAAcQQAAlMAiEDM/VVXVPgAAHEEAAIzAzW40P1VV1T4AACBAAACMwM1uND+9EY4+/v+PwAEAIEARgXg/NOvzPv7/h8ABACBAnz93PzTr8z79/4fAAAAcQZ8/dz+cp6w+/f+PwAAAHEERgXg/nKesPgAAkMD///+/1SQPP/YsaT8AAIjA////v9UkDz/66Wc/AACIwP//37+DXRA/+ulnPwAAkMD//9+/g10QP/YsaT8AAJDA//8fwLL4dz+g8SI/AQCQwAAAHMGy+Hc/qJ/+PgEAiMAAABzBJDp5P6if/j4AAIjA//8fwCQ6eT+g8SI/AAAgwAAAlMA+jXA/aElQPgAAIMAAAIzA6etxP2hJUD4AABzBAACMwOnrcT9MaK8+AAAcwQAAlMA+jXA/TGivPgAAkMD///+/g10QP/YsaT8AAIjA////v4NdED/66Wc/AACIwAAA8EBSxz4/+ulnPwAAkMAAAPBAUsc+P/YsaT8AAADAAACUwB/RCT+0lxA/AADwQAAAlMC7yrY+tJcQPwAA8EAAAIzAu8q2Pu9KDz8AAADAAACMwB/RCT/vSg8/"), +"aabb": AABB(-2.000122, 0.5, 2.25, 10.500122, 4.25, 7.5), +"attribute_data": PackedByteArray("/f+PvwAABkES/VA/lQNiPwEAkL///4+/hiwkP5UDYj8AAICzAACQv4YsJD+Nv1s/AADANAAABkES/VA/jb9bPwAAMEAAAEC/wNhWP6g+Ez8AACBAAABAv8DYVj+/wBE/AAAgQAAA8L8WslA/v8ARPwAAMEAAAPC/FrJQP6g+Ez8AADDAAADAP2WE5j7GKWI+AAAwwAAAAMFlhOY+mF4uPQAAIMAAAADBjpbjPpheLj0AACDAAADAP46W4z7GKWI+AAAwQAAAwD/Ka2g/keHePgAAIEAAAMA/3/RmP5Hh3j4AACBAAAAAwd/0Zj+WlIM+AAAwQAAAAMHKa2g/lpSDPgAAMMAAAPC/gtp/P5dvOT8AACDAAADwv5djfj+Xbzk/AAAgwAAAQL+XY34/kCszPwAAMMAAAEC/gtp/P5ArMz8AAABBAABAv5sYvj6niGc9AADAvwAAQL+bGL4+H3xwPgAAwL8AAPC/7mXKPh98cD4AAABBAADwv+5lyj6niGc9AAAEwQAAUMCO8A0/JQpLPwAAAMEAAFDAjvANPw6ITD8AAADBAABAvxXsGT8OiEw/AAAEwQAAQL8V7Bk/JQpLPwAAMEAAAEC/OeY7PxKFRT4AACBAAABAvznmOz9tjT8+AAAgQAAAUMDi4y8/bY0/PgAAMEAAAFDA4uMvPxKFRT4AADDAAAAEwWWE5j7KJhs9AAAgwAAABMGOluM+yiYbPQAAMEAAAADBnzBZP8B2fT8AACBAAAAAwbS5Vz/Adn0/AAAgQAAABMG0uVc/1/h7PwAAMEAAAATBnzBZP9f4ez8AADDAAABQwBZPdT/VZxo/AAAgwAAAUMAWT3U/7OkYPwAAIMAAAEC/vkxpP+zpGD8AADDAAABAv75MaT/VZxo/AAAEQQAAQL8+mzs/rvE3PwAAAEEAAEC/KRI9P67xNz8AAABBAABQwCkSPT9aLUQ/AAAEQQAAUMA+mzs/Wi1EPwAAHEEAAGjA3S4wP0SG+z4AACBAAABowN0uMD/QtLU+AAAgQAAAeMDyty4/0LS1PgAAHEEAAHjA8rcuP0SG+z4AABzBAAAAwSrYMz4MHHU/AAAcwQAABMEq2DM+I55zPwAAIMAAAATBpQ4rPSOecz8AACDAAAAAwaUOKz0MHHU/AAAcQQAAAMFAJyk/OvtnPwAAIEAAAADBIOIGPzr7Zz8AACBAAAAEwSDiBj9RfWY/AAAcQQAABMFAJyk/UX1mPwAABEEAAGjA3/RmP1hgcD4AAABBAABowMpraD9YYHA+AAAAQQAAeMDKa2g/PUJ1PgAABEEAAHjA3/RmPz1CdT4AADBAAABowFFewz5bCHo+AAAgQAAAaMBRXsM+tRB0PgAAIEAAAHjAenDAPrUQdD4AADBAAAB4wHpwwD5bCHo+AAAwwAAAwD+5NM47TIAtPwAAMMAAAADBuTTOO56z/z4AACDAAAAAwcz3FTqes/8+AAAgwAAAwD/M9xU6TIAtPwAAMEAAAMA/Q3lNP0leaj8AACBAAADAP0N5TT9f4Gg/AAAgQAAAAMG3qCA/X+BoPwAAMEAAAADBt6ggP0leaj8AADDAAAB4wKOCfT/FTiw/AAAgwAAAeMC3C3w/xU4sPwAAIMAAAGjAtwt8P9zQKj8AADDAAABowKOCfT/c0Co/AAAAQQAAaMAvU2o8+0wbPwAAwL8AAGjAL1NqPHjzSD8AAMC/AAB4wF/HnTx480g/AAAAQQAAeMBfx508+0wbPwAABMEAAPC/FxVsPj/TFj8AAADBAADwvxcVbD5VVRU/AAAAwQAAQL9velM+VVUVPwAABMEAAEC/b3pTPj/TFj8AAJBAAABAv2Qhiz7zLR8/AAAwQAAAQL9kIYs+3YYWPwAAMEAAAPC/Iah9Pt2GFj8AAJBAAADwvyGofT7zLR8/AACQwAAAAMFiq2M/z9l/PwAAkMAAAATBYqtjP+Zbfj8AADDAAAAEwYM9Wz/mW34/AAAwwAAAAMGDPVs/z9l/PwAAkEAAAADBLAEGP0CJAj8AADBAAAAAwUYF+z5AiQI/AAAwQAAABMFGBfs+VwsBPwAAkEAAAATBLAEGP1cLAT8AAJDAAADwv8praD/VZxo/AAAwwAAA8L9B7V8/1WcaPwAAMMAAAEC/Qe1fP84jFD8AAJDAAABAv8praD/OIxQ/AAAEQQAAQL/I33o/J5vsPgAAAEEAAEC/s1Z8Pyeb7D4AAABBAADwv7NWfD81I/k+AAAEQQAA8L/I33o/NSP5PgAABMEAAFDApnFGP8/Zfz8AAADBAABQwKZxRj/mW34/AAAAwQAAQL9Obzo/5lt+PwAABMEAAEC/Tm86P8/Zfz8AALBAAABAvzb3cj8hDRI/AACgQAAAQL8293I/sF0PPwAAoEAAAFDA3/RmP7BdDz8AALBAAABQwN/0Zj8hDRI/AACwwAAAAMHrE2Y/z9l/PwAAsMAAAATB6xNmP+Zbfj8AAKDAAAAEwWKrYz/mW34/AACgwAAAAMFiq2M/z9l/PwAAsEAAAADBD6ssPxt/dz8AAKBAAAAAwTQIKj8bf3c/AACgQAAABME0CCo/MgF2PwAAsEAAAATBD6ssPzIBdj8AALDAAABQwE0MXz+WuU0/AACgwAAAUMBNDF8/JQpLPwAAoMAAAEC/9QlTPyUKSz8AALDAAABAv/UJUz+WuU0/AAAEQQAAQL8g4gY/vuXbPgAAAEEAAEC/C1kIP77l2z4AAABBAABQwAtZCD8XXfQ+AAAEQQAAUMAg4gY/F130PgAABMEAAFDA5NJ4P9zQ6j4AAADBAABQwOTSeD8J1ec+AAAAwQAAQL+N0Gw/CdXnPgAABMEAAEC/jdBsP9zQ6j4AANhAAABAv2Qhiz7D4lQ/AADIQAAAQL+u24U+w+JUPwAAyEAAAFDArtuFPhanSD8AANhAAABQwGQhiz4Wp0g/AADYwAAAAMEpEn08ildlPwAA2MAAAATBSVcfPIpXZT8AAMjAAAAEwUlXHzy66GI/AADIwAAAAMEpEn08uuhiPwAA2EAAAADB6rAKP8e6Az8AAMhAAAAAwQ8OCD/HugM/AADIQAAABMEPDgg/3jwCPwAA2EAAAATB6rAKP948Aj8AANjAAABQwBDUfj6xE3s/AADIwAAAUMAQ1H4+QGR4PwAAyMAAAEC/scpOPkBkeD8AANjAAABAv7HKTj6xE3s/AAAEQQAAQL+ompg+Xip9PwAAAEEAAEC/qJqYPkiofj8AAABBAABQwFefsD5IqH4/AAAEQQAAUMBXn7A+Xip9PwAAHEEAAGjA6CTdPnc9XT8AABBAAABowMhClj53PV0/AAAQQAAAeMDIQpY+jb9bPwAAHEEAAHjA6CTdPo2/Wz8AABzBAAAAwYXJiD7wwUc/AAAcwQAACMHPg4M+8MFHPwAAEMAAAAjBz4ODPq+nIz8AABDAAAAAwYXJiD6vpyM/AAAcQQAAAMECjO0+4+9mPgAAEEAAAADBAoztProNrT0AABBAAAAIwUxG6D66Da09AAAcQQAACMFMRug+4+9mPgAAMEAAAGjAxCp7PwHbNT8AABBAAABowMQqez+QKzM/AAAQQAAAeMDYs3k/kCszPwAAMEAAAHjA2LN5PwHbNT8AADDAAADQP+JGSz7GBBg/AAAwwAAA/MB+JcA8xgQYPwAAEMAAAPzAfiXAPFVVFT8AABDAAADQP+JGSz5VVRU/AAAwQAAA0D+mcUY/ZLjXPgAAEEAAANA/y85DP2S41z4AABBAAAD8wMvOQz/T1ng+AAAwQAAA/MCmcUY/09Z4PgAAMMAAAHjAkksjPw3SYD8AABDAAAB4wJJLIz+cIl4/AAAQwAAAaMCm1CE/nCJePwAAMMAAAGjAptQhPw3SYD8AAPxAAABowF/HnTz7TBs/AADQvwAAaMBfx508ePNIPwAA0L8AAHjAJ2XGPHjzSD8AAPxAAAB4wCdlxjz7TBs/AAAIwQAAsMDdLjA/pGZkPwAAAMEAALDAP9MtP6RmZD8AAADBAACowD/TLT+66GI/AAAIwQAAqMDdLjA/uuhiPwAAHMEAAADBrLIzP1Pp/T4AABzBAAAIwdEPMT9T6f0+AAAQwAAACMHRDzE/0LS1PgAAEMAAAADBrLIzP9C0tT4AABxBAAAAwTOlTj86+2c/AAAQQAAAAMEjNCs/OvtnPwAAEEAAAAjBIzQrP8lLZT8AABxBAAAIwTOlTj/JS2U/AAAcwQAAsMB+JQA/MSYAPwAAEMAAALDA3Gi5PjEmAD8AABDAAACowNxouT6PUP0+AAAcwQAAqMB+JQA/j1D9PgAACEEAAKjA0Q8xP948Aj8AAABBAACowNEPMT9P7AQ/AAAAQQAAsMC9hjI/T+wEPwAACEEAALDAvYYyP948Aj8AAPzAAACYwD/TLT+kZmQ/AADQPwAAmMByBgE/pGZkPwAA0D8AAJDAcgYBP7roYj8AAPzAAACQwD/TLT+66GI/AAAwQAAAkMCVOqw9OUV8PwAAEEAAAJDAlTqsPciVeT8AABBAAACYwDmDoD3IlXk/AAAwQAAAmMA5g6A9OUV8PwAAMMAAANA/5G8dP9CPaz8AADDAAAD8wK8+4T7Qj2s/AAAQwAAA/MCvPuE+X+BoPwAAEMAAANA/5G8dP1/gaD8AADBAAADAP3X1ST/uVXA/AAAQQAAAwD919Uk/faZtPwAAEEAAAADB6CQdP32mbT8AADBAAAAAwegkHT/uVXA/AAAwwAAAmMAqddg+SV5qPwAAEMAAAJjAcy/TPkleaj8AABDAAACQwHMv0z5f4Gg/AAAwwAAAkMAqddg+X+BoPwAAHMEAAADBPpv7PiuYZT8AABzBAAAEwT6b+z5CGmQ/AAAgwAAABMH9ELc+QhpkPwAAIMAAAADB/RC3PiuYZT8AABxBAAAAwV7gXT8B2zU/AAAgQAAAAMFe4F0/RvISPwAAIEAAAATBcmlcP0byEj8AABxBAAAEwXJpXD8B2zU/AAAEQQAAjMDM9xU6bkNrPwAAAEEAAIzAuTTOO25Daz8AAABBAACkwLk0zjtnJG8/AAAEQQAApMDM9xU6ZyRvPwAAMEAAAIzAs1Z8P3wVDD8AACBAAACMwMjfej98FQw/AAAgQAAApMDI33o/gzQIPwAAMEAAAKTAs1Z8P4M0CD8AADBAAACwP6yyMz+IDDc/AAAgQAAAsD/BOzI/iAw3PwAAIEAAAALBwTsyPwtmCT8AADBAAAACwayyMz8LZgk/AAAwwAAApMACKVI/ip1YPgAAIMAAAKTAAilSP+WlUj4AACDAAACMwDdaTj/lpVI+AAAwwAAAjMA3Wk4/ip1YPgAABMEAAPC/kq5+P2S41z4AAADBAADwv6c3fT9kuNc+AAAAwQAAQL+nN30/VjDLPgAABMEAAEC/kq5+P1Ywyz4AABBBAABAv3X1ST/iXkU/AADYQAAAQL919Uk/vVQ6PwAA2EAAAPC/y85DP71UOj8AABBBAADwv8vOQz/iXkU/AAAQwQAAAMEpEn08LUpwPwAAEMEAAATBSVcfPC1KcD8AABBBAAAAweqwCj+4VwE/AADYQAAAAMHqsAo/J5vsPgAA2EAAAATB/zkJPyeb7D4AABBBAAAEwf85CT+4VwE/AAAQwQAA8L/U/nk/qGNdPgAA2MAAAPC/1P55PxQ7MT4AANjAAABAvyrYcz8UOzE+AAAQwQAAQL8q2HM/qGNdPgAABEEAAEC/Dw4IP6rPdD8AAABBAABAvw8OCD+TTXY/AAAAQQAA8L+5NA4/k012PwAABEEAAPC/uTQOP6rPdD8AAATBAABQwAUYGz/f8m0/AAAAwQAAUMAFGBs/9nRsPwAAAMEAAEC/rRUPP/Z0bD8AAATBAABAv60VDz/f8m0/AAAcQQAAQL8MvGM/ZySvPgAAFEEAAEC/DLxjP4XFqT4AABRBAABQwLS5Vz+Fxak+AAAcQQAAUMC0uVc/ZySvPgAAHMEAAADBKRJ9PP24cj8AABzBAAAEwUlXHzz9uHI/AAAUwQAABMFJVx88LUpwPwAAFMEAAADBKRJ9PC1KcD8AABxBAAAAwbk0Dj+JwiI/AAAUQQAAAMG5NA4/GBMgPwAAFEEAAATBzr0MPxgTID8AABxBAAAEwc69DD+JwiI/AAAcwQAAUMDi4+8+z9l/PwAAFMEAAFDA4uPvPl4qfT8AABTBAABAvzLf1z5eKn0/AAAcwQAAQL8y39c+z9l/PwAABEEAAEC/3/RmP22NPz4AAABBAABAv8praD9tjT8+AAAAQQAAUMDKa2g/WGBwPgAABEEAAFDA3/RmP1hgcD4AAKjAAABQwJKufj/Nbeg+AACgwAAAUMCnN30/zW3oPgAAoMAAAPC/pzd9P6+C2T4AAKjAAADwv5Kufj+vgtk+AAAwQAAA8L+jgn0/eak0PwAAIEAAAPC/twt8P3mpND8AACBAAABQwLcLfD/rMy0/AAAwQAAAUMCjgn0/6zMtPwAAMMAAAKDAs1Z8P6KwuD4AADDAAACowMjfej+isLg+AAAgwAAAqMDI33o/0LS1PgAAIMAAAKDAs1Z8P9C0tT4AADBAAACgwF5D+T61NT4/AAAgQAAAoMBeQ/k+y7c8PwAAIEAAAKjAh1X2Psu3PD8AADBAAACowIdV9j61NT4/AAAwwAAAUMCfMFk/ShRWPwAAIMAAAFDAnzBZP2GWVD8AACDAAADwvwbeUT9hllQ/AAAwwAAA8L8G3lE/ShRWPwAAqEAAAPC/xraoOyOecz8AAKBAAADwv8a2qDsMHHU/AACgQAAAUMBwQAo9DBx1PwAAqEAAAFDAcEAKPSOecz8AABDAAABQwLZFRT9P7AQ/AAAAwAAAUMDLzkM/T+wEPwAAAMAAAPC/y85DP4Dt+j4AABDAAADwv7ZFRT+A7fo+AAAwQAAA8L9l50E+/bhyPwAAIEAAAPC/ZedBPhQ7cT8AACBAAABQwP+cJD4UO3E/AAAwQAAAUMD/nCQ+/bhyPwAAMMAAAADAcgbBPm5oNTwAADDAAAAQwJsYvj5uaDU8AAAgwAAAEMCbGL4+MtyrOwAAIMAAAADAcgbBPjLcqzsAADBAAAAAwEN5jT7jFDE/AAAgQAAAAMBDeY0++ZYvPwAAIEAAABDAbIuKPvmWLz8AADBAAAAQwGyLij7jFDE/AAAwwAAAUMCnNz0+OUV8PwAAIMAAAFDA+Vs3PjlFfD8AACDAAADwv/lbNz6qz3Q/AAAwwAAA8L+nNz0+qs90PwAAEEAAAPC/yN96P/zdvD4AAABAAADwv7NWfD/83bw+AAAAQAAAUMCzVnw/GsnLPgAAEEAAAFDAyN96PxrJyz4AABzBAAIIQEMWMjyVA2I/AAAcwQAA0D/M9xU6lQNiPwAAEMAAANA/zPcVOlPpPT8AABDAAAIIQEMWMjxT6T0/AAAcQQACCEA9OGA//yRKPwAAEEAAAghALcc8P/8kSj8AABBAAADQPy3HPD+PdUc/AAAcQQAA0D89OGA/j3VHPwAAHMEAAHjAX6ZUPoagXz8AABDAAAB4wD/EjT2GoF8/AAAQwAAAaMA/xI09nCJePwAAHMEAAGjAX6ZUPpwiXj8AABzBAAAAQD04YD9pkEY/AAAcwQAA4D9RwV4/aZBGPwAAIMAAAOA/UcFeP6+nIz8AACDAAAAAQD04YD+vpyM/AAAcQQAAAEA293I/QhokPgAAIEAAAABAFrJQP0IaJD4AACBAAADgPxayUD+cIh4+AAAcQQAA4D8293I/nCIePgAA4L8AAIzA26JCP6rPdD8AAADAAACMwNuiQj+TTXY/AAAAwAAApMCmcUY/k012PwAA4L8AAKTApnFGP6rPdD8AAOA/AABQwDtKUz9+IUk+AAAAQAAAUMA7SlM/i1NEPgAAAEAAAOC/WAJMP4tTRD4AAOA/AADgv1gCTD9+IUk+AAAwQAAA4L/EKns/mdsQPwAAIEAAAOC/xCp7P7BdDz8AACBAAABQwCrYcz+wXQ8/AAAwQAAAUMAq2HM/mdsQPwAAMMAAAABA05seP4Tqcz8AADDAAADgP9ObHj+bbHI/AAAgwAAA4D/oJB0/m2xyPwAAIMAAAABA6CQdP4Tqcz8AADBAAAAAQNrcCz+JwiI/AAAgQAAAAEDuZQo/icIiPwAAIEAAAOA/7mUKP6BEIT8AADBAAADgP9rcCz+gRCE/AAAwwAAAUMCzVnw/8nfzPAAAIMAAAFDAs1Z8P8e6wzwAACDAAADgvxoEdT/HusM8AAAwwAAA4L8aBHU/8nfzPAAA4L8AAOC/pzd9P25Daz8AAADAAADgv5Kufj9uQ2s/AAAAwAAAUMCSrn4//bhyPwAA4L8AAFDApzd9P/24cj8AANA/AACwwLNWfD+Cftw+AAIIQAAAsMCzVnw/oR/XPgACCEAAAKjAyN96P6Ef1z4AANA/AACowMjfej+Cftw+AAAcQQAAqMCVnUc//bhyPwAAEEAAAKjAhiwkP/24cj8AABBAAACwwIYsJD8UO3E/AAAcQQAAsMCVnUc/FDtxPwAAHMEAAghAuTQOP2ckbz8AABzBAADQP7k0Dj/2dGw/AAAQwAAA0D9Th9U+9nRsPwAAEMAAAghAU4fVPmckbz8AABxBAAIQQN0uMD8cNaM+AAAQQAACEEDOvQw/HDWjPgAAEEAAAOA/zr0MPzrWnT4AABxBAADgP90uMD861p0+AADQvwAAqMBo1ko/kpcKPwACCMAAAKjAaNZKPwNHDT8AAgjAAACwwFRNTD8DRw0/AADQvwAAsMBUTUw/kpcKPwAA4D8AAPC/nzBZPxMWpzwAAABAAADwv58wWT/UsW48AAAAQAAAQL/1CVM/1LFuPAAA4D8AAEC/9QlTPxQWpzwAAOBAAABAvyrYMz45RXw/AAAgQAAAQL+vobw9OUV8PwAAIEAAAPC/r6G8PTIBdj8AAOBAAADwvyrYMz4yAXY/AADgwAAAAEC5heE+RIb7PgAA4MAAAOA/uYXhPnGK+D4AACDAAADgP/0Qtz5xivg+AAAgwAAAAED9ELc+RIb7PgAA4EAAAABAUiR6PkyALT8AACBAAAAAQFIkej5kuBc/AAAgQAAA4D+kSHQ+ZLgXPwAA4EAAAOA/pEh0PkyALT8AAODAAADwv+TSeD8MHHU/AAAgwAAA8L/k0ng/JFRfPwAAIMAAAEC/O6xyPyRUXz8AAODAAABAvzuscj8MHHU/AADgvwAAQL/EjVY/qs90PwAAAMAAAEC/sARYP6rPdD8AAADAAADwv7AEWD+xE3s/AADgvwAA8L/EjVY/sRN7PwAA4D8AAFDAxCp7P9SxLj8AAABAAABQwNizeT/UsS4/AAAAQAAAQL/Ys3k/J3YiPwAA4D8AAEC/xCp7Pyd2Ij8AABxBAABAv9T+eT95StA+AADgQAAAQL/U/nk/0LS1PgAA4EAAAFDAfPxtP9C0tT4AABxBAABQwHz8bT95StA+AAAcwQAAAEC5d/s+RIb7PgAAHMEAAOA/uXf7PnGK+D4AABxBAAAAQK0Vzz49QnU+AADgQAAAAECtFc8+bY0/PgAA4EAAAOA/1ifMPm2NPz4AABxBAADgP9YnzD49QnU+AAAcwQAAUMDRrFU/SKh+PwAA4MAAAFDAiX5IP0iofj8AAODAAABAv4l+SD+bbHI/AAAcwQAAQL/RrFU/m2xyPwAA4L8AAEC/jdBsP6OLrj4AAADAAABAv43QbD92h7E+AAAAwAAAUMAUzHg/doexPgAA4L8AAFDAFMx4P6OLrj4AABzBAAAAQOqwCj+EG34+AAAcwQAA4D//OQk/hBt+PgAAIMAAAOA//zkJPyBX5j0AACDAAAAAQOqwCj8gV+Y9AAAcQQAAAEB4R64+MSYAPwAAIEAAAABAb3pTPjEmAD8AACBAAADgP296Uz6PUP0+AAAcQQAA4D94R64+j1D9PgAAHMEAAHjArRXPPptsMj4AACDAAAB4wK0Vzz7KJhs9AAAgwAAAaMDWJ8w+yiYbPQAAHMEAAGjA1ifMPptsMj4AAOC/AABowBTMeD+ji64+AAAAwAAAaMAUzHg/doexPgAAAMAAAHjA1P55P3aHsT4AAOC/AAB4wNT+eT+ji64+/v+PwAAABEHfV2I/tH9SP/7/j8AAAABB31diP0NMUT/+/4fAAAAAQTEZYT9DTFE//v+HwAAABEExGWE/tH9SPwAAHEEAAIzAlZ1HP1jBbD8AACBAAACMwHVYJT9YwWw/AAAgQAAAlMB1WCU/bkNrPwAAHEEAAJTAlZ1HP25Daz/+/4/AAAAcQZnvqz7lpXI//v+PwAEAIECxyk4+5aVyP/7/h8ABACBAscpOPoTqcz/+/4fAAAAcQZnvqz6E6nM/AACQwP//37/fV2I/mKkjPwAAkMD///+/31diPyd2Ij8AAIjA////vzEZYT8ndiI/AACIwP//378xGWE/mKkjPwIAiMAAABzB1P55P32mLT4AAIjA//8fwNT+eT9SDgg9AACQwP//H8AlwHg/Ug4IPQIAkMAAABzBJcB4P32mLT4AABzBAACUwMoIDT+E6nM/AAAgwAAAlMBTh9U+hOpzPwAAIMAAAIzAU4fVPptscj8AABzBAACMwMoIDT+bbHI/AACQwAAA8EDfV2I/Q0xRPwAAkMD///+/31diP5ipIz8AAIjA////vzEZYT+YqSM/AACIwAAA8EAxGWE/Q0xRPwAA8EAAAIzAJ2XGPPtMGz8AAADAAACMwCdlxjx480g/AAAAwAAAlMDuAu88ePNIPwAA8EAAAJTA7gLvPPtMGz8="), "format": 34359742519, "index_count": 768, -"index_data": PackedByteArray("AAABAAIAAAACAAMABAAFAAYABAAGAAcACAAJAAoACAAKAAsADAANAA4ADAAOAA8AEAARABIAEAASABMAFAAVABYAFAAWABcAGAAZABoAGAAaABsAHAAdAB4AHAAeAB8AIAAhACIAIAAiACMAJAAlACYAJAAmACcAKAApACoAKAAqACsALAAtAC4ALAAuAC8AMAAxADIAMAAyADMANAA1ADYANAA2ADcAOAA5ADoAOAA6ADsAPAA9AD4APAA+AD8AQABBAEIAQABCAEMARABFAEYARABGAEcASABJAEoASABKAEsATABNAE4ATABOAE8AUABRAFIAUABSAFMAVABVAFYAVABWAFcAWABZAFoAWABaAFsAIwAiAFwAIwBcAF0AXgBfAGAAXgBgAGEAYgBjAGQAYgBkAGUAZgBnAGgAZgBoAGkAagBrAGwAagBsAG0AbgBvAHAAbgBwAHEAcgBzAHQAcgB0AHUAdgB3AHgAdgB4AHkAegB7AHwAegB8AH0AfgB/AIAAfgCAAIEAggCDAIQAggCEAIUAhgCHAIgAhgCIAIkAigCLAIwAigCMAI0AjgCPAJAAjgCQAJEAkgCTAJQAkgCUAJUAlgCXAJgAlgCYAJkAmgCbAJwAmgCcAJ0AngCfAKAAngCgAKEAogCjAKQAogCkAKUApgCnAKgApgCoAKkAqgCrAKwAqgCsAK0ArgCvALAArgCwALEAsgCzALQAsgC0ALUAtgC3ALgAtgC4ALkAugC7ALwAugC8AL0AvgC/AMAAvgDAAMEAwgDDAMQAwgDEAMUAxgDHAMgAxgDIAMkAygDLAMwAygDMAM0AzgDPANAAzgDQANEA0gDTANQA0gDUANUA1gDXANgA1gDYANkA2gDbANwA2gDcAN0A3gDfAOAA3gDgAOEA4gDjAOQA4gDkAOUA5gDnAOgA5gDoAOkA6gDrAOwA6gDsAO0A7gDvAPAA7gDwAPEA8gDzAPQA8gD0APUA9gD3APgA9gD4APkA+gD7APwA+gD8AP0A/gD/AAAB/gAAAQEBAgEDAQQBAgEEAQUBBgEHAQgBBgEIAQkBCgELAQwBCgEMAQ0BDgEPARABDgEQAREBEgETARQBEgEUARUBFgEXARgBFgEYARkBGgEbARwBGgEcAR0BHgEfASABHgEgASEBIgEjASQBIgEkASUBJgEnASgBJgEoASkBKgErASwBKgEsAS0BLgEvATABLgEwATEBMgEzATQBMgE0ATUBNgE3ATgBNgE4ATkBOgE7ATwBOgE8AT0BPgE/AUABPgFAAUEBQgFDAUQBQgFEAUUBRgFHAUgBRgFIAUkBSgFLAUwBSgFMAU0BTgFPAVABTgFQAVEBUgFTAVQBUgFUAVUBVgFXAVgBVgFYAVkBWgFbAVwBWgFcAV0BXgFfAWABXgFgAWEBYgFjAWQBYgFkAWUBZgFnAWgBZgFoAWkBagFrAWwBagFsAW0BbgFvAXABbgFwAXEBcgFzAXQBcgF0AXUBdgF3AXgBdgF4AXkBegF7AXwBegF8AX0BfgF/AYABfgGAAYEBggGDAYQBggGEAYUBhgGHAYgBhgGIAYkBigGLAYwBigGMAY0BjgGPAZABjgGQAZEBkgGTAZQBkgGUAZUBlgGXAZgBlgGYAZkBmgGbAZwBmgGcAZ0BngGfAaABngGgAaEBogGjAaQBogGkAaUBpgGnAagBpgGoAakBqgGrAawBqgGsAa0BrgGvAbABrgGwAbEBsgGzAbQBsgG0AbUBtgG3AbgBtgG4AbkBugG7AbwBugG8Ab0BvgG/AcABvgHAAcEBwgHDAcQBwgHEAcUBxgHHAcgBxgHIAckBygHLAcwBygHMAc0BzgHPAdABzgHQAdEB0gHTAdQB0gHUAdUB1gHXAdgB1gHYAdkB2gHbAdwB2gHcAd0B3gHfAeAB3gHgAeEB4gHjAeQB4gHkAeUB5gHnAegB5gHoAekB6gHrAewB6gHsAe0B7gHvAfAB7gHwAfEB8gHzAfQB8gH0AfUB9gH3AfgB9gH4AfkB+gH7AfwB+gH8Af0B"), -"material": SubResource("StandardMaterial3D_g8u0k"), +"index_data": PackedByteArray("AAABAAIAAAACAAMABAAFAAYABAAGAAcACAAJAAoACAAKAAsADAANAA4ADAAOAA8AEAARABIAEAASABMAFAAVABYAFAAWABcAGAAZABoAGAAaABsAHAAdAB4AHAAeAB8ACQAgACEACQAhAAoAIgAjACQAIgAkACUAJgAnACgAJgAoACkAKgArACwAKgAsAC0ALgAvADAALgAwADEAMgAzADQAMgA0ADUANgA3ADgANgA4ADkAOgA7ADwAOgA8AD0APgA/AEAAPgBAAEEAQgBDAEQAQgBEAEUARgBHAEgARgBIAEkASgBLAEwASgBMAE0ATgBPAFAATgBQAFEAUgBTAFQAUgBUAFUAVgBXAFgAVgBYAFkAWgBbAFwAWgBcAF0AXgBfAGAAXgBgAGEAYgBjAGQAYgBkAGUAZgBnAGgAZgBoAGkAagBrAGwAagBsAG0AbgBvAHAAbgBwAHEAcgBzAHQAcgB0AHUAdgB3AHgAdgB4AHkAegB7AHwAegB8AH0AfgB/AIAAfgCAAIEAggCDAIQAggCEAIUAhgCHAIgAhgCIAIkAigCLAIwAigCMAI0AjgCPAJAAjgCQAJEAkgCTAJQAkgCUAJUAlgCXAJgAlgCYAJkAmgCbAJwAmgCcAJ0AngCfAKAAngCgAKEAogCjAKQAogCkAKUApgCnAKgApgCoAKkAqgCrAKwAqgCsAK0ArgCvALAArgCwALEAsgCzALQAsgC0ALUAtgC3ALgAtgC4ALkAugC7ALwAugC8AL0AvgC/AMAAvgDAAMEAwgDDAMQAwgDEAMUAxgDHAMgAxgDIAMkAygDLAMwAygDMAM0AzgDPANAAzgDQANEA0gDTANQA0gDUANUA1gDXANgA1gDYANkA2gDbANwA2gDcAN0A3gDfAOAA3gDgAOEA4gDjAOQA4gDkAOUA5gDnAOgA5gDoAOkA6gDrAOwA6gDsAO0A7gDvAPAA7gDwAPEA8gDzAPQA8gD0APUA9gD3APgA9gD4APkA+gD7APwA+gD8AP0A/gD/AAAB/gAAAQEBAgEDAYsAAgGLAIoABAEFAQYBBAEGAQcBCAEJAQoBCAEKAQsBDAENAQ4BDAEOAQ8BEAERARIBEAESARMBFAEVARYBFAEWARcBGAEZARoBGAEaARsBHAEdAR4BHAEeAR8BIAEhASIBIAEiASMBJAElASYBJAEmAScBKAEpASoBKAEqASsBLAEtAS4BLAEuAS8BMAExATIBMAEyATMBNAE1ATYBNAE2ATcBOAE5AToBOAE6ATsBPAE9AT4BPAE+AT8BQAFBAUIBQAFCAUMBRAFFAUYBRAFGAUcBSAFJAUoBSAFKAUsBTAFNAU4BTAFOAU8BUAFRAVIBUAFSAVMBVAFVAVYBVAFWAVcBWAFZAVoBWAFaAVsBXAFdAV4BXAFeAV8BYAFhAWIBYAFiAWMBZAFlAWYBZAFmAWcBaAFpAWoBaAFqAWsBbAFtAW4BbAFuAW8BcAFxAXIBcAFyAXMBdAF1AXYBdAF2AXcBeAF5AXoBeAF6AXsBfAF9AX4BfAF+AX8BgAGBAYIBgAGCAYMBhAGFAYYBhAGGAYcBiAGJAYoBiAGKAYsBjAGNAY4BjAGOAY8BkAGRAZIBkAGSAZMBlAGVAZYBlAGWAZcBmAGZAZoBmAGaAZsBnAGdAZ4BnAGeAZ8BoAGhAaIBoAGiAaMBpAGlAaYBpAGmAacBqAGpAaoBqAGqAasBrAGtAa4BrAGuAa8BsAGxAbIBsAGyAbMBtAG1AbYBtAG2AbcBuAG5AboBuAG6AbsBvAG9AaUBvAGlAaQBvgG/AcABvgHAAcEBwgHDAcQBwgHEAcUBxgHHAcgBxgHIAckBygHLAcwBygHMAc0BzgHPAdABzgHQAdEB0gHTAdQB0gHUAdUB1gHXAdgB1gHYAdkB2gHbAdwB2gHcAd0B3gHfAeAB3gHgAeEB4gHjAeQB4gHkAeUB5gHnAegB5gHoAekB6gHrAewB6gHsAe0B7gHvAfAB7gHwAfEB8gHzAfQB8gH0AfUB9gH3AfgB9gH4AfkB"), +"material": ExtResource("6_ojo02"), "primitive": 3, "uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 510, -"vertex_data": PackedByteArray("AADAvwAA0D8AACBAAADAvwAAAD8AACBAAAAAQQAAAD8AACBAAAAAQQAA0D8AACBAAADAvwAA0D8AACBAAADAvwAA0D8AADBAAADAvwAAAD8AADBAAADAvwAAAD8AACBAAAAAQQAAAD8AACBAAADAvwAAAD8AACBAAADAvwAAAD8AADBAAAAAQQAAAD8AADBAAAAAQQAA0D8AACBAAAAAQQAA0D8AADBAAADAvwAA0D8AADBAAADAvwAA0D8AACBAAAAAQQAA0D8AACBAAAAAQQAAAD8AACBAAAAAQQAAAD8AADBAAAAAQQAA0D8AADBAAADAvwAA0D8AADBAAAAAQQAA0D8AADBAAAAAQQAAAD8AADBAAADAvwAAAD8AADBAAAAAQQAAQEAAACBAAAAAQQAAAD8AACBAAAAEQQAAAD8AACBAAAAEQQAAQEAAACBAAAAAQQAAQEAAACBAAAAAQQAAQEAAADBAAAAAQQAAAD8AADBAAAAAQQAAAD8AACBAAAAEQQAAAD8AACBAAAAAQQAAAD8AACBAAAAAQQAAAD8AADBAAAAEQQAAAD8AADBAAAAEQQAAQEAAACBAAAAEQQAAQEAAADBAAAAAQQAAQEAAADBAAAAAQQAAQEAAACBAAAAEQQAAQEAAACBAAAAEQQAAAD8AACBAAAAEQQAAAD8AADBAAAAEQQAAQEAAADBAAAAAQQAAQEAAADBAAAAEQQAAQEAAADBAAAAEQQAAAD8AADBAAAAAQQAAAD8AADBAAAAAQQAAUEAAACBAAAAAQQAAUEAAABxBAAAAQQAAQEAAABxBAAAAQQAAQEAAACBAAAAEQQAAQEAAACBAAAAAQQAAQEAAACBAAAAAQQAAQEAAABxBAAAEQQAAQEAAABxBAAAEQQAAUEAAACBAAAAEQQAAUEAAABxBAAAAQQAAUEAAABxBAAAAQQAAUEAAACBAAAAAQQAAUEAAABxBAAAEQQAAUEAAABxBAAAEQQAAQEAAABxBAAAAQQAAQEAAABxBAADAvwAAUEAAACBAAADAvwAAUEAAADBAAADAvwAAQEAAADBAAADAvwAAQEAAACBAAAAAQQAAQEAAACBAAADAvwAAQEAAACBAAADAvwAAQEAAADBAAAAAQQAAQEAAADBAAAAAQQAAUEAAACBAAAAAQQAAUEAAADBAAADAvwAAUEAAADBAAADAvwAAUEAAACBAAAAAQQAAUEAAACBAAAAAQQAAQEAAACBAAAAAQQAAQEAAADBAAAAAQQAAUEAAADBAAADAvwAAUEAAADBAAAAAQQAAUEAAADBAAAAAQQAAQEAAADBAAADAvwAAQEAAADBAAAAAQQAA0D8AADBAAAAAQQAAAD8AADBAAAAEQQAAAD8AADBAAAAEQQAA0D8AADBAAAAAQQAA0D8AADBAAAAAQQAA0D8AAJBAAAAAQQAAAD8AAJBAAAAAQQAAAD8AADBAAAAAQQAAAD8AAJBAAAAEQQAAAD8AAJBAAAAEQQAA0D8AADBAAAAEQQAA0D8AAJBAAAAAQQAA0D8AAJBAAAAAQQAA0D8AADBAAAAEQQAA0D8AADBAAAAEQQAAAD8AADBAAAAEQQAAAD8AAJBAAAAEQQAA0D8AAJBAAAAAQQAA0D8AAJBAAAAEQQAA0D8AAJBAAAAEQQAAAD8AAJBAAAAAQQAAAD8AAJBAAAAAQQAAQEAAAJBAAAAAQQAAAD8AAJBAAAAEQQAAAD8AAJBAAAAEQQAAQEAAAJBAAAAAQQAAQEAAAJBAAAAAQQAAQEAAAKBAAAAAQQAAAD8AAKBAAAAAQQAAAD8AAJBAAAAEQQAAAD8AAJBAAAAAQQAAAD8AAJBAAAAAQQAAAD8AAKBAAAAEQQAAAD8AAKBAAAAEQQAAQEAAAJBAAAAEQQAAQEAAAKBAAAAAQQAAQEAAAKBAAAAAQQAAQEAAAJBAAAAEQQAAQEAAAJBAAAAEQQAAAD8AAJBAAAAEQQAAAD8AAKBAAAAEQQAAQEAAAKBAAAAAQQAAQEAAAKBAAAAEQQAAQEAAAKBAAAAEQQAAAD8AAKBAAAAAQQAAAD8AAKBAAAAAQQAAQEAAANBAAAAAQQAAAD8AANBAAAAEQQAAAD8AANBAAAAEQQAAQEAAANBAAAAAQQAAQEAAANBAAAAAQQAAQEAAAOBAAAAAQQAAAD8AAOBAAAAAQQAAAD8AANBAAAAEQQAAAD8AANBAAAAAQQAAAD8AANBAAAAAQQAAAD8AAOBAAAAEQQAAAD8AAOBAAAAEQQAAQEAAANBAAAAEQQAAQEAAAOBAAAAAQQAAQEAAAOBAAAAAQQAAQEAAANBAAAAEQQAAQEAAANBAAAAEQQAAAD8AANBAAAAEQQAAAD8AAOBAAAAEQQAAQEAAAOBAAAAAQQAAQEAAAOBAAAAEQQAAQEAAAOBAAAAEQQAAAD8AAOBAAAAAQQAAAD8AAOBAAAAAQQAAYEAAABBAAAAAQQAAYEAAABxBAAAAQQAAUEAAABxBAAAAQQAAUEAAABBAAAAIQQAAUEAAABBAAAAAQQAAUEAAABBAAAAAQQAAUEAAABxBAAAIQQAAUEAAABxBAAAIQQAAYEAAABBAAAAIQQAAYEAAABxBAAAAQQAAYEAAABxBAAAAQQAAYEAAABBAAADAvwAAYEAAABBAAADAvwAAYEAAADBAAADAvwAAUEAAADBAAADAvwAAUEAAABBAAAAAQQAAUEAAABBAAADAvwAAUEAAABBAAADAvwAAUEAAADBAAAAAQQAAUEAAADBAAAAAQQAAYEAAABBAAAAAQQAAYEAAADBAAADAvwAAYEAAADBAAADAvwAAYEAAABBAAAAAQQAAYEAAABBAAAAAQQAAUEAAABBAAAAAQQAAUEAAADBAAAAAQQAAYEAAADBAAADAvwAAYEAAADBAAAAAQQAAYEAAADBAAAAAQQAAUEAAADBAAADAvwAAUEAAADBAAAAAQQAAmEAAABBAAAAAQQAAkEAAABBAAAAIQQAAkEAAABBAAAAIQQAAmEAAABBAAAAIQQAAkEAAABBAAAAAQQAAkEAAABBAAAAAQQAAkEAAABxBAAAIQQAAkEAAABxBAAAIQQAAmEAAABBAAAAIQQAAmEAAABxBAAAAQQAAmEAAABxBAAAAQQAAmEAAABBAAAAIQQAAmEAAABBAAAAIQQAAkEAAABBAAAAIQQAAkEAAABxBAAAIQQAAmEAAABxBAAAAQQAAmEAAABxBAAAIQQAAmEAAABxBAAAIQQAAkEAAABxBAAAAQQAAkEAAABxBAADAvwAAmEAAABBAAADAvwAAkEAAABBAAAAAQQAAkEAAABBAAAAAQQAAmEAAABBAAADAvwAAmEAAABBAAADAvwAAmEAAADBAAADAvwAAkEAAADBAAADAvwAAkEAAABBAAAAAQQAAkEAAABBAAADAvwAAkEAAABBAAADAvwAAkEAAADBAAAAAQQAAkEAAADBAAAAAQQAAmEAAABBAAAAAQQAAmEAAADBAAADAvwAAmEAAADBAAADAvwAAmEAAABBAAAAAQQAAmEAAABBAAAAAQQAAkEAAABBAAAAAQQAAkEAAADBAAAAAQQAAmEAAADBAAAAEQQAAcEAAACBAAAAAQQAAcEAAACBAAAAAQQAAcEAAABxBAAAEQQAAcEAAABxBAAAEQQAAkEAAACBAAAAEQQAAkEAAABxBAAAAQQAAkEAAABxBAAAAQQAAkEAAACBAAAAAQQAAkEAAABxBAAAEQQAAkEAAABxBAAAEQQAAcEAAABxBAAAAQQAAcEAAABxBAADAvwAAkEAAACBAAADAvwAAkEAAADBAAADAvwAAcEAAADBAAADAvwAAcEAAACBAAAAAQQAAkEAAACBAAAAAQQAAkEAAADBAAADAvwAAkEAAADBAAADAvwAAkEAAACBAAAAAQQAAkEAAACBAAAAAQQAAcEAAACBAAAAAQQAAcEAAADBAAAAAQQAAkEAAADBAAAAAQQAA0D8AAOBAAAAAQQAAAD8AAOBAAAAEQQAAAD8AAOBAAAAEQQAA0D8AAOBAAAAAQQAA0D8AAOBAAAAAQQAA0D8AABRBAAAAQQAAAD8AABRBAAAAQQAAAD8AAOBAAAAEQQAAAD8AAOBAAAAAQQAAAD8AAOBAAAAAQQAAAD8AABRBAAAEQQAAAD8AABRBAAAEQQAA0D8AAOBAAAAEQQAA0D8AABRBAAAAQQAA0D8AABRBAAAAQQAA0D8AAOBAAAAEQQAA0D8AAOBAAAAEQQAAAD8AAOBAAAAEQQAAAD8AABRBAAAEQQAA0D8AABRBAAAAQQAA0D8AABRBAAAEQQAA0D8AABRBAAAEQQAAAD8AABRBAAAAQQAAAD8AABRBAAAAQQAAQEAAABRBAAAAQQAAAD8AABRBAAAEQQAAAD8AABRBAAAEQQAAQEAAABRBAAAAQQAAQEAAABRBAAAAQQAAQEAAABxBAAAAQQAAAD8AABxBAAAAQQAAAD8AABRBAAAEQQAAAD8AABRBAAAAQQAAAD8AABRBAAAAQQAAAD8AABxBAAAEQQAAAD8AABxBAAAEQQAAQEAAABRBAAAEQQAAQEAAABxBAAAAQQAAQEAAABxBAAAAQQAAQEAAABRBAAAEQQAAQEAAABRBAAAEQQAAAD8AABRBAAAEQQAAAD8AABxBAAAEQQAAQEAAABxBAAAAQQAAQEAAABxBAAAEQQAAQEAAABxBAAAEQQAAAD8AABxBAAAAQQAAAD8AABxBAACgQAAAQEAAACBAAACgQAAA0D8AACBAAACoQAAA0D8AACBAAACoQAAAQEAAACBAAACgQAAAQEAAACBAAACgQAAAQEAAADBAAACgQAAA0D8AADBAAACgQAAA0D8AACBAAACoQAAA0D8AACBAAACgQAAA0D8AACBAAACgQAAA0D8AADBAAACoQAAA0D8AADBAAACoQAAAQEAAACBAAACoQAAAQEAAADBAAACgQAAAQEAAADBAAACgQAAAQEAAACBAAACoQAAAQEAAACBAAACoQAAA0D8AACBAAACoQAAA0D8AADBAAACoQAAAQEAAADBAAACgQAAAQEAAADBAAACoQAAAQEAAADBAAACoQAAA0D8AADBAAACgQAAA0D8AADBAAADAPwAAQEAAACBAAADAPwAA0D8AACBAAADgPwAA0D8AACBAAADgPwAAQEAAACBAAADAPwAAQEAAACBAAADAPwAAQEAAADBAAADAPwAA0D8AADBAAADAPwAA0D8AACBAAADgPwAA0D8AACBAAADAPwAA0D8AACBAAADAPwAA0D8AADBAAADgPwAA0D8AADBAAADgPwAAQEAAACBAAADgPwAAQEAAADBAAADAPwAAQEAAADBAAADAPwAAQEAAACBAAADgPwAAQEAAACBAAADgPwAA0D8AACBAAADgPwAA0D8AADBAAADgPwAAQEAAADBAAADAPwAAQEAAADBAAADgPwAAQEAAADBAAADgPwAA0D8AADBAAADAPwAA0D8AADBAAADAvwAAUEAAABBAAAAAwAAAUEAAABBAAAAAwAAAUEAAABxBAADAvwAAUEAAABxBAADAvwAAYEAAABBAAADAvwAAYEAAABxBAAAAwAAAYEAAABxBAAAAwAAAYEAAABBAAADAvwAAYEAAABBAAADAvwAAUEAAABBAAADAvwAAUEAAABxBAADAvwAAYEAAABxBAADAvwAAcEAAACBAAADgvwAAcEAAACBAAADgvwAAcEAAABxBAADAvwAAcEAAABxBAADAvwAAkEAAACBAAADAvwAAkEAAABxBAADgvwAAkEAAABxBAADgvwAAkEAAACBAAADgvwAAkEAAABxBAADAvwAAkEAAABxBAADAvwAAcEAAABxBAADgvwAAcEAAABxBAADgvwAAQEAAACBAAADgvwAAwD8AACBAAADAvwAAwD8AACBAAADAvwAAQEAAACBAAADgvwAAQEAAACBAAADgvwAAQEAAADBAAADgvwAAwD8AADBAAADgvwAAwD8AACBAAADAvwAAwD8AACBAAADgvwAAwD8AACBAAADgvwAAwD8AADBAAADAvwAAwD8AADBAAADAvwAAQEAAACBAAADAvwAAQEAAADBAAADgvwAAQEAAADBAAADgvwAAQEAAACBAAADAvwAAQEAAACBAAADAvwAAwD8AACBAAADAvwAAwD8AADBAAADAvwAAQEAAADBAAADgvwAAQEAAADBAAADAvwAAQEAAADBAAADAvwAAwD8AADBAAADgvwAAwD8AADBAAAAAwAAAmEAAABBAAAAAwAAAkEAAABBAAADAvwAAkEAAABBAAADAvwAAmEAAABBAAAAAwAAAmEAAABBAAAAAwAAAmEAAABxBAAAAwAAAkEAAABxBAAAAwAAAkEAAABBAAADAvwAAkEAAABBAAAAAwAAAkEAAABBAAAAAwAAAkEAAABxBAADAvwAAkEAAABxBAADAvwAAmEAAABBAAADAvwAAmEAAABxBAAAAwAAAmEAAABxBAAAAwAAAmEAAABBAAAAAwAAAmEAAABxBAADAvwAAmEAAABxBAADAvwAAkEAAABxBAAAAwAAAkEAAABxBAADgvwAA0D8AACBAAADgvwAAAD8AACBAAADAvwAAAD8AACBAAADAvwAA0D8AACBAAADgvwAA0D8AACBAAADgvwAA0D8AAOBAAADgvwAAAD8AAOBAAADgvwAAAD8AACBAAADAvwAAAD8AACBAAADgvwAAAD8AACBAAADgvwAAAD8AAOBAAADAvwAAAD8AAOBAAADAvwAA0D8AACBAAADAvwAA0D8AAOBAAADgvwAA0D8AAOBAAADgvwAA0D8AACBAAADAvwAA0D8AACBAAADAvwAAAD8AACBAAADAvwAAAD8AAOBAAADAvwAA0D8AAOBAAADgvwAA0D8AAOBAAADAvwAA0D8AAOBAAADAvwAAAD8AAOBAAADgvwAAAD8AAOBAAADgvwAAQEAAAOBAAADgvwAAAD8AAOBAAADAvwAAAD8AAOBAAADAvwAAQEAAAOBAAADgvwAAQEAAAOBAAADgvwAAQEAAABxBAADgvwAAAD8AABxBAADgvwAAAD8AAOBAAADAvwAAAD8AAOBAAADgvwAAAD8AAOBAAADgvwAAAD8AABxBAADAvwAAAD8AABxBAADAvwAAQEAAAOBAAADAvwAAQEAAABxBAADgvwAAQEAAABxBAADgvwAAQEAAAOBAAADAvwAAQEAAAOBAAADAvwAAAD8AAOBAAADAvwAAAD8AABxBAADAvwAAQEAAABxBAADgvwAAQEAAABxBAADAvwAAQEAAABxBAADAvwAAAD8AABxBAADgvwAAAD8AABxBAADAvwAAQEAAACBAAADgvwAAQEAAACBAAADgvwAAQEAAABxBAADAvwAAQEAAABxBAADAvwAAUEAAACBAAADAvwAAUEAAABxBAADgvwAAUEAAABxBAADgvwAAUEAAACBAAADAvwAAUEAAACBAAADAvwAAQEAAACBAAADAvwAAQEAAABxBAADAvwAAUEAAABxBAADgvwAAUEAAABxBAADAvwAAUEAAABxBAADAvwAAQEAAABxBAADgvwAAQEAAABxBAAAAQQAAcEAAACBAAAAAQQAAYEAAACBAAAAEQQAAYEAAACBAAAAEQQAAcEAAACBAAAAAQQAAcEAAACBAAAAAQQAAcEAAABxBAAAAQQAAYEAAABxBAAAAQQAAYEAAACBAAAAEQQAAcEAAACBAAAAEQQAAYEAAACBAAAAEQQAAYEAAABxBAAAEQQAAcEAAABxBAADgvwAAcEAAACBAAADgvwAAYEAAACBAAADAvwAAYEAAACBAAADAvwAAcEAAACBAAADgvwAAcEAAACBAAADgvwAAcEAAABxBAADgvwAAYEAAABxBAADgvwAAYEAAACBAAADAvwAAcEAAACBAAADAvwAAYEAAACBAAADAvwAAYEAAABxBAADAvwAAcEAAABxBAADAvwAAcEAAACBAAADAvwAAYEAAACBAAAAAQQAAYEAAACBAAAAAQQAAcEAAACBAAADAvwAAcEAAADBAAAAAQQAAcEAAADBAAAAAQQAAYEAAADBAAADAvwAAYEAAADBA//////9/AID//////38AgP//////fwCA//////9/AIAAAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AID///9//78AgP///3//vwCA////f/+/AID///9//7///wCA////////AID///////8AgP///////wCA//////9//3////+//3//f////7//f/9/////v/9//3////+//////wAA/7//////AAD/v/////8AAP+//////wAA/78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AID///9//78AgP///3//vwCA////f/+/AID///9//7///wCA////////AID///////8AgP///////wCA//////9//3////+//3//f////7//f/9/////v/9//3////+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AAAAgP9//78AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+//3//f////7//f/9/////v/9//3////+//3//f////78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AID///9//78AgP///3//vwCA////f/+/AID///9//7///wCA////////AID///////8AgP///////wCA//////9//3////+//3//f////7//f/9/////v/9//3////+//////wAA/7//////AAD/v/////8AAP+//////wAA/78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCAAAD/////AIAAAP////8AgP///3//vwCA////f/+/AID///9//78AgP///3//v///AID///////8AgP///////wCA////////AID//////3//f////7//f/9/////v/9//3////+//3//f////7//////AAD/v/////8AAP+//////wAA/7//////AAD/vwAAAID/f/+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AIAAAP////8AgAAA/////wCAAAD/////AIAAAP////8AgP///3//vwCA////f/+/AID///9//78AgP///3//v///AID///////8AgP///////wCA////////AID//////3//f////7//f/9/////v/9//3////+//3//f////7//////AAD/v/////8AAP+//////wAA/7//////AAD/vwAAAID/f/+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AIAAAP////8AgAAA/////wCAAAD/////AIAAAP////8AgP///3//vwCA////f/+/AID///9//78AgP///3//v///AID///////8AgP///////wCA////////AID//////3//f////7//f/9/////v/9//3////+//3//f////78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AID///9//78AgP///3//vwCA////f/+/AID///9//78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AID///9//78AgP///3//vwCA////f/+/AID///9//7///wCA////////AID///////8AgP///////wCA//////9//3////+//3//f////7//f/9/////v/9//3////+//////wAA/7//////AAD/v/////8AAP+//////wAA/78AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+///8AgP///////wCA////////AID///////8AgP//////f/9/////v/9//3////+//3//f////7//f/9/////v/////8AAP+//////wAA/7//////AAD/v/////8AAP+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AAAAgP9//78AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+///8AgP///////wCA////////AID///////8AgP////8AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+//3//f////7//f/9/////v/9//3////+//3//f////78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCA////f/+/AID///9//78AgP///3//vwCA////f/+///8AgP///////wCA////////AID///////8AgP//////////AAD/v/////8AAP+//////wAA/7//////AAD/vwAAAID/f/+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AIAAAP////8AgAAA/////wCAAAD/////AIAAAP////8AgP///3//vwCA////f/+/AID///9//78AgP///3//v///AID///////8AgP///////wCA////////AID//////3//f////7//f/9/////v/9//3////+//3//f////7//////AAD/v/////8AAP+//////wAA/7//////AAD/vwAAAID/f/+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AIAAAP////8AgAAA/////wCAAAD/////AIAAAP////8AgP///3//vwCA////f/+/AID///9//78AgP///3//v///AID///////8AgP///////wCA////////AID//////3//f////7//f/9/////v/9//3////+//3//f////7//////AAD/v/////8AAP+//////wAA/7//////AAD/vwAAAID/f/+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AIAAAP////8AgAAA/////wCAAAD/////AIAAAP////8AgP///3//vwCA////f/+/AID///9//78AgP///3//v///AID///////8AgP///////wCA////////AID//////3//f////7//f/9/////v/9//3////+//3//f////7//////AAD/v/////8AAP+//////wAA/7//////AAD/vwAAAID/f/+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AIAAAP////8AgAAA/////wCAAAD/////AIAAAP////8AgP///3//vwCA////f/+/AID///9//78AgP///3//v///AID///////8AgP///////wCA////////AID//////3//f////7//f/9/////v/9//3////+//3//f////78AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+///8AgP///////wCA////////AID///////8AgP////8AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+//3//f////7//f/9/////v/9//3////+//3//f////7//////AAD/v/////8AAP+//////wAA/7//////AAD/vwAAAID/f/+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AIAAAP////8AgAAA/////wCAAAD/////AIAAAP////8AgP///3//vwCA////f/+/AID///9//78AgP///3//v///AID///////8AgP///////wCA////////AID//////3//f////7//f/9/////v/9//3////+//3//f////7//////AAD/v/////8AAP+//////wAA/7//////AAD/vwAAAID/f/+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AIAAAP////8AgAAA/////wCAAAD/////AIAAAP////8AgP///3//vwCA////f/+/AID///9//78AgP///3//v/9//3////+//3//f////7//f/9/////v/9//3////+//////wAA/7//////AAD/v/////8AAP+//////wAA/78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AID///9//78AgP///3//vwCA////f/+/AID///9//7///wCA////////AID///////8AgP///////wCA//////9//3////+//3//f////7//f/9/////v/9//3////+//////wAA/7//////AAD/v/////8AAP+//////wAA/78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AID///9//78AgP///3//vwCA////f/+/AID///9//7///wCA////////AID///////8AgP///////wCA//////9//3////+//3//f////7//f/9/////v/9//3////+/AIAAAP////8AgAAA/////wCAAAD/////AIAAAP////8AgP///3//vwCA////f/+/AID///9//78AgP///3//v///AID///////8AgP///////wCA////////AID//////3//f////7//f/9/////v/9//3////+//3//f////7///////38AgP//////fwCA//////9/AID//////38AgAAAAID/f/+/AAAAgP9//78AAACA/3//vwAAAID/f/+///8AgP9/AID//wCA/38AgP//AID/fwCA//8AgP9/AID//////38AgP//////fwCA//////9/AID//////38AgAAAAID/fwCAAAAAgP9/AIAAAACA/38AgAAAAID/fwCA//8AgP///////wCA////////AID///////8AgP///////////38AgP//////fwCA//////9/AID//////38AgP9//3////+//3//f////7//f/9/////v/9//3////+/") +"vertex_count": 506, +"vertex_data": PackedByteArray("AAAAQQAA0D8AACBAAADAvwAA0D8AACBAAADAvwAAAD8AACBAAAAAQQAAAD8AACBAAADAvwAAAD8AADBAAADAvwAAAD8AACBAAADAvwAA0D8AACBAAADAvwAA0D8AADBAAADAvwAAAD8AADBAAAAAQQAAAD8AADBAAAAAQQAAAD8AACBAAADAvwAAAD8AACBAAADAvwAA0D8AADBAAADAvwAA0D8AACBAAAAAQQAA0D8AACBAAAAAQQAA0D8AADBAAAAAQQAA0D8AADBAAAAAQQAA0D8AACBAAAAAQQAAAD8AACBAAAAAQQAAAD8AADBAAAAAQQAAAD8AADBAAADAvwAAAD8AADBAAADAvwAA0D8AADBAAAAAQQAA0D8AADBAAAAEQQAAQEAAACBAAAAAQQAAQEAAACBAAAAAQQAAAD8AACBAAAAEQQAAAD8AACBAAAAAQQAAAD8AADBAAAAAQQAAAD8AACBAAAAAQQAAQEAAACBAAAAAQQAAQEAAADBAAAAEQQAAAD8AADBAAAAEQQAAAD8AACBAAAAAQQAAQEAAADBAAAAAQQAAQEAAACBAAAAEQQAAQEAAACBAAAAEQQAAQEAAADBAAAAEQQAAQEAAADBAAAAEQQAAQEAAACBAAAAEQQAAAD8AACBAAAAEQQAAAD8AADBAAAAEQQAAAD8AADBAAAAAQQAAAD8AADBAAAAAQQAAQEAAADBAAAAEQQAAQEAAADBAAAAAQQAAQEAAABxBAAAAQQAAQEAAACBAAAAAQQAAUEAAACBAAAAAQQAAUEAAABxBAAAAQQAAQEAAABxBAAAEQQAAQEAAABxBAAAEQQAAQEAAACBAAAAAQQAAQEAAACBAAAAAQQAAUEAAABxBAAAAQQAAUEAAACBAAAAEQQAAUEAAACBAAAAEQQAAUEAAABxBAAAEQQAAQEAAABxBAAAAQQAAQEAAABxBAAAAQQAAUEAAABxBAAAEQQAAUEAAABxBAADAvwAAQEAAADBAAADAvwAAQEAAACBAAADAvwAAUEAAACBAAADAvwAAUEAAADBAAADAvwAAQEAAADBAAAAAQQAAQEAAADBAAAAAQQAAQEAAACBAAADAvwAAQEAAACBAAADAvwAAUEAAADBAAADAvwAAUEAAACBAAAAAQQAAUEAAACBAAAAAQQAAUEAAADBAAAAAQQAAUEAAADBAAAAAQQAAUEAAACBAAAAAQQAAQEAAACBAAAAAQQAAQEAAADBAAAAAQQAAQEAAADBAAADAvwAAQEAAADBAAADAvwAAUEAAADBAAAAAQQAAUEAAADBAAAAEQQAA0D8AADBAAAAAQQAA0D8AADBAAAAAQQAAAD8AADBAAAAEQQAAAD8AADBAAAAAQQAAAD8AAJBAAAAAQQAAAD8AADBAAAAAQQAA0D8AADBAAAAAQQAA0D8AAJBAAAAAQQAAAD8AAJBAAAAEQQAAAD8AAJBAAAAEQQAAAD8AADBAAAAAQQAAAD8AADBAAAAAQQAA0D8AAJBAAAAAQQAA0D8AADBAAAAEQQAA0D8AADBAAAAEQQAA0D8AAJBAAAAEQQAA0D8AAJBAAAAEQQAA0D8AADBAAAAEQQAAAD8AADBAAAAEQQAAAD8AAJBAAAAEQQAAAD8AAJBAAAAAQQAAAD8AAJBAAAAAQQAA0D8AAJBAAAAEQQAA0D8AAJBAAAAEQQAAQEAAAJBAAAAAQQAAQEAAAJBAAAAAQQAAAD8AAJBAAAAEQQAAAD8AAJBAAAAAQQAAAD8AAKBAAAAAQQAAAD8AAJBAAAAAQQAAQEAAAJBAAAAAQQAAQEAAAKBAAAAAQQAAAD8AAKBAAAAEQQAAAD8AAKBAAAAEQQAAAD8AAJBAAAAAQQAAAD8AAJBAAAAAQQAAQEAAAKBAAAAAQQAAQEAAAJBAAAAEQQAAQEAAAJBAAAAEQQAAQEAAAKBAAAAEQQAAQEAAAKBAAAAEQQAAQEAAAJBAAAAEQQAAAD8AAJBAAAAEQQAAAD8AAKBAAAAEQQAAAD8AAKBAAAAAQQAAAD8AAKBAAAAAQQAAQEAAAKBAAAAEQQAAQEAAAKBAAAAEQQAAQEAAANBAAAAAQQAAQEAAANBAAAAAQQAAAD8AANBAAAAEQQAAAD8AANBAAAAAQQAAAD8AAOBAAAAAQQAAAD8AANBAAAAAQQAAQEAAANBAAAAAQQAAQEAAAOBAAAAAQQAAAD8AAOBAAAAEQQAAAD8AAOBAAAAEQQAAAD8AANBAAAAAQQAAAD8AANBAAAAAQQAAQEAAAOBAAAAAQQAAQEAAANBAAAAEQQAAQEAAANBAAAAEQQAAQEAAAOBAAAAEQQAAQEAAAOBAAAAEQQAAQEAAANBAAAAEQQAAAD8AANBAAAAEQQAAAD8AAOBAAAAEQQAAAD8AAOBAAAAAQQAAAD8AAOBAAAAAQQAAQEAAAOBAAAAEQQAAQEAAAOBAAAAAQQAAUEAAABxBAAAAQQAAUEAAABBAAAAAQQAAYEAAABBAAAAAQQAAYEAAABxBAAAAQQAAUEAAABxBAAAIQQAAUEAAABxBAAAIQQAAUEAAABBAAAAAQQAAUEAAABBAAAAAQQAAYEAAABxBAAAAQQAAYEAAABBAAAAIQQAAYEAAABBAAAAIQQAAYEAAABxBAADAvwAAUEAAADBAAADAvwAAUEAAABBAAADAvwAAYEAAABBAAADAvwAAYEAAADBAAADAvwAAUEAAADBAAAAAQQAAUEAAADBAAAAAQQAAUEAAABBAAADAvwAAUEAAABBAAADAvwAAYEAAADBAAADAvwAAYEAAABBAAAAAQQAAYEAAABBAAAAAQQAAYEAAADBAAAAAQQAAYEAAADBAAAAAQQAAYEAAABBAAAAAQQAAUEAAABBAAAAAQQAAUEAAADBAAAAAQQAAUEAAADBAAADAvwAAUEAAADBAAADAvwAAYEAAADBAAAAAQQAAYEAAADBAAAAIQQAAmEAAABBAAAAAQQAAmEAAABBAAAAAQQAAkEAAABBAAAAIQQAAkEAAABBAAAAAQQAAkEAAABxBAAAIQQAAkEAAABxBAAAIQQAAkEAAABBAAAAAQQAAkEAAABBAAAAAQQAAmEAAABxBAAAAQQAAmEAAABBAAAAIQQAAmEAAABBAAAAIQQAAmEAAABxBAAAIQQAAmEAAABxBAAAIQQAAmEAAABBAAAAIQQAAkEAAABBAAAAIQQAAkEAAABxBAAAIQQAAkEAAABxBAAAAQQAAkEAAABxBAAAAQQAAmEAAABxBAAAIQQAAmEAAABxBAAAAQQAAmEAAABBAAADAvwAAmEAAABBAAADAvwAAkEAAABBAAAAAQQAAkEAAABBAAADAvwAAkEAAADBAAADAvwAAkEAAABBAAADAvwAAmEAAABBAAADAvwAAmEAAADBAAADAvwAAkEAAADBAAAAAQQAAkEAAADBAAAAAQQAAkEAAABBAAADAvwAAkEAAABBAAADAvwAAmEAAADBAAADAvwAAmEAAABBAAAAAQQAAmEAAABBAAAAAQQAAmEAAADBAAAAAQQAAmEAAADBAAAAAQQAAmEAAABBAAAAAQQAAkEAAABBAAAAAQQAAkEAAADBAAAAAQQAAcEAAABxBAAAEQQAAcEAAABxBAAAEQQAAcEAAACBAAAAAQQAAcEAAACBAAAAAQQAAkEAAABxBAAAAQQAAkEAAACBAAAAEQQAAkEAAACBAAAAEQQAAkEAAABxBAAAEQQAAcEAAABxBAAAAQQAAcEAAABxBAAAAQQAAkEAAABxBAAAEQQAAkEAAABxBAADAvwAAcEAAADBAAADAvwAAcEAAACBAAADAvwAAkEAAACBAAADAvwAAkEAAADBAAADAvwAAkEAAADBAAADAvwAAkEAAACBAAAAAQQAAkEAAACBAAAAAQQAAkEAAADBAAAAAQQAAkEAAADBAAAAAQQAAkEAAACBAAAAAQQAAcEAAACBAAAAAQQAAcEAAADBAAAAEQQAA0D8AAOBAAAAAQQAA0D8AAOBAAAAAQQAAAD8AAOBAAAAEQQAAAD8AAOBAAAAAQQAAAD8AABRBAAAAQQAAAD8AAOBAAAAAQQAA0D8AAOBAAAAAQQAA0D8AABRBAAAAQQAAAD8AABRBAAAEQQAAAD8AABRBAAAAQQAA0D8AABRBAAAAQQAA0D8AAOBAAAAEQQAA0D8AAOBAAAAEQQAA0D8AABRBAAAEQQAA0D8AABRBAAAEQQAA0D8AAOBAAAAEQQAAAD8AAOBAAAAEQQAAAD8AABRBAAAEQQAAAD8AABRBAAAAQQAAAD8AABRBAAAAQQAA0D8AABRBAAAEQQAA0D8AABRBAAAEQQAAQEAAABRBAAAAQQAAQEAAABRBAAAAQQAAAD8AABRBAAAEQQAAAD8AABRBAAAAQQAAAD8AABxBAAAAQQAAAD8AABRBAAAAQQAAQEAAABRBAAAAQQAAQEAAABxBAAAAQQAAAD8AABxBAAAEQQAAAD8AABxBAAAEQQAAAD8AABRBAAAAQQAAAD8AABRBAAAAQQAAQEAAABxBAAAAQQAAQEAAABRBAAAEQQAAQEAAABRBAAAEQQAAQEAAABxBAAAEQQAAQEAAABxBAAAEQQAAQEAAABRBAAAEQQAAAD8AABRBAAAEQQAAAD8AABxBAAAEQQAAAD8AABxBAAAAQQAAAD8AABxBAAAAQQAAQEAAABxBAAAEQQAAQEAAABxBAACoQAAAQEAAACBAAACgQAAAQEAAACBAAACgQAAA0D8AACBAAACoQAAA0D8AACBAAACgQAAA0D8AADBAAACgQAAA0D8AACBAAACgQAAAQEAAACBAAACgQAAAQEAAADBAAACgQAAA0D8AADBAAACoQAAA0D8AADBAAACoQAAA0D8AACBAAACgQAAA0D8AACBAAACgQAAAQEAAADBAAACgQAAAQEAAACBAAACoQAAAQEAAACBAAACoQAAAQEAAADBAAACoQAAAQEAAADBAAACoQAAAQEAAACBAAACoQAAA0D8AACBAAACoQAAA0D8AADBAAACoQAAA0D8AADBAAACgQAAA0D8AADBAAACgQAAAQEAAADBAAACoQAAAQEAAADBAAADgPwAAQEAAACBAAADAPwAAQEAAACBAAADAPwAA0D8AACBAAADgPwAA0D8AACBAAADAPwAA0D8AADBAAADAPwAA0D8AACBAAADAPwAAQEAAACBAAADAPwAAQEAAADBAAADAPwAA0D8AADBAAADgPwAA0D8AADBAAADgPwAA0D8AACBAAADAPwAA0D8AACBAAADAPwAAQEAAADBAAADAPwAAQEAAACBAAADgPwAAQEAAACBAAADgPwAAQEAAADBAAADgPwAAQEAAADBAAADgPwAAQEAAACBAAADgPwAA0D8AACBAAADgPwAA0D8AADBAAADgPwAA0D8AADBAAADAPwAA0D8AADBAAADAPwAAQEAAADBAAADgPwAAQEAAADBAAAIAwAAAUEAAABxBAADAvwAAUEAAABxBAADAvwAAUEAAABBAAAIAwAAAUEAAABBAAAIAwAAAYEAAABxBAAIAwAAAYEAAABBAAADAvwAAYEAAABBAAADAvwAAYEAAABxBAADAvwAAYEAAABxBAADAvwAAYEAAABBAAADAvwAAUEAAABBAAADAvwAAUEAAABxBAADgvwAAcEAAABxBAADAvwAAcEAAABxBAADAvwAAcEAAACBAAADgvwAAcEAAACBAAADgvwAAkEAAABxBAADgvwAAkEAAACBAAADAvwAAkEAAACBAAADAvwAAkEAAABxBAADAvwAAcEAAABxBAADgvwAAcEAAABxBAADgvwAAkEAAABxBAADAvwAAkEAAABxBAADAvwAAQEAAACBAAADgvwAAQEAAACBAAADgvwAAwD8AACBAAADAvwAAwD8AACBAAADgvwAAwD8AADBAAADgvwAAwD8AACBAAADgvwAAQEAAACBAAADgvwAAQEAAADBAAADgvwAAwD8AADBAAADAvwAAwD8AADBAAADAvwAAwD8AACBAAADgvwAAwD8AACBAAADgvwAAQEAAADBAAADgvwAAQEAAACBAAADAvwAAQEAAACBAAADAvwAAQEAAADBAAADAvwAAQEAAADBAAADAvwAAQEAAACBAAADAvwAAwD8AACBAAADAvwAAwD8AADBAAADAvwAAwD8AADBAAADgvwAAwD8AADBAAADgvwAAQEAAADBAAADAvwAAQEAAADBAAADAvwAAmEAAABBAAAIAwAAAmEAAABBAAAIAwAAAkEAAABBAAADAvwAAkEAAABBAAAAAwAAAkEAAABxBAAAAwAAAkEAAABBAAAAAwAAAmEAAABBAAAAAwAAAmEAAABxBAAIAwAAAkEAAABxBAADAvwAAkEAAABxBAADAvwAAkEAAABBAAAIAwAAAkEAAABBAAAIAwAAAmEAAABxBAAIAwAAAmEAAABBAAADAvwAAmEAAABBAAADAvwAAmEAAABxBAADAvwAAkEAAABxBAAIAwAAAkEAAABxBAAIAwAAAmEAAABxBAADAvwAAmEAAABxBAADAvwAA0D8AACBAAADgvwAA0D8AACBAAADgvwAAAD8AACBAAADAvwAAAD8AACBAAADgvwAAAD8AAOBAAADgvwAAAD8AACBAAADgvwAA0D8AACBAAADgvwAA0D8AAOBAAADgvwAAAD8AAOBAAADAvwAAAD8AAOBAAADAvwAAAD8AACBAAADgvwAAAD8AACBAAADgvwAA0D8AAOBAAADgvwAA0D8AACBAAADAvwAA0D8AACBAAADAvwAA0D8AAOBAAADAvwAA0D8AAOBAAADAvwAA0D8AACBAAADAvwAAAD8AACBAAADAvwAAAD8AAOBAAADAvwAAAD8AAOBAAADgvwAAAD8AAOBAAADgvwAA0D8AAOBAAADAvwAA0D8AAOBAAADAvwAAQEAAAOBAAADgvwAAQEAAAOBAAADgvwAAAD8AAOBAAADAvwAAAD8AAOBAAADgvwAAAD8AABxBAADgvwAAAD8AAOBAAADgvwAAQEAAAOBAAADgvwAAQEAAABxBAADgvwAAAD8AABxBAADAvwAAAD8AABxBAADgvwAAQEAAABxBAADgvwAAQEAAAOBAAADAvwAAQEAAAOBAAADAvwAAQEAAABxBAADAvwAAQEAAABxBAADAvwAAQEAAAOBAAADAvwAAAD8AAOBAAADAvwAAAD8AABxBAADAvwAAAD8AABxBAADgvwAAAD8AABxBAADgvwAAQEAAABxBAADAvwAAQEAAABxBAADgvwAAQEAAABxBAADAvwAAQEAAABxBAADAvwAAQEAAACBAAADgvwAAQEAAACBAAADgvwAAUEAAABxBAADgvwAAUEAAACBAAADAvwAAUEAAACBAAADAvwAAUEAAABxBAADAvwAAUEAAABxBAADAvwAAUEAAACBAAADAvwAAQEAAACBAAADAvwAAQEAAABxBAADAvwAAQEAAABxBAADgvwAAQEAAABxBAADgvwAAUEAAABxBAADAvwAAUEAAABxBAAAEQQAAcEAAACBAAAAAQQAAcEAAACBAAAAAQQAAYEAAACBAAAAEQQAAYEAAACBAAAAAQQAAYEAAABxBAAAAQQAAYEAAACBAAAAAQQAAcEAAACBAAAAAQQAAcEAAABxBAAAEQQAAcEAAABxBAAAEQQAAcEAAACBAAAAEQQAAYEAAACBAAAAEQQAAYEAAABxBAADAvwAAcEAAACBAAADgvwAAcEAAACBAAADgvwAAYEAAACBAAADAvwAAYEAAACBAAADgvwAAYEAAABxBAADgvwAAYEAAACBAAADgvwAAcEAAACBAAADgvwAAcEAAABxBAADAvwAAcEAAABxBAADAvwAAcEAAACBAAADAvwAAYEAAACBAAADAvwAAYEAAABxBAAAAQQAAcEAAACBAAADAvwAAcEAAACBAAADAvwAAYEAAACBAAAAAQQAAYEAAACBAAAAAQQAAYEAAADBAAADAvwAAYEAAADBAAADAvwAAcEAAADBAAAAAQQAAcEAAADBA//////9/AID//////38AgP//////fwCA//////9/AIAAAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AID///9//78AgP///3//vwCA////f/+/AID///9//7///wCA////////AID///////8AgP///////wCA//////9//3////+//3//f////7//f/9/////v/9//3////+//////wAA/7//////AAD/v/////8AAP+//////wAA/78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCAAAD/////AIAAAP////8AgP///3//vwCA////f/+/AID///9//78AgP///3//v///AID///////8AgP///////wCA////////AID//////3//f////7//f/9/////v/9//3////+//3//f////78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AID///9//78AgP///3//vwCA////f/+/AID///9//7//f/9/////v/9//3////+//3//f////7//f/9/////vwAAAID/f/+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AIAAAP////8AgAAA/////wCAAAD/////AIAAAP////8AgP///3//vwCA////f/+/AID///9//78AgP///3//v///AID///////8AgP///////wCA////////AID//////3//f////7//f/9/////v/9//3////+//3//f////7//////AAD/v/////8AAP+//////wAA/7//////AAD/vwAAAID/f/+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AIAAAP////8AgAAA/////wCAAAD/////AIAAAP////8AgP///3//vwCA////f/+/AID///9//78AgP///3//v///AID///////8AgP///////wCA////////AID//////3//f////7//f/9/////v/9//3////+//3//f////7//////AAD/v/////8AAP+//////wAA/7//////AAD/vwAAAID/f/+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AIAAAP////8AgAAA/////wCAAAD/////AIAAAP////8AgP///3//vwCA////f/+/AID///9//78AgP///3//v///AID///////8AgP///////wCA////////AID//////3//f////7//f/9/////v/9//3////+//3//f////7//////AAD/v/////8AAP+//////wAA/7//////AAD/vwAAAID/f/+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AIAAAP////8AgAAA/////wCAAAD/////AIAAAP////8AgP///3//vwCA////f/+/AID///9//78AgP///3//v///AID///////8AgP///////wCA////////AID//////3//f////7//f/9/////v/9//3////+//3//f////78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AID///9//78AgP///3//vwCA////f/+/AID///9//78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AID///9//78AgP///3//vwCA////f/+/AID///9//7///wCA////////AID///////8AgP///////wCA//////9//3////+//3//f////7//f/9/////v/9//3////+//////wAA/7//////AAD/v/////8AAP+//////wAA/78AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+///8AgP///////wCA////////AID///////8AgP//////f/9/////v/9//3////+//3//f////7//f/9/////v/////8AAP+//////wAA/7//////AAD/v/////8AAP+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AAAAgP9//78AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+///8AgP///////wCA////////AID///////8AgP////8AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+//3//f////7//f/9/////v/9//3////+//3//f////78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCA////f/+/AID///9//78AgP///3//vwCA////f/+///8AgP///////wCA////////AID///////8AgP//////////AAD/v/////8AAP+//////wAA/7//////AAD/vwAAAID/f/+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+///8AgP///////wCA////////AID///////8AgP//////f/9/////v/9//3////+//3//f////7//f/9/////v/////8AAP+//////wAA/7//////AAD/v/////8AAP+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AAAAgP9//78AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+///8AgP///////wCA////////AID///////8AgP//////f/9/////v/9//3////+//3//f////7//f/9/////v/////8AAP+//////wAA/7//////AAD/v/////8AAP+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AAAAgP9//78AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+///8AgP///////wCA////////AID///////8AgP//////f/9/////v/9//3////+//3//f////7//f/9/////v/////8AAP+//////wAA/7//////AAD/v/////8AAP+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AAAAgP9//78AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+///8AgP///////wCA////////AID///////8AgP//////f/9/////v/9//3////+//3//f////7//f/9/////vwCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AID///9//78AgP///3//vwCA////f/+/AID///9//7///wCA////////AID///////8AgP///////wCA/////wCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AID///9//78AgP///3//vwCA////f/+/AID///9//7//f/9/////v/9//3////+//3//f////7//f/9/////v/////8AAP+//////wAA/7//////AAD/v/////8AAP+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AAAAgP9//78AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+///8AgP///////wCA////////AID///////8AgP//////f/9/////v/9//3////+//3//f////7//f/9/////v/////8AAP+//////wAA/7//////AAD/v/////8AAP+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AAAAgP9//78AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+//3//f////7//f/9/////v/9//3////+//3//f////7//////AAD/v/////8AAP+//////wAA/7//////AAD/vwAAAID/f/+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AIAAAP////8AgAAA/////wCAAAD/////AIAAAP////8AgP///3//vwCA////f/+/AID///9//78AgP///3//v///AID///////8AgP///////wCA////////AID//////3//f////7//f/9/////v/9//3////+//3//f////7//////AAD/v/////8AAP+//////wAA/7//////AAD/vwAAAID/f/+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+///8AgP///////wCA////////AID///////8AgP//////f/9/////v/9//3////+//3//f////7//f/9/////vwCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AID///9//78AgP///3//vwCA////f/+/AID///9//7///wCA////////AID///////8AgP///////wCA//////9//3////+//3//f////7//f/9/////v/9//3////+///////9/AID//////38AgP//////fwCA//////9/AIAAAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//v///AID/fwCA//8AgP9/AID//wCA/38AgP//AID/fwCA//////9/AID//////38AgP//////fwCA//////9/AIAAAACA/38AgAAAAID/fwCAAAAAgP9/AIAAAACA/38AgP//AID///////8AgP///////wCA////////AID///////////9/AID//////38AgP//////fwCA//////9/AID/f/9/////v/9//3////+//3//f////7//f/9/////vw==") }, { -"aabb": AABB(-2, 3, 2.25, 10.5, 1.5, 7.5), -"attribute_data": PackedByteArray("//8/wAAAAEHalR8/DVFLP///L8AAAABB2pUfP0wUSj/+/y/AAAAEQSVdHj9MFEo//v8/wAAABEElXR4/DVFLPwAAQMABACBAaotGP8LObD8AADDAAQAgQGqLRj8aL24//v8vwAAAHEHUAWo/Gi9uP/7/P8AAABxB1AFqP8LObD8AAEDA//+/v5wATj8NUUs/AAAwwP//v7+cAE4/TBRKP///f8AAAARBpudPPrqtaD///2/AAAAEQfpsSj66rWg//v9vwAAADEH6bEo+MBRmP/7/f8AAAAxBpudPPjAUZj8AAIDAAQAQQJ4qVD4sI2k/AABwwAEAEECeKlQ+hINqP/7/b8AAABxBi3GzPoSDaj/+/3/AAAAcQYtxsz4sI2k/AACAwAAAAMFSafY+Fz5xPwEAgMAAAAjBkzzxPhc+cT8CAHDAAAAIwZM88T6/3W8/AQBwwAAAAMFSafY+v91vPwAAgMD//5+/mbNiP8SraD8AAHDA//+fv+1UYT/Eq2g///9vwAAABEHtVGE/LQk6P///f8AAAARBmbNiPy0JOj/+/5/AAAAAQVLHPj/o9Ww///+HwAAAAEFSxz4/9ixpP/7/h8AAAARBAABAP/YsaT/+/5/AAAAEQQAAQD/o9Ww///+fwAEAIEBnRXw/NOvzPv//h8ABACBAEYF4PzTr8z7+/4fAAAAcQRGBeD+cp6w+/v+fwAAAHEFnRXw/nKesPgAAoMD+/7+/g10QP+j1bD8AAIjA//+/v4NdED/2LGk/AACIwAAAAEFSxz4/9ixpP///n8AAAABBUsc+P+j1bD8AAIDA//8/wJmzYj8dIGs/AABwwP//P8DtVGE/HSBrPwAAcMD//x/A7VRhP8SraD8AAIDA//8fwJmzYj/Eq2g/AACAwP7//78YMBI/ESgZPwEAgMAAABjBNt42PxEoGT8CAHDAAAAYwTbeNj+5xxc/AABwwP7//78YMBI/uccXPwAAQMACABBAuIQsP4NEID0AAEDAAgDgP1juKT+DRCA9AAAwwAIA4D9Y7ik/Aj8KPQAAMMACABBAuIQsPwI/Cj0AAKDA/f//v9UkDz/o9Ww/AACIwP7//7/VJA8/9ixpPwAAiMD+/9+/g10QP/YsaT8AAKDA/f/fv4NdED/o9Ww/AACgwP//H8BbNHQ/oPEiPwEAoMAAABzBWzR0P6if/j4BAIjAAAAcwbL4dz+on/4+AACIwP//H8Cy+Hc/oPEiPwAAQMD+//+/an3EPs5TVj8AADDA/v//v94Cwj7OU1Y/AAAwwP7/37/eAsI+dvNUPwAAQMD+/9+/an3EPnbzVD8AAEDA//8fwBusCT+iFr4+AgBAwAAAHMEbrAk/zQFuPgIAMMAAABzBdHIIP80Bbj4AADDA//8fwHRyCD+iFr4+"), +"aabb": AABB(-2.000122, 3, 2.25, 10.500122, 1.5, 7.5), +"attribute_data": PackedByteArray("/v8/wAAABEHOvQw/JQpLP///P8AAAABBzr0MPw6ITD///y/AAAAAQY7wDT8OiEw//v8vwAAABEGO8A0/JQpLP/7/P8AAABxBme9rP9zQ6j4AAEDAAQAgQJnvaz9n/6Q+AAAwwAEAIECteGo/Z/+kPv7/L8AAABxBrXhqP9zQ6j7//z/AAAAAQeGAVD/P2b8+AABAwP//v7/hgFQ/fiFJPgAAMMD//7+/O0pTP34hST7//y/AAAAAQTtKUz/P2b8+/v9/wAAADEGC2n8//ALHPv//f8AAAARBgtp/PxqkwT7//2/AAAAEQZdjfj8apME+/v9vwAAADEGXY34//ALHPv7/f8AAABxBMRkhPv24cj8AAIDAAQAQQIunmjz9uHI/AABwwAEAEECLp5o8FDtxP/7/b8AAABxBMRkhPhQ7cT8CAHDAAAAIwbcLfD8jnnM/AQBwwAAAAMGSrn4/I55zPwAAgMAAAADBkq5+PwwcdT8BAIDAAAAIwbcLfD8MHHU///9/wAAABEFnEBQ/dodxPwAAgMD//5+/tX/OPnaHcT8AAHDA//+fv7V/zj6MCXA///9vwAAABEFnEBQ/jAlwP/7/n8AAAARB6xNmP7R/Uj/+/5/AAAAAQesTZj9DTFE//v+HwAAAAEHfV2I/Q0xRP/7/h8AAAARB31diP7R/Uj/+/5/AAAAcQZnvqz4F2G4///+fwAEAIECxyk4+BdhuP///h8ABACBAscpOPuWlcj/+/4fAAAAcQZnvqz7lpXI/AACgwAAAAEHrE2Y/Q0xRPwAAoMD+/7+/6xNmP5ipIz8AAIjA//+/v99XYj+YqSM/AACIwAAAAEHfV2I/Q0xRPwAAgMD//x/Agtp/P7R/Uj8AAIDA/gFAwILafz9D0E8/AABwwP4BQMCXY34/Q9BPPwAAcMD//x/Al2N+P7R/Uj8CAHDAAAAYwanDaj8N0qA+AABwwP7//7+pw2o/FDsxPgAAgMD+//+/vkxpPxQ7MT4BAIDAAAAYwb5MaT8N0qA+AAAwwAIA4D9RXgM/VMTzPgAAMMACAhBALAEGP1TE8z4AAEDAAgIQQCwBBj8mwPY+AABAwAIA4D9RXgM/JsD2PgAAoMD9/9+/6xNmP5ipIz8AAKDA/f//v+sTZj8ndiI/AACIwP7//7/fV2I/J3YiPwAAiMD+/9+/31diP5ipIz8BAIjAAAAcwSXAeD99pi0+AACIwP//H8AlwHg/Ug4IPQAAoMD//x/AGgR1P1IOCD0BAKDAAAAcwRoEdT99pi0+AABAwP7/37/hgFQ/fiFJPgAAQMD+//+/4YBUP4tTRD4AADDA/v//vztKUz+LU0Q+AAAwwP7/3787SlM/fiFJPgIAMMAAABzBn8pKPnGK+D4AADDA//8fwLqXqT5xivg+AABAwP//H8C6l6k+I/X6PgIAQMAAABzBn8pKPiP1+j4="), "format": 34359742519, "index_count": 102, -"index_data": PackedByteArray("AAABAAIAAAACAAMABAAFAAYABAAGAAcACAAJAAEACAABAAAACgALAAwACgAMAA0ADgAPABAADgAQABEAEgATABQAEgAUABUAFgAXABgAFgAYABkAGgAbABwAGgAcAB0AHgAfACAAHgAgACEAIgAjACQAIgAkACUAJgAnACgAJgAoACkAKgArACwAKgAsAC0ALgAvADAALgAwADEAMgAzADQAMgA0ADUANgA3ADgANgA4ADkAOgA7ADwAOgA8AD0APgA/AEAAPgBAAEEA"), -"material": SubResource("StandardMaterial3D_ojo02"), +"index_data": PackedByteArray("AAABAAIAAAACAAMABAAFAAYABAAGAAcACAAJAAoACAAKAAsADAANAA4ADAAOAA8AEAARABIAEAASABMAFAAVABYAFAAWABcAGAAZABoAGAAaABsAHAAdAB4AHAAeAB8AIAAhACIAIAAiACMAJAAlACYAJAAmACcAKAApACoAKAAqACsALAAtAC4ALAAuAC8AMAAxADIAMAAyADMANAA1ADYANAA2ADcAOAA5ADoAOAA6ADsAPAA9AD4APAA+AD8AQABBAEIAQABCAEMA"), +"material": ExtResource("7_fkwnc"), "primitive": 3, "uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 66, -"vertex_data": PackedByteArray("AAAAQQAAUEAAACBAAAAAQQAAQEAAACBAAAAEQQAAQEAAACBAAAAEQQAAUEAAACBAAAAEQQAAUEAAACBAAAAEQQAAQEAAACBAAAAEQQAAQEAAABxBAAAEQQAAUEAAABxBAADAvwAAUEAAACBAAADAvwAAQEAAACBAAAAAQQAAYEAAABBAAAAAQQAAUEAAABBAAAAIQQAAUEAAABBAAAAIQQAAYEAAABBAAAAIQQAAYEAAABBAAAAIQQAAUEAAABBAAAAIQQAAUEAAABxBAAAIQQAAYEAAABxBAAAAQQAAYEAAABxBAAAIQQAAYEAAABxBAAAIQQAAUEAAABxBAAAAQQAAUEAAABxBAADAvwAAYEAAABBAAADAvwAAUEAAABBAAAAAQQAAUEAAABBAAAAAQQAAYEAAABBAAAAAQQAAkEAAACBAAAAAQQAAcEAAACBAAAAEQQAAcEAAACBAAAAEQQAAkEAAACBAAAAEQQAAkEAAACBAAAAEQQAAcEAAACBAAAAEQQAAcEAAABxBAAAEQQAAkEAAABxBAADAvwAAkEAAACBAAADAvwAAcEAAACBAAAAAQQAAcEAAACBAAAAAQQAAkEAAACBAAAAAwAAAYEAAABBAAAAAwAAAUEAAABBAAADAvwAAUEAAABBAAADAvwAAYEAAABBAAAAAwAAAYEAAABBAAAAAwAAAYEAAABxBAAAAwAAAUEAAABxBAAAAwAAAUEAAABBAAAAAwAAAYEAAABxBAADAvwAAYEAAABxBAADAvwAAUEAAABxBAAAAwAAAUEAAABxBAADgvwAAkEAAACBAAADgvwAAcEAAACBAAADAvwAAcEAAACBAAADAvwAAkEAAACBAAADgvwAAkEAAACBAAADgvwAAkEAAABxBAADgvwAAcEAAABxBAADgvwAAcEAAACBAAADgvwAAUEAAACBAAADgvwAAQEAAACBAAADAvwAAQEAAACBAAADAvwAAUEAAACBAAADgvwAAUEAAACBAAADgvwAAUEAAABxBAADgvwAAQEAAABxBAADgvwAAQEAAACBA//////9/AID//////38AgP//////fwCA//////9/AID//wCA/38AgP//AID/fwCA//8AgP9/AID//wCA/38AgP//////fwCA//////9/AID//////38AgP//////fwCA//////9/AID//////38AgP//AID/fwCA//8AgP9/AID//wCA/38AgP//AID/fwCA/3//f/9/AID/f/9//38AgP9//3//fwCA/3//f/9/AID//////38AgP//////fwCA//////9/AID//////38AgP//////fwCA//////9/AID//////38AgP//////fwCA//8AgP9/AID//wCA/38AgP//AID/fwCA//8AgP9/AID//////38AgP//////fwCA//////9/AID//////38AgP//////fwCA//////9/AID//////38AgP//////fwCAAAAAgP9/AIAAAACA/38AgAAAAID/fwCAAAAAgP9/AID/f/9//38AgP9//3//fwCA/3//f/9/AID/f/9//38AgP//////fwCA//////9/AID//////38AgP//////fwCAAAAAgP9/AIAAAACA/38AgAAAAID/fwCAAAAAgP9/AID//////38AgP//////fwCA//////9/AID//////38AgAAAAID/fwCAAAAAgP9/AIAAAACA/38AgAAAAID/fwCA") +"vertex_count": 68, +"vertex_data": PackedByteArray("AAAEQQAAUEAAACBAAAAAQQAAUEAAACBAAAAAQQAAQEAAACBAAAAEQQAAQEAAACBAAAAEQQAAUEAAABxBAAAEQQAAUEAAACBAAAAEQQAAQEAAACBAAAAEQQAAQEAAABxBAAAAQQAAUEAAACBAAADAvwAAUEAAACBAAADAvwAAQEAAACBAAAAAQQAAQEAAACBAAAAIQQAAYEAAABBAAAAAQQAAYEAAABBAAAAAQQAAUEAAABBAAAAIQQAAUEAAABBAAAAIQQAAYEAAABxBAAAIQQAAYEAAABBAAAAIQQAAUEAAABBAAAAIQQAAUEAAABxBAAAIQQAAUEAAABxBAAAAQQAAUEAAABxBAAAAQQAAYEAAABxBAAAIQQAAYEAAABxBAAAAQQAAYEAAABBAAADAvwAAYEAAABBAAADAvwAAUEAAABBAAAAAQQAAUEAAABBAAAAEQQAAkEAAACBAAAAAQQAAkEAAACBAAAAAQQAAcEAAACBAAAAEQQAAcEAAACBAAAAEQQAAkEAAABxBAAAEQQAAkEAAACBAAAAEQQAAcEAAACBAAAAEQQAAcEAAABxBAAAAQQAAkEAAACBAAADAvwAAkEAAACBAAADAvwAAcEAAACBAAAAAQQAAcEAAACBAAADAvwAAYEAAABBAAAIAwAAAYEAAABBAAAIAwAAAUEAAABBAAADAvwAAUEAAABBAAAAAwAAAUEAAABxBAAAAwAAAUEAAABBAAAAAwAAAYEAAABBAAAAAwAAAYEAAABxBAADAvwAAUEAAABxBAAIAwAAAUEAAABxBAAIAwAAAYEAAABxBAADAvwAAYEAAABxBAADAvwAAkEAAACBAAADgvwAAkEAAACBAAADgvwAAcEAAACBAAADAvwAAcEAAACBAAADgvwAAcEAAABxBAADgvwAAcEAAACBAAADgvwAAkEAAACBAAADgvwAAkEAAABxBAADAvwAAUEAAACBAAADgvwAAUEAAACBAAADgvwAAQEAAACBAAADAvwAAQEAAACBAAADgvwAAQEAAABxBAADgvwAAQEAAACBAAADgvwAAUEAAACBAAADgvwAAUEAAABxB//////9/AID//////38AgP//////fwCA//////9/AID//wCA/38AgP//AID/fwCA//8AgP9/AID//wCA/38AgP//////fwCA//////9/AID//////38AgP//////fwCA//////9/AID//////38AgP//////fwCA//////9/AID//wCA/38AgP//AID/fwCA//8AgP9/AID//wCA/38AgP9//3//fwCA/3//f/9/AID/f/9//38AgP9//3//fwCA//////9/AID//////38AgP//////fwCA//////9/AID//////38AgP//////fwCA//////9/AID//////38AgP//AID/fwCA//8AgP9/AID//wCA/38AgP//AID/fwCA//////9/AID//////38AgP//////fwCA//////9/AID//////38AgP//////fwCA//////9/AID//////38AgAAAAID/fwCAAAAAgP9/AIAAAACA/38AgAAAAID/fwCA/3//f/9/AID/f/9//38AgP9//3//fwCA/3//f/9/AID//////38AgP//////fwCA//////9/AID//////38AgAAAAID/fwCAAAAAgP9/AIAAAACA/38AgAAAAID/fwCA//////9/AID//////38AgP//////fwCA//////9/AIAAAACA/38AgAAAAID/fwCAAAAAgP9/AIAAAACA/38AgA==") }, { "aabb": AABB(-1.75, 0.5, 2.75, 10, 1e-05, 7.25), -"attribute_data": PackedByteArray("AACwPwAAC8GupAs/WUYSPwAAoEAAAAvBrqQLPyXoNT8AAKBAAACoPwaTtT4l6DU/AACwPwAAqD8Gk7U+WUYSPw=="), +"attribute_data": PackedByteArray("AACgQAAAqD/+1i0/x7oDPwAAsD8AAKg/3pELP8e6Az8AALA/AAALwd6RCz92Yqc+AACgQAAAC8H+1i0/dmKnPg=="), "format": 34359742519, "index_count": 6, "index_data": PackedByteArray("AAABAAIAAAACAAMA"), -"material": SubResource("StandardMaterial3D_fkwnc"), +"material": ExtResource("8_0qh3n"), "primitive": 3, "uv_scale": Vector4(0, 0, 0, 0), "vertex_count": 4, -"vertex_data": PackedByteArray("AAAEQQAAAD8AADBAAAAEQQAAAD8AACBBAADgvwAAAD8AACBBAADgvwAAAD8AADBAAID///9//78AgP///3//vwCA////f/+/AID///9//78=") +"vertex_data": PackedByteArray("AADgvwAAAD8AACBBAADgvwAAAD8AADBAAAAEQQAAAD8AADBAAAAEQQAAAD8AACBBAID///9//78AgP///3//vwCA////f/+/AID///9//78=") }, { "aabb": AABB(-1.5, 3.25, 2.75, 9.5, 0.5, 12.25), -"attribute_data": PackedByteArray("AACwvwAAjsCSGQw/hJ0ZPwAAsL8AAKA+VIU6P4SdGT8AAJzAAACgPlSFOj8eBjw/AACcwAAAjsCSGQw/HgY8PwAApMAAACjAE7kgPO7xFT8AAKTAAAAAPhO5IDxdAzE/AADwwAAAAD4EYs49XQMxPwAA8MAAACjABGLOPe7xFT8="), +"attribute_data": PackedByteArray("AACcwAAAoD4j0U8/1/g7PgAAnMAAAI7AI9FPPzLcqzsAALC/AACOwPK3Lj8y3Ks7AACwvwAAoD7yty4/1/g7PgAA8MAAAAA+ymtoP3aHcT8AAPDAAAAowMpraD9w+VY/AACkwAAAKMAG3lE/cPlWPwAApMAAAAA+Bt5RP3aHcT8="), "format": 34359742519, "index_count": 12, "index_data": PackedByteArray("AAABAAIAAAACAAMABAAFAAYABAAGAAcA"), -"material": SubResource("StandardMaterial3D_0qh3n"), +"material": ExtResource("9_lsb8t"), "primitive": 3, "uv_scale": Vector4(0, 0, 0, 0), "vertex_count": 8, -"vertex_data": PackedByteArray("AAAAQQAAcEAAADBAAADAvwAAcEAAADBAAADAvwAAcEAAABxBAAAAQQAAcEAAABxBAACIQAAAUEAAACRBAACgvwAAUEAAACRBAACgvwAAUEAAAHBBAACIQAAAUEAAAHBBAIAAAP////8AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////w==") +"vertex_data": PackedByteArray("AADAvwAAcEAAABxBAAAAQQAAcEAAABxBAAAAQQAAcEAAADBAAADAvwAAcEAAADBAAACgvwAAUEAAAHBBAACIQAAAUEAAAHBBAACIQAAAUEAAACRBAACgvwAAUEAAACRBAIAAAP////8AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////w==") }, { "aabb": AABB(-1.75, 0.125, 9.75, 10, 3.625, 14.75), -"attribute_data": PackedByteArray("AABgP4+rAMDUCEs+K+RePwAAYD9qj6u+1AhLPhKBUj8AAITAao+rvgaF8zsSgVI/AACEwI+rAMAGhfM7K+RePwAAOEGPqwDAMz4BP0kuZj8AAERBj6sAwDM+AT+Bkm0/AABEQWqPq749eA0/gZJtPwAAOEFqj6u+PXgNP0kuZj///4PARHNWQQ5JUD89ZTE9BwBgP0RzVkEOSVA/EbVwPggAYD8onnZBewxfPxG1cD7//4PAKJ52QXsMXz89ZTE9AABAv3PWIMBQOE8/CZTsPgAAhEBz1iDAUDhPP4vYjD4AAIRAao+rvaBpPT+L2Iw+AABAv2qPq72gaT0/CZTsPgAAAACPqwDAhex/P1ksYz8AAAAAao+rvoXsfz9ByVY/AAAAPmqPq77ajX4/QclWPwAAAD6PqwDA2o1+P1ksYz8AANhAj6sAwF+BXz8CJds+AAAgQY+rAMBfgV8/uIgNPwAAIEFqj6u+YtVrP7iIDT8AANhAao+rvmLVaz8CJds+AAAAAI+rAMBwEPo+bex/PwAAAD6PqwDAcBD6PhWMfj8AAAA+ao+rvmlo4T4VjH4/AAAAAGqPq75paOE+bex/PwAAnECPqwDArA7rPXTOeT8AAMBAj6sAwNuiIT50znk/AADAQGqPq77boiE+W2ttPwAAnEBqj6u+rA7rPVtrbT8AAAAAj6sAwPpsCj9t7H8/AAAAvo+rAMD6bAo/FYx+PwAAAL5qj6u+7DH8PhWMfj8AAAAAao+rvuwx/D5t7H8/"), +"attribute_data": PackedByteArray("AACEwI+rAMDnwUE/Wwh6PgAAYD+PqwDAfJkSP1sIej4AAGA/ao+rvnyZEj+pGUk+AACEwGqPq77nwUE/qRlJPgAAREFqj6u+6xNmP/ZPIjwAADhBao+rvk/zXj/2TyI8AAA4QY+rAMBP814/ByBpPQAAREGPqwDA6xNmPwcgaT0IAGA/KJ52QRL9UD/gqFk///+DwCiedkGm1CE/4KhZP///g8BEc1ZBptQhPyUKSz8HAGA/RHNWQRL9UD8lCks/AACEQGqPq73OvQw/rvE3PwAAQL9qj6u9Sro6P67xNz8AAEC/c9YgwEq6Oj//JEo/AACEQHPWIMDOvQw//yRKPwAAAD6PqwDAs/MgP5UDYj8AAAAAj6sAwMd8Hz+VA2I/AAAAAGqPq77HfB8/6MdVPwAAAD5qj6u+s/MgP+jHVT8AACBBao+rvjb3cj8Gjho+AADYQGqPq74293I/tuvpPAAA2ECPqwDA3/RmP7br6TwAACBBj6sAwN/0Zj8Gjho+AAAAPmqPq77Ys3k/UX1mPwAAAABqj6u+xCp7P1F9Zj8AAAAAj6sAwMQqez/9uHI/AAAAPo+rAMDYs3k//bhyPwAAwEBqj6u+1P55P74K5j4AAJxAao+rvtT+eT95StA+AACcQI+rAMB8/G0/eUrQPgAAwECPqwDAfPxtP74K5j4AAAC+ao+rvnJpXD+u8Tc/AAAAAGqPq75e4F0/rvE3PwAAAACPqwDAXuBdP1otRD8AAAC+j6sAwHJpXD9aLUQ/"), "format": 34359742519, "index_count": 54, "index_data": PackedByteArray("AAABAAIAAAACAAMABAAFAAYABAAGAAcACAAJAAoACAAKAAsADAANAA4ADAAOAA8AEAARABIAEAASABMAFAAVABYAFAAWABcAGAAZABoAGAAaABsAHAAdAB4AHAAeAB8AIAAhACIAIAAiACMA"), -"material": SubResource("StandardMaterial3D_lsb8t"), +"material": ExtResource("10_wqdql"), "primitive": 3, "uv_scale": Vector4(0, 0, 0, 0), "vertex_count": 36, -"vertex_data": PackedByteArray("AADgvwAAQEAAALhBAADgvwAAAD8AALhBAAAEQQAAAD8AALhBAAAEQQAAQEAAALhBAADgvwAAQEAAALhBAADgvwAAQEAAAMRBAADgvwAAAD8AAMRBAADgvwAAAD8AALhBAAAEQQAAQEAAAKBBAADgvwAAQEAAAKBBAADgvwAAQEAAALhBAAAEQQAAQEAAALhBAADAvwAAcEAAAKBBAAAEQQAAcEAAAKBBAAAEQQAAAD4AAKBBAADAvwAAAD4AAKBBAADgvwAAQEAAAFhBAADgvwAAAD8AAFhBAADAvwAAAD8AAFhBAADAvwAAQEAAAFhBAADgvwAAQEAAAFhBAADgvwAAQEAAAKBBAADgvwAAAD8AAKBBAADgvwAAAD8AAFhBAADgvwAAQEAAAKBBAADAvwAAQEAAAKBBAADAvwAAAD8AAKBBAADgvwAAAD8AAKBBAADgvwAAQEAAABxBAADgvwAAQEAAAEBBAADgvwAAAD8AAEBBAADgvwAAAD8AABxBAADgvwAAQEAAAEBBAADAvwAAQEAAAEBBAADAvwAAAD8AAEBBAADgvwAAAD8AAEBB/////wAA/7//////AAD/v/////8AAP+//////wAA/78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCAAAAAAP+/AIAAAAAA/78AgAAAAAD/vwCAAAAAAP+//3//f////7//f/9/////v/9//3////+//3//f////7//////////P/////////8//////////z//////////PwAAAID/f/+/AAAAgP9//78AAACA/3//vwAAAID/f/+//3//f////7//f/9/////v/9//3////+//3//f////78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//v/9//38AAP8//3//fwAA/z//f/9/AAD/P/9//38AAP8/") +"vertex_data": PackedByteArray("AAAEQQAAQEAAALhBAADgvwAAQEAAALhBAADgvwAAAD8AALhBAAAEQQAAAD8AALhBAADgvwAAAD8AAMRBAADgvwAAAD8AALhBAADgvwAAQEAAALhBAADgvwAAQEAAAMRBAADgvwAAQEAAALhBAAAEQQAAQEAAALhBAAAEQQAAQEAAAKBBAADgvwAAQEAAAKBBAAAEQQAAAD4AAKBBAADAvwAAAD4AAKBBAADAvwAAcEAAAKBBAAAEQQAAcEAAAKBBAADAvwAAQEAAAFhBAADgvwAAQEAAAFhBAADgvwAAAD8AAFhBAADAvwAAAD8AAFhBAADgvwAAAD8AAKBBAADgvwAAAD8AAFhBAADgvwAAQEAAAFhBAADgvwAAQEAAAKBBAADAvwAAAD8AAKBBAADgvwAAAD8AAKBBAADgvwAAQEAAAKBBAADAvwAAQEAAAKBBAADgvwAAAD8AAEBBAADgvwAAAD8AABxBAADgvwAAQEAAABxBAADgvwAAQEAAAEBBAADAvwAAAD8AAEBBAADgvwAAAD8AAEBBAADgvwAAQEAAAEBBAADAvwAAQEAAAEBB/////wAA/7//////AAD/v/////8AAP+//////wAA/78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCAAAAAAP+/AIAAAAAA/78AgAAAAAD/vwCAAAAAAP+//3//f////7//f/9/////v/9//3////+//3//f////7//////////P/////////8//////////z//////////PwAAAID/f/+/AAAAgP9//78AAACA/3//vwAAAID/f/+//3//f////7//f/9/////v/9//3////+//3//f////78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//v/9//38AAP8//3//fwAA/z//f/9/AAD/P/9//38AAP8/") }, { "aabb": AABB(-1.75, 0.125, 2.5, 24.25, 7.875, 34), -"attribute_data": PackedByteArray("AAA4wW3HB8B3/Zo+gUlhPwAAOMHnCbW+i3GzPoFJYT8AAETB5wm1votxsz66rWg/AABEwW3HB8B3/Zo+uq1oPwAAIEHnCbXAPpTRPtllVz8AADhB5wm1wD6U0T5JLmY/AAA4QW3HB8AzPgE/SS5mPwAAIEFtxwfAMz4BP9llVz8AACDB5wm1wJ4qVD4SgVI/AAAgwW3HB8B3/Zo+EoFSPwAAOMHnCbXAnipUPoFJYT8AAERB5wm1wD6U0T6Bkm0/AABEQW3HB8AzPgE/gZJtPwAARMHnCbXAnipUPrqtaD8AAJxA5wm1wIXzID/NAW4+AAAgQecJtcCF8yA/kAgUPQAAIEELGBPAG6wJP5AIFD0AAJxACxgTwBusCT/NAW4+AAAewecJtcCYpeA9gKwcPwAAHsGqaB7AmKXgPSjZMj8AACDBqmgewPCa6z0o2TI/AAAgwecJtcDwmus9gKwcPwAAoMDnCbXAhPimPo2KPz8AAKDASLkpwIT4pj4DflQ/AAAewUi5KcC/HgM/A35UPwAAHsHnCbXAvx4DP42KPz8AAJzA5wm1wCeHpD6Nij8/AACcwEi5KcAnh6Q+A35UPwAA9MBIuSnAxs08P+puKz8AAPTA5wm1vXacTj/qbis/AAAgwecJtb12nE4/sMBCPwAAIMFIuSnAxs08P7DAQj8AACBBbccHwHRyCD+QCBQ9AACcQG3HB8B0cgg/zQFuPgAAnMBzU9E+KdgePvLiEj8AAJzAM+wVPynYHj5KQxQ/AAAgwTPsFT+LcbM+SkMUPwAAIMFzU9E+i3GzPvLiEj8AAGA/5wm1wHsMXz81t1U/AABgP8L7VsBaEU8/NbdVPwAAhMDC+1bAWhFPP0WgJD8AAITA5wm1wHsMXz9FoCQ/AACgP+cJtcBfgV8/Kv4NPwAAnEDnCbXAX4FfP/afMT8AAJxAwvtWwIB8bz/2nzE/AACgP8L7VsCAfG8/Kv4NPwAAoL82srrAFv9qPYEfxT4AAKC/qmieP3Esfj6BH8U+AACcwKponj9xLH4+jDEGPwAAnMA2srrAFv9qPYwxBj8AAKC/5wm1wF+BXz8hhJA+AACgv8L7VsCAfG8/IYSQPgAAnMDC+1bAgHxvP7nH1z4AAJzA5wm1wF+BXz+5x9c+AABgv+cJtcBQOE8/nXNOPgAAhEDnCbXAUDhPP7V9ITwAAIRAwvtWwC89Pz+1fSE8AABgv8L7VsAvPT8/nXNOPgAApMBIuSnAxs08P/LiEj8AAKTA5wm1vXacTj/y4hI/AAAwwecJtb/+zpg9Jeg1PwAAMMFtx4e+Po0wPSXoNT8AADTBbceHvj6NMD2bTjM/AAA0wecJtb/+zpg9m04zPwAAwD/nCbW/M4oqP70Rjj4AABBB5wm1vzOKKj+0lxA/AAAQQW3Hh74+mzI/tJcQPwAAwD9tx4e+PpsyP70Rjj4AAMA/7JV+wYPJmj6Rezw/AAAQQeyVfsEHmhY/kXs8PwAAEEGd7XjBB5oWPxsVPz8AAMA/ne14wYPJmj4bFT8/AADAv+cJtb+x4zQ/Wp+LPgAAwL9tx4e+vfQ8P1qfiz4AABDBbceHvr30PD+CXg8/AAAQwecJtb+x4zQ/gl4PPwAAMEHnCbW/hxZGPzW3VT8AADRB5wm1vyeAQz81t1U/AAA0QW3Hh74ngEM/S5xNPwAAMEFtx4e+hxZGP0ucTT8AADDB5wm1v6bgbj9sBu8+AAAwwW3Hh76m4G4/mNDePgAANMFtx4e+RkpsP5jQ3j4AADTB5wm1v0ZKbD9sBu8+AABMQecJtb90cgg/gMZLPwAAlkHnCbW/QwtDP4DGSz8AAJZBbceHvkMLQz9q4VM/AABMQW3Hh750cgg/auFTPwAATEHslX7BuIRsPpVSCj8AAJZB7JV+wfpz6z6VUgo/AACWQZ3teMH6c+s+H+wMPwAATEGd7XjBuIRsPh/sDD8AAEzB5wm1v/YRHT218Ek/AABMwW3Hh772ER09nwtSPwAAlsFtx4e+3dOIPp8LUj8AAJbB5wm1v93TiD618Ek/AAAwQecJtb+F7H8/g0QgPQAANEHnCbW/JVZ9P4NEID0AADRBbceHviVWfT/zrvQ7AAAwQW3Hh76F7H8/8670OwAAnMBIuSnAgHyvPkiRIT8AAJzA5wm1voB8rz72nzE/AACkwOcJtb4/qbQ+9p8xPwAApMBIuSnAP6m0PkiRIT8="), +"attribute_data": PackedByteArray("AABEwW3HB8DrE2Y/6DUHPwAAOMFtxwfAT/NeP+g1Bz8AADjB5wm1vk/zXj+oPhM/AABEwecJtb7rE2Y/qD4TPwAAOEFtxwfAT/NePwcgaT0AACBBbccHwBayUD8HIGk9AAAgQecJtcAWslA/Bo4aPgAAOEHnCbXAT/NePwaOGj4AADjB5wm1wE/zXj/NSN4+AAAgwecJtcAWslA/zUjePgAAIMFtxwfAFrJQP+g1Bz8AAERBbccHwOsTZj8HIGk9AABEQecJtcDrE2Y/Bo4aPgAARMHnCbXA6xNmP81I3j4AACBBCxgTwElXHzwj9fo+AACcQAsYE8Cfyko+I/X6PgAAnEDnCbXAn8pKPjBwFD8AACBB5wm1wElXHzwwcBQ/AAAgwecJtcAsAQY/k012PwAAHsHnCbXALAEGP6rPdD8AAB7BqmgewK8+4T6qz3Q/AAAgwapoHsCvPuE+k012PwAAHsHnCbXAdfVJP4gMNz8AAKDA5wm1wHX1ST9sNgg/AACgwEi5KcCQvzU/bDYIPwAAHsFIuSnAkL81P4gMNz8AAJzA5wm1wHX1ST/8Agc/AACcwEi5KcCQvzU//AIHPwAAIMFIuSnA58GBPnjzSD8AAPTASLkpwI7mKT5480g/AAD0wOcJtb2O5ik+JsA2PwAAIMHnCbW958GBPibANj8AACBBbccHwElXHzxxivg+AACcQG3HB8Cfyko+cYr4PgAAIMEz7BU/6rAKP6BE4T4AACDBc1PRPv85CT+gROE+AACcwHNT0T7/OQk/hBt+PgAAnMAz7BU/6rAKP4Qbfj4AAITA5wm1wOJGSz7gqFk/AABgP+cJtcAvU2o84KhZPwAAYD/C+1bAL1NqPJ7YST8AAITAwvtWwOJGSz6e2Ek/AACcQML7VsBl50E+7lVwPwAAoD/C+1bAkktjPe5VcD8AAKA/5wm1wJJLYz2rhWA/AACcQOcJtcBl50E+q4VgPwAAnMCqaJ4//tYtPxKFRT4AAJzANrK6wP7WLT8y3Ks7AACgvzayusDekQs/MtyrOwAAoL+qaJ4/3pELPxKFRT4AAJzA5wm1wBZPtT7f8m0/AACgv+cJtcCqiWE+3/JtPwAAoL/C+1bAqolhPpwiXj8AAJzAwvtWwBZPtT6cIl4/AACEQML7VsBM44w+RIY7PwAAYL/C+1bAIzTrPkSGOz8AAGC/5wm1wCM06z6HVks/AACEQOcJtcBM44w+h1ZLPwAApMBIuSnAvCOXPXjzSD8AAKTA5wm1vbwjlz0mwDY/AAA0wecJtb+C2n8/RIb7PgAAMMHnCbW/pzd9P0SG+z4AADDBbceHvqc3fT8YOOo+AAA0wW3Hh76C2n8/GDjqPgAAEEFtx4e+2twLPx6hOj8AAMA/bceHvmyLij4eoTo/AADAP+cJtb9si4o+CPoxPwAAEEHnCbW/2twLPwj6MT8AABBBne14wfuECT+JwiI/AADAP53teMGu24U+icIiPwAAwD/slX7BrtuFPhgTID8AABBB7JV+wfuECT8YEyA/AAAQwecJtb+5NA4/a/wdPwAAwL/nCbW/KzuPPmv8HT8AAMC/bceHvis7jz5VVRU/AAAQwW3Hh765NA4/VVUVPwAANEFtx4e+pzd9Pw6tlj4AADBBbceHvoLafz8OrZY+AAAwQecJtb+C2n8/OvunPgAANEHnCbW/pzd9Pzr7pz4AADTB5wm1v4Lafz+3oRU/AAAwwecJtb+nN30/t6EVPwAAMMFtx4e+pzd9P6H6DD8AADTBbceHvoLafz+h+gw/AACWQW3Hh76m1OE+Wwh6PgAATEFtx4e+ptThPtmJnTwAAExB5wm1v5TX0D7ZiZ08AACWQecJtb+U19A+Wwh6PgAAlkGd7XjBXkP5Pse6Az8AAExBne14wY0ziD7HugM/AABMQeyVfsGNM4g+VwsBPwAAlkHslX7BXkP5PlcLAT8AAJbB5wm1vyPRTz9AiQI/AABMwecJtb8j0U8/8OaRPgAATMFtx4e+mVJHP/DmkT4AAJbBbceHvplSRz9AiQI/AAA0QW3Hh77I33o/rvE3PwAAMEFtx4e+o4J9P67xNz8AADBB5wm1v6OCfT/EmEA/AAA0QecJtb/I33o/xJhAPwAApMBIuSnABXt2P4gMNz8AAJzASLkpwAV7dj8XXTQ/AACcwOcJtb7f9GY/F100PwAApMDnCbW+3/RmP4gMNz8="), "format": 34359742519, "index_count": 174, -"index_data": PackedByteArray("AAABAAIAAAACAAMABAAFAAYABAAGAAcACAAJAAAACAAAAAoABQALAAwABQAMAAYACgAAAAMACgADAA0ADgAPABAADgAQABEAEgATABQAEgAUABUAFgAXABgAFgAYABkAGgAbABcAGgAXABYAHAAdAB4AHAAeAB8AEQAQACAAEQAgACEAIgAjACQAIgAkACUAJgAnACgAJgAoACkAKgArACwAKgAsAC0ALgAvADAALgAwADEAMgAzADQAMgA0ADUANgA3ADgANgA4ADkAOgA7AB0AOgAdABwAPAA9AD4APAA+AD8AQABBAEIAQABCAEMARABFAEYARABGAEcASABJAEoASABKAEsATABNAE4ATABOAE8AUABRAFIAUABSAFMAVABVAFYAVABWAFcAWABZAFoAWABaAFsAXABdAF4AXABeAF8AYABhAGIAYABiAGMAZABlAGYAZABmAGcA"), -"material": SubResource("StandardMaterial3D_wqdql"), +"index_data": PackedByteArray("AAABAAIAAAACAAMABAAFAAYABAAGAAcACAAJAAoACAAKAAEACwAEAAcACwAHAAwADQAIAAEADQABAAAADgAPABAADgAQABEAEgATABQAEgAUABUAFgAXABgAFgAYABkAFwAaABsAFwAbABgAHAAdAB4AHAAeAB8AIAAhAA8AIAAPAA4AIgAjACQAIgAkACUAJgAnACgAJgAoACkAKgArACwAKgAsAC0ALgAvADAALgAwADEAMgAzADQAMgA0ADUANgA3ADgANgA4ADkAHQA6ADsAHQA7AB4APAA9AD4APAA+AD8AQABBAEIAQABCAEMARABFAEYARABGAEcASABJAEoASABKAEsATABNAE4ATABOAE8AUABRAFIAUABSAFMAVABVAFYAVABWAFcAWABZAFoAWABaAFsAXABdAF4AXABeAF8AYABhAGIAYABiAGMAZABlAGYAZABmAGcA"), +"material": ExtResource("11_j1i2n"), "primitive": 3, "uv_scale": Vector4(0, 0, 0, 0), "vertex_count": 104, -"vertex_data": PackedByteArray("AAAEQQAAQEAAALhBAAAEQQAAAD8AALhBAAAEQQAAAD8AAMRBAAAEQQAAQEAAAMRBAADgvwAAAEEAAKBBAADgvwAAAEEAALhBAADgvwAAQEAAALhBAADgvwAAQEAAAKBBAAAEQQAAAEEAAKBBAAAEQQAAQEAAAKBBAAAEQQAAAEEAALhBAADgvwAAAEEAAMRBAADgvwAAQEAAAMRBAAAEQQAAAEEAAMRBAADgvwAAAEEAABxBAADgvwAAAEEAAKBBAADgvwAAUEAAAKBBAADgvwAAUEAAABxBAAAEQQAAAEEAAJ5BAAAEQQAAYEAAAJ5BAAAEQQAAYEAAAKBBAAAEQQAAAEEAAKBBAAAEQQAAAEEAACBBAAAEQQAAcEAAACBBAAAEQQAAcEAAAJ5BAAAEQQAAAEEAAJ5BAAAEQQAAAEEAABxBAAAEQQAAcEAAABxBAAAEQQAAcEAAAHRBAAAEQQAAAD4AAHRBAAAEQQAAAD4AAKBBAAAEQQAAcEAAAKBBAADgvwAAQEAAAKBBAADgvwAAQEAAABxBAADAvwAAQEAAABxBAADgvwAAQEAAABxBAADgvwAAQEAAAKBBAADAvwAAQEAAAKBBAADgvwAAAEEAACBAAADgvwAAmEAAACBAAAAEQQAAmEAAACBAAAAEQQAAAEEAACBAAADgvwAAAEEAACBAAADgvwAAAEEAABxBAADgvwAAmEAAABxBAADgvwAAmEAAACBAAAAEQQAAmEAAACBAAADgvwAAmEAAACBAAADgvwAAmEAAABxBAAAEQQAAmEAAABxBAAAEQQAAAEEAACBAAAAEQQAAmEAAACBAAAAEQQAAmEAAABxBAAAEQQAAAEEAABxBAADgvwAAAEEAABxBAAAEQQAAAEEAABxBAAAEQQAAmEAAABxBAADgvwAAmEAAABxBAAAEQQAAcEAAACRBAAAEQQAAAD4AACRBAACwQQAAAEAAAEBAAACwQQAAwD4AAEBAAAC0QQAAwD4AAEBAAAC0QQAAAEAAAEBAAACwQQAAAEAAAEBAAACwQQAAAEAAAJBBAACwQQAAwD4AAJBBAACwQQAAwD4AAEBAAAC0QQAAAEAAAEBAAAC0QQAAAEAAAJBBAACwQQAAAEAAAJBBAACwQQAAAEAAAEBAAAC0QQAAAEAAAEBAAAC0QQAAwD4AAEBAAAC0QQAAwD4AAJBBAAC0QQAAAEAAAJBBAACwQQAAAEAAAJBBAAC0QQAAAEAAAJBBAAC0QQAAwD4AAJBBAACwQQAAwD4AAJBBAACwQQAAAEAAAMRBAACwQQAAwD4AAMRBAAC0QQAAwD4AAMRBAAC0QQAAAEAAAMRBAACwQQAAAEAAAMRBAACwQQAAAEAAABJCAACwQQAAwD4AABJCAACwQQAAwD4AAMRBAAC0QQAAAEAAAMRBAAC0QQAAAEAAABJCAACwQQAAAEAAABJCAACwQQAAAEAAAMRBAAC0QQAAAEAAAMRBAAC0QQAAwD4AAMRBAAC0QQAAwD4AABJCAAC0QQAAAEAAABJCAACwQQAAAEAAABJCAAC0QQAAAEAAABJCAAC0QQAAwD4AABJCAACwQQAAwD4AABJCAAAEQQAAcEAAABxBAAAEQQAAAD8AABxBAAAEQQAAAD8AACRBAAAEQQAAcEAAACRB//8AgP///////wCA////////AID///////8AgP////8AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//v///AID///////8AgP///////wCA/////wAAAID/f/+/AAAAgP9//7///wCA/////wAAAID/f/+/AAAAgP9//78AAACA/3//vwAAAID/f/+///8AgP///////wCA////////AID///////8AgP///////wCA////////AID///////8AgP///////wCA////////AID///////8AgP///////wCA////////AID///////8AgP///////wCA/////wAAAID/f/+/AAAAgP9//78AgAAA/////wCAAAD/////AIAAAP////8AgAAA//////////8AAP+//////wAA/7//////AAD/v/////8AAP+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AAAAgP9//78AgAAA/////wCAAAD/////AIAAAP////8AgAAA////////AID///////8AgP///////wCA////////AID//////3//f////7//f/9/////v/9//3////+//3//f////7///wCA////////AID//////////wAA/7//////AAD/v/////8AAP+//////wAA/78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCA////f/+/AID///9//78AgP///3//vwCA////f/+///8AgP///////wCA////////AID///////8AgP//////f/9/////v/9//3////+//3//f////7//f/9/////v/////8AAP+//////wAA/7//////AAD/v/////8AAP+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AAAAgP9//78AgP///3//vwCA////f/+/AID///9//78AgP///3//v///AID///////8AgP///////wCA////////AID//////3//f////7//f/9/////v/9//3////+//3//f////7///wCA////////AID///////8AgP///////wCA/////w==") +"vertex_data": PackedByteArray("AAAEQQAAQEAAAMRBAAAEQQAAQEAAALhBAAAEQQAAAD8AALhBAAAEQQAAAD8AAMRBAADgvwAAQEAAALhBAADgvwAAQEAAAKBBAADgvwAAAEEAAKBBAADgvwAAAEEAALhBAAAEQQAAAEEAALhBAAAEQQAAAEEAAKBBAAAEQQAAQEAAAKBBAADgvwAAQEAAAMRBAADgvwAAAEEAAMRBAAAEQQAAAEEAAMRBAADgvwAAUEAAAKBBAADgvwAAUEAAABxBAADgvwAAAEEAABxBAADgvwAAAEEAAKBBAAAEQQAAAEEAAKBBAAAEQQAAAEEAAJ5BAAAEQQAAYEAAAJ5BAAAEQQAAYEAAAKBBAAAEQQAAAEEAAJ5BAAAEQQAAAEEAACBBAAAEQQAAcEAAACBBAAAEQQAAcEAAAJ5BAAAEQQAAAEEAABxBAAAEQQAAcEAAABxBAAAEQQAAcEAAAKBBAAAEQQAAcEAAAHRBAAAEQQAAAD4AAHRBAAAEQQAAAD4AAKBBAADgvwAAQEAAAKBBAADgvwAAQEAAABxBAADgvwAAQEAAAKBBAADAvwAAQEAAAKBBAADAvwAAQEAAABxBAADgvwAAQEAAABxBAAAEQQAAAEEAACBAAADgvwAAAEEAACBAAADgvwAAmEAAACBAAAAEQQAAmEAAACBAAADgvwAAmEAAABxBAADgvwAAmEAAACBAAADgvwAAAEEAACBAAADgvwAAAEEAABxBAADgvwAAmEAAABxBAAAEQQAAmEAAABxBAAAEQQAAmEAAACBAAADgvwAAmEAAACBAAAAEQQAAAEEAABxBAAAEQQAAAEEAACBAAAAEQQAAmEAAACBAAAAEQQAAmEAAABxBAAAEQQAAmEAAABxBAADgvwAAmEAAABxBAADgvwAAAEEAABxBAAAEQQAAAEEAABxBAAAEQQAAcEAAACRBAAAEQQAAAD4AACRBAAC0QQAAAEAAAEBAAACwQQAAAEAAAEBAAACwQQAAwD4AAEBAAAC0QQAAwD4AAEBAAACwQQAAwD4AAJBBAACwQQAAwD4AAEBAAACwQQAAAEAAAEBAAACwQQAAAEAAAJBBAACwQQAAAEAAAJBBAACwQQAAAEAAAEBAAAC0QQAAAEAAAEBAAAC0QQAAAEAAAJBBAAC0QQAAAEAAAJBBAAC0QQAAAEAAAEBAAAC0QQAAwD4AAEBAAAC0QQAAwD4AAJBBAAC0QQAAwD4AAJBBAACwQQAAwD4AAJBBAACwQQAAAEAAAJBBAAC0QQAAAEAAAJBBAAC0QQAAAEAAAMRBAACwQQAAAEAAAMRBAACwQQAAwD4AAMRBAAC0QQAAwD4AAMRBAACwQQAAwD4AABJCAACwQQAAwD4AAMRBAACwQQAAAEAAAMRBAACwQQAAAEAAABJCAACwQQAAAEAAABJCAACwQQAAAEAAAMRBAAC0QQAAAEAAAMRBAAC0QQAAAEAAABJCAAC0QQAAAEAAABJCAAC0QQAAAEAAAMRBAAC0QQAAwD4AAMRBAAC0QQAAwD4AABJCAAC0QQAAwD4AABJCAACwQQAAwD4AABJCAACwQQAAAEAAABJCAAC0QQAAAEAAABJCAAAEQQAAcEAAACRBAAAEQQAAcEAAABxBAAAEQQAAAD8AABxBAAAEQQAAAD8AACRB//8AgP///////wCA////////AID///////8AgP////8AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//v///AID///////8AgP///////wCA/////wAAAID/f/+/AAAAgP9//7///wCA/////wAAAID/f/+/AAAAgP9//78AAACA/3//vwAAAID/f/+///8AgP///////wCA////////AID///////8AgP///////wCA////////AID///////8AgP///////wCA////////AID///////8AgP///////wCA////////AID///////8AgP///////wCA/////wAAAID/f/+/AAAAgP9//78AgAAA/////wCAAAD/////AIAAAP////8AgAAA//////////8AAP+//////wAA/7//////AAD/v/////8AAP+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AAAAgP9//78AgAAA/////wCAAAD/////AIAAAP////8AgAAA////////AID///////8AgP///////wCA////////AID//////3//f////7//f/9/////v/9//3////+//3//f////7///wCA////////AID//////////wAA/7//////AAD/v/////8AAP+//////wAA/78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCA////f/+/AID///9//78AgP///3//vwCA////f/+///8AgP///////wCA////////AID///////8AgP//////f/9/////v/9//3////+//3//f////7//f/9/////v/////8AAP+//////wAA/7//////AAD/v/////8AAP+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AAAAgP9//78AgP///3//vwCA////f/+/AID///9//78AgP///3//v///AID///////8AgP///////wCA////////AID//////3//f////7//f/9/////v/9//3////+//3//f////7///wCA////////AID///////8AgP///////wCA/////w==") }, { -"aabb": AABB(8.25, 0.5, -0.5, 27.25, 1e-05, 30), -"attribute_data": PackedByteArray("AACAvgAAsMCR/Qc/fGKmOwAAREEAALDAkf0HP8mW9z4AAERBAACAwEh08j7Jlvc+AACAvgAAgMBIdPI+fGKmOwAAFsEHAFI/X4FfP3uWhD4AABbB+v8tv8tEbj97loQ+AAC0wPz/Lb/LRG4//YHrPQAAtMAEAFI/X4FfP/2B6z0AAIC+AAAqwWdMHT94GHA+AAAQQQAAKsFnTB0/rbUWPwAAEEEAABDBRlENP621Fj8AAIC+AAAQwUZRDT94GHA+AAA4QQAALsE7Tkc/UZh2PwAAREEAAC7BO05HP6IWfj8AAERBAAAQwbHjND+iFn4/AAA4QQAAEMGx4zQ/UZh2PwAAOEEAAGbBr7luP/2B6z0AAFRBAABmwYXsfz/9ges9AABUQQAAQsGF7H8/nXNOPgAAOEEAAELBr7luP51zTj4AAEhBAACVwXRkhj7Jljc/AABgQQAAlcF0ZIY+RmxGPwAAYEEAAFbBQfJ+PUZsRj8AAEhBAABWwUHyfj3Jljc/AABIQQAASsFB8n49yZY3PwAAYEEAAErBQfJ+PUZsRj8AAGBBAAA2wTSmbjxGbEY/AABIQQAANsE0pm48yZY3Pw=="), +"aabb": AABB(8.25, 0.5, -0.5001221, 27.25, 1e-05, 30.000122), +"attribute_data": PackedByteArray("AABEQQAAgMAsAQY/CPrxPgAIgL4AAIDALAEGPzLcqzsACIC+AACwwOpN7z4y3Ks7AABEQQAAsMDqTe8+CPrxPgAAtMD8/y2/3S4wP+8LnD4AALTABARSP90uMD/xnH0+AAAWwQcEUj/OvQw/8Zx9PgAAFsH6/y2/zr0MP+8LnD4AABBBAAAQweqwCj8wcBQ/AAiAvgAAEMGxyk4+MHAUPwAIgL4AACrBscpOPu2fBD8AABBBAAAqweqwCj/tnwQ/AABEQQAAEMHU/nk/z9l/PwAAOEEAABDB1P55P0BkeD8AADhBAAAuwc4gaD9AZHg/AABEQQAALsHOIGg/z9l/PwAAVEEAAELB2twLP6UcUD8AADhBAABCwdrcCz/aGj8/AAA4QQAAZsEL9uw+2ho/PwAAVEEAAGbBC/bsPqUcUD8AAGBBAABWwdftQj9uypY+AABIQQAAVsGgkzQ/bsqWPgAASEEAAJXBoJM0P0SG+z4AAGBBAACVwdftQj9Ehvs+AABgQQAANsHX7UI/8Zx9PgAASEEAADbBoJM0P/GcfT4AAEhBAABKwaCTND9uypY+AABgQQAASsHX7UI/bsqWPg=="), "format": 34359742519, "index_count": 42, "index_data": PackedByteArray("AAABAAIAAAACAAMABAAFAAYABAAGAAcACAAJAAoACAAKAAsADAANAA4ADAAOAA8AEAARABIAEAASABMAFAAVABYAFAAWABcAGAAZABoAGAAaABsA"), -"material": SubResource("StandardMaterial3D_j1i2n"), +"material": ExtResource("12_bcj2m"), "primitive": 3, "uv_scale": Vector4(0, 0, 0, 0), "vertex_count": 28, -"vertex_data": PackedByteArray("AAA0QQAAAD8AAAC/AAA0QQAAAD8AAMRBAAAEQQAAAD8AAMRBAAAEQQAAAD8AAAC/AACWQQAAAD8AAAC/AACWQQAAAD8AACBAAAA0QQAAAD8AACBAAAA0QQAAAD8AAAC/AACwQQAAAD8AAAC/AACwQQAAAD8AAJBBAACWQQAAAD8AAJBBAACWQQAAAD8AAAC/AAC0QQAAAD8AALhBAAC0QQAAAD8AAMRBAACWQQAAAD8AAMRBAACWQQAAAD8AALhBAADYQQAAAD8AALhBAADYQQAAAD8AANRBAAC0QQAAAD8AANRBAAC0QQAAAD8AALhBAAAOQgAAAD8AANRBAAAOQgAAAD8AAOxBAADIQQAAAD8AAOxBAADIQQAAAD8AANRBAADIQQAAAD8AANRBAADIQQAAAD8AAOxBAAC0QQAAAD8AAOxBAAC0QQAAAD8AANRBAID///9//78AgP///3//vwCA////f/+/AID///9//78AgP//AAD/vwCA//8AAP+/AID//wAA/78AgP//AAD/vwCA////f/+/AID///9//78AgP///3//vwCA////f/+/AID///9//78AgP///3//vwCA////f/+/AID///9//78AgP///3//vwCA////f/+/AID///9//78AgP///3//vwCA////f/+/AID///9//78AgP///3//vwCA////f/+/AID///9//78AgP///3//vwCA////f/+/AID///9//78=") +"vertex_data": PackedByteArray("AAAEQQAAAD8AAMRBAAAEQQAAAD8ACAC/AAA0QQAAAD8ACAC/AAA0QQAAAD8AAMRBAAA0QQAAAD8AACBAAAA0QQAAAD8ACAC/AACWQQAAAD8ACAC/AACWQQAAAD8AACBAAACWQQAAAD8AAJBBAACWQQAAAD8ACAC/AACwQQAAAD8ACAC/AACwQQAAAD8AAJBBAACWQQAAAD8AAMRBAACWQQAAAD8AALhBAAC0QQAAAD8AALhBAAC0QQAAAD8AAMRBAAC0QQAAAD8AANRBAAC0QQAAAD8AALhBAADYQQAAAD8AALhBAADYQQAAAD8AANRBAADIQQAAAD8AAOxBAADIQQAAAD8AANRBAAAOQgAAAD8AANRBAAAOQgAAAD8AAOxBAAC0QQAAAD8AAOxBAAC0QQAAAD8AANRBAADIQQAAAD8AANRBAADIQQAAAD8AAOxBAID///9//78AgP///3//vwCA////f/+/AID///9//78AgP//AAD/vwCA//8AAP+/AID//wAA/78AgP//AAD/vwCA////f/+/AID///9//78AgP///3//vwCA////f/+/AID///9//78AgP///3//vwCA////f/+/AID///9//78AgP///3//vwCA////f/+/AID///9//78AgP///3//vwCA////f/+/AID///9//78AgP///3//vwCA////f/+/AID///9//78AgP///3//vwCA////f/+/AID///9//78=") }, { -"aabb": AABB(11.25, 0.375, -0.5, 24.25, 0.125, 30), -"attribute_data": PackedByteArray("AAAAPQAAAAC6vHQ9ynwIPwAAAD0AAAA8urx0PYlACT8AAMS/AAAAPEU1CT+JQAk/AADEvwAAAABFNQk/ynwIPwAAND8AAAAA9hh+P4SDaj8AAJY/AAAAAPYYfj+HqEU/AACWPwAAADwlVn0/h6hFPwAAND8AAAA8JVZ9P4SDaj8AAAC9AAAAAEmXlz3m0BE/AACQPwAAAAAbaNo+5tARPwAAkD8AAAA8G2jaPicNET8AAAC9AAAAPEmXlz0nDRE/AACWPwAAAL0baNo+TGhvPwAAsD8AAAC92HG6Pkxobz8AALA/AADAvNhxuj6NpG4/AACWPwAAwLwbaNo+jaRuPwAAlr8AAAC9w4dyPzx/ID8AAJa/AADAvPLEcT88fyA/AAC0vwAAwLzyxHE/hRMOPwAAtL8AAAC9w4dyP4UTDj8AALg/AAAAvbztGz/v12Y/AADEPwAAAL3uYiM/79dmPwAAxD8AAMC87mIjPzAUZj8AALg/AADAvLztGz8wFGY/AACYvwAAAL3Dh3I/hRMOPwAAmL8AAMC88sRxP4UTDj8AALy/AADAvPLEcT9S8e8+AAC8vwAAAL3Dh3I/UvHvPgAAuD8AAAC9X4FfP1Alzj0AANQ/AAAAvTS0cD9QJc49AADUPwAAwLw0tHA/SkPUPQAAuD8AAMC8X4FfP0pD1D0AAJi/AAAAvctErj7tmJw5AACYvwAAwLzLRK4+RlJXOwAAtL8AAMC8d6rQPkZSVzsAALS/AAAAvXeq0D7tmJw5AACEvwAAAL0Hofc+HgY8PwAAhL8AAMC8B6H3Pl9COz8AANi/AADAvN8LkT5fQjs/AADYvwAAAL3fC5E+HgY8PwAAtD8AAMC9qlB/P23SUD8AAMg/AADAvapQfz9Vb0Q/AADIPwAAsL3ajX4/VW9EPwAAtD8AALC92o1+P23SUD8="), +"aabb": AABB(11.25, 0.375, -0.5001221, 24.25, 0.125, 30.000122), +"attribute_data": PackedByteArray("AADEvwAAAAA+m/s+JsD2PgAIAD0AAAAAspAFPSbA9j4ACAA9AAAAPLKQBT1UxPM+AADEvwAAADw+m/s+VMTzPgAAlj8AAAA8enDAPlF9Zj8AADQ/AAAAPE2pAz9RfWY/AAA0PwAAAABNqQM/OvtnPwAAlj8AAAAAenDAPjr7Zz8AAJA/AAAAPAtZCD+isLg+AAgAvQAAADwLWQg/1LFuPAAIAL0AAAAAIOIGP9SxbjwAAJA/AAAAACDiBj+isLg+AACwPwAAwLz3z8k+MtyrOwAAlj8AAMC8RNzoPjLcqzsAAJY/AAAAvUTc6D5uaDU8AACwPwAAAL33z8k+bmg1PAAAtL8AAAC9f4hbP2fKIz8AAJa/AAAAvX+IWz+/wBE/AACWvwAAwLyTEVo/v8ARPwAAtL8AAMC8kxFaP2fKIz8AAMQ/AADAvDC2xT52h3E/AAC4PwAAwLz9ELc+dodxPwAAuD8AAAC9/RC3PowJcD8AAMQ/AAAAvTC2xT6MCXA/AAC8vwAAAL1/iFs/l285PwAAmL8AAAC9f4hbP2fKIz8AAJi/AADAvJMRWj9nyiM/AAC8vwAAwLyTEVo/l285PwAA1D8AAMC8ZYTmPoagXz8AALg/AADAvDggxT6GoF8/AAC4PwAAAL04IMU+nCJePwAA1D8AAAC9ZYTmPpwiXj8AALS/AAAAvQKM7T5RWJw9AACYvwAAAL0CjO0+9k8iPAAAmL8AAMC8K57qPvZPIjwAALS/AADAvCue6j5RWJw9AADYvwAAAL2FyYg+dz1dPwAAhL8AAAC9vCOXPXc9XT8AAIS/AADAvLwjlz2Nv1s/AADYvwAAwLyFyYg+jb9bPwAAyD8AALC9f+s2P49Q/T4AALQ/AACwvdftQj+PUP0+AAC0PwAAwL3X7UI/MSYAPwAAyD8AAMC9f+s2PzEmAD8="), "format": 34359742519, "index_count": 66, "index_data": PackedByteArray("AAABAAIAAAACAAMABAAFAAYABAAGAAcACAAJAAoACAAKAAsADAANAA4ADAAOAA8AEAARABIAEAASABMAFAAVABYAFAAWABcAGAAZABoAGAAaABsAHAAdAB4AHAAeAB8AIAAhACIAIAAiACMAJAAlACYAJAAmACcAKAApACoAKAAqACsA"), -"material": SubResource("StandardMaterial3D_bcj2m"), +"material": ExtResource("13_o0gkc"), "primitive": 3, "uv_scale": Vector4(0, 0, 0, 0), "vertex_count": 44, -"vertex_data": PackedByteArray("AAA0QQAAAD8AAAC/AAA0QQAAwD4AAAC/AAA0QQAAwD4AAMRBAAA0QQAAAD8AAMRBAAA0QQAAAD8AACBAAACWQQAAAD8AACBAAACWQQAAwD4AACBAAAA0QQAAwD4AACBAAACWQQAAAD8AAAC/AACWQQAAAD8AAJBBAACWQQAAwD4AAJBBAACWQQAAwD4AAAC/AACWQQAAAD8AAJBBAACwQQAAAD8AAJBBAACwQQAAwD4AAJBBAACWQQAAwD4AAJBBAACWQQAAAD8AALhBAACWQQAAwD4AALhBAAC0QQAAwD4AALhBAAC0QQAAAD8AALhBAACWQQAAAD8AALhBAACWQQAAAD8AAMRBAACWQQAAwD4AAMRBAACWQQAAwD4AALhBAAC0QQAAAD8AALhBAAC0QQAAwD4AALhBAADYQQAAwD4AALhBAADYQQAAAD8AALhBAAC0QQAAAD8AALhBAAC0QQAAAD8AANRBAAC0QQAAwD4AANRBAAC0QQAAwD4AALhBAADYQQAAAD8AALhBAADYQQAAwD4AALhBAADYQQAAwD4AANRBAADYQQAAAD8AANRBAADIQQAAAD8AANRBAADIQQAAwD4AANRBAAAOQgAAwD4AANRBAAAOQgAAAD8AANRBAAC0QQAAAD8AAOxBAADIQQAAAD8AAOxBAADIQQAAwD4AAOxBAAC0QQAAwD4AAOxB//8AgP///////wCA////////AID///////8AgP//////f/9/////v/9//3////+//3//f////7//f/9/////vwAAAID/f/+/AAAAgP9//78AAACA/3//vwAAAID/f/+//3//f////7//f/9/////v/9//3////+//3//f////7//////AAD/v/////8AAP+//////wAA/7//////AAD/vwAAAID/f/+/AAAAgP9//78AAACA/3//vwAAAID/f/+//////wAA/7//////AAD/v/////8AAP+//////wAA/78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//v///AID///////8AgP///////wCA////////AID//////////wAA/7//////AAD/v/////8AAP+//////wAA/7//f/9/////v/9//3////+//3//f////7//f/9/////vw==") +"vertex_data": PackedByteArray("AAA0QQAAAD8AAMRBAAA0QQAAAD8ACAC/AAA0QQAAwD4ACAC/AAA0QQAAwD4AAMRBAACWQQAAwD4AACBAAAA0QQAAwD4AACBAAAA0QQAAAD8AACBAAACWQQAAAD8AACBAAACWQQAAwD4AAJBBAACWQQAAwD4ACAC/AACWQQAAAD8ACAC/AACWQQAAAD8AAJBBAACwQQAAwD4AAJBBAACWQQAAwD4AAJBBAACWQQAAAD8AAJBBAACwQQAAAD8AAJBBAAC0QQAAAD8AALhBAACWQQAAAD8AALhBAACWQQAAwD4AALhBAAC0QQAAwD4AALhBAACWQQAAwD4AAMRBAACWQQAAwD4AALhBAACWQQAAAD8AALhBAACWQQAAAD8AAMRBAADYQQAAAD8AALhBAAC0QQAAAD8AALhBAAC0QQAAwD4AALhBAADYQQAAwD4AALhBAAC0QQAAwD4AANRBAAC0QQAAwD4AALhBAAC0QQAAAD8AALhBAAC0QQAAAD8AANRBAADYQQAAAD8AANRBAADYQQAAAD8AALhBAADYQQAAwD4AALhBAADYQQAAwD4AANRBAAAOQgAAAD8AANRBAADIQQAAAD8AANRBAADIQQAAwD4AANRBAAAOQgAAwD4AANRBAADIQQAAwD4AAOxBAAC0QQAAwD4AAOxBAAC0QQAAAD8AAOxBAADIQQAAAD8AAOxB//8AgP///////wCA////////AID///////8AgP//////f/9/////v/9//3////+//3//f////7//f/9/////vwAAAID/f/+/AAAAgP9//78AAACA/3//vwAAAID/f/+//3//f////7//f/9/////v/9//3////+//3//f////7//////AAD/v/////8AAP+//////wAA/7//////AAD/vwAAAID/f/+/AAAAgP9//78AAACA/3//vwAAAID/f/+//////wAA/7//////AAD/v/////8AAP+//////wAA/78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//v///AID///////8AgP///////wCA////////AID//////////wAA/7//////AAD/v/////8AAP+//////wAA/7//f/9/////v/9//3////+//3//f////7//f/9/////vw==") }, { "aabb": AABB(-1.5, 0.5, 9.75, 36.5, 3.25, 23), -"attribute_data": PackedByteArray("/P+/PwEAoL8aWlg/qkFZP/f/fz8AAKC/GlpYP0HJVj/n/38/AAAIwf3kND9ByVY/9P+/PwAACMH95DQ/qkFZPwAAIEHy/38/cfx3P6Dx4j0AACRB8f9/P3H8dz/f7tc9AAAkQeP//z7YcXo/3+7XPQAAIEHj//8+2HF6P6Dx4j39/78/AAAAP3eq0D6/Nmk/+v9/PwAAAD+4fcs+vzZpP/n/fz8CAIA+uH3LPoSDaj/9/78/AACAPneq0D6Eg2o/AAAgQQAAgL83+jo/IpgxPwAAIEEAAAC/N/o6P1oSND8AACRBAAAAv+JYPD9aEjQ/AAAkQQAAgL/iWDw/IpgxPwAAIEH8/09AHuxsP6Dx4j0AACRB/P9PQB7sbD/f7tc9AACAvwEAEED2Hx8/Y1F3PwMAgL8MAIA+9h8fP1trbT8HAAC/CACAPpeJHD9ba20/AAAAvwEAEECXiRw/Y1F3PwAAIEEAAEDAN/o6P0GvJz8AACRBAABAwOJYPD9Bryc//v9/wAUAoD8aWlg/79dmP/7/X8AEAKA/GlpYP4ZfZD/5/1/AAAAIQf3kND+GX2Q/+f9/wAAACEH95DQ/79dmPwAAIEH8/09At3ZqP6Dx4j0AACRB/P9PQLd2aj/f7tc9AAAkQfz/L0Ae7Gw/3+7XPQAAIEH8/y9AHuxsP6Dx4j0AABjBAAAIwV+BXz+/w0A/AAAYwQAAoL9fgV8/i2VkPwAAHMEAAKC/CuBgP4tlZD8AABzBAAAIwQrgYD+/w0A/AAAYQQAACMElVn0/7n7tPgAAHEEAAAjB0LR+P+5+7T4AABxBAACgv9C0fj9DYRo/AAAYQQAAoL8lVn0/Q2EaPwAAIEEAAIC/SCEoP+NSfT8AACBBAAAAABQaLT/jUn0/AAAkQQAAAAAUGi0/qJ9+PwAAJEEAAIC/SCEoP6iffj8AABzBAABgwDf6Oj9JXUM/AAAgwQAAYMDiWDw/SV1DPwAAIMEAAAC/4lg8P82HND8AABzBAAAAvzf6Oj/NhzQ/AAAcwQQAQEBVoT4/FYx+PwAAHMEPAAA/WfVKPxWMfj8AACDBDwAAP1n1Sj9t7H8/AAAgwQQAQEBVoT4/bex/P///f8AAABA1SG1RPN5mQT///2/AAAAANQaF8zveZkE//v9vwAQAgD8GhfM7wGVGP/7/f8AEAIA/SG1RPMBlRj8AABzBBwCAP0ghKD+on34/AAAcwQAAcDUUGi0/qJ9+PwAAIMEAAHA1FBotP23sfz8AACDBCACAP0ghKD9t7H8//v9/wAgAQD9IbVE8wGVGP/7/b8AHAEA/BoXzO8BlRj/+/2/ABACAPwaF8zt4pUc//v9/wAQAgD9IbVE8eKVHP/7/f8D3/3+/SG1RPCYnQD/+/2/A+P9/vwaF8zsmJ0A//v9vwPj/P78GhfM73mZBP/7/f8D3/z+/SG1RPN5mQT8CAKA///9PQJH9Bz9fQvs+AACgP/z//z6x4/Q+X0L7PgAAgD/8//8+seP0Pq+B+D4CAIA/AABQQJH9Bz+vgfg+AACgPwAAUMDFsTg/FDNFPwAAgD8AAFDAxbE4P7zSQz8AAIA/AAAAvw0mKz+80kM/AACgPwAAAL8NJis/FDNFP/j/fz8AAETBGg7vPj6kez/8/58/AABEwRoO7z7mQ3o/+/+fPwAAVMGEHOU+5kN6P/b/fz8AAFTBhBzlPj6kez///3/A4P9/votxsz5xqR4///9fwOT/f77LRK4+cakeP/7/X8ADAKA/y0SuPiArFz/+/3/ABACgP4txsz4gKxc/AAD4wAAAcMD95DQ/hl9kPwAA+MAAAMC//eQ0P6pBWT8AAADBAADAv/yrMz+qQVk/AAAAwQAAcMD8qzM/hl9kPwAADEIAACDAwmRNP/MhXT4AAA1CAAAgwMJkTT+ToFc+AAANQgAAAL8ngEM/k6BXPgAADEIAAAC/J4BDP/MhXT4AAA1C///3wZM8MT8Ln1g/AAAMQv//98E+mzI/C59YPwAADEIAAALCPpsyP10dYD8AAA1CAAACwpM8MT9dHWA/AAADwgwAYEDCcs8+uptlPwAABMIMAGBAwnLPPu/XZj8AAATCDABAQFqEyj7v12Y/AAADwgwAQEBahMo+uptlPwAADEIAAGDA+nPrPk00UT0AAA1CAABgwPpz6z7MLjs9AAANQgAAQMCSheY+zC47PQAADEIAAEDAkoXmPk00UT0AAAxC8/8fQFfZBj7VGyE/AAAMQpr//z5X2QY+ICsXPwAADUKZ//8+q14BPiArFz8AAA1C8/8fQKteAT7VGyE/AAADwgwAIEBahMo+uptlPwAABMIMACBAWoTKPu/XZj8AAATCMAAAP7vKtj7v12Y/AAADwjAAAD+7yrY+uptlPwAADEIAACDAkoXmPk00UT0AAA1CAAAgwJKF5j7MLjs9AAANQgAAAL/zy9I+zC47PQAADEIAAAC/88vSPk00UT0="), +"attribute_data": PackedByteArray("9P+/PwAACMEt8Vg/Jn8sPvz/vz8BAKC/LfFYP+8LnD73/38/AACgv8SNVj/vC5w+5/9/PwAACMHEjVY/Jn8sPgAAJEHj//8+6rAKPwT9uD0AACBB4///Pv85CT8E/bg9AAAgQfL/fz//OQk/ioalPQAAJEHx/38/6rAKP4qGpT38/78/AACAPqK8hj2m0js//P+/PwAAAD9rYng9ptI7P/r/fz8AAAA/a2J4PTUjOT/5/38/AgCAPqK8hj01Izk/AAAkQQAAgL9YkHA/faYtPgAAIEEAAIC/WJBwP9iuJz4AACBBAAAAvzb3cj/Yric+AAAkQQAAAL8293I/faYtPgAAIEH8/09A/zkJP87iGz0AACRB/P9PQOqwCj/O4hs9AAAAvwEAEEBDFjI8w1o5PwAAgL8BABBAzPcVOsNaOT8DAIC/DACAPsz3FTr5li8/BwAAvwgAgD5DFjI8+ZYvPwAAJEEAAEDA3/RmP32mLT4AACBBAABAwN/0Zj/Yric++f9/wAAACEHrE2Y/Jn8sPv7/f8AFAKA/6xNmP+8LnD7+/1/ABACgP4KwYz/vC5w++f9fwAAACEGCsGM/Jn8sPgAAJEH8/y9A6rAKP87iGz0AACBB/P8vQP85CT/O4hs9AAAgQfz/T0D/OQk/tuvpPAAAJEH8/09A6rAKP7br6TwAABzBAACgv0fLcT+E6nM/AAAcwQAACMFHy3E/ygFRPwAAGMEAAAjBW1RwP8oBUT8AABjBAACgv1tUcD+E6nM/AAAcQQAAoL8CKVI/3jzCPgAAGEEAAKC/FrJQP948wj4AABhBAAAIwRayUD/T1ng+AAAcQQAACMECKVI/09Z4PgAAJEEAAAA5JV19P8B2fT8AACRBAACAvyVdfT9/c3g/AAAgQQAAgL+3C3w/f3N4PwAAIEEAAAA5twt8P8B2fT8AACDBAAAAv9s/pz6isHg/AAAcwQAAAL/bP6c+uTJ3PwAAHMEAAGDAbIuKPrkydz8AACDBAABgwGyLij6isHg/AAAgwQQAQEDnwYE+TIAtPwAAHMEEAEBAIah9PkyALT8AABzBDwAAPyGofT6gRCE/AAAgwQ8AAD/nwYE+oEQhP/7/f8AEAIA/s1Z8P3GaUz7//3/AAOD+uLNWfD9tjT8+//9vwAAA/7jI33o/bY0/Pv7/b8AEAIA/yN96P3GaUz4AACDBACD+uJKufj/Adn0/AAAgwQgAgD+Srn4/f3N4PwAAHMEHAIA/JV19P39zeD8AABzBACD+uCVdfT/Adn0//v9/wAQAgD+zVnw/ip1YPv7/f8AIAEA/s1Z8P3GaUz7+/2/ACABAP8jfej9xmlM+/v9vwAQAgD/I33o/ip1YPv7/f8D3/z+/nzBZP4J+3D7+/3/A9/d/v58wWT+vgtk+/v9vwPj3f7+0uVc/r4LZPv7/b8D4/z+/tLlXP4J+3D4CAIA/AABQQBZPdT8bf3c/AgCgP///T0AWT3U/MgF2PwAAoD/8//8+ziBoPzIBdj8AAIA//P//Ps4gaD8bf3c/AACAPwAAAL/OvQw/dNEFPwAAoD8AAAC/uTQOP3TRBT8AAKA/AABQwLk0Dj+oPhM/AACAPwAAUMDOvQw/qD4TP/v/nz8AAFTByN96P/EKLz32/38/AABUwbNWfD/xCi89+P9/PwAARMGzVnw/jJt+Pfz/nz8AAETByN96P4ybfj3+/3/ABACgPzOlTj+WuY0+//9/wODff76ZUkc/lrmNPv//X8Dk33++mVJHP7RaiD7+/1/ABACgPzOlTj+0Wog+AAAAwQAAcMCCsGM/2K4nPgAA+MAAAHDAgrBjPyZ/LD4AAPjAAADAvy3xWD8mfyw+AAAAwQAAwL8t8Vg/2a4nPgAADUIAAAC/l2N+P1y+ZT4AAAxCAAAAv4Lafz9cvmU+AAAMQgAAIMCC2n8/aZCGPgAADUIAACDAl2N+P2mQhj4AAAxCAAACwpKufj/o7B89AAANQgAAAsKnN30/6OwfPQAADUL///fBpzd9P/ZPIjwAAAxC///3wZKufj/2TyI8AAAEwgwAQECz8yA/8jV8PwAAA8IMAEBA/8EfP/I1fD8AAAPCDABgQP/BHz9IqH4/AAAEwgwAYECz8yA/SKh+PwAADUIAAEDAPilgP5tscj8AAAxCAABAwD4pYD+E6nM/AAAMQgAAYMAckGI/hOpzPwAADUIAAGDAHJBiP5tscj8AAA1C8/8fQJKufj/zLd89AAAMQvP/H0CnN30/8y3fPQAADEKa//8+pzd9PwdpkD0AAA1Cmf//PpKufj8HaZA9AAAEwjAAAD+z8yA/m2xyPwAAA8IwAAA//8EfP5tscj8AAAPCDAAgQP/BHz/yNXw/AAAEwgwAIECz8yA/8jV8PwAADUIAAAC/xI1WP5tscj8AAAxCAAAAv8SNVj+E6nM/AAAMQgAAIMA+KWA/hOpzPwAADUIAACDAPilgP5tscj8="), "format": 34359742519, "index_count": 180, -"index_data": PackedByteArray("AAABAAIAAAACAAMABAAFAAYABAAGAAcACAAJAAoACAAKAAsADAANAA4ADAAOAA8AEAARAAUAEAAFAAQAEgATABQAEgAUABUAFgAMAA8AFgAPABcAGAAZABoAGAAaABsAHAAdAB4AHAAeAB8AIAAhACIAIAAiACMAJAAlACYAJAAmACcAKAApACoAKAAqACsALAAtAC4ALAAuAC8AMAAxADIAMAAyADMANAA1ADYANAA2ADcAOAA5ADoAOAA6ADsAPAA9AD4APAA+AD8AQABBAEIAQABCAEMARABFAEYARABGAEcASABJAEoASABKAEsATABNAE4ATABOAE8AUABRAFIAUABSAFMAVABVAFYAVABWAFcAWABZAFoAWABaAFsAXABdAF4AXABeAF8AYABhAGIAYABiAGMAZABlAGYAZABmAGcAaABpAGoAaABqAGsAbABtAG4AbABuAG8AcABxAHIAcAByAHMA"), -"material": SubResource("StandardMaterial3D_o0gkc"), +"index_data": PackedByteArray("AAABAAIAAAACAAMABAAFAAYABAAGAAcACAAJAAoACAAKAAsADAANAA4ADAAOAA8ABwAGABAABwAQABEAEgATABQAEgAUABUAFgAXAA0AFgANAAwAGAAZABoAGAAaABsAHAAdAB4AHAAeAB8AIAAhACIAIAAiACMAJAAlACYAJAAmACcAKAApACoAKAAqACsALAAtAC4ALAAuAC8AMAAxADIAMAAyADMANAA1ADYANAA2ADcAOAA5ADoAOAA6ADsAPAA9AD4APAA+AD8AQABBAEIAQABCAEMARABFAEYARABGAEcASABJAEoASABKAEsATABNAE4ATABOAE8AUABRAFIAUABSAFMAVABVAFYAVABWAFcAWABZAFoAWABaAFsAXABdAF4AXABeAF8AYABhAGIAYABiAGMAZABlAGYAZABmAGcAaABpAGoAaABqAGsAbABtAG4AbABuAG8AcABxAHIAcAByAHMA"), +"material": ExtResource("14_ju0ay"), "primitive": 3, "uv_scale": Vector4(0, 0, 0, 0), "vertex_count": 116, -"vertex_data": PackedByteArray("AAAAPwAAgD8AABxBAAAAPwAAAD8AABxBAAD4QAAAAD8AABxBAAD4QAAAgD8AABxBAAAAPwAAgD8AABxBAAAAPwAAgD8AACBBAAAAPwAAAD8AACBBAAAAPwAAAD8AABxBAACgvwAAgD8AABxBAACgvwAAAD8AABxBAACAvwAAAD8AABxBAACAvwAAgD8AABxBAACAvwAAgD8AABxBAACAvwAAAD8AABxBAACAvwAAAD8AACBBAACAvwAAgD8AACBBAAAAPwAAUEAAABxBAAAAPwAAUEAAACBBAADAvwAAQEAAABxBAADAvwAAgD8AABxBAACAvwAAgD8AABxBAACAvwAAQEAAABxBAACAvwAAQEAAABxBAACAvwAAQEAAACBBAAAAPwAAcEAAABxBAAAAPwAAUEAAABxBAAD4QAAAUEAAABxBAAD4QAAAcEAAABxBAAAAPwAAcEAAABxBAAAAPwAAcEAAACBBAAAAPwAAUEAAACBBAAAAPwAAUEAAABxBAAD4QAAAUEAAABxBAAAAPwAAUEAAABxBAAAAPwAAUEAAACBBAAD4QAAAUEAAACBBAAD4QAAAcEAAABxBAAD4QAAAcEAAACBBAAAAPwAAcEAAACBBAAAAPwAAcEAAABxBAACAPgAAQEAAABxBAABAvwAAQEAAABxBAABAvwAAQEAAACBBAACAPgAAQEAAACBBAAAAPwAAYEAAACBBAAAAPwAAYEAAACRBAAAAPwAAAD8AACRBAAAAPwAAAD8AACBBAACAvwAAQEAAACBBAACAvwAAAD8AACBBAACAvwAAAD8AACRBAACAvwAAQEAAACRBAABAvwAAUEAAACBBAABAvwAAQEAAACBBAACAPgAAQEAAACBBAACAPgAAUEAAACBBAACAPgAAQEAAACBBAABAvwAAQEAAACBBAABAvwAAQEAAACRBAACAPgAAQEAAACRBAACAPgAAUEAAACBBAACAPgAAQEAAACBBAAAAPwAAQEAAACBBAAAAPwAAUEAAACBBAACAvwAAUEAAACBBAACAvwAAQEAAACBBAABAvwAAQEAAACBBAABAvwAAUEAAACBBAADAvwAAUEAAAFhBAADAvwAAAD8AAFhBAACgvwAAAD8AAFhBAACgvwAAUEAAAFhBAADAvwAAUEAAAEBBAACgvwAAUEAAAEBBAACgvwAAAD8AAEBBAADAvwAAAD8AAEBBAACgvwAAQEAAAERBAADAvwAAQEAAAERBAADAvwAAQEAAAFRBAACgvwAAQEAAAFRBAACAvwAAcEAAABxBAACAvwAAUEAAABxBAAAAPwAAUEAAABxBAAAAPwAAcEAAABxBAAD4QAAAUEAAABxBAAD4QAAAgD8AABxBAAAAQQAAgD8AABxBAAAAQQAAUEAAABxBAAALQgAAIEAAAPhBAAAMQgAAIEAAAPhBAAAMQgAAAD8AAPhBAAALQgAAAD8AAPhBAAAMQgAAIEAAAPhBAAALQgAAIEAAAPhBAAALQgAAIEAAAAJCAAAMQgAAIEAAAAJCAAALQgAAQEAAAAJCAAALQgAAQEAAAANCAAALQgAAIEAAAANCAAALQgAAIEAAAAJCAAALQgAAQEAAAANCAAAMQgAAQEAAAANCAAAMQgAAIEAAAANCAAALQgAAIEAAAANCAAALQgAAIEAAAAJCAAALQgAAAD8AAAJCAAAMQgAAAD8AAAJCAAAMQgAAIEAAAAJCAAALQgAAIEAAAAJCAAALQgAAIEAAAANCAAALQgAAAD8AAANCAAALQgAAAD8AAAJCAAALQgAAIEAAAANCAAAMQgAAIEAAAANCAAAMQgAAAD8AAANCAAALQgAAAD8AAANC/////wCA////////AID///////8AgP///////wCA//8AAACA/3//PwAAAID/f/8/AAAAgP9//z8AAACA/3//P/////8AgP///////wCA////////AID///////8AgP////8AgP9//z///wCA/3//P///AID/f/8///8AgP9//z8AAACA/3//PwAAAID/f/8///////7//7///////v//v//////+//+///////7//7///wCA/3//P///AID/f/8///////9/AID//////38AgP//////fwCA//////9/AIAAAACA/3//PwAAAID/f/8/AAAAgP9//z8AAACA/3//PwCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AID///9//78AgP///3//vwCA////f/+/AID///9//78AgAAA/3//PwCAAAD/f/8/AIAAAP9//z8AgAAA/3//PwAAAID//wAAAAAAgP//AAAAAACA//8AAAAAAID//wAA//8AgP//AAD//wCA//8AAP//AID//wAA//8AgP//AAD//////38AgP//////fwCA//////9/AID//////38AgACAAAD//wAAAIAAAP//AAAAgAAA//8AAACAAAD//wAA//////9/AID//////38AgP//////fwCA//////9/AID//////38AgP//////fwCA//////9/AID//////38AgP////8AAP8//////wAA/z//////AAD/P/////8AAP8//3//fwAA/z//f/9/AAD/P/9//38AAP8//3//fwAA/z8AgAAAAAD/PwCAAAAAAP8/AIAAAAAA/z8AgAAAAAD/P///////fwCA//////9/AID//////38AgP//////fwCA/////wAA/7//////AAD/v/////8AAP+//////wAA/7//f/9/////v/9//3////+//3//f////7//f/9/////vwCAAAD///+/AIAAAP///78AgAAA////vwCAAAD///+/AAAAgP////8AAACA/////wAAAID/////AAAAgP//////f/9/////v/9//3////+//3//f////7//f/9/////v//////+//+///////7//7///////v//v//////+//+/AAAAgP////8AAACA/////wAAAID/////AAAAgP//////f/9/////v/9//3////+//3//f////7//f/9/////vw==") +"vertex_data": PackedByteArray("AAD4QAAAgD8AABxBAAAAPwAAgD8AABxBAAAAPwAAAD8AABxBAAD4QAAAAD8AABxBAAAAPwAAAD8AACBBAAAAPwAAAD8AABxBAAAAPwAAgD8AABxBAAAAPwAAgD8AACBBAACAvwAAgD8AABxBAACgvwAAgD8AABxBAACgvwAAAD8AABxBAACAvwAAAD8AABxBAACAvwAAgD8AACBBAACAvwAAgD8AABxBAACAvwAAAD8AABxBAACAvwAAAD8AACBBAAAAPwAAUEAAABxBAAAAPwAAUEAAACBBAACAvwAAQEAAABxBAADAvwAAQEAAABxBAADAvwAAgD8AABxBAACAvwAAgD8AABxBAACAvwAAQEAAACBBAACAvwAAQEAAABxBAAD4QAAAcEAAABxBAAAAPwAAcEAAABxBAAAAPwAAUEAAABxBAAD4QAAAUEAAABxBAAAAPwAAUEAAACBBAAAAPwAAUEAAABxBAAAAPwAAcEAAABxBAAAAPwAAcEAAACBBAAAAPwAAUEAAACBBAAD4QAAAUEAAACBBAAD4QAAAUEAAABxBAAAAPwAAUEAAABxBAAAAPwAAcEAAACBBAAAAPwAAcEAAABxBAAD4QAAAcEAAABxBAAD4QAAAcEAAACBBAAhAvwAAQEAAACBBAACAPgAAQEAAACBBAACAPgAAQEAAABxBAAhAvwAAQEAAABxBAAAAPwAAAD8AACRBAAAAPwAAAD8AACBBAAAAPwAAYEAAACBBAAAAPwAAYEAAACRBAACAvwAAQEAAACRBAACAvwAAQEAAACBBAACAvwAAAD8AACBBAACAvwAAAD8AACRBAACAPgAAUEAAACBBAAhAvwAAUEAAACBBAAhAvwAAQEAAACBBAACAPgAAQEAAACBBAAhAvwAAQEAAACRBAACAPgAAQEAAACRBAACAPgAAQEAAACBBAAhAvwAAQEAAACBBAAAAPwAAUEAAACBBAACAPgAAUEAAACBBAACAPgAAQEAAACBBAAAAPwAAQEAAACBBAABAvwAAUEAAACBBAPh/vwAAUEAAACBBAPh/vwAAQEAAACBBAABAvwAAQEAAACBBAACgvwAAUEAAAFhBAADAvwAAUEAAAFhBAADAvwAAAD8AAFhBAACgvwAAAD8AAFhBAACgvwAAAD8AAEBBAADAvwAAAD8AAEBBAADAvwAAUEAAAEBBAACgvwAAUEAAAEBBAADAvwAAQEAAAFRBAACgvwAAQEAAAFRBAACgvwAAQEAAAERBAADAvwAAQEAAAERBAAAAPwAAcEAAABxBAPh/vwAAcEAAABxBAPh/vwAAUEAAABxBAAAAPwAAUEAAABxBAAAAQQAAUEAAABxBAAD4QAAAUEAAABxBAAD4QAAAgD8AABxBAAAAQQAAgD8AABxBAAAMQgAAAD8AAPhBAAALQgAAAD8AAPhBAAALQgAAIEAAAPhBAAAMQgAAIEAAAPhBAAALQgAAIEAAAAJCAAAMQgAAIEAAAAJCAAAMQgAAIEAAAPhBAAALQgAAIEAAAPhBAAALQgAAIEAAAANCAAALQgAAIEAAAAJCAAALQgAAQEAAAAJCAAALQgAAQEAAAANCAAAMQgAAIEAAAANCAAALQgAAIEAAAANCAAALQgAAQEAAAANCAAAMQgAAQEAAAANCAAAMQgAAIEAAAAJCAAALQgAAIEAAAAJCAAALQgAAAD8AAAJCAAAMQgAAAD8AAAJCAAALQgAAAD8AAANCAAALQgAAAD8AAAJCAAALQgAAIEAAAAJCAAALQgAAIEAAAANCAAAMQgAAAD8AAANCAAALQgAAAD8AAANCAAALQgAAIEAAAANCAAAMQgAAIEAAAANC/////wCA////////AID///////8AgP///////wCA//8AAACA/3//PwAAAID/f/8/AAAAgP9//z8AAACA/3//P/////8AgP///////wCA////////AID///////8AgP////8AgP9//z///wCA/3//P///AID/f/8///8AgP9//z8AAACA/3//PwAAAID/f/8///////7//7///////v//v//////+//+///////7//7///wCA/3//P///AID/f/8///////9/AID//////38AgP//////fwCA//////9/AIAAAACA/3//PwAAAID/f/8/AAAAgP9//z8AAACA/3//PwCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AID///9//78AgP///3//vwCA////f/+/AID///9//78AgAAA/3//PwCAAAD/f/8/AIAAAP9//z8AgAAA/3//PwAAAID//wAAAAAAgP//AAAAAACA//8AAAAAAID//wAA//8AgP//AAD//wCA//8AAP//AID//wAA//8AgP//AAD//////38AgP//////fwCA//////9/AID//////38AgACAAAD//wAAAIAAAP//AAAAgAAA//8AAACAAAD//wAA//////9/AID//////38AgP//////fwCA//////9/AID//////38AgP//////fwCA//////9/AID//////38AgP////8AAP8//////wAA/z//////AAD/P/////8AAP8//3//fwAA/z//f/9/AAD/P/9//38AAP8//3//fwAA/z8AgAAAAAD/PwCAAAAAAP8/AIAAAAAA/z8AgAAAAAD/P///////fwCA//////9/AID//////38AgP//////fwCA/////wAA/7//////AAD/v/////8AAP+//////wAA/7//f/9/////v/9//3////+//3//f////7//f/9/////vwCAAAD///+/AIAAAP///78AgAAA////vwCAAAD///+/AAAAgP////8AAACA/////wAAAID/////AAAAgP//////f/9/////v/9//3////+//3//f////7//f/9/////v//////+//+///////7//7///////v//v//////+//+/AAAAgP////8AAACA/////wAAAID/////AAAAgP//////f/9/////v/9//3////+//3//f////7//f/9/////vw==") }, { "aabb": AABB(-1.75, 0.125, 9.75, 39.5, 3.625, 23), -"attribute_data": PackedByteArray("/v9vQAQAoL8aWlg/hl9kP/v/vz8BAKC/GlpYP6pBWT/z/78/AAAIwf3kND+qQVk/+v9vQAAACMH95DQ/hl9kP///f8AAABA12SyyPunBDj///2/AAAAANdkssj6RYQ0//v9vwAQAgD9CO6g+kWENP/7/f8AEAIA/QjuoPunBDj8AAKA/AABgwGT/MT/XQHw/AACgQAAAYMDalB8/10B8PwAAoEAAAAC/2pQfP1trbT8AAKA/AAAAv2T/MT9ba20/AABAvwAAQMDZeBs/SD18PwAAgL4AAEDAsv8YP0g9fD8AAIC+AAAAv7L/GD+/3W8/AABAvwAAAL/ZeBs/v91vPwAAAAAAAEDAH8MXPwl6fT8AAIA/AABAwNHQEj8Jen0/AACAPwAAMMDR0BI/SD18PwAAAAAAADDAH8MXP0g9fD/+/3/ACABAP0I7qD7pwQ4//v9vwAcAQD9CO6g+kWENP/7/b8AEAIA/3L6lPpFhDT/+/3/ABACAP9y+pT7pwQ4/AABAPwAAQMDR0BI/CXp9PwAAgD8AAEDAPpQRPwl6fT8AAIA/AAAwwD6UET9IPXw/AABAPwAAMMDR0BI/SD18P/7/f8D3/3+/P6m0PunBDj/+/2/A+P9/vz+ptD6RYQ0//v9vwPj/P7/ZLLI+kWENP/7/f8D3/z+/2SyyPunBDj8AAIC/AABAwLL/GD8Jen0/AABAvwAAQMAfwxc/CXp9PwAAQL8AADDAH8MXP0g9fD8AAIC/AAAwwLL/GD9IPXw/AACAvwAAQMDZeBs/CXp9PwAAAL8AAEDAsv8YPwl6fT8AAAC/AAAwwLL/GD9IPXw/AACAvwAAMMDZeBs/SD18PwAAwD8AAFDADS1MP39tEj8AAMA/AAAAv1WhPj9/bRI/AACAwAAAAL9VoT4/ILjuPgAAgMAAAFDADS1MPyC47j4AANjAAAAAvk3kQj9XenA/AADYwAAAAABN5EI/sNpxPwAAIMEAAAAAmbNiP7DacT8AACDBAAAAvpmzYj9XenA/AACcwAAAAL40jGU+jaRuPwAAnMAAAAAANIxlPuUEcD8AAMDAAAAAAN3TiD7lBHA/AADAwAAAAL7d04g+jaRuPwAA2MAAAIC+4kp6P4wxxjwAANjAAAAAvo2pez+MMcY8AADwwAAAAL6NqXs/3P1aPQAA8MAAAIC+4kp6P9z9Wj0AAFjBAABQwIGYcz+F3GM+AABYwQAAAL+BmHM/2CaNPgAAcMEAAAC/sw17P9gmjT4AAHDBAABQwLMNez+F3GM+AACkwAAAgL6fP3c/fhSZPgAApMAAAAC+Sp54P34UmT4AAMDAAAAAvkqeeD+Eg6o+AADAwAAAgL6fP3c/hIOqPgAAJMEAAFDArpZJPx9fdT8AACTBAAAAv2YiVz8fX3U/AABAwQAAAL9mIlc/ohZ+PwAAQMEAAFDArpZJP6IWfj8AAAC+AADQv5D2Zj+6rWg/AAAAvgAAwL/ll2U/uq1oPwAAgL4AAMC/5ZdlP2JNZz8AAIC+AADQv5D2Zj9iTWc/AABEwQAAUMDtVGE/cyx0PwAARMEAAEDAmbNiP3MsdD8AAFTBAABAwJmzYj9VK3k/AABUwQAAUMDtVGE/VSt5PwAAAD4AANC/MoPJPcF1Mz8AAIA+AADQvzKDyT1pFTI/AACAPgAAwL/ajb49aRUyPwAAAD4AAMC/2o2+PcF1Mz8AAAC+AADQv2uSZz/BdTM/AAAAvgAAwL9rkmc/aRUyPwAAgL4AAMC/vzNmP2kVMj8AAIC+AADQv78zZj/BdTM/AABYwQAAQMCZs2I/DWt6PwAAWMEAAFDA7VRhPw1rej8AAAA+AADQvwrgYD/s5mk/AACAPgAA0L8K4GA/k4ZoPwAAgD4AAMC/X4FfP5OGaD8AAAA+AADAv1+BXz/s5mk/AAAAvgAA0L+1RcM+Ifc4PwAAAL4AAMC/X4jAPiH3OD8AAIC+AADAv1+IwD7Jljc/AACAvgAA0L+1RcM+yZY3PwAAQMEAAFDA7VRhP7vscj8AAEDBAABAwJmzYj+77HI/AAAAPgAA0L/MWZE+kCIDPwAAgD4AANC/zFmRPjjCAT8AAIA+AADAv3acjj44wgE/AAAAPgAAwL92nI4+kCIDPwAAJEEAAHDAZ0V8P8mWNz8AAHRBAABwwGdFfD/VNVA/AAB0QQAAAL63dmo/1TVQPwAAJEEAAAC+t3ZqP8mWNz8AAOxBAAAgwFqEyj5ByVY/AAD4QQAAIMBahMo+fTJePwAA+EEAAAC/u8q2Pn0yXj8AAOxBAAAAv7vKtj5ByVY/AADswQAAIMCxpgY/JidAPwAA7MEAAAC/gIMQPyYnQD8AAPjBAAAAv4CDED/kkUc/AAD4wQAAIMCxpgY/5JFHPwAA+EEAAEDAwnLPPn0yXj8AAAJCAABAwMJyzz66m2U/AAACQgAAIMBahMo+uptlPwAA+MEAAEDAfC8EP+SRRz8AAALCAAAgwLGmBj+j/E4/AAACwgAAQMB8LwQ/o/xOPwAAD8IAAEDA42a+PqIWfj8AAA/CAAAAv9y+pT6iFn4/AAAawgAAAL/cvqU+V3pwPwAAGsIAAEDA42a+Pld6cD8AAA9CAABAwCvUTz90tIo+AAAaQgAAQMBySEI/dLSKPgAAGkIAAAC/ckhCP4XcYz4AAA9CAAAAvyvUTz+F3GM+AADyQQAAQMDCcs8+QclWPwAA/kEAAEDAwnLPPn0yXj8AAP5BAAAgwFqEyj59Ml4/AADyQQAAIMBahMo+QclWPwAA8sEAAEDAfC8EPyYnQD8AAPLBAAAgwLGmBj8mJ0A/AAD+wQAAIMCxpgY/5JFHPwAA/sEAAEDAfC8EP+SRRz8="), +"attribute_data": PackedByteArray("+v9vQAAACMGCsGM/Jn8sPv7/b0AEAKC/grBjP+8LnD76/78/AQCgvy3xWD/vC5w+8v+/PwAACMEt8Vg/Jn8sPv7/f8AEAIA/fClnPk42GT///3/AAOD+uG96Uz5ONhk///9vwAAA/7hvelM+ZLgXP/7/b8AEAIA/fClnPmS4Fz8AAKBAAAAAv7S5Vz/BUbM+AACgPwAAAL+0uVc/ZLjXPgAAoD8AAGDA6xNmP2S41z4AAKBAAABgwOsTZj/BUbM+AACAvgAAAL++TCk+Xip9PwAAQL8AAAC/vkwpPs/Zfz8AAEC/AABAwNk6WT7P2X8/AACAvgAAQMDZOlk+Xip9PwAAgD8AADDAyN96P/qtTj8AAAC5AAAwwMjfej87sVM/AAAAuQAAQMCzVnw/O7FTPwAAgD8AAEDAs1Z8P/qtTj/+/3/ABACAPxcVbD5ONhk//v9/wAgAQD98KWc+TjYZP/7/b8AIAEA/fClnPmS4Fz/+/2/ABACAPxcVbD5kuBc/AACAPwAAMMDI33o/NG1NPwAAQD8AADDAyN96P/qtTj8AAEA/AABAwLNWfD/6rU4/AACAPwAAQMCzVnw/NG1NP/7/f8D3/z+/zVoxPyrieT/+/3/A9/d/v81aMT9AZHg//v9vwPj3f7/i4y8/QGR4P/7/b8D4/z+/4uMvPyrieT8AAEC/AAAwwM69DD80bU0/APh/vwAAMMC5NA4/NG1NPwD4f78AAEDAuTQOPx3rTj8AAEC/AABAwM69DD8d604/AAAAvwAAMMDZOlk+Xip9PwAAgL8AADDA2TpZPs/Zfz8AAIC/AABAwNwFXj7P2X8/AAAAvwAAQMDcBV4+Xip9PwAAgMAAAFDA1P55P1jBrD4AAMA/AABQwNT+eT+YSm8+AADAPwAAAL+N0Gw/mEpvPgAAgMAAAAC/jdBsP1jBrD4AACDBAAAAAOfBQT8MHHU/AAAgwQAAAL7nwUE/I55zPwAA2MAAAAC+lgAjPyOecz8AANjAAAAAAJYAIz8MHHU/AADAwAAAAAALWQg/RIb7PgAAwMAAAAC+C1kIP3GK+D4AAJzAAAAAvrl3+z5xivg+AACcwAAAAAC5d/s+RIb7PgAA8MAAAAC+kq5+P6hjXT4AAPDAAACAvqc3fT+oY10+AADYwAAAgL6nN30/bY0/PgAA2MAAAAC+kq5+P22NPz4AAHDBAABQwDb3cj8Btms+AABYwQAAUMCdpGs/AbZrPgAAWMEAAAC/naRrPzIBNj4AAHDBAAAAvzb3cj8yATY+AADAwAAAAL6zVnw/ePOIPgAAwMAAAIC+yN96P3jziD4AAKTAAACAvsjfej+YSm8+AACkwAAAAL6zVnw/mEpvPgAAQMEAAFDA2z9nP8B2fT8AACTBAABQwNs/Zz+qz3Q/AAAkwQAAAL+TEVo/qs90PwAAQMEAAAC/kxFaP8B2fT8AAIC+AADQvxwtBz8tBD0/AAAAvgAA0L8wtgU/LQQ9PwAAAL4AAMC/MLYFP0SGOz8AAIC+AADAvxwtBz9Ehjs/AABUwQAAUMCSrn4/I/W6PgAARMEAAFDAkq5+P7LusD4AAETBAABAwKc3fT+y7rA+AABUwQAAQMCnN30/I/W6PgAAgD4AAMC/Ry4NPl4qfT8AAAA+AADAv/UJEz5eKn0/AAAAPgAA0L/1CRM+SKh+PwAAgD4AANC/Ry4NPkiofj8AAIC+AADQvyPRTz/WHQY/AAAAvgAA0L8j0U8/7Z8EPwAAAL4AAMC/N1pOP+2fBD8AAIC+AADAvzdaTj/WHQY/AABYwQAAUMCSrn4/wHa9PgAAWMEAAEDApzd9P8B2vT4AAIA+AADAvwbeUT9Pxzo+AAAAPgAAwL8G3lE/9b5APgAAAD4AANC/8VRTP/W+QD4AAIA+AADQv/FUUz9Pxzo+AACAvgAA0L9DeY0+mCUlPwAAAL4AANC/Q3mNPq+nIz8AAAC+AADAv2yLij6vpyM/AACAvgAAwL9si4o+mCUlPwAARMEAAFDAgtp/PwKRIT8AAEDBAABQwILafz8YEyA/AABAwQAAQMCXY34/GBMgPwAARMEAAEDAl2N+PwKRIT8AAIA+AADAv6RIdD4XXTQ/AAAAPgAAwL+kSHQ+Ads1PwAAAD4AANC/UiR6PgHbNT8AAIA+AADQv1Ikej4XXTQ/AAB0QQAAAL7k0ng/8nczPwAAJEEAAAC+5NJ4P/tMGz8AACRBAABwwN/0Zj/7TBs/AAB0QQAAcMDf9GY/8nczPwAA+EEAAAC/xZcYP5tscj8AAOxBAAAAv4xtET+bbHI/AADsQQAAIMCMbRE/8jV8PwAA+EEAACDAxZcYP/I1fD8AAPjBAAAgwOb7Sj/JsmY+AADswQAAIMDLzkM/ybJmPgAA7MEAAAC/y85DP22NPz4AAPjBAAAAv+b7Sj9tjT8+AAACQgAAIMD/wR8/8jV8PwAA+EEAAEDAxZcYP0iofj8AAAJCAABAwP/BHz9IqH4/AAACwgAAQMACKVI/H3xwPgAA+MEAAEDA5vtKPx98cD4AAALCAAAgwAIpUj/JsmY+AAAawgAAQMCMbdE+z9l/PwAAD8IAAEDA/RC3Ps/Zfz8AAA/CAAAAv/0Qtz4jnnM/AAAawgAAAL+MbdE+I55zPwAAGkIAAAC/b3pTPp7YST8AAA9CAAAAv8cZhD6e2Ek/AAAPQgAAQMDHGYQ+ShRWPwAAGkIAAEDAb3pTPkoUVj8AAP5BAAAgwMWXGD/yNXw/AADyQQAAIMCMbRE/8jV8PwAA8kEAAEDAjG0RP0iofj8AAP5BAABAwMWXGD9IqH4/AAD+wQAAQMDm+0o/H3xwPgAA8sEAAEDAy85DPx98cD4AAPLBAAAgwMvOQz/JsmY+AAD+wQAAIMDm+0o/ybJmPg=="), "format": 34359742519, "index_count": 210, -"index_data": PackedByteArray("AAABAAIAAAACAAMABAAFAAYABAAGAAcACAAJAAoACAAKAAsADAANAA4ADAAOAA8AEAARABIAEAASABMAFAAVABYAFAAWABcAGAAZABoAGAAaABsAHAAdAB4AHAAeAB8AIAAhACIAIAAiACMAJAAlACYAJAAmACcAKAApACoAKAAqACsALAAtAC4ALAAuAC8AMAAxADIAMAAyADMANAA1ADYANAA2ADcAOAA5ADoAOAA6ADsAPAA9AD4APAA+AD8AQABBAEIAQABCAEMARABFAEYARABGAEcASABJAEoASABKAEsATABNAE4ATABOAE8AUABRAFIAUABSAFMASwBKAFQASwBUAFUAVgBXAFgAVgBYAFkAWgBbAFwAWgBcAF0AXgBfAEkAXgBJAEgAYABhAGIAYABiAGMAZABlAGYAZABmAGcAaABpAGoAaABqAGsAbABtAG4AbABuAG8AcABxAHIAcAByAGkAcwBvAHQAcwB0AHUAdgB3AHgAdgB4AHkAegB7AHwAegB8AH0AfgB/AIAAfgCAAIEAggCDAIQAggCEAIUA"), -"material": SubResource("StandardMaterial3D_ju0ay"), +"index_data": PackedByteArray("AAABAAIAAAACAAMABAAFAAYABAAGAAcACAAJAAoACAAKAAsADAANAA4ADAAOAA8AEAARABIAEAASABMAFAAVABYAFAAWABcAGAAZABoAGAAaABsAHAAdAB4AHAAeAB8AIAAhACIAIAAiACMAJAAlACYAJAAmACcAKAApACoAKAAqACsALAAtAC4ALAAuAC8AMAAxADIAMAAyADMANAA1ADYANAA2ADcAOAA5ADoAOAA6ADsAPAA9AD4APAA+AD8AQABBAEIAQABCAEMARABFAEYARABGAEcASABJAEoASABKAEsATABNAE4ATABOAE8AUABRAFIAUABSAFMAVABIAEsAVABLAFUAVgBXAFgAVgBYAFkAWgBbAFwAWgBcAF0AXgBfAGAAXgBgAGEAYgBjAGQAYgBkAGUAZgBnAGgAZgBoAGkAagBrAGwAagBsAG0AbgBvAHAAbgBwAHEAcgBtAHMAcgBzAHQAdQB2AG4AdQBuAHcAeAB5AHoAeAB6AHsAfAB9AH4AfAB+AH8AgACBAIIAgACCAIMAhACFAIYAhACGAIcA"), +"material": ExtResource("15_r6wrx"), "primitive": 3, "uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 134, -"vertex_data": PackedByteArray("AAAAPwAAUEAAABxBAAAAPwAAgD8AABxBAAD4QAAAgD8AABxBAAD4QAAAUEAAABxBAABAvwAAUEAAABxBAABAvwAAQEAAABxBAACAPgAAQEAAABxBAACAPgAAUEAAABxBAAAAPwAAYEAAACRBAACIQAAAYEAAACRBAACIQAAAAD8AACRBAAAAPwAAAD8AACRBAADAvwAAQEAAACRBAACAvwAAQEAAACRBAACAvwAAAD8AACRBAADAvwAAAD8AACRBAABAvwAAUEAAACRBAACAPgAAUEAAACRBAACAPgAAQEAAACRBAABAvwAAQEAAACRBAACAPgAAUEAAABxBAACAPgAAQEAAABxBAAAAPwAAQEAAABxBAAAAPwAAUEAAABxBAACAPgAAUEAAACRBAAAAPwAAUEAAACRBAAAAPwAAQEAAACRBAACAPgAAQEAAACRBAACAvwAAUEAAABxBAACAvwAAQEAAABxBAABAvwAAQEAAABxBAABAvwAAUEAAABxBAACAvwAAUEAAACRBAABAvwAAUEAAACRBAABAvwAAQEAAACRBAACAvwAAQEAAACRBAADAvwAAUEAAACRBAACAvwAAUEAAACRBAACAvwAAQEAAACRBAADAvwAAQEAAACRBAACgvwAAUEAAAHBBAACgvwAAAD8AAHBBAACIQAAAAD8AAHBBAACIQAAAUEAAAHBBAADAvwAAAD8AAFhBAADgvwAAAD8AAFhBAADgvwAAAD8AAKBBAADAvwAAAD8AAKBBAADAvwAAAD8AABxBAADgvwAAAD8AABxBAADgvwAAAD8AAEBBAADAvwAAAD8AAEBBAACgvwAAAD8AAFhBAADAvwAAAD8AAFhBAADAvwAAAD8AAHBBAACgvwAAAD8AAHBBAACgvwAAUEAAAFhBAACgvwAAAD8AAFhBAACgvwAAAD8AAHBBAACgvwAAUEAAAHBBAACgvwAAAD8AACRBAADAvwAAAD8AACRBAADAvwAAAD8AAEBBAACgvwAAAD8AAEBBAACgvwAAUEAAACRBAACgvwAAAD8AACRBAACgvwAAAD8AAEBBAACgvwAAUEAAAEBBAADAvwAAUEAAAERBAADAvwAAQEAAAERBAACgvwAAQEAAAERBAACgvwAAUEAAAERBAACgvwAAUEAAAERBAACgvwAAQEAAAERBAACgvwAAQEAAAFRBAACgvwAAUEAAAFRBAADAvwAAUEAAAFRBAACgvwAAUEAAAFRBAACgvwAAQEAAAFRBAADAvwAAQEAAAFRBAADAvwAAUEAAAFRBAADAvwAAQEAAAFRBAACgvwAAQEAAAFRBAACgvwAAUEAAAFRBAACgvwAAQEAAAFhBAACgvwAAUEAAAFhBAADAvwAAUEAAAFhBAACgvwAAUEAAAFhBAACgvwAAQEAAAFhBAADAvwAAQEAAAFhBAADAvwAAUEAAAEBBAADAvwAAQEAAAEBBAACgvwAAQEAAAEBBAACgvwAAUEAAAEBBAACgvwAAUEAAAEBBAACgvwAAQEAAAEBBAADAvwAAUEAAAERBAACgvwAAUEAAAERBAACgvwAAQEAAAERBAADAvwAAQEAAAERBAACIQAAAcEAAACRBAACIQAAAcEAAAHRBAACIQAAAAD4AAHRBAACIQAAAAD4AACRBAAALQgAAIEAAAOxBAAALQgAAIEAAAPhBAAALQgAAAD8AAPhBAAALQgAAAD8AAOxBAAAMQgAAIEAAAOxBAAAMQgAAAD8AAOxBAAAMQgAAAD8AAPhBAAAMQgAAIEAAAPhBAAALQgAAQEAAAPhBAAALQgAAQEAAAAJCAAALQgAAIEAAAAJCAAAMQgAAQEAAAPhBAAAMQgAAIEAAAAJCAAAMQgAAQEAAAAJCAAAMQgAAQEAAAAJCAAAMQgAAAD8AAAJCAAAXQgAAAD8AAAJCAAAXQgAAQEAAAAJCAAAMQgAAQEAAAANCAAAXQgAAQEAAAANCAAAXQgAAAD8AAANCAAAMQgAAAD8AAANCAAALQgAAQEAAAOxBAAALQgAAQEAAAPhBAAALQgAAIEAAAPhBAAALQgAAIEAAAOxBAAAMQgAAQEAAAOxBAAAMQgAAIEAAAOxBAAAMQgAAIEAAAPhBAAAMQgAAQEAAAPhB/////wCA////////AID///////8AgP///////wCA/////////38AgP//////fwCA//////9/AID//////38AgP9//3////+//3//f////7//f/9/////v/9//3////+//3//f////7//f/9/////v/9//3////+//3//f////7//f/9/////v/9//3////+//3//f////7//f/9/////v///////fwCA//////9/AID//////38AgP//////fwCA/3//f////7//f/9/////v/9//3////+//3//f////7///////38AgP//////fwCA//////9/AID//////38AgP9//3////+//3//f////7//f/9/////v/9//3////+//3//f////7//f/9/////v/9//3////+//3//f////7//////AAD/v/////8AAP+//////wAA/7//////AAD/vwCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AIAAAP////8AgAAA////////AID///////8AgP///////wCA////////AID/////AIAAAP////8AgAAA/////wCAAAD/////AIAAAP///////wCA////////AID///////8AgP///////wCA//////////8AAP+//////wAA/7//////AAD/v/////8AAP+///8AgP///////wCA////////AID///////8AgP//////f/9/////v/9//3////+//3//f////7//f/9/////v/////8AAP+//////wAA/7//////AAD/v/////8AAP+///8AgP///////wCA//////9//3////+//3//f////7//f/9/////v/9//3////+//////wAA/7//////AAD/v/////8AAP+//////wAA/7///wCA////////AID//////3//f////7//f/9/////v/9//3////+//3//f////78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwAAAID/f/+///8AgP///////wCA////////AID///////8AgP////8AAACA/3//vwAAAID/f/+/AAAAgP9//7///wCA////////AID///////8AgP//////////AAD/v/////8AAP+//////wAA/7//////AAD/v/9//3////+//3//f////7//f/9/////v/9//3////+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AAAAgP9//7///wCA////////AID///////8AgP///////wCA/////w==") +"vertex_count": 136, +"vertex_data": PackedByteArray("AAD4QAAAUEAAABxBAAAAPwAAUEAAABxBAAAAPwAAgD8AABxBAAD4QAAAgD8AABxBAACAPgAAUEAAABxBAAhAvwAAUEAAABxBAAhAvwAAQEAAABxBAACAPgAAQEAAABxBAACIQAAAAD8AACRBAAAAPwAAAD8AACRBAAAAPwAAYEAAACRBAACIQAAAYEAAACRBAACAvwAAAD8AACRBAADAvwAAAD8AACRBAADAvwAAQEAAACRBAACAvwAAQEAAACRBAACAPgAAQEAAACRBAAhAvwAAQEAAACRBAAhAvwAAUEAAACRBAACAPgAAUEAAACRBAAAAPwAAUEAAABxBAACAPgAAUEAAABxBAACAPgAAQEAAABxBAAAAPwAAQEAAABxBAAAAPwAAQEAAACRBAACAPgAAQEAAACRBAACAPgAAUEAAACRBAAAAPwAAUEAAACRBAABAvwAAUEAAABxBAPh/vwAAUEAAABxBAPh/vwAAQEAAABxBAABAvwAAQEAAABxBAABAvwAAQEAAACRBAPh/vwAAQEAAACRBAPh/vwAAUEAAACRBAABAvwAAUEAAACRBAACAvwAAQEAAACRBAADAvwAAQEAAACRBAADAvwAAUEAAACRBAACAvwAAUEAAACRBAACIQAAAUEAAAHBBAACgvwAAUEAAAHBBAACgvwAAAD8AAHBBAACIQAAAAD8AAHBBAADgvwAAAD8AAKBBAADAvwAAAD8AAKBBAADAvwAAAD8AAFhBAADgvwAAAD8AAFhBAADgvwAAAD8AAEBBAADAvwAAAD8AAEBBAADAvwAAAD8AABxBAADgvwAAAD8AABxBAADAvwAAAD8AAHBBAACgvwAAAD8AAHBBAACgvwAAAD8AAFhBAADAvwAAAD8AAFhBAACgvwAAUEAAAHBBAACgvwAAUEAAAFhBAACgvwAAAD8AAFhBAACgvwAAAD8AAHBBAADAvwAAAD8AAEBBAACgvwAAAD8AAEBBAACgvwAAAD8AACRBAADAvwAAAD8AACRBAACgvwAAUEAAAEBBAACgvwAAUEAAACRBAACgvwAAAD8AACRBAACgvwAAAD8AAEBBAACgvwAAUEAAAERBAADAvwAAUEAAAERBAADAvwAAQEAAAERBAACgvwAAQEAAAERBAACgvwAAUEAAAFRBAACgvwAAUEAAAERBAACgvwAAQEAAAERBAACgvwAAQEAAAFRBAACgvwAAQEAAAFRBAADAvwAAQEAAAFRBAADAvwAAUEAAAFRBAACgvwAAUEAAAFRBAACgvwAAUEAAAFRBAADAvwAAUEAAAFRBAADAvwAAQEAAAFRBAACgvwAAQEAAAFRBAACgvwAAUEAAAFhBAACgvwAAQEAAAFhBAACgvwAAQEAAAFhBAADAvwAAQEAAAFhBAADAvwAAUEAAAFhBAACgvwAAUEAAAFhBAACgvwAAUEAAAEBBAADAvwAAUEAAAEBBAADAvwAAQEAAAEBBAACgvwAAQEAAAEBBAACgvwAAUEAAAERBAACgvwAAUEAAAEBBAACgvwAAQEAAAEBBAACgvwAAQEAAAERBAACgvwAAQEAAAERBAADAvwAAQEAAAERBAADAvwAAUEAAAERBAACgvwAAUEAAAERBAACIQAAAAD4AAHRBAACIQAAAAD4AACRBAACIQAAAcEAAACRBAACIQAAAcEAAAHRBAAALQgAAAD8AAPhBAAALQgAAAD8AAOxBAAALQgAAIEAAAOxBAAALQgAAIEAAAPhBAAAMQgAAIEAAAPhBAAAMQgAAIEAAAOxBAAAMQgAAAD8AAOxBAAAMQgAAAD8AAPhBAAALQgAAIEAAAAJCAAALQgAAQEAAAPhBAAALQgAAQEAAAAJCAAAMQgAAQEAAAAJCAAAMQgAAQEAAAPhBAAAMQgAAIEAAAAJCAAAXQgAAQEAAAAJCAAAMQgAAQEAAAAJCAAAMQgAAAD8AAAJCAAAXQgAAAD8AAAJCAAAXQgAAAD8AAANCAAAMQgAAAD8AAANCAAAMQgAAQEAAAANCAAAXQgAAQEAAAANCAAALQgAAIEAAAPhBAAALQgAAIEAAAOxBAAALQgAAQEAAAOxBAAALQgAAQEAAAPhBAAAMQgAAQEAAAPhBAAAMQgAAQEAAAOxBAAAMQgAAIEAAAOxBAAAMQgAAIEAAAPhB/////wCA////////AID///////8AgP///////wCA/////////38AgP//////fwCA//////9/AID//////38AgP9//3////+//3//f////7//f/9/////v/9//3////+//3//f////7//f/9/////v/9//3////+//3//f////7//f/9/////v/9//3////+//3//f////7//f/9/////v///////fwCA//////9/AID//////38AgP//////fwCA/3//f////7//f/9/////v/9//3////+//3//f////7///////38AgP//////fwCA//////9/AID//////38AgP9//3////+//3//f////7//f/9/////v/9//3////+//3//f////7//f/9/////v/9//3////+//3//f////7//////AAD/v/////8AAP+//////wAA/7//////AAD/vwCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AIAAAP////8AgAAA////////AID///////8AgP///////wCA////////AID/////AIAAAP////8AgAAA/////wCAAAD/////AIAAAP///////wCA////////AID///////8AgP///////wCA//////////8AAP+//////wAA/7//////AAD/v/////8AAP+///8AgP///////wCA////////AID///////8AgP//////f/9/////v/9//3////+//3//f////7//f/9/////v/////8AAP+//////wAA/7//////AAD/v/////8AAP+///8AgP///////wCA//////9//3////+//3//f////7//f/9/////v/9//3////+//////wAA/7//////AAD/v/////8AAP+//////wAA/7///wCA////////AID///////8AgP///////wCA//////9//3////+//3//f////7//f/9/////v/9//3////+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//v///AID///////8AgP///////wCA////////AID/////AAAAgP9//78AAACA/3//vwAAAID/f/+///8AgP///////wCA////////AID//////////wAA/7//////AAD/v/////8AAP+//////wAA/7//f/9/////v/9//3////+//3//f////7//f/9/////vwAAAID/f/+/AAAAgP9//78AAACA/3//vwAAAID/f/+///8AgP///////wCA////////AID///////8AgP////8=") }, { "aabb": AABB(-1.5, 0.5, 9.75, 9.5, 3.25, 3.75), -"attribute_data": PackedByteArray("/f//vwEAQED2Hx8/pQd7P/7//78BABBA9h8fP2NRdz/+/7+/AAAQQJeJHD9jUXc//f+/vwAAQECXiRw/pQd7PwQAgL8AABDBFeMmP+NSfT8HAEC/AAAQwUghKD/jUn0/CABAvwAAFMFIISg/qJ9+PwQAgL8AABTBFeMmP6iffj8AABzBCACAPxXjJj+on34/AAAcwQ4AQD9IISg/qJ9+PwAAIMEPAEA/SCEoP23sfz8AACDBCACAPxXjJj9t7H8/AAAgQQAAQD8UGi0/41J9PwAAIEEAAIA/R1guP+NSfT8AACRBAACAP0dYLj+on34/AAAkQQAAQD8UGi0/qJ9+P+r/P78AACxBFBotP6iffj/q/3+/AAAsQUdYLj+on34/6f9/vwAAMEFHWC4/bex/P+n/P78AADBBFBotP23sfz8AAEzB7P9/v4Qc5T4+pHs/AABMwfb/n7+EHOU+5kN6PwAAUMH2/5+/HaDiPuZDej8AAFDB7P9/vx2g4j4+pHs/+P9/PwAAQMGAivE+PqR7P/z/nz8AAEDBgIrxPuZDej/8/58/AABEwRoO7z7mQ3o/+P9/PwAARMEaDu8+PqR7PwIAwD/+/38/d6rQPvrpZz8CAIA//v9/P7h9yz766Wc/AgCAP/7/Pz+4fcs+vzZpPwEAwD/+/z8/d6rQPr82aT8AAPjAAAAAv/3kND+qQVk/AAD4wAAAAAD95DQ/QclWPwAAAMEAAAAA/KszP0HJVj8AAADBAAAAv/yrMz+qQVk/+/8/wAEA+ED95DQ/79dmP/v/H8ABAPhA/eQ0P4ZfZD/7/x/AAQAAQfyrMz+GX2Q/+/8/wAEAAEH8qzM/79dmPw=="), +"attribute_data": PackedByteArray("/f+/vwAAQEBDFjI8LQQ9P/3//78BAEBAzPcVOi0EPT/+//+/AQAQQMz3FTrDWjk//v+/vwAAEEBDFjI8w1o5PwgAQL8AABTBJV19P39zeD8EAIC/AAAUwSVdfT+5Mnc/BACAvwAAEMG3C3w/uTJ3PwcAQL8AABDBtwt8P39zeD8AACDBDwBAP5Kufj9/c3g/AAAgwQgAgD+Srn4/uTJ3PwAAHMEIAIA/JV19P7kydz8AABzBDgBAPyVdfT9/c3g/AAAkQQD4fz8LWQg/uFcBPwAAJEEAAEA/IOIGP7hXAT8AACBBAABAPyDiBj+es/8+AAAgQQD4fz8LWQg/nrP/Pun3f78AADBBQ3mNPi+6KD/p/z+/AAAwQUN5jT5FPCc/6v8/vwAALEFsi4o+RTwnP+r3f78AACxBbIuKPi+6KD8AAFDB9v+fv8jfej/KJhs9AABQwez/f7+zVnw/yiYbPQAATMHs/3+/s1Z8P/EKLz0AAEzB9v+fv8jfej/xCi89/P+fPwAARMHI33o/jJt+Pfj/fz8AAETBs1Z8P4ybfj34/38/AABAwbNWfD/aP4k9/P+fPwAAQMHI33o/2j+JPQEAwD/+/z8/a2J4PabSOz8CAMA//v9/P5JLYz2m0js/AgCAP/7/fz+SS2M9NSM5PwIAgD/+/z8/a2J4PTUjOT8AAADBAAAAvy3xWD/Zric+AAD4wAAAAL8t8Vg/Jn8sPgAA+MAAAAAAxI1WPyZ/LD4AAADBAAAAAMSNVj/Zric++/8/wAEAAEHrE2Y/2K4nPvv/P8ABAPhA6xNmPyZ/LD77/x/AAQD4QIKwYz8mfyw++/8fwAEAAEGCsGM/2K4nPg=="), "format": 34359742519, "index_count": 60, "index_data": PackedByteArray("AAABAAIAAAACAAMABAAFAAYABAAGAAcACAAJAAoACAAKAAsADAANAA4ADAAOAA8AEAARABIAEAASABMAFAAVABYAFAAWABcAGAAZABoAGAAaABsAHAAdAB4AHAAeAB8AIAAhACIAIAAiACMAJAAlACYAJAAmACcA"), -"material": SubResource("StandardMaterial3D_r6wrx"), +"material": ExtResource("16_bxq8v"), "primitive": 3, "uv_scale": Vector4(0, 0, 0, 0), "vertex_count": 40, -"vertex_data": PackedByteArray("AADAvwAAcEAAABxBAADAvwAAQEAAABxBAACAvwAAQEAAABxBAACAvwAAcEAAABxBAAAAPwAAQEAAABxBAACAPgAAQEAAABxBAACAPgAAQEAAACBBAAAAPwAAQEAAACBBAAAAPwAAQEAAACBBAACAPgAAQEAAACBBAACAPgAAQEAAACRBAAAAPwAAQEAAACRBAABAvwAAQEAAABxBAACAvwAAQEAAABxBAACAvwAAQEAAACBBAABAvwAAQEAAACBBAABAvwAAQEAAACBBAACAvwAAQEAAACBBAACAvwAAQEAAACRBAABAvwAAQEAAACRBAACgvwAAQEAAAFRBAADAvwAAQEAAAFRBAADAvwAAQEAAAFhBAACgvwAAQEAAAFhBAACgvwAAQEAAAEBBAADAvwAAQEAAAEBBAADAvwAAQEAAAERBAACgvwAAQEAAAERBAADAvwAAgD8AABxBAADAvwAAAD8AABxBAACgvwAAAD8AABxBAACgvwAAgD8AABxBAAD4QAAAgD8AABxBAAD4QAAAAD8AABxBAAAAQQAAAD8AABxBAAAAQQAAgD8AABxBAAD4QAAAcEAAABxBAAD4QAAAUEAAABxBAAAAQQAAUEAAABxBAAAAQQAAcEAAABxB//////7//7///////v//v//////+//+///////7//78AgAAAAAD/PwCAAAAAAP8/AIAAAAAA/z8AgAAAAAD/PwCAAAD//wAAAIAAAP//AAAAgAAA//8AAACAAAD//wAAAIAAAP9//z8AgAAA/3//PwCAAAD/f/8/AIAAAP9//z8AgAAA/v//PwCAAAD+//8/AIAAAP7//z8AgAAA/v//PwCAAAD//wAAAIAAAP//AAAAgAAA//8AAACAAAD//wAAAIAAAAAA/z8AgAAAAAD/PwCAAAAAAP8/AIAAAAAA/z//////AID///////8AgP///////wCA////////AID///////8AAP+//////wAA/7//////AAD/v/////8AAP+///////9/AID//////38AgP//////fwCA//////9/AIA=") +"vertex_data": PackedByteArray("AACAvwAAcEAAABxBAADAvwAAcEAAABxBAADAvwAAQEAAABxBAACAvwAAQEAAABxBAACAPgAAQEAAACBBAAAAPwAAQEAAACBBAAAAPwAAQEAAABxBAACAPgAAQEAAABxBAACAPgAAQEAAACRBAAAAPwAAQEAAACRBAAAAPwAAQEAAACBBAACAPgAAQEAAACBBAPh/vwAAQEAAACBBAABAvwAAQEAAACBBAABAvwAAQEAAABxBAPh/vwAAQEAAABxBAPh/vwAAQEAAACRBAABAvwAAQEAAACRBAABAvwAAQEAAACBBAPh/vwAAQEAAACBBAADAvwAAQEAAAFhBAACgvwAAQEAAAFhBAACgvwAAQEAAAFRBAADAvwAAQEAAAFRBAADAvwAAQEAAAERBAACgvwAAQEAAAERBAACgvwAAQEAAAEBBAADAvwAAQEAAAEBBAACgvwAAgD8AABxBAADAvwAAgD8AABxBAADAvwAAAD8AABxBAACgvwAAAD8AABxBAAAAQQAAgD8AABxBAAD4QAAAgD8AABxBAAD4QAAAAD8AABxBAAAAQQAAAD8AABxBAAAAQQAAcEAAABxBAAD4QAAAcEAAABxBAAD4QAAAUEAAABxBAAAAQQAAUEAAABxB//////7//7///////v//v//////+//+///////7//78AgAAAAAD/PwCAAAAAAP8/AIAAAAAA/z8AgAAAAAD/PwCAAAD//wAAAIAAAP//AAAAgAAA//8AAACAAAD//wAAAIAAAP9//z8AgAAA/3//PwCAAAD/f/8/AIAAAP9//z8AgAAA/v//PwCAAAD+//8/AIAAAP7//z8AgAAA/v//PwCAAAD//wAAAIAAAP//AAAAgAAA//8AAACAAAD//wAAAIAAAAAA/z8AgAAAAAD/PwCAAAAAAP8/AIAAAAAA/z//////AID///////8AgP///////wCA////////AID///////8AAP+//////wAA/7//////AAD/v/////8AAP+///////9/AID//////38AgP//////fwCA//////9/AIA=") }, { "aabb": AABB(-1.5, 0.5, 10, 33.5, 1e-05, 29.5), -"attribute_data": PackedByteArray("AAAgQQAAgMC/M2Y/LLDAPQCAYEEAAIDA/tV5PyywwD0AgGBBAABAP/7VeT8LLDA7AAAgQQAAQD+/M2Y/CywwOwAA6kEAAAHC5qwIPlchNz8AAB1CAAABwskMpj5XITc/AAAdQgAAysHJDKY+vLgUPwAA6kEAAMrB5qwIPry4FD8="), +"attribute_data": PackedByteArray("AIBgQQAAQD/U/nk/ingOPwAAIEEAAEA/3/RmP4p4Dj8AACBBAACAwN/0Zj82/u4+AIBgQQAAgMDU/nk/Nv7uPgAAHUIAAMrB3S4wPwHbNT8AAOpBAADKwd0uMD900QU/AADqQQAAAcKtFQ8/dNEFPwAAHUIAAAHCrRUPPwHbNT8="), "format": 34359742519, "index_count": 12, "index_data": PackedByteArray("AAABAAIAAAACAAMABAAFAAYABAAGAAcA"), -"material": SubResource("StandardMaterial3D_bxq8v"), +"material": ExtResource("17_ungr5"), "primitive": 3, "uv_scale": Vector4(0, 0, 0, 0), "vertex_count": 8, -"vertex_data": PackedByteArray("AABQQAAAAD8AACBBAABQQAAAAD8AgGBBAADAvwAAAD8AgGBBAADAvwAAAD8AACBBAAAAQgAAAD8AAOxBAAAAQgAAAD8AAB5CAADIQQAAAD8AAB5CAADIQQAAAD8AAOxBAID///9//78AgP///3//vwCA////f/+/AID///9//78AgP///3//vwCA////f/+/AID///9//78AgP///3//vw==") +"vertex_data": PackedByteArray("AADAvwAAAD8AgGBBAADAvwAAAD8AACBBAABQQAAAAD8AACBBAABQQAAAAD8AgGBBAADIQQAAAD8AAB5CAADIQQAAAD8AAOxBAAAAQgAAAD8AAOxBAAAAQgAAAD8AAB5CAID///9//78AgP///3//vwCA////f/+/AID///9//78AgP///3//vwCA////f/+/AID///9//78AgP///3//vw==") }, { "aabb": AABB(-1.25, 0.5, 10.25, 4.5, 0.9375, 4.75), -"attribute_data": PackedByteArray("BAC4vwAANMGsekU/xb9pPwUAuL8AAEjBrHpFP+UEcD8JAAC/AABIweR0QD/lBHA/CAAAvwAANMHkdEA/xb9pPwAAJEEAALi/WfWKPp8LUj8AADRBAAC4v+oAlT6fC1I/AAA0QQAAAL/qAJU+sv9MPwAAJEEAAAC/WfWKPrL/TD8AALi///8/vzFuJj9GUhc/AQC4vwAAUMAxbiY/Lu8KPwIAAL8AAFDAaWghPy7vCj8BAAC/AABAv2loIT9GUhc/AAC4v///n7/+1Xk/2zF5PwEAAL8AAKC//tV5P+0ldD/7//++AABQQFbEYz/tJXQ///+3vwAAUEBWxGM/2zF5PwUAuL8AAGDB0uUlPhBcdz8GALi/AABwwfX8OT4QXHc/CwAAvwAAcMH1/Dk+IlByPwoAAL8AAGDB0uUlPiJQcj8="), +"attribute_data": PackedByteArray("CQAAvwAASMGC2n8/m2wyPggAAL8AADTBgtp/P39cGT4EALi/AAA0wcjfej9/XBk+BQC4vwAASMHI33o/m2wyPgAANEEAAAC/6xNmPwKRIT8AACRBAAAAvzEZYT8CkSE/AAAkQQAAuL8xGWE/gn4cPwAANEEAALi/6xNmP4J+HD8CAAC/AABQwM69DD+pGUk+AQAAvwAAQL/OvQw/Wwh6PgAAuL///z+/iLgRP1sIej4BALi/AABQwIi4ET+pGUk+//+3vwAAUEBdfUI97lVwPwAAuL///5+/XX1CPQaOWj8BAAC/AACgv3Gj5TwGjlo/+///vgAAUEBxo+U87lVwPwsAAL8AAHDBVzxVPabSOz8KAAC/AABgwbKQBT2m0js/BQC4vwAAYMGykAU9JsA2PwYAuL8AAHDBVzxVPSbANj8="), "format": 34359742519, "index_count": 30, "index_data": PackedByteArray("AAABAAIAAAACAAMABAAFAAYABAAGAAcACAAJAAoACAAKAAsADAANAA4ADAAOAA8AEAARABIAEAASABMA"), -"material": SubResource("StandardMaterial3D_ungr5"), +"material": ExtResource("18_lwe76"), "primitive": 3, "uv_scale": Vector4(0, 0, 0, 0), "vertex_count": 20, -"vertex_data": PackedByteArray("AABQQAAAuD8AADRBAABQQAAAuD8AAEhBAABQQAAAAD8AAEhBAABQQAAAAD8AADRBAABAPwAAuD8AACRBAABAPwAAuD8AADRBAABAPwAAAD8AADRBAABAPwAAAD8AACRBAABAPwAAuD8AADRBAABQQAAAuD8AADRBAABQQAAAAD8AADRBAABAPwAAAD8AADRBAACgvwAAuD8AgGBBAACgvwAAAD8AgGBBAABQQAAAAD8AgGBBAABQQAAAuD8AgGBBAABQQAAAuD8AAGBBAABQQAAAuD8AAHBBAABQQAAAAD8AAHBBAABQQAAAAD8AAGBBAAAAgP9/AIAAAACA/38AgAAAAID/fwCAAAAAgP9/AIAAAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//v/9//3//fwCA/3//f/9/AID/f/9//38AgP9//3//fwCA//////9/AID//////38AgP//////fwCA//////9/AIAAAACA/38AgAAAAID/fwCAAAAAgP9/AIAAAACA/38AgA==") +"vertex_data": PackedByteArray("AABQQAAAAD8AAEhBAABQQAAAAD8AADRBAABQQAAAuD8AADRBAABQQAAAuD8AAEhBAABAPwAAAD8AADRBAABAPwAAAD8AACRBAABAPwAAuD8AACRBAABAPwAAuD8AADRBAABQQAAAAD8AADRBAABAPwAAAD8AADRBAABAPwAAuD8AADRBAABQQAAAuD8AADRBAABQQAAAuD8AgGBBAACgvwAAuD8AgGBBAACgvwAAAD8AgGBBAABQQAAAAD8AgGBBAABQQAAAAD8AAHBBAABQQAAAAD8AAGBBAABQQAAAuD8AAGBBAABQQAAAuD8AAHBBAAAAgP9/AIAAAACA/38AgAAAAID/fwCAAAAAgP9/AIAAAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//v/9//3//fwCA/3//f/9/AID/f/9//38AgP9//3//fwCA//////9/AID//////38AgP//////fwCA//////9/AIAAAACA/38AgAAAAID/fwCAAAAAgP9/AIAAAACA/38AgA==") }, { -"aabb": AABB(11.25, 0.375, -0.5, 24.25, 1e-05, 27), -"attribute_data": PackedByteArray("AACAvqOLLsEAAIA+M3iLPAAAREGjiy7BAACAPsO0/T4AAERBXXTRwDxcyT7DtP0+AACAvl100cA8XMk+M3iLPAAAHEHpokvBQeF8Pw+QVT8AAERB6aJLwUHhfD8aL24/AABEQS+6KMG3dmo/Gi9uPwAAHEEvuijBt3ZqPw+QVT8AABBAv2GdwXEsfj7tmJw5AABEQb9hncFxLH4+mzTEPgAAREHWvkHBQdqbOZs0xD4AABBA1r5BwUHamzntmJw5AABAQYe1n8HmngY/3VZUPwAAXEGHtZ/B5p4GP72eZT8AAFxBeUpwwdUrMD+9nmU/AABAQXlKcMHVKzA/3VZUPw=="), +"aabb": AABB(11.25, 0.375, -0.5001221, 24.25, 1e-05, 27.000122), +"attribute_data": PackedByteArray("AABEQV100cACjO0+/ALHPgAIgL5ddNHAxraoO/wCxz4ACIC+o4suwca2qDvxnH0+AABEQaOLLsECjO0+8Zx9PgAAREEvuijB1P55P6UcUD8AABxBL7oowdT+eT+u8Tc/AAAcQemiS8HOIGg/rvE3PwAAREHpokvBziBoP6UcUD8AAERB1r5BwbNWvD5bCHo+AAAQQNa+QcHM9xU6Wwh6PgAAEEC/YZ3BzPcVOrvDGDoAAERBv2GdwbNWvD67wxg6AABcQXlKcMHTmx4/lQNiPwAAQEF5SnDB05seP8oBUT8AAEBBh7WfwQv27D7KAVE/AABcQYe1n8EL9uw+lQNiPw=="), "format": 34359742519, "index_count": 24, "index_data": PackedByteArray("AAABAAIAAAACAAMABAAFAAYABAAGAAcACAAJAAoACAAKAAsADAANAA4ADAAOAA8A"), -"material": SubResource("StandardMaterial3D_lwe76"), +"material": ExtResource("19_4014d"), "primitive": 3, "uv_scale": Vector4(0, 0, 0, 0), "vertex_count": 16, -"vertex_data": PackedByteArray("AACWQQAAwD4AAAC/AACWQQAAwD4AAMRBAAA0QQAAwD4AAMRBAAA0QQAAwD4AAAC/AAC0QQAAwD4AAJBBAAC0QQAAwD4AALhBAACWQQAAwD4AALhBAACWQQAAwD4AAJBBAAAOQgAAwD4AAEBAAAAOQgAAwD4AALhBAAC0QQAAwD4AALhBAAC0QQAAwD4AAEBAAAAOQgAAwD4AALhBAAAOQgAAwD4AANRBAADYQQAAwD4AANRBAADYQQAAwD4AALhBAID///9//78AgP///3//vwCA////f/+/AID///9//78AgP///3//vwCA////f/+/AID///9//78AgP///3//vwCA////f/+/AID///9//78AgP///3//vwCA////f/+/AID///9//78AgP///3//vwCA////f/+/AID///9//78=") +"vertex_data": PackedByteArray("AAA0QQAAwD4AAMRBAAA0QQAAwD4ACAC/AACWQQAAwD4ACAC/AACWQQAAwD4AAMRBAACWQQAAwD4AALhBAACWQQAAwD4AAJBBAAC0QQAAwD4AAJBBAAC0QQAAwD4AALhBAAC0QQAAwD4AALhBAAC0QQAAwD4AAEBAAAAOQgAAwD4AAEBAAAAOQgAAwD4AALhBAADYQQAAwD4AANRBAADYQQAAwD4AALhBAAAOQgAAwD4AALhBAAAOQgAAwD4AANRBAID///9//78AgP///3//vwCA////f/+/AID///9//78AgP///3//vwCA////f/+/AID///9//78AgP///3//vwCA////f/+/AID///9//78AgP///3//vwCA////f/+/AID///9//78AgP///3//vwCA////f/+/AID///9//78=") }, { -"aabb": AABB(-1.5, 0.375, 1.6875, 33.5, 5.4375, 42.3125), -"attribute_data": PackedByteArray("AACsvwAAEL/2Hx8/CCEEPAAArL8AAIC9uH0LPwghBDwAALC/AACAvbh9Cz8LLDA7AACwvwAAEL/2Hx8/CywwOwAAgD4AABC/ZRv2Prj7dT8AAJA+AAAQv2Ub9j4QXHc/AACQPgAAgL3xrw4/EFx3PwAAgD4AAIC98a8OP7j7dT8AAIC+AAAQv+WXZT9/PjU/AACAvgAAgL2af3k/fz41PwAAkL4AAIC9mn95P0H4Mz8AAJC+AAAQv+WXZT9A+DM/AACsPwAAEL/qB7Y9KNkyPwAAsD8AABC/6ge2PdB4MT8AALA/AACAvaOvRzzQeDE/AACsPwAAgL2jr0c8KNkyPwAAqL8AAJC9xKO2PBovbj8AAKi/AACAvcSjtjxba20/AAC0vwAAgL0GhfM7W2ttPwAAtL8AAJC9BoXzOxovbj8AAGA+AACQvQNGyj4CPwo9AACgPgAAkL0DRso+vmpHPQAAoD4AAIC9pcvLPr5qRz0AAGA+AACAvaXLyz4CPwo9AABgPgAAtL84AZw+4EdRPwAAoD4AALS/OAGcPpwaVT8AAKA+AACov2Cdoz6cGlU/AABgPgAAqL9gnaM+4EdRPwAAYL4AAJC9aWghPxWMfj8AAGC+AACAvWloIT/UT38/AACgvgAAgL19NiU/1E9/PwAAoL4AAJC9fTYlPxWMfj8AAKg/AACQvbvKdj8WWOA+AAC0PwAAkL2n/HI/FljgPgAAtD8AAIC9p/xyP5jQ3j4AAKg/AACAvbvKdj+Y0N4+AQCsv8jNzbz2GL4+UdwBPwEAqL/o5ma9AQ7CPpAiAz8AALS/6OZmvQEOwj6on/4+AACwv8jNzbz2GL4+E5YAPwAAgD5saXk/0QdJPyM2Qz8AAJA+bGl5P4FMSj8jNkM/AQCgPmxpcT8zkUs/FDNFP///Xz5saXE/H8NHPxQzRT8AAIA+AACwvzbQdD99SPc+AACQPgAAsL820HQ/LQn6PgAAkD4BAKy/4S52Py0J+j4AAIA+AQCsv+Eudj99SPc+AACQvjc3g7+af3k/QfgzPwAAgL43N4O/mn95P38+NT///1++NzeHv7MNez++hDY/AQCgvjc3h7+zDXs/ArIyPwEArD8AAIC8734nP9CnDj8AALA/AACAvO9+Jz8O7g8/AAC0PwgAQL11eSk/TTQRPwEAqD8IAEC9dXkpP5FhDT8AAJ6/AAAUv0mJ1T4h9zg/AACevwAAEL9JidU+YjM4PwAApr8AABC/ilzQPmIzOD8AAKa/AAAUv4pc0D4h9zg/AABQPgAAFL/NYHI/4S0iPwAAiD4AABS/zWByP2vHJD8AAIg+AAAQv50jcz9rxyQ/AABQPgAAEL+dI3M/4S0iPwAAUL4AAKa/JDNYP8W/aT8AAFC+AACevyQzWD9PWWw/AACIvgAAnr+DyVo/T1lsPwAAiL4AAKa/g8laP8W/aT8AAFA+AACmv3RyCD/tmJw5AACIPgAApr90cgg/REcrPAAAiD4AAJ6/1AgLP0RHKzwAAFA+AACev9QICz/tmJw5AABQvgAAFL9lG/Y+qJ/+PgAAUL4AABC/B6H3Pqif/j4AAIi+AAAQvweh9z5e6QE/AACIvgAAFL9lG/Y+XukBPwAAnj8AABS//twaPxsVPz8AAKY/AAAUv/7cGj+Rezw/AACmPwAAEL8uGho/kXs8PwAAnj8AABC/LhoaPxsVPz8AAKS/eRYIvyDmbD8R2Qg/AACgv3kWCL8g5mw/cx0KP///mr96FhK/puBuP+2yCz8AAKm/ehYSv6bgbj+YQwc/BgBgPgAA9D5Q/c89YpY0PwIAgD4AAPQ+ARTaPWKWND8EAJQ+/P/fPh685j2+hDY/AQA4Pvz/3z6sbMM9voQ2PwEAOL4AAKm/8JPKPvrpZz8BADi+//+av/CTyj5PWWw/BACUvv//mr8TwME+T1lsPwQAlL4AAKm/E8DBPvrpZz8GAGA+AACkv/MJ0D2bTjM/AgCAPgAApL+mINo9m04zPwIAgD4AAKC/ARTaPWKWND8GAGA+AACgv1D9zz1iljQ/AgCAvleiCL+zE0U/Yk1nPwYAYL5Xogi/iVZGP2JNZz8BADi+V6ISvxXqRz9TSmk/BACUvleiEr8ngEM/U0ppPwAAoD8BAAa/xbgZPvl1fD8AAKQ/AQAGv8W4GT5aun0/AACpPwIAEL/boiE+1E9/P///mj8CABC/26IhPn/gej8AALS/AAA0vw7XOT+uKH8/AACxvwAAHL9xLD4/rih/P///sb8AABy/5hc+P23sfz///7S/AAA0v4PCOT9t7H8/AQBYPgAANL+85no/yMpVPgEAYD4AADS/R/t6P8u7Uj4CAHg+AAAcv6pQfz/Lu1I+AQBwPgAAHL8gPH8/yMpVPgEAcL7//7G/FxQOP3iLGD8BAHC+AACxv0ZRDT94ixg/AgB4vgAAsb9HUQ0/uccXPwIAeL7//7G/FxQOP7rHFz8BAFg+//+0v/PSMz/QePE+AQBgPv//tL/z0jM/UvHvPgEAYD4AALS/IhAzP1Lx7z4BAFg+AAC0vyIQMz/QePE+AQBYvgAANL/T+kg/+ulnPwEAcL4AABy/0/pIP6tEbD8CAHi+AAAcv6S9ST9PWWw/AQBgvgAANL+kvUk/nv5nPwAAtD8AADS/cCw+P5sa8D7//7Q/AAA0v6BpPT9S8e8+//+xPwAAHL+gaT0/sqb4PgAAsT8AABy/cSw+P/vP+D4AAKe/AAA0v+5iYz5Ce0k/AQCqvwAAHL9iDVI+QXtJPwAAq78AABy/NbtRPoO3SD///6e/AAA0v8IQYz6Et0g/AQBYPgAANL+Q9mY/w7Q9PwEAYD4AADS/vzNmP2bJPT8CAHg+AAAcv78zZj8XJEI/AQBwPgAAHL+Q9mY/cw9CPwEAcL4AAKu/DPxkPywjaT8BAHC+AQCqv9y+ZT8sI2k/AgB4vgEAqr/cvmU/7OZpPwIAeL4AAKu/C/xkP+zmaT8BAFg+//+nv544lj7zrvQ7AQBgPv//p7/9spQ+8670OwEAYD4AAKe//bKUPkRHKzwBAFg+AACnv544lj5ERys8AQBYvgAANL94v3M/p9McPwEAcL4AABy/eL9zP/d4GD8CAHi+AAAcv6f8cj9SZBg/AQBgvgAANL+n/HI/A78cPwAApz8AADS/27dEP7sGYj7//6c/AAA0v2bMRD/C914+AACrPwAAHL/KIUk/vvdePgEAqj8AABy/Pw1JP7cGYj4AAKe/AAA0v8xLDz8Jen0/AQCqvwAAHL9p9go/CXp9PwAAq78AABy/3eEKP0q2fD///6e/AAA0v0A3Dz9Ktnw/AACgPgAANL/2GH4/RWzhPgAApD4AADS/JVZ9P/tC4T7//5c+AAAcvyVWfT9c+Ok+//+TPgAAHL/2GH4/pSHqPv//k74AAKu/p9lNPzyZTz///5O+AQCqv3acTj88mU8///+XvgEAqr92nE4/fNVOP///l74AAKu/pdlNP3zVTj8AAKA+//+nvy0TeT9t0pA+AACkPv//p78vE3k/70qPPgAApD4AAKe//tV5P/BKjz4AAKA+AACnv/7VeT9t0pA+AACgvgAANL8Ir3k/K7CbPv//k74AABy/CK95P4tlpD7//5e+AAAcv9hxej9CPKQ+AACkvgAANL/YcXo/4oabPgAApz8AADS/pL2JPnS0Sj///6c/AAA0v7rmiT618Ek/AACrPwAAHL+BkZI+tvBJPwEAqj8AABy/amiSPnS0Sj8AALS/AAA0v3RyCD9I83Q8AACxvwAAHL91cgg/1ucCPf//sb8AABy/RTUJP5KdAT3//7S/AAA0v0U1CT8rym88AACgPgAANL8Xt1o/MsZYPwAApD4AADS/jaJaP3ICWD///5c+AAAcv/D3Xj9yAlg///+TPgAAHL97DF8/MsZYP///k77//7G/GTczP3S0ij7//5O+AACxv0h0Mj90tIo+//+XvgAAsb9IdDI/9iyJPv//l77//7G/GTczP/YsiT4AAKA+//+0v6XLyz41t1U/AACkPv//tL+ly8s+dvNUPwAApD4AALS/A0bKPnbzVD8AAKA+AAC0vwNGyj41t1U/AACgvgAANL+n/HI/xnH3Pv//k74AABy/p/xyP5MTAD///5e+AAAcv3i/cz/d/f8+AACkvgAANL94v3M/fUj3PgAAtD8AADS/hex/P3Wl4j7//7Q/AAA0v7Qpfz8tfOI+//+xPwAAHL+0KX8/jjHrPgAAsT8AABy/hex/P9da6z4AAGC/AADAvsxZkT6p3kg/AABgvwAAgL3MWZE+kXs8PwAAgL8AAIC9O06HPpF7PD8AAIC/AADAvjtOhz6p3kg/AADIPwAAwL4YKXE/dtklPwAA4D8AAMC+Sp54P3bZJT8AAOA/AACAvUqeeD+PPDI/AADIPwAAgL0YKXE/jzwyPwAAyL8AAIC//s5YP+o0dz8AAMi/AABgv8bUXT/qNHc/AADgvwAAYL/G1F0/O7N+PwAA4L8AAIC//s5YPzuzfj8AAMg/AACAv0iCND6eWV8/AADgPwAAgL8PV1I+nllfPwAA4D8AAGC/D1dSPotlZD8AAMg/AABgv0iCND6LZWQ/AABgPwAAwL5C6B0/EUJIPwAAgD8AAMC+QugdPyM2Qz8AAIA/AACAvT6UET8jNkM/AABgPwAAgL0+lBE/EUJIPwAAYL8AAEC+D1dSPhBcdz8AAGC/AACAve0/Pj4QXHc/AACAvwAAgL3tPz4+IlByPwAAgL8AAEC+D1dSPiJQcj8AAGA/AABAvrzmej8HVWI9AACcPwAAQL685no/2QzePQAAnD8AAIC9hex/P9kM3j0AAGA/AACAvYXsfz8HVWI9AABgvwAAgL8TwME+Tad5PwAAYL8AAGC/E8DBPjuzfj8AAJy/AABgv4TX3D47s34/AACcvwAAgL+E19w+Tad5PwAAYD8AAIC/DklQP7V9ITwAAJw/AACAv8bUXT+1fSE8AACcPwAAYL/G1F0/jzzyPAAAYD8AAGC/DklQP4888jwAAGC/AABAvualZz4cbng/AABgvwAAgL3mpWc+CXp9PwAAnL8AAIC9Y+qOPgl6fT8AAJy/AABAvmPqjj4cbng/AABgPwAAQL67ynY/11rrPgAAgD8AAEC+u8p2P/tC4T4AAIA/AACAvfLEcT/7QuE+AABgPwAAgL3yxHE/11rrPgAAkL4AAEC+gIrxPvR6Fj0AAJC+AACAvYCK8T4zeIs8AAA4vwAAgL3VJM8+M3iLPAAAOL8AAEC+1STPPvR6Fj0AAGA/AABAvhO5IDznKUs/AAB4PwAAQL4TuSA8o/xOPwAAeD8AAIC9nRXxPKP8Tj8AAGA/AACAvZ0V8TznKUs/AABgvwAAOL+3dmo/JkFvPwAAYL8AAJC+jal7PyZBbz8AAHi/AACQvo2pez/hE3M/AAB4vwAAOL+3dmo/4RNzPwAAYD8AADi/734nP1lGEj8AAHg/AAA4v+9+Jz8UGRY/AAB4PwAAkL7FsTg/FBkWPwAAYD8AAJC+xbE4P1lGEj8AAGC/AABAvh6ngz6on/4+AABgvwAAgL2vso0+qJ/+PgAAeL8AAIC9r7KNPpAiAz8AAHi/AABAvh6ngz6QIgM/AACQPgAAQL7cvmU/nea2PQAAOD8AAEC+3L5lP2+esjwAADg/AACAvRO5YD9vnrI8AACQPgAAgL0TuWA/nea2PQAAbEAAAEjAS8EdPy5IhD4AALBAAABIwEvBHT+JQAk/AACwQAAANMBPFSo/iUAJPwAAbEAAADTATxUqPy5IhD4AAEjAAADAvmYiVz9PWWw/AABIwAAAgL1izko/T1lsPwAATsAAAIC9Ys5KP5OGaD8AAE7AAADAvmYiVz+Thmg/AABsQAAAwL4lXR4/lVIKPwAAbkAAAMC+0bsfP5VSCj8AAG5AAACAvdG7Hz+ttRY/AABsQAAAgL0lXR4/rbUWPwAAbMAAAE7AuaAwP8vVgT4AAGzAAABIwM1uND/L1YE+AABuwAAASMDNbjQ/e5aEPgAAbsAAAE7AuaAwP3uWhD4AAGxAAABOwANGCj/qGkg/AABuQAAATsADRgo/QntJPwAAbkAAAEjAFxQOP0J7ST8AAGxAAABIwBcUDj/qGkg/AABswAAAwL78qzM/3VZUPwAAbMAAAIC9AABAP91WVD8AAG7AAACAvQAAQD81t1U/AABuwAAAwL78qzM/NbdVPwAASEAAAMC+RTUJPx4GPD8AAE5AAADAvkU1CT9iMzg/AABOQAAAgL2Dwvk+YjM4PwAASEAAAIC9g8L5Ph4GPD8AAFrAAADgvjblFz47s34/AABawAAAgL0Ir7k9O7N+PwAAXsAAAIC9CK+5PbEZfD8AAF7AAADgvjblFz6xGXw/AABsQAAA4L5PI6w+/6YGPwAAbkAAAOC+TyOsPlcHCD8AAG5AAACAvXacjj5XBwg/AABsQAAAgL12nI4+/6YGPwAAbMAAAF7APo1wPzFTsD4AAGzAAABawD6NcD9FhrU+AABuwAAAWsDp63E/RYa1PgAAbsAAAF7A6etxPzFTsD4AAGxAAABewEHhfD8SgVI/AABuQAAAXsBB4Xw/auFTPwAAbkAAAFrAw2p6P2rhUz8AAGxAAABawMNqej8SgVI/AABswAAA4L7DgFE/c3UAPQAAbMAAAIC9L0RgP3N1AD0AAG7AAACAvS9EYD/0ehY9AABuwAAA4L7DgFE/9HoWPQAAWkAAAOC+qlB/P23SkD4AAF5AAADgvku6fD9t0pA+AABeQAAAgL1Lunw/6U5mPgAAWkAAAIC9qlB/P+lOZj4AAEjAAADgvmPcDD/RRJM+AABIwAAAwL4DRgo/0USTPgAAWsAAAMC+A0YKPwfieT4AAFrAAADgvmPcDD8H4nk+AABsQAAA4L5+L8Q+94UCPwAAbkAAAOC+fC/EPp8lAT8AAG5AAADAvjpcyT6fJQE/AABsQAAAwL48XMk+94UCPwAAbMAAAFrAXEkXPpCVaz8AAGzAAABIwJm6Qz6QlWs/AABuwAAASMCZukM+6PVsPwAAbsAAAFrAXEkXPuj1bD8AAG5AAABIwIlVbz9q4VM/AABsQAAASMCJVW8/EoFSPwAAbMAAAOC+SHuTPiZBbz8AAGzAAADAvkh7kz6w2nE/AABuwAAAwL6eOJY+sNpxPwAAbsAAAOC+njiWPiZBbz8AAEhAAADgvmdMHT8XJEI/AABaQAAA4L4YMBI/FyRCPwAAWkAAAMC+GDASP42KPz8AAEhAAADAvmdMHT+Nij8/AABewAAAQL76bAo/ohZ+PwAAXsAAAIC9+mwKP7QKeT8AAHjAAACAvbHj9D60Cnk/AAB4wAAAQL6x4/Q+ohZ+PwAAbEAAAEC+JDq5Pp5ZXz8AAG5AAABAvnr3uz6eWV8/AABuQAAAgL1697s+i2VkPwAAbEAAAIC9JDq5PotlZD8AAGzAAAB4wMdy5j3pwQ4/AABswAAAXsAqxk096cEOPwAAbsAAAF7AKsZNPZJhDT8AAG7AAAB4wMdy5j2TYQ0/AABsQAAAeMCDyVo/VIlzPwAAbkAAAHjAg8laP6zpdD8AAG5AAABewGLOSj+s6XQ/AABsQAAAXsBizko/VIlzPwAAbMAAAEC+Ys6KPHzvfT8AAGzAAACAvbvDFT18730/AABuwAAAgL27wxU91E9/PwAAbsAAAEC+Ys6KPNRPfz8AAF5AAABAvqFwXj9TSmk/AAB4QAAAQL6hcF4/pDtZPwAAeEAAAIC92GpZP6Q7WT8AAF5AAACAvdhqWT9TSmk/AABewAAA4L6uq+w+SHdyPwAAXsAAAMC+rqvsPr/dbz8AAHjAAADAvmy1zD6/3W8/AAB4wAAA4L5stcw+SHdyPwAAbEAAAOC+oXCePspiWT8AAG5AAADgvvctoT7KYlk/AABuQAAAwL73LaE+QclWPwAAbEAAAMC+oXCePkHJVj8AAGzAAAB4wO1UYT/jUn0/AABswAAAXsAPUHE/41J9PwAAbsAAAF7AD1BxPzuzfj8AAG7AAAB4wO1UYT87s34/AABsQAAAeMDgIPQ9NL4kPwAAbkAAAHjAORb/PTS+JD8AAG5AAABewDkW/z28uBQ/AABsQAAAXsDgIPQ9vLgUPwAAbMAAAOC+yzbsPI2kbj8AAGzAAADAvl+BHz2NpG4/AABuwAAAwL5fgR895QRwPwAAbsAAAOC+yzbsPOUEcD8AAF5AAADgvmlvQj+s6XQ/AAB4QAAA4L5IdDI/rOl0PwAAeEAAAMC+SHQyPyJQcj8AAF5AAADAvmlvQj8iUHI/AAB4wAAA4L5X0mU+ohZ+PwAAeMAAAIC9pMQqPqIWfj8AAIDAAACAvaTEKj60Cnk/AACAwAAA4L5X0mU+tAp5PwAAbEAAAOC+tmEHP5VSCj8AAG5AAADgvrZhBz/tsgs/AABuQAAAgL2TPPE+7bILPwAAbEAAAIC9kzzxPpVSCj8AAGzAAACAwFfZBj7pwQ4/AABuwAAAgMBX2QY+kWENPwAAbEAAAIDA4CD0PTKsKT8AAG5AAACAwDkW/z0yrCk/AABswAAA4L47VSg+V3pwPwAAbMAAAIC97mJjPld6cD8AAG7AAACAve5iYz6w2nE/AABuwAAA4L47VSg+sNpxPwAAeEAAAOC+QvafPjyZTz8AAIBAAADgvrHqlT48mU8/AACAQAAAgL2x6pU+v8NAPwAAeEAAAIC9QvafPr/DQD8="), +"aabb": AABB(-1.5, 0.375, 1.6873779, 33.5, 5.4375, 42.312622), +"attribute_data": PackedByteArray("AACwvwAAEL+9hjI/doexPgAArL8AABC/0Q8xP3aHsT4AAKy/AACAvdEPMT/DvYo+AACwvwAAgL29hjI/w72KPgAAkD4AAIC9V5+wPpNNdj8AAIA+AACAvVefsD6qz3Q/AACAPgAAEL9si4o+qs90PwAAkD4AABC/bIuKPpNNdj8AAJC+AAAQv8DYVj+Cftw+AACAvgAAEL/VYVU/gn7cPgAAgL4AAIC91WFVP9C0tT4AAJC+AACAvcDYVj/QtLU+AACwPwAAgL0d8z0/uuhiPwAArD8AAIC9HfM9P6RmZD8AAKw/AAAQvxL9UD+kZmQ/AACwPwAAEL8S/VA/uuhiPwAAtL8AAJC9JJdGPiuYZT8AAKi/AACQvSSXRj4zt2E/AACovwAAgL00a0U+M7dhPwAAtL8AAIC9NGtFPiuYZT8AAKA+AACAvdGsVT/+bp4+AABgPgAAgL3RrFU/Dq2WPgAAYD4AAJC91WFVPw6tlj4AAKA+AACQvdVhVT/+bp4+AACgPgAAqL+C2n8/tH+SPgAAYD4AAKi/gtp/P8O9ij4AAGA+AAC0v7cLfD/DvYo+AACgPgAAtL+3C3w/tH+SPgAAoL4AAJC9ZCGLPuJeRT8AAGC+AACQvWQhiz7pfUE/AABgvgAAgL1si4o+6X1BPwAAoL4AAIC9bIuKPuJeRT8AALQ/AACAvTmDoD3s6Rg/AACoPwAAgL2O+b497OkYPwAAqD8AAJC9jvm+PU42GT8AALQ/AACQvTmDoD1ONhk/AACwv9DNzbxurl0/r4LZPoAArL/Qzc28QfNeP6+C2T6AAKi/6OZmvT04YD+Cftw+AAC0v+jmZr1yaVw/gn7cPgAAoD5qanE/Q3lNP+WACD8ABGA+ampxP0N5TT/tnwQ/AAKAPmpqeT9YAkw/+OoFPwAAkD5qank/WAJMP9o1Bz8AAJA+gP+rv3+IWz+m0js/AACAPoD/q79/iFs/vVQ6PwAAgD4AALC/kxFaP71UOj8AAJA+AACwv5MRWj+m0js/AACQvrc2g7+SS2M9pgpdPwAEgL63NoO/kktjPW1VXj8ACGC+tzaHv0q6ej2GoF8///+fvrc2h79Kuno9jb9bPwAAtD9YFUC9gtp/P8VObD1V/6c/WBVAvYLafz9BPy49Vf+rP7AqgLynN30/8O1CPQAAsD+wKoC8pzd9PxWgVz0AAKa/AAAUv1RNTD8wcBQ/AACevwAAFL9UTUw/v8ARPwAAnr8AABC/aNZKP7/AET8AAKa/AAAQv2jWSj8wcBQ/AACIPgAAEL/NWjE/wHZ9PwAAUD4AABC/zVoxP0/Hej8AAFA+AAAUv+LjLz9Px3o/AACIPgAAFL/i4y8/wHZ9PwAAiL4AAJ6/gtp/Pzr7Zz8AAIi+AACmv6c3fT86+2c/AABQvgAApr+nN30/yUtlPwAAUL4AAJ6/gtp/P8lLZT8AAIg+AACev/FUUz+5Mjc+AABQPgAAnr8WslA/uTI3PgAAUD4AAKa/FrJQP/Z0LD4AAIg+AACmv/FUUz/2dCw+AACIvgAAFL+C2n8/W+MvPwAAUL4AABS/gtp/P+szLT8AAFC+AAAQv5djfj/rMy0/AACIvgAAEL+XY34/W+MvPwAApj8AABC/jpbjPse6wzwAAJ4/AAAQv0Tc6D7HusM8AACePwAAFL9E3Og+8nfzPAAApj8AABS/jpbjPvJ38zwCAKS/ehYIv8jfej/XE0g/gACgv3oWCL/I33o/t4ZJP4AAm796FhK/o4J9P4dWSz8CAKm/ehYSv6OCfT8HREY/AgCUPgAA4D6zVnw/ApEhPwD8Nz4AAOA+s1Z8P4J+HD8A/F8+AAD0PtizeT8xTh4/AQCAPgAA9D7Ys3k/U8EfPwAAlL6A/5q/gtp/P8e6Az8AAJS+AACpv4Lafz+PUP0+AAA4vgAAqb/I33o/j1D9PgAAOL6A/5q/yN96P8e6Az8BAIA+gP+fv6Zxhj6TTXY/APxfPoD/n7/Pg4M+k012PwD8Xz4AAKS/z4ODPqrPdD8BAIA+AACkv6Zxhj6qz3Q/AwCAvq2hCL+3C3w/80UkP6oCYL6toQi/twt8P924JT+qAji+raESv5Kufj+niCc/BACUvq2hEr+Srn4/J3YiPwAAqT8AARC/pnFGPzlFfD8AAJs/AAEQv6ZxRj+5Mnc/AACgPwABBr/LzkM/eQJ5PwAApD8AAQa/y85DP3l1ej8AALW/AAA0vzggxT4cNWM/4P+zvwAANL+vQ8U+uuhiP+D/sL8AABy/zr3MPrroYj8AALK/AAAcv1eazD4cNWM///93PgAAHL/Ka2g/6w7jPgACcD4AABy/ziBoP/4y4z4AAlg+AAA0v84gaD/c0Oo+AQBgPgAANL/Ka2g/yazqPgAAeL4AALG/m3uZPU42GT8AAHi+//+xv5t7mT3s6Rg/APxvvv//sb8/xI097OkYPwD8b74AALG/P8SNPU42GT8AAGA+AAC0v0od1j4m5YA8AABYPgAAtL9KHdY+1LFuPAAAWD4AALW/U4fVPtSxbjwAAGA+AAC1v1OH1T4m5YA8AQBgvgAANL+jj3Q+8nczPwD9V74AADS/pEh0PpArMz8A/W++AAAcv2iegT6QKzM/AQB4vgAAHL/nwYE+8nczPwAAsj8AABy/dWjtPkfNyD5A/7A/AAAcvwKM7T4LZsk+QP+zPwAANL/5EeY+C2bJPv//tD8AADS/be7lPkjNyD4AAKi/AAA0v2E4Rj/HugM/IACnvwAANL+qJkY/ZW4DPyAAqr8AABy/veNJP2ZuAz8AAKu/AAAcv3X1ST/HugM/AAB4PgAAHL881QQ/nrP/PgD/bz4AABy/gcMEPzEmAD8A/1c+AAA0v3IGAT8xJgA/AgBgPgAANL8tGAE/nrP/PgAAeL4AAKq/2z9nP4dWSz8AAHi+//+qv9/0Zj+HVks/APxvvv//qr/f9GY/nthJPwD8b74AAKq/2z9nP57YST8AAGA+AACnvwUY2z1o2lo/AABYPgAAp78FGNs9Bo5aPwAAWD4AAKi/JcDYPQaOWj8AAGA+AACovyXA2D1o2lo///9fvgAANL9dJw8/ZyRvPwAEWL4AADS/rRUPPwXYbj8ABHC+AAAcv8fSEj8F2G4///93vgAAHL945BI/ZyRvP///qj8AABy/a8UTP4gMNz9AAKo/AAAcvyDXEz8mwDY/QACnPwAANL82lBc/JsA2PwAAqD8AADS/gYIXP4gMNz8AAKi/AAA0v4aPfz/HVRo/AACnvwAANL+C2n8/1WcaPwAAqr8AABy/gtp/P+uYFj///6q/AAAcv4aPfz/dhhY/AACYPgAAHL+cgP0+8y0fP4D/kz4AABy/JV39PpHhHj+A/58+AAA0v6JrAj+R4R4/AACkPgAANL9dfQI/8y0fPwAAmL4AAKq/lZ1HP0vKgT4AAJi+//+qv5WdRz+HMYE+AACUvv//qr+ZUkc/hzGBPgAAlL4AAKq/mVJHP0vKgT7//6M+AACnv8E78j7zLR8/AP6fPgAAp7/qTe8+8y0fPwD+nz4AAKi/6k3vPpHhHj///6M+AACov8E78j6R4R4///+jvgAANL+SS2M9ED44PwABoL4AADS/32ZkPa7xNz8AAZS+AAAcvx4ckD2u8Tc///+XvgAAHL94jo89ED44PwAAqz8AABy/aTlmPtFFVz9gAKo/AAAcvzSAZj5w+VY/YACnPwAANL+UdHU+cPlWPwAAqD8AADS/yS11PtFFVz8AALW/AAA0v0CKBD8rmGU/AAC0vwAANL/6mwQ/yUtlPwAAsb8AABy/C1kIP8lLZT///7G/AAAcv1JHCD8rmGU/AACYPgAAHL8PDgg/K87SPgAAlD4AABy/C1kIP0by0j4AAKA+AAA0vwtZCD9xVMs+AACkPgAANL8PDgg/VjDLPgAAmL4AALG/ptThPgtmyT4AAJi+//+xv68+4T4LZsk+AACUvv//sb+vPuE+R83IPgAAlL4AALG/ptThPkfNyD7//6M+AAC0v58wWT+oPhM/AP6fPgAAtL+0uVc/qD4TPwD+nz4AALW/tLlXP0byEj///6M+AAC1v58wWT9G8hI///+jvgAANL9hMgI/x7oDP4D+n74AADS/IUQCP2VuAz+A/pO+AAAcvywBBj9lbgM///+XvgAAHL9s7wU/x7oDPwAAsj8AABy/TQxfP6rzHj9g/7A/AAAcv1HBXj+R4R4/YP+zPwAANL9RwV4/cLAiPwAAtT8AADS/TQxfP4nCIj8AAIC/AADAvj04YD87sVM/AABgvwAAwL49OGA/u55OPwAAYL8AAIC95TVUP7ueTj8AAIC/AACAveU1VD87sVM/AADgPwAAgL2ivIY9ePNIPwAAyD8AAIC9rE8YPXjzSD8AAMg/AADAvqxPGD3Ltzw/AADgPwAAwL6ivIY9y7c8PwAA4L8AAGC/aHNvP4Tqcz8AAOC/AACAv614aj+E6nM/AADIvwAAgL+teGo/9nRsPwAAyL8AAGC/aHNvP/Z0bD8AAOA/AABgvyPRTz9pkIY+AADIPwAAYL+Jfkg/aZCGPgAAyD8AAIC/iX5IP9PWeD4AAOA/AACAvyPRTz/T1ng+AACAPwAAgL0WslA/tuvpPAAAYD8AAIC9FrJQP9YdRj0AAGA/AADAvm60XD/WHUY9AACAPwAAwL5utFw/tuvpPAAAgL8AAEC+7mXKPujsHz0AAGC/AABAvnpwwD7o7B89AABgvwAAgL16cMA+2YmdPAAAgL8AAIC97mXKPtmJnTwAAJw/AACAve4CLz/Adn0/AABgPwAAgL2m1CE/wHZ9PwAAYD8AAEC+ptQhP0BkeD8AAJw/AABAvu4CLz9AZHg/AACcvwAAYL8MvGM/OvunPgAAnL8AAIC/DLxjPzrWnT4AAGC/AACAv8SNVj861p0+AABgvwAAYL/EjVY/OvunPgAAnD8AAGC/jG3RPmckbz8AAGA/AABgv/0Qtz5nJG8/AABgPwAAgL/9ELc+5xFqPwAAnD8AAIC/jG3RPucRaj8AAJy/AABAvuTSeD/+bl4/AABgvwAAQL7k0ng/ygFRPwAAYL8AAIC9KthzP8oBUT8AAJy/AACAvSrYcz/+bl4/AACAPwAAgL3I33o/6X0BPgAAYD8AAIC9yN96P+jHFT4AAGA/AABAvoLafz/oxxU+AACAPwAAQL6C2n8/6X0BPgAAOL8AAEC+1+1CP8B2fT8AAJC+AABAvsE7Mj/Adn0/AACQvgAAgL3BOzI/QGR4PwAAOL8AAIC91+1CP0BkeD8AAHg/AACAvVFewz4cNWM/AABgPwAAgL1RXsM+JFRfPwAAYD8AAEC+3Gi5PiRUXz8AAHg/AABAvtxouT4cNWM/AAB4vwAAkL4eHJA9KuJ5PwAAeL8AADi/xraoOyrieT8AAGC/AAA4v8a2qDsyAXY/AABgvwAAkL4eHJA9MgF2PwAAeD8AAJC+wNiWPs/Zfz8AAGA/AACQvsDYlj7X+Hs/AABgPwAAOL8n6Wo+1/h7PwAAeD8AADi/J+lqPs/Zfz8AAHi/AABAvjOlTj/uVXA/AABgvwAAQL5o1ko/7lVwPwAAYL8AAIC9aNZKP25Daz8AAHi/AACAvTOlTj9uQ2s/AAA4PwAAgL2+TGk/RvISPwAAkD4AAIC91P55P0byEj8AAJA+AABAvtT+eT/GBBg/AAA4PwAAQL6+TGk/xgQYPwAAsEAAADTAyggNP+MUMT8AAGxAAAA0wAqTkT7jFDE/AABsQAAASMAKk5E+NtkkPwAAsEAAAEjAyggNPzbZJD8AAE7AAADAvh1WWT7f8m0/AABIwAAAwL7zGko+3/JtPwAASMAAAIC98xpKPjO3YT8AAE7AAACAvR1WWT4zt2E/AABuQAAAgL0cLQc/SKh+PwAAbEAAAIC9HC0HP14qfT8AAGxAAADAvoZu9j5eKn0/AABuQAAAwL6GbvY+SKh+PwAAbsAAAEjAs1Z8P+JeRT8AAG7AAABOwLNWfD/pfUE/AABswAAATsDI33o/6X1BPwAAbMAAAEjAyN96P+JeRT8AAG5AAABIwJKufj/P2X8/AABsQAAASMCSrn4/5lt+PwAAbEAAAE7AyN96P+Zbfj8AAG5AAABOwMjfej/P2X8/AABuwAAAwL7nwYE+QIkCPwAAbMAAAMC+58GBPlcLAT8AAGzAAACAvW96Uz5XCwE/AABuwAAAgL1velM+QIkCPwAATkAAAIC9rXhqPzLcqzsAAEhAAACAva14aj8UFqc8AABIQAAAwL4Fe3Y/FBanPAAATkAAAMC+BXt2PzLcqzsAAF7AAADgvnmqCT7P2X8/AABawAAA4L55qgk+Xip9PwAAWsAAAIC9OYOgPV4qfT8AAF7AAACAvTmDoD3P2X8/AABuQAAAgL3Ka2g/ShRWPwAAbEAAAIC9ymtoP2GWVD8AAGxAAADgvpMRWj9hllQ/AABuQAAA4L6TEVo/ShRWPwAAbsAAAFrA8CuBPsiVeT8AAG7AAABewHfrhT7IlXk/AABswAAAXsB364U+sRN7PwAAbMAAAFrA8CuBPrETez8AAG5AAABawKZxRj+UZN4+AABsQAAAWsC6+kQ/lGTePgAAbEAAAF7AuvpEP6+C2T4AAG5AAABewKZxRj+vgtk+AABuwAAA4L5lhOY+lQNiPwAAbMAAAOC+ZYTmPquFYD8AAGzAAACAvffPyT6rhWA/AABuwAAAgL33z8k+lQNiPwAAXkAAAIC9nEEQPzRtTT8AAFpAAACAvZxBED+lHFA/AABaQAAA4L7Tmx4/pRxQPwAAXkAAAOC+05sePzRtTT8AAFrAAADgvvFUUz9zG9o+AABIwAAA4L7xVFM/KQfEPgAASMAAAMC+FrJQPykHxD4AAFrAAADAvhayUD9zG9o+AABsQAAA4L7JpfE+Xip9PwAAbkAAAOC+yaXxPkiofj8AAG7AAABIwDnmOz+kZmQ/AABuwAAAWsDRDzE/pGZkPwAAbMAAAFrA0Q8xP7roYj8AAGzAAABIwDnmOz+66GI/AABuQAAASMCmcUY/F130PgAAbEAAAEjAuvpEPxdd9D4AAG7AAADgvh3z/T45RXw/AABswAAA4L4d8/0+T8d6PwAAbMAAAMC+Z634Pk/Hej8AAG7AAADAvmet+D45RXw/AABaQAAAwL4WslA/u8MYOgAASEAAAMC+f4hbP7vDGDoAAEhAAADgvn+IWz9uaDU8AABaQAAA4L4WslA/bmg1PAAAeMAAAEC+XuBdPwNHDT8AAF7AAABAvjdaTj8DRw0/AABewAAAgL03Wk4/gzQIPwAAeMAAAIC9XuBdP4M0CD8AAG5AAACAvbPzID8sTlE/AABsQAAAgL3HfB8/LE5RPwAAbEAAAEC+x3wfP6w7TD8AAG5AAABAvrPzID+sO0w/AABuwAAAeMBpyKQ+yJV5PwAAbMAAAHjAacikPrETez8AAG5AAABewPiVQD8bf3c/AABsQAAAXsD4lUA/MgF2PwAAbEAAAHjA0Q8xPzIBdj8AAG5AAAB4wNEPMT8bf3c/AABuwAAAQL7EKns/HDVjPwAAbMAAAEC+2LN5Pxw1Yz8AAGzAAACAvdizeT+cIl4/AABuwAAAgL3EKns/nCJePwAAeEAAAIC9U4fVPrkydz8AAF5AAACAvaCT9D65Mnc/AABeQAAAQL6gk/Q+OUV8PwAAeEAAAEC+U4fVPjlFfD8AAHjAAADgvufBgT4bf3c/AABewAAA4L40a0U+G393PwAAXsAAAMC+NGtFPqrPdD8AAHjAAADAvufBgT6qz3Q/AABuQAAAwL4+m/s+KuJ5PwAAbEAAAMC+Z634PirieT8AAGxAAADgvmet+D65Mnc/AABuQAAA4L4+m/s+uTJ3PwAAbsAAAF7AFk+1Ps/Zfz8AAG7AAAB4wBZPtT6MCXA/AABswAAAeMA/YbI+jAlwPwAAbMAAAF7AP2GyPs/Zfz8AAG5AAABewIYsJD/P2X8/AABsQAAAXsCGLCQ/5lt+PwAAbEAAAHjACKEzP+Zbfj8AAG5AAAB4wAihMz/P2X8/AABuwAAA4L5E3Og+Wwh6PgAAbMAAAOC+be7lPlsIej4AAGzAAADAvm3u5T6YSm8+AABuwAAAwL5E3Og+mEpvPgAAeEAAAMC+LipYPvcqWD8AAF5AAADAvmQhiz73Klg/AABeQAAA4L5kIYs+aNpaPwAAeEAAAOC+LipYPmjaWj8AAIDAAADgvtftQj9pkEY/AAB4wAAA4L4d8z0/aZBGPwAAeMAAAIC9HfM9P67xNz8AAIDAAACAvdftQj+u8Tc/AABuQAAAgL37hMk8SV5qPwAAbEAAAIC9i6eaPEleaj8AAGxAAADgvounmjyNv1s/AABuQAAA4L77hMk8jb9bPwAAbsAAAIDAeEeuPsiVeT8AAGzAAACAwHhHrj6xE3s/AABsQAAAgMBrYjg/5lt+PwAAbkAAAIDAa2I4P8/Zfz8AAG7AAADgvn+IWz8Sqg8/AABswAAA4L5/iFs/KSwOPwAAbMAAAIC9Ry5NPyksDj8AAG7AAACAvUcuTT8Sqg8/AACAQAAAgL2wZzM/VwsBPwAAeEAAAIC9sGczP9YdBj8AAHhAAADgvufBQT/WHQY/AACAQAAA4L7nwUE/VwsBPw=="), "format": 34359742519, "index_count": 624, -"index_data": PackedByteArray("AAABAAIAAAACAAMABAAFAAYABAAGAAcACAAJAAoACAAKAAsADAANAA4ADAAOAA8AEAARABIAEAASABMAFAAVABYAFAAWABcAGAAZABoAGAAaABsAHAAdAB4AHAAeAB8AIAAhACIAIAAiACMAJAAlACYAJAAmACcAKAApACoAKAAqACsALAAtAC4ALAAuAC8AMAAxADIAMAAyADMANAA1ADYANAA2ADcAOAA5ADoAOAA6ADsAPAA9AD4APAA+AD8AQABBAEIAQABCAEMARABFAEYARABGAEcASABJAEoASABKAEsATABNAE4ATABOAE8AUABRAFIAUABSAFMAVABVAFYAVABWAFcAWABZAFoAWABaAFsAXABdAF4AXABeAF8AYABhAGIAYABiAGMAZABlAGYAZABmAGcAaABpAGoAaABqAGsAbABtAG4AbABuAG8AcABxAHIAcAByAHMAdAB1AHYAdAB2AHcAeAB5AHoAeAB6AHsAfAB9AH4AfAB+AH8AgACBAIIAgACCAIMAhACFAIYAhACGAIcAiACJAIoAiACKAIsAjACNAI4AjACOAI8AkACRAJIAkACSAJMAlACVAJYAlACWAJcAmACZAJoAmACaAJsAnACdAJ4AnACeAJ8AoAChAKIAoACiAKMApAClAKYApACmAKcAqACpAKoAqACqAKsArACtAK4ArACuAK8AsACxALIAsACyALMAtAC1ALYAtAC2ALcAuAC5ALoAuAC6ALsAvAC9AL4AvAC+AL8AwADBAMIAwADCAMMAxADFAMYAxADGAMcAyADJAMoAyADKAMsAzADNAM4AzADOAM8A0ADRANIA0ADSANMA1ADVANYA1ADWANcA2ADZANoA2ADaANsA3ADdAN4A3ADeAN8A4ADhAOIA4ADiAOMA5ADlAOYA5ADmAOcA6ADpAOoA6ADqAOsA7ADtAO4A7ADuAO8A8ADxAPIA8ADyAPMA9AD1APYA9AD2APcA+AD5APoA+AD6APsA/AD9AP4A/AD+AP8AAAEBAQIBAAECAQMBBAEFAQYBBAEGAQcBCAEJAQoBCAEKAQsBDAENAQ4BDAEOAQ8BEAERARIBEAESARMBFAEVARYBFAEWARcBGAEZARoBGAEaARsBHAEdAR4BHAEeAR8BIAEhASIBIAEiASMBJAElASYBJAEmAScBKAEpASoBKAEqASsBLAEtAS4BLAEuAS8BMAExATIBMAEyATMBNAE1ATYBNAE2ATcBOAE5AToBOAE6ATsBPAE9AT4BPAE+AT8BQAFBAUIBQAFCAUMBRAFFAUYBRAFGAUcBSAFJAUoBSAFKAUsBNwE2AUwBNwFMAU0BTgFPAVABTgFQAVEBUgFTAVQBUgFUAVUBVgFXAVgBVgFYAVkBWgFbAVwBWgFcAV0BXgFfAWABXgFgAWEBYgFjAWQBYgFkAWUBZgFnAWgBZgFoAWkBagFrAWwBagFsAW0BbgFvAXABbgFwAXEBcgFzAXQBcgF0AXUBdgF3AXgBdgF4AXkBegF7AXwBegF8AX0BfgF/AYABfgGAAYEBggGDAYQBggGEAYUBhgGHAYgBhgGIAYkBigGLAYwBigGMAY0BjgFeAWEBjgFhAY8BkAGRAXsBkAF7AXoBkgGTAZQBkgGUAZUBlgGXAZgBlgGYAZkB"), -"material": SubResource("StandardMaterial3D_4014d"), +"index_data": PackedByteArray("AAABAAIAAAACAAMABAAFAAYABAAGAAcACAAJAAoACAAKAAsADAANAA4ADAAOAA8AEAARABIAEAASABMAFAAVABYAFAAWABcAGAAZABoAGAAaABsAHAAdAB4AHAAeAB8AIAAhACIAIAAiACMAJAAlACYAJAAmACcAKAApACoAKAAqACsALAAtAC4ALAAuAC8AMAAxADIAMAAyADMANAA1ADYANAA2ADcAOAA5ADoAOAA6ADsAPAA9AD4APAA+AD8AQABBAEIAQABCAEMARABFAEYARABGAEcASABJAEoASABKAEsATABNAE4ATABOAE8AUABRAFIAUABSAFMAVABVAFYAVABWAFcAWABZAFoAWABaAFsAXABdAF4AXABeAF8AYABhAGIAYABiAGMAZABlAGYAZABmAGcAaABpAGoAaABqAGsAbABtAG4AbABuAG8AcABxAHIAcAByAHMAdAB1AHYAdAB2AHcAeAB5AHoAeAB6AHsAfAB9AH4AfAB+AH8AgACBAIIAgACCAIMAhACFAIYAhACGAIcAiACJAIoAiACKAIsAjACNAI4AjACOAI8AkACRAJIAkACSAJMAlACVAJYAlACWAJcAmACZAJoAmACaAJsAnACdAJ4AnACeAJ8AoAChAKIAoACiAKMApAClAKYApACmAKcAqACpAKoAqACqAKsArACtAK4ArACuAK8AsACxALIAsACyALMAtAC1ALYAtAC2ALcAuAC5ALoAuAC6ALsAvAC9AL4AvAC+AL8AwADBAMIAwADCAMMAxADFAMYAxADGAMcAyADJAMoAyADKAMsAzADNAM4AzADOAM8A0ADRANIA0ADSANMA1ADVANYA1ADWANcA2ADZANoA2ADaANsA3ADdAN4A3ADeAN8A4ADhAOIA4ADiAOMA5ADlAOYA5ADmAOcA6ADpAOoA6ADqAOsA7ADtAO4A7ADuAO8A8ADxAPIA8ADyAPMA9AD1APYA9AD2APcA+AD5APoA+AD6APsA/AD9AP4A/AD+AP8AAAEBAQIBAAECAQMBBAEFAQYBBAEGAQcBCAEJAQoBCAEKAQsBDAENAQ4BDAEOAQ8BEAERARIBEAESARMBFAEVARYBFAEWARcBGAEZARoBGAEaARsBHAEdAR4BHAEeAR8BIAEhASIBIAEiASMBJAElASYBJAEmAScBKAEpASoBKAEqASsBLAEtAS4BLAEuAS8BMAExATIBMAEyATMBNAE1ATYBNAE2ATcBOAE5AToBOAE6ATsBPAE9AT4BPAE+AT8BQAFBAUIBQAFCAUMBFwEWAUQBFwFEAUUBRgFHAUgBRgFIAUkBSgFLATUBSgE1ATQBTAFNAU4BTAFOAU8BUAFRAVIBUAFSAVMBVAFVAVYBVAFWAVcBWAFZAVoBWAFaAVsBMQFcAV0BMQFdATIBXgFfAWABXgFgAWEBYgFjAWQBYgFkAWUBZgFnAWgBZgFoAWkBagFrAWwBagFsAW0BbgFvAXABbgFwAXEBcgFzAXQBcgF0AXUBdgF3AXgBdgF4AXkBegF7AXwBegF8AX0BfgF/AYABfgGAAYEBggGDAYQBggGEAYUBhgGHAYgBhgGIAYkBXAGKAYsBXAGLAV0BeQF4AYwBeQGMAY0BjgGPAZABjgGQAZEBkgGTAZQBkgGUAZUB"), +"material": ExtResource("20_ih8d0"), "primitive": 3, "uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 410, -"vertex_data": PackedByteArray("AAAsQQAAmEAAAABAAAAsQQAAQD8AAABAAAAwQQAAQD8AAABAAAAwQQAAmEAAAABAAAAsQQAAmEAAAABAAAAsQQAAmEAAABBAAAAsQQAAQD8AABBAAAAsQQAAQD8AAABAAAAwQQAAmEAAAABAAAAwQQAAQD8AAABAAAAwQQAAQD8AABBAAAAwQQAAmEAAABBAAAAsQQAAmEAAABBAAAAwQQAAmEAAABBAAAAwQQAAQD8AABBAAAAsQQAAQD8AABBAAAAoQQAAED8AAOA/AAAoQQAAAD8AAOA/AAA0QQAAAD8AAOA/AAA0QQAAED8AAOA/AAAoQQAAED8AAOA/AAAoQQAAED8AACBAAAAoQQAAAD8AACBAAAAoQQAAAD8AAOA/AAA0QQAAED8AAOA/AAA0QQAAED8AACBAAAAoQQAAED8AACBAAAAoQQAAED8AAOA/AAA0QQAAED8AAOA/AAA0QQAAAD8AAOA/AAA0QQAAAD8AACBAAAA0QQAAED8AACBAAAAoQQAAED8AACBAAAA0QQAAED8AACBAAAA0QQAAAD8AACBAAAAoQQAAAD8AACBAAQAsQQAAQD8AAABAAQAoQQAAED///98/AAA0QQAAED///98/AAAwQQAAQD8AAABAAQAsQQAAQD8AAABAAQAsQQAAQD8AABBAAQAoQQAAED8BACBAAQAoQQAAED///98/AAAwQQAAQD8AAABAAAAwQQAAQD8AABBAAQAsQQAAQD8AABBAAQAsQQAAQD8AAABAAAAwQQAAQD8AABBAAAAwQQAAQD8AAABAAAA0QQAAED///98/AAA0QQAAED8BACBAAQAsQQAAQD8AABBAAAAwQQAAQD8AABBAAAA0QQAAED8BACBAAQAoQQAAED8BACBAAAAqQQAAnEAAAPA/AAAqQQAAmEAAAPA/AAAyQQAAmEAAAPA/AAAyQQAAnEAAAPA/AAAqQQAAnEAAAPA/AAAqQQAAnEAAABhAAAAqQQAAmEAAABhAAAAqQQAAmEAAAPA/AAAyQQAAmEAAAPA/AAAqQQAAmEAAAPA/AAAqQQAAmEAAABhAAAAyQQAAmEAAABhAAAAyQQAAnEAAAPA/AAAyQQAAnEAAABhAAAAqQQAAnEAAABhAAAAqQQAAnEAAAPA/AAAyQQAAnEAAAPA/AAAyQQAAmEAAAPA/AAAyQQAAmEAAABhAAAAyQQAAnEAAABhAAAAqQQAAnEAAABhAAAAyQQAAnEAAABhAAAAyQQAAmEAAABhAAAAqQQAAmEAAABhAAAAwQQAAukADAABAAAAsQQAAukADAABA//8mQQAAtEABANg/AAA1QQAAtEABANg/AAAsQQAAukADAABAAAAsQQAAukACABBA//8mQQAAtEAEACRA//8mQQAAtEABANg/AAA1QQAAtEABANg///8mQQAAtEABANg///8mQQAAtEAEACRAAAA1QQAAtEAEACRAAAAwQQAAukADAABAAAAwQQAAukACABBAAAAsQQAAukACABBAAAAsQQAAukADAABAAAAwQQAAukACABBAAAAwQQAAukADAABAAAA1QQAAtEABANg/AAA1QQAAtEAEACRAAAAsQQAAukACABBAAAAwQQAAukACABBAAAA1QQAAtEAEACRA//8mQQAAtEAEACRAAAA0QQAAtEABANg/AAAxQQAAnEABAPA///8xQQAAnEABAPA///80QQAAtEABANg/AAA0QQAAtEABANg/AAA0QQAAtEABAOA/AAAxQQAAnEACAPg/AAAxQQAAnEABAPA///8xQQAAnEABAPA/AAAxQQAAnEABAPA/AAAxQQAAnEACAPg///8xQQAAnEACAPg///80QQAAtEABANg///80QQAAtEABAOA/AAA0QQAAtEABAOA/AAA0QQAAtEABANg///80QQAAtEABANg///8xQQAAnEABAPA///8xQQAAnEACAPg///80QQAAtEABAOA/AAA0QQAAtEABAOA///80QQAAtEABAOA///8xQQAAnEACAPg/AAAxQQAAnEACAPg/AAAnQQAAtEABANg/AQAqQQAAnEABAPA/AAArQQAAnEABAPA///8nQQAAtEABANg/AAAnQQAAtEABANg/AAAnQQAAtEABAOA/AQAqQQAAnEACAPg/AQAqQQAAnEABAPA/AAArQQAAnEABAPA/AQAqQQAAnEABAPA/AQAqQQAAnEACAPg/AAArQQAAnEACAPg///8nQQAAtEABANg///8nQQAAtEABAOA/AAAnQQAAtEABAOA/AAAnQQAAtEABANg///8nQQAAtEABANg/AAArQQAAnEABAPA/AAArQQAAnEACAPg///8nQQAAtEABAOA/AAAnQQAAtEABAOA///8nQQAAtEABAOA/AAArQQAAnEACAPg/AQAqQQAAnEACAPg/AAAnQQAAtEAAACBAAQAqQQAAnED//xNAAAArQQAAnED//xNA//8nQQAAtEAAACBAAAAnQQAAtEAAACBAAAAnQQAAtEAAACRAAQAqQQAAnED//xdAAQAqQQAAnED//xNAAAArQQAAnED//xNAAQAqQQAAnED//xNAAQAqQQAAnED//xdAAAArQQAAnED//xdA//8nQQAAtEAAACBA//8nQQAAtEAAACRAAAAnQQAAtEAAACRAAAAnQQAAtEAAACBA//8nQQAAtEAAACBAAAArQQAAnED//xNAAAArQQAAnED//xdA//8nQQAAtEAAACRAAAAnQQAAtEAAACRA//8nQQAAtEAAACRAAAArQQAAnED//xdAAQAqQQAAnED//xdAAAA0QQAAtEAAACBAAAAxQQAAnED//xNA//8xQQAAnED//xNA//80QQAAtEAAACBAAAA0QQAAtEAAACBAAAA0QQAAtEAAACRAAAAxQQAAnED//xdAAAAxQQAAnED//xNA//8xQQAAnED//xNAAAAxQQAAnED//xNAAAAxQQAAnED//xdA//8xQQAAnED//xdA//80QQAAtEAAACBA//80QQAAtEAAACRAAAA0QQAAtEAAACRAAAA0QQAAtEAAACBA//80QQAAtEAAACBA//8xQQAAnED//xNA//8xQQAAnED//xdA//80QQAAtEAAACRAAAA0QQAAtEAAACRA//80QQAAtEAAACRA//8xQQAAnED//xdAAAAxQQAAnED//xdAAABQQAAAQEAAAEhBAABQQAAAAD8AAEhBAACIQAAAAD8AAEhBAACIQAAAQEAAAEhBAABQQAAAQEAAAEhBAABQQAAAQEAAAGBBAABQQAAAAD8AAGBBAABQQAAAAD8AAEhBAACIQAAAAD8AAEhBAABQQAAAAD8AAEhBAABQQAAAAD8AAGBBAACIQAAAAD8AAGBBAACIQAAAQEAAAEhBAACIQAAAQEAAAGBBAABQQAAAQEAAAGBBAABQQAAAQEAAAEhBAABQQAAAQEAAAGBBAACIQAAAQEAAAGBBAACIQAAAAD8AAGBBAABQQAAAAD8AAGBBAABQQAAAwD8AAOBAAABQQAAAAD8AAOBAAACIQAAAAD8AAOBAAACIQAAAwD8AAOBAAABQQAAAwD8AAOBAAABQQAAAwD8AABxBAABQQAAAAD8AABxBAABQQAAAAD8AAOBAAACIQAAAAD8AAOBAAABQQAAAAD8AAOBAAABQQAAAAD8AABxBAACIQAAAAD8AABxBAACIQAAAwD8AAOBAAACIQAAAwD8AABxBAABQQAAAwD8AABxBAABQQAAAwD8AAOBAAACIQAAAwD8AAOBAAACIQAAAAD8AAOBAAACIQAAAAD8AABxBAACIQAAAwD8AABxBAABQQAAAwD8AABxBAACIQAAAwD8AABxBAACIQAAAAD8AABxBAABQQAAAAD8AABxBAADAvwAAwD8AAOBAAADAvwAAAD8AAOBAAAAAQAAAAD8AAOBAAAAAQAAAwD8AAOBAAADAvwAAwD8AAOBAAADAvwAAwD8AAPhAAADAvwAAAD8AAPhAAADAvwAAAD8AAOBAAAAAQAAAAD8AAOBAAADAvwAAAD8AAOBAAADAvwAAAD8AAPhAAAAAQAAAAD8AAPhAAAAAQAAAwD8AAOBAAAAAQAAAwD8AAPhAAADAvwAAwD8AAPhAAADAvwAAwD8AAOBAAAAAQAAAwD8AAOBAAAAAQAAAAD8AAOBAAAAAQAAAAD8AAPhAAAAAQAAAwD8AAPhAAADAvwAAwD8AAPhAAAAAQAAAwD8AAPhAAAAAQAAAAD8AAPhAAADAvwAAAD8AAPhAAADIQQAAwD4AAOxBAADIQQAAwD4AADBCAAC0QQAAwD4AADBCAAC0QQAAwD4AAOxBAADIQQAAQEAAAOxBAADIQQAAAD8AAOxBAADOQQAAAD8AAOxBAADOQQAAQEAAAOxBAADIQQAAQEAAAOxBAADIQQAAQEAAAO5BAADIQQAAAD8AAO5BAADIQQAAAD8AAOxBAADOQQAAAD8AAOxBAADIQQAAAD8AAOxBAADIQQAAAD8AAO5BAADOQQAAAD8AAO5BAADOQQAAQEAAAOxBAADOQQAAQEAAAO5BAADIQQAAQEAAAO5BAADIQQAAQEAAAOxBAADOQQAAQEAAAOxBAADOQQAAAD8AAOxBAADOQQAAAD8AAO5BAADOQQAAQEAAAO5BAADIQQAAQEAAAO5BAADOQQAAQEAAAO5BAADOQQAAAD8AAO5BAADIQQAAAD8AAO5BAADaQQAAYEAAAOxBAADaQQAAAD8AAOxBAADeQQAAAD8AAOxBAADeQQAAYEAAAOxBAADaQQAAYEAAAOxBAADaQQAAYEAAAO5BAADaQQAAAD8AAO5BAADaQQAAAD8AAOxBAADeQQAAAD8AAOxBAADaQQAAAD8AAOxBAADaQQAAAD8AAO5BAADeQQAAAD8AAO5BAADeQQAAYEAAAOxBAADeQQAAYEAAAO5BAADaQQAAYEAAAO5BAADaQQAAYEAAAOxBAADeQQAAYEAAAOxBAADeQQAAAD8AAOxBAADeQQAAAD8AAO5BAADeQQAAYEAAAO5BAADaQQAAYEAAAO5BAADeQQAAYEAAAO5BAADeQQAAAD8AAO5BAADaQQAAAD8AAO5BAADIQQAAYEAAAOxBAADIQQAAQEAAAOxBAADaQQAAQEAAAOxBAADaQQAAYEAAAOxBAADIQQAAYEAAAOxBAADIQQAAYEAAAO5BAADIQQAAQEAAAO5BAADIQQAAQEAAAOxBAADaQQAAQEAAAOxBAADIQQAAQEAAAOxBAADIQQAAQEAAAO5BAADaQQAAQEAAAO5BAADIQQAAYEAAAO5BAADIQQAAYEAAAOxBAADaQQAAYEAAAOxBAADaQQAAQEAAAOxBAADaQQAAQEAAAO5BAADaQQAAYEAAAO5BAADIQQAAYEAAAO5BAADaQQAAYEAAAO5BAADaQQAAQEAAAO5BAADIQQAAQEAAAO5BAADeQQAAwD8AAOxBAADeQQAAAD8AAOxBAAD4QQAAAD8AAOxBAAD4QQAAwD8AAOxBAADeQQAAwD8AAOxBAADeQQAAwD8AAO5BAADeQQAAAD8AAO5BAADeQQAAAD8AAOxBAAD4QQAAAD8AAOxBAADeQQAAAD8AAOxBAADeQQAAAD8AAO5BAAD4QQAAAD8AAO5BAAD4QQAAwD8AAOxBAAD4QQAAwD8AAO5BAADeQQAAwD8AAO5BAADeQQAAwD8AAOxBAAD4QQAAwD8AAOxBAAD4QQAAAD8AAOxBAAD4QQAAAD8AAO5BAAD4QQAAwD8AAO5BAADeQQAAwD8AAO5BAAD4QQAAwD8AAO5BAAD4QQAAAD8AAO5BAADeQQAAAD8AAO5BAADeQQAAYEAAAOxBAADeQQAAQEAAAOxBAAD4QQAAQEAAAOxBAAD4QQAAYEAAAOxBAADeQQAAYEAAAOxBAADeQQAAYEAAAO5BAADeQQAAQEAAAO5BAADeQQAAQEAAAOxBAAD4QQAAQEAAAOxBAADeQQAAQEAAAOxBAADeQQAAQEAAAO5BAAD4QQAAQEAAAO5BAAD4QQAAYEAAAOxBAAD4QQAAYEAAAO5BAADeQQAAYEAAAO5BAADeQQAAYEAAAOxBAAD4QQAAYEAAAOxBAAD4QQAAQEAAAOxBAAD4QQAAQEAAAO5BAAD4QQAAYEAAAO5BAADeQQAAYEAAAO5BAAD4QQAAYEAAAO5BAAD4QQAAQEAAAO5BAADeQQAAQEAAAO5BAAD4QQAAYEAAAOxBAAD4QQAAAD8AAOxBAAAAQgAAAD8AAOxBAAAAQgAAYEAAAOxBAAD4QQAAYEAAAOxBAAD4QQAAYEAAAO5BAAD4QQAAAD8AAO5BAAD4QQAAAD8AAOxBAAAAQgAAAD8AAOxBAAAAQgAAAD8AAO5BAAAAQgAAYEAAAOxBAAAAQgAAYEAAAO5BAAAAQgAAYEAAAOxBAAAAQgAAAD8AAOxBAAAAQgAAAD8AAO5BAAAAQgAAYEAAAO5BAAD4QQAAYEAAAO5BAAAAQgAAYEAAAO5BAAAAQgAAAD8AAO5BAAD4QQAAAD8AAO5B/////wAA/7//////AAD/v/////8AAP+//////wAA/78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//v///AID///////8AgP///////wCA////////AID//////3//f////7//f/9/////v/9//3////+//3//f////7//////AAD/v/////8AAP+//////wAA/7//////AAD/vwAAAID/f/+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AID///9//78AgP///3//vwCA////f/+/AID///9//7///wCA////////AID///////8AgP///////wCA//////9//3////+//3//f////7//f/9/////v/9//3////+/2rb//wAA/z/atv//AAD/P9q2//8AAP8/2rb//wAA/z8kSSPJ/3//PyRJI8n/f/8/JEkjyf9//z8kSSPJ/3//PwCA////f/+/AID///9//78AgP///3//vwCA////f/+/2rYiyf//AADatiLJ//8AANq2Isn//wAA2rYiyf//AAD/fyPJ////P/9/I8n///8//38jyf///z//fyPJ////P/////8AAP+//////wAA/7//////AAD/v/////8AAP+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AAAAgP9//78AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+///8AgP///////wCA////////AID///////8AgP//////f/9/////v/9//3////+//3//f////7//f/9/////v/+v//8AAP8//6///wAA/z//r///AAD/P/+v//8AAP8//0//z/9//z//T//P/3//P/9P/8//f/8//0//z/9//z8AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+//6//z///AAD/r//P//8AAP+v/8///wAA/6//z///AAD/f//P////P/9//8////8//3//z////z//f//P////P2XmAAAAAP+/ZeYAAAAA/79l5gAAAAD/v2XmAAAAAP+/mBmZmf9//7+YGZmZ/3//v5gZmZn/f/+/mBmZmf9//78AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+/ZeZmZv////9l5mZm/////2XmZmb/////ZeZmZv//////f5mZ////v/9/mZn///+//3+Zmf///7//f5mZ////v2XmAAAAAP+/ZeYAAAAA/79l5gAAAAD/v2XmAAAAAP+/mBlmZv9//7+YGWZm/3//v5gZZmb/f/+/mBlmZv9//78AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+/ZeaZmf////9l5pmZ/////2XmmZn/////ZeaZmf//////f5mZ////v/9/mZn///+//3+Zmf///7//f5mZ////v2Xm//8AAP+/Zeb//wAA/79l5v//AAD/v2Xm//8AAP+/mBlmZv9//7+YGWZm/3//v5gZZmb/f/+/mBlmZv9//78AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+/ZeaZmf////9l5pmZ/////2XmmZn/////ZeaZmf//////f2Zm////v/9/Zmb///+//39mZv///7//f2Zm////v2Xm//8AAP+/Zeb//wAA/79l5v//AAD/v2Xm//8AAP+/mBmZmf9//7+YGZmZ/3//v5gZmZn/f/+/mBmZmf9//78AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+/ZeZmZv////9l5mZm/////2XmZmb/////ZeZmZv//////f2Zm////v/9/Zmb///+//39mZv///7//f2Zm////v/////8AAP+//////wAA/7//////AAD/v/////8AAP+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AAAAgP9//78AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+//3//f////7//f/9/////v/9//3////+//3//f////7//////AAD/v/////8AAP+//////wAA/7//////AAD/vwAAAID/f/+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AIAAAP////8AgAAA/////wCAAAD/////AIAAAP////8AgP///3//vwCA////f/+/AID///9//78AgP///3//v///AID///////8AgP///////wCA////////AID//////3//f////7//f/9/////v/9//3////+//3//f////7//////AAD/v/////8AAP+//////wAA/7//////AAD/vwAAAID/f/+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AIAAAP////8AgAAA/////wCAAAD/////AIAAAP////8AgP///3//vwCA////f/+/AID///9//78AgP///3//v///AID///////8AgP///////wCA////////AID//////3//f////7//f/9/////v/9//3////+//3//f////78AgP///3//vwCA////f/+/AID///9//78AgP///3//v/////8AAP+//////wAA/7//////AAD/v/////8AAP+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AAAAgP9//78AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+///8AgP///////wCA////////AID///////8AgP//////f/9/////v/9//3////+//3//f////7//f/9/////v/////8AAP+//////wAA/7//////AAD/v/////8AAP+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AAAAgP9//78AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+///8AgP///////wCA////////AID///////8AgP//////f/9/////v/9//3////+//3//f////7//f/9/////v/////8AAP+//////wAA/7//////AAD/v/////8AAP+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AAAAgP9//78AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCA////f/+/AID///9//7///wCA////////AID///////8AgP///////wCA//////9//3////+//3//f////7//f/9/////v/9//3////+//////wAA/7//////AAD/v/////8AAP+//////wAA/78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AID///9//78AgP///3//vwCA////f/+/AID///9//7///wCA////////AID///////8AgP///////wCA//////9//3////+//3//f////7//f/9/////v/9//3////+//////wAA/7//////AAD/v/////8AAP+//////wAA/78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AID///9//78AgP///3//vwCA////f/+/AID///9//7///wCA////////AID///////8AgP///////wCA//////9//3////+//3//f////7//f/9/////v/9//3////+//////wAA/7//////AAD/v/////8AAP+//////wAA/78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCAAAD/////AIAAAP////8AgP///3//vwCA////f/+///8AgP///////wCA////////AID///////8AgP//////f/9/////v/9//3////+//3//f////7//f/9/////vw==") +"vertex_count": 406, +"vertex_data": PackedByteArray("AAAwQQAAmEAAAABAAAAsQQAAmEAAAABAAAAsQQAAQD8AAABAAAAwQQAAQD8AAABAAAAsQQAAQD8AABBAAAAsQQAAQD8AAABAAAAsQQAAmEAAAABAAAAsQQAAmEAAABBAAAAwQQAAmEAAABBAAAAwQQAAmEAAAABAAAAwQQAAQD8AAABAAAAwQQAAQD8AABBAAAAwQQAAQD8AABBAAAAsQQAAQD8AABBAAAAsQQAAmEAAABBAAAAwQQAAmEAAABBAAAA0QQAAED8AAOA/AAAoQQAAED8AAOA/AAAoQQAAAD8AAOA/AAA0QQAAAD8AAOA/AAAoQQAAAD8AACBAAAAoQQAAAD8AAOA/AAAoQQAAED8AAOA/AAAoQQAAED8AACBAAAAoQQAAED8AACBAAAAoQQAAED8AAOA/AAA0QQAAED8AAOA/AAA0QQAAED8AACBAAAA0QQAAED8AACBAAAA0QQAAED8AAOA/AAA0QQAAAD8AAOA/AAA0QQAAAD8AACBAAAA0QQAAAD8AACBAAAAoQQAAAD8AACBAAAAoQQAAED8AACBAAAA0QQAAED8AACBAAAAwQQAAQD8AAABAgAAsQQAAQD8AAABAgAAoQQAAED8AAOA/AAA0QQAAED8AAOA/gAAoQQAAED8AACBAgAAoQQAAED8ABOA/gAAsQQAAQD8AAgBAgAAsQQAAQD8AABBAgP8rQQAAQD8AABBAgP8rQQAAQD8AAABAAAAwQQAAQD8AAABAAAAwQQAAQD8AABBAgP8vQQAAQD8AABBAgP8vQQAAQD8ABABAgP8zQQAAED8ACOA/gP8zQQAAED///x9AAAA0QQAAED+rAiBAVf8nQQAAED+rAiBAVf8rQQAAQD+rAhBAAAAwQQAAQD+rAhBAAAAyQQAAnEAAAPA/AAAqQQAAnEAAAPA/AAAqQQAAmEAAAPA/AAAyQQAAmEAAAPA/AAAqQQAAmEAAABhAAAAqQQAAmEAAAPA/AAAqQQAAnEAAAPA/AAAqQQAAnEAAABhAAAAqQQAAmEAAABhAAAAyQQAAmEAAABhAAAAyQQAAmEAAAPA/AAAqQQAAmEAAAPA/AAAqQQAAnEAAABhAAAAqQQAAnEAAAPA/AAAyQQAAnEAAAPA/AAAyQQAAnEAAABhAAAAyQQAAnEAAABhAAAAyQQAAnEAAAPA/AAAyQQAAmEAAAPA/AAAyQQAAmEAAABhAAAAyQQAAmEAAABhAAAAqQQAAmEAAABhAAAAqQQAAnEAAABhAAAAyQQAAnEAAABhAAgAwQQAAukAAAABAgAAsQQAAukAAAABAgAAnQQAAtEAAANg/AgA1QQAAtEAAANg/AAAnQQAAtEACACRAAAAnQQAAtEAA/Nc/AAAsQQAAukAA/P8/AAAsQQAAukABABBAgP8mQQAAtEAAACRAAAA1QQAAtEAAACRAAAA1QQAAtEAAANg/gP8mQQAAtEAAANg/gP8rQQAAukABABBAgP8rQQAAukAA/P8/AAAwQQAAukAA/P8/AAAwQQAAukABABBAq/8vQQAAukADABBAq/8vQQAAukBVAQBAq/80QQAAtECqAtg/q/80QQAAtEAEACRAAAA1QQAAtEAAAiRAAAAnQQAAtEAAAiRAAAAsQQAAukAAAhBAAAAwQQAAukAAAhBAAAA1QQAAtEAAANg/4P8zQQAAtEAAANg/4P8wQQAAnEAAAPA/AAAyQQAAnEAAAPA/AAAxQQAAnED///c/AAAxQQAAnEAAAvA/AAA0QQAAtEAAAtg/AAA0QQAAtEABAOA/AAAxQQAAnEAAAPg///8xQQAAnEAAAPg///8xQQAAnEAA/O8/AAAxQQAAnEAA/O8/AAA0QQAAtEAAAOA/AAA0QQAAtEAAANg/AAA1QQAAtEAAANg/AAA1QQAAtEAAAOA/AAA1QQAAtEABAOA/AAA1QQAAtEAA/dc/AAAyQQAAnEAA/e8/AAAyQQAAnEABAPg/AAAyQQAAnEAAAPg/QP8wQQAAnEAAAPg/QP8zQQAAtEAAAOA///80QQAAtEAAAOA/AAAoQQAAtEAAANg/IAAnQQAAtEAAANg/IAAqQQAAnEAAAPA/AAArQQAAnEAAAPA/AAAqQQAAnEAAAPg/AAAqQQAAnEAA/+8/AAAnQQAAtEAA/9c/AAAnQQAAtEACAOA/AAAqQQAAnEAAAPg///8qQQAAnEAAAPg///8qQQAAnEAA/O8/AAAqQQAAnEAA/O8/AAAnQQAAtEAAAOA/AAAnQQAAtEAAANg/AAAoQQAAtEAAANg/AAAoQQAAtEAAAOA/AAAoQQAAtED//98/AAAoQQAAtEAABNg/AAArQQAAnEAABPA/AAArQQAAnED///c///8qQQAAnEAAAPg/QAAqQQAAnEAAAPg/QAAnQQAAtEAAAOA/AAAoQQAAtEAAAOA/AAAoQQAAtEAAACBAAAAnQQAAtEAAACBAAAAqQQAAnEAAABRA//8qQQAAnEAAABRAAAAqQQAAnEAAABhAAAAqQQAAnECA/xNAAAAnQQAAtECA/x9AAAAnQQAAtEAAACRAAAAqQQAAnEAAABhA//8qQQAAnEAAABhA//8qQQAAnEAAABRAAAAqQQAAnEAAABRAAAAnQQAAtED//yNAAAAnQQAAtEAA/h9AAAAoQQAAtEAA/h9AAAAoQQAAtED//yNAAAAoQQAAtED//yNAAAAoQQAAtEAAASBAAAArQQAAnEAAARRAAAArQQAAnED//xdAAAArQQAAnEAAABhAYAAqQQAAnEAAABhAYAAnQQAAtEAAACRAAAAoQQAAtEAAACRAAAA1QQAAtEAAACBAAAA0QQAAtEAAACBAAAAxQQAAnEAAABRA//8xQQAAnEAAABRAAAAxQQAAnEAAABhAAAAxQQAAnEAAABRAAAA0QQAAtEAAACBAAAA0QQAAtEAAACRAAAAxQQAAnEAAABhA//8xQQAAnEAAABhA//8xQQAAnEAAABRAAAAxQQAAnEAAABRAAAA0QQAAtED//yNAAAA0QQAAtEAA/h9AAAA1QQAAtEAA/h9AAAA1QQAAtED//yNAAAA1QQAAtED//yNAAAA1QQAAtECA/h9AAAAyQQAAnECA/hNAAAAyQQAAnED//xdAAAAyQQAAnEAAABhAYP8wQQAAnEAAABhAYP8zQQAAtEAAACRAAAA1QQAAtEAAACRAAACIQAAAQEAAAEhBAABQQAAAQEAAAEhBAABQQAAAAD8AAEhBAACIQAAAAD8AAEhBAABQQAAAAD8AAGBBAABQQAAAAD8AAEhBAABQQAAAQEAAAEhBAABQQAAAQEAAAGBBAABQQAAAAD8AAGBBAACIQAAAAD8AAGBBAACIQAAAAD8AAEhBAABQQAAAAD8AAEhBAABQQAAAQEAAAGBBAABQQAAAQEAAAEhBAACIQAAAQEAAAEhBAACIQAAAQEAAAGBBAACIQAAAAD8AAGBBAABQQAAAAD8AAGBBAABQQAAAQEAAAGBBAACIQAAAQEAAAGBBAACIQAAAwD8AAOBAAABQQAAAwD8AAOBAAABQQAAAAD8AAOBAAACIQAAAAD8AAOBAAABQQAAAAD8AABxBAABQQAAAAD8AAOBAAABQQAAAwD8AAOBAAABQQAAAwD8AABxBAABQQAAAAD8AABxBAACIQAAAAD8AABxBAACIQAAAAD8AAOBAAABQQAAAAD8AAOBAAABQQAAAwD8AABxBAABQQAAAwD8AAOBAAACIQAAAwD8AAOBAAACIQAAAwD8AABxBAACIQAAAwD8AABxBAACIQAAAwD8AAOBAAACIQAAAAD8AAOBAAACIQAAAAD8AABxBAACIQAAAAD8AABxBAABQQAAAAD8AABxBAABQQAAAwD8AABxBAACIQAAAwD8AABxBAAAAQAAAwD8AAOBAAADAvwAAwD8AAOBAAADAvwAAAD8AAOBAAAAAQAAAAD8AAOBAAADAvwAAAD8AAPhAAADAvwAAAD8AAOBAAADAvwAAwD8AAOBAAADAvwAAwD8AAPhAAADAvwAAAD8AAPhAAAAAQAAAAD8AAPhAAAAAQAAAAD8AAOBAAADAvwAAAD8AAOBAAADAvwAAwD8AAPhAAADAvwAAwD8AAOBAAAAAQAAAwD8AAOBAAAAAQAAAwD8AAPhAAAAAQAAAwD8AAPhAAAAAQAAAwD8AAOBAAAAAQAAAAD8AAOBAAAAAQAAAAD8AAPhAAAAAQAAAAD8AAPhAAADAvwAAAD8AAPhAAADAvwAAwD8AAPhAAAAAQAAAwD8AAPhAAAC0QQAAwD4AADBCAAC0QQAAwD4AAOxBAADIQQAAwD4AAOxBAADIQQAAwD4AADBCAADOQQAAQEAAAOxBAADIQQAAQEAAAOxBAADIQQAAAD8AAOxBAADOQQAAAD8AAOxBAADIQQAAAD8AAO5BAADIQQAAAD8AAOxBAADIQQAAQEAAAOxBAADIQQAAQEAAAO5BAADIQQAAAD8AAO5BAADOQQAAAD8AAO5BAADOQQAAAD8AAOxBAADIQQAAAD8AAOxBAADIQQAAQEAAAO5BAADIQQAAQEAAAOxBAADOQQAAQEAAAOxBAADOQQAAQEAAAO5BAADOQQAAQEAAAO5BAADOQQAAQEAAAOxBAADOQQAAAD8AAOxBAADOQQAAAD8AAO5BAADOQQAAAD8AAO5BAADIQQAAAD8AAO5BAADIQQAAQEAAAO5BAADOQQAAQEAAAO5BAADeQQAAYEAAAOxBAADaQQAAYEAAAOxBAADaQQAAAD8AAOxBAADeQQAAAD8AAOxBAADaQQAAAD8AAO5BAADaQQAAAD8AAOxBAADaQQAAYEAAAOxBAADaQQAAYEAAAO5BAADaQQAAAD8AAO5BAADeQQAAAD8AAO5BAADeQQAAAD8AAOxBAADaQQAAAD8AAOxBAADaQQAAYEAAAO5BAADaQQAAYEAAAOxBAADeQQAAYEAAAOxBAADeQQAAYEAAAO5BAADeQQAAYEAAAO5BAADeQQAAYEAAAOxBAADeQQAAAD8AAOxBAADeQQAAAD8AAO5BAADeQQAAAD8AAO5BAADaQQAAAD8AAO5BAADaQQAAYEAAAO5BAADeQQAAYEAAAO5BAADaQQAAYEAAAOxBAADIQQAAYEAAAOxBAADIQQAAQEAAAOxBAADaQQAAQEAAAOxBAADIQQAAYEAAAOxBAADIQQAAYEAAAO5BAADIQQAAQEAAAO5BAADaQQAAQEAAAO5BAADaQQAAQEAAAOxBAADIQQAAQEAAAOxBAADIQQAAYEAAAO5BAADIQQAAYEAAAOxBAADaQQAAYEAAAO5BAADaQQAAYEAAAOxBAADaQQAAQEAAAOxBAADaQQAAQEAAAO5BAADaQQAAQEAAAO5BAADIQQAAQEAAAO5BAADIQQAAYEAAAO5BAADaQQAAYEAAAO5BAAD4QQAAwD8AAOxBAADeQQAAwD8AAOxBAADeQQAAAD8AAOxBAAD4QQAAAD8AAOxBAADeQQAAAD8AAO5BAADeQQAAAD8AAOxBAADeQQAAwD8AAOxBAADeQQAAwD8AAO5BAAD4QQAAAD8AAO5BAAD4QQAAAD8AAOxBAADeQQAAwD8AAO5BAADeQQAAwD8AAOxBAAD4QQAAwD8AAOxBAAD4QQAAwD8AAO5BAAD4QQAAwD8AAO5BAAD4QQAAwD8AAOxBAAD4QQAAAD8AAOxBAAD4QQAAAD8AAO5BAAD4QQAAAD8AAO5BAADeQQAAAD8AAO5BAADeQQAAwD8AAO5BAAD4QQAAwD8AAO5BAAD4QQAAYEAAAOxBAADeQQAAYEAAAOxBAADeQQAAQEAAAOxBAAD4QQAAQEAAAOxBAADeQQAAQEAAAO5BAADeQQAAQEAAAOxBAADeQQAAYEAAAOxBAADeQQAAYEAAAO5BAADeQQAAQEAAAO5BAAD4QQAAQEAAAO5BAAD4QQAAQEAAAOxBAADeQQAAQEAAAOxBAADeQQAAYEAAAO5BAADeQQAAYEAAAOxBAAD4QQAAYEAAAOxBAAD4QQAAYEAAAO5BAAD4QQAAYEAAAO5BAAD4QQAAYEAAAOxBAAD4QQAAQEAAAOxBAAD4QQAAQEAAAO5BAAD4QQAAQEAAAO5BAADeQQAAQEAAAO5BAADeQQAAYEAAAO5BAAD4QQAAYEAAAO5BAAAAQgAAYEAAAOxBAAD4QQAAYEAAAOxBAAD4QQAAAD8AAOxBAAAAQgAAAD8AAOxBAAD4QQAAAD8AAO5BAAD4QQAAAD8AAOxBAAD4QQAAYEAAAOxBAAD4QQAAYEAAAO5BAAAAQgAAAD8AAO5BAAAAQgAAAD8AAOxBAAAAQgAAYEAAAOxBAAAAQgAAYEAAAO5BAAAAQgAAYEAAAO5BAAAAQgAAYEAAAOxBAAAAQgAAAD8AAOxBAAAAQgAAAD8AAO5BAAAAQgAAAD8AAO5BAAD4QQAAAD8AAO5BAAD4QQAAYEAAAO5BAAAAQgAAYEAAAO5B/////wAA/7//////AAD/v/////8AAP+//////wAA/78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//v///AID///////8AgP///////wCA////////AID//////3//f////7//f/9/////v/9//3////+//3//f////7//////AAD/v/////8AAP+//////wAA/7//////AAD/vwAAAID/f/+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AID///9//78AgP///3//vwCA////f/+/AID///9//7///wCA////////AID///////8AgP///////wCA//////9//3////+//3//f////7//f/9/////v/9//3////+/2rb//wAA/z/atv//AAD/P9q2//8AAP8/2rb//wAA/z8kSSPJ/3//PyRJI8n/f/8/JEkjyf9//z8kSSPJ/3//PwCA////f/+/AID///9//78AgP///3//vwCA////f/+/2rYiyf//AADatiLJ//8AANq2Isn//wAA2rYiyf//AAD/fyPJ////P/9/I8n///8//38jyf///z//fyPJ////P/////8AAP+//////wAA/7//////AAD/v/////8AAP+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AAAAgP9//78AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+///8AgP///////wCA////////AID///////8AgP//////f/9/////v/9//3////+//3//f////7//f/9/////v/+v//8AAP8//6///wAA/z//r///AAD/P/+v//8AAP8//0//z/9//z//T//P/3//P/9P/8//f/8//0//z/9//z8AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+//6//z///AAD/r//P//8AAP+v/8///wAA/6//z///AAD/f//P////P/9//8////8//3//z////z//f//P////P2XmAAAAAP+/ZeYAAAAA/79l5gAAAAD/v2XmAAAAAP+/mBmZmf9//7+YGZmZ/3//v5gZmZn/f/+/mBmZmf9//78AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+/ZeZmZv////9l5mZm/////2XmZmb/////ZeZmZv//////f5mZ////v/9/mZn///+//3+Zmf///7//f5mZ////v2XmAAAAAP+/ZeYAAAAA/79l5gAAAAD/v2XmAAAAAP+/mBlmZv9//7+YGWZm/3//v5gZZmb/f/+/mBlmZv9//78AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+/ZeaZmf////9l5pmZ/////2XmmZn/////ZeaZmf//////f5mZ////v/9/mZn///+//3+Zmf///7//f5mZ////v2Xm//8AAP+/Zeb//wAA/79l5v//AAD/v2Xm//8AAP+/mBlmZv9//7+YGWZm/3//v5gZZmb/f/+/mBlmZv9//78AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+/ZeaZmf////9l5pmZ/////2XmmZn/////ZeaZmf//////f2Zm////v/9/Zmb///+//39mZv///7//f2Zm////v2Xm//8AAP+/Zeb//wAA/79l5v//AAD/v2Xm//8AAP+/mBmZmf9//7+YGZmZ/3//v5gZmZn/f/+/mBmZmf9//78AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+/ZeZmZv////9l5mZm/////2XmZmb/////ZeZmZv//////f2Zm////v/9/Zmb///+//39mZv///7//f2Zm////v/////8AAP+//////wAA/7//////AAD/v/////8AAP+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AAAAgP9//78AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+//3//f////7//f/9/////v/9//3////+//3//f////7//////AAD/v/////8AAP+//////wAA/7//////AAD/vwAAAID/f/+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AIAAAP////8AgAAA/////wCAAAD/////AIAAAP////8AgP///3//vwCA////f/+/AID///9//78AgP///3//v///AID///////8AgP///////wCA////////AID//////3//f////7//f/9/////v/9//3////+//3//f////7//////AAD/v/////8AAP+//////wAA/7//////AAD/vwAAAID/f/+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AIAAAP////8AgAAA/////wCAAAD/////AIAAAP////8AgP///3//vwCA////f/+/AID///9//78AgP///3//v///AID///////8AgP///////wCA////////AID//////3//f////7//f/9/////v/9//3////+//3//f////78AgP///3//vwCA////f/+/AID///9//78AgP///3//v/////8AAP+//////wAA/7//////AAD/v/////8AAP+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AAAAgP9//78AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+///8AgP///////wCA////////AID///////8AgP//////f/9/////v/9//3////+//3//f////7//f/9/////v/////8AAP+//////wAA/7//////AAD/v/////8AAP+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AAAAgP9//78AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+///8AgP///////wCA////////AID///////8AgP//////f/9/////v/9//3////+//3//f////7//f/9/////v/////8AAP+//////wAA/7//////AAD/v/////8AAP+/AAAAgP9//78AAACA/3//vwCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AID///9//78AgP///3//v///AID///////8AgP///////wCA////////AID//////3//f////7//f/9/////v/9//3////+//3//f////7//////AAD/v/////8AAP+//////wAA/7//////AAD/vwAAAID/f/+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+///8AgP///////wCA////////AID///////8AgP//////f/9/////v/9//3////+//3//f////7//f/9/////v/////8AAP+//////wAA/7//////AAD/v/////8AAP+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AAAAgP9//78AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+///8AgP///////wCA////////AID///////8AgP//////f/9/////v/9//3////+//3//f////7//f/9/////v/////8AAP+//////wAA/7//////AAD/v/////8AAP+/AAAAgP9//78AAACA/3//vwAAAID/f/+/AAAAgP9//78AgAAA/////wCAAAD/////AID///9//78AgP///3//v///AID///////8AgP///////wCA////////AID//////3//f////7//f/9/////v/9//3////+//3//f////78=") }, { "aabb": AABB(-1.25, 1.4375, 10.25, 5.5, 0.0625, 4.78125), -"attribute_data": PackedByteArray("AAAkQQAAwL+GCEQ9fHwVPwCANEEAAMC/iDKKPXx8FT8AgDRBAAC4v4gyij28uBQ/AAAkQQAAuL+GCEQ9vLgUPwAAJMEAAIjA9zsjPyoYPT8AACTBAABAv81uND8qGD0/AIA0wQAAQL/NbjQ/FyRCPwCANMEAAIjA9zsjPxckQj8AACRBAACIwBpamD6on/4+AIA0QQAAiMAaWpg+wlsEPwCANEEAAEC/xr+6PsJbBD8AACRBAABAv8a/uj6on/4+AABAPwAAwL+F7H8/pQd7PwAAiEAAAMC/hex/P8W/aT8AAIhAAAC4v7Qpfz/Fv2k/AABAPwAAuL+0KX8/pQd7PwCANEEAAMC/xbgZPh/sDD8AAEhBAADAv7quMj4f7Aw/AABIQQAAuL+6rjI+XygMPwCANEEAALi/xbgZPl8oDD8AADHBAACIwKpQvz4FvV4/AAAxwQAATsA8XMk+Bb1ePwCARMEAAE7APFzJPiQCZT8AgETBAACIwKpQvz4kAmU/AIA0QQAAiMBEJ0c/S5xNPwAASEEAAIjARCdHP2rhUz8AAEhBAABOwA0tTD9q4VM/AIA0QQAATsANLUw/S5xNPwAATkAAAMC/r7KNPsJbBD8AAIhAAADAvx6ngz7CWwQ/AACIQAAAuL8ep4M+ApgDPwAATkAAALi/r7KNPgKYAz8AAKA/AADAv5D2Zj/5ql0/AACgPwAAuL+/M2Y/+apdPwAAiMAAALi/vzNmP4qZQj8AAIjAAADAv5D2Zj+KmUI/AABgQQAAiMCeKlQ+IlByPwCAcEEAAIjAnipUPhBcdz8AgHBBAACgP0L2nz4QXHc/AABgQQAAoD9C9p8+IlByPw=="), +"attribute_data": PackedByteArray("AIA0QQAAuL+C2n8/xU4sPwAAJEEAALi/gtp/P0U8Jz8AACRBAADAv4aPfz9FPCc/AIA0QQAAwL+Gj38/xU4sPwCANMEAAEC/mIwQPzlFfD8AgDTBAACIwAS1/z45RXw/AAAkwQAAiMAEtf8+uTJ3PwAAJMEAAEC/mIwQP7kydz8AgDRBAABAv5t7mT3P2X8/AAAkQQAAQL+be5k9T8d6PwAAJEEAAIjASVcfPE/Hej8AgDRBAACIwElXHzzP2X8/AACIQAAAuL++TGk/u8MYOgAAQD8AALi/1P55P7vDGDoAAEA/AADAv9T+eT+YJeU6AACIQAAAwL++TGk/mCXlOgAASEEAALi/gtp/P3c9XT8AgDRBAAC4v4Lafz9w+VY/AIA0QQAAwL+Gj38/cPlWPwAASEEAAMC/ho9/P3c9XT8AgETBAABOwNObHj+xE3s/AIBEwQAAiMAZoRk/sRN7PwAAMcEAAIjAGaEZP6rPdD8AADHBAABOwNObHj+qz3Q/AABIQQAATsCSrn4/7wtcPwCANEEAAE7Akq5+P+jHVT8AgDRBAACIwNizeT/ox1U/AABIQQAAiMDYs3k/7wtcPwAAiEAAALi/spAFPezpGD8AAE5AAAC4v1c8VT3s6Rg/AABOQAAAwL9XPFU9TjYZPwAAiEAAAMC/spAFPU42GT8AAIjAAADAv7qXaT+gROE+AACgPwAAwL+6l2k/lCisPgAAoD8AALi/vkxpP5QorD4AAIjAAAC4v75MaT+gROE+AIBwQQAAoD9oc28/0I9rPwAAYEEAAKA/rXhqP9CPaz8AAGBBAACIwK14aj/KAVE/AIBwQQAAiMBoc28/ygFRPw=="), "format": 34359742519, "index_count": 60, "index_data": PackedByteArray("AAABAAIAAAACAAMABAAFAAYABAAGAAcACAAJAAoACAAKAAsADAANAA4ADAAOAA8AEAARABIAEAASABMAFAAVABYAFAAWABcAGAAZABoAGAAaABsAHAAdAB4AHAAeAB8AIAAhACIAIAAiACMAJAAlACYAJAAmACcA"), -"material": SubResource("StandardMaterial3D_ih8d0"), +"material": ExtResource("22_etgm7"), "primitive": 3, "uv_scale": Vector4(0, 0, 0, 0), "vertex_count": 40, -"vertex_data": PackedByteArray("AABAPwAAwD8AACRBAABAPwAAwD8AgDRBAABAPwAAuD8AgDRBAABAPwAAuD8AACRBAACIQAAAuD8AACRBAABAPwAAuD8AACRBAABAPwAAuD8AgDRBAACIQAAAuD8AgDRBAACIQAAAwD8AACRBAACIQAAAwD8AgDRBAABAPwAAwD8AgDRBAABAPwAAwD8AACRBAABAPwAAwD8AgDRBAACIQAAAwD8AgDRBAACIQAAAuD8AgDRBAABAPwAAuD8AgDRBAABOQAAAwD8AgDRBAABOQAAAwD8AAEhBAABOQAAAuD8AAEhBAABOQAAAuD8AgDRBAACIQAAAuD8AgDRBAABOQAAAuD8AgDRBAABOQAAAuD8AAEhBAACIQAAAuD8AAEhBAACIQAAAwD8AgDRBAACIQAAAwD8AAEhBAABOQAAAwD8AAEhBAABOQAAAwD8AgDRBAABOQAAAwD8AAEhBAACIQAAAwD8AAEhBAACIQAAAuD8AAEhBAABOQAAAuD8AAEhBAACgvwAAwD8AAGBBAACgvwAAuD8AAGBBAACIQAAAuD8AAGBBAACIQAAAwD8AAGBBAACIQAAAwD8AAGBBAACIQAAAwD8AgHBBAACgvwAAwD8AgHBBAACgvwAAwD8AAGBBAAAAgP9//78AAACA/3//vwAAAID/f/+/AAAAgP9//78AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+//3//f////7//f/9/////v/9//3////+//3//f////78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AID///9//78AgP///3//vwCA////f/+/AID///9//7//f/9/////v/9//3////+//3//f////7//f/9/////v/////8AAP+//////wAA/7//////AAD/v/////8AAP+/AID///9//78AgP///3//vwCA////f/+/AID///9//78=") +"vertex_data": PackedByteArray("AABAPwAAuD8AgDRBAABAPwAAuD8AACRBAABAPwAAwD8AACRBAABAPwAAwD8AgDRBAABAPwAAuD8AgDRBAACIQAAAuD8AgDRBAACIQAAAuD8AACRBAABAPwAAuD8AACRBAABAPwAAwD8AgDRBAABAPwAAwD8AACRBAACIQAAAwD8AACRBAACIQAAAwD8AgDRBAACIQAAAuD8AgDRBAABAPwAAuD8AgDRBAABAPwAAwD8AgDRBAACIQAAAwD8AgDRBAABOQAAAuD8AAEhBAABOQAAAuD8AgDRBAABOQAAAwD8AgDRBAABOQAAAwD8AAEhBAABOQAAAuD8AAEhBAACIQAAAuD8AAEhBAACIQAAAuD8AgDRBAABOQAAAuD8AgDRBAABOQAAAwD8AAEhBAABOQAAAwD8AgDRBAACIQAAAwD8AgDRBAACIQAAAwD8AAEhBAACIQAAAuD8AAEhBAABOQAAAuD8AAEhBAABOQAAAwD8AAEhBAACIQAAAwD8AAEhBAACIQAAAwD8AAGBBAACgvwAAwD8AAGBBAACgvwAAuD8AAGBBAACIQAAAuD8AAGBBAACgvwAAwD8AgHBBAACgvwAAwD8AAGBBAACIQAAAwD8AAGBBAACIQAAAwD8AgHBBAAAAgP9//78AAACA/3//vwAAAID/f/+/AAAAgP9//78AgAAA/////wCAAAD/////AIAAAP////8AgAAA/////wCA////f/+/AID///9//78AgP///3//vwCA////f/+//3//f////7//f/9/////v/9//3////+//3//f////78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AID///9//78AgP///3//vwCA////f/+/AID///9//7//f/9/////v/9//3////+//3//f////7//f/9/////v/////8AAP+//////wAA/7//////AAD/v/////8AAP+/AID///9//78AgP///3//vwCA////f/+/AID///9//78=") }, { "aabb": AABB(32, 0.5, 29.5, 5.75, 1e-05, 11), -"attribute_data": PackedByteArray("AAB4QQAAnsGXkD0/rpsnPQAAqEEAAJ7Bl5A9P+XqgD4AAKhBAACHwWloIT/l6oA+AAB4QQAAh8FpaCE/rpsnPQ=="), +"attribute_data": PackedByteArray("AACoQQAAh8HVxHA+Ads1PwAAeEEAAIfBspAFPQHbNT8AAHhBAACewbKQBT1zGxo/AACoQQAAnsHVxHA+cxsaPw=="), "format": 34359742519, "index_count": 6, "index_data": PackedByteArray("AAABAAIAAAACAAMA"), -"material": SubResource("StandardMaterial3D_w2bwb"), +"material": ExtResource("23_gtu7x"), "primitive": 3, "uv_scale": Vector4(0, 0, 0, 0), "vertex_count": 4, -"vertex_data": PackedByteArray("AAAXQgAAAD8AAOxBAAAXQgAAAD8AACJCAAAAQgAAAD8AACJCAAAAQgAAAD8AAOxBAID///9//78AgP///3//vwCA////f/+/AID///9//78=") +"vertex_data": PackedByteArray("AAAAQgAAAD8AACJCAAAAQgAAAD8AAOxBAAAXQgAAAD8AAOxBAAAXQgAAAD8AACJCAID///9//78AgP///3//vwCA////f/+/AID///9//78=") }] -[sub_resource type="ArrayOccluder3D" id="ArrayOccluder3D_gtu7x"] -vertices = PackedVector3Array(-1.75, 0.5, -0.5, -1.75, 0.5, 24.5, -5.75, 0.5, 24.5, -5.75, 0.5, -0.5, 8.25, 0.5, -0.5, 8.25, 0.5, 2.5, -1.75, 0.5, 2.5, -1.75, 0.5, -0.5, 8.25, 0.5, 20, 8.25, 0.5, 23, -1.75, 0.5, 23, -1.75, 0.5, 20, -1.75, 0.5, 12, -1.75, 0.25, 12, -1.5, 0.25, 12, -1.5, 0.5, 12, -1.75, 0.5, 12, -1.75, 0.5, 13.5, -1.75, 0.25, 13.5, -1.75, 0.25, 12, -1.5, 0.25, 12, -1.75, 0.25, 12, -1.75, 0.25, 13.5, -1.5, 0.25, 13.5, -1.5, 0.5, 12, -1.5, 0.5, 13.5, -1.75, 0.5, 13.5, -1.75, 0.5, 12, -1.5, 0.5, 12, -1.5, 0.25, 12, -1.5, 0.25, 13.5, -1.5, 0.5, 13.5, -1.75, 0.5, 13.5, -1.5, 0.5, 13.5, -1.5, 0.25, 13.5, -1.75, 0.25, 13.5, -1.5, 1.625, 2.5, -1.5, 0.5, 2.5, 8, 0.5, 2.5, 8, 1.625, 2.5, -1.5, 1.625, 2.5, -1.5, 1.625, 2.75, -1.5, 0.5, 2.75, -1.5, 0.5, 2.5, 8, 0.5, 2.5, -1.5, 0.5, 2.5, -1.5, 0.5, 2.75, 8, 0.5, 2.75, 8, 1.625, 2.5, 8, 1.625, 2.75, -1.5, 1.625, 2.75, -1.5, 1.625, 2.5, 8, 1.625, 2.5, 8, 0.5, 2.5, 8, 0.5, 2.75, 8, 1.625, 2.75, -1.5, 1.625, 2.75, 8, 1.625, 2.75, 8, 0.5, 2.75, -1.5, 0.5, 2.75, 8, 3, 2.5, 8, 0.5, 2.5, 8.25, 0.5, 2.5, 8.25, 3, 2.5, 8, 3, 2.5, 8, 3, 2.75, 8, 0.5, 2.75, 8, 0.5, 2.5, 8.25, 0.5, 2.5, 8, 0.5, 2.5, 8, 0.5, 2.75, 8.25, 0.5, 2.75, 8.25, 3, 2.5, 8.25, 3, 2.75, 8, 3, 2.75, 8, 3, 2.5, 8.25, 3, 2.5, 8.25, 0.5, 2.5, 8.25, 0.5, 2.75, 8.25, 3, 2.75, 8, 3, 2.75, 8.25, 3, 2.75, 8.25, 0.5, 2.75, 8, 0.5, 2.75, 8, 3.25, 2.5, 8, 3.25, 9.75, 8, 3, 9.75, 8, 3, 2.5, 8.25, 3, 2.5, 8, 3, 2.5, 8, 3, 9.75, 8.25, 3, 9.75, 8.25, 3.25, 2.5, 8.25, 3.25, 9.75, 8, 3.25, 9.75, 8, 3.25, 2.5, 8, 3.25, 9.75, 8.25, 3.25, 9.75, 8.25, 3, 9.75, 8, 3, 9.75, -1.5, 3.25, 2.5, -1.5, 3.25, 2.75, -1.5, 3, 2.75, -1.5, 3, 2.5, 8, 3, 2.5, -1.5, 3, 2.5, -1.5, 3, 2.75, 8, 3, 2.75, 8, 3.25, 2.5, 8, 3.25, 2.75, -1.5, 3.25, 2.75, -1.5, 3.25, 2.5, 8, 3.25, 2.5, 8, 3, 2.5, 8, 3, 2.75, 8, 3.25, 2.75, -1.5, 3.25, 2.75, 8, 3.25, 2.75, 8, 3, 2.75, -1.5, 3, 2.75, 8, 1.625, 2.75, 8, 0.5, 2.75, 8.25, 0.5, 2.75, 8.25, 1.625, 2.75, 8, 1.625, 2.75, 8, 1.625, 4.5, 8, 0.5, 4.5, 8, 0.5, 2.75, 8.25, 0.5, 2.75, 8, 0.5, 2.75, 8, 0.5, 4.5, 8.25, 0.5, 4.5, 8.25, 1.625, 2.75, 8.25, 1.625, 4.5, 8, 1.625, 4.5, 8, 1.625, 2.75, 8.25, 1.625, 2.75, 8.25, 0.5, 2.75, 8.25, 0.5, 4.5, 8.25, 1.625, 4.5, 8, 1.625, 4.5, 8.25, 1.625, 4.5, 8.25, 0.5, 4.5, 8, 0.5, 4.5, 8, 3, 4.5, 8, 0.5, 4.5, 8.25, 0.5, 4.5, 8.25, 3, 4.5, 8, 3, 4.5, 8, 3, 5, 8, 0.5, 5, 8, 0.5, 4.5, 8.25, 0.5, 4.5, 8, 0.5, 4.5, 8, 0.5, 5, 8.25, 0.5, 5, 8.25, 3, 4.5, 8.25, 3, 5, 8, 3, 5, 8, 3, 4.5, 8.25, 3, 4.5, 8.25, 0.5, 4.5, 8.25, 0.5, 5, 8.25, 3, 5, 8, 3, 5, 8.25, 3, 5, 8.25, 0.5, 5, 8, 0.5, 5, 8, 3, 6.5, 8, 0.5, 6.5, 8.25, 0.5, 6.5, 8.25, 3, 6.5, 8, 3, 6.5, 8, 3, 7, 8, 0.5, 7, 8, 0.5, 6.5, 8.25, 0.5, 6.5, 8, 0.5, 6.5, 8, 0.5, 7, 8.25, 0.5, 7, 8.25, 3, 6.5, 8.25, 3, 7, 8, 3, 7, 8, 3, 6.5, 8.25, 3, 6.5, 8.25, 0.5, 6.5, 8.25, 0.5, 7, 8.25, 3, 7, 8, 3, 7, 8.25, 3, 7, 8.25, 0.5, 7, 8, 0.5, 7, 8, 3.5, 2.25, 8, 3.5, 9.75, 8, 3.25, 9.75, 8, 3.25, 2.25, 8.5, 3.25, 2.25, 8, 3.25, 2.25, 8, 3.25, 9.75, 8.5, 3.25, 9.75, 8.5, 3.5, 2.25, 8.5, 3.5, 9.75, 8, 3.5, 9.75, 8, 3.5, 2.25, -1.5, 3.5, 2.25, -1.5, 3.5, 2.75, -1.5, 3.25, 2.75, -1.5, 3.25, 2.25, 8, 3.25, 2.25, -1.5, 3.25, 2.25, -1.5, 3.25, 2.75, 8, 3.25, 2.75, 8, 3.5, 2.25, 8, 3.5, 2.75, -1.5, 3.5, 2.75, -1.5, 3.5, 2.25, 8, 3.5, 2.25, 8, 3.25, 2.25, 8, 3.25, 2.75, 8, 3.5, 2.75, -1.5, 3.5, 2.75, 8, 3.5, 2.75, 8, 3.25, 2.75, -1.5, 3.25, 2.75, 8, 4.75, 2.25, 8, 4.5, 2.25, 8.5, 4.5, 2.25, 8.5, 4.75, 2.25, 8.5, 4.5, 2.25, 8, 4.5, 2.25, 8, 4.5, 9.75, 8.5, 4.5, 9.75, 8.5, 4.75, 2.25, 8.5, 4.75, 9.75, 8, 4.75, 9.75, 8, 4.75, 2.25, 8.5, 4.75, 2.25, 8.5, 4.5, 2.25, 8.5, 4.5, 9.75, 8.5, 4.75, 9.75, 8, 4.75, 9.75, 8.5, 4.75, 9.75, 8.5, 4.5, 9.75, 8, 4.5, 9.75, -1.5, 4.75, 2.25, -1.5, 4.5, 2.25, 8, 4.5, 2.25, 8, 4.75, 2.25, -1.5, 4.75, 2.25, -1.5, 4.75, 2.75, -1.5, 4.5, 2.75, -1.5, 4.5, 2.25, 8, 4.5, 2.25, -1.5, 4.5, 2.25, -1.5, 4.5, 2.75, 8, 4.5, 2.75, 8, 4.75, 2.25, 8, 4.75, 2.75, -1.5, 4.75, 2.75, -1.5, 4.75, 2.25, 8, 4.75, 2.25, 8, 4.5, 2.25, 8, 4.5, 2.75, 8, 4.75, 2.75, 8.25, 3.75, 2.5, 8, 3.75, 2.5, 8, 3.75, 9.75, 8.25, 3.75, 9.75, 8.25, 4.5, 2.5, 8.25, 4.5, 9.75, 8, 4.5, 9.75, 8, 4.5, 2.5, 8, 4.5, 9.75, 8.25, 4.5, 9.75, 8.25, 3.75, 9.75, 8, 3.75, 9.75, -1.5, 4.5, 2.5, -1.5, 4.5, 2.75, -1.5, 3.75, 2.75, -1.5, 3.75, 2.5, 8, 4.5, 2.5, 8, 4.5, 2.75, -1.5, 4.5, 2.75, -1.5, 4.5, 2.5, 8, 4.5, 2.5, 8, 3.75, 2.5, 8, 3.75, 2.75, 8, 4.5, 2.75, 8, 1.625, 7, 8, 0.5, 7, 8.25, 0.5, 7, 8.25, 1.625, 7, 8, 1.625, 7, 8, 1.625, 9.25, 8, 0.5, 9.25, 8, 0.5, 7, 8.25, 0.5, 7, 8, 0.5, 7, 8, 0.5, 9.25, 8.25, 0.5, 9.25, 8.25, 1.625, 7, 8.25, 1.625, 9.25, 8, 1.625, 9.25, 8, 1.625, 7, 8.25, 1.625, 7, 8.25, 0.5, 7, 8.25, 0.5, 9.25, 8.25, 1.625, 9.25, 8, 1.625, 9.25, 8.25, 1.625, 9.25, 8.25, 0.5, 9.25, 8, 0.5, 9.25, 8, 3, 9.25, 8, 0.5, 9.25, 8.25, 0.5, 9.25, 8.25, 3, 9.25, 8, 3, 9.25, 8, 3, 9.75, 8, 0.5, 9.75, 8, 0.5, 9.25, 8.25, 0.5, 9.25, 8, 0.5, 9.25, 8, 0.5, 9.75, 8.25, 0.5, 9.75, 8.25, 3, 9.25, 8.25, 3, 9.75, 8, 3, 9.75, 8, 3, 9.25, 8.25, 3, 9.25, 8.25, 0.5, 9.25, 8.25, 0.5, 9.75, 8.25, 3, 9.75, 8, 3, 9.75, 8.25, 3, 9.75, 8.25, 0.5, 9.75, 8, 0.5, 9.75, 5, 3, 2.5, 5, 1.625, 2.5, 5.25, 1.625, 2.5, 5.25, 3, 2.5, 5, 3, 2.5, 5, 3, 2.75, 5, 1.625, 2.75, 5, 1.625, 2.5, 5.25, 1.625, 2.5, 5, 1.625, 2.5, 5, 1.625, 2.75, 5.25, 1.625, 2.75, 5.25, 3, 2.5, 5.25, 3, 2.75, 5, 3, 2.75, 5, 3, 2.5, 5.25, 3, 2.5, 5.25, 1.625, 2.5, 5.25, 1.625, 2.75, 5.25, 3, 2.75, 5, 3, 2.75, 5.25, 3, 2.75, 5.25, 1.625, 2.75, 5, 1.625, 2.75, 1.5, 3, 2.5, 1.5, 1.625, 2.5, 1.75, 1.625, 2.5, 1.75, 3, 2.5, 1.5, 3, 2.5, 1.5, 3, 2.75, 1.5, 1.625, 2.75, 1.5, 1.625, 2.5, 1.75, 1.625, 2.5, 1.5, 1.625, 2.5, 1.5, 1.625, 2.75, 1.75, 1.625, 2.75, 1.75, 3, 2.5, 1.75, 3, 2.75, 1.5, 3, 2.75, 1.5, 3, 2.5, 1.75, 3, 2.5, 1.75, 1.625, 2.5, 1.75, 1.625, 2.75, 1.75, 3, 2.75, 1.5, 3, 2.75, 1.75, 3, 2.75, 1.75, 1.625, 2.75, 1.5, 1.625, 2.75, -1.5, 3.25, 2.25, -2, 3.25, 2.25, -2, 3.25, 9.75, -1.5, 3.25, 9.75, -1.5, 3.5, 2.25, -1.5, 3.5, 9.75, -2, 3.5, 9.75, -2, 3.5, 2.25, -1.5, 3.5, 2.25, -1.5, 3.25, 2.25, -1.5, 3.25, 9.75, -1.5, 3.5, 9.75, -1.5, 3.75, 2.5, -1.75, 3.75, 2.5, -1.75, 3.75, 9.75, -1.5, 3.75, 9.75, -1.5, 4.5, 2.5, -1.5, 4.5, 9.75, -1.75, 4.5, 9.75, -1.75, 4.5, 2.5, -1.75, 4.5, 9.75, -1.5, 4.5, 9.75, -1.5, 3.75, 9.75, -1.75, 3.75, 9.75, -1.75, 3, 2.5, -1.75, 1.5, 2.5, -1.5, 1.5, 2.5, -1.5, 3, 2.5, -1.75, 3, 2.5, -1.75, 3, 2.75, -1.75, 1.5, 2.75, -1.75, 1.5, 2.5, -1.5, 1.5, 2.5, -1.75, 1.5, 2.5, -1.75, 1.5, 2.75, -1.5, 1.5, 2.75, -1.5, 3, 2.5, -1.5, 3, 2.75, -1.75, 3, 2.75, -1.75, 3, 2.5, -1.5, 3, 2.5, -1.5, 1.5, 2.5, -1.5, 1.5, 2.75, -1.5, 3, 2.75, -1.75, 3, 2.75, -1.5, 3, 2.75, -1.5, 1.5, 2.75, -1.75, 1.5, 2.75, -2, 4.75, 2.25, -2, 4.5, 2.25, -1.5, 4.5, 2.25, -1.5, 4.75, 2.25, -2, 4.75, 2.25, -2, 4.75, 9.75, -2, 4.5, 9.75, -2, 4.5, 2.25, -1.5, 4.5, 2.25, -2, 4.5, 2.25, -2, 4.5, 9.75, -1.5, 4.5, 9.75, -1.5, 4.75, 2.25, -1.5, 4.75, 9.75, -2, 4.75, 9.75, -2, 4.75, 2.25, -2, 4.75, 9.75, -1.5, 4.75, 9.75, -1.5, 4.5, 9.75, -2, 4.5, 9.75, -1.75, 1.625, 2.5, -1.75, 0.5, 2.5, -1.5, 0.5, 2.5, -1.5, 1.625, 2.5, -1.75, 1.625, 2.5, -1.75, 1.625, 7, -1.75, 0.5, 7, -1.75, 0.5, 2.5, -1.5, 0.5, 2.5, -1.75, 0.5, 2.5, -1.75, 0.5, 7, -1.5, 0.5, 7, -1.5, 1.625, 2.5, -1.5, 1.625, 7, -1.75, 1.625, 7, -1.75, 1.625, 2.5, -1.5, 1.625, 2.5, -1.5, 0.5, 2.5, -1.5, 0.5, 7, -1.5, 1.625, 7, -1.75, 1.625, 7, -1.5, 1.625, 7, -1.5, 0.5, 7, -1.75, 0.5, 7, -1.75, 3, 7, -1.75, 0.5, 7, -1.5, 0.5, 7, -1.5, 3, 7, -1.75, 3, 7, -1.75, 3, 9.75, -1.75, 0.5, 9.75, -1.75, 0.5, 7, -1.5, 0.5, 7, -1.75, 0.5, 7, -1.75, 0.5, 9.75, -1.5, 0.5, 9.75, -1.5, 3, 7, -1.5, 3, 9.75, -1.75, 3, 9.75, -1.75, 3, 7, -1.5, 3, 7, -1.5, 0.5, 7, -1.5, 0.5, 9.75, -1.5, 3, 9.75, -1.75, 3, 9.75, -1.5, 3, 9.75, -1.5, 0.5, 9.75, -1.75, 0.5, 9.75, -1.5, 3, 2.5, -1.75, 3, 2.5, -1.75, 3, 9.75, -1.5, 3, 9.75, -1.5, 3.25, 2.5, -1.5, 3.25, 9.75, -1.75, 3.25, 9.75, -1.75, 3.25, 2.5, -1.5, 3.25, 2.5, -1.5, 3, 2.5, -1.5, 3, 9.75, -1.5, 3.25, 9.75, -1.75, 3.25, 9.75, -1.5, 3.25, 9.75, -1.5, 3, 9.75, -1.75, 3, 9.75, 8, 3.75, 2.5, 8, 3.5, 2.5, 8.25, 3.5, 2.5, 8.25, 3.75, 2.5, 8, 3.75, 2.5, 8, 3.75, 9.75, 8, 3.5, 9.75, 8, 3.5, 2.5, 8.25, 3.75, 2.5, 8.25, 3.5, 2.5, 8.25, 3.5, 9.75, 8.25, 3.75, 9.75, -1.75, 3.75, 2.5, -1.75, 3.5, 2.5, -1.5, 3.5, 2.5, -1.5, 3.75, 2.5, -1.75, 3.75, 2.5, -1.75, 3.75, 9.75, -1.75, 3.5, 9.75, -1.75, 3.5, 2.5, -1.5, 3.75, 2.5, -1.5, 3.5, 2.5, -1.5, 3.5, 9.75, -1.5, 3.75, 9.75, -1.5, 3.75, 2.5, -1.5, 3.5, 2.5, 8, 3.5, 2.5, 8, 3.75, 2.5, -1.5, 3.75, 2.75, 8, 3.75, 2.75, 8, 3.5, 2.75, -1.5, 3.5, 2.75, 8, 3.25, 2.5, 8, 3, 2.5, 8.25, 3, 2.5, 8.25, 3.25, 2.5, 8.25, 3.25, 2.5, 8.25, 3, 2.5, 8.25, 3, 9.75, 8.25, 3.25, 9.75, -1.5, 3.25, 2.5, -1.5, 3, 2.5, 8, 3, 2.5, 8, 3.25, 2.5, 8, 3.5, 2.25, 8, 3.25, 2.25, 8.5, 3.25, 2.25, 8.5, 3.5, 2.25, 8.5, 3.5, 2.25, 8.5, 3.25, 2.25, 8.5, 3.25, 9.75, 8.5, 3.5, 9.75, 8, 3.5, 9.75, 8.5, 3.5, 9.75, 8.5, 3.25, 9.75, 8, 3.25, 9.75, -1.5, 3.5, 2.25, -1.5, 3.25, 2.25, 8, 3.25, 2.25, 8, 3.5, 2.25, 8, 4.5, 2.5, 8, 3.75, 2.5, 8.25, 3.75, 2.5, 8.25, 4.5, 2.5, 8.25, 4.5, 2.5, 8.25, 3.75, 2.5, 8.25, 3.75, 9.75, 8.25, 4.5, 9.75, -1.5, 4.5, 2.5, -1.5, 3.75, 2.5, 8, 3.75, 2.5, 8, 4.5, 2.5, -2, 3.5, 2.25, -2, 3.25, 2.25, -1.5, 3.25, 2.25, -1.5, 3.5, 2.25, -2, 3.5, 2.25, -2, 3.5, 9.75, -2, 3.25, 9.75, -2, 3.25, 2.25, -2, 3.5, 9.75, -1.5, 3.5, 9.75, -1.5, 3.25, 9.75, -2, 3.25, 9.75, -1.75, 4.5, 2.5, -1.75, 3.75, 2.5, -1.5, 3.75, 2.5, -1.5, 4.5, 2.5, -1.75, 4.5, 2.5, -1.75, 4.5, 9.75, -1.75, 3.75, 9.75, -1.75, 3.75, 2.5, -1.75, 3.25, 2.5, -1.75, 3, 2.5, -1.5, 3, 2.5, -1.5, 3.25, 2.5, -1.75, 3.25, 2.5, -1.75, 3.25, 9.75, -1.75, 3, 9.75, -1.75, 3, 2.5, 8.25, 0.5, 2.75, 8.25, 0.5, 10, -1.75, 0.5, 10, -1.75, 0.5, 2.75, 8, 3.75, 2.75, -1.5, 3.75, 2.75, -1.5, 3.75, 9.75, 8, 3.75, 9.75, 4.25, 3.25, 10.25, -1.25, 3.25, 10.25, -1.25, 3.25, 15, 4.25, 3.25, 15, -1.75, 3, 23, -1.75, 0.5, 23, 8.25, 0.5, 23, 8.25, 3, 23, -1.75, 3, 23, -1.75, 3, 24.5, -1.75, 0.5, 24.5, -1.75, 0.5, 23, 8.25, 3, 20, -1.75, 3, 20, -1.75, 3, 23, 8.25, 3, 23, -1.5, 3.75, 20, 8.25, 3.75, 20, 8.25, 0.125, 20, -1.5, 0.125, 20, -1.75, 3, 13.5, -1.75, 0.5, 13.5, -1.5, 0.5, 13.5, -1.5, 3, 13.5, -1.75, 3, 13.5, -1.75, 3, 20, -1.75, 0.5, 20, -1.75, 0.5, 13.5, -1.75, 3, 20, -1.5, 3, 20, -1.5, 0.5, 20, -1.75, 0.5, 20, -1.75, 3, 9.75, -1.75, 3, 12, -1.75, 0.5, 12, -1.75, 0.5, 9.75, -1.75, 3, 12, -1.5, 3, 12, -1.5, 0.5, 12, -1.75, 0.5, 12, 8.25, 3, 23, 8.25, 0.5, 23, 8.25, 0.5, 24.5, 8.25, 3, 24.5, -1.75, 8, 20, -1.75, 8, 23, -1.75, 3, 23, -1.75, 3, 20, 8.25, 8, 20, 8.25, 3, 20, 8.25, 3, 23, 8.25, 8, 23, -1.75, 8, 23, -1.75, 8, 24.5, -1.75, 3, 24.5, -1.75, 3, 23, 8.25, 8, 23, 8.25, 3, 23, 8.25, 3, 24.5, 8.25, 8, 24.5, -1.75, 8, 9.75, -1.75, 8, 20, -1.75, 3.25, 20, -1.75, 3.25, 9.75, 8.25, 8, 19.75, 8.25, 3.5, 19.75, 8.25, 3.5, 20, 8.25, 8, 20, 8.25, 8, 10, 8.25, 3.75, 10, 8.25, 3.75, 19.75, 8.25, 8, 19.75, 8.25, 8, 9.75, 8.25, 3.75, 9.75, 8.25, 3.75, 10, 8.25, 8, 10, 8.25, 3.75, 15.25, 8.25, 0.125, 15.25, 8.25, 0.125, 20, 8.25, 3.75, 20, -1.75, 3.25, 9.75, -1.75, 3.25, 20, -1.75, 3, 20, -1.75, 3, 9.75, -1.5, 3, 9.75, -1.75, 3, 9.75, -1.75, 3, 20, -1.5, 3, 20, -1.75, 8, 2.5, -1.75, 4.75, 2.5, 8.25, 4.75, 2.5, 8.25, 8, 2.5, -1.75, 8, 2.5, -1.75, 8, 9.75, -1.75, 4.75, 9.75, -1.75, 4.75, 2.5, 8.25, 4.75, 2.5, -1.75, 4.75, 2.5, -1.75, 4.75, 9.75, 8.25, 4.75, 9.75, 8.25, 8, 2.5, 8.25, 4.75, 2.5, 8.25, 4.75, 9.75, 8.25, 8, 9.75, -1.75, 8, 9.75, 8.25, 8, 9.75, 8.25, 4.75, 9.75, -1.75, 4.75, 9.75, 8.25, 3.75, 10.25, 8.25, 0.125, 10.25, 8.25, 0.125, 15.25, 8.25, 3.75, 15.25, 22, 2, 3, 22, 0.375, 3, 22.5, 0.375, 3, 22.5, 2, 3, 22, 2, 3, 22, 2, 18, 22, 0.375, 18, 22, 0.375, 3, 22.5, 2, 3, 22.5, 2, 18, 22, 2, 18, 22, 2, 3, 22.5, 2, 3, 22.5, 0.375, 3, 22.5, 0.375, 18, 22.5, 2, 18, 22, 2, 18, 22.5, 2, 18, 22.5, 0.375, 18, 22, 0.375, 18, 22, 2, 24.5, 22, 0.375, 24.5, 22.5, 0.375, 24.5, 22.5, 2, 24.5, 22, 2, 24.5, 22, 2, 36.5, 22, 0.375, 36.5, 22, 0.375, 24.5, 22.5, 2, 24.5, 22.5, 2, 36.5, 22, 2, 36.5, 22, 2, 24.5, 22.5, 2, 24.5, 22.5, 0.375, 24.5, 22.5, 0.375, 36.5, 22.5, 2, 36.5, 22, 2, 36.5, 22.5, 2, 36.5, 22.5, 0.375, 36.5, 22, 0.375, 36.5, 8.25, 3.75, 9.75, 8.25, 0.5, 9.75, 8.25, 0.5, 10.25, 8.25, 3.75, 10.25, 11.25, 0.5, -0.5, 11.25, 0.5, 24.5, 8.25, 0.5, 24.5, 8.25, 0.5, -0.5, 18.75, 0.5, -0.5, 18.75, 0.5, 2.5, 11.25, 0.5, 2.5, 11.25, 0.5, -0.5, 22, 0.5, -0.5, 22, 0.5, 18, 18.75, 0.5, 18, 18.75, 0.5, -0.5, 22.5, 0.5, 23, 22.5, 0.5, 24.5, 18.75, 0.5, 24.5, 18.75, 0.5, 23, 27, 0.5, 23, 27, 0.5, 26.5, 22.5, 0.5, 26.5, 22.5, 0.5, 23, 35.5, 0.5, 26.5, 35.5, 0.5, 29.5, 25, 0.5, 29.5, 25, 0.5, 26.5, 25, 0.5, 26.5, 25, 0.5, 29.5, 22.5, 0.5, 29.5, 22.5, 0.5, 26.5, 11.25, 0.5, -0.5, 11.25, 0.375, -0.5, 11.25, 0.375, 24.5, 11.25, 0.5, 24.5, 11.25, 0.5, 2.5, 18.75, 0.5, 2.5, 18.75, 0.375, 2.5, 11.25, 0.375, 2.5, 18.75, 0.5, -0.5, 18.75, 0.5, 18, 18.75, 0.375, 18, 18.75, 0.375, -0.5, 18.75, 0.5, 18, 22, 0.5, 18, 22, 0.375, 18, 18.75, 0.375, 18, 18.75, 0.5, 23, 18.75, 0.375, 23, 22.5, 0.375, 23, 22.5, 0.5, 23, 18.75, 0.5, 23, 18.75, 0.5, 24.5, 18.75, 0.375, 24.5, 18.75, 0.375, 23, 22.5, 0.5, 23, 22.5, 0.375, 23, 27, 0.375, 23, 27, 0.5, 23, 22.5, 0.5, 23, 22.5, 0.5, 26.5, 22.5, 0.375, 26.5, 22.5, 0.375, 23, 27, 0.5, 23, 27, 0.375, 23, 27, 0.375, 26.5, 27, 0.5, 26.5, 25, 0.5, 26.5, 25, 0.375, 26.5, 35.5, 0.375, 26.5, 35.5, 0.5, 26.5, 22.5, 0.5, 29.5, 25, 0.5, 29.5, 25, 0.375, 29.5, 22.5, 0.375, 29.5, 0.5, 1, 9.75, 0.5, 0.5, 9.75, 7.75, 0.5, 9.75, 7.75, 1, 9.75, 0.5, 1, 9.75, 0.5, 1, 10, 0.5, 0.5, 10, 0.5, 0.5, 9.75, -1.25, 1, 9.75, -1.25, 0.5, 9.75, -1, 0.5, 9.75, -1, 1, 9.75, -1, 1, 9.75, -1, 0.5, 9.75, -1, 0.5, 10, -1, 1, 10, 0.5, 3.25, 9.75, 0.5, 3.25, 10, 0.5, 1, 10, 0.5, 1, 9.75, -1.5, 3, 9.75, -1.5, 1, 9.75, -1, 1, 9.75, -1, 3, 9.75, -1, 3, 9.75, -1, 1, 9.75, -1, 1, 10, -1, 3, 10, 0.5, 3.75, 9.75, 0.5, 3.25, 9.75, 7.75, 3.25, 9.75, 7.75, 3.75, 9.75, 0.5, 3.75, 9.75, 0.5, 3.75, 10, 0.5, 3.25, 10, 0.5, 3.25, 9.75, 7.75, 3.25, 9.75, 0.5, 3.25, 9.75, 0.5, 3.25, 10, 7.75, 3.25, 10, 7.75, 3.75, 9.75, 7.75, 3.75, 10, 0.5, 3.75, 10, 0.5, 3.75, 9.75, 0.25, 3, 9.75, -0.75, 3, 9.75, -0.75, 3, 10, 0.25, 3, 10, 0.5, 3.5, 10, 0.5, 3.5, 10.25, 0.5, 0.5, 10.25, 0.5, 0.5, 10, -1, 3, 10, -1, 0.5, 10, -1, 0.5, 10.25, -1, 3, 10.25, -0.75, 3.25, 10, -0.75, 3, 10, 0.25, 3, 10, 0.25, 3.25, 10, 0.25, 3, 10, -0.75, 3, 10, -0.75, 3, 10.25, 0.25, 3, 10.25, 0.25, 3.25, 10, 0.25, 3, 10, 0.5, 3, 10, 0.5, 3.25, 10, -1, 3.25, 10, -1, 3, 10, -0.75, 3, 10, -0.75, 3.25, 10, -1.5, 3.25, 13.5, -1.5, 0.5, 13.5, -1.25, 0.5, 13.5, -1.25, 3.25, 13.5, -1.5, 3.25, 12, -1.25, 3.25, 12, -1.25, 0.5, 12, -1.5, 0.5, 12, -1.25, 3, 12.25, -1.5, 3, 12.25, -1.5, 3, 13.25, -1.25, 3, 13.25, -1, 3.75, 9.75, -1, 3.25, 9.75, 0.5, 3.25, 9.75, 0.5, 3.75, 9.75, 7.75, 3.25, 9.75, 7.75, 1, 9.75, 8, 1, 9.75, 8, 3.25, 9.75, 34.75, 2.5, 31, 35, 2.5, 31, 35, 0.5, 31, 34.75, 0.5, 31, 35, 2.5, 31, 34.75, 2.5, 31, 34.75, 2.5, 32.5, 35, 2.5, 32.5, 34.75, 3, 32.5, 34.75, 3, 32.75, 34.75, 2.5, 32.75, 34.75, 2.5, 32.5, 34.75, 3, 32.75, 35, 3, 32.75, 35, 2.5, 32.75, 34.75, 2.5, 32.75, 34.75, 2.5, 32.5, 34.75, 0.5, 32.5, 35, 0.5, 32.5, 35, 2.5, 32.5, 34.75, 2.5, 32.5, 34.75, 2.5, 32.75, 34.75, 0.5, 32.75, 34.75, 0.5, 32.5, 34.75, 2.5, 32.75, 35, 2.5, 32.75, 35, 0.5, 32.75, 34.75, 0.5, 32.75, 0.5, 3.25, 9.75, 0.5, 1, 9.75, 7.75, 1, 9.75, 7.75, 3.25, 9.75, -0.75, 3.25, 9.75, -0.75, 3, 9.75, 0.25, 3, 9.75, 0.25, 3.25, 9.75, 0.5, 3.5, 10.25, 4.25, 3.5, 10.25, 4.25, 0.5, 10.25, 0.5, 0.5, 10.25, -1.5, 3, 10.25, -1, 3, 10.25, -1, 0.5, 10.25, -1.5, 0.5, 10.25, -0.75, 3.25, 10.25, 0.25, 3.25, 10.25, 0.25, 3, 10.25, -0.75, 3, 10.25, 0.25, 3.25, 9.75, 0.25, 3, 9.75, 0.5, 3, 9.75, 0.5, 3.25, 9.75, 0.25, 3.25, 10.25, 0.5, 3.25, 10.25, 0.5, 3, 10.25, 0.25, 3, 10.25, -1, 3.25, 9.75, -1, 3, 9.75, -0.75, 3, 9.75, -0.75, 3.25, 9.75, -1, 3.25, 10.25, -0.75, 3.25, 10.25, -0.75, 3, 10.25, -1, 3, 10.25, -1.5, 3.25, 10.25, -1, 3.25, 10.25, -1, 3, 10.25, -1.5, 3, 10.25, -1.25, 3.25, 15, -1.25, 0.5, 15, 4.25, 0.5, 15, 4.25, 3.25, 15, -1.5, 0.5, 13.5, -1.75, 0.5, 13.5, -1.75, 0.5, 20, -1.5, 0.5, 20, -1.5, 0.5, 9.75, -1.75, 0.5, 9.75, -1.75, 0.5, 12, -1.5, 0.5, 12, -1.25, 0.5, 13.5, -1.5, 0.5, 13.5, -1.5, 0.5, 15, -1.25, 0.5, 15, -1.25, 3.25, 13.5, -1.25, 0.5, 13.5, -1.25, 0.5, 15, -1.25, 3.25, 15, -1.25, 0.5, 10.25, -1.5, 0.5, 10.25, -1.5, 0.5, 12, -1.25, 0.5, 12, -1.25, 3.25, 10.25, -1.25, 0.5, 10.25, -1.25, 0.5, 12, -1.25, 3.25, 12, -1.5, 3.25, 12.25, -1.5, 3, 12.25, -1.25, 3, 12.25, -1.25, 3.25, 12.25, -1.25, 3.25, 12.25, -1.25, 3, 12.25, -1.25, 3, 13.25, -1.25, 3.25, 13.25, -1.5, 3.25, 13.25, -1.25, 3.25, 13.25, -1.25, 3, 13.25, -1.5, 3, 13.25, -1.5, 3.25, 13.25, -1.5, 3, 13.25, -1.25, 3, 13.25, -1.25, 3.25, 13.25, -1.25, 3.25, 13.25, -1.25, 3, 13.25, -1.25, 3, 13.5, -1.25, 3.25, 13.5, -1.5, 3.25, 13.5, -1.25, 3.25, 13.5, -1.25, 3, 13.5, -1.5, 3, 13.5, -1.5, 3.25, 12, -1.5, 3, 12, -1.25, 3, 12, -1.25, 3.25, 12, -1.25, 3.25, 12, -1.25, 3, 12, -1.25, 3, 12.25, -1.25, 3.25, 12.25, -1.5, 3.25, 12.25, -1.25, 3.25, 12.25, -1.25, 3, 12.25, -1.5, 3, 12.25, 4.25, 3.75, 10.25, 4.25, 3.75, 15.25, 4.25, 0.125, 15.25, 4.25, 0.125, 10.25, 34.75, 2.5, 29.5, 34.75, 2.5, 31, 34.75, 0.5, 31, 34.75, 0.5, 29.5, 35, 2.5, 29.5, 35, 0.5, 29.5, 35, 0.5, 31, 35, 2.5, 31, 34.75, 3, 31, 34.75, 3, 32.5, 34.75, 2.5, 32.5, 34.75, 2.5, 31, 35, 3, 31, 35, 2.5, 31, 35, 2.5, 32.5, 35, 3, 32.5, 35, 3, 32.5, 35, 0.5, 32.5, 37.75, 0.5, 32.5, 37.75, 3, 32.5, 35, 3, 32.75, 37.75, 3, 32.75, 37.75, 0.5, 32.75, 35, 0.5, 32.75, 34.75, 3, 29.5, 34.75, 3, 31, 34.75, 2.5, 31, 34.75, 2.5, 29.5, 35, 3, 29.5, 35, 2.5, 29.5, 35, 2.5, 31, 35, 3, 31, -1.5, 3.75, 9.75, -1.5, 3, 9.75, -1, 3, 9.75, -1, 3.75, 9.75, 0.5, 3, 9.75, 0.25, 3, 9.75, 0.25, 3, 10, 0.5, 3, 10, 0.5, 3, 10, 0.25, 3, 10, 0.25, 3, 10.25, 0.5, 3, 10.25, -0.75, 3, 9.75, -1, 3, 9.75, -1, 3, 10, -0.75, 3, 10, -0.75, 3, 10, -1, 3, 10, -1, 3, 10.25, -0.75, 3, 10.25, -1.25, 3, 13.25, -1.5, 3, 13.25, -1.5, 3, 13.5, -1.25, 3, 13.5, -1.25, 3, 12, -1.5, 3, 12, -1.5, 3, 12.25, -1.25, 3, 12.25, -1.5, 1, 9.75, -1.5, 0.5, 9.75, -1.25, 0.5, 9.75, -1.25, 1, 9.75, 7.75, 1, 9.75, 7.75, 0.5, 9.75, 8, 0.5, 9.75, 8, 1, 9.75, 7.75, 3.75, 9.75, 7.75, 3.25, 9.75, 8, 3.25, 9.75, 8, 3.75, 9.75, 3.25, 0.5, 10, 3.25, 0.5, 14.0313, -1.5, 0.5, 14.0313, -1.5, 0.5, 10, 32, 0.5, 29.5, 32, 0.5, 39.5, 25, 0.5, 39.5, 25, 0.5, 29.5, 3.25, 1.4375, 11.25, 3.25, 1.4375, 12.5, 3.25, 0.5, 12.5, 3.25, 0.5, 11.25, 0.75, 1.4375, 10.25, 0.75, 1.4375, 11.25, 0.75, 0.5, 11.25, 0.75, 0.5, 10.25, 0.75, 1.4375, 11.25, 3.25, 1.4375, 11.25, 3.25, 0.5, 11.25, 0.75, 0.5, 11.25, -1.25, 1.4375, 14.0313, -1.25, 0.5, 14.0313, 3.25, 0.5, 14.0313, 3.25, 1.4375, 14.0313, 3.25, 1.4375, 14, 3.25, 1.4375, 15, 3.25, 0.5, 15, 3.25, 0.5, 14, 18.75, 0.375, -0.5, 18.75, 0.375, 24.5, 11.25, 0.375, 24.5, 11.25, 0.375, -0.5, 22.5, 0.375, 18, 22.5, 0.375, 23, 18.75, 0.375, 23, 18.75, 0.375, 18, 35.5, 0.375, 3, 35.5, 0.375, 23, 22.5, 0.375, 23, 22.5, 0.375, 3, 35.5, 0.375, 23, 35.5, 0.375, 26.5, 27, 0.375, 26.5, 27, 0.375, 23, 10.75, 4.75, 2, 10.75, 0.75, 2, 11, 0.75, 2, 11, 4.75, 2, 10.75, 4.75, 2, 10.75, 4.75, 2.25, 10.75, 0.75, 2.25, 10.75, 0.75, 2, 11, 4.75, 2, 11, 0.75, 2, 11, 0.75, 2.25, 11, 4.75, 2.25, 10.75, 4.75, 2.25, 11, 4.75, 2.25, 11, 0.75, 2.25, 10.75, 0.75, 2.25, 10.5, 0.5625, 1.75, 10.5, 0.5, 1.75, 11.25, 0.5, 1.75, 11.25, 0.5625, 1.75, 10.5, 0.5625, 1.75, 10.5, 0.5625, 2.5, 10.5, 0.5, 2.5, 10.5, 0.5, 1.75, 11.25, 0.5625, 1.75, 11.25, 0.5625, 2.5, 10.5, 0.5625, 2.5, 10.5, 0.5625, 1.75, 11.25, 0.5625, 1.75, 11.25, 0.5, 1.75, 11.25, 0.5, 2.5, 11.25, 0.5625, 2.5, 10.5, 0.5625, 2.5, 11.25, 0.5625, 2.5, 11.25, 0.5, 2.5, 10.5, 0.5, 2.5, 10.75, 0.75, 2, 10.5, 0.5625, 1.75, 11.25, 0.5625, 1.75, 11, 0.75, 2, 10.75, 0.75, 2, 10.75, 0.75, 2.25, 10.5, 0.5625, 2.5, 10.5, 0.5625, 1.75, 11, 0.75, 2, 11, 0.75, 2.25, 10.75, 0.75, 2.25, 10.75, 0.75, 2, 11, 0.75, 2.25, 11, 0.75, 2, 11.25, 0.5625, 1.75, 11.25, 0.5625, 2.5, 10.75, 0.75, 2.25, 11, 0.75, 2.25, 11.25, 0.5625, 2.5, 10.5, 0.5625, 2.5, 10.625, 4.875, 1.875, 10.625, 4.75, 1.875, 11.125, 4.75, 1.875, 11.125, 4.875, 1.875, 10.625, 4.875, 1.875, 10.625, 4.875, 2.375, 10.625, 4.75, 2.375, 10.625, 4.75, 1.875, 11.125, 4.75, 1.875, 10.625, 4.75, 1.875, 10.625, 4.75, 2.375, 11.125, 4.75, 2.375, 11.125, 4.875, 1.875, 11.125, 4.875, 2.375, 10.625, 4.875, 2.375, 10.625, 4.875, 1.875, 11.125, 4.875, 1.875, 11.125, 4.75, 1.875, 11.125, 4.75, 2.375, 11.125, 4.875, 2.375, 10.625, 4.875, 2.375, 11.125, 4.875, 2.375, 11.125, 4.75, 2.375, 10.625, 4.75, 2.375, 11, 5.8125, 2, 10.75, 5.8125, 2, 10.4375, 5.625, 1.6875, 11.3125, 5.625, 1.6875, 10.75, 5.8125, 2, 10.75, 5.8125, 2.25, 10.4375, 5.625, 2.5625, 10.4375, 5.625, 1.6875, 11.3125, 5.625, 1.6875, 10.4375, 5.625, 1.6875, 10.4375, 5.625, 2.5625, 11.3125, 5.625, 2.5625, 11, 5.8125, 2, 11, 5.8125, 2.25, 10.75, 5.8125, 2.25, 10.75, 5.8125, 2, 11, 5.8125, 2.25, 11, 5.8125, 2, 11.3125, 5.625, 1.6875, 11.3125, 5.625, 2.5625, 10.75, 5.8125, 2.25, 11, 5.8125, 2.25, 11.3125, 5.625, 2.5625, 10.4375, 5.625, 2.5625, 11.25, 5.625, 1.6875, 11.0625, 4.875, 1.875, 11.125, 4.875, 1.875, 11.3125, 5.625, 1.6875, 11.25, 5.625, 1.6875, 11.25, 5.625, 1.75, 11.0625, 4.875, 1.9375, 11.0625, 4.875, 1.875, 11.125, 4.875, 1.875, 11.0625, 4.875, 1.875, 11.0625, 4.875, 1.9375, 11.125, 4.875, 1.9375, 11.3125, 5.625, 1.6875, 11.3125, 5.625, 1.75, 11.25, 5.625, 1.75, 11.25, 5.625, 1.6875, 11.3125, 5.625, 1.6875, 11.125, 4.875, 1.875, 11.125, 4.875, 1.9375, 11.3125, 5.625, 1.75, 11.25, 5.625, 1.75, 11.3125, 5.625, 1.75, 11.125, 4.875, 1.9375, 11.0625, 4.875, 1.9375, 10.4375, 5.625, 1.6875, 10.625, 4.875, 1.875, 10.6875, 4.875, 1.875, 10.5, 5.625, 1.6875, 10.4375, 5.625, 1.6875, 10.4375, 5.625, 1.75, 10.625, 4.875, 1.9375, 10.625, 4.875, 1.875, 10.6875, 4.875, 1.875, 10.625, 4.875, 1.875, 10.625, 4.875, 1.9375, 10.6875, 4.875, 1.9375, 10.5, 5.625, 1.6875, 10.5, 5.625, 1.75, 10.4375, 5.625, 1.75, 10.4375, 5.625, 1.6875, 10.5, 5.625, 1.6875, 10.6875, 4.875, 1.875, 10.6875, 4.875, 1.9375, 10.5, 5.625, 1.75, 10.4375, 5.625, 1.75, 10.5, 5.625, 1.75, 10.6875, 4.875, 1.9375, 10.625, 4.875, 1.9375, 10.4375, 5.625, 2.5, 10.625, 4.875, 2.3125, 10.6875, 4.875, 2.3125, 10.5, 5.625, 2.5, 10.4375, 5.625, 2.5, 10.4375, 5.625, 2.5625, 10.625, 4.875, 2.375, 10.625, 4.875, 2.3125, 10.6875, 4.875, 2.3125, 10.625, 4.875, 2.3125, 10.625, 4.875, 2.375, 10.6875, 4.875, 2.375, 10.5, 5.625, 2.5, 10.5, 5.625, 2.5625, 10.4375, 5.625, 2.5625, 10.4375, 5.625, 2.5, 10.5, 5.625, 2.5, 10.6875, 4.875, 2.3125, 10.6875, 4.875, 2.375, 10.5, 5.625, 2.5625, 10.4375, 5.625, 2.5625, 10.5, 5.625, 2.5625, 10.6875, 4.875, 2.375, 10.625, 4.875, 2.375, 11.25, 5.625, 2.5, 11.0625, 4.875, 2.3125, 11.125, 4.875, 2.3125, 11.3125, 5.625, 2.5, 11.25, 5.625, 2.5, 11.25, 5.625, 2.5625, 11.0625, 4.875, 2.375, 11.0625, 4.875, 2.3125, 11.125, 4.875, 2.3125, 11.0625, 4.875, 2.3125, 11.0625, 4.875, 2.375, 11.125, 4.875, 2.375, 11.3125, 5.625, 2.5, 11.3125, 5.625, 2.5625, 11.25, 5.625, 2.5625, 11.25, 5.625, 2.5, 11.3125, 5.625, 2.5, 11.125, 4.875, 2.3125, 11.125, 4.875, 2.375, 11.3125, 5.625, 2.5625, 11.25, 5.625, 2.5625, 11.3125, 5.625, 2.5625, 11.125, 4.875, 2.375, 11.0625, 4.875, 2.375, 3.25, 3, 12.5, 3.25, 0.5, 12.5, 4.25, 0.5, 12.5, 4.25, 3, 12.5, 3.25, 3, 12.5, 3.25, 3, 14, 3.25, 0.5, 14, 3.25, 0.5, 12.5, 4.25, 0.5, 12.5, 3.25, 0.5, 12.5, 3.25, 0.5, 14, 4.25, 0.5, 14, 4.25, 3, 12.5, 4.25, 3, 14, 3.25, 3, 14, 3.25, 3, 12.5, 3.25, 3, 14, 4.25, 3, 14, 4.25, 0.5, 14, 3.25, 0.5, 14, 3.25, 1.5, 7, 3.25, 0.5, 7, 4.25, 0.5, 7, 4.25, 1.5, 7, 3.25, 1.5, 7, 3.25, 1.5, 9.75, 3.25, 0.5, 9.75, 3.25, 0.5, 7, 4.25, 0.5, 7, 3.25, 0.5, 7, 3.25, 0.5, 9.75, 4.25, 0.5, 9.75, 4.25, 1.5, 7, 4.25, 1.5, 9.75, 3.25, 1.5, 9.75, 3.25, 1.5, 7, 4.25, 1.5, 7, 4.25, 0.5, 7, 4.25, 0.5, 9.75, 4.25, 1.5, 9.75, 3.25, 1.5, 9.75, 4.25, 1.5, 9.75, 4.25, 0.5, 9.75, 3.25, 0.5, 9.75, -1.5, 1.5, 7, -1.5, 0.5, 7, 2, 0.5, 7, 2, 1.5, 7, -1.5, 1.5, 7, -1.5, 1.5, 7.75, -1.5, 0.5, 7.75, -1.5, 0.5, 7, 2, 0.5, 7, -1.5, 0.5, 7, -1.5, 0.5, 7.75, 2, 0.5, 7.75, 2, 1.5, 7, 2, 1.5, 7.75, -1.5, 1.5, 7.75, -1.5, 1.5, 7, 2, 1.5, 7, 2, 0.5, 7, 2, 0.5, 7.75, 2, 1.5, 7.75, -1.5, 1.5, 7.75, 2, 1.5, 7.75, 2, 0.5, 7.75, -1.5, 0.5, 7.75, 25, 0.375, 29.5, 25, 0.375, 44, 22.5, 0.375, 44, 22.5, 0.375, 29.5, 25, 3, 29.5, 25, 0.5, 29.5, 25.75, 0.5, 29.5, 25.75, 3, 29.5, 25, 3, 29.5, 25, 3, 29.75, 25, 0.5, 29.75, 25, 0.5, 29.5, 25.75, 0.5, 29.5, 25, 0.5, 29.5, 25, 0.5, 29.75, 25.75, 0.5, 29.75, 25.75, 3, 29.5, 25.75, 3, 29.75, 25, 3, 29.75, 25, 3, 29.5, 25.75, 3, 29.5, 25.75, 0.5, 29.5, 25.75, 0.5, 29.75, 25.75, 3, 29.75, 25, 3, 29.75, 25.75, 3, 29.75, 25.75, 0.5, 29.75, 25, 0.5, 29.75, 27.25, 3.5, 29.5, 27.25, 0.5, 29.5, 27.75, 0.5, 29.5, 27.75, 3.5, 29.5, 27.25, 3.5, 29.5, 27.25, 3.5, 29.75, 27.25, 0.5, 29.75, 27.25, 0.5, 29.5, 27.75, 0.5, 29.5, 27.25, 0.5, 29.5, 27.25, 0.5, 29.75, 27.75, 0.5, 29.75, 27.75, 3.5, 29.5, 27.75, 3.5, 29.75, 27.25, 3.5, 29.75, 27.25, 3.5, 29.5, 27.75, 3.5, 29.5, 27.75, 0.5, 29.5, 27.75, 0.5, 29.75, 27.75, 3.5, 29.75, 27.25, 3.5, 29.75, 27.75, 3.5, 29.75, 27.75, 0.5, 29.75, 27.25, 0.5, 29.75, 25, 3.5, 29.5, 25, 3, 29.5, 27.25, 3, 29.5, 27.25, 3.5, 29.5, 25, 3.5, 29.5, 25, 3.5, 29.75, 25, 3, 29.75, 25, 3, 29.5, 27.25, 3, 29.5, 25, 3, 29.5, 25, 3, 29.75, 27.25, 3, 29.75, 27.25, 3.5, 29.5, 27.25, 3.5, 29.75, 25, 3.5, 29.75, 25, 3.5, 29.5, 27.25, 3.5, 29.5, 27.25, 3, 29.5, 27.25, 3, 29.75, 27.25, 3.5, 29.75, 25, 3.5, 29.75, 27.25, 3.5, 29.75, 27.25, 3, 29.75, 25, 3, 29.75, 27.75, 1.5, 29.5, 27.75, 0.5, 29.5, 31, 0.5, 29.5, 31, 1.5, 29.5, 27.75, 1.5, 29.5, 27.75, 1.5, 29.75, 27.75, 0.5, 29.75, 27.75, 0.5, 29.5, 31, 0.5, 29.5, 27.75, 0.5, 29.5, 27.75, 0.5, 29.75, 31, 0.5, 29.75, 31, 1.5, 29.5, 31, 1.5, 29.75, 27.75, 1.5, 29.75, 27.75, 1.5, 29.5, 31, 1.5, 29.5, 31, 0.5, 29.5, 31, 0.5, 29.75, 31, 1.5, 29.75, 27.75, 1.5, 29.75, 31, 1.5, 29.75, 31, 0.5, 29.75, 27.75, 0.5, 29.75, 27.75, 3.5, 29.5, 27.75, 3, 29.5, 31, 3, 29.5, 31, 3.5, 29.5, 27.75, 3.5, 29.5, 27.75, 3.5, 29.75, 27.75, 3, 29.75, 27.75, 3, 29.5, 31, 3, 29.5, 27.75, 3, 29.5, 27.75, 3, 29.75, 31, 3, 29.75, 31, 3.5, 29.5, 31, 3.5, 29.75, 27.75, 3.5, 29.75, 27.75, 3.5, 29.5, 31, 3.5, 29.5, 31, 3, 29.5, 31, 3, 29.75, 31, 3.5, 29.75, 27.75, 3.5, 29.75, 31, 3.5, 29.75, 31, 3, 29.75, 27.75, 3, 29.75, 31, 3.5, 29.5, 31, 0.5, 29.5, 32, 0.5, 29.5, 32, 3.5, 29.5, 31, 3.5, 29.5, 31, 3.5, 29.75, 31, 0.5, 29.75, 31, 0.5, 29.5, 32, 0.5, 29.5, 31, 0.5, 29.5, 31, 0.5, 29.75, 32, 0.5, 29.75, 32, 3.5, 29.5, 32, 3.5, 29.75, 31, 3.5, 29.75, 31, 3.5, 29.5, 32, 3.5, 29.5, 32, 0.5, 29.5, 32, 0.5, 29.75, 32, 3.5, 29.75, 31, 3.5, 29.75, 32, 3.5, 29.75, 32, 0.5, 29.75, 31, 0.5, 29.75, 0.75, 1.5, 10.25, 0.75, 1.5, 11.2813, 0.75, 1.4375, 11.2813, 0.75, 1.4375, 10.25, 4.25, 1.4375, 10.25, 0.75, 1.4375, 10.25, 0.75, 1.4375, 11.2813, 4.25, 1.4375, 11.2813, 4.25, 1.5, 10.25, 4.25, 1.5, 11.2813, 0.75, 1.5, 11.2813, 0.75, 1.5, 10.25, 0.75, 1.5, 11.2813, 4.25, 1.5, 11.2813, 4.25, 1.4375, 11.2813, 0.75, 1.4375, 11.2813, 3.21875, 1.5, 11.2813, 3.21875, 1.5, 12.5, 3.21875, 1.4375, 12.5, 3.21875, 1.4375, 11.2813, 4.25, 1.4375, 11.2813, 3.21875, 1.4375, 11.2813, 3.21875, 1.4375, 12.5, 4.25, 1.4375, 12.5, 4.25, 1.5, 11.2813, 4.25, 1.5, 12.5, 3.21875, 1.5, 12.5, 3.21875, 1.5, 11.2813, 3.21875, 1.5, 12.5, 4.25, 1.5, 12.5, 4.25, 1.4375, 12.5, 3.21875, 1.4375, 12.5, -1.25, 1.5, 14, -1.25, 1.4375, 14, 4.25, 1.4375, 14, 4.25, 1.5, 14, 4.25, 1.5, 14, 4.25, 1.5, 15.0313, -1.25, 1.5, 15.0313, -1.25, 1.5, 14, 37.75, 0.5, 29.5, 37.75, 0.5, 40.5, 32, 0.5, 40.5, 32, 0.5, 29.5) -indices = PackedInt32Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, 2, 3, 4, 5, 6, 4, 6, 7, 8, 9, 10, 8, 10, 11, 12, 13, 14, 12, 14, 15, 16, 17, 18, 16, 18, 19, 20, 21, 22, 20, 22, 23, 24, 25, 26, 24, 26, 27, 28, 29, 30, 28, 30, 31, 32, 33, 34, 32, 34, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36, 37, 38, 36, 38, 39, 40, 41, 42, 40, 42, 43, 44, 45, 46, 44, 46, 47, 48, 49, 50, 48, 50, 51, 52, 53, 54, 52, 54, 55, 56, 57, 58, 56, 58, 59, 60, 61, 62, 60, 62, 63, 64, 65, 66, 64, 66, 67, 68, 69, 70, 68, 70, 71, 72, 73, 74, 72, 74, 75, 76, 77, 78, 76, 78, 79, 80, 81, 82, 80, 82, 83, 84, 85, 86, 84, 86, 87, 88, 89, 90, 88, 90, 91, 92, 93, 94, 92, 94, 95, 96, 97, 98, 96, 98, 99, 100, 101, 102, 100, 102, 103, 104, 105, 106, 104, 106, 107, 108, 109, 110, 108, 110, 111, 112, 113, 114, 112, 114, 115, 116, 117, 118, 116, 118, 119, 120, 121, 122, 120, 122, 123, 124, 125, 126, 124, 126, 127, 128, 129, 130, 128, 130, 131, 132, 133, 134, 132, 134, 135, 136, 137, 138, 136, 138, 139, 140, 141, 142, 140, 142, 143, 144, 145, 146, 144, 146, 147, 148, 149, 150, 148, 150, 151, 152, 153, 154, 152, 154, 155, 156, 157, 158, 156, 158, 159, 160, 161, 162, 160, 162, 163, 164, 165, 166, 164, 166, 167, 168, 169, 170, 168, 170, 171, 172, 173, 174, 172, 174, 175, 176, 177, 178, 176, 178, 179, 180, 181, 182, 180, 182, 183, 184, 185, 186, 184, 186, 187, 188, 189, 190, 188, 190, 191, 192, 193, 194, 192, 194, 195, 196, 197, 198, 196, 198, 199, 200, 201, 202, 200, 202, 203, 204, 205, 206, 204, 206, 207, 208, 209, 210, 208, 210, 211, 212, 213, 214, 212, 214, 215, 216, 217, 218, 216, 218, 219, 220, 221, 222, 220, 222, 223, 224, 225, 226, 224, 226, 227, 228, 229, 230, 228, 230, 231, 232, 233, 234, 232, 234, 235, 236, 237, 238, 236, 238, 239, 240, 241, 242, 240, 242, 243, 244, 245, 246, 244, 246, 247, 248, 249, 250, 248, 250, 251, 252, 253, 254, 252, 254, 255, 256, 257, 258, 256, 258, 259, 260, 261, 262, 260, 262, 263, 264, 265, 266, 264, 266, 267, 268, 269, 270, 268, 270, 271, 272, 273, 274, 272, 274, 275, 276, 277, 278, 276, 278, 279, 280, 281, 282, 280, 282, 283, 284, 285, 286, 284, 286, 287, 288, 289, 290, 288, 290, 291, 292, 293, 294, 292, 294, 295, 296, 297, 298, 296, 298, 299, 300, 301, 302, 300, 302, 303, 304, 305, 306, 304, 306, 307, 308, 309, 310, 308, 310, 311, 312, 313, 314, 312, 314, 315, 316, 317, 318, 316, 318, 319, 320, 321, 322, 320, 322, 323, 324, 325, 326, 324, 326, 327, 328, 329, 330, 328, 330, 331, 332, 333, 334, 332, 334, 335, 336, 337, 338, 336, 338, 339, 340, 341, 342, 340, 342, 343, 344, 345, 346, 344, 346, 347, 348, 349, 350, 348, 350, 351, 352, 353, 354, 352, 354, 355, 356, 357, 358, 356, 358, 359, 360, 361, 362, 360, 362, 363, 364, 365, 366, 364, 366, 367, 368, 369, 370, 368, 370, 371, 372, 373, 374, 372, 374, 375, 376, 377, 378, 376, 378, 379, 380, 381, 382, 380, 382, 383, 384, 385, 386, 384, 386, 387, 388, 389, 390, 388, 390, 391, 392, 393, 394, 392, 394, 395, 396, 397, 398, 396, 398, 399, 400, 401, 402, 400, 402, 403, 404, 405, 406, 404, 406, 407, 408, 409, 410, 408, 410, 411, 412, 413, 414, 412, 414, 415, 416, 417, 418, 416, 418, 419, 420, 421, 422, 420, 422, 423, 424, 425, 426, 424, 426, 427, 428, 429, 430, 428, 430, 431, 432, 433, 434, 432, 434, 435, 436, 437, 438, 436, 438, 439, 440, 441, 442, 440, 442, 443, 444, 445, 446, 444, 446, 447, 448, 449, 450, 448, 450, 451, 452, 453, 454, 452, 454, 455, 456, 457, 458, 456, 458, 459, 460, 461, 462, 460, 462, 463, 464, 465, 466, 464, 466, 467, 468, 469, 470, 468, 470, 471, 472, 473, 474, 472, 474, 475, 476, 477, 478, 476, 478, 479, 480, 481, 482, 480, 482, 483, 484, 485, 486, 484, 486, 487, 488, 489, 490, 488, 490, 491, 492, 493, 494, 492, 494, 495, 496, 497, 498, 496, 498, 499, 500, 501, 502, 500, 502, 503, 504, 505, 506, 504, 506, 507, 508, 509, 510, 508, 510, 511, 512, 513, 514, 512, 514, 515, 516, 517, 518, 516, 518, 519, 520, 521, 522, 520, 522, 523, 524, 525, 526, 524, 526, 527, 528, 529, 530, 528, 530, 531, 532, 533, 534, 532, 534, 535, 536, 537, 538, 536, 538, 539, 540, 541, 542, 540, 542, 543, 544, 545, 546, 544, 546, 547, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 548, 549, 550, 548, 550, 551, 552, 553, 554, 552, 554, 555, 556, 557, 558, 556, 558, 559, 560, 561, 562, 560, 562, 563, 564, 565, 566, 564, 566, 567, 568, 569, 570, 568, 570, 571, 572, 573, 574, 572, 574, 575, 576, 577, 578, 576, 578, 579, 580, 581, 582, 580, 582, 583, 584, 585, 586, 584, 586, 587, 588, 589, 590, 588, 590, 591, 592, 593, 594, 592, 594, 595, 596, 597, 598, 596, 598, 599, 600, 601, 602, 600, 602, 603, 604, 605, 606, 604, 606, 607, 608, 609, 610, 608, 610, 611, 612, 613, 614, 612, 614, 615, 0, 0, 0, 0, 0, 0, 616, 617, 618, 616, 618, 619, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 620, 621, 622, 620, 622, 623, 624, 625, 626, 624, 626, 627, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 628, 629, 630, 628, 630, 631, 632, 633, 634, 632, 634, 635, 636, 637, 638, 636, 638, 639, 640, 641, 642, 640, 642, 643, 644, 645, 646, 644, 646, 647, 648, 649, 650, 648, 650, 651, 652, 653, 654, 652, 654, 655, 656, 657, 658, 656, 658, 659, 660, 661, 662, 660, 662, 663, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 664, 665, 666, 664, 666, 667, 668, 669, 670, 668, 670, 671, 672, 673, 674, 672, 674, 675, 676, 677, 678, 676, 678, 679, 680, 681, 682, 680, 682, 683, 684, 685, 686, 684, 686, 687, 688, 689, 690, 688, 690, 691, 692, 693, 694, 692, 694, 695, 696, 697, 698, 696, 698, 699, 700, 701, 702, 700, 702, 703, 704, 705, 706, 704, 706, 707, 708, 709, 710, 708, 710, 711, 712, 713, 714, 712, 714, 715, 716, 717, 718, 716, 718, 719, 720, 721, 722, 720, 722, 723, 724, 725, 726, 724, 726, 727, 728, 729, 730, 728, 730, 731, 732, 733, 734, 732, 734, 735, 736, 737, 738, 736, 738, 739, 740, 741, 742, 740, 742, 743, 744, 745, 746, 744, 746, 747, 748, 749, 750, 748, 750, 751, 752, 753, 754, 752, 754, 755, 756, 757, 758, 756, 758, 759, 760, 761, 762, 760, 762, 763, 764, 765, 766, 764, 766, 767, 768, 769, 770, 768, 770, 771, 772, 773, 774, 772, 774, 775, 776, 777, 778, 776, 778, 779, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 780, 781, 782, 780, 782, 783, 784, 785, 786, 784, 786, 787, 788, 789, 790, 788, 790, 791, 792, 793, 794, 792, 794, 795, 796, 797, 798, 796, 798, 799, 800, 801, 802, 800, 802, 803, 804, 805, 806, 804, 806, 807, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 808, 809, 810, 808, 810, 811, 812, 813, 814, 812, 814, 815, 816, 817, 818, 816, 818, 819, 820, 821, 822, 820, 822, 823, 824, 825, 826, 824, 826, 827, 828, 829, 830, 828, 830, 831, 832, 833, 834, 832, 834, 835, 836, 837, 838, 836, 838, 839, 840, 841, 842, 840, 842, 843, 844, 845, 846, 844, 846, 847, 848, 849, 850, 848, 850, 851, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 852, 853, 854, 852, 854, 855, 856, 857, 858, 856, 858, 859, 860, 861, 862, 860, 862, 863, 864, 865, 866, 864, 866, 867, 868, 869, 870, 868, 870, 871, 872, 873, 874, 872, 874, 875, 876, 877, 878, 876, 878, 879, 880, 881, 882, 880, 882, 883, 884, 885, 886, 884, 886, 887, 888, 889, 890, 888, 890, 891, 892, 893, 894, 892, 894, 895, 896, 897, 898, 896, 898, 899, 900, 901, 902, 900, 902, 903, 904, 905, 906, 904, 906, 907, 908, 909, 910, 908, 910, 911, 912, 913, 914, 912, 914, 915, 916, 917, 918, 916, 918, 919, 920, 921, 922, 920, 922, 923, 924, 925, 926, 924, 926, 927, 928, 929, 930, 928, 930, 931, 932, 933, 934, 932, 934, 935, 936, 937, 938, 936, 938, 939, 940, 941, 942, 940, 942, 943, 944, 945, 946, 944, 946, 947, 948, 949, 950, 948, 950, 951, 952, 953, 954, 952, 954, 955, 956, 957, 958, 956, 958, 959, 960, 961, 962, 960, 962, 963, 964, 965, 966, 964, 966, 967, 968, 969, 970, 968, 970, 971, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 972, 973, 974, 972, 974, 975, 976, 977, 978, 976, 978, 979, 980, 981, 982, 980, 982, 983, 984, 985, 986, 984, 986, 987, 988, 989, 990, 988, 990, 991, 992, 993, 994, 992, 994, 995, 996, 997, 998, 996, 998, 999, 1000, 1001, 1002, 1000, 1002, 1003, 1004, 1005, 1006, 1004, 1006, 1007, 1008, 1009, 1010, 1008, 1010, 1011, 1012, 1013, 1014, 1012, 1014, 1015, 1016, 1017, 1018, 1016, 1018, 1019, 1020, 1021, 1022, 1020, 1022, 1023, 1024, 1025, 1026, 1024, 1026, 1027, 1028, 1029, 1030, 1028, 1030, 1031, 1032, 1033, 1034, 1032, 1034, 1035, 1036, 1037, 1038, 1036, 1038, 1039, 1040, 1041, 1042, 1040, 1042, 1043, 1044, 1045, 1046, 1044, 1046, 1047, 1048, 1049, 1050, 1048, 1050, 1051, 1052, 1053, 1054, 1052, 1054, 1055, 1056, 1057, 1058, 1056, 1058, 1059, 1060, 1061, 1062, 1060, 1062, 1063, 1064, 1065, 1066, 1064, 1066, 1067, 1068, 1069, 1070, 1068, 1070, 1071, 1072, 1073, 1074, 1072, 1074, 1075, 1076, 1077, 1078, 1076, 1078, 1079, 1080, 1081, 1082, 1080, 1082, 1083, 1084, 1085, 1086, 1084, 1086, 1087, 1088, 1089, 1090, 1088, 1090, 1091, 1092, 1093, 1094, 1092, 1094, 1095, 1096, 1097, 1098, 1096, 1098, 1099, 1100, 1101, 1102, 1100, 1102, 1103, 1104, 1105, 1106, 1104, 1106, 1107, 1108, 1109, 1110, 1108, 1110, 1111, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1112, 1113, 1114, 1112, 1114, 1115, 1116, 1117, 1118, 1116, 1118, 1119, 1120, 1121, 1122, 1120, 1122, 1123, 1124, 1125, 1126, 1124, 1126, 1127, 1128, 1129, 1130, 1128, 1130, 1131, 1132, 1133, 1134, 1132, 1134, 1135, 1136, 1137, 1138, 1136, 1138, 1139, 1140, 1141, 1142, 1140, 1142, 1143, 1144, 1145, 1146, 1144, 1146, 1147, 1148, 1149, 1150, 1148, 1150, 1151, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1152, 1153, 1154, 1152, 1154, 1155, 1156, 1157, 1158, 1156, 1158, 1159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1160, 1161, 1162, 1160, 1162, 1163, 1164, 1165, 1166, 1164, 1166, 1167, 1168, 1169, 1170, 1168, 1170, 1171, 1172, 1173, 1174, 1172, 1174, 1175, 1176, 1177, 1178, 1176, 1178, 1179, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1180, 1181, 1182, 1180, 1182, 1183, 1184, 1185, 1186, 1184, 1186, 1187, 1188, 1189, 1190, 1188, 1190, 1191, 1192, 1193, 1194, 1192, 1194, 1195, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1196, 1197, 1198, 1196, 1198, 1199, 1200, 1201, 1202, 1200, 1202, 1203, 1204, 1205, 1206, 1204, 1206, 1207, 1208, 1209, 1210, 1208, 1210, 1211, 1212, 1213, 1214, 1212, 1214, 1215, 1216, 1217, 1218, 1216, 1218, 1219, 1220, 1221, 1222, 1220, 1222, 1223, 1224, 1225, 1226, 1224, 1226, 1227, 1228, 1229, 1230, 1228, 1230, 1231, 1232, 1233, 1234, 1232, 1234, 1235, 1236, 1237, 1238, 1236, 1238, 1239, 1240, 1241, 1242, 1240, 1242, 1243, 1244, 1245, 1246, 1244, 1246, 1247, 1248, 1249, 1250, 1248, 1250, 1251, 1252, 1253, 1254, 1252, 1254, 1255, 1256, 1257, 1258, 1256, 1258, 1259, 1260, 1261, 1262, 1260, 1262, 1263, 1264, 1265, 1266, 1264, 1266, 1267, 1268, 1269, 1270, 1268, 1270, 1271, 1272, 1273, 1274, 1272, 1274, 1275, 1276, 1277, 1278, 1276, 1278, 1279, 1280, 1281, 1282, 1280, 1282, 1283, 1284, 1285, 1286, 1284, 1286, 1287, 1288, 1289, 1290, 1288, 1290, 1291, 1292, 1293, 1294, 1292, 1294, 1295, 1296, 1297, 1298, 1296, 1298, 1299, 1300, 1301, 1302, 1300, 1302, 1303, 1304, 1305, 1306, 1304, 1306, 1307, 1308, 1309, 1310, 1308, 1310, 1311, 1312, 1313, 1314, 1312, 1314, 1315, 1316, 1317, 1318, 1316, 1318, 1319, 1320, 1321, 1322, 1320, 1322, 1323, 1324, 1325, 1326, 1324, 1326, 1327, 1328, 1329, 1330, 1328, 1330, 1331, 1332, 1333, 1334, 1332, 1334, 1335, 1336, 1337, 1338, 1336, 1338, 1339, 1340, 1341, 1342, 1340, 1342, 1343, 1344, 1345, 1346, 1344, 1346, 1347, 1348, 1349, 1350, 1348, 1350, 1351, 1352, 1353, 1354, 1352, 1354, 1355, 1356, 1357, 1358, 1356, 1358, 1359, 1360, 1361, 1362, 1360, 1362, 1363, 1364, 1365, 1366, 1364, 1366, 1367, 1368, 1369, 1370, 1368, 1370, 1371, 1372, 1373, 1374, 1372, 1374, 1375, 1376, 1377, 1378, 1376, 1378, 1379, 1380, 1381, 1382, 1380, 1382, 1383, 1384, 1385, 1386, 1384, 1386, 1387, 1388, 1389, 1390, 1388, 1390, 1391, 1392, 1393, 1394, 1392, 1394, 1395, 1396, 1397, 1398, 1396, 1398, 1399, 1400, 1401, 1402, 1400, 1402, 1403, 1404, 1405, 1406, 1404, 1406, 1407, 1408, 1409, 1410, 1408, 1410, 1411, 1412, 1413, 1414, 1412, 1414, 1415, 1416, 1417, 1418, 1416, 1418, 1419, 1420, 1421, 1422, 1420, 1422, 1423, 1424, 1425, 1426, 1424, 1426, 1427, 1428, 1429, 1430, 1428, 1430, 1431, 1432, 1433, 1434, 1432, 1434, 1435, 1436, 1437, 1438, 1436, 1438, 1439, 1440, 1441, 1442, 1440, 1442, 1443, 1444, 1445, 1446, 1444, 1446, 1447, 1448, 1449, 1450, 1448, 1450, 1451, 1452, 1453, 1454, 1452, 1454, 1455, 1456, 1457, 1458, 1456, 1458, 1459, 1460, 1461, 1462, 1460, 1462, 1463, 1464, 1465, 1466, 1464, 1466, 1467, 1468, 1469, 1470, 1468, 1470, 1471, 1472, 1473, 1474, 1472, 1474, 1475, 1476, 1477, 1478, 1476, 1478, 1479, 1480, 1481, 1482, 1480, 1482, 1483, 1484, 1485, 1486, 1484, 1486, 1487, 1488, 1489, 1490, 1488, 1490, 1491, 1492, 1493, 1494, 1492, 1494, 1495, 1496, 1497, 1498, 1496, 1498, 1499, 1500, 1501, 1502, 1500, 1502, 1503, 1504, 1505, 1506, 1504, 1506, 1507, 1508, 1509, 1510, 1508, 1510, 1511, 1512, 1513, 1514, 1512, 1514, 1515, 1516, 1517, 1518, 1516, 1518, 1519, 1520, 1521, 1522, 1520, 1522, 1523, 1524, 1525, 1526, 1524, 1526, 1527, 1528, 1529, 1530, 1528, 1530, 1531, 1532, 1533, 1534, 1532, 1534, 1535, 1536, 1537, 1538, 1536, 1538, 1539, 1540, 1541, 1542, 1540, 1542, 1543, 1544, 1545, 1546, 1544, 1546, 1547, 1548, 1549, 1550, 1548, 1550, 1551, 1552, 1553, 1554, 1552, 1554, 1555, 1556, 1557, 1558, 1556, 1558, 1559, 1560, 1561, 1562, 1560, 1562, 1563, 1564, 1565, 1566, 1564, 1566, 1567, 1568, 1569, 1570, 1568, 1570, 1571, 1572, 1573, 1574, 1572, 1574, 1575, 1576, 1577, 1578, 1576, 1578, 1579, 1580, 1581, 1582, 1580, 1582, 1583, 1584, 1585, 1586, 1584, 1586, 1587, 1588, 1589, 1590, 1588, 1590, 1591, 1592, 1593, 1594, 1592, 1594, 1595, 1596, 1597, 1598, 1596, 1598, 1599, 1600, 1601, 1602, 1600, 1602, 1603, 1604, 1605, 1606, 1604, 1606, 1607, 1608, 1609, 1610, 1608, 1610, 1611, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1612, 1613, 1614, 1612, 1614, 1615, 1616, 1617, 1618, 1616, 1618, 1619, 1620, 1621, 1622, 1620, 1622, 1623, 1624, 1625, 1626, 1624, 1626, 1627, 1628, 1629, 1630, 1628, 1630, 1631, 1632, 1633, 1634, 1632, 1634, 1635, 1636, 1637, 1638, 1636, 1638, 1639, 1640, 1641, 1642, 1640, 1642, 1643, 1644, 1645, 1646, 1644, 1646, 1647, 1648, 1649, 1650, 1648, 1650, 1651, 0, 0, 0, 0, 0, 0, 1652, 1653, 1654, 1652, 1654, 1655) +[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_datoq"] +points = PackedVector3Array(-1.75, 0.5, 24.5, -1.75, -0.5, 24.5, -5.75, 0.5, 24.5, -5.75, -0.5, 24.5, -1.75, 0.5, -0.5, -1.75, -0.5, -0.5, -5.75, 0.5, -0.5, -5.75, -0.5, -0.5) + +[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_28wwg"] +points = PackedVector3Array(8, 1.625, 2.75, 8, 0.5, 2.75, -1.5, 1.625, 2.75, -1.5, 0.5, 2.75, 8, 1.625, 2.5, 8, 0.5, 2.5, -1.5, 1.625, 2.5, -1.5, 0.5, 2.5) + +[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_g8u0k"] +points = PackedVector3Array(8.25, 3, 2.75, 8.25, 0.5, 2.75, 8, 3, 2.75, 8, 0.5, 2.75, 8.25, 3, 2.5, 8.25, 0.5, 2.5, 8, 3, 2.5, 8, 0.5, 2.5) + +[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_ojo02"] +points = PackedVector3Array(8.25, 3.25, 9.75, 8.25, 3, 9.75, 8, 3.25, 9.75, 8, 3, 9.75, 8.25, 3.25, 2.5, 8.25, 3, 2.5, 8, 3.25, 2.5, 8, 3, 2.5) + +[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_fkwnc"] +points = PackedVector3Array(8, 3.25, 2.75, 8, 3, 2.75, -1.5, 3.25, 2.75, -1.5, 3, 2.75, 8, 3.25, 2.5, 8, 3, 2.5, -1.5, 3.25, 2.5, -1.5, 3, 2.5) + +[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_0qh3n"] +points = PackedVector3Array(8.25, 1.625, 4.5, 8.25, 0.5, 4.5, 8, 1.625, 4.5, 8, 0.5, 4.5, 8.25, 1.625, 2.75, 8.25, 0.5, 2.75, 8, 1.625, 2.75, 8, 0.5, 2.75) + +[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_lsb8t"] +points = PackedVector3Array(8.25, 3, 5, 8.25, 0.5, 5, 8, 3, 5, 8, 0.5, 5, 8.25, 3, 4.5, 8.25, 0.5, 4.5, 8, 3, 4.5, 8, 0.5, 4.5) + +[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_wqdql"] +points = PackedVector3Array(8.25, 3, 7, 8.25, 0.5, 7, 8, 3, 7, 8, 0.5, 7, 8.25, 3, 6.5, 8.25, 0.5, 6.5, 8, 3, 6.5, 8, 0.5, 6.5) + +[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_j1i2n"] +points = PackedVector3Array(8.25, 0.5, 10, 8.25, 0.25, 10, -1.75, 0.5, 10, -1.75, 0.25, 10, 8.25, 0.5, 2.75, 8.25, 0.25, 2.75, -1.75, 0.5, 2.75, -1.75, 0.25, 2.75) + +[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_bcj2m"] +points = PackedVector3Array(8.25, 0.5, 2.5, 8.25, -0.5, 2.5, -1.75, 0.5, 2.5, -1.75, -0.5, 2.5, 8.25, 0.5, -0.5, 8.25, -0.5, -0.5, -1.75, 0.5, -0.5, -1.75, -0.5, -0.5) + +[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_o0gkc"] +points = PackedVector3Array(8.5, 3.5, 9.75, 8.5, 3.25, 9.75, 8, 3.5, 9.75, 8, 3.25, 9.75, 8.5, 3.5, 2.25, 8.5, 3.25, 2.25, 8, 3.5, 2.25, 8, 3.25, 2.25) + +[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_ju0ay"] +points = PackedVector3Array(8, 3.5, 2.75, 8, 3.25, 2.75, -1.5, 3.5, 2.75, -1.5, 3.25, 2.75, 8, 3.5, 2.25, 8, 3.25, 2.25, -1.5, 3.5, 2.25, -1.5, 3.25, 2.25) + +[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_r6wrx"] +points = PackedVector3Array(8.5, 4.75, 9.75, 8.5, 4.5, 9.75, 8, 4.75, 9.75, 8, 4.5, 9.75, 8.5, 4.75, 2.25, 8.5, 4.5, 2.25, 8, 4.75, 2.25, 8, 4.5, 2.25) + +[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_bxq8v"] +points = PackedVector3Array(8, 4.75, 2.75, 8, 4.5, 2.75, -1.5, 4.75, 2.75, -1.5, 4.5, 2.75, 8, 4.75, 2.25, 8, 4.5, 2.25, -1.5, 4.75, 2.25, -1.5, 4.5, 2.25) + +[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_ungr5"] +points = PackedVector3Array(8.25, 4.5, 9.75, 8.25, 3.75, 9.75, 8, 4.5, 9.75, 8, 3.75, 9.75, 8.25, 4.5, 2.5, 8.25, 3.75, 2.5, 8, 4.5, 2.5, 8, 3.75, 2.5) + +[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_lwe76"] +points = PackedVector3Array(8, 4.5, 2.75, 8, 3.75, 2.75, -1.5, 4.5, 2.75, -1.5, 3.75, 2.75, 8, 4.5, 2.5, 8, 3.75, 2.5, -1.5, 4.5, 2.5, -1.5, 3.75, 2.5) + +[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_4014d"] +points = PackedVector3Array(8, 4, 9.75, 8, 3.75, 9.75, -1.5, 4, 9.75, -1.5, 3.75, 9.75, 8, 4, 2.75, 8, 3.75, 2.75, -1.5, 4, 2.75, -1.5, 3.75, 2.75) + +[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_ih8d0"] +points = PackedVector3Array(8.25, 1.625, 9.25, 8.25, 0.5, 9.25, 8, 1.625, 9.25, 8, 0.5, 9.25, 8.25, 1.625, 7, 8.25, 0.5, 7, 8, 1.625, 7, 8, 0.5, 7) + +[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_w2bwb"] +points = PackedVector3Array(8.25, 3, 9.75, 8.25, 0.5, 9.75, 8, 3, 9.75, 8, 0.5, 9.75, 8.25, 3, 9.25, 8.25, 0.5, 9.25, 8, 3, 9.25, 8, 0.5, 9.25) + +[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_etgm7"] +points = PackedVector3Array(8.25, 0.5, 23, 8.25, 0, 23, -1.75, 0.5, 23, -1.75, 0, 23, 8.25, 0.5, 20, 8.25, 0, 20, -1.75, 0.5, 20, -1.75, 0, 20) + +[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_gtu7x"] +points = PackedVector3Array(8.25, 3, 24.5, 8.25, 0.5, 24.5, -1.75, 3, 24.5, -1.75, 0.5, 24.5, 8.25, 3, 23, 8.25, 0.5, 23, -1.75, 3, 23, -1.75, 0.5, 23) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_1cnek"] -points = PackedVector3Array(-5.75, 0.5, -0.5, -5.75, -0.5, -0.5, -1.75, -0.5, -0.5, -1.75, 0.5, -0.5, -5.75, 0.5, 24.5, -5.75, -0.5, 24.5, -1.75, -0.5, 24.5, -1.75, 0.5, 24.5) +points = PackedVector3Array(8.25, 8, 23, 8.25, 3, 23, -1.75, 8, 23, -1.75, 3, 23, 8.25, 8, 20, 8.25, 3, 20, -1.75, 8, 20, -1.75, 3, 20) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_ubi2m"] -points = PackedVector3Array(-1.5, 1.625, 2.5, -1.5, 0.5, 2.5, 8, 0.5, 2.5, 8, 1.625, 2.5, -1.5, 1.625, 2.75, -1.5, 0.5, 2.75, 8, 0.5, 2.75, 8, 1.625, 2.75) +points = PackedVector3Array(8.25, 8, 24.5, 8.25, 3, 24.5, -1.75, 8, 24.5, -1.75, 3, 24.5, 8.25, 8, 23, 8.25, 3, 23, -1.75, 8, 23, -1.75, 3, 23) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_3x3tu"] -points = PackedVector3Array(8, 3, 2.5, 8, 0.5, 2.5, 8.25, 0.5, 2.5, 8.25, 3, 2.5, 8, 3, 2.75, 8, 0.5, 2.75, 8.25, 0.5, 2.75, 8.25, 3, 2.75) +points = PackedVector3Array(-1.5, 8, 20, -1.5, 3.25, 20, -1.75, 8, 20, -1.75, 3.25, 20, -1.5, 8, 9.75, -1.5, 3.25, 9.75, -1.75, 8, 9.75, -1.75, 3.25, 9.75) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_xu0at"] -points = PackedVector3Array(8, 3.25, 2.5, 8, 3, 2.5, 8.25, 3, 2.5, 8.25, 3.25, 2.5, 8, 3.25, 9.75, 8, 3, 9.75, 8.25, 3, 9.75, 8.25, 3.25, 9.75) +points = PackedVector3Array(11.25, 0.5, 24.5, 11.25, 0.375, 24.5, 8.25, 0.5, 24.5, 8.25, 0.375, 24.5, 11.25, 0.5, -0.5, 11.25, 0.375, -0.5, 8.25, 0.5, -0.5, 8.25, 0.375, -0.5) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_88not"] -points = PackedVector3Array(-1.5, 3.25, 2.5, -1.5, 3, 2.5, 8, 3, 2.5, 8, 3.25, 2.5, -1.5, 3.25, 2.75, -1.5, 3, 2.75, 8, 3, 2.75, 8, 3.25, 2.75) +points = PackedVector3Array(8.25, 8, 20, 8.25, 3.5, 20, -1.5, 8, 20, -1.5, 3.5, 20, 8.25, 8, 19.75, 8.25, 3.5, 19.75, -1.5, 8, 19.75, -1.5, 3.5, 19.75) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_l7hqb"] -points = PackedVector3Array(8, 1.625, 2.75, 8, 0.5, 2.75, 8.25, 0.5, 2.75, 8.25, 1.625, 2.75, 8, 1.625, 4.5, 8, 0.5, 4.5, 8.25, 0.5, 4.5, 8.25, 1.625, 4.5) +points = PackedVector3Array(8.25, 8, 19.75, 8.25, 3.75, 19.75, -1.5, 8, 19.75, -1.5, 3.75, 19.75, 8.25, 8, 10, 8.25, 3.75, 10, -1.5, 8, 10, -1.5, 3.75, 10) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_mv8rc"] -points = PackedVector3Array(8, 3, 4.5, 8, 0.5, 4.5, 8.25, 0.5, 4.5, 8.25, 3, 4.5, 8, 3, 5, 8, 0.5, 5, 8.25, 0.5, 5, 8.25, 3, 5) +points = PackedVector3Array(8.25, 8, 10, 8.25, 3.75, 10, 2.25, 8, 10, 2.25, 3.75, 10, 8.25, 8, 9.75, 8.25, 3.75, 9.75, 2.25, 8, 9.75, 2.25, 3.75, 9.75) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_qugmh"] -points = PackedVector3Array(8, 3, 6.5, 8, 0.5, 6.5, 8.25, 0.5, 6.5, 8.25, 3, 6.5, 8, 3, 7, 8, 0.5, 7, 8.25, 0.5, 7, 8.25, 3, 7) +points = PackedVector3Array(7.75, 1, 10, 7.75, 0.5, 10, 0.5, 1, 10, 0.5, 0.5, 10, 7.75, 1, 9.75, 7.75, 0.5, 9.75, 0.5, 1, 9.75, 0.5, 0.5, 9.75) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_m5ubh"] -points = PackedVector3Array(-1.75, 0.5, 2.75, -1.75, 0.25, 2.75, 8.25, 0.25, 2.75, 8.25, 0.5, 2.75, -1.75, 0.5, 10, -1.75, 0.25, 10, 8.25, 0.25, 10, 8.25, 0.5, 10) +points = PackedVector3Array(-1, 1, 10, -1, 0.5, 10, -1.25, 1, 10, -1.25, 0.5, 10, -1, 1, 9.75, -1, 0.5, 9.75, -1.25, 1, 9.75, -1.25, 0.5, 9.75) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_b8ta3"] -points = PackedVector3Array(-1.75, 0.5, -0.5, -1.75, -0.5, -0.5, 8.25, -0.5, -0.5, 8.25, 0.5, -0.5, -1.75, 0.5, 2.5, -1.75, -0.5, 2.5, 8.25, -0.5, 2.5, 8.25, 0.5, 2.5) +points = PackedVector3Array(7.75, 3.25, 10, 7.75, 1, 10, 0.5, 3.25, 10, 0.5, 1, 10, 7.75, 3.25, 9.75, 7.75, 1, 9.75, 0.5, 3.25, 9.75, 0.5, 1, 9.75) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_oy4h3"] -points = PackedVector3Array(8, 3.5, 2.25, 8, 3.25, 2.25, 8.5, 3.25, 2.25, 8.5, 3.5, 2.25, 8, 3.5, 9.75, 8, 3.25, 9.75, 8.5, 3.25, 9.75, 8.5, 3.5, 9.75) +points = PackedVector3Array(-1, 3, 10, -1, 1, 10, -1.5, 3, 10, -1.5, 1, 10, -1, 3, 9.75, -1, 1, 9.75, -1.5, 3, 9.75, -1.5, 1, 9.75) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_l8f6n"] -points = PackedVector3Array(-1.5, 3.5, 2.25, -1.5, 3.25, 2.25, 8, 3.25, 2.25, 8, 3.5, 2.25, -1.5, 3.5, 2.75, -1.5, 3.25, 2.75, 8, 3.25, 2.75, 8, 3.5, 2.75) +points = PackedVector3Array(7.75, 3.75, 10, 7.75, 3.25, 10, 0.5, 3.75, 10, 0.5, 3.25, 10, 7.75, 3.75, 9.75, 7.75, 3.25, 9.75, 0.5, 3.75, 9.75, 0.5, 3.25, 9.75) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_e5m01"] -points = PackedVector3Array(8, 4.75, 2.25, 8, 4.5, 2.25, 8.5, 4.5, 2.25, 8.5, 4.75, 2.25, 8, 4.75, 9.75, 8, 4.5, 9.75, 8.5, 4.5, 9.75, 8.5, 4.75, 9.75) +points = PackedVector3Array(-1, 3.75, 10, -1, 3, 10, -1.5, 3.75, 10, -1.5, 3, 10, -1, 3.75, 9.75, -1, 3, 9.75, -1.5, 3.75, 9.75, -1.5, 3, 9.75) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_q6fi0"] -points = PackedVector3Array(-1.5, 4.75, 2.25, -1.5, 4.5, 2.25, 8, 4.5, 2.25, 8, 4.75, 2.25, -1.5, 4.75, 2.75, -1.5, 4.5, 2.75, 8, 4.5, 2.75, 8, 4.75, 2.75) +points = PackedVector3Array(0.25, 3.25, 10, 0.25, 3, 10, -0.75, 3.25, 10, -0.75, 3, 10, 0.25, 3.25, 9.75, 0.25, 3, 9.75, -0.75, 3.25, 9.75, -0.75, 3, 9.75) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_nu0ed"] -points = PackedVector3Array(8, 4.5, 2.5, 8, 3.75, 2.5, 8.25, 3.75, 2.5, 8.25, 4.5, 2.5, 8, 4.5, 9.75, 8, 3.75, 9.75, 8.25, 3.75, 9.75, 8.25, 4.5, 9.75) +points = PackedVector3Array(8.25, 3.75, 20, 8.25, 0.125, 20, -1.5, 3.75, 20, -1.5, 0.125, 20, 8.25, 3.75, 15.25, 8.25, 0.125, 15.25, -1.5, 3.75, 15.25, -1.5, 0.125, 15.25) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_vbbl6"] -points = PackedVector3Array(-1.5, 4.5, 2.5, -1.5, 3.75, 2.5, 8, 3.75, 2.5, 8, 4.5, 2.5, -1.5, 4.5, 2.75, -1.5, 3.75, 2.75, 8, 3.75, 2.75, 8, 4.5, 2.75) +points = PackedVector3Array(4.25, 3.5, 10.25, 4.25, 0.5, 10.25, 0.5, 3.5, 10.25, 0.5, 0.5, 10.25, 4.25, 3.5, 10, 4.25, 0.5, 10, 0.5, 3.5, 10, 0.5, 0.5, 10) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_ng5iw"] -points = PackedVector3Array(-1.5, 4, 2.75, -1.5, 3.75, 2.75, 8, 3.75, 2.75, 8, 4, 2.75, -1.5, 4, 9.75, -1.5, 3.75, 9.75, 8, 3.75, 9.75, 8, 4, 9.75) +points = PackedVector3Array(-1, 3, 10.25, -1, 0.5, 10.25, -1.5, 3, 10.25, -1.5, 0.5, 10.25, -1, 3, 10, -1, 0.5, 10, -1.5, 3, 10, -1.5, 0.5, 10) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_4qx03"] -points = PackedVector3Array(8, 1.625, 7, 8, 0.5, 7, 8.25, 0.5, 7, 8.25, 1.625, 7, 8, 1.625, 9.25, 8, 0.5, 9.25, 8.25, 0.5, 9.25, 8.25, 1.625, 9.25) +points = PackedVector3Array(3.25, 0.5, 14.03125, 3.25, 0.25, 14.03125, -1.5, 0.5, 14.03125, -1.5, 0.25, 14.03125, 3.25, 0.5, 10, 3.25, 0.25, 10, -1.5, 0.5, 10, -1.5, 0.25, 10) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_ob7em"] -points = PackedVector3Array(8, 3, 9.25, 8, 0.5, 9.25, 8.25, 0.5, 9.25, 8.25, 3, 9.25, 8, 3, 9.75, 8, 0.5, 9.75, 8.25, 0.5, 9.75, 8.25, 3, 9.75) +points = PackedVector3Array(0.25, 3.25, 10.25, 0.25, 3, 10.25, -0.75, 3.25, 10.25, -0.75, 3, 10.25, 0.25, 3.25, 10, 0.25, 3, 10, -0.75, 3.25, 10, -0.75, 3, 10) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_yy6u1"] -points = PackedVector3Array(-1.75, 0.5, 20, -1.75, 0, 20, 8.25, 0, 20, 8.25, 0.5, 20, -1.75, 0.5, 23, -1.75, 0, 23, 8.25, 0, 23, 8.25, 0.5, 23) +points = PackedVector3Array(0.5, 3.25, 10, 0.5, 3, 10, 0.25, 3.25, 10, 0.25, 3, 10, 0.5, 3.25, 9.75, 0.5, 3, 9.75, 0.25, 3.25, 9.75, 0.25, 3, 9.75) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_sdf27"] -points = PackedVector3Array(-1.75, 3, 23, -1.75, 0.5, 23, 8.25, 0.5, 23, 8.25, 3, 23, -1.75, 3, 24.5, -1.75, 0.5, 24.5, 8.25, 0.5, 24.5, 8.25, 3, 24.5) +points = PackedVector3Array(0.5, 3.25, 10.25, 0.5, 3, 10.25, 0.25, 3.25, 10.25, 0.25, 3, 10.25, 0.5, 3.25, 10, 0.5, 3, 10, 0.25, 3.25, 10, 0.25, 3, 10) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_ebdrl"] -points = PackedVector3Array(-1.75, 8, 20, -1.75, 3, 20, 8.25, 3, 20, 8.25, 8, 20, -1.75, 8, 23, -1.75, 3, 23, 8.25, 3, 23, 8.25, 8, 23) +points = PackedVector3Array(-0.75, 3.25, 10, -0.75, 3, 10, -1, 3.25, 10, -1, 3, 10, -0.75, 3.25, 9.75, -0.75, 3, 9.75, -1, 3.25, 9.75, -1, 3, 9.75) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_ut5x7"] -points = PackedVector3Array(-1.75, 8, 23, -1.75, 3, 23, 8.25, 3, 23, 8.25, 8, 23, -1.75, 8, 24.5, -1.75, 3, 24.5, 8.25, 3, 24.5, 8.25, 8, 24.5) +points = PackedVector3Array(-0.75, 3.25, 10.25, -0.75, 3, 10.25, -1, 3.25, 10.25, -1, 3, 10.25, -0.75, 3.25, 10, -0.75, 3, 10, -1, 3.25, 10, -1, 3, 10) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_qkii1"] -points = PackedVector3Array(-1.75, 8, 9.75, -1.75, 3.25, 9.75, -1.5, 3.25, 9.75, -1.5, 8, 9.75, -1.75, 8, 20, -1.75, 3.25, 20, -1.5, 3.25, 20, -1.5, 8, 20) +points = PackedVector3Array(-1, 3.25, 10.25, -1, 3, 10.25, -1.5, 3.25, 10.25, -1.5, 3, 10.25, -1, 3.25, 10, -1, 3, 10, -1.5, 3.25, 10, -1.5, 3, 10) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_u2v3l"] -points = PackedVector3Array(8.25, 0.5, -0.5, 8.25, 0.375, -0.5, 11.25, 0.375, -0.5, 11.25, 0.5, -0.5, 8.25, 0.5, 24.5, 8.25, 0.375, 24.5, 11.25, 0.375, 24.5, 11.25, 0.5, 24.5) +points = PackedVector3Array(4.25, 3.25, 15.25, 4.25, 0.5, 15.25, -1.25, 3.25, 15.25, -1.25, 0.5, 15.25, 4.25, 3.25, 15, 4.25, 0.5, 15, -1.25, 3.25, 15, -1.25, 0.5, 15) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_ftnmw"] -points = PackedVector3Array(-1.5, 8, 19.75, -1.5, 3.5, 19.75, 8.25, 3.5, 19.75, 8.25, 8, 19.75, -1.5, 8, 20, -1.5, 3.5, 20, 8.25, 3.5, 20, 8.25, 8, 20) +points = PackedVector3Array(-1.5, 3, 20, -1.5, 0.5, 20, -1.75, 3, 20, -1.75, 0.5, 20, -1.5, 3, 13.5, -1.5, 0.5, 13.5, -1.75, 3, 13.5, -1.75, 0.5, 13.5) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_10qyu"] -points = PackedVector3Array(-1.5, 8, 10, -1.5, 3.75, 10, 8.25, 3.75, 10, 8.25, 8, 10, -1.5, 8, 19.75, -1.5, 3.75, 19.75, 8.25, 3.75, 19.75, 8.25, 8, 19.75) +points = PackedVector3Array(-1.5, 3, 12, -1.5, 0.5, 12, -1.75, 3, 12, -1.75, 0.5, 12, -1.5, 3, 9.75, -1.5, 0.5, 9.75, -1.75, 3, 9.75, -1.75, 0.5, 9.75) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_8s48e"] -points = PackedVector3Array(2.25, 8, 9.75, 2.25, 3.75, 9.75, 8.25, 3.75, 9.75, 8.25, 8, 9.75, 2.25, 8, 10, 2.25, 3.75, 10, 8.25, 3.75, 10, 8.25, 8, 10) +points = PackedVector3Array(-1.25, 3.25, 15, -1.25, 0.5, 15, -1.5, 3.25, 15, -1.5, 0.5, 15, -1.25, 3.25, 13.5, -1.25, 0.5, 13.5, -1.5, 3.25, 13.5, -1.5, 0.5, 13.5) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_fp7jr"] -points = PackedVector3Array(0.5, 1, 9.75, 0.5, 0.5, 9.75, 7.75, 0.5, 9.75, 7.75, 1, 9.75, 0.5, 1, 10, 0.5, 0.5, 10, 7.75, 0.5, 10, 7.75, 1, 10) +points = PackedVector3Array(-1.25, 3.25, 12, -1.25, 0.5, 12, -1.5, 3.25, 12, -1.5, 0.5, 12, -1.25, 3.25, 10.25, -1.25, 0.5, 10.25, -1.5, 3.25, 10.25, -1.5, 0.5, 10.25) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_twrfe"] -points = PackedVector3Array(-1.25, 1, 9.75, -1.25, 0.5, 9.75, -1, 0.5, 9.75, -1, 1, 9.75, -1.25, 1, 10, -1.25, 0.5, 10, -1, 0.5, 10, -1, 1, 10) +points = PackedVector3Array(-1.25, 3.25, 13.25, -1.25, 3, 13.25, -1.5, 3.25, 13.25, -1.5, 3, 13.25, -1.25, 3.25, 12.25, -1.25, 3, 12.25, -1.5, 3.25, 12.25, -1.5, 3, 12.25) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_vxfpw"] -points = PackedVector3Array(0.5, 3.25, 9.75, 0.5, 1, 9.75, 7.75, 1, 9.75, 7.75, 3.25, 9.75, 0.5, 3.25, 10, 0.5, 1, 10, 7.75, 1, 10, 7.75, 3.25, 10) +points = PackedVector3Array(-1.5, 0.5, 13.5, -1.5, 0.25, 13.5, -1.75, 0.5, 13.5, -1.75, 0.25, 13.5, -1.5, 0.5, 12, -1.5, 0.25, 12, -1.75, 0.5, 12, -1.75, 0.25, 12) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_0orrt"] -points = PackedVector3Array(-1.5, 3, 9.75, -1.5, 1, 9.75, -1, 1, 9.75, -1, 3, 9.75, -1.5, 3, 10, -1.5, 1, 10, -1, 1, 10, -1, 3, 10) +points = PackedVector3Array(-1.5, 3.25, 20, -1.5, 3, 20, -1.75, 3.25, 20, -1.75, 3, 20, -1.5, 3.25, 9.75, -1.5, 3, 9.75, -1.75, 3.25, 9.75, -1.75, 3, 9.75) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_hbuo3"] -points = PackedVector3Array(0.5, 3.75, 9.75, 0.5, 3.25, 9.75, 7.75, 3.25, 9.75, 7.75, 3.75, 9.75, 0.5, 3.75, 10, 0.5, 3.25, 10, 7.75, 3.25, 10, 7.75, 3.75, 10) +points = PackedVector3Array(8.25, 8, 9.75, 8.25, 4.75, 9.75, -1.75, 8, 9.75, -1.75, 4.75, 9.75, 8.25, 8, 2.5, 8.25, 4.75, 2.5, -1.75, 8, 2.5, -1.75, 4.75, 2.5) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_to4dv"] -points = PackedVector3Array(-1.5, 3.75, 9.75, -1.5, 3, 9.75, -1, 3, 9.75, -1, 3.75, 9.75, -1.5, 3.75, 10, -1.5, 3, 10, -1, 3, 10, -1, 3.75, 10) +points = PackedVector3Array(4.25, 3.5, 15, 4.25, 3.25, 15, -1.25, 3.5, 15, -1.25, 3.25, 15, 4.25, 3.5, 10.25, 4.25, 3.25, 10.25, -1.25, 3.5, 10.25, -1.25, 3.25, 10.25) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_60a73"] -points = PackedVector3Array(-0.75, 3.25, 9.75, -0.75, 3, 9.75, 0.25, 3, 9.75, 0.25, 3.25, 9.75, -0.75, 3.25, 10, -0.75, 3, 10, 0.25, 3, 10, 0.25, 3.25, 10) +points = PackedVector3Array(-1.25, 3.25, 13.5, -1.25, 3, 13.5, -1.5, 3.25, 13.5, -1.5, 3, 13.5, -1.25, 3.25, 13.25, -1.25, 3, 13.25, -1.5, 3.25, 13.25, -1.5, 3, 13.25) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_d6m3j"] -points = PackedVector3Array(-1.5, 3.75, 15.25, -1.5, 0.125, 15.25, 8.25, 0.125, 15.25, 8.25, 3.75, 15.25, -1.5, 3.75, 20, -1.5, 0.125, 20, 8.25, 0.125, 20, 8.25, 3.75, 20) +points = PackedVector3Array(-1.25, 3.25, 12.25, -1.25, 3, 12.25, -1.5, 3.25, 12.25, -1.5, 3, 12.25, -1.25, 3.25, 12, -1.25, 3, 12, -1.5, 3.25, 12, -1.5, 3, 12) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_fibpr"] -points = PackedVector3Array(0.5, 3.5, 10, 0.5, 0.5, 10, 4.25, 0.5, 10, 4.25, 3.5, 10, 0.5, 3.5, 10.25, 0.5, 0.5, 10.25, 4.25, 0.5, 10.25, 4.25, 3.5, 10.25) +points = PackedVector3Array(4.25, 1.4375, 12.5, 4.25, 0.5, 12.5, 3.25, 1.4375, 12.5, 3.25, 0.5, 12.5, 4.25, 1.4375, 11.25, 4.25, 0.5, 11.25, 3.25, 1.4375, 11.25, 3.25, 0.5, 11.25) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_ljjsw"] -points = PackedVector3Array(-1.5, 3, 10, -1.5, 0.5, 10, -1, 0.5, 10, -1, 3, 10, -1.5, 3, 10.25, -1.5, 0.5, 10.25, -1, 0.5, 10.25, -1, 3, 10.25) +points = PackedVector3Array(3.25, 1.4375, 11.25, 3.25, 0.5, 11.25, 0.75, 1.4375, 11.25, 0.75, 0.5, 11.25, 3.25, 1.4375, 10.25, 3.25, 0.5, 10.25, 0.75, 1.4375, 10.25, 0.75, 0.5, 10.25) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_nfi7r"] -points = PackedVector3Array(-1.5, 0.5, 10, -1.5, 0.25, 10, 3.25, 0.25, 10, 3.25, 0.5, 10, -1.5, 0.5, 14.0313, -1.5, 0.25, 14.0313, 3.25, 0.25, 14.0313, 3.25, 0.5, 14.0313) +points = PackedVector3Array(3.25, 1.4375, 15, 3.25, 0.5, 15, -1.25, 1.4375, 15, -1.25, 0.5, 15, 3.25, 1.4375, 14.03125, 3.25, 0.5, 14.03125, -1.25, 1.4375, 14.03125, -1.25, 0.5, 14.03125) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_v25jk"] -points = PackedVector3Array(-0.75, 3.25, 10, -0.75, 3, 10, 0.25, 3, 10, 0.25, 3.25, 10, -0.75, 3.25, 10.25, -0.75, 3, 10.25, 0.25, 3, 10.25, 0.25, 3.25, 10.25) +points = PackedVector3Array(18.75, 0.375, 24.5, 18.75, -0.625, 24.5, 11.25, 0.375, 24.5, 11.25, -0.625, 24.5, 18.75, 0.375, -0.5, 18.75, -0.625, -0.5, 11.25, 0.375, -0.5, 11.25, -0.625, -0.5) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_ivfn7"] -points = PackedVector3Array(0.25, 3.25, 9.75, 0.25, 3, 9.75, 0.5, 3, 9.75, 0.5, 3.25, 9.75, 0.25, 3.25, 10, 0.25, 3, 10, 0.5, 3, 10, 0.5, 3.25, 10) +points = PackedVector3Array(18.75, 0.5, 2.5, 18.75, 0.375, 2.5, 11.25, 0.5, 2.5, 11.25, 0.375, 2.5, 18.75, 0.5, -0.5, 18.75, 0.375, -0.5, 11.25, 0.5, -0.5, 11.25, 0.375, -0.5) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_re55v"] -points = PackedVector3Array(0.25, 3.25, 10, 0.25, 3, 10, 0.5, 3, 10, 0.5, 3.25, 10, 0.25, 3.25, 10.25, 0.25, 3, 10.25, 0.5, 3, 10.25, 0.5, 3.25, 10.25) +points = PackedVector3Array(22, 0.5, 18, 22, 0.375, 18, 18.75, 0.5, 18, 18.75, 0.375, 18, 22, 0.5, -0.5, 22, 0.375, -0.5, 18.75, 0.5, -0.5, 18.75, 0.375, -0.5) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_ffa4o"] -points = PackedVector3Array(-1, 3.25, 9.75, -1, 3, 9.75, -0.75, 3, 9.75, -0.75, 3.25, 9.75, -1, 3.25, 10, -1, 3, 10, -0.75, 3, 10, -0.75, 3.25, 10) +points = PackedVector3Array(22.5, 0.5, 24.5, 22.5, 0.375, 24.5, 18.75, 0.5, 24.5, 18.75, 0.375, 24.5, 22.5, 0.5, 23, 22.5, 0.375, 23, 18.75, 0.5, 23, 18.75, 0.375, 23) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_rlr0u"] -points = PackedVector3Array(-1, 3.25, 10, -1, 3, 10, -0.75, 3, 10, -0.75, 3.25, 10, -1, 3.25, 10.25, -1, 3, 10.25, -0.75, 3, 10.25, -0.75, 3.25, 10.25) +points = PackedVector3Array(22.5, 0.375, 23, 22.5, -0.625, 23, 18.75, 0.375, 23, 18.75, -0.625, 23, 22.5, 0.375, 18, 22.5, -0.625, 18, 18.75, 0.375, 18, 18.75, -0.625, 18) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_y2vba"] -points = PackedVector3Array(-1.5, 3.25, 10, -1.5, 3, 10, -1, 3, 10, -1, 3.25, 10, -1.5, 3.25, 10.25, -1.5, 3, 10.25, -1, 3, 10.25, -1, 3.25, 10.25) +points = PackedVector3Array(11, 4.75, 2.25, 11, 0.75, 2.25, 10.75, 4.75, 2.25, 10.75, 0.75, 2.25, 11, 4.75, 2, 11, 0.75, 2, 10.75, 4.75, 2, 10.75, 0.75, 2) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_l5mel"] -points = PackedVector3Array(-1.25, 3.25, 15, -1.25, 0.5, 15, 4.25, 0.5, 15, 4.25, 3.25, 15, -1.25, 3.25, 15.25, -1.25, 0.5, 15.25, 4.25, 0.5, 15.25, 4.25, 3.25, 15.25) +points = PackedVector3Array(11.25, 0.5625, 2.5, 11.25, 0.5, 2.5, 10.5, 0.5625, 2.5, 10.5, 0.5, 2.5, 11.25, 0.5625, 1.75, 11.25, 0.5, 1.75, 10.5, 0.5625, 1.75, 10.5, 0.5, 1.75) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_suxo7"] -points = PackedVector3Array(-1.75, 3, 13.5, -1.75, 0.5, 13.5, -1.5, 0.5, 13.5, -1.5, 3, 13.5, -1.75, 3, 20, -1.75, 0.5, 20, -1.5, 0.5, 20, -1.5, 3, 20) +points = PackedVector3Array(11, 0.75, 2.25, 11.25, 0.5625, 2.5000002, 10.750001, 0.75, 2.25, 10.500001, 0.5625, 2.5000002, 11, 0.75, 2, 11.25, 0.5625, 1.7499999, 10.750001, 0.75, 2, 10.500001, 0.5625, 1.7499999) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_fcoti"] -points = PackedVector3Array(-1.75, 3, 9.75, -1.75, 0.5, 9.75, -1.5, 0.5, 9.75, -1.5, 3, 9.75, -1.75, 3, 12, -1.75, 0.5, 12, -1.5, 0.5, 12, -1.5, 3, 12) +points = PackedVector3Array(11.125, 4.875, 2.375, 11.125, 4.75, 2.375, 10.625, 4.875, 2.375, 10.625, 4.75, 2.375, 11.125, 4.875, 1.875, 11.125, 4.75, 1.875, 10.625, 4.875, 1.875, 10.625, 4.75, 1.875) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_nispn"] -points = PackedVector3Array(-1.5, 3.25, 13.5, -1.5, 0.5, 13.5, -1.25, 0.5, 13.5, -1.25, 3.25, 13.5, -1.5, 3.25, 15, -1.5, 0.5, 15, -1.25, 0.5, 15, -1.25, 3.25, 15) +points = PackedVector3Array(11, 5.8125, 2.2500005, 11.3125, 5.625, 2.562501, 10.75, 5.8125, 2.2500005, 10.437499, 5.625, 2.562501, 11, 5.8125, 2.0000007, 11.3125, 5.625, 1.6875001, 10.75, 5.8125, 2.0000007, 10.437499, 5.625, 1.6875001) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_a6h7c"] -points = PackedVector3Array(-1.5, 3.25, 10.25, -1.5, 0.5, 10.25, -1.25, 0.5, 10.25, -1.25, 3.25, 10.25, -1.5, 3.25, 12, -1.5, 0.5, 12, -1.25, 0.5, 12, -1.25, 3.25, 12) +points = PackedVector3Array(11.312499, 5.625, 1.7500001, 11.124999, 4.875, 1.9375002, 11.25, 5.625, 1.7500001, 11.0625, 4.875, 1.9375002, 11.312499, 5.625, 1.6875001, 11.124999, 4.875, 1.8750001, 11.25, 5.625, 1.6875001, 11.0625, 4.875, 1.8750001) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_xf2tq"] -points = PackedVector3Array(-1.5, 3.25, 12.25, -1.5, 3, 12.25, -1.25, 3, 12.25, -1.25, 3.25, 12.25, -1.5, 3.25, 13.25, -1.5, 3, 13.25, -1.25, 3, 13.25, -1.25, 3.25, 13.25) +points = PackedVector3Array(10.499999, 5.625, 1.7500001, 10.6875, 4.875, 1.9375002, 10.4375, 5.625, 1.7500001, 10.625001, 4.875, 1.9375002, 10.499999, 5.625, 1.6875001, 10.6875, 4.875, 1.8750001, 10.4375, 5.625, 1.6875001, 10.625001, 4.875, 1.8750001) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_auqh4"] -points = PackedVector3Array(-1.75, 0.5, 12, -1.75, 0.25, 12, -1.5, 0.25, 12, -1.5, 0.5, 12, -1.75, 0.5, 13.5, -1.75, 0.25, 13.5, -1.5, 0.25, 13.5, -1.5, 0.5, 13.5) +points = PackedVector3Array(10.499999, 5.625, 2.5625, 10.6875, 4.875, 2.3749998, 10.4375, 5.625, 2.5625, 10.625001, 4.875, 2.3749998, 10.499999, 5.625, 2.5, 10.6875, 4.875, 2.3124998, 10.4375, 5.625, 2.5, 10.625001, 4.875, 2.3124998) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_v0n0f"] -points = PackedVector3Array(-1.75, 3.25, 9.75, -1.75, 3, 9.75, -1.5, 3, 9.75, -1.5, 3.25, 9.75, -1.75, 3.25, 20, -1.75, 3, 20, -1.5, 3, 20, -1.5, 3.25, 20) +points = PackedVector3Array(11.312499, 5.625, 2.5625, 11.124999, 4.875, 2.3749998, 11.25, 5.625, 2.5625, 11.0625, 4.875, 2.3749998, 11.312499, 5.625, 2.5, 11.124999, 4.875, 2.3124998, 11.25, 5.625, 2.5, 11.0625, 4.875, 2.3124998) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_632r6"] -points = PackedVector3Array(-1.75, 8, 2.5, -1.75, 4.75, 2.5, 8.25, 4.75, 2.5, 8.25, 8, 2.5, -1.75, 8, 9.75, -1.75, 4.75, 9.75, 8.25, 4.75, 9.75, 8.25, 8, 9.75) +points = PackedVector3Array(11.5, 0.37499997, 24.5, 11.25, 0.50000006, 24.5, 11.25, 0.375, 24.5, 11.5, 0.37499997, 2.5, 11.25, 0.50000006, 2.5, 11.25, 0.375, 2.5) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_06k3m"] -points = PackedVector3Array(-1.25, 3.5, 10.25, -1.25, 3.25, 10.25, 4.25, 3.25, 10.25, 4.25, 3.5, 10.25, -1.25, 3.5, 15, -1.25, 3.25, 15, 4.25, 3.25, 15, 4.25, 3.5, 15) +points = PackedVector3Array(4.25, 3, 14, 4.25, 0.5, 14, 3.25, 3, 14, 3.25, 0.5, 14, 4.25, 3, 12.5, 4.25, 0.5, 12.5, 3.25, 3, 12.5, 3.25, 0.5, 12.5) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_cukdg"] -points = PackedVector3Array(-1.5, 3.25, 13.25, -1.5, 3, 13.25, -1.25, 3, 13.25, -1.25, 3.25, 13.25, -1.5, 3.25, 13.5, -1.5, 3, 13.5, -1.25, 3, 13.5, -1.25, 3.25, 13.5) +points = PackedVector3Array(8.25, 3.75, 15.25, 8.25, 0.125, 15.25, 4.25, 3.75, 15.25, 4.25, 0.125, 15.25, 8.25, 3.75, 10.25, 8.25, 0.125, 10.25, 4.25, 3.75, 10.25, 4.25, 0.125, 10.25) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_pr3hn"] -points = PackedVector3Array(-1.5, 3.25, 12, -1.5, 3, 12, -1.25, 3, 12, -1.25, 3.25, 12, -1.5, 3.25, 12.25, -1.5, 3, 12.25, -1.25, 3, 12.25, -1.25, 3.25, 12.25) +points = PackedVector3Array(18.75, 0.375, 18, 18.75, 0.49999952, 18, 18.5, 0.37499997, 18, 18.75, 0.375, 2.5, 18.75, 0.49999952, 2.5, 18.5, 0.37499997, 2.5) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_27ql2"] -points = PackedVector3Array(3.25, 1.4375, 11.25, 3.25, 0.5, 11.25, 4.25, 0.5, 11.25, 4.25, 1.4375, 11.25, 3.25, 1.4375, 12.5, 3.25, 0.5, 12.5, 4.25, 0.5, 12.5, 4.25, 1.4375, 12.5) +points = PackedVector3Array(18.75, 0.37499997, 2.75, 18.75, 0.49999994, 2.5, 11.25, 0.37499997, 2.75, 11.25, 0.49999994, 2.5, 18.75, 0.375, 2.5, 11.25, 0.375, 2.5) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_m44kk"] -points = PackedVector3Array(0.75, 1.4375, 10.25, 0.75, 0.5, 10.25, 3.25, 0.5, 10.25, 3.25, 1.4375, 10.25, 0.75, 1.4375, 11.25, 0.75, 0.5, 11.25, 3.25, 0.5, 11.25, 3.25, 1.4375, 11.25) +points = PackedVector3Array(22.5, 2, 18, 22.5, 0.375, 18, 22, 2, 18, 22, 0.375, 18, 22.5, 2, 3, 22.5, 0.375, 3, 22, 2, 3, 22, 0.375, 3) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_w6vrv"] -points = PackedVector3Array(-1.25, 1.4375, 14.0313, -1.25, 0.5, 14.0313, 3.25, 0.5, 14.0313, 3.25, 1.4375, 14.0313, -1.25, 1.4375, 15, -1.25, 0.5, 15, 3.25, 0.5, 15, 3.25, 1.4375, 15) +points = PackedVector3Array(35.5, 0.375, 23, 35.5, -0.625, 23, 22.5, 0.375, 23, 22.5, -0.625, 23, 35.5, 0.375, 3, 35.5, -0.625, 3, 22.5, 0.375, 3, 22.5, -0.625, 3) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_o8xj2"] -points = PackedVector3Array(11.25, 0.375, -0.5, 11.25, -0.625, -0.5, 18.75, -0.625, -0.5, 18.75, 0.375, -0.5, 11.25, 0.375, 24.5, 11.25, -0.625, 24.5, 18.75, -0.625, 24.5, 18.75, 0.375, 24.5) +points = PackedVector3Array(27, 0.5, 26.5, 27, 0.375, 26.5, 22.5, 0.5, 26.5, 22.5, 0.375, 26.5, 27, 0.5, 23, 27, 0.375, 23, 22.5, 0.5, 23, 22.5, 0.375, 23) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_iteuk"] -points = PackedVector3Array(11.25, 0.5, -0.5, 11.25, 0.375, -0.5, 18.75, 0.375, -0.5, 18.75, 0.5, -0.5, 11.25, 0.5, 2.5, 11.25, 0.375, 2.5, 18.75, 0.375, 2.5, 18.75, 0.5, 2.5) +points = PackedVector3Array(22.5, 2, 36.5, 22.5, 0.375, 36.5, 22, 2, 36.5, 22, 0.375, 36.5, 22.5, 2, 24.5, 22.5, 0.375, 24.5, 22, 2, 24.5, 22, 0.375, 24.5) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_3vy10"] -points = PackedVector3Array(18.75, 0.5, -0.5, 18.75, 0.375, -0.5, 22, 0.375, -0.5, 22, 0.5, -0.5, 18.75, 0.5, 18, 18.75, 0.375, 18, 22, 0.375, 18, 22, 0.5, 18) +points = PackedVector3Array(35.5, 0.375, 26.5, 35.5, -0.625, 26.5, 27, 0.375, 26.5, 27, -0.625, 26.5, 35.5, 0.375, 23, 35.5, -0.625, 23, 27, 0.375, 23, 27, -0.625, 23) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_yufba"] -points = PackedVector3Array(18.75, 0.5, 23, 18.75, 0.375, 23, 22.5, 0.375, 23, 22.5, 0.5, 23, 18.75, 0.5, 24.5, 18.75, 0.375, 24.5, 22.5, 0.375, 24.5, 22.5, 0.5, 24.5) +points = PackedVector3Array(35.5, 0.5, 29.5, 35.5, 0.375, 29.5, 25, 0.5, 29.5, 25, 0.375, 29.5, 35.5, 0.5, 26.5, 35.5, 0.375, 26.5, 25, 0.5, 26.5, 25, 0.375, 26.5) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_18slp"] -points = PackedVector3Array(18.75, 0.375, 18, 18.75, -0.625, 18, 22.5, -0.625, 18, 22.5, 0.375, 18, 18.75, 0.375, 23, 18.75, -0.625, 23, 22.5, -0.625, 23, 22.5, 0.375, 23) +points = PackedVector3Array(18.75, 0.375, 24.5, 18.75, 0.49999952, 24.5, 18.5, 0.37499997, 24.5, 18.75, 0.375, 23, 18.75, 0.49999952, 23, 18.5, 0.37499997, 23) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_ddtc2"] -points = PackedVector3Array(10.75, 4.75, 2, 10.75, 0.75, 2, 11, 0.75, 2, 11, 4.75, 2, 10.75, 4.75, 2.25, 10.75, 0.75, 2.25, 11, 0.75, 2.25, 11, 4.75, 2.25) +points = PackedVector3Array(22, 0.37499997, 18.25, 22, 0.49999952, 18, 18.75, 0.37499997, 18.25, 18.75, 0.49999952, 18, 22, 0.375, 18, 18.75, 0.375, 18) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_k4po3"] -points = PackedVector3Array(10.5, 0.5625, 1.75, 10.5, 0.5, 1.75, 11.25, 0.5, 1.75, 11.25, 0.5625, 1.75, 10.5, 0.5625, 2.5, 10.5, 0.5, 2.5, 11.25, 0.5, 2.5, 11.25, 0.5625, 2.5) +points = PackedVector3Array(27, 0.375, 23, 27, 0.49999952, 23, 18.75, 0.375, 23, 18.75, 0.49999952, 23, 27, 0.37499997, 22.75, 18.75, 0.37499997, 22.75) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_8jp7v"] -points = PackedVector3Array(10.75, 0.75, 2, 10.5, 0.5625, 1.75, 11.25, 0.5625, 1.75, 11, 0.75, 2, 10.75, 0.75, 2.25, 10.5, 0.5625, 2.5, 11.25, 0.5625, 2.5, 11, 0.75, 2.25) +points = PackedVector3Array(35.5, 0.375, 26.5, 35.5, 0.49999952, 26.5, 27, 0.375, 26.5, 27, 0.49999952, 26.5, 35.5, 0.37499997, 26.25, 27, 0.37499997, 26.25) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_2220g"] -points = PackedVector3Array(10.625, 4.875, 1.875, 10.625, 4.75, 1.875, 11.125, 4.75, 1.875, 11.125, 4.875, 1.875, 10.625, 4.875, 2.375, 10.625, 4.75, 2.375, 11.125, 4.75, 2.375, 11.125, 4.875, 2.375) +points = PackedVector3Array(27.25, 0.37499997, 26.5, 27, 0.49999952, 26.5, 27, 0.375, 26.5, 27.25, 0.37499997, 23, 27, 0.49999952, 23, 27, 0.375, 23) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_y4pj5"] -points = PackedVector3Array(11, 5.8125, 2, 10.75, 5.8125, 2, 10.4375, 5.625, 1.6875, 11.3125, 5.625, 1.6875, 10.75, 5.8125, 2.25, 10.4375, 5.625, 2.5625, 11.3125, 5.625, 2.5625, 11, 5.8125, 2.25) +points = PackedVector3Array(27.25, 0.37499997, 23, 27, 0.49999952, 23, 27.000002, 0.49999955, 23, 27, 0.375, 23, 27, 0.49999952, 23, 27.25, 0.375, 22.750002, 27, 0.37499997, 22.75) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_7dukm"] -points = PackedVector3Array(11.25, 5.625, 1.6875, 11.0625, 4.875, 1.875, 11.125, 4.875, 1.875, 11.3125, 5.625, 1.6875, 11.25, 5.625, 1.75, 11.0625, 4.875, 1.9375, 11.125, 4.875, 1.9375, 11.3125, 5.625, 1.75) +points = PackedVector3Array(18.75, 0.375, 23, 18.75, 0.49999952, 23, 18.75, 0.49999952, 23, 18.5, 0.37499997, 23, 18.749998, 0.49999955, 23, 18.75, 0.37499997, 22.75, 18.75, 0.49999896, 22.999998, 18.500002, 0.375, 22.750002) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_n8lrt"] -points = PackedVector3Array(10.4375, 5.625, 1.6875, 10.625, 4.875, 1.875, 10.6875, 4.875, 1.875, 10.5, 5.625, 1.6875, 10.4375, 5.625, 1.75, 10.625, 4.875, 1.9375, 10.6875, 4.875, 1.9375, 10.5, 5.625, 1.75) +points = PackedVector3Array(18.75, 0.37499997, 18.25, 18.75, 0.49999896, 18.000002, 18.75, 0.49999952, 18, 18.500002, 0.375, 18.25, 18.75, 0.375, 18, 18.75, 0.49999952, 18, 18.5, 0.37499997, 18) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_y8qke"] -points = PackedVector3Array(10.4375, 5.625, 2.5, 10.625, 4.875, 2.3125, 10.6875, 4.875, 2.3125, 10.5, 5.625, 2.5, 10.4375, 5.625, 2.5625, 10.625, 4.875, 2.375, 10.6875, 4.875, 2.375, 10.5, 5.625, 2.5625) +points = PackedVector3Array(22.25, 0.375, 18.25, 22.000002, 0.49999955, 18, 22, 0.37499997, 18.25, 22, 0.49999952, 18, 22.25, 0.37499997, 18, 22, 0.49999952, 18, 22, 0.375, 18) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_f4t13"] -points = PackedVector3Array(11.25, 5.625, 2.5, 11.0625, 4.875, 2.3125, 11.125, 4.875, 2.3125, 11.3125, 5.625, 2.5, 11.25, 5.625, 2.5625, 11.0625, 4.875, 2.375, 11.125, 4.875, 2.375, 11.3125, 5.625, 2.5625) +points = PackedVector3Array(8.25, 3.75, 10.25, 8.25, 0.5, 10.25, 8, 3.75, 10.25, 8, 0.5, 10.25, 8.25, 3.75, 9.75, 8.25, 0.5, 9.75, 8, 3.75, 9.75, 8, 0.5, 9.75) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_xusqy"] -points = PackedVector3Array(11.25, 0.5, 2.5, 11.25, 0.375, 2.5, 11.5, 0.375, 2.5, 11.25, 0.5, 24.5, 11.25, 0.375, 24.5, 11.5, 0.375, 24.5) +points = PackedVector3Array(5.25, 3, 2.75, 5.25, 1.625, 2.75, 5, 3, 2.75, 5, 1.625, 2.75, 5.25, 3, 2.5, 5.25, 1.625, 2.5, 5, 3, 2.5, 5, 1.625, 2.5) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_ssecv"] -points = PackedVector3Array(3.25, 3, 12.5, 3.25, 0.5, 12.5, 4.25, 0.5, 12.5, 4.25, 3, 12.5, 3.25, 3, 14, 3.25, 0.5, 14, 4.25, 0.5, 14, 4.25, 3, 14) +points = PackedVector3Array(1.75, 3, 2.75, 1.75, 1.625, 2.75, 1.5, 3, 2.75, 1.5, 1.625, 2.75, 1.75, 3, 2.5, 1.75, 1.625, 2.5, 1.5, 3, 2.5, 1.5, 1.625, 2.5) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_bcdn4"] -points = PackedVector3Array(4.25, 3.75, 10.25, 4.25, 0.125, 10.25, 8.25, 0.125, 10.25, 8.25, 3.75, 10.25, 4.25, 3.75, 15.25, 4.25, 0.125, 15.25, 8.25, 0.125, 15.25, 8.25, 3.75, 15.25) +points = PackedVector3Array(-1.5, 3.5, 9.75, -1.5, 3.25, 9.75, -2, 3.5, 9.75, -2, 3.25, 9.75, -1.5, 3.5, 2.25, -1.5, 3.25, 2.25, -2, 3.5, 2.25, -2, 3.25, 2.25) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_im1dw"] -points = PackedVector3Array(18.75, 0.5, 2.5, 18.5, 0.375, 2.5, 18.75, 0.375, 2.5, 18.75, 0.5, 18, 18.5, 0.375, 18, 18.75, 0.375, 18) +points = PackedVector3Array(4.25, 1.5, 9.75, 4.25, 0.5, 9.75, 3.25, 1.5, 9.75, 3.25, 0.5, 9.75, 4.25, 1.5, 7, 4.25, 0.5, 7, 3.25, 1.5, 7, 3.25, 0.5, 7) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_axvll"] -points = PackedVector3Array(11.25, 0.5, 2.5, 11.25, 0.375, 2.5, 18.75, 0.375, 2.5, 18.75, 0.5, 2.5, 11.25, 0.375, 2.75, 18.75, 0.375, 2.75) +points = PackedVector3Array(-1.5, 4.5, 9.75, -1.5, 3.75, 9.75, -1.75, 4.5, 9.75, -1.75, 3.75, 9.75, -1.5, 4.5, 2.5, -1.5, 3.75, 2.5, -1.75, 4.5, 2.5, -1.75, 3.75, 2.5) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_cobb4"] -points = PackedVector3Array(22, 2, 3, 22, 0.375, 3, 22.5, 0.375, 3, 22.5, 2, 3, 22, 2, 18, 22, 0.375, 18, 22.5, 0.375, 18, 22.5, 2, 18) +points = PackedVector3Array(-1.5, 3, 2.75, -1.5, 1.5, 2.75, -1.75, 3, 2.75, -1.75, 1.5, 2.75, -1.5, 3, 2.5, -1.5, 1.5, 2.5, -1.75, 3, 2.5, -1.75, 1.5, 2.5) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_vh3v4"] -points = PackedVector3Array(22.5, 0.375, 3, 22.5, -0.625, 3, 35.5, -0.625, 3, 35.5, 0.375, 3, 22.5, 0.375, 23, 22.5, -0.625, 23, 35.5, -0.625, 23, 35.5, 0.375, 23) +points = PackedVector3Array(2, 1.5, 7.75, 2, 0.5, 7.75, -1.5, 1.5, 7.75, -1.5, 0.5, 7.75, 2, 1.5, 7, 2, 0.5, 7, -1.5, 1.5, 7, -1.5, 0.5, 7) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_iao1r"] -points = PackedVector3Array(22.5, 0.5, 23, 22.5, 0.375, 23, 27, 0.375, 23, 27, 0.5, 23, 22.5, 0.5, 26.5, 22.5, 0.375, 26.5, 27, 0.375, 26.5, 27, 0.5, 26.5) +points = PackedVector3Array(-1.5, 4.75, 9.75, -1.5, 4.5, 9.75, -2, 4.75, 9.75, -2, 4.5, 9.75, -1.5, 4.75, 2.25, -1.5, 4.5, 2.25, -2, 4.75, 2.25, -2, 4.5, 2.25) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_oqhkv"] -points = PackedVector3Array(22, 2, 24.5, 22, 0.375, 24.5, 22.5, 0.375, 24.5, 22.5, 2, 24.5, 22, 2, 36.5, 22, 0.375, 36.5, 22.5, 0.375, 36.5, 22.5, 2, 36.5) +points = PackedVector3Array(-1.5, 1.625, 7, -1.5, 0.5, 7, -1.75, 1.625, 7, -1.75, 0.5, 7, -1.5, 1.625, 2.5, -1.5, 0.5, 2.5, -1.75, 1.625, 2.5, -1.75, 0.5, 2.5) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_irqxs"] -points = PackedVector3Array(27, 0.375, 23, 27, -0.625, 23, 35.5, -0.625, 23, 35.5, 0.375, 23, 27, 0.375, 26.5, 27, -0.625, 26.5, 35.5, -0.625, 26.5, 35.5, 0.375, 26.5) +points = PackedVector3Array(-1.5, 3, 9.75, -1.5, 0.5, 9.75, -1.75, 3, 9.75, -1.75, 0.5, 9.75, -1.5, 3, 7, -1.5, 0.5, 7, -1.75, 3, 7, -1.75, 0.5, 7) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_dwqde"] -points = PackedVector3Array(25, 0.5, 26.5, 25, 0.375, 26.5, 35.5, 0.375, 26.5, 35.5, 0.5, 26.5, 25, 0.5, 29.5, 25, 0.375, 29.5, 35.5, 0.375, 29.5, 35.5, 0.5, 29.5) +points = PackedVector3Array(-1.5, 3.25, 9.75, -1.5, 3, 9.75, -1.75, 3.25, 9.75, -1.75, 3, 9.75, -1.5, 3.25, 2.5, -1.5, 3, 2.5, -1.75, 3.25, 2.5, -1.75, 3, 2.5) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_00awy"] -points = PackedVector3Array(18.75, 0.5, 23, 18.5, 0.375, 23, 18.75, 0.375, 23, 18.75, 0.5, 24.5, 18.5, 0.375, 24.5, 18.75, 0.375, 24.5) +points = PackedVector3Array(25, 0.375, 44, 25, -0.625, 44, 22.5, 0.375, 44, 22.5, -0.625, 44, 25, 0.375, 29.5, 25, -0.625, 29.5, 22.5, 0.375, 29.5, 22.5, -0.625, 29.5) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_rmoc8"] -points = PackedVector3Array(18.75, 0.5, 18, 18.75, 0.375, 18, 22, 0.375, 18, 22, 0.5, 18, 18.75, 0.375, 18.25, 22, 0.375, 18.25) +points = PackedVector3Array(25, 0.5, 29.5, 25, 0.375, 29.5, 22.5, 0.5, 29.5, 22.5, 0.375, 29.5, 25, 0.5, 26.5, 25, 0.375, 26.5, 22.5, 0.5, 26.5, 22.5, 0.375, 26.5) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_v7vu3"] -points = PackedVector3Array(18.75, 0.5, 23, 18.75, 0.375, 22.75, 27, 0.375, 22.75, 27, 0.5, 23, 18.75, 0.375, 23, 27, 0.375, 23) +points = PackedVector3Array(8.25, 3.75, 9.75, 8.25, 3.5, 9.75, 8, 3.75, 9.75, 8, 3.5, 9.75, 8.25, 3.75, 2.5, 8.25, 3.5, 2.5, 8, 3.75, 2.5, 8, 3.5, 2.5) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_ixt8c"] -points = PackedVector3Array(27, 0.5, 26.5, 27, 0.375, 26.25, 35.5, 0.375, 26.25, 35.5, 0.5, 26.5, 27, 0.375, 26.5, 35.5, 0.375, 26.5) +points = PackedVector3Array(-1.5, 3.75, 9.75, -1.5, 3.5, 9.75, -1.75, 3.75, 9.75, -1.75, 3.5, 9.75, -1.5, 3.75, 2.5, -1.5, 3.5, 2.5, -1.75, 3.75, 2.5, -1.75, 3.5, 2.5) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_wh5ct"] -points = PackedVector3Array(27, 0.5, 23, 27, 0.375, 23, 27.25, 0.375, 23, 27, 0.5, 26.5, 27, 0.375, 26.5, 27.25, 0.375, 26.5) +points = PackedVector3Array(0.5, 3.75, 10, 0.5, 3.25, 10, -1, 3.75, 10, -1, 3.25, 10, 0.5, 3.75, 9.75, 0.5, 3.25, 9.75, -1, 3.75, 9.75, -1, 3.25, 9.75) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_ep0gi"] -points = PackedVector3Array(27, 0.5, 23, 27, 0.500001, 23, 27, 0.5, 23, 27, 0.375, 22.75, 27.25, 0.375, 22.75, 27, 0.375, 23, 27.25, 0.375, 23) +points = PackedVector3Array(-1.25, 1, 10, -1.25, 0.5, 10, -1.5, 1, 10, -1.5, 0.5, 10, -1.25, 1, 9.75, -1.25, 0.5, 9.75, -1.5, 1, 9.75, -1.5, 0.5, 9.75) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_t8tmd"] -points = PackedVector3Array(18.75, 0.375, 22.75, 18.75, 0.5, 23, 18.75, 0.499999, 23, 18.75, 0.5, 23, 18.5, 0.375, 22.75, 18.5, 0.375, 23, 18.75, 0.375, 23) +points = PackedVector3Array(8, 1, 10, 8, 0.5, 10, 7.75, 1, 10, 7.75, 0.5, 10, 8, 1, 9.75, 8, 0.5, 9.75, 7.75, 1, 9.75, 7.75, 0.5, 9.75) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_7s1lf"] -points = PackedVector3Array(18.5, 0.375, 18, 18.75, 0.375, 18, 18.75, 0.5, 18, 18.75, 0.5, 18, 18.5, 0.375, 18.25, 18.75, 0.375, 18.25) +points = PackedVector3Array(8, 3.25, 10, 8, 1, 10, 7.75, 3.25, 10, 7.75, 1, 10, 8, 3.25, 9.75, 8, 1, 9.75, 7.75, 3.25, 9.75, 7.75, 1, 9.75) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_be1um"] -points = PackedVector3Array(22, 0.5, 18, 22, 0.5, 18, 22, 0.375, 18, 22.25, 0.375, 18, 22, 0.375, 18.25, 22.25, 0.375, 18.25) +points = PackedVector3Array(8, 3.75, 10, 8, 3.25, 10, 7.75, 3.75, 10, 7.75, 3.25, 10, 8, 3.75, 9.75, 8, 3.25, 9.75, 7.75, 3.75, 9.75, 7.75, 3.25, 9.75) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_emn11"] -points = PackedVector3Array(8, 3.75, 9.75, 8, 0.5, 9.75, 8.25, 0.5, 9.75, 8.25, 3.75, 9.75, 8, 3.75, 10.25, 8, 0.5, 10.25, 8.25, 0.5, 10.25, 8.25, 3.75, 10.25) +points = PackedVector3Array(8, 3.75, 2.75, 8, 3.5, 2.75, -1.5, 3.75, 2.75, -1.5, 3.5, 2.75, 8, 3.75, 2.5, 8, 3.5, 2.5, -1.5, 3.75, 2.5, -1.5, 3.5, 2.5) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_xiqa4"] -points = PackedVector3Array(5, 3, 2.5, 5, 1.625, 2.5, 5.25, 1.625, 2.5, 5.25, 3, 2.5, 5, 3, 2.75, 5, 1.625, 2.75, 5.25, 1.625, 2.75, 5.25, 3, 2.75) +points = PackedVector3Array(32, 0.5, 39.5, 32, 0, 39.5, 25, 0.5, 39.5, 25, 0, 39.5, 32, 0.5, 29.5, 32, 0, 29.5, 25, 0.5, 29.5, 25, 0, 29.5) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_cu122"] -points = PackedVector3Array(1.5, 3, 2.5, 1.5, 1.625, 2.5, 1.75, 1.625, 2.5, 1.75, 3, 2.5, 1.5, 3, 2.75, 1.5, 1.625, 2.75, 1.75, 1.625, 2.75, 1.75, 3, 2.75) +points = PackedVector3Array(25.75, 3, 29.75, 25.75, 0.5, 29.75, 25, 3, 29.75, 25, 0.5, 29.75, 25.75, 3, 29.5, 25.75, 0.5, 29.5, 25, 3, 29.5, 25, 0.5, 29.5) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_f10yb"] -points = PackedVector3Array(-2, 3.5, 2.25, -2, 3.25, 2.25, -1.5, 3.25, 2.25, -1.5, 3.5, 2.25, -2, 3.5, 9.75, -2, 3.25, 9.75, -1.5, 3.25, 9.75, -1.5, 3.5, 9.75) +points = PackedVector3Array(27.75, 3.5, 29.75, 27.75, 0.5, 29.75, 27.25, 3.5, 29.75, 27.25, 0.5, 29.75, 27.75, 3.5, 29.5, 27.75, 0.5, 29.5, 27.25, 3.5, 29.5, 27.25, 0.5, 29.5) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_b8s5j"] -points = PackedVector3Array(3.25, 1.5, 7, 3.25, 0.5, 7, 4.25, 0.5, 7, 4.25, 1.5, 7, 3.25, 1.5, 9.75, 3.25, 0.5, 9.75, 4.25, 0.5, 9.75, 4.25, 1.5, 9.75) +points = PackedVector3Array(27.25, 3.5, 29.75, 27.25, 3, 29.75, 25, 3.5, 29.75, 25, 3, 29.75, 27.25, 3.5, 29.5, 27.25, 3, 29.5, 25, 3.5, 29.5, 25, 3, 29.5) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_6dpr3"] -points = PackedVector3Array(-1.75, 4.5, 2.5, -1.75, 3.75, 2.5, -1.5, 3.75, 2.5, -1.5, 4.5, 2.5, -1.75, 4.5, 9.75, -1.75, 3.75, 9.75, -1.5, 3.75, 9.75, -1.5, 4.5, 9.75) +points = PackedVector3Array(31, 1.5, 29.75, 31, 0.5, 29.75, 27.75, 1.5, 29.75, 27.75, 0.5, 29.75, 31, 1.5, 29.5, 31, 0.5, 29.5, 27.75, 1.5, 29.5, 27.75, 0.5, 29.5) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_phuv4"] -points = PackedVector3Array(-1.75, 3, 2.5, -1.75, 1.5, 2.5, -1.5, 1.5, 2.5, -1.5, 3, 2.5, -1.75, 3, 2.75, -1.75, 1.5, 2.75, -1.5, 1.5, 2.75, -1.5, 3, 2.75) +points = PackedVector3Array(31, 3.5, 29.75, 31, 3, 29.75, 27.75, 3.5, 29.75, 27.75, 3, 29.75, 31, 3.5, 29.5, 31, 3, 29.5, 27.75, 3.5, 29.5, 27.75, 3, 29.5) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_j1bvu"] -points = PackedVector3Array(-1.5, 1.5, 7, -1.5, 0.5, 7, 2, 0.5, 7, 2, 1.5, 7, -1.5, 1.5, 7.75, -1.5, 0.5, 7.75, 2, 0.5, 7.75, 2, 1.5, 7.75) +points = PackedVector3Array(32, 3.5, 29.75, 32, 0.5, 29.75, 31, 3.5, 29.75, 31, 0.5, 29.75, 32, 3.5, 29.5, 32, 0.5, 29.5, 31, 3.5, 29.5, 31, 0.5, 29.5) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_bedj3"] -points = PackedVector3Array(-2, 4.75, 2.25, -2, 4.5, 2.25, -1.5, 4.5, 2.25, -1.5, 4.75, 2.25, -2, 4.75, 9.75, -2, 4.5, 9.75, -1.5, 4.5, 9.75, -1.5, 4.75, 9.75) +points = PackedVector3Array(4.25, 1.5, 11.28125, 4.25, 1.4375, 11.28125, 0.75, 1.5, 11.28125, 0.75, 1.4375, 11.28125, 4.25, 1.5, 10.25, 4.25, 1.4375, 10.25, 0.75, 1.5, 10.25, 0.75, 1.4375, 10.25) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_2ojgc"] -points = PackedVector3Array(-1.75, 1.625, 2.5, -1.75, 0.5, 2.5, -1.5, 0.5, 2.5, -1.5, 1.625, 2.5, -1.75, 1.625, 7, -1.75, 0.5, 7, -1.5, 0.5, 7, -1.5, 1.625, 7) +points = PackedVector3Array(4.25, 1.5, 12.5, 4.25, 1.4375, 12.5, 3.21875, 1.5, 12.5, 3.21875, 1.4375, 12.5, 4.25, 1.5, 11.28125, 4.25, 1.4375, 11.28125, 3.21875, 1.5, 11.28125, 3.21875, 1.4375, 11.28125) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_6seu1"] -points = PackedVector3Array(-1.75, 3, 7, -1.75, 0.5, 7, -1.5, 0.5, 7, -1.5, 3, 7, -1.75, 3, 9.75, -1.75, 0.5, 9.75, -1.5, 0.5, 9.75, -1.5, 3, 9.75) +points = PackedVector3Array(4.25, 1.5, 15.03125, 4.25, 1.4375, 15.03125, -1.25, 1.5, 15.03125, -1.25, 1.4375, 15.03125, 4.25, 1.5, 14, 4.25, 1.4375, 14, -1.25, 1.5, 14, -1.25, 1.4375, 14) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_6af1f"] -points = PackedVector3Array(-1.75, 3.25, 2.5, -1.75, 3, 2.5, -1.5, 3, 2.5, -1.5, 3.25, 2.5, -1.75, 3.25, 9.75, -1.75, 3, 9.75, -1.5, 3, 9.75, -1.5, 3.25, 9.75) +points = PackedVector3Array(4.25, 1.4375, 15, 4.25, 0.5, 15, 3.25, 1.4375, 15, 3.25, 0.5, 15, 4.25, 1.4375, 14, 4.25, 0.5, 14, 3.25, 1.4375, 14, 3.25, 0.5, 14) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_5rafv"] -points = PackedVector3Array(22.5, 0.375, 29.5, 22.5, -0.625, 29.5, 25, -0.625, 29.5, 25, 0.375, 29.5, 22.5, 0.375, 44, 22.5, -0.625, 44, 25, -0.625, 44, 25, 0.375, 44) +points = PackedVector3Array(37.75, 1.375, 39.25, 37.75, 0.5, 39.25, 35.1875, 1.375, 39.25, 35.1875, 0.5, 39.25, 37.75, 1.375, 37.0625, 37.75, 0.5, 37.0625, 35.1875, 1.375, 37.0625, 35.1875, 0.5, 37.0625) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_kexds"] -points = PackedVector3Array(22.5, 0.5, 26.5, 22.5, 0.375, 26.5, 25, 0.375, 26.5, 25, 0.5, 26.5, 22.5, 0.5, 29.5, 22.5, 0.375, 29.5, 25, 0.375, 29.5, 25, 0.5, 29.5) +points = PackedVector3Array(35, 2.5, 31, 35, 0.5, 31, 34.75, 2.5, 31, 34.75, 0.5, 31, 35, 2.5, 29.5, 35, 0.5, 29.5, 34.75, 2.5, 29.5, 34.75, 0.5, 29.5) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_kax6v"] -points = PackedVector3Array(8, 3.75, 2.5, 8, 3.5, 2.5, 8.25, 3.5, 2.5, 8.25, 3.75, 2.5, 8, 3.75, 9.75, 8, 3.5, 9.75, 8.25, 3.5, 9.75, 8.25, 3.75, 9.75) +points = PackedVector3Array(37.75, 1.375, 35.75, 37.75, 0.5, 35.75, 35.1875, 1.375, 35.75, 35.1875, 0.5, 35.75, 37.75, 1.375, 33.5625, 37.75, 0.5, 33.5625, 35.1875, 1.375, 33.5625, 35.1875, 0.5, 33.5625) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_rqkil"] -points = PackedVector3Array(-1.75, 3.75, 2.5, -1.75, 3.5, 2.5, -1.5, 3.5, 2.5, -1.5, 3.75, 2.5, -1.75, 3.75, 9.75, -1.75, 3.5, 9.75, -1.5, 3.5, 9.75, -1.5, 3.75, 9.75) +points = PackedVector3Array(35, 3, 32.5, 35, 2.5, 32.5, 34.75, 3, 32.5, 34.75, 2.5, 32.5, 35, 3, 31, 35, 2.5, 31, 34.75, 3, 31, 34.75, 2.5, 31) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_76ifr"] -points = PackedVector3Array(-1, 3.75, 9.75, -1, 3.25, 9.75, 0.5, 3.25, 9.75, 0.5, 3.75, 9.75, -1, 3.75, 10, -1, 3.25, 10, 0.5, 3.25, 10, 0.5, 3.75, 10) +points = PackedVector3Array(37.75, 1.0625, 36.9375, 37.75, 0.5, 36.9375, 37.125, 1.0625, 36.9375, 37.125, 0.5, 36.9375, 37.75, 1.0625, 35.875, 37.75, 0.5, 35.875, 37.125, 1.0625, 35.875, 37.125, 0.5, 35.875) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_gvy1o"] -points = PackedVector3Array(-1.5, 1, 9.75, -1.5, 0.5, 9.75, -1.25, 0.5, 9.75, -1.25, 1, 9.75, -1.5, 1, 10, -1.5, 0.5, 10, -1.25, 0.5, 10, -1.25, 1, 10) +points = PackedVector3Array(37.75, 0.5, 40.5, 37.75, 0, 40.5, 32, 0.5, 40.5, 32, 0, 40.5, 37.75, 0.5, 29.5, 37.75, 0, 29.5, 32, 0.5, 29.5, 32, 0, 29.5) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_8hijq"] -points = PackedVector3Array(7.75, 1, 9.75, 7.75, 0.5, 9.75, 8, 0.5, 9.75, 8, 1, 9.75, 7.75, 1, 10, 7.75, 0.5, 10, 8, 0.5, 10, 8, 1, 10) +points = PackedVector3Array(32.75, 1.5, 37.25, 32.75, 0.5, 37.25, 32, 1.5, 37.25, 32, 0.5, 37.25, 32.75, 1.5, 35.25, 32.75, 0.5, 35.25, 32, 1.5, 35.25, 32, 0.5, 35.25) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_ceqol"] -points = PackedVector3Array(7.75, 3.25, 9.75, 7.75, 1, 9.75, 8, 1, 9.75, 8, 3.25, 9.75, 7.75, 3.25, 10, 7.75, 1, 10, 8, 1, 10, 8, 3.25, 10) +points = PackedVector3Array(35, 3, 32.75, 35, 2.5, 32.75, 34.75, 3, 32.75, 34.75, 2.5, 32.75, 35, 3, 32.5, 35, 2.5, 32.5, 34.75, 3, 32.5, 34.75, 2.5, 32.5) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_3xxep"] -points = PackedVector3Array(7.75, 3.75, 9.75, 7.75, 3.25, 9.75, 8, 3.25, 9.75, 8, 3.75, 9.75, 7.75, 3.75, 10, 7.75, 3.25, 10, 8, 3.25, 10, 8, 3.75, 10) +points = PackedVector3Array(37.75, 3, 32.75, 37.75, 0.5, 32.75, 35, 3, 32.75, 35, 0.5, 32.75, 37.75, 3, 32.5, 37.75, 0.5, 32.5, 35, 3, 32.5, 35, 0.5, 32.5) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_80mdp"] -points = PackedVector3Array(-1.5, 3.75, 2.5, -1.5, 3.5, 2.5, 8, 3.5, 2.5, 8, 3.75, 2.5, -1.5, 3.75, 2.75, -1.5, 3.5, 2.75, 8, 3.5, 2.75, 8, 3.75, 2.75) +points = PackedVector3Array(35, 3, 31, 35, 2.5, 31, 34.75, 3, 31, 34.75, 2.5, 31, 35, 3, 29.5, 35, 2.5, 29.5, 34.75, 3, 29.5, 34.75, 2.5, 29.5) [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_r8ot5"] -points = PackedVector3Array(25, 0.5, 29.5, 25, 0, 29.5, 32, 0, 29.5, 32, 0.5, 29.5, 25, 0.5, 39.5, 25, 0, 39.5, 32, 0, 39.5, 32, 0.5, 39.5) +points = PackedVector3Array(35, 2.5, 32.75, 35, 0.5, 32.75, 34.75, 2.5, 32.75, 34.75, 0.5, 32.75, 35, 2.5, 32.5, 35, 0.5, 32.5, 34.75, 2.5, 32.5, 34.75, 0.5, 32.5) -[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_qck03"] -points = PackedVector3Array(25, 3, 29.5, 25, 0.5, 29.5, 25.75, 0.5, 29.5, 25.75, 3, 29.5, 25, 3, 29.75, 25, 0.5, 29.75, 25.75, 0.5, 29.75, 25.75, 3, 29.75) - -[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_q1uq7"] -points = PackedVector3Array(27.25, 3.5, 29.5, 27.25, 0.5, 29.5, 27.75, 0.5, 29.5, 27.75, 3.5, 29.5, 27.25, 3.5, 29.75, 27.25, 0.5, 29.75, 27.75, 0.5, 29.75, 27.75, 3.5, 29.75) - -[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_7ba3c"] -points = PackedVector3Array(25, 3.5, 29.5, 25, 3, 29.5, 27.25, 3, 29.5, 27.25, 3.5, 29.5, 25, 3.5, 29.75, 25, 3, 29.75, 27.25, 3, 29.75, 27.25, 3.5, 29.75) - -[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_fpbda"] -points = PackedVector3Array(27.75, 1.5, 29.5, 27.75, 0.5, 29.5, 31, 0.5, 29.5, 31, 1.5, 29.5, 27.75, 1.5, 29.75, 27.75, 0.5, 29.75, 31, 0.5, 29.75, 31, 1.5, 29.75) - -[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_2o707"] -points = PackedVector3Array(27.75, 3.5, 29.5, 27.75, 3, 29.5, 31, 3, 29.5, 31, 3.5, 29.5, 27.75, 3.5, 29.75, 27.75, 3, 29.75, 31, 3, 29.75, 31, 3.5, 29.75) - -[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_m5ur1"] -points = PackedVector3Array(31, 3.5, 29.5, 31, 0.5, 29.5, 32, 0.5, 29.5, 32, 3.5, 29.5, 31, 3.5, 29.75, 31, 0.5, 29.75, 32, 0.5, 29.75, 32, 3.5, 29.75) - -[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_6dop8"] -points = PackedVector3Array(0.75, 1.5, 10.25, 0.75, 1.4375, 10.25, 4.25, 1.4375, 10.25, 4.25, 1.5, 10.25, 0.75, 1.5, 11.2813, 0.75, 1.4375, 11.2813, 4.25, 1.4375, 11.2813, 4.25, 1.5, 11.2813) - -[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_7dg5v"] -points = PackedVector3Array(3.21875, 1.5, 11.2813, 3.21875, 1.4375, 11.2813, 4.25, 1.4375, 11.2813, 4.25, 1.5, 11.2813, 3.21875, 1.5, 12.5, 3.21875, 1.4375, 12.5, 4.25, 1.4375, 12.5, 4.25, 1.5, 12.5) - -[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_2fic4"] -points = PackedVector3Array(-1.25, 1.5, 14, -1.25, 1.4375, 14, 4.25, 1.4375, 14, 4.25, 1.5, 14, -1.25, 1.5, 15.0313, -1.25, 1.4375, 15.0313, 4.25, 1.4375, 15.0313, 4.25, 1.5, 15.0313) - -[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_bawwh"] -points = PackedVector3Array(3.25, 1.4375, 14, 3.25, 0.5, 14, 4.25, 0.5, 14, 4.25, 1.4375, 14, 3.25, 1.4375, 15, 3.25, 0.5, 15, 4.25, 0.5, 15, 4.25, 1.4375, 15) - -[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_nub8m"] -points = PackedVector3Array(35.1875, 1.375, 37.0625, 35.1875, 0.5, 37.0625, 37.75, 0.5, 37.0625, 37.75, 1.375, 37.0625, 35.1875, 1.375, 39.25, 35.1875, 0.5, 39.25, 37.75, 0.5, 39.25, 37.75, 1.375, 39.25) - -[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_36bqp"] -points = PackedVector3Array(34.75, 2.5, 29.5, 34.75, 0.5, 29.5, 35, 0.5, 29.5, 35, 2.5, 29.5, 34.75, 2.5, 31, 34.75, 0.5, 31, 35, 0.5, 31, 35, 2.5, 31) - -[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_a0q35"] -points = PackedVector3Array(35.1875, 1.375, 33.5625, 35.1875, 0.5, 33.5625, 37.75, 0.5, 33.5625, 37.75, 1.375, 33.5625, 35.1875, 1.375, 35.75, 35.1875, 0.5, 35.75, 37.75, 0.5, 35.75, 37.75, 1.375, 35.75) - -[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_0nwib"] -points = PackedVector3Array(34.75, 3, 31, 34.75, 2.5, 31, 35, 2.5, 31, 35, 3, 31, 34.75, 3, 32.5, 34.75, 2.5, 32.5, 35, 2.5, 32.5, 35, 3, 32.5) - -[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_q5nfo"] -points = PackedVector3Array(37.125, 1.0625, 35.875, 37.125, 0.5, 35.875, 37.75, 0.5, 35.875, 37.75, 1.0625, 35.875, 37.125, 1.0625, 36.9375, 37.125, 0.5, 36.9375, 37.75, 0.5, 36.9375, 37.75, 1.0625, 36.9375) - -[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_k437p"] -points = PackedVector3Array(32, 0.5, 29.5, 32, 0, 29.5, 37.75, 0, 29.5, 37.75, 0.5, 29.5, 32, 0.5, 40.5, 32, 0, 40.5, 37.75, 0, 40.5, 37.75, 0.5, 40.5) - -[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_sgb5o"] -points = PackedVector3Array(32, 1.5, 35.25, 32, 0.5, 35.25, 32.75, 0.5, 35.25, 32.75, 1.5, 35.25, 32, 1.5, 37.25, 32, 0.5, 37.25, 32.75, 0.5, 37.25, 32.75, 1.5, 37.25) - -[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_lvibn"] -points = PackedVector3Array(34.75, 3, 32.5, 34.75, 2.5, 32.5, 35, 2.5, 32.5, 35, 3, 32.5, 34.75, 3, 32.75, 34.75, 2.5, 32.75, 35, 2.5, 32.75, 35, 3, 32.75) - -[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_tigwt"] -points = PackedVector3Array(35, 3, 32.5, 35, 0.5, 32.5, 37.75, 0.5, 32.5, 37.75, 3, 32.5, 35, 3, 32.75, 35, 0.5, 32.75, 37.75, 0.5, 32.75, 37.75, 3, 32.75) - -[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_qfheo"] -points = PackedVector3Array(34.75, 3, 29.5, 34.75, 2.5, 29.5, 35, 2.5, 29.5, 35, 3, 29.5, 34.75, 3, 31, 34.75, 2.5, 31, 35, 2.5, 31, 35, 3, 31) - -[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_862xx"] -points = PackedVector3Array(34.75, 2.5, 32.5, 34.75, 0.5, 32.5, 35, 0.5, 32.5, 35, 2.5, 32.5, 34.75, 2.5, 32.75, 34.75, 0.5, 32.75, 35, 0.5, 32.75, 35, 2.5, 32.75) - -[sub_resource type="ArrayMesh" id="ArrayMesh_0b6f8"] -lightmap_size_hint = Vector2i(302, 262) +[sub_resource type="ArrayMesh" id="ArrayMesh_qck03"] +lightmap_size_hint = Vector2i(146, 150) _surfaces = [{ -"aabb": AABB(-5.79688, -0.6875, -1.50521, 9.875, 1.375, 6.6875), -"attribute_data": PackedByteArray("AAAowAAA2L+6Ph0/vOBvPwAAKMAAAIC/uj4dP43oQz8AAIDAAACAv0eaoz6N6EM/AACAwAAA2L9HmqM+vOBvPwAApD8AANi/6CF0PD+gej8AAKg/AADYv+ghdDzugn8/AACoPwAAgL9Q1yc+7oJ/PwAApD8AAIC/UNcnPj+gej8AAKS/AACGwLIBGT81dwE/AACkvwAANMBJc2Q/NXcBPwAAqL8AADTASXNkP+VZBj8AAKi/AACGwLIBGT/lWQY/AACkPwAAhsDoITQ/UvKsPgAAqD8AAIbA6CE0P7K3tj4AAKg/AAA0wH+Tfz+yt7Y+AACkPwAANMB/k38/UvKsPgAApL8AANi/M25ZP9lbWz8AAKS/AACAv3+Tfz/ZW1s/AACovwAAgL9/k38/iT5gPwAAqL8AANi/M25ZP4k+YD8AAChAAADYvz2Enj4VJ2Q/AACAQAAA2L/oIXQ8FSdkPwAAgEAAAIC/6CF0POcuOD8AAChAAACAvz2Enj7nLjg/AACCwAAA2L/g5O8+Sp7lPgAAgsAAAIC/R5qjPkqe5T4AAIPAAACAv0eaoz7r2Ns+AACDwAAA2L/g5O8+69jbPgAAsD8AANi/M25ZP5q7ID8AABBAAADYvzNuWT9vbVg/AAAQQAAAgL9/k38/b21YPwAAsD8AAIC/f5N/P5q7ID8AALC/AACJwAoWRT8de+s+AACwvwAAiMAKFkU/fUD1PgAAEMAAAIjAa2d1P31A9T4AABDAAACJwGtndT8de+s+AACwPwAAicAKFkU/9AEVPwAAEEAAAInAa2d1P/QBFT8AABBAAACIwGtndT+k5Bk/AACwPwAAiMAKFkU/pOQZPwAAsL8AANi/M25ZP7DiBD0AALC/AACAv3+Tfz+w4gQ9AAAQwAAAgL9/k38/AACAPgAAEMAAANi/M25ZPwAAgD4AAIJAAADYv3+Tfz8zoo8+AACDQAAA2L9/k38/09yFPgAAg0AAAIC/M25ZP9PchT4AAIJAAACAvzNuWT8zoo8+AACCwAAA2L94L3w/1bF3PwAAgsAAAIC/LApWP9Wxdz8AAIPAAACAvywKVj8lz3I/AACDwAAA2L94L3w/Jc9yPwAAYEAAANi/4b0wPw7THD8AAJRAAADYv+G9MD8VJ2Q/AACUQAAAgL8u41Y/FSdkPwAAYEAAAIC/LuNWPw7THD8AAGDAAACJwO+FNz+eZcQ+AABgwAAAiMDvhTc//irOPgAAlMAAAIjAa2d1P/4qzj4AAJTAAACJwGtndT+eZcQ+AABgQAAAicD9TT4/fxVnPwAAlEAAAInAeC98P38VZz8AAJRAAACIwHgvfD8v+Gs/AABgQAAAiMD9TT4/L/hrPwAAYMAAANi/4b0wP8mzjDwAAGDAAACAvy7jVj/Js4w8AACUwAAAgL8u41Y/THOXPgAAlMAAANi/4b0wP0xzlz4AAIJAAADYv/jCOz+WEf0+AACDQAAA2L/4wjs/N0zzPgAAg0AAAIC/q50VPzdM8z4AAIJAAACAv6udFT+WEf0+AABgvwAA2L9m3LI+fUA1PwAAYL8AAIC/ZtyyPk5ICT8AACDAAACAv7IB2TpOSAk/AAAgwAAA2L+yAdk6fUA1PwAApD8AANi/JaZSP05ICT8AAKg/AADYvyWmUj/+Kg4/AACoPwAAgL9yy3g//ioOPwAApD8AAIC/cst4P05ICT8AAKS/AAAswFOJKT0lz3I/AACkvwAAiL+ONMc+Jc9yPwAAqL8AAIi/jjTHPtWxdz8AAKi/AAAswFOJKT3VsXc/AACkPwAALMDPauc+2zANPwAAqD8AACzAz2rnPosTEj8AAKg/AACIvxm3TD+LExI/AACkPwAAiL8Zt0w/2zANPwAApL8AANi/R5qjPlAd+z4AAKS/AACAv+Dk7z5QHfs+AACovwAAgL/g5O8+WHECPwAAqL8AANi/R5qjPlhxAj8AAGA/AADYv+Dk7z7+Ks4+AAAgQAAA2L/g5O8+LSP6OgAAIEAAAIC/R5qjPi0j+joAAGA/AACAv0eaoz7+Ks4+AABAPwAA2L/cMi4/I/pAPwAAQD8AAIC/3DIuP/QBFT8AAEC/AACAv3Dytz70ARU/AABAvwAA2L9w8rc+I/pAPwAApD8AANi/R5qjPh176z4AAKg/AADYv0eaoz59QPU+AACoPwAAgL/g5O8+fUD1PgAApD8AAIC/4OTvPh176z4AAKS/AABwv5ANCD/r2Ns+AACkvwAAED81R1o/69jbPgAAqL8AABA/NUdaP0qe5T4AAKi/AABwv5ANCD9KnuU+AACkPwAAcL/4wvs+Jc9yPwAAqD8AAHC/+ML7PtWxdz8AAKg/AAAQPyAbUD/VsXc/AACkPwAAED8gG1A/Jc9yPwAApL8AANi//U0+Px9QnT4AAKS/AACAv0lzZD8fUJ0+AACovwAAgL9Jc2Q/fxWnPgAAqL8AANi//U0+P38Vpz4AAEC/AADYv9wyLj/+Ks4+AABAPwAA2L/cMi4/sOIEPQAAQD8AAIC/kA0IP7DiBD0AAEC/AACAv5ANCD/+Ks4+AABYPwAA2L8HZIM+L/hrPwAAWD8AAIC/uWXcPS/4az8AAFA/AACAv7ll3D1/FWc/AABQPwAA2L8HZIM+fxVnPwAAsD8AANi/SXMkPi0j+joAAGBAAADYv0lzJD7lWQY/AABgQAAAgL89hJ4+5VkGPwAAsD8AAIC/PYSePi0j+joAALC/AAAgP4NFAT/Js4w8AACwvwAAKD+LggU/ybOMPAAAYMAAACg/i4IFP3FCCj8AAGDAAAAgP4NFAT9xQgo/AACwPwAAID/q+vQ+ybOMPAAAYEAAACA/6vr0PnFCCj8AAGBAAAAoP/t0/T5xQgo/AACwPwAAKD/7dP0+ybOMPAAAsL8AANi/sgHZOi0j+joAALC/AACAvzVHGj4tI/o6AABgwAAAgL81Rxo+5VkGPwAAYMAAANi/sgHZOuVZBj8AAFi/AADYv3+Tfz9xQgo/AABQvwAA2L93Vns/cUIKPwAAUL8AAIC/d1Z7P4WUvD4AAFi/AACAv3+Tfz+FlLw+"), +"aabb": AABB(-4.9375, -0.6875, -3.34375, 9.875, 1.375, 6.6875), +"attribute_data": PackedByteArray("AACAwAAA2L8LFWo/iYhIPwAAKMAAANi/CxVqP3d39z4AACjAAACAvyA/Pj93d/c+AACAwAAAgL8gPz4/iYhIPwAAqD8AAIC/e/UqP+i0QT8AAKQ/AACAv3v1Kj8AAEA/AACkPwAA2L8gP/4+AABAPwAAqD8AANi/ID/+Pui0QT8AAKi/AAA0wPz4MT8K12M/AACovwAAhsASI8Y+CtdjPwAApL8AAIbAEiPGPiIiYj8AAKS/AAA0wPz4MT8iImI/AACoPwAANMD8+DE/iYhIPwAApD8AADTA/PgxP6DTRj8AAKQ/AACGwBIjxj6g00Y/AACoPwAAhsASI8Y+iYhIPwAAqL8AANi/+fEjP4wlfz8AAKS/AADYv/nxIz+kcH0/AACkvwAAgL8cOPA+pHB9PwAAqL8AAIC/HDjwPowlfz8AAIBAAACAvxIjxj6dNhA/AAAoQAAAgL/8+DE/nTYQPwAAKEAAANi//PgxP0jhOj8AAIBAAADYvxIjxj5I4To/AACDwAAA2L9+/Dg/QaeNPgAAgsAAANi/njs3P0GnjT4AAILAAACAv547Nz+uR+E9AACDwAAAgL9+/Dg/rkfhPQAAEEAAAIC/kB9/P4wlfz8AALA/AACAvyNGTD+MJX8/AACwPwAA2L8jRkw/4XpUPwAAEEAAANi/kB9/P+F6VD8AABDAAACIwH78OD/sUXg/AAAQwAAAicB+/Dg/A512PwAAsL8AAInAEiMGPwOddj8AALC/AACIwBIjBj/sUXg/AAAQQAAAiMBw4AA/agNdPwAAsD8AAIjABw6cPmoDXT8AALA/AACJwAcOnD6CTls/AAAQQAAAicBw4AA/gk5bPwAAEMAAANi/Dhx4Pwc67T4AALC/AADYv6FCRT8HOu0+AACwvwAAgL+hQkU/seSXPgAAEMAAAIC/Dhx4P7Hklz4AAINAAACAvxw4MD9Z8gs+AACCQAAAgL/8+DE/WfILPgAAgkAAANi//PgxP4JOmz4AAINAAADYvxw4MD+CTps+AACDwAAA2L8OHHg/frFkPgAAgsAAANi/Llt2P36xZD4AAILAAACAvy5bdj9PG2g9AACDwAAAgL8OHHg/TxtoPQAAlEAAAIC/xIiRPkt+cT8AAGBAAACAvz9+/DxLfnE/AABgQAAA2L8/fvw8oNNGPwAAlEAAANi/xIiRPqDTRj8AAJTAAACIwA4ceD8pXE8/AACUwAAAicAuW3Y/KVxPPwAAYMAAAInALlt2P502ED8AAGDAAACIwA4ceD+dNhA/AACUQAAAiMCQH38/REQEPwAAYEAAAIjAkB9/P3E9ij4AAGBAAACJwK9efT9xPYo+AACUQAAAicCvXn0/REQEPwAAlMAAANi/jBhxP0GnjT4AAGDAAADYv4wYcT+PwvU8AABgwAAAgL+hQkU/j8L1PAAAlMAAAIC/oUJFP0GnjT4AAINAAACAvxIjBj+CTls/AACCQAAAgL8SIwY/agNdPwAAgkAAANi//PgxP2oDXT8AAINAAADYv/z4MT+CTls/AAAgwAAA2L979So/A522PgAAYL8AANi/e/UqPw50WjsAAGC/AACAvyA//j4OdFo7AAAgwAAAgL8gP/4+A522PgAAqD8AAIC/kB9/P/1iST4AAKQ/AACAv69efT/9Ykk+AACkPwAA2L+vXn0/j8L1PAAAqD8AANi/kB9/P4/C9TwAAKi/AACIvwcOXD8pXE8/AACovwAALMAgP/4+KVxPPwAApL8AACzAID/+PkGnTT8AAKS/AACIvwcOXD9Bp00/AACoPwAAiL+CA0c/S35xPwAApD8AAIi/ggNHP2PJbz8AAKQ/AAAswBUq1D5jyW8/AACoPwAALMAVKtQ+S35xPwAAqL8AANi/kB9/P6cNND8AAKS/AADYv69efT+nDTQ/AACkvwAAgL+vXn0//WIJPwAAqL8AAIC/kB9/P/1iCT8AACBAAACAvzhwYDt02sA+AABgPwAAgL/Pnbs+dNrAPgAAYD8AANi/z527PuUXCz8AACBAAADYvzhwYDvlFws/AABAvwAA2L/Llq0+SOE6PwAAQD8AANi/OHBgO0jhOj8AAEA/AACAvzhwYDudNhA/AABAvwAAgL/Llq0+nTYQPwAAqD8AAIC/cOAAP8kvVj8AAKQ/AACAv3DgAD/helQ/AACkPwAA2L8LFao+4XpUPwAAqD8AANi/CxWqPskvVj8AAKi/AAAQP9ar1z6MJX8/AACovwAAcL+sV689jCV/PwAApL8AAHC/rFevPaRwfT8AAKS/AAAQP9ar1z6kcH0/AACoPwAAED/8+DE/q6pqPwAApD8AABA//PgxP8P1aD8AAKQ/AABwvw4cuD7D9Wg/AACoPwAAcL8OHLg+q6pqPwAAqL8AANi/jBhxPylcTz8AAKS/AADYv6xXbz8pXE8/AACkvwAAgL+sV28/frEkPwAAqL8AAIC/jBhxP36xJD8AAEA/AACAvxIjxj502sA+AABAvwAAgL9+/Dg/dNrAPgAAQL8AANi/fvw4P+UXCz8AAEA/AADYvxIjxj7lFws/AABQPwAA2L9+/Dg/SOE6PwAAWD8AANi/njs3P0jhOj8AAFg/AACAv547Nz+dNhA/AABQPwAAgL9+/Dg/nTYQPwAAYEAAAIC/3bnzPgOdtj4AALA/AACAvzhwYDsDnbY+AACwPwAA2L84cGA7XI9CPgAAYEAAANi/3bnzPlyPQj4AAGDAAAAoPwAAQD8HOu0+AABgwAAAID8gPz4/BzrtPgAAsL8AACA/ID8+Pw50WjsAALC/AAAoPwAAQD8OdFo7AABgQAAAKD/dufM+6LRBPwAAsD8AACg/OHBgO+i0QT8AALA/AAAgPzhwYDsAAEA/AABgQAAAID/dufM+AABAPwAAYMAAANi/3bnzPnsULj4AALC/AADYvzhwYDt7FC4+AACwvwAAgL84cGA7DnRaOwAAYMAAAIC/3bnzPg50WjsAAFC/AACAvwAAgD4DnXY/AABYvwAAgL8AAIA+7FF4PwAAWL8AANi/1qvXPuxReD8AAFC/AADYv9ar1z4DnXY/"), "format": 34359742519, "index_count": 216, "index_data": PackedByteArray("AAABAAIAAAACAAMABAAFAAYABAAGAAcACAAJAAoACAAKAAsADAANAA4ADAAOAA8AEAARABIAEAASABMAFAAVABYAFAAWABcAGAAZABoAGAAaABsAHAAdAB4AHAAeAB8AIAAhACIAIAAiACMAJAAlACYAJAAmACcAKAApACoAKAAqACsALAAtAC4ALAAuAC8AMAAxADIAMAAyADMANAA1ADYANAA2ADcAOAA5ADoAOAA6ADsAPAA9AD4APAA+AD8AQABBAEIAQABCAEMARABFAEYARABGAEcASABJAEoASABKAEsATABNAE4ATABOAE8AUABRAFIAUABSAFMAVABVAFYAVABWAFcAWABZAFoAWABaAFsAXABdAF4AXABeAF8AYABhAGIAYABiAGMAZABlAGYAZABmAGcAaABpAGoAaABqAGsAbABtAG4AbABuAG8AcABxAHIAcAByAHMAdAB1AHYAdAB2AHcAeAB5AHoAeAB6AHsAfAB9AH4AfAB+AH8AgACBAIIAgACCAIMAhACFAIYAhACGAIcAiACJAIoAiACKAIsAjACNAI4AjACOAI8A"), @@ -762,11 +668,26 @@ _surfaces = [{ "primitive": 3, "uv_scale": Vector4(0, 0, 0, 0), "vertex_count": 144, -"vertex_data": PackedByteArray("AACSPwAAMD+sqsC/AACSPwAAML+sqsC/AAB5QAAAML+sqsC/AAB5QAAAMD+sqsC/AACSPwAAMD+sqsC/AACSPwAAMD+sqri/AACSPwAAML+sqri/AACSPwAAML+sqsC/AAB5QAAAML+sqsC/AACSPwAAML+sqsC/AACSPwAAML+sqri/AAB5QAAAML+sqri/AAB5QAAAMD+sqsC/AAB5QAAAMD+sqri/AACSPwAAMD+sqri/AACSPwAAMD+sqsC/AAB5QAAAMD+sqsC/AAB5QAAAML+sqsC/AAB5QAAAML+sqri/AAB5QAAAMD+sqri/AACSPwAAMD+sqri/AAB5QAAAMD+sqri/AAB5QAAAML+sqri/AACSPwAAML+sqri/AICAQAAAMD+sqqi/AICAQAAAML+sqqi/AICCQAAAML+sqqi/AICCQAAAMD+sqqi/AICAQAAAMD+sqqi/AICAQAAAMD9QVd0+AICAQAAAML9QVd0+AICAQAAAML+sqqi/AICCQAAAML+sqqi/AICAQAAAML+sqqi/AICAQAAAML9QVd0+AICCQAAAML9QVd0+AICCQAAAMD+sqqi/AICCQAAAMD9QVd0+AICAQAAAMD9QVd0+AICAQAAAMD+sqqi/AICCQAAAMD+sqqi/AICCQAAAML+sqqi/AICCQAAAML9QVd0+AICCQAAAMD9QVd0+AICAQAAAMD9QVd0+AICCQAAAMD9QVd0+AICCQAAAML9QVd0+AICAQAAAML9QVd0+AICAQAAAMD+qqjtAAICAQAAAML+qqjtAAICCQAAAML+qqjtAAICCQAAAMD+qqjtAAICAQAAAMD+qqjtAAICAQAAAMD9V1aVAAICAQAAAML9V1aVAAICAQAAAML+qqjtAAICCQAAAML+qqjtAAICAQAAAML+qqjtAAICAQAAAML9V1aVAAICCQAAAML9V1aVAAICCQAAAMD+qqjtAAICCQAAAMD9V1aVAAICAQAAAMD9V1aVAAICAQAAAMD+qqjtAAICCQAAAMD+qqjtAAICCQAAAML+qqjtAAICCQAAAML9V1aVAAICCQAAAMD9V1aVAAICAQAAAMD9V1aVAAICCQAAAMD9V1aVAAICCQAAAML9V1aVAAICAQAAAML9V1aVAAAAXwAAAMD+sqsC/AAAXwAAAML+sqsC/AABkPwAAML+sqsC/AABkPwAAMD+sqsC/AAAXwAAAMD+sqsC/AAAXwAAAMD+sqri/AAAXwAAAML+sqri/AAAXwAAAML+sqsC/AABkPwAAML+sqsC/AAAXwAAAML+sqsC/AAAXwAAAML+sqri/AABkPwAAML+sqri/AABkPwAAMD+sqsC/AABkPwAAMD+sqri/AAAXwAAAMD+sqri/AAAXwAAAMD+sqsC/AABkPwAAMD+sqsC/AABkPwAAML+sqsC/AABkPwAAML+sqri/AABkPwAAMD+sqri/AAAXwAAAMD+sqri/AABkPwAAMD+sqri/AABkPwAAML+sqri/AAAXwAAAML+sqri/AICzwAAAMD+sqsC/AICzwAAAML+sqsC/AAAnwAAAML+sqsC/AAAnwAAAMD+sqsC/AICzwAAAMD+sqsC/AICzwAAAMD+sqri/AICzwAAAML+sqri/AICzwAAAML+sqsC/AAAnwAAAML+sqsC/AICzwAAAML+sqsC/AICzwAAAML+sqri/AAAnwAAAML+sqri/AAAnwAAAMD+sqsC/AAAnwAAAMD+sqri/AICzwAAAMD+sqri/AICzwAAAMD+sqsC/AAAnwAAAMD+sqsC/AAAnwAAAML+sqsC/AAAnwAAAML+sqri/AAAnwAAAMD+sqri/AICzwAAAMD+sqri/AAAnwAAAMD+sqri/AAAnwAAAML+sqri/AICzwAAAML+sqri/AIC5wAAAMD+sqqi/AIC5wAAAML+sqqi/AIC3wAAAML+sqqi/AIC3wAAAMD+sqqi/AIC5wAAAMD+sqqi/AIC5wAAAMD+qqjtAAIC5wAAAML+qqjtAAIC5wAAAML+sqqi/AIC3wAAAML+sqqi/AIC5wAAAML+sqqi/AIC5wAAAML+qqjtAAIC3wAAAML+qqjtAAIC3wAAAMD+sqqi/AIC3wAAAMD+qqjtAAIC5wAAAMD+qqjtAAIC5wAAAMD+sqqi/AIC3wAAAMD+sqqi/AIC3wAAAML+sqqi/AIC3wAAAML+qqjtAAIC3wAAAMD+qqjtAAIC5wAAAMD+qqjtAAIC3wAAAMD+qqjtAAIC3wAAAML+qqjtAAIC5wAAAML+qqjtA/////wAA/7//////AAD/v/////8AAP+//////wAA/78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AID///9//78AgP///3//vwCA////f/+/AID///9//7///wCA////////AID///////8AgP///////wCA//////9//3////+//3//f////7//f/9/////v/9//3////+//////wAA/7//////AAD/v/////8AAP+//////wAA/78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AID///9//78AgP///3//vwCA////f/+/AID///9//7///wCA////////AID///////8AgP///////wCA//////9//3////+//3//f////7//f/9/////v/9//3////+//////wAA/7//////AAD/v/////8AAP+//////wAA/78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AID///9//78AgP///3//vwCA////f/+/AID///9//7///wCA////////AID///////8AgP///////wCA//////9//3////+//3//f////7//f/9/////v/9//3////+//////wAA/7//////AAD/v/////8AAP+//////wAA/78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AID///9//78AgP///3//vwCA////f/+/AID///9//7///wCA////////AID///////8AgP///////wCA//////9//3////+//3//f////7//f/9/////v/9//3////+//////wAA/7//////AAD/v/////8AAP+//////wAA/78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AID///9//78AgP///3//vwCA////f/+/AID///9//7///wCA////////AID///////8AgP///////wCA//////9//3////+//3//f////7//f/9/////v/9//3////+//////wAA/7//////AAD/v/////8AAP+//////wAA/78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AID///9//78AgP///3//vwCA////f/+/AID///9//7///wCA////////AID///////8AgP///////wCA//////9//3////+//3//f////7//f/9/////v/9//3////+/") +"vertex_data": PackedByteArray("AACYQAAAMD8AAFbAAAAAQAAAMD8AAFbAAAAAQAAAML8AAFbAAACYQAAAML8AAFbAAAAAQAAAML8AAFLAAAAAQAAAML8AAFbAAAAAQAAAMD8AAFbAAAAAQAAAMD8AAFLAAAAAQAAAML8AAFLAAACYQAAAML8AAFLAAACYQAAAML8AAFbAAAAAQAAAML8AAFbAAAAAQAAAMD8AAFLAAAAAQAAAMD8AAFbAAACYQAAAMD8AAFbAAACYQAAAMD8AAFLAAACYQAAAMD8AAFLAAACYQAAAMD8AAFbAAACYQAAAML8AAFbAAACYQAAAML8AAFLAAACYQAAAML8AAFLAAAAAQAAAML8AAFLAAAAAQAAAMD8AAFLAAACYQAAAMD8AAFLAAACeQAAAMD8AAErAAACcQAAAMD8AAErAAACcQAAAML8AAErAAACeQAAAML8AAErAAACcQAAAML8AALS/AACcQAAAML8AAErAAACcQAAAMD8AAErAAACcQAAAMD8AALS/AACcQAAAML8AALS/AACeQAAAML8AALS/AACeQAAAML8AAErAAACcQAAAML8AAErAAACcQAAAMD8AALS/AACcQAAAMD8AAErAAACeQAAAMD8AAErAAACeQAAAMD8AALS/AACeQAAAMD8AALS/AACeQAAAMD8AAErAAACeQAAAML8AAErAAACeQAAAML8AALS/AACeQAAAML8AALS/AACcQAAAML8AALS/AACcQAAAMD8AALS/AACeQAAAMD8AALS/AACeQAAAMD8AAIw/AACcQAAAMD8AAIw/AACcQAAAML8AAIw/AACeQAAAML8AAIw/AACcQAAAML8AAFZAAACcQAAAML8AAIw/AACcQAAAMD8AAIw/AACcQAAAMD8AAFZAAACcQAAAML8AAFZAAACeQAAAML8AAFZAAACeQAAAML8AAIw/AACcQAAAML8AAIw/AACcQAAAMD8AAFZAAACcQAAAMD8AAIw/AACeQAAAMD8AAIw/AACeQAAAMD8AAFZAAACeQAAAMD8AAFZAAACeQAAAMD8AAIw/AACeQAAAML8AAIw/AACeQAAAML8AAFZAAACeQAAAML8AAFZAAACcQAAAML8AAFZAAACcQAAAMD8AAFZAAACeQAAAMD8AAFZAAADgPwAAMD8AAFbAAADAvwAAMD8AAFbAAADAvwAAML8AAFbAAADgPwAAML8AAFbAAADAvwAAML8AAFLAAADAvwAAML8AAFbAAADAvwAAMD8AAFbAAADAvwAAMD8AAFLAAADAvwAAML8AAFLAAADgPwAAML8AAFLAAADgPwAAML8AAFbAAADAvwAAML8AAFbAAADAvwAAMD8AAFLAAADAvwAAMD8AAFbAAADgPwAAMD8AAFbAAADgPwAAMD8AAFLAAADgPwAAMD8AAFLAAADgPwAAMD8AAFbAAADgPwAAML8AAFbAAADgPwAAML8AAFLAAADgPwAAML8AAFLAAADAvwAAML8AAFLAAADAvwAAMD8AAFLAAADgPwAAMD8AAFLAAADgvwAAMD8AAFbAAACYwAAAMD8AAFbAAACYwAAAML8AAFbAAADgvwAAML8AAFbAAACYwAAAML8AAFLAAACYwAAAML8AAFbAAACYwAAAMD8AAFbAAACYwAAAMD8AAFLAAACYwAAAML8AAFLAAADgvwAAML8AAFLAAADgvwAAML8AAFbAAACYwAAAML8AAFbAAACYwAAAMD8AAFLAAACYwAAAMD8AAFbAAADgvwAAMD8AAFbAAADgvwAAMD8AAFLAAADgvwAAMD8AAFLAAADgvwAAMD8AAFbAAADgvwAAML8AAFbAAADgvwAAML8AAFLAAADgvwAAML8AAFLAAACYwAAAML8AAFLAAACYwAAAMD8AAFLAAADgvwAAMD8AAFLAAACcwAAAMD8AAErAAACewAAAMD8AAErAAACewAAAML8AAErAAACcwAAAML8AAErAAACewAAAML8AAIw/AACewAAAML8AAErAAACewAAAMD8AAErAAACewAAAMD8AAIw/AACewAAAML8AAIw/AACcwAAAML8AAIw/AACcwAAAML8AAErAAACewAAAML8AAErAAACewAAAMD8AAIw/AACewAAAMD8AAErAAACcwAAAMD8AAErAAACcwAAAMD8AAIw/AACcwAAAMD8AAIw/AACcwAAAMD8AAErAAACcwAAAML8AAErAAACcwAAAML8AAIw/AACcwAAAML8AAIw/AACewAAAML8AAIw/AACewAAAMD8AAIw/AACcwAAAMD8AAIw//////wAA/7//////AAD/v/////8AAP+//////wAA/78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AID///9//78AgP///3//vwCA////f/+/AID///9//7///wCA////////AID///////8AgP///////wCA//////9//3////+//3//f////7//f/9/////v/9//3////+//////wAA/7//////AAD/v/////8AAP+//////wAA/78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AID///9//78AgP///3//vwCA////f/+/AID///9//7///wCA////////AID///////8AgP///////wCA//////9//3////+//3//f////7//f/9/////v/9//3////+//////wAA/7//////AAD/v/////8AAP+//////wAA/78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AID///9//78AgP///3//vwCA////f/+/AID///9//7///wCA////////AID///////8AgP///////wCA//////9//3////+//3//f////7//f/9/////v/9//3////+//////wAA/7//////AAD/v/////8AAP+//////wAA/78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AID///9//78AgP///3//vwCA////f/+/AID///9//7///wCA////////AID///////8AgP///////wCA//////9//3////+//3//f////7//f/9/////v/9//3////+//////wAA/7//////AAD/v/////8AAP+//////wAA/78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AID///9//78AgP///3//vwCA////f/+/AID///9//7///wCA////////AID///////8AgP///////wCA//////9//3////+//3//f////7//f/9/////v/9//3////+//////wAA/7//////AAD/v/////8AAP+//////wAA/78AAACA/3//vwAAAID/f/+/AAAAgP9//78AAACA/3//vwCAAAD/////AIAAAP////8AgAAA/////wCAAAD/////AID///9//78AgP///3//vwCA////f/+/AID///9//7///wCA////////AID///////8AgP///////wCA//////9//3////+//3//f////7//f/9/////v/9//3////+/") }] -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_cbs7u"] -data = PackedVector3Array(1.14063, 0.6875, -1.50521, 1.14063, -0.6875, -1.50521, 3.89063, -0.6875, -1.50521, 1.14063, 0.6875, -1.50521, 3.89063, -0.6875, -1.50521, 3.89063, 0.6875, -1.50521, 1.14063, 0.6875, -1.50521, 1.14063, 0.6875, -1.44271, 1.14063, -0.6875, -1.44271, 1.14063, 0.6875, -1.50521, 1.14063, -0.6875, -1.44271, 1.14063, -0.6875, -1.50521, 3.89063, -0.6875, -1.50521, 1.14063, -0.6875, -1.50521, 1.14063, -0.6875, -1.44271, 3.89063, -0.6875, -1.50521, 1.14063, -0.6875, -1.44271, 3.89063, -0.6875, -1.44271, 3.89063, 0.6875, -1.50521, 3.89063, 0.6875, -1.44271, 1.14063, 0.6875, -1.44271, 3.89063, 0.6875, -1.50521, 1.14063, 0.6875, -1.44271, 1.14063, 0.6875, -1.50521, 3.89063, 0.6875, -1.50521, 3.89063, -0.6875, -1.50521, 3.89063, -0.6875, -1.44271, 3.89063, 0.6875, -1.50521, 3.89063, -0.6875, -1.44271, 3.89063, 0.6875, -1.44271, 1.14063, 0.6875, -1.44271, 3.89063, 0.6875, -1.44271, 3.89063, -0.6875, -1.44271, 1.14063, 0.6875, -1.44271, 3.89063, -0.6875, -1.44271, 1.14063, -0.6875, -1.44271, 4.01563, 0.6875, -1.31771, 4.01563, -0.6875, -1.31771, 4.07813, -0.6875, -1.31771, 4.01563, 0.6875, -1.31771, 4.07813, -0.6875, -1.31771, 4.07813, 0.6875, -1.31771, 4.01563, 0.6875, -1.31771, 4.01563, 0.6875, 0.432292, 4.01563, -0.6875, 0.432292, 4.01563, 0.6875, -1.31771, 4.01563, -0.6875, 0.432292, 4.01563, -0.6875, -1.31771, 4.07813, -0.6875, -1.31771, 4.01563, -0.6875, -1.31771, 4.01563, -0.6875, 0.432292, 4.07813, -0.6875, -1.31771, 4.01563, -0.6875, 0.432292, 4.07813, -0.6875, 0.432292, 4.07813, 0.6875, -1.31771, 4.07813, 0.6875, 0.432292, 4.01563, 0.6875, 0.432292, 4.07813, 0.6875, -1.31771, 4.01563, 0.6875, 0.432292, 4.01563, 0.6875, -1.31771, 4.07813, 0.6875, -1.31771, 4.07813, -0.6875, -1.31771, 4.07813, -0.6875, 0.432292, 4.07813, 0.6875, -1.31771, 4.07813, -0.6875, 0.432292, 4.07813, 0.6875, 0.432292, 4.01563, 0.6875, 0.432292, 4.07813, 0.6875, 0.432292, 4.07813, -0.6875, 0.432292, 4.01563, 0.6875, 0.432292, 4.07813, -0.6875, 0.432292, 4.01563, -0.6875, 0.432292, 4.01563, 0.6875, 2.93229, 4.01563, -0.6875, 2.93229, 4.07813, -0.6875, 2.93229, 4.01563, 0.6875, 2.93229, 4.07813, -0.6875, 2.93229, 4.07813, 0.6875, 2.93229, 4.01563, 0.6875, 2.93229, 4.01563, 0.6875, 5.18229, 4.01563, -0.6875, 5.18229, 4.01563, 0.6875, 2.93229, 4.01563, -0.6875, 5.18229, 4.01563, -0.6875, 2.93229, 4.07813, -0.6875, 2.93229, 4.01563, -0.6875, 2.93229, 4.01563, -0.6875, 5.18229, 4.07813, -0.6875, 2.93229, 4.01563, -0.6875, 5.18229, 4.07813, -0.6875, 5.18229, 4.07813, 0.6875, 2.93229, 4.07813, 0.6875, 5.18229, 4.01563, 0.6875, 5.18229, 4.07813, 0.6875, 2.93229, 4.01563, 0.6875, 5.18229, 4.01563, 0.6875, 2.93229, 4.07813, 0.6875, 2.93229, 4.07813, -0.6875, 2.93229, 4.07813, -0.6875, 5.18229, 4.07813, 0.6875, 2.93229, 4.07813, -0.6875, 5.18229, 4.07813, 0.6875, 5.18229, 4.01563, 0.6875, 5.18229, 4.07813, 0.6875, 5.18229, 4.07813, -0.6875, 5.18229, 4.01563, 0.6875, 5.18229, 4.07813, -0.6875, 5.18229, 4.01563, -0.6875, 5.18229, -2.35938, 0.6875, -1.50521, -2.35938, -0.6875, -1.50521, 0.890625, -0.6875, -1.50521, -2.35938, 0.6875, -1.50521, 0.890625, -0.6875, -1.50521, 0.890625, 0.6875, -1.50521, -2.35938, 0.6875, -1.50521, -2.35938, 0.6875, -1.44271, -2.35938, -0.6875, -1.44271, -2.35938, 0.6875, -1.50521, -2.35938, -0.6875, -1.44271, -2.35938, -0.6875, -1.50521, 0.890625, -0.6875, -1.50521, -2.35938, -0.6875, -1.50521, -2.35938, -0.6875, -1.44271, 0.890625, -0.6875, -1.50521, -2.35938, -0.6875, -1.44271, 0.890625, -0.6875, -1.44271, 0.890625, 0.6875, -1.50521, 0.890625, 0.6875, -1.44271, -2.35938, 0.6875, -1.44271, 0.890625, 0.6875, -1.50521, -2.35938, 0.6875, -1.44271, -2.35938, 0.6875, -1.50521, 0.890625, 0.6875, -1.50521, 0.890625, -0.6875, -1.50521, 0.890625, -0.6875, -1.44271, 0.890625, 0.6875, -1.50521, 0.890625, -0.6875, -1.44271, 0.890625, 0.6875, -1.44271, -2.35938, 0.6875, -1.44271, 0.890625, 0.6875, -1.44271, 0.890625, -0.6875, -1.44271, -2.35938, 0.6875, -1.44271, 0.890625, -0.6875, -1.44271, -2.35938, -0.6875, -1.44271, -5.60938, 0.6875, -1.50521, -5.60938, -0.6875, -1.50521, -2.60938, -0.6875, -1.50521, -5.60938, 0.6875, -1.50521, -2.60938, -0.6875, -1.50521, -2.60938, 0.6875, -1.50521, -5.60938, 0.6875, -1.50521, -5.60938, 0.6875, -1.44271, -5.60938, -0.6875, -1.44271, -5.60938, 0.6875, -1.50521, -5.60938, -0.6875, -1.44271, -5.60938, -0.6875, -1.50521, -2.60938, -0.6875, -1.50521, -5.60938, -0.6875, -1.50521, -5.60938, -0.6875, -1.44271, -2.60938, -0.6875, -1.50521, -5.60938, -0.6875, -1.44271, -2.60938, -0.6875, -1.44271, -2.60938, 0.6875, -1.50521, -2.60938, 0.6875, -1.44271, -5.60938, 0.6875, -1.44271, -2.60938, 0.6875, -1.50521, -5.60938, 0.6875, -1.44271, -5.60938, 0.6875, -1.50521, -2.60938, 0.6875, -1.50521, -2.60938, -0.6875, -1.50521, -2.60938, -0.6875, -1.44271, -2.60938, 0.6875, -1.50521, -2.60938, -0.6875, -1.44271, -2.60938, 0.6875, -1.44271, -5.60938, 0.6875, -1.44271, -2.60938, 0.6875, -1.44271, -2.60938, -0.6875, -1.44271, -5.60938, 0.6875, -1.44271, -2.60938, -0.6875, -1.44271, -5.60938, -0.6875, -1.44271, -5.79688, 0.6875, -1.31771, -5.79688, -0.6875, -1.31771, -5.73438, -0.6875, -1.31771, -5.79688, 0.6875, -1.31771, -5.73438, -0.6875, -1.31771, -5.73438, 0.6875, -1.31771, -5.79688, 0.6875, -1.31771, -5.79688, 0.6875, 2.93229, -5.79688, -0.6875, 2.93229, -5.79688, 0.6875, -1.31771, -5.79688, -0.6875, 2.93229, -5.79688, -0.6875, -1.31771, -5.73438, -0.6875, -1.31771, -5.79688, -0.6875, -1.31771, -5.79688, -0.6875, 2.93229, -5.73438, -0.6875, -1.31771, -5.79688, -0.6875, 2.93229, -5.73438, -0.6875, 2.93229, -5.73438, 0.6875, -1.31771, -5.73438, 0.6875, 2.93229, -5.79688, 0.6875, 2.93229, -5.73438, 0.6875, -1.31771, -5.79688, 0.6875, 2.93229, -5.79688, 0.6875, -1.31771, -5.73438, 0.6875, -1.31771, -5.73438, -0.6875, -1.31771, -5.73438, -0.6875, 2.93229, -5.73438, 0.6875, -1.31771, -5.73438, -0.6875, 2.93229, -5.73438, 0.6875, 2.93229, -5.79688, 0.6875, 2.93229, -5.73438, 0.6875, 2.93229, -5.73438, -0.6875, 2.93229, -5.79688, 0.6875, 2.93229, -5.73438, -0.6875, 2.93229, -5.79688, -0.6875, 2.93229) +[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_q1uq7"] +points = PackedVector3Array(4.75, 0.6875, -3.28125, 4.75, -0.6875, -3.28125, 2, 0.6875, -3.28125, 2, -0.6875, -3.28125, 4.75, 0.6875, -3.34375, 4.75, -0.6875, -3.34375, 2, 0.6875, -3.34375, 2, -0.6875, -3.34375) + +[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_7ba3c"] +points = PackedVector3Array(4.9375, 0.6875, -1.40625, 4.9375, -0.6875, -1.40625, 4.875, 0.6875, -1.40625, 4.875, -0.6875, -1.40625, 4.9375, 0.6875, -3.15625, 4.9375, -0.6875, -3.15625, 4.875, 0.6875, -3.15625, 4.875, -0.6875, -3.15625) + +[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_fpbda"] +points = PackedVector3Array(4.9375, 0.6875, 3.34375, 4.9375, -0.6875, 3.34375, 4.875, 0.6875, 3.34375, 4.875, -0.6875, 3.34375, 4.9375, 0.6875, 1.09375, 4.9375, -0.6875, 1.09375, 4.875, 0.6875, 1.09375, 4.875, -0.6875, 1.09375) + +[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_2o707"] +points = PackedVector3Array(1.75, 0.6875, -3.28125, 1.75, -0.6875, -3.28125, -1.5, 0.6875, -3.28125, -1.5, -0.6875, -3.28125, 1.75, 0.6875, -3.34375, 1.75, -0.6875, -3.34375, -1.5, 0.6875, -3.34375, -1.5, -0.6875, -3.34375) + +[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_m5ur1"] +points = PackedVector3Array(-1.75, 0.6875, -3.28125, -1.75, -0.6875, -3.28125, -4.75, 0.6875, -3.28125, -4.75, -0.6875, -3.28125, -1.75, 0.6875, -3.34375, -1.75, -0.6875, -3.34375, -4.75, 0.6875, -3.34375, -4.75, -0.6875, -3.34375) + +[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_6dop8"] +points = PackedVector3Array(-4.875, 0.6875, 1.09375, -4.875, -0.6875, 1.09375, -4.9375, 0.6875, 1.09375, -4.9375, -0.6875, 1.09375, -4.875, 0.6875, -3.15625, -4.875, -0.6875, -3.15625, -4.9375, 0.6875, -3.15625, -4.9375, -0.6875, -3.15625) [sub_resource type="Environment" id="Environment_lgbaw"] background_energy_multiplier = 0.0 @@ -777,444 +698,458 @@ script = ExtResource("1_e6fxm") [node name="NavigationRegion3D" type="NavigationRegion3D" parent="."] navigation_mesh = SubResource("NavigationMesh_fb4d2") +use_edge_connections = false [node name="FuncGodotMap" type="Node3D" parent="NavigationRegion3D"] script = ExtResource("1_45n5a") local_map_file = "res://maps/cafemotel.map" -map_settings = ExtResource("2_e8th5") +map_settings = ExtResource("3_7rbgx") +build_flags = 1 [node name="entity_0_worldspawn" type="StaticBody3D" parent="NavigationRegion3D/FuncGodotMap"] collision_layer = 3 [node name="entity_0_mesh_instance" type="MeshInstance3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -mesh = SubResource("ArrayMesh_etgm7") - -[node name="entity_0_occluder_instance" type="OccluderInstance3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -occluder = SubResource("ArrayOccluder3D_gtu7x") +mesh = SubResource("ArrayMesh_7rbgx") [node name="entity_0_brush_0_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_1cnek") +shape = SubResource("ConvexPolygonShape3D_datoq") [node name="entity_0_brush_1_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_ubi2m") +shape = SubResource("ConvexPolygonShape3D_28wwg") [node name="entity_0_brush_2_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_3x3tu") +shape = SubResource("ConvexPolygonShape3D_g8u0k") [node name="entity_0_brush_3_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_xu0at") +shape = SubResource("ConvexPolygonShape3D_ojo02") [node name="entity_0_brush_4_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_88not") +shape = SubResource("ConvexPolygonShape3D_fkwnc") [node name="entity_0_brush_5_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_l7hqb") +shape = SubResource("ConvexPolygonShape3D_0qh3n") [node name="entity_0_brush_6_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_mv8rc") +shape = SubResource("ConvexPolygonShape3D_lsb8t") [node name="entity_0_brush_7_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_qugmh") +shape = SubResource("ConvexPolygonShape3D_wqdql") [node name="entity_0_brush_8_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_m5ubh") +shape = SubResource("ConvexPolygonShape3D_j1i2n") [node name="entity_0_brush_9_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_b8ta3") +shape = SubResource("ConvexPolygonShape3D_bcj2m") [node name="entity_0_brush_10_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_oy4h3") +shape = SubResource("ConvexPolygonShape3D_o0gkc") [node name="entity_0_brush_11_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_l8f6n") +shape = SubResource("ConvexPolygonShape3D_ju0ay") [node name="entity_0_brush_12_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_e5m01") +shape = SubResource("ConvexPolygonShape3D_r6wrx") [node name="entity_0_brush_13_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_q6fi0") +shape = SubResource("ConvexPolygonShape3D_bxq8v") [node name="entity_0_brush_14_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_nu0ed") +shape = SubResource("ConvexPolygonShape3D_ungr5") [node name="entity_0_brush_15_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_vbbl6") +shape = SubResource("ConvexPolygonShape3D_lwe76") [node name="entity_0_brush_16_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_ng5iw") +shape = SubResource("ConvexPolygonShape3D_4014d") [node name="entity_0_brush_17_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_4qx03") +shape = SubResource("ConvexPolygonShape3D_ih8d0") [node name="entity_0_brush_18_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_ob7em") +shape = SubResource("ConvexPolygonShape3D_w2bwb") [node name="entity_0_brush_19_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_yy6u1") +shape = SubResource("ConvexPolygonShape3D_etgm7") [node name="entity_0_brush_20_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_sdf27") +shape = SubResource("ConvexPolygonShape3D_gtu7x") [node name="entity_0_brush_21_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_ebdrl") +shape = SubResource("ConvexPolygonShape3D_1cnek") [node name="entity_0_brush_22_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_ut5x7") +shape = SubResource("ConvexPolygonShape3D_ubi2m") [node name="entity_0_brush_23_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_qkii1") +shape = SubResource("ConvexPolygonShape3D_3x3tu") [node name="entity_0_brush_24_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_u2v3l") +shape = SubResource("ConvexPolygonShape3D_xu0at") [node name="entity_0_brush_25_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_ftnmw") +shape = SubResource("ConvexPolygonShape3D_88not") [node name="entity_0_brush_26_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_10qyu") +shape = SubResource("ConvexPolygonShape3D_l7hqb") [node name="entity_0_brush_27_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_8s48e") +shape = SubResource("ConvexPolygonShape3D_mv8rc") [node name="entity_0_brush_28_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_fp7jr") +shape = SubResource("ConvexPolygonShape3D_qugmh") [node name="entity_0_brush_29_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_twrfe") +shape = SubResource("ConvexPolygonShape3D_m5ubh") [node name="entity_0_brush_30_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_vxfpw") +shape = SubResource("ConvexPolygonShape3D_b8ta3") [node name="entity_0_brush_31_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_0orrt") +shape = SubResource("ConvexPolygonShape3D_oy4h3") [node name="entity_0_brush_32_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_hbuo3") +shape = SubResource("ConvexPolygonShape3D_l8f6n") [node name="entity_0_brush_33_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_to4dv") +shape = SubResource("ConvexPolygonShape3D_e5m01") [node name="entity_0_brush_34_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_60a73") +shape = SubResource("ConvexPolygonShape3D_q6fi0") [node name="entity_0_brush_35_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_d6m3j") +shape = SubResource("ConvexPolygonShape3D_nu0ed") [node name="entity_0_brush_36_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_fibpr") +shape = SubResource("ConvexPolygonShape3D_vbbl6") [node name="entity_0_brush_37_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_ljjsw") +shape = SubResource("ConvexPolygonShape3D_ng5iw") [node name="entity_0_brush_38_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_nfi7r") +shape = SubResource("ConvexPolygonShape3D_4qx03") [node name="entity_0_brush_39_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_v25jk") +shape = SubResource("ConvexPolygonShape3D_ob7em") [node name="entity_0_brush_40_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_ivfn7") +shape = SubResource("ConvexPolygonShape3D_yy6u1") [node name="entity_0_brush_41_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_re55v") +shape = SubResource("ConvexPolygonShape3D_sdf27") [node name="entity_0_brush_42_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_ffa4o") +shape = SubResource("ConvexPolygonShape3D_ebdrl") [node name="entity_0_brush_43_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_rlr0u") +shape = SubResource("ConvexPolygonShape3D_ut5x7") [node name="entity_0_brush_44_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_y2vba") +shape = SubResource("ConvexPolygonShape3D_qkii1") [node name="entity_0_brush_45_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_l5mel") +shape = SubResource("ConvexPolygonShape3D_u2v3l") [node name="entity_0_brush_46_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_suxo7") +shape = SubResource("ConvexPolygonShape3D_ftnmw") [node name="entity_0_brush_47_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_fcoti") +shape = SubResource("ConvexPolygonShape3D_10qyu") [node name="entity_0_brush_48_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_nispn") +shape = SubResource("ConvexPolygonShape3D_8s48e") [node name="entity_0_brush_49_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_a6h7c") +shape = SubResource("ConvexPolygonShape3D_fp7jr") [node name="entity_0_brush_50_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_xf2tq") +shape = SubResource("ConvexPolygonShape3D_twrfe") [node name="entity_0_brush_51_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_auqh4") +shape = SubResource("ConvexPolygonShape3D_vxfpw") [node name="entity_0_brush_52_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_v0n0f") +shape = SubResource("ConvexPolygonShape3D_0orrt") [node name="entity_0_brush_53_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_632r6") +shape = SubResource("ConvexPolygonShape3D_hbuo3") [node name="entity_0_brush_54_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_06k3m") +shape = SubResource("ConvexPolygonShape3D_to4dv") [node name="entity_0_brush_55_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_cukdg") +shape = SubResource("ConvexPolygonShape3D_60a73") [node name="entity_0_brush_56_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_pr3hn") +shape = SubResource("ConvexPolygonShape3D_d6m3j") [node name="entity_0_brush_57_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_27ql2") +shape = SubResource("ConvexPolygonShape3D_fibpr") [node name="entity_0_brush_58_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_m44kk") +shape = SubResource("ConvexPolygonShape3D_ljjsw") [node name="entity_0_brush_59_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_w6vrv") +shape = SubResource("ConvexPolygonShape3D_nfi7r") [node name="entity_0_brush_60_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_o8xj2") +shape = SubResource("ConvexPolygonShape3D_v25jk") [node name="entity_0_brush_61_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_iteuk") +shape = SubResource("ConvexPolygonShape3D_ivfn7") [node name="entity_0_brush_62_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_3vy10") +shape = SubResource("ConvexPolygonShape3D_re55v") [node name="entity_0_brush_63_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_yufba") +shape = SubResource("ConvexPolygonShape3D_ffa4o") [node name="entity_0_brush_64_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_18slp") +shape = SubResource("ConvexPolygonShape3D_rlr0u") [node name="entity_0_brush_65_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_ddtc2") +shape = SubResource("ConvexPolygonShape3D_y2vba") [node name="entity_0_brush_66_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_k4po3") +shape = SubResource("ConvexPolygonShape3D_l5mel") [node name="entity_0_brush_67_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_8jp7v") +shape = SubResource("ConvexPolygonShape3D_suxo7") [node name="entity_0_brush_68_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_2220g") +shape = SubResource("ConvexPolygonShape3D_fcoti") [node name="entity_0_brush_69_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_y4pj5") +shape = SubResource("ConvexPolygonShape3D_nispn") [node name="entity_0_brush_70_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_7dukm") +shape = SubResource("ConvexPolygonShape3D_a6h7c") [node name="entity_0_brush_71_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_n8lrt") +shape = SubResource("ConvexPolygonShape3D_xf2tq") [node name="entity_0_brush_72_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_y8qke") +shape = SubResource("ConvexPolygonShape3D_auqh4") [node name="entity_0_brush_73_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_f4t13") +shape = SubResource("ConvexPolygonShape3D_v0n0f") [node name="entity_0_brush_74_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_xusqy") +shape = SubResource("ConvexPolygonShape3D_632r6") [node name="entity_0_brush_75_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_ssecv") +shape = SubResource("ConvexPolygonShape3D_06k3m") [node name="entity_0_brush_76_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_bcdn4") +shape = SubResource("ConvexPolygonShape3D_cukdg") [node name="entity_0_brush_77_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_im1dw") +shape = SubResource("ConvexPolygonShape3D_pr3hn") [node name="entity_0_brush_78_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_axvll") +shape = SubResource("ConvexPolygonShape3D_27ql2") [node name="entity_0_brush_79_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_cobb4") +shape = SubResource("ConvexPolygonShape3D_m44kk") [node name="entity_0_brush_80_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_vh3v4") +shape = SubResource("ConvexPolygonShape3D_w6vrv") [node name="entity_0_brush_81_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_iao1r") +shape = SubResource("ConvexPolygonShape3D_o8xj2") [node name="entity_0_brush_82_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_oqhkv") +shape = SubResource("ConvexPolygonShape3D_iteuk") [node name="entity_0_brush_83_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_irqxs") +shape = SubResource("ConvexPolygonShape3D_3vy10") [node name="entity_0_brush_84_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_dwqde") +shape = SubResource("ConvexPolygonShape3D_yufba") [node name="entity_0_brush_85_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_00awy") +shape = SubResource("ConvexPolygonShape3D_18slp") [node name="entity_0_brush_86_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_rmoc8") +shape = SubResource("ConvexPolygonShape3D_ddtc2") [node name="entity_0_brush_87_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_v7vu3") +shape = SubResource("ConvexPolygonShape3D_k4po3") [node name="entity_0_brush_88_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_ixt8c") +shape = SubResource("ConvexPolygonShape3D_8jp7v") [node name="entity_0_brush_89_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_wh5ct") +shape = SubResource("ConvexPolygonShape3D_2220g") [node name="entity_0_brush_90_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_ep0gi") +shape = SubResource("ConvexPolygonShape3D_y4pj5") [node name="entity_0_brush_91_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_t8tmd") +shape = SubResource("ConvexPolygonShape3D_7dukm") [node name="entity_0_brush_92_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_7s1lf") +shape = SubResource("ConvexPolygonShape3D_n8lrt") [node name="entity_0_brush_93_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_be1um") +shape = SubResource("ConvexPolygonShape3D_y8qke") [node name="entity_0_brush_94_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_emn11") +shape = SubResource("ConvexPolygonShape3D_f4t13") [node name="entity_0_brush_95_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_xiqa4") +shape = SubResource("ConvexPolygonShape3D_xusqy") [node name="entity_0_brush_96_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_cu122") +shape = SubResource("ConvexPolygonShape3D_ssecv") [node name="entity_0_brush_97_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_f10yb") +shape = SubResource("ConvexPolygonShape3D_bcdn4") [node name="entity_0_brush_98_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_b8s5j") +shape = SubResource("ConvexPolygonShape3D_im1dw") [node name="entity_0_brush_99_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_6dpr3") +shape = SubResource("ConvexPolygonShape3D_axvll") [node name="entity_0_brush_100_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_phuv4") +shape = SubResource("ConvexPolygonShape3D_cobb4") [node name="entity_0_brush_101_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_j1bvu") +shape = SubResource("ConvexPolygonShape3D_vh3v4") [node name="entity_0_brush_102_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_bedj3") +shape = SubResource("ConvexPolygonShape3D_iao1r") [node name="entity_0_brush_103_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_2ojgc") +shape = SubResource("ConvexPolygonShape3D_oqhkv") [node name="entity_0_brush_104_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_6seu1") +shape = SubResource("ConvexPolygonShape3D_irqxs") [node name="entity_0_brush_105_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_6af1f") +shape = SubResource("ConvexPolygonShape3D_dwqde") [node name="entity_0_brush_106_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_5rafv") +shape = SubResource("ConvexPolygonShape3D_00awy") [node name="entity_0_brush_107_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_kexds") +shape = SubResource("ConvexPolygonShape3D_rmoc8") [node name="entity_0_brush_108_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_kax6v") +shape = SubResource("ConvexPolygonShape3D_v7vu3") [node name="entity_0_brush_109_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_rqkil") +shape = SubResource("ConvexPolygonShape3D_ixt8c") [node name="entity_0_brush_110_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_76ifr") +shape = SubResource("ConvexPolygonShape3D_wh5ct") [node name="entity_0_brush_111_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_gvy1o") +shape = SubResource("ConvexPolygonShape3D_ep0gi") [node name="entity_0_brush_112_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_8hijq") +shape = SubResource("ConvexPolygonShape3D_t8tmd") [node name="entity_0_brush_113_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_ceqol") +shape = SubResource("ConvexPolygonShape3D_7s1lf") [node name="entity_0_brush_114_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_3xxep") +shape = SubResource("ConvexPolygonShape3D_be1um") [node name="entity_0_brush_115_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_80mdp") +shape = SubResource("ConvexPolygonShape3D_emn11") [node name="entity_0_brush_116_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_r8ot5") +shape = SubResource("ConvexPolygonShape3D_xiqa4") [node name="entity_0_brush_117_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_qck03") +shape = SubResource("ConvexPolygonShape3D_cu122") [node name="entity_0_brush_118_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_q1uq7") +shape = SubResource("ConvexPolygonShape3D_f10yb") [node name="entity_0_brush_119_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_7ba3c") +shape = SubResource("ConvexPolygonShape3D_b8s5j") [node name="entity_0_brush_120_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_fpbda") +shape = SubResource("ConvexPolygonShape3D_6dpr3") [node name="entity_0_brush_121_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_2o707") +shape = SubResource("ConvexPolygonShape3D_phuv4") [node name="entity_0_brush_122_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_m5ur1") +shape = SubResource("ConvexPolygonShape3D_j1bvu") [node name="entity_0_brush_123_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_6dop8") +shape = SubResource("ConvexPolygonShape3D_bedj3") [node name="entity_0_brush_124_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_7dg5v") +shape = SubResource("ConvexPolygonShape3D_2ojgc") [node name="entity_0_brush_125_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_2fic4") +shape = SubResource("ConvexPolygonShape3D_6seu1") [node name="entity_0_brush_126_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_bawwh") +shape = SubResource("ConvexPolygonShape3D_6af1f") [node name="entity_0_brush_127_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_nub8m") +shape = SubResource("ConvexPolygonShape3D_5rafv") [node name="entity_0_brush_128_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_36bqp") +shape = SubResource("ConvexPolygonShape3D_kexds") [node name="entity_0_brush_129_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_a0q35") +shape = SubResource("ConvexPolygonShape3D_kax6v") [node name="entity_0_brush_130_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_0nwib") +shape = SubResource("ConvexPolygonShape3D_rqkil") [node name="entity_0_brush_131_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_q5nfo") +shape = SubResource("ConvexPolygonShape3D_76ifr") [node name="entity_0_brush_132_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_k437p") +shape = SubResource("ConvexPolygonShape3D_gvy1o") [node name="entity_0_brush_133_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_sgb5o") +shape = SubResource("ConvexPolygonShape3D_8hijq") [node name="entity_0_brush_134_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_lvibn") +shape = SubResource("ConvexPolygonShape3D_ceqol") [node name="entity_0_brush_135_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_tigwt") +shape = SubResource("ConvexPolygonShape3D_3xxep") [node name="entity_0_brush_136_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_qfheo") +shape = SubResource("ConvexPolygonShape3D_80mdp") [node name="entity_0_brush_137_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_0_worldspawn"] -shape = SubResource("ConvexPolygonShape3D_862xx") +shape = SubResource("ConvexPolygonShape3D_r8ot5") [node name="entity_1_func_transparent" type="StaticBody3D" parent="NavigationRegion3D/FuncGodotMap"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4.10938, 2.3125, 4.06771) +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.25, 2.3125, 5.90625) [node name="entity_1_mesh_instance" type="MeshInstance3D" parent="NavigationRegion3D/FuncGodotMap/entity_1_func_transparent"] cast_shadow = 0 -mesh = SubResource("ArrayMesh_0b6f8") +mesh = SubResource("ArrayMesh_qck03") -[node name="entity_1_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_1_func_transparent"] -shape = SubResource("ConcavePolygonShape3D_cbs7u") +[node name="entity_1_brush_0_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_1_func_transparent"] +shape = SubResource("ConvexPolygonShape3D_q1uq7") + +[node name="entity_1_brush_1_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_1_func_transparent"] +shape = SubResource("ConvexPolygonShape3D_7ba3c") + +[node name="entity_1_brush_2_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_1_func_transparent"] +shape = SubResource("ConvexPolygonShape3D_fpbda") + +[node name="entity_1_brush_3_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_1_func_transparent"] +shape = SubResource("ConvexPolygonShape3D_2o707") + +[node name="entity_1_brush_4_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_1_func_transparent"] +shape = SubResource("ConvexPolygonShape3D_m5ur1") + +[node name="entity_1_brush_5_collision_shape" type="CollisionShape3D" parent="NavigationRegion3D/FuncGodotMap/entity_1_func_transparent"] +shape = SubResource("ConvexPolygonShape3D_6dop8") [node name="Player" parent="." instance=ExtResource("11_c5ic0")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 15.6422, 0.577482, 0.5394) diff --git a/maps/autosave/cafemotel.10.map b/maps/cafemotel_backup.map similarity index 100% rename from maps/autosave/cafemotel.10.map rename to maps/cafemotel_backup.map diff --git a/maps/cafemotel_backup.map.import b/maps/cafemotel_backup.map.import new file mode 100644 index 0000000..c786999 --- /dev/null +++ b/maps/cafemotel_backup.map.import @@ -0,0 +1,14 @@ +[remap] + +importer="func_godot.map" +type="Resource" +uid="uid://bbhnsntjpqxn4" +path="res://.godot/imported/cafemotel_backup.map-2d58f3106dfbb1d07fde4c2129dd145a.tres" + +[deps] + +source_file="res://maps/cafemotel_backup.map" +dest_files=["res://.godot/imported/cafemotel_backup.map-2d58f3106dfbb1d07fde4c2129dd145a.tres"] + +[params] + diff --git a/maps/func_fgd.tres b/maps/func_fgd.tres new file mode 100644 index 0000000..93e0bbd --- /dev/null +++ b/maps/func_fgd.tres @@ -0,0 +1,15 @@ +[gd_resource type="Resource" script_class="FuncGodotFGDFile" load_steps=10 format=3 uid="uid://cr2cirhqq3arj"] + +[ext_resource type="Resource" uid="uid://nayxb8n7see2" path="res://addons/func_godot/fgd/phong_base.tres" id="1_3lx7o"] +[ext_resource type="Resource" uid="uid://doo4ly322b4jc" path="res://addons/func_godot/fgd/vertex_merge_distance_base.tres" id="2_twqhv"] +[ext_resource type="Resource" uid="uid://bdji3873bg32h" path="res://addons/func_godot/fgd/worldspawn.tres" id="3_slpby"] +[ext_resource type="Resource" uid="uid://b70vf4t5dc70t" path="res://addons/func_godot/fgd/func_geo.tres" id="4_lbtf6"] +[ext_resource type="Resource" uid="uid://cxy7jnh6d7msn" path="res://addons/func_godot/fgd/func_detail.tres" id="5_iug7m"] +[ext_resource type="Resource" uid="uid://ch3e0dix85uhb" path="res://addons/func_godot/fgd/func_detail_illusionary.tres" id="6_vieu6"] +[ext_resource type="Resource" uid="uid://dg5x44cc7flew" path="res://addons/func_godot/fgd/func_illusionary.tres" id="7_6k7yq"] +[ext_resource type="Script" uid="uid://drlmgulwbjwqu" path="res://addons/func_godot/src/fgd/func_godot_fgd_file.gd" id="8_bqrt2"] +[ext_resource type="Resource" uid="uid://b4b1bdboq1ayu" path="res://maps/func_transparent.tres" id="8_twqhv"] + +[resource] +script = ExtResource("8_bqrt2") +entity_definitions = Array[Resource]([ExtResource("1_3lx7o"), ExtResource("2_twqhv"), ExtResource("3_slpby"), ExtResource("4_lbtf6"), ExtResource("5_iug7m"), ExtResource("6_vieu6"), ExtResource("7_6k7yq"), ExtResource("8_twqhv")]) diff --git a/maps/func_map_settings.tres b/maps/func_map_settings.tres new file mode 100644 index 0000000..8b35cd2 --- /dev/null +++ b/maps/func_map_settings.tres @@ -0,0 +1,13 @@ +[gd_resource type="Resource" script_class="FuncGodotMapSettings" load_steps=5 format=3 uid="uid://1bx5hv7o0k32"] + +[ext_resource type="Material" uid="uid://cvex6toty8yn7" path="res://addons/func_godot/textures/default_material.tres" id="1_63oi4"] +[ext_resource type="Resource" uid="uid://cr2cirhqq3arj" path="res://maps/func_fgd.tres" id="2_63oi4"] +[ext_resource type="Script" uid="uid://38q6k0ctahjn" path="res://addons/func_godot/src/map/func_godot_map_settings.gd" id="3_ixb1v"] +[ext_resource type="Script" uid="uid://cij36hpqc46c" path="res://addons/func_godot/src/import/quake_wad_file.gd" id="4_h08ew"] + +[resource] +script = ExtResource("3_ixb1v") +entity_fgd = ExtResource("2_63oi4") +clip_texture = "clip" +skip_texture = "skip" +save_generated_materials = false diff --git a/maps/func_transparent.tres b/maps/func_transparent.tres new file mode 100644 index 0000000..d889803 --- /dev/null +++ b/maps/func_transparent.tres @@ -0,0 +1,17 @@ +[gd_resource type="Resource" script_class="FuncGodotFGDSolidClass" load_steps=3 format=3 uid="uid://b4b1bdboq1ayu"] + +[ext_resource type="Script" uid="uid://5cow84q03m6a" path="res://addons/func_godot/src/fgd/func_godot_fgd_solid_class.gd" id="1_8r4fh"] +[ext_resource type="Resource" uid="uid://doo4ly322b4jc" path="res://addons/func_godot/fgd/vertex_merge_distance_base.tres" id="1_owjbh"] + +[resource] +script = ExtResource("1_8r4fh") +spawn_type = 0 +shadow_casting_setting = 0 +classname = "func_transparent" +description = "Solid geometry that doesn't cast shadows and has collision, but can be seen through by NPCs." +base_classes = Array[Resource]([ExtResource("1_owjbh")]) +meta_properties = { +"color": Color(0.62062806, 0.8315058, 0.9718184, 1) +} +node_class = "StaticBody3D" +metadata/_custom_type_script = "uid://5cow84q03m6a" diff --git a/maps/func_trenchbroom.tres b/maps/func_trenchbroom.tres new file mode 100644 index 0000000..6432239 --- /dev/null +++ b/maps/func_trenchbroom.tres @@ -0,0 +1,14 @@ +[gd_resource type="Resource" script_class="TrenchBroomGameConfig" load_steps=7 format=3 uid="uid://be5voomj3doy4"] + +[ext_resource type="Resource" uid="uid://b4xhdj0e16lop" path="res://addons/func_godot/game_config/trenchbroom/tb_face_tag_clip.tres" id="1_nbspt"] +[ext_resource type="Resource" uid="uid://ca7377sfgj074" path="res://addons/func_godot/game_config/trenchbroom/tb_face_tag_skip.tres" id="2_v7pyo"] +[ext_resource type="Resource" uid="uid://bkjxc54mmdhbo" path="res://addons/func_godot/game_config/trenchbroom/tb_face_tag_origin.tres" id="3_f03fy"] +[ext_resource type="Resource" uid="uid://crgpdahjaj" path="res://addons/func_godot/fgd/func_godot_fgd.tres" id="4_cadg7"] +[ext_resource type="Texture2D" uid="uid://decwujsyhj0qy" path="res://addons/func_godot/icon32.png" id="5_k741i"] +[ext_resource type="Script" uid="uid://cx44c4vnq8bt5" path="res://addons/func_godot/src/trenchbroom/trenchbroom_game_config.gd" id="6_3whjp"] + +[resource] +script = ExtResource("6_3whjp") +game_name = "That Wretched Shadow" +default_uv_scale = Vector2(0.25, 0.25) +metadata/_custom_type_script = "uid://cx44c4vnq8bt5" diff --git a/models/nightstand.glb.import b/models/nightstand.glb.import index 25bfe30..5e00715 100644 --- a/models/nightstand.glb.import +++ b/models/nightstand.glb.import @@ -15,9 +15,11 @@ dest_files=["res://.godot/imported/nightstand.glb-b3f35da2801adc425eebd7ff22b368 nodes/root_type="" nodes/root_name="" +nodes/root_script=null nodes/apply_root_scale=true nodes/root_scale=2.25 nodes/import_as_skeleton_bones=false +nodes/use_name_suffixes=true nodes/use_node_type_suffixes=true meshes/ensure_tangents=true meshes/generate_lods=true @@ -32,16 +34,31 @@ animation/trimming=false animation/remove_immutable_tracks=true animation/import_rest_as_RESET=false import_script/path="" +materials/extract=0 +materials/extract_format=0 +materials/extract_path="" _subresources={ +"materials": { +"Material": { +"use_external/enabled": true, +"use_external/fallback_path": "res://models/materials/steel.tres", +"use_external/path": "uid://dfrkdb0706g47" +}, +"wood": { +"use_external/enabled": true, +"use_external/fallback_path": "res://models/materials/rosewood_dark.tres", +"use_external/path": "uid://cnmrulmxitjnb" +} +}, "meshes": { "nightstand_Mesh cabinetBedDrawer": { "generate/lightmap_uv": 0, "generate/lods": 0, "generate/shadow_meshes": 0, "lods/normal_merge_angle": 60.0, -"lods/normal_split_angle": 25.0, "save_to_file/enabled": true, -"save_to_file/path": "res://models/nightstand.res" +"save_to_file/fallback_path": "res://models/nightstand.res", +"save_to_file/path": "uid://bpf1f8faih3a6" } } } diff --git a/models/nightstand.res b/models/nightstand.res index f786e15..9d2727f 100644 Binary files a/models/nightstand.res and b/models/nightstand.res differ diff --git a/project.godot b/project.godot index ed69be3..daa5793 100644 --- a/project.godot +++ b/project.godot @@ -11,8 +11,9 @@ config_version=5 [application] config/name="That Wretched Shadow" +config/tags=PackedStringArray("3d", "immersive_sim", "teeth") run/main_scene="uid://ccvumcag84s0g" -config/features=PackedStringArray("4.4", "Mobile") +config/features=PackedStringArray("4.5", "Mobile") config/icon="res://icon.svg" [display] @@ -26,6 +27,10 @@ window/size/borderless=true enabled=PackedStringArray("res://addons/func_godot/plugin.cfg") +[func_godot] + +default_map_settings="uid://1bx5hv7o0k32" + [input] move_left={ diff --git a/textures/asphalt.tres b/textures/asphalt.tres new file mode 100644 index 0000000..56ffcb6 --- /dev/null +++ b/textures/asphalt.tres @@ -0,0 +1,8 @@ +[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://d02sj36galhrp"] + +[ext_resource type="Texture2D" uid="uid://b15jodlfjypyp" path="res://textures/asphalt.png" id="1_rgvlb"] + +[resource] +albedo_texture = ExtResource("1_rgvlb") +metallic_specular = 0.0 +texture_filter = 2 diff --git a/textures/carpet_dullgreen.tres b/textures/carpet_dullgreen.tres new file mode 100644 index 0000000..b023eac --- /dev/null +++ b/textures/carpet_dullgreen.tres @@ -0,0 +1,8 @@ +[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://u0hvv1qhogdi"] + +[ext_resource type="Texture2D" uid="uid://b3126m2a1rsoa" path="res://textures/carpet_dullgreen.png" id="1_i0bxu"] + +[resource] +albedo_texture = ExtResource("1_i0bxu") +metallic_specular = 0.0 +texture_filter = 2 diff --git a/textures/clip.tres b/textures/clip.tres new file mode 100644 index 0000000..f64323d --- /dev/null +++ b/textures/clip.tres @@ -0,0 +1,8 @@ +[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://bw1fm1nlinr5h"] + +[ext_resource type="Texture2D" uid="uid://bswvfmy1yhhxd" path="res://textures/clip.png" id="1_jdmoc"] + +[resource] +albedo_texture = ExtResource("1_jdmoc") +metallic_specular = 0.0 +texture_filter = 2 diff --git a/textures/floor_checkertiles.tres b/textures/floor_checkertiles.tres new file mode 100644 index 0000000..a7217e3 --- /dev/null +++ b/textures/floor_checkertiles.tres @@ -0,0 +1,8 @@ +[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://bgx24n47u6byf"] + +[ext_resource type="Texture2D" uid="uid://b6b8la1gfui2g" path="res://textures/floor_checkertiles.png" id="1_lokb6"] + +[resource] +albedo_texture = ExtResource("1_lokb6") +metallic_specular = 0.0 +texture_filter = 2 diff --git a/textures/floor_wood.tres b/textures/floor_wood.tres new file mode 100644 index 0000000..78f303e --- /dev/null +++ b/textures/floor_wood.tres @@ -0,0 +1,8 @@ +[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://6rifenv07evx"] + +[ext_resource type="Texture2D" uid="uid://dk5ixdqmf7x6v" path="res://textures/floor_wood.png" id="1_r3hcv"] + +[resource] +albedo_texture = ExtResource("1_r3hcv") +metallic_specular = 0.0 +texture_filter = 2 diff --git a/textures/grid_taupe.png b/textures/grid_taupe.png new file mode 100644 index 0000000..d259273 Binary files /dev/null and b/textures/grid_taupe.png differ diff --git a/textures/grid_taupe.png.import b/textures/grid_taupe.png.import new file mode 100644 index 0000000..190f40c --- /dev/null +++ b/textures/grid_taupe.png.import @@ -0,0 +1,41 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://homr5flu3phf" +path.bptc="res://.godot/imported/grid_taupe.png-67c7c504742ec199183b055b6fed9bd5.bptc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://textures/grid_taupe.png" +dest_files=["res://.godot/imported/grid_taupe.png-67c7c504742ec199183b055b6fed9bd5.bptc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=true +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/textures/grid_white.png b/textures/grid_white.png new file mode 100644 index 0000000..722f64f Binary files /dev/null and b/textures/grid_white.png differ diff --git a/textures/grid_white.png.import b/textures/grid_white.png.import new file mode 100644 index 0000000..0be5533 --- /dev/null +++ b/textures/grid_white.png.import @@ -0,0 +1,41 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://5l1hys2xrcaa" +path.bptc="res://.godot/imported/grid_white.png-955ac94ab4373d5e985b43a34ae9a551.bptc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://textures/grid_white.png" +dest_files=["res://.godot/imported/grid_white.png-955ac94ab4373d5e985b43a34ae9a551.bptc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=true +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/textures/ground_cobblestone1.tres b/textures/ground_cobblestone1.tres new file mode 100644 index 0000000..0f6d538 --- /dev/null +++ b/textures/ground_cobblestone1.tres @@ -0,0 +1,8 @@ +[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://b1s40b1r51fxp"] + +[ext_resource type="Texture2D" uid="uid://b4vsccyfd72d5" path="res://textures/ground_cobblestone1.png" id="1_tuqp8"] + +[resource] +albedo_texture = ExtResource("1_tuqp8") +metallic_specular = 0.0 +texture_filter = 2 diff --git a/textures/ground_greybrick.tres b/textures/ground_greybrick.tres new file mode 100644 index 0000000..77e5219 --- /dev/null +++ b/textures/ground_greybrick.tres @@ -0,0 +1,8 @@ +[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://b2eo1lo2qyxgq"] + +[ext_resource type="Texture2D" uid="uid://bjvlkkljys2uj" path="res://textures/ground_greybrick.png" id="1_y1myj"] + +[resource] +albedo_texture = ExtResource("1_y1myj") +metallic_specular = 0.0 +texture_filter = 2 diff --git a/textures/ground_wood.tres b/textures/ground_wood.tres new file mode 100644 index 0000000..5cfa6de --- /dev/null +++ b/textures/ground_wood.tres @@ -0,0 +1,8 @@ +[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://dg7dr4eosyim2"] + +[ext_resource type="Texture2D" uid="uid://bg827laadvaad" path="res://textures/ground_wood.png" id="1_fovs7"] + +[resource] +albedo_texture = ExtResource("1_fovs7") +metallic_specular = 0.0 +texture_filter = 2 diff --git a/textures/marblewhite.tres b/textures/marblewhite.tres new file mode 100644 index 0000000..ee731e4 --- /dev/null +++ b/textures/marblewhite.tres @@ -0,0 +1,8 @@ +[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://d07x6ko8dh75"] + +[ext_resource type="Texture2D" uid="uid://bics8xc7v68yu" path="res://textures/marblewhite.png" id="1_y3xlr"] + +[resource] +albedo_texture = ExtResource("1_y3xlr") +metallic_specular = 0.0 +texture_filter = 2 diff --git a/textures/redplaid.tres b/textures/redplaid.tres new file mode 100644 index 0000000..6985a88 --- /dev/null +++ b/textures/redplaid.tres @@ -0,0 +1,8 @@ +[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://6cqbbrpbt5wy"] + +[ext_resource type="Texture2D" uid="uid://b1jco42ceiuv8" path="res://textures/redplaid.png" id="1_ltho6"] + +[resource] +albedo_texture = ExtResource("1_ltho6") +metallic_specular = 0.0 +texture_filter = 2 diff --git a/textures/skip.tres b/textures/skip.tres new file mode 100644 index 0000000..5587158 --- /dev/null +++ b/textures/skip.tres @@ -0,0 +1,8 @@ +[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://ctmrbt4vctjj5"] + +[ext_resource type="Texture2D" uid="uid://djj7mtj7fftnp" path="res://textures/skip.png" id="1_n8tsd"] + +[resource] +albedo_texture = ExtResource("1_n8tsd") +metallic_specular = 0.0 +texture_filter = 2 diff --git a/textures/surface_beige.tres b/textures/surface_beige.tres new file mode 100644 index 0000000..ea118b7 --- /dev/null +++ b/textures/surface_beige.tres @@ -0,0 +1,8 @@ +[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://b4w4m4xoml6c2"] + +[ext_resource type="Texture2D" uid="uid://chk3wy5pyt37e" path="res://textures/surface_beige.png" id="1_igvxr"] + +[resource] +albedo_texture = ExtResource("1_igvxr") +metallic_specular = 0.0 +texture_filter = 2 diff --git a/textures/surface_beige_corner.tres b/textures/surface_beige_corner.tres new file mode 100644 index 0000000..2a3de93 --- /dev/null +++ b/textures/surface_beige_corner.tres @@ -0,0 +1,8 @@ +[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://b0vf1vnhblrk7"] + +[ext_resource type="Texture2D" uid="uid://dw1defgudpqsf" path="res://textures/surface_beige_corner.png" id="1_sykqk"] + +[resource] +albedo_texture = ExtResource("1_sykqk") +metallic_specular = 0.0 +texture_filter = 2 diff --git a/textures/surface_beige_edge.tres b/textures/surface_beige_edge.tres new file mode 100644 index 0000000..31dc991 --- /dev/null +++ b/textures/surface_beige_edge.tres @@ -0,0 +1,8 @@ +[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://bpenykb4h14be"] + +[ext_resource type="Texture2D" uid="uid://deliii7yy7iw8" path="res://textures/surface_beige_edge.png" id="1_1afmu"] + +[resource] +albedo_texture = ExtResource("1_1afmu") +metallic_specular = 0.0 +texture_filter = 2 diff --git a/textures/surface_green.tres b/textures/surface_green.tres new file mode 100644 index 0000000..a5dff9c --- /dev/null +++ b/textures/surface_green.tres @@ -0,0 +1,8 @@ +[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://c3hwew1olg2m7"] + +[ext_resource type="Texture2D" uid="uid://cwvhd4lbilgau" path="res://textures/surface_green.png" id="1_isrpo"] + +[resource] +albedo_texture = ExtResource("1_isrpo") +metallic_specular = 0.0 +texture_filter = 2 diff --git a/textures/surface_green_edge.tres b/textures/surface_green_edge.tres new file mode 100644 index 0000000..284f419 --- /dev/null +++ b/textures/surface_green_edge.tres @@ -0,0 +1,8 @@ +[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://bnoeo5kjg3jew"] + +[ext_resource type="Texture2D" uid="uid://bjsbmi0fs4w65" path="res://textures/surface_green_edge.png" id="1_dvmhs"] + +[resource] +albedo_texture = ExtResource("1_dvmhs") +metallic_specular = 0.0 +texture_filter = 2 diff --git a/textures/wall_brick.tres b/textures/wall_brick.tres new file mode 100644 index 0000000..c63b7cf --- /dev/null +++ b/textures/wall_brick.tres @@ -0,0 +1,8 @@ +[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://bdtt0jspep7wq"] + +[ext_resource type="Texture2D" uid="uid://yx8f16pf5p1f" path="res://textures/wall_brick.png" id="1_fkfcn"] + +[resource] +albedo_texture = ExtResource("1_fkfcn") +metallic_specular = 0.0 +texture_filter = 2 diff --git a/textures/wall_brick_scrungly.tres b/textures/wall_brick_scrungly.tres new file mode 100644 index 0000000..905dd69 --- /dev/null +++ b/textures/wall_brick_scrungly.tres @@ -0,0 +1,8 @@ +[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://b2rbjx3lh40lh"] + +[ext_resource type="Texture2D" uid="uid://dyof46rex0gum" path="res://textures/wall_brick_scrungly.png" id="1_pci7q"] + +[resource] +albedo_texture = ExtResource("1_pci7q") +metallic_specular = 0.0 +texture_filter = 2 diff --git a/textures/wall_concrete1.tres b/textures/wall_concrete1.tres new file mode 100644 index 0000000..7e2d687 --- /dev/null +++ b/textures/wall_concrete1.tres @@ -0,0 +1,8 @@ +[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://ck7gl81ic8ogd"] + +[ext_resource type="Texture2D" uid="uid://dw6m7fndu181e" path="res://textures/wall_concrete1.png" id="1_7vxyw"] + +[resource] +albedo_texture = ExtResource("1_7vxyw") +metallic_specular = 0.0 +texture_filter = 2 diff --git a/textures/woodpale.tres b/textures/woodpale.tres new file mode 100644 index 0000000..ea090cb --- /dev/null +++ b/textures/woodpale.tres @@ -0,0 +1,8 @@ +[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://diilgngmgkjr3"] + +[ext_resource type="Texture2D" uid="uid://cblv5lgy0nkdk" path="res://textures/woodpale.png" id="1_ctuc1"] + +[resource] +albedo_texture = ExtResource("1_ctuc1") +metallic_specular = 0.0 +texture_filter = 2